Document the limitation of Attribute::Handlers w.r.t. UNITCHECK blocks.
[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 [ 29091] By: rgs                                   on 2006/10/23  09:22:05
33         Log: Some notes about the recent changes in perldelta
34      Branch: perl
35            ! pod/perl595delta.pod
36 ____________________________________________________________________________
37 [ 29090] By: rgs                                   on 2006/10/23  08:51:02
38         Log: Subject: [PATCH] base.pm
39              From: Ovid <publiustemp-p5p3@yahoo.com>
40              Date: Thu, 19 Oct 2006 08:47:48 -0700 (PDT)
41              Message-ID: <20061019154748.87433.qmail@web60824.mail.yahoo.com>
42      Branch: perl
43            ! lib/base.pm lib/base/t/base.t
44 ____________________________________________________________________________
45 [ 29089] By: rgs                                   on 2006/10/23  08:28:08
46         Log: Protection against overwriting defsubs.h via a symlink
47              (by Jim Cromie)
48      Branch: perl
49            ! ext/B/defsubs_h.PL
50 ____________________________________________________________________________
51 [ 29088] By: rgs                                   on 2006/10/23  08:27:05
52         Log: Subject: [patch] make test.valgrind capable of running cachegrind
53              From: Jim Cromie <jim.cromie@gmail.com>
54              Date: Fri, 20 Oct 2006 14:49:03 -0600
55              Message-ID: <4539363F.9020205@gmail.com>
56      Branch: perl
57            ! t/TEST
58 ____________________________________________________________________________
59 [ 29086] By: nicholas                              on 2006/10/22  22:51:59
60         Log: Fix the other bug introduced by change 29079
61      Branch: perl
62            ! sv.c
63 ____________________________________________________________________________
64 [ 29085] By: nicholas                              on 2006/10/22  22:35:42
65         Log: Fix bug in change 27321 - Perl_ss_dup should also have been updated.
66      Branch: perl
67            ! sv.c
68 ____________________________________________________________________________
69 [ 29084] By: nicholas                              on 2006/10/22  22:12:57
70         Log: Fix a bug introduced by change 29079
71      Branch: perl
72            ! sv.c
73 ____________________________________________________________________________
74 [ 29083] By: stevep                                on 2006/10/22  21:47:11
75         Log: Removed typo that caused a variable to shadow an existing variable
76              in an external scope.
77      Branch: perl
78            ! ext/threads/Makefile.PL
79 ____________________________________________________________________________
80 [ 29082] By: nicholas                              on 2006/10/22  21:02:28
81         Log: Merge cases in Perl_ss_dup().
82      Branch: perl
83            ! sv.c
84 ____________________________________________________________________________
85 [ 29079] By: nicholas                              on 2006/10/22  19:06:14
86         Log: const the variable used for the save stack type in Perl_ss_dup().
87      Branch: perl
88            ! sv.c
89 ____________________________________________________________________________
90 [ 29078] By: rgs                                   on 2006/10/22  13:15:39
91         Log: Make the overrides of built-ins in the bytes pragma use the new prototype _.
92      Branch: perl
93            ! lib/bytes.pm lib/bytes_heavy.pl
94 ____________________________________________________________________________
95 [ 29077] By: nicholas                              on 2006/10/21  23:01:45
96         Log: Add PERLIO_INIT and PERLIO_TERM to PERL_SYS_INIT* and PERL_SYS_TERM*
97              in */*ish.h headers.
98      Branch: perl
99            ! epoc/epocish.h mpeix/mpeixish.h os2/os2ish.h plan9/plan9ish.h
100            ! vms/vmsish.h
101 ____________________________________________________________________________
102 [ 29076] By: nicholas                              on 2006/10/21  22:40:28
103         Log: Subject: Re: Change 29050: Memory leak fix, by Jarkko
104              From: Jarkko Hietaniemi <jhi@iki.fi>
105              Message-ID: <453A97FA.5090403@iki.fi>
106              Date: Sat, 21 Oct 2006 17:58:18 -0400
107              
108              (Make AIX linker happy)
109      Branch: perl
110            ! makedef.pl
111 ____________________________________________________________________________
112 [ 29075] By: nicholas                              on 2006/10/21  21:53:48
113         Log: Semicolon consistency between PERL_FPU_INIT and the other INITs.
114      Branch: perl
115            ! perl.h unixish.h
116 ____________________________________________________________________________
117 [ 29074] By: nicholas                              on 2006/10/21  21:31:20
118         Log: Add PERLIO_INIT to PERL_SYS_INIT.
119              I infer that this was accidentally omitted from change 29060
120      Branch: perl
121            ! dosish.h perl.h unixish.h
122 ____________________________________________________________________________
123 [ 29073] By: nicholas                              on 2006/10/21  21:02:53
124         Log: Always defining PERLIO_TERM, even if it's empty, makes for a simpler
125              PERL_SYS_TERM
126      Branch: perl
127            ! dosish.h perl.h unixish.h
128 ____________________________________________________________________________
129 [ 29072] By: stevep                                on 2006/10/21  18:16:53
130         Log: Changes for threads::shared to all building with g++.
131      Branch: perl
132            ! ext/threads/shared/Makefile.PL ext/threads/shared/shared.xs
133 ____________________________________________________________________________
134 [ 29071] By: stevep                                on 2006/10/21  16:45:38
135         Log: Fixes for Storable.xs when compiling a threaded Perl with g++.
136      Branch: perl
137            ! ext/Storable/Storable.xs
138 ____________________________________________________________________________
139 [ 29070] By: stevep                                on 2006/10/21  16:17:58
140         Log: Fix in perl.h for compiling with g++.
141      Branch: perl
142            ! perl.h
143 ____________________________________________________________________________
144 [ 29069] By: stevep                                on 2006/10/21  13:28:13
145         Log: Better solution to silencing prereq warnings from threads's
146              Makefile.PL
147      Branch: perl
148            ! ext/threads/Makefile.PL
149 ____________________________________________________________________________
150 [ 29068] By: stevep                                on 2006/10/21  02:04:19
151         Log: Quiet a warning in pp_sys.c on AIX.
152      Branch: perl
153            ! pp_sys.c
154 ____________________________________________________________________________
155 [ 29067] By: stevep                                on 2006/10/20  19:28:46
156         Log: Comment out Hash::Util and IO::File from prereqs of threads, since
157              they are both available in the core.
158      Branch: perl
159            ! ext/threads/Makefile.PL
160 ____________________________________________________________________________
161 [ 29066] By: rgs                                   on 2006/10/20  15:31:36
162         Log: Adjustment to symbol lists after latest changes (by Jarkko)
163      Branch: perl
164            ! makedef.pl perlio.sym
165 ____________________________________________________________________________
166 [ 29065] By: rgs                                   on 2006/10/20  15:04:47
167         Log: Enable perlio mutexes under threads (by Jarkko)
168      Branch: perl
169            ! perlio.c perlvars.h
170 ____________________________________________________________________________
171 [ 29064] By: rgs                                   on 2006/10/20  13:01:14
172         Log: regen headers
173      Branch: perl
174            ! embedvar.h perlapi.h
175 ____________________________________________________________________________
176 [ 29063] By: davem                                 on 2006/10/20  13:00:52
177         Log: only do \C hackery if \C is seen
178              
179              From: demerphq <demerphq@gmail.com>
180              Date: Fri, 20 Oct 2006 12:38:13 +0200
181              Subject: Re: utf8 regexp performance problem
182              Message-ID: <9b18b3110610200338k5df1d3afpf829fbc0f3663a75@mail.gmail.com>
183      Branch: perl
184            ! mg.c
185 ____________________________________________________________________________
186 [ 29062] By: rgs                                   on 2006/10/20  11:51:57
187         Log: Subject: [PATCH] B:: changes for UNITCHECK blocks
188              From: Alex Gough <alex-p5p@earth.li>
189              Date: Fri, 20 Oct 2006 02:05:20 +0100
190              Message-ID: <20061020010520.GC12290@the.earth.li>
191      Branch: perl
192            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Deparse.pm
193            ! ext/B/t/concise-xs.t ext/B/t/optree_specials.t
194 ____________________________________________________________________________
195 [ 29061] By: rgs                                   on 2006/10/20  10:32:20
196         Log: Let's undocument -Dusesfio in INSTALL.
197      Branch: perl
198            ! INSTALL
199 ____________________________________________________________________________
200 [ 29060] By: rgs                                   on 2006/10/20  10:20:18
201         Log: More leak fixes, by Jarkko
202      Branch: perl
203            ! dosish.h perl.h perlio.c perliol.h perlvars.h unixish.h
204 ____________________________________________________________________________
205 [ 29059] By: davem                                 on 2006/10/20  10:06:57
206         Log: zero length $1 took too long to detect utf8-ness
207      Branch: perl
208            ! mg.c
209 ____________________________________________________________________________
210 [ 29058] By: rgs                                   on 2006/10/20  09:04:49
211         Log: Silence some warnings
212      Branch: perl
213            ! pp_ctl.c regcomp.c
214 ____________________________________________________________________________
215 [ 29057] By: nicholas                              on 2006/10/19  20:52:31
216         Log: Subject: Re: Off by one in the trie code?
217              From: demerphq <demerphq@gmail.com>
218              Message-ID: <9b18b3110610181151i3ca438cdied769ebaa4255079@mail.gmail.com>
219              Date: Wed, 18 Oct 2006 20:51:41 +0200
220              
221              1. code necessary to make patterns with interpolated vars behave
222              correctly under lexical re 'debug', including additional tests.
223              2. changes necessary to resolve the off by one error,
224              3. tweaks to re.pm to document that re 'debug' is lexical,
225      Branch: perl
226            ! ext/re/re.pm ext/re/t/lexical_debug.pl
227            ! ext/re/t/lexical_debug.t ext/re/t/regop.pl ext/re/t/regop.t
228            ! pp_ctl.c regcomp.c regcomp.h
229 ____________________________________________________________________________
230 [ 29056] By: nicholas                              on 2006/10/19  20:47:53
231         Log: Subject: Re: Off by one in the trie code?
232              From: demerphq <demerphq@gmail.com>
233              Date: Wed, 18 Oct 2006 20:51:41 +0200
234              Message-ID: <9b18b3110610181151i3ca438cdied769ebaa4255079@mail.gmail.com>
235              
236              change test files that do a require "./test.pl"; without a BEGIN block
237              to ensure prototypes are seen, plus fix any breakage this reveals.
238      Branch: perl
239            ! ext/Devel/Peek/t/Peek.t ext/POSIX/t/posix.t lib/vmsish.t
240            ! t/comp/parser.t t/comp/utf.t t/io/argv.t t/io/utf8.t
241            ! t/op/stash.t t/run/switchC.t t/run/switchd.t t/run/switches.t
242 ____________________________________________________________________________
243 [ 29055] By: merijn                                on 2006/10/19  16:40:08
244         Log: <tr> isnb't the same as C<tr>, and <tr> looks so stupid in man
245      Branch: perl
246            ! pod/perlop.pod
247 ____________________________________________________________________________
248 [ 29054] By: rgs                                   on 2006/10/19  16:20:41
249         Log: Trim perltodo.
250      Branch: perl
251            ! pod/perltodo.pod
252 ____________________________________________________________________________
253 [ 29053] By: rgs                                   on 2006/10/19  15:54:15
254         Log: Subject: [PATCH] stab at UNITCHECK blocks
255              From: Alex Gough <alex-p5p@earth.li>
256              Date: Thu, 19 Oct 2006 13:04:12 +0100
257              Message-ID: <20061019120412.GA12290@the.earth.li>
258      Branch: perl
259            + t/op/blocks.t
260            ! MANIFEST cv.h embedvar.h intrpvar.h keywords.h keywords.pl
261            ! madly.act madly.h madly.tab madly.y op.c perl.c
262            ! perl_keyword.pl perlapi.h perly.act perly.tab perly.y
263            ! pod/perldebug.pod pod/perldiag.pod pod/perlfunc.pod
264            ! pod/perlmod.pod pod/perlrun.pod pod/perlsub.pod pp_ctl.c sv.c
265            ! toke.c
266 ____________________________________________________________________________
267 [ 29052] By: stevep                                on 2006/10/19  13:49:56
268         Log: Subject: [PATCH] Add Log::Message and Log::Message::Simple to the core
269              From: "Jos Boumans" <kane@xs4all.net>
270              Date: Fri, 13 Oct 2006 17:12:57 +0200 (CEST)
271              Message-ID: <13003.80.127.35.68.1160752377.squirrel@webmail.xs4all.nl>
272      Branch: perl
273            + lib/Log/Message.pm lib/Log/Message/Config.pm
274            + lib/Log/Message/Handlers.pm lib/Log/Message/Item.pm
275            + lib/Log/Message/Simple.pm lib/Log/Message/Simple/t/01_use.t
276            + lib/Log/Message/Simple/t/02_imports.t
277            + lib/Log/Message/Simple/t/03_functions.t
278            + lib/Log/Message/t/01_Log-Message-Config.t
279            + lib/Log/Message/t/02_Log-Message.t
280            + lib/Log/Message/t/conf/LoadMe.pl
281            + lib/Log/Message/t/conf/config_file
282            ! MANIFEST Porting/Maintainers.pl
283 ____________________________________________________________________________
284 [ 29051] By: rgs                                   on 2006/10/19  12:17:18
285         Log: Make prototype("CORE::mkdir") work. That's a special case,
286              since from the OA_* flags we can't figure out which parameter
287              is going to default to $_.
288      Branch: perl
289            ! pp.c t/op/cproto.t
290 ____________________________________________________________________________
291 [ 29050] By: rgs                                   on 2006/10/19  12:08:24
292         Log: Memory leak fix, by Jarkko
293      Branch: perl
294            ! perlio.c
295 ____________________________________________________________________________
296 [ 29049] By: rgs                                   on 2006/10/19  10:27:20
297         Log: Adjust documentation for previous change
298      Branch: perl
299            ! pod/perlsub.pod
300 ____________________________________________________________________________
301 [ 29048] By: rgs                                   on 2006/10/19  10:26:54
302         Log: Allow the _ prototype character to be followed by optional arguments
303      Branch: perl
304            ! op.c t/comp/uproto.t
305 ____________________________________________________________________________
306 [ 29047] By: rgs                                   on 2006/10/19  08:56:14
307         Log: Make all JAPH tests pass
308      Branch: perl
309            ! t/japh/abigail.t
310 ____________________________________________________________________________
311 [ 29046] By: rgs                                   on 2006/10/19  08:04:04
312         Log: Remove free() part of change #29045, which causes
313              panics from miniperl in FreeBSD/multithreaded
314      Branch: perl
315            ! perlio.c
316 ____________________________________________________________________________
317 [ 29045] By: stevep                                on 2006/10/19  01:18:50
318         Log: Subject: [PATCH] blead valgrind finding
319              From: Jarkko Hietaniemi <jhi@iki.fi>
320              Date: Wed, 18 Oct 2006 20:07:54 -0400
321              Message-ID: <4536C1DA.4060600@iki.fi>
322      Branch: perl
323            ! perlio.c
324 ____________________________________________________________________________
325 [ 29044] By: rgs                                   on 2006/10/18  20:26:37
326         Log: Make prototype("CORE::foo") return prototypes with _ when it should
327              (except for mkdir)
328      Branch: perl
329            ! pp.c t/op/cproto.t
330 ____________________________________________________________________________
331 [ 29043] By: rgs                                   on 2006/10/18  19:37:01
332         Log: Add a regression test for change #29041
333      Branch: perl
334            ! t/comp/uproto.t
335 ____________________________________________________________________________
336 [ 29042] By: nicholas                              on 2006/10/18  19:11:55
337         Log: Using explicit printf-like APIs with a format of "%s" isn't the world's
338              most efficient idea.
339      Branch: perl
340            ! XSUB.h dump.c
341 ____________________________________________________________________________
342 [ 29041] By: rgs                                   on 2006/10/18  17:40:57
343         Log: Functions with a (_) prototype should behave as unary operators
344              (which is not the case of functions with a (;$) prototype)
345      Branch: perl
346            ! toke.c
347 ____________________________________________________________________________
348 [ 29040] By: nicholas                              on 2006/10/18  17:35:06
349         Log: panic if we attempt to sv_setsv to or from an already freed SV.
350      Branch: perl
351            ! sv.c
352 ____________________________________________________________________________
353 [ 29039] By: rgs                                   on 2006/10/18  14:41:26
354         Log: Test for the interaction between ; and _ in prototypes
355      Branch: perl
356            ! t/comp/uproto.t
357 ____________________________________________________________________________
358 [ 29038] By: rgs                                   on 2006/10/18  14:34:26
359         Log: Document _ prototype in perlsub
360      Branch: perl
361            ! pod/perlsub.pod
362 ____________________________________________________________________________
363 [ 29037] By: rgs                                   on 2006/10/18  14:30:57
364         Log: Fix prototype to mimic built-in in perlsub examples
365      Branch: perl
366            ! pod/perlsub.pod
367 ____________________________________________________________________________
368 [ 29036] By: rgs                                   on 2006/10/18  14:01:59
369         Log: The _ character is only allowed to be at the end of prototypes
370      Branch: perl
371            ! op.c t/comp/uproto.t
372 ____________________________________________________________________________
373 [ 29035] By: rgs                                   on 2006/10/18  12:54:34
374         Log: Improvements and fixes to the _ prototype
375      Branch: perl
376            ! op.c t/comp/uproto.t
377 ____________________________________________________________________________
378 [ 29034] By: rgs                                   on 2006/10/18  08:49:01
379         Log: FAQ sync
380      Branch: perl
381            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
382            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
383            ! pod/perlfaq7.pod pod/perlfaq9.pod
384 ____________________________________________________________________________
385 [ 29033] By: rgs                                   on 2006/10/18  08:24:30
386         Log: Subject: [perl #40557] regexec.c saves context stack position improperly 
387              From: Dave Bailey (via RT) <perlbug-followup@perl.org>
388              Date: Tue, 17 Oct 2006 09:37:28 -0700
389              Message-ID: <rt-3.5.HEAD-4979-1161103047-337.40557-75-0@perl.org>
390      Branch: perl
391            ! regexec.c scope.c scope.h
392 ____________________________________________________________________________
393 [ 29032] By: rgs                                   on 2006/10/17  16:07:04
394         Log: First attempt at implementing the _ prototype
395      Branch: perl
396            + t/comp/uproto.t
397            ! MANIFEST op.c toke.c
398 ____________________________________________________________________________
399 [ 29031] By: stevep                                on 2006/10/17  15:43:05
400         Log: Upgrade to Time-HiRes-1.94.
401      Branch: perl
402            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
403            ! ext/Time/HiRes/t/HiRes.t
404 ____________________________________________________________________________
405 [ 29030] By: rgs                                   on 2006/10/17  14:13:52
406         Log: Subject: Re: [PATCH] remove leaveit from toke.c:scan_const
407              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
408              Date: Tue, 17 Oct 2006 23:10:04 +0900
409              Message-Id: <20061017230958.41A2.BQW10602@nifty.com>
410      Branch: perl
411            ! pod/perldiag.pod
412 ____________________________________________________________________________
413 [ 29029] By: stevep                                on 2006/10/17  12:42:04
414         Log: Upgrade to CPAN-1.88_55.
415      Branch: perl
416            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/SIGNATURE
417 ____________________________________________________________________________
418 [ 29028] By: rgs                                   on 2006/10/17  07:44:09
419         Log: Less brace nesting.
420      Branch: perl
421            ! toke.c
422 ____________________________________________________________________________
423 [ 29027] By: rgs                                   on 2006/10/16  12:59:07
424         Log: The "Unrecognized escape" warning can now be emitted in category
425              "regexp" after change 29026 
426      Branch: perl
427            ! pod/perldiag.pod
428 ____________________________________________________________________________
429 [ 29026] By: rgs                                   on 2006/10/16  12:55:28
430         Log: Subject: [PATCH] remove leaveit from toke.c:scan_const
431              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
432              Date: Sun, 15 Oct 2006 22:23:00 +0900
433              Message-Id: <20061015222223.BC38.BQW10602@nifty.com>
434      Branch: perl
435            ! pod/perlop.pod t/lib/warnings/regcomp t/lib/warnings/toke
436            ! t/op/pat.t t/op/regmesg.t toke.c
437 ____________________________________________________________________________
438 [ 29025] By: rgs                                   on 2006/10/16  09:26:17
439         Log: Subject: [PATCH] Re: sprintf 64 test
440              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
441              Date: Sun, 15 Oct 2006 16:51:34 +0900
442              Message-Id: <20061015165052.77AD.BQW10602@nifty.com>
443              
444              1. nullify 0 flag in integer conversions when precision is given
445              2. ignore space after a plus sign as a sign for a nonnegative number
446              3. make a negative precision through * working as if the precision
447              is omitted
448      Branch: perl
449            ! pod/perlfunc.pod sv.c t/op/sprintf.t t/op/sprintf2.t
450 ____________________________________________________________________________
451 [ 29024] By: nicholas                              on 2006/10/16  04:41:30
452         Log: Fix change 28770 to cope with the strange 32 bit bool type on VMS.
453              (I should have seen this one coming - the two structures weren't
454              textually identical)
455      Branch: perl
456            ! cop.h
457 ____________________________________________________________________________
458 [ 29023] By: stevep                                on 2006/10/15  17:17:32
459         Log: Upgrade to Time-HiRes-1.93.
460      Branch: perl
461            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
462            ! ext/Time/HiRes/t/HiRes.t
463 ____________________________________________________________________________
464 [ 29020] By: stevep                                on 2006/10/14  23:18:29
465         Log: Upgrade to CPAN-1.88_54.
466      Branch: perl
467            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
468 ____________________________________________________________________________
469 [ 29019] By: stevep                                on 2006/10/14  23:11:23
470         Log: Upgrade to Digest-SHA-5.44.
471      Branch: perl
472            ! ext/Digest/SHA/Changes ext/Digest/SHA/README
473            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/SHA.xs
474            ! ext/Digest/SHA/bin/shasum ext/Digest/SHA/src/hmac.c
475            ! ext/Digest/SHA/src/hmac.h ext/Digest/SHA/src/sha.c
476            ! ext/Digest/SHA/src/sha.h
477 ____________________________________________________________________________
478 [ 29018] By: nicholas                              on 2006/10/14  23:06:52
479         Log: Avoid undefined behaviour for -DPERL_MEM_LOG by not using a
480              dereference of member of the structure being reallocated as part of
481              the size calculation. (This one was well hidden by macros)
482      Branch: perl
483            ! regcomp.c
484 ____________________________________________________________________________
485 [ 29017] By: stevep                                on 2006/10/14  23:00:35
486         Log: Upgrade to XSLoader-0.07.
487      Branch: perl
488            ! ext/DynaLoader/XSLoader_pm.PL ext/DynaLoader/t/XSLoader.t
489 ____________________________________________________________________________
490 [ 29016] By: nicholas                              on 2006/10/14  22:40:00
491         Log: Avoid undefined behaviour for -DPERL_MEM_LOG by not using a direct
492              dereference of member of the structure being reallocated as part of
493              the size calculation. (There may be other similar bugs).
494      Branch: perl
495            ! regcomp.c
496 ____________________________________________________________________________
497 [ 29015] By: nicholas                              on 2006/10/14  20:38:59
498         Log: Use Perl_croak_nocontext() rather than Perl_croak() for the snprintf()
499              and vsnprintf() macros.
500      Branch: perl
501            ! perl.h
502 ____________________________________________________________________________
503 [ 29012] By: nicholas                              on 2006/10/14  14:32:28
504         Log: Fix typo.
505      Branch: perl
506            ! Changes
507 ____________________________________________________________________________
508 [ 29011] By: nicholas                              on 2006/10/13  20:35:44
509         Log: Subject: Re: SVpvs vs SVpvn
510              From: Jim Cromie <jim.cromie@gmail.com>
511              Message-ID: <452FED1D.1000504@gmail.com>
512              Date: Fri, 13 Oct 2006 13:46:37 -0600
513              
514              plus the last newSVpvn() in toke.c that his regexp missed.
515      Branch: perl
516            ! toke.c
517 ____________________________________________________________________________
518 [ 29010] By: stevep                                on 2006/10/13  14:11:04
519         Log: Upgrade to Time-HiRes-1.92.
520      Branch: perl
521            + ext/Time/HiRes/hints/aix.pl
522            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
523            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
524            ! ext/Time/HiRes/t/HiRes.t
525 ____________________________________________________________________________
526 [ 29009] By: nicholas                              on 2006/10/13  13:53:16
527         Log: Correct one "parenthesis" to "parentheses".
528      Branch: perl
529            ! pod/perlre.pod
530 ____________________________________________________________________________
531 [ 29008] By: rgs                                   on 2006/10/13  12:12:04
532         Log: Don't bother checking for bad characters in prototypes if we're not
533              going to warn about them.
534      Branch: perl
535            ! toke.c
536 ____________________________________________________________________________
537 [ 29007] By: rgs                                   on 2006/10/13  11:27:54
538         Log: Subject: [PATCH] compiler warning noreturn
539              From: "Robin Barker" <Robin.Barker@npl.co.uk>
540              Date: Fri, 13 Oct 2006 11:49:11 +0100
541              Message-ID: <2C2E01334A940D4792B3E115F95B7226120A70@exchsvr1.npl.ad.local>
542      Branch: perl
543            ! doio.c
544 ____________________________________________________________________________
545 [ 29006] By: rgs                                   on 2006/10/13  09:15:43
546         Log: Fix nit in possessive quantifier descriptions.
547              Add some =head3 headings.
548      Branch: perl
549            ! pod/perlre.pod
550 ____________________________________________________________________________
551 [ 29005] By: rgs                                   on 2006/10/13  09:02:05
552         Log: Subject: [PATCH] Add possessive quantifiers to regex engine.
553              From: demerphq <demerphq@gmail.com>
554              Date: Thu, 12 Oct 2006 21:23:15 +0200
555              Message-ID: <9b18b3110610121223m191e47ddtce3398cb0e8ba320@mail.gmail.com>
556              
557              With doc tweaks
558      Branch: perl
559            ! pod/perl595delta.pod pod/perlre.pod pod/perltodo.pod regcomp.c
560            ! regcomp.h t/op/re_tests t/op/regexp.t
561 ____________________________________________________________________________
562 [ 29004] By: stevep                                on 2006/10/12  15:07:17
563         Log: Upgrade to PathTools-3.23.
564      Branch: perl
565            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
566            ! lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t
567 ____________________________________________________________________________
568 [ 29003] By: rgs                                   on 2006/10/12  14:52:42
569         Log: Subject: [PATCH] threads::shared 1.04
570              From: Jerry Hedden <jdhedden@yahoo.com>
571              Date: Thu, 12 Oct 2006 07:47:37 -0700 (PDT)
572              Message-ID: <20061012144737.56305.qmail@web30207.mail.mud.yahoo.com>
573      Branch: perl
574            ! ext/threads/Changes ext/threads/Makefile.PL ext/threads/README
575            ! ext/threads/shared/shared.pm
576 ____________________________________________________________________________
577 [ 29002] By: rgs                                   on 2006/10/12  14:26:37
578         Log: Subject: [PATCH] threads 1.44
579              From: Jerry Hedden <jdhedden@yahoo.com>
580              Date: Wed, 11 Oct 2006 05:57:43 -0700 (PDT)
581              Message-ID: <20061011125743.68567.qmail@web30211.mail.mud.yahoo.com>
582      Branch: perl
583            ! ext/threads/Changes ext/threads/README ext/threads/t/thread.t
584            ! ext/threads/threads.pm
585 ____________________________________________________________________________
586 [ 29001] By: rgs                                   on 2006/10/12  14:19:33
587         Log: Subject: [PATCH] fix format errors; was RE: g++ compile and make test 100%
588              From: "Robin Barker" <Robin.Barker@npl.co.uk>
589              Date: Wed, 11 Oct 2006 17:02:01 +0100
590              Message-ID: <2C2E01334A940D4792B3E115F95B7226120A69@exchsvr1.npl.ad.local>
591      Branch: perl
592            ! regcomp.c
593 ____________________________________________________________________________
594 [ 29000] By: rgs                                   on 2006/10/12  14:03:55
595         Log: Subject: [PATCH] RE: g++ compile and make test 100%
596              From: "Robin Barker" <Robin.Barker@npl.co.uk>
597              Date: Wed, 11 Oct 2006 16:58:10 +0100
598              Message-ID: <2C2E01334A940D4792B3E115F95B7226120A68@exchsvr1.npl.ad.local>
599      Branch: perl
600            ! ext/ODBM_File/t/odbm.t
601 ____________________________________________________________________________
602 [ 28999] By: rgs                                   on 2006/10/12  13:57:57
603         Log: Subject: [PATCH] More regexp documentation
604              From: demerphq <demerphq@gmail.com>
605              Date: Thu, 12 Oct 2006 14:45:25 +0200
606              Message-ID: <9b18b3110610120545m3002e17cqace30f908b0e2277@mail.gmail.com>
607      Branch: perl
608            ! pod/perlre.pod pod/perlreguts.pod regcomp.c
609 ____________________________________________________________________________
610 [ 28998] By: rgs                                   on 2006/10/12  08:43:20
611         Log: Subject: [PATCH] Add Regex conditionals. Various bugfixes. More tests.
612              From: demerphq <demerphq@gmail.com>
613              Date: Thu, 12 Oct 2006 00:46:50 +0200
614              Message-ID: <9b18b3110610111546j74ca490dg21bd9fd1e7e10d42@mail.gmail.com>
615      Branch: perl
616            ! embed.fnc embed.h pod/perlre.pod proto.h regcomp.c regcomp.sym
617            ! regexec.c regnodes.h t/op/pat.t t/op/re_tests
618 ____________________________________________________________________________
619 [ 28997] By: rgs                                   on 2006/10/11  15:01:52
620         Log: Subject: RE: g++ compile and make test 100%
621              From: "Robin Barker" <Robin.Barker@npl.co.uk>
622              Date: Wed, 11 Oct 2006 15:29:43 +0100
623              Message-ID: <2C2E01334A940D4792B3E115F95B7226120A65@exchsvr1.npl.ad.local>
624      Branch: perl
625            ! ext/NDBM_File/typemap
626 ____________________________________________________________________________
627 [ 28996] By: stevep                                on 2006/10/11  14:48:45
628         Log: Fix typo in NDBM_File.xs and bump up the version number.
629      Branch: perl
630            ! ext/NDBM_File/NDBM_File.pm ext/NDBM_File/NDBM_File.xs
631 ____________________________________________________________________________
632 [ 28995] By: rgs                                   on 2006/10/11  09:59:15
633         Log: Fix aliasing to an non-existent element of %+
634              (by Yves Orton)
635      Branch: perl
636            ! hv.c
637 ____________________________________________________________________________
638 [ 28994] By: rgs                                   on 2006/10/11  09:38:37
639         Log: Update comment (by Yves Orton), plus POD fixes
640      Branch: perl
641            ! ext/re/re.pm
642 ____________________________________________________________________________
643 [ 28993] By: rgs                                   on 2006/10/11  08:03:03
644         Log: Missing % in format string
645      Branch: perl
646            ! perl.h
647 ____________________________________________________________________________
648 [ 28992] By: merijn                                on 2006/10/11  07:02:56
649         Log: Subject: [PATCH] ext re: C++: EXTERN_C needed, and where did sub install() go?
650              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
651              Date: Wed, 11 Oct 2006 09:53:59 +0300 (EEST)
652              Message-Id: <20061011065359.DFC4C8B3A1@seth.hut.fi>
653      Branch: perl
654            ! ext/re/re.pm ext/re/re.xs
655 ____________________________________________________________________________
656 [ 28991] By: stevep                                on 2006/10/11  00:52:58
657         Log: Grrr...moved the files, but forgot to update Soundex.pm
658      Branch: perl
659            ! ext/Text/Soundex/Soundex.pm
660 ____________________________________________________________________________
661 [ 28990] By: rgs                                   on 2006/10/10  16:26:31
662         Log: Subject: [PATCH] C++: class is a keyword
663              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
664              Date: Tue, 10 Oct 2006 19:20:26 +0300 (EEST)
665              Message-Id: <20061010162026.190BE8B37C@seth.hut.fi>
666      Branch: perl
667            ! lib/ExtUtils/ParseXS/t/XSTest.xs
668 ____________________________________________________________________________
669 [ 28989] By: rgs                                   on 2006/10/10  16:23:48
670         Log: Adjust test count for ExtUtils::Command
671      Branch: perl
672            ! lib/ExtUtils/t/eu_command.t
673 ____________________________________________________________________________
674 [ 28988] By: stevep                                on 2006/10/10  15:04:09
675         Log: Upgrade to ExtUtils-Manifest-1.49.
676      Branch: perl
677            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/t/Manifest.t
678 ____________________________________________________________________________
679 [ 28987] By: stevep                                on 2006/10/10  15:01:21
680         Log: Upgrade to ExtUtils-Command-1.12.
681      Branch: perl
682            ! lib/ExtUtils/Command.pm lib/ExtUtils/t/eu_command.t
683 ____________________________________________________________________________
684 [ 28986] By: stevep                                on 2006/10/10  14:49:47
685         Log: Upgrade to CPAN-1.88_53.
686      Branch: perl
687            ! lib/CPAN.pm lib/CPAN/HandleConfig.pm lib/CPAN/Queue.pm
688            ! lib/CPAN/SIGNATURE
689 ____________________________________________________________________________
690 [ 28985] By: rgs                                   on 2006/10/10  14:36:49
691         Log: Subject: [perl #40473] sprintf width+precision fails on wide chars 
692              From: Anatoly Vorobey (via RT) <perlbug-followup@perl.org>
693              Date: Sun, 08 Oct 2006 17:58:16 -0700
694              Message-ID: <rt-3.5.HEAD-31259-1160355496-1702.40473-75-0@perl.org>
695      Branch: perl
696            ! sv.c t/op/sprintf2.t
697 ____________________________________________________________________________
698 [ 28984] By: stevep                                on 2006/10/10  14:33:53
699         Log: Upgrade to ExtUtils-Makemaker-6.31.
700      Branch: perl
701            ! lib/ExtUtils/Changes lib/ExtUtils/Command/MM.pm
702            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Liblist/Kid.pm
703            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_AIX.pm
704            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_BeOS.pm
705            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_DOS.pm
706            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_NW5.pm
707            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_QNX.pm
708            ! lib/ExtUtils/MM_UWIN.pm lib/ExtUtils/MM_Unix.pm
709            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_VOS.pm
710            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
711            ! lib/ExtUtils/MY.pm lib/ExtUtils/MakeMaker.pm
712            ! lib/ExtUtils/MakeMaker/Config.pm
713            ! lib/ExtUtils/MakeMaker/bytes.pm
714            ! lib/ExtUtils/MakeMaker/vmsish.pm lib/ExtUtils/Mkbootstrap.pm
715            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/README
716            ! lib/ExtUtils/TODO lib/ExtUtils/t/basic.t
717            ! lib/ExtUtils/testlib.pm
718 ____________________________________________________________________________
719 [ 28983] By: stevep                                on 2006/10/10  14:05:52
720         Log: Update to PathTools-3.22.
721      Branch: perl
722            ! ext/Cwd/Changes ext/Text/Soundex/Soundex.xs lib/Cwd.pm
723            ! lib/File/Spec.pm lib/File/Spec/Unix.pm lib/File/Spec/t/Spec.t
724            ! lib/File/Spec/t/crossplatform.t
725 ____________________________________________________________________________
726 [ 28982] By: merijn                                on 2006/10/10  14:02:16
727         Log: New shiny models
728      Branch: perl
729            ! README.hpux
730 ____________________________________________________________________________
731 [ 28981] By: rgs                                   on 2006/10/10  13:13:18
732         Log: Subject: [PATCH] Regexp Recurse by name.
733              From: demerphq <demerphq@gmail.com>
734              Date: Mon, 9 Oct 2006 20:36:20 +0200
735              Message-ID: <9b18b3110610091136g48e5b154tf16d00d38e80a6dc@mail.gmail.com>
736              
737              (with doc nits)
738      Branch: perl
739            ! embed.fnc embed.h ext/re/re.pm pod/perlre.pod proto.h
740            ! regcomp.c t/op/re_tests
741 ____________________________________________________________________________
742 [ 28980] By: rgs                                   on 2006/10/10  11:25:58
743         Log: Subject: [PATCH] enc2xs and C++: add extern "C" to  data
744              From: Jarkko Hietaniemi <jhi@iki.fi>
745              Date: Tue, 10 Oct 2006 13:52:57 +0300
746              Message-ID: <452B7B89.201@iki.fi>
747      Branch: perl
748            ! ext/Encode/bin/enc2xs
749 ____________________________________________________________________________
750 [ 28979] By: rgs                                   on 2006/10/10  11:20:19
751         Log: Subject: [PATCH] Linux and Solaris hints: C++ vs dlerror
752              From: Jarkko Hietaniemi <jhi@iki.fi>
753              Date: Tue, 10 Oct 2006 14:00:40 +0300
754              Message-ID: <452B7D58.1090009@iki.fi>
755      Branch: perl
756            ! hints/linux.sh hints/solaris_2.sh
757 ____________________________________________________________________________
758 [ 28978] By: steveh                                on 2006/10/10  10:25:06
759         Log: Updates for building on Win32 with Visual C++ 2005 Express Edition
760              
761              Add some instructions in README.win32, clarify macro comments and add
762              missing macros to makefile.mk, and drop the GLOBEXEBUILD macro from
763              Makefile--the Express Edition of Visual C++ 2005 is free and includes
764              setargv.obj, so there is no need to support the .NET 2.0 SDK compiler
765              which didn't include it.
766              
767              Unfortunately, the build still doesn't work yet--my attempt got as far
768              as building extensions, but miniperl.exe crashed.  Hopefully this can
769              be sorted out soon.
770      Branch: perl
771            ! README.win32 win32/Makefile win32/makefile.mk
772 ____________________________________________________________________________
773 [ 28977] By: craigb                                on 2006/10/10  03:29:50
774         Log: fix a doc typo and a warning typo in VMS::DCLsym
775      Branch: perl
776            ! vms/ext/DCLsym/DCLsym.pm
777 ____________________________________________________________________________
778 [ 28976] By: stevep                                on 2006/10/09  20:17:07
779         Log: Make g++ happy when compiling NDBM_File on a system that
780              is likely using the GDBM compatibility headers that 
781              g++ (and other C++ implementations) cannot handle.
782      Branch: perl
783            ! ext/NDBM_File/Makefile.PL ext/NDBM_File/NDBM_File.xs
784 ____________________________________________________________________________
785 [ 28975] By: davem                                 on 2006/10/09  16:35:02
786         Log: fix bad free in do_exec3()
787      Branch: perl
788            ! doio.c
789 ____________________________________________________________________________
790 [ 28974] By: rgs                                   on 2006/10/09  14:29:52
791         Log: Subject: [PATCH] Encode.xs: add an explicit cast to make g++ happier
792              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
793              Date: Mon,  9 Oct 2006 16:54:12 +0300 (EEST)
794              Message-Id: <20061009135412.47F7A8B3A0@seth.hut.fi>
795      Branch: perl
796            ! ext/Encode/Encode.xs
797 ____________________________________________________________________________
798 [ 28973] By: rgs                                   on 2006/10/09  14:13:25
799         Log: Address update for Jerry D. Hedden
800      Branch: perl
801            ! AUTHORS
802 ____________________________________________________________________________
803 [ 28972] By: rgs                                   on 2006/10/09  12:53:40
804         Log: Update perldelta for recent regexp changes, based on a text by Yves Orton.
805      Branch: perl
806            ! pod/perl595delta.pod
807 ____________________________________________________________________________
808 [ 28971] By: rgs                                   on 2006/10/09  12:28:11
809         Log: Subject: [PATCH] Digest::SHA 5.43_01 - ANSIfy src/hmac.c
810              From: Jarkko Hietaniemi <jhi@iki.fi>
811              Date: Mon, 09 Oct 2006 14:24:09 +0300
812              Message-ID: <452A3159.3060003@iki.fi>
813      Branch: perl
814            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/src/hmac.c
815 ____________________________________________________________________________
816 [ 28970] By: rgs                                   on 2006/10/09  10:32:06
817         Log: Add perl595delta
818      Branch: perl
819            + pod/perl595delta.pod
820            ! MANIFEST Makefile.SH pod.lst pod/perl.pod
821            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
822            ! win32/pod.mak
823 ____________________________________________________________________________
824 [ 28969] By: rgs                                   on 2006/10/09  10:11:09
825         Log: Bump version to 5.9.5
826      Branch: perl
827            ! Cross/config.sh-arm-linux NetWare/Makefile NetWare/config_H.wc
828            ! epoc/config.sh epoc/createpkg.pl patchlevel.h
829            ! plan9/config.plan9 win32/Makefile win32/Makefile.ce
830            ! win32/config_H.bc win32/config_H.ce win32/config_H.gc
831            ! win32/config_H.vc win32/config_H.vc64 win32/makefile.mk
832 ____________________________________________________________________________
833 [ 28968] By: rgs                                   on 2006/10/09  10:02:08
834         Log: Subject: Re: [PATCH] regexec.c: goto crossing initialization
835              From: Jarkko Hietaniemi <jhi@iki.fi>
836              Date: Mon, 09 Oct 2006 12:47:11 +0300
837              Message-ID: <452A1A9F.4080103@iki.fi>
838      Branch: perl
839            ! regexec.c
840 ____________________________________________________________________________
841 [ 28967] By: rgs                                   on 2006/10/08  19:53:10
842         Log: Subject: Re: [perl #40468] Not OK: perl 5.9.4 +patchaperlup: on i686-linux-64int 2.6.17-2-k7 (UNINSTALLED)
843              From: demerphq <demerphq@gmail.com>
844              Date: Sun, 8 Oct 2006 20:14:24 +0200
845              Message-ID: <9b18b3110610081114g11dabafaw860181598ab54bd6@mail.gmail.com>
846      Branch: perl
847            ! hv.c regcomp.c t/op/pat.t
848 ____________________________________________________________________________
849 [ 28966] By: rgs                                   on 2006/10/08  19:39:00
850         Log: Revert change 28962 (at least until a better solution is found)
851      Branch: perl
852            ! XSUB.h perl.h sv.c
853 ____________________________________________________________________________
854 [ 28965] By: rgs                                   on 2006/10/08  17:07:42
855         Log: Clarifications on the usage of setlocale() and LC_NUMERIC to
856              affect the decimal point in output, by Jarkko.
857      Branch: perl
858            ! pod/perldata.pod pod/perlfunc.pod pod/perllocale.pod
859 ____________________________________________________________________________
860 [ 28964] By: nicholas                              on 2006/10/08  00:25:07
861         Log: Document the growth policy, and Yves suggested a better arbitary
862              constant. (The original plan was add 80 if free space is less than 80,
863              which wasn't a noticable improvement. Hence 40 was 80/2 for plan B)
864      Branch: perl
865            ! ext/Data/Dumper/Dumper.xs
866 ____________________________________________________________________________
867 [ 28963] By: nicholas                              on 2006/10/07  23:42:56
868         Log: Yves said that the XS version of Data::Dumper was inefficient because
869              it keeps triggering realloc() due to sv_cat(). Here's a rather brute
870              force approach to pre-stretching the buffer - if there are less than
871              40 bytes free, grow it by 50%.
872              
873              Surprisingly effective for my test program
874              ./perl -Ilib -MData::Dumper -MStorable=retrieve -we \
875              'print Dumper(retrieve(shift))' ~/.cpan/Metadata >/dev/null
876              
877              Before
878              real    2m42.921s
879              user    1m43.321s
880              sys     0m55.611s
881              
882              
883              After
884              real    0m5.205s
885              user    0m4.885s
886              sys     0m0.255s
887              
888              Same 25M of output, byte for byte. :-)
889      Branch: perl
890            ! ext/Data/Dumper/Dumper.xs
891 ____________________________________________________________________________
892 [ 28962] By: nicholas                              on 2006/10/07  22:24:28
893         Log: No need to create a new magic vtable if it's all 0 pointers.
894              [And these are function pointers, so they're not NULL :-)]
895      Branch: perl
896            ! XSUB.h perl.h sv.c
897 ____________________________________________________________________________
898 [ 28961] By: nicholas                              on 2006/10/07  22:06:19
899         Log: Make reference stringification (blessed and unblessed) about as fast as
900              is possible, because I'm told it's used quite frequently.
901      Branch: perl
902            ! sv.c
903 ____________________________________________________________________________
904 [ 28960] By: nicholas                              on 2006/10/07  17:16:01
905         Log: Use packed addresses for the seen tracking hash, rather than
906              "stringified" references. These use less memory, and should be faster
907              as there is no call to sprintf().
908      Branch: perl
909            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
910 ____________________________________________________________________________
911 [ 28959] By: nicholas                              on 2006/10/07  16:08:04
912         Log: Eliminate two more unneeded strlen()s from Dumper.xs
913      Branch: perl
914            ! ext/Data/Dumper/Dumper.xs
915 ____________________________________________________________________________
916 [ 28958] By: rgs                                   on 2006/10/07  16:01:55
917         Log: Subject: [PATCH] threads 1.43 - stringify
918              From: Jerry Hedden <jdhedden@yahoo.com>
919              Date: Fri, 6 Oct 2006 12:19:41 -0700 (PDT)
920              Message-ID: <20061006191941.22457.qmail@web30205.mail.mud.yahoo.com>
921      Branch: perl
922            - ext/threads/typemap
923            ! MANIFEST ext/threads/Changes ext/threads/Makefile.PL
924            ! ext/threads/README ext/threads/t/basic.t
925            ! ext/threads/t/thread.t ext/threads/threads.pm
926 ____________________________________________________________________________
927 [ 28957] By: rgs                                   on 2006/10/07  14:30:32
928         Log: Subject: Re: [PATCH] Initial attempt at named captures for perls regexp engine
929              From: demerphq <demerphq@gmail.com>
930              Date: Fri, 6 Oct 2006 19:16:01 +0200
931              Message-ID: <9b18b3110610061016x5ddce965u30d9a821f632d450@mail.gmail.com>
932      Branch: perl
933            ! XSUB.h doop.c dump.c embed.fnc embed.h gv.c hv.c perl.h
934            ! pod/perlre.pod pod/perltodo.pod pod/perlvar.pod pp.c proto.h
935            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
936            ! sv.c t/op/pat.t t/op/re_tests t/op/regexp.t toke.c
937 ____________________________________________________________________________
938 [ 28956] By: nicholas                              on 2006/10/07  13:53:36
939         Log: Change sprintf() to my_sprintf(), and use the returnled length from
940              that and my_snprintf() to avoid calls to strlen()
941      Branch: perl
942            ! ext/Data/Dumper/Dumper.xs
943 ____________________________________________________________________________
944 [ 28955] By: merijn                                on 2006/10/07  11:56:31
945         Log: Subject: [PATCH] cflags.SH: strip -std=c89 for g++
946              From: Jarkko Hietaniemi <jhi@iki.fi>
947              Date: Sat, 07 Oct 2006 13:37:04 +0300
948              Message-ID: <45278350.8020707@iki.fi>
949      Branch: perl
950            ! cflags.SH
951 ____________________________________________________________________________
952 [ 28954] By: merijn                                on 2006/10/07  11:52:04
953         Log: Subject: [PATCH] another g++ patch (Util.xs)
954              From: "Paul Marquess" <paul.marquess@ntlworld.com>
955              Date: Fri, 6 Oct 2006 11:14:03 +0100
956              Message-ID: <00ea01c6e930$269f3d70$4e3c140a@myopwv.com>
957      Branch: perl
958            ! ext/List/Util/Util.xs
959 ____________________________________________________________________________
960 [ 28953] By: stevep                                on 2006/10/07  01:34:15
961         Log: Upgrade to Test-Harness-2.64
962      Branch: perl
963            + lib/Test/Harness/Results.pm
964            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
965            ! lib/Test/Harness/Straps.pm lib/Test/Harness/Util.pm
966            ! lib/Test/Harness/bin/prove lib/Test/Harness/t/00compile.t
967            ! lib/Test/Harness/t/callback.t lib/Test/Harness/t/failure.t
968            ! lib/Test/Harness/t/prove-switches.t
969            ! lib/Test/Harness/t/strap-analyze.t
970            ! lib/Test/Harness/t/test-harness.t
971 ____________________________________________________________________________
972 [ 28952] By: nicholas                              on 2006/10/06  21:56:46
973         Log: Make the executable slightly smaller by using PL_hexdigit in
974              Perl_sv_vcatpvfn.
975      Branch: perl
976            ! sv.c
977 ____________________________________________________________________________
978 [ 28951] By: nicholas                              on 2006/10/06  21:27:13
979         Log: Fix typo spotted by Rafael. Close the file handle explicity and check
980              for errors. Add overload.pl to regen.pl
981      Branch: perl
982            ! overload.pl regen.pl
983 ____________________________________________________________________________
984 [ 28950] By: nicholas                              on 2006/10/06  21:19:26
985         Log: Generate the overload enum and names array programatically, which
986              allows experimentation with the order. The new order shaves nearly
987              900 bytes from gv.o, because the compiler can make smaller branch
988              tables for switch statements.
989      Branch: perl
990            + overload.h overload.pl
991            ! MANIFEST perl.h
992 ____________________________________________________________________________
993 [ 28949] By: nicholas                              on 2006/10/06  21:01:00
994         Log: Reoder struct am_table and am_table_short to save 8 bytes on LP64
995              systems, by placing the two U32 fields next to each other.
996      Branch: perl
997            ! perl.h
998 ____________________________________________________________________________
999 [ 28948] By: stevep                                on 2006/10/06  20:02:48
1000         Log: Upgrade to PathTools-3.21
1001      Branch: perl
1002            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
1003            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
1004            ! lib/File/Spec/t/Spec.t
1005 ____________________________________________________________________________
1006 [ 28947] By: nicholas                              on 2006/10/06  18:05:45
1007         Log: Don't bother generating the "Operation \"%s\": no method found..."
1008              message text if we're not going to use it.
1009      Branch: perl
1010            ! gv.c
1011 ____________________________________________________________________________
1012 [ 28946] By: davem                                 on 2006/10/05  18:16:19
1013         Log: Document the new regmatch() backtracking mechanism
1014      Branch: perl
1015            ! regexec.c
1016 ____________________________________________________________________________
1017 [ 28945] By: davem                                 on 2006/10/05  16:05:57
1018         Log: remove REGMATCH detritus and shrink the size of the backtrack structure
1019      Branch: perl
1020            ! regexec.c regexp.h
1021 ____________________________________________________________________________
1022 [ 28944] By: davem                                 on 2006/10/05  14:00:38
1023         Log: migrate CURLYX/WHILEM branch in regmatch() to new FSM-esque paradigm
1024      Branch: perl
1025            ! regcomp.sym regexec.c regexp.h regnodes.h t/op/pat.t
1026 ____________________________________________________________________________
1027 [ 28943] By: rgs                                   on 2006/10/05  12:39:53
1028         Log: Subject: Re: [perl #8835] fairly large regex optimization bug with 5.7.3
1029              From: demerphq <demerphq@gmail.com>
1030              Date: Wed, 4 Oct 2006 19:08:47 +0200
1031              Message-ID: <9b18b3110610041008v2bd63d14g9294f93804122dec@mail.gmail.com>
1032      Branch: perl
1033            ! regcomp.c regcomp.h
1034 ____________________________________________________________________________
1035 [ 28942] By: rgs                                   on 2006/10/05  12:23:24
1036         Log: Nit in regcomp, discovered by a gcc warning, fixed by Yves
1037      Branch: perl
1038            ! regcomp.c
1039 ____________________________________________________________________________
1040 [ 28941] By: rgs                                   on 2006/10/05  12:20:28
1041         Log: Fix a couple of casting warnings
1042      Branch: perl
1043            ! regcomp.c
1044 ____________________________________________________________________________
1045 [ 28940] By: stevep                                on 2006/10/05  11:30:56
1046         Log: Fix a few pod nits in perlre.
1047      Branch: perl
1048            ! pod/perlre.pod
1049 ____________________________________________________________________________
1050 [ 28939] By: rgs                                   on 2006/10/05  10:23:08
1051         Log: Subject: Re: [PATCH] Add recursive regexes similar to PCRE
1052              From: demerphq <demerphq@gmail.com>
1053              Date: Wed, 4 Oct 2006 15:45:15 +0200
1054              Message-ID: <9b18b3110610040645s563220a2id6f235494b497e90@mail.gmail.com>
1055              
1056              Subject: Re: [PATCH] Add recursive regexes similar to PCRE
1057              From: demerphq <demerphq@gmail.com>
1058              Date: Wed, 4 Oct 2006 21:05:10 +0200
1059              Message-ID: <9b18b3110610041205m2660eb43m1315cf4b0653db96@mail.gmail.com>
1060      Branch: perl
1061            ! embed.fnc embed.h pod/perlre.pod pod/perltodo.pod proto.h
1062            ! regcomp.c regcomp.h regcomp.pl regcomp.sym regexec.c regexp.h
1063            ! regnodes.h t/op/pat.t t/op/re_tests
1064 ____________________________________________________________________________
1065 [ 28938] By: rgs                                   on 2006/10/05  08:43:25
1066         Log: Upgrade to Module::CoreList 2.09:
1067              - make the dependency on version.pm optional
1068              - improve doc of corelist(1)
1069      Branch: perl
1070            ! lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist
1071 ____________________________________________________________________________
1072 [ 28937] By: rgs                                   on 2006/10/05  08:00:57
1073         Log: Change md5sum of MD5.xs after change 28936 (on UNIX, might
1074              need adjustments on other platforms)
1075      Branch: perl
1076            ! ext/Digest/MD5/t/files.t
1077 ____________________________________________________________________________
1078 [ 28936] By: stevep                                on 2006/10/04  19:56:13
1079         Log: Change to sv_reftype return value caused compile for Digest::MD5
1080              with g++ to fail.
1081      Branch: perl
1082            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
1083 ____________________________________________________________________________
1084 [ 28935] By: stevep                                on 2006/10/04  19:44:58
1085         Log: Subject: [PATCH] Give zlib the ASNI C treatmant
1086              From: "Paul Marquess" <paul.marquess@ntlworld.com>
1087              Date: Wed, 4 Oct 2006 17:14:05 +0100
1088              Message-ID: <018901c6e7d0$1f06c8f0$7565140a@myopwv.com>
1089      Branch: perl
1090            ! ext/Compress/Raw/Zlib/zlib-src/adler32.c
1091            ! ext/Compress/Raw/Zlib/zlib-src/compress.c
1092            ! ext/Compress/Raw/Zlib/zlib-src/crc32.c
1093            ! ext/Compress/Raw/Zlib/zlib-src/deflate.c
1094            ! ext/Compress/Raw/Zlib/zlib-src/infback.c
1095            ! ext/Compress/Raw/Zlib/zlib-src/inffast.c
1096            ! ext/Compress/Raw/Zlib/zlib-src/inflate.c
1097            ! ext/Compress/Raw/Zlib/zlib-src/inftrees.c
1098            ! ext/Compress/Raw/Zlib/zlib-src/trees.c
1099            ! ext/Compress/Raw/Zlib/zlib-src/uncompr.c
1100            ! ext/Compress/Raw/Zlib/zlib-src/zutil.c
1101 ____________________________________________________________________________
1102 [ 28934] By: stevep                                on 2006/10/04  18:45:37
1103         Log: Fixes to compile Perl with g++ and DEBUGGING.
1104      Branch: perl
1105            ! regcomp.pl regnodes.h x2p/a2p.c
1106 ____________________________________________________________________________
1107 [ 28933] By: rgs                                   on 2006/10/04  07:16:04
1108         Log: Subject: [PATCH] Update Stratus VOS files.
1109              From: "Green, Paul" <Paul.Green@stratus.com>
1110              Date: Tue, 3 Oct 2006 17:40:03 -0400
1111              Message-ID: <F5F42E77A43DD944B6D664B00A5401CB022CA121@EXNA.corp.stratus.com>
1112      Branch: perl
1113            + vos/syslog.h
1114            ! MANIFEST vos/Changes vos/vos.c
1115 ____________________________________________________________________________
1116 [ 28932] By: rgs                                   on 2006/10/03  16:39:58
1117         Log: Text::Soundex is now dual-lived.
1118      Branch: perl
1119            ! Porting/Maintainers.pl
1120 ____________________________________________________________________________
1121 [ 28931] By: rgs                                   on 2006/10/03  15:52:33
1122         Log: Subject: [PATCH] threads-shared 1.03 - Changes, Makefile.PL
1123              From: Jerry Hedden <jdhedden@yahoo.com>
1124              Date: Tue, 3 Oct 2006 07:49:37 -0700 (PDT)
1125              Message-ID: <20061003144937.58522.qmail@web30202.mail.mud.yahoo.com>
1126      Branch: perl
1127            + ext/threads/shared/Changes
1128            ! MANIFEST ext/threads/shared/Makefile.PL
1129 ____________________________________________________________________________
1130 [ 28930] By: stevep                                on 2006/10/03  15:36:55
1131         Log: Upgrade to CGI.pm-3.25
1132      Branch: perl
1133            ! lib/CGI.pm lib/CGI/Changes lib/CGI/Util.pm
1134 ____________________________________________________________________________
1135 [ 28929] By: stevep                                on 2006/10/03  15:08:35
1136         Log: Quiet warnings in new test for ExtUtils::Command.
1137      Branch: perl
1138            ! lib/ExtUtils/t/eu_command.t
1139 ____________________________________________________________________________
1140 [ 28928] By: rgs                                   on 2006/10/03  14:53:33
1141         Log: Subject: PATCH: clarify docs for lib.pm
1142              From: Mark Stosberg <mark@summersault.com>
1143              Date: Mon, 25 Sep 2006 15:53:44 -0400
1144              Message-ID: <20060925195512.27418.qmail@lists.develooper.com>
1145              
1146              (further modified by Merijn)
1147      Branch: perl
1148            ! lib/lib_pm.PL
1149 ____________________________________________________________________________
1150 [ 28927] By: stevep                                on 2006/10/03  14:52:45
1151         Log: Move Text::Soundex from lib/ to ext/ and upgrade it to 
1152              Text-Soundex-3.02.
1153      Branch: perl
1154            + ext/Text/Soundex/Changes ext/Text/Soundex/Makefile.PL
1155            + ext/Text/Soundex/README ext/Text/Soundex/Soundex.pm
1156            + ext/Text/Soundex/Soundex.xs
1157           +> ext/Text/Soundex/t/Soundex.t
1158            - lib/Text/Soundex.pm lib/Text/Soundex.t
1159            ! MANIFEST
1160 ____________________________________________________________________________
1161 [ 28926] By: rgs                                   on 2006/10/03  14:36:59
1162         Log: Subject: [patch] convert spare debug flag to DEBUG_U, for Unofficial, User hacking.
1163              From: Jim Cromie <jim.cromie@gmail.com>
1164              Date: Fri, 29 Sep 2006 12:38:56 -0600
1165              Message-ID: <451D6840.3020408@gmail.com>
1166      Branch: perl
1167            ! perl.c perl.h
1168 ____________________________________________________________________________
1169 [ 28925] By: rgs                                   on 2006/10/03  14:29:48
1170         Log: Un-TODO some B tests
1171      Branch: perl
1172            ! ext/B/t/optree_constants.t
1173 ____________________________________________________________________________
1174 [ 28924] By: stevep                                on 2006/10/03  13:51:30
1175         Log: Upgrade to version-0.6701  
1176      Branch: perl
1177            ! lib/version.pm
1178 ____________________________________________________________________________
1179 [ 28923] By: stevep                                on 2006/10/03  13:46:26
1180         Log: Upgrade to threads-shared-1.03
1181      Branch: perl
1182            ! ext/threads/shared/README ext/threads/shared/shared.pm
1183            ! ext/threads/shared/shared.xs ext/threads/shared/t/0nothread.t
1184            ! ext/threads/shared/t/av_refs.t
1185            ! ext/threads/shared/t/av_simple.t
1186            ! ext/threads/shared/t/blessed.t ext/threads/shared/t/cond.t
1187            ! ext/threads/shared/t/disabled.t ext/threads/shared/t/hv_refs.t
1188            ! ext/threads/shared/t/hv_simple.t
1189            ! ext/threads/shared/t/no_share.t
1190            ! ext/threads/shared/t/shared_attr.t
1191            ! ext/threads/shared/t/sv_refs.t
1192            ! ext/threads/shared/t/sv_simple.t ext/threads/shared/t/wait.t
1193            ! mkppport.lst
1194 ____________________________________________________________________________
1195 [ 28922] By: stevep                                on 2006/10/03  13:28:30
1196         Log: Upgrade to threads-1.42
1197      Branch: perl
1198            ! ext/threads/Changes ext/threads/README ext/threads/t/libc.t
1199            ! ext/threads/t/thread.t ext/threads/threads.pm
1200 ____________________________________________________________________________
1201 [ 28921] By: stevep                                on 2006/10/03  13:19:48
1202         Log: Upgrade to ExtUtils-Manifest-1.48
1203      Branch: perl
1204            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/t/Manifest.t
1205 ____________________________________________________________________________
1206 [ 28920] By: stevep                                on 2006/10/03  13:13:53
1207         Log: Upgrade to CPAN-1.88_52
1208      Branch: perl
1209            ! lib/CPAN.pm lib/CPAN/Debug.pm lib/CPAN/HandleConfig.pm
1210            ! lib/CPAN/SIGNATURE lib/CPAN/Tarzip.pm lib/CPAN/Version.pm
1211            ! lib/CPAN/t/10version.t
1212 ____________________________________________________________________________
1213 [ 28919] By: stevep                                on 2006/10/03  13:08:35
1214         Log: Upgrade to Time-HiRes-1.91
1215      Branch: perl
1216            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
1217            ! ext/Time/HiRes/HiRes.xs
1218 ____________________________________________________________________________
1219 [ 28918] By: stevep                                on 2006/10/03  13:06:06
1220         Log: Update to ExtUtils-Command-1.11
1221      Branch: perl
1222            + lib/ExtUtils/t/eu_command.t
1223            - lib/ExtUtils/t/Command.t
1224            ! MANIFEST lib/ExtUtils/Command.pm
1225 ____________________________________________________________________________
1226 [ 28917] By: rgs                                   on 2006/10/03  11:58:46
1227         Log: Subject: [perl #40427] Segfault in pack 
1228              From: dgay@acm.org (via RT) <perlbug-followup@perl.org>
1229              Date: Thu, 28 Sep 2006 17:30:37 -0700
1230              Message-ID: <rt-3.5.HEAD-31259-1159489837-428.40427-75-0@perl.org>
1231      Branch: perl
1232            ! pp_pack.c
1233 ____________________________________________________________________________
1234 [ 28916] By: rgs                                   on 2006/10/03  07:51:03
1235         Log: Regenerate proto.h
1236      Branch: perl
1237            ! proto.h
1238 ____________________________________________________________________________
1239 [ 28915] By: merijn                                on 2006/10/03  06:56:41
1240         Log: Subject: [PATCH] const sv_reftype
1241              From: Jarkko Hietaniemi <jhi@iki.fi>
1242              Date: Tue, 03 Oct 2006 08:05:24 +0300
1243              Message-ID: <4521EF94.5080602@iki.fi>
1244      Branch: perl
1245            ! embed.fnc pod/perlapi.pod sv.c
1246 ____________________________________________________________________________
1247 [ 28914] By: merijn                                on 2006/10/02  20:50:18
1248         Log: Subject: Re: [PATCH] cflags.SH: rethink of the gcc -std=c89 and -pedantic
1249              From: Jarkko Hietaniemi <jhi@iki.fi>
1250              Date: Mon, 02 Oct 2006 13:04:14 +0300
1251              Message-ID: <4520E41E.8040300@iki.fi>
1252      Branch: perl
1253            ! cflags.SH
1254 ____________________________________________________________________________
1255 [ 28913] By: merijn                                on 2006/10/02  11:10:21
1256         Log: doc typo change on jhi's request
1257      Branch: perl
1258            ! pod/perldiag.pod
1259 ____________________________________________________________________________
1260 [ 28912] By: merijn                                on 2006/10/02  10:09:48
1261         Log: Subject: [PATCH] perldiag.pod: followup on the PerlIO::scalar patch
1262              From: Jarkko Hietaniemi <jhi@iki.fi>
1263              Date: Mon, 02 Oct 2006 12:58:18 +0300
1264              Message-ID: <4520E2BA.1000309@iki.fi>
1265      Branch: perl
1266            ! pod/perldiag.pod
1267 ____________________________________________________________________________
1268 [ 28911] By: nicholas                              on 2006/10/01  20:22:02
1269         Log: In PerlIO_debug(), if tainting or set*id, set PL_perlio_debug_fd to -1
1270              first time through to reduce the checks on subsequent calls.
1271      Branch: perl
1272            ! perlio.c
1273 ____________________________________________________________________________
1274 [ 28910] By: nicholas                              on 2006/10/01  19:29:50
1275         Log: In pp_binmode, call mode_from_discipline() once and remember the result.
1276      Branch: perl
1277            ! pp_sys.c
1278 ____________________________________________________________________________
1279 [ 28909] By: stevep                                on 2006/09/30  14:17:55
1280         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.88_51.tar.gz
1281              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
1282              Date: Sat, 30 Sep 2006 13:44:02 +0200
1283              Message-ID: <87ejttmvel.fsf@k75.linux.bogus>
1284      Branch: perl
1285            + lib/CPAN/Queue.pm
1286            ! MANIFEST lib/CPAN.pm lib/CPAN/Debug.pm lib/CPAN/FirstTime.pm
1287            ! lib/CPAN/HandleConfig.pm lib/CPAN/SIGNATURE
1288            ! lib/CPAN/t/03pkgs.t
1289 ____________________________________________________________________________
1290 [ 28908] By: davem                                 on 2006/09/30  11:31:14
1291         Log: remove backing up outercc->cur in regmatch()/WHILEM
1292      Branch: perl
1293            ! regexec.c
1294 ____________________________________________________________________________
1295 [ 28907] By: davem                                 on 2006/09/30  00:29:10
1296         Log: assert that backing up outercc->cur in regmatch()/WHILEM is not needed
1297      Branch: perl
1298            ! regexec.c
1299 ____________________________________________________________________________
1300 [ 28906] By: davem                                 on 2006/09/30  00:22:20
1301         Log: add stress test for CURLYX/WHILEM regex ops
1302      Branch: perl
1303            ! t/op/pat.t
1304 ____________________________________________________________________________
1305 [ 28905] By: davem                                 on 2006/09/30  00:07:49
1306         Log: rationalise sayYES and sayNO code in regmatch()
1307      Branch: perl
1308            ! regexec.c regexp.h
1309 ____________________________________________________________________________
1310 [ 28904] By: merijn                                on 2006/09/29  17:54:12
1311         Log: Subject: [PATCH] Minor re 'Debug' tweaks, also fix a bug in dumping certain patterns.
1312              From: demerphq <demerphq@gmail.com>
1313              Date: Fri, 29 Sep 2006 17:39:16 +0200
1314              Message-ID: <9b18b3110609290839i58fa703u59259e4ec1d9f2d9@mail.gmail.com>
1315      Branch: perl
1316            ! ext/re/re.pm regcomp.c regcomp.h win32/Makefile
1317 ____________________________________________________________________________
1318 [ 28903] By: stevep                                on 2006/09/29  15:10:41
1319         Log: Subject: [PATCH] PerlIO::scalar (aka open(my $fh, >\$foo)): zero-filling seekand don't talk to negative strangers
1320              From: Jarkko Hietaniemi <jhi@iki.fi>
1321              Date: Fri, 29 Sep 2006 17:41:28 +0300
1322              Message-ID: <451D3098.1000305@iki.fi>
1323      Branch: perl
1324            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
1325            ! pod/perldiag.pod
1326 ____________________________________________________________________________
1327 [ 28902] By: merijn                                on 2006/09/29  15:05:22
1328         Log: Subject: Re: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re pluggable under threads)
1329              From: demerphq <demerphq@gmail.com>
1330              Date: Fri, 29 Sep 2006 16:57:07 +0200
1331              Message-ID: <9b18b3110609290757n62b3484i7bb948f965524191@mail.gmail.com>
1332      Branch: perl
1333            ! perl.h regcomp.c regexp.h
1334 ____________________________________________________________________________
1335 [ 28901] By: stevep                                on 2006/09/29  13:55:55
1336         Log: Fix debug format in regcomp.c that was failing under
1337              -Doptimize="-g"
1338      Branch: perl
1339            ! regcomp.c
1340 ____________________________________________________________________________
1341 [ 28900] By: merijn                                on 2006/09/29  12:29:24
1342         Log: Subject: Re: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re pluggable under threads)
1343              From: demerphq <demerphq@gmail.com>
1344              Date: Fri, 29 Sep 2006 12:41:26 +0200
1345              Message-ID: <9b18b3110609290341p11767110sec20a6fee2038a00@mail.gmail.com>
1346      Branch: perl
1347            + ext/re/t/lexical_debug.pl ext/re/t/lexical_debug.t
1348            ! MANIFEST embed.fnc embed.h embedvar.h ext/re/re.pm
1349            ! ext/re/re.xs ext/re/t/re.t op.c perl.h perlapi.h pp.c pp_ctl.c
1350            ! pp_hot.c proto.h regcomp.c regcomp.h regcomp.pl regexec.c
1351            ! regexp.h regnodes.h sv.c thrdvar.h
1352 ____________________________________________________________________________
1353 [ 28899] By: nicholas                              on 2006/09/28  22:15:57
1354         Log: Silence two warnings from gcc when being -pedantic
1355      Branch: perl
1356            ! perl.h
1357 ____________________________________________________________________________
1358 [ 28898] By: merijn                                on 2006/09/28  11:23:38
1359         Log: Subject: Re: reentr reshuffle
1360              From: Jarkko Hietaniemi <jhi@iki.fi>
1361              Date: Thu, 28 Sep 2006 14:15:45 +0300
1362              Message-ID: <451BAEE1.1070509@iki.fi>
1363      Branch: perl
1364            ! reentr.h reentr.pl
1365 ____________________________________________________________________________
1366 [ 28897] By: merijn                                on 2006/09/28  10:36:00
1367         Log: Regen for #28896
1368      Branch: perl
1369            ! reentr.c reentr.h
1370 ____________________________________________________________________________
1371 [ 28896] By: merijn                                on 2006/09/28  10:30:21
1372         Log: Subject: reentr reshuffle
1373              From: Jarkko Hietaniemi <jhi@iki.fi>
1374              Date: Thu, 28 Sep 2006 12:40:04 +0300
1375              Message-ID: <451B9874.7060000@iki.fi>
1376      Branch: perl
1377            ! pod/perlembed.pod pod/perlxs.pod reentr.pl
1378 ____________________________________________________________________________
1379 [ 28895] By: rgs                                   on 2006/09/27  08:45:02
1380         Log: Saddest patch I ever had to apply.
1381      Branch: perl
1382            ! Porting/Maintainers.pl
1383 ____________________________________________________________________________
1384 [ 28894] By: steveh                                on 2006/09/27  08:37:23
1385         Log: I think we need to skip PL_regdupe as well as Perl_regdupe
1386              when USE_ITHREADS is not defined
1387              
1388              See: http://www.nntp.perl.org/group/perl.daily-build.reports/41274
1389      Branch: perl
1390            ! makedef.pl
1391 ____________________________________________________________________________
1392 [ 28893] By: nicholas                              on 2006/09/26  22:29:09
1393         Log: Make Perl_regdupe only exist for threaded perls.
1394      Branch: perl
1395            ! embed.fnc embed.h ext/re/re.xs makedef.pl proto.h regcomp.c
1396            ! thrdvar.h
1397 ____________________________________________________________________________
1398 [ 28892] By: davem                                 on 2006/09/25  22:01:36
1399         Log: Automate generation of the regmatch() state constants
1400              
1401              Subject:  Re: Problem with EVAL handling in bleads iterative regex code.
1402              From:  demerphq <demerphq@gmail.com>
1403              Date:  Mon, 25 Sep 2006 20:09:07 +0200
1404              Message-Id:  <9b18b3110609251109t4cb1d443y87d7a7dc94fcfc24@mail.gmail.com>
1405      Branch: perl
1406            ! regcomp.c regcomp.pl regcomp.sym regexec.c regnodes.h
1407 ____________________________________________________________________________
1408 [ 28891] By: nicholas                              on 2006/09/25  20:47:34
1409         Log: Subject: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re
1410              From: demerphq <demerphq@gmail.com>
1411              Message-ID: <9b18b3110609170557r73d94c18v90285bd57a38b876@mail.gmail.com>
1412              Date: Sun, 17 Sep 2006 14:57:57 +0200
1413      Branch: perl
1414            ! embed.fnc embed.h embedvar.h ext/re/re.xs ext/re/re_top.h
1415            ! global.sym perl.h perlapi.h proto.h regcomp.c sv.c thrdvar.h
1416 ____________________________________________________________________________
1417 [ 28890] By: rgs                                   on 2006/09/25  13:28:24
1418         Log: Remove three X<...> that cannot be handled by pod2text currently
1419              (spotted by David Landgren)
1420      Branch: perl
1421            ! pod/perlref.pod
1422 ____________________________________________________________________________
1423 [ 28889] By: rgs                                   on 2006/09/25  13:10:45
1424         Log: Subject: [PATCH] perlref clarification (was: Re: Is this a bug or a feature?)
1425              From: David Landgren <david@landgren.net>
1426              Date: Mon, 25 Sep 2006 15:03:33 +0200
1427              Message-ID: <4517D3A5.4010200@landgren.net>
1428      Branch: perl
1429            ! pod/perlref.pod
1430 ____________________________________________________________________________
1431 [ 28888] By: davem                                 on 2006/09/25  10:03:41
1432         Log: Fix re debug formatting nits
1433              
1434              From: demerphq <demerphq@gmail.com>
1435              Message-ID: <9b18b3110609250237h4dcf1784s487f1979b2b431b9@mail.gmail.com>
1436              Date: Mon, 25 Sep 2006 11:37:36 +0200
1437              Subject: Re: Problem with EVAL handling in bleads iterative regex code.
1438      Branch: perl
1439            ! regexec.c
1440 ____________________________________________________________________________
1441 [ 28887] By: rgs                                   on 2006/09/25  08:31:37
1442         Log: Typo fix in overload docs
1443      Branch: perl
1444            ! lib/overload.pm
1445 ____________________________________________________________________________
1446 [ 28886] By: nicholas                              on 2006/09/25  07:12:36
1447         Log: Subject: Re: Change 28877: [PATCH] deal with some gcc warnings
1448              From: Jarkko Hietaniemi <jhi@iki.fi>
1449              Message-ID: <45175CA4.3020900@iki.fi>
1450              Date: Mon, 25 Sep 2006 07:35:48 +0300
1451              
1452              remove casts that were causing failure on FreeBSD -Duse64bitint, and
1453              some other cleanups.
1454      Branch: perl
1455            ! doio.c reentr.c reentr.pl
1456 ____________________________________________________________________________
1457 [ 28885] By: davem                                 on 2006/09/25  01:23:31
1458         Log: eliminate PL_regindent and improve -Mre=Debug,STATE output
1459      Branch: perl
1460            ! perl.c regexec.c regexp.h
1461 ____________________________________________________________________________
1462 [ 28884] By: davem                                 on 2006/09/24  22:31:59
1463         Log: fix regression introduced in #27778: must backtrack into inner regex
1464              "aa" =~ /(??{"a+"})a/
1465      Branch: perl
1466            ! regexec.c regexp.h t/op/pat.t t/op/re_tests
1467 ____________________________________________________________________________
1468 [ 28883] By: davem                                 on 2006/09/24  22:03:05
1469         Log: in S_regmatch(), convert state var st->cc into local var cur_curlyx
1470      Branch: perl
1471            ! regexec.c regexp.h
1472 ____________________________________________________________________________
1473 [ 28882] By: davem                                 on 2006/09/24  21:23:28
1474         Log: allow fields in re_tests to include \x{nnn} etc
1475      Branch: perl
1476            ! t/op/re_tests t/op/regexp.t
1477 ____________________________________________________________________________
1478 [ 28881] By: stevep                                on 2006/09/23  16:58:17
1479         Log: Upgrade to CPAN-1.8801.
1480      Branch: perl
1481            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Tarzip.pm
1482 ____________________________________________________________________________
1483 [ 28880] By: rgs                                   on 2006/09/21  15:08:54
1484         Log: Document the values that mad_key can hold
1485              (by Larry)
1486      Branch: perl
1487            ! op.h
1488 ____________________________________________________________________________
1489 [ 28879] By: rgs                                   on 2006/09/21  14:52:15
1490         Log: Subject: RE: Combining UTF-16 output with :crlf is awkward
1491              From: "Jan Dubois" <jand@ActiveState.com>
1492              Date: Thu, 6 Apr 2006 18:37:21 -0700
1493              Message-ID: <0bbe01c659e3$d0c334a0$2217a8c0@candy>
1494      Branch: perl
1495            ! perlio.c
1496 ____________________________________________________________________________
1497 [ 28878] By: merijn                                on 2006/09/21  12:02:14
1498         Log: Subject: Re: \N{...} in regular expression [PATCH]
1499              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
1500              Date: Thu, 21 Sep 2006 20:47:02 +0900
1501              Message-Id: <20060921204520.80A6.BQW10602@nifty.com>
1502      Branch: perl
1503            ! pod/perlop.pod
1504 ____________________________________________________________________________
1505 [ 28877] By: rgs                                   on 2006/09/21  07:54:10
1506         Log: Subject: [PATCH] deal with some gcc warnings
1507              From: Jarkko Hietaniemi <jhi@iki.fi>
1508              Date: Thu, 21 Sep 2006 09:08:47 +0300
1509              Message-ID: <45122C6F.9080904@iki.fi>
1510      Branch: perl
1511            ! doio.c reentr.c reentr.pl regcomp.c regexec.c sv.c toke.c
1512            ! util.c
1513 ____________________________________________________________________________
1514 [ 28876] By: stevep                                on 2006/09/21  02:17:30
1515         Log: Subject: [perl #40369] File::Find mishandles non-dangling symlinks
1516              From: ammon@rhythm.com (via RT) <perlbug-followup@perl.org>
1517              Date: Tue, 19 Sep 2006 20:56:32 -0700
1518              Message-ID: <rt-3.5.HEAD-31258-1158724592-1714.40369-75-0@perl.org>
1519      Branch: perl
1520            ! lib/File/Find.pm
1521 ____________________________________________________________________________
1522 [ 28875] By: rgs                                   on 2006/09/20  16:12:14
1523         Log: Deliver SIGILL, SIGBUS and SIGSEGV always in an "unsafe" manner.
1524              
1525              Subject: Safe signals and SIGSEGV
1526              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
1527              Date: Fri, 8 Sep 2006 17:43:41 +0200
1528              Message-ID: <20060908174341.0cc7988f@grubert.mandriva.com>
1529      Branch: perl
1530            ! mg.c
1531 ____________________________________________________________________________
1532 [ 28874] By: rgs                                   on 2006/09/20  15:22:22
1533         Log: prototype() wasn't working to get the prototype of optional core
1534              keywords (like say, err, given.) Fix this by adding a parameter to
1535              Perl_keyword to always get the keyword number, even if the feature
1536              isn't in effect.
1537      Branch: perl
1538            ! embed.fnc embed.h perl_keyword.pl pp.c proto.h t/op/cproto.t
1539            ! toke.c
1540 ____________________________________________________________________________
1541 [ 28873] By: rgs                                   on 2006/09/20  11:53:59
1542         Log: Subject: Re: [PATCH] Patch for win32.c to fix #38723 and #39531
1543              From: Andrew Savige <ajsavige@yahoo.com.au>
1544              Date: Tue, 19 Sep 2006 23:42:31 +1000 (EST)
1545              Message-ID: <20060919134231.87370.qmail@web56407.mail.re3.yahoo.com>
1546      Branch: perl
1547            ! win32/win32.c
1548 ____________________________________________________________________________
1549 [ 28872] By: merijn                                on 2006/09/19  19:09:36
1550         Log: Subject: Re: \N{...} in regular expression [PATCH]
1551              From: demerphq <demerphq@gmail.com>
1552              Date: Tue, 19 Sep 2006 20:36:17 +0200
1553              Message-ID: <9b18b3110609191136v4d595f37pa0a52b8c20851588@mail.gmail.com>
1554      Branch: perl
1555            ! regcomp.c
1556 ____________________________________________________________________________
1557 [ 28871] By: rgs                                   on 2006/09/19  14:05:48
1558         Log: Upgrade to podlators 2.0.5
1559      Branch: perl
1560            + lib/Pod/t/pod-parser.t
1561            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/t/basic.man
1562            ! lib/Pod/t/basic.t lib/Pod/t/filehandle.t lib/Pod/t/man.t
1563 ____________________________________________________________________________
1564 [ 28870] By: merijn                                on 2006/09/19  11:16:11
1565         Log: Changed +DA2.0w to +DD64; Added notes about C ANSI C updates
1566              on HP-UX 11.00.
1567      Branch: perl
1568            ! README.hpux
1569 ____________________________________________________________________________
1570 [ 28869] By: rgs                                   on 2006/09/19  07:54:24
1571         Log: Subject: Re: [PATCH] lib/File/Copy.t - test descriptions and minor fixes
1572              From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
1573              Date: Mon, 18 Sep 2006 17:36:50 -0300
1574              Message-ID: <73ddeb6c0609181336g53a90dceo9a29777f7686e372@mail.gmail.com>
1575      Branch: perl
1576            ! lib/File/Copy.t
1577 ____________________________________________________________________________
1578 [ 28868] By: merijn                                on 2006/09/19  06:56:36
1579         Log: Subject: Re: \N{...} in regular expression [PATCH]
1580              From: demerphq <demerphq@gmail.com>
1581              Date: Tue, 19 Sep 2006 01:37:19 +0200
1582              Message-ID: <9b18b3110609181637m796d6c16o1b2741edc5f09eb2@mail.gmail.com>
1583      Branch: perl
1584            + t/lib/Cname.pm
1585            ! MANIFEST embed.fnc embed.h pod/perldiag.pod proto.h regcomp.c
1586            ! regexec.c t/op/pat.t toke.c
1587 ____________________________________________________________________________
1588 [ 28867] By: merijn                                on 2006/09/19  06:45:26
1589         Log: Subject: [PATCH] C++: add -Wno-used-parameter, and drop ODBM_File
1590              From: Jarkko Hietaniemi <jhi@iki.fi>
1591              Date: Tue, 19 Sep 2006 09:19:22 +0300
1592              Message-ID: <450F8BEA.1010802@iki.fi>
1593      Branch: perl
1594            ! Makefile.SH cflags.SH
1595 ____________________________________________________________________________
1596 [ 28866] By: rgs                                   on 2006/09/18  09:04:02
1597         Log: Fix declaration-after-statement problem
1598              
1599              Subject: [bug] IO::Socket's IO.xs fails to compile
1600              From: Sebastian Steinlechner <steinlechner@gmx.net>
1601              Date: Mon, 18 Sep 2006 01:38:31 +0200
1602              Message-ID: <450DDC77.2060405@gmx.net>
1603      Branch: perl
1604            ! ext/IO/IO.xs
1605 ____________________________________________________________________________
1606 [ 28865] By: rgs                                   on 2006/09/18  08:37:21
1607         Log: Subject: [PATCH] bleed -  silence warning in sv.c
1608              From: "Philip M. Gollucci" <pgollucci@p6m7g8.com>
1609              Date: Mon, 18 Sep 2006 01:30:05 -0700
1610              Message-ID: <450E590D.1060205@p6m7g8.com>
1611      Branch: perl
1612            ! sv.c
1613 ____________________________________________________________________________
1614 [ 28864] By: rgs                                   on 2006/09/18  08:35:21
1615         Log: Subject: [PATCH] Re: [perl #37714] XSUB.h version check may fail due to locale
1616              From: John Peacock <jpeacock@rowman.com>
1617              Date: Sun, 17 Sep 2006 16:58:58 -0400
1618              Message-ID: <450DB712.4040703@rowman.com>
1619      Branch: perl
1620            ! universal.c util.c
1621 ____________________________________________________________________________
1622 [ 28863] By: nicholas                              on 2006/09/17  19:26:01
1623         Log: Fix one genuine unitialised code path spotted by gcc, and a signed/
1624              unsigned warning.
1625      Branch: perl
1626            ! doio.c
1627 ____________________________________________________________________________
1628 [ 28862] By: nicholas                              on 2006/09/17  18:52:00
1629         Log: Avoid compiler warning about a variable that isn't used when
1630              -DDEBUGGING is not in force.
1631      Branch: perl
1632            ! regcomp.c
1633 ____________________________________________________________________________
1634 [ 28861] By: rgs                                   on 2006/09/17  13:32:18
1635         Log: A better version of change #28847
1636      Branch: perl
1637            ! universal.c util.c
1638 ____________________________________________________________________________
1639 [ 28860] By: rgs                                   on 2006/09/17  12:07:27
1640         Log: Subject: [PATCH] util.c: restore Perl_my_setenv() to pre-28814
1641              From: Jarkko Hietaniemi <jhi@iki.fi>
1642              Date: Sun, 17 Sep 2006 10:29:08 +0300
1643              Message-ID: <450CF944.7000402@iki.fi>
1644      Branch: perl
1645            ! util.c
1646 ____________________________________________________________________________
1647 [ 28859] By: nicholas                              on 2006/09/17  10:39:27
1648         Log: Some notes about struct block_loop
1649      Branch: perl
1650            ! cop.h
1651 ____________________________________________________________________________
1652 [ 28858] By: nicholas                              on 2006/09/17  00:06:53
1653         Log: Store a pointer to the op in struct block_loop, rather than the 
1654              pointers to last and redo. (for ithreads also drop the next pointer,
1655              as pp_ctl.c doesn't re-write it for ithreads). This shrinks the struct
1656              to 40 bytes on ILP32 systems, and therefore struct block to 64 bytes.
1657      Branch: perl
1658            ! cop.h pp_ctl.c scope.c sv.c
1659 ____________________________________________________________________________
1660 [ 28857] By: stevep                                on 2006/09/16  20:19:08
1661         Log: Upgrade to CPAN-CPAN-1.87_64
1662      Branch: perl
1663            ! lib/CPAN/Debug.pm lib/CPAN/FirstTime.pm
1664            ! lib/CPAN/HandleConfig.pm lib/CPAN/Nox.pm lib/CPAN/SIGNATURE
1665            ! lib/CPAN/Tarzip.pm lib/CPAN/Version.pm
1666 ____________________________________________________________________________
1667 [ 28856] By: stevep                                on 2006/09/16  19:37:51
1668         Log: Upgrade to ExtUtils-ParseXS-2.16.  There actually are a couple of
1669              changes in bleadperl not in the new version, so version was bumped
1670              to 2.16_01.
1671      Branch: perl
1672            ! lib/ExtUtils/ParseXS.pm
1673 ____________________________________________________________________________
1674 [ 28855] By: nicholas                              on 2006/09/16  17:59:17
1675         Log: Shrink the interpreter structure by 4 bytes (usually) by making
1676              PL_in_eval a U8 and PL_delaymagic a U16. (And corresponding changes
1677              in struct block_eval in cop.h to avoid any possible compiler warnings)
1678      Branch: perl
1679            ! cop.h thrdvar.h
1680 ____________________________________________________________________________
1681 [ 28853] By: nicholas                              on 2006/09/16  17:07:03
1682         Log: Revert changes 28772, 28773, 28774 as they won't gain us anything - I
1683              failed to realise that struct block_sub is not the largest of the
1684              4 structures in the block.blk_u union. (It's actually block_loop)
1685      Branch: perl
1686            ! cop.h pp_ctl.c pp_hot.c scope.c sv.c
1687 ____________________________________________________________________________
1688 [ 28851] By: craigb                                on 2006/09/16  15:14:36
1689         Log: return value of -1 without errno set is ok in 
1690              ext/POSIX/t/sysconf.t (it just means the feature is
1691              not implemented, not defined, or has no limit)
1692      Branch: perl
1693            ! ext/POSIX/t/sysconf.t
1694 ____________________________________________________________________________
1695 [ 28850] By: rgs                                   on 2006/09/16  06:32:36
1696         Log: No declarations after statements ! (noticed by Sadahiro Tomoyuki)
1697      Branch: perl
1698            ! util.c
1699 ____________________________________________________________________________
1700 [ 28849] By: nicholas                              on 2006/09/15  22:03:53
1701         Log: Avoid warnings when $Config{d_cplusplus} is undefined.
1702      Branch: perl
1703            ! ext/Encode/bin/enc2xs
1704 ____________________________________________________________________________
1705 [ 28848] By: craigb                                on 2006/09/15  00:39:32
1706         Log: More hacking in util.c's ifdef jungle following 28844 to avoid
1707              duplicate definition of Perl_my_setenv on VMS.
1708      Branch: perl
1709            ! util.c
1710 ____________________________________________________________________________
1711 [ 28847] By: rgs                                   on 2006/09/14  15:31:22
1712         Log: Fix for bug #37714: XSUB.h version check may fail due to locale
1713              Always convert version to number under C locale settings
1714      Branch: perl
1715            ! util.c
1716 ____________________________________________________________________________
1717 [ 28846] By: stevep                                on 2006/09/14  15:24:04
1718         Log: Subject: [PATCH] C++ Encode
1719              From: Jarkko Hietaniemi <jhi@iki.fi>
1720              Date: Thu, 14 Sep 2006 09:05:10 +0300
1721              Message-ID: <4508F116.40606@iki.fi>
1722      Branch: perl
1723            ! ext/Encode/bin/enc2xs
1724 ____________________________________________________________________________
1725 [ 28845] By: rgs                                   on 2006/09/14  14:18:32
1726         Log: MakeMaker is being split in new sub-distributions on CPAN
1727      Branch: perl
1728            ! Porting/Maintainers.pl
1729 ____________________________________________________________________________
1730 [ 28844] By: rgs                                   on 2006/09/14  12:39:16
1731         Log: Subject: Re: Re: [PATCH] C++: Solaris CC now compiles "perl"
1732              From: demerphq <demerphq@gmail.com>
1733              Date: Thu, 14 Sep 2006 14:28:16 +0200
1734              Message-ID: <9b18b3110609140528x49e063aay724169d7f1e49531@mail.gmail.com>
1735      Branch: perl
1736            ! util.c
1737 ____________________________________________________________________________
1738 [ 28843] By: craigb                                on 2006/09/14  03:50:18
1739         Log: Define d_cplusplus on VMS when appropriate
1740      Branch: perl
1741            ! configure.com
1742 ____________________________________________________________________________
1743 [ 28842] By: stevep                                on 2006/09/14  01:36:13
1744         Log: Subject: [PATCH] (1) g++ 4.x (or Mac OS X) (2) Solaris g++ or CC
1745              From: Jarkko Hietaniemi <jhi@iki.fi>
1746              Date: Wed, 13 Sep 2006 20:19:04 +0300
1747              Message-ID: <45083D88.7050207@iki.fi>
1748              
1749              Plus a tweak to the name of CC.
1750      Branch: perl
1751            ! cflags.SH hints/solaris_2.sh perl.h
1752 ____________________________________________________________________________
1753 [ 28841] By: stevep                                on 2006/09/14  01:10:01
1754         Log: Regenerated mktables.lst per Yves Orton's suggestion.
1755      Branch: perl
1756            ! lib/unicore/mktables.lst
1757 ____________________________________________________________________________
1758 [ 28840] By: stevep                                on 2006/09/13  16:05:33
1759         Log: darwin also seems to be lacking a dl_unload_file() in its
1760              DynaLoader, so some additional skips are needed.  If I only
1761              had a NeXT to test with now...
1762      Branch: perl
1763            ! ext/DynaLoader/t/DynaLoader.t
1764 ____________________________________________________________________________
1765 [ 28839] By: stevep                                on 2006/09/13  15:34:46
1766         Log: Add darwin to the list of OS's that fail to pass test 
1767              op/sprintf.t #157.  Newer versions appear to be OK, 
1768              but Mac OS X 10.2.X regularly fail with this test.
1769      Branch: perl
1770            ! t/op/sprintf.t
1771 ____________________________________________________________________________
1772 [ 28838] By: stevep                                on 2006/09/13  14:59:01
1773         Log: Test cases for version cannot handle Test::More versions that
1774              end with _0X.  TODO-ing the failing test cases for now.
1775      Branch: perl
1776            ! lib/version.t
1777 ____________________________________________________________________________
1778 [ 28837] By: rgs                                   on 2006/09/13  14:23:38
1779         Log: Upgrade to CPAN 1.87_63
1780      Branch: perl
1781            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
1782            ! lib/CPAN/SIGNATURE
1783 ____________________________________________________________________________
1784 [ 28836] By: stevep                                on 2006/09/13  13:35:32
1785         Log: Upgrade to Test-Simple-0.64_02
1786      Branch: perl
1787            ! lib/Test/Builder.pm lib/Test/Builder/Module.pm
1788            ! lib/Test/Builder/Tester.pm lib/Test/More.pm lib/Test/Simple.pm
1789            ! lib/Test/Simple/Changes
1790            ! lib/Test/Simple/t/00test_harness_check.t
1791            ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/extra.t
1792            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
1793            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/fail_one.t
1794            ! lib/Test/Simple/t/harness_active.t
1795            ! lib/Test/Simple/t/is_deeply_fail.t lib/Test/Simple/t/is_fh.t
1796            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
1797            ! lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_bad.t
1798            ! lib/Test/Simple/t/skip.t lib/Test/Simple/t/sort_bug.t
1799            ! lib/Test/Simple/t/threads.t
1800 ____________________________________________________________________________
1801 [ 28835] By: rgs                                   on 2006/09/13  13:27:05
1802         Log: Bump version and other misc. changes. 3rd patch from:
1803              
1804              Subject: [PATCH] thread 1.41 - A drama in three parts
1805              From: "Jerry D. Hedden" <jdhedden@cpan.org>
1806              Date: Sun, 10 Sep 2006 09:12:06 -0700
1807              Message-ID: <20060910091206.fb30e530d17747c2b054d625b8945d88.321c7cbc94.wbe@email.secureserver.net>
1808      Branch: perl
1809            ! ext/threads/Changes ext/threads/README ext/threads/t/state.t
1810            ! ext/threads/t/thread.t ext/threads/threads.pm
1811            ! ext/threads/threads.xs
1812 ____________________________________________________________________________
1813 [ 28834] By: rgs                                   on 2006/09/13  13:21:07
1814         Log: Statically allocate the main thread.
1815              2nd patch from:
1816              
1817              Subject: [PATCH] thread 1.41 - A drama in three parts
1818              From: "Jerry D. Hedden" <jdhedden@cpan.org>
1819              Date: Sun, 10 Sep 2006 09:12:06 -0700
1820              Message-ID: <20060910091206.fb30e530d17747c2b054d625b8945d88.321c7cbc94.wbe@email.secureserver.net>
1821      Branch: perl
1822            ! ext/threads/threads.xs
1823 ____________________________________________________________________________
1824 [ 28833] By: rgs                                   on 2006/09/13  13:15:44
1825         Log: Race condition fix in threads.pm
1826              First patch from:
1827              
1828              Subject: [PATCH] thread 1.41 - A drama in three parts
1829              From: "Jerry D. Hedden" <jdhedden@cpan.org>
1830              Date: Sun, 10 Sep 2006 09:12:06 -0700
1831              Message-ID: <20060910091206.fb30e530d17747c2b054d625b8945d88.321c7cbc94.wbe@email.secureserver.net>
1832      Branch: perl
1833            ! ext/threads/threads.xs
1834 ____________________________________________________________________________
1835 [ 28832] By: rgs                                   on 2006/09/13  09:55:09
1836         Log: Subject: mktables executes seven time per build sigh
1837              From: demerphq <demerphq@gmail.com>
1838              Date: Sun, 10 Sep 2006 17:52:10 +0200
1839              Message-ID: <9b18b3110609100852q2cfc2497ufceda5ff5d0875e3@mail.gmail.com>
1840              
1841              (Fix for Windows)
1842      Branch: perl
1843            ! lib/unicore/mktables win32/Makefile
1844 ____________________________________________________________________________
1845 [ 28831] By: rgs                                   on 2006/09/13  09:44:26
1846         Log: Subject: [perl #40328] B::Deparse pod does not list failure to grok outer lexical scopes in BUGS section 
1847              From: David Nicol (via RT) <perlbug-followup@perl.org>
1848              Date: Tue, 12 Sep 2006 13:21:24 -0700
1849              Message-ID: <rt-3.5.HEAD-31259-1158092484-244.40328-75-0@perl.org>
1850      Branch: perl
1851            ! ext/B/B/Deparse.pm
1852 ____________________________________________________________________________
1853 [ 28830] By: rgs                                   on 2006/09/13  09:36:11
1854         Log: Subject: [perl #40327] Doc patch for perlfunc.pod 
1855              From: merijnb@ms.com (via RT) <perlbug-followup@perl.org>
1856              Date: Tue, 12 Sep 2006 09:12:12 -0700
1857              Message-ID: <rt-3.5.HEAD-31259-1158077531-1067.40327-75-0@perl.org>
1858      Branch: perl
1859            ! pod/perlfunc.pod
1860 ____________________________________________________________________________
1861 [ 28829] By: merijn                                on 2006/09/13  06:51:55
1862         Log: Accumulated fixes from earlier backports, amongst of which:
1863              Subject: [PATCH] remove -Wdeclaration-after-statement scan from Configure
1864              From: Jarkko Hietaniemi <jhi@iki.fi>
1865              Date: Tue, 12 Sep 2006 07:19:32 +0300
1866              Message-ID: <45063554.1040301@iki.fi>
1867      Branch: perl
1868            ! Configure Porting/Glossary config_h.SH
1869 ____________________________________________________________________________
1870 [ 28827] By: rgs                                   on 2006/09/12  15:51:53
1871         Log: Disable study() for utf-8 strings
1872              
1873              Subject: Re: Re: [Fwd: Smoke [5.9.4] 28821 FAIL(XF) OSF1 V5.1 (EV6/4 cpu)]
1874              From: demerphq <demerphq@gmail.com>
1875              Date: Tue, 12 Sep 2006 17:08:55 +0200
1876              Message-ID: <9b18b3110609120808jceb84ces55ef29c2f2b73ebc@mail.gmail.com>
1877      Branch: perl
1878            ! pp.c
1879 ____________________________________________________________________________
1880 [ 28826] By: stevep                                on 2006/09/12  15:30:57
1881         Log: Upgrade to CPAN-1.87_62
1882      Branch: perl
1883            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
1884 ____________________________________________________________________________
1885 [ 28825] By: rgs                                   on 2006/09/12  14:49:21
1886         Log: Upgrade to MakeMaker 6.30_04
1887      Branch: perl
1888            + lib/ExtUtils/t/build_man.t lib/ExtUtils/t/pm.t
1889            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Any.pm
1890            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
1891            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win95.pm
1892            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
1893            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/MM_Win32.t
1894            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/revision.t
1895 ____________________________________________________________________________
1896 [ 28824] By: rgs                                   on 2006/09/12  14:04:54
1897         Log: More warnings silencing, including suggestions by Dominic Dunlop
1898      Branch: perl
1899            ! regcomp.c regexec.c
1900 ____________________________________________________________________________
1901 [ 28823] By: rgs                                   on 2006/09/12  07:26:46
1902         Log: Subject: [PATCH] Re: C++ status [Fwd: Smoke [5.9.4] 28776 FAIL(FM) OSF1 V5.1 (EV6/4 cpu)]
1903              From: Dominic Dunlop <domo@computer.org>
1904              Date: Tue, 12 Sep 2006 09:13:41 +0200
1905              Message-Id: <6FD7503D-349B-4BE4-B457-D79458900FA0@computer.org>
1906      Branch: perl
1907            ! sv.c
1908 ____________________________________________________________________________
1909 [ 28822] By: rgs                                   on 2006/09/12  07:22:40
1910         Log: Another warning-silencing cast
1911      Branch: perl
1912            ! regcomp.c
1913 ____________________________________________________________________________
1914 [ 28821] By: rgs                                   on 2006/09/11  13:05:16
1915         Log: POD fixes in perlce manpage
1916      Branch: perl
1917            ! README.ce
1918 ____________________________________________________________________________
1919 [ 28820] By: rgs                                   on 2006/09/11  12:32:35
1920         Log: FAQ sync
1921      Branch: perl
1922            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
1923            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
1924            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
1925            ! pod/perlfaq9.pod
1926 ____________________________________________________________________________
1927 [ 28819] By: rgs                                   on 2006/09/11  11:51:04
1928         Log: Fix a few more printf format warnings
1929      Branch: perl
1930            ! regexec.c
1931 ____________________________________________________________________________
1932 [ 28818] By: rgs                                   on 2006/09/11  10:19:20
1933         Log: Fix definition of macro HOP3 (spotted by a gcc warning)
1934      Branch: perl
1935            ! regexec.c
1936 ____________________________________________________________________________
1937 [ 28817] By: rgs                                   on 2006/09/11  10:12:32
1938         Log: Fix some compilation warnings
1939      Branch: perl
1940            ! regcomp.c
1941 ____________________________________________________________________________
1942 [ 28816] By: rgs                                   on 2006/09/11  10:04:19
1943         Log: Subject: [PATCH] Teach regex optimiser how to handle (?=) and (?<=) properly.
1944              From: demerphq <demerphq@gmail.com>
1945              Date: Sat, 9 Sep 2006 22:00:05 +0200
1946              Message-ID: <9b18b3110609091300x1fd0b15dt32932902a0a80674@mail.gmail.com>
1947      Branch: perl
1948            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regcomp.sym
1949            ! regexec.c regnodes.h sv.c t/op/re_tests t/op/regexp.t
1950 ____________________________________________________________________________
1951 [ 28815] By: rgs                                   on 2006/09/11  09:14:58
1952         Log: Subject: Re: [perl #40302] sigtrap(3pm) man page is vague
1953              From: "David Nicol" <davidnicol@gmail.com>
1954              Date: Fri, 8 Sep 2006 11:19:23 -0500
1955              Message-ID: <934f64a20609080919g3d0add8cr1ca3d1c7ea9a5d32@mail.gmail.com>
1956      Branch: perl
1957            ! lib/sigtrap.pm
1958 ____________________________________________________________________________
1959 [ 28814] By: rgs                                   on 2006/09/11  08:56:21
1960         Log: Subject: [PATCH] C++: Solaris CC now compiles "perl"
1961              From: Jarkko Hietaniemi <jhi@iki.fi>
1962              Date: Sat, 09 Sep 2006 15:29:12 +0300
1963              Message-ID: <4502B398.6060505@iki.fi>
1964      Branch: perl
1965            ! hints/solaris_2.sh opcode.h opcode.pl perl.h perlio.c
1966            ! unixish.h util.c
1967 ____________________________________________________________________________
1968 [ 28813] By: rgs                                   on 2006/09/11  08:41:50
1969         Log: Subject: NULL and sv_setpv vs. newSVpv
1970              From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
1971              Date: Sun, 10 Sep 2006 20:31:46 -0700 (PDT)
1972              Message-ID: <8750.24.19.24.170.1157945506.squirrel@24.19.24.170>
1973      Branch: perl
1974            ! sv.c
1975 ____________________________________________________________________________
1976 [ 28812] By: steveh                                on 2006/09/08  16:08:53
1977         Log: Update Porting/Maintainers.pl w.r.t. #28811
1978      Branch: perl
1979            ! Porting/Maintainers.pl
1980 ____________________________________________________________________________
1981 [ 28811] By: steveh                                on 2006/09/08  16:05:53
1982         Log: Subject: [PATCH] Add Params::Check to the core
1983              From: "Jos Boumans" <kane@dwim.org>
1984              Date: Fri, 8 Sep 2006 13:57:16 +0200 (CEST)
1985              Message-ID: <8319.80.127.35.68.1157716636.squirrel@webmail.xs4all.nl>
1986              
1987              (Just the Params-Check part: Locale-Maketext-Simple has already been
1988              added by change #28809)
1989      Branch: perl
1990            + lib/Params/Check.pm lib/Params/Check/t/01_Params-Check.t
1991            ! MANIFEST
1992 ____________________________________________________________________________
1993 [ 28810] By: steveh                                on 2006/09/08  15:33:18
1994         Log: Update Porting/Maintainers.pl w.r.t. #28809
1995      Branch: perl
1996            ! Porting/Maintainers.pl
1997 ____________________________________________________________________________
1998 [ 28809] By: steveh                                on 2006/09/08  15:19:50
1999         Log: Subject: Re: [PATCH] Add Locale::Maketext::Simple to the core
2000              From: kane@xs4all.nl
2001              Date: Sun, 13 Aug 2006 15:51:58 +0200 (CEST)
2002              Message-ID: <24406.80.127.35.68.1155477118.squirrel@webmail.xs4all.nl>
2003              
2004              Actually added 0.18, rather than 0.17 which this PATCH contained, for
2005              an updated licence statement.
2006      Branch: perl
2007            + lib/Locale/Maketext/Simple.pm
2008            + lib/Locale/Maketext/Simple/t/0-signature.t
2009            + lib/Locale/Maketext/Simple/t/1-basic.t
2010            ! MANIFEST
2011 ____________________________________________________________________________
2012 [ 28808] By: rgs                                   on 2006/09/08  08:36:32
2013         Log: Use %^H instead of $^H for the assertions pragma
2014      Branch: perl
2015            ! lib/assertions.pm op.c perl.h
2016 ____________________________________________________________________________
2017 [ 28807] By: rgs                                   on 2006/09/08  07:39:10
2018         Log: Remove empty typemap file
2019      Branch: perl
2020            - ext/threads/shared/typemap
2021            ! MANIFEST
2022 ____________________________________________________________________________
2023 [ 28806] By: craigb                                on 2006/09/08  02:07:30
2024         Log: declaration after code nit in vms/vms.c (from Martin Vorlaender)
2025      Branch: perl
2026            ! vms/vms.c
2027 ____________________________________________________________________________
2028 [ 28805] By: stevep                                on 2006/09/07  18:39:22
2029         Log: Clean up some comments.
2030      Branch: perl
2031            ! cygwin/ld2.in
2032 ____________________________________________________________________________
2033 [ 28804] By: rgs                                   on 2006/09/07  15:21:56
2034         Log: Typo fix in #ifdef
2035      Branch: perl
2036            ! toke.c
2037 ____________________________________________________________________________
2038 [ 28803] By: stevep                                on 2006/09/07  14:24:18
2039         Log: Fix to first problem causing Cygwin Perl to fail to build 
2040              in a path with spaces in it. 
2041      Branch: perl
2042            ! cygwin/Makefile.SHs
2043 ____________________________________________________________________________
2044 [ 28802] By: gisle                                 on 2006/09/07  14:12:14
2045         Log: Document mkpath() return value in scalar context.
2046              Document that rmtree() return value include deleted
2047              directories.
2048      Branch: perl
2049            ! lib/File/Path.pm
2050 ____________________________________________________________________________
2051 [ 28801] By: rgs                                   on 2006/09/07  13:16:12
2052         Log: Subject: Re: [perl #40262] kill( 0, ... ) does not return alive status of child process
2053              From: "David Nicol" <davidnicol@gmail.com>
2054              Date: Fri, 1 Sep 2006 17:26:34 -0500
2055              Message-ID: <934f64a20609011526odd7f5bta847a3be1f6fa5f0@mail.gmail.com>
2056      Branch: perl
2057            ! pod/perlfunc.pod
2058 ____________________________________________________________________________
2059 [ 28800] By: rgs                                   on 2006/09/07  13:13:05
2060         Log: Subject: [perl #40293] perlsec talks erroneously about "Non-Finite Automaton" 
2061              From: premchai21@yahoo.com (via RT) <perlbug-followup@perl.org>
2062              Date: Wed, 06 Sep 2006 23:11:10 -0700
2063              Message-ID: <rt-3.5.HEAD-31258-1157609470-1994.40293-75-0@perl.org>
2064      Branch: perl
2065            ! pod/perlsec.pod
2066 ____________________________________________________________________________
2067 [ 28799] By: rgs                                   on 2006/09/07  11:46:40
2068         Log: Bump version of PerlIO::scalar
2069      Branch: perl
2070            ! ext/PerlIO/scalar/scalar.pm
2071 ____________________________________________________________________________
2072 [ 28798] By: rgs                                   on 2006/09/07  11:45:36
2073         Log: Fix for [perl #40267] PerlIO::scalar doesn't respect readonly-ness
2074      Branch: perl
2075            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
2076 ____________________________________________________________________________
2077 [ 28797] By: rgs                                   on 2006/09/07  09:49:31
2078         Log: Invalidate ISA and method caches when calling a safe compartment
2079              (bug #39887)
2080              
2081              Remove XS_VERSION, make it equal to VERSION
2082      Branch: perl
2083            ! ext/Opcode/Makefile.PL ext/Opcode/Opcode.pm
2084            ! ext/Opcode/Opcode.xs
2085 ____________________________________________________________________________
2086 [ 28796] By: rgs                                   on 2006/09/07  09:25:18
2087         Log: Add Exporter in the dual-lived module list
2088      Branch: perl
2089            ! Porting/Maintainers.pl
2090 ____________________________________________________________________________
2091 [ 28795] By: rgs                                   on 2006/09/07  09:21:56
2092         Log: Subject: Dual life for Exporter
2093              From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
2094              Date: Wed, 6 Sep 2006 16:40:28 -0300
2095              Message-ID: <73ddeb6c0609061240g34f60d9fodaf7727575778d8e@mail.gmail.com>
2096      Branch: perl
2097            ! lib/Exporter.t
2098 ____________________________________________________________________________
2099 [ 28794] By: stevep                                on 2006/09/07  02:07:57
2100         Log: Convert Errno.t to Test::More.  Increase the test coverage
2101              while in there as well. 
2102      Branch: perl
2103            ! ext/Errno/t/Errno.t
2104 ____________________________________________________________________________
2105 [ 28793] By: steveh                                on 2006/09/06  16:54:19
2106         Log: cxtype is a U16, not a U32 (Stops VC++ complaining)
2107      Branch: perl
2108            ! pp_ctl.c
2109 ____________________________________________________________________________
2110 [ 28792] By: stevep                                on 2006/09/06  14:33:06
2111         Log: Removed some leftover debugging accidentally added with
2112              change #28788.
2113      Branch: perl
2114            ! regexec.c
2115 ____________________________________________________________________________
2116 [ 28791] By: rgs                                   on 2006/09/06  14:11:09
2117         Log: Revert accidental file deletion
2118      Branch: perl
2119            + ext/threads/shared/typemap
2120 ____________________________________________________________________________
2121 [ 28790] By: rgs                                   on 2006/09/06  14:04:33
2122         Log: Remove perlcc and the byteloader
2123      Branch: perl
2124            - ext/B/B/Assembler.pm ext/B/B/Bblock.pm ext/B/B/Bytecode.pm
2125            - ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Disassembler.pm
2126            - ext/B/B/Stackobj.pm ext/B/B/Stash.pm ext/B/B/assemble
2127            - ext/B/B/cc_harness ext/B/B/disassemble ext/B/B/makeliblinks
2128            - ext/B/C/C.xs ext/B/C/Makefile.PL ext/B/NOTES ext/B/README
2129            - ext/B/TESTS ext/B/Todo ext/B/ramblings/cc.notes
2130            - ext/B/ramblings/curcop.runtime ext/B/ramblings/flip-flop
2131            - ext/B/ramblings/magic ext/B/ramblings/reg.alloc
2132            - ext/B/ramblings/runtime.porting ext/B/t/asmdata.t
2133            - ext/B/t/assembler.t ext/B/t/bblock.t ext/B/t/bytecode.t
2134            - ext/B/t/stash.t ext/ByteLoader/ByteLoader.pm
2135            - ext/ByteLoader/ByteLoader.xs ext/ByteLoader/Makefile.PL
2136            - ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
2137            - ext/ByteLoader/byterun.h ext/ByteLoader/hints/sunos.pl
2138            - ext/threads/shared/typemap utils/perlcc.PL
2139            ! MANIFEST Makefile.SH NetWare/Makefile bytecode.pl
2140            ! configure.com ext/B/B/Asmdata.pm pod/Makefile.SH
2141            ! pod/perlcompile.pod regen.pl t/TEST t/harness
2142            ! t/lib/1_compile.t utils.lst utils/Makefile
2143            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
2144            ! win32/pod.mak x2p/Makefile.SH
2145 ____________________________________________________________________________
2146 [ 28789] By: rgs                                   on 2006/09/06  09:18:31
2147         Log: Remove JPL
2148      Branch: perl
2149            - jpl/ChangeLog jpl/JNI/Changes jpl/JNI/Closer.java
2150            - jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/JNIConfig
2151            - jpl/JNI/JNIConfig.Win32 jpl/JNI/JNIConfig.kaffe
2152            - jpl/JNI/JNIConfig.noembed jpl/JNI/JNIConfig.standard
2153            - jpl/JNI/Makefile.PL jpl/JNI/test.pl jpl/JNI/typemap
2154            - jpl/JNI/typemap.gcc jpl/JNI/typemap.win32
2155            - jpl/JPL/AutoLoader.pm jpl/JPL/Class.pm jpl/JPL/Compile.pm
2156            - jpl/JPL/Makefile.PL jpl/JPL_Rolo/JPL_Rolo.jpl
2157            - jpl/JPL_Rolo/Makefile.PL jpl/JPL_Rolo/README
2158            - jpl/JPL_Rolo/cardfile jpl/PerlInterpreter/Makefile.PL
2159            - jpl/PerlInterpreter/PerlInterpreter.c
2160            - jpl/PerlInterpreter/PerlInterpreter.h
2161            - jpl/PerlInterpreter/PerlInterpreter.java jpl/README
2162            - jpl/README.JUST-JNI jpl/SETVARS.PL jpl/Sample/Makefile.PL
2163            - jpl/Sample/Sample.jpl jpl/Test/Makefile.PL jpl/Test/Test.jpl
2164            - jpl/bin/jpl jpl/docs/Tutorial.pod jpl/get_jdk/README
2165            - jpl/get_jdk/get_jdk.pl jpl/get_jdk/jdk_hosts jpl/install-jpl
2166            ! MANIFEST
2167 ____________________________________________________________________________
2168 [ 28788] By: stevep                                on 2006/09/06  00:35:15
2169         Log: Subject: [PATCH] UCD 5.0.0
2170              From: Jarkko Hietaniemi <jhi@iki.fi>
2171              Date: Tue, 05 Sep 2006 21:29:45 +0300
2172              Message-ID: <44FDC219.8010006@iki.fi>
2173      Branch: perl
2174            + lib/unicore/NamedSqProv.txt
2175            ! MANIFEST lib/Unicode/UCD.t lib/unicore/ArabicShaping.txt
2176            ! lib/unicore/BidiMirroring.txt lib/unicore/Blocks.txt
2177            ! lib/unicore/CaseFolding.txt
2178            ! lib/unicore/CompositionExclusions.txt
2179            ! lib/unicore/EastAsianWidth.txt
2180            ! lib/unicore/HangulSyllableType.txt lib/unicore/Index.txt
2181            ! lib/unicore/Jamo.txt lib/unicore/LineBreak.txt
2182            ! lib/unicore/NamedSequences.txt lib/unicore/NamesList.txt
2183            ! lib/unicore/NormalizationCorrections.txt
2184            ! lib/unicore/PropList.txt lib/unicore/PropValueAliases.txt
2185            ! lib/unicore/PropertyAliases.txt lib/unicore/README.perl
2186            ! lib/unicore/Scripts.txt lib/unicore/SpecialCasing.txt
2187            ! lib/unicore/StandardizedVariants.txt
2188            ! lib/unicore/UnicodeData.txt lib/unicore/version regexec.c
2189            ! t/uni/class.t
2190 ____________________________________________________________________________
2191 [ 28787] By: rgs                                   on 2006/09/05  11:09:03
2192         Log: Fix a few warnings
2193      Branch: perl
2194            ! regcomp.c regexec.c
2195 ____________________________________________________________________________
2196 [ 28786] By: rgs                                   on 2006/09/05  10:40:25
2197         Log: Subject: [PATCH perl-current]; was RE: [PATCH perlio.c pp.c regcomp.c] silence format and comparison warnings
2198              From: "Robin Barker" <Robin.Barker@npl.co.uk>
2199              Date: Fri, 1 Sep 2006 16:10:25 +0100
2200              Message-ID: <2C2E01334A940D4792B3E115F95B7226120A21@exchsvr1.npl.ad.local>
2201      Branch: perl
2202            ! dump.c perl.h perlio.c pp.c pp_pack.c sv.c utf8.c
2203 ____________________________________________________________________________
2204 [ 28785] By: rgs                                   on 2006/09/05  10:21:57
2205         Log: Subject: Re: [PATCH] Trie jumping
2206              From: demerphq <demerphq@gmail.com>
2207              Date: Sat, 2 Sep 2006 16:40:12 +0200
2208              Message-ID: <9b18b3110609020740y2eb9004cpab313c3353a437ca@mail.gmail.com>
2209      Branch: perl
2210            ! embed.fnc embed.h ext/re/re.pm opcode.h proto.h regcomp.c
2211            ! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h t/op/pat.t
2212            ! t/op/re_tests
2213 ____________________________________________________________________________
2214 [ 28783] By: rgs                                   on 2006/09/04  16:54:36
2215         Log: Subject: [perl #40239] New hints file for MidnightBSD 
2216              From: Lucas Holt (via RT) <perlbug-followup@perl.org>
2217              Date: Fri, 25 Aug 2006 20:16:40 -0700
2218              Message-ID: <rt-3.5.HEAD-31263-1156562199-1390.40239-75-0@perl.org>
2219      Branch: perl
2220            + hints/midnightbsd.sh
2221            ! MANIFEST
2222 ____________________________________________________________________________
2223 [ 28782] By: rgs                                   on 2006/09/04  15:50:17
2224         Log: Upgrade to Sys::Syslog 0.18
2225      Branch: perl
2226            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/README
2227            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/syslog.t
2228 ____________________________________________________________________________
2229 [ 28781] By: rgs                                   on 2006/09/04  14:53:00
2230         Log: Subject: [perl #40272] subroutine call with & in perlop example 
2231              From: yath-perlbug@yath.de (via RT) <perlbug-followup@perl.org>
2232              Date: Sun, 03 Sep 2006 13:03:28 -0700
2233              Message-ID: <rt-3.5.HEAD-31251-1157313807-430.40272-75-0@perl.org>
2234      Branch: perl
2235            ! pod/perlop.pod
2236 ____________________________________________________________________________
2237 [ 28780] By: rgs                                   on 2006/09/04  13:12:20
2238         Log: Documentation nit, found by Dr Ruud.
2239      Branch: perl
2240            ! pod/perldsc.pod
2241 ____________________________________________________________________________
2242 [ 28779] By: rgs                                   on 2006/09/04  13:11:01
2243         Log: Subject: [PATCH] Correction to POD for FETCH_*_ATTRIBUTES 
2244              From: "Jerry D. Hedden" <jerry@hedden.us>
2245              Date: Fri, 01 Sep 2006 12:43:46 -0700
2246              Message-ID: <20060901124346.fb30e530d17747c2b054d625b8945d88.0cfdb87cb8.wbe@email.secureserver.net>
2247      Branch: perl
2248            ! lib/attributes.pm
2249 ____________________________________________________________________________
2250 [ 28778] By: rgs                                   on 2006/09/04  12:41:39
2251         Log: Subject: Re: AW: [PATCH pod/*] Use Direct Object Constructor Calls
2252              From: chromatic <chromatic@wgz.org>
2253              Date: Fri, 1 Sep 2006 09:12:45 -0700
2254              Message-Id: <200609010912.46314.chromatic@wgz.org>
2255      Branch: perl
2256            ! pod/perllexwarn.pod pod/perlmodlib.PL pod/perlop.pod
2257            ! pod/perlothrtut.pod pod/perlref.pod pod/perltie.pod
2258 ____________________________________________________________________________
2259 [ 28777] By: rgs                                   on 2006/09/04  12:30:36
2260         Log: Subject: [PATCH pod/perlfunc.pod] Add Index Numbers to caller() Docs
2261              From: chromatic <chromatic@wgz.org>
2262              Date: Fri, 1 Sep 2006 05:42:17 -0700
2263              Message-Id: <200609010542.17571.chromatic@wgz.org>
2264      Branch: perl
2265            ! pod/perlfunc.pod
2266 ____________________________________________________________________________
2267 [ 28776] By: rgs                                   on 2006/09/03  12:51:57
2268         Log: Remove dead code from sort.pm
2269      Branch: perl
2270            ! lib/sort.pm
2271 ____________________________________________________________________________
2272 [ 28774] By: nicholas                              on 2006/09/01  17:25:50
2273         Log: Merge lval and hasargs into one U8 in struct block_sub
2274      Branch: perl
2275            ! cop.h
2276 ____________________________________________________________________________
2277 [ 28773] By: nicholas                              on 2006/09/01  16:27:48
2278         Log: Access to cx->blk_sub.lval via macros (as it's about to move).
2279      Branch: perl
2280            ! cop.h pp_ctl.c pp_hot.c scope.c sv.c
2281 ____________________________________________________________________________
2282 [ 28772] By: nicholas                              on 2006/09/01  15:05:10
2283         Log: Access cx->blk_sub.hasargs via a pair of macros (as it's about to
2284              move)
2285      Branch: perl
2286            ! cop.h pp_ctl.c scope.c sv.c
2287 ____________________________________________________________________________
2288 [ 28771] By: nicholas                              on 2006/08/31  09:05:50
2289         Log: Change the generation of {} and [] from 3 ops to 1, and avoid 1 mortal
2290              on the tempstack, by augmenting pp_anonlist and pp_anonhash to accept
2291              OPf_SPECIAL to mean "return a reference to the aggregate" on the stack
2292              rather than the aggregate itself.
2293      Branch: perl
2294            ! ext/B/B/Deparse.pm ext/B/t/concise-xs.t ext/B/t/f_map.t
2295            ! ext/B/t/f_sort.t ext/Devel/Peek/t/Peek.t op.c op.h pp.c
2296 ____________________________________________________________________________
2297 [ 28770] By: nicholas                              on 2006/08/31  08:26:13
2298         Log: Save 4 bytes from struct context (on ILP32) by moving cx_type into
2299              struct block and struct subst.
2300      Branch: perl
2301            ! cop.h
2302 ____________________________________________________________________________
2303 [ 28769] By: steveh                                on 2006/08/30  15:57:13
2304         Log: Silence some more Borland compiler warnings
2305              (See: http://www.nntp.perl.org/group/perl.daily-build.reports/40471)
2306              
2307              - Change the cryptic pragma warn strings into numbers that are more
2308              easily recognized, and add a new one (8027).
2309              
2310              - Add a similar pragma warn line to fcrypt.c, which doesn't use
2311              win32.h.
2312      Branch: perl
2313            ! win32/fcrypt.c win32/win32.h
2314 ____________________________________________________________________________
2315 [ 28768] By: steveh                                on 2006/08/29  13:24:56
2316         Log: Silence Borland compiler warnings in XS::APItest and Win32
2317              (See: http://www.nntp.perl.org/group/perl.daily-build.reports/40471)
2318      Branch: perl
2319            ! ext/XS/APItest/APItest.xs win32/ext/Win32/Win32.pm
2320            ! win32/ext/Win32/Win32.xs
2321 ____________________________________________________________________________
2322 [ 28767] By: rgs                                   on 2006/08/28  12:52:00
2323         Log: Revert bogus change 28763.
2324      Branch: perl
2325            ! EXTERN.h INTERN.h
2326 ____________________________________________________________________________
2327 [ 28766] By: rgs                                   on 2006/08/28  09:26:52
2328         Log: Fix PerlIO::scalar fileno() documentation as suggested in:
2329              Subject: [perl #40245] POD error for PerlIO::scalar in 5.8.8 
2330              From: "Shawn Boyette" (via RT) <perlbug-followup@perl.org>
2331              Date: Mon, 28 Aug 2006 00:21:25 -0700
2332              Message-ID: <rt-3.5.HEAD-31263-1156749685-634.40245-75-0@perl.org>
2333      Branch: perl
2334            ! ext/PerlIO/scalar/scalar.pm
2335 ____________________________________________________________________________
2336 [ 28765] By: stevep                                on 2006/08/27  17:53:17
2337         Log: Added an additional #ifndef based on comments by Jarkko and
2338              John Malmberg.
2339      Branch: perl
2340            ! x2p/INTERN.h
2341 ____________________________________________________________________________
2342 [ 28764] By: rgs                                   on 2006/08/27  16:05:09
2343         Log: Subject: [PATCH DOC] perlsyn incomplete duplicate definition of truth
2344              From: Daniel Frederick Crisman <daniel@crisman.org>
2345              Date: Thu, 24 Aug 2006 17:29:57 -0400
2346              Message-ID: <20060824212957.GA32557@fury.crisman.org>
2347      Branch: perl
2348            ! pod/perlsyn.pod
2349 ____________________________________________________________________________
2350 [ 28763] By: rgs                                   on 2006/08/27  15:57:39
2351         Log: More conditional defines of EXTERN_C, by Jarkko
2352      Branch: perl
2353            ! EXTERN.h INTERN.h
2354 ____________________________________________________________________________
2355 [ 28762] By: rgs                                   on 2006/08/27  15:51:25
2356         Log: Subject: [PATCH] Change #24364 broke Data::Dumper::Seen()
2357              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
2358              Date: Fri, 25 Aug 2006 22:35:33 +0200
2359              Message-ID: <20060825223533.04efdf2d@r2d2>
2360      Branch: perl
2361            ! ext/Data/Dumper/Dumper.pm
2362 ____________________________________________________________________________
2363 [ 28761] By: rgs                                   on 2006/08/27  15:46:54
2364         Log: Regression test for attributes 'reserved' warning,
2365              by Jerry D. Hedden
2366      Branch: perl
2367            ! t/op/attrs.t
2368 ____________________________________________________________________________
2369 [ 28760] By: rgs                                   on 2006/08/25  16:47:08
2370         Log: Put a plan in the last added test
2371      Branch: perl
2372            ! lib/SelfLoader-buggy.t
2373 ____________________________________________________________________________
2374 [ 28759] By: steveh                                on 2006/08/25  16:12:52
2375         Log: Silence a bunch of Borland compiler warnings in SDBM_File
2376              (See: http://www.nntp.perl.org/group/perl.daily-build.reports/40283)
2377      Branch: perl
2378            ! XSUB.h
2379 ____________________________________________________________________________
2380 [ 28758] By: rgs                                   on 2006/08/25  15:58:41
2381         Log: Subject: Re: [perl #40216] SelfLoader::croak doesn't protect $@ from being clobbered by require
2382              From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
2383              Date: Thu, 24 Aug 2006 10:20:43 -0300
2384              Message-ID: <73ddeb6c0608240620s207124d1mc202aea6a4598576@mail.gmail.com>
2385      Branch: perl
2386            + lib/SelfLoader-buggy.t
2387            ! MANIFEST lib/SelfLoader.pm
2388 ____________________________________________________________________________
2389 [ 28757] By: rgs                                   on 2006/08/25  15:45:08
2390         Log: Following Jarkko's advice, it seems that ODBM_File cannot be
2391              compiled as C++ as-is.
2392      Branch: perl
2393            ! ext/ODBM_File/ODBM_File.xs
2394 ____________________________________________________________________________
2395 [ 28756] By: rgs                                   on 2006/08/25  15:24:28
2396         Log: Subject: [PATCH] RE: [perl #40227] 'reserved' warning not working
2397              From: "Jerry D. Hedden" <jdhedden@cpan.org>
2398              Date: Thu, 24 Aug 2006 09:04:12 -0700
2399              Message-ID: <20060824090412.fb30e530d17747c2b054d625b8945d88.e8ae12ccab.wbe@email.secureserver.net>
2400      Branch: perl
2401            ! lib/attributes.pm xsutils.c
2402 ____________________________________________________________________________
2403 [ 28755] By: stevep                                on 2006/08/24  15:07:58
2404         Log: Upgrade to File-Temp-0.17.  Also, a change to Tim Jenness's email.
2405      Branch: perl
2406            + lib/File/Temp/t/seekable.t
2407            ! AUTHORS MANIFEST lib/File/Temp.pm
2408 ____________________________________________________________________________
2409 [ 28754] By: rgs                                   on 2006/08/24  12:36:08
2410         Log: Subject: [PATCH ext/ODBM_File/ODBM_File.xs] change 28744 broke ODBM_File
2411              From: "Robin Barker" <Robin.Barker@npl.co.uk>
2412              Date: Thu, 24 Aug 2006 13:22:47 +0100
2413              Message-ID: <2C2E01334A940D4792B3E115F95B7226120A1A@exchsvr1.npl.ad.local>
2414      Branch: perl
2415            ! ext/ODBM_File/ODBM_File.xs
2416 ____________________________________________________________________________
2417 [ 28753] By: rgs                                   on 2006/08/24  12:23:15
2418         Log: Subject: [PATCH] Don't promulgate Perl attributes
2419              From: "Jerry D. Hedden" <jdhedden@cpan.org>
2420              Date: Wed, 23 Aug 2006 10:07:05 -0700
2421              Message-ID: <20060823100705.fb30e530d17747c2b054d625b8945d88.87c0ee9326.wbe@email.secureserver.net>
2422      Branch: perl
2423            ! lib/attributes.pm xsutils.c
2424 ____________________________________________________________________________
2425 [ 28752] By: stevep                                on 2006/08/24  01:27:08
2426         Log: Upgrade to CGI.pm-3.22.
2427      Branch: perl
2428            ! lib/CGI.pm lib/CGI/Changes
2429 ____________________________________________________________________________
2430 [ 28751] By: stevep                                on 2006/08/23  16:08:17
2431         Log: Subject: [perl #40161] ccversion fix for hpux
2432              From: smoketst@hp46t243.cup.hp.com (via RT) <perlbug-followup@perl.org>
2433              Date: Wed, 16 Aug 2006 23:10:52 -0700
2434              Message-ID: <rt-3.5.HEAD-31263-1155795052-1297.40161-75-0@perl.org>
2435      Branch: perl
2436            ! hints/hpux.sh
2437 ____________________________________________________________________________
2438 [ 28750] By: stevep                                on 2006/08/23  03:04:47
2439         Log: The previous change causes compile failures with threaded Perls.
2440      Branch: perl
2441            ! reentr.h reentr.pl
2442 ____________________________________________________________________________
2443 [ 28749] By: stevep                                on 2006/08/22  20:16:55
2444         Log: Part of one of Jarkko's g++ patches that was missed.
2445      Branch: perl
2446            ! reentr.h reentr.pl
2447 ____________________________________________________________________________
2448 [ 28748] By: stevep                                on 2006/08/22  17:41:33
2449         Log: Update to Time-HiRes-1.90.
2450      Branch: perl
2451            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
2452            ! ext/Time/HiRes/HiRes.xs
2453 ____________________________________________________________________________
2454 [ 28747] By: stevep                                on 2006/08/22  16:43:52
2455         Log: Upgrade to Time-HiRes-1.89.
2456      Branch: perl
2457            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
2458            ! ext/Time/HiRes/HiRes.xs
2459 ____________________________________________________________________________
2460 [ 28746] By: stevep                                on 2006/08/22  14:18:16
2461         Log: Upgrade to CGI.pm-3.21
2462      Branch: perl
2463            ! lib/CGI.pm lib/CGI/Changes lib/CGI/Cookie.pm
2464 ____________________________________________________________________________
2465 [ 28745] By: stevep                                on 2006/08/22  14:14:23
2466         Log: Upgrade to Time-HiRes-1.88.
2467      Branch: perl
2468            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
2469            ! ext/Time/HiRes/HiRes.xs
2470 ____________________________________________________________________________
2471 [ 28744] By: stevep                                on 2006/08/22  14:07:13
2472         Log: Subject: [PATCH] g++: fix Digest::MD5, Math::BigInt::FastCalc, ODBM_File, XS::APItest (and Time::HiRes 1.88 in CPAN)
2473              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
2474              Date: Tue, 22 Aug 2006 10:45:41 +0300 (EEST)
2475              Message-Id: <200608220745.k7M7jfjP050939@kosh.hut.fi>
2476              
2477              ...plus various version bumps and Digest::MD5 test file fixes.
2478      Branch: perl
2479            ! ext/Digest/MD5/MD5.pm ext/Digest/MD5/MD5.xs
2480            ! ext/Digest/MD5/t/files.t ext/Math/BigInt/FastCalc/FastCalc.pm
2481            ! ext/Math/BigInt/FastCalc/FastCalc.xs
2482            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
2483            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
2484 ____________________________________________________________________________
2485 [ 28743] By: stevep                                on 2006/08/22  02:12:16
2486         Log: Subject: [PATCH] perlhack.pod: small porta-tweaks (this time without pod2man :-)
2487              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
2488              Date: Mon, 21 Aug 2006 22:39:35 +0300 (EEST)
2489              Message-Id: <200608211939.k7LJdZ9P170671@kosh.hut.fi>
2490      Branch: perl
2491            ! pod/perlhack.pod
2492 ____________________________________________________________________________
2493 [ 28742] By: stevep                                on 2006/08/22  01:03:05
2494         Log: Subject: [PATCH] g++/x2p (better version)
2495              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
2496              Date: Mon, 21 Aug 2006 14:48:26 +0300 (EEST)
2497              Message-Id: <200608211148.k7LBmQGL161830@kosh.hut.fi>
2498      Branch: perl
2499            ! x2p/EXTERN.h x2p/INTERN.h x2p/hash.h
2500 ____________________________________________________________________________
2501 [ 28741] By: rgs                                   on 2006/08/21  10:15:30
2502         Log: Subject: [PATCH] g++/Tru64: got perl linking once got the linkage right
2503              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
2504              Date: Fri, 18 Aug 2006 13:03:17 +0300 (EEST)
2505              Message-Id: <200608181003.k7IA3Hso276655@kosh.hut.fi>
2506      Branch: perl
2507            ! hints/dec_osf.sh perl.h pp_sys.c
2508 ____________________________________________________________________________
2509 [ 28740] By: rgs                                   on 2006/08/20  10:13:12
2510         Log: Amendment to change #28739
2511      Branch: perl
2512            ! ext/B/B/Assembler.pm
2513 ____________________________________________________________________________
2514 [ 28739] By: rgs                                   on 2006/08/20  09:25:59
2515         Log: Subject: [PATCH] bytecode.t failures in Tru64: svtype (enum) is int, not long
2516              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
2517              Date: Sat, 19 Aug 2006 14:34:53 +0300 (EEST)
2518              Message-Id: <200608191134.k7JBYroK518962@kosh.hut.fi>
2519      Branch: perl
2520            ! ext/B/B/Assembler.pm
2521 ____________________________________________________________________________
2522 [ 28738] By: rgs                                   on 2006/08/20  09:15:21
2523         Log: perlthrtut update, by Jerry D. Hedden.
2524      Branch: perl
2525            ! pod/perlthrtut.pod
2526 ____________________________________________________________________________
2527 [ 28737] By: rgs                                   on 2006/08/20  08:46:33
2528         Log: Subject: [PATCH] g++/Solaris: force d_dlopen=define
2529              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
2530              Date: Fri, 18 Aug 2006 15:48:34 +0300 (EEST)
2531              Message-Id: <200608181248.k7ICmY2W028375@vipunen.hut.fi>
2532      Branch: perl
2533            ! hints/solaris_2.sh
2534 ____________________________________________________________________________
2535 [ 28736] By: rgs                                   on 2006/08/18  16:22:18
2536         Log: Phrasing nit in perlxstut (by Ville Koskinen)
2537      Branch: perl
2538            ! pod/perlxstut.pod
2539 ____________________________________________________________________________
2540 [ 28735] By: rgs                                   on 2006/08/18  15:46:18
2541         Log: A type change that apparently works around a compiler bug
2542              (gcc 4.1.1 on Solaris) (by Robin Barker)
2543      Branch: perl
2544            ! pp_hot.c
2545 ____________________________________________________________________________
2546 [ 28734] By: stevep                                on 2006/08/17  20:28:36
2547         Log: Subject: [PATCH] Re: A large-ish C++ TODO (Re: [PATCH] g++ stage 1 reached)
2548              From: Jarkko Hietaniemi <jhi@iki.fi>
2549              Date: Thu, 17 Aug 2006 19:16:09 +0300
2550              Message-ID: <44E49649.9090307@iki.fi>
2551      Branch: perl
2552            ! XSUB.h mathoms.c op.h perl.h perlio.c utf8.c
2553 ____________________________________________________________________________
2554 [ 28733] By: stevep                                on 2006/08/17  17:57:33
2555         Log: syscall() declaration in perl.h needs to have an EXTERN_C prefixing
2556              it for some C++ compiles.  Might as well fix usleep()'s 
2557              declaration too.
2558      Branch: perl
2559            ! perl.h
2560 ____________________________________________________________________________
2561 [ 28732] By: stevep                                on 2006/08/17  15:28:36
2562         Log: Fix to problem where CGI can lose the filehandle during an upload.
2563              Patch posted to the Debian bug list by Eric Wong 
2564              <eric@petta-tech.com>.
2565      Branch: perl
2566            ! lib/CGI.pm
2567 ____________________________________________________________________________
2568 [ 28731] By: stevep                                on 2006/08/17  14:50:36
2569         Log: gcc-4.1.1 on Fedora optimized away NULL chacks in Perl_do_close(),
2570              which caused core dumps.
2571      Branch: perl
2572            ! embed.fnc proto.h
2573 ____________________________________________________________________________
2574 [ 28730] By: stevep                                on 2006/08/16  17:44:44
2575         Log: Cast needed to compile bsd_glob.c with C++
2576      Branch: perl
2577            ! ext/File/Glob/bsd_glob.c
2578 ____________________________________________________________________________
2579 [ 28729] By: stevep                                on 2006/08/16  13:11:15
2580         Log: Additional changes to get C++ a little closer to a clean compile
2581              of Perl.
2582      Branch: perl
2583            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/bytecode.h
2584            ! ext/ByteLoader/byterun.c ext/DB_File/DB_File.pm
2585            ! ext/DB_File/DB_File.xs ext/Hash/Util/FieldHash/FieldHash.xs
2586            ! ext/Hash/Util/FieldHash/lib/Hash/Util/FieldHash.pm
2587            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
2588 ____________________________________________________________________________
2589 [ 28728] By: stevep                                on 2006/08/15  18:57:11
2590         Log: Additional floating point strictness is needed to get Intel cc to pass
2591              its tests.
2592      Branch: perl
2593            ! hints/linux.sh
2594 ____________________________________________________________________________
2595 [ 28727] By: rgs                                   on 2006/08/15  10:01:48
2596         Log: Update Changes
2597      Branch: perl
2598            ! Changes
2599 ____________________________________________________________________________
2600 [ 28726] By: rgs                                   on 2006/08/15  09:59:24
2601         Log: Update Module::CoreList data with 5.9.4
2602      Branch: perl
2603            ! lib/Module/CoreList.pm
2604 ____________________________________________________________________________
2605 [ 28725] By: rgs                                   on 2006/08/15  09:55:27
2606         Log: 5.9.4 is today.
2607      Branch: perl
2608            ! pod/perlhist.pod
2609 ____________________________________________________________________________
2610 [ 28724] By: rgs                                   on 2006/08/15  09:54:02
2611         Log: Actually, Richard Clamp doesn't maintain Module::CoreList anymore.
2612      Branch: perl
2613            ! Porting/Maintainers.pl
2614 ____________________________________________________________________________
2615 [ 28723] By: rgs                                   on 2006/08/15  09:43:40
2616         Log: Regenerate perlmodlib and perltoc
2617      Branch: perl
2618            ! pod/perlmodlib.pod pod/perltoc.pod
2619 ____________________________________________________________________________
2620 [ 28722] By: rgs                                   on 2006/08/15  09:40:08
2621         Log: POD formatting nit
2622      Branch: perl
2623            ! pod/perl594delta.pod
2624 ____________________________________________________________________________
2625 [ 28721] By: rgs                                   on 2006/08/15  09:29:03
2626         Log: Remove some of the known problems documented in perldelta, which were
2627              caused by change #28319, just backed out. Add some Windows news (by
2628              Steve Hay)
2629      Branch: perl
2630            ! pod/perl594delta.pod
2631 ____________________________________________________________________________
2632 [ 28720] By: rgs                                   on 2006/08/15  09:22:54
2633         Log: Revert change 28319, which may cause segfaults with threaded perls
2634              on eval("syntax error") statements
2635      Branch: perl
2636            ! perly.c
2637 ____________________________________________________________________________
2638 [ 28719] By: rgs                                   on 2006/08/15  07:57:54
2639         Log: More perldelta nits found by my reviewers
2640      Branch: perl
2641            ! pod/perl594delta.pod
2642 ____________________________________________________________________________
2643 [ 28718] By: rgs                                   on 2006/08/14  22:30:18
2644         Log: Spelling fixes, thanks to Nicholas and to Ronald Kimball
2645      Branch: perl
2646            ! pod/perl594delta.pod
2647 ____________________________________________________________________________
2648 [ 28717] By: rgs                                   on 2006/08/14  21:58:15
2649         Log: More perldelta entries and fixes
2650      Branch: perl
2651            ! pod/perl594delta.pod
2652 ____________________________________________________________________________
2653 [ 28716] By: rgs                                   on 2006/08/14  21:31:43
2654         Log: Typo fix in the documentation of source filters in @INC
2655      Branch: perl
2656            ! pod/perlfunc.pod
2657 ____________________________________________________________________________
2658 [ 28715] By: mhx                                   on 2006/08/14  20:29:57
2659         Log: Only copy ppport.h to destination if it is different.
2660              This avoids unneccessary rebuilds.
2661      Branch: perl
2662            ! mkppport
2663 ____________________________________________________________________________
2664 [ 28714] By: mhx                                   on 2006/08/14  19:43:23
2665         Log: Upgrade to Devel::PPPort 3.10
2666      Branch: perl
2667            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort_pm.PL
2668            ! ext/Devel/PPPort/soak
2669 ____________________________________________________________________________
2670 [ 28713] By: rgs                                   on 2006/08/14  19:30:17
2671         Log: perldelta entry describing regexp work, by Yves Orton
2672      Branch: perl
2673            ! pod/perl594delta.pod
2674 ____________________________________________________________________________
2675 [ 28712] By: rgs                                   on 2006/08/14  15:27:51
2676         Log: Regenerate metafile
2677      Branch: perl
2678            ! META.yml
2679 ____________________________________________________________________________
2680 [ 28711] By: rgs                                   on 2006/08/14  14:24:19
2681         Log: New authors
2682      Branch: perl
2683            ! AUTHORS
2684 ____________________________________________________________________________
2685 [ 28710] By: rgs                                   on 2006/08/14  12:45:59
2686         Log: More perldelta entries; plus, credits.
2687      Branch: perl
2688            ! pod/perl594delta.pod
2689 ____________________________________________________________________________
2690 [ 28709] By: rgs                                   on 2006/08/14  12:35:13
2691         Log: Typo fix in perldiag
2692      Branch: perl
2693            ! pod/perldiag.pod
2694 ____________________________________________________________________________
2695 [ 28708] By: steveh                                on 2006/08/14  10:20:13
2696         Log: Update pod/perl594delta.pod w.r.t. #28706, and arrange list of modules
2697              alphabetically.
2698      Branch: perl
2699            ! pod/perl594delta.pod
2700 ____________________________________________________________________________
2701 [ 28707] By: steveh                                on 2006/08/14  10:15:04
2702         Log: Update Porting/Maintainers.pl w.r.t. #28695, #28703 and #28706.
2703      Branch: perl
2704            ! Porting/Maintainers.pl
2705 ____________________________________________________________________________
2706 [ 28706] By: steveh                                on 2006/08/14  10:10:07
2707         Log: Subject: [PATCH] Add Module::Loaded to the core
2708              From: kane@xs4all.nl
2709              Date: Sun, 13 Aug 2006 16:22:09 +0200 (CEST)
2710              Message-ID: <9310.80.127.35.68.1155478929.squirrel@webmail.xs4all.nl>
2711      Branch: perl
2712            + lib/Module/Loaded.pm lib/Module/Loaded/t/01_Module-Loaded.t
2713            ! MANIFEST
2714 ____________________________________________________________________________
2715 [ 28705] By: rgs                                   on 2006/08/14  09:30:38
2716         Log: More perldelta nits.
2717      Branch: perl
2718            ! pod/perl594delta.pod
2719 ____________________________________________________________________________
2720 [ 28704] By: rgs                                   on 2006/08/14  09:19:02
2721         Log: Make the NAME section of Package::Constants more conformant to
2722              man page conventions
2723      Branch: perl
2724            ! lib/Package/Constants.pm
2725 ____________________________________________________________________________
2726 [ 28703] By: steveh                                on 2006/08/14  09:09:40
2727         Log: Subject: [PATCH] Add Package::Constants to the core
2728              From: kane@xs4all.nl
2729              Date: Sat, 12 Aug 2006 23:57:58 +0200 (CEST)
2730              Message-ID: <9749.80.127.35.68.1155419878.squirrel@webmail.xs4all.nl>
2731      Branch: perl
2732            + lib/Package/Constants.pm lib/Package/Constants/t/01_list.t
2733            ! MANIFEST
2734 ____________________________________________________________________________
2735 [ 28702] By: nicholas                              on 2006/08/13  19:51:41
2736         Log: Regularise the indents of Changes to placate Porting/checkAUTHORS.pl
2737      Branch: perl
2738            ! Changes
2739 ____________________________________________________________________________
2740 [ 28701] By: rgs                                   on 2006/08/13  13:53:54
2741         Log: Fix URL of perlbug database
2742      Branch: perl
2743            ! pod/perl594delta.pod
2744 ____________________________________________________________________________
2745 [ 28700] By: rgs                                   on 2006/08/13  12:44:18
2746         Log: More perldelta entries
2747      Branch: perl
2748            ! pod/perl594delta.pod
2749 ____________________________________________________________________________
2750 [ 28699] By: rgs                                   on 2006/08/13  07:51:46
2751         Log: Fix a couple URLs in perlhack
2752      Branch: perl
2753            ! pod/perlhack.pod
2754 ____________________________________________________________________________
2755 [ 28698] By: rgs                                   on 2006/08/12  12:53:32
2756         Log: Subject: [PATCH] perlhack.pod: more portability pitfalls
2757              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
2758              Date: Sat, 12 Aug 2006 10:33:38 +0300 (EEST)
2759              Message-Id: <200608120733.k7C7XcU0268432@kosh.hut.fi>
2760      Branch: perl
2761            ! pod/perlhack.pod
2762 ____________________________________________________________________________
2763 [ 28697] By: steveh                                on 2006/08/11  17:31:45
2764         Log: Resync win32/config_H.* and win32/config.* with config_h.SH
2765              and Porting/config.sh respectively
2766              
2767              No real changes except for the addition of the missing
2768              HAS_C99_VARIADIC_MACROS to win32/config_H.* and
2769              initialinstalllocation, madlyh, madlyobj and madlysrc to
2770              win32/config.*
2771      Branch: perl
2772            ! win32/config.bc win32/config.gc win32/config.vc
2773            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
2774            ! win32/config_H.vc win32/config_H.vc64
2775 ____________________________________________________________________________
2776 [ 28696] By: rgs                                   on 2006/08/11  16:02:32
2777         Log: More perldelta notes. Also, I did forget things
2778              in perl593delta...
2779      Branch: perl
2780            ! pod/perl593delta.pod pod/perl594delta.pod
2781 ____________________________________________________________________________
2782 [ 28695] By: steveh                                on 2006/08/11  12:52:51
2783         Log: Subject: [PATCH] Add Module::Load to 5.9.x
2784              From: kane@xs4all.nl
2785              Date: Wed, 9 Aug 2006 12:23:42 +0200 (CEST)
2786              Message-ID: <9866.194.109.0.185.1155119022.squirrel@webmail.xs4all.nl>
2787      Branch: perl
2788            + lib/Module/Load.pm lib/Module/Load/t/01_Module-Load.t
2789            + lib/Module/Load/t/to_load/LoadIt.pm
2790            + lib/Module/Load/t/to_load/LoadMe.pl
2791            + lib/Module/Load/t/to_load/Must/Be/Loaded.pm
2792            + lib/Module/Load/t/to_load/TestModule.pm
2793            + lib/Module/Load/t/to_load/ToBeLoaded
2794            + lib/Module/Load/t/to_load/config_file
2795            ! MANIFEST
2796 ____________________________________________________________________________
2797 [ 28694] By: steveh                                on 2006/08/11  12:49:00
2798         Log: Close file before unlinking (on Win32 at least!)
2799      Branch: perl
2800            ! t/op/stat.t
2801 ____________________________________________________________________________
2802 [ 28693] By: rgs                                   on 2006/08/10  16:46:07
2803         Log: Subject: [PATCH] Re: Smoke [5.9.4] 28683 FAIL(F) Solaris 2.11 (i386/1 cpu)
2804              From: Andrew Dougherty <doughera@lafayette.edu>
2805              Date: Thu, 10 Aug 2006 12:37:39 -0400 (EDT)
2806              Message-ID: <Pine.LNX.4.62.0608101230260.12531@fractal.phys.lafayette.edu>
2807      Branch: perl
2808            ! lib/open.t
2809 ____________________________________________________________________________
2810 [ 28692] By: rgs                                   on 2006/08/10  14:27:44
2811         Log: Update Changes
2812      Branch: perl
2813            ! Changes
2814 ____________________________________________________________________________
2815 [ 28691] By: rgs                                   on 2006/08/10  13:17:51
2816         Log: Some updates to the cross-compilation config script
2817      Branch: perl
2818            ! Cross/config.sh-arm-linux
2819 ____________________________________________________________________________
2820 [ 28690] By: rgs                                   on 2006/08/10  09:46:34
2821         Log: lstat on *GLOB{IO} with warnings on would segfault
2822              (noticed by Andrew Dougherty)
2823      Branch: perl
2824            ! pp_sys.c
2825 ____________________________________________________________________________
2826 [ 28689] By: rgs                                   on 2006/08/10  08:23:31
2827         Log: Subject: [PATCH] g++: gethostbyaddr, and more Tru64 defines
2828              From: Jarkko Hietaniemi <jhi@iki.fi>
2829              Date: Thu, 10 Aug 2006 09:00:44 +0300
2830              Message-ID: <44DACB8C.1080708@iki.fi>
2831      Branch: perl
2832            ! hints/dec_osf.sh pp_sys.c
2833 ____________________________________________________________________________
2834 [ 28688] By: rgs                                   on 2006/08/10  08:22:01
2835         Log: Subject: [PATCH] doio.c: vararg NULLs must be cast right
2836              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
2837              Date: Thu, 10 Aug 2006 08:35:53 +0300 (EEST)
2838              Message-Id: <200608100535.k7A5Zr2Z156515@kosh.hut.fi>
2839      Branch: perl
2840            ! doio.c
2841 ____________________________________________________________________________
2842 [ 28687] By: rgs                                   on 2006/08/10  08:14:46
2843         Log: Upgrade to version.pm 0.67
2844      Branch: perl
2845            ! lib/version.pm lib/version.pod lib/version.t
2846 ____________________________________________________________________________
2847 [ 28686] By: stevep                                on 2006/08/09  21:54:08
2848         Log: A couple const's and a cast to get Sun CC to compile these files.
2849              Perl, however, still will not build with the Sun CC.  
2850      Branch: perl
2851            ! op.c pp_sort.c toke.c
2852 ____________________________________________________________________________
2853 [ 28685] By: stevep                                on 2006/08/09  19:45:06
2854         Log: Fix comment nit in config.h
2855      Branch: perl
2856            ! config_h.SH
2857 ____________________________________________________________________________
2858 [ 28684] By: rgs                                   on 2006/08/09  15:46:55
2859         Log: Subject: Re: [perl #37731] junk and uninit'ed values in tied scalars
2860              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
2861              Date: Mon, 28 Nov 2005 01:26:31 -0800
2862              Message-ID: <20051128092605.GA2328@efn.org>
2863              
2864              plus a regression test
2865      Branch: perl
2866            ! sv.c t/op/tie.t
2867 ____________________________________________________________________________
2868 [ 28683] By: rgs                                   on 2006/08/09  12:43:19
2869         Log: Subject: PATCH: Sync Time::Local in blead to 1.13 on CPAN
2870              From: Dave Rolsky <autarch@urth.org>
2871              Date: Wed, 9 Aug 2006 04:38:28 -0500 (CDT)
2872              Message-ID: <Pine.LNX.4.64.0608090422450.8735@urth.org>
2873      Branch: perl
2874            ! lib/Time/Local.pm lib/Time/Local.t
2875 ____________________________________________________________________________
2876 [ 28682] By: rgs                                   on 2006/08/09  09:58:52
2877         Log: Add OS-specific core modules in Module::CoreList for 5.8.[78] and 5.9.[23]
2878      Branch: perl
2879            ! lib/Module/CoreList.pm
2880 ____________________________________________________________________________
2881 [ 28681] By: rgs                                   on 2006/08/09  09:52:38
2882         Log: Add OS-specific modules in Module::Corelist generation script
2883              (hinted by Steve Hay)
2884      Branch: perl
2885            ! Porting/corelist.pl
2886 ____________________________________________________________________________
2887 [ 28680] By: rgs                                   on 2006/08/09  09:42:34
2888         Log: Fix data for 5.9.2, 5.9.3, 5.8.7 and 5.8.8
2889      Branch: perl
2890            ! lib/Module/CoreList.pm
2891 ____________________________________________________________________________
2892 [ 28679] By: rgs                                   on 2006/08/09  09:23:02
2893         Log: More fixes in the Module::Corelist data generation process
2894      Branch: perl
2895            ! Porting/corelist.pl
2896 ____________________________________________________________________________
2897 [ 28678] By: rgs                                   on 2006/08/09  09:01:25
2898         Log: Really submit previous change
2899      Branch: perl
2900            ! Porting/corelist.pl
2901 ____________________________________________________________________________
2902 [ 28677] By: rgs                                   on 2006/08/09  08:34:42
2903         Log: Several fixes in Porting/corelist.pl
2904              - make it run with 5.8.x perls
2905              - make it handle new modules layout in bleadperl
2906      Branch: perl
2907            ! Porting/corelist.pl
2908 ____________________________________________________________________________
2909 [ 28676] By: rgs                                   on 2006/08/08  09:39:35
2910         Log: Subject: [PATCH] Small precision about $SIG{__WARN__}
2911              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
2912              Date: Tue, 08 Aug 2006 11:17:58 +0200
2913              Message-ID: <1155028678.44d856c64fa0d@imp6-g19.free.fr>
2914      Branch: perl
2915            ! pod/perlvar.pod
2916 ____________________________________________________________________________
2917 [ 28675] By: rgs                                   on 2006/08/08  09:22:27
2918         Log: Simplification in Perl_magic_clearsig, plus a fix similar and
2919              symmetrical to the one implemented in change #28669.
2920      Branch: perl
2921            ! mg.c
2922 ____________________________________________________________________________
2923 [ 28674] By: stevep                                on 2006/08/08  03:55:13
2924         Log: Subject: [PATCH] g++ stage 1 reached
2925              From: Jarkko Hietaniemi <jhi@iki.fi>
2926              Date: Tue, 08 Aug 2006 00:02:35 +0300
2927              Message-ID: <44D7AA6B.4040802@iki.fi>
2928      Branch: perl
2929            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
2930            ! Porting/config_H cflags.SH config_h.SH configure.com deb.c
2931            ! dump.c epoc/config.sh gv.c mathoms.c mg.c op.c opcode.h
2932            ! plan9/config.plan9 plan9/config_h.sample symbian/config.sh
2933            ! uconfig.h uconfig.sh win32/config.bc win32/config.ce
2934            ! win32/config.gc win32/config.vc win32/config.vc64
2935            ! win32/config_H.bc win32/config_H.ce win32/config_H.gc
2936            ! win32/config_H.vc win32/config_H.vc64
2937 ____________________________________________________________________________
2938 [ 28673] By: stevep                                on 2006/08/07  19:54:51
2939         Log: Upgrade to Module-Build-0.2805
2940      Branch: perl
2941            ! lib/Module/Build.pm lib/Module/Build/API.pod
2942            ! lib/Module/Build/Authoring.pod lib/Module/Build/Base.pm
2943            ! lib/Module/Build/Changes lib/Module/Build/ModuleInfo.pm
2944            ! lib/Module/Build/Platform/MacOS.pm lib/Module/Build/Version.pm
2945            ! lib/Module/Build/t/moduleinfo.t
2946 ____________________________________________________________________________
2947 [ 28672] By: stevep                                on 2006/08/07  19:37:28
2948         Log: Upgrade to Digest-SHA-5.43
2949      Branch: perl
2950            ! ext/Digest/SHA/Changes ext/Digest/SHA/README
2951            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/bin/shasum
2952            ! ext/Digest/SHA/src/hmac.c ext/Digest/SHA/src/hmac.h
2953            ! ext/Digest/SHA/src/sha.c ext/Digest/SHA/src/sha.h
2954            ! ext/Digest/SHA/src/sha64bit.c
2955 ____________________________________________________________________________
2956 [ 28671] By: steveh                                on 2006/08/07  16:58:16
2957         Log: Subject: Define PERL_NO_DEV_RANDOM on Windows
2958              From: "Davies, Alex" <adavies@ptc.com>
2959              Date: Thu, 3 Aug 2006 13:31:14 -0400
2960              Message-ID: <A69AA663CE9BBC44AE1DA72483DE15DE04622D66@HQ-MAIL3.ptcnet.ptc.com>
2961              
2962              This stops perl from trying to read C:\dev\urandom on Windows
2963      Branch: perl
2964            ! dosish.h
2965 ____________________________________________________________________________
2966 [ 28670] By: steveh                                on 2006/08/07  16:21:40
2967         Log: Fixups for test failures caused by #28667 and #28668
2968      Branch: perl
2969            ! ext/B/B/Assembler.pm ext/B/t/assembler.t
2970 ____________________________________________________________________________
2971 [ 28669] By: rgs                                   on 2006/08/07  14:10:15
2972         Log: We shouldn't try to decrement the refcount of PL_warnhook
2973              if it has been set to PERL_WARNHOOK_FATAL.
2974      Branch: perl
2975            ! mg.c
2976 ____________________________________________________________________________
2977 [ 28668] By: steveh                                on 2006/08/07  10:24:39
2978         Log: Provide a BGET_svtype, required by #28667
2979      Branch: perl
2980            ! ext/ByteLoader/bytecode.h
2981 ____________________________________________________________________________
2982 [ 28667] By: rgs                                   on 2006/08/07  09:43:20
2983         Log: Try to reinstate the fix of change #28638 by patching bytecode.pl and
2984              not the file it generates
2985      Branch: perl
2986            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
2987 ____________________________________________________________________________
2988 [ 28666] By: rgs                                   on 2006/08/07  09:23:35
2989         Log: Restore modification in warnings.h from change 28662 by backporting it
2990              to warnings.pl
2991      Branch: perl
2992            ! warnings.h warnings.pl
2993 ____________________________________________________________________________
2994 [ 28665] By: rgs                                   on 2006/08/07  09:13:42
2995         Log: Subject: [PATCH] File::Basename add X<> tags, replace regex delimiters
2996              From: "Gabor Szabo" <szabgab@gmail.com>
2997              Date: Sat, 5 Aug 2006 23:00:14 +0300
2998              Message-ID: <d8a74af10608051300m4a1ebd93j491889b9b4e8523d@mail.gmail.com>
2999      Branch: perl
3000            ! lib/File/Basename.pm
3001 ____________________________________________________________________________
3002 [ 28664] By: rgs                                   on 2006/08/07  08:28:50
3003         Log: Subject: [PATCH] adding X<> to perlvar
3004              From: "Gabor Szabo" <szabgab@gmail.com>
3005              Date: Sun, 6 Aug 2006 13:59:28 +0300
3006              Message-ID: <d8a74af10608060359g7d4726dalf947f051a51c10e@mail.gmail.com>
3007      Branch: perl
3008            ! pod/perlvar.pod
3009 ____________________________________________________________________________
3010 [ 28663] By: rgs                                   on 2006/08/07  08:23:13
3011         Log: Regenerate files after previous change
3012      Branch: perl
3013            ! ext/ByteLoader/byterun.c warnings.h
3014 ____________________________________________________________________________
3015 [ 28662] By: rgs                                   on 2006/08/07  08:15:39
3016         Log: Subject: [PATCH] g++ large patch
3017              From: Jarkko Hietaniemi <jhi@iki.fi>
3018              Date: Fri, 04 Aug 2006 08:58:27 +0300
3019              Message-ID: <44D2E203.5050201@iki.fi>
3020      Branch: perl
3021            ! cflags.SH deb.c dump.c embed.fnc embed.h gv.c hv.c mathoms.c
3022            ! mg.c op.c perl.h perlio.c pp_ctl.c pp_hot.c pp_pack.c pp_sys.c
3023            ! proto.h regcomp.c regexec.c scope.c sv.c toke.c utf8.c util.c
3024            ! warnings.h
3025 ____________________________________________________________________________
3026 [ 28661] By: rgs                                   on 2006/08/05  15:46:34
3027         Log: Subject: [PATCH] perlfunc.pod - unite gmtime and localtime
3028              From: "Gabor Szabo" <szabgab@gmail.com>
3029              Date: Thu, 27 Jul 2006 09:25:02 +0300
3030              Message-ID: <d8a74af10607262325n472b424cr78c9591c31ffe190@mail.gmail.com>
3031      Branch: perl
3032            ! pod/perlfunc.pod
3033 ____________________________________________________________________________
3034 [ 28660] By: rgs                                   on 2006/08/05  15:28:39
3035         Log: Subject: [PATCH] add more X<> tags to perlfunc
3036              From: "Gabor Szabo" <szabgab@gmail.com>
3037              Date: Thu, 27 Jul 2006 00:27:06 +0300
3038              Message-ID: <d8a74af10607261427g142f0c6bge6f77c2f5e59da40@mail.gmail.com>
3039      Branch: perl
3040            ! pod/perlfunc.pod
3041 ____________________________________________________________________________
3042 [ 28659] By: rgs                                   on 2006/08/05  15:22:18
3043         Log: Subject: [PATCH] File::Copy pod updated adding X<>
3044              From: "Gabor Szabo" <szabgab@gmail.com>
3045              Date: Tue, 1 Aug 2006 08:55:37 +0200
3046              Message-ID: <d8a74af10607312355t7f3fed91g1459cb74b9b50fcd@mail.gmail.com>
3047      Branch: perl
3048            ! lib/File/Copy.pm
3049 ____________________________________________________________________________
3050 [ 28658] By: stevep                                on 2006/08/04  16:42:54
3051         Log: Sorting the MANIFEST
3052      Branch: perl
3053            ! MANIFEST
3054 ____________________________________________________________________________
3055 [ 28657] By: rgs                                   on 2006/08/04  09:45:37
3056         Log: Subject: [PATCH blead] Re: [perl #39882] inconsistent list slice behaviour
3057              From: Rick Delaney <rick@bort.ca>
3058              Date: Thu, 3 Aug 2006 21:48:07 -0400
3059              Message-ID: <20060804014807.GW21381@localhost.localdomain>
3060      Branch: perl
3061            ! pp.c t/op/list.t
3062 ____________________________________________________________________________
3063 [ 28656] By: rgs                                   on 2006/08/04  09:20:31
3064         Log: Subject: [PATCH blead] Re: [perl #40055] B::Deparse double do
3065              From: Rick Delaney <rick@bort.ca>
3066              Date: Thu, 3 Aug 2006 17:30:06 -0400
3067              Message-ID: <20060803213006.GU21381@localhost.localdomain>
3068      Branch: perl
3069            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
3070 ____________________________________________________________________________
3071 [ 28655] By: stevep                                on 2006/08/03  20:18:28
3072         Log: Subject: [PATCH] Tru64 oops
3073              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
3074              Date: Thu, 3 Aug 2006 22:59:37 +0300 (EEST)
3075              Message-Id: <200608031959.k73JxbsC395856@kosh.hut.fi>
3076      Branch: perl
3077            ! pp_sys.c
3078 ____________________________________________________________________________
3079 [ 28654] By: rgs                                   on 2006/08/03  08:15:51
3080         Log: Subject: [PATCH] more g++ in Tru64
3081              From: Jarkko Hietaniemi <jhi@iki.fi>
3082              Date: Thu, 03 Aug 2006 09:04:45 +0300
3083              Message-ID: <44D191FD.9030902@iki.fi>
3084      Branch: perl
3085            ! hints/dec_osf.sh perlio.c pp_sys.c
3086 ____________________________________________________________________________
3087 [ 28653] By: stevep                                on 2006/08/02  17:47:34
3088         Log: Upgrade to Archive-Tar-1.30.  Since change #27571 is not included,
3089              the bleadperl version is bumped to 1.30_01.
3090      Branch: perl
3091            ! lib/Archive/Tar.pm
3092 ____________________________________________________________________________
3093 [ 28652] By: rgs                                   on 2006/08/02  13:11:25
3094         Log: Cross-compilation makefile fails to copy Config_heavy.pl
3095              (noticed by Alexandre Jousset <mid@gtmp.org>)
3096      Branch: perl
3097            ! Cross/Makefile
3098 ____________________________________________________________________________
3099 [ 28651] By: merijn                                on 2006/08/02  11:21:30
3100         Log: Subject: [PATCH] g++ heavy shoveling
3101              From: Jarkko Hietaniemi <jhi@iki.fi>
3102              Date: Wed, 02 Aug 2006 00:04:42 +0300
3103              Message-ID: <44CFC1EA.2050702@iki.fi>
3104      Branch: perl
3105            ! Configure
3106 ____________________________________________________________________________
3107 [ 28649] By: rgs                                   on 2006/08/02  09:49:10
3108         Log: Subject: [PATCH blead] Re: [perl #39733] $AUTOLOAD is never tainted
3109              From: Rick Delaney <rick@bort.ca>
3110              Date: Sun, 9 Jul 2006 15:01:50 -0400
3111              Message-ID: <20060709190150.GA1922@localhost.localdomain>
3112              
3113              Plus a note in perldelta
3114      Branch: perl
3115            ! gv.c pod/perl594delta.pod t/op/taint.t
3116 ____________________________________________________________________________
3117 [ 28645] By: stevep                                on 2006/08/02  03:11:51
3118         Log: Subject: [PATCH] g++ heavy shoveling
3119              From: Jarkko Hietaniemi <jhi@iki.fi>
3120              Date: Wed, 02 Aug 2006 00:04:42 +0300
3121              Message-ID: <44CFC1EA.2050702@iki.fi>
3122      Branch: perl
3123            ! cflags.SH hints/linux.sh perl.h
3124 ____________________________________________________________________________
3125 [ 28644] By: rgs                                   on 2006/08/01  16:47:01
3126         Log: Subject: Re: New perltrap?
3127              From: Rick Delaney <rick@bort.ca>
3128              Date: Tue, 1 Aug 2006 08:43:36 -0400
3129              Message-ID: <20060801124336.GM21381@localhost.localdomain>
3130      Branch: perl
3131            ! pod/perlsec.pod
3132 ____________________________________________________________________________
3133 [ 28643] By: steveh                                on 2006/08/01  16:17:47
3134         Log: Silence a couple of Borland compiler warnings
3135      Branch: perl
3136            ! cop.h regexec.c win32/win32.h
3137 ____________________________________________________________________________
3138 [ 28642] By: rgs                                   on 2006/08/01  16:11:24
3139         Log: Subject: [PATCH] threads 1.38
3140              From: "Jerry D. Hedden" <jerry@hedden.us>
3141              Date: Tue, 01 Aug 2006 08:58:52 -0700
3142              Message-ID: <20060801085852.fb30e530d17747c2b054d625b8945d88.ad7fb0a136.wbe@email.secureserver.net>
3143      Branch: perl
3144            ! ext/threads/Changes ext/threads/README ext/threads/t/free.t
3145            ! ext/threads/t/free2.t ext/threads/t/thread.t
3146            ! ext/threads/threads.pm ext/threads/threads.xs
3147 ____________________________________________________________________________
3148 [ 28641] By: rgs                                   on 2006/08/01  15:11:15
3149         Log: Bump version of Module::CoreList
3150      Branch: perl
3151            ! lib/Module/CoreList.pm
3152 ____________________________________________________________________________
3153 [ 28640] By: rgs                                   on 2006/08/01  14:59:36
3154         Log: Patch by Marius Feraru <altblue@n0i.net> to handle dotted perl versions
3155              in the corelist utility, and to add an easy way to determine what was
3156              some module's version bundled with a specified Perl release.
3157      Branch: perl
3158            ! lib/Module/CoreList/bin/corelist
3159 ____________________________________________________________________________
3160 [ 28639] By: merijn                                on 2006/08/01  12:13:53
3161         Log: Subject: [PATCH] g++ dNOOP (luckily one can mix code and decls in C++)
3162              Somewhat modifies as per Steve Hay's comment
3163              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
3164              Date: Tue, 1 Aug 2006 08:46:15 +0300 (EEST)
3165              Message-Id: <200608010546.k715kEdP017064@kosh.hut.fi>
3166      Branch: perl
3167            ! perl.h
3168 ____________________________________________________________________________
3169 [ 28638] By: steveh                                on 2006/08/01  11:20:47
3170         Log: Silence the VC7 compiler warning in the following smoke:
3171              http://www.nntp.perl.org/group/perl.daily-build.reports/39824
3172      Branch: perl
3173            ! ext/ByteLoader/byterun.c
3174 ____________________________________________________________________________
3175 [ 28637] By: merijn                                on 2006/08/01  08:44:58
3176         Log: ANSI-C headers in test snippets to please g++ (and the rest)
3177              Subject: [PATCH]  (back) towards g++ compilation (in Tru64, and elsewhere)
3178              From: Jarkko Hietaniemi <jhi@iki.fi>
3179              Date: Mon, 31 Jul 2006 23:44:55 +0300
3180              Message-ID: <44CE6BC7.8060805@iki.fi>
3181      Branch: perl
3182            ! Configure
3183 ____________________________________________________________________________
3184 [ 28635] By: steveh                                on 2006/08/01  08:10:07
3185         Log: Subject: [PATCH] op/stat.t: SKIP count fix in case of no dirfd()
3186              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
3187              Date: Tue, 1 Aug 2006 08:04:26 +0300 (EEST)
3188              Message-Id: <200608010504.k7154QT3178692@kosh.hut.fi>
3189      Branch: perl
3190            ! t/op/stat.t
3191 ____________________________________________________________________________
3192 [ 28634] By: stevep                                on 2006/08/01  00:17:19
3193         Log: Subject: [PATCH] solution(?) to the "warning: comparison is always false dueto limited range of data type" with New*()
3194              From: Jarkko Hietaniemi <jhi@iki.fi>
3195              Date: Fri, 28 Jul 2006 09:00:28 +0300
3196              Message-ID: <44C9A7FC.1060801@iki.fi>
3197      Branch: perl
3198            ! handy.h
3199 ____________________________________________________________________________
3200 [ 28633] By: stevep                                on 2006/08/01  00:10:06
3201         Log: Subject: [PATCH] (back) towards g++ compilation (in Tru64, and elsewhere)
3202              From: Jarkko Hietaniemi <jhi@iki.fi>
3203              Date: Mon, 31 Jul 2006 23:44:55 +0300
3204              Message-ID: <44CE6BC7.8060805@iki.fi>
3205              
3206              Just the hints/dec_osf.sh changes from this set of patches.
3207      Branch: perl
3208            ! hints/dec_osf.sh
3209 ____________________________________________________________________________
3210 [ 28632] By: stevep                                on 2006/07/30  17:03:10
3211         Log: Tests to go with change #28628.
3212      Branch: perl
3213            ! t/op/stat.t
3214 ____________________________________________________________________________
3215 [ 28631] By: stevep                                on 2006/07/30  16:20:58
3216         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.87_55.tar.gz
3217              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
3218              Date: Sat, 29 Jul 2006 22:06:31 +0200
3219              Message-ID: <877j1w2n20.fsf@k75.linux.bogus>
3220      Branch: perl
3221            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
3222            ! lib/CPAN/SIGNATURE lib/CPAN/Tarzip.pm
3223 ____________________________________________________________________________
3224 [ 28630] By: steveh                                on 2006/07/28  16:37:48
3225         Log: Remove a (UINT) cast to silence a VC6 compiler warning
3226              (this was added by #27352, but Digest-SHA-5.37 changed the
3227              loop variable to be signed so the cast now needs to go).
3228              Also bump the VERSION since #27482 has not yet been applied
3229              to the CPAN version.
3230      Branch: perl
3231            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/src/sha.c
3232 ____________________________________________________________________________
3233 [ 28629] By: merijn                                on 2006/07/28  08:04:01
3234         Log: Subject: [PATCH] z/OS: an easy test nit
3235              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
3236              Date: Thu, 27 Jul 2006 20:00:02 +0300 (EEST)
3237              Message-Id: <200607271700.k6RH02V1355005@kosh.hut.fi>
3238      Branch: perl
3239            ! ext/PerlIO/t/encoding.t
3240 ____________________________________________________________________________
3241 [ 28628] By: stevep                                on 2006/07/28  00:42:04
3242         Log: Change stat() and -X filetests so that they treat *FILE{IO} 
3243              filehandles like *FILE filehandles.  This resolves RT #8244.
3244      Branch: perl
3245            ! doio.c pp_sys.c
3246 ____________________________________________________________________________
3247 [ 28627] By: stevep                                on 2006/07/27  21:17:10
3248         Log: Upgrade to Digest-SHA-5.42
3249      Branch: perl
3250            ! ext/Digest/SHA/Changes ext/Digest/SHA/README
3251            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/bin/shasum
3252            ! ext/Digest/SHA/src/hmac.c ext/Digest/SHA/src/hmac.h
3253            ! ext/Digest/SHA/src/sha.c ext/Digest/SHA/src/sha.h
3254            ! ext/Digest/SHA/t/1-exist.t ext/Digest/SHA/t/2-nist-sha-oo.t
3255            ! ext/Digest/SHA/t/2-nist-vectors-bit.t
3256            ! ext/Digest/SHA/t/2-nist-vectors-byte.t
3257            ! ext/Digest/SHA/t/3-gillogly-hard.t
3258            ! ext/Digest/SHA/t/6-dump-load.t ext/Digest/SHA/t/7-ireland.t
3259 ____________________________________________________________________________
3260 [ 28626] By: steveh                                on 2006/07/27  16:25:41
3261         Log: Clear up most of the VC6 compiler warnings in the following smoke:
3262              http://www.nntp.perl.org/group/perl.daily-build.reports/39733
3263      Branch: perl
3264            ! doio.c ext/B/B.xs ext/XS/APItest/APItest.xs hv.c op.c pp.c
3265            ! pp_pack.c utf8.c
3266 ____________________________________________________________________________
3267 [ 28625] By: merijn                                on 2006/07/27  15:33:07
3268         Log: #7217: config.h comments for HAS_POLL incorrect
3269              http://rt.perl.org/rt3/Ticket/Display.html?id=7217
3270              Date: Mon, 2 Jul 2001 14:58:27 -0700
3271              From: David Dyck <dcd@tc.fluke.com>
3272              Subject: config.h comments for HAS_POLL incorrect
3273      Branch: perl
3274            ! config_h.SH
3275 ____________________________________________________________________________
3276 [ 28623] By: craigb                                on 2006/07/27  13:54:55
3277         Log: Subject: Re: Silence/fix more warnings from the regex engine
3278              From: demerphq <demerphq@gmail.com>
3279              Date: Tue, 18 Jul 2006 21:57:15 +0200
3280              Message-ID: <9b18b3110607181257l28cc424aj1de28ebfc4c196d7@mail.gmail.com>
3281              
3282              REGCP_SET should only set a value, not check the previous value of its arg
3283      Branch: perl
3284            ! regexec.c
3285 ____________________________________________________________________________
3286 [ 28622] By: stevep                                on 2006/07/27  11:00:18
3287         Log: Subject: [perl #39835] Patch for perlipc.pod to update TCP server example wrt safe signals and accept()
3288              From: Andy Wardley (via RT) <perlbug-followup@perl.org>
3289              Date: Fri, 14 Jul 2006 10:11:44 -0700      
3290              Message-ID: <rt-3.6.HEAD-20371-1152897103-1865.39835-75-0@perl.org>
3291      Branch: perl
3292            ! pod/perlipc.pod
3293 ____________________________________________________________________________
3294 [ 28621] By: rgs                                   on 2006/07/26  20:36:19
3295         Log: Some notes in perl594delta.
3296      Branch: perl
3297            ! pod/perl594delta.pod
3298 ____________________________________________________________________________
3299 [ 28620] By: rgs                                   on 2006/07/26  20:32:08
3300         Log: Subject: interpolation of @- (and @+) in patterns ([perl #27940] comes back)
3301              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
3302              Date: Tue, 25 Jul 2006 00:15:50 +0900
3303              Message-Id: <20060725001517.3C5D.BQW10602@nifty.com>
3304      Branch: perl
3305            ! pod/perlop.pod t/op/pat.t t/op/subst.t t/op/tr.t toke.c
3306 ____________________________________________________________________________
3307 [ 28619] By: stevep                                on 2006/07/26  13:54:28
3308         Log: Added tests from CGI.pm that had not been integrated into core.
3309      Branch: perl
3310            + lib/CGI/t/start_end_asterisk.t lib/CGI/t/start_end_end.t
3311            + lib/CGI/t/start_end_start.t
3312            ! MANIFEST
3313 ____________________________________________________________________________
3314 [ 28618] By: rgs                                   on 2006/07/26  06:41:56
3315         Log: Add a few links to standard modules in perlfunc, by Gabor Szabo.
3316      Branch: perl
3317            ! pod/perlfunc.pod
3318 ____________________________________________________________________________
3319 [ 28617] By: stevep                                on 2006/07/26  01:59:06
3320         Log: Subject: [PATCH] Re: [ID 20000816.012] *foo = *_ is broken
3321              From: Mike Guy <mjtg@cam.ac.uk>
3322              Date: Thu, 17 Aug 2000 16:26:56 +0100
3323              Message-Id: <E13PRZI-0007Ge-00@libra.cus.cam.ac.uk>
3324              
3325              Only part regarding @ARG missing from the documentation was applied.
3326      Branch: perl
3327            ! pod/perlvar.pod
3328 ____________________________________________________________________________
3329 [ 28616] By: mhx                                   on 2006/07/25  18:54:08
3330         Log: Upgrade to Devel::PPPort 3.09_02
3331      Branch: perl
3332            + ext/Devel/PPPort/parts/inc/strlfuncs
3333            + ext/Devel/PPPort/t/strlfuncs.t
3334            ! MANIFEST ext/Devel/PPPort/Changes
3335            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/TODO
3336            ! ext/Devel/PPPort/parts/apicheck.pl
3337            ! ext/Devel/PPPort/parts/base/5009004
3338            ! ext/Devel/PPPort/parts/embed.fnc
3339            ! ext/Devel/PPPort/parts/todo/5009004 ext/Devel/PPPort/soak
3340 ____________________________________________________________________________
3341 [ 28615] By: mhx                                   on 2006/07/25  18:42:26
3342         Log: Very recent development versions of gcc (4.2.0 20060715) seem
3343              to have switched from '<command line>' to '<command-line>'.
3344      Branch: perl
3345            ! makedepend.SH
3346 ____________________________________________________________________________
3347 [ 28614] By: stevep                                on 2006/07/24  17:30:38
3348         Log: Replace some sprintf()'s in Data::Dumper with my_snprintf()'s
3349      Branch: perl
3350            ! ext/Data/Dumper/Dumper.xs mkppport.lst
3351 ____________________________________________________________________________
3352 [ 28613] By: rgs                                   on 2006/07/23  20:32:33
3353         Log: Revert change 28603: this was a wrong fix, that didn't prevent
3354              a later crash. Reindent a bit of the same function.
3355      Branch: perl
3356            ! pp_hot.c
3357 ____________________________________________________________________________
3358 [ 28612] By: rgs                                   on 2006/07/23  19:59:55
3359         Log: Subject: [PATCH document] perlop: parsing quoted constructs 
3360              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
3361              Date: Sun, 16 Jul 2006 20:06:33 +0900
3362              Message-Id: <20060716200218.2CE6.BQW10602@nifty.com>
3363      Branch: perl
3364            ! pod/perlop.pod
3365 ____________________________________________________________________________
3366 [ 28611] By: stevep                                on 2006/07/23  13:46:05
3367         Log: The rest of the changes for Sys-Syslog-0.17 which my new patch no
3368              longer automatically "p4 edits" for me.
3369      Branch: perl
3370            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/Makefile.PL
3371            ! ext/Sys/Syslog/README ext/Sys/Syslog/t/syslog.t
3372 ____________________________________________________________________________
3373 [ 28610] By: stevep                                on 2006/07/23  13:42:55
3374         Log: Upgrade to Sys-Syslog-0.17
3375      Branch: perl
3376            ! ext/Sys/Syslog/Syslog.pm
3377 ____________________________________________________________________________
3378 [ 28609] By: stevep                                on 2006/07/23  13:20:07
3379         Log: Subject: [PATCH] Tru64: if cc given both -O and -g, -g must be -g3
3380              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
3381              Date: Sun, 23 Jul 2006 10:18:11 +0300 (EEST)
3382              Message-Id: <200607230718.k6N7IB4u009170@kosh.hut.fi>
3383      Branch: perl
3384            ! hints/dec_osf.sh
3385 ____________________________________________________________________________
3386 [ 28608] By: rgs                                   on 2006/07/23  13:17:48
3387         Log: Revert part of last change, that was causing utf8 test failures
3388      Branch: perl
3389            ! toke.c
3390 ____________________________________________________________________________
3391 [ 28607] By: rgs                                   on 2006/07/23  13:04:10
3392         Log: Subject: [PATCH] z/OS: pp_sys.c, reg*.c, toke.c, utf8.c
3393              From: Jarkko Hietaniemi <jhi@iki.fi>
3394              Date: Sat, 22 Jul 2006 18:51:48 +0300
3395              Message-ID: <44C24994.6020008@iki.fi>
3396      Branch: perl
3397            ! pp_sys.c regcomp.c regexec.c toke.c utf8.c
3398 ____________________________________________________________________________
3399 [ 28606] By: rgs                                   on 2006/07/23  12:51:02
3400         Log: Add another volatile modifier to protect against longjmp clobbering
3401      Branch: perl
3402            ! op.c
3403 ____________________________________________________________________________
3404 [ 28605] By: mhx                                   on 2006/07/21  17:56:39
3405         Log: Upgrade to Devel::PPPort 3.09_01
3406      Branch: perl
3407            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
3408            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/PPPort_xs.PL
3409            ! ext/Devel/PPPort/mktests.PL ext/Devel/PPPort/parts/ppptools.pl
3410            ! ext/Devel/PPPort/soak
3411 ____________________________________________________________________________
3412 [ 28604] By: rgs                                   on 2006/07/21  15:27:20
3413         Log: More tweaks to threads 1.37, by Jerry D. Hedden
3414      Branch: perl
3415            ! ext/threads/Changes ext/threads/t/exit.t
3416            ! ext/threads/t/thread.t ext/threads/threads.pm
3417            ! ext/threads/threads.xs
3418 ____________________________________________________________________________
3419 [ 28603] By: rgs                                   on 2006/07/20  22:03:59
3420         Log: In pp_entersub, accept to handle a CV with a NULL padlist.
3421              This fixes a crash with mod_perl 1.29.
3422      Branch: perl
3423            ! pp_hot.c
3424 ____________________________________________________________________________
3425 [ 28602] By: rgs                                   on 2006/07/20  21:36:25
3426         Log: Upgrade to threads 1.37, by Jerry D. Hedden
3427      Branch: perl
3428            ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t
3429            ! ext/threads/t/thread.t ext/threads/threads.pm
3430            ! ext/threads/threads.xs
3431 ____________________________________________________________________________
3432 [ 28601] By: rgs                                   on 2006/07/19  21:34:05
3433         Log: Band-aid for segfault in ext/threads/t/blocks.t on SMP machines
3434      Branch: perl
3435            ! pp_hot.c
3436 ____________________________________________________________________________
3437 [ 28600] By: stevep                                on 2006/07/19  14:59:24
3438         Log: Subject: [perl #39876] Time::gmtime 1.02 examples patch
3439              From: Alexandr Ciornii (via RT) <perlbug-followup@perl.org>
3440              Date: Wed, 19 Jul 2006 05:46:36 -0700
3441              Message-ID: <rt-3.6.HEAD-25412-1153313196-897.39876-75-0@perl.org>
3442              
3443              Pod fixes for Time::gmtime.pm
3444      Branch: perl
3445            ! lib/Time/gmtime.pm
3446 ____________________________________________________________________________
3447 [ 28599] By: rgs                                   on 2006/07/18  21:43:52
3448         Log: Subject: [PATCH] make magic vtables const if PERL_GLOBAL_STRUCT_PRIVATE
3449              From: Jarkko Hietaniemi <jhi@iki.fi>
3450              Date: Mon, 17 Jul 2006 09:09:24 +0300
3451              Message-ID: <44BB2994.5090609@iki.fi>
3452      Branch: perl
3453            ! perl.h pod/perlguts.pod pod/perlhack.pod
3454 ____________________________________________________________________________
3455 [ 28598] By: rgs                                   on 2006/07/18  21:02:39
3456         Log: Subject: [PATCH] [Fwd: Smoke [5.9.4] 28575 FAIL(XF) OSF1 V5.1 (EV6/4 cpu)]
3457              From: "Jerry D. Hedden" <jerry@hedden.us>
3458              Date: Mon, 17 Jul 2006 05:00:01 -0700
3459              Message-ID: <20060717050001.fb30e530d17747c2b054d625b8945d88.b729fe881f.wbe@email.secureserver.net>
3460      Branch: perl
3461            ! ext/threads/t/basic.t ext/threads/t/free.t
3462 ____________________________________________________________________________
3463 [ 28597] By: steveh                                on 2006/07/18  12:11:36
3464         Log: Fix Borland problem with quoted pre-processor macros in response files
3465              
3466              This should clear up the errors from Module/Build/t/ppm.t and
3467              Module/Build/t/xs.t in the Borland smokes.
3468              
3469              Subject: Re: Smoke [5.9.4] 27656 FAIL(F) MSWin32 WinXP/.Net SP2 (x86/2 cpu)
3470              From: "Randy W. Sims" <ml-perl@thepierianspring.org>
3471              Date: Thu, 06 Apr 2006 22:33:04 -0400
3472              Message-ID: <4435CF60.1000707@thepierianspring.org>
3473              
3474              See the thread here for details:
3475              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-04/msg00027.html
3476      Branch: perl
3477            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
3478 ____________________________________________________________________________
3479 [ 28596] By: stevep                                on 2006/07/18  03:10:51
3480         Log: Additional reason for ssh passphrase failures.
3481      Branch: perl
3482            ! Porting/repository.pod
3483 ____________________________________________________________________________
3484 [ 28595] By: rgs                                   on 2006/07/17  21:11:52
3485         Log: Remove the C89 checking with gcc
3486              (but leave a note in perlhack)
3487      Branch: perl
3488            ! cflags.SH pod/perlhack.pod
3489 ____________________________________________________________________________
3490 [ 28594] By: steveh                                on 2006/07/17  14:32:19
3491         Log: Subject: Silence system warning during tests (only on win32 for now)
3492              From: demerphq <demerphq@gmail.com>
3493              Date: Sat, 15 Jul 2006 18:21:15 +0200
3494              Message-ID: <9b18b3110607150921p33be8e87wd51b2fd317a81587@mail.gmail.com>
3495      Branch: perl
3496            ! t/comp/opsubs.t
3497 ____________________________________________________________________________
3498 [ 28593] By: steveh                                on 2006/07/17  14:23:59
3499         Log: Avoid an error that VC++'s resource compiler seems to have
3500              with a reference to "perly.y" in "perly.h"
3501              
3502              See the thread here for details:
3503              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-07/msg00460.html
3504      Branch: perl
3505            ! perly.h regen_perly.pl
3506 ____________________________________________________________________________
3507 [ 28592] By: merijn                                on 2006/07/17  06:51:54
3508         Log: Cygwin doesn't cope (yet) with gcc flags -std=c89
3509      Branch: perl
3510            ! cflags.SH
3511 ____________________________________________________________________________
3512 [ 28591] By: rgs                                   on 2006/07/16  21:42:59
3513         Log: Check for taintedness of PERL5SHELL on Windows
3514              (bug #39832)
3515      Branch: perl
3516            ! taint.c
3517 ____________________________________________________________________________
3518 [ 28590] By: stevep                                on 2006/07/16  19:18:27
3519         Log: Subject: [PATCH] MIME::Base64 quoted-print.t: z/OS (EBCDIC)
3520              From: Jarkko Hietaniemi <jhi@iki.fi>
3521              Date: Sun, 16 Jul 2006 13:11:15 +0300
3522              Message-ID: <44BA10C3.8040007@iki.fi>
3523      Branch: perl
3524            ! ext/MIME/Base64/t/quoted-print.t
3525 ____________________________________________________________________________
3526 [ 28589] By: stevep                                on 2006/07/16  19:12:28
3527         Log: Subject: Re: Fix loads of warnings from the last escaping patch...
3528              From: demerphq <demerphq@gmail.com>
3529              Date: Sun, 16 Jul 2006 19:59:02 +0200
3530              Message-ID: <9b18b3110607161059j276ac869p450aa178150044ae@mail.gmail.com>
3531      Branch: perl
3532            ! dump.c embed.fnc ext/re/re.pm pod/perlapi.pod proto.h
3533            ! regcomp.c regcomp.h
3534 ____________________________________________________________________________
3535 [ 28588] By: stevep                                on 2006/07/16  19:06:01
3536         Log: Subject: [PATCH] perlhack: advertise Configure -Dgccansipedantic
3537              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
3538              Date: Sun, 16 Jul 2006 20:27:20 +0300 (EEST)
3539              Message-Id: <200607161727.k6GHRKFk069579@kosh.hut.fi>
3540      Branch: perl
3541            ! pod/perlhack.pod
3542 ____________________________________________________________________________
3543 [ 28587] By: stevep                                on 2006/07/16  15:40:29
3544         Log: Upgrade to Module-Build-0.2803
3545      Branch: perl
3546            ! lib/Module/Build.pm lib/Module/Build/Base.pm
3547            ! lib/Module/Build/Changes
3548 ____________________________________________________________________________
3549 [ 28586] By: stevep                                on 2006/07/16  14:54:58
3550         Log: Upgrade to Test-Simple-0.64
3551      Branch: perl
3552            ! lib/Test/Builder/Tester.pm lib/Test/More.pm lib/Test/Simple.pm
3553            ! lib/Test/Simple/Changes lib/Test/Simple/t/skip.t
3554            ! lib/Test/Simple/t/tbt_01basic.t
3555            ! lib/Test/Simple/t/tbt_05faildiag.t
3556            ! lib/Test/Simple/t/tbt_06errormess.t
3557            ! lib/Test/Simple/t/tbt_07args.t
3558 ____________________________________________________________________________
3559 [ 28585] By: stevep                                on 2006/07/16  13:46:35
3560         Log: various safety/portability tweaks
3561              From: Jarkko Hietaniemi <jhi@iki.fi>
3562              Date: Sat, 15 Jul 2006 22:15:29 +0300
3563              Message-ID: <44B93ED1.7080000@iki.fi>
3564              
3565              Fix for change #28578.
3566      Branch: perl
3567            ! util.c
3568 ____________________________________________________________________________
3569 [ 28584] By: davem                                 on 2006/07/16  00:20:25
3570         Log: run regen_headerds
3571      Branch: perl
3572            ! embed.h global.sym proto.h
3573 ____________________________________________________________________________
3574 [ 28583] By: davem                                 on 2006/07/15  22:14:46
3575         Log: Subject:  [PATCH] comment update for scan_const
3576              From:  SADAHIRO Tomoyuki <bqw10602@nifty.com>
3577              Date:  Sat, 15 Jul 2006 20:16:01 +0900
3578              Message-Id:  <20060715201552.9FA5.BQW10602@nifty.com>
3579      Branch: perl
3580            ! toke.c
3581 ____________________________________________________________________________
3582 [ 28582] By: davem                                 on 2006/07/15  21:59:43
3583         Log: Subject:  Updated escaping code. utf8 regex debug output improvements
3584              From:  demerphq <demerphq@gmail.com>
3585              Date:  Sat, 15 Jul 2006 18:56:03 +0200
3586              Message-Id:  <9b18b3110607150956o6273a16clb1518911d1945d4@mail.gmail.com>
3587      Branch: perl
3588            ! dump.c embed.fnc ext/re/re.pm perl.h regcomp.c regcomp.h
3589            ! regexec.c
3590 ____________________________________________________________________________
3591 [ 28581] By: stevep                                on 2006/07/15  18:57:39
3592         Log: Adding Module::Build::Version missed in upgrade.
3593      Branch: perl
3594            + lib/Module/Build/Version.pm
3595            ! MANIFEST
3596 ____________________________________________________________________________
3597 [ 28580] By: stevep                                on 2006/07/15  15:22:35
3598         Log: Upgrade to ANSIColor-1.11
3599      Branch: perl
3600            + lib/Term/ANSIColor/t/basic.t lib/Term/ANSIColor/t/pod.t
3601            - lib/Term/ANSIColor/test.pl
3602            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
3603            ! lib/Term/ANSIColor/README
3604 ____________________________________________________________________________
3605 [ 28579] By: stevep                                on 2006/07/15  14:46:53
3606         Log: Upgrade to Module-Build-0.2802
3607      Branch: perl
3608            ! lib/Module/Build.pm lib/Module/Build/Base.pm
3609            ! lib/Module/Build/Changes lib/Module/Build/ModuleInfo.pm
3610            ! lib/Module/Build/t/moduleinfo.t
3611            ! lib/Module/Build/t/runthrough.t
3612 ____________________________________________________________________________
3613 [ 28578] By: merijn                                on 2006/07/15  11:53:36
3614         Log: Subject: [PATCH] various safety/portability tweaks
3615              From: Jarkko Hietaniemi <jhi@iki.fi>
3616              Date: Sat, 15 Jul 2006 13:14:32 +0300
3617              Message-ID: <44B8C008.4030300@iki.fi>
3618      Branch: perl
3619            ! pod/perlhack.pod pod/perltodo.pod pp_sys.c sv.c util.c
3620 ____________________________________________________________________________
3621 [ 28577] By: merijn                                on 2006/07/15  11:45:15
3622         Log: Subject: [PATCH] cflags.SH: add missing C files
3623              From: Jarkko Hietaniemi <jhi@iki.fi>
3624              Date: Sat, 15 Jul 2006 12:30:25 +0300
3625              Message-ID: <44B8B5B1.2050902@iki.fi>
3626      Branch: perl
3627            ! cflags.SH
3628 ____________________________________________________________________________
3629 [ 28576] By: merijn                                on 2006/07/15  11:41:59
3630         Log: Subject: [PATCH] Re: [PATCH] cflags.SH: add -std=c89
3631              From: Jarkko Hietaniemi <jhi@iki.fi>
3632              Date: Sat, 15 Jul 2006 12:19:45 +0300
3633              Message-ID: <44B8B331.8090009@iki.fi>
3634      Branch: perl
3635            ! cflags.SH
3636 ____________________________________________________________________________
3637 [ 28575] By: craigb                                on 2006/07/14  18:18:18
3638         Log: overload.t has same locale problem with VMS that it has with dec_osf
3639      Branch: perl
3640            ! t/uni/overload.t
3641 ____________________________________________________________________________
3642 [ 28574] By: craigb                                on 2006/07/14  18:09:40
3643         Log: Make sysconf tests handle unimplemented success indications
3644              for the benefit of Mac OS X and VMS.
3645      Branch: perl
3646            ! ext/POSIX/t/sysconf.t
3647 ____________________________________________________________________________
3648 [ 28573] By: steveh                                on 2006/07/14  14:42:57
3649         Log: Silence a compiler warning on Win32/VC++
3650              
3651              Subject: Re: Smoke [5.9.4] 28569 FAIL(F) MSWin32 WinXP/.Net SP2 (x86/2 cpu)
3652              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
3653              Date: Fri, 14 Jul 2006 16:33:01 +0200
3654              Message-Id: <8CC2FF7E-42EE-4B28-A9D2-4FCD8C745004@mailbox.tu-berlin.de>
3655      Branch: perl
3656            ! ext/Hash/Util/FieldHash/FieldHash.xs
3657 ____________________________________________________________________________
3658 [ 28572] By: stevep                                on 2006/07/14  14:38:28
3659         Log: Skip tests for pathconf() and fpathconf() on HP-UX for 
3660              _PC_CHOWN_RESTRICTED.  The HP-UX manpage suggests not trying
3661              to do it, and that the errno will not be set on failure.
3662      Branch: perl
3663            ! ext/POSIX/t/sysconf.t
3664 ____________________________________________________________________________
3665 [ 28571] By: davem                                 on 2006/07/14  11:50:37
3666         Log: remove regex postive super-linear cache code
3667              (it wasn't actually achieving anything)
3668      Branch: perl
3669            ! regexec.c t/op/re_tests
3670 ____________________________________________________________________________
3671 [ 28570] By: merijn                                on 2006/07/14  07:03:08
3672         Log: Subject: [PATCH] -DPERL_GLOBAL_STRUCT_PRIVATE tweaks (done_sanity_check global? yech!)
3673              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
3674              Date: Fri, 14 Jul 2006 09:34:09 +0300 (EEST)
3675              Message-Id: <200607140634.k6E6Y9Ia471707@kosh.hut.fi>
3676      Branch: perl
3677            ! hv.c sv.c
3678 ____________________________________________________________________________
3679 [ 28569] By: stevep                                on 2006/07/13  20:31:59
3680         Log: Version bumps for z/OS fixes.
3681      Branch: perl
3682            ! ext/Encode/Encode.pm ext/MIME/Base64/Base64.pm
3683            ! ext/threads/shared/shared.pm
3684 ____________________________________________________________________________
3685 [ 28568] By: stevep                                on 2006/07/13  20:18:59
3686         Log: Subject: [PATCH] z/OS: CPAN-ized ext/ and lib/
3687              From: Jarkko Hietaniemi <jhi@iki.fi>
3688              Date: Thu, 13 Jul 2006 23:10:27 +0300
3689              Message-ID: <44B6A8B3.5070605@iki.fi>
3690      Branch: perl
3691            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
3692            ! ext/Encode/Encode.xs ext/Encode/t/utf8strict.t
3693            ! ext/MIME/Base64/Base64.xs ext/Storable/t/downgrade.t
3694            ! ext/Storable/t/overload.t ext/threads/shared/shared.xs
3695            ! lib/CGI/t/util-58.t lib/Digest/t/base.t lib/Digest/t/file.t
3696            ! lib/Pod/t/pod2html-lib.pl lib/Tie/File/t/09_gen_rs.t
3697 ____________________________________________________________________________
3698 [ 28567] By: merijn                                on 2006/07/13  17:12:00
3699         Log: Subject: [PATCH] z/OS: non-CPAN ext and lib + main() without the third arg + Stephen McCamant's comment
3700              From: Jarkko Hietaniemi <jhi@iki.fi>
3701              Date: Thu, 13 Jul 2006 19:47:29 +0300
3702              Message-ID: <44B67921.6090901@iki.fi>
3703      Branch: perl
3704            ! ext/B/B/Deparse.pm lib/AutoLoader.t lib/DBM_Filter/t/encode.t
3705            ! lib/DBM_Filter/t/utf8.t lib/ExtUtils/Constant/Utils.pm
3706            ! lib/ExtUtils/Embed.pm lib/ExtUtils/t/Embed.t
3707            ! lib/PerlIO/via/t/QuotedPrint.t lib/bytes.t lib/dumpvar.pl
3708            ! lib/utf8.t miniperlmain.c perl.h
3709 ____________________________________________________________________________
3710 [ 28566] By: stevep                                on 2006/07/13  15:46:11
3711         Log: Keep Intel C++ from claiming that it is gcc.
3712      Branch: perl
3713            ! hints/linux.sh
3714 ____________________________________________________________________________
3715 [ 28565] By: stevep                                on 2006/07/13  14:04:18
3716         Log: Clear up a few more warnings from blead.
3717      Branch: perl
3718            ! op.c perl.c reentr.c reentr.pl regexec.c
3719 ____________________________________________________________________________
3720 [ 28564] By: rgs                                   on 2006/07/13  08:46:30
3721         Log: Not everybody has env
3722      Branch: perl
3723            ! pod/perlintro.pod
3724 ____________________________________________________________________________
3725 [ 28563] By: rgs                                   on 2006/07/13  08:40:12
3726         Log: Subject: Re: Misunderstanding escapes in heredocs?
3727              From: demerphq <demerphq@gmail.com>
3728              Date: Sun, 9 Jul 2006 16:42:45 +0200
3729              Message-ID: <9b18b3110607090742gc55b4ffl402d5fadc5bd231e@mail.gmail.com>
3730              
3731              with formatting nits
3732      Branch: perl
3733            ! pod/perlop.pod
3734 ____________________________________________________________________________
3735 [ 28562] By: rgs                                   on 2006/07/13  08:17:04
3736         Log: Additions to perlhack based on a patch by Gabor Szabo
3737      Branch: perl
3738            ! pod/perlhack.pod
3739 ____________________________________________________________________________
3740 [ 28561] By: rgs                                   on 2006/07/13  08:04:44
3741         Log: Nits to the perlintro safety net (by Gabor Szabo and Merijn)
3742      Branch: perl
3743            ! pod/perlintro.pod
3744 ____________________________________________________________________________
3745 [ 28560] By: merijn                                on 2006/07/13  06:50:55
3746         Log: Relink to use temp file forced on current dir in mpeix
3747              Subject: [PATCH] mpeix/relink: tweak from Donna Garverick
3748              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
3749              Date: Thu, 13 Jul 2006 08:25:59 +0300 (EEST)
3750              Message-Id: <200607130525.k6D5PxFp251263@kosh.hut.fi>
3751      Branch: perl
3752            ! mpeix/relink
3753 ____________________________________________________________________________
3754 [ 28559] By: rgs                                   on 2006/07/12  13:19:04
3755         Log: Cleanup and conversion to t/test.pl
3756      Branch: perl
3757            ! ext/Devel/Peek/t/Peek.t
3758 ____________________________________________________________________________
3759 [ 28558] By: rgs                                   on 2006/07/12  12:29:58
3760         Log: I prefer array indexes that start from 0 in beginner docs
3761      Branch: perl
3762            ! pod/perlintro.pod
3763 ____________________________________________________________________________
3764 [ 28557] By: rgs                                   on 2006/07/12  12:28:34
3765         Log: Integration of strlcat is to-done (noticed by Yves)
3766      Branch: perl
3767            ! pod/perltodo.pod
3768 ____________________________________________________________________________
3769 [ 28556] By: steveh                                on 2006/07/12  10:28:39
3770         Log: Fix change #28552: VC++ doesn't like code before declarations
3771      Branch: perl
3772            ! ext/Hash/Util/FieldHash/FieldHash.xs
3773 ____________________________________________________________________________
3774 [ 28555] By: rgs                                   on 2006/07/12  09:56:04
3775         Log: Additions and removals in perltodo
3776      Branch: perl
3777            ! pod/perltodo.pod
3778 ____________________________________________________________________________
3779 [ 28554] By: merijn                                on 2006/07/12  09:40:14
3780         Log: Subject: [PATCH] more strictness in perlintro
3781              From: "Gabor Szabo" <szabgab@gmail.com>
3782              Date: Wed, 12 Jul 2006 10:30:06 +0300
3783              Message-ID: <d8a74af10607120030p1964b935y9493e29994a5b371@mail.gmail.com>
3784      Branch: perl
3785            ! pod/perlintro.pod
3786 ____________________________________________________________________________
3787 [ 28553] By: merijn                                on 2006/07/12  09:27:59
3788         Log: Subject: [PATCH] perlinro (use $fh filehandler + not to use built in function name in sub example)
3789              From: "Gabor Szabo" <szabgab@gmail.com>
3790              Date: Wed, 12 Jul 2006 10:51:03 +0300
3791              Message-ID: <d8a74af10607120051t10382a7fw95ce094f0f395490@mail.gmail.com>
3792      Branch: perl
3793            ! pod/perlintro.pod
3794 ____________________________________________________________________________
3795 [ 28552] By: rgs                                   on 2006/07/12  09:00:01
3796         Log: Subject: Re: [PATCH] FieldHash coverity-compliant
3797              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
3798              Date: Wed, 12 Jul 2006 00:45:44 +0200
3799              Message-Id: <7AEBF247-0AF7-46A8-9D61-D38B45FD21EA@mailbox.tu-berlin.de>
3800      Branch: perl
3801            ! ext/Hash/Util/FieldHash/FieldHash.xs
3802 ____________________________________________________________________________
3803 [ 28551] By: rgs                                   on 2006/07/12  08:49:17
3804         Log: Upgrade to PathTools 3.19
3805      Branch: perl
3806            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
3807            ! lib/File/Spec/Unix.pm lib/File/Spec/t/Spec.t
3808 ____________________________________________________________________________
3809 [ 28550] By: merijn                                on 2006/07/12  06:53:22
3810         Log: Subject: [PATCH] z/OS: t/ - mostly EBCDIC fixes
3811              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
3812              Date: Wed, 12 Jul 2006 00:01:29 +0300 (EEST)
3813              Message-Id: <200607112101.k6BL1TGr321715@kosh.hut.fi>
3814      Branch: perl
3815            ! t/comp/parser.t t/op/caller.t t/op/chop.t t/op/exec.t
3816            ! t/op/index.t t/op/pack.t t/op/pat.t t/op/sprintf.t
3817            ! t/op/utfhash.t t/run/fresh_perl.t t/uni/case.pl t/uni/class.t
3818 ____________________________________________________________________________
3819 [ 28549] By: rgs                                   on 2006/07/11  17:00:26
3820         Log: A few rough notes for the next perldelta
3821      Branch: perl
3822            ! pod/perl594delta.pod
3823 ____________________________________________________________________________
3824 [ 28548] By: rgs                                   on 2006/07/11  14:55:17
3825         Log: Revert bogus fix for bug #27940, which wasn't really a bug,
3826              and a new test item, as found and suggested by Sadahiro Tomoyuki.
3827      Branch: perl
3828            ! t/op/pat.t toke.c
3829 ____________________________________________________________________________
3830 [ 28547] By: rgs                                   on 2006/07/11  14:06:08
3831         Log: Subject: Re: Misunderstanding escapes in heredocs?
3832              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
3833              Date: Sun, 09 Jul 2006 11:57:42 +0900
3834              Message-Id: <20060709115613.78FF.BQW10602@nifty.com>
3835      Branch: perl
3836            ! pod/perlop.pod
3837 ____________________________________________________________________________
3838 [ 28546] By: stevep                                on 2006/07/11  12:31:10
3839         Log: Upgrade to Text-Tabs+Wrap-2006.0711.  Keep the local changes from
3840              change #27541.  Also, leave out the test files Jacobson.t and 
3841              Jacobson2.t which both generated several warnings.
3842      Branch: perl
3843            + lib/Text/TabsWrap/t/37000.t lib/Text/TabsWrap/t/39548.t
3844            + lib/Text/TabsWrap/t/Jochen.t lib/Text/TabsWrap/t/belg4mit.t
3845            + lib/Text/TabsWrap/t/sep.t lib/Text/TabsWrap/t/sep2.t
3846            ! MANIFEST lib/Text/Tabs.pm lib/Text/TabsWrap/CHANGELOG
3847            ! lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
3848 ____________________________________________________________________________
3849 [ 28545] By: steveh                                on 2006/07/11  11:26:17
3850         Log: Fix change #28533: my_strlcpy does not return the dest str!
3851      Branch: perl
3852            ! util.c
3853 ____________________________________________________________________________
3854 [ 28544] By: rgs                                   on 2006/07/11  09:29:23
3855         Log: Adjust test count in threads test
3856      Branch: perl
3857            ! ext/threads/t/kill.t
3858 ____________________________________________________________________________
3859 [ 28543] By: rgs                                   on 2006/07/11  09:27:25
3860         Log: Subject: [PATCH] threads 1.36 - Signalling terminated threads core dumps
3861              From: "Jerry D. Hedden" <jerry@hedden.us>
3862              Date: Mon, 10 Jul 2006 13:28:25 -0700
3863              Message-ID: <20060710132825.fb30e530d17747c2b054d625b8945d88.5bdc82d2c0.wbe@email.secureserver.net>
3864      Branch: perl
3865            ! ext/threads/Changes ext/threads/README ext/threads/t/kill.t
3866            ! ext/threads/t/thread.t ext/threads/threads.pm
3867            ! ext/threads/threads.xs
3868 ____________________________________________________________________________
3869 [ 28542] By: rgs                                   on 2006/07/11  08:06:26
3870         Log: Subject: [PATCH] FieldHash coverity-compliant
3871              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
3872              Date: Mon, 10 Jul 2006 21:30:15 +0200
3873              Message-Id: <9C6C104C-8040-489A-BB35-40D22BC48AFC@mailbox.tu-berlin.de>
3874      Branch: perl
3875            ! ext/Hash/Util/FieldHash/FieldHash.xs
3876            ! ext/Hash/Util/FieldHash/lib/Hash/Util/FieldHash.pm
3877            ! ext/Hash/Util/FieldHash/t/02_function.t
3878            ! ext/Hash/Util/FieldHash/t/04_thread.t
3879 ____________________________________________________________________________
3880 [ 28541] By: rgs                                   on 2006/07/11  07:55:21
3881         Log: Subject: [PATCH] Re: [perl #39634] gcc 3.3 has problems with __attribute__((unused))
3882              From: Andy Dougherty <doughera@lafayette.edu>
3883              Date: Mon, 10 Jul 2006 13:16:27 -0400 (EDT)
3884              Message-ID: <Pine.LNX.4.62.0607101312540.24708@fractal.phys.lafayette.edu>
3885      Branch: perl
3886            ! perl.h
3887 ____________________________________________________________________________
3888 [ 28540] By: rgs                                   on 2006/07/11  07:48:24
3889         Log: Subject: [PATCH] sysconf.t: still failing in tru64, try harder to skip
3890              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
3891              Date: Tue, 11 Jul 2006 09:23:08 +0300 (EEST)
3892              Message-Id: <200607110623.k6B6N8Ni488812@kosh.hut.fi>
3893      Branch: perl
3894            ! ext/POSIX/t/sysconf.t
3895 ____________________________________________________________________________
3896 [ 28539] By: rgs                                   on 2006/07/10  20:14:34
3897         Log: Subject: [PATCH] z/OS: hints/os390.sh and Makefile.SH
3898              From: Jarkko Hietaniemi <jhi@iki.fi>
3899              Date: Mon, 10 Jul 2006 22:55:33 +0300
3900              Message-ID: <44B2B0B5.3000008@iki.fi>
3901      Branch: perl
3902            ! Makefile.SH hints/os390.sh
3903 ____________________________________________________________________________
3904 [ 28538] By: rgs                                   on 2006/07/10  19:42:18
3905         Log: Update Changes
3906      Branch: perl
3907            ! Changes
3908 ____________________________________________________________________________
3909 [ 28537] By: stevep                                on 2006/07/10  19:28:54
3910         Log: Subject: [PATCH] perlhack: argh...
3911              From: Jarkko Hietaniemi <jhi@iki.fi>
3912              Date: Mon, 10 Jul 2006 21:07:35 +0300
3913              Message-ID: <44B29767.4040606@iki.fi>
3914      Branch: perl
3915            ! pod/perlhack.pod
3916 ____________________________________________________________________________
3917 [ 28536] By: stevep                                on 2006/07/10  19:12:07
3918         Log: Restoring change #28523 accidentilly reverted with change #28528.
3919      Branch: perl
3920            ! doio.c
3921 ____________________________________________________________________________
3922 [ 28535] By: stevep                                on 2006/07/10  18:26:25
3923         Log: Fix another empty if-statement warning
3924      Branch: perl
3925            ! sv.c
3926 ____________________________________________________________________________
3927 [ 28534] By: stevep                                on 2006/07/10  18:17:30
3928         Log: Silence empty if-statement warning.
3929      Branch: perl
3930            ! universal.c
3931 ____________________________________________________________________________
3932 [ 28533] By: stevep                                on 2006/07/10  17:23:02
3933         Log: Convert some low hanging fruit to my_strlcpy/my_strlcat.
3934      Branch: perl
3935            ! doio.c mg.c pp_sys.c toke.c util.c
3936 ____________________________________________________________________________
3937 [ 28532] By: rgs                                   on 2006/07/10  17:09:38
3938         Log: POD fixes in perlhack
3939      Branch: perl
3940            ! pod/perlhack.pod
3941 ____________________________________________________________________________
3942 [ 28531] By: rgs                                   on 2006/07/10  17:07:43
3943         Log: Typo found by Craig Berry
3944      Branch: perl
3945            ! pod/perlhack.pod
3946 ____________________________________________________________________________
3947 [ 28530] By: rgs                                   on 2006/07/10  17:05:12
3948         Log: More perlhack portability additions by Jarkko
3949      Branch: perl
3950            ! pod/perlhack.pod
3951 ____________________________________________________________________________
3952 [ 28529] By: rgs                                   on 2006/07/10  14:04:00
3953         Log: Subject: [PATCH] threads 1.35 - Borland compiler fix
3954              From: "Jerry D. Hedden" <jerry@hedden.us>
3955              Date: Mon, 10 Jul 2006 06:49:34 -0700
3956              Message-ID: <20060710064934.fb30e530d17747c2b054d625b8945d88.384e3b280c.wbe@email.secureserver.net>
3957      Branch: perl
3958            ! ext/threads/Changes ext/threads/README ext/threads/t/thread.t
3959            ! ext/threads/threads.pm ext/threads/threads.xs
3960 ____________________________________________________________________________
3961 [ 28528] By: stevep                                on 2006/07/10  13:55:39
3962         Log: Change existing uses of strlcpy()/strlcat() to use new my_strlcpy()/
3963              my_strlcat() API.  Convert ext/File/Glob/bsd_glob.c to use 
3964              my_strlcat().  Add to the strlcy()/strlcat() todo entry.
3965      Branch: perl
3966            ! doio.c ext/File/Glob/bsd_glob.c pod/perltodo.pod pp_ctl.c
3967            ! util.c
3968 ____________________________________________________________________________
3969 [ 28527] By: rgs                                   on 2006/07/10  12:46:41
3970         Log: Subject: [PATCH] perlhack: more portability musings
3971              From: Jarkko Hietaniemi <jhi@iki.fi>
3972              Date: Mon, 10 Jul 2006 15:41:10 +0300
3973              Message-ID: <44B24AE6.6030708@iki.fi>
3974      Branch: perl
3975            ! pod/perlhack.pod
3976 ____________________________________________________________________________
3977 [ 28526] By: rgs                                   on 2006/07/10  12:01:20
3978         Log: Subject: examples in the core documentation
3979              From: "Gabor Szabo" <szabgab@gmail.com>
3980              Date: Sun, 9 Jul 2006 15:44:47 +0200
3981              Message-ID: <d8a74af10607090644o5c1ee3b2p98f6aa9301898b44@mail.gmail.com>
3982      Branch: perl
3983            ! pod/perlfunc.pod
3984 ____________________________________________________________________________
3985 [ 28525] By: stevep                                on 2006/07/10  11:28:24
3986         Log: Add Russ Allbery's public domain implementations of strlcat and
3987              strlcpy as Perl_my_strlcat and Perl_my_strlcpy to the Perl core.
3988              Thanks Russ!
3989      Branch: perl
3990            ! embed.fnc embed.h global.sym perl.h proto.h util.c
3991 ____________________________________________________________________________
3992 [ 28524] By: rgs                                   on 2006/07/10  10:16:53
3993         Log: Add a macro to remove duplicated code
3994              
3995              Subject: Re: cut-and-paste findings for blead 28504
3996              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
3997              Date: Sun, 09 Jul 2006 13:47:04 +0900
3998              Message-Id: <20060709134236.E51A.BQW10602@nifty.com>
3999      Branch: perl
4000            ! pp_sort.c
4001 ____________________________________________________________________________
4002 [ 28523] By: rgs                                   on 2006/07/10  10:11:22
4003         Log: Fix a signed/unsigned warning
4004      Branch: perl
4005            ! doio.c
4006 ____________________________________________________________________________
4007 [ 28522] By: rgs                                   on 2006/07/10  09:53:33
4008         Log: Pod cleanup in Shell.pm
4009      Branch: perl
4010            ! lib/Shell.pm
4011 ____________________________________________________________________________
4012 [ 28521] By: merijn                                on 2006/07/10  07:41:25
4013         Log: Even Jarkko's patches should go in only once
4014              Subject: [PATCH] undouble Jarkko's patch
4015              From: andy@petdance.com (Andy Lester)
4016              Date: Mon, 10 Jul 2006 00:22:18 -0500
4017              Message-ID: <20060710052218.GA7477@petdance.com>
4018      Branch: perl
4019            ! pod/perlhack.pod
4020 ____________________________________________________________________________
4021 [ 28520] By: stevep                                on 2006/07/10  03:07:59
4022         Log: Subject: [PATCH] Skip tests of a POSIX constant on Mac OS X because saved IDs are borked
4023              From: Dominic Dunlop <shouldbedomo@mac.com>
4024              Date: Sun, 9 Jul 2006 22:22:14 +0200
4025              Message-Id: <F1942C06-CDE3-47C6-AC5A-4358960E0F6E@mac.com>
4026      Branch: perl
4027            ! ext/POSIX/t/sysconf.t
4028 ____________________________________________________________________________
4029 [ 28519] By: stevep                                on 2006/07/10  00:29:02
4030         Log: Clear up test based on line number differences between the core and the
4031              Test-Simple version.
4032      Branch: perl
4033            ! lib/Test/Simple/t/tbt_01basic.t
4034 ____________________________________________________________________________
4035 [ 28518] By: nicholas                              on 2006/07/09  21:56:18
4036         Log: Tweak for Jarkko's addition to perlhack, suggested by Yves.
4037      Branch: perl
4038            ! pod/perlhack.pod
4039 ____________________________________________________________________________
4040 [ 28517] By: stevep                                on 2006/07/09  20:51:48
4041         Log: Hmmm...patch didn't warn about rejects in tbt_01basic.t.
4042      Branch: perl
4043            ! lib/Test/Simple/t/tbt_01basic.t
4044 ____________________________________________________________________________
4045 [ 28516] By: merijn                                on 2006/07/09  18:50:01
4046         Log: Subject: [PATCH] some coding guidelines/tips to perlhack (+ one perltodo)
4047              From: Jarkko Hietaniemi <jhi@iki.fi>
4048              Date: Sun, 09 Jul 2006 19:42:10 +0300
4049              Message-ID: <44B131E2.8050805@iki.fi>
4050      Branch: perl
4051            ! pod/perlhack.pod pod/perltodo.pod
4052 ____________________________________________________________________________
4053 [ 28515] By: stevep                                on 2006/07/09  13:57:25
4054         Log: Subject: [PATCH] perlhack.pod
4055              From: Jarkko Hietaniemi <jhi@iki.fi>
4056              Date: Sun, 09 Jul 2006 14:55:20 +0300
4057              Message-ID: <44B0EEA8.4080003@iki.fi>
4058      Branch: perl
4059            ! pod/perlhack.pod
4060 ____________________________________________________________________________
4061 [ 28514] By: stevep                                on 2006/07/09  13:51:37
4062         Log: Upgrade to Test-Simple-0.63
4063      Branch: perl
4064            ! lib/Test/Builder.pm lib/Test/Builder/Tester.pm
4065            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
4066            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/tbt_01basic.t
4067            ! lib/Test/Simple/t/tbt_05faildiag.t
4068 ____________________________________________________________________________
4069 [ 28513] By: mhx                                   on 2006/07/09  08:19:33
4070         Log: Integrate mkppport. All ppport.h files in the core will now
4071              be autogenerated at build time (and removed during cleanup).
4072      Branch: perl
4073            + mkppport mkppport.lst
4074            - ext/Compress/Raw/Zlib/ppport.h ext/Cwd/ppport.h
4075            - ext/Digest/SHA/ppport.h ext/Sys/Syslog/ppport.h
4076            - ext/Time/HiRes/ppport.h win32/ext/Win32API/File/ppport.h
4077            ! MANIFEST Makefile.SH vms/descrip_mms.template win32/Makefile
4078            ! win32/Makefile.ce win32/makefile.mk
4079 ____________________________________________________________________________
4080 [ 28512] By: stevep                                on 2006/07/08  18:08:07
4081         Log: Subject: [PATCH] Macroize vast tracks of duplicated code in regexec.c
4082              From: demerphq <demerphq@gmail.com>
4083              Date: Sat, 8 Jul 2006 17:48:34 +0200
4084              Message-ID: <9b18b3110607080848u663b114ag86f76ac5c9c9d5e@mail.gmail.com>
4085              
4086              Removing duplicated regexp trie-related code.
4087      Branch: perl
4088            ! regexec.c
4089 ____________________________________________________________________________
4090 [ 28511] By: stevep                                on 2006/07/08  18:00:17
4091         Log: Subject: [PATCH] optimisation for File::Spec::abs2rel where both args are relative
4092              From: Brendan O'Dea <bod@debian.org>
4093              Date: Thu, 6 Jul 2006 01:02:41 +1000
4094              Message-ID: <20060705150241.GA2244@londo.c47.org>
4095      Branch: perl
4096            ! lib/File/Spec/Unix.pm
4097 ____________________________________________________________________________
4098 [ 28510] By: stevep                                on 2006/07/08  17:51:43
4099         Log: Subject: [PATCH] perl5db.pl: read full lines from remote socket
4100              From: Brendan O'Dea <bod@debian.org>
4101              Date: Sat, 8 Jul 2006 13:27:50 +1000
4102              Message-ID: <20060708032750.GA20454@londo.c47.org>
4103      Branch: perl
4104            ! lib/perl5db.pl
4105 ____________________________________________________________________________
4106 [ 28509] By: stevep                                on 2006/07/08  17:47:24
4107         Log: Making encoding::warnings lexical is to-done.
4108      Branch: perl
4109            ! pod/perltodo.pod
4110 ____________________________________________________________________________
4111 [ 28508] By: stevep                                on 2006/07/08  17:28:36
4112         Log: Subject: Skip some POSIX tests when the thing they are testing is unimplemented
4113              From: demerphq <demerphq@gmail.com>
4114              Date: Sat, 8 Jul 2006 17:55:09 +0200
4115              Message-ID: <9b18b3110607080855g73407c4fx41a578815c2a6da2@mail.gmail.com>
4116      Branch: perl
4117            ! ext/POSIX/t/sysconf.t ext/POSIX/t/termios.t
4118 ____________________________________________________________________________
4119 [ 28507] By: mhx                                   on 2006/07/08  16:27:10
4120         Log: Upgrade to Devel::PPPort 3.09
4121      Branch: perl
4122            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
4123            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort_pm.PL
4124            ! ext/Devel/PPPort/parts/apidoc.fnc
4125            ! ext/Devel/PPPort/parts/base/5009004
4126            ! ext/Devel/PPPort/parts/embed.fnc
4127            ! ext/Devel/PPPort/parts/inc/podtest
4128            ! ext/Devel/PPPort/parts/todo/5009004 ext/Devel/PPPort/soak
4129            ! ext/Devel/PPPort/t/podtest.t
4130 ____________________________________________________________________________
4131 [ 28506] By: stevep                                on 2006/07/08  14:50:33
4132         Log: Update Audrey Tang's email throughout various files.
4133      Branch: perl
4134            ! AUTHORS Porting/Maintainers.pl Porting/checkAUTHORS.pl
4135 ____________________________________________________________________________
4136 [ 28505] By: merijn                                on 2006/07/08  09:04:56
4137         Log: POSIX test improvements on True64
4138              Subject: [PATCH] the new POSIX tests
4139              From: Jarkko Hietaniemi <jhi@iki.fi>
4140              Date: Sat, 08 Jul 2006 11:43:05 +0300
4141              Message-ID: <44AF7019.3070509@iki.fi>
4142      Branch: perl
4143            ! ext/POSIX/POSIX.pod ext/POSIX/t/sysconf.t
4144            ! ext/POSIX/t/termios.t
4145 ____________________________________________________________________________
4146 [ 28504] By: stevep                                on 2006/07/08  01:14:28
4147         Log: Upgrade to encoding-warnings-0.10
4148      Branch: perl
4149            + lib/encoding/warnings/t/4-lexical.t
4150            ! MANIFEST lib/encoding/warnings.pm
4151            ! lib/encoding/warnings/t/3-normal.t
4152 ____________________________________________________________________________
4153 [ 28503] By: stevep                                on 2006/07/07  18:38:01
4154         Log: Subject: [PATCH] Test scripts for I18N::Langinfo and POSIX
4155              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
4156              Date: Fri, 07 Jul 2006 11:02:31 +0200
4157              Message-ID: <1152262951.44ae23272ffa0@imp3-g19.free.fr>
4158              
4159              Only includes changes to:
4160              * ext/I18N/Langinfo/t/Langinfo.t
4161              * ext/POSIX/t/sysconf.t
4162              * ext/POSIX/t/termios.t
4163      Branch: perl
4164            + ext/POSIX/t/sysconf.t ext/POSIX/t/termios.t
4165            ! MANIFEST ext/I18N/Langinfo/t/Langinfo.t
4166 ____________________________________________________________________________
4167 [ 28502] By: rgs                                   on 2006/07/07  14:52:15
4168         Log: Subject: Re: Dual life for Shell.pm
4169              From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
4170              Date: Thu, 6 Jul 2006 13:02:23 -0300
4171              Message-ID: <73ddeb6c0607060902tc471f84sf1bb841b6e9ecddf@mail.gmail.com>
4172      Branch: perl
4173            ! lib/Shell.pm lib/Shell.t
4174 ____________________________________________________________________________
4175 [ 28501] By: rgs                                   on 2006/07/07  14:12:59
4176         Log: Subject: [PATCH] threads 1.34 - state methods
4177              From: "Jerry D. Hedden" <jerry@hedden.us>
4178              Date: Thu, 06 Jul 2006 07:33:13 -0700
4179              Message-ID: <20060706073313.fb30e530d17747c2b054d625b8945d88.baa39d91bc.wbe@email.secureserver.net>
4180      Branch: perl
4181            + ext/threads/t/state.t
4182            ! MANIFEST ext/threads/Changes ext/threads/README
4183            ! ext/threads/t/context.t ext/threads/t/thread.t
4184            ! ext/threads/threads.pm ext/threads/threads.xs
4185 ____________________________________________________________________________
4186 [ 28500] By: rgs                                   on 2006/07/07  13:23:45
4187         Log: Subject: More escaping in the RE
4188              From: demerphq <demerphq@gmail.com>
4189              Date: Fri, 7 Jul 2006 10:40:40 +0200
4190              Message-ID: <9b18b3110607070140p5cb2c58ftcadbcd113a58c3af@mail.gmail.com>
4191              
4192              (with tweaks)
4193      Branch: perl
4194            ! regcomp.c regcomp.h regexec.c
4195 ____________________________________________________________________________
4196 [ 28499] By: rgs                                   on 2006/07/07  09:50:35
4197         Log: Fix the implementation of list assignment to state().
4198      Branch: perl
4199            ! op.c t/lib/warnings/op t/op/state.t
4200 ____________________________________________________________________________
4201 [ 28498] By: rgs                                   on 2006/07/06  16:55:57
4202         Log: The state() implementation is not yet perfect. Check in a new todo test
4203      Branch: perl
4204            ! t/op/state.t
4205 ____________________________________________________________________________
4206 [ 28497] By: rgs                                   on 2006/07/06  16:35:37
4207         Log: Error in the formulation of the new warning, spotted by Dominic Dunlop
4208      Branch: perl
4209            ! pod/perldiag.pod
4210 ____________________________________________________________________________
4211 [ 28496] By: rgs                                   on 2006/07/06  15:49:30
4212         Log: Add a new warning, "State variable %s will be reinitialized"
4213      Branch: perl
4214            ! op.c pod/perldiag.pod t/lib/warnings/op
4215 ____________________________________________________________________________
4216 [ 28495] By: stevep                                on 2006/07/06  15:38:51
4217         Log: Upgrade to Module-Build-0.2801.
4218      Branch: perl
4219            ! lib/Module/Build.pm lib/Module/Build/Base.pm
4220            ! lib/Module/Build/Changes lib/Module/Build/Compat.pm
4221            ! lib/Module/Build/Cookbook.pm lib/Module/Build/Platform/Unix.pm
4222            ! lib/Module/Build/Platform/Windows.pm lib/Module/Build/YAML.pm
4223            ! lib/Module/Build/t/extend.t lib/Module/Build/t/lib/MBTest.pm
4224            ! lib/Module/Build/t/mbyaml.t lib/Module/Build/t/runthrough.t
4225 ____________________________________________________________________________
4226 [ 28494] By: stevep                                on 2006/07/06  15:18:58
4227         Log: Math-Complex now dual-lived with Jarkko Hietaniemi as the maintainer.
4228              Also, sync'ing up with the CPAN version of the module.
4229      Branch: perl
4230            ! Porting/Maintainers.pl lib/Math/Complex.pm lib/Math/Complex.t
4231            ! lib/Math/Trig.pm lib/Math/Trig.t
4232 ____________________________________________________________________________
4233 [ 28493] By: rgs                                   on 2006/07/06  14:31:55
4234         Log: Document state() variables in perlsub
4235      Branch: perl
4236            ! pod/perlsub.pod
4237 ____________________________________________________________________________
4238 [ 28492] By: stevep                                on 2006/07/06  14:12:56
4239         Log: Alphabetizing function names in perlfunc lists. 
4240      Branch: perl
4241            ! pod/perlfunc.pod
4242 ____________________________________________________________________________
4243 [ 28491] By: rgs                                   on 2006/07/06  13:36:57
4244         Log: Mention state variables in perldiag. Add switch-related keywords
4245              in the keyword listing section in perlfunc. Add a summary of
4246              C<state> in perlfunc. Fix a typo in the synopsis for C<our>.
4247              Don't say that C<my $_> is illegal in perlsub.
4248      Branch: perl
4249            ! pod/perldiag.pod pod/perlfunc.pod pod/perlsub.pod
4250 ____________________________________________________________________________
4251 [ 28490] By: rgs                                   on 2006/07/06  09:01:16
4252         Log: Introduce a new function, pv_escape(), to display contents of PVs
4253              that might contain non printable chars.
4254              
4255              Subject: Re: [PATCH]: fix: [perl #39583] Pattern Match fails for specific length string
4256              From: demerphq <demerphq@gmail.com>
4257              Date: Wed, 5 Jul 2006 20:40:58 +0200
4258              Message-ID: <9b18b3110607051140n10c211a1jf17d3b7914d6f68b@mail.gmail.com>
4259      Branch: perl
4260            ! dump.c embed.fnc embed.h global.sym perl.h pod/perlapi.pod
4261            ! proto.h reentr.c regexec.c t/lib/warnings/9uninit
4262 ____________________________________________________________________________
4263 [ 28489] By: rgs                                   on 2006/07/05  21:00:31
4264         Log: Implement handling of state variables in list assignment
4265      Branch: perl
4266            ! ext/B/B/Concise.pm op.c pp_hot.c t/op/state.t
4267 ____________________________________________________________________________
4268 [ 28488] By: rgs                                   on 2006/07/05  20:00:10
4269         Log: Fix a bug on setting OPpASSIGN_COMMON on a AASSIGN op when the left
4270              side is made out a list declared with our(). In this case OPpLVAL_INTRO
4271              isn't set on the left op, so we just remove that check. Add new tests.
4272      Branch: perl
4273            ! op.c t/op/array.t
4274 ____________________________________________________________________________
4275 [ 28487] By: rgs                                   on 2006/07/05  19:49:36
4276         Log: Adjust test count after introducing new constants in POSIX
4277      Branch: perl
4278            ! ext/B/t/concise-xs.t
4279 ____________________________________________________________________________
4280 [ 28486] By: stevep                                on 2006/07/05  16:27:16
4281         Log: Add constants needed for recvmsg()/sendmsg() support.
4282      Branch: perl
4283            ! ext/POSIX/Makefile.PL
4284 ____________________________________________________________________________
4285 [ 28485] By: stevep                                on 2006/07/05  15:40:05
4286         Log: Skip lib/Memoize/t/tie_ndbm.t if $TMP is not writable.
4287      Branch: perl
4288            ! lib/Memoize/t/tie_ndbm.t
4289 ____________________________________________________________________________
4290 [ 28484] By: rgs                                   on 2006/07/05  14:10:18
4291         Log: Add a TODO test for list assignment to a list of state variables.
4292              Not sure yet how to encode in the optree the information that
4293              state($x, $y) and (state $x, state $y) must be treated differently.
4294      Branch: perl
4295            ! t/op/state.t
4296 ____________________________________________________________________________
4297 [ 28483] By: rgs                                   on 2006/07/05  12:48:57
4298         Log: Don't add extra warning flags for gcc versions < 3.
4299      Branch: perl
4300            ! cflags.SH
4301 ____________________________________________________________________________
4302 [ 28482] By: rgs                                   on 2006/07/05  08:53:56
4303         Log: Make the distclean target remove lib/Hash correctly
4304      Branch: perl
4305            ! Makefile.SH
4306 ____________________________________________________________________________
4307 [ 28481] By: craigb                                on 2006/07/05  02:31:06
4308         Log: Subject: [PATCH] RE: [PATCH] threads 1.33
4309              From: "Jerry D. Hedden" <jdhedden@cpan.org>
4310              Message-id: <20060704171845.fb30e530d17747c2b054d625b8945d88.f0db2cab53.wbe@email.secureserver.net>
4311              Date: Tue, 04 Jul 2006 17:18:45 -0700
4312              
4313              exiting from threads works differently on VMS
4314      Branch: perl
4315            ! ext/threads/t/exit.t
4316 ____________________________________________________________________________
4317 [ 28480] By: craigb                                on 2006/07/04  21:27:42
4318         Log: fix signed/unsigned nit in reentr.c
4319      Branch: perl
4320            ! reentr.c
4321 ____________________________________________________________________________
4322 [ 28479] By: craigb                                on 2006/07/04  19:08:16
4323         Log: fix type mismatch warning caused by return statement lurking in DIE macro
4324      Branch: perl
4325            ! doio.c
4326 ____________________________________________________________________________
4327 [ 28478] By: nicholas                              on 2006/07/04  18:58:10
4328         Log: Subject: [PATCH] more warning-silencing in FieldHash
4329              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
4330              Message-Id: <CE8BC13E-8BE5-4743-803C-6DF0D1FB2010@mailbox.tu-berlin.de>
4331              Date: Tue, 4 Jul 2006 19:42:12 +0200
4332      Branch: perl
4333            ! ext/Hash/Util/FieldHash/FieldHash.xs
4334            ! ext/Hash/Util/FieldHash/t/02_function.t
4335            ! ext/Hash/Util/FieldHash/t/05_perlhook.t
4336 ____________________________________________________________________________
4337 [ 28477] By: rgs                                   on 2006/07/04  12:04:58
4338         Log: Subject: [PATCH] consting and localizing in universal.c
4339              From: andy@petdance.com (Andy Lester)
4340              Date: Mon, 3 Jul 2006 17:41:48 -0500
4341              Message-ID: <20060703224148.GA14449@petdance.com>
4342      Branch: perl
4343            ! embed.fnc proto.h universal.c
4344 ____________________________________________________________________________
4345 [ 28476] By: rgs                                   on 2006/07/04  09:42:12
4346         Log: Subject: [PATCH] toke.c consting and localizing
4347              From: andy@petdance.com (Andy Lester)
4348              Date: Mon, 3 Jul 2006 17:42:50 -0500
4349              Message-ID: <20060703224250.GA14481@petdance.com>
4350      Branch: perl
4351            ! toke.c
4352 ____________________________________________________________________________
4353 [ 28475] By: rgs                                   on 2006/07/04  09:37:10
4354         Log: Subject: [PATCH] threads 1.33
4355              From: "Jerry D. Hedden" <jdhedden@cpan.org>
4356              Date: Mon, 03 Jul 2006 09:01:53 -0700
4357              Message-ID: <20060703090153.fb30e530d17747c2b054d625b8945d88.b26e047e0f.wbe@email.secureserver.net>
4358      Branch: perl
4359            + ext/threads/t/exit.t
4360            ! MANIFEST ext/threads/Changes ext/threads/README
4361            ! ext/threads/t/blocks.t ext/threads/t/context.t
4362            ! ext/threads/t/end.t ext/threads/t/free.t ext/threads/t/free2.t
4363            ! ext/threads/t/join.t ext/threads/t/thread.t
4364            ! ext/threads/threads.pm ext/threads/threads.xs
4365 ____________________________________________________________________________
4366 [ 28474] By: mhx                                   on 2006/07/03  21:40:58
4367         Log: Upgrade to Devel::PPPort 3.08_07
4368      Branch: perl
4369            + ext/Devel/PPPort/PPPort.xs
4370            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/Makefile.PL
4371            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/PPPort_xs.PL
4372            ! ext/Devel/PPPort/parts/inc/ppphbin
4373            ! ext/Devel/PPPort/parts/inc/ppphdoc
4374            ! ext/Devel/PPPort/parts/inc/ppphtest ext/Devel/PPPort/soak
4375            ! ext/Devel/PPPort/t/ppphtest.t
4376 ____________________________________________________________________________
4377 [ 28473] By: stevep                                on 2006/07/03  18:09:01
4378         Log: Allow stat() and -X file tests work on dirhandles.
4379      Branch: perl
4380            ! doio.c pod/perlfunc.pod pp_sys.c t/op/stat.t
4381 ____________________________________________________________________________
4382 [ 28472] By: rgs                                   on 2006/07/03  16:51:05
4383         Log: Subject: [PATCH] embed.pl enhancements
4384              From: andy@petdance.com (Andy Lester)
4385              Date: Sun, 2 Jul 2006 12:11:39 -0500
4386              Message-ID: <20060702171139.GA20266@petdance.com>
4387              
4388              Add experimental (and optional) splint support
4389      Branch: perl
4390            ! embed.pl perlapi.c
4391 ____________________________________________________________________________
4392 [ 28471] By: rgs                                   on 2006/07/03  16:40:19
4393         Log: Subject: [PATCH] Makefile splint support
4394              From: andy@petdance.com (Andy Lester)
4395              Date: Sun, 2 Jul 2006 12:19:08 -0500
4396              Message-ID: <20060702171908.GA20443@petdance.com>
4397      Branch: perl
4398            ! Makefile.SH
4399 ____________________________________________________________________________
4400 [ 28470] By: rgs                                   on 2006/07/03  16:36:14
4401         Log: Subject: [PATCH] DProf.xs patch
4402              From: andy@petdance.com (Andy Lester)
4403              Date: Sun, 2 Jul 2006 12:17:08 -0500
4404              Message-ID: <20060702171708.GA20392@petdance.com>
4405      Branch: perl
4406            ! ext/Devel/DProf/DProf.xs
4407 ____________________________________________________________________________
4408 [ 28469] By: rgs                                   on 2006/07/03  09:39:42
4409         Log: Subject: [PATCH] mg.c cleanups
4410              From: andy@petdance.com (Andy Lester)
4411              Date: Sun, 2 Jul 2006 12:33:36 -0500
4412              Message-ID: <20060702173336.GA20641@petdance.com>
4413      Branch: perl
4414            ! mg.c
4415 ____________________________________________________________________________
4416 [ 28468] By: rgs                                   on 2006/07/03  09:34:44
4417         Log: Subject: [PATCH] Clean up mathoms.c
4418              From: andy@petdance.com (Andy Lester)
4419              Date: Sun, 2 Jul 2006 12:24:45 -0500
4420              Message-ID: <20060702172445.GA20521@petdance.com>
4421      Branch: perl
4422            ! mathoms.c
4423 ____________________________________________________________________________
4424 [ 28467] By: steveh                                on 2006/07/03  08:23:03
4425         Log: Subject: Re: Win32API::File now in core
4426              From: demerphq <demerphq@gmail.com>
4427              Date: Sun, 2 Jul 2006 15:19:58 +0200
4428              Message-ID: <9b18b3110607020619s4c4480d8ra3e681aee69a8d7@mail.gmail.com>
4429              
4430              Sync blead with Win32API-File-0.1001
4431              (plus change to sync README too)
4432      Branch: perl
4433            ! win32/ext/Win32API/File/Changes
4434            ! win32/ext/Win32API/File/File.pm win32/ext/Win32API/File/README
4435 ____________________________________________________________________________
4436 [ 28466] By: davem                                 on 2006/07/02  22:47:24
4437         Log: silence a compiler warning
4438      Branch: perl
4439            ! regexec.c
4440 ____________________________________________________________________________
4441 [ 28465] By: davem                                 on 2006/07/02  19:30:49
4442         Log: remove some unnecessary uses of WITH_THR
4443      Branch: perl
4444            ! mg.c op.c
4445 ____________________________________________________________________________
4446 [ 28464] By: craigb                                on 2006/07/02  18:06:36
4447         Log: s/have a more/have more/ typo fix in perlfaq4
4448      Branch: perl
4449            ! pod/perlfaq4.pod
4450 ____________________________________________________________________________
4451 [ 28463] By: davem                                 on 2006/07/02  16:31:10
4452         Log: Subject:  [PATCH] Synchronize ExtUtils::Instal 1.41
4453              From:  demerphq <demerphq@gmail.com>
4454              Date:  Sun, 2 Jul 2006 16:23:21 +0200
4455              Message-Id:  <9b18b3110607020723h1765f051hda802b6682a99df0@mail.gmail.com>
4456              
4457              Sync ExtUtils::Install with CPAN (just trivially change version nos)
4458      Branch: perl
4459            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
4460            ! lib/ExtUtils/Packlist.pm
4461 ____________________________________________________________________________
4462 [ 28462] By: davem                                 on 2006/07/02  15:34:23
4463         Log: 
4464              From: demerphq <demerphq@gmail.com>
4465              Date: Sun, 2 Jul 2006 15:13:20 +0200
4466              Subject: Re: [PATCH]: fix: [perl #39583] Pattern Match fails for specific length string
4467              Message-ID: <9b18b3110607020613u1ab782dam2c425da61deb1876@mail.gmail.com>
4468              
4469              add test for patch #28417
4470      Branch: perl
4471            ! t/op/pat.t
4472 ____________________________________________________________________________
4473 [ 28461] By: rgs                                   on 2006/06/30  16:33:57
4474         Log: Must not forget that.
4475      Branch: perl
4476            ! pod/perltodo.pod
4477 ____________________________________________________________________________
4478 [ 28460] By: steveh                                on 2006/06/30  13:46:06
4479         Log: Add Win32API::File to the core
4480              
4481              For discussions, see the thread starting here:
4482              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-06/msg00710.html
4483      Branch: perl
4484            + win32/ext/Win32API/File/Changes
4485            + win32/ext/Win32API/File/ExtUtils/Myconst2perl.pm
4486            + win32/ext/Win32API/File/File.pm
4487            + win32/ext/Win32API/File/File.xs
4488            + win32/ext/Win32API/File/Makefile.PL
4489            + win32/ext/Win32API/File/README
4490            + win32/ext/Win32API/File/buffers.h
4491            + win32/ext/Win32API/File/cFile.h
4492            + win32/ext/Win32API/File/cFile.pc
4493            + win32/ext/Win32API/File/const2perl.h
4494            + win32/ext/Win32API/File/ppport.h
4495            + win32/ext/Win32API/File/t/file.t
4496            + win32/ext/Win32API/File/t/tie.t
4497            + win32/ext/Win32API/File/typemap
4498            ! MANIFEST Porting/Maintainers.pl t/TEST t/harness
4499            ! win32/Makefile win32/config_sh.PL win32/makefile.mk
4500 ____________________________________________________________________________
4501 [ 28459] By: rgs                                   on 2006/06/30  13:28:46
4502         Log: Fix casting warnings related to snprintf/vsnprintf
4503      Branch: perl
4504            ! perl.h util.c
4505 ____________________________________________________________________________
4506 [ 28458] By: merijn                                on 2006/06/30  13:17:59
4507         Log: Solaris' sh doesn't like empty if's
4508      Branch: perl
4509            ! hints/solaris_2.sh
4510 ____________________________________________________________________________
4511 [ 28457] By: rgs                                   on 2006/06/30  13:09:40
4512         Log: PERL_UNUSED_CONTEXT is not enough to silence warnings when pTHXx
4513              is used.
4514      Branch: perl
4515            ! perl.c
4516 ____________________________________________________________________________
4517 [ 28456] By: rgs                                   on 2006/06/30  12:56:59
4518         Log: Fix a couple of compilation warnings
4519      Branch: perl
4520            ! regcomp.c toke.c
4521 ____________________________________________________________________________
4522 [ 28455] By: davem                                 on 2006/06/30  12:07:01
4523         Log: migrate CURLY/PLUS/STAR branch in regmatch() to new FSM-esque paradigm
4524      Branch: perl
4525            ! regexec.c regexp.h
4526 ____________________________________________________________________________
4527 [ 28454] By: rgs                                   on 2006/06/30  08:13:24
4528         Log: Small adjustment to the Plan
4529      Branch: perl
4530            ! pod/perltodo.pod
4531 ____________________________________________________________________________
4532 [ 28453] By: merijn                                on 2006/06/30  05:00:22
4533         Log: HASATTRIBUTE_UNUSED works for gcc-3.3, but not for g++-3.3
4534              Subject: Re: [PATCH] Re: [perl #39634] gcc 3.3 has problems with __attribute__((unused))
4535              From: Andrew Dougherty <doughera@lafayette.edu>
4536              Date: Thu, 29 Jun 2006 13:41:28 -0400 (EDT)
4537              Message-ID: <Pine.LNX.4.62.0606291327130.16718@fractal.phys.lafayette.edu>
4538      Branch: perl
4539            ! perl.h
4540 ____________________________________________________________________________
4541 [ 28452] By: rgs                                   on 2006/06/29  16:47:32
4542         Log: Another typo fix.
4543      Branch: perl
4544            ! pod/perlre.pod
4545 ____________________________________________________________________________
4546 [ 28451] By: rgs                                   on 2006/06/29  16:12:05
4547         Log: Typo fix.
4548      Branch: perl
4549            ! pod/perlre.pod
4550 ____________________________________________________________________________
4551 [ 28450] By: rgs                                   on 2006/06/29  15:53:43
4552         Log: Subject: [PATCH] Small precision about \Q \E inside m//x
4553              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
4554              Date: Thu, 29 Jun 2006 17:46:57 +0200
4555              Message-ID: <1151596017.44a3f5f105205@imp1-g19.free.fr>
4556      Branch: perl
4557            ! pod/perlre.pod
4558 ____________________________________________________________________________
4559 [ 28449] By: rgs                                   on 2006/06/29  14:53:38
4560         Log: Subject: [PATCH] Cleanup in Hash::Util::FieldHash
4561              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
4562              Date: Wed, 28 Jun 2006 19:20:14 +0200
4563              Message-Id: <B45A1CCD-ECCA-44EB-97A6-1DA9F5E4DE81@mailbox.tu-berlin.de>
4564      Branch: perl
4565            ! ext/Hash/Util/FieldHash/FieldHash.xs
4566            ! ext/Hash/Util/FieldHash/Makefile.PL
4567            ! ext/Hash/Util/FieldHash/t/01_load.t
4568 ____________________________________________________________________________
4569 [ 28448] By: craigb                                on 2006/06/29  14:21:35
4570         Log: Updated handling of signal names and signals for VMS
4571      Branch: perl
4572            ! configure.com vms/vms.c
4573 ____________________________________________________________________________
4574 [ 28447] By: rgs                                   on 2006/06/29  12:12:00
4575         Log: Some CPP macro sanitization by Sadahiro Tomoyuki
4576      Branch: perl
4577            ! utfebcdic.h
4578 ____________________________________________________________________________
4579 [ 28446] By: merijn                                on 2006/06/28  17:51:28
4580         Log: Solaris hints: gcc flags confuse Configure
4581              Subject: [PATCH] (Was Re: [perl #39636] Configure fails)
4582              From: Andy Dougherty <doughera@lafayette.edu>
4583              Date: Wed, 28 Jun 2006 13:37:54 -0400 (EDT)
4584              Message-ID: <Pine.LNX.4.62.0606281331350.3867@fractal.phys.lafayette.edu>
4585      Branch: perl
4586            ! hints/solaris_2.sh
4587 ____________________________________________________________________________
4588 [ 28445] By: rgs                                   on 2006/06/28  14:37:03
4589         Log: Subject: [PATCH] Update for IO::Uncompress::Base
4590              From: "Paul Marquess" <paul.marquess@ntlworld.com>
4591              Date: Wed, 28 Jun 2006 14:22:46 +0100
4592              Message-ID: <001701c69ab5$f4d5d3d0$2405140a@myopwv.com>
4593      Branch: perl
4594            ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
4595            ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
4596            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
4597            ! t/lib/compress/CompTestUtils.pm t/lib/compress/any.pl
4598            ! t/lib/compress/anyunc.pl t/lib/compress/multi.pl
4599            ! t/lib/compress/oneshot.pl
4600 ____________________________________________________________________________
4601 [ 28444] By: rgs                                   on 2006/06/28  08:42:09
4602         Log: Subject: [perl #39639] perldoc -f waitpid has wrong code example 
4603              From: Alexander_Gernler@genua.de (via RT) <perlbug-followup@perl.org>
4604              Date: Tue, 27 Jun 2006 07:23:59 -0700
4605              Message-ID: <rt-3.0.11-39639-135396.19.0765391798804@perl.org>
4606      Branch: perl
4607            ! pod/perlfunc.pod
4608 ____________________________________________________________________________
4609 [ 28435] By: rgs                                   on 2006/06/27  14:01:30
4610         Log: Nits in the perlpragma manpage
4611      Branch: perl
4612            ! pod/perlpragma.pod
4613 ____________________________________________________________________________
4614 [ 28434] By: rgs                                   on 2006/06/27  08:48:45
4615         Log: Subject: [PATCH] cflags.SH: scan the gcc warning flags only once, during .SH expansion
4616              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
4617              Date: Mon, 26 Jun 2006 22:12:37 +0300 (EEST)
4618              Message-Id: <20060626191237.8A0936CF04@seth.hut.fi>
4619      Branch: perl
4620            ! cflags.SH
4621 ____________________________________________________________________________
4622 [ 28433] By: rgs                                   on 2006/06/26  17:17:57
4623         Log: Adjust test preamble for Hash::Util tests too.
4624      Branch: perl
4625            ! ext/Hash/Util/t/Util.t
4626 ____________________________________________________________________________
4627 [ 28432] By: rgs                                   on 2006/06/26  16:50:58
4628         Log: Adjust test preambles for Hash::Util::FieldHash tests to change
4629              the @INC path only when testing inside the core
4630      Branch: perl
4631            ! ext/Hash/Util/FieldHash/t/01_load.t
4632            ! ext/Hash/Util/FieldHash/t/02_function.t
4633            ! ext/Hash/Util/FieldHash/t/03_class.t
4634            ! ext/Hash/Util/FieldHash/t/04_thread.t
4635            ! ext/Hash/Util/FieldHash/t/05_perlhook.t
4636            ! ext/Hash/Util/FieldHash/t/10_hash.t
4637            ! ext/Hash/Util/FieldHash/t/11_hashassign.t
4638            ! ext/Hash/Util/FieldHash/t/12_hashwarn.t
4639 ____________________________________________________________________________
4640 [ 28431] By: rgs                                   on 2006/06/26  16:32:16
4641         Log: Subject: Re: [PATCH] Hash::Util::FieldHash
4642              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
4643              Date: Mon, 26 Jun 2006 18:05:53 +0200
4644              Message-Id: <133195AB-599D-49EC-8CFE-D67299D947EB@mailbox.tu-berlin.de>
4645      Branch: perl
4646            ! ext/Hash/Util/FieldHash/Changes
4647            ! ext/Hash/Util/FieldHash/FieldHash.xs
4648            ! ext/Hash/Util/FieldHash/Makefile.PL
4649 ____________________________________________________________________________
4650 [ 28430] By: rgs                                   on 2006/06/26  16:29:06
4651         Log: Remove notes about removed 5005-threads from perlguts.
4652      Branch: perl
4653            ! pod/perlguts.pod
4654 ____________________________________________________________________________
4655 [ 28429] By: rgs                                   on 2006/06/26  12:31:19
4656         Log: Subject: [patch@28427] vms.c - null termination of string missing.
4657              From: "John E. Malmberg" <wb8tyw@qsl.net>
4658              Date: Mon, 26 Jun 2006 08:24:57 -0400
4659              Message-ID: <449FD219.5060900@qsl.net>
4660      Branch: perl
4661            ! vms/vms.c
4662 ____________________________________________________________________________
4663 [ 28428] By: rgs                                   on 2006/06/26  08:55:56
4664         Log: More perlreguts nits by Dominic Dunlop,
4665              plus fix a broken internal POD link
4666      Branch: perl
4667            ! pod/perlreguts.pod
4668 ____________________________________________________________________________
4669 [ 28427] By: rgs                                   on 2006/06/25  22:23:46
4670         Log: Nits about lock() in perlthrtut by Daniel Frederick Crisman,
4671              plus other nits by rgs
4672      Branch: perl
4673            ! pod/perlthrtut.pod
4674 ____________________________________________________________________________
4675 [ 28426] By: rgs                                   on 2006/06/25  21:57:30
4676         Log: Compilation fixes for VMS by John E. Malmberg
4677      Branch: perl
4678            ! ext/Hash/Util/FieldHash/FieldHash.xs
4679 ____________________________________________________________________________
4680 [ 28425] By: rgs                                   on 2006/06/25  21:12:06
4681         Log: Nits to perlreguts.pod by Dominic Dunlop
4682      Branch: perl
4683            ! pod/perlreguts.pod
4684 ____________________________________________________________________________
4685 [ 28424] By: mhx                                   on 2006/06/25  08:13:33
4686         Log: Upgrade to Devel::PPPort 3.08_06
4687      Branch: perl
4688            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/Makefile.PL
4689            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/mktests.PL
4690            ! ext/Devel/PPPort/ppport_h.PL ext/Devel/PPPort/soak
4691            ! ext/Devel/PPPort/t/MY_CXT.t ext/Devel/PPPort/t/SvPV.t
4692            ! ext/Devel/PPPort/t/SvREFCNT.t ext/Devel/PPPort/t/Sv_set.t
4693            ! ext/Devel/PPPort/t/call.t ext/Devel/PPPort/t/cop.t
4694            ! ext/Devel/PPPort/t/exception.t ext/Devel/PPPort/t/grok.t
4695            ! ext/Devel/PPPort/t/limits.t ext/Devel/PPPort/t/mPUSH.t
4696            ! ext/Devel/PPPort/t/magic.t ext/Devel/PPPort/t/memory.t
4697            ! ext/Devel/PPPort/t/misc.t ext/Devel/PPPort/t/newCONSTSUB.t
4698            ! ext/Devel/PPPort/t/newRV.t ext/Devel/PPPort/t/podtest.t
4699            ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/pvs.t
4700            ! ext/Devel/PPPort/t/snprintf.t ext/Devel/PPPort/t/sv_xpvf.t
4701            ! ext/Devel/PPPort/t/threads.t ext/Devel/PPPort/t/uv.t
4702            ! ext/Devel/PPPort/t/variables.t ext/Devel/PPPort/t/warn.t
4703 ____________________________________________________________________________
4704 [ 28423] By: stevep                                on 2006/06/25  01:45:51
4705         Log: Re: [PATCH] Hash::Util::FieldHash
4706              From: demerphq <demerphq@gmail.com>
4707              Date: Sat, 24 Jun 2006 13:19:35 +0200
4708              Message-ID: <9b18b3110606240419p1b5a2072t3867306925a3ce46@mail.gmail.com>
4709      Branch: perl
4710            ! ext/Hash/Util/FieldHash/Makefile.PL
4711 ____________________________________________________________________________
4712 [ 28422] By: davem                                 on 2006/06/24  23:31:33
4713         Log: quieten warning by avoiding a comment-within-a-comment
4714      Branch: perl
4715            ! regcomp.c
4716 ____________________________________________________________________________
4717 [ 28421] By: davem                                 on 2006/06/23  22:26:02
4718         Log: migrate TRIE branch in regmatch() to new FSM-esque paradigm
4719      Branch: perl
4720            ! regexec.c regexp.h
4721 ____________________________________________________________________________
4722 [ 28420] By: mhx                                   on 2006/06/23  19:06:43
4723         Log: Upgrade to Devel::PPPort 3.08_05
4724      Branch: perl
4725            - ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
4726            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/Makefile.PL
4727            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/soak
4728 ____________________________________________________________________________
4729 [ 28419] By: rgs                                   on 2006/06/23  16:28:03
4730         Log: Subject: Re: [PATCH] Hash::Util::FieldHash
4731              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
4732              Date: Wed, 21 Jun 2006 22:39:51 +0200
4733              Message-Id: <974A5B4B-7614-4F3F-BA7C-828960D82C55@mailbox.tu-berlin.de>
4734      Branch: perl
4735            + ext/Hash/Util/FieldHash/Changes
4736            + ext/Hash/Util/FieldHash/FieldHash.xs
4737            + ext/Hash/Util/FieldHash/Makefile.PL
4738            + ext/Hash/Util/FieldHash/lib/Hash/Util/FieldHash.pm
4739            + ext/Hash/Util/FieldHash/t/01_load.t
4740            + ext/Hash/Util/FieldHash/t/02_function.t
4741            + ext/Hash/Util/FieldHash/t/03_class.t
4742            + ext/Hash/Util/FieldHash/t/04_thread.t
4743            + ext/Hash/Util/FieldHash/t/05_perlhook.t
4744            + ext/Hash/Util/FieldHash/t/10_hash.t
4745            + ext/Hash/Util/FieldHash/t/11_hashassign.t
4746            + ext/Hash/Util/FieldHash/t/12_hashwarn.t
4747            ! MANIFEST embed.fnc embed.h ext/Hash/Util/Changes
4748            ! ext/Hash/Util/Makefile.PL ext/Hash/Util/lib/Hash/Util.pm hv.c
4749            ! mg.c pod/perlapi.pod pod/perlguts.pod proto.h sv.c
4750 ____________________________________________________________________________
4751 [ 28418] By: rgs                                   on 2006/06/23  14:00:59
4752         Log: Subject: Re: [PATCH] perlhack.pod
4753              From: "Dr.Ruud" <rvtol+news@isolution.nl>
4754              Date: Thu, 22 Jun 2006 23:42:53 +0200
4755              Message-ID: <20060622215407.9605.qmail@lists.develooper.com>
4756      Branch: perl
4757            ! pod/perlhack.pod
4758 ____________________________________________________________________________
4759 [ 28417] By: rgs                                   on 2006/06/23  10:50:29
4760         Log: Subject: [PATCH]: fix: [perl #39583] Pattern Match fails for specific length string
4761              From: demerphq <demerphq@gmail.com>
4762              Date: Fri, 23 Jun 2006 11:54:19 +0200
4763              Message-ID: <9b18b3110606230254m6afd620bjde6322aefda6f199@mail.gmail.com>
4764      Branch: perl
4765            ! regexec.c
4766 ____________________________________________________________________________
4767 [ 28416] By: rgs                                   on 2006/06/23  09:41:36
4768         Log: perltodo additions by Vadim Konovalov
4769      Branch: perl
4770            ! pod/perltodo.pod
4771 ____________________________________________________________________________
4772 [ 28415] By: stevep                                on 2006/06/22  11:34:20
4773         Log: Subject: [PATCH] IO::Compress::Base
4774              From: "Paul Marquess" <paul.marquess@ntlworld.com>
4775              Date: Thu, 22 Jun 2006 11:40:10 +0100
4776              Message-ID: <01f701c695e8$3d035e20$2405140a@myopwv.com>
4777      Branch: perl
4778            ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm
4779            ! t/lib/compress/merge.pl
4780 ____________________________________________________________________________
4781 [ 28414] By: steveh                                on 2006/06/22  08:05:14
4782         Log: Subject: Re: Smoke [5.9.4] 28410 FAIL(Fm) MSWin32 WinXP/.Net SP2 (x86/2 cpu)
4783              From: demerphq <demerphq@gmail.com>
4784              Date: Wed, 21 Jun 2006 22:51:03 +0200
4785              Message-ID: <9b18b3110606211351v5b052103i4d727ad464a162e@mail.gmail.com>
4786      Branch: perl
4787            ! regcomp.c
4788 ____________________________________________________________________________
4789 [ 28413] By: rgs                                   on 2006/06/21  08:15:38
4790         Log: Subject: [PATCH] <toke.c> isALNUM(*s) && *s != '_'
4791              From: "Dr.Ruud" <rvtol+news@isolution.nl>
4792              Date: Wed, 21 Jun 2006 01:58:19 +0200
4793              Message-ID: <20060621000237.24398.qmail@lists.develooper.com>
4794      Branch: perl
4795            ! toke.c
4796 ____________________________________________________________________________
4797 [ 28412] By: steveh                                on 2006/06/21  08:07:21
4798         Log: Fix code before declaration error introduced by #28405
4799      Branch: perl
4800            ! regcomp.c
4801 ____________________________________________________________________________
4802 [ 28411] By: rgs                                   on 2006/06/21  07:44:24
4803         Log: Subject: [PATCH] Re: [PATCH] Re: [perl #39530] printf: bad formatting of hexadecimal conversion of binary string using vector flag
4804              From: Dominic Dunlop <shouldbedomo@mac.com>
4805              Date: Tue, 20 Jun 2006 21:49:07 +0200
4806              Message-Id: <C48A3CD4-DDA5-43AD-8DDC-20375A187EFD@mac.com>
4807      Branch: perl
4808            ! t/op/sprintf.t
4809 ____________________________________________________________________________
4810 [ 28410] By: rgs                                   on 2006/06/20  22:01:16
4811         Log: Upgrade to Sys::Syslog 0.16
4812      Branch: perl
4813            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/Syslog.pm
4814            ! ext/Sys/Syslog/t/syslog.t
4815 ____________________________________________________________________________
4816 [ 28409] By: rgs                                   on 2006/06/20  17:22:15
4817         Log: Change 28404 broke the construct s/foo/<<BAR/e. So, try to be more
4818              clever. If the right hand side of s///e contains a #, then maybe
4819              it's a comment, so add a \n after it. Obviously, this is fast, but
4820              won't cover all possible cases.
4821      Branch: perl
4822            ! toke.c
4823 ____________________________________________________________________________
4824 [ 28408] By: rgs                                   on 2006/06/20  14:18:28
4825         Log: Subject: [PATCH] Re: [perl #39530] printf: bad formatting of hexadecimal conversion of binary string using vector flag
4826              From: Dominic Dunlop <shouldbedomo@mac.com>
4827              Date: Tue, 20 Jun 2006 16:02:38 +0200
4828              Message-Id: <D223CF35-9AC3-4351-A0C9-F4E224AAC19E@mac.com>
4829      Branch: perl
4830            ! sv.c t/op/sprintf.t
4831 ____________________________________________________________________________
4832 [ 28407] By: rgs                                   on 2006/06/20  12:51:31
4833         Log: Subject: [PATCH] IO::Compress::* 2.000_13
4834              From: "Paul Marquess" <paul.marquess@ntlworld.com>
4835              Date: Tue, 20 Jun 2006 13:40:47 +0100
4836              Message-ID: <00b101c69466$c18f0af0$2405140a@myopwv.com>
4837      Branch: perl
4838            ! ext/Compress/IO/Base/Changes ext/Compress/IO/Base/README
4839            ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm
4840            ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
4841            ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
4842            ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
4843            ! ext/Compress/IO/Base/t/01misc.t ext/Compress/IO/Zlib/Changes
4844            ! ext/Compress/IO/Zlib/README
4845            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm
4846            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm
4847            ! ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm
4848            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm
4849            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm
4850            ! ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm
4851            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm
4852            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm
4853            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm
4854            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Extra.pm
4855            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
4856            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
4857            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
4858            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
4859            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
4860            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
4861            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
4862            ! ext/Compress/IO/Zlib/t/105oneshot-zip-only.t
4863            ! ext/Compress/Raw/Zlib/README
4864            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
4865            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
4866            ! ext/Compress/Zlib/lib/Compress/Zlib.pm t/lib/compress/multi.pl
4867            ! t/lib/compress/oneshot.pl
4868 ____________________________________________________________________________
4869 [ 28406] By: rgs                                   on 2006/06/20  12:44:27
4870         Log: Upgrade to Unicode::Normalize 1.01
4871      Branch: perl
4872            + ext/Unicode/Normalize/t/tie.t
4873            ! MANIFEST ext/Unicode/Normalize/Changes
4874            ! ext/Unicode/Normalize/Normalize.pm
4875            ! ext/Unicode/Normalize/Normalize.xs
4876            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/t/func.t
4877            ! ext/Unicode/Normalize/t/illegal.t
4878 ____________________________________________________________________________
4879 [ 28405] By: stevep                                on 2006/06/20  12:14:27
4880         Log: Clean up a few warnings in regcomp.c under -Dgccansipedantic.
4881      Branch: perl
4882            ! regcomp.c
4883 ____________________________________________________________________________
4884 [ 28404] By: rgs                                   on 2006/06/20  08:52:12
4885         Log: Subject: [perl #39365] Bug in toke.c (eval in subst) 
4886              From: bcarter@gumdrop.flyinganvil.org (via RT) <perlbug-followup@perl.org>
4887              Date: Fri, 09 Jun 2006 02:08:44 -0700
4888              Message-ID: <rt-3.0.11-39365-134716.18.9775670722527@perl.org>
4889              
4890              plus a regression test.
4891      Branch: perl
4892            ! t/comp/parser.t toke.c
4893 ____________________________________________________________________________
4894 [ 28403] By: rgs                                   on 2006/06/20  08:16:58
4895         Log: Subject: [PATCH lib/UNIVERSAL.pm] Add Documentation for DOES()
4896              From: chromatic <chromatic@wgz.org>
4897              Date: Sat, 17 Jun 2006 17:24:03 -0700
4898              Message-Id: <200606171724.04302.chromatic@wgz.org>
4899      Branch: perl
4900            ! lib/UNIVERSAL.pm
4901 ____________________________________________________________________________
4902 [ 28402] By: rgs                                   on 2006/06/19  11:27:03
4903         Log: Subject: RE: [PATCH] cflags.SH: rework the gcc warnings selection
4904              From: "Green, Paul" <Paul.Green@stratus.com>
4905              Date: Sun, 18 Jun 2006 19:41:50 -0400
4906              Message-ID: <F5F42E77A43DD944B6D664B00A5401CB02026106@EXNA.corp.stratus.com>
4907      Branch: perl
4908            ! cflags.SH
4909 ____________________________________________________________________________
4910 [ 28401] By: davem                                 on 2006/06/18  09:58:08
4911         Log: Subject:  [PATCH] Re: blead trie problems in tru64 with -DDEBUGGING
4912              From:  Jarkko Hietaniemi <jhi@iki.fi>
4913              Date:  Sun, 18 Jun 2006 01:04:46 +0300
4914              Message-Id:  <44947C7E.7090100@iki.fi>
4915      Branch: perl
4916            ! regexec.c
4917 ____________________________________________________________________________
4918 [ 28400] By: davem                                 on 2006/06/17  20:01:38
4919         Log: Subject:  [PATCH] Comply with the 0x80th commandment
4920              From:  demerphq <demerphq@gmail.com>
4921              Date:  Sat, 17 Jun 2006 16:44:17 +0200
4922              Message-Id:  <9b18b3110606170744x60f4074bg11bf0f4c87eeb6c1@mail.gmail.com>
4923              
4924              add some (U8) casts
4925      Branch: perl
4926            ! regcomp.h
4927 ____________________________________________________________________________
4928 [ 28399] By: davem                                 on 2006/06/17  16:39:53
4929         Log: dont warn at exit of detatched threads still running
4930      Branch: perl
4931            ! ext/threads/t/blocks.t ext/threads/threads.xs
4932 ____________________________________________________________________________
4933 [ 28398] By: davem                                 on 2006/06/16  23:25:51
4934         Log: start turning regmatch() main loop into a FSM
4935              also make BRANCH use the state stack rather than its own unwind struct
4936      Branch: perl
4937            ! regcomp.pl regexec.c regexp.h regnodes.h t/op/re_tests
4938 ____________________________________________________________________________
4939 [ 28397] By: rgs                                   on 2006/06/15  10:01:14
4940         Log: Subject: [PATCH] cflags.SH: rework the gcc warnings selection
4941              From: Jarkko Hietaniemi <jhi@iki.fi>
4942              Date: Thu, 15 Jun 2006 09:12:53 +0300
4943              Message-ID: <4490FA65.70006@iki.fi>
4944      Branch: perl
4945            ! cflags.SH
4946 ____________________________________________________________________________
4947 [ 28396] By: craigb                                on 2006/06/15  03:20:48
4948         Log: only use NAML$M_OPEN_SPECIAL where it exists
4949      Branch: perl
4950            ! vms/vms.c
4951 ____________________________________________________________________________
4952 [ 28395] By: craigb                                on 2006/06/15  03:16:34
4953         Log: signedness nit in Unicode::Normalize::decompose
4954      Branch: perl
4955            ! ext/Unicode/Normalize/Normalize.xs
4956 ____________________________________________________________________________
4957 [ 28394] By: rgs                                   on 2006/06/14  14:58:14
4958         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)
4959              From: demerphq <demerphq@gmail.com>
4960              Date: Wed, 14 Jun 2006 14:33:24 +0200
4961              Message-ID: <9b18b3110606140533k583fdd3bh6c4b292e7ff4cf13@mail.gmail.com>
4962      Branch: perl
4963            ! regcomp.c regcomp.h
4964 ____________________________________________________________________________
4965 [ 28393] By: rgs                                   on 2006/06/14  12:11:13
4966         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)
4967              From: demerphq <demerphq@gmail.com>
4968              Date: Wed, 14 Jun 2006 13:54:04 +0200
4969              Message-ID: <9b18b3110606140454p19f4241exae6528f1c7bb32d7@mail.gmail.com>
4970      Branch: perl
4971            ! ext/re/t/regop.pl lib/Benchmark.pm regcomp.c regcomp.h
4972            ! regexec.c
4973 ____________________________________________________________________________
4974 [ 28392] By: rgs                                   on 2006/06/13  09:23:23
4975         Log: I thought I had fixed the spelling of DOES() in universal.t, but
4976              apparently no.
4977      Branch: perl
4978            ! t/op/universal.t
4979 ____________________________________________________________________________
4980 [ 28391] By: rgs                                   on 2006/06/13  08:32:04
4981         Log: Subject: Guard clause should happen first, otherwise its not a guard clause.
4982              From: demerphq <demerphq@gmail.com>
4983              Date: Tue, 13 Jun 2006 09:39:42 +0200
4984              Message-ID: <9b18b3110606130039v1c6a3fe6s448e92ab2a05888a@mail.gmail.com>
4985      Branch: perl
4986            ! regcomp.c regexec.c
4987 ____________________________________________________________________________
4988 [ 28390] By: stevep                                on 2006/06/13  01:15:21
4989         Log: Upgrade to Digest-SHA-5.41
4990      Branch: perl
4991            ! ext/Digest/SHA/Changes ext/Digest/SHA/README
4992            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/bin/shasum
4993            ! ext/Digest/SHA/src/hmac.c ext/Digest/SHA/src/hmac.h
4994            ! ext/Digest/SHA/src/sha.c ext/Digest/SHA/src/sha.h
4995            ! ext/Digest/SHA/t/2-nist-sha-oo.t
4996 ____________________________________________________________________________
4997 [ 28389] By: stevep                                on 2006/06/13  01:00:02
4998         Log: Upgrade to Unicode-Normalize-1.00
4999      Branch: perl
5000            ! ext/Unicode/Normalize/Changes
5001            ! ext/Unicode/Normalize/Normalize.pm
5002            ! ext/Unicode/Normalize/Normalize.xs
5003            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
5004            ! ext/Unicode/Normalize/t/fcdc.t ext/Unicode/Normalize/t/func.t
5005            ! ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/null.t
5006            ! ext/Unicode/Normalize/t/test.t
5007 ____________________________________________________________________________
5008 [ 28388] By: rgs                                   on 2006/06/12  17:21:22
5009         Log: Subject: Re: Segv from new regex code when under threads.
5010              From: demerphq <demerphq@gmail.com>
5011              Date: Mon, 12 Jun 2006 19:17:30 +0200
5012              Message-ID: <9b18b3110606121017t3af81484t4fb13015fac74592@mail.gmail.com>
5013      Branch: perl
5014            ! regcomp.c win32/vmem.h
5015 ____________________________________________________________________________
5016 [ 28387] By: rgs                                   on 2006/06/12  16:41:44
5017         Log: Add the new method UNIVERSAL::DOES() and the API function sv_does()
5018              
5019              Subject: Re: [PROPOSED PATCH: universal.c, t/op/universal.t] Add does()
5020              From: chromatic <chromatic@wgz.org>
5021              Date: Tue, 30 May 2006 17:41:08 -0700
5022              Message-Id: <200605301741.08363.chromatic@wgz.org>
5023      Branch: perl
5024            ! embed.fnc embed.h global.sym pod/perlapi.pod proto.h
5025            ! t/op/universal.t universal.c
5026 ____________________________________________________________________________
5027 [ 28386] By: rgs                                   on 2006/06/12  14:35:22
5028         Log: Adapt the new Test::Harness test to the core
5029      Branch: perl
5030            ! lib/Test/Harness/t/failure.t
5031 ____________________________________________________________________________
5032 [ 28385] By: rgs                                   on 2006/06/12  14:12:18
5033         Log: Subject: [PATCH] Static cleanup in pp_sort.c
5034              From: andy@petdance.com (Andy Lester)
5035              Date: Mon, 12 Jun 2006 08:59:34 -0500
5036              Message-ID: <20060612135934.GA2202@petdance.com>
5037      Branch: perl
5038            ! embed.fnc embed.h pp_sort.c proto.h
5039 ____________________________________________________________________________
5040 [ 28384] By: rgs                                   on 2006/06/12  14:08:09
5041         Log: Upgrade to Test::Harness 2.62
5042      Branch: perl
5043            + lib/Test/Harness/t/failure.t
5044            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
5045 ____________________________________________________________________________
5046 [ 28383] By: rgs                                   on 2006/06/12  13:01:43
5047         Log: Subject: Fw: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.15.tar.gz
5048              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
5049              Date: Sun, 11 Jun 2006 02:30:54 +0200
5050              Message-ID: <1149985854.448b643e27a1f@imp5-g19.free.fr>
5051      Branch: perl
5052            + ext/Sys/Syslog/ppport.h
5053            ! MANIFEST ext/Sys/Syslog/Changes ext/Sys/Syslog/README
5054            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/Syslog.xs
5055            ! ext/Sys/Syslog/t/syslog.t
5056 ____________________________________________________________________________
5057 [ 28382] By: rgs                                   on 2006/06/12  12:08:54
5058         Log: Subject: Re: [PATCH DOC] Three minor fixes related to perlop
5059              From: Daniel Frederick Crisman <daniel@crisman.org>
5060              Date: Sat, 10 Jun 2006 10:49:29 -0400
5061              Message-ID: <20060610144929.GA10201@fury.crisman.org>
5062      Branch: perl
5063            ! pod/perldiag.pod pod/perlop.pod
5064 ____________________________________________________________________________
5065 [ 28381] By: rgs                                   on 2006/06/12  10:07:18
5066         Log: Subject: [PATCH] Proper use of enums
5067              From: andy@petdance.com (Andy Lester)
5068              Date: Sun, 11 Jun 2006 22:44:34 -0500
5069              Message-ID: <20060612034434.GA21588@petdance.com>
5070      Branch: perl
5071            ! embed.fnc gv.c op.c perlio.c pod/perlapi.pod pp.c proto.h sv.c
5072            ! sv.h
5073 ____________________________________________________________________________
5074 [ 28380] By: rgs                                   on 2006/06/11  23:08:32
5075         Log: Subject: Re: [PATCH] regexec/regcomp.c cleanups
5076              From: demerphq <demerphq@gmail.com>
5077              Date: Sun, 11 Jun 2006 23:01:14 +0200
5078              Message-ID: <9b18b3110606111401o143b2f57rd17bf117979853e7@mail.gmail.com>
5079      Branch: perl
5080            ! ext/re/re.pm pod/perlreguts.pod regcomp.c regcomp.h regexec.c
5081            ! regexp.h sv.c
5082 ____________________________________________________________________________
5083 [ 28379] By: rgs                                   on 2006/06/11  22:00:03
5084         Log: Subject: Re: [PATCH] Better version of the Aho-Corasick patch and lots of benchmarks.
5085              From: demerphq <demerphq@gmail.com>
5086              Date: Fri, 9 Jun 2006 19:48:11 +0200
5087              Message-ID: <9b18b3110606091048n4d1f3b17vc608943044d4532a@mail.gmail.com>
5088      Branch: perl
5089            ! ext/re/re.pm regcomp.c regexec.c regexp.h
5090 ____________________________________________________________________________
5091 [ 28378] By: nicholas                              on 2006/06/11  20:52:36
5092         Log: A little more work needed to get ext/re/t/re.t test 14 (no segv) passing
5093              with PERL_DESTRUCT_LEVEL=2.
5094      Branch: perl
5095            ! gv.c regcomp.h
5096 ____________________________________________________________________________
5097 [ 28377] By: rgs                                   on 2006/06/09  16:40:52
5098         Log: Mark the 1st argument to S_exec_failed as non null
5099      Branch: perl
5100            ! embed.fnc proto.h
5101 ____________________________________________________________________________
5102 [ 28376] By: rgs                                   on 2006/06/09  16:15:08
5103         Log: Subject: [PATCH] Add error checks after execing PL_cshname or PL_sh_path
5104              From: "Jan Dubois" <jand@activestate.com>
5105              Date: Wed, 7 Jun 2006 15:53:02 -0700
5106              Message-ID: <002301c68a85$21aa7320$d045a8c0@candy>
5107      Branch: perl
5108            ! doio.c embed.fnc embed.h proto.h
5109 ____________________________________________________________________________
5110 [ 28375] By: rgs                                   on 2006/06/09  16:03:03
5111         Log: Subject: [patch] Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.64.tar.gz
5112              From: John Peacock <jpeacock@rowman.com>
5113              Date: Thu, 08 Jun 2006 21:14:04 -0400
5114              Message-ID: <4488CB5C.4070702@rowman.com>
5115      Branch: perl
5116            ! lib/version.pm lib/version.pod lib/version.t universal.c
5117            ! util.c
5118 ____________________________________________________________________________
5119 [ 28374] By: rgs                                   on 2006/06/09  14:39:31
5120         Log: Subject: [PATCH] sv_dup
5121              From: andy@petdance.com (Andy Lester)
5122              Date: Fri, 9 Jun 2006 00:39:25 -0500
5123              Message-ID: <20060609053925.GA30698@petdance.com>
5124      Branch: perl
5125            ! sv.c
5126 ____________________________________________________________________________
5127 [ 28373] By: rgs                                   on 2006/06/09  14:06:24
5128         Log: Subject: Re: [PATCH] Better version of the Aho-Corasick patch and lots of benchmarks.
5129              From: demerphq <demerphq@gmail.com>
5130              Date: Fri, 9 Jun 2006 00:56:37 +0200
5131              Message-ID: <9b18b3110606081556t779de698r82f361d82a05fbc8@mail.gmail.com>
5132              
5133              (with tweaks)
5134      Branch: perl
5135            ! embed.fnc embed.h ext/re/t/re.t ext/re/t/regop.pl
5136            ! ext/re/t/regop.t proto.h regcomp.c regcomp.h regexec.c sv.c
5137 ____________________________________________________________________________
5138 [ 28372] By: rgs                                   on 2006/06/08  14:11:29
5139         Log: Add the perlreguts manpage, by Yves Orton
5140      Branch: perl
5141            + pod/perlreguts.pod
5142            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
5143            ! vms/descrip_mms.template win32/pod.mak
5144 ____________________________________________________________________________
5145 [ 28371] By: rgs                                   on 2006/06/08  13:00:18
5146         Log: Subject: [PATCH] Re: range operator vs. unicode
5147              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
5148              Date: Thu, 8 Jun 2006 02:33:43 -0700
5149              Message-ID: <20060608093343.GD2676@efn.org>
5150              
5151              with tweaks
5152      Branch: perl
5153            ! pod/perlop.pod
5154 ____________________________________________________________________________
5155 [ 28370] By: rgs                                   on 2006/06/07  20:47:20
5156         Log: Revert change #20462 (except the regression test),
5157              since the bug has been really fixed by change #22074,
5158              as explained in :
5159              Subject: Re: [perl #39247] defined-ness of substrings disappear over repeated calls
5160              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
5161              Date: Thu, 01 Jun 2006 08:16:51 +0900
5162              Message-Id: <20060601081304.7A39.BQW10602@nifty.com>
5163      Branch: perl
5164            ! pp.c
5165 ____________________________________________________________________________
5166 [ 28369] By: nicholas                              on 2006/06/07  17:36:32
5167         Log: The binmode in t/iop/utf8.t doesn't need to be conditional on ${^OPEN}
5168      Branch: perl
5169            ! t/io/utf8.t
5170 ____________________________________________________________________________
5171 [ 28368] By: craigb                                on 2006/06/07  12:29:32
5172         Log: autosplit one level deeper so we don't miss anything
5173              on a second pass (where lib/auto already exists)
5174      Branch: perl
5175            ! vms/descrip_mms.template
5176 ____________________________________________________________________________
5177 [ 28367] By: craigb                                on 2006/06/07  12:14:39
5178         Log: Subject: [patch@28349] vmsify - full EFS charset support
5179              From: "John E. Malmberg" <wb8tyw@qsl.net>
5180              Date: Mon, 05 Jun 2006 23:39:32 -0400
5181              Message-id: <4484F8F4.7040902@qsl.net>
5182
5183      Branch: perl
5184            ! vms/vms.c vms/vmsish.h
5185 ____________________________________________________________________________
5186 [ 28366] By: rgs                                   on 2006/06/07  09:13:51
5187         Log: Add a regression test to ensure that charnames pragma
5188              is propagated to eval("")
5189      Branch: perl
5190            ! lib/charnames.t
5191 ____________________________________________________________________________
5192 [ 28365] By: rgs                                   on 2006/06/07  08:47:49
5193         Log: Make "use feature 'dor'" an alias for "use feature 'err'"
5194      Branch: perl
5195            ! lib/feature.pm
5196 ____________________________________________________________________________
5197 [ 28364] By: rgs                                   on 2006/06/07  08:33:35
5198         Log: Subject: [PATCH] exhausting <> in BEGIN{} gets ARGVOUT used only once warning
5199              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
5200              Date: Tue, 6 Jun 2006 22:24:46 -0700
5201              Message-ID: <20060607052446.GA3240@efn.org>
5202      Branch: perl
5203            ! gv.c t/op/readline.t
5204 ____________________________________________________________________________
5205 [ 28363] By: rgs                                   on 2006/06/07  08:30:03
5206         Log: Subject: [PATCH] dump.c patches
5207              From: andy@petdance.com (Andy Lester)
5208              Date: Tue, 6 Jun 2006 10:01:37 -0500
5209              Message-ID: <20060606150137.GA4434@petdance.com>
5210      Branch: perl
5211            ! doop.c dump.c
5212 ____________________________________________________________________________
5213 [ 28362] By: merijn                                on 2006/06/06  18:33:52
5214         Log: Subject: [PATCH]Teach Configure that icc is not gcc
5215              From: Steve Peters <steve@fisharerojo.org>
5216              Date: Tue, 6 Jun 2006 10:33:12 -0500
5217              Message-ID: <20060606153312.GA5542@fisharerojo.org>
5218      Branch: perl
5219            ! Configure
5220 ____________________________________________________________________________
5221 [ 28360] By: rgs                                   on 2006/06/06  16:30:36
5222         Log: Upgrade to Module::CoreList 2.05
5223              (contains a patch by Adriano Ferreira to make corelist accept
5224              regexps as arguments)
5225      Branch: perl
5226            + lib/Module/CoreList/t/find_modules.t
5227            ! MANIFEST lib/Module/CoreList.pm
5228            ! lib/Module/CoreList/bin/corelist
5229 ____________________________________________________________________________
5230 [ 28359] By: rgs                                   on 2006/06/06  12:37:34
5231         Log: Upgrade to Encode 2.18
5232      Branch: perl
5233            ! ext/Encode/Byte/Byte.pm ext/Encode/CN/CN.pm ext/Encode/Changes
5234            ! ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/Encode.pm
5235            ! ext/Encode/Encode.xs ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm
5236            ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/TW.pm
5237            ! ext/Encode/bin/enc2xs ext/Encode/encoding.pm
5238            ! ext/Encode/lib/Encode/Alias.pm
5239            ! ext/Encode/lib/Encode/CJKConstants.pm
5240            ! ext/Encode/lib/Encode/CN/HZ.pm ext/Encode/lib/Encode/Config.pm
5241            ! ext/Encode/lib/Encode/Encoding.pm
5242            ! ext/Encode/lib/Encode/Guess.pm ext/Encode/lib/Encode/JP/H2Z.pm
5243            ! ext/Encode/lib/Encode/JP/JIS7.pm
5244            ! ext/Encode/lib/Encode/KR/2022_KR.pm
5245            ! ext/Encode/lib/Encode/MIME/Header.pm
5246            ! ext/Encode/lib/Encode/MIME/Header/ISO_2022_JP.pm
5247            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
5248 ____________________________________________________________________________
5249 [ 28358] By: rgs                                   on 2006/06/06  11:27:19
5250         Log: Subject: [PATCH] more accumulated cleanups
5251              From: andy@petdance.com (Andy Lester)
5252              Date: Tue, 6 Jun 2006 00:25:01 -0500
5253              Message-ID: <20060606052501.GA30469@petdance.com>
5254      Branch: perl
5255            ! av.c doio.c utf8.c util.c
5256 ____________________________________________________________________________
5257 [ 28357] By: rgs                                   on 2006/06/06  11:17:22
5258         Log: Subject: [PATCH] Accumulated toke.c cleanups
5259              From: andy@petdance.com (Andy Lester)
5260              Date: Tue, 6 Jun 2006 00:07:36 -0500
5261              Message-ID: <20060606050736.GA30291@petdance.com>
5262      Branch: perl
5263            ! toke.c
5264 ____________________________________________________________________________
5265 [ 28356] By: rgs                                   on 2006/06/06  11:05:46
5266         Log: Subject: [PATCH] random thread test failure
5267              From: "Jerry D. Hedden" <jerry@hedden.us>
5268              Date: Mon, 05 Jun 2006 13:28:51 -0700
5269              Message-ID: <20060605132851.fb30e530d17747c2b054d625b8945d88.65486bb40b.wbe@email.secureserver.net>
5270      Branch: perl
5271            ! ext/threads/t/thread.t
5272 ____________________________________________________________________________
5273 [ 28355] By: rgs                                   on 2006/06/06  11:02:14
5274         Log: Subject: [PATCH] threads 1.32
5275              From: "Jerry D. Hedden" <jerry@hedden.us>
5276              Date: Mon, 05 Jun 2006 06:34:56 -0700
5277              Message-ID: <20060605063456.fb30e530d17747c2b054d625b8945d88.21396dde59.wbe@email.secureserver.net>
5278      Branch: perl
5279            + ext/threads/hints/hpux.pl
5280            ! MANIFEST ext/threads/Changes ext/threads/README
5281            ! ext/threads/t/blocks.t ext/threads/t/context.t
5282            ! ext/threads/t/end.t ext/threads/t/free.t ext/threads/t/free2.t
5283            ! ext/threads/t/join.t ext/threads/t/kill.t ext/threads/t/libc.t
5284            ! ext/threads/t/problems.t ext/threads/t/thread.t
5285            ! ext/threads/threads.pm ext/threads/threads.xs
5286 ____________________________________________________________________________
5287 [ 28354] By: nicholas                              on 2006/06/05  21:39:40
5288         Log: Eliminate most of the UTF-8 black smoke by skipping optree tests when
5289              ${^OPEN} is set, and tweaking hints.t to understand that $^H is
5290              different when -C has been used.
5291      Branch: perl
5292            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
5293            ! ext/B/t/optree_constants.t ext/B/t/optree_misc.t
5294            ! ext/B/t/optree_samples.t ext/B/t/optree_sort.t
5295            ! ext/B/t/optree_specials.t ext/B/t/optree_varinit.t
5296            ! t/comp/hints.t
5297 ____________________________________________________________________________
5298 [ 28353] By: nicholas                              on 2006/06/05  21:38:38
5299         Log: Add the missing ${^OPEN} hints flag to B::Concise
5300      Branch: perl
5301            ! ext/B/B/Concise.pm
5302 ____________________________________________________________________________
5303 [ 28352] By: rgs                                   on 2006/06/05  16:22:46
5304         Log: Subject: [DOCPATCH perlunicode.pod] paragraphing nit
5305              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
5306              Date: Sun, 04 Jun 2006 15:52:54 +0900
5307              Message-Id: <20060604155149.0913.BQW10602@nifty.com>
5308      Branch: perl
5309            ! pod/perlunicode.pod
5310 ____________________________________________________________________________
5311 [ 28351] By: rgs                                   on 2006/06/05  08:35:45
5312         Log: Subject: [PATCH] mg.c: using #ifdef inside a macro call ENONPORTABLE (causes e.g. AIX to barf)
5313              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
5314              Date: Sun, 4 Jun 2006 11:21:30 +0300 (EEST)
5315              Message-Id: <200606040821.k548LUYu010965@vipunen.hut.fi>
5316      Branch: perl
5317            ! mg.c
5318 ____________________________________________________________________________
5319 [ 28350] By: rgs                                   on 2006/06/05  07:50:12
5320         Log: Use POSIX::_exit instead of exit in IPC::Open when exiting after an
5321              exec() failure, as suggested by Salvador Fandino after change #28347
5322      Branch: perl
5323            ! lib/IPC/Open3.pm
5324 ____________________________________________________________________________
5325 [ 28349] By: rgs                                   on 2006/06/04  22:32:50
5326         Log: The smart match table was duplicated in source code and in perlsyn,
5327              so remove the one in the source code
5328      Branch: perl
5329            ! pod/perlsyn.pod pp_ctl.c
5330 ____________________________________________________________________________
5331 [ 28348] By: craigb                                on 2006/06/02  23:18:08
5332         Log: It's all relative -- better handling of tainted directories
5333              in PATH on VMS (and scrubbing them in t/test.pl).
5334      Branch: perl
5335            ! mg.c t/test.pl
5336 ____________________________________________________________________________
5337 [ 28347] By: davem                                 on 2006/06/02  19:53:52
5338         Log: IPC::Open3 handled exec failure badly
5339              When you're in the child, don't croak - you may get trapped by
5340              eval. Also clarify the documentation
5341      Branch: perl
5342            ! lib/IPC/Open3.pm
5343 ____________________________________________________________________________
5344 [ 28346] By: stevep                                on 2006/06/01  19:11:38
5345         Log: Subject: [perl #39178] IO::Socket::connect returns wrong errno on timeout
5346              From: "mlelstv@serpens.de (via RT)" <perlbug-followup@perl.org>
5347              Date: Sun, 21 May 2006 04:23:38 -0700
5348              Message-ID: <rt-3.0.11-39178-133695.13.7935957232893@perl.org>
5349      Branch: perl
5350            ! ext/IO/lib/IO/Socket.pm
5351 ____________________________________________________________________________
5352 [ 28345] By: rgs                                   on 2006/06/01  14:50:50
5353         Log: Add the perlunitut manpage, by Juerd Waalboer
5354      Branch: perl
5355            + pod/perlunitut.pod
5356            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
5357            ! vms/descrip_mms.template win32/pod.mak
5358 ____________________________________________________________________________
5359 [ 28344] By: rgs                                   on 2006/06/01  12:16:09
5360         Log: Subject: [PATCH: installperl] Was: Bug#369481: perl-base: 5.8.4-8sarge4 seemed to trigger "weak references not implemented"
5361              From: Brendan O'Dea <bod@debian.org>
5362              Date: Wed, 31 May 2006 22:51:48 +1000
5363              Message-ID: <20060531125148.GA20658@londo.c47.org>
5364      Branch: perl
5365            ! installperl
5366 ____________________________________________________________________________
5367 [ 28343] By: rgs                                   on 2006/06/01  11:40:34
5368         Log: Add a few more built-in types in perlfunc/ref()
5369      Branch: perl
5370            ! pod/perlfunc.pod
5371 ____________________________________________________________________________
5372 [ 28342] By: rgs                                   on 2006/06/01  07:08:36
5373         Log: Remove duplicate file in manifest
5374      Branch: perl
5375            ! MANIFEST
5376 ____________________________________________________________________________
5377 [ 28341] By: rgs                                   on 2006/06/01  07:07:43
5378         Log: Add missing file to MANIFEST
5379      Branch: perl
5380            ! MANIFEST
5381 ____________________________________________________________________________
5382 [ 28340] By: craigb                                on 2006/05/31  03:31:54
5383         Log: Teach incfilter.t some DCL.
5384      Branch: perl
5385            ! t/op/incfilter.t
5386 ____________________________________________________________________________
5387 [ 28339] By: craigb                                on 2006/05/31  03:19:27
5388         Log: Make VMS-specific device name encoding routine say no more politely.
5389      Branch: perl
5390            ! vms/vms.c
5391 ____________________________________________________________________________
5392 [ 28338] By: rgs                                   on 2006/05/30  12:21:17
5393         Log: Subject: Re: B::Lint changes
5394              From: "Joshua ben Jore" <twists@gmail.com>
5395              Date: Thu, 18 May 2006 08:45:30 -0500
5396              Message-ID: <dc5c751d0605180645q63ddba5fga354d2660a4877f5@mail.gmail.com>
5397      Branch: perl
5398            ! ext/B/B/Lint.pm ext/B/t/lint.t
5399 ____________________________________________________________________________
5400 [ 28337] By: nicholas                              on 2006/05/30  11:59:26
5401         Log: Fix bugs in the bytecode system caused by the abolition of cop_io.
5402      Branch: perl
5403            ! ext/B/B.xs ext/B/B/Bytecode.pm
5404 ____________________________________________________________________________
5405 [ 28336] By: rgs                                   on 2006/05/30  08:32:00
5406         Log: Subject: C is not perl, AV's dont just magically free themselves...
5407              From: demerphq <demerphq@gmail.com>
5408              Date: Tue, 30 May 2006 10:23:19 +0200
5409              Message-ID: <9b18b3110605300123t467f14eerf30a149f253be281@mail.gmail.com>
5410      Branch: perl
5411            ! regcomp.c
5412 ____________________________________________________________________________
5413 [ 28335] By: nicholas                              on 2006/05/29  22:58:46
5414         Log: Comprehensive regression tests for Perl_refcounted_he_fetch().
5415              Fix a bug due to the fact that Perl's typedef'd "bool" type isn't
5416              actually boolean.
5417      Branch: perl
5418            + ext/XS/APItest/t/op.t t/op/caller.pl
5419            ! MANIFEST ext/XS/APItest/APItest.xs hv.c t/op/caller.t
5420 ____________________________________________________________________________
5421 [ 28334] By: craigb                                on 2006/05/29  22:34:23
5422         Log: Subject: [PATCH] redo part of change 27374
5423              From: Abe Timmerman <abe@ztreet.demon.nl>
5424              Date: Mon, 29 May 2006 23:24:51 +0200
5425              Message-id: <200605292324.51714.abe@ztreet.demon.nl>
5426
5427      Branch: perl
5428            ! configure.com
5429 ____________________________________________________________________________
5430 [ 28333] By: craigb                                on 2006/05/29  19:37:41
5431         Log: And some more DynaLoader things that should not be tested on
5432              VMS since they are not part of the implementation.
5433      Branch: perl
5434            ! ext/DynaLoader/t/DynaLoader.t
5435 ____________________________________________________________________________
5436 [ 28332] By: mhx                                   on 2006/05/29  17:50:48
5437         Log: Upgrade to Devel::PPPort 3.08_04
5438      Branch: perl
5439            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
5440            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
5441            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/TODO
5442            ! ext/Devel/PPPort/apicheck_c.PL
5443            ! ext/Devel/PPPort/devel/buildperl.pl
5444            ! ext/Devel/PPPort/devel/devtools.pl
5445            ! ext/Devel/PPPort/devel/mktodo ext/Devel/PPPort/devel/mktodo.pl
5446            ! ext/Devel/PPPort/devel/regenerate
5447            ! ext/Devel/PPPort/parts/apicheck.pl
5448            ! ext/Devel/PPPort/parts/base/5004000
5449            ! ext/Devel/PPPort/parts/base/5004050
5450            ! ext/Devel/PPPort/parts/base/5005000
5451            ! ext/Devel/PPPort/parts/base/5005030
5452            ! ext/Devel/PPPort/parts/base/5006000
5453            ! ext/Devel/PPPort/parts/base/5006001
5454            ! ext/Devel/PPPort/parts/base/5007001
5455            ! ext/Devel/PPPort/parts/base/5007002
5456            ! ext/Devel/PPPort/parts/base/5007003
5457            ! ext/Devel/PPPort/parts/base/5008000
5458            ! ext/Devel/PPPort/parts/base/5008001
5459            ! ext/Devel/PPPort/parts/base/5009000
5460            ! ext/Devel/PPPort/parts/base/5009001
5461            ! ext/Devel/PPPort/parts/base/5009002
5462            ! ext/Devel/PPPort/parts/base/5009003
5463            ! ext/Devel/PPPort/parts/base/5009004
5464            ! ext/Devel/PPPort/parts/inc/podtest
5465            ! ext/Devel/PPPort/parts/todo/5004000
5466            ! ext/Devel/PPPort/parts/todo/5005000
5467            ! ext/Devel/PPPort/parts/todo/5005030
5468            ! ext/Devel/PPPort/parts/todo/5006000
5469            ! ext/Devel/PPPort/parts/todo/5006001
5470            ! ext/Devel/PPPort/parts/todo/5007001
5471            ! ext/Devel/PPPort/parts/todo/5007002
5472            ! ext/Devel/PPPort/parts/todo/5007003
5473            ! ext/Devel/PPPort/parts/todo/5008000
5474            ! ext/Devel/PPPort/parts/todo/5008001
5475            ! ext/Devel/PPPort/parts/todo/5009000
5476            ! ext/Devel/PPPort/parts/todo/5009001
5477            ! ext/Devel/PPPort/parts/todo/5009002
5478            ! ext/Devel/PPPort/parts/todo/5009003
5479            ! ext/Devel/PPPort/parts/todo/5009004 ext/Devel/PPPort/soak
5480            ! ext/Devel/PPPort/t/podtest.t
5481 ____________________________________________________________________________
5482 [ 28331] By: davem                                 on 2006/05/29  15:27:02
5483         Log: make require report too many open files error
5484              ie don't continue searching the rest of @INC
5485      Branch: perl
5486            ! pp_ctl.c
5487 ____________________________________________________________________________
5488 [ 28330] By: davem                                 on 2006/05/29  14:12:13
5489         Log: ensure failure to load Carp::Heavy gets reported
5490      Branch: perl
5491            ! lib/Carp.pm
5492 ____________________________________________________________________________
5493 [ 28329] By: rgs                                   on 2006/05/29  14:08:42
5494         Log: Revert change 28322, which makes ithreads panic
5495      Branch: perl
5496            ! perlio.c
5497 ____________________________________________________________________________
5498 [ 28328] By: rgs                                   on 2006/05/29  13:41:24
5499         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. 
5500              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
5501              Date: Sun, 21 May 2006 19:33:21 +0900
5502              Message-Id: <20060521193259.81E5.BQW10602@nifty.com>
5503              
5504              with test tweaks further suggested by the same
5505      Branch: perl
5506            ! sv.c t/op/sprintf2.t
5507 ____________________________________________________________________________
5508 [ 28327] By: rgs                                   on 2006/05/29  13:10:45
5509         Log: Silence a warning
5510      Branch: perl
5511            ! regcomp.c
5512 ____________________________________________________________________________
5513 [ 28326] By: rgs                                   on 2006/05/29  12:40:15
5514         Log: Regen headers following change 28325. Also, make it compile
5515              with gcc by forward-declaring struct _reg_trie_data; and
5516              tweak the new re test to use test.pl, in order to portably
5517              run a new interpreter
5518      Branch: perl
5519            ! embed.h ext/re/t/regop.t perl.h proto.h regcomp.c regcomp.h
5520            ! regexec.c regnodes.h
5521 ____________________________________________________________________________
5522 [ 28325] By: rgs                                   on 2006/05/29  12:38:09
5523         Log: Subject: Re: [PATCH] More regex optimisations and debug enhancements (including Andys stuff too)
5524              From: demerphq <demerphq@gmail.com>
5525              Date: Sun, 28 May 2006 16:24:59 +0200
5526              Message-ID: <9b18b3110605280724u54a9c53bn3b20692b6fe4f1c3@mail.gmail.com>
5527      Branch: perl
5528            + ext/re/t/regop.pl ext/re/t/regop.t
5529            ! MANIFEST embed.fnc ext/re/re.pm regcomp.c regcomp.h regcomp.pl
5530            ! regcomp.sym regexec.c t/op/re_tests
5531 ____________________________________________________________________________
5532 [ 28324] By: rgs                                   on 2006/05/29  09:39:06
5533         Log: Subject: [PATCH] skip t/op/incfilter.t for "make clean;make miniperl;make minitest"
5534              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
5535              Date: Sun, 28 May 2006 14:11:02 +0300 (EEST)
5536              Message-Id: <200605281111.k4SBB2jc133843@kosh.hut.fi>
5537      Branch: perl
5538            ! t/op/incfilter.t
5539 ____________________________________________________________________________
5540 [ 28323] By: rgs                                   on 2006/05/29  08:20:36
5541         Log: Subject: [PATCH] gv.c consting
5542              From: andy@petdance.com (Andy Lester)
5543              Date: Sun, 28 May 2006 12:24:25 -0500
5544              Message-ID: <20060528172425.GA8291@petdance.com>
5545              
5546              Subject: [PATCH] mg.c consting
5547              From: andy@petdance.com (Andy Lester)
5548              Date: Sun, 28 May 2006 11:34:33 -0500
5549              Message-ID: <20060528163433.GA5518@petdance.com>
5550      Branch: perl
5551            ! embed.fnc gv.c mg.c proto.h
5552 ____________________________________________________________________________
5553 [ 28322] By: rgs                                   on 2006/05/29  08:00:04
5554         Log: Subject: [PATCH] perlio.c: nobody was freeing PL_perlio_fd_refcnt, now PerlIO_cleanup() is
5555              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
5556              Date: Sun, 28 May 2006 18:15:35 +0300 (EEST)
5557              Message-Id: <20060528151535.BEA3E6D08C@seth.hut.fi>
5558      Branch: perl
5559            ! perlio.c
5560 ____________________________________________________________________________
5561 [ 28321] By: nicholas                              on 2006/05/28  10:55:17
5562         Log: Subject: [PATCH] DynaLoader.t: less assumptions
5563              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
5564              Message-ID: <44796AF2.8060903@gmail.com>
5565              Date: Sun, 28 May 2006 12:18:42 +0300
5566      Branch: perl
5567            ! ext/DynaLoader/t/DynaLoader.t
5568 ____________________________________________________________________________
5569 [ 28320] By: nicholas                              on 2006/05/28  10:40:48
5570         Log: Perl_refcounted_he_chain_2hv()'s code to skip duplicate keys was far
5571              too lax.
5572      Branch: perl
5573            ! hv.c t/op/caller.t
5574 ____________________________________________________________________________
5575 [ 28319] By: davem                                 on 2006/05/27  21:16:30
5576         Log: fix eval qw(BEGIN{die}) style leaks.
5577              death while exdcuting code while parsing meant that the current
5578              parse stack got quiety abandonded, thus leaking a bunch of OPs.
5579              Register a destructor to be called when this happens.
5580      Branch: perl
5581            ! perly.c
5582 ____________________________________________________________________________
5583 [ 28318] By: craigb                                on 2006/05/27  18:00:31
5584         Log: use the same arg names everyone else does and handle undef filename
5585      Branch: perl
5586            ! ext/DynaLoader/dl_vms.xs
5587 ____________________________________________________________________________
5588 [ 28317] By: davem                                 on 2006/05/27  15:05:30
5589         Log: Subject:  RE: perlhack.pod confused about POPSTACK
5590              From:  "Jan Dubois" <jand@activestate.com>
5591              Date:  Thu, 25 May 2006 18:20:25 -0700
5592              Message-Id:  <059101c68062$9143d550$2217a8c0@candy>
5593              
5594              more fixing of the PUSHMARK example
5595      Branch: perl
5596            ! pod/perlhack.pod
5597 ____________________________________________________________________________
5598 [ 28316] By: davem                                 on 2006/05/27  00:54:18
5599         Log: make -Dpv display OP names ons the parser stack
5600      Branch: perl
5601            ! perly.c
5602 ____________________________________________________________________________
5603 [ 28315] By: davem                                 on 2006/05/27  00:31:33
5604         Log: stop OPs leaking in eval "syntax error"
5605              When bison pops states during error recovery, any states holding
5606              an OP would leak the OP. Create an extra YY table that tells us
5607              which states are of type opval, and when popping one of those,
5608              free the op.
5609      Branch: perl
5610            ! madly.tab perly.c perly.tab regen_perly.pl
5611 ____________________________________________________________________________
5612 [ 28314] By: davem                                 on 2006/05/26  18:50:34
5613         Log: stop eval "sub{" leaking
5614      Branch: perl
5615            ! madly.act madly.h madly.tab madly.y perly.act perly.h
5616            ! perly.tab perly.y
5617 ____________________________________________________________________________
5618 [ 28313] By: stevep                                on 2006/05/26  15:03:12
5619         Log: Subject: [PATCH] SysV IPC
5620              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
5621              Date: Thu, 25 May 2006 18:49:33 +0300
5622              Message-ID: <4475D20D.9010600@gmail.com>
5623      Branch: perl
5624            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
5625            ! ext/IPC/SysV/SysV.pm pod/perlipc.pod
5626 ____________________________________________________________________________
5627 [ 28312] By: stevep                                on 2006/05/26  14:45:01
5628         Log: Upgrade to Sys-Syslog-0.14
5629      Branch: perl
5630            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/Makefile.PL
5631            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/fallback/const-c.inc
5632            ! ext/Sys/Syslog/t/constants.t ext/Sys/Syslog/t/syslog.t
5633 ____________________________________________________________________________
5634 [ 28311] By: stevep                                on 2006/05/26  13:39:06
5635         Log: Fix pod nit in perltodo.
5636      Branch: perl
5637            ! pod/perltodo.pod
5638 ____________________________________________________________________________
5639 [ 28310] By: stevep                                on 2006/05/26  13:38:16
5640         Log: Stop a warning generated from thread's Makefile.PL
5641      Branch: perl
5642            ! ext/threads/Makefile.PL
5643 ____________________________________________________________________________
5644 [ 28309] By: stevep                                on 2006/05/26  13:33:54
5645         Log: Sun C on Linux doesn't complain about the attributes sprinkled 
5646              through the code in all cases, even though attributes are not
5647              supported.  In some cases, however, it does.  
5648      Branch: perl
5649            ! hints/linux.sh
5650 ____________________________________________________________________________
5651 [ 28308] By: rgs                                   on 2006/05/26  13:01:35
5652         Log: Subject: Re: [PATCH] Test script for DynaLoader
5653              From: demerphq <demerphq@gmail.com>
5654              Date: Thu, 25 May 2006 13:20:53 +0200
5655              Message-ID: <9b18b3110605250420m7431bfbeve44aada2025264f7@mail.gmail.com>
5656      Branch: perl
5657            ! ext/DynaLoader/t/DynaLoader.t
5658 ____________________________________________________________________________
5659 [ 28307] By: mhx                                   on 2006/05/25  15:52:02
5660         Log: Upgrade to Devel::PPPort 3.08_03
5661      Branch: perl
5662            + ext/Devel/PPPort/devel/devtools.pl
5663            + ext/Devel/PPPort/devel/regenerate
5664            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
5665            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
5666            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/apicheck_c.PL
5667            ! ext/Devel/PPPort/devel/mktodo ext/Devel/PPPort/devel/mktodo.pl
5668            ! ext/Devel/PPPort/parts/apicheck.pl
5669            ! ext/Devel/PPPort/parts/apidoc.fnc
5670            ! ext/Devel/PPPort/parts/base/5006000
5671            ! ext/Devel/PPPort/parts/base/5009003
5672            ! ext/Devel/PPPort/parts/base/5009004
5673            ! ext/Devel/PPPort/parts/embed.fnc
5674            ! ext/Devel/PPPort/parts/inc/podtest
5675            ! ext/Devel/PPPort/parts/inc/ppphtest
5676            ! ext/Devel/PPPort/parts/todo/5009003
5677            ! ext/Devel/PPPort/parts/todo/5009004 ext/Devel/PPPort/soak
5678            ! ext/Devel/PPPort/t/podtest.t ext/Devel/PPPort/t/ppphtest.t
5679 ____________________________________________________________________________
5680 [ 28306] By: stevep                                on 2006/05/25  13:48:56
5681         Log: Upgrade to Digest-SHA-5.38.
5682      Branch: perl
5683            ! ext/Digest/SHA/Changes ext/Digest/SHA/README
5684            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/bin/shasum
5685            ! ext/Digest/SHA/src/hmac.c ext/Digest/SHA/src/hmac.h
5686            ! ext/Digest/SHA/src/sha.c ext/Digest/SHA/src/sha.h
5687            ! ext/Digest/SHA/t/2-nist-sha-oo.t
5688 ____________________________________________________________________________
5689 [ 28305] By: gisle                                 on 2006/05/25  07:09:15
5690         Log: Subject: Pod::Html should not convert "foo" in `foo''
5691              From: Gisle Aas <gisle@ActiveState.com>
5692              Date: 24 May 2006 14:09:49 -0700
5693              Message-ID: <lr1wujqgde.fsf@caliper.activestate.com>
5694      Branch: perl
5695            ! lib/Pod/Html.pm
5696 ____________________________________________________________________________
5697 [ 28304] By: stevep                                on 2006/05/25  02:17:21
5698         Log: Upgrade to Test-Harness-2.60
5699      Branch: perl
5700            ! lib/Test/Harness.pm lib/Test/Harness/Changes
5701 ____________________________________________________________________________
5702 [ 28303] By: davem                                 on 2006/05/25  00:21:21
5703         Log: Subject:  RE: perlhack.pod confused about POPSTACK
5704              From:  "Jan Dubois" <jand@activestate.com>
5705              Date:  Wed, 24 May 2006 16:35:14 -0700
5706              Message-Id:  <03ee01c67f8a$b4d6aca0$2217a8c0@candy>
5707              
5708              clean up davem's doc thinko of change #28292
5709      Branch: perl
5710            ! pod/perlhack.pod
5711 ____________________________________________________________________________
5712 [ 28302] By: mhx                                   on 2006/05/24  17:44:20
5713         Log: Run 'make regen' for changes 28299, 28300, 28301.
5714      Branch: perl
5715            ! pod/perlapi.pod proto.h
5716 ____________________________________________________________________________
5717 [ 28301] By: mhx                                   on 2006/05/24  17:40:01
5718         Log: The sv_catpvs() and sv_setpvs() macros also return void.
5719      Branch: perl
5720            ! handy.h
5721 ____________________________________________________________________________
5722 [ 28300] By: mhx                                   on 2006/05/24  17:38:08
5723         Log: The SvREFCNT_*void* macros return void, not SV*.
5724      Branch: perl
5725            ! sv.h
5726 ____________________________________________________________________________
5727 [ 28299] By: mhx                                   on 2006/05/24  17:31:28
5728         Log: The 'f' flag was missing for my_snprintf().
5729      Branch: perl
5730            ! embed.fnc
5731 ____________________________________________________________________________
5732 [ 28298] By: rgs                                   on 2006/05/24  13:34:45
5733         Log: Fix segfault in SDBM_File when the destructor is called multiple times
5734      Branch: perl
5735            ! ext/SDBM_File/SDBM_File.pm ext/SDBM_File/SDBM_File.xs
5736 ____________________________________________________________________________
5737 [ 28297] By: rgs                                   on 2006/05/24  12:39:31
5738         Log: Subject: [PATCH] Stop harness from printing summary table header for each row in table
5739              From: demerphq <demerphq@gmail.com>
5740              Date: Tue, 23 May 2006 22:27:40 +0200
5741              Message-ID: <9b18b3110605231327t316104caoce301668178ee442@mail.gmail.com>
5742      Branch: perl
5743            ! lib/Test/Harness.pm
5744 ____________________________________________________________________________
5745 [ 28296] By: rgs                                   on 2006/05/24  12:24:27
5746         Log: Subject: [PATCH] Refactoring in av.c
5747              From: andy@petdance.com (Andy Lester)
5748              Date: Wed, 24 May 2006 00:16:40 -0500
5749              Message-ID: <20060524051640.GA4713@petdance.com>
5750      Branch: perl
5751            ! av.c cop.h
5752 ____________________________________________________________________________
5753 [ 28295] By: rgs                                   on 2006/05/24  07:27:47
5754         Log: Subject: [PATCH lib/AutoLoader.pm lib/AutoLoader.t] Export can() with AUTOLOAD()
5755              From: chromatic <chromatic@wgz.org>
5756              Date: Sat, 20 May 2006 11:40:27 -0700
5757              Message-Id: <200605201140.27789.chromatic@wgz.org>
5758              
5759              With tweaks: use built-in ref() instead of Scalar::Util::blessed
5760      Branch: perl
5761            ! lib/AutoLoader.pm lib/AutoLoader.t
5762 ____________________________________________________________________________
5763 [ 28294] By: stevep                                on 2006/05/24  02:56:23
5764         Log: Subject: [PATCH] Make t/TEST more helpful
5765              From: andy@petdance.com (Andy Lester)
5766              Date: Tue, 23 May 2006 21:07:48 -0500
5767              Message-ID: <20060524020748.GA16729@petdance.com>
5768      Branch: perl
5769            ! t/TEST
5770 ____________________________________________________________________________
5771 [ 28293] By: stevep                                on 2006/05/24  02:53:38
5772         Log: Subject: Re: [patch] win32/buildext.pl to handle inclusions and not just exclusions
5773              From: demerphq <demerphq@gmail.com>
5774              Date: Sun, 21 May 2006 12:20:12 +0200
5775              Message-ID: <9b18b3110605210320h5adc9df4hbee2302722b3dd6e@mail.gmail.com>
5776      Branch: perl
5777            ! win32/Makefile win32/buildext.pl
5778 ____________________________________________________________________________
5779 [ 28292] By: davem                                 on 2006/05/23  22:16:28
5780         Log: correct POPSTACK/POPMARK confusion in perlhack.pod
5781      Branch: perl
5782            ! pod/perlhack.pod
5783 ____________________________________________________________________________
5784 [ 28291] By: rgs                                   on 2006/05/23  08:05:56
5785         Log: Typo fix
5786      Branch: perl
5787            ! ext/threads/threads.pm
5788 ____________________________________________________________________________
5789 [ 28290] By: rgs                                   on 2006/05/23  08:03:08
5790         Log: Subject: [PATCH] Explicit thread context
5791              From: "Jerry D. Hedden" <jerry@hedden.us>
5792              Date: Fri, 19 May 2006 13:42:50 -0700
5793              Message-ID: <20060519134250.fb30e530d17747c2b054d625b8945d88.933b701674.wbe@email.secureserver.net>
5794      Branch: perl
5795            + ext/threads/t/context.t
5796            ! MANIFEST ext/threads/Changes ext/threads/README
5797            ! ext/threads/threads.pm ext/threads/threads.xs
5798 ____________________________________________________________________________
5799 [ 28289] By: rgs                                   on 2006/05/23  07:27:11
5800         Log: Subject: [PATCH] clean some lint findings
5801              From: andy@petdance.com (Andy Lester)
5802              Date: Sun, 21 May 2006 00:02:40 -0500
5803              Message-ID: <20060521050240.GA21051@petdance.com>
5804      Branch: perl
5805            ! embed.fnc embed.h hv.c perlio.c pp_pack.c proto.h
5806 ____________________________________________________________________________
5807 [ 28288] By: rgs                                   on 2006/05/23  07:23:48
5808         Log: Subject: Re: [PATCH - DUH] Synchronize bleadperl with version-0.60
5809              From: John Peacock <jpeacock@rowman.com>
5810              Date: Mon, 22 May 2006 19:08:03 -0400
5811              Message-ID: <44724453.5090606@rowman.com>
5812      Branch: perl
5813            ! lib/version.pm lib/version.t
5814 ____________________________________________________________________________
5815 [ 28287] By: rgs                                   on 2006/05/23  07:20:15
5816         Log: Fix a syntax error in test
5817      Branch: perl
5818            ! lib/Text/Balanced/t/00-load.t
5819 ____________________________________________________________________________
5820 [ 28286] By: merijn                                on 2006/05/23  06:17:26
5821         Log: HAS_HAS WAS NOW HAS
5822      Branch: perl
5823            ! handy.h
5824 ____________________________________________________________________________
5825 [ 28285] By: stevep                                on 2006/05/22  20:30:14
5826         Log: Subject: [PATCH] IO::Compress::Base::Common
5827              From: "Paul Marquess" <paul.marquess@openwave.com>
5828              Date: Sat, 20 May 2006 11:55:21 +0100
5829              Message-ID: <3F2DD0FCF1E2EA4D974C6195B482FD8801C339EF@bfs-exch-prd1.myopwv.com>
5830      Branch: perl
5831            ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
5832 ____________________________________________________________________________
5833 [ 28284] By: merijn                                on 2006/05/22  17:39:47
5834         Log: If I needed this now, I'll probably need it next time too :)
5835      Branch: perl
5836            ! handy.h
5837 ____________________________________________________________________________
5838 [ 28283] By: merijn                                on 2006/05/22  17:37:33
5839         Log: Re-generation after backports of
5840              #28188 Only ask about MAD for 5.9.0 and greater. Otherwise silently
5841              #28189 A Configure probe for C99 variadic macros, based on code from
5842              #28202 Take advantage of the bug that binexp ignores the Configure
5843              #28263 Oops. Fix bad #! lines when not using userelocatableinc
5844              One small cleanup fix added. Some small re-ordering. Some whitespace.
5845      Branch: perl
5846            ! Configure Porting/Glossary Porting/config.sh config_h.SH
5847 ____________________________________________________________________________
5848 [ 28280] By: rgs                                   on 2006/05/22  16:51:36
5849         Log: Amend version.pm so it correctly loads the XS version of qv()
5850      Branch: perl
5851            ! lib/version.pm
5852 ____________________________________________________________________________
5853 [ 28279] By: rgs                                   on 2006/05/22  16:41:56
5854         Log: Subject: [PATCH] pp_sys cleanup again
5855              From: andy@petdance.com (Andy Lester)
5856              Date: Sat, 20 May 2006 16:20:20 -0500
5857              Message-ID: <20060520212020.GA30688@petdance.com>
5858      Branch: perl
5859            ! pp_sys.c
5860 ____________________________________________________________________________
5861 [ 28277] By: steveh                                on 2006/05/22  15:18:33
5862         Log: Fix Win32 linker error
5863              
5864              See:
5865              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-05/msg00758.html
5866      Branch: perl
5867            ! embed.fnc embed.h global.sym
5868 ____________________________________________________________________________
5869 [ 28276] By: rgs                                   on 2006/05/22  15:02:08
5870         Log: Upgrade to version.pm 0.60
5871      Branch: perl
5872            ! lib/version.pm lib/version.t universal.c util.c
5873 ____________________________________________________________________________
5874 [ 28275] By: rgs                                   on 2006/05/22  14:49:05
5875         Log: Subject: Perl_PerlIO_context_layers and PerlIO_apply_layers, as well as other unexported/undefined entities... (patch 28258/28264 incomplete?)
5876              From: demerphq <demerphq@gmail.com>
5877              Date: Sun, 21 May 2006 15:06:20 +0200
5878              Message-ID: <9b18b3110605210606l441b69b3lf6934a15d9a26e4b@mail.gmail.com>
5879              
5880              (only the makedef.pl and perlio.c patches)
5881      Branch: perl
5882            ! makedef.pl perlio.c
5883 ____________________________________________________________________________
5884 [ 28274] By: merijn                                on 2006/05/22  14:42:47
5885         Log: Better handling for error-checking
5886              From: IRC/#p5p/Maddingue (Sebastien Aperghis-Tramoni)
5887      Branch: perl
5888            ! ext/DynaLoader/t/DynaLoader.t
5889 ____________________________________________________________________________
5890 [ 28273] By: rgs                                   on 2006/05/22  13:58:45
5891         Log: Subject: [PATCH] literal string macros
5892              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
5893              Date: Mon, 22 May 2006 13:39:33 +0200
5894              Message-ID: <20060522133933.65ea93ce@r2d2>
5895      Branch: perl
5896            ! handy.h pod/perlapi.pod
5897 ____________________________________________________________________________
5898 [ 28272] By: stevep                                on 2006/05/22  13:57:54
5899         Log: Additional perlpragma.pod nits.
5900      Branch: perl
5901            ! pod/perlpragma.pod
5902 ____________________________________________________________________________
5903 [ 28271] By: rgs                                   on 2006/05/22  13:47:19
5904         Log: More nits in perlpragma, and remove the warning about %^H being
5905              strictly internal in perlvar.
5906      Branch: perl
5907            ! pod/perlpragma.pod pod/perlvar.pod
5908 ____________________________________________________________________________
5909 [ 28270] By: stevep                                on 2006/05/22  13:46:30
5910         Log: Silence Text::Balanced's 00-load.t when PERL_CORE is defined.
5911      Branch: perl
5912            ! lib/Text/Balanced/t/00-load.t
5913 ____________________________________________________________________________
5914 [ 28269] By: rgs                                   on 2006/05/22  13:09:12
5915         Log: Subject: Re: [PATCH] optimize /[x]/ to /x/.
5916              From: demerphq <demerphq@gmail.com>
5917              Date: Sun, 21 May 2006 19:32:15 +0200
5918              Message-ID: <9b18b3110605211032n5035d2cfne703514d8271e181@mail.gmail.com>
5919              
5920              New tests.
5921      Branch: perl
5922            ! t/op/re_tests
5923 ____________________________________________________________________________
5924 [ 28268] By: rgs                                   on 2006/05/22  12:55:13
5925         Log: Fix two nits in perlpragma.pod
5926      Branch: perl
5927            ! pod/perlpragma.pod
5928 ____________________________________________________________________________
5929 [ 28267] By: mhx                                   on 2006/05/22  11:31:57
5930         Log: Upgrade to Devel::PPPort 3.08_02
5931      Branch: perl
5932            + ext/Devel/PPPort/parts/inc/SvREFCNT
5933            + ext/Devel/PPPort/parts/inc/podtest
5934            + ext/Devel/PPPort/t/SvREFCNT.t ext/Devel/PPPort/t/podtest.t
5935            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
5936            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/PPPort_pm.PL
5937            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/mktests.PL
5938            ! ext/Devel/PPPort/parts/apidoc.fnc
5939            ! ext/Devel/PPPort/parts/base/5009004
5940            ! ext/Devel/PPPort/parts/embed.fnc
5941            ! ext/Devel/PPPort/parts/inc/memory
5942            ! ext/Devel/PPPort/parts/inc/misc
5943            ! ext/Devel/PPPort/parts/inc/ppphbin
5944            ! ext/Devel/PPPort/parts/inc/ppphdoc
5945            ! ext/Devel/PPPort/parts/inc/pvs
5946            ! ext/Devel/PPPort/parts/todo/5009004 ext/Devel/PPPort/soak
5947            ! ext/Devel/PPPort/t/MY_CXT.t ext/Devel/PPPort/t/SvPV.t
5948            ! ext/Devel/PPPort/t/Sv_set.t ext/Devel/PPPort/t/call.t
5949            ! ext/Devel/PPPort/t/cop.t ext/Devel/PPPort/t/exception.t
5950            ! ext/Devel/PPPort/t/grok.t ext/Devel/PPPort/t/limits.t
5951            ! ext/Devel/PPPort/t/mPUSH.t ext/Devel/PPPort/t/magic.t
5952            ! ext/Devel/PPPort/t/memory.t ext/Devel/PPPort/t/misc.t
5953            ! ext/Devel/PPPort/t/newCONSTSUB.t ext/Devel/PPPort/t/newRV.t
5954            ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/pvs.t
5955            ! ext/Devel/PPPort/t/snprintf.t ext/Devel/PPPort/t/sv_xpvf.t
5956            ! ext/Devel/PPPort/t/testutil.pl ext/Devel/PPPort/t/threads.t
5957            ! ext/Devel/PPPort/t/uv.t ext/Devel/PPPort/t/variables.t
5958            ! ext/Devel/PPPort/t/warn.t
5959 ____________________________________________________________________________
5960 [ 28266] By: mhx                                   on 2006/05/21  22:34:29
5961         Log: Remove duplicate documentation for SvREFCNT_inc().
5962              Add documentation for SvREFCNT_inc_simple_void_NN().
5963              Wrap SvREFCNT_inc_simple_void() in STMT_START/STMT_END.
5964      Branch: perl
5965            ! sv.h
5966 ____________________________________________________________________________
5967 [ 28265] By: mhx                                   on 2006/05/21  22:20:48
5968         Log: Document PoisonFree() instead of documenting Poison() twice.
5969      Branch: perl
5970            ! handy.h
5971 ____________________________________________________________________________
5972 [ 28264] By: stevep                                on 2006/05/21  03:47:18
5973         Log: Add Perl_PerlIO_context_layers() to the public API to fix Win32 builds.
5974              Also, picked up a missed change for pod/perlapi.pod.
5975      Branch: perl
5976            ! embed.fnc embed.h global.sym pod/perlapi.pod
5977 ____________________________________________________________________________
5978 [ 28263] By: nicholas                              on 2006/05/20  23:08:40
5979         Log: Oops. Fix bad #! lines when not using userelocatableinc
5980      Branch: perl
5981            ! Configure
5982 ____________________________________________________________________________
5983 [ 28262] By: davem                                 on 2006/05/20  22:23:21
5984         Log: Subject:  [PATCH] optimize /[x]/ to /x/.
5985              From:  demerphq <demerphq@gmail.com>
5986              Date:  Sat, 20 May 2006 23:16:33 +0200
5987              Message-Id:  <9b18b3110605201416i3dc44c39k86cd9b2f47f5cda0@mail.gmail.com>
5988      Branch: perl
5989            ! regcomp.c
5990 ____________________________________________________________________________
5991 [ 28261] By: nicholas                              on 2006/05/20  22:17:07
5992         Log: Fix bug in change 28258. So how come I thought I'd passed all tests?
5993      Branch: perl
5994            ! ext/B/B.xs
5995 ____________________________________________________________________________
5996 [ 28260] By: davem                                 on 2006/05/20  21:07:34
5997         Log: don't try to dump GVish parts of an LV if it hasn't got GVish parts
5998      Branch: perl
5999            ! dump.c
6000 ____________________________________________________________________________
6001 [ 28259] By: mhx                                   on 2006/05/20  18:22:00
6002         Log: Upgrade to Devel::PPPort 3.08_01
6003      Branch: perl
6004            + ext/Devel/PPPort/parts/base/5008008
6005            + ext/Devel/PPPort/parts/base/5009004
6006            + ext/Devel/PPPort/parts/inc/pvs
6007            + ext/Devel/PPPort/parts/inc/snprintf
6008            + ext/Devel/PPPort/parts/inc/warn
6009            + ext/Devel/PPPort/parts/todo/5008008
6010            + ext/Devel/PPPort/parts/todo/5009004 ext/Devel/PPPort/t/pvs.t
6011            + ext/Devel/PPPort/t/snprintf.t ext/Devel/PPPort/t/warn.t
6012            - ext/Devel/PPPort/MANIFEST
6013            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
6014            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
6015            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/TODO
6016            ! ext/Devel/PPPort/parts/apicheck.pl
6017            ! ext/Devel/PPPort/parts/apidoc.fnc
6018            ! ext/Devel/PPPort/parts/base/5004050
6019            ! ext/Devel/PPPort/parts/base/5006000
6020            ! ext/Devel/PPPort/parts/base/5006001
6021            ! ext/Devel/PPPort/parts/base/5007002
6022            ! ext/Devel/PPPort/parts/base/5007003
6023            ! ext/Devel/PPPort/parts/base/5008000
6024            ! ext/Devel/PPPort/parts/base/5008001
6025            ! ext/Devel/PPPort/parts/base/5009000
6026            ! ext/Devel/PPPort/parts/base/5009003
6027            ! ext/Devel/PPPort/parts/embed.fnc
6028            ! ext/Devel/PPPort/parts/inc/Sv_set
6029            ! ext/Devel/PPPort/parts/inc/magic
6030            ! ext/Devel/PPPort/parts/inc/misc
6031            ! ext/Devel/PPPort/parts/todo/5004000
6032            ! ext/Devel/PPPort/parts/todo/5005000
6033            ! ext/Devel/PPPort/parts/todo/5006000
6034            ! ext/Devel/PPPort/parts/todo/5006001
6035            ! ext/Devel/PPPort/parts/todo/5007003
6036            ! ext/Devel/PPPort/parts/todo/5009003 ext/Devel/PPPort/soak
6037            ! ext/Devel/PPPort/t/Sv_set.t ext/Devel/PPPort/t/magic.t
6038            ! ext/Devel/PPPort/t/misc.t
6039 ____________________________________________________________________________
6040 [ 28258] By: nicholas                              on 2006/05/20  17:29:52
6041         Log: Abolish cop_io (the simple way) by storing the value in cop_hints_hash.
6042              Todo - store the in and out values under 2 keys, and avoid the need to
6043              create a temporary mortal SV while checking it.
6044      Branch: perl
6045            ! bytecode.pl cop.h embed.fnc embed.h ext/B/B.xs
6046            ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
6047            ! ext/ByteLoader/byterun.h mg.c op.c perl.c perl.h perlio.c
6048            ! perlio.h pp_ctl.c pp_sys.c proto.h sv.c
6049 ____________________________________________________________________________
6050 [ 28257] By: nicholas                              on 2006/05/20  15:27:28
6051         Log: Move the hints from op_private into cop_hints. This allows all 32 bits
6052              to be stored. Make B::Concise display the new hints field, and modify
6053              B::Deparse to use it.
6054      Branch: perl
6055            ! cop.h ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm
6056            ! ext/B/B/Deparse.pm ext/B/t/f_map.t ext/B/t/f_sort.t
6057            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
6058            ! ext/B/t/optree_constants.t ext/B/t/optree_misc.t
6059            ! ext/B/t/optree_samples.t ext/B/t/optree_sort.t
6060            ! ext/B/t/optree_specials.t ext/B/t/optree_varinit.t
6061            ! ext/ByteLoader/bytecode.h op.c perl.h
6062 ____________________________________________________________________________
6063 [ 28255] By: merijn                                on 2006/05/20  15:16:29
6064         Log: Small typo correction
6065      Branch: perl
6066            ! INSTALL
6067 ____________________________________________________________________________
6068 [ 28254] By: davem                                 on 2006/05/20  14:30:50
6069         Log: eval { s/$foo/die/e } leaked a scalar
6070      Branch: perl
6071            ! pp_ctl.c pp_hot.c
6072 ____________________________________________________________________________
6073 [ 28253] By: merijn                                on 2006/05/20  13:26:51
6074         Log: Subject: Re: Over-pious message from Configure?
6075              From: Dominic Dunlop <shouldbedomo@mac.com>
6076              Date: Thu, 18 May 2006 15:47:27 +0200
6077              Message-Id: <90C6E6BF-D1B1-4346-A893-1708E8E50534@mac.com>
6078      Branch: perl
6079            ! INSTALL
6080 ____________________________________________________________________________
6081 [ 28252] By: nicholas                              on 2006/05/20  12:31:09
6082         Log: Rename cop_hints to cop_hints_hash
6083      Branch: perl
6084            ! cop.h mg.c op.c perl.c pod/perlintern.pod pp_ctl.c scope.c
6085            ! scope.h sv.c
6086 ____________________________________________________________________________
6087 [ 28251] By: davem                                 on 2006/05/20  11:58:07
6088         Log: Perl segfaults; test case available
6089              sub f { s/$var/f()/e } could free the wrong RE
6090      Branch: perl
6091            ! cop.h pp_ctl.c pp_hot.c
6092 ____________________________________________________________________________
6093 [ 28250] By: nicholas                              on 2006/05/20  11:29:26
6094         Log: Abolish cop_arybase. Signal a non zero $[ with a hint flag, and store
6095              the value in the hints structure used for %^H.
6096      Branch: perl
6097            ! cop.h embed.fnc embed.h global.sym hv.c op.c perl.h proto.h
6098 ____________________________________________________________________________
6099 [ 28249] By: nicholas                              on 2006/05/20  10:27:23
6100         Log: Solaris was happy, but change 28247 removed the wrong dTHX as far as
6101              some other operating systems were concerned.
6102      Branch: perl
6103            ! perlio.c
6104 ____________________________________________________________________________
6105 [ 28248] By: davem                                 on 2006/05/20  00:43:42
6106         Log: SEGV with complicated regexp and long string
6107              PL_reg_maxiter was wrapping to a negative value
6108      Branch: perl
6109            ! op.c regexec.c
6110 ____________________________________________________________________________
6111 [ 28247] By: nicholas                              on 2006/05/19  22:48:38
6112         Log: Perl_croak() needs an aTHX_ in PerlIO_vsprintf().
6113      Branch: perl
6114            ! perlio.c
6115 ____________________________________________________________________________
6116 [ 28246] By: mhx                                   on 2006/05/19  22:11:44
6117         Log: There is no STASH type.
6118      Branch: perl
6119            ! sv.h
6120 ____________________________________________________________________________
6121 [ 28245] By: nicholas                              on 2006/05/19  21:44:14
6122         Log: Correct Perl_refcounted_he_chain_2hv() and its caller - it doesn't
6123              store a reference to the value, so don't pass it in a new SV.
6124      Branch: perl
6125            ! hv.c mg.c pod/perlintern.pod
6126 ____________________________________________________________________________
6127 [ 28244] By: stevep                                on 2006/05/19  20:15:10
6128         Log: Grrr...Perforce decided not to add the MANIFEST changes for change
6129              #28243.  Hateful indeed!
6130      Branch: perl
6131            ! MANIFEST
6132 ____________________________________________________________________________
6133 [ 28243] By: stevep                                on 2006/05/19  20:12:23
6134         Log: Shortening name of a Pod::Simple test case to allow the test to be 
6135              run on the VOS operating system.  Fixes "RT #38645: Test case name
6136              is too long".
6137      Branch: perl
6138           +> lib/Pod/Simple/t/search_25_glob_squaa.t
6139            - lib/Pod/Simple/t/search_25_glob_squaa_coloncolon_kleene.t
6140 ____________________________________________________________________________
6141 [ 28242] By: nicholas                              on 2006/05/19  20:11:57
6142         Log: Rebuild perltoc.pod.
6143      Branch: perl
6144            ! pod/perltoc.pod
6145 ____________________________________________________________________________
6146 [ 28241] By: nicholas                              on 2006/05/19  20:10:47
6147         Log: Add perlpragma.pod, which describes how to implement user pragmata.
6148      Branch: perl
6149            + pod/perlpragma.pod
6150            ! MANIFEST pod.lst pod/perl.pod vms/descrip_mms.template
6151            ! win32/pod.mak
6152 ____________________________________________________________________________
6153 [ 28239] By: nicholas                              on 2006/05/19  20:08:46
6154         Log: Add README.riscos to pod.lst
6155      Branch: perl
6156            ! pod.lst pod/perl.pod vms/descrip_mms.template win32/Makefile
6157            ! win32/makefile.mk
6158 ____________________________________________________________________________
6159 [ 28238] By: nicholas                              on 2006/05/19  20:08:21
6160         Log: pod/buildtoc has fussy ideas about the order of MANIFEST
6161      Branch: perl
6162            ! MANIFEST
6163 ____________________________________________________________________________
6164 [ 28237] By: stevep                                on 2006/05/19  18:36:13
6165         Log: Subject: [PATCH] strlcat aaargh
6166              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
6167              Date: Fri, 19 May 2006 20:44:46 +0300
6168              Message-ID: <446E040E.8030205@gmail.com>
6169      Branch: perl
6170            ! doio.c
6171 ____________________________________________________________________________
6172 [ 28236] By: nicholas                              on 2006/05/19  16:31:35
6173         Log: strlen(foo) rather than strchr(foo, 0) makes simpler code, and is
6174              likely to be a more efficient implementation.
6175      Branch: perl
6176            ! perlio.c
6177 ____________________________________________________________________________
6178 [ 28235] By: davem                                 on 2006/05/19  16:06:58
6179         Log: give a more useful example for $^V
6180      Branch: perl
6181            ! pod/perlvar.pod
6182 ____________________________________________________________________________
6183 [ 28234] By: rgs                                   on 2006/05/19  15:17:00
6184         Log: Subject: [PATCH] Re: [PATCH] Re: Change 28183 has broken 64-bit builds?
6185              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
6186              Date: Thu, 18 May 2006 22:44:14 +0300
6187              Message-ID: <446CCE8E.8010407@gmail.com>
6188      Branch: perl
6189            ! perl.h perlio.c util.c
6190 ____________________________________________________________________________
6191 [ 28232] By: rgs                                   on 2006/05/19  08:46:09
6192         Log: Adjust test following change #28225
6193      Branch: perl
6194            ! t/lib/h2ph.pht
6195 ____________________________________________________________________________
6196 [ 28231] By: davem                                 on 2006/05/19  00:14:15
6197         Log: lots of warnings with diagnostics and (warn or die)
6198              stop C<use diagnostics; warn "\n">  outputing lots of 'uninit'
6199              warnings.
6200      Branch: perl
6201            ! lib/diagnostics.pm
6202 ____________________________________________________________________________
6203 [ 28230] By: davem                                 on 2006/05/18  23:50:51
6204         Log: test some die codepaths in pp_enterwrite
6205      Branch: perl
6206            ! t/op/write.t
6207 ____________________________________________________________________________
6208 [ 28229] By: davem                                 on 2006/05/18  23:16:16
6209         Log: Subject:  [PATCH] threads core dump in BEGIN
6210              From:  "Jerry D. Hedden" <jerry@hedden.us>
6211              Date:  Thu, 18 May 2006 13:22:20 -0700
6212              Message-Id:  <20060518132220.fb30e530d17747c2b054d625b8945d88.f45de90925.wbe@email.secureserver.net>
6213      Branch: perl
6214            + ext/threads/t/blocks.t
6215            ! MANIFEST ext/threads/Changes ext/threads/README
6216            ! ext/threads/threads.pm ext/threads/threads.xs
6217 ____________________________________________________________________________
6218 [ 28228] By: rgs                                   on 2006/05/18  15:45:49
6219         Log: We can now remove DynaLoader from 1_compile.t
6220      Branch: perl
6221            ! t/lib/1_compile.t
6222 ____________________________________________________________________________
6223 [ 28227] By: rgs                                   on 2006/05/18  15:43:25
6224         Log: Nits in the DynaLoader test: make it warning-clean,
6225              and avoid checking OS- and locale-specific messages
6226      Branch: perl
6227            ! ext/DynaLoader/t/DynaLoader.t
6228 ____________________________________________________________________________
6229 [ 28226] By: stevep                                on 2006/05/18  15:16:40
6230         Log: Subject: [PATCH] Test script for DynaLoader
6231              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
6232              Date: Thu, 18 May 2006 16:46:00 +0200
6233              Message-ID: <1147963560.446c88a8891e1@imp1-g19.free.fr>
6234      Branch: perl
6235            + ext/DynaLoader/t/DynaLoader.t
6236            ! MANIFEST
6237 ____________________________________________________________________________
6238 [ 28225] By: rgs                                   on 2006/05/18  12:52:34
6239         Log: Subject: [perl #39130] h2ph generates incorrect code for '#if defined A || defined B' 
6240              From: Jason Vas Dias (via RT) <perlbug-followup@perl.org>
6241              Date: Thu, 11 May 2006 11:00:42 -0700
6242              Message-ID: <rt-3.0.11-39130-133411.1.91055283125046@perl.org>
6243      Branch: perl
6244            ! utils/h2ph.PL
6245 ____________________________________________________________________________
6246 [ 28224] By: rgs                                   on 2006/05/18  12:34:35
6247         Log: Subject: Re: [perl #39152] diagnostics.pm: "-traceonly" vs "-trace"
6248              From: "Fergal Daly" <fergal@esatclear.ie>
6249              Date: Wed, 17 May 2006 18:59:50 +0100
6250              Message-ID: <875029960605171059y286fe449nd39d6830ef2b229a@mail.gmail.com>
6251      Branch: perl
6252            ! lib/diagnostics.pm
6253 ____________________________________________________________________________
6254 [ 28223] By: rgs                                   on 2006/05/18  11:38:00
6255         Log: Subject: [PATCH] threads 1.28
6256              From: "Jerry D. Hedden" <jerry@hedden.us>
6257              Date: Wed, 17 May 2006 11:45:32 -0700
6258              Message-ID: <20060517114532.fb30e530d17747c2b054d625b8945d88.ca725822fc.wbe@email.secureserver.net>
6259      Branch: perl
6260            ! ext/threads/Changes ext/threads/README ext/threads/t/kill.t
6261            ! ext/threads/threads.pm ext/threads/threads.xs
6262 ____________________________________________________________________________
6263 [ 28222] By: rgs                                   on 2006/05/18  06:30:09
6264         Log: Adjust calling of Perl_va_copy(), noticed by Jarkko
6265      Branch: perl
6266            ! util.c
6267 ____________________________________________________________________________
6268 [ 28221] By: nicholas                              on 2006/05/17  23:13:51
6269         Log: Another SvVOK(). I believe that this is the last.
6270      Branch: perl
6271            ! util.c
6272 ____________________________________________________________________________
6273 [ 28219] By: rgs                                   on 2006/05/17  21:01:54
6274         Log: Oops, missed a SvVOK.
6275      Branch: perl
6276            ! util.c
6277 ____________________________________________________________________________
6278 [ 28218] By: rgs                                   on 2006/05/17  20:54:23
6279         Log: Add a new macro SvVSTRING_mg that returns vstring magic, if any.
6280              SvVOK used to do that, in stealth mode, but now it returns a
6281              boolean like it used to. Patch suggested by John Peacock.
6282      Branch: perl
6283            ! sv.c sv.h
6284 ____________________________________________________________________________
6285 [ 28217] By: rgs                                   on 2006/05/17  19:55:30
6286         Log: Parenthesize uses of macro arguments
6287      Branch: perl
6288            ! perl.h
6289 ____________________________________________________________________________
6290 [ 28216] By: rgs                                   on 2006/05/17  19:50:54
6291         Log: Subject: Re: Change 28183 has broken 64-bit builds?
6292              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
6293              Date: Wed, 17 May 2006 22:19:51 +0300
6294              Message-ID: <446B7757.8030301@gmail.com>
6295      Branch: perl
6296            ! perl.h perlio.c pod/perlapi.pod util.c
6297 ____________________________________________________________________________
6298 [ 28215] By: steveh                                on 2006/05/17  17:06:26
6299         Log: Subject: Re: [perl #39145] win32, @_ and fork crashing in dounwind
6300              From: Dave Mitchell <davem@iabyn.com>
6301              Date: Wed, 17 May 2006 17:38:16 +0100
6302              Message-ID: <20060517163816.GN17109@iabyn.com>
6303              
6304              (Dave's fix, plus a test taken from [perl #39145])
6305      Branch: perl
6306            ! sv.c t/op/fork.t
6307 ____________________________________________________________________________
6308 [ 28214] By: stevep                                on 2006/05/17  15:02:45
6309         Log: Subject: [PATCH] IO::Compress* 2.000_12
6310              From: "Paul Marquess" <paul.marquess@ntlworld.com>
6311              Date: Wed, 17 May 2006 13:45:16 +0100
6312              Message-ID: <00c101c679af$c0305af0$2405140a@myopwv.com>
6313      Branch: perl
6314            + ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Extra.pm
6315            + ext/Compress/Raw/Zlib/Changes
6316            ! MANIFEST ext/Compress/IO/Base/README
6317            ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm
6318            ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
6319            ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
6320            ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
6321            ! ext/Compress/IO/Base/t/01misc.t ext/Compress/IO/Zlib/Changes
6322            ! ext/Compress/IO/Zlib/README
6323            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm
6324            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm
6325            ! ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm
6326            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm
6327            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm
6328            ! ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm
6329            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm
6330            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm
6331            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm
6332            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
6333            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
6334            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
6335            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
6336            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
6337            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
6338            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
6339            ! ext/Compress/IO/Zlib/t/004gziphdr.t
6340            ! ext/Compress/IO/Zlib/t/101truncate-zip.t
6341            ! ext/Compress/Raw/Zlib/README
6342            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
6343            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
6344            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
6345            ! t/lib/compress/CompTestUtils.pm x2p/find2perl.PL
6346 ____________________________________________________________________________
6347 [ 28210] By: nicholas                              on 2006/05/16  16:41:45
6348         Log: Revert change 27513
6349              [Make the original versions of relocated paths available from
6350              %Config::Config with the prefix "raw_". Not sure if "raw_" is the
6351              best choice.]
6352      Branch: perl
6353            ! configpm
6354 ____________________________________________________________________________
6355 [ 28209] By: rgs                                   on 2006/05/16  16:14:46
6356         Log: Subject: Re: [PATCH]  upgrade bytes_to_uni
6357              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
6358              Date: Mon, 15 May 2006 22:39:58 +0900
6359              Message-Id: <20060515223901.F3B0.BQW10602@nifty.com>
6360      Branch: perl
6361            ! pp_pack.c
6362 ____________________________________________________________________________
6363 [ 28206] By: rgs                                   on 2006/05/16  13:14:12
6364         Log: Subject: [PATCH] Refactoring reghops
6365              From: andy@petdance.com (Andy Lester)
6366              Date: Mon, 15 May 2006 08:54:24 -0500
6367              Message-ID: <20060515135424.GA31585@petdance.com>
6368      Branch: perl
6369            ! embed.fnc proto.h regexec.c
6370 ____________________________________________________________________________
6371 [ 28205] By: rgs                                   on 2006/05/16  13:09:17
6372         Log: Subject: [PATCH] refactoring out S_regoptail
6373              From: andy@petdance.com (Andy Lester)
6374              Date: Sun, 14 May 2006 23:15:18 -0500
6375              Message-ID: <20060515041518.GA15745@petdance.com>
6376      Branch: perl
6377            ! embed.fnc embed.h proto.h regcomp.c
6378 ____________________________________________________________________________
6379 [ 28202] By: nicholas                              on 2006/05/16  10:00:55
6380         Log: Take advantage of the bug that binexp ignores the Configure
6381              installprefix, by using initialinstalllocation rather than binexp
6382              to determine the #! line for installed scripts. This way they are at
6383              least correct initially for a relocatable @INC perl, rather than
6384              starting as .../../bin/perl
6385      Branch: perl
6386            ! Configure
6387 ____________________________________________________________________________
6388 [ 28200] By: stevep                                on 2006/05/15  16:43:44
6389         Log: Clarification on what Perl does to floating points in the modulus 
6390              operation.
6391      Branch: perl
6392            ! pod/perlop.pod
6393 ____________________________________________________________________________
6394 [ 28198] By: nicholas                              on 2006/05/15  15:11:15
6395         Log: Encode run-time relocation of file names in packlist with a relocate_as
6396              attribute. With this, unmodified instmodsh correctly verifies installed
6397              modules even after relocation.
6398      Branch: perl
6399            ! lib/ExtUtils/Packlist.pm
6400 ____________________________________________________________________________
6401 [ 28197] By: stevep                                on 2006/05/15  14:13:46
6402         Log: Upgrade to Digest-SHA-5.37
6403      Branch: perl
6404            ! ext/Digest/SHA/Changes ext/Digest/SHA/README
6405            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/bin/shasum
6406            ! ext/Digest/SHA/src/hmac.c ext/Digest/SHA/src/hmac.h
6407            ! ext/Digest/SHA/src/sha.c ext/Digest/SHA/src/sha.h
6408 ____________________________________________________________________________
6409 [ 28196] By: nicholas                              on 2006/05/15  13:57:25
6410         Log: Simplify the implementation in ExtUtils::Packlist::read.
6411      Branch: perl
6412            ! lib/ExtUtils/Packlist.pm
6413 ____________________________________________________________________________
6414 [ 28195] By: rgs                                   on 2006/05/15  11:29:59
6415         Log: Subject: [REPATCH universal.c] Make sv_derived_from Documentation Clearer
6416              From: chromatic <chromatic@wgz.org>
6417              Date: Sun, 14 May 2006 16:51:36 -0700
6418              Message-Id: <200605141651.37181.chromatic@wgz.org>
6419      Branch: perl
6420            ! pod/perlapi.pod universal.c
6421 ____________________________________________________________________________
6422 [ 28194] By: rgs                                   on 2006/05/15  09:43:02
6423         Log: Subject: [PATCH] S_reguni should return its length
6424              From: andy@petdance.com (Andy Lester)
6425              Date: Sun, 14 May 2006 09:46:32 -0500
6426              Message-ID: <20060514144632.GA20935@petdance.com>
6427      Branch: perl
6428            ! embed.fnc embed.h proto.h regcomp.c
6429 ____________________________________________________________________________
6430 [ 28193] By: rgs                                   on 2006/05/15  08:33:53
6431         Log: Subject: [PATCH] strange encodings upsets pp_chr
6432              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
6433              Date: Sun, 14 May 2006 19:57:28 +0900
6434              Message-Id: <20060514195532.5422.BQW10602@nifty.com>
6435      Branch: perl
6436            + t/uni/chr.t
6437            ! MANIFEST pp.c t/op/chr.t t/op/ord.t
6438 ____________________________________________________________________________
6439 [ 28192] By: nicholas                              on 2006/05/14  12:27:19
6440         Log: TEST needs to binmode the file handle that is reading the TAP, else it
6441              can get killed if TEST's environment has made it default all opens to
6442              UTF-8 but the TAP is not UTF-8.
6443      Branch: perl
6444            ! t/TEST
6445 ____________________________________________________________________________
6446 [ 28190] By: nicholas                              on 2006/05/14  10:33:39
6447         Log: Upgrade to Test::Harness 2.58.
6448      Branch: perl
6449            ! lib/Test/Harness.pm
6450 ____________________________________________________________________________
6451 [ 28189] By: nicholas                              on 2006/05/13  15:48:24
6452         Log: A Configure probe for C99 variadic macros, based on code from Jarkko.
6453      Branch: perl
6454            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
6455            ! Porting/Glossary config_h.SH configure.com epoc/config.sh
6456            ! plan9/config_sh.sample symbian/config.sh uconfig.sh
6457            ! win32/config.bc win32/config.gc win32/config.vc
6458            ! win32/config.vc64
6459 ____________________________________________________________________________
6460 [ 28188] By: nicholas                              on 2006/05/13  12:57:50
6461         Log: Only ask about MAD for 5.9.0 and greater. Otherwise silently select
6462              'n'.
6463      Branch: perl
6464            ! Configure
6465 ____________________________________________________________________________
6466 [ 28187] By: nicholas                              on 2006/05/13  11:26:04
6467         Log: Subject: t/uni/overload.t
6468              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
6469              Message-ID: <4465988C.9080407@gmail.com>
6470              Date: Sat, 13 May 2006 11:27:56 +0300
6471      Branch: perl
6472            ! t/uni/overload.t
6473 ____________________________________________________________________________
6474 [ 28186] By: nicholas                              on 2006/05/13  10:36:49
6475         Log: Subject: [PATCH] sv.c: printf %d wants int not size_t
6476              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
6477              Message-Id: <200605130715.k4D7FWg3089581@kosh.hut.fi>
6478              Date: Sat, 13 May 2006 10:15:32 +0300 (EEST)
6479      Branch: perl
6480            ! sv.c
6481 ____________________________________________________________________________
6482 [ 28185] By: nicholas                              on 2006/05/13  10:36:18
6483         Log: Can't do require Foo if $tainted; because taint tunnels.
6484              (Documented, but I regard this as a serious practical deficiency in
6485              tainting) 
6486      Branch: perl
6487            ! lib/Tie/RefHash.pm
6488 ____________________________________________________________________________
6489 [ 28183] By: rgs                                   on 2006/05/12  20:57:07
6490         Log: Subject: Re: [PATCH] my_snprintf
6491              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
6492              Date: Fri, 12 May 2006 22:28:49 +0300
6493              Message-ID: <4464E1F1.9010706@gmail.com>
6494      Branch: perl
6495            ! embed.fnc global.sym perl.h perlio.c pod/perlapi.pod pp_ctl.c
6496            ! proto.h regcomp.c sv.c toke.c universal.c util.c
6497 ____________________________________________________________________________
6498 [ 28181] By: rgs                                   on 2006/05/12  16:55:36
6499         Log: Subject: AW: question on "len item/string item" with unpack()
6500              From: "Dintelmann, Peter" <Peter.Dintelmann@Dresdner-Bank.com>
6501              Date: Fri, 5 May 2006 13:20:24 +0200 
6502              Message-ID: <E9A2605289D8D7468B1A21EC24E59D2104979424@naimucx5.muc.allianz>
6503      Branch: perl
6504            ! pod/perlfunc.pod
6505 ____________________________________________________________________________
6506 [ 28180] By: rgs                                   on 2006/05/12  15:48:43
6507         Log: Subject: [PATCH]  upgrade bytes_to_uni
6508              From: andy@petdance.com (Andy Lester)
6509              Date: Fri, 12 May 2006 00:21:23 -0500
6510              Message-ID: <20060512052123.GA21648@petdance.com>
6511      Branch: perl
6512            ! embed.fnc embed.h pp_pack.c proto.h
6513 ____________________________________________________________________________
6514 [ 28179] By: rgs                                   on 2006/05/12  14:33:40
6515         Log: Subject: [PATCH] Proper use of static funcs in toke.c and pp_sys.c
6516              From: andy@petdance.com (Andy Lester)
6517              Date: Tue, 9 May 2006 12:27:30 -0500
6518              Message-ID: <20060509172730.GA5272@petdance.com>
6519      Branch: perl
6520            ! embed.fnc embed.h pp_sys.c proto.h toke.c
6521 ____________________________________________________________________________
6522 [ 28178] By: nicholas                              on 2006/05/12  14:08:45
6523         Log: The upgrade/croak order in Perl_sv_utf8_encode() seemed utterly
6524              backwards. It now checks for readonly *first*.
6525      Branch: perl
6526            ! sv.c
6527 ____________________________________________________________________________
6528 [ 28177] By: rgs                                   on 2006/05/12  13:09:29
6529         Log: Upgrade to Tie::RefHash 1.34, by Yuval Kogman
6530      Branch: perl
6531            + lib/Tie/RefHash/rebless.t lib/Tie/RefHash/storable.t
6532            ! MANIFEST lib/Tie/RefHash.pm lib/Tie/RefHash/refhash.t
6533            ! lib/Tie/RefHash/threaded.t
6534 ____________________________________________________________________________
6535 [ 28176] By: rgs                                   on 2006/05/12  12:23:03
6536         Log: Subject: [PATCH] Speed up utf8.c a bit
6537              From: andy@petdance.com (Andy Lester)
6538              Date: Thu, 11 May 2006 22:41:01 -0500
6539              Message-ID: <20060512034101.GA10709@petdance.com>
6540      Branch: perl
6541            ! utf8.c
6542 ____________________________________________________________________________
6543 [ 28175] By: rgs                                   on 2006/05/12  12:13:03
6544         Log: Subject: [PATCH] Fixing embed.fnc
6545              From: andy@petdance.com (Andy Lester)
6546              Date: Thu, 11 May 2006 21:54:10 -0500
6547              Message-ID: <20060512025410.GA32709@petdance.com>
6548      Branch: perl
6549            ! embed.fnc proto.h
6550 ____________________________________________________________________________
6551 [ 28174] By: nicholas                              on 2006/05/12  11:47:40
6552         Log: Threads and signals. Delicious. Tweak change 28168 to add a local
6553              signal handler in the sleeping thread, because some operating systems
6554              deliver the SIGINT to that thread rather than the signalling thread.
6555      Branch: perl
6556            ! ext/threads/t/kill.t
6557 ____________________________________________________________________________
6558 [ 28173] By: rgs                                   on 2006/05/12  11:40:51
6559         Log: Subject: [PATCH] Better unsafe signals info in threads.pm
6560              From: "Jerry D. Hedden" <jerry@hedden.us>
6561              Date: Thu, 11 May 2006 11:50:15 -0700
6562              Message-ID: <20060511115015.fb30e530d17747c2b054d625b8945d88.8b4855700b.wbe@email.secureserver.net>
6563      Branch: perl
6564            ! ext/threads/threads.pm
6565 ____________________________________________________________________________
6566 [ 28172] By: nicholas                              on 2006/05/12  09:47:29
6567         Log: Fix concise-xs.t following the changes to B::Deparse.
6568      Branch: perl
6569            ! ext/B/t/concise-xs.t
6570 ____________________________________________________________________________
6571 [ 28171] By: nicholas                              on 2006/05/11  21:44:06
6572         Log: Tk spots that S_glob_2pv might be called from *_nolen, so we need to
6573              check that len is non-NULL before assigning to it.
6574      Branch: perl
6575            ! sv.c
6576 ____________________________________________________________________________
6577 [ 28168] By: rgs                                   on 2006/05/11  16:47:33
6578         Log: Subject: [PATCH] Thread signalling [REVISED]
6579              From: "Jerry D. Hedden" <jerry@hedden.us>
6580              Date: Thu, 11 May 2006 08:55:39 -0700
6581              Message-ID: <20060511085539.fb30e530d17747c2b054d625b8945d88.a90037f085.wbe@email.secureserver.net>
6582      Branch: perl
6583            + ext/threads/t/kill.t
6584            ! MANIFEST ext/threads/Changes ext/threads/Makefile.PL
6585            ! ext/threads/threads.pm ext/threads/threads.xs
6586 ____________________________________________________________________________
6587 [ 28166] By: rgs                                   on 2006/05/11  16:06:06
6588         Log: Deparse state variables.
6589      Branch: perl
6590            ! ext/B/B/Deparse.pm
6591 ____________________________________________________________________________
6592 [ 28156] By: stevep                                on 2006/05/11  00:09:53
6593         Log: Adding a mention of STDIN processing by qx// as requested by 
6594              RT #34288: perlop: qx/STRING/: mention STDIN
6595      Branch: perl
6596            ! pod/perlop.pod
6597 ____________________________________________________________________________
6598 [ 28155] By: stevep                                on 2006/05/10  23:02:20
6599         Log: Add -fno-delete-null-pointer-checks to ccflags on Itaniums when 
6600              compiling with gcc's 3.2, 3.3, or 3.4.  This fixes RT #37156.
6601      Branch: perl
6602            ! hints/linux.sh
6603 ____________________________________________________________________________
6604 [ 28152] By: stevep                                on 2006/05/10  15:03:03
6605         Log: Upgrade to Encode-2.17
6606      Branch: perl
6607            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/encoding.pm
6608 ____________________________________________________________________________
6609 [ 28150] By: nicholas                              on 2006/05/10  14:08:43
6610         Log: no 5.9.4; should fail in version 5.9.4.
6611              Improve the diagnostics and test names in t/comp/use.t
6612      Branch: perl
6613            ! pp_ctl.c t/comp/use.t
6614 ____________________________________________________________________________
6615 [ 28149] By: nicholas                              on 2006/05/10  13:08:49
6616         Log: Convert use.t to an inlined is/isnt/like implementation, to give better
6617              diagnostics.
6618      Branch: perl
6619            ! t/comp/use.t
6620 ____________________________________________________________________________
6621 [ 28148] By: davem                                 on 2006/05/10  01:32:10
6622         Log: disable WARN and DIE hooks during constant folding
6623      Branch: perl
6624            ! op.c t/comp/fold.t util.c warnings.h warnings.pl
6625 ____________________________________________________________________________
6626 [ 28146] By: nicholas                              on 2006/05/09  21:42:18
6627         Log: Change 28145 means that Perl_allocmy() can take a const char *name.
6628      Branch: perl
6629            ! embed.fnc op.c proto.h
6630 ____________________________________________________________________________
6631 [ 28145] By: nicholas                              on 2006/05/09  20:42:03
6632         Log: Simplify the non-printable name error reporting code in Perl_allocmy().
6633      Branch: perl
6634            ! op.c
6635 ____________________________________________________________________________
6636 [ 28144] By: nicholas                              on 2006/05/09  20:10:12
6637         Log: In Perl_Gv_AMupdate(), there's no need to call sv_unmagic() if we know
6638              the magic isn't there.
6639      Branch: perl
6640            ! gv.c
6641 ____________________________________________________________________________
6642 [ 28143] By: nicholas                              on 2006/05/09  19:31:04
6643         Log: Gv_AMupdate() always creates magic, so mg can never be NULL.
6644      Branch: perl
6645            ! gv.c
6646 ____________________________________________________________________________
6647 [ 28142] By: nicholas                              on 2006/05/09  16:35:25
6648         Log: Two signed array indicies that Coverity spots should be unsigned.
6649      Branch: perl
6650            ! ext/POSIX/POSIX.xs
6651 ____________________________________________________________________________
6652 [ 28141] By: nicholas                              on 2006/05/09  16:04:25
6653         Log: Ressurect change 27824, which plugs a resource leak in uncalled code.
6654      Branch: perl
6655            ! ext/Encode/Encode.xs
6656 ____________________________________________________________________________
6657 [ 28140] By: rgs                                   on 2006/05/09  15:23:55
6658         Log: Subject: wince crosscompile patch for 28132
6659              From: Vadim <vadim@vkonovalov.ru>
6660              Date: Tue, 09 May 2006 15:09:43 +0400
6661              Message-ID: <44607877.90603@vkonovalov.ru>
6662      Branch: perl
6663            ! INSTALL perl.h perlio.c win32/Makefile.ce win32/config.ce
6664            ! win32/config_H.ce
6665 ____________________________________________________________________________
6666 [ 28139] By: rgs                                   on 2006/05/09  14:03:30
6667         Log: POD fixes
6668      Branch: perl
6669            ! lib/DBM_Filter/compress.pm lib/DBM_Filter/encode.pm
6670            ! lib/DBM_Filter/int32.pm lib/DBM_Filter/null.pm
6671            ! lib/DBM_Filter/utf8.pm
6672 ____________________________________________________________________________
6673 [ 28138] By: rgs                                   on 2006/05/09  13:45:43
6674         Log: Subject: Re: [PATCH] ext/IPC/SysV/t/ipcsysv.t using test.pl
6675              From: David Landgren <david@landgren.net>
6676              Date: Tue, 09 May 2006 13:03:22 +0200
6677              Message-ID: <446076FA.6010409@landgren.net>
6678      Branch: perl
6679            ! ext/IPC/SysV/t/sem.t
6680 ____________________________________________________________________________
6681 [ 28137] By: rgs                                   on 2006/05/09  13:18:34
6682         Log: Fix another Coverity problem by adding an assert that says that
6683              some string we got from the lexer is null-terminated
6684      Branch: perl
6685            ! op.c
6686 ____________________________________________________________________________
6687 [ 28136] By: rgs                                   on 2006/05/09  13:10:01
6688         Log: Fix a logic error in conditional found by Coverity
6689      Branch: perl
6690            ! op.c
6691 ____________________________________________________________________________
6692 [ 28135] By: davem                                 on 2006/05/09  11:43:55
6693         Log: allow exit during fold_constants
6694              eg BEGIN { $SIG{__WARN__} = sub{exit};} "a" == "b" 
6695      Branch: perl
6696            ! op.c
6697 ____________________________________________________________________________
6698 [ 28134] By: steveh                                on 2006/05/09  08:04:29
6699         Log: Subject: [PATCH] 'threads' patch to fix threaded build on Win32
6700              From: "Jerry D. Hedden" <jerry@hedden.us>
6701              Date: Mon, 08 May 2006 10:23:33 -0700
6702              Message-ID: <20060508102333.fb30e530d17747c2b054d625b8945d88.1e447744fc.wbe@email.secureserver.net>
6703      Branch: perl
6704            ! ext/threads/Changes ext/threads/README ext/threads/threads.pm
6705            ! ext/threads/threads.xs
6706 ____________________________________________________________________________
6707 [ 28133] By: rgs                                   on 2006/05/09  07:27:37
6708         Log: Subject: perlop.pod doc patch: I/O operators
6709              From: Ash Berlin <ash@cpan.org>
6710              Date: Sat, 06 May 2006 14:16:00 +0100
6711              Message-ID: <445CA190.1070105@cpan.org>
6712      Branch: perl
6713            ! pod/perlop.pod
6714 ____________________________________________________________________________
6715 [ 28132] By: stevep                                on 2006/05/09  02:16:18
6716         Log: Subject: [PATCH] PERL_MEM_LOG enhancements
6717              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
6718              Date: Sat, 06 May 2006 11:21:02 +0300
6719              Message-ID: <445C5C6E.6070201@gmail.com>
6720      Branch: perl
6721            ! util.c
6722 ____________________________________________________________________________
6723 [ 28131] By: nicholas                              on 2006/05/08  21:11:37
6724         Log: Subject: [PATCH] ext/IPC/SysV/t/ipcsysv.t using test.pl
6725              From: David Landgren <david@landgren.net>
6726              Message-ID: <445B694B.8060901@landgren.net>
6727              Date: Fri, 05 May 2006 17:03:39 +0200
6728              
6729              Subject: Re: [PATCH] ext/IPC/SysV/t/sem.t using test.pl
6730              From: David Landgren <david@landgren.net>
6731              Message-ID: <445B75EF.3000100@landgren.net>
6732              Date: Fri, 05 May 2006 17:57:35 +0200
6733      Branch: perl
6734            ! ext/IPC/SysV/t/ipcsysv.t ext/IPC/SysV/t/sem.t
6735 ____________________________________________________________________________
6736 [ 28127] By: stevep                                on 2006/05/08  19:01:56
6737         Log: Rename lib/Text/Balanced/t/00.load.t to 
6738              lib/Text/Balanced/t/00-load.t and restore a test to 
6739              lib/Text/Balanced/t/extmul.t.
6740      Branch: perl
6741           +> lib/Text/Balanced/t/00-load.t
6742            - lib/Text/Balanced/t/00.load.t
6743            ! MANIFEST lib/Text/Balanced/t/extmul.t
6744 ____________________________________________________________________________
6745 [ 28126] By: stevep                                on 2006/05/08  18:46:16
6746         Log: Version bump and typo fix from change #28125.
6747      Branch: perl
6748            ! lib/Text/Balanced.pm
6749 ____________________________________________________________________________
6750 [ 28125] By: stevep                                on 2006/05/08  18:37:47
6751         Log: Rollback two changes in Text::Balanced which cause test failures in the
6752              CPAN and bleadperl version of the tests.  Also, the previous bleadperl
6753              version of one test file is a bit more comprehensive than what was in
6754              CPAN, so it has been completely restored.
6755      Branch: perl
6756            ! lib/Text/Balanced.pm lib/Text/Balanced/t/extqlk.t
6757 ____________________________________________________________________________
6758 [ 28122] By: stevep                                on 2006/05/08  16:47:39
6759         Log: Upgrade to Digest-SHA-5.36.  Actually bumped to 5.36_01 as
6760              change #27352 has not yet been applied to the CPAN version.
6761      Branch: perl
6762            ! ext/Digest/SHA/Changes ext/Digest/SHA/Makefile.PL
6763            ! ext/Digest/SHA/README ext/Digest/SHA/SHA.pm
6764            ! ext/Digest/SHA/bin/shasum ext/Digest/SHA/src/hmac.c
6765            ! ext/Digest/SHA/src/hmac.h ext/Digest/SHA/src/sha.c
6766            ! ext/Digest/SHA/src/sha.h ext/Digest/SHA/t/nist/Readme.txt
6767            ! ext/Digest/SHA/t/nist/bit-hashes.sha1
6768            ! ext/Digest/SHA/t/nist/bit-messages.sha1
6769            ! ext/Digest/SHA/t/nist/byte-hashes.sha1
6770            ! ext/Digest/SHA/t/nist/byte-messages.sha1
6771 ____________________________________________________________________________
6772 [ 28118] By: nicholas                              on 2006/05/08  11:23:15
6773         Log: Tie::RefHash is now dual life, maintained by Yuval Kogman.
6774      Branch: perl
6775            ! Porting/Maintainers.pl
6776 ____________________________________________________________________________
6777 [ 28116] By: merijn                                on 2006/05/07  14:18:45
6778         Log: Remvove code that gets undone in the next line.
6779              Keep the documentation part.
6780      Branch: perl
6781            ! hints/hpux.sh
6782 ____________________________________________________________________________
6783 [ 28108] By: stevep                                on 2006/05/05  16:26:48
6784         Log: These Module::Build tests depended on STDIN.  Unfortunately, cron
6785              closes STDIN, so these build failures were only seen while 
6786              running smokes through cron.
6787      Branch: perl
6788            ! lib/Module/Build/t/extend.t
6789 ____________________________________________________________________________
6790 [ 28106] By: rgs                                   on 2006/05/05  12:48:19
6791         Log: Implement state array and state hashes. Initialisation assignment
6792              to state arrays or hashes is not implemented yet.
6793      Branch: perl
6794            ! ext/B/B/Concise.pm pp.c t/op/state.t
6795 ____________________________________________________________________________
6796 [ 28105] By: stevep                                on 2006/05/05  12:40:41
6797         Log: Upgrade to Text-Balanced-1.98
6798      Branch: perl
6799            + lib/Text/Balanced/t/00.load.t
6800            + lib/Text/Balanced/t/pod-coverage.t lib/Text/Balanced/t/pod.t
6801            ! MANIFEST lib/Text/Balanced.pm lib/Text/Balanced/Changes
6802            ! lib/Text/Balanced/t/extcbk.t lib/Text/Balanced/t/extmul.t
6803            ! lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
6804            ! lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
6805 ____________________________________________________________________________
6806 [ 28104] By: rgs                                   on 2006/05/05  11:32:36
6807         Log: Subject: [PATCH] threads - stack size support
6808              From: "Jerry D. Hedden" <jerry@hedden.us>
6809              Date: Thu, 04 May 2006 10:07:58 -0700
6810              Message-ID: <20060504100758.fb30e530d17747c2b054d625b8945d88.1ee893a99c.wbe@email.secureserver.net>
6811      Branch: perl
6812            + ext/threads/t/stack.t ext/threads/t/stack_env.t
6813            ! MANIFEST ext/threads/Changes ext/threads/README
6814            ! ext/threads/threads.pm ext/threads/threads.xs
6815 ____________________________________________________________________________
6816 [ 28103] By: stevep                                on 2006/05/05  01:26:08
6817         Log: Teach checkAUTHORS.pl about Sarathy's new email address.
6818      Branch: perl
6819            ! Porting/checkAUTHORS.pl
6820 ____________________________________________________________________________
6821 [ 28102] By: stevep                                on 2006/05/05  01:12:41
6822         Log: Subject: [PATCH] Email address changes
6823              From: "Jan Dubois" <jand@activestate.com>
6824              Date: Thu, 4 May 2006 15:28:19 -0700
6825              Message-ID: <007101c66fca$0b651a50$2217a8c0@candy>
6826      Branch: perl
6827            ! AUTHORS
6828 ____________________________________________________________________________
6829 [ 28101] By: stevep                                on 2006/05/04  20:03:42
6830         Log: Upgrade to ExtUtils-Install-1.40
6831      Branch: perl
6832            ! lib/ExtUtils/Install.pm
6833 ____________________________________________________________________________
6834 [ 28100] By: rgs                                   on 2006/05/04  16:37:28
6835         Log: Subject: RE: [PATCH-for-28089] wince yet another step
6836              From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **" <vkonovalov@Lucent.com>
6837              Date: Thu, 4 May 2006 17:32:12 +0200 
6838              Message-ID: <E3FB32585BF1D411B9E900805FF51A0801BCB454@ru0022exch001u.ru.lucent.com>
6839      Branch: perl
6840            ! README.ce win32/perllib.c win32/vmem.h win32/win32.h
6841 ____________________________________________________________________________
6842 [ 28099] By: rgs                                   on 2006/05/04  12:51:51
6843         Log: Subject: [PATCH] threads - formatting [REVISED]
6844              From: "Jerry D. Hedden" <jerry@hedden.us>
6845              Date: Wed, 03 May 2006 12:34:34 -0700
6846              Message-ID: <20060503123433.fb30e530d17747c2b054d625b8945d88.d352e5da51.wbe@email.secureserver.net>
6847      Branch: perl
6848            ! ext/threads/README ext/threads/t/basic.t ext/threads/t/end.t
6849            ! ext/threads/t/join.t ext/threads/t/libc.t ext/threads/t/list.t
6850            ! ext/threads/t/problems.t ext/threads/t/stress_cv.t
6851            ! ext/threads/t/stress_re.t ext/threads/t/stress_string.t
6852            ! ext/threads/t/thread.t ext/threads/threads.pm
6853            ! ext/threads/threads.xs
6854 ____________________________________________________________________________
6855 [ 28098] By: rgs                                   on 2006/05/04  12:06:33
6856         Log: Upgrade to Encode 2.16
6857      Branch: perl
6858            ! ext/Encode/Byte/Byte.pm ext/Encode/Byte/Makefile.PL
6859            ! ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
6860            ! ext/Encode/Changes ext/Encode/EBCDIC/EBCDIC.pm
6861            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/Encode.pm
6862            ! ext/Encode/Encode.xs ext/Encode/Encode/Makefile_PL.e2x
6863            ! ext/Encode/Encode/encode.h ext/Encode/JP/JP.pm
6864            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
6865            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
6866            ! ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
6867            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
6868            ! ext/Encode/Unicode/Makefile.PL ext/Encode/Unicode/Unicode.pm
6869            ! ext/Encode/Unicode/Unicode.xs ext/Encode/bin/enc2xs
6870            ! ext/Encode/bin/piconv ext/Encode/bin/ucm2table
6871            ! ext/Encode/bin/ucmlint ext/Encode/bin/ucmsort
6872            ! ext/Encode/bin/unidump ext/Encode/encengine.c
6873            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
6874            ! ext/Encode/lib/Encode/CJKConstants.pm
6875            ! ext/Encode/lib/Encode/CN/HZ.pm ext/Encode/lib/Encode/Config.pm
6876            ! ext/Encode/lib/Encode/Encoder.pm
6877            ! ext/Encode/lib/Encode/Encoding.pm
6878            ! ext/Encode/lib/Encode/Guess.pm ext/Encode/lib/Encode/JP/H2Z.pm
6879            ! ext/Encode/lib/Encode/JP/JIS7.pm
6880            ! ext/Encode/lib/Encode/KR/2022_KR.pm
6881            ! ext/Encode/lib/Encode/MIME/Header.pm
6882            ! ext/Encode/lib/Encode/MIME/Header/ISO_2022_JP.pm
6883            ! ext/Encode/lib/Encode/PerlIO.pod
6884            ! ext/Encode/lib/Encode/Unicode/UTF7.pm ext/Encode/t/Aliases.t
6885            ! ext/Encode/t/CJKT.t ext/Encode/t/Encode.t
6886            ! ext/Encode/t/Unicode.t ext/Encode/t/at-cn.t
6887            ! ext/Encode/t/at-tw.t ext/Encode/t/enc_data.t
6888            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_module.t
6889            ! ext/Encode/t/enc_utf8.t ext/Encode/t/encoding.t
6890            ! ext/Encode/t/fallback.t ext/Encode/t/guess.t
6891            ! ext/Encode/t/jperl.t ext/Encode/t/mime-header.t
6892            ! ext/Encode/t/mime_header_iso2022jp.t ext/Encode/t/perlio.t
6893            ! ext/Encode/t/rt.pl ext/Encode/t/unibench.pl
6894            ! ext/Encode/t/utf8strict.t
6895 ____________________________________________________________________________
6896 [ 28097] By: rgs                                   on 2006/05/04  11:32:05
6897         Log: Resubmit change #28095
6898      Branch: perl
6899            ! t/op/grep.t
6900 ____________________________________________________________________________
6901 [ 28096] By: steveh                                on 2006/05/04  11:22:04
6902         Log: Subject: [PATCH-for-28089] wince yet another step
6903              From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **" <vkonovalov@Lucent.com>
6904              Date: Thu, 4 May 2006 13:04:45 +0200 
6905              Message-ID: <E3FB32585BF1D411B9E900805FF51A0801BCB1EE@ru0022exch001u.ru.lucent.com>
6906      Branch: perl
6907            ! win32/Makefile.ce
6908 ____________________________________________________________________________
6909 [ 28095] By: rgs                                   on 2006/05/04  10:00:14
6910         Log: Subject: [PATCH] t/op/grep.t using test.pl
6911              From: David Landgren <david@landgren.net>
6912              Date: Wed, 03 May 2006 15:53:38 +0200
6913              Message-ID: <4458B5E2.7090103@landgren.net>
6914      Branch: perl
6915            ! t/op/grep.t
6916 ____________________________________________________________________________
6917 [ 28094] By: rgs                                   on 2006/05/04  09:58:28
6918         Log: Subject: [PATCH] t/op/context.t using test.pl
6919              From: David Landgren <david@landgren.net>
6920              Date: Wed, 03 May 2006 16:20:40 +0200
6921              Message-ID: <4458BC38.6050600@landgren.net>
6922      Branch: perl
6923            ! t/op/context.t
6924 ____________________________________________________________________________
6925 [ 28093] By: rgs                                   on 2006/05/04  09:56:56
6926         Log: Subject: [PATCH] t/op/list.t using test.pl
6927              From: David Landgren <david@landgren.net>
6928              Date: Wed, 03 May 2006 19:40:40 +0200
6929              Message-ID: <4458EB18.8070904@landgren.net>
6930      Branch: perl
6931            ! t/op/list.t
6932 ____________________________________________________________________________
6933 [ 28092] By: rgs                                   on 2006/05/04  09:43:51
6934         Log: Document order of evaluation for the comma operator
6935              
6936              Subject: [PATCH] Re: Kill select((select(OUTPUT_HANDLE), $| = 1)[0]);
6937              From: Paul Johnson <paul@pjcj.net>
6938              Date: Wed, 26 Apr 2006 22:38:43 +0200
6939              Message-ID: <20060426203843.GE21543@pjcj.net>
6940      Branch: perl
6941            ! pod/perlop.pod
6942 ____________________________________________________________________________
6943 [ 28091] By: steveh                                on 2006/05/04  08:24:06
6944         Log: Subject: RE: [PATCH] Implement ${^WIN32_SLOPPY_STAT}
6945              From: "Jan Dubois" <jand@activestate.com>
6946              Date: Wed, 3 May 2006 12:41:23 -0700
6947              Message-ID: <013f01c66ee9$8f1437a0$d045a8c0@candy>
6948      Branch: perl
6949            ! pod/perlport.pod
6950 ____________________________________________________________________________
6951 [ 28090] By: rgs                                   on 2006/05/04  07:42:27
6952         Log: Another test for state variables and closures,
6953              adapted from a Perl 6 example, pointed out by
6954              Joshua "Limbic_Region" Gatcomb
6955      Branch: perl
6956            ! t/op/state.t
6957 ____________________________________________________________________________
6958 [ 28089] By: rgs                                   on 2006/05/03  22:49:14
6959         Log: Ensure that C<(state $x) = $y> is not a state assignment
6960              (due to the parentheses that make it a regular assignment
6961              to a variable declared inside a list)
6962      Branch: perl
6963            ! t/op/state.t
6964 ____________________________________________________________________________
6965 [ 28088] By: rgs                                   on 2006/05/03  22:40:28
6966         Log: New test case for state variables with ties, suggested by Nicholas
6967      Branch: perl
6968            ! t/op/state.t
6969 ____________________________________________________________________________
6970 [ 28087] By: rgs                                   on 2006/05/03  22:01:41
6971         Log: Add "state" feature
6972      Branch: perl
6973            ! lib/feature.pm perl_keyword.pl t/op/state.t toke.c
6974 ____________________________________________________________________________
6975 [ 28086] By: rgs                                   on 2006/05/03  21:46:02
6976         Log: Introduce a new keyword, state, for state variables.
6977      Branch: perl
6978            + t/op/state.t
6979            ! MANIFEST dump.c embed.fnc embed.h ext/B/B/Concise.pm
6980            ! ext/B/t/concise-xs.t keywords.h keywords.pl op.c op.h pad.c
6981            ! perl.h perl_keyword.pl pod/perlintern.pod pp_hot.c proto.h
6982            ! sv.h toke.c
6983 ____________________________________________________________________________
6984 [ 28085] By: rgs                                   on 2006/05/03  19:15:00
6985         Log: Subject: [PATCH] wince another step
6986              From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **"
6987              Date: Wed, 3 May 2006 20:11:11 +0200 
6988              Message-ID: <E3FB32585BF1D411B9E900805FF51A0801BCAE1F@ru0022exch001u.ru.lucent.com>
6989      Branch: perl
6990            - win32/xconfig.h
6991            ! MANIFEST win32/Makefile.ce
6992 ____________________________________________________________________________
6993 [ 28084] By: rgs                                   on 2006/05/03  19:10:29
6994         Log: Subject: [PATCH] Clarify hard link support on Windows
6995              From: "Jan Dubois" <jand@activestate.com>
6996              Date: Wed, 3 May 2006 11:30:03 -0700
6997              Message-ID: <013a01c66edf$982ebcc0$d045a8c0@candy>
6998      Branch: perl
6999            ! pod/perlport.pod
7000 ____________________________________________________________________________
7001 [ 28083] By: rgs                                   on 2006/05/03  19:06:26
7002         Log: Subject: RE: [PATCH] Implement ${^WIN32_SLOPPY_STAT}
7003              From: "Jan Dubois" <jand@activestate.com>
7004              Date: Wed, 3 May 2006 11:18:30 -0700
7005              Message-ID: <013901c66edd$fb8ae750$d045a8c0@candy>
7006      Branch: perl
7007            ! pod/perlvar.pod
7008 ____________________________________________________________________________
7009 [ 28082] By: stevep                                on 2006/05/03  17:56:37
7010         Log: Upgrade to CGI-3.20
7011      Branch: perl
7012            ! lib/CGI.pm lib/CGI/Changes lib/CGI/Cookie.pm
7013            ! lib/CGI/t/cookie.t lib/CGI/t/function.t
7014 ____________________________________________________________________________
7015 [ 28081] By: rgs                                   on 2006/05/03  16:24:04
7016         Log: Subject: [PATCH] more logic localizations
7017              From: andy@petdance.com (Andy Lester)
7018              Date: Tue, 11 Apr 2006 14:14:45 -0500
7019              Message-ID: <20060411191445.GA4938@petdance.com>
7020      Branch: perl
7021            ! mg.c
7022 ____________________________________________________________________________
7023 [ 28080] By: rgs                                   on 2006/05/03  16:09:48
7024         Log: Subject: -Dmad breaks a few tests
7025              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
7026              Date: Tue, 2 May 2006 01:37:03 +0200
7027              Message-Id: <64F8ECEA-D96B-11DA-AA80-000502F3279F@free.fr>
7028              
7029              (part of, with tweaks)
7030      Branch: perl
7031            ! t/op/incfilter.t
7032 ____________________________________________________________________________
7033 [ 28079] By: rgs                                   on 2006/05/03  09:04:30
7034         Log: Subject: [PATCH] Remove an unnecessary goto
7035              From: andy@petdance.com (Andy Lester)
7036              Date: Wed, 3 May 2006 00:54:30 -0500
7037              Message-ID: <20060503055430.GA4922@petdance.com>
7038      Branch: perl
7039            ! op.c
7040 ____________________________________________________________________________
7041 [ 28078] By: rgs                                   on 2006/05/03  09:00:39
7042         Log: Subject: [PATCH] optimize S_find_array_subscript
7043              From: andy@petdance.com (Andy Lester)
7044              Date: Tue, 2 May 2006 21:09:08 -0500
7045              Message-ID: <20060503020908.GA2234@petdance.com>
7046      Branch: perl
7047            ! sv.c
7048 ____________________________________________________________________________
7049 [ 28077] By: rgs                                   on 2006/05/03  08:57:45
7050         Log: Subject: [PATCH] clean up loops in doio.c and dump.c
7051              From: andy@petdance.com (Andy Lester)
7052              Date: Tue, 2 May 2006 13:38:15 -0500
7053              Message-ID: <20060502183815.GA7979@petdance.com>
7054      Branch: perl
7055            ! doio.c dump.c embed.fnc embed.h proto.h
7056 ____________________________________________________________________________
7057 [ 28076] By: rgs                                   on 2006/05/03  08:52:01
7058         Log: Subject: [PATCH] pp_sys.c: U8* cast
7059              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
7060              Date: Tue, 2 May 2006 20:04:33 +0300 (EEST)
7061              Message-Id: <200605021704.k42H4XIh255652@kosh.hut.fi>
7062      Branch: perl
7063            ! pp_sys.c
7064 ____________________________________________________________________________
7065 [ 28075] By: rgs                                   on 2006/05/03  08:51:14
7066         Log: Subject: [PATCH] hv.c: do zeroing via mem wrap check
7067              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
7068              Date: Tue, 2 May 2006 20:03:01 +0300 (EEST)
7069              Message-Id: <200605021703.k42H31PF216868@kosh.hut.fi>
7070      Branch: perl
7071            ! hv.c
7072 ____________________________________________________________________________
7073 [ 28074] By: rgs                                   on 2006/05/03  08:38:39
7074         Log: Subject: [PATCH] microperl update
7075              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
7076              Date: Wed, 03 May 2006 08:20:31 +0300
7077              Message-ID: <44583D9F.8060401@gmail.com>
7078      Branch: perl
7079            ! Makefile.micro README.micro uconfig.h uconfig.sh
7080 ____________________________________________________________________________
7081 [ 28073] By: steveh                                on 2006/05/03  08:25:27
7082         Log: Make Perl_unshare_hek visible to core extensions without being public
7083              
7084              See the comments in:
7085              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-04/msg00480.html
7086              (which were put into practice in changes #27800 and #27848)
7087      Branch: perl
7088            ! embed.fnc embed.h
7089 ____________________________________________________________________________
7090 [ 28072] By: steveh                                on 2006/05/03  08:03:50
7091         Log: Subject: Re: Smoke [5.9.4] 28069 FAIL(M) MSWin32 WinXP/.Net SP2 (x86/2 cpu)
7092              From: Vadim <vadim@vkonovalov.ru>
7093              Date: Wed, 03 May 2006 06:10:59 +0400
7094              Message-ID: <44581133.8080100@vkonovalov.ru>
7095      Branch: perl
7096           +> win32/perlmaince.c
7097            - win32/perlmain.c
7098            ! MANIFEST
7099 ____________________________________________________________________________
7100 [ 28071] By: stevep                                on 2006/05/03  01:46:27
7101         Log: Subject: Re: Smoke [5.9.4] 28069 FAIL(M) MSWin32 WinXP/.Net SP2 (x86/2 cpu)
7102              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
7103              Date: Wed, 03 May 2006 10:00:03 +0900
7104              Message-Id: <20060503095420.0357.BQW10602@nifty.com>
7105      Branch: perl
7106            ! embed.fnc embed.h global.sym
7107 ____________________________________________________________________________
7108 [ 28070] By: nicholas                              on 2006/05/02  22:38:52
7109         Log: Remove a variable left unused since change 28065.
7110      Branch: perl
7111            ! sv.c
7112 ____________________________________________________________________________
7113 [ 28069] By: nicholas                              on 2006/05/02  22:19:56
7114         Log: Add a new hash key flag HVhek_UNSHARED, to mark all unshared hash keys.
7115              Otherwise Perl_newSVhek(), called by Perl_hv_iterkeysv(), naively
7116              assumes that it can share any hash key directly.
7117      Branch: perl
7118            ! hv.c hv.h sv.c
7119 ____________________________________________________________________________
7120 [ 28068] By: nicholas                              on 2006/05/02  22:16:25
7121         Log: cumulative totals and list reverse for checkAUTHORS.pl
7122      Branch: perl
7123            ! Porting/checkAUTHORS.pl
7124 ____________________________________________________________________________
7125 [ 28067] By: stevep                                on 2006/05/02  18:03:57
7126         Log: Another place where Intel C++ pretending to be gcc is a really
7127              bad thing.
7128      Branch: perl
7129            ! gv.h
7130 ____________________________________________________________________________
7131 [ 28066] By: nicholas                              on 2006/05/02  17:46:38
7132         Log: *static* pointers to newXSUB(), dammit!
7133      Branch: perl
7134            ! writemain.SH xsutils.c
7135 ____________________________________________________________________________
7136 [ 28065] By: nicholas                              on 2006/05/02  17:00:56
7137         Log: Assert that SvMAGIC() isn't being called on PVMGs which are using the
7138              same union to store the stash for our.
7139      Branch: perl
7140            ! sv.c sv.h
7141 ____________________________________________________________________________
7142 [ 28064] By: nicholas                              on 2006/05/02  16:24:14
7143         Log: Change 28063 forgot 1 key line - acutally use the correct filename
7144              storage.
7145      Branch: perl
7146            ! op.c
7147 ____________________________________________________________________________
7148 [ 28063] By: nicholas                              on 2006/05/02  15:55:25
7149         Log: Fix bug in DynaLoader, which has been passing a filename in dynamic
7150              storage to newXS() seemingly forever. This involves creating
7151              newXS_flags(), with the first flag being "arrange to copy the 
7152              filename and free it at the right time".
7153      Branch: perl
7154            ! XSUB.h cv.h embed.fnc embed.h ext/DynaLoader/dl_aix.xs
7155            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_dld.xs
7156            ! ext/DynaLoader/dl_dllload.xs ext/DynaLoader/dl_dlopen.xs
7157            ! ext/DynaLoader/dl_dyld.xs ext/DynaLoader/dl_hpux.xs
7158            ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_mpeix.xs
7159            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_symbian.xs
7160            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs op.c
7161            ! pod/perlapi.pod proto.h
7162 ____________________________________________________________________________
7163 [ 28062] By: rgs                                   on 2006/05/02  15:37:35
7164         Log: Move some scripts under win32/ce-helpers.
7165              
7166              Subject: RE: Merge WinCE into Win32 directory and remove the the WinCE dir ectory
7167              From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **" <vkonovalov@Lucent.com>
7168              Date: Tue, 2 May 2006 17:30:59 +0200 
7169              Message-ID: <E3FB32585BF1D411B9E900805FF51A0801BB3F03@ru0022exch001u.ru.lucent.com>
7170      Branch: perl
7171           +> win32/ce-helpers/cecopy-lib.pl win32/ce-helpers/comp.pl
7172           +> win32/ce-helpers/compile-all.bat win32/ce-helpers/compile.bat
7173           +> win32/ce-helpers/makedist.pl win32/ce-helpers/registry.bat
7174            - win32/cecopy-lib.pl win32/comp.pl win32/compile-all.bat
7175            - win32/compile.bat win32/makedist.pl win32/registry.bat
7176            - win32/win32-d.h
7177            ! MANIFEST win32/Makefile.ce
7178 ____________________________________________________________________________
7179 [ 28061] By: rgs                                   on 2006/05/02  14:28:31
7180         Log: Subject: Re: Merge WinCE into Win32 directory and remove the the WinCE directory
7181              From: demerphq <demerphq@gmail.com>
7182              Date: Mon, 1 May 2006 19:02:09 +0200
7183              Message-ID: <9b18b3110605011002m56c0db99n169ae677efb6d059@mail.gmail.com>
7184              
7185              Plus adjustements to MANIFEST. Also, perlmain.c seemed to be missing
7186              from the patch.
7187      Branch: perl
7188            + win32/Makefile.ce win32/cecopy-lib.pl win32/comp.pl
7189            + win32/compile-all.bat win32/compile.bat win32/config.ce
7190            + win32/config_H.ce win32/makedist.pl win32/perl.rc
7191            + win32/perlmain.c win32/registry.bat win32/win32-d.h
7192            + win32/win32ceio.c win32/win32iop-o.h win32/wince.c
7193            + win32/wince.h win32/wincesck.c win32/xconfig.h
7194            - wince/Makefile.ce wince/bin/exetype.pl wince/bin/perlglob.pl
7195            - wince/bin/pl2bat.pl wince/bin/runperl.pl wince/bin/search.pl
7196            - wince/cecopy-lib.pl wince/comp.pl wince/compile-all.bat
7197            - wince/compile.bat wince/config.ce wince/config_H.ce
7198            - wince/config_h.PL wince/config_sh.PL wince/dl_win32.xs
7199            - wince/include/arpa/inet.h wince/include/sys/socket.h
7200            - wince/makedist.pl wince/makeico.pl wince/perl.rc
7201            - wince/perlhost.h wince/perllib.c wince/perlmain.c
7202            - wince/registry.bat wince/runperl.c wince/splittree.pl
7203            - wince/vdir.h wince/vmem.h wince/win32.h wince/win32io.c
7204            - wince/win32iop.h wince/win32thread.c wince/win32thread.h
7205            - wince/wince.c wince/wince.h wince/wincesck.c
7206            ! MANIFEST win32/include/sys/socket.h win32/win32.h
7207            ! win32/win32thread.h
7208 ____________________________________________________________________________
7209 [ 28060] By: nicholas                              on 2006/05/02  12:41:43
7210         Log: GvFILE() cannot be a pointer to the memory owned by the COP, because
7211              COPs created by use can be freed along this memory, but the GP
7212              remains. Given that several GVs may refer to the same file, use a
7213              shared string rather than an individual allocation per GP.
7214      Branch: perl
7215            ! bytecode.pl ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
7216            ! gv.c gv.h sv.c
7217 ____________________________________________________________________________
7218 [ 28059] By: nicholas                              on 2006/05/02  12:02:32
7219         Log: Change 28037 broke t/op/each.t when running with TEST.
7220      Branch: perl
7221            ! t/test.pl
7222 ____________________________________________________________________________
7223 [ 28058] By: nicholas                              on 2006/05/02  11:15:26
7224         Log: De-duplicate the code that creates new GPs into Perl_newGP().
7225      Branch: perl
7226            ! embed.fnc embed.h gv.c proto.h scope.c
7227 ____________________________________________________________________________
7228 [ 28057] By: rgs                                   on 2006/05/02  10:39:01
7229         Log: Subject: Re: [PATCH] t/op/glob.t using test.pl
7230              From: David Landgren <david@landgren.net>
7231              Date: Sat, 29 Apr 2006 15:32:07 +0200
7232              Message-ID: <44536AD7.4060608@landgren.net>
7233      Branch: perl
7234            ! t/op/glob.t
7235 ____________________________________________________________________________
7236 [ 28056] By: rgs                                   on 2006/05/02  10:36:39
7237         Log: Subject: [PATCH] t/op/hashwarn.t using test.pl
7238              From: David Landgren <david@landgren.net>
7239              Date: Sat, 29 Apr 2006 17:51:28 +0200
7240              Message-ID: <44538B80.2060503@landgren.net>
7241      Branch: perl
7242            ! t/op/hashwarn.t
7243 ____________________________________________________________________________
7244 [ 28055] By: rgs                                   on 2006/05/02  10:16:23
7245         Log: Subject: [PATCH] toke.c: function pointer to data pointer
7246              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
7247              Date: Tue, 2 May 2006 08:25:55 +0300 (EEST)
7248              Message-Id: <200605020525.k425Ptik165705@kosh.hut.fi>
7249      Branch: perl
7250            ! toke.c
7251 ____________________________________________________________________________
7252 [ 28054] By: rgs                                   on 2006/05/02  10:11:10
7253         Log: Subject: [DOC PATCH] chop warning in perlport
7254              From: Xavier Noria <fxn@hashref.com>
7255              Date: Tue, 2 May 2006 12:08:34 +0200
7256              Message-Id: <E06C0594-CAF6-4822-8EB4-8E06EAD4A889@hashref.com>
7257      Branch: perl
7258            ! pod/perlport.pod
7259 ____________________________________________________________________________
7260 [ 28053] By: steveh                                on 2006/05/02  09:59:23
7261         Log: Sigh. Third time lucky.
7262      Branch: perl
7263            ! win32/win32.h
7264 ____________________________________________________________________________
7265 [ 28052] By: steveh                                on 2006/05/02  09:46:41
7266         Log: Ahem. And here's the rest of #28051...
7267      Branch: perl
7268            ! win32/win32.h
7269 ____________________________________________________________________________
7270 [ 28051] By: steveh                                on 2006/05/02  09:39:01
7271         Log: Subject: RE: [PATCH] fix 27987 for MSVC (was Re: Smoke [5.9.4] 28020 FAIL(m) MSWin32 Win2000 SP4 (x86/1 cpu))
7272              From: "Jan Dubois" <jand@ActiveState.com>
7273              Date: Mon, 1 May 2006 18:55:11 -0700
7274              Message-ID: <08ff01c66d8b$7282e320$2217a8c0@candy>
7275              
7276              Subject: Re: [PATCH] fix 27987 for MSVC (was Re: Smoke [5.9.4] 28020 FAIL(m)
7277              From: "H.Merijn Brand" <h.m.brand@xs4all.nl>
7278              Date: Tue, 2 May 2006 09:23:51 +0200
7279              Message-ID: <20060502092351.7bae0896@pc09>
7280      Branch: perl
7281            ! win32/config.vc win32/config.vc64 win32/config_H.vc
7282            ! win32/config_H.vc64
7283 ____________________________________________________________________________
7284 [ 28050] By: rgs                                   on 2006/05/02  09:13:19
7285         Log: Subject: [PATCH] pp.c casting, take two
7286              From: andy@petdance.com (Andy Lester)
7287              Date: Sun, 30 Apr 2006 19:48:26 -0500
7288              Message-ID: <20060501004826.GA4744@petdance.com>
7289              
7290              (with adjustements, some of the code has already
7291              been touched since)
7292      Branch: perl
7293            ! pp.c
7294 ____________________________________________________________________________
7295 [ 28049] By: rgs                                   on 2006/05/02  08:50:05
7296         Log: Subject: [PATCH] Some more SvREFCNT_inc updates
7297              From: andy@petdance.com (Andy Lester)
7298              Date: Sun, 30 Apr 2006 13:24:14 -0500
7299              Message-ID: <20060430182414.GA18094@petdance.com>
7300      Branch: perl
7301            ! cop.h pp_ctl.c
7302 ____________________________________________________________________________
7303 [ 28048] By: rgs                                   on 2006/05/02  08:48:04
7304         Log: Subject: [PATCH] quiet some perlio.c warnings
7305              From: andy@petdance.com (Andy Lester)
7306              Date: Sun, 30 Apr 2006 13:23:22 -0500
7307              Message-ID: <20060430182322.GA18064@petdance.com>
7308      Branch: perl
7309            ! perlio.c
7310 ____________________________________________________________________________
7311 [ 28047] By: rgs                                   on 2006/05/02  08:45:26
7312         Log: Subject: [PATCH] More tweaking of SvREFCNT_inc calls
7313              From: andy@petdance.com (Andy Lester)
7314              Date: Sun, 30 Apr 2006 12:06:21 -0500
7315              Message-ID: <20060430170621.GA4054@petdance.com>
7316      Branch: perl
7317            ! mg.c
7318 ____________________________________________________________________________
7319 [ 28046] By: stevep                                on 2006/05/02  02:50:33
7320         Log: One too many ('s in change #28043. 
7321      Branch: perl
7322            ! ext/Errno/Errno_pm.PL
7323 ____________________________________________________________________________
7324 [ 28045] By: stevep                                on 2006/05/02  02:47:43
7325         Log: Escape prompts with #'s to avoid causing tests to fail from
7326              the unexpected output.
7327      Branch: perl
7328            ! lib/Module/Build/t/extend.t
7329 ____________________________________________________________________________
7330 [ 28044] By: stevep                                on 2006/05/02  01:55:53
7331         Log: Fix for RT #25366: h2xs 1.23 from "Aaron Kaplan".
7332      Branch: perl
7333            ! utils/h2xs.PL
7334 ____________________________________________________________________________
7335 [ 28043] By: stevep                                on 2006/05/02  00:23:05
7336         Log: Fix for RT #7916: perl 5.6.1 with Intel's icc on RedHat 
7337              Linux 7.2.  The original fix, change #13053, added a check
7338              for $Config{gccversion} which is now populated by newer
7339              Intel compilers.  This additional change checks to see
7340              if Intel is in $Config{gccversion}.  If it is, its not
7341              a gcc.
7342      Branch: perl
7343            ! ext/Errno/Errno_pm.PL
7344 ____________________________________________________________________________
7345 [ 28042] By: stevep                                on 2006/05/01  23:30:59
7346         Log: Subject: [PATCH] signed vs unsigned char * nit
7347              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
7348              Date: Sat, 29 Apr 2006 20:59:29 +0300 (EEST)
7349              Message-Id: <200604291759.k3THxTji032009@kosh.hut.fi>
7350      Branch: perl
7351            ! pp.c
7352 ____________________________________________________________________________
7353 [ 28041] By: stevep                                on 2006/05/01  23:25:30
7354         Log: Reverting context removal from change #27992.  This should
7355              clear up threaded builds on Win32 and VMS. 
7356      Branch: perl
7357            ! embed.fnc embed.h pp_ctl.c proto.h
7358 ____________________________________________________________________________
7359 [ 28040] By: rgs                                   on 2006/05/01  20:25:17
7360         Log: Add a BUGS section to Fatal.pm, see bug #38790
7361      Branch: perl
7362            ! lib/Fatal.pm
7363 ____________________________________________________________________________
7364 [ 28039] By: nicholas                              on 2006/05/01  19:07:06
7365         Log: Disable SIGRTMAX and SIGRTMIN in POSIX if Configure's probes found that
7366              they aren't viable. (Certain glibcs are "interesting")
7367      Branch: perl
7368            ! ext/POSIX/Makefile.PL
7369 ____________________________________________________________________________
7370 [ 28038] By: nicholas                              on 2006/05/01  17:28:43
7371         Log: Allow a macro of "0" to mean "#if 0" for convenient elimination of
7372              constants.
7373      Branch: perl
7374            ! lib/ExtUtils/Constant/Base.pm
7375 ____________________________________________________________________________
7376 [ 28037] By: merijn                                on 2006/05/01  14:18:16
7377         Log: Subject: Re: [PATCH] provide diag() and don't use ++ in test.pl
7378              From: David Landgren <david@landgren.net>
7379              Date: Mon, 01 May 2006 15:50:03 +0200
7380              Message-ID: <4456120B.3000302@landgren.net>
7381              
7382              Plus some additional comment (also from David) about WHY not to
7383              use ++ in test.pl
7384      Branch: perl
7385            ! t/test.pl
7386 ____________________________________________________________________________
7387 [ 28036] By: merijn                                on 2006/05/01  12:56:54
7388         Log: Subject: Re: [PATCH] fix 27987 for MSVC (was Re: Smoke [5.9.4] 28020 FAIL(m) MSWin32 Win2000 SP4 (x86/1 cpu))
7389              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
7390              Date: Mon, 01 May 2006 21:34:33 +0900
7391              Message-Id: <20060501213249.814E.BQW10602@nifty.com>
7392      Branch: perl
7393            ! win32/config.vc64
7394 ____________________________________________________________________________
7395 [ 28035] By: nicholas                              on 2006/05/01  11:16:13
7396         Log: Re-order one DO_UTF8 to be after the SvPV.
7397      Branch: perl
7398            ! ext/Data/Dumper/Dumper.xs
7399 ____________________________________________________________________________
7400 [ 28034] By: nicholas                              on 2006/04/30  23:08:17
7401         Log: Fix two errors found by Coverity.
7402      Branch: perl
7403            ! pp_sys.c
7404 ____________________________________________________________________________
7405 [ 28033] By: nicholas                              on 2006/04/30  23:02:46
7406         Log: Add a --percentage option to checkAUTHORS.pl to show rankings as
7407              percentages.
7408      Branch: perl
7409            ! Porting/checkAUTHORS.pl
7410 ____________________________________________________________________________
7411 [ 28032] By: nicholas                              on 2006/04/30  22:00:34
7412         Log: Replace a STRLEN no_len; with a _nolen macro call.
7413      Branch: perl
7414            ! pp_pack.c
7415 ____________________________________________________________________________
7416 [ 28031] By: nicholas                              on 2006/04/30  21:27:20
7417         Log: Perl_pack_cat() is a mathom too!
7418      Branch: perl
7419            ! mathoms.c pod/perlapi.pod pp_pack.c
7420 ____________________________________________________________________________
7421 [ 28030] By: nicholas                              on 2006/04/30  20:41:29
7422         Log: One part of pp_pack couldn't correctly handle surprises from UTF-8
7423              overloading.
7424      Branch: perl
7425            ! pp_pack.c t/uni/overload.t
7426 ____________________________________________________________________________
7427 [ 28029] By: nicholas                              on 2006/04/30  19:07:43
7428         Log: do_vop() couldn't correctly handle surprises from UTF-8 overloading.
7429      Branch: perl
7430            ! doop.c t/uni/overload.t
7431 ____________________________________________________________________________
7432 [ 28028] By: nicholas                              on 2006/04/30  17:58:53
7433         Log: We had no tests that covered the grow paths in pp_uc and pp_lc.
7434      Branch: perl
7435            ! t/op/lc.t
7436 ____________________________________________________________________________
7437 [ 28027] By: nicholas                              on 2006/04/30  17:23:44
7438         Log: Dave noticed that change 28022 was wrong - should read is_index
7439              rather than just index.
7440      Branch: perl
7441            ! pp.c
7442 ____________________________________________________________________________
7443 [ 28026] By: merijn                                on 2006/04/30  15:22:12
7444         Log: Subject: [PATCH] fix 27987 for MSVC (was Re: Smoke [5.9.4] 28020 FAIL(m) MSWin32 Win2000 SP4 (x86/1 cpu))
7445              From: Abe Timmerman <abe@ztreet.demon.nl>
7446              Date: Sun, 30 Apr 2006 15:15:24 +0200
7447              Message-Id: <200604301515.24580.abe@ztreet.demon.nl>
7448      Branch: perl
7449            ! win32/config.vc win32/config_H.vc
7450 ____________________________________________________________________________
7451 [ 28025] By: stevep                                on 2006/04/30  14:27:08
7452         Log: I was mistaken.  Borland and gcc do have snprintf() and vsnprintf()
7453              on Win32.
7454      Branch: perl
7455            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7456            ! win32/config_H.vc64
7457 ____________________________________________________________________________
7458 [ 28024] By: stevep                                on 2006/04/30  13:14:25
7459         Log: OK, Win32 must no have snprintf()/vsnprintf 
7460      Branch: perl
7461            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7462            ! win32/config_H.vc64
7463 ____________________________________________________________________________
7464 [ 28023] By: davem                                 on 2006/04/30  12:32:09
7465         Log: remove a compiler warning by making HOPBACKc only hop *back*
7466      Branch: perl
7467            ! regexec.c
7468 ____________________________________________________________________________
7469 [ 28022] By: nicholas                              on 2006/04/30  11:14:04
7470         Log: index and rindex couldn't correctly handle surprises from UTF-8
7471              overloading.
7472      Branch: perl
7473            ! pp.c t/lib/warnings/9uninit t/uni/overload.t
7474 ____________________________________________________________________________
7475 [ 28021] By: nicholas                              on 2006/04/30  10:58:11
7476         Log: Document SvGAMAGIC(), and its significance w.r.t. the side effects of
7477              inadvertently calling magic and overloading too often.
7478      Branch: perl
7479            ! pod/perlapi.pod sv.h
7480 ____________________________________________________________________________
7481 [ 28020] By: nicholas                              on 2006/04/29  23:35:52
7482         Log: Coverity disliked us passing a negative length to vsnprintf().
7483      Branch: perl
7484            ! perlio.c
7485 ____________________________________________________________________________
7486 [ 28019] By: nicholas                              on 2006/04/29  23:33:36
7487         Log: syswrite couldn't correctly handle surprises from UTF-8 overloading.
7488              As part of fixing this, syswrite now tries to take advantage of the
7489              UTF-8 cache logic for lengths and offsets on regular scalars.
7490      Branch: perl
7491            ! pp_sys.c t/lib/warnings/9uninit t/uni/overload.t
7492 ____________________________________________________________________________
7493 [ 28018] By: nicholas                              on 2006/04/29  23:32:06
7494         Log: More tests for syswrite with UTF-8 data.
7495      Branch: perl
7496            ! lib/open.t
7497 ____________________________________________________________________________
7498 [ 28017] By: nicholas                              on 2006/04/29  21:54:38
7499         Log: It should never be possible for SvGMAGICAL() to be true on SVt_IV.
7500      Branch: perl
7501            ! doio.c
7502 ____________________________________________________________________________
7503 [ 28016] By: nicholas                              on 2006/04/29  17:38:08
7504         Log: print couldn't correctly handle surprises from UTF-8 overloading.
7505      Branch: perl
7506            ! doio.c t/uni/overload.t
7507 ____________________________________________________________________________
7508 [ 28015] By: nicholas                              on 2006/04/29  17:31:27
7509         Log: Add a cross reference to bytes_from_utf8() in the documentation for
7510              utf8_to_bytes(). Regenerate perlapi.pod.
7511      Branch: perl
7512            ! pod/perlapi.pod utf8.c
7513 ____________________________________________________________________________
7514 [ 28014] By: nicholas                              on 2006/04/29  16:07:31
7515         Log: There were more ways to break uc/lc/ucfirst/lcfirst even without
7516              use 'locale'; so test for them too. Correct the skip count.
7517      Branch: perl
7518            ! t/uni/overload.t
7519 ____________________________________________________________________________
7520 [ 28013] By: nicholas                              on 2006/04/29  15:55:51
7521         Log: lcfirst/ucfist plus an 8 bit locale could mangle UTF-8 values
7522              returned by overloaded stringification.
7523      Branch: perl
7524            ! pp.c t/uni/overload.t
7525 ____________________________________________________________________________
7526 [ 28012] By: nicholas                              on 2006/04/29  14:05:55
7527         Log: uc plus an 8 bit locale could get confused by UTF-8 values returned by
7528              overloaded stringification.
7529      Branch: perl
7530            ! pp.c t/uni/overload.t
7531 ____________________________________________________________________________
7532 [ 28011] By: nicholas                              on 2006/04/29  13:43:26
7533         Log: lc plus an 8 bit locale could mangle UTF-8 values returned by
7534              overloaded stringification.
7535      Branch: perl
7536            ! pp.c t/uni/overload.t
7537 ____________________________________________________________________________
7538 [ 28010] By: stevep                                on 2006/04/29  13:09:18
7539         Log: Subject: [PATCH] more -ansi -pedantic cleanliness
7540              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
7541              Date: Sat, 29 Apr 2006 11:13:24 +0300
7542              Message-ID: <44532024.9070303@gmail.com>
7543      Branch: perl
7544            ! cop.h gv.c regcomp.c regexec.c sv.c toke.c
7545 ____________________________________________________________________________
7546 [ 28009] By: stevep                                on 2006/04/28  20:53:07
7547         Log: Subject: Re: [ANNOUNCE] Module::Build 0.28 -> CPAN
7548              From: "Randy W. Sims" <ml-perl@thepierianspring.org>
7549              Date: Fri, 28 Apr 2006 15:31:55 -0400
7550              Message-ID: <44526DAB.8070408@thepierianspring.org>
7551      Branch: perl
7552            ! lib/Module/Build/ConfigData.pm
7553 ____________________________________________________________________________
7554 [ 28008] By: stevep                                on 2006/04/28  20:40:41
7555         Log: Subject: [PATCH] reduce gcc -ansi -pedantic noise plus a suggestion
7556              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
7557              Date: Fri, 28 Apr 2006 22:58:58 +0300
7558              Message-ID: <44527402.8000506@gmail.com>
7559      Branch: perl
7560            ! doio.c gv.c hv.c op.c pad.c perl.c perl.h perlio.c pp.c
7561            ! pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c sv.c toke.c
7562            ! universal.c utf8.c
7563 ____________________________________________________________________________
7564 [ 28007] By: stevep                                on 2006/04/28  19:14:22
7565         Log: Subject: two [PATCH]es: dVAR for malloc.c, and a signed/unsigned char*
7566              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
7567              Date: Fri, 28 Apr 2006 21:04:59 +0300
7568              Message-ID: <4452594B.4040609@gmail.com>
7569      Branch: perl
7570            ! malloc.c pp.c
7571 ____________________________________________________________________________
7572 [ 28006] By: nicholas                              on 2006/04/28  16:34:14
7573         Log: Fix bug 34297 (length of overloaded UTF-8 strings)
7574      Branch: perl
7575            + t/uni/overload.t
7576            ! MANIFEST pp.c
7577 ____________________________________________________________________________
7578 [ 28005] By: stevep                                on 2006/04/28  16:15:25
7579         Log: Typo in MANIFEST from change #27997.  Mustn't touch Perl before coffee.
7580      Branch: perl
7581            ! MANIFEST
7582 ____________________________________________________________________________
7583 [ 28004] By: stevep                                on 2006/04/28  15:35:37
7584         Log: Added Changes file left out from change #28001.
7585      Branch: perl
7586            ! ext/Cwd/Changes
7587 ____________________________________________________________________________
7588 [ 28003] By: rgs                                   on 2006/04/28  15:29:30
7589         Log: Subject: Merge WinCE and Win32 directories -- Initial patch
7590              From: demerphq <demerphq@gmail.com>
7591              Date: 27-Apr-2006 23:30
7592              Message-ID: <9b18b3110604271430k4de84685jec6535ded195ed94@mail.gmail.com>
7593      Branch: perl
7594            ! win32/config_h.PL win32/dl_win32.xs win32/include/sys/socket.h
7595            ! win32/makeico.pl win32/perlhost.h win32/perllib.c win32/vdir.h
7596            ! win32/vmem.h win32/win32.h
7597 ____________________________________________________________________________
7598 [ 28001] By: stevep                                on 2006/04/28  13:34:39
7599         Log: Upgrade to Pathtools-3.18
7600      Branch: perl
7601            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
7602            ! lib/File/Spec/VMS.pm lib/File/Spec/t/Spec.t
7603 ____________________________________________________________________________
7604 [ 28000] By: rgs                                   on 2006/04/28  13:33:37
7605         Log: Subject: [PATCH] t/op/defins.pl using test.pl
7606              From: David Landgren <david@landgren.net>
7607              Date: Fri, 28 Apr 2006 14:27:39 +0200
7608              Message-ID: <44520A3B.1080707@landgren.net>
7609      Branch: perl
7610            ! t/op/defins.t
7611 ____________________________________________________________________________
7612 [ 27999] By: rgs                                   on 2006/04/28  13:33:11
7613         Log: Subject: [PATCH] t/op/delete.t using test.pl
7614              From: David Landgren <david@landgren.net>
7615              Date: Fri, 28 Apr 2006 15:03:39 +0200
7616              Message-ID: <445212AB.4080404@landgren.net>
7617      Branch: perl
7618            ! t/op/delete.t
7619 ____________________________________________________________________________
7620 [ 27998] By: rgs                                   on 2006/04/28  13:32:53
7621         Log: Subject: [PATCH] t/op/auto.pl using test.pl
7622              From: David Landgren <david@landgren.net>
7623              Date: Fri, 28 Apr 2006 13:56:30 +0200
7624              Message-ID: <445202EE.6000604@landgren.net>
7625      Branch: perl
7626            ! t/op/auto.t
7627 ____________________________________________________________________________
7628 [ 27997] By: stevep                                on 2006/04/28  13:29:41
7629         Log: Upgrade to Module-Build-0.28
7630      Branch: perl
7631            + lib/Module/Build/API.pod
7632            ! MANIFEST lib/Module/Build.pm lib/Module/Build/Authoring.pod
7633            ! lib/Module/Build/Base.pm lib/Module/Build/Changes
7634            ! lib/Module/Build/Compat.pm lib/Module/Build/Cookbook.pm
7635            ! lib/Module/Build/ModuleInfo.pm
7636            ! lib/Module/Build/Platform/MacOS.pm
7637            ! lib/Module/Build/Platform/VMS.pm
7638            ! lib/Module/Build/Platform/Windows.pm
7639            ! lib/Module/Build/Platform/os2.pm lib/Module/Build/YAML.pm
7640            ! lib/Module/Build/t/bundled/Tie/CPHash.pm
7641            ! lib/Module/Build/t/destinations.t lib/Module/Build/t/extend.t
7642            ! lib/Module/Build/t/mbyaml.t
7643 ____________________________________________________________________________
7644 [ 27995] By: nicholas                              on 2006/04/28  12:48:27
7645         Log: Anton Berezin says that on FreeBSD we're wrong to be using -lc_r, and
7646              should just be using -pthread on the linker line.
7647              This stops the new taint tests looping infinitely. It also seems to
7648              cure the TODO test in posix.t - masked SIGINT is now received.
7649      Branch: perl
7650            ! hints/freebsd.sh
7651 ____________________________________________________________________________
7652 [ 27994] By: rgs                                   on 2006/04/28  12:10:24
7653         Log: Subject: [PATCH] threads - miscellaneous
7654              From: "Jerry D. Hedden" <jerry@hedden.us>
7655              Date: Wed, 26 Apr 2006 11:24:05 -0700
7656              Message-ID: <20060426112405.fb30e530d17747c2b054d625b8945d88.4331e666e7.wbe@email.secureserver.net>
7657      Branch: perl
7658            ! ext/threads/Changes ext/threads/Makefile.PL
7659            ! ext/threads/t/end.t ext/threads/t/join.t ext/threads/t/libc.t
7660            ! ext/threads/t/problems.t ext/threads/threads.xs
7661 ____________________________________________________________________________
7662 [ 27993] By: rgs                                   on 2006/04/28  09:14:17
7663         Log: Subject: [PATCH] t/op/sort.t using test.pl
7664              From: David Landgren <david@landgren.net>
7665              Date: Thu, 27 Apr 2006 18:25:56 +0200
7666              Message-ID: <4450F094.2010907@landgren.net>
7667      Branch: perl
7668            ! t/op/sort.t
7669 ____________________________________________________________________________
7670 [ 27992] By: rgs                                   on 2006/04/28  09:04:36
7671         Log: Subject: [PATCH] Removing another context parm
7672              From: andy@petdance.com (Andy Lester)
7673              Date: Thu, 27 Apr 2006 10:31:56 -0500
7674              Message-ID: <20060427153156.GA11445@petdance.com>
7675      Branch: perl
7676            ! embed.fnc embed.h pp_ctl.c proto.h
7677 ____________________________________________________________________________
7678 [ 27991] By: rgs                                   on 2006/04/28  08:53:51
7679         Log: Subject: [PATCH] t/op/loopctl.t using test.pl
7680              From: David Landgren <david@landgren.net>
7681              Date: Thu, 27 Apr 2006 19:13:28 +0200
7682              Message-ID: <4450FBB8.8070203@landgren.net>
7683      Branch: perl
7684            ! t/op/loopctl.t
7685 ____________________________________________________________________________
7686 [ 27990] By: rgs                                   on 2006/04/28  08:51:09
7687         Log: Subject: [PATCH] dVAR (-DPERL_GLOBAL_STRUCT_PRIVATE) update
7688              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
7689              Date: Thu, 27 Apr 2006 21:18:30 +0300
7690              Message-ID: <44510AF6.6040603@gmail.com>
7691      Branch: perl
7692            ! hv.c perl.h perlio.c sv.c
7693 ____________________________________________________________________________
7694 [ 27989] By: rgs                                   on 2006/04/28  08:41:25
7695         Log: Typo fix in perlretut by Simon Taylor
7696      Branch: perl
7697            ! pod/perlretut.pod
7698 ____________________________________________________________________________
7699 [ 27988] By: rgs                                   on 2006/04/28  07:58:16
7700         Log: Fix typo in function call
7701      Branch: perl
7702            ! perlio.c
7703 ____________________________________________________________________________
7704 [ 27987] By: stevep                                on 2006/04/28  02:12:03
7705         Log: Subject: Re: [PATCH] use snprintf/strlcpy/strlcat when useful
7706              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
7707              Date: Tue, 25 Apr 2006 18:23:39 +0300
7708              Message-ID: <444E3EFB.8020503@gmail.com>
7709      Branch: perl
7710            ! op.c perl.h perlio.c pp_ctl.c regcomp.c sv.c toke.c
7711            ! universal.c util.c
7712 ____________________________________________________________________________
7713 [ 27986] By: davem                                 on 2006/04/27  23:15:02
7714         Log: another REIFY bug
7715      Branch: perl
7716            ! scope.c t/op/local.t
7717 ____________________________________________________________________________
7718 [ 27983] By: stevep                                on 2006/04/27  18:06:12
7719         Log: Upgrade to ExtUtils-Install-1.39
7720      Branch: perl
7721            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
7722            ! lib/ExtUtils/Packlist.pm lib/ExtUtils/t/Install.t
7723            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/Packlist.t
7724 ____________________________________________________________________________
7725 [ 27982] By: stevep                                on 2006/04/27  17:53:11
7726         Log: Upgrade to Encode-2.15
7727      Branch: perl
7728            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
7729            ! ext/Encode/Unicode/Unicode.xs
7730            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
7731 ____________________________________________________________________________
7732 [ 27976] By: rgs                                   on 2006/04/27  12:29:47
7733         Log: Subject: [PATCH] Removing unused context
7734              From: andy@petdance.com (Andy Lester)
7735              Date: Thu, 27 Apr 2006 00:32:15 -0500
7736              Message-ID: <20060427053215.GA31445@petdance.com>
7737      Branch: perl
7738            ! embed.fnc embed.h proto.h sv.c
7739 ____________________________________________________________________________
7740 [ 27968] By: mhx                                   on 2006/04/26  19:18:09
7741         Log: Change type of temporary padoff_du used in dUNDERBAR
7742              from I32 to PADOFFSET, which is more correct (and fixes
7743              a warning in Devel::PPPort).
7744      Branch: perl
7745            ! XSUB.h
7746 ____________________________________________________________________________
7747 [ 27962] By: rgs                                   on 2006/04/26  07:53:36
7748         Log: Subject: Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2
7749              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
7750              Date: Mon, 24 Apr 2006 23:20:38 +0200
7751              Message-ID: <20060424232038.7550f9b6@r2d2>
7752      Branch: perl
7753            ! deb.c doio.c doop.c dump.c gv.c handy.h
7754            ! lib/ExtUtils/Constant/ProxySubs.pm mg.c op.c patchlevel.h
7755            ! perl.c perlio.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
7756            ! regexec.c scope.h sv.c toke.c util.c
7757 ____________________________________________________________________________
7758 [ 27961] By: rgs                                   on 2006/04/26  07:38:38
7759         Log: Subject: [PATCH] threads - consolidate XS functions
7760              From: "Jerry D. Hedden" <jerry@hedden.us>
7761              Date: Tue, 25 Apr 2006 07:50:05 -0700
7762              Message-ID: <20060425075005.fb30e530d17747c2b054d625b8945d88.e23f2fed42.wbe@email.secureserver.net>
7763      Branch: perl
7764            ! ext/threads/threads.pm ext/threads/threads.xs
7765 ____________________________________________________________________________
7766 [ 27960] By: steveh                                on 2006/04/25  16:23:38
7767         Log: Make Module-Build aware of new Test-Harness output
7768              
7769              See also:
7770              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-04/msg00755.html
7771      Branch: perl
7772            ! lib/Module/Build/t/compat.t
7773 ____________________________________________________________________________
7774 [ 27959] By: nicholas                              on 2006/04/25  12:51:40
7775         Log: Coverity has started to notice another inconsistency in our NULL
7776              pointer checking.
7777      Branch: perl
7778            ! pp_ctl.c
7779 ____________________________________________________________________________
7780 [ 27958] By: rgs                                   on 2006/04/25  08:41:38
7781         Log: Subject: [PATCH] use NOOP macro
7782              From: andy@petdance.com (Andy Lester)
7783              Date: Mon, 24 Apr 2006 13:44:51 -0500
7784              Message-ID: <20060424184451.GA1479@petdance.com>
7785      Branch: perl
7786            ! gv.c gv.h hv.c op.c pad.c perl.h perlio.c pp.c pp_ctl.c
7787            ! pp_hot.c regcomp.c regexec.c sv.c toke.c utf8.c
7788 ____________________________________________________________________________
7789 [ 27957] By: rgs                                   on 2006/04/25  08:35:22
7790         Log: Subject: [PATCH] Continuing threads sync
7791              From: "Jerry D. Hedden" <jerry@hedden.us>
7792              Date: Mon, 24 Apr 2006 13:00:23 -0700
7793              Message-ID: <20060424130023.fb30e530d17747c2b054d625b8945d88.969ed54130.wbe@email.secureserver.net>
7794      Branch: perl
7795            ! ext/threads/t/free.t ext/threads/threads.pm
7796            ! ext/threads/threads.xs
7797 ____________________________________________________________________________
7798 [ 27956] By: nicholas                              on 2006/04/24  16:38:09
7799         Log: Perl_unpack_str() is a mathom!
7800      Branch: perl
7801            ! mathoms.c pp_pack.c
7802 ____________________________________________________________________________
7803 [ 27955] By: stevep                                on 2006/04/24  16:31:24
7804         Log: Really bump the version of File::Find.
7805      Branch: perl
7806            ! lib/File/Find.pm
7807 ____________________________________________________________________________
7808 [ 27954] By: stevep                                on 2006/04/24  16:29:59
7809         Log: Reverting change #27953, as it appears that File::Find has 
7810              localized the C<$_> usable by the wanted function since 
7811              version 1.04 (change #18501, to be exact).  Update the 
7812              docs to express this change.  Finally, bump the version.
7813      Branch: perl
7814            ! lib/File/Find.pm
7815 ____________________________________________________________________________
7816 [ 27953] By: stevep                                on 2006/04/24  15:27:39
7817         Log: Subject: Re: [perl #38965] File::Find documentation - is "Don't modify thesevariables" still valid?
7818              From: David Landgren <david@landgren.net>
7819              Date: Mon, 24 Apr 2006 13:02:02 +0200
7820              Message-ID: <444CB02A.2000604@landgren.net>
7821      Branch: perl
7822            ! lib/File/Find.pm
7823 ____________________________________________________________________________
7824 [ 27952] By: nicholas                              on 2006/04/24  13:21:09
7825         Log: Subject: Re: recursion now removed from the regex engine
7826              From: demerphq <demerphq@gmail.com>
7827              Message-ID: <9b18b3110604231210w5deff59el3a1a79c98f34e0fd@mail.gmail.com>
7828              Date: Sun, 23 Apr 2006 21:10:34 +0200
7829      Branch: perl
7830            ! regcomp.sym regnodes.h
7831 ____________________________________________________________________________
7832 [ 27951] By: rgs                                   on 2006/04/24  12:15:58
7833         Log: Subject: [perl #38709] Opening '|-' triggers unjustified taint check 
7834              From: mhasch@cpan.org (via RT) <perlbug-followup@perl.org>
7835              Date: Fri, 10 Mar 2006 20:10:49 -0800
7836              Message-ID: <rt-3.0.11-38709-130993.2.89182805885773@perl.org>
7837      Branch: perl
7838            ! doio.c t/op/taint.t
7839 ____________________________________________________________________________
7840 [ 27950] By: rgs                                   on 2006/04/24  11:59:25
7841         Log: Add regression test for bug #38475
7842      Branch: perl
7843            + t/op/attrhand.t
7844            ! MANIFEST
7845 ____________________________________________________________________________
7846 [ 27949] By: nicholas                              on 2006/04/24  10:52:09
7847         Log: Change 27947 forgot to remove one now-unneeded cast.
7848      Branch: perl
7849            ! sv.c
7850 ____________________________________________________________________________
7851 [ 27948] By: rgs                                   on 2006/04/24  10:33:34
7852         Log: Subject: [perl #38475] attribute multiline fix (in tokenizer) 
7853              From: bas@quarantainenet.nl (via RT) <perlbug-followup@perl.org>
7854              Date: Thu, 09 Feb 2006 06:33:51 -0800
7855              Message-ID: <rt-3.0.11-38475-129844.11.5904582303176@perl.org>
7856      Branch: perl
7857            ! toke.c
7858 ____________________________________________________________________________
7859 [ 27947] By: nicholas                              on 2006/04/24  09:40:58
7860         Log: Following change 27942 it's clear that the return type of
7861              glob_2inpuv_number() should change. Rename it and glob_2inpuv() to
7862              reflect what they do.
7863      Branch: perl
7864            ! embed.fnc embed.h proto.h sv.c
7865 ____________________________________________________________________________
7866 [ 27946] By: rgs                                   on 2006/04/24  08:08:03
7867         Log: Cleanup some gcc warnings
7868              Third and fourth patches from:
7869              Subject: Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2
7870              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
7871              Date: Sun, 23 Apr 2006 04:47:04 +0200
7872              Message-ID: <20060423044704.6a383ee8@r2d2>
7873      Branch: perl
7874            ! mg.c perl.h toke.c
7875 ____________________________________________________________________________
7876 [ 27945] By: rgs                                   on 2006/04/24  08:04:11
7877         Log: A couple of casts to PADOFFSET.
7878              2nd patch from :
7879              Subject: Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2
7880              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
7881              Date: Sun, 23 Apr 2006 04:47:04 +0200
7882              Message-ID: <20060423044704.6a383ee8@r2d2>
7883      Branch: perl
7884            ! op.c pad.c pp.c toke.c
7885 ____________________________________________________________________________
7886 [ 27944] By: rgs                                   on 2006/04/24  08:01:32
7887         Log: Ensure GvNAME doesn't return NULL
7888              First patch from :
7889              Subject: Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2
7890              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
7891              Date: Sun, 23 Apr 2006 04:47:04 +0200
7892              Message-ID: <20060423044704.6a383ee8@r2d2>
7893      Branch: perl
7894            ! embed.fnc gv.c gv.h proto.h
7895 ____________________________________________________________________________
7896 [ 27943] By: rgs                                   on 2006/04/24  07:39:23
7897         Log: Subject: [PATCH] doop.c consting, take 2
7898              From: andy@petdance.com (Andy Lester)
7899              Date: Sun, 23 Apr 2006 20:45:09 -0500
7900              Message-ID: <20060424014509.GA29642@petdance.com>
7901      Branch: perl
7902            ! doop.c embed.fnc proto.h
7903 ____________________________________________________________________________
7904 [ 27942] By: rgs                                   on 2006/04/24  07:27:33
7905         Log: Subject: [PATCH] Refactor S_glob_2inpuv
7906              From: andy@petdance.com (Andy Lester)
7907              Date: Sun, 23 Apr 2006 21:12:39 -0500
7908              Message-ID: <20060424021239.GA5449@petdance.com>
7909      Branch: perl
7910            ! embed.fnc embed.h proto.h sv.c
7911 ____________________________________________________________________________
7912 [ 27941] By: rgs                                   on 2006/04/24  07:14:49
7913         Log: Subject: [PATCH] Inlining static funcs in perl.c
7914              From: andy@petdance.com (Andy Lester)
7915              Date: Sun, 23 Apr 2006 21:50:27 -0500
7916              Message-ID: <20060424025027.GA25998@petdance.com>
7917      Branch: perl
7918            ! embed.fnc embed.h perl.c proto.h
7919 ____________________________________________________________________________
7920 [ 27940] By: nicholas                              on 2006/04/23  20:48:25
7921         Log: Assimilate Test::Harness 2.57_06
7922      Branch: perl
7923            ! lib/Test/Harness.pm lib/Test/Harness/Changes
7924            ! lib/Test/Harness/Straps.pm lib/Test/Harness/bin/prove
7925            ! lib/Test/Harness/t/version.t
7926 ____________________________________________________________________________
7927 [ 27939] By: stevep                                on 2006/04/22  23:08:50
7928         Log: Subject: Update to AUTHORS file
7929              From: Joshua Rodd <joshua@rodd.us>
7930              Date: Sat, 22 Apr 2006 14:39:11 -0400
7931              Message-ID: <20060422183911.GA19435@rodd.us>
7932      Branch: perl
7933            ! AUTHORS
7934 ____________________________________________________________________________
7935 [ 27938] By: nicholas                              on 2006/04/22  09:31:16
7936         Log: "Don't Repeat Yourself" on the "We *really* need to overwrite these
7937              symbols" section.
7938              Minor tweaks to make it possible to use the code unchanged with 5.8.x
7939      Branch: perl
7940            + ext/re/re_comp.h ext/re/re_top.h
7941            ! MANIFEST regcomp.c regexec.c
7942 ____________________________________________________________________________
7943 [ 27937] By: nicholas                              on 2006/04/21  23:08:59
7944         Log: Remove the enable_debugging member from the structure, and instead
7945              decree that state & 1 indicates debugging. This is simpler.
7946      Branch: perl
7947            ! ext/re/re.xs
7948 ____________________________________________________________________________
7949 [ 27936] By: nicholas                              on 2006/04/21  21:40:49
7950         Log: Use a struct to hold the regexp engine state information, to make
7951              swapping possible between more two alternatives.
7952      Branch: perl
7953            ! ext/re/re.xs
7954 ____________________________________________________________________________
7955 [ 27935] By: nicholas                              on 2006/04/21  21:01:42
7956         Log: Merge the install and uninstall routines.
7957      Branch: perl
7958            ! ext/re/re.pm ext/re/re.xs
7959 ____________________________________________________________________________
7960 [ 27934] By: nicholas                              on 2006/04/21  20:38:15
7961         Log: Refactor re.pm slightly. This has no change to documented behaviour,
7962              but anyone mad enought to set ${^RE_DEBUG_FLAGS} and then do
7963              no re 'Debug'; will now find that it will load the debuging version of
7964              the regexp engine.
7965      Branch: perl
7966            ! ext/re/re.pm
7967 ____________________________________________________________________________
7968 [ 27933] By: rgs                                   on 2006/04/21  15:55:38
7969         Log: Subject: [PATCH] Rework threads destruct call
7970              From: "Jerry D. Hedden" <jerry@hedden.us>
7971              Date: Thu, 20 Apr 2006 13:53:20 -0700
7972              Message-ID: <20060420135320.fb30e530d17747c2b054d625b8945d88.ef565d84db.wbe@email.secureserver.net>
7973      Branch: perl
7974            + ext/threads/t/free.t ext/threads/t/free2.t
7975            ! MANIFEST ext/threads/threads.xs
7976 ____________________________________________________________________________
7977 [ 27932] By: rgs                                   on 2006/04/21  13:01:09
7978         Log: Subject: Re: [perl #38904] Text::ParseWords doesn't always handle backslashes correctly 
7979              From: Alexey Toptygin <alexeyt@freeshell.org>
7980              Date: Thu, 20 Apr 2006 15:42:20 +0000 (UTC)
7981              Message-ID: <Pine.NEB.4.62.0604201539380.20332@otaku.freeshell.org>
7982      Branch: perl
7983            ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
7984 ____________________________________________________________________________
7985 [ 27931] By: nicholas                              on 2006/04/21  12:46:43
7986         Log: Why hide functions (and duplicate them) when you can just avoid
7987              compiling them in the first place?
7988      Branch: perl
7989            ! regcomp.c regexec.c
7990 ____________________________________________________________________________
7991 [ 27930] By: nicholas                              on 2006/04/21  11:38:24
7992         Log: Given that use re 'debug' can turn on DEBUGGING even on a non-DEBUGGING
7993              build, we cannot assume that PL_reg_starttry isn't needed. So copy it
7994              in Perl_ss_dup.
7995      Branch: perl
7996            ! sv.c
7997 ____________________________________________________________________________
7998 [ 27927] By: nicholas                              on 2006/04/20  21:27:21
7999         Log: Remove the last traces of explicitly setting HINT_LOCALIZE_HH from
8000              perl modules.
8001      Branch: perl
8002            ! lib/charnames.pm lib/open.pm lib/open.t lib/overload.pm
8003 ____________________________________________________________________________
8004 [ 27925] By: stevep                                on 2006/04/20  20:55:09
8005         Log: Subject: Re: TODO tests and test::harness
8006              From: demerphq <demerphq@gmail.com>
8007              Date: Thu, 20 Apr 2006 22:36:08 +0200
8008              Message-ID: <9b18b3110604201336k5a974f28h732a2819853b995@mail.gmail.com>
8009      Branch: perl
8010            ! lib/Test/Harness.pm lib/Test/Harness/t/version.t
8011 ____________________________________________________________________________
8012 [ 27923] By: rgs                                   on 2006/04/20  20:24:46
8013         Log: Add test boilerplate and use test.pl instead of Test::More
8014      Branch: perl
8015            ! t/op/rxcode.t
8016 ____________________________________________________________________________
8017 [ 27922] By: rgs                                   on 2006/04/20  20:22:23
8018         Log: Add new tests for bug #32840 provided by David Landgren,
8019              as a new file rxcode.t (they mostly test $^R for now)
8020      Branch: perl
8021            + t/op/rxcode.t
8022            ! MANIFEST
8023 ____________________________________________________________________________
8024 [ 27919] By: nicholas                              on 2006/04/20  18:51:02
8025         Log: Tweak change 23256 to continue passing on 5.8.x
8026      Branch: perl
8027            ! lib/base/t/fields.t
8028 ____________________________________________________________________________
8029 [ 27918] By: nicholas                              on 2006/04/20  17:37:31
8030         Log: Convert two ok()s to better constructions.
8031      Branch: perl
8032            ! lib/base/t/fields.t
8033 ____________________________________________________________________________
8034 [ 27917] By: rgs                                   on 2006/04/20  17:25:43
8035         Log: Subject: [REPOST] [PATCH] Remove superfluous counter in threads
8036              From: "Jerry D. Hedden" <jerry@hedden.us>
8037              Date: Wed, 19 Apr 2006 05:32:14 -0700
8038              Message-ID: <20060419053214.fb30e530d17747c2b054d625b8945d88.4606123135.wbe@email.secureserver.net>
8039      Branch: perl
8040            ! ext/threads/threads.pm ext/threads/threads.xs
8041 ____________________________________________________________________________
8042 [ 27913] By: nicholas                              on 2006/04/20  13:54:45
8043         Log: Fix typo in the description of change 21323.
8044      Branch: perl
8045            ! Changes
8046 ____________________________________________________________________________
8047 [ 27912] By: rgs                                   on 2006/04/20  12:59:50
8048         Log: New test for the "Assignment to both a list and a scalar" error,
8049              suggested by Stephen McCamant
8050      Branch: perl
8051            ! t/comp/parser.t
8052 ____________________________________________________________________________
8053 [ 27911] By: davem                                 on 2006/04/20  12:33:09
8054         Log: regmatch(): raplace magic value -1000 with symbolic CHRTEST_VOID
8055      Branch: perl
8056            ! regexec.c
8057 ____________________________________________________________________________
8058 [ 27910] By: rgs                                   on 2006/04/20  10:02:25
8059         Log: Subject: [PATCH] op_type shrinking
8060              From: andy@petdance.com (Andy Lester)
8061              Date: Wed, 19 Apr 2006 23:16:53 -0500
8062              Message-ID: <20060420041653.GA28523@petdance.com>
8063      Branch: perl
8064            ! dump.c sv.c
8065 ____________________________________________________________________________
8066 [ 27909] By: rgs                                   on 2006/04/20  09:35:00
8067         Log: Subject: [PATCH] regexec consting & localizing
8068              From: andy@petdance.com (Andy Lester)
8069              Date: Wed, 19 Apr 2006 12:35:43 -0500
8070              Message-ID: <20060419173543.GA8268@petdance.com>
8071      Branch: perl
8072            ! regexec.c
8073 ____________________________________________________________________________
8074 [ 27908] By: rgs                                   on 2006/04/20  09:04:46
8075         Log: Subject: [PATCH] Localizing vars
8076              From: andy@petdance.com (Andy Lester)
8077              Date: Wed, 19 Apr 2006 23:44:01 -0500
8078              Message-ID: <20060420044401.GA2792@petdance.com>
8079      Branch: perl
8080            ! util.c
8081 ____________________________________________________________________________
8082 [ 27907] By: davem                                 on 2006/04/20  00:30:53
8083         Log: regmatch: merge the greedy and non-greedy branches of CURLYM
8084      Branch: perl
8085            ! regexec.c regexp.h
8086 ____________________________________________________________________________
8087 [ 27906] By: stevep                                on 2006/04/19  16:40:56
8088         Log: Subject: [perl #38892] PATCH: remove spurious warning from Benchmark.pm
8089              From: Linda Walsh (via RT) <perlbug-followup@perl.org>
8090              Date: Mon, 10 Apr 2006 18:53:46 -0700
8091              Message-ID: <rt-3.0.11-38892-132143.0.516271519365361@perl.org>
8092      Branch: perl
8093            ! lib/Benchmark.pm
8094 ____________________________________________________________________________
8095 [ 27905] By: stevep                                on 2006/04/19  16:32:26
8096         Log: Changes to perlfaq8 "How do I find out if I'm running interactively 
8097              or not?" suggested by Slaven Rezic in RT #38901: perlfaq8 correction
8098      Branch: perl
8099            ! pod/perlfaq8.pod
8100 ____________________________________________________________________________
8101 [ 27904] By: stevep                                on 2006/04/19  14:57:36
8102         Log: Add a TODO test for RT #1085: "what should be output of perl -we
8103              'print do { foreach (1, 2) { 1; } }'"
8104      Branch: perl
8105            ! t/cmd/for.t
8106 ____________________________________________________________________________
8107 [ 27903] By: davem                                 on 2006/04/19  13:56:07
8108         Log: regmatch(): make IFMATCH use PUSH_STACK rather than fake recursion
8109      Branch: perl
8110            ! regexec.c regexp.h t/op/re_tests
8111 ____________________________________________________________________________
8112 [ 27902] By: rgs                                   on 2006/04/19  11:38:11
8113         Log: Upgrade to Test::Harness 2.57_05
8114      Branch: perl
8115            + lib/Test/Harness/Util.pm
8116            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Assert.pm
8117            ! lib/Test/Harness/Changes lib/Test/Harness/Point.pm
8118            ! lib/Test/Harness/Straps.pm lib/Test/Harness/TAP.pod
8119            ! lib/Test/Harness/bin/prove lib/Test/Harness/t/inc_taint.t
8120            ! lib/Test/Harness/t/prove-globbing.t
8121            ! lib/Test/Harness/t/prove-switches.t lib/Test/Harness/t/strap.t
8122            ! lib/Test/Harness/t/test-harness.t
8123 ____________________________________________________________________________
8124 [ 27901] By: nicholas                              on 2006/04/19  11:20:08
8125         Log: newCONSTSUB needs to be robust in case CopFILE is NULL.
8126      Branch: perl
8127            ! op.c
8128 ____________________________________________________________________________
8129 [ 27900] By: nicholas                              on 2006/04/19  09:58:19
8130         Log: Oops. Need a macro to convert cv_ckproto() to cv_ckproto_len().
8131      Branch: perl
8132            ! op.h
8133 ____________________________________________________________________________
8134 [ 27899] By: rgs                                   on 2006/04/19  09:34:48
8135         Log: There's a macro to get ${^RE_DEBUG_FLAGS} when debugging,
8136              so use it (and this fixes a valgrind memory access error)
8137      Branch: perl
8138            ! regcomp.c
8139 ____________________________________________________________________________
8140 [ 27898] By: nicholas                              on 2006/04/19  09:22:03
8141         Log: Avoid temporarily writing over the prototype when reporting an error.
8142              (And beef up the relevant tests to really check that it all works).
8143      Branch: perl
8144            ! op.c t/comp/proto.t
8145 ____________________________________________________________________________
8146 [ 27897] By: rgs                                   on 2006/04/19  09:09:14
8147         Log: Replace some Copy() by Move() calls, because valgrind reports
8148              we can have overlapping memory areas here
8149      Branch: perl
8150            ! doop.c
8151 ____________________________________________________________________________
8152 [ 27896] By: nicholas                              on 2006/04/19  08:42:18
8153         Log: Calling cv_undef() on the CV created by newCONSTSUB() would leak like
8154              a Jumblie's preferred maritime craft. To free CvFILE for this case,
8155              take advantage of the 0 length prototype that will also be there,
8156              and hang it from the prototype. To do this properly means changing
8157              code to actually pay attention to SvCUR() on prototypes. It turns out
8158              that we always know the length of the prototype string, so this may
8159              be faster. Certainly, it's a memory saving (even ignoring the leak).
8160      Branch: perl
8161            ! dump.c embed.fnc embed.h global.sym mathoms.c op.c
8162            ! pod/perlapi.pod proto.h sv.c util.c
8163 ____________________________________________________________________________
8164 [ 27895] By: nicholas                              on 2006/04/19  07:55:18
8165         Log: Fix compilation of microperl, which doesn't have INT_MAX.
8166      Branch: perl
8167            ! toke.c
8168 ____________________________________________________________________________
8169 [ 27894] By: nicholas                              on 2006/04/18  19:52:19
8170         Log: Revert 27869 at Jarkko's request.
8171      Branch: perl
8172            ! regcomp.c
8173 ____________________________________________________________________________
8174 [ 27893] By: davem                                 on 2006/04/18  17:03:15
8175         Log: regmatch: fix a || vs | typo in CACHEsayYES and add a test from Hugo.
8176              Also defer altering the cache bit until CACHEsayYES/NO is called
8177      Branch: perl
8178            ! regexec.c t/op/re_tests
8179 ____________________________________________________________________________
8180 [ 27892] By: stevep                                on 2006/04/18  16:47:58
8181         Log: Add a TODO regarding merging the win32 and wince codebases.
8182      Branch: perl
8183            ! pod/perltodo.pod
8184 ____________________________________________________________________________
8185 [ 27891] By: rgs                                   on 2006/04/18  16:05:15
8186         Log: When checking whether perl is built with -g in optimisation
8187              flags, use a more tolerant regexp, because we can now have
8188              things like '-O2 -g'.
8189      Branch: perl
8190            ! Makefile.SH
8191 ____________________________________________________________________________
8192 [ 27890] By: nicholas                              on 2006/04/18  16:03:10
8193         Log: Expand "am I hot or not" into a more general "Profile Perl" section.
8194      Branch: perl
8195            ! pod/perltodo.pod
8196 ____________________________________________________________________________
8197 [ 27889] By: stevep                                on 2006/04/18  15:47:48
8198         Log: A fix to change #27845 to get it to compile with -DPERL_MAD.
8199      Branch: perl
8200            ! dump.c
8201 ____________________________________________________________________________
8202 [ 27888] By: steveh                                on 2006/04/18  15:17:52
8203         Log: Subject: [PATCH] win32/Makefile changes for Windows 64 bit
8204              From: "Jan Dubois" <jand@ActiveState.com>
8205              Date: Mon, 17 Apr 2006 01:48:34 -0700
8206              Message-ID: <036401c661fb$bc7a1200$2217a8c0@candy>
8207              
8208              and make similar changes to win32/makefile.mk
8209              and delete a spurious extra line from that file
8210      Branch: perl
8211            ! win32/Makefile win32/makefile.mk
8212 ____________________________________________________________________________
8213 [ 27887] By: rgs                                   on 2006/04/18  14:02:23
8214         Log: Addition to README.riscos suggested by Nicholas
8215      Branch: perl
8216            ! README.riscos
8217 ____________________________________________________________________________
8218 [ 27886] By: nicholas                              on 2006/04/18  13:18:27
8219         Log: Note that Rafael has done the first cut of state variables.
8220              Document that UTF-8 cleansing the tokeniser and the pads is TODO.
8221      Branch: perl
8222            ! pod/perltodo.pod
8223 ____________________________________________________________________________
8224 [ 27885] By: nicholas                              on 2006/04/18  13:10:35
8225         Log: Relocatable @INC and parallel builds pretty much work now.
8226      Branch: perl
8227            ! pod/perltodo.pod
8228 ____________________________________________________________________________
8229 [ 27884] By: rgs                                   on 2006/04/18  12:48:31
8230         Log: Subject: [PATCH] Support compiling for RISC OS
8231              From: Alex Waugh <alex@alexwaugh.com>
8232              Date: Mon, 17 Apr 2006 00:14:26 +0100
8233              Message-ID: <2498b2184e.ajw498@caramel.cp15.org>
8234      Branch: perl
8235            + README.riscos hints/riscos.sh
8236            ! MANIFEST ext/Errno/Errno_pm.PL hv.c util.c
8237 ____________________________________________________________________________
8238 [ 27883] By: nicholas                              on 2006/04/18  11:18:12
8239         Log: Coverity still thinks that there is a route through do_vop that can
8240              leak resources. I believe that it's spotted that you can skip all the
8241              cases in the switch. Plug that hole.
8242      Branch: perl
8243            ! doop.c
8244 ____________________________________________________________________________
8245 [ 27882] By: nicholas                              on 2006/04/18  10:54:15
8246         Log: Coverity insists that if we deference a pointer without checking, and
8247              subsequently check that same pointer before deferencing it, something
8248              in our code or our logic is bogus. So assert() that it's safe the
8249              first time and remove the second check.
8250      Branch: perl
8251            ! regcomp.c
8252 ____________________________________________________________________________
8253 [ 27881] By: nicholas                              on 2006/04/17  20:50:34
8254         Log: Fix an error, spotted by Tim Bunce.
8255      Branch: perl
8256            ! pod/perlfunc.pod
8257 ____________________________________________________________________________
8258 [ 27880] By: nicholas                              on 2006/04/17  20:41:00
8259         Log: Coderefs in @INC are done and documented.
8260      Branch: perl
8261            ! pod/perltodo.pod
8262 ____________________________________________________________________________
8263 [ 27879] By: nicholas                              on 2006/04/17  20:35:52
8264         Log: Document all the return values that code references in @INC can return.
8265      Branch: perl
8266            ! pod/perlfunc.pod
8267 ____________________________________________________________________________
8268 [ 27878] By: stevep                                on 2006/04/17  20:05:03
8269         Log: Patch to fix RT #31227: perldoc -f, -q ignores extra arguments with no notice.
8270              Never made it to the mailing list though, so, was never found.  Patch
8271              previously provided to the Pod-Perldoc CPAN RT queue.
8272      Branch: perl
8273            ! lib/Pod/Perldoc.pm
8274 ____________________________________________________________________________
8275 [ 27877] By: nicholas                              on 2006/04/17  19:12:23
8276         Log: Coverity is upset about a signed int in ext/Filter/Util/Call/Call.xs,
8277              but the real problem is down in Perl_filter_read() in toke.c.
8278      Branch: perl
8279            ! toke.c
8280 ____________________________________________________________________________
8281 [ 27876] By: nicholas                              on 2006/04/17  18:30:59
8282         Log: Coverity is a persistent beast. Hot on the tails of fixing one leak,
8283              it notices a slightly earlier leak.
8284              (Which also suggests that marking bugs as RESOLVED isn't a great plan,
8285              as it's not clear whether that calls off the dogs of war. I'd much
8286              prefer it to be forced to scan again, and give a positve "all clear"
8287              (or more accurately "nowt wrong I can see with that"))
8288      Branch: perl
8289            ! ext/Storable/Storable.xs
8290 ____________________________________________________________________________
8291 [ 27875] By: nicholas                              on 2006/04/17  16:52:54
8292         Log: Turn on UTF8 cache assertions with -Ca
8293      Branch: perl
8294            ! locale.c perl.c perl.h pod/perlrun.pod util.c
8295 ____________________________________________________________________________
8296 [ 27874] By: nicholas                              on 2006/04/17  16:52:07
8297         Log: Oops. Change 27826 had an error in the definition of BGET_PADOFFSET().
8298      Branch: perl
8299            ! ext/ByteLoader/bytecode.h
8300 ____________________________________________________________________________
8301 [ 27873] By: stevep                                on 2006/04/17  16:49:51
8302         Log: Upgrade to CGI.pm-3.19.
8303      Branch: perl
8304            ! lib/CGI.pm lib/CGI/Changes
8305 ____________________________________________________________________________
8306 [ 27872] By: nicholas                              on 2006/04/17  15:33:21
8307         Log: Note that PVIOs probably aren't worth shrinking. Note 3 possible
8308              subflags for -C if the two Unicode TODOs are done.
8309      Branch: perl
8310            ! pod/perlrun.pod pod/perltodo.pod
8311 ____________________________________________________________________________
8312 [ 27871] By: nicholas                              on 2006/04/17  15:11:03
8313         Log: Subject: Re: [PATCH] update to pp_complement() via Coverity
8314              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
8315              Message-Id: <20060416184044.4ADB.BQW10602@nifty.com>
8316              Date: Sun, 16 Apr 2006 18:45:37 +0900
8317              
8318              Subject: Re: [PATCH] update to pp_complement() via Coverity
8319              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
8320              Message-Id: <20060417230614.20A5.BQW10602@nifty.com>
8321              Date: Mon, 17 Apr 2006 23:06:21 +0900
8322      Branch: perl
8323            ! pp.c t/op/bop.t
8324 ____________________________________________________________________________
8325 [ 27870] By: nicholas                              on 2006/04/17  14:48:13
8326         Log: In Change 27764 I forgot to at PL_hints_mutex to the list of symbols to
8327              exclude when not compiling with ithreads. It would be good to automate
8328              the processing of this.
8329      Branch: perl
8330            ! makedef.pl
8331 ____________________________________________________________________________
8332 [ 27869] By: nicholas                              on 2006/04/17  13:38:30
8333         Log: Subject: [PATCH] (tentative) regcomp.c: try convincing Coverity that data ptr in study_chunk is non-NULL when needed
8334              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
8335              Message-Id: <20060416092648.812D36CF2D@aprikoosi.hut.fi>
8336              Date: Sun, 16 Apr 2006 12:26:48 +0300 (EEST)
8337      Branch: perl
8338            ! regcomp.c
8339 ____________________________________________________________________________
8340 [ 27868] By: nicholas                              on 2006/04/17  13:15:34
8341         Log: Note in av_store() that S_regclass relies on being able to pass NULL.
8342      Branch: perl
8343            ! av.c
8344 ____________________________________________________________________________
8345 [ 27867] By: nicholas                              on 2006/04/17  13:14:55
8346         Log: Add assertions to cover cases where the Coverity scanner thinks we
8347              could are deferencing a NULL pointer, but we think it missed something
8348              it should have been capable of figuring out.
8349      Branch: perl
8350            ! hv.c op.c
8351 ____________________________________________________________________________
8352 [ 27866] By: nicholas                              on 2006/04/17  12:48:43
8353         Log: Add Dave's explainations of why certain pointers are always non-NULL,
8354              and assert() that it is true.
8355      Branch: perl
8356            ! regexec.c
8357 ____________________________________________________________________________
8358 [ 27865] By: stevep                                on 2006/04/17  12:30:08
8359         Log: Subject: [PATCH] fix cygwin build
8360              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
8361              Date: Sun, 16 Apr 2006 18:05:20 -0700
8362              Message-ID: <20060417010520.GA2888@efn.org>
8363      Branch: perl
8364            ! cygwin/Makefile.SHs
8365 ____________________________________________________________________________
8366 [ 27863] By: merijn                                on 2006/04/17  12:18:07
8367         Log: Support for -DDEBUGGING and its alias -DEBUGGING
8368      Branch: perl
8369            ! Configure INSTALL config_h.SH
8370 ____________________________________________________________________________
8371 [ 27862] By: nicholas                              on 2006/04/17  12:07:23
8372         Log: Revert change 27818, as change 27853 fixes the real bug.
8373      Branch: perl
8374            ! sv.c
8375 ____________________________________________________________________________
8376 [ 27861] By: stevep                                on 2006/04/17  11:53:04
8377         Log: Subject: [PATCH] Compress::Zlib
8378              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
8379              Date: Mon, 17 Apr 2006 10:58:30 +0100
8380              Message-ID: <019b01c66205$7dc7ea50$6601a8c0@myopwv.com>
8381      Branch: perl
8382            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
8383            ! ext/Compress/Zlib/t/14gzopen.t
8384 ____________________________________________________________________________
8385 [ 27860] By: nicholas                              on 2006/04/17  11:39:27
8386         Log: Subject: [PATCH] pp_ctl.c caching
8387              From: andy@petdance.com (Andy Lester)
8388              Message-ID: <20060417044035.GA28818@petdance.com>
8389              Date: Sun, 16 Apr 2006 23:40:35 -0500
8390      Branch: perl
8391            ! pp_ctl.c
8392 ____________________________________________________________________________
8393 [ 27859] By: nicholas                              on 2006/04/17  11:37:38
8394         Log: Subject: [PATCH] dooop.c: the strong asserts in Sv* macros could cause memory leakage -- move the macro calls earlier (Coverity CID 84)
8395              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
8396              Message-Id: <20060417071937.C13346CF2D@aprikoosi.hut.fi>
8397              Date: Mon, 17 Apr 2006 10:19:37 +0300 (EEST)
8398      Branch: perl
8399            ! doop.c
8400 ____________________________________________________________________________
8401 [ 27857] By: nicholas                              on 2006/04/17  10:28:40
8402         Log: Revert 27856.
8403      Branch: perl
8404            ! doop.c
8405 ____________________________________________________________________________
8406 [ 27856] By: nicholas                              on 2006/04/17  10:24:58
8407         Log: The danger of piping an mbox to patch is that it contains more than
8408              one message. So both:
8409              
8410              Subject: [PATCH] doop.c: one more code path where memory could leak (Coverity)
8411              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
8412              Message-Id: <20060416081925.680336CF2D@aprikoosi.hut.fi>
8413              Date: Sun, 16 Apr 2006 11:19:25 +0300 (EEST)
8414              
8415              and
8416              
8417              Subject: [PATCH] doop.c: one more code path where memory could leak (Coverity)
8418              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
8419              Message-Id: <20060416081925.680336CF2D@aprikoosi.hut.fi>
8420              Date: Sun, 16 Apr 2006 11:19:25 +0300 (EEST)
8421      Branch: perl
8422            ! doop.c
8423 ____________________________________________________________________________
8424 [ 27855] By: davem                                 on 2006/04/16  23:30:36
8425         Log: generalize the 'continue on success' mechanism of deferred REs
8426      Branch: perl
8427            ! regexec.c regexp.h
8428 ____________________________________________________________________________
8429 [ 27854] By: davem                                 on 2006/04/16  23:12:31
8430         Log: abstract regmatch slab access with SLAB_FIRST and SLAB_LAST macros
8431      Branch: perl
8432            ! regexec.c
8433 ____________________________________________________________________________
8434 [ 27853] By: davem                                 on 2006/04/16  23:07:13
8435         Log: stop PL_op and PL_curpad referring to different pads at start of doeval
8436              (this could make find_uninit_var do Bad Things)
8437      Branch: perl
8438            ! pp_ctl.c
8439 ____________________________________________________________________________
8440 [ 27852] By: nicholas                              on 2006/04/16  21:44:59
8441         Log: Fix bug introduced with change 27841. (len + 1, not just len).
8442      Branch: perl
8443            ! sv.c
8444 ____________________________________________________________________________
8445 [ 27851] By: nicholas                              on 2006/04/16  19:06:19
8446         Log: Coverity is flagging a potential problem because it sees a check for
8447              NULL and assumes that this means that the variable host could be
8448              NULL. It can't, and the check added in change 13291 was a little bit
8449              more than the minimal solution needed for the bug report
8450              [ID 20011126.148]
8451              Hence remove the NULL check.
8452      Branch: perl
8453            ! ext/Socket/Socket.xs
8454 ____________________________________________________________________________
8455 [ 27850] By: nicholas                              on 2006/04/16  18:09:33
8456         Log: Subject: [PATCH] op.c patch, 2nd version
8457              From: andy@petdance.com (Andy Lester)
8458              Message-ID: <20060415042924.GA1786@petdance.com>
8459              Date: Fri, 14 Apr 2006 23:29:24 -0500
8460      Branch: perl
8461            ! op.c
8462 ____________________________________________________________________________
8463 [ 27849] By: nicholas                              on 2006/04/16  15:04:36
8464         Log: A scalar reference returned from a coderef in @INC is treated as the
8465              initial "content" of the file. When it is exhausted input is taken
8466              from a real file handle, or a generator sub, if either exists.
8467      Branch: perl
8468            ! pp_ctl.c t/op/incfilter.t
8469 ____________________________________________________________________________
8470 [ 27848] By: stevep                                on 2006/04/16  14:03:59
8471         Log: Subject: [PATCH] remove some cruft from makedef.pl
8472              From: "Jan Dubois" <jand@ActiveState.com>
8473              Date: Sun, 16 Apr 2006 02:05:00 -0700
8474              Message-ID: <022e01c66134$d7a8dec0$2217a8c0@candy>
8475      Branch: perl
8476            ! embed.fnc global.sym makedef.pl
8477 ____________________________________________________________________________
8478 [ 27847] By: stevep                                on 2006/04/16  13:52:47
8479         Log: Subject: [PATCH] testcase for change #27832
8480              From: "Jan Dubois" <jand@ActiveState.com>
8481              Date: Sun, 16 Apr 2006 00:57:00 -0700
8482              Message-ID: <022a01c6612b$575cb7e0$2217a8c0@candy>
8483      Branch: perl
8484            ! lib/Pod/Html.pm lib/Pod/t/htmllink.pod
8485 ____________________________________________________________________________
8486 [ 27846] By: stevep                                on 2006/04/16  13:44:47
8487         Log: Stray pod/perlapi.pod change found after a regen.
8488      Branch: perl
8489            ! pod/perlapi.pod
8490 ____________________________________________________________________________
8491 [ 27845] By: stevep                                on 2006/04/16  13:43:01
8492         Log: Subject: [PATCH] dump.c patch redux
8493              From: andy@petdance.com (Andy Lester)
8494              Date: Sun, 16 Apr 2006 00:29:36 -0500
8495              Message-ID: <20060416052936.GA19143@petdance.com>
8496      Branch: perl
8497            ! dump.c embed.fnc embed.h proto.h
8498 ____________________________________________________________________________
8499 [ 27843] By: nicholas                              on 2006/04/16  13:25:18
8500         Log: Perl_do_vop can profitably use Perl_sv_usepvn_flags, as it has
8501              allocated space for an initialised a trailing NUL.
8502      Branch: perl
8503            ! doop.c
8504 ____________________________________________________________________________
8505 [ 27842] By: nicholas                              on 2006/04/16  12:06:57
8506         Log: In Perl_sv_usepvn_flags, assert() that the caller has RTFM.
8507      Branch: perl
8508            ! sv.c
8509 ____________________________________________________________________________
8510 [ 27841] By: nicholas                              on 2006/04/16  11:35:38
8511         Log: Provide a new flag for sv_usepvn_flags, SV_HAS_TRAILING_NUL, which
8512              signals that the buffer passed in is already well-formed for use as
8513              SvPVX (i.e. it is followed by a trailing NUL), and hence the realloc()
8514              to add a NUL can be skipped.
8515      Branch: perl
8516            ! pp.c sv.c sv.h
8517 ____________________________________________________________________________
8518 [ 27840] By: nicholas                              on 2006/04/16  11:03:28
8519         Log: Merge sv_usepvn and sv_usepvn_mg into sv_usepvn_flags. "Promote" the
8520              other two to mathoms.c
8521      Branch: perl
8522            ! embed.fnc embed.h global.sym mathoms.c proto.h sv.c sv.h
8523 ____________________________________________________________________________
8524 [ 27839] By: nicholas                              on 2006/04/16  10:37:46
8525         Log: In Perl_sv_usepvn(), force a move under DEBUGGING to shake out caller
8526              bugs.
8527      Branch: perl
8528            ! sv.c
8529 ____________________________________________________________________________
8530 [ 27838] By: nicholas                              on 2006/04/16  10:37:04
8531         Log: Fix htmllink.t to cater for the case where perladmin isn't an empty
8532              string.
8533      Branch: perl
8534            ! lib/Pod/t/htmllink.t
8535 ____________________________________________________________________________
8536 [ 27837] By: nicholas                              on 2006/04/16  09:36:18
8537         Log: Coverity notes that we might be dereferencing fgv before a check that
8538              it's not NULL. In fact, the code ordering meant that one "if (fgv)"
8539              would always be true. So fix this.
8540      Branch: perl
8541            ! pp_sys.c
8542 ____________________________________________________________________________
8543 [ 27836] By: stevep                                on 2006/04/16  05:24:04
8544         Log: Subject: [PATCH] update to pp_complement() via Coverity
8545              From: andy@petdance.com (Andy Lester)
8546              Date: Sun, 16 Apr 2006 00:14:23 -0500
8547              Message-ID: <20060416051423.GA17063@petdance.com>
8548      Branch: perl
8549            ! pp.c
8550 ____________________________________________________________________________
8551 [ 27835] By: stevep                                on 2006/04/16  05:17:57
8552         Log: Subject: [PATCH] clean up hv_assert()
8553              From: andy@petdance.com (Andy Lester)
8554              Date: Sat, 15 Apr 2006 23:18:27 -0500
8555              Message-ID: <20060416041827.GA3031@petdance.com>
8556      Branch: perl
8557            ! hv.c
8558 ____________________________________________________________________________
8559 [ 27834] By: stevep                                on 2006/04/16  05:12:56
8560         Log: Subject: [PATCH] Removed unused var in a macro
8561              From: andy@petdance.com (Andy Lester)
8562              Date: Sat, 15 Apr 2006 23:32:53 -0500
8563              Message-ID: <20060416043253.GA3438@petdance.com>
8564      Branch: perl
8565            ! thread.h
8566 ____________________________________________________________________________
8567 [ 27833] By: stevep                                on 2006/04/16  04:59:19
8568         Log: Subject: [PATCH] Change anchor generation in Pod::Html for "=item item 2"
8569              From: "Jan Dubois" <jand@ActiveState.com>
8570              Date: Fri, 14 Apr 2006 13:13:20 -0700
8571              Message-ID: <017a01c65fff$dfd0f370$2217a8c0@candy>
8572      Branch: perl
8573            ! lib/Pod/Html.pm lib/Pod/t/htmllink.t
8574 ____________________________________________________________________________
8575 [ 27832] By: stevep                                on 2006/04/16  04:50:15
8576         Log: Subject: [PATCH] Pod::Html::depod() doesn't work correctly for multi-line strings
8577              From: "Jan Dubois" <jand@ActiveState.com>
8578              Date: Mon, 10 Apr 2006 15:32:23 -0700
8579              Message-ID: <017b01c65cee$a2f5fe00$6062a8c0@candy>
8580      Branch: perl
8581            ! lib/Pod/Html.pm
8582 ____________________________________________________________________________
8583 [ 27831] By: stevep                                on 2006/04/16  04:41:34
8584         Log: Subject: [PATCH] Missing part of change 25186
8585              From: "Jan Dubois" <jand@ActiveState.com>
8586              Date: Thu, 13 Apr 2006 18:26:29 -0700
8587              Message-ID: <009401c65f62$74fded70$2217a8c0@candy>
8588      Branch: perl
8589            ! lib/Pod/t/htmllink.t
8590 ____________________________________________________________________________
8591 [ 27830] By: stevep                                on 2006/04/16  04:37:46
8592         Log: Subject: [PATCH] Missing part of change 25676
8593              From: "Jan Dubois" <jand@ActiveState.com>
8594              Date: Thu, 13 Apr 2006 18:19:26 -0700
8595              Message-ID: <009001c65f61$78866d60$2217a8c0@candy>
8596      Branch: perl
8597            ! lib/Pod/t/htmllink.t
8598 ____________________________________________________________________________
8599 [ 27829] By: nicholas                              on 2006/04/15  23:51:10
8600         Log: Subject: [PATCH] Handle null io in leavewrite (not possible?) (Coverity)
8601              From: bah@longitude.com
8602              Message-ID: <1661.38.96.138.153.1145124821.squirrel@mail.longitude.com>
8603              Date: Sat, 15 Apr 2006 14:13:41 -0400 (EDT)
8604      Branch: perl
8605            ! pp_sys.c
8606 ____________________________________________________________________________
8607 [ 27828] By: nicholas                              on 2006/04/15  23:41:23
8608         Log: Subject: [PATCH] Potential (?) memory leak in Storable.xs (Coverity)
8609              From: bah@longitude.com
8610              Message-ID: <1561.38.96.138.153.1145123650.squirrel@mail.longitude.com>
8611              Date: Sat, 15 Apr 2006 13:54:10 -0400 (EDT)
8612      Branch: perl
8613            ! ext/Storable/Storable.xs
8614 ____________________________________________________________________________
8615 [ 27827] By: nicholas                              on 2006/04/15  22:44:30
8616         Log: Teach Perl_do_sv_dump how to cope with IOs that have bogus things in
8617              GV slots. (Which source filters are prone to do to them).
8618      Branch: perl
8619            ! dump.c
8620 ____________________________________________________________________________
8621 [ 27826] By: nicholas                              on 2006/04/15  21:50:12
8622         Log: Coverity was getting upset about an assignment from a function
8623              returning int to a U8 variable. Curiously it was only getting upset
8624              about the first of many.
8625              However, we are doing NO ERROR CHECKING on whether we read in the
8626              requested number of bytes of bytecode. All except BGET_op_tr_array
8627              will now croak on a short read.
8628      Branch: perl
8629            ! ext/ByteLoader/bytecode.h
8630 ____________________________________________________________________________
8631 [ 27825] By: nicholas                              on 2006/04/15  21:43:13
8632         Log: Coverity reports that Storable can potentially cause a NULL pointer
8633              dereference while iterating a hash. This should never happen unless
8634              the hash lies about how many keys it has, so croak if a fib is spotted.
8635      Branch: perl
8636            ! ext/Storable/Storable.xs
8637 ____________________________________________________________________________
8638 [ 27824] By: nicholas                              on 2006/04/15  21:11:44
8639         Log: Coverity notes that resource are leaked in the unfinished and never
8640              called function _utf8_to_bytes.
8641      Branch: perl
8642            ! ext/Encode/Encode.xs
8643 ____________________________________________________________________________
8644 [ 27823] By: nicholas                              on 2006/04/15  20:55:20
8645         Log: Coverity correctly reports that gv might (just) be NULL. So don't
8646              derefernece it if it is.
8647      Branch: perl
8648            ! ext/IO/IO.pm ext/IO/IO.xs
8649 ____________________________________________________________________________
8650 [ 27822] By: nicholas                              on 2006/04/15  20:54:44
8651         Log: Update the assertion to a croak "Out of range special SV number"
8652              to give ByteLoader more meaningful failure diagnostics.
8653      Branch: perl
8654            ! ext/ByteLoader/bytecode.h
8655 ____________________________________________________________________________
8656 [ 27821] By: nicholas                              on 2006/04/15  20:19:22
8657         Log: I believe that it makes little sense for the simple user filters
8658              provided by coderefs to be run in block mode. Hence always read from
8659              the upstream filter in line mode, and always call the user's filter
8660              with 1 line.
8661      Branch: perl
8662            ! pp_ctl.c
8663 ____________________________________________________________________________
8664 [ 27820] By: nicholas                              on 2006/04/15  20:01:58
8665         Log: Fix a bug - the introduction of the caching code means that we should
8666              initialise the SV upstream after it.
8667              assert that filter_sub is always non-null now.
8668      Branch: perl
8669            ! pp_ctl.c
8670 ____________________________________________________________________________
8671 [ 27819] By: nicholas                              on 2006/04/15  19:37:32
8672         Log: Augment the user filter caching code so that if the user filter returns
8673              multiple lines, only one line at a time is returned.
8674              Rename the variable len to status, as it is the status value.
8675      Branch: perl
8676            ! pp_ctl.c t/op/incfilter.t
8677 ____________________________________________________________________________
8678 [ 27818] By: nicholas                              on 2006/04/15  19:17:51
8679         Log: Deep in the bowels of creating new and exciting bugs, I managed to
8680              segfault the uninitialised value reporting code. This protects against
8681              the segfault.
8682      Branch: perl
8683            ! sv.c
8684 ____________________________________________________________________________
8685 [ 27817] By: nicholas                              on 2006/04/15  18:08:04
8686         Log: $foo .= $bar doesn't warn if $foo is undefined, so simplify code.
8687      Branch: perl
8688            ! t/op/incfilter.t
8689 ____________________________________________________________________________
8690 [ 27816] By: nicholas                              on 2006/04/15  18:05:12
8691         Log: If the downstream caller wants block mode, and we're in line mode,
8692              then don't return more bytes than they asked for. Hold bytes over
8693              until next time if necessary.
8694      Branch: perl
8695            ! pp_ctl.c t/op/incfilter.t
8696 ____________________________________________________________________________
8697 [ 27815] By: nicholas                              on 2006/04/15  17:00:54
8698         Log: Eliminate the filter_child_proc hack from pp_require.
8699      Branch: perl
8700            ! pp_ctl.c
8701 ____________________________________________________________________________
8702 [ 27814] By: nicholas                              on 2006/04/15  16:43:22
8703         Log: If you return void from a filter subroutine, the caller's status is
8704              used. If not, your last statement is the return value, and if it keeps
8705              being +ve you'll never hit EOF.
8706              The probably should be a sanity check for this in toke.c, but I'm not
8707              sure how.
8708      Branch: perl
8709            ! t/op/incfilter.t
8710 ____________________________________________________________________________
8711 [ 27813] By: nicholas                              on 2006/04/15  16:42:23
8712         Log: Tests for having multiple pipes open simultaneously.
8713              (See comment added in change 3771 about this apparently being buggy)
8714      Branch: perl
8715            ! t/op/inccode.t
8716 ____________________________________________________________________________
8717 [ 27812] By: nicholas                              on 2006/04/15  13:45:13
8718         Log: Add more tests for the builtin source filter implementation, and fix
8719              two bugs - it would loop infinitely if data were already in the read
8720              buffer, and it would process those data twice.
8721      Branch: perl
8722            ! pp_ctl.c t/op/incfilter.t
8723 ____________________________________________________________________________
8724 [ 27811] By: nicholas                              on 2006/04/15  11:59:26
8725         Log: Add a test for source filters returned from code references in @INC.
8726      Branch: perl
8727            + t/op/incfilter.t
8728            ! MANIFEST
8729 ____________________________________________________________________________
8730 [ 27810] By: nicholas                              on 2006/04/15  11:22:29
8731         Log: Bump the expect file count in readdir.t. We keep writing more tests.
8732      Branch: perl
8733            ! t/op/readdir.t
8734 ____________________________________________________________________________
8735 [ 27809] By: nicholas                              on 2006/04/15  10:51:48
8736         Log: Subject: [PATCH] perlio.c: layer data might be allocated and unused (Coverity)
8737              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
8738              Message-Id: <20060415082417.24F0A6D08C@ugli.hut.fi>
8739              Date: Sat, 15 Apr 2006 11:24:17 +0300 (EEST)
8740              
8741              (with a correction)
8742      Branch: perl
8743            ! perlio.c
8744 ____________________________________________________________________________
8745 [ 27808] By: craigb                                on 2006/04/15  06:05:44
8746         Log: Fix bug in prime_env_iter where the terms of a comparison were reversed
8747              so we thought we didn't have a logical name table when we did.  Reported as:
8748              Subject: LWP::Simple crashes on VMSperl
8749              From: "juna" <ggl.20.jj...@spamgourmet.com>
8750              Date: 24 Mar 2006 13:52:41 -0800
8751              Newsgroups: comp.os.vms,comp.lang.perl.misc
8752              Message-ID: <1143237161.931669.48370@t31g2000cwb.googlegroups.com>
8753      Branch: perl
8754            ! vms/vms.c
8755 ____________________________________________________________________________
8756 [ 27807] By: craigb                                on 2006/04/15  00:45:26
8757         Log: Honor READALL privilege in cando_by_name (from Scott
8758              Lepage of HP OpenVMS Engineering)
8759      Branch: perl
8760            ! vms/vms.c
8761 ____________________________________________________________________________
8762 [ 27806] By: craigb                                on 2006/04/15  00:42:41
8763         Log: Don't die after SS$_NOPRIV in Perl_vmssetenv, courtesy
8764              of Scott Lepage at HP.
8765      Branch: perl
8766            ! vms/vms.c
8767 ____________________________________________________________________________
8768 [ 27805] By: nicholas                              on 2006/04/14  20:44:27
8769         Log: Change SAVECOPWARNINGS(c) to SAVECOMPILEWARNINGS() - it's only used to
8770              save the warnings on PL_compiling, so constraining its use to what we
8771              can test seems to make sense. Particularly as testing Perl_ss_dup is
8772              tricky.
8773      Branch: perl
8774            ! op.c pp_ctl.c scope.c scope.h sv.c
8775 ____________________________________________________________________________
8776 [ 27804] By: nicholas                              on 2006/04/14  19:44:34
8777         Log: In the description of require, clarify the file handle return and why
8778              C<INC> must be qualified.
8779      Branch: perl
8780            ! pod/perlfunc.pod
8781 ____________________________________________________________________________
8782 [ 27803] By: nicholas                              on 2006/04/14  16:43:03
8783         Log: S_glob_2inpuv() did not check if lenp was NULL. Oops.
8784      Branch: perl
8785            ! sv.c
8786 ____________________________________________________________________________
8787 [ 27802] By: nicholas                              on 2006/04/14  16:18:30
8788         Log: Replace explict "/dev/null" with BIT_BUCKET, which varies by platform.
8789      Branch: perl
8790            ! pp_ctl.c
8791 ____________________________________________________________________________
8792 [ 27801] By: rgs                                   on 2006/04/14  16:11:19
8793         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)
8794              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
8795              Date: Thu, 13 Apr 2006 19:20:46 +0300 (EEST)
8796              Message-Id: <20060413162046.5F9636D08C@ugli.hut.fi>
8797      Branch: perl
8798            ! doop.c pod/perlapi.pod sv.c t/op/bop.t
8799 ____________________________________________________________________________
8800 [ 27800] By: nicholas                              on 2006/04/14  14:45:04
8801         Log: Mark new_warnings_bitfield as XE, and add it to __DATA__ in makedef.pl
8802              Remove a reference to the deleted function Perl_refcounted_he_dup.
8803      Branch: perl
8804            ! embed.fnc embed.h global.sym makedef.pl
8805 ____________________________________________________________________________
8806 [ 27799] By: stevep                                on 2006/04/14  12:16:01
8807         Log: Subject: [PATCH] IO::Compress::*
8808              From: Paul Marquess <paul.marquess@ntlworld.com>
8809              Date: Fri, 14 Apr 2006 09:05:39 +0100
8810              Message-ID: <004f01c65f9a$3871eb30$2405140a@myopwv.com>
8811      Branch: perl
8812            ! ext/Compress/IO/Base/Changes
8813            ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm
8814            ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
8815            ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
8816            ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
8817            ! ext/Compress/IO/Zlib/Changes ext/Compress/IO/Zlib/README
8818            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm
8819            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm
8820            ! ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm
8821            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm
8822            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm
8823            ! ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm
8824            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm
8825            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm
8826            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm
8827            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
8828            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
8829            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
8830            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
8831            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
8832            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
8833            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
8834            ! ext/Compress/IO/Zlib/t/105oneshot-zip-only.t
8835            ! ext/Compress/Raw/Zlib/README
8836            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
8837            ! ext/Compress/Zlib/README
8838            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
8839            ! t/lib/compress/generic.pl
8840 ____________________________________________________________________________
8841 [ 27798] By: nicholas                              on 2006/04/14  11:50:56
8842         Log: Subject: [PATCH] perlio.c: (Coverity) eliminate temp ptr that confuses Coverity into thinking there is a resource leak
8843              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
8844              Message-Id: <20060414085644.94A076D08C@ugli.hut.fi>
8845              Date: Fri, 14 Apr 2006 11:56:44 +0300 (EEST)
8846      Branch: perl
8847            ! perlio.c
8848 ____________________________________________________________________________
8849 [ 27797] By: stevep                                on 2006/04/14  11:26:59
8850         Log: Reverting change #27791 which may cause corruption addition corruption
8851              within a regular expression.
8852      Branch: perl
8853            ! regexec.c
8854 ____________________________________________________________________________
8855 [ 27796] By: rgs                                   on 2006/04/14  08:42:27
8856         Log: Fix implementation of threads->_handle on unixes.
8857              See :
8858              Subject: RE: [PATCH] 2nd patch to sync blead 'threads' with CPAN [REPOST]
8859              From: "Jerry D. Hedden" <jerry@hedden.us>
8860              Date: Tue, 04 Apr 2006 09:25:20 -0700
8861              Message-ID: <20060404092520.fb30e530d17747c2b054d625b8945d88.4a8a6b16c9.wbe@email.email.secureserver.net>
8862      Branch: perl
8863            ! ext/threads/threads.xs
8864 ____________________________________________________________________________
8865 [ 27795] By: nicholas                              on 2006/04/13  21:59:52
8866         Log: (Hopefully) fix coredumps in ByteLoader, which were a side effect of
8867              fixing a bug in B, and non-robust autogenerated code. When
8868              autogenerating initialiser statements for an array, it's a bad plan to
8869              have the size of that array hard coded.
8870      Branch: perl
8871            ! bytecode.pl ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
8872 ____________________________________________________________________________
8873 [ 27794] By: davem                                 on 2006/04/13  18:31:54
8874         Log: eliminate PL_regbol PL_regtill PL_regnarrate PL_reg_ganch PL_reg_sv
8875              (only another 434 to go ...)
8876      Branch: perl
8877            ! embed.fnc proto.h regexec.c regexp.h sv.c
8878 ____________________________________________________________________________
8879 [ 27793] By: davem                                 on 2006/04/13  17:16:41
8880         Log: disable 'split /(?{ split "" })/' test until recursive split is fixed
8881      Branch: perl
8882            ! t/op/pat.t
8883 ____________________________________________________________________________
8884 [ 27792] By: nicholas                              on 2006/04/13  16:14:23
8885         Log: Remove SAVEt_FREESHAREDPV, as nothing is using it, and it isn't catered
8886              for in Perl_ss_dup, hence nothing is testing it and nothing will alert
8887              us if it breaks.
8888      Branch: perl
8889            ! scope.c scope.h
8890 ____________________________________________________________________________
8891 [ 27791] By: stevep                                on 2006/04/13  15:08:04
8892         Log: Add another NULL check thanks to Coverity.
8893      Branch: perl
8894            ! regexec.c
8895 ____________________________________________________________________________
8896 [ 27790] By: nicholas                              on 2006/04/13  14:14:57
8897         Log: For duping SAVEHINTS it rather helps if you pay attention to what is
8898              actually being pushed onto the save stack.
8899      Branch: perl
8900            ! sv.c
8901 ____________________________________________________________________________
8902 [ 27789] By: nicholas                              on 2006/04/13  13:53:55
8903         Log: Subject: [PATCH] regexec.c: (Coverity) add NULL check
8904              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
8905              Message-Id: <200604131252.k3DCqFUL497781@kosh.hut.fi>
8906              Date: Thu, 13 Apr 2006 15:52:15 +0300 (EEST)
8907      Branch: perl
8908            ! regexec.c
8909 ____________________________________________________________________________
8910 [ 27788] By: nicholas                              on 2006/04/13  13:28:50
8911         Log: Subject: [PATCH] regexec.c: (Coverity) move NULL check even earlier
8912              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
8913              Message-Id: <200604131239.k3DCdXhe124107@kosh.hut.fi>
8914              Date: Thu, 13 Apr 2006 15:39:33 +0300 (EEST)
8915      Branch: perl
8916            ! regexec.c
8917 ____________________________________________________________________________
8918 [ 27787] By: nicholas                              on 2006/04/13  13:02:30
8919         Log: Add a break; to the end of the SAVEt_COP_WARNINGS case, and don't try
8920              to dereference cop_hints if it's NULL.
8921      Branch: perl
8922            ! sv.c
8923 ____________________________________________________________________________
8924 [ 27786] By: nicholas                              on 2006/04/13  12:40:24
8925         Log: Fix B and ByteLoader to cope with cop_warnings no longer being an SV.
8926      Branch: perl
8927            ! bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
8928            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
8929 ____________________________________________________________________________
8930 [ 27785] By: nicholas                              on 2006/04/13  10:46:32
8931         Log: Add SAVEt_COP_WARNINGS to ss_dup.
8932      Branch: perl
8933            ! sv.c
8934 ____________________________________________________________________________
8935 [ 27784] By: nicholas                              on 2006/04/13  10:09:20
8936         Log: Subject: Re: [PATCH] add pTHX_ parameter to new_warnings_bitfield()
8937              From: Steve Hay <steve.hay@uk.radan.com>
8938              Message-ID: <443E1998.9090909@uk.radan.com>
8939              Date: Thu, 13 Apr 2006 10:27:52 +0100
8940      Branch: perl
8941            ! embed.fnc mg.c perl.c pp_ctl.c proto.h util.c
8942 ____________________________________________________________________________
8943 [ 27783] By: davem                                 on 2006/04/13  02:20:33
8944         Log: eliminate PL_reg_re
8945              (only another 439 to go ...)
8946      Branch: perl
8947            ! embed.fnc embed.h pod/perlintern.pod proto.h regcomp.c
8948            ! regexec.c regexp.h sv.c
8949 ____________________________________________________________________________
8950 [ 27782] By: davem                                 on 2006/04/12  23:51:57
8951         Log: Subject: [perl #38906] Regex engine does not release MINMOD
8952              From: "Animator via RT" <perlbug-followup@perl.org>
8953              Message-ID: <rt-3.0.11-38906-132222.3.24032491323436@perl.org>
8954              Date: Wed, 12 Apr 2006 15:27:41 -0700
8955              
8956              zero-length minimum matches that failed could leak into a following
8957              maximal match
8958      Branch: perl
8959            ! regexec.c t/op/re_tests
8960 ____________________________________________________________________________
8961 [ 27781] By: nicholas                              on 2006/04/12  23:17:18
8962         Log: D'oh! Don't try to do #ifdefs inside "functions" that are actually
8963              macros.
8964      Branch: perl
8965            ! hv.c
8966 ____________________________________________________________________________
8967 [ 27780] By: nicholas                              on 2006/04/12  22:49:58
8968         Log: Add tests for all the other types that %^H serialisation is supposed
8969              to support. In the process, found and corrected a bug.
8970              Tests are good, m'kay.
8971      Branch: perl
8972            ! hv.c t/op/caller.t
8973 ____________________________________________________________________________
8974 [ 27779] By: nicholas                              on 2006/04/12  22:45:12
8975         Log: Change cop_warnings from an SV holding the warnings bitmask to a
8976              directly (shared) malloc()ed buffer holding the warnings bitmask.
8977              This avoids bugs/crashes when the interpreter that created an optree
8978              is freed but the optree remains in use by other interpreters.
8979      Branch: perl
8980            ! cop.h embed.fnc embed.h mg.c op.c perl.c pp_ctl.c proto.h
8981            ! scope.c scope.h sv.c util.c warnings.h warnings.pl
8982 ____________________________________________________________________________
8983 [ 27778] By: davem                                 on 2006/04/12  22:43:03
8984         Log: Remove the final recursion path from S_regmatch:  (??{...})
8985              Also put PUSH/POP_STATE infastructure in place
8986              Also eliminate PL_reg_call_cc
8987              (only another 440 global vars to go ...)
8988      Branch: perl
8989            ! regexec.c regexp.h sv.c
8990 ____________________________________________________________________________
8991 [ 27777] By: nicholas                              on 2006/04/12  16:18:30
8992         Log: Test that we can do embedded 0 bytes in hints.
8993      Branch: perl
8994            ! t/op/caller.t
8995 ____________________________________________________________________________
8996 [ 27776] By: nicholas                              on 2006/04/12  16:01:08
8997         Log: Store cop_hints as a shared structure without using any SVs (on
8998              ithreads).
8999      Branch: perl
9000            ! hv.c hv.h
9001 ____________________________________________________________________________
9002 [ 27775] By: nicholas                              on 2006/04/12  14:14:50
9003         Log: Remove Perl_refcounted_he_copy and Perl_refcounted_he_dup.
9004      Branch: perl
9005            ! embed.fnc embed.h hv.c proto.h
9006 ____________________________________________________________________________
9007 [ 27774] By: nicholas                              on 2006/04/12  12:31:29
9008         Log: Newxz() can use calloc() rather than malloc(), as the implementation
9009              of calloc() may know that it has fresh pages from the OS, and so
9010              doesn't need to zero them itself. Plus our object code should be
9011              slightly smaller.
9012      Branch: perl
9013            ! handy.h
9014 ____________________________________________________________________________
9015 [ 27773] By: nicholas                              on 2006/04/12  12:01:38
9016         Log: As OPs are shared between threads, they should be using
9017              PerlMemShared_*alloc functions, rather than per-thread *alloc()s.
9018      Branch: perl
9019            ! op.c op.h
9020 ____________________________________________________________________________
9021 [ 27772] By: nicholas                              on 2006/04/11  22:17:25
9022         Log: Subject: [PATCH] regexec.c: move NULL check earlier to make Coverity happier
9023              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
9024              Message-Id: <200604112004.k3BK4mV3097400@kosh.hut.fi>
9025              Date: Tue, 11 Apr 2006 23:04:48 +0300 (EEST)
9026      Branch: perl
9027            ! regexec.c
9028 ____________________________________________________________________________
9029 [ 27771] By: nicholas                              on 2006/04/11  21:53:33
9030         Log: Subject: [PATCH] regcomp.c (try II): use &PL_sv_undef for listsv as suggested by Nick
9031              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
9032              Message-Id: <200604112053.k3BKrPgk310001@kosh.hut.fi>
9033              Date: Tue, 11 Apr 2006 23:53:25 +0300 (EEST)
9034      Branch: perl
9035            ! regcomp.c
9036 ____________________________________________________________________________
9037 [ 27770] By: nicholas                              on 2006/04/11  21:03:48
9038         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
9039              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
9040              Message-Id: <200604112039.k3BKdWix334525@kosh.hut.fi>
9041              Date: Tue, 11 Apr 2006 23:39:32 +0300 (EEST)
9042      Branch: perl
9043            ! perlio.c
9044 ____________________________________________________________________________
9045 [ 27769] By: nicholas                              on 2006/04/11  19:47:15
9046         Log: Subject: [PATCH] locale.c: more Safefree() (Coverity finding)
9047              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
9048              Message-Id: <200604111908.k3BJ8ewn030950@kosh.hut.fi>
9049              Date: Tue, 11 Apr 2006 22:08:40 +0300 (EEST)
9050      Branch: perl
9051            ! locale.c
9052 ____________________________________________________________________________
9053 [ 27768] By: nicholas                              on 2006/04/11  19:26:48
9054         Log: First stab at using the pad to store the serialised hints data.
9055              This approach is almost certainly not only wrong, but also doomed.
9056              But it's needed to build a correct solution.
9057      Branch: perl
9058            ! hv.c hv.h op.c pp_ctl.c scope.h sv.c
9059 ____________________________________________________________________________
9060 [ 27767] By: nicholas                              on 2006/04/11  18:06:30
9061         Log: Within Perl_newSVhek, inline most of newSVpvn_share(), because
9062              share_hek_hek() is far more efficient than sharepvn().
9063      Branch: perl
9064            ! sv.c
9065 ____________________________________________________________________________
9066 [ 27766] By: nicholas                              on 2006/04/11  16:17:13
9067         Log: Stop Perl_newSVpvn_share() potentially leaking the return result from
9068              bytes_from_utf8().
9069      Branch: perl
9070            ! sv.c
9071 ____________________________________________________________________________
9072 [ 27764] By: nicholas                              on 2006/04/11  13:47:05
9073         Log: Need to migrate the refcounted_he structure to be properly shared.
9074              Add a mutex for manipulated their reference counts.
9075              Unwrap the structure, so that for ithreads it can store SVs in pads.
9076      Branch: perl
9077            ! dosish.h embedvar.h hv.c hv.h perl.c perlapi.h perlvars.h
9078            ! symbian/symbianish.h unixish.h vms/vmsish.h win32/win32.c
9079            ! wince/wince.c
9080 ____________________________________________________________________________
9081 [ 27763] By: rgs                                   on 2006/04/11  07:54:23
9082         Log: Subject: [PATCH] Quiet a coverity problem
9083              From: andy@petdance.com (Andy Lester)
9084              Date: Mon, 10 Apr 2006 23:51:50 -0500
9085              Message-ID: <20060411045150.GA1422@petdance.com>
9086      Branch: perl
9087            ! pp.c
9088 ____________________________________________________________________________
9089 [ 27762] By: nicholas                              on 2006/04/10  19:55:49
9090         Log: All S_dumpuntil()'s regnode pointer arguments can be const.
9091      Branch: perl
9092            ! embed.fnc proto.h regcomp.c
9093 ____________________________________________________________________________
9094 [ 27761] By: nicholas                              on 2006/04/10  17:48:04
9095         Log: Perl_unsharepvn() was no longer being used in core, and changes to
9096              S_unshare_hek_or_pvn() had broken it. Now fixed and tested.
9097      Branch: perl
9098            ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/hash.t hv.c
9099 ____________________________________________________________________________
9100 [ 27760] By: merijn                                on 2006/04/10  16:35:30
9101         Log: config_H being the last part of my mkglossary work
9102      Branch: perl
9103            ! Porting/config_H
9104 ____________________________________________________________________________
9105 [ 27758] By: merijn                                on 2006/04/10  16:14:32
9106         Log: Regeneration of Glossary and the underlying tools.
9107      Branch: perl
9108            ! Porting/Glossary Porting/config.sh
9109 ____________________________________________________________________________
9110 [ 27757] By: rgs                                   on 2006/04/10  15:46:27
9111         Log: Subject: [PATCH] Fix coverity warning in utf8.c
9112              From: Andy Dougherty <doughera@lafayette.edu>
9113              Date: Mon, 10 Apr 2006 11:18:35 -0400 (EDT)
9114              Message-ID: <Pine.SOC.4.62.0604101117450.22851@maxwell.phys.lafayette.edu>
9115      Branch: perl
9116            ! utf8.c
9117 ____________________________________________________________________________
9118 [ 27756] By: nicholas                              on 2006/04/10  12:21:34
9119         Log: Subject: [PATCH] pp_sys.c: some Coverity findings: NULL guards for format cv
9120              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
9121              Message-Id: <20060408155541.46B796D08C@ugli.hut.fi>
9122              Date: Sat,  8 Apr 2006 18:55:41 +0300 (EEST)
9123      Branch: perl
9124            ! pp_sys.c t/op/write.t
9125 ____________________________________________________________________________
9126 [ 27755] By: nicholas                              on 2006/04/10  11:56:21
9127         Log: Subject: [PATCH] pp_sys.c: some Coverity findings: NULL guards for io pointers
9128              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
9129              Message-Id: <20060408155232.4C9726D08C@ugli.hut.fi>
9130              Date: Sat,  8 Apr 2006 18:52:32 +0300 (EEST)
9131      Branch: perl
9132            ! pp_sys.c
9133 ____________________________________________________________________________
9134 [ 27754] By: nicholas                              on 2006/04/10  11:12:26
9135         Log: Subject: [PATCH]es: quiet some warnings (with a free AIX cpp insanity avoidance tip)
9136              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
9137              Message-ID: <44375F23.6030900@gmail.com>
9138              Date: Sat, 08 Apr 2006 09:58:43 +0300
9139      Branch: perl
9140            ! op.c pad.h pp_sys.c
9141 ____________________________________________________________________________
9142 [ 27753] By: davem                                 on 2006/04/10  09:10:37
9143         Log: Subject:  [PATCH] True consting goodness in regexes
9144              From:  andy@petdance.com (Andy Lester)
9145              Date:  Mon, 10 Apr 2006 02:15:58 -0500
9146              Message-Id:  <20060410071558.GA24756@petdance.com>
9147      Branch: perl
9148            ! embed.fnc proto.h regcomp.c regexec.c
9149 ____________________________________________________________________________
9150 [ 27752] By: nicholas                              on 2006/04/09  21:07:48
9151         Log: Fix pointer error in change 27741, spotted by John E. Malmberg.
9152      Branch: perl
9153            ! sv.c
9154 ____________________________________________________________________________
9155 [ 27751] By: stevep                                on 2006/04/09  19:28:35
9156         Log: Subject: Re: [PATCH] perlio.c: Coverity finding: finding false (Coverity notable to follow vtable logic) but adding an assert
9157              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
9158              Date: Sun, 09 Apr 2006 10:18:52 +0300
9159              Message-ID: <4438B55C.9010604@gmail.com>
9160      Branch: perl
9161            ! perlio.c
9162 ____________________________________________________________________________
9163 [ 27750] By: stevep                                on 2006/04/09  18:55:07
9164         Log: Subject: Re: [PATCH] locale.c: Coverity finding
9165              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
9166              Date: Sun, 09 Apr 2006 10:31:32 +0300
9167              Message-ID: <4438B854.6040301@gmail.com>
9168      Branch: perl
9169            ! locale.c
9170 ____________________________________________________________________________
9171 [ 27749] By: stevep                                on 2006/04/09  18:44:17
9172         Log: Subject: [PATCH] Rename variables in some mg_* funcs
9173              From: andy@petdance.com (Andy Lester)
9174              Date: Sun, 9 Apr 2006 00:20:12 -0500
9175              Message-ID: <20060409052012.GA15887@petdance.com>
9176      Branch: perl
9177            ! mg.c
9178 ____________________________________________________________________________
9179 [ 27746] By: davem                                 on 2006/04/08  23:58:51
9180         Log: fix potential null deref introduced by change #27716
9181      Branch: perl
9182            ! regexec.c
9183 ____________________________________________________________________________
9184 [ 27745] By: nicholas                              on 2006/04/08  22:37:29
9185         Log: Subject: [PATCH] perlio.c: Coverity finding: finding false (Coverity not able to follow vtable logic) but adding an assert
9186              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
9187              Message-Id: <20060408161136.CEAC86D08C@ugli.hut.fi>
9188              Date: Sat,  8 Apr 2006 19:11:36 +0300 (EEST)
9189      Branch: perl
9190            ! perlio.c
9191 ____________________________________________________________________________
9192 [ 27744] By: nicholas                              on 2006/04/08  22:23:26
9193         Log: Subject: [PATCH] sv.c, rs.t, perlvar.pod (Coverity finding: did you know what happens with $/=\0?)
9194              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
9195              Message-Id: <20060408152533.C4D5F6D08C@ugli.hut.fi>
9196              Date: Sat,  8 Apr 2006 18:25:33 +0300 (EEST)
9197              
9198              (although I should add that this version of Coverity is actually
9199              raising a false positive here, albeit something still interesting)
9200      Branch: perl
9201            ! pod/perlvar.pod sv.c t/base/rs.t
9202 ____________________________________________________________________________
9203 [ 27741] By: nicholas                              on 2006/04/08  15:14:13
9204         Log: As av_dup, gv_dup and hv_dup are the same as sv_dup, code in various
9205              branches of Perl_ss_dup() is actually duplicated, so can be merged.
9206      Branch: perl
9207            ! sv.c
9208 ____________________________________________________________________________
9209 [ 27740] By: nicholas                              on 2006/04/08  14:46:53
9210         Log: By swapping the order of pushes onto the save stack for
9211              SAVEt_GENERIC_PVREF, we can merge it with SAVEt_PPTR in Perl_ss_dup().
9212      Branch: perl
9213            ! scope.c sv.c
9214 ____________________________________________________________________________
9215 [ 27739] By: nicholas                              on 2006/04/08  13:43:46
9216         Log: Teach ss_dup about SAVEt_RE_STATE. (As correctly as it ever was before)
9217      Branch: perl
9218            ! sv.c
9219 ____________________________________________________________________________
9220 [ 27738] By: nicholas                              on 2006/04/08  12:50:13
9221         Log: ss_dup of SAVEt_COP_ARYBASE can use the same code as SAVEt_I8.
9222      Branch: perl
9223            ! sv.c
9224 ____________________________________________________________________________
9225 [ 27737] By: nicholas                              on 2006/04/07  21:24:35
9226         Log: Give more information in the panic in ss_dup. (Although I'm not sure
9227              if croak() works at this point, given PerlIO's dependency on a
9228              functional interpreter.)
9229      Branch: perl
9230            ! sv.c
9231 ____________________________________________________________________________
9232 [ 27736] By: gisle                                 on 2006/04/07  16:08:26
9233         Log: Make perl_fini() run when compiling perl with
9234              the Sun WorkShop compiler.
9235      Branch: perl
9236            ! perl.c
9237 ____________________________________________________________________________
9238 [ 27735] By: steveh                                on 2006/04/07  14:55:41
9239         Log: Patch from Jarkko to fix breakage caused by change #27649
9240              see: http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-04/msg00144.html
9241      Branch: perl
9242            ! malloc.c perl.h
9243 ____________________________________________________________________________
9244 [ 27734] By: nicholas                              on 2006/04/07  12:49:11
9245         Log: Oops. Being too terse for my own good - it's not a great idea to chain
9246              assignment of char * to struct pmop *, even when the value is NULL.
9247      Branch: perl
9248            ! perl.c
9249 ____________________________________________________________________________
9250 [ 27733] By: craigb                                on 2006/04/07  02:53:52
9251         Log: Subject: [patch@27694] VMS RMSEXPAND/PERL_CANDO fixes
9252              From: "John E. Malmberg" <wb8tyw@qsl.net>
9253              Date: Mon, 03 Apr 2006 07:39:10 -0400
9254              Message-id: <4431095E.8030003@qsl.net>
9255      Branch: perl
9256            ! vms/vms.c vms/vmsish.h
9257 ____________________________________________________________________________
9258 [ 27732] By: nicholas                              on 2006/04/06  15:52:37
9259         Log: Move all the regexp state variables into a single structure.
9260              This allows it to be saved, restored and cloned with a single Copy()
9261              (but inevitably still some fixup)
9262      Branch: perl
9263            ! embedvar.h perl.c perlapi.h regcomp.c regexp.h scope.c sv.c
9264            ! thrdvar.h
9265 ____________________________________________________________________________
9266 [ 27731] By: steveh                                on 2006/04/06  14:55:40
9267         Log: Subject: Re: Smoke [5.9.4] 27728 FAIL(F) MSWin32 WinXP/.Net SP2 (x86/2 cpu)
9268              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
9269              Date: Thu, 6 Apr 2006 14:32:50 +0200
9270              Message-ID: <20060406143250.5a7de4b8@grubert.mandriva.com>
9271      Branch: perl
9272            ! mg.c
9273 ____________________________________________________________________________
9274 [ 27729] By: steveh                                on 2006/04/06  12:16:53
9275         Log: Fix skip count in ext\B\t\lint.t
9276      Branch: perl
9277            ! ext/B/t/lint.t
9278 ____________________________________________________________________________
9279 [ 27728] By: nicholas                              on 2006/04/05  21:40:11
9280         Log: Save the regexp engine state as 1 block on the save stack.
9281      Branch: perl
9282            ! regcomp.c regexp.h scope.c scope.h
9283 ____________________________________________________________________________
9284 [ 27727] By: rgs                                   on 2006/04/05  20:59:53
9285         Log: Subject: Re: expr foreach (...) isn't a B::Lint warning anymore
9286              From: "Joshua ben Jore" <twists@gmail.com>
9287              Date: Wed, 5 Apr 2006 01:11:11 -0500
9288              Message-ID: <dc5c751d0604042311v354547aanf482b3259e56ebb8@mail.gmail.com>
9289      Branch: perl
9290            ! ext/B/B/Lint.pm ext/B/t/lint.t
9291 ____________________________________________________________________________
9292 [ 27726] By: nicholas                              on 2006/04/05  20:19:34
9293         Log: Perl_save_alloc can use the new(er) SSGROW rather than looping.
9294      Branch: perl
9295            ! scope.c
9296 ____________________________________________________________________________
9297 [ 27725] By: rgs                                   on 2006/04/05  19:45:42
9298         Log: Assigning undef to an entry in %ENV shouldn't produce warnings, even
9299              though it's silently converted to ""
9300      Branch: perl
9301            ! mg.c t/lib/warnings/mg
9302 ____________________________________________________________________________
9303 [ 27724] By: stevep                                on 2006/04/05  16:15:41
9304         Log: Try not to use negative values when accessing arrays in C.  Yet another
9305              Coverity catch.
9306      Branch: perl
9307            ! util.c
9308 ____________________________________________________________________________
9309 [ 27723] By: stevep                                on 2006/04/05  15:31:18
9310         Log: Initializing variables is good.  This is another Coverity catch.
9311      Branch: perl
9312            ! gv.c
9313 ____________________________________________________________________________
9314 [ 27722] By: rgs                                   on 2006/04/05  14:44:11
9315         Log: Subject: perlio.c breaks on Solaris/gcc when > 256 FDs are available
9316              From: Alan Burlison <Alan.Burlison@sun.com>
9317              Date: Wed, 05 Apr 2006 15:52:14 +0100
9318              Message-ID: <4433D99E.40800@sun.com>
9319      Branch: perl
9320            ! perlio.c
9321 ____________________________________________________________________________
9322 [ 27721] By: rgs                                   on 2006/04/05  12:56:10
9323         Log: There should be only one META.yml file
9324      Branch: perl
9325            - ext/Devel/PPPort/META.yml ext/Encode/META.yml
9326            ! MANIFEST
9327 ____________________________________________________________________________
9328 [ 27720] By: rgs                                   on 2006/04/05  12:19:11
9329         Log: Fix test portability on non-ASCII platforms
9330              
9331              Subject: Re: lib/ExtUtils/t/Constant.t problem on z/OS
9332              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
9333              Date: Wed, 05 Apr 2006 21:13:02 +0900
9334              Message-Id: <20060405210426.F99D.BQW10602@nifty.com>
9335      Branch: perl
9336            ! lib/ExtUtils/t/Constant.t
9337 ____________________________________________________________________________
9338 [ 27719] By: stevep                                on 2006/04/05  11:49:23
9339         Log: Document the functions htmlify() and anchorify() in Pod::Html.
9340      Branch: perl
9341            ! lib/Pod/Html.pm
9342 ____________________________________________________________________________
9343 [ 27718] By: steveh                                on 2006/04/05  10:35:58
9344         Log: Simplify tests for fork() capabilities
9345              
9346              Jarkko pointed out that change #27710 was causing some
9347              black smoke so makes the tests for fork() simpler, as
9348              per lib\Test\Simple\t\fork.t for now. (Ideally we want
9349              a $Config{d_pseudofork}, as suggested by Andy Dougherty,
9350              but that'll have to wait until I get some more tuits.)
9351      Branch: perl
9352            ! ext/IO/t/io_multihomed.t ext/IO/t/io_pipe.t ext/IO/t/io_sock.t
9353 ____________________________________________________________________________
9354 [ 27717] By: davem                                 on 2006/04/05  03:17:50
9355         Log: (??{...}) didn't always restore PL_reg_re.
9356              Also trie debugging output was using a var that was no longer
9357              valid
9358      Branch: perl
9359            ! regexec.c
9360 ____________________________________________________________________________
9361 [ 27716] By: davem                                 on 2006/04/05  01:50:33
9362         Log: eliminate PL_regprecomp, PL_regprogram, PL_regnpar and PL_regdata
9363              (only another 441 global vars to go ...)
9364      Branch: perl
9365            ! embed.fnc embed.h embedvar.h perlapi.h proto.h regcomp.c
9366            ! regexec.c sv.c thrdvar.h
9367 ____________________________________________________________________________
9368 [ 27715] By: davem                                 on 2006/04/05  01:26:59
9369         Log: restructure the EVAL branch of regmatch() to minimise local var scope
9370              (no changes to functionality)
9371      Branch: perl
9372            ! regexec.c
9373 ____________________________________________________________________________
9374 [ 27714] By: rgs                                   on 2006/04/04  15:15:19
9375         Log: Subject: Re: Making IO::Socket pass test on Win32
9376              From: Jim Cromie <jim.cromie@gmail.com>
9377              Date: Tue, 04 Apr 2006 11:07:03 -0400
9378              Message-ID: <44328B97.2060903@gmail.com>
9379      Branch: perl
9380            ! ext/B/t/concise-xs.t
9381 ____________________________________________________________________________
9382 [ 27713] By: rgs                                   on 2006/04/04  12:42:44
9383         Log: FEATURE_IS_ENABLED takes only one parameter now, so reflect that in
9384              perl_keyword.pl
9385      Branch: perl
9386            ! perl_keyword.pl
9387 ____________________________________________________________________________
9388 [ 27712] By: rgs                                   on 2006/04/04  11:42:05
9389         Log: Subject: [PATCH] threads.pm should overload != operator
9390              From: "Jan Dubois" <jand@ActiveState.com>
9391              Date: Mon, 3 Apr 2006 18:06:24 -0700
9392              Message-ID: <02fc01c65783$fe4820f0$2217a8c0@candy>
9393      Branch: perl
9394            ! ext/threads/t/basic.t ext/threads/threads.pm
9395 ____________________________________________________________________________
9396 [ 27711] By: rgs                                   on 2006/04/04  11:14:27
9397         Log: Fix syntax error in io_pipe test
9398      Branch: perl
9399            ! ext/IO/t/io_pipe.t
9400 ____________________________________________________________________________
9401 [ 27710] By: steveh                                on 2006/04/04  10:34:10
9402         Log: Subject: Re: Making IO::Socket pass test on Win32
9403              From: demerphq <demerphq@gmail.com>
9404              Date: Sun, 2 Apr 2006 11:07:19 +0200
9405              Message-ID: <9b18b3110604020107o6a0b594cwfc2344a172c360b0@mail.gmail.com>
9406              
9407              plus extra $Config{d_fork} changes to io_pipe.t and io_multihomed.t
9408      Branch: perl
9409            ! ext/IO/lib/IO/Socket.pm ext/IO/t/io_multihomed.t
9410            ! ext/IO/t/io_pipe.t ext/IO/t/io_sock.t ext/IO/t/io_unix.t
9411 ____________________________________________________________________________
9412 [ 27709] By: rgs                                   on 2006/04/04  08:54:05
9413         Log: Subject: [PATCH] Move conditional SOCKS5 code into #ifdefs
9414              From: andy@petdance.com (Andy Lester)
9415              Date: Mon, 3 Apr 2006 08:28:18 -0500
9416              Message-ID: <20060403132818.GA7820@petdance.com>
9417      Branch: perl
9418            ! perlio.c
9419 ____________________________________________________________________________
9420 [ 27708] By: gisle                                 on 2006/04/04  08:36:02
9421         Log: Change 27592 disabled the building of manpages for non core-extensions
9422              The init_MAN3PODS method need to be called when no INSTALLMAN3DIR is
9423              present in the first place.
9424      Branch: perl
9425            ! lib/ExtUtils/MM_Unix.pm
9426 ____________________________________________________________________________
9427 [ 27707] By: rgs                                   on 2006/04/04  07:39:59
9428         Log: Subject: [PATCH] "smart match" description in overload.pm is in the middle of "fallback" section
9429              From: "Jan Dubois" <jand@ActiveState.com>
9430              Date: Mon, 3 Apr 2006 18:11:55 -0700
9431              Message-ID: <02fd01c65784$c3f3c430$2217a8c0@candy>
9432      Branch: perl
9433            ! lib/overload.pm
9434 ____________________________________________________________________________
9435 [ 27706] By: craigb                                on 2006/04/04  03:12:34
9436         Log: sort out some utime() issues on VMS
9437      Branch: perl
9438            ! vms/perlvms.pod vms/vms.c
9439 ____________________________________________________________________________
9440 [ 27705] By: rgs                                   on 2006/04/03  16:21:57
9441         Log: Subject: [PATCH] 2nd patch to sync blead 'threads' with CPAN [REPOST]
9442              From: "Jerry D. Hedden" <jerry@hedden.us>
9443              Date: Mon, 03 Apr 2006 06:10:35 -0700
9444              Message-ID: <20060403061035.fb30e530d17747c2b054d625b8945d88.7482c755b8.wbe@email.email.secureserver.net>
9445      Branch: perl
9446            ! ext/threads/Changes ext/threads/README ext/threads/t/basic.t
9447            ! ext/threads/t/join.t ext/threads/t/list.t
9448            ! ext/threads/t/problems.t ext/threads/t/thread.t
9449            ! ext/threads/threads.pm ext/threads/threads.xs
9450 ____________________________________________________________________________
9451 [ 27704] By: nicholas                              on 2006/04/03  11:32:44
9452         Log: Two modules in ext/ have dependencies that are post-miniperl.
9453              Encode this information in the Makefile for now.
9454      Branch: perl
9455            ! Makefile.SH
9456 ____________________________________________________________________________
9457 [ 27703] By: merijn                                on 2006/04/03  10:02:37
9458         Log: Regeneration after backports of #27447, #27484, #27485, #27488,
9459              #27489, #27490, #27491, and #27632
9460      Branch: perl
9461            ! Configure config_h.SH
9462 ____________________________________________________________________________
9463 [ 27702] By: davem                                 on 2006/04/03  09:56:29
9464         Log: undo #27700 and add a missing Safefree()
9465      Branch: perl
9466            ! regexec.c
9467 ____________________________________________________________________________
9468 [ 27701] By: rgs                                   on 2006/04/03  09:50:45
9469         Log: Subject: [PATCH] SvREFCNT_inc tweaks
9470              From: andy@petdance.com (Andy Lester)
9471              Date: Sat, 1 Apr 2006 02:01:30 -0600
9472              Message-ID: <20060401080130.GA19372@petdance.com>
9473      Branch: perl
9474            ! op.c pad.c perlio.c
9475 ____________________________________________________________________________
9476 [ 27700] By: rgs                                   on 2006/04/03  09:07:20
9477         Log: Subject: [PATCH] Removed unused code in regexec.c
9478              From: andy@petdance.com (Andy Lester)
9479              Date: Mon, 3 Apr 2006 00:00:50 -0500
9480              Message-ID: <20060403050050.GA19055@petdance.com>
9481      Branch: perl
9482            ! regexec.c
9483 ____________________________________________________________________________
9484 [ 27699] By: rgs                                   on 2006/04/03  08:57:57
9485         Log: Subject: [PATCH] ext/IO/t/io_unix.t
9486              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
9487              Date: Sun, 02 Apr 2006 21:57:19 +0300
9488              Message-ID: <44301E8F.2060503@gmail.com>
9489      Branch: perl
9490            ! ext/IO/t/io_unix.t
9491 ____________________________________________________________________________
9492 [ 27698] By: rgs                                   on 2006/04/03  08:50:28
9493         Log: Subject: revisited: pow.t test failures on AIX 5.1 perl588 with -Duselongdouble
9494              From: "John L. Allen" <allen@grumman.com>
9495              Date: Thu, 30 Mar 2006 17:53:13 -0500 (EST)
9496              Message-ID: <Pine.GSO.4.53.0603301710140.24672@gateway.northropgrumman.com>
9497      Branch: perl
9498            ! pp.c
9499 ____________________________________________________________________________
9500 [ 27697] By: rgs                                   on 2006/04/03  08:30:27
9501         Log: Document that the regexp engine is not currently reentrant
9502              
9503              Subject: Re: [perl #33936] segment fault when using split() in regexp with (??{...})
9504              From: Dominic Dunlop <domo@computer.org>
9505              Date: Sun, 2 Apr 2006 21:13:59 +0200
9506              Message-Id: <AD104FE7-2BD6-49B6-A845-46458179A4B1@computer.org>
9507      Branch: perl
9508            ! pod/perlre.pod
9509 ____________________________________________________________________________
9510 [ 27696] By: rgs                                   on 2006/04/03  08:22:15
9511         Log: Take splint into account for PERL_UNUSED_ARG (patch by Jarkko)
9512      Branch: perl
9513            ! XSUB.h perl.h
9514 ____________________________________________________________________________
9515 [ 27694] By: davem                                 on 2006/04/03  01:31:12
9516         Log: anonymous unions aren't legal ANSI c
9517      Branch: perl
9518            ! regexec.c regexp.h
9519 ____________________________________________________________________________
9520 [ 27693] By: nicholas                              on 2006/04/03  00:25:45
9521         Log: The make_ext script should pass MAKE=$MAKE to submakes it invokes for
9522              extentions, as they in turn may invoke $MAKE, and should invoke the
9523              same $MAKE as at the top level, which may not be $Config{make}
9524      Branch: perl
9525            ! ext/util/make_ext
9526 ____________________________________________________________________________
9527 [ 27692] By: davem                                 on 2006/04/02  23:50:25
9528         Log: whoops, change 27691 blew away the regexec.c changes from 27688
9529      Branch: perl
9530            ! regexec.c
9531 ____________________________________________________________________________
9532 [ 27691] By: davem                                 on 2006/04/02  22:37:57
9533         Log: subsume CURCUR (current curly) struct within the main regmatch_state
9534      Branch: perl
9535            ! regexec.c regexp.h
9536 ____________________________________________________________________________
9537 [ 27690] By: rgs                                   on 2006/04/02  21:41:28
9538         Log: Subject: [PATCH] Removed unnecessary pointers checks
9539              From: andy@petdance.com (Andy Lester)
9540              Date: Sat, 1 Apr 2006 01:01:32 -0600
9541              Message-ID: <20060401070132.GA6616@petdance.com>
9542      Branch: perl
9543            ! gv.c
9544 ____________________________________________________________________________
9545 [ 27689] By: rgs                                   on 2006/04/02  21:13:16
9546         Log: Subject: [PATCH] Prevent "use sort 'stable'" from reversing the order
9547              From: Robin Houston <robin@cpan.org>
9548              Date: Sun, 2 Apr 2006 17:20:24 +0100
9549              Message-ID: <20060402162024.GA3854@rpc142.cs.man.ac.uk>
9550      Branch: perl
9551            ! lib/sort.t pp_sort.c
9552 ____________________________________________________________________________
9553 [ 27688] By: rgs                                   on 2006/04/02  20:58:59
9554         Log: Subject: Re: [perl #38293] chr(65535) should be allowed in regexes
9555              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
9556              Date: Sun, 02 Apr 2006 22:48:44 +0900
9557              Message-Id: <20060402224657.B942.BQW10602@nifty.com>
9558      Branch: perl
9559            ! doop.c op.c regcomp.c regexec.c t/op/pat.t t/op/tr.t utf8.h
9560 ____________________________________________________________________________
9561 [ 27687] By: nicholas                              on 2006/04/02  20:27:24
9562         Log: Change 27677 missed two direct accesses to op_private in COPs.
9563              I believe that all are now found, as redefining CopHINTS_get(c)
9564              to (~(c)->op_private) (with corresponding changes to CopHINTS_set()
9565              and the initialisation of PL_compiling) works.
9566      Branch: perl
9567            ! perl.h pp_ctl.c utf8.h
9568 ____________________________________________________________________________
9569 [ 27686] By: merijn                                on 2006/04/02  19:10:55
9570         Log: First stab at a more reliable Glossary. This now is (again)
9571              mostly generated. (Well, It's a repair to the existing version
9572              "based on" a generated version, which is now well sorted, but
9573              still incomplete for less obvious reasons).
9574      Branch: perl
9575            ! Porting/Glossary
9576 ____________________________________________________________________________
9577 [ 27685] By: davem                                 on 2006/04/02  18:32:32
9578         Log: make parts of struct regmatch_state unions
9579              This reduces its size from 120 to 72 bytes
9580      Branch: perl
9581            ! regexec.c regexp.h
9582 ____________________________________________________________________________
9583 [ 27681] By: nicholas                              on 2006/04/02  17:05:34
9584         Log: Better failure diagnostics from switch.t.
9585      Branch: perl
9586            ! t/op/switch.t
9587 ____________________________________________________________________________
9588 [ 27680] By: nicholas                              on 2006/04/02  16:51:53
9589         Log: Subject: Re: recent changes have some unmatching of parameters and types
9590              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
9591              Message-Id: <20060402122547.0037.BQW10602@nifty.com>
9592              Date: Sun, 02 Apr 2006 12:32:53 +0900
9593      Branch: perl
9594            ! embed.fnc pod/perlintern.pod proto.h
9595 ____________________________________________________________________________
9596 [ 27679] By: davem                                 on 2006/04/02  16:32:10
9597         Log: use slabs to allocate save state space in regmatch() 
9598      Branch: perl
9599            ! embedvar.h perl.c perl.h perlapi.h regcomp.h regexec.c
9600            ! regexp.h sv.c thrdvar.h
9601 ____________________________________________________________________________
9602 [ 27677] By: nicholas                              on 2006/04/02  11:17:58
9603         Log: Abstract all reads/writes of the hints in COPs with 2 new macros,
9604              CopHINTS_get() and CopHINTS_set().
9605      Branch: perl
9606            ! cop.h op.c pp_ctl.c utf8.c
9607 ____________________________________________________________________________
9608 [ 27676] By: nicholas                              on 2006/04/02  10:55:36
9609         Log: 'SvIOK(sv) ? SvIVX(sv) : sv_2iv(sv)' is 'SvIV(sv)' so write it as such.
9610      Branch: perl
9611            ! mg.c
9612 ____________________________________________________________________________
9613 [ 27674] By: nicholas                              on 2006/04/02  10:41:30
9614         Log: Convert ByteLoader to use CopARYBASE_set().
9615      Branch: perl
9616            ! bytecode.pl ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
9617 ____________________________________________________________________________
9618 [ 27671] By: nicholas                              on 2006/04/02  10:08:04
9619         Log: Abstract all the accesses to cop_arybase (apart from ByteLoader)
9620      Branch: perl
9621            ! cop.h ext/B/B.xs mg.c op.c pp.c pp_ctl.c pp_hot.c scope.c
9622            ! scope.h toke.c
9623 ____________________________________________________________________________
9624 [ 27669] By: craigb                                on 2006/04/02  01:09:38
9625         Log: fix typo in vms/gen_shrfls.pl itanium detector
9626      Branch: perl
9627            ! vms/gen_shrfls.pl
9628 ____________________________________________________________________________
9629 [ 27668] By: nicholas                              on 2006/04/01  23:34:10
9630         Log: If the passed in target rv for Perl_newSVrv() was already a reference
9631              to something, it would leak the reference count on that thing.
9632      Branch: perl
9633            ! sv.c
9634 ____________________________________________________________________________
9635 [ 27667] By: nicholas                              on 2006/04/01  23:09:34
9636         Log: Test no mypragma;
9637      Branch: perl
9638            ! t/lib/mypragma.t
9639 ____________________________________________________________________________
9640 [ 27666] By: nicholas                              on 2006/04/01  21:17:46
9641         Log: Automatically set HINT_LOCALIZE_HH whenever %^H is modified.
9642      Branch: perl
9643            ! embed.fnc embed.h hv.c lib/feature.pm lib/sort.pm mg.c op.c
9644            ! proto.h scope.c scope.h t/lib/mypragma.pm
9645 ____________________________________________________________________________
9646 [ 27665] By: nicholas                              on 2006/04/01  19:38:31
9647         Log: The call to Perl_hv_assert(aTHX_ hv) should be wrapped in a DEBUG_A().
9648      Branch: perl
9649            ! hv.c
9650 ____________________________________________________________________________
9651 [ 27664] By: nicholas                              on 2006/04/01  15:26:48
9652         Log: Test that user pragmas work inside string eval.
9653      Branch: perl
9654            ! t/lib/mypragma.t
9655 ____________________________________________________________________________
9656 [ 27663] By: nicholas                              on 2006/04/01  15:22:54
9657         Log: Add Rafael's example user pragma, and convert his demo to a test.
9658      Branch: perl
9659            + t/lib/mypragma.pm t/lib/mypragma.t
9660            ! MANIFEST
9661 ____________________________________________________________________________
9662 [ 27662] By: nicholas                              on 2006/04/01  15:21:56
9663         Log: If the comment says "(and not ours)" then it should be tested.
9664      Branch: perl
9665            ! t/op/getppid.t
9666 ____________________________________________________________________________
9667 [ 27660] By: nicholas                              on 2006/04/01  15:11:11
9668         Log: Rewrite t/op/getppid.t to remove the assumption that init has PID of 1.
9669      Branch: perl
9670            ! t/op/getppid.t
9671 ____________________________________________________________________________
9672 [ 27659] By: nicholas                              on 2006/04/01  14:31:37
9673         Log: Propagate cop_hints inside string evals. For the unthreaded case this
9674              is easy. For the threaded case it's not, because the current OP may
9675              be shared with another thread, so solve this by copying the hints
9676              chain.
9677      Branch: perl
9678            ! embed.fnc embed.h hv.c pod/perlintern.pod pp_ctl.c proto.h
9679            ! t/op/caller.t
9680 ____________________________________________________________________________
9681 [ 27657] By: nicholas                              on 2006/04/01  12:32:23
9682         Log: Inconsistencies in paramter const-ness noticed by SADAHIRO Tomoyuki.
9683      Branch: perl
9684            ! embed.fnc proto.h sv.c
9685 ____________________________________________________________________________
9686 [ 27656] By: rgs                                   on 2006/03/31  21:53:22
9687         Log: Subject: [PATCH] Re: recursion now removed from the regex engine
9688              From: Dominic Dunlop <shouldbedomo@mac.com>
9689              Date: Thu, 30 Mar 2006 10:31:55 +0200
9690              Message-Id: <C4D69F9F-FB90-4564-8C46-E51765EB0440@mac.com>
9691      Branch: perl
9692            ! t/op/pat.t
9693 ____________________________________________________________________________
9694 [ 27653] By: rgs                                   on 2006/03/31  20:02:40
9695         Log: Updated version of the grumpy comment deleted by change #27649,
9696              by Jarkko
9697      Branch: perl
9698            ! perl.h
9699 ____________________________________________________________________________
9700 [ 27652] By: merijn                                on 2006/03/31  19:36:44
9701         Log: Glossary part for #27447 (madlyh, madlyobj, madlysrc)
9702      Branch: perl
9703            ! Porting/Glossary
9704 ____________________________________________________________________________
9705 [ 27650] By: nicholas                              on 2006/03/31  19:30:09
9706         Log: Need to dup any hints HV stored on the save stack.
9707      Branch: perl
9708            ! sv.c
9709 ____________________________________________________________________________
9710 [ 27649] By: rgs                                   on 2006/03/31  16:59:53
9711         Log: Subject: [PATCH] Redo PERL_UNUSED_DECL
9712              From: andy@petdance.com (Andy Lester)
9713              Date: Fri, 31 Mar 2006 00:54:58 -0600
9714              Message-ID: <20060331065458.GA28571@petdance.com>
9715      Branch: perl
9716            ! malloc.c perl.h
9717 ____________________________________________________________________________
9718 [ 27648] By: craigb                                on 2006/03/31  16:31:28
9719         Log: Subject: [patch@27638] Enable standard stat for VMS >=8.2
9720              From: "John E. Malmberg" <wb8tyw@qsl.net>
9721              Date: Fri, 31 Mar 2006 00:39:23 -0500
9722              Message-id: <442CC08A.30409@qsl.net>
9723      Branch: perl
9724            ! configure.com vms/vms.c vms/vmsish.h
9725 ____________________________________________________________________________
9726 [ 27647] By: nicholas                              on 2006/03/31  16:22:13
9727         Log: Note future possible flexibility for Perl_magic_sethint().
9728      Branch: perl
9729            ! mg.c
9730 ____________________________________________________________________________
9731 [ 27646] By: nicholas                              on 2006/03/31  16:19:38
9732         Log: Test that entries in %^H are actually independant.
9733      Branch: perl
9734            ! t/op/caller.t
9735 ____________________________________________________________________________
9736 [ 27645] By: nicholas                              on 2006/03/31  14:10:39
9737         Log: I can't spell.
9738      Branch: perl
9739            ! op.c
9740 ____________________________________________________________________________
9741 [ 27644] By: rgs                                   on 2006/03/31  14:08:12
9742         Log: Document new magic types in perlguts. Fix a comment about sort hints.
9743      Branch: perl
9744            ! perl.h pod/perlguts.pod
9745 ____________________________________________________________________________
9746 [ 27643] By: nicholas                              on 2006/03/31  13:45:57
9747         Log: Serialise changes to %^H onto the current COP. Return the compile time
9748              state of %^H as an eleventh value from caller. This allows users to
9749              write pragmas.
9750      Branch: perl
9751            ! cop.h dump.c embed.fnc embed.h gv.c hv.c hv.h makedef.pl mg.c
9752            ! op.c perl.c perl.h pod/perlfunc.pod pod/perlintern.pod
9753            ! pp_ctl.c proto.h scope.c scope.h sv.c t/op/caller.t
9754 ____________________________________________________________________________
9755 [ 27642] By: rgs                                   on 2006/03/31  13:22:00
9756         Log: Upgrade to Time::Local 1.12_01
9757      Branch: perl
9758            ! lib/Time/Local.pm lib/Time/Local.t
9759 ____________________________________________________________________________
9760 [ 27641] By: rgs                                   on 2006/03/31  12:30:31
9761         Log: Subject: [PATCH] Random accumulated patches
9762              From: andy@petdance.com (Andy Lester)
9763              Date: Thu, 30 Mar 2006 23:42:28 -0600
9764              Message-ID: <20060331054228.GA18940@petdance.com>
9765      Branch: perl
9766            ! cop.h doio.c dump.c embed.fnc gv.c gv.h hv.c mg.c op.c perl.c
9767            ! perl.h pp.c pp_ctl.c pp_hot.c pp_sort.c proto.h regcomp.c sv.c
9768            ! sv.h toke.c utf8.c
9769 ____________________________________________________________________________
9770 [ 27640] By: rgs                                   on 2006/03/31  12:10:57
9771         Log: Subject: [PATCH] IO::Compress::Zip
9772              From: "Paul Marquess" <paul.marquess@ntlworld.com>
9773              Date: Fri, 31 Mar 2006 09:48:36 +0100
9774              Message-ID: <005201c6549f$e7374490$2405140a@myopwv.com>
9775      Branch: perl
9776            ! ext/Compress/IO/Zlib/t/105oneshot-zip-only.t
9777 ____________________________________________________________________________
9778 [ 27639] By: rgs                                   on 2006/03/31  08:00:08
9779         Log: Test for fileno definedness instead of truth
9780              Don't load Config.pm, which isn't used
9781      Branch: perl
9782            ! lib/FileCache.pm
9783 ____________________________________________________________________________
9784 [ 27638] By: nicholas                              on 2006/03/30  20:55:17
9785         Log: Localising hash slices with UTF-8 encoded keys was also buggy.
9786              (See also change 27637)
9787      Branch: perl
9788            ! pp.c t/op/local.t
9789 ____________________________________________________________________________
9790 [ 27637] By: nicholas                              on 2006/03/30  20:37:03
9791         Log: Fix bug #38815 (localising keys which are UTF-8 encoded didn't delete
9792              them correctly on scope exit)
9793      Branch: perl
9794            ! pp_hot.c scope.c t/op/local.t
9795 ____________________________________________________________________________
9796 [ 27636] By: nicholas                              on 2006/03/30  18:18:27
9797         Log: Fix bug 36267 - assigning to a tied hash shouldn't change the
9798              underlying hash. (It used to, if the underlying hash had had storage
9799              allocated). This has the side effect of changing the return value from
9800              hv_store and hv_store_ent for some tied hash scenarios. But *to*
9801              something consistent (ly crazy)
9802      Branch: perl
9803            ! ext/XS/APItest/t/hash.t hv.c t/op/tie.t
9804 ____________________________________________________________________________
9805 [ 27635] By: stevep                                on 2006/03/30  12:49:28
9806         Log: Pod nit mentioned in Debian bug #358455.
9807      Branch: perl
9808            ! pod/perlsec.pod
9809 ____________________________________________________________________________
9810 [ 27634] By: gisle                                 on 2006/03/30  12:31:26
9811         Log: Populate pre-canned config.sh files with
9812              d_archlib and d_inc_version_list.
9813              Ref change 27632.
9814      Branch: perl
9815            ! configure.com symbian/config.sh win32/config.bc
9816            ! win32/config.gc win32/config.vc win32/config.vc64
9817            ! wince/config.ce
9818 ____________________________________________________________________________
9819 [ 27633] By: rgs                                   on 2006/03/30  12:15:35
9820         Log: Subject: PATCH t/op/tie.t
9821              From: Robin Barker <Robin.Barker@npl.co.uk>
9822              Date: Thu, 30 Mar 2006 13:07:47 +0100
9823              Message-ID: <533D273D4014D411AB1D00062938C4D90849C9CA@hotel.npl.ad.local>
9824      Branch: perl
9825            ! t/op/tie.t
9826 ____________________________________________________________________________
9827 [ 27632] By: gisle                                 on 2006/03/30  12:13:54
9828         Log: Introduce d_sitearch and d_inc_version_list config.sh variables.
9829              These allow me to set sitearch and sitelib to be the same without
9830              ending up with duplicate entries in @INC.
9831              
9832              Basically the same way the old d_archlib variable is used.
9833      Branch: perl
9834            ! Configure Porting/Glossary config_h.SH perl.c
9835 ____________________________________________________________________________
9836 [ 27631] By: rgs                                   on 2006/03/30  08:28:38
9837         Log: Subject: Re: New Module::Build released
9838              From: "Randy W. Sims" <ml-perl@thepierianspring.org>
9839              Date: Wed, 29 Mar 2006 14:10:32 -0500
9840              Message-ID: <442ADBA8.4000203@thepierianspring.org>
9841      Branch: perl
9842            + lib/Module/Build/YAML.pm lib/Module/Build/t/mbyaml.t
9843            ! MANIFEST lib/ExtUtils/CBuilder.pm
9844            ! lib/ExtUtils/CBuilder/Changes
9845            ! lib/ExtUtils/CBuilder/Platform/VMS.pm lib/Module/Build.pm
9846            ! lib/Module/Build/Authoring.pod lib/Module/Build/Base.pm
9847            ! lib/Module/Build/Changes lib/Module/Build/Platform/MacOS.pm
9848            ! lib/Module/Build/Platform/VMS.pm
9849            ! lib/Module/Build/Platform/Windows.pm
9850            ! lib/Module/Build/Platform/os2.pm
9851            ! lib/Module/Build/t/bundled/Tie/CPHash.pm
9852            ! lib/Module/Build/t/lib/DistGen.pm
9853            ! lib/Module/Build/t/metadata.t
9854 ____________________________________________________________________________
9855 [ 27630] By: rgs                                   on 2006/03/30  08:17:12
9856         Log: Subject: [PATCH] Clean up regexec.c, and remove two functions
9857              From: andy@petdance.com (Andy Lester)
9858              Date: Wed, 29 Mar 2006 10:13:36 -0600
9859              Message-ID: <20060329161336.GA12456@petdance.com>
9860      Branch: perl
9861            ! embed.fnc embed.h proto.h regexec.c
9862 ____________________________________________________________________________
9863 [ 27629] By: rgs                                   on 2006/03/29  12:30:56
9864         Log: Subject: child's processor time
9865              From: hv@crypt.org <hv@crypt.org>
9866              Date: Mar 29, 2006 2:34 PM
9867              Message-Id: <200603291234.k2TCY6r29535@zen.crypt.org>
9868      Branch: perl
9869            ! pod/perlfunc.pod
9870 ____________________________________________________________________________
9871 [ 27628] By: rgs                                   on 2006/03/29  09:26:01
9872         Log: Subject: CLONE for Tie::RefHash
9873              From: Yuval Kogman <nothingmuch@woobling.org>
9874              Date: Mon, 27 Mar 2006 15:34:07 +0200
9875              Message-ID: <20060327133407.GA16901@woobling.org>
9876              
9877              (also rename old Tie::RefHash test, so several test files
9878              are allowed.)
9879      Branch: perl
9880            + lib/Tie/RefHash/threaded.t
9881           +> lib/Tie/RefHash/refhash.t
9882            - lib/Tie/RefHash.t
9883            ! MANIFEST lib/Tie/RefHash.pm
9884 ____________________________________________________________________________
9885 [ 27627] By: rgs                                   on 2006/03/29  09:01:21
9886         Log: Subject: [PATCH] Devel::DProf consting
9887              From: andy@petdance.com (Andy Lester)
9888              Date: Sat, 25 Mar 2006 23:32:13 -0600
9889              Message-ID: <20060326053213.GA10401@petdance.com>
9890      Branch: perl
9891            ! ext/Devel/DProf/DProf.xs
9892 ____________________________________________________________________________
9893 [ 27626] By: rgs                                   on 2006/03/29  08:55:21
9894         Log: Subject: re-[PATCH] Re: [PATCH] Poison now in two different flavours!
9895              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
9896              Date: Sun, 26 Mar 2006 14:53:56 +0300
9897              Message-ID: <442680D4.3000809@gmail.com>
9898      Branch: perl
9899            ! handy.h pod/perlapi.pod pod/perlclib.pod pod/perlhack.pod
9900            ! pp_ctl.c scope.c sv.c util.c
9901 ____________________________________________________________________________
9902 [ 27625] By: rgs                                   on 2006/03/29  08:42:28
9903         Log: Subject: [doc-patch] clarify -Accflags in INSTALL
9904              From: Jim Cromie <jim.cromie@gmail.com>
9905              Date: Sun, 26 Mar 2006 20:33:23 -0500
9906              Message-ID: <442740E3.8030006@gmail.com>
9907      Branch: perl
9908            ! INSTALL
9909 ____________________________________________________________________________
9910 [ 27622] By: nicholas                              on 2006/03/28  15:43:59
9911         Log: Only compile Perl_hv_assert with DEBUGGING.
9912      Branch: perl
9913            ! hv.c makedef.pl
9914 ____________________________________________________________________________
9915 [ 27621] By: nicholas                              on 2006/03/28  15:17:06
9916         Log: Having tested IPv6 support in all builtins for TCP and UDP, it all
9917              seem to work perfectly. So remove from perltodo.pod.
9918      Branch: perl
9919            ! pod/perltodo.pod
9920 ____________________________________________________________________________
9921 [ 27620] By: gisle                                 on 2006/03/28  11:18:52
9922         Log: Improved description of the tmon.out format.
9923              The / lines where undocumented.
9924      Branch: perl
9925            ! ext/Devel/DProf/DProf.pm
9926 ____________________________________________________________________________
9927 [ 27619] By: steveh                                on 2006/03/28  10:38:52
9928         Log: Subject: [PATCH lib/Term/ReadLine] Re: [cpan #17773] Bug in Term::ReadKey being trigger by a bug in Term::ReadLine
9929              From: Jonathan Stowe <jns@gellyfish.com>
9930              Date: Mon, 13 Mar 2006 16:09:44 +0000
9931              Message-Id: <1142266184.5811.141.camel@orpheus.gellyfish.com>
9932      Branch: perl
9933            ! lib/Term/ReadLine.pm
9934 ____________________________________________________________________________
9935 [ 27618] By: craigb                                on 2006/03/28  04:01:21
9936         Log: Subject: [patch@27613] VMS long file path support active.
9937              From: "John E. Malmberg" <wb8tyw@qsl.net>
9938              Date: Mon, 27 Mar 2006 08:05:33 -0500
9939              Message-id: <4427E31D.2030801@qsl.net>
9940
9941      Branch: perl
9942            ! vms/vms.c vms/vmsish.h
9943 ____________________________________________________________________________
9944 [ 27617] By: nicholas                              on 2006/03/27  21:04:58
9945         Log: Merge the cut & paste code from Perl_call_sv/Perl_fold_constants with
9946              the near identical code in pp_entertry into Perl_create_eval_scope.
9947              Move the cut & paste code from Perl_call_sv/Perl_fold_constants into
9948              Perl_delete_eval_scope.
9949      Branch: perl
9950            ! cop.h embed.fnc embed.h ext/B/t/concise-xs.t op.c perl.c
9951            ! pp_ctl.c proto.h
9952 ____________________________________________________________________________
9953 [ 27616] By: nicholas                              on 2006/03/27  20:31:52
9954         Log: It helps to actually add the files you add to MANIFEST. (Thanks Dave
9955              for spotting my mistake).
9956      Branch: perl
9957            + t/comp/fold.t
9958 ____________________________________________________________________________
9959 [ 27615] By: nicholas                              on 2006/03/27  19:25:02
9960         Log: If constant folding fails, don't fold constants, rather than reporting
9961              the error at compile time. This allows illegal constant expressions in
9962              dead code to be ignored.
9963      Branch: perl
9964            ! MANIFEST op.c pod/perldiag.pod pod/perltodo.pod
9965 ____________________________________________________________________________
9966 [ 27613] By: craigb                                on 2006/03/27  00:04:10
9967         Log: EU::MM::MM_VMS::one_liner must quote "--" argument
9968      Branch: perl
9969            ! lib/ExtUtils/MM_VMS.pm
9970 ____________________________________________________________________________
9971 [ 27612] By: nicholas                              on 2006/03/26  22:12:57
9972         Log: Replace all sv_mortalcopy(&PL_sv_no); sv_set*(...) with
9973              sv2mortal(newSV*(...)) to avoid needless upgrades to PVNV and needless
9974              allocation of a copy of "".
9975      Branch: perl
9976            ! pp_sys.c
9977 ____________________________________________________________________________
9978 [ 27611] By: craigb                                on 2006/03/26  21:58:49
9979         Log: Subject: [patch@27609] vms pool corruption fix for _NLA0:
9980              From: "John E. Malmberg" <wb8tyw@qsl.net>
9981              Date: Sun, 26 Mar 2006 14:32:30 -0500
9982              Message-id: <4426EC4E.8030801@qsl.net>
9983      Branch: perl
9984            ! vms/vms.c
9985 ____________________________________________________________________________
9986 [ 27610] By: gisle                                 on 2006/03/26  09:15:01
9987         Log: REXEC_ML is unused.
9988      Branch: perl
9989            ! regexp.h
9990 ____________________________________________________________________________
9991 [ 27609] By: gbarr                                 on 2006/03/26  02:49:11
9992         Log: Update to IO-1.23
9993      Branch: perl
9994            ! ext/IO/ChangeLog ext/IO/IO.pm ext/IO/lib/IO/Dir.pm
9995            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
9996            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
9997            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IO/t/io_multihomed.t
9998            ! ext/IO/t/io_pipe.t ext/IO/t/io_sock.t ext/IO/t/io_taint.t
9999            ! ext/IO/t/io_tell.t ext/IO/t/io_udp.t ext/IO/t/io_unix.t
10000 ____________________________________________________________________________
10001 [ 27608] By: nicholas                              on 2006/03/25  22:45:34
10002         Log: Add S_space_join_names_mortal() which joins a char** array with " "s,
10003              replacing 5 instances of the same code.
10004      Branch: perl
10005            ! embed.fnc embed.h pp_sys.c proto.h
10006 ____________________________________________________________________________
10007 [ 27607] By: nicholas                              on 2006/03/25  22:10:27
10008         Log: Silence 3 (spurious) gcc warnings about "maybe used uninitialized".
10009      Branch: perl
10010            ! regexec.c sv.c
10011 ____________________________________________________________________________
10012 [ 27603] By: davem                                 on 2006/03/25  14:57:19
10013         Log: make configpm only update Config.pm, Config_heavy.pl if changed.
10014              Should stop spurious rebuilding of extensions.
10015              Also add documentation and copyright to top of file.
10016      Branch: perl
10017            ! configpm
10018 ____________________________________________________________________________
10019 [ 27602] By: nicholas                              on 2006/03/25  14:46:09
10020         Log: PL_multiline isn't referenced, and can be removed.
10021      Branch: perl
10022            ! embedvar.h intrpvar.h perl.c perlapi.h sv.c
10023 ____________________________________________________________________________
10024 [ 27601] By: rgs                                   on 2006/03/25  13:42:38
10025         Log: Subject: [PATCH] ext/Compress/IO/Zlib/t/050interop-gzip.t
10026              From: "Paul Marquess" <paul.marquess@ntlworld.com>
10027              Date: Fri, 24 Mar 2006 16:19:05 -0000
10028              Message-ID: <001b01c64f5e$ad8284d0$6b65140a@myopwv.com>
10029      Branch: perl
10030            ! ext/Compress/IO/Zlib/t/050interop-gzip.t
10031 ____________________________________________________________________________
10032 [ 27600] By: nicholas                              on 2006/03/25  11:35:33
10033         Log: Free the regexp state when exiting "recursion".
10034      Branch: perl
10035            ! regexec.c
10036 ____________________________________________________________________________
10037 [ 27599] By: davem                                 on 2006/03/24  23:21:52
10038         Log: remove unused PL_regcc variable
10039      Branch: perl
10040            ! embedvar.h perlapi.h regcomp.c sv.c thrdvar.h
10041 ____________________________________________________________________________
10042 [ 27598] By: davem                                 on 2006/03/24  23:05:11
10043         Log: make S_regmatch() iterative rather than recursive.
10044              Goodbye stack-bustng regexes!
10045      Branch: perl
10046            ! regexec.c
10047 ____________________________________________________________________________
10048 [ 27597] By: craigb                                on 2006/03/24  21:05:45
10049         Log: restore EU::MM test fixes from 26079, 26813, and 26919
10050              that were lost in 27590
10051      Branch: perl
10052            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/FIRST_MAKEFILE.t
10053            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
10054 ____________________________________________________________________________
10055 [ 27596] By: rgs                                   on 2006/03/24  13:51:15
10056         Log: Bump version number of ExtUtils::MM_Win32
10057      Branch: perl
10058            ! lib/ExtUtils/MM_Win32.pm
10059 ____________________________________________________________________________
10060 [ 27595] By: steveh                                on 2006/03/24  13:01:32
10061         Log: Fix broken MM_Win32.t tests following 27590
10062              
10063              Test 31 was failing because 27590 had undone part of 25627.
10064              Test 41 was failing because the change to pasthru() in MM_Win32.pm
10065              means that $self->{MAKE} now needs to be initialized.
10066      Branch: perl
10067            ! lib/ExtUtils/t/MM_Win32.t
10068 ____________________________________________________________________________
10069 [ 27594] By: rgs                                   on 2006/03/24  11:01:01
10070         Log: Subject: [PATCH] (2nd revised) 1st patch to sync blead 'threads' with CPAN
10071              From: "Jerry D. Hedden" <jerry@hedden.us>
10072              Date: Thu, 23 Mar 2006 09:19:54 -0700
10073              Message-ID: <20060323091954.fb30e530d17747c2b054d625b8945d88.884826707f.wbe@email.email.secureserver.net>
10074      Branch: perl
10075            ! ext/threads/Changes ext/threads/Makefile.PL ext/threads/README
10076            ! ext/threads/t/basic.t ext/threads/t/end.t ext/threads/t/join.t
10077            ! ext/threads/t/libc.t ext/threads/t/list.t
10078            ! ext/threads/t/problems.t ext/threads/t/stress_cv.t
10079            ! ext/threads/t/stress_re.t ext/threads/t/stress_string.t
10080            ! ext/threads/t/thread.t ext/threads/threads.pm
10081            ! ext/threads/threads.xs
10082 ____________________________________________________________________________
10083 [ 27593] By: craigb                                on 2006/03/23  23:19:38
10084         Log: improve thread linking options on VMS
10085      Branch: perl
10086            ! configure.com vms/descrip_mms.template
10087 ____________________________________________________________________________
10088 [ 27592] By: rgs                                   on 2006/03/23  22:13:13
10089         Log: When MAN3PODS is forced to {} in a Makefile.PL, manpages should not be
10090              built from pods. This change fixes bleadperl compilation -- trying to
10091              build manpages with miniperl causes a bootstrapping problem.
10092      Branch: perl
10093            ! lib/ExtUtils/MM_Unix.pm
10094 ____________________________________________________________________________
10095 [ 27591] By: rgs                                   on 2006/03/23  17:50:29
10096         Log: No reason to ship MakeMaker's META.yml
10097      Branch: perl
10098            - lib/ExtUtils/META.yml
10099            ! MANIFEST
10100 ____________________________________________________________________________
10101 [ 27590] By: rgs                                   on 2006/03/23  17:43:26
10102         Log: Merge changes from CPAN's EU:MM 6.30_01.
10103              The modules that have local changes have superior
10104              version numbers than the CPAN counterparts.
10105      Branch: perl
10106            + lib/ExtUtils/t/INSTALL_BASE.t lib/ExtUtils/t/make.t
10107            + lib/ExtUtils/t/revision.t
10108            - lib/ExtUtils/t/installbase.t
10109            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/META.yml
10110            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_NW5.pm
10111            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
10112            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
10113            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
10114            ! lib/ExtUtils/PATCHING lib/ExtUtils/t/Command.t
10115            ! lib/ExtUtils/t/FIRST_MAKEFILE.t lib/ExtUtils/t/MM_NW5.t
10116            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
10117            ! lib/ExtUtils/t/basic.t
10118 ____________________________________________________________________________
10119 [ 27589] By: nicholas                              on 2006/03/23  16:27:42
10120         Log: Document the values for ${^UTF8CACHE}
10121      Branch: perl
10122            ! pod/perlvar.pod
10123 ____________________________________________________________________________
10124 [ 27588] By: nicholas                              on 2006/03/23  16:25:51
10125         Log: Rejig the location of the cache assertion code in Perl_sv_pos_b2u().
10126      Branch: perl
10127            ! sv.c
10128 ____________________________________________________________________________
10129 [ 27587] By: rgs                                   on 2006/03/23  15:27:15
10130         Log: Get version numbers in line with what's in the CPAN
10131              EU::MM 6.30_01 tarball. (ExtUtils::Install has local changes,
10132              so bump its version number.)
10133      Branch: perl
10134            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
10135            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mkbootstrap.pm
10136            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
10137 ____________________________________________________________________________
10138 [ 27586] By: nicholas                              on 2006/03/23  14:31:28
10139         Log: Move orphaned documentation back to its functions
10140              Document the new static functions, and how the cache works.
10141      Branch: perl
10142            ! pod/perltodo.pod sv.c
10143 ____________________________________________________________________________
10144 [ 27585] By: nicholas                              on 2006/03/23  14:09:33
10145         Log: Make S_sv_pos_u2b_cached use both cache pairs.
10146      Branch: perl
10147            ! sv.c
10148 ____________________________________________________________________________
10149 [ 27584] By: nicholas                              on 2006/03/23  13:47:41
10150         Log: Use both cache entries for Perl_sv_pos_b2u().
10151      Branch: perl
10152            ! sv.c
10153 ____________________________________________________________________________
10154 [ 27583] By: nicholas                              on 2006/03/23  13:16:53
10155         Log: Complete the other 2 arms of the cache update code.
10156      Branch: perl
10157            ! sv.c
10158 ____________________________________________________________________________
10159 [ 27582] By: nicholas                              on 2006/03/23  12:44:35
10160         Log: Pass the (byte) length of the entire string into
10161              utf8_mg_pos_cache_update()
10162              Start to use the cache to store two pairs of byte/utf-8 pairs.
10163              Add the first third of the cache update code.
10164      Branch: perl
10165            ! embed.fnc embed.h proto.h sv.c
10166 ____________________________________________________________________________
10167 [ 27581] By: rgs                                   on 2006/03/23  12:30:39
10168         Log: Upgrade to Time::Local 1.12
10169      Branch: perl
10170            ! lib/Time/Local.pm lib/Time/Local.t
10171 ____________________________________________________________________________
10172 [ 27580] By: nicholas                              on 2006/03/23  11:33:48
10173         Log: Add all new static functions to embed.fnc
10174              Remove old unused static functions.
10175              Remove references to cache[2] and cache[3].
10176      Branch: perl
10177            ! embed.fnc embed.h proto.h sv.c
10178 ____________________________________________________________________________
10179 [ 27579] By: nicholas                              on 2006/03/23  11:06:52
10180         Log: Use the cache in S_sv_pos_u2b_cached() when the desired offset is
10181              between the start of the string and the cached location.
10182              Remove unneccesary else from Perl_sv_pos_b2u().
10183      Branch: perl
10184            ! sv.c
10185 ____________________________________________________________________________
10186 [ 27578] By: nicholas                              on 2006/03/23  10:42:26
10187         Log: Use the cache in S_sv_pos_u2b_cached when the sought offset is after
10188              the first cache entry.
10189      Branch: perl
10190            ! sv.c
10191 ____________________________________________________________________________
10192 [ 27577] By: rgs                                   on 2006/03/23  10:01:48
10193         Log: Further adjustement to change #27576 by Jan Dubois
10194              (this change being blead-specific, while #27576 is
10195              integrable to maint)
10196      Branch: perl
10197            ! sv.c
10198 ____________________________________________________________________________
10199 [ 27576] By: rgs                                   on 2006/03/23  09:58:22
10200         Log: Subject: RE: [PATCH, no, really!] Re: [perl #38779] NAN's on Win32
10201              From: "Jan Dubois" <jand@ActiveState.com>
10202              Date: Wed, 22 Mar 2006 22:49:11 -0800
10203              Message-ID: <060201c64e45$e4ca7020$2217a8c0@candy>
10204              
10205              Also, back out change #27567.
10206      Branch: perl
10207            ! README.win32 pp.c pp_hot.c sv.c win32/win32.h
10208 ____________________________________________________________________________
10209 [ 27575] By: nicholas                              on 2006/03/23  00:14:53
10210         Log: Call S_utf8_mg_pos_cache_update() from S_sv_pos_u2b_cached().
10211              S_utf8_mg_pos_cache_update() can't use S_sv_pos_b2u_forwards() in the
10212              cache assertion code as it triggers warnings about surrogates.
10213      Branch: perl
10214            ! sv.c
10215 ____________________________________________________________________________
10216 [ 27574] By: nicholas                              on 2006/03/22  22:49:42
10217         Log: Take advantage of uoffset >= uoffset0, to simplify some logic.
10218      Branch: perl
10219            ! sv.c
10220 ____________________________________________________________________________
10221 [ 27573] By: nicholas                              on 2006/03/22  21:19:50
10222         Log: Add S_sv_pos_u2b_midway for when we know the utf-8/bytes offsets on
10223              both sides of the desired offset, so could count either way.
10224              Use cached utf-8 length in S_sv_pos_u2b_cached.
10225              Check the results if PL_utf8cache < 0.
10226      Branch: perl
10227            ! sv.c
10228 ____________________________________________________________________________
10229 [ 27572] By: nicholas                              on 2006/03/22  20:38:20
10230         Log: Create S_sv_pos_u2b_cached, which abstracts away utf-8 to byte
10231              conversions, hiding the complexity of any cache lookup.
10232      Branch: perl
10233            ! sv.c
10234 ____________________________________________________________________________
10235 [ 27571] By: rgs                                   on 2006/03/22  20:33:56
10236         Log: Subject: Uninitialized value in Archive::Tar
10237              From: "Randy W. Sims" <ml-perl@thepierianspring.org>
10238              Date: Mon, 20 Mar 2006 06:37:31 -0500
10239              Message-ID: <441E93FB.3050906@thepierianspring.org>
10240      Branch: perl
10241            ! lib/Archive/Tar.pm
10242 ____________________________________________________________________________
10243 [ 27570] By: nicholas                              on 2006/03/22  18:13:06
10244         Log: The simplest way to start on Perl_sv_pos_u2b seems to be to take out
10245              all of the caching code.
10246      Branch: perl
10247            ! sv.c
10248 ____________________________________________________________________________
10249 [ 27569] By: davem                                 on 2006/03/22  16:05:16
10250         Log: remove idential code branch from regmatch()
10251      Branch: perl
10252            ! regexec.c
10253 ____________________________________________________________________________
10254 [ 27568] By: stevep                                on 2006/03/22  15:59:07
10255         Log: Fix some test failures in t/op/cmp.t when compiling with the Intel
10256              C++ Compiler on Linux.
10257      Branch: perl
10258            ! hints/linux.sh
10259 ____________________________________________________________________________
10260 [ 27567] By: rgs                                   on 2006/03/22  14:27:21
10261         Log: Subject: [PATCH] Re: [perl #38779] NAN's on Win32
10262              From: Dominic Dunlop <shouldbedomo@mac.com>
10263              Date: Wed, 22 Mar 2006 15:18:33 +0100
10264              Message-Id: <E44A2151-DE7F-4C5D-8A4B-DDA0412229C2@mac.com>
10265      Branch: perl
10266            ! README.win32
10267 ____________________________________________________________________________
10268 [ 27566] By: gisle                                 on 2006/03/22  13:37:19
10269         Log: Adjust docs to reflect that DynaLoader, as of change 27549,
10270              is part of libperl.
10271      Branch: perl
10272            ! lib/ExtUtils/Embed.pm
10273 ____________________________________________________________________________
10274 [ 27565] By: stevep                                on 2006/03/22  02:18:58
10275         Log: Increase the length of content compressed as a kludge to get 
10276              around incompatibilities in OpenBSD's gzip.
10277      Branch: perl
10278            ! ext/Compress/IO/Zlib/t/050interop-gzip.t
10279 ____________________________________________________________________________
10280 [ 27564] By: nicholas                              on 2006/03/21  22:09:51
10281         Log: (Hopefully) make VMS happy.
10282      Branch: perl
10283            ! sv.c
10284 ____________________________________________________________________________
10285 [ 27563] By: craigb                                on 2006/03/21  13:01:47
10286         Log: Subject: [patch@27529] thread.h - VMS needs more stack
10287              From: "John E. Malmberg" <wb8tyw@qsl.net>
10288              Date: Fri, 17 Mar 2006 11:05:33 -0500
10289              Message-id: <441ADE4D.2090207@qsl.net>
10290
10291      Branch: perl
10292            ! thread.h
10293 ____________________________________________________________________________
10294 [ 27562] By: gisle                                 on 2006/03/21  11:34:38
10295         Log: Upgrade to Digest-1.15
10296      Branch: perl
10297            ! lib/Digest.pm lib/Digest/Changes
10298 ____________________________________________________________________________
10299 [ 27561] By: rgs                                   on 2006/03/21  10:49:14
10300         Log: Subject: [patch@27538] utime patch for VMS
10301              From: "John E. Malmberg" <wb8tyw@qsl.net>
10302              Date: Mon, 20 Mar 2006 08:12:19 -0500
10303              Message-ID: <441EAA33.6010603@qsl.net>
10304      Branch: perl
10305            ! configure.com vms/vms.c vms/vmsish.h
10306 ____________________________________________________________________________
10307 [ 27560] By: gisle                                 on 2006/03/21  10:16:43
10308         Log: Test croak(NULL)
10309      Branch: perl
10310            ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/exception.t
10311 ____________________________________________________________________________
10312 [ 27559] By: nicholas                              on 2006/03/20  19:30:48
10313         Log: Extend change 27558 - if we know the character offset of the end, but
10314              don't have a cache for intermediate offsets, we can still use the end
10315              offset.
10316      Branch: perl
10317            ! sv.c
10318 ____________________________________________________________________________
10319 [ 27558] By: nicholas                              on 2006/03/20  18:54:32
10320         Log: In Perl_sv_pos_b2u, if we know the character offset of the end, we
10321              can take advantage of this to count backwards if close.
10322              Remove some now unnecessary casts.
10323      Branch: perl
10324            ! sv.c
10325 ____________________________________________________________________________
10326 [ 27557] By: nicholas                              on 2006/03/20  18:17:39
10327         Log: Abstract the string walking functionality from Perl_sv_pos_b2u into
10328              static functions, and make it respect PL_utf8cache.
10329      Branch: perl
10330            ! sv.c
10331 ____________________________________________________________________________
10332 [ 27556] By: steveh                                on 2006/03/20  17:32:25
10333         Log: Merge some more changes from ActivePerl 5.8.8.816
10334              
10335              See (again):
10336              http://downloads.activestate.com/ActivePerl/src/5.8/AP816_diff.txt
10337              
10338              These changes improve support for the MS 64-bit compiler in
10339              win32/Makefile (and tentatively make the same changes to
10340              win32/makefile.mk), and also switches the now deprecated -Gf switch to
10341              -GF for all flavours of VC++ instead of just the latest ones.
10342              
10343              (See:
10344              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-02/msg00353.html
10345              for a comment on the s/-Gf/-GF/ change.)
10346      Branch: perl
10347            ! win32/Makefile win32/makefile.mk
10348 ____________________________________________________________________________
10349 [ 27555] By: steveh                                on 2006/03/20  17:21:15
10350         Log: Merge some changes from ActivePerl 5.8.8.816
10351              
10352              See:
10353              http://downloads.activestate.com/ActivePerl/src/5.8/AP816_diff.txt
10354              
10355              These changes provide better support for building XS extension modules
10356              using VC++ or MinGW when perl itself was built with the opposite of
10357              those two compilers.
10358      Branch: perl
10359            ! win32/config_H.gc win32/config_H.vc
10360 ____________________________________________________________________________
10361 [ 27554] By: rgs                                   on 2006/03/20  13:03:07
10362         Log: Revert part of change 27546 related to a /dev/null bug
10363              workaround on VMS, as requested by John E. Malmberg
10364      Branch: perl
10365            ! vms/vms.c
10366 ____________________________________________________________________________
10367 [ 27553] By: nicholas                              on 2006/03/20  12:37:22
10368         Log: Perl_utf8_distance can be implemented as a call to Perl_utf8_length.
10369      Branch: perl
10370            ! utf8.c
10371 ____________________________________________________________________________
10372 [ 27552] By: nicholas                              on 2006/03/20  12:13:46
10373         Log: The two loops in Perl_utf8_distance can be merged.
10374      Branch: perl
10375            ! utf8.c
10376 ____________________________________________________________________________
10377 [ 27551] By: gisle                                 on 2006/03/20  10:51:36
10378         Log: Avoid "uninitialized value" warnings during 'make test'.
10379              My system is set up with a few PATH entries I'm not allowed
10380              to access, so stat() fails for these.
10381      Branch: perl
10382            ! t/test.pl
10383 ____________________________________________________________________________
10384 [ 27550] By: gisle                                 on 2006/03/20  10:44:08
10385         Log: Also strip $ENV{PATH} dirs writable by world.
10386              The stripping was introduced in change 27364 to improve taint handling.
10387      Branch: perl
10388            ! t/test.pl
10389 ____________________________________________________________________________
10390 [ 27549] By: gisle                                 on 2006/03/20  10:21:50
10391         Log: Move DynaLoader.o into libperl.so.
10392              
10393              This avoids the need to statically link DynaLoader into the stub perl
10394              executable and make libperl.so provide all the code needed to get a
10395              functional embedded perl interpreter up running.  As a side effect
10396              this also moves DynaLoader into libperl.a for non-useshrplib builds.
10397              
10398              Fixes [perl #32539]
10399      Branch: perl
10400            ! Makefile.SH ext/DynaLoader/Makefile.PL ext/util/make_ext
10401            ! writemain.SH
10402 ____________________________________________________________________________
10403 [ 27548] By: nicholas                              on 2006/03/20  10:13:38
10404         Log: If the scalar has just been upgraded to SVt_RV, there's no way SvPVX
10405              can be non-NULL, so no need to check.
10406      Branch: perl
10407            ! pp.c
10408 ____________________________________________________________________________
10409 [ 27547] By: rgs                                   on 2006/03/20  10:11:21
10410         Log: Subject: [PATCH blead] Re: [perl #38710] localised stash slice
10411              From: Rick Delaney <rick@bort.ca>
10412              Date: Sat, 18 Mar 2006 19:52:11 -0500
10413              Message-ID: <20060319005211.GM25733@localhost.localdomain>
10414              
10415              One can now localize slices.
10416      Branch: perl
10417            ! pp.c t/op/local.t
10418 ____________________________________________________________________________
10419 [ 27546] By: rgs                                   on 2006/03/20  09:53:17
10420         Log: Subject: [patch@27538] Misc vms.c fixes for buffer sizes.
10421              From: "John E. Malmberg" <wb8tyw@qsl.net>
10422              Date: Sun, 19 Mar 2006 20:08:34 -0500
10423              Message-ID: <441E0092.2010405@qsl.net>
10424      Branch: perl
10425            ! vms/vms.c
10426 ____________________________________________________________________________
10427 [ 27545] By: steveh                                on 2006/03/20  09:34:57
10428         Log: Subject: [PATCH] win32_async_check must *always* check for pending signals
10429              From: "Jan Dubois" <jand@ActiveState.com>
10430              Date: Fri, 17 Mar 2006 12:23:01 -0800
10431              Message-ID: <00d401c64a00$96af8ae0$2217a8c0@candy>
10432      Branch: perl
10433            ! win32/win32.c
10434 ____________________________________________________________________________
10435 [ 27544] By: davem                                 on 2006/03/20  00:52:09
10436         Log: merge the TRIEF/TRIEFL and TRIE branches in regmatch(),
10437              expunge a couple of macros, and move some variable declarations
10438              inwards
10439      Branch: perl
10440            ! regexec.c
10441 ____________________________________________________________________________
10442 [ 27543] By: nicholas                              on 2006/03/19  19:26:05
10443         Log: Remove a redundant test on mg->mg_ptr. (It had to be non-NULL to get
10444              into this block).
10445      Branch: perl
10446            ! sv.c
10447 ____________________________________________________________________________
10448 [ 27542] By: stevep                                on 2006/03/19  16:38:11
10449         Log: Subject: [PATCH] Change the semantics of S_isa_lookup
10450              From: Andy Lester <andy@petdance.com>
10451              Date: Sat, 18 Mar 2006 00:28:45 -0600
10452              Message-ID: <20060318062845.GA11607@petdance.com>
10453      Branch: perl
10454            ! embed.fnc proto.h universal.c
10455 ____________________________________________________________________________
10456 [ 27541] By: stevep                                on 2006/03/19  16:32:16
10457         Log: Subject: [PATCH] a bit 'use strict' cleanliness
10458              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
10459              Date: Sun, 19 Mar 2006 13:21:37 +0200
10460              Message-ID: <441D3EC1.20902@gmail.com>
10461      Branch: perl
10462            ! lib/English.pm lib/Text/Tabs.pm lib/Tie/Hash.pm
10463            ! lib/Tie/Scalar.pm
10464 ____________________________________________________________________________
10465 [ 27540] By: stevep                                on 2006/03/19  16:24:22
10466         Log: Subject: [PATCH] Data::Dumper consting
10467              From: Andy Lester <andy@petdance.com>
10468              Date: Sun, 19 Mar 2006 01:22:04 -0600
10469              Message-ID: <20060319072204.GB5596@petdance.com>
10470      Branch: perl
10471            ! ext/Data/Dumper/Dumper.xs
10472 ____________________________________________________________________________
10473 [ 27539] By: stevep                                on 2006/03/19  16:21:29
10474         Log: Subject: [PATCH] Cleanups in op.c
10475              From: Andy Lester <andy@petdance.com>
10476              Date: Sun, 19 Mar 2006 00:30:29 -0600
10477              Message-ID: <20060319063029.GA5077@petdance.com>
10478      Branch: perl
10479            ! op.c
10480 ____________________________________________________________________________
10481 [ 27538] By: nicholas                              on 2006/03/17  22:12:27
10482         Log: Make Perl_sv_len_utf8 honour the new ${^UTF8CACHE}.
10483              If PERL_UTF8_CACHE_ASSERT is defined, default ${^UTF8CACHE} to -1
10484              (assertion mode). Need a way to turn this on with existing command
10485              line flags.
10486      Branch: perl
10487            ! intrpvar.h sv.c
10488 ____________________________________________________________________________
10489 [ 27537] By: nicholas                              on 2006/03/17  20:39:47
10490         Log: Remove a duplicated conditional test by putting everything for the
10491              not readonly case inside one block.
10492      Branch: perl
10493            ! sv.c
10494 ____________________________________________________________________________
10495 [ 27536] By: nicholas                              on 2006/03/17  19:37:41
10496         Log: Properly set/reset the UTF-8 length cache in regcomp.c.
10497      Branch: perl
10498            ! regcomp.c sv.c
10499 ____________________________________________________________________________
10500 [ 27535] By: nicholas                              on 2006/03/17  16:46:44
10501         Log: Restore a bit of change 27533 that change 27534 inadvertently unwound.
10502      Branch: perl
10503            ! regexec.c
10504 ____________________________________________________________________________
10505 [ 27534] By: davem                                 on 2006/03/17  15:58:45
10506         Log: inline, then delete, S_regrepeat_hard()
10507      Branch: perl
10508            ! embed.fnc embed.h proto.h regexec.c
10509 ____________________________________________________________________________
10510 [ 27533] By: nicholas                              on 2006/03/17  13:38:34
10511         Log: sv_find() returning false, followed by sv_magic() to add the magic,
10512              followed immediately by sv_find() to find it, is somewhat wasteful.
10513              So use sv_magicext(). (All cases are also correct w.r.t. SvREADONLY())
10514      Branch: perl
10515            ! mg.c pp_ctl.c pp_hot.c regexec.c sv.c
10516 ____________________________________________________________________________
10517 [ 27532] By: steveh                                on 2006/03/17  13:20:11
10518         Log: Make "distclean" target on Win32 clean up temporary HTML directory
10519              that gets left behind after running the "install" target.
10520              Also clean up a couple of leftover pod2html cache files.
10521      Branch: perl
10522            ! win32/Makefile win32/makefile.mk
10523 ____________________________________________________________________________
10524 [ 27531] By: rgs                                   on 2006/03/17  13:18:38
10525         Log: Upgrade to ExtUtils::CBuilder 0.17
10526      Branch: perl
10527            + lib/ExtUtils/CBuilder/Changes
10528            ! MANIFEST lib/ExtUtils/CBuilder.pm
10529            ! lib/ExtUtils/CBuilder/Base.pm
10530            ! lib/ExtUtils/CBuilder/Platform/VMS.pm
10531            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
10532 ____________________________________________________________________________
10533 [ 27530] By: steveh                                on 2006/03/17  11:10:41
10534         Log: Install POD files into "lib\pods" rather than "lib\pod" on Win32
10535              to avoid clashing with "lib\Pod" (cf. perl change #26363)
10536              
10537              Also remove a couple of unused macros from the makefiles
10538      Branch: perl
10539            ! installperl win32/Makefile win32/makefile.mk
10540 ____________________________________________________________________________
10541 [ 27529] By: stevep                                on 2006/03/17  04:40:24
10542         Log: Subject: [PATCH] threads.xs broken under PERL_IMPLICIT_SYS; 5.8.8 regression 
10543              From: Jan Dubois <jand@ActiveState.com> 
10544              Date: Thu, 16 Mar 2006 19:34:00 -0800
10545              Message-ID: <02e601c64973$a1960cf0$6062a8c0@candy> 
10546              
10547              Also includes a version bump to ext/threads/threads.pm.
10548      Branch: perl
10549            ! ext/threads/threads.pm ext/threads/threads.xs
10550 ____________________________________________________________________________
10551 [ 27528] By: stevep                                on 2006/03/17  04:29:30
10552         Log: Subject: [PATCH] win32_pclose() error exit doesn't unlock mutex
10553              From: Jan Dubois <jand@ActiveState.com>
10554              Date: Thu, 16 Mar 2006 16:30:23 -0800
10555              Message-ID: <02c701c64959$fac63ad0$6062a8c0@candy>
10556      Branch: perl
10557            ! win32/win32.c wince/wince.c
10558 ____________________________________________________________________________
10559 [ 27527] By: stevep                                on 2006/03/17  04:19:01
10560         Log: Subject: [PATCH] win32_async_check() can loop indefinitely; 5.8.8 regression
10561              From: Jan Dubois <jand@ActiveState.com>
10562              Date: Thu, 16 Mar 2006 16:11:48 -0800
10563              Message-ID: <02ab01c64957$62142e70$6062a8c0@candy>
10564      Branch: perl
10565            ! win32/win32.c
10566 ____________________________________________________________________________
10567 [ 27526] By: davem                                 on 2006/03/17  02:57:45
10568         Log: reduce S_regrepeat_hard() callers from 3 to 1
10569      Branch: perl
10570            ! regexec.c
10571 ____________________________________________________________________________
10572 [ 27525] By: nicholas                              on 2006/03/16  23:11:11
10573         Log: Add a new per-interpeter variable PL_utf8cache, which will be used to
10574              control the UTF-8 offset caching code. Make this visible as
10575              ${^UTF8CACHE}
10576      Branch: perl
10577            ! embedvar.h gv.c intrpvar.h mg.c perlapi.h pod/perlvar.pod
10578 ____________________________________________________________________________
10579 [ 27524] By: nicholas                              on 2006/03/16  22:20:57
10580         Log: Note that it's worth looking to downsize variables in the interpreter
10581              structure.
10582      Branch: perl
10583            ! pod/perltodo.pod
10584 ____________________________________________________________________________
10585 [ 27523] By: nicholas                              on 2006/03/16  21:52:49
10586         Log: Correct the macros in the comments in hv.c. Given the improvements in
10587              compiler optimisation, and the almost irrelevance of instructions
10588              executed over cache misses, maybe we should just remove the comments
10589              by putting their code back in place of the o{ptimis,bfuscat}ed version.
10590      Branch: perl
10591            ! hv.c
10592 ____________________________________________________________________________
10593 [ 27522] By: gisle                                 on 2006/03/16  21:27:00
10594         Log: Avoid hardcoded $(OBJ_EXT)
10595      Branch: perl
10596            ! ext/DynaLoader/Makefile.PL
10597 ____________________________________________________________________________
10598 [ 27521] By: gisle                                 on 2006/03/16  21:20:46
10599         Log: Change 27520 was a bit too aggressive.  Let's keep the warning.
10600      Branch: perl
10601            ! ext/util/make_ext
10602 ____________________________________________________________________________
10603 [ 27520] By: gisle                                 on 2006/03/16  21:14:26
10604         Log: Remove unused code. No extension use Makefile.SH any more.
10605      Branch: perl
10606            ! ext/util/make_ext
10607 ____________________________________________________________________________
10608 [ 27519] By: gisle                                 on 2006/03/16  20:32:27
10609         Log: Fix up miniperl dependency.
10610              Depend on $(obj) when we use that to build miniperl.
10611      Branch: perl
10612            ! Makefile.SH
10613 ____________________________________________________________________________
10614 [ 27518] By: gisle                                 on 2006/03/16  20:24:08
10615         Log: Simplify; make perl.o included in $(obj)
10616      Branch: perl
10617            ! Makefile.SH
10618 ____________________________________________________________________________
10619 [ 27517] By: rgs                                   on 2006/03/16  16:17:38
10620         Log: Add a couple of regression tests for the untested
10621              "Bad name after %s" parsing error
10622      Branch: perl
10623            ! t/comp/parser.t
10624 ____________________________________________________________________________
10625 [ 27516] By: rgs                                   on 2006/03/16  15:19:03
10626         Log: Subject: [PATCH] Compress::Raw::Zlib, Compress::Zlib, IO::Compress::Zlib 2.000_10
10627              From: "Paul Marquess" <paul.marquess@ntlworld.com>
10628              Date: Thu, 16 Mar 2006 14:38:52 -0000
10629              Message-ID: <009401c64907$5a6ed710$4c05140a@myopwv.com>
10630      Branch: perl
10631            ! ext/Compress/IO/Base/Changes ext/Compress/IO/Base/README
10632            ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm
10633            ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
10634            ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
10635            ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
10636            ! ext/Compress/IO/Zlib/Changes ext/Compress/IO/Zlib/Makefile.PL
10637            ! ext/Compress/IO/Zlib/README
10638            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm
10639            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm
10640            ! ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm
10641            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm
10642            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm
10643            ! ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm
10644            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm
10645            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm
10646            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm
10647            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
10648            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
10649            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
10650            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
10651            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
10652            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
10653            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
10654            ! ext/Compress/IO/Zlib/t/010examples.t
10655            ! ext/Compress/IO/Zlib/t/050interop-gzip.t
10656            ! ext/Compress/Raw/Zlib/Makefile.PL ext/Compress/Raw/Zlib/README
10657            ! ext/Compress/Raw/Zlib/Zlib.xs
10658            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
10659            ! ext/Compress/Raw/Zlib/t/02zlib.t ext/Compress/Zlib/Changes
10660            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/README
10661            ! ext/Compress/Zlib/examples/gzcat
10662            ! ext/Compress/Zlib/examples/gzstream
10663            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
10664            ! ext/Compress/Zlib/t/14gzopen.t t/lib/compress/generic.pl
10665            ! t/lib/compress/tied.pl
10666 ____________________________________________________________________________
10667 [ 27515] By: gisle                                 on 2006/03/16  12:01:10
10668         Log: require should ignore directories found when searching @INC not just
10669              die as soon as it finds one.  It should for instance be possible to
10670              for require "File" to read the file "./File" even if there happens to
10671              be a "File" directory in perl's standard library.
10672              
10673              This fixes the RT #24404 fix in change 26373.
10674      Branch: perl
10675            ! pp_ctl.c t/comp/require.t
10676 ____________________________________________________________________________
10677 [ 27514] By: rgs                                   on 2006/03/16  08:32:28
10678         Log: Make the threads tests silent with regard to the new :unique deprecation warning
10679      Branch: perl
10680            ! ext/threads/t/problems.t
10681 ____________________________________________________________________________
10682 [ 27513] By: nicholas                              on 2006/03/15  23:02:49
10683         Log: Make the original versions of relocated paths available from
10684              %Config::Config with the prefix "raw_". Not sure if "raw_" is the
10685              best choice.
10686      Branch: perl
10687            ! configpm
10688 ____________________________________________________________________________
10689 [ 27511] By: nicholas                              on 2006/03/15  19:47:02
10690         Log: Correct the non gcc-brace-group definition of SvAMAGIC_off
10691      Branch: perl
10692            ! sv.h
10693 ____________________________________________________________________________
10694 [ 27510] By: nicholas                              on 2006/03/15  18:47:32
10695         Log: D'oh! 27508 wasn't quite testing what I wanted it to test. This does.
10696      Branch: perl
10697            ! lib/overload.t
10698 ____________________________________________________________________________
10699 [ 27508] By: nicholas                              on 2006/03/15  17:57:14
10700         Log: Test for reblessing objects with weak references.
10701      Branch: perl
10702            ! lib/overload.t
10703 ____________________________________________________________________________
10704 [ 27507] By: nicholas                              on 2006/03/15  17:21:00
10705         Log: Expunge references to HV_AMAGIC, HV_AMAGICbad and HV_AMAGICmb which
10706              have been unused since revision 1.
10707      Branch: perl
10708            ! hv.h sv.h
10709 ____________________________________________________________________________
10710 [ 27506] By: nicholas                              on 2006/03/15  15:08:49
10711         Log: Moving the overloading flag from the reference to the referant allows
10712              (re)?blessing of overloaded objects to work correctly.
10713      Branch: perl
10714            ! dump.c lib/overload.t sv.c sv.h
10715 ____________________________________________________________________________
10716 [ 27505] By: nicholas                              on 2006/03/15  13:13:19
10717         Log: Finish converting overload.t to Test::More
10718      Branch: perl
10719            ! lib/overload.t
10720 ____________________________________________________________________________
10721 [ 27504] By: nicholas                              on 2006/03/15  12:43:15
10722         Log: Further conversion of overload.t
10723      Branch: perl
10724            ! lib/overload.t
10725 ____________________________________________________________________________
10726 [ 27503] By: stevep                                on 2006/03/15  12:34:10
10727         Log: Additions to README.win32 and win32/Makefile based on comments from
10728              Steve Hay.
10729      Branch: perl
10730            ! README.win32 win32/Makefile
10731 ____________________________________________________________________________
10732 [ 27502] By: nicholas                              on 2006/03/15  12:29:01
10733         Log: Further conversion of overload.t
10734      Branch: perl
10735            ! lib/overload.t
10736 ____________________________________________________________________________
10737 [ 27501] By: nicholas                              on 2006/03/15  12:05:27
10738         Log: Partially convert overload.t to Test::More
10739      Branch: perl
10740            ! lib/overload.t
10741 ____________________________________________________________________________
10742 [ 27500] By: stevep                                on 2006/03/15  11:06:34
10743         Log: The first step in supporting VC++ 8.0.  Added macros for the free .NET 2.0 SDK and Visual Studio
10744              2005.  Added these macros to "if" conditions that were appropriate.  Added a fix to prevent
10745              the .NET 1.1 and 2.0 SDK compilers from attempting to build perlglob.exe (they are both missing
10746              the setargv.obj file necessary to do it).
10747      Branch: perl
10748            ! win32/Makefile
10749 ____________________________________________________________________________
10750 [ 27499] By: rgs                                   on 2006/03/14  17:32:48
10751         Log: Deprecate :unique even with threads
10752      Branch: perl
10753            ! toke.c
10754 ____________________________________________________________________________
10755 [ 27498] By: rgs                                   on 2006/03/14  17:02:38
10756         Log: Make usage of :unique emit a deprecation warning.
10757              Remove its outdated documentation.
10758      Branch: perl
10759            ! cv.h pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/toke
10760            ! toke.c
10761 ____________________________________________________________________________
10762 [ 27497] By: rgs                                   on 2006/03/14  16:02:35
10763         Log: Subject: [PATCH] perl @ 27483 fix lib/Pod/Simple/t/corpustest.t to work on VMS ODS-2
10764              From: Peter Prymmer <PPrymmer@factset.com>
10765              Date: Tue, 14 Mar 2006 10:38:00 -0500
10766              Message-ID: <OF85EC8E5E.4DF3A439-ON85257131.0055870A-85257131.0055E07C@factset.com>
10767      Branch: perl
10768            ! lib/Pod/Simple/t/corpustest.t
10769 ____________________________________________________________________________
10770 [ 27496] By: nicholas                              on 2006/03/14  15:21:54
10771         Log: SVphv_REHASH can use the same flag bit as SVf_FAKE. This allows
10772              0x10000000 (SVf_AMAGIC) to be set on all 16 SV types, which seems to
10773              be necessary to fix subtle bugs involving reblessing and overloading. 
10774      Branch: perl
10775            ! sv.h
10776 ____________________________________________________________________________
10777 [ 27495] By: rgs                                   on 2006/03/14  09:55:17
10778         Log: Subject: [perl #38710] localised stash slice 
10779              From: Hugo van der Sanden (via RT) <perlbug-followup@perl.org>
10780              Date: Sat, 11 Mar 2006 02:47:56 -0800
10781              Message-ID: <rt-3.0.11-38710-131000.18.015529928953@perl.org>
10782              
10783              (new TODO tests)
10784      Branch: perl
10785            ! t/op/local.t
10786 ____________________________________________________________________________
10787 [ 27494] By: rgs                                   on 2006/03/14  08:53:07
10788         Log: threads and threads::shared are now dual-lived modules
10789      Branch: perl
10790            ! Porting/Maintainers.pl
10791 ____________________________________________________________________________
10792 [ 27493] By: rgs                                   on 2006/03/14  08:38:45
10793         Log: Subject: [PATCH] Do nothing in a GCC-friendly way
10794              From: andy@petdance.com (Andy Lester)
10795              Date: Mon, 13 Mar 2006 12:48:50 -0600
10796              Message-ID: <20060313184850.GA16905@petdance.com>
10797      Branch: perl
10798            ! perl.h
10799 ____________________________________________________________________________
10800 [ 27492] By: rgs                                   on 2006/03/14  08:35:24
10801         Log: Subject: [PATCH] looks_like_bool can be const
10802              From: andy@petdance.com (Andy Lester)
10803              Date: Mon, 13 Mar 2006 09:31:52 -0600
10804              Message-ID: <20060313153152.GA13254@petdance.com>
10805      Branch: perl
10806            ! embed.fnc op.c proto.h
10807 ____________________________________________________________________________
10808 [ 27491] By: nicholas                              on 2006/03/13  23:13:23
10809         Log: Somewhat less shaky relocatable @INC support. You can install things
10810              to the current location of the perl tree, move it, install more things,
10811              move it again, lather rinse repeat.
10812              Configure with -Duserelocatableinc
10813      Branch: perl
10814            ! Configure configpm installperl
10815 ____________________________________________________________________________
10816 [ 27490] By: nicholas                              on 2006/03/13  20:49:55
10817         Log: First stab at rather shaky Configure support for relocatable @INC.
10818              Seems to be installing rather more that it's supposed to be.
10819      Branch: perl
10820            ! Configure configpm
10821 ____________________________________________________________________________
10822 [ 27489] By: nicholas                              on 2006/03/13  18:59:27
10823         Log: Split break out the installprefix code from setprefixvar, which allows
10824              the remaining 8 places to call the common prefix conversion code.
10825      Branch: perl
10826            ! Configure
10827 ____________________________________________________________________________
10828 [ 27488] By: nicholas                              on 2006/03/13  18:01:11
10829         Log: Refactor most of the cut & paste for setting prefix/prefixexp variables
10830              and the "Change installation prefix, if necessary" into a new
10831              "function" setprefixvar (which I assume will become Setprefixvar.U)
10832              How many platforms still have Bourne shells that can't do shell
10833              functions? Someone's going to say Irix?
10834      Branch: perl
10835            ! Configure
10836 ____________________________________________________________________________
10837 [ 27487] By: rgs                                   on 2006/03/13  17:35:59
10838         Log: Forgot the ending \. Why did it still compile ?
10839      Branch: perl
10840            ! ext/List/Util/multicall.h
10841 ____________________________________________________________________________
10842 [ 27486] By: rgs                                   on 2006/03/13  17:34:09
10843         Log: Subject: [PATCH] Automatically SPAGAIN in the poor-man's-multicall API
10844              From: Robin Houston <robin@cpan.org>
10845              Date: Mon, 13 Mar 2006 12:48:21 +0000
10846              Message-ID: <20060313124821.GA11203@rpc142.cs.man.ac.uk>
10847      Branch: perl
10848            ! ext/List/Util/multicall.h
10849 ____________________________________________________________________________
10850 [ 27485] By: nicholas                              on 2006/03/13  17:10:14
10851         Log: The existing order of the checks for whether man1dir and man3dir were
10852              ' ' were obviously buggy, because they set installman[13]dir only for
10853              the next if block to set it again. Reordering removes that daftness.
10854      Branch: perl
10855            ! Configure
10856 ____________________________________________________________________________
10857 [ 27484] By: nicholas                              on 2006/03/13  15:50:04
10858         Log: The "Change installation prefix, if necessary." code needs to use
10859              the ~ expanded prefix and installprefix in the substitution.
10860      Branch: perl
10861            ! Configure
10862 ____________________________________________________________________________
10863 [ 27483] By: rgs                                   on 2006/03/12  15:12:29
10864         Log: Load .pmc always, even if they are older than a matching .pm file.
10865              (This trick is going to be used by pugs.)
10866      Branch: perl
10867            ! pod/perlfunc.pod pp_ctl.c
10868 ____________________________________________________________________________
10869 [ 27482] By: stevep                                on 2006/03/12  14:07:17
10870         Log: Subject: [PATCH] Removed unnecessary NULL check in Digest::SHA
10871              From: Andy Lester <andy@petdance.com>
10872              Date: Tue, 7 Mar 2006 12:12:35 -0600
10873              Message-ID: <20060307181235.GA25688@petdance.com>
10874      Branch: perl
10875            ! ext/Digest/SHA/src/hmac.c
10876 ____________________________________________________________________________
10877 [ 27481] By: stevep                                on 2006/03/12  13:48:10
10878         Log: Upgrade to Module-Build-0.27_09
10879      Branch: perl
10880            ! Porting/Maintainers.pl lib/Module/Build.pm
10881            ! lib/Module/Build/Authoring.pod lib/Module/Build/Base.pm
10882            ! lib/Module/Build/Changes lib/Module/Build/Compat.pm
10883            ! lib/Module/Build/Cookbook.pm
10884 ____________________________________________________________________________
10885 [ 27480] By: nicholas                              on 2006/03/11  23:40:34
10886         Log: isSPACE('\0') is false, so can simplify the condition in the for
10887              loop. As the for loop is basically a while loop, write it as one, to
10888              make its intentions clearer.
10889      Branch: perl
10890            ! toke.c
10891 ____________________________________________________________________________
10892 [ 27479] By: nicholas                              on 2006/03/11  22:51:26
10893         Log: Fix the last 2 perly.y specific parts of regen_perly.pl, and make
10894              the regen_perly target call it for both perly.y and madly.y.
10895      Branch: perl
10896            - regen_madly.pl
10897            ! MANIFEST Makefile.SH regen_perly.pl
10898 ____________________________________________________________________________
10899 [ 27478] By: nicholas                              on 2006/03/11  22:29:56
10900         Log: NNs and NULLOKs for MAD's new functions.
10901      Branch: perl
10902            ! embed.fnc proto.h
10903 ____________________________________________________________________________
10904 [ 27477] By: stevep                                on 2006/03/11  22:08:34
10905         Log: Perl_newWHILEOP() had exactly the same lack of a NULL pointer check
10906              that Perl_newLOOPOP() had and fixed in change #27476.  Maybe some 
10907              refactoring is needed?
10908      Branch: perl
10909            ! op.c
10910 ____________________________________________________________________________
10911 [ 27476] By: stevep                                on 2006/03/11  21:41:20
10912         Log: Possible NULL pointer reference found by Coverity checks.
10913      Branch: perl
10914            ! op.c
10915 ____________________________________________________________________________
10916 [ 27475] By: stevep                                on 2006/03/11  20:57:26
10917         Log: Keep from using a variable in S_my_kid() before it is initialized.  This        was introduced with the MAD changes.
10918      Branch: perl
10919            ! op.c
10920 ____________________________________________________________________________
10921 [ 27474] By: craigb                                on 2006/03/11  17:26:00
10922         Log: Subject: [PATCH] perl@27437 fix File::Path::mkpath so that perl installs on VMS
10923              From: Peter Prymmer <PPrymmer@factset.com>
10924              Date: Fri, 10 Mar 2006 15:24:23 -0500
10925              Message-id: <OFBE8F84F1.A708DA4A-ON8525712D.006E4BF7-8525712D.007018C6@factset.com>
10926      Branch: perl
10927            ! lib/File/Path.pm
10928 ____________________________________________________________________________
10929 [ 27473] By: merijn                                on 2006/03/11  11:03:55
10930         Log: Subject: [PATCH] Reapply change 24432
10931              From: "Jan Dubois" <jand@ActiveState.com>
10932              Date: Fri, 10 Mar 2006 18:21:39 -0800
10933              Message-ID: <01b001c644b2$879a1f50$6062a8c0@candy>
10934      Branch: perl
10935            ! config_h.SH
10936 ____________________________________________________________________________
10937 [ 27471] By: nicholas                              on 2006/03/11  10:21:27
10938         Log: Missed the hunk that adds regen_madly.pl to the regen_perl target.
10939      Branch: perl
10940            ! Makefile.SH
10941 ____________________________________________________________________________
10942 [ 27470] By: nicholas                              on 2006/03/11  10:16:04
10943         Log: Subject: [PATCH] Sync up embed.fnc and doio.c
10944              From: andy@petdance.com (Andy Lester)
10945              Message-ID: <20060311071338.GA12490@petdance.com>
10946              Date: Sat, 11 Mar 2006 01:13:38 -0600
10947      Branch: perl
10948            ! embed.fnc proto.h
10949 ____________________________________________________________________________
10950 [ 27469] By: nicholas                              on 2006/03/11  09:55:43
10951         Log: Subject: [PATCH] Localizing some vars in S_checkcomma
10952              From: andy@petdance.com (Andy Lester)
10953              Message-ID: <20060310223100.GA13455@petdance.com>
10954              Date: Fri, 10 Mar 2006 16:31:00 -0600
10955      Branch: perl
10956            ! toke.c
10957 ____________________________________________________________________________
10958 [ 27468] By: nicholas                              on 2006/03/11  09:32:18
10959         Log: Remove the obsolete mad/P5RE.pm
10960      Branch: perl
10961            - mad/P5RE.pm
10962            ! MANIFEST
10963 ____________________________________________________________________________
10964 [ 27467] By: craigb                                on 2006/03/11  01:52:37
10965         Log: null terminate command string -- broken in #27438
10966      Branch: perl
10967            ! vms/vms.c
10968 ____________________________________________________________________________
10969 [ 27466] By: nicholas                              on 2006/03/10  21:54:18
10970         Log: Move the 12 static MAD variables from toke.c into the interpeter
10971              structure.
10972      Branch: perl
10973            ! embedvar.h intrpvar.h makedef.pl perl.c perlapi.h sv.c toke.c
10974 ____________________________________________________________________________
10975 [ 27465] By: nicholas                              on 2006/03/10  20:58:23
10976         Log: Rename the 12 static variables in toke.c to PL_*
10977      Branch: perl
10978            ! toke.c
10979 ____________________________________________________________________________
10980 [ 27464] By: nicholas                              on 2006/03/10  19:47:11
10981         Log: gozer took over from gsar (some time ago).
10982      Branch: perl
10983            ! Porting/repository.pod
10984 ____________________________________________________________________________
10985 [ 27463] By: nicholas                              on 2006/03/10  18:53:01
10986         Log: All the autogenerated files from change 27462.
10987      Branch: perl
10988            ! madly.act madly.h madly.tab
10989 ____________________________________________________________________________
10990 [ 27462] By: nicholas                              on 2006/03/10  18:52:40
10991         Log: Merge perly.y changes from 5.9.2 to now into madly.y.
10992      Branch: perl
10993            ! madly.y
10994 ____________________________________________________________________________
10995 [ 27461] By: nicholas                              on 2006/03/10  12:57:18
10996         Log: Teaching embed.pl about conditional symbols is a TODO.
10997      Branch: perl
10998            ! pod/perltodo.pod
10999 ____________________________________________________________________________
11000 [ 27460] By: nicholas                              on 2006/03/10  12:09:39
11001         Log: Tweak change 27457 - make PL_lasttoke MAD only, but teach makedef.pl
11002              about MADness (and unMADness - maybe there is a special word for that)
11003      Branch: perl
11004            ! intrpvar.h makedef.pl
11005 ____________________________________________________________________________
11006 [ 27459] By: nicholas                              on 2006/03/10  11:31:14
11007         Log: Summon constman! S_checkcomma now has all 3 arguments const char.
11008      Branch: perl
11009            ! embed.fnc proto.h toke.c
11010 ____________________________________________________________________________
11011 [ 27458] By: nicholas                              on 2006/03/10  10:50:29
11012         Log: Tease apart the keyword/subroutine test in S_checkcomma.
11013      Branch: perl
11014            ! toke.c
11015 ____________________________________________________________________________
11016 [ 27457] By: stevep                                on 2006/03/10  02:17:43
11017         Log: Move PL_lasttoke out of its PERL_MAD define in intrpvar.h.
11018              Otherwise, Win32 does not compile.
11019      Branch: perl
11020            ! intrpvar.h
11021 ____________________________________________________________________________
11022 [ 27456] By: nicholas                              on 2006/03/09  23:23:19
11023         Log: Correct another gv_fetchpv() - it takes a bitmask of flags, not simply
11024              TRUE/FALSE.
11025      Branch: perl
11026            ! gv.c
11027 ____________________________________________________________________________
11028 [ 27455] By: nicholas                              on 2006/03/09  22:50:23
11029         Log: Remove two NEWSV()s in the non-ithread dump code that got missed.
11030      Branch: perl
11031            ! dump.c
11032 ____________________________________________________________________________
11033 [ 27454] By: mhx                                   on 2006/03/09  22:07:01
11034         Log: Subject: Re: [PATCH pod/perlfunc.pd] Re: truncate needs seek on filehandle
11035              From: Ronald J Kimball <rjk-perl-p5p@tamias.net>
11036              Date: Thu, 9 Mar 2006 16:29:12 -0500
11037              Message-ID: <20060309212912.GF22682@penkwe.pair.com>
11038      Branch: perl
11039            ! pod/perlfunc.pod
11040 ____________________________________________________________________________
11041 [ 27453] By: nicholas                              on 2006/03/09  22:03:55
11042         Log: Add the Perl 5 to Perl 5 convertor scripts.
11043      Branch: perl
11044            + mad/P5AST.pm mad/P5RE.pm mad/P5re.pm mad/PLXML.pm mad/nomad
11045            + mad/p55
11046            ! MANIFEST
11047 ____________________________________________________________________________
11048 [ 27452] By: nicholas                              on 2006/03/09  22:01:28
11049         Log: Superior *printf-fu lets us avoid modifying source code.
11050      Branch: perl
11051            ! toke.c
11052 ____________________________________________________________________________
11053 [ 27451] By: nicholas                              on 2006/03/09  21:49:20
11054         Log: Avoid scribbling on the passed in command line string for -i in 
11055              moreswitches.
11056      Branch: perl
11057            ! perl.c
11058 ____________________________________________________________________________
11059 [ 27450] By: nicholas                              on 2006/03/09  21:24:04
11060         Log: -Dmad works, albeit with some test failures:
11061              ext/B/t/f_sort.t                       20    5  25.00%  2 4-6 16
11062              ext/B/t/optree_samples.t               20    1   5.00%  18
11063              ext/List/Util/t/weak.t      1   256    22    1   4.55%  22
11064              ext/Safe/t/safeops.t        0   134   354  288  81.36%  211-354
11065              lib/warnings.t                        561    2   0.36%  3 10
11066      Branch: perl
11067            ! toke.c
11068 ____________________________________________________________________________
11069 [ 27449] By: nicholas                              on 2006/03/09  20:53:11
11070         Log: Oops. Failed to add madly.c
11071      Branch: perl
11072            + madly.c
11073 ____________________________________________________________________________
11074 [ 27448] By: stevep                                on 2006/03/09  20:48:50
11075         Log: The Coverity audit is upset that the scream_olds variable is not
11076              directly initialized, although it is likely initialized after 
11077              another variable takes a reference to it.
11078      Branch: perl
11079            ! regexec.c
11080 ____________________________________________________________________________
11081 [ 27447] By: nicholas                              on 2006/03/09  20:48:18
11082         Log: Add the madly parser. I believe that this is all the C code. Now to
11083              find the bugs that stowed away.
11084      Branch: perl
11085            + madly.act madly.h madly.tab madly.y regen_madly.pl
11086            ! Configure MANIFEST Makefile.SH embed.fnc embed.h perly.c
11087            ! proto.h
11088 ____________________________________________________________________________
11089 [ 27446] By: nicholas                              on 2006/03/09  19:53:53
11090         Log: It helps to run embed.pl in the correct directory. (not the symlink
11091              tree)
11092      Branch: perl
11093            ! embed.h embedvar.h perlapi.h proto.h
11094 ____________________________________________________________________________
11095 [ 27445] By: nicholas                              on 2006/03/09  19:22:10
11096         Log: The remainder of the toke.c MAD changes. Now to investigate why MAD
11097              no longer builds.
11098      Branch: perl
11099            ! embed.fnc intrpvar.h sv.c toke.c
11100 ____________________________________________________________________________
11101 [ 27444] By: nicholas                              on 2006/03/09  19:00:26
11102         Log: Another refactoring from Larry implicit in the MAD patch.
11103      Branch: perl
11104            ! toke.c
11105 ____________________________________________________________________________
11106 [ 27443] By: nicholas                              on 2006/03/09  18:08:52
11107         Log: Refactoring from Larry inplicit in the MAD patch.
11108      Branch: perl
11109            ! toke.c
11110 ____________________________________________________________________________
11111 [ 27442] By: nicholas                              on 2006/03/09  17:06:46
11112         Log: Replace PL_nextval[PL_nexttoke].opval with the macro NEXTVAL_NEXTTOKE
11113              as MAD conditionally changes this consistently in 27 places.
11114      Branch: perl
11115            ! toke.c
11116 ____________________________________________________________________________
11117 [ 27441] By: stevep                                on 2006/03/09  16:14:20
11118         Log: Need to update test count from change #27440.
11119      Branch: perl
11120            ! ext/POSIX/t/sigaction.t
11121 ____________________________________________________________________________
11122 [ 27440] By: stevep                                on 2006/03/09  16:03:21
11123         Log: croak in POSIX::sigaction() when passed a negative signal instead
11124              dumping core.
11125      Branch: perl
11126            ! ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t
11127 ____________________________________________________________________________
11128 [ 27439] By: nicholas                              on 2006/03/09  15:13:49
11129         Log: MAD changes for bare skipspace()
11130      Branch: perl
11131            ! embed.fnc embed.h proto.h toke.c
11132 ____________________________________________________________________________
11133 [ 27438] By: craigb                                on 2006/03/09  14:49:45
11134         Log: Subject: patch@27385 - VMS thread fixes (was: threads and VMS)
11135              From: "John E. Malmberg" <wb8tyw@qsl.net>
11136              Date: Wed, 08 Mar 2006 23:34:05 -0500
11137              Message-id: <440FB03D.8010409@qsl.net>
11138
11139      Branch: perl
11140            ! vms/vms.c
11141 ____________________________________________________________________________
11142 [ 27437] By: nicholas                              on 2006/03/09  13:45:30
11143         Log: Add the MAD change to perly.y, which brings a new PEG token.
11144      Branch: perl
11145            ! perly.act perly.h perly.tab perly.y
11146 ____________________________________________________________________________
11147 [ 27436] By: mhx                                   on 2006/03/09  12:54:19
11148         Log: Fix a memory leak in ck_grep(), spotted by coverity:
11149              perl -e'eval "grep" while 1'
11150      Branch: perl
11151            ! op.c
11152 ____________________________________________________________________________
11153 [ 27435] By: nicholas                              on 2006/03/09  12:41:40
11154         Log: Tweaking the order of op creation/op free in Perl_ck_require to Larry's
11155              order doesn't make tests pass :-(. Nor does it make them fail.
11156      Branch: perl
11157            ! op.c
11158 ____________________________________________________________________________
11159 [ 27434] By: nicholas                              on 2006/03/09  12:17:41
11160         Log: Fix C99ism in dump.c
11161      Branch: perl
11162            ! dump.c
11163 ____________________________________________________________________________
11164 [ 27433] By: nicholas                              on 2006/03/09  12:01:36
11165         Log: Unroll 27425 - keeping Larry's order in op.c means that exactly the
11166              same sequence of pad usage is generated with and without MAD.
11167      Branch: perl
11168            ! ext/B/t/f_map.t op.c
11169 ____________________________________________________________________________
11170 [ 27432] By: nicholas                              on 2006/03/09  11:20:14
11171         Log: Note the weakref.t failure that commenting out this code caused.
11172              Pesky waterbeds.
11173      Branch: perl
11174            ! op.c
11175 ____________________________________________________________________________
11176 [ 27431] By: nicholas                              on 2006/03/09  11:04:23
11177         Log: Note the cause of another MAD test failure - an explicit abort trap
11178              for saving PL_formfeed is being hit.
11179      Branch: perl
11180            ! scope.c
11181 ____________________________________________________________________________
11182 [ 27430] By: nicholas                              on 2006/03/09  10:53:25
11183         Log: Bodge MAD code to get pack.t and ext/Encode/t/Encode.t passing.
11184      Branch: perl
11185            ! op.c
11186 ____________________________________________________________________________
11187 [ 27429] By: nicholas                              on 2006/03/08  23:33:05
11188         Log: Make MAD at least compile and link once more. Although it's now failing
11189              6 regression tests.
11190      Branch: perl
11191            ! op.c perly.c
11192 ____________________________________________________________________________
11193 [ 27428] By: nicholas                              on 2006/03/08  22:36:30
11194         Log: Further MAD changes.
11195      Branch: perl
11196            ! perl.c perly.c pp_ctl.c scope.c
11197 ____________________________________________________________________________
11198 [ 27427] By: nicholas                              on 2006/03/08  21:53:06
11199         Log: Oops. Didn't mean to commit 27426 to maint first. Integrate it:
11200              Avoid writing over the input string in the case 'F' in moreswitches.
11201      Branch: perl
11202           !> perl.c
11203 ____________________________________________________________________________
11204 [ 27425] By: nicholas                              on 2006/03/08  21:18:58
11205         Log: The last MAD change to op.c changes the pad offsets of the test that
11206              ext/B/t/f_map.t is using.
11207      Branch: perl
11208            ! ext/B/t/f_map.t op.c
11209 ____________________________________________________________________________
11210 [ 27424] By: nicholas                              on 2006/03/08  20:34:16
11211         Log: Almost all the MAD changes for op.c
11212      Branch: perl
11213            ! embed.fnc embed.h op.c perl.h proto.h
11214 ____________________________________________________________________________
11215 [ 27423] By: nicholas                              on 2006/03/08  18:17:09
11216         Log: Change from Larry in the MAD code which seems to be unrelated to MAD.
11217      Branch: perl
11218            ! op.c
11219 ____________________________________________________________________________
11220 [ 27422] By: nicholas                              on 2006/03/08  16:29:26
11221         Log: MAD changes to dump.c
11222      Branch: perl
11223            ! dump.c embed.fnc embed.h global.sym makedef.pl proto.h
11224 ____________________________________________________________________________
11225 [ 27421] By: steveh                                on 2006/03/08  16:25:23
11226         Log: Get rid of unnecessary "rmdir /s" calls in Win32 makefiles
11227              
11228              They only existed for the benefit of old shells that didn't
11229              understand "rmdir /s /q", but since change #27195 effectively
11230              drops support for old shells that don't understand "xcopy /y"
11231              it seems unnecessary now.
11232              
11233              Windows NT4, 2000, XP and onwards all support "rmdir /s /q", so
11234              it's probably only the Windows 9x shells that lose out.
11235      Branch: perl
11236            ! win32/Makefile win32/makefile.mk
11237 ____________________________________________________________________________
11238 [ 27420] By: steveh                                on 2006/03/08  15:20:28
11239         Log: Sort the ext/ and lib/ tests when running under t/harness
11240              
11241              Unless they are sorted then they are run in the same order in which
11242              they are listed in MANIFEST, which is not always ideal. In particular,
11243              the ext/Compress/IO/Zlib/t/*.t tests are not run in the correct order,
11244              which causes some files to be left behind afterwards.
11245              
11246              ExtUtils::Command::MM::test_harness() sorts test files, so it seems
11247              sensible for t/harness to do likewise, rather than relying on the
11248              ordering in MANIFEST.
11249      Branch: perl
11250            ! t/harness
11251 ____________________________________________________________________________
11252 [ 27419] By: nicholas                              on 2006/03/08  13:40:48
11253         Log: Add MAD changes to pad code (new function Perl_pad_peg)
11254      Branch: perl
11255            ! embed.fnc embed.h makedef.pl pad.c pad.h proto.h
11256 ____________________________________________________________________________
11257 [ 27418] By: steveh                                on 2006/03/08  13:37:28
11258         Log: Adjust Win32 distclean as per changes #27411 and #27417
11259      Branch: perl
11260            ! win32/Makefile win32/makefile.mk
11261 ____________________________________________________________________________
11262 [ 27417] By: rgs                                   on 2006/03/08  13:29:26
11263         Log: "make distclean" fix noticed by Steve Hay
11264      Branch: perl
11265            ! Makefile.SH
11266 ____________________________________________________________________________
11267 [ 27416] By: steveh                                on 2006/03/08  12:15:04
11268         Log: Cleanup Archive-Tar temporary test files
11269              
11270              I've done this twice before already (changes #25043 and #26785),
11271              but it keeps getting accidentally removed. Third time lucky?
11272      Branch: perl
11273            ! lib/Archive/Tar.pm lib/Archive/Tar/t/02_methods.t
11274 ____________________________________________________________________________
11275 [ 27415] By: rgs                                   on 2006/03/08  10:31:24
11276         Log: Subject: [PATCH] Re: [perl #38684] O::Deparse not working as expected 
11277              From: Stephen McCamant <smcc@mit.edu>
11278              Date: Tue, 7 Mar 2006 20:00:30 -0800
11279              Message-ID: <17422.22238.570532.2771@apocalypse.OCF.Berkeley.EDU>
11280      Branch: perl
11281            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
11282 ____________________________________________________________________________
11283 [ 27414] By: rgs                                   on 2006/03/08  10:25:26
11284         Log: Subject: [PATCH] Removed unused check and assignment in pp_hot.c
11285              From: andy@petdance.com (Andy Lester)
11286              Date: Wed, 8 Mar 2006 00:45:29 -0600
11287              Message-ID: <20060308064529.GA16499@petdance.com>
11288      Branch: perl
11289            ! pp_hot.c
11290 ____________________________________________________________________________
11291 [ 27413] By: steveh                                on 2006/03/08  09:36:50
11292         Log: Don't try to export PL_madskills/PL_xmlfp when they're not defined
11293              (Fixes Win32 linker error introduced by change #27408)
11294      Branch: perl
11295            ! makedef.pl
11296 ____________________________________________________________________________
11297 [ 27412] By: steveh                                on 2006/03/08  08:42:44
11298         Log: Complete change #27407/27410 on Win32 and tidy up change #27372
11299      Branch: perl
11300            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11301            ! win32/config_H.vc64
11302 ____________________________________________________________________________
11303 [ 27411] By: rgs                                   on 2006/03/08  08:23:54
11304         Log: "make distclean" adjustments for the new Compress modules
11305      Branch: perl
11306            ! Makefile.SH
11307 ____________________________________________________________________________
11308 [ 27410] By: merijn                                on 2006/03/08  08:10:25
11309         Log: Backport #27407
11310              Add a Configure question for mad (Misc Attribute Decoration - Larry's
11311              perl5 to perl[56] convertor), which if set defines PERL_MAD in config.h
11312      Branch: perl
11313            ! Configure Porting/Glossary config_h.SH
11314 ____________________________________________________________________________
11315 [ 27408] By: nicholas                              on 2006/03/07  23:24:55
11316         Log: Some of the MAD structures in headers, plus PL_madskills and PL_xmlfp,
11317              and default definitions for the 2 variables. (Which will save a lot of
11318              conditional complilation, by instead letting the C compiler optimiser
11319              remove dead code.)
11320      Branch: perl
11321            ! XSUB.h embedvar.h intrpvar.h op.h perl.h perlapi.h
11322 ____________________________________________________________________________
11323 [ 27407] By: nicholas                              on 2006/03/07  22:16:55
11324         Log: Add a Configure question for mad (Misc Attribute Decoration - Larry's
11325              perl5 to perl[56] convertor), which if set defines PERL_MAD in config.h
11326      Branch: perl
11327            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
11328            ! Porting/Glossary config_h.SH configure.com epoc/config.sh
11329            ! perl.c plan9/config_sh.sample symbian/config.sh uconfig.sh
11330            ! win32/config.bc win32/config.gc win32/config.vc
11331            ! win32/config.vc64 wince/config.ce
11332 ____________________________________________________________________________
11333 [ 27406] By: nicholas                              on 2006/03/07  19:31:49
11334         Log: Two more TODOs for those with C knowledge.
11335      Branch: perl
11336            ! pod/perltodo.pod
11337 ____________________________________________________________________________
11338 [ 27405] By: nicholas                              on 2006/03/07  19:27:28
11339         Log: Remove the #define - ARENASETS are always on now.
11340      Branch: perl
11341            ! perl.h sv.c
11342 ____________________________________________________________________________
11343 [ 27404] By: nicholas                              on 2006/03/07  19:23:14
11344         Log: TPF++ # http://www.perlfoundation.org/gc/grants/2006-perl5-improve.html
11345              Shrinking PVGVs, PVLVs, PVCVs and PVFMs is TODOne.
11346      Branch: perl
11347            ! pod/perltodo.pod
11348 ____________________________________________________________________________
11349 [ 27403] By: rgs                                   on 2006/03/07  17:09:54
11350         Log: This looks like a memory leak.
11351      Branch: perl
11352            ! op.c
11353 ____________________________________________________________________________
11354 [ 27402] By: rgs                                   on 2006/03/07  16:49:58
11355         Log: $[ = 2 should not warn.
11356      Branch: perl
11357            ! op.c t/lib/warnings/op
11358 ____________________________________________________________________________
11359 [ 27401] By: steveh                                on 2006/03/07  14:58:20
11360         Log: Fix lib/Module/Build/t/compat.t
11361              (e.g. see http://www.nntp.perl.org/group/perl.daily-build.reports/36431)
11362      Branch: perl
11363            ! lib/Module/Build/t/compat.t
11364 ____________________________________________________________________________
11365 [ 27400] By: rgs                                   on 2006/03/07  14:36:00
11366         Log: Make report on bad filenames easier to read
11367      Branch: perl
11368            ! Porting/check83.pl
11369 ____________________________________________________________________________
11370 [ 27399] By: rgs                                   on 2006/03/07  14:15:46
11371         Log: FAQ sync. (FAQ now moved to svn)
11372      Branch: perl
11373            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
11374            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
11375            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
11376            ! pod/perlfaq9.pod
11377 ____________________________________________________________________________
11378 [ 27398] By: stevep                                on 2006/03/07  04:48:29
11379         Log: Upgrade to PathTools-3.17
11380      Branch: perl
11381            ! ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t lib/Cwd.pm lib/File/Spec.pm
11382 ____________________________________________________________________________
11383 [ 27397] By: stevep                                on 2006/03/06  23:31:21
11384         Log: Subject:  Re: [PATCH] Removed a redundant o->op_type
11385              From: Paul Johnson <paul@pjcj.net>
11386              Date: Tue, 28 Feb 2006 20:17:31 +0100
11387              Message-ID: <20060228191731.GD20933@pjcj.net>
11388      Branch: perl
11389            ! op.c
11390 ____________________________________________________________________________
11391 [ 27396] By: mhx                                   on 2006/03/06  22:18:52
11392         Log: Don't free thread memory if PERL_DESTRUCT_LEVEL is set to a non-zero
11393              value as we're probably hunting memory leaks then
11394      Branch: perl
11395            ! perl.c
11396 ____________________________________________________________________________
11397 [ 27393] By: nicholas                              on 2006/03/06  20:44:02
11398         Log: Update David Dyck's e-mail address.
11399      Branch: perl
11400            ! AUTHORS Porting/checkAUTHORS.pl
11401 ____________________________________________________________________________
11402 [ 27390] By: rgs                                   on 2006/03/06  17:26:43
11403         Log: Add all new utilities in the perlutil man page.
11404              Includes lots of work by Zsban Ambrus.
11405      Branch: perl
11406            ! pod/perlutil.pod
11407 ____________________________________________________________________________
11408 [ 27389] By: rgs                                   on 2006/03/06  16:09:50
11409         Log: Subject: [PATCH] add Module::Build 0.27_08
11410              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
11411              Date: Sun, 5 Mar 2006 12:08:30 -0800
11412              Message-ID: <20060305200830.GA2660@efn.org>
11413      Branch: perl
11414            + lib/Module/Build.pm lib/Module/Build/Authoring.pod
11415            + lib/Module/Build/Base.pm lib/Module/Build/Changes
11416            + lib/Module/Build/Compat.pm lib/Module/Build/ConfigData.pm
11417            + lib/Module/Build/Cookbook.pm lib/Module/Build/ModuleInfo.pm
11418            + lib/Module/Build/Notes.pm lib/Module/Build/PPMMaker.pm
11419            + lib/Module/Build/Platform/Amiga.pm
11420            + lib/Module/Build/Platform/Default.pm
11421            + lib/Module/Build/Platform/EBCDIC.pm
11422            + lib/Module/Build/Platform/MPEiX.pm
11423            + lib/Module/Build/Platform/MacOS.pm
11424            + lib/Module/Build/Platform/RiscOS.pm
11425            + lib/Module/Build/Platform/Unix.pm
11426            + lib/Module/Build/Platform/VMS.pm
11427            + lib/Module/Build/Platform/VOS.pm
11428            + lib/Module/Build/Platform/Windows.pm
11429            + lib/Module/Build/Platform/aix.pm
11430            + lib/Module/Build/Platform/cygwin.pm
11431            + lib/Module/Build/Platform/darwin.pm
11432            + lib/Module/Build/Platform/os2.pm lib/Module/Build/PodParser.pm
11433            + lib/Module/Build/scripts/config_data
11434            + lib/Module/Build/t/basic.t
11435            + lib/Module/Build/t/bundled/Tie/CPHash.pm
11436            + lib/Module/Build/t/compat.t lib/Module/Build/t/destinations.t
11437            + lib/Module/Build/t/ext.t lib/Module/Build/t/extend.t
11438            + lib/Module/Build/t/files.t lib/Module/Build/t/install.t
11439            + lib/Module/Build/t/lib/DistGen.pm
11440            + lib/Module/Build/t/lib/MBTest.pm
11441            + lib/Module/Build/t/manifypods.t lib/Module/Build/t/metadata.t
11442            + lib/Module/Build/t/metadata2.t lib/Module/Build/t/moduleinfo.t
11443            + lib/Module/Build/t/notes.t lib/Module/Build/t/parents.t
11444            + lib/Module/Build/t/pod_parser.t lib/Module/Build/t/ppm.t
11445            + lib/Module/Build/t/runthrough.t lib/Module/Build/t/signature.t
11446            + lib/Module/Build/t/tilde.t lib/Module/Build/t/versions.t
11447            + lib/Module/Build/t/xs.t utils/config_data.PL
11448            ! MANIFEST Porting/Maintainers.pl installperl pod/perlutil.pod
11449            ! utils.lst utils/Makefile vms/descrip_mms.template
11450            ! win32/Makefile win32/makefile.mk
11451 ____________________________________________________________________________
11452 [ 27388] By: rgs                                   on 2006/03/06  14:52:48
11453         Log: Upgrade to Archive::Tar 1.29
11454      Branch: perl
11455            ! lib/Archive/Tar.pm lib/Archive/Tar/t/00_setup.t
11456            ! lib/Archive/Tar/t/02_methods.t lib/Archive/Tar/t/99_clean.t
11457 ____________________________________________________________________________
11458 [ 27387] By: rgs                                   on 2006/03/06  10:06:53
11459         Log: Add and remove files forgotten in change #27384
11460      Branch: perl
11461            + ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
11462            + ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
11463            + ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
11464            + ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
11465            + ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
11466            + ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
11467            + ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
11468            - (delete 110 files)
11469            ! MANIFEST
11470 ____________________________________________________________________________
11471 [ 27386] By: craigb                                on 2006/03/06  03:42:19
11472         Log: Subject: PATCH: 2 vms specific build files in perl @ 27383
11473              From: Peter Prymmer <PPrymmer@factset.com>
11474              Date: Sun, 05 Mar 2006 20:30:09 -0500
11475              Message-id: <OFF0B19477.39D9ABEB-ON85257129.00070590-85257129.000840D3@factset.com>
11476      Branch: perl
11477            ! configure.com vms/gen_shrfls.pl
11478 ____________________________________________________________________________
11479 [ 27385] By: craigb                                on 2006/03/06  03:26:39
11480         Log: Subject: Re: threads and VMS
11481              From: "John E. Malmberg" <wb8tyw@qsl.net>
11482              Date: Sun, 05 Mar 2006 00:32:27 -0500
11483              Message-id: <440A77EB.2030205@qsl.net>
11484      Branch: perl
11485            ! vms/vms.c
11486 ____________________________________________________________________________
11487 [ 27384] By: stevep                                on 2006/03/06  02:06:04
11488         Log: Subject: [PATCH] Compress::Zlib
11489              From: "Paul Marquess" <paul.marquess@ntlworld.com>
11490              Date: Fri, 3 Mar 2006 10:25:48 -0000
11491              Message-ID: <007101c63eac$d919c6c0$4c05140a@myopwv.com>
11492      Branch: perl
11493            + (add 129 files)
11494            ! MANIFEST ext/Compress/Zlib/Changes
11495            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/README
11496            ! ext/Compress/Zlib/examples/filtdef
11497            ! ext/Compress/Zlib/examples/filtinf
11498            ! ext/Compress/Zlib/examples/gzcat
11499            ! ext/Compress/Zlib/examples/gzgrep
11500            ! ext/Compress/Zlib/examples/gzstream
11501            ! ext/Compress/Zlib/t/01version.t
11502            ! ext/Compress/Zlib/t/03zlib-v1.t
11503            ! ext/Compress/Zlib/t/05examples.t
11504            ! ext/Compress/Zlib/t/06gzsetp.t
11505            ! ext/Compress/Zlib/t/08encoding.t
11506            ! ext/Compress/Zlib/t/14gzopen.t ext/Compress/Zlib/t/99pod.t
11507            ! t/lib/compress/any.pl t/lib/compress/anyunc.pl
11508            ! t/lib/compress/destroy.pl t/lib/compress/generic.pl
11509            ! t/lib/compress/merge.pl t/lib/compress/multi.pl
11510            ! t/lib/compress/newtied.pl t/lib/compress/oneshot.pl
11511            ! t/lib/compress/prime.pl t/lib/compress/tied.pl
11512            ! t/lib/compress/truncate.pl t/lib/compress/zlib-generic.pl
11513 ____________________________________________________________________________
11514 [ 27383] By: nicholas                              on 2006/03/05  21:21:10
11515         Log: Change 27380 (HEK into the IV union failed to convert the code in the
11516              non-gcc-debugging ifdef. Whoops. Very lax of me)
11517      Branch: perl
11518            ! gv.h
11519 ____________________________________________________________________________
11520 [ 27382] By: nicholas                              on 2006/03/05  19:07:12
11521         Log: Perl_gv_name_set should not leak the old HEK. Allow the flag GV_ADD
11522              to simplify GV initialisation.
11523      Branch: perl
11524            ! gv.c gv.h sv.c
11525 ____________________________________________________________________________
11526 [ 27381] By: nicholas                              on 2006/03/05  18:40:59
11527         Log: Change hv_name_set to take U32 length and flags parameters.
11528      Branch: perl
11529            ! embed.fnc hv.c proto.h
11530 ____________________________________________________________________________
11531 [ 27380] By: nicholas                              on 2006/03/05  18:13:42
11532         Log: Move the GvNAME HEK into the IV union - every GV is now 1 pointer
11533              smaller.
11534      Branch: perl
11535            ! av.h cv.h gv.c gv.h hv.h sv.h
11536 ____________________________________________________________________________
11537 [ 27379] By: nicholas                              on 2006/03/05  17:47:23
11538         Log: Use a HEK to store the GV's name, rather than a malloc()ed string.
11539              Saves 1 word in each GV (no more strlen), and will also save the memory
11540              used by the string itself, as the HEK will exist already due to the
11541              key used by the symbol table for this GV.
11542      Branch: perl
11543            ! gv.c gv.h sv.c sv.h
11544 ____________________________________________________________________________
11545 [ 27378] By: nicholas                              on 2006/03/05  12:12:56
11546         Log: Only #define PERL_DONT_CREATE_GVSV if it wasn't already defined.
11547      Branch: perl
11548            ! perl.h
11549 ____________________________________________________________________________
11550 [ 27377] By: nicholas                              on 2006/03/05  11:53:55
11551         Log: Provide Perl_gv_name_set to replace LVALUE use of GvNAME and GvNAMESET.
11552      Branch: perl
11553            ! embed.fnc embed.h global.sym gv.c gv.h proto.h sv.c
11554 ____________________________________________________________________________
11555 [ 27376] By: craigb                                on 2006/03/05  00:03:31
11556         Log: Subject: Re: threads and VMS
11557              From: "John E. Malmberg" <wb8tyw@qsl.net>
11558              Date: Sat, 04 Mar 2006 18:29:22 -0500
11559              Message-id: <440A22D2.30009@qsl.net>
11560      Branch: perl
11561            ! doio.c
11562 ____________________________________________________________________________
11563 [ 27375] By: merijn                                on 2006/03/04  06:48:13
11564         Log: Subject: patch@27373 VMS build fix + more long pathname stuff
11565              From: "John E. Malmberg" <wb8tyw@qsl.net>
11566              Date: Sat, 04 Mar 2006 00:36:03 -0500
11567              Message-ID: <44092743.4030607@qsl.net>
11568      Branch: perl
11569            ! vms/vms.c
11570 ____________________________________________________________________________
11571 [ 27374] By: merijn                                on 2006/03/04  06:44:10
11572         Log: Subject: Re: [PATCH] include configure.com in Porting/checkcfgvar.pl
11573              From: Abe Timmerman <abe@ztreet.demon.nl>
11574              Date: Fri, 3 Mar 2006 22:56:47 +0100
11575              Message-Id: <200603032256.47170.abe@ztreet.demon.nl>
11576      Branch: perl
11577            ! Porting/checkcfgvar.pl configure.com
11578 ____________________________________________________________________________
11579 [ 27373] By: stevep                                on 2006/03/03  18:40:22
11580         Log: Add d_builtin_choose_expr and d_builtin_expect to configure.com as
11581              'undef'.
11582      Branch: perl
11583            ! configure.com
11584 ____________________________________________________________________________
11585 [ 27372] By: stevep                                on 2006/03/03  18:34:18
11586         Log: Make Win32 configuration changes for HAS_BUILTIN_CHOOSE_EXPR and
11587              HAS_BUILTIN_EXPECT.
11588      Branch: perl
11589            ! win32/config.bc win32/config.gc win32/config.vc
11590            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
11591            ! win32/config_H.vc win32/config_H.vc64
11592 ____________________________________________________________________________
11593 [ 27371] By: stevep                                on 2006/03/03  17:49:01
11594         Log: Subject: [PATCH] include configure.com in Porting/checkcfgvar.pl
11595              From: Abe Timmerman <abe@ztreet.demon.nl>
11596              Date: Fri, 3 Mar 2006 18:43:24 +0100
11597              Message-Id: <200603031843.24250.abe@ztreet.demon.nl>
11598      Branch: perl
11599            ! Porting/checkcfgvar.pl
11600 ____________________________________________________________________________
11601 [ 27370] By: merijn                                on 2006/03/03  16:40:57
11602         Log: Subject: [PATCH] Support for __builtin_expect and __builtin_choose_expr
11603              From: Andy Lester <andy@petdance.com>
11604              Date: Wed, 28 Dec 2005 15:34:08 -0600
11605              Message-ID: <20051228213408.GB26033@petdance.com>
11606      Branch: perl
11607            ! Configure Porting/Glossary config_h.SH perl.h
11608 ____________________________________________________________________________
11609 [ 27368] By: rgs                                   on 2006/03/03  15:45:32
11610         Log: Subject: [PATCH] Re: [perl #38657] -d:Foo=bar broke in 5.8.8
11611              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
11612              Date: Thu, 02 Mar 2006 20:21:26 +0200
11613              Message-ID: <440737A6.4060606@gmail.com>
11614      Branch: perl
11615            ! t/lib/Devel/switchd.pm t/run/switchd.t
11616 ____________________________________________________________________________
11617 [ 27367] By: merijn                                on 2006/03/03  07:35:51
11618         Log: #27363 broke HP-UX (and others). if [[ ... ]] syntax not supported
11619      Branch: perl
11620            ! Configure
11621 ____________________________________________________________________________
11622 [ 27365] By: stevep                                on 2006/03/03  00:18:40
11623         Log: Subject: Re: [PATCH] Re: [perl #38612] Data::Dumper core dump in 5.8.6, fixed by 5.8.7
11624              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
11625              Date: Thu, 02 Mar 2006 22:46:14 +0200
11626              Message-ID: <44075996.1000002@gmail.com>
11627      Branch: perl
11628            ! ext/Data/Dumper/t/bugs.t
11629 ____________________________________________________________________________
11630 [ 27364] By: merijn                                on 2006/03/02  20:14:50
11631         Log: Taint handling for runperl:
11632              - better taint detection (switch -T in command)
11633              - $ENV{PATH} stripping of writeable directories on unix/linux
11634      Branch: perl
11635            ! t/test.pl
11636 ____________________________________________________________________________
11637 [ 27363] By: merijn                                on 2006/03/02  20:07:51
11638         Log: Subject: [perl #38385] _h2ph_pre.ph / $Config{cppsymbols} omits gcc-3.4+ cpp "predefined macros" 
11639              Date: Tue, 31 Jan 2006 09:50:32 -0800
11640              From: Jason Vas Dias (via RT) <perlbug-followup@perl.org>
11641      Branch: perl
11642            ! Configure utils/h2ph.PL
11643 ____________________________________________________________________________
11644 [ 27361] By: rgs                                   on 2006/03/02  09:11:35
11645         Log: Subject: [PATCH] mgvtbl initialization
11646              From: andy@petdance.com (Andy Lester)
11647              Date: Wed, 1 Mar 2006 22:52:20 -0600
11648              Message-ID: <20060302045220.GA15985@petdance.com>
11649      Branch: perl
11650            ! perl.h
11651 ____________________________________________________________________________
11652 [ 27360] By: rgs                                   on 2006/03/02  09:08:30
11653         Log: Subject: [PATCH] Non-null optimizations
11654              From: andy@petdance.com (Andy Lester)
11655              Date: Wed, 1 Mar 2006 22:13:45 -0600
11656              Message-ID: <20060302041345.GA13731@petdance.com>
11657      Branch: perl
11658            ! embed.fnc pod/perlapi.pod proto.h sv.c
11659 ____________________________________________________________________________
11660 [ 27359] By: rgs                                   on 2006/03/01  22:39:24
11661         Log: Don't put strings with embedded NULs in the environment.
11662              This makes things like -d:Foo=bar work again.
11663      Branch: perl
11664            ! perl.c
11665 ____________________________________________________________________________
11666 [ 27358] By: stevep                                on 2006/03/01  20:15:27
11667         Log: Grammar nit in Locale::Maketext::TPJ13.pod, found by Justin Pryzby.
11668      Branch: perl
11669            ! lib/Locale/Maketext/TPJ13.pod
11670 ____________________________________________________________________________
11671 [ 27357] By: stevep                                on 2006/03/01  16:53:49
11672         Log: Upgrade to podlators-2.04
11673      Branch: perl
11674            + lib/Pod/t/filehandle.t
11675            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm
11676 ____________________________________________________________________________
11677 [ 27356] By: stevep                                on 2006/03/01  16:29:37
11678         Log: Upgrade to assertions-0.03
11679      Branch: perl
11680            ! lib/assertions.pm lib/assertions/activate.pm
11681            ! lib/assertions/compat.pm t/comp/assertions.t
11682            ! t/comp/asstcompat.t
11683 ____________________________________________________________________________
11684 [ 27355] By: rgs                                   on 2006/03/01  16:13:56
11685         Log: Subject: [PATCH] a buglet in fakesdio.h
11686              From: Anton Berezin <tobez@tobez.org>
11687              Date: Wed, 1 Mar 2006 16:56:13 +0100
11688              Message-ID: <20060301155613.GA30368@heechee.tobez.org>
11689      Branch: perl
11690            ! fakesdio.h
11691 ____________________________________________________________________________
11692 [ 27354] By: stevep                                on 2006/03/01  16:08:17
11693         Log: Upgrade to CGI.pm-3.17, but continuing the version bump for 
11694              unintegrated changes.
11695      Branch: perl
11696            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Fast.pm
11697 ____________________________________________________________________________
11698 [ 27353] By: rgs                                   on 2006/03/01  09:08:46
11699         Log: Subject: Re: Patch lint for grep { /.../ } and grep /.../,
11700              From: "Joshua ben Jore" <twists@gmail.com>
11701              Date: Wed, 1 Mar 2006 01:14:14 -0600
11702              Message-ID: <dc5c751d0602282314o19c54a3av92d1a3addbc895fb@mail.gmail.com>
11703      Branch: perl
11704            ! ext/B/B/Lint.pm ext/B/t/lint.t
11705 ____________________________________________________________________________
11706 [ 27352] By: steveh                                on 2006/02/28  12:51:55
11707         Log: Silence another VC++ warning
11708              (signed/unsigned mismatch)
11709      Branch: perl
11710            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/src/sha.c
11711 ____________________________________________________________________________
11712 [ 27351] By: steveh                                on 2006/02/28  12:40:06
11713         Log: Silence a VC++ warning with DEBUGGING builds
11714              (signed/unsigned mismatch)
11715      Branch: perl
11716            ! sv.c
11717 ____________________________________________________________________________
11718 [ 27350] By: nicholas                              on 2006/02/27  21:41:58
11719         Log: In Perl_sv_setsv_flags, swap the default in the type based switch to
11720              the "Bizarre copy" failure case.
11721      Branch: perl
11722            ! sv.c
11723 ____________________________________________________________________________
11724 [ 27349] By: nicholas                              on 2006/02/27  21:10:21
11725         Log: Subject: [PATCH] Removed a redundant o->op_type
11726              From: andy@petdance.com (Andy Lester)
11727              Message-ID: <20060227202043.GA7783@petdance.com>
11728              Date: Mon, 27 Feb 2006 14:20:43 -0600
11729      Branch: perl
11730            ! op.c
11731 ____________________________________________________________________________
11732 [ 27348] By: steveh                                on 2006/02/27  17:48:55
11733         Log: Silence a GCC warning
11734              (assignment from incompatible pointer type)
11735      Branch: perl
11736            ! sv.h
11737 ____________________________________________________________________________
11738 [ 27347] By: steveh                                on 2006/02/27  17:24:37
11739         Log: Silence a VC++ warning
11740              (conversion from 'long ' to 'char ', possible loss of data)
11741      Branch: perl
11742            ! sv.c
11743 ____________________________________________________________________________
11744 [ 27346] By: rgs                                   on 2006/02/27  17:00:37
11745         Log: Upgrade to CPAN 1.87
11746      Branch: perl
11747            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
11748            ! lib/CPAN/SIGNATURE lib/CPAN/Tarzip.pm
11749 ____________________________________________________________________________
11750 [ 27345] By: nicholas                              on 2006/02/27  16:13:05
11751         Log: Move all the de-tainting logic for runperl into test.pl.
11752      Branch: perl
11753            ! t/op/utftaint.t t/test.pl
11754 ____________________________________________________________________________
11755 [ 27344] By: rgs                                   on 2006/02/27  15:43:41
11756         Log: Subject: [PATCH] fix up gv.c and gv.h
11757              From: andy@petdance.com (Andy Lester)
11758              Date: Sat, 25 Feb 2006 20:52:16 -0600
11759              Message-ID: <20060226025216.GA12758@petdance.com>
11760      Branch: perl
11761            ! gv.h
11762 ____________________________________________________________________________
11763 [ 27343] By: rgs                                   on 2006/02/27  15:36:46
11764         Log: Subject: [PATCH] PERL_TRACK_MEMPOOL cripples environment after exit()
11765              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
11766              Date: Sun, 26 Feb 2006 20:47:21 +0100
11767              Message-ID: <20060226204721.00be2bff@r2d2>
11768      Branch: perl
11769            ! miniperlmain.c
11770 ____________________________________________________________________________
11771 [ 27342] By: rgs                                   on 2006/02/27  14:45:00
11772         Log: Subject: [patch] dumping tied globs without FILENO method on the debugger fails
11773              From: Salvador Fandino <sfandino@yahoo.com>
11774              Date: Sat, 25 Feb 2006 11:14:20 +0100
11775              Message-ID: <20060225101254.726.qmail@lists.develooper.com>
11776      Branch: perl
11777            ! lib/dumpvar.pl
11778 ____________________________________________________________________________
11779 [ 27341] By: steveh                                on 2006/02/27  14:39:46
11780         Log: Fix op/utftaint.t on Win32 following change #27248
11781              (Don't remove PATH completely because it'll break on Unix if you
11782              have . in the PATH)
11783      Branch: perl
11784            ! t/op/utftaint.t
11785 ____________________________________________________________________________
11786 [ 27340] By: nicholas                              on 2006/02/27  14:19:32
11787         Log: There is now the potential for an upgrade from something without an
11788              offset (PVNV or PVMG) to something with one (PVCV, PVFM). Deal with
11789              this correctly.
11790      Branch: perl
11791            ! sv.c
11792 ____________________________________________________________________________
11793 [ 27339] By: rgs                                   on 2006/02/27  13:40:44
11794         Log: ptr_table_find() is only defined with ithreads
11795      Branch: perl
11796            ! embed.fnc embed.h proto.h sv.c
11797 ____________________________________________________________________________
11798 [ 27338] By: merijn                                on 2006/02/27  13:28:04
11799         Log: Workaround for initialization errors on HP's pre-compiler
11800              Do not ask me to explain. This re-definition works on AIX
11801              and HP-UX. Let's await the smokes.
11802      Branch: perl
11803            ! sv.c
11804 ____________________________________________________________________________
11805 [ 27337] By: steveh                                on 2006/02/27  12:21:14
11806         Log: Fix code-before-declaration error (under VC++) from change #27334
11807      Branch: perl
11808            ! perlio.c
11809 ____________________________________________________________________________
11810 [ 27336] By: nicholas                              on 2006/02/27  12:00:12
11811         Log: Change 27330 failed to decontaminate SvCUR/GvFLAGS when upgrading an
11812              SvPV acting as a prototype placeholder to a full typeglob.
11813      Branch: perl
11814            ! gv.c
11815 ____________________________________________________________________________
11816 [ 27335] By: rgs                                   on 2006/02/27  11:26:58
11817         Log: Subject: Testing hash key stringification
11818              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
11819              Date: Sun, 26 Feb 2006 23:30:01 +0100
11820              Message-Id: <4871E87D-4B59-40A3-A091-A7A3CFA221CF@mailbox.tu-berlin.de>
11821      Branch: perl
11822            ! t/op/hashassign.t
11823 ____________________________________________________________________________
11824 [ 27334] By: rgs                                   on 2006/02/27  11:06:30
11825         Log: Subject: [PATCH] Speedups and shrinkages of SvREFCNT_inc
11826              From: andy@petdance.com (Andy Lester)
11827              Date: Fri, 24 Feb 2006 14:54:35 -0600
11828              Message-ID: <20060224205434.GA17867@petdance.com>
11829      Branch: perl
11830            ! av.c cop.h doio.c doop.c gv.c hv.c mg.c op.c pad.c perl.c
11831            ! perl.h perlio.c pod/perlapi.pod pod/perlintern.pod pp.c
11832            ! pp_ctl.c pp_hot.c pp_sort.c pp_sys.c regcomp.c scope.c sv.c
11833            ! sv.h toke.c
11834 ____________________________________________________________________________
11835 [ 27333] By: rgs                                   on 2006/02/27  10:33:59
11836         Log: Subject: [PATCH] Suppress System V IPC for 64-bit Darwin builds
11837              From: Dominic Dunlop <shouldbedomo@mac.com>
11838              Date: Fri, 24 Feb 2006 17:22:54 +0100
11839              Message-Id: <A685C5DB-23CE-430E-95F1-CC7A9480DDF9@mac.com>
11840      Branch: perl
11841            ! README.macosx hints/darwin.sh
11842 ____________________________________________________________________________
11843 [ 27332] By: rgs                                   on 2006/02/27  10:30:35
11844         Log: Subject: [perl #38633] doc patch: perlfunc "new" section lacks lock and qr 
11845              From: Zsban Ambrus (via RT) <perlbug-followup@perl.org>
11846              Date: Sat, 25 Feb 2006 05:11:03 -0800
11847              Message-ID: <rt-3.0.11-38633-130596.7.22367548359067@perl.org>
11848      Branch: perl
11849            ! pod/perlfunc.pod
11850 ____________________________________________________________________________
11851 [ 27331] By: rgs                                   on 2006/02/27  07:33:53
11852         Log: Fix argument grouping for some macros
11853      Branch: perl
11854            ! gv.h
11855 ____________________________________________________________________________
11856 [ 27330] By: nicholas                              on 2006/02/25  17:16:24
11857         Log: GvFLAGS can be overlaid with SvCUR.
11858      Branch: perl
11859            ! gv.h sv.h
11860 ____________________________________________________________________________
11861 [ 27329] By: nicholas                              on 2006/02/25  16:51:34
11862         Log: Subject: Re: [perl #38619] Bug in lc and uc (interaction between UTF-8, substr, and lc/uc)
11863              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
11864              Date: Sat, 25 Feb 2006 18:16:45 +0900
11865              Message-Id: <20060225180934.FCC3.BQW10602@nifty.com>
11866      Branch: perl
11867            ! pp.c t/op/lc.t
11868 ____________________________________________________________________________
11869 [ 27328] By: nicholas                              on 2006/02/25  16:50:15
11870         Log: Use xpv_len rather than xpv_cur in GVs to store GvASSIGN_GENERATION.
11871              Assert that GVs do not access SvCUR or SvLEN.
11872      Branch: perl
11873            ! gv.h sv.h
11874 ____________________________________________________________________________
11875 [ 27327] By: nicholas                              on 2006/02/25  16:48:46
11876         Log: Abstract the specific use of SvCUR in GVs for detecting variables on
11877              both sides of an assignment using GvASSIGN_GENERATION() and
11878              GvASSIGN_GENERATION_set().
11879      Branch: perl
11880            ! gv.h op.c
11881 ____________________________________________________________________________
11882 [ 27326] By: nicholas                              on 2006/02/25  15:38:25
11883         Log: xgv_stash can be stored as a union with the NV, reducing the size of
11884              PVGVs by another pointer.
11885      Branch: perl
11886            ! av.h cv.h gv.h hv.h sv.h
11887 ____________________________________________________________________________
11888 [ 27325] By: nicholas                              on 2006/02/25  15:11:28
11889         Log: Curiously none of the macros SvIVX, SvUVX or SvNVX are used on
11890              typeglobs.
11891      Branch: perl
11892            ! dump.c ext/Devel/Peek/t/Peek.t sv.h
11893 ____________________________________________________________________________
11894 [ 27324] By: nicholas                              on 2006/02/25  14:50:38
11895         Log: Amazingly, it seems that none of the other GV specific macros are
11896              accessed unless the GV thinks that it is a GV.
11897      Branch: perl
11898            ! gv.h sv.c
11899 ____________________________________________________________________________
11900 [ 27323] By: nicholas                              on 2006/02/25  00:39:30
11901         Log: Store GvGP in the SV head union. For all the common lookups [eg GvCV()]
11902              this avoids 1 pointer dereference and the associated risk of a CPU
11903              cache miss. Although this patch looks deceptively small, I fear its
11904              CBV(*) might be rather high.
11905              (* Crack By Volume)
11906      Branch: perl
11907            ! dump.c ext/Devel/Peek/t/Peek.t gv.c gv.h pp.c pp_hot.c sv.c
11908            ! sv.h
11909 ____________________________________________________________________________
11910 [ 27322] By: nicholas                              on 2006/02/24  23:30:50
11911         Log: With PERL_DONT_CREATE_GVSV, don't need to create a new GvSV in
11912              Perl_save_scalar.
11913      Branch: perl
11914            ! scope.c
11915 ____________________________________________________________________________
11916 [ 27321] By: nicholas                              on 2006/02/24  22:43:14
11917         Log: Given that SvPV on a typeglob is now irrelevant, really we only need
11918              to store the GvGP.
11919      Branch: perl
11920            ! scope.c
11921 ____________________________________________________________________________
11922 [ 27320] By: nicholas                              on 2006/02/24  21:42:33
11923         Log: Given that Perl_gp_free() is refcount-dec-and-maybe-free for the glob
11924              pointer, it's inconsistent that it only sets this GV's GvGP to 0 if
11925              this GV happened to have the last reference. Why should this GV care if
11926              it had the last reference? So always set it to 0. It's free. Gone.
11927      Branch: perl
11928            ! gv.c
11929 ____________________________________________________________________________
11930 [ 27319] By: nicholas                              on 2006/02/24  19:32:11
11931         Log: Avoid special case SvMAGIC macros just to cope with Perl_sv_unmagic.
11932      Branch: perl
11933            ! sv.c sv.h
11934 ____________________________________________________________________________
11935 [ 27313] By: nicholas                              on 2006/02/24  14:19:37
11936         Log: Use PVMGs rather than PVGVs to store the names of our variables in the
11937              pad.
11938      Branch: perl
11939            ! pad.c sv.c sv.h
11940 ____________________________________________________________________________
11941 [ 27312] By: nicholas                              on 2006/02/24  13:59:57
11942         Log: Store the stash for our in the magic slot. This will allow us to use
11943              PVMGs in pad names where previously PVGVs were used. In turn, this
11944              gives much greater flexibility for the layout of PVGVs.
11945      Branch: perl
11946            ! av.h cv.h hv.h pad.c sv.c sv.h
11947 ____________________________________________________________________________
11948 [ 27311] By: stevep                                on 2006/02/24  13:55:23
11949         Log: Upgrade to CPAN-1.86
11950      Branch: perl
11951            ! lib/CPAN.pm lib/CPAN/SIGNATURE
11952 ____________________________________________________________________________
11953 [ 27309] By: rgs                                   on 2006/02/24  12:52:01
11954         Log: Skip unportable test on VMS
11955      Branch: perl
11956            ! t/comp/opsubs.t
11957 ____________________________________________________________________________
11958 [ 27307] By: nicholas                              on 2006/02/24  11:52:53
11959         Log: Assert that GvSTASH is only called on PVGVs and PVLVs.
11960      Branch: perl
11961            ! gv.h
11962 ____________________________________________________________________________
11963 [ 27306] By: nicholas                              on 2006/02/24  11:52:28
11964         Log: Replace usage of GvSTASH for storing the stash of C<our> with
11965              OURSTASH. Set the stash with OURSTASH_SET.
11966      Branch: perl
11967            ! pad.c pad.h sv.h
11968 ____________________________________________________________________________
11969 [ 27304] By: nicholas                              on 2006/02/24  11:21:06
11970         Log: assert that SvMAGIC is never non-NULL for any PVMG used as a pad name.
11971      Branch: perl
11972            ! sv.h
11973 ____________________________________________________________________________
11974 [ 27302] By: nicholas                              on 2006/02/24  10:56:00
11975         Log: Redo previous sv.h change.
11976      Branch: perl
11977            ! sv.h
11978 ____________________________________________________________________________
11979 [ 27301] By: stevep                                on 2006/02/24  10:54:14
11980         Log: Subject: [PATCH] Perl_save_aelem can't be const
11981              From: Andy Lester <andy@petdance.com>
11982              Date: Thu, 23 Feb 2006 22:53:40 -0600
11983              Message-ID: <20060224045340.GA6318@petdance.com>
11984      Branch: perl
11985            ! embed.fnc proto.h scope.c
11986 ____________________________________________________________________________
11987 [ 27300] By: stevep                                on 2006/02/24  10:41:53
11988         Log: Subject: [PATCH] unused context warnings
11989              From: andy@petdance.com (Andy Lester)
11990              Date: Tue, 21 Feb 2006 00:27:11 -0600
11991              Message-ID: <20060221062711.GA16160@petdance.com>
11992      Branch: perl
11993            ! deb.c embed.pl hv.c locale.c mathoms.c mg.c miniperlmain.c
11994            ! numeric.c op.c perl.c perl.h perlapi.c perlio.c pp_ctl.c
11995            ! regcomp.c scope.c sv.c toke.c universal.c utf8.c util.c
11996 ____________________________________________________________________________
11997 [ 27297] By: nicholas                              on 2006/02/24  10:29:48
11998         Log: As SVs can't both be in a pad, and the name of a variable in the pad,
11999              overlay SVs_PADTMP with SVpad_TYPED and SVs_PADMY with SVpad_OUR.
12000      Branch: perl
12001            ! pad.h
12002 ____________________________________________________________________________
12003 [ 27296] By: stevep                                on 2006/02/24  02:56:02
12004         Log: Revert change #27295, which I thought fixed builds on Win32.
12005              Instead remove &PL_vtbl_glob from globvar.sym.
12006      Branch: perl
12007            ! XSUB.h globvar.sym
12008 ____________________________________________________________________________
12009 [ 27295] By: stevep                                on 2006/02/24  02:02:14
12010         Log: Last instance of PL_vtbl_glob removed.  It was missed change #27289.
12011      Branch: perl
12012            ! XSUB.h
12013 ____________________________________________________________________________
12014 [ 27294] By: nicholas                              on 2006/02/23  23:45:39
12015         Log: Replace direct flags tests & manipulations for SVpad_TYPED and
12016              SVpad_OUR with macros SvPAD_TYPED(), SvPAD_OUR() etc, to abstract
12017              away the flags bits acutally used to store this information.
12018      Branch: perl
12019            ! XSUB.h dump.c op.c pad.c pad.h pp.c sv.c sv.h toke.c
12020 ____________________________________________________________________________
12021 [ 27293] By: nicholas                              on 2006/02/23  22:17:07
12022         Log: Document a sixth use for SVf_FAKE
12023      Branch: perl
12024            ! sv.h
12025 ____________________________________________________________________________
12026 [ 27292] By: nicholas                              on 2006/02/23  20:28:34
12027         Log: We have sufficient spare bits to store the SV type in body_details,
12028              so add a small sanity check to ensure that we have the array in the
12029              correct order.
12030      Branch: perl
12031            ! sv.c
12032 ____________________________________________________________________________
12033 [ 27291] By: nicholas                              on 2006/02/23  19:40:23
12034         Log: Shrink struct body_details and hence sv.o slightly further by using
12035              bitfields.
12036      Branch: perl
12037            ! sv.c
12038 ____________________________________________________________________________
12039 [ 27290] By: nicholas                              on 2006/02/23  19:15:48
12040         Log: Using U8 rather than size type shrinks the body_details table.
12041      Branch: perl
12042            ! sv.c
12043 ____________________________________________________________________________
12044 [ 27289] By: nicholas                              on 2006/02/23  18:00:19
12045         Log: Remove set magic from typeglobs. Remove typeglob magic entirely.
12046              Typeglobs now never access the SvPVX, SvIVX or SvNVX when holding a
12047              valid GvGP().
12048      Branch: perl
12049            ! dump.c ext/Devel/Peek/t/Peek.t gv.c perl.h pod/perlguts.pod
12050            ! sv.c util.c
12051 ____________________________________________________________________________
12052 [ 27288] By: nicholas                              on 2006/02/23  17:45:55
12053         Log: In XS_attributes__guess_stash, attempting to call Gv* on a PVMG is
12054              bad and wrong.
12055      Branch: perl
12056            ! xsutils.c
12057 ____________________________________________________________________________
12058 [ 27287] By: stevep                                on 2006/02/23  17:42:09
12059         Log: Add test for RT #2166: foreach spuriously autovivifies
12060      Branch: perl
12061            ! t/cmd/for.t
12062 ____________________________________________________________________________
12063 [ 27286] By: stevep                                on 2006/02/23  16:24:19
12064         Log: Converted t/op/pos.t to use test.pl and added TODO test for 
12065              RT #1716 - search position reset after 'local' save/restore
12066      Branch: perl
12067            ! t/op/pos.t
12068 ____________________________________________________________________________
12069 [ 27283] By: rgs                                   on 2006/02/23  14:07:13
12070         Log: Subject: [PATCH] Implement ${^WIN32_SLOPPY_STAT}
12071              From: "Jan Dubois" <jand@ActiveState.com>
12072              Date: Tue, 21 Feb 2006 12:36:31 -0800
12073              Message-ID: <019601c63726$7fcca200$6062a8c0@candy>
12074      Branch: perl
12075            ! win32/win32.c
12076 ____________________________________________________________________________
12077 [ 27282] By: nicholas                              on 2006/02/23  13:42:29
12078         Log: Recalculate dstr in Perl_sv_setsv_flags, as dstr may have been upgraded.
12079      Branch: perl
12080            ! sv.c
12081 ____________________________________________________________________________
12082 [ 27279] By: nicholas                              on 2006/02/23  13:07:54
12083         Log: Remove un-needed case in Perl_sv_setsv_flags (sv_upgrade will cover
12084              this one for us).
12085      Branch: perl
12086            ! sv.c
12087 ____________________________________________________________________________
12088 [ 27278] By: nicholas                              on 2006/02/23  11:11:12
12089         Log: Remove get magic from typeglobs. This means that PVGVs holding
12090              typeglobs never need to use SvPVX. This comes at price - typeglobs
12091              were using magic get for their stringificiation, and to pass SvOK(),
12092              so need to make typeglobs SvOK by default (by sucking SVp_SCREAM into
12093              SVf_OK - it's the only flag left), tweak SvSCREAM() to also check
12094              SVp_POK, and teach sv_2[inpu]v how to convert globs.
12095              However, it should free up SvPVX for the next part of the plan to
12096              pointer indirections, and therefore CPU cache pressure.
12097      Branch: perl
12098            ! embed.fnc embed.h ext/Devel/Peek/t/Peek.t gv.c mg.c perl.h
12099            ! proto.h sv.c sv.h
12100 ____________________________________________________________________________
12101 [ 27276] By: nicholas                              on 2006/02/23  00:29:04
12102         Log: Fix the copy sizes for PVFM and PVCV back to sanity.
12103      Branch: perl
12104            ! sv.c
12105 ____________________________________________________________________________
12106 [ 27274] By: nicholas                              on 2006/02/22  23:43:10
12107         Log: Fix typos and a missing bracket.
12108      Branch: perl
12109            ! pp.c t/op/studytied.t
12110 ____________________________________________________________________________
12111 [ 27273] By: nicholas                              on 2006/02/22  22:30:19
12112         Log: Avoid C<study>ing any strings that might change underneath us, such
12113              as tied scalars and scalars with overloaded stringification.
12114      Branch: perl
12115            ! pp.c t/op/studytied.t
12116 ____________________________________________________________________________
12117 [ 27272] By: rgs                                   on 2006/02/22  22:09:41
12118         Log: Mark some new study tests as TODO
12119      Branch: perl
12120            ! t/op/studytied.t
12121 ____________________________________________________________________________
12122 [ 27271] By: rgs                                   on 2006/02/22  21:04:33
12123         Log: Add a test for study() on tied scalars, by Andy Lester after
12124              Rick Delaney
12125      Branch: perl
12126            + t/op/studytied.t
12127            ! MANIFEST
12128 ____________________________________________________________________________
12129 [ 27270] By: rgs                                   on 2006/02/22  20:28:41
12130         Log: Turn on match string copying when /e flag is set on a substitution.
12131              
12132              Subject: [PATCH] dodge a valgrind error (for maint or blead)
12133              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
12134              Date: Feb 22, 2006 8:16 PM
12135              Message-ID: <43FCB896.7060106@gmail.com>
12136      Branch: perl
12137            ! pp_hot.c
12138 ____________________________________________________________________________
12139 [ 27269] By: nicholas                              on 2006/02/22  18:21:30
12140         Log: sv_dump should report the PV for PVGVs, as it can get set.
12141              (Typeglobs stringify via a call to GET magic, which uses the PV slot.)
12142      Branch: perl
12143            ! dump.c ext/Devel/Peek/t/Peek.t
12144 ____________________________________________________________________________
12145 [ 27268] By: nicholas                              on 2006/02/22  16:50:25
12146         Log: Test warnings for converting globs to other forms.
12147      Branch: perl
12148            ! t/op/gv.t
12149 ____________________________________________________________________________
12150 [ 27267] By: nicholas                              on 2006/02/22  00:23:49
12151         Log: Change 24643 made the mistake of assuming that CvCONST can only be true
12152              on XSUBs. Somehow it can also end up on perl subs. Bug spotted by and
12153              test case from Marcus Holland-Moritz.
12154      Branch: perl
12155            ! sv.c t/op/threads.t
12156 ____________________________________________________________________________
12157 [ 27265] By: nicholas                              on 2006/02/21  20:09:25
12158         Log: Can merge the two arms of Perl_magic_getglob to save space.
12159      Branch: perl
12160            ! mg.c
12161 ____________________________________________________________________________
12162 [ 27264] By: nicholas                              on 2006/02/21  19:04:39
12163         Log: Reorder the SV flags so that SVp_?OK and SVf_?OK occupy 8 contiguous
12164              bits (0x0000XX00). This makes perl 3K smaller with -Os on x86 FreeBSD,
12165              and might also help on other architectures (eg with 8 contiguous bits,
12166              the SvOK() test on ARM won't need an intermediate constant).
12167      Branch: perl
12168            ! sv.h
12169 ____________________________________________________________________________
12170 [ 27263] By: stevep                                on 2006/02/21  18:44:21
12171         Log: Additional hints needed to build threaded Perls on NetBSD.
12172      Branch: perl
12173            ! hints/netbsd.sh
12174 ____________________________________________________________________________
12175 [ 27262] By: nicholas                              on 2006/02/21  18:00:57
12176         Log: PL_body_arenas should be set to NULL when the interpreter is cleared.
12177      Branch: perl
12178            ! sv.c
12179 ____________________________________________________________________________
12180 [ 27261] By: nicholas                              on 2006/02/21  16:28:02
12181         Log: Teach B about CVf_ISXSUB
12182      Branch: perl
12183            ! ext/B/defsubs_h.PL ext/B/t/concise-xs.t
12184 ____________________________________________________________________________
12185 [ 27260] By: nicholas                              on 2006/02/21  16:12:37
12186         Log: Goodbye PERL_XSUB_OLDSTYLE.
12187      Branch: perl
12188            ! cv.h ext/B/defsubs_h.PL ext/B/t/concise-xs.t
12189            ! ext/Devel/Peek/t/Peek.t pp_ctl.c pp_hot.c
12190 ____________________________________________________________________________
12191 [ 27259] By: nicholas                              on 2006/02/21  15:40:04
12192         Log: Re-order the definitions of the private bits in SvFLAGS by value, so
12193              that we can see where we're already double-booked.
12194      Branch: perl
12195            ! sv.h
12196 ____________________________________________________________________________
12197 [ 27258] By: nicholas                              on 2006/02/21  15:23:21
12198         Log: Document the many uses of SVf_FAKE.
12199      Branch: perl
12200            ! sv.h
12201 ____________________________________________________________________________
12202 [ 27257] By: stevep                                on 2006/02/21  15:18:58
12203         Log: Add tests for the previously untested Hash::Util::all_keys().
12204      Branch: perl
12205            ! ext/Hash/Util/t/Util.t
12206 ____________________________________________________________________________
12207 [ 27256] By: stevep                                on 2006/02/21  00:43:43
12208         Log: $ExtUtils::MM_Unix::VERSION needs to stay numeric to avoid test
12209              warnings.
12210      Branch: perl
12211            ! lib/ExtUtils/MM_Unix.pm
12212 ____________________________________________________________________________
12213 [ 27255] By: stevep                                on 2006/02/21  00:40:23
12214         Log: Subject: Patches: B, CGI, ExtUtils::MM_Unix
12215              From: "Joshua ben Jore" <twists@gmail.com>
12216              Date: Sun, 19 Feb 2006 02:58:10 -0600
12217              Message-ID: <dc5c751d0602190058t78d915fv78c6318370307b63@mail.gmail.com>
12218      Branch: perl
12219            ! AUTHORS lib/CGI.pm
12220 ____________________________________________________________________________
12221 [ 27254] By: stevep                                on 2006/02/21  00:02:46
12222         Log: Subject: Re: Patches: B, CGI, ExtUtils::MM_Unix
12223              From: "Joshua ben Jore" <twists@gmail.com>
12224              Date: Mon, 20 Feb 2006 09:50:15 -0600
12225              Message-ID: <dc5c751d0602200750j21447031m86ea670b04ac27ed@mail.gmail.com>
12226              
12227              Includes changes to increment test count in ext/B/t/concise-xs.t and
12228              uses "no warnings 'once';" in ext/B/t/b.t rather than kludging to 
12229              avoid the warning.
12230      Branch: perl
12231            ! ext/B/B.pm ext/B/B.xs ext/B/t/b.t ext/B/t/concise-xs.t
12232 ____________________________________________________________________________
12233 [ 27252] By: stevep                                on 2006/02/20  23:01:41
12234         Log: Subject: [PATCH] op/magic failure on cygwin after 1.5.19-4
12235              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
12236              Date: Mon, 20 Feb 2006 11:09:33 -0800
12237              Message-ID: <20060220190933.GA1316@efn.org>
12238      Branch: perl
12239            ! t/op/magic.t
12240 ____________________________________________________________________________
12241 [ 27251] By: nicholas                              on 2006/02/20  20:32:09
12242         Log: Steal code from maint, and use PERL_ARENA_ROOTS_SIZE to size the arena
12243              arrays, rather than SVt_LAST, so that SVt_LAST can truthfully remain
12244              the number of genuine SV types, unclouded by implementation details.
12245      Branch: perl
12246            ! intrpvar.h sv.c sv.h
12247 ____________________________________________________________________________
12248 [ 27250] By: rgs                                   on 2006/02/20  20:03:37
12249         Log: Subject: [PATCH] Make SDBM_File work with -Duse64bitall on Darwin (Mac OS X)
12250              From: Dominic Dunlop <shouldbedomo@mac.com>
12251              Date: Feb 20, 2006 1:46 PM
12252              Message-Id: <B699DDDE-EC4E-495D-AFF5-3D7399332A24@mac.com>
12253      Branch: perl
12254            ! ext/SDBM_File/Makefile.PL hints/darwin.sh
12255 ____________________________________________________________________________
12256 [ 27249] By: nicholas                              on 2006/02/20  19:00:22
12257         Log: PVCVs don't need XNVs either.
12258              (And actually remove xcv_depth)
12259              (And fix the copy lengths in bodies_by_type)
12260      Branch: perl
12261            ! cv.h dump.c ext/B/B/Bytecode.pm ext/Devel/Peek/t/Peek.t sv.c
12262 ____________________________________________________________________________
12263 [ 27248] By: rgs                                   on 2006/02/20  17:59:42
12264         Log: Subject: [PATCH] Trouble with $ENV{CDPATH} after change #27236
12265              From: Dominic Dunlop <shouldbedomo@mac.com>
12266              Date: Feb 20, 2006 2:49 PM
12267              Message-Id: <6393FA5A-6B84-46E9-A557-DED3BB0AD7EE@mac.com>
12268      Branch: perl
12269            ! t/op/utftaint.t
12270 ____________________________________________________________________________
12271 [ 27247] By: nicholas                              on 2006/02/20  17:48:21
12272         Log: PVFMs don't need CvDEPTH, and PVCVs don't use SvIVX, so moving
12273              xcv_depth into the IV union saves 4(ish) bytes per CV and format.
12274              "ish" because it was a long, but has been changed to I32 (along with
12275              the corresponding field in struct block_sub) so as not to enlarge the
12276              IV union on platforms where sizeof(long) > sizeof(IV), or struct
12277              block_sub where sizeof(long) > sizeof(I32)
12278      Branch: perl
12279            ! cop.h cv.h dump.c ext/B/B/Bytecode.pm ext/Devel/Peek/t/Peek.t
12280            ! op.c sv.c sv.h
12281 ____________________________________________________________________________
12282 [ 27245] By: nicholas                              on 2006/02/20  14:01:59
12283         Log: Fix sv_dump to dump formats without the (non-existent) NVX.
12284      Branch: perl
12285            ! dump.c
12286 ____________________________________________________________________________
12287 [ 27244] By: nicholas                              on 2006/02/20  13:42:47
12288         Log: xcv_root and xcv_xsub can also be merged into a union, providing a new
12289              flag is added to denote whether the PVCV is perl or XSUB.
12290      Branch: perl
12291            ! cv.h dump.c ext/B/B.xs ext/Devel/Peek/t/Peek.t op.c sv.c sv.h
12292 ____________________________________________________________________________
12293 [ 27243] By: nicholas                              on 2006/02/20  11:54:38
12294         Log: xcv_start and xcv_xsubany can be merged into a union, as they are never
12295              both needed.
12296      Branch: perl
12297            ! cv.h dump.c ext/B/B.xs ext/Devel/Peek/t/Peek.t sv.h
12298 ____________________________________________________________________________
12299 [ 27242] By: nicholas                              on 2006/02/20  11:54:03
12300         Log: Need to clear CvXSUBANY() too to turn a constant sub into a prototype.
12301      Branch: perl
12302            ! lib/ExtUtils/Constant/ProxySubs.pm
12303 ____________________________________________________________________________
12304 [ 27241] By: nicholas                              on 2006/02/20  10:40:59
12305         Log: Add a new CvISXSUB() macro, for abstracting the test as to whether a
12306              PVCV is perl or XS.
12307      Branch: perl
12308            ! cv.h dump.c ext/Devel/Peek/Peek.xs gv.c op.c pad.c pp_ctl.c
12309            ! pp_hot.c pp_sort.c sv.c
12310 ____________________________________________________________________________
12311 [ 27240] By: nicholas                              on 2006/02/20  10:10:11
12312         Log: Abolish BROKEN_UNION_INIT in B::C, as it works around problems in
12313              pre-ANSI C compilers, but pays in code duplication.
12314      Branch: perl
12315            ! cv.h ext/B/B/C.pm
12316 ____________________________________________________________________________
12317 [ 27239] By: rgs                                   on 2006/02/20  09:31:03
12318         Log: Subject: patch@27236 vms glob/readdir/chdir EFS/long filename support
12319              From: John E. Malmberg <wb8tyw@qsl.net>
12320              Date: Feb 20, 2006 3:43 AM
12321              Message-ID: <43F92CE6.5040704@qsl.net>
12322      Branch: perl
12323            ! doio.c t/io/fs.t vms/vms.c
12324 ____________________________________________________________________________
12325 [ 27238] By: rgs                                   on 2006/02/20  09:26:15
12326         Log: More NullXXX macro removal from Andy Lester
12327      Branch: perl
12328            ! cop.h deb.c doio.c doop.c hv.c intrpvar.h mg.h pad.c pad.h
12329            ! perl.c pp_ctl.c pp_hot.c pp_sys.c scope.c sv.c toke.c
12330            ! universal.c util.c
12331 ____________________________________________________________________________
12332 [ 27237] By: rgs                                   on 2006/02/20  08:54:22
12333         Log: Yitzchak points out that the perldiag entry for "Integer overflow in
12334              division" is no longer useful.
12335      Branch: perl
12336            ! pod/perldiag.pod
12337 ____________________________________________________________________________
12338 [ 27236] By: nicholas                              on 2006/02/20  00:36:34
12339         Log: utftaint.t won't be able to run tests with -T if you have
12340              Insecure directory in $ENV{PATH}
12341              so skip them. (Probably this means you have . in your PATH)
12342      Branch: perl
12343            ! t/op/utftaint.t
12344 ____________________________________________________________________________
12345 [ 27235] By: nicholas                              on 2006/02/20  00:21:09
12346         Log: Remove the last (U16) cast for CV depths, missed by change 17835.
12347      Branch: perl
12348            ! pp_ctl.c
12349 ____________________________________________________________________________
12350 [ 27234] By: nicholas                              on 2006/02/20  00:02:53
12351         Log: Re-order CV flags to bring the 4 CVf_BUILTIN_ATTRS into adjacent bits,
12352              and make other flag bits that are paired in the code adjacent.
12353              Will produce tighter code on ARM; might help on other platforms too.
12354      Branch: perl
12355            ! cv.h ext/Devel/Peek/t/Peek.t
12356 ____________________________________________________________________________
12357 [ 27233] By: nicholas                              on 2006/02/19  23:59:52
12358         Log: Ministry of Truth removes typo in description of Change 26166.
12359              Change 26166 was correct from the start.
12360              Nothing to see. Move along.
12361              We thank Big Brother for raising the chocolate ration to 20g per week.
12362      Branch: perl
12363            ! Changes
12364 ____________________________________________________________________________
12365 [ 27231] By: nicholas                              on 2006/02/19  22:35:24
12366         Log: Shave sizeof(NV) bytes from formats, by using the same offset
12367              manoeuvre as PVs, PVIVs, PVAVs and PVHVs.
12368      Branch: perl
12369            ! sv.c sv.h
12370 ____________________________________________________________________________
12371 [ 27230] By: nicholas                              on 2006/02/19  20:30:24
12372         Log: AVs and HVs don't have IVXs or NVXs, so assert this too.
12373      Branch: perl
12374            ! sv.h
12375 ____________________________________________________________________________
12376 [ 27229] By: nicholas                              on 2006/02/19  20:10:34
12377         Log: Under -DDEBUGGING, assert that SvIVX, SvUVX and SvNVX aren't being
12378              used on scalars that don't have the memory allocated. Correct
12379              SvSTASH and SvMAGIC to only evaluate the sv argument once.
12380      Branch: perl
12381            ! sv.h
12382 ____________________________________________________________________________
12383 [ 27228] By: nicholas                              on 2006/02/19  18:57:35
12384         Log: To make arithmetic on tainted dualvars work properly requires that
12385              sv_2nv uses SvIVX in preference to SvPVX, if SVp_IOK is true.
12386      Branch: perl
12387            ! sv.c t/op/taint.t
12388 ____________________________________________________________________________
12389 [ 27227] By: nicholas                              on 2006/02/19  12:14:15
12390         Log: SvROK(sv) will never be true when SvIOKp() or SvNOKp() is true, so the
12391              code inside the if() test in sv_2pv_flags is dead and can be removed.
12392      Branch: perl
12393            ! sv.c
12394 ____________________________________________________________________________
12395 [ 27223] By: rgs                                   on 2006/02/18  20:13:51
12396         Log: As Anno Siegel points out, mtime/ctime test should be skipped
12397              on OS X on HFS+.
12398      Branch: perl
12399            ! t/op/stat.t
12400 ____________________________________________________________________________
12401 [ 27222] By: nicholas                              on 2006/02/18  19:01:48
12402         Log: save_re_context() and even errsv_save = newSVsv(ERRSV); can turn
12403              PL_tainted back on, so defer turning if off as late as possible.
12404              This gets lib/locale.t working once more.
12405      Branch: perl
12406            ! utf8.c
12407 ____________________________________________________________________________
12408 [ 27221] By: nicholas                              on 2006/02/18  18:23:43
12409         Log: Turn of tainting locally inside swash_init(), as the internal
12410              implementation of the regexp engine has nothing to do with user data,
12411              so when and where it happens to call require is agnostic of the current
12412              expression's taintedness.
12413      Branch: perl
12414            ! t/op/utftaint.t utf8.c
12415 ____________________________________________________________________________
12416 [ 27220] By: nicholas                              on 2006/02/18  18:22:13
12417         Log: Assume that if runperl is called under tainting, that the caller really
12418              really wanted to run perl, so brute force untaint everything.
12419      Branch: perl
12420            ! t/test.pl
12421 ____________________________________________________________________________
12422 [ 27219] By: nicholas                              on 2006/02/18  17:38:38
12423         Log: Convert utftaint.t to test.pl (from Test.pm) and provide it with
12424              tainted() from taint.t to remove the dependency on Scalar::Util.
12425              (So it will now work with miniperl)
12426      Branch: perl
12427            ! t/op/utftaint.t
12428 ____________________________________________________________________________
12429 [ 27218] By: stevep                                on 2006/02/18  12:58:49
12430         Log: Upgrade to Digest-SHA-5.34.
12431      Branch: perl
12432            ! ext/Digest/SHA/Changes ext/Digest/SHA/README
12433            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/bin/shasum
12434            ! ext/Digest/SHA/ppport.h ext/Digest/SHA/src/hmac.c
12435            ! ext/Digest/SHA/src/hmac.h ext/Digest/SHA/src/sha.c
12436            ! ext/Digest/SHA/src/sha.h ext/Digest/SHA/t/0-pod-coverage.t
12437            ! ext/Digest/SHA/t/0-pod.t ext/Digest/SHA/t/1-exist.t
12438            ! ext/Digest/SHA/t/1-hello-world.t
12439            ! ext/Digest/SHA/t/2-nist-sha-1.t
12440            ! ext/Digest/SHA/t/2-nist-sha-224.t
12441            ! ext/Digest/SHA/t/2-nist-sha-256.t
12442            ! ext/Digest/SHA/t/2-nist-sha-384.t
12443            ! ext/Digest/SHA/t/2-nist-sha-512.t
12444            ! ext/Digest/SHA/t/2-nist-sha-base64.t
12445            ! ext/Digest/SHA/t/2-nist-sha-oo.t
12446            ! ext/Digest/SHA/t/2-nist-vectors-bit.t
12447            ! ext/Digest/SHA/t/2-nist-vectors-byte.t
12448            ! ext/Digest/SHA/t/3-gillogly-easy.t
12449            ! ext/Digest/SHA/t/3-gillogly-hard.t
12450            ! ext/Digest/SHA/t/4-bitstr-increasing.t
12451            ! ext/Digest/SHA/t/4-bitstr-large.t
12452            ! ext/Digest/SHA/t/4-bitstr-random.t
12453            ! ext/Digest/SHA/t/5-hmac-fips198.t
12454            ! ext/Digest/SHA/t/5-hmac-rfc2202.t
12455            ! ext/Digest/SHA/t/5-hmac-sha-256.t
12456            ! ext/Digest/SHA/t/5-hmac-woodbury.t
12457            ! ext/Digest/SHA/t/6-dump-load.t ext/Digest/SHA/t/7-ireland.t
12458 ____________________________________________________________________________
12459 [ 27215] By: nicholas                              on 2006/02/18  00:11:07
12460         Log: Subject: arena-rework : consolidated patch
12461              From: Jim Cromie <jim.cromie@gmail.com>
12462              Message-ID: <43F0F649.9040205@gmail.com>
12463              Date: Mon, 13 Feb 2006 14:12:41 -0700
12464              
12465              Tweaked somewhat to split the arena boolean from the arena_size,
12466              and with the PTE still doubling-up with one of the SV types in the
12467              array.
12468      Branch: perl
12469            ! embed.fnc embed.h hv.c perl.h pod/perlapi.pod proto.h sv.c
12470            ! sv.h
12471 ____________________________________________________________________________
12472 [ 27214] By: nicholas                              on 2006/02/17  23:26:58
12473         Log: Subject: Re: Smoke [5.9.4] 27195 FAIL(m) irix 6.2 (IP22/1 cpu)
12474              From: Abe Timmerman <abe@ztreet.demon.nl>
12475              Message-Id: <200602172358.23977.abe@ztreet.demon.nl>
12476              Date: Fri, 17 Feb 2006 23:58:23 +0100
12477      Branch: perl
12478            ! Makefile.SH
12479 ____________________________________________________________________________
12480 [ 27213] By: nicholas                              on 2006/02/17  22:40:31
12481         Log: The two whitespace changes from
12482              
12483              Subject: arena-rework : consolidated patch
12484              From: Jim Cromie <jim.cromie@gmail.com>
12485              Message-ID: <43F0F649.9040205@gmail.com>
12486              Date: Mon, 13 Feb 2006 14:12:41 -0700
12487      Branch: perl
12488            ! sv.c
12489 ____________________________________________________________________________
12490 [ 27212] By: gisle                                 on 2006/02/17  21:21:05
12491         Log: Don't add -fPIC if already present.
12492              
12493              Subject: [PATCH] 5.8.8: Debian patches
12494              From: "Brendan O'Dea" <bod@debian.org>
12495              Date: Sat, 11 Feb 2006 00:37:15 +1100
12496              Message-ID: <20060210133715.GA6826@londo.c47.org>
12497      Branch: perl
12498            ! hints/linux.sh
12499 ____________________________________________________________________________
12500 [ 27211] By: gisle                                 on 2006/02/17  21:19:03
12501         Log: Fix precedence.
12502              
12503              Subject: [PATCH] 5.8.8: Debian patches
12504              From: "Brendan O'Dea" <bod@debian.org>
12505              Date: Sat, 11 Feb 2006 00:37:15 +1100
12506              Message-ID: <20060210133715.GA6826@londo.c47.org>
12507      Branch: perl
12508            ! lib/Net/NNTP.pm
12509 ____________________________________________________________________________
12510 [ 27210] By: gisle                                 on 2006/02/17  20:54:46
12511         Log: Fix quote typo.
12512              
12513              Subject: [PATCH] 5.8.8: Debian patches
12514              From: "Brendan O'Dea" <bod@debian.org>
12515              Date: Sat, 11 Feb 2006 00:37:15 +1100
12516              Message-ID: <20060210133715.GA6826@londo.c47.org>
12517      Branch: perl
12518            ! utils/c2ph.PL
12519 ____________________________________________________________________________
12520 [ 27209] By: rgs                                   on 2006/02/17  15:48:59
12521         Log: In TODO: make encoding.pm lexical ?
12522      Branch: perl
12523            ! pod/perltodo.pod
12524 ____________________________________________________________________________
12525 [ 27208] By: rgs                                   on 2006/02/17  15:09:11
12526         Log: Subject: [PATCH] cleaning up perly.c
12527              From: andy@petdance.com (Andy Lester)
12528              Date: Sun, 12 Feb 2006 23:04:56 -0600
12529              Message-ID: <20060213050455.GA27993@petdance.com>
12530      Branch: perl
12531            ! perly.c
12532 ____________________________________________________________________________
12533 [ 27207] By: rgs                                   on 2006/02/17  14:27:22
12534         Log: Subject: Re: Perl_sighandler voodoo (was Re: Smoke [5.8.7] 26127 FAIL(XF) MSWin32 WinXP/.Net SP2 (x86/2 cpu))
12535              From: Robin Houston <robin@cpan.org>
12536              Date: Sun, 27 Nov 2005 00:43:13 +0000
12537              Message-ID: <20051127004313.GA7007@rpc142.cs.man.ac.uk>
12538              
12539              Simplification of the code in my_exit_jump() that unwinds context
12540              stacks
12541      Branch: perl
12542            ! perl.c
12543 ____________________________________________________________________________
12544 [ 27205] By: rgs                                   on 2006/02/17  08:50:27
12545         Log: Subject: Re: [perl #38485] use integer; 0x80000000/-1; # coredump
12546              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
12547              Date: Mon, 13 Feb 2006 01:39:25 -0800
12548              Message-ID: <20060213093925.GA3476@efn.org>
12549      Branch: perl
12550            ! lib/integer.t pp.c
12551 ____________________________________________________________________________
12552 [ 27204] By: rgs                                   on 2006/02/16  14:44:10
12553         Log: Subject: Re: how to build with -DPERL_MEM_LOG ?
12554              From: Andy Dougherty <doughera@lafayette.edu>
12555              Date: Fri, 3 Feb 2006 11:55:58 -0500 (EST)
12556              Message-ID: <Pine.SOC.4.62.0602031129530.9630@maxwell.phys.lafayette.edu>
12557      Branch: perl
12558            ! x2p/a2p.h
12559 ____________________________________________________________________________
12560 [ 27203] By: rgs                                   on 2006/02/16  14:15:53
12561         Log: Subject: Problem compiling swigged c++ code with 5.8.8
12562              From: Merijn Broeren <merijnb@iloquent.com>
12563              Date: Wed, 15 Feb 2006 13:51:49 +0100
12564              Message-ID: <20060215125148.GA12535@brugman.iloquent.nl>
12565      Branch: perl
12566            ! XSUB.h perl.h
12567 ____________________________________________________________________________
12568 [ 27202] By: stevep                                on 2006/02/16  12:54:08
12569         Log: Upgrade to CGI-3.16, with version bump on CGI.pm for documentation
12570              fixes not yet integrated.
12571      Branch: perl
12572            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Changes lib/CGI/Cookie.pm
12573            ! lib/CGI/Fast.pm lib/CGI/t/cookie.t lib/CGI/t/function.t
12574            ! lib/CGI/t/html.t
12575 ____________________________________________________________________________
12576 [ 27201] By: rgs                                   on 2006/02/16  12:47:13
12577         Log: Remove lib/Hash directory when doing make distclean
12578      Branch: perl
12579            ! Makefile.SH
12580 ____________________________________________________________________________
12581 [ 27200] By: rgs                                   on 2006/02/16  11:46:51
12582         Log: Subject: [PATCH] stat() on Windows doesn't handle trailing slashes/backslashes correctly
12583              From: "Jan Dubois" <jand@ActiveState.com>
12584              Date: Wed, 15 Feb 2006 17:19:29 -0800
12585              Message-ID: <017901c63297$08e1e3f0$2217a8c0@candy>
12586      Branch: perl
12587            ! win32/win32.c
12588 ____________________________________________________________________________
12589 [ 27199] By: rgs                                   on 2006/02/16  11:43:09
12590         Log: Subject: [patch] t/lib/warnings/pp_sys
12591              From: "Green, Paul" <Paul.Green@stratus.com>
12592              Date: Wed, 15 Feb 2006 11:09:57 -0500
12593              Message-ID: <F5F42E77A43DD944B6D664B00A5401CB011A19AF@EXNA.corp.stratus.com>
12594      Branch: perl
12595            ! t/lib/warnings/pp_sys
12596 ____________________________________________________________________________
12597 [ 27198] By: rgs                                   on 2006/02/16  11:40:42
12598         Log: CPAN::FirstTime can go as well from the untested module list
12599      Branch: perl
12600            ! t/lib/1_compile.t
12601 ____________________________________________________________________________
12602 [ 27197] By: rgs                                   on 2006/02/16  11:38:00
12603         Log: Pod::Plainer is tested, actually (spotted by chromatic)
12604      Branch: perl
12605            ! t/lib/1_compile.t
12606 ____________________________________________________________________________
12607 [ 27195] By: rgs                                   on 2006/02/16  09:10:38
12608         Log: Subject: [PATCH] Make XCOPY not prompt every two seconds when rebuilding on Win32
12609              From: demerphq <demerphq@gmail.com>
12610              Date: Mon, 13 Feb 2006 09:41:37 +0100
12611              Message-ID: <9b18b3110602130041q2d64122am5c83392dd75e0413@mail.gmail.com>
12612      Branch: perl
12613            ! win32/Makefile win32/makefile.mk
12614 ____________________________________________________________________________
12615 [ 27194] By: gisle                                 on 2006/02/15  15:25:36
12616         Log: Get perl_fini() running on HP-UX again.
12617              It was effectively disabled by change 24667 since
12618              __ux_version is only available under DCE threads
12619              which isn't used when perl is built on HP-UX 11
12620              and later.
12621      Branch: perl
12622            ! perl.c
12623 ____________________________________________________________________________
12624 [ 27193] By: rgs                                   on 2006/02/15  13:22:27
12625         Log: Fix to run this test in the core
12626      Branch: perl
12627            ! lib/CPAN/t/03pkgs.t
12628 ____________________________________________________________________________
12629 [ 27192] By: stevep                                on 2006/02/15  13:11:06
12630         Log: Subject:  [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.84.tar.gz
12631              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
12632              Date: Wed, 15 Feb 2006 09:19:56 +0100
12633              Message-ID: <87oe19owyb.fsf@k75.linux.bogus>
12634      Branch: perl
12635            + lib/CPAN/t/01loadme.t lib/CPAN/t/02nox.t lib/CPAN/t/03pkgs.t
12636            + lib/CPAN/t/10version.t lib/CPAN/t/11mirroredby.t
12637            - lib/CPAN/t/Nox.t lib/CPAN/t/loadme.t lib/CPAN/t/mirroredby.t
12638            - lib/CPAN/t/vcmp.t lib/CPAN/t/version.t
12639            ! MANIFEST lib/CPAN.pm lib/CPAN/Debug.pm lib/CPAN/FirstTime.pm
12640            ! lib/CPAN/HandleConfig.pm lib/CPAN/Nox.pm lib/CPAN/SIGNATURE
12641            ! lib/CPAN/Tarzip.pm lib/CPAN/Version.pm
12642 ____________________________________________________________________________
12643 [ 27190] By: merijn                                on 2006/02/15  09:11:12
12644         Log: Added hints/dragonfly.sh for #27189
12645      Branch: perl
12646            ! MANIFEST
12647 ____________________________________________________________________________
12648 [ 27189] By: merijn                                on 2006/02/15  09:07:43
12649         Log: Subject: Patch for perl to compile/work on DragonFlyBSD
12650              From: Robert Sebastian Gerus <arachnist@gmail.com>
12651              Date: Tue, 14 Feb 2006 17:27:52 +0100
12652              Message-ID: <4a1e16420602140827w17fd6595w@mail.gmail.com>
12653      Branch: perl
12654            + hints/dragonfly.sh
12655            ! Configure Makefile.SH
12656 ____________________________________________________________________________
12657 [ 27187] By: craigb                                on 2006/02/15  04:32:14
12658         Log: Subject: patch@27162 long path name support in readdir / cando_by_name
12659              From: "John E. Malmberg" <wb8tyw@qsl.net>
12660              Date: Sun, 12 Feb 2006 15:24:58 -0500
12661              Message-id: <43EF999A.1020500@qsl.net>
12662      Branch: perl
12663            ! vms/vms.c vms/vmsish.h
12664 ____________________________________________________________________________
12665 [ 27186] By: stevep                                on 2006/02/15  02:55:13
12666         Log: Version bump to go along with change #27185
12667      Branch: perl
12668            ! lib/Getopt/Long.pm
12669 ____________________________________________________________________________
12670 [ 27185] By: stevep                                on 2006/02/15  02:53:10
12671         Log: Subject: Getopt::Long::Configure 'no_getopt_compat'
12672              From: Abigail <abigail@abigail.nl>
12673              Date: Tue, 14 Feb 2006 23:58:07 +0100
12674              Message-ID: <20060214225806.GA4120@abigail.nl>
12675      Branch: perl
12676            ! lib/Getopt/Long.pm
12677 ____________________________________________________________________________
12678 [ 27184] By: nicholas                              on 2006/02/14  23:42:45
12679         Log: Back out change change 10214 (drop SVp_IOK from >> PRIVSHIFT) as it
12680              never felt quite correct, and other parts of the SV conversion
12681              implementation have improved such that the symptoms 10214 covered
12682              over are gone even without it.
12683      Branch: perl
12684            ! mg.c scope.c sv.c
12685 ____________________________________________________________________________
12686 [ 27182] By: stevep                                on 2006/02/14  17:50:06
12687         Log: Upgrade to Time-HiRes-1.87
12688      Branch: perl
12689            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
12690            ! ext/Time/HiRes/t/HiRes.t
12691 ____________________________________________________________________________
12692 [ 27181] By: stevep                                on 2006/02/14  17:41:02
12693         Log: Hash::Util tests should check if Hash::Util has been built, not
12694              List::Util (spotted by Rafael).
12695      Branch: perl
12696            ! ext/Hash/Util/t/Util.t
12697 ____________________________________________________________________________
12698 [ 27180] By: stevep                                on 2006/02/14  17:08:08
12699         Log: Subject: [Patch] Enhance Hash::Util
12700              From: demerphq <demerphq@gmail.com>
12701              Date: Mon, 13 Feb 2006 11:39:33 +0100
12702              Message-ID: <9b18b3110602130239w311d05fcr776ae8333776ca2e@mail.gmail.com>
12703      Branch: perl
12704            + ext/Hash/Util/Changes ext/Hash/Util/Makefile.PL
12705            + ext/Hash/Util/Util.xs ext/Hash/Util/lib/Hash/Util.pm
12706            + ext/Hash/Util/t/Util.t
12707            - lib/Hash/Util.pm lib/Hash/Util.t
12708            ! MANIFEST win32/Makefile win32/makefile.mk
12709 ____________________________________________________________________________
12710 [ 27179] By: rgs                                   on 2006/02/14  13:23:04
12711         Log: One shouldn't be able to dereference a GLOB as a SCALAR.
12712              
12713              Subject: Re: [perl #38484] Data::Dumper only warns on unhandled reference types
12714              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
12715              Date: Sun, 12 Feb 2006 09:18:39 -0800
12716              Message-ID: <20060212171839.GA3604@efn.org>
12717              
12718              plus regression tests.
12719      Branch: perl
12720            ! pp.c t/op/ref.t
12721 ____________________________________________________________________________
12722 [ 27178] By: rgs                                   on 2006/02/14  10:18:48
12723         Log: Remove a my_perl that slipped in
12724      Branch: perl
12725            ! perlio.c
12726 ____________________________________________________________________________
12727 [ 27177] By: rgs                                   on 2006/02/14  10:00:36
12728         Log: Subject: [PATCH] Sun Studio lint patches
12729              From: andy@petdance.com (Andy Lester)
12730              Date: Mon, 13 Feb 2006 23:46:17 -0600
12731              Message-ID: <20060214054617.GA8824@petdance.com>
12732      Branch: perl
12733            ! Makefile.SH gv.c hv.c op.c pad.c perlio.c pp.c pp_ctl.c
12734            ! pp_hot.c regcomp.c sv.c toke.c utf8.c
12735 ____________________________________________________________________________
12736 [ 27176] By: nicholas                              on 2006/02/13  21:46:13
12737         Log: Ensure that public I, N and P flags are off when SvTAINT is called on
12738              something that already has taint magic.
12739      Branch: perl
12740            ! sv.c
12741 ____________________________________________________________________________
12742 [ 27174] By: rgs                                   on 2006/02/13  17:27:59
12743         Log: Subject: [PATCH] perldiag.pod patching re: integer overflow
12744              From: andy@petdance.com (Andy Lester)
12745              Date: Sun, 12 Feb 2006 23:08:48 -0600
12746              Message-ID: <20060213050848.GB27993@petdance.com>
12747      Branch: perl
12748            ! pod/perldiag.pod pod/perlop.pod
12749 ____________________________________________________________________________
12750 [ 27173] By: rgs                                   on 2006/02/13  17:17:40
12751         Log: Subject: [perl #38346] [PATCH] Re: B::Deparse's bug?
12752              From: Stephen McCamant <smcc@mit.edu>
12753              Date: Wed, 8 Feb 2006 17:48:49 -0800
12754              Message-ID: <17386.40833.64309.454938@conquest.OCF.Berkeley.EDU>
12755      Branch: perl
12756            ! ext/B/B/Deparse.pm
12757 ____________________________________________________________________________
12758 [ 27172] By: steveh                                on 2006/02/13  16:46:14
12759         Log: Teach checkAUTHORS.pl about Changelogs with leading tabs
12760              in the log entries, and fix a malformed log entry in Changes5.005
12761      Branch: perl
12762            ! Changes5.005 Porting/checkAUTHORS.pl
12763 ____________________________________________________________________________
12764 [ 27171] By: steveh                                on 2006/02/13  16:03:23
12765         Log: Revert an assert() fix in the light of change #27152
12766              
12767              The MinGW problem described here:
12768              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-01/msg00146.html
12769              was fixed by change #26664. This is no longer relevant in the light of
12770              change #27152, so revert it.
12771              
12772              (The other problems with VC++ 6 and BCC, fixed by change #26634, have
12773              not gone away, however.)
12774      Branch: perl
12775            ! gv.h
12776 ____________________________________________________________________________
12777 [ 27169] By: nicholas                              on 2006/02/13  15:12:58
12778         Log: All the bits of clone_params.flags need to be initialised, not just
12779              CLONEf_JOIN_IN.
12780      Branch: perl
12781            ! ext/threads/threads.xs
12782 ____________________________________________________________________________
12783 [ 27166] By: nicholas                              on 2006/02/12  19:03:47
12784         Log: Fix change 27059 so that it actually works with >16 file descriptors.
12785              With programmers like these, we need Stadler & Waldorf on code review.
12786      Branch: perl
12787            ! perlio.c
12788 ____________________________________________________________________________
12789 [ 27162] By: nicholas                              on 2006/02/11  22:52:40
12790         Log: In perldiag.pod add an entry for the error message that change 27155
12791              introduced.
12792      Branch: perl
12793            ! pod/perldiag.pod
12794 ____________________________________________________________________________
12795 [ 27161] By: nicholas                              on 2006/02/11  16:10:22
12796         Log: Remove SOFT_CAST() as it no longer does anything useful.
12797      Branch: perl
12798            ! perl.h scope.h
12799 ____________________________________________________________________________
12800 [ 27159] By: nicholas                              on 2006/02/11  15:10:32
12801         Log: Coalesce 2 if blocks with duplicated conditions in Perl_sv_dup.
12802      Branch: perl
12803            ! sv.c
12804 ____________________________________________________________________________
12805 [ 27158] By: stevep                                on 2006/02/11  14:16:45
12806         Log: Test to go with change #27155.
12807      Branch: perl
12808            ! lib/integer.t
12809 ____________________________________________________________________________
12810 [ 27155] By: stevep                                on 2006/02/11  06:14:02
12811         Log: Die when integer overflow condition is detected in division under
12812              C<use integer>.  Hopefully fixes RT #38485.
12813      Branch: perl
12814            ! pp.c
12815 ____________________________________________________________________________
12816 [ 27154] By: nicholas                              on 2006/02/11  00:40:04
12817         Log: assert() that we can't reach two unreachable code paths
12818              (in Perl_magic_get and Perl_pp_shift).
12819      Branch: perl
12820            ! mg.c pp.c
12821 ____________________________________________________________________________
12822 [ 27153] By: nicholas                              on 2006/02/10  22:37:23
12823         Log: The return value from S_hv_auxinit can be ignored, as it's also stored
12824              within the passed in hv parameter.
12825      Branch: perl
12826            ! embed.fnc proto.h
12827 ____________________________________________________________________________
12828 [ 27152] By: steveh                                on 2006/02/10  17:46:35
12829         Log: A better fix than 27148
12830              
12831              Subject: Win32 assert (was Re: Smoke [5.9.4] 27145 FAIL(M) MSWin32 WinXP/.Net SP2 (x86/2 cpu))
12832              From: Nicholas Clark <nick@ccl4.org>
12833              Date: Fri, 10 Feb 2006 14:58:47 +0000
12834              Message-ID: <20060210145847.GA85020@plum.flirble.org>
12835              
12836              Subject: RE: Win32 assert (was Re: Smoke [5.9.4] 27145 FAIL(M) MSWin32 WinXP/.Net SP2 (x86/2 cpu))
12837              From: "Jan Dubois" <jand@ActiveState.com>
12838              Date: Fri, 10 Feb 2006 09:03:41 -0800
12839              Message-ID: <024401c62e63$f1e53c10$6062a8c0@candy>
12840      Branch: perl
12841            ! embed.fnc embed.h hv.c perl.h proto.h sv.c
12842 ____________________________________________________________________________
12843 [ 27151] By: nicholas                              on 2006/02/10  14:25:33
12844         Log: With PERL_POISON defined, ensure freshly malloc()ed memory isn't zeros,
12845              and when PERL_TRACK_MEMPOOL is also defined scribble on any extension
12846              added by realloc().
12847      Branch: perl
12848            ! util.c
12849 ____________________________________________________________________________
12850 [ 27148] By: steveh                                on 2006/02/10  11:20:23
12851         Log: Fix the effects of 27136 on Win32 with DEBUGGING and PERL_IMPLICIT_SYS
12852      Branch: perl
12853            ! embed.fnc embed.h hv.c proto.h sv.c
12854 ____________________________________________________________________________
12855 [ 27145] By: nicholas                              on 2006/02/09  23:23:59
12856         Log: Change 27136 seems to have inadvertently upset some compilers,
12857              presumably where NULL was defined as 0, not (void *)0
12858      Branch: perl
12859            ! op.c
12860 ____________________________________________________________________________
12861 [ 27140] By: stevep                                on 2006/02/09  18:25:02
12862         Log: Fix breakage in S_set_csh() from change #27136.
12863      Branch: perl
12864            ! toke.c
12865 ____________________________________________________________________________
12866 [ 27139] By: gisle                                 on 2006/02/09  18:09:01
12867         Log: Document incompatible interpretation of chdir FOO.
12868              Ref change 27125.
12869      Branch: perl
12870            ! pod/perl594delta.pod
12871 ____________________________________________________________________________
12872 [ 27138] By: rgs                                   on 2006/02/09  17:49:18
12873         Log: Really regenerate headers
12874      Branch: perl
12875            ! embed.h proto.h
12876 ____________________________________________________________________________
12877 [ 27137] By: stevep                                on 2006/02/09  17:40:02
12878         Log: Regenerated headers for change #27136.
12879      Branch: perl
12880            ! embed.h proto.h
12881 ____________________________________________________________________________
12882 [ 27136] By: stevep                                on 2006/02/09  16:49:32
12883         Log: Subject: [PATCH] Trying my "remove the pTHXes" patch again
12884              From: Andy Lester <andy@petdance.com>
12885              Date: Thu, 9 Feb 2006 09:40:18 -0600
12886              Message-ID: <20060209154018.GA14610@petdance.com>
12887      Branch: perl
12888            ! Makefile.SH cc_runtime.h cop.h deb.c embed.fnc hv.c mg.c op.c
12889            ! op.h perl.c pp.c pp_ctl.c pp_sort.c regcomp.c regexec.c sv.c
12890            ! toke.c utf8.c util.c
12891 ____________________________________________________________________________
12892 [ 27135] By: rgs                                   on 2006/02/09  12:38:35
12893         Log: Skip new chdir warning test if fchdir is not available
12894      Branch: perl
12895            ! t/lib/warnings/pp_sys
12896 ____________________________________________________________________________
12897 [ 27134] By: nicholas                              on 2006/02/09  12:37:13
12898         Log: Avoid calling all the scanning code in gv_fetchpvn_flags when saving
12899              $1 etc, as we can perfom a hash lookup on %:: directly.
12900      Branch: perl
12901            ! regcomp.c
12902 ____________________________________________________________________________
12903 [ 27133] By: nicholas                              on 2006/02/08  20:57:24
12904         Log: lastparen in the regexp structure is never initialised, and so will
12905              still be uninitialised after a failed match, yet various points in
12906              mg.c read it come what may. Should fix bug 38461.
12907      Branch: perl
12908            ! regcomp.c
12909 ____________________________________________________________________________
12910 [ 27132] By: gisle                                 on 2006/02/08  17:52:16
12911         Log: Bareword file handles not supported for chown/chmod/utime.
12912      Branch: perl
12913            ! pod/perlfunc.pod
12914 ____________________________________________________________________________
12915 [ 27131] By: rgs                                   on 2006/02/08  16:57:48
12916         Log: Wave hands about encoding::warnings
12917      Branch: perl
12918            ! pod/perltodo.pod
12919 ____________________________________________________________________________
12920 [ 27130] By: rgs                                   on 2006/02/08  13:15:51
12921         Log: Subject: [perl #38464] chdir() on closed handles 
12922              From: Peter Dintelmann (via RT) <perlbug-followup@perl.org>
12923              Date: Wed, 08 Feb 2006 01:33:54 -0800
12924              Message-ID: <rt-3.0.11-38464-129771.3.46114092925276@perl.org>
12925              
12926              Plus a regression test.
12927      Branch: perl
12928            ! pp_sys.c t/lib/warnings/pp_sys
12929 ____________________________________________________________________________
12930 [ 27129] By: stevep                                on 2006/02/08  03:23:27
12931         Log: Subject: [PATCH] Handle unused args
12932              From: andy@petdance.com (Andy Lester)
12933              Date: Tue, 7 Feb 2006 16:36:56 -0600
12934              Message-ID: <20060207223656.GA5177@petdance.com>
12935      Branch: perl
12936            ! doio.c pad.c perl.c pp_sys.c
12937 ____________________________________________________________________________
12938 [ 27128] By: stevep                                on 2006/02/08  03:04:05
12939         Log: Subject: [patch] several broken make *.valgrind targets
12940              From: Jim Cromie <jim.cromie@gmail.com>
12941              Date: Tue, 07 Feb 2006 15:11:54 -0700
12942              Message-ID: <43E91B2A.4060700@gmail.com>
12943      Branch: perl
12944            ! Makefile.SH
12945 ____________________________________________________________________________
12946 [ 27127] By: nicholas                              on 2006/02/08  00:05:44
12947         Log: Borland's C compiler warns that the & is unnecessary.
12948      Branch: perl
12949            ! pp.c
12950 ____________________________________________________________________________
12951 [ 27126] By: nicholas                              on 2006/02/07  18:01:26
12952         Log: Merging pp_bit_or and pp_bit_xor shrinks the object code by about .7K.
12953              The overloading tests are not free.
12954      Branch: perl
12955            ! mathoms.c opcode.h opcode.pl pp.c pp.h
12956 ____________________________________________________________________________
12957 [ 27125] By: gisle                                 on 2006/02/07  17:32:50
12958         Log: Allow bareword file handle as argument to chdir().
12959              This copies the mechanism used by truncate().
12960              Fixes bug #38457.
12961      Branch: perl
12962            ! embed.h op.c opcode.h opcode.pl pp.sym pp_proto.h pp_sys.c
12963            ! t/op/chdir.t
12964 ____________________________________________________________________________
12965 [ 27124] By: nicholas                              on 2006/02/07  17:12:08
12966         Log: All the trancendental unary operators can be merged into PP_sin
12967              (cos, exp, log, sqrt)
12968      Branch: perl
12969            ! mathoms.c opcode.h opcode.pl pp.c
12970 ____________________________________________________________________________
12971 [ 27123] By: nicholas                              on 2006/02/07  15:52:18
12972         Log: Avoid gcc warning about possibly uninitialised variables.
12973      Branch: perl
12974            ! pp.c
12975 ____________________________________________________________________________
12976 [ 27122] By: nicholas                              on 2006/02/07  15:28:41
12977         Log: Create new macros AMG_CALLun_var, AMG_CALLun_var and tryAMAGICun_var
12978              which don't do the pre-processor string manipulation internally.
12979      Branch: perl
12980            ! pp.c pp.h
12981 ____________________________________________________________________________
12982 [ 27121] By: nicholas                              on 2006/02/07  14:57:36
12983         Log: pp_pop can be implemented by pp_shift.
12984      Branch: perl
12985            ! mathoms.c opcode.h opcode.pl pp.c
12986 ____________________________________________________________________________
12987 [ 27120] By: rgs                                   on 2006/02/07  14:37:15
12988         Log: Subject: Re: [PATCH] Documentation patch for overload
12989              From: Steffen Mueller <dtr8sin02@sneakemail.com>
12990              Date: Mon, 06 Feb 2006 10:58:44 +0100
12991              Message-ID: <43E71DD4.5010108@sneakemail.com>
12992      Branch: perl
12993            ! lib/overload.pm
12994 ____________________________________________________________________________
12995 [ 27119] By: nicholas                              on 2006/02/07  14:11:42
12996         Log: pp_hex can be implemented trivially by pp_oct, making pp_hex a mathom.
12997      Branch: perl
12998            ! mathoms.c opcode.h opcode.pl pp.c
12999 ____________________________________________________________________________
13000 [ 27118] By: nicholas                              on 2006/02/07  13:13:44
13001         Log: Merge pp_index and pp_rindex - we have another mathom.
13002      Branch: perl
13003            ! mathoms.c opcode.h opcode.pl pp.c
13004 ____________________________________________________________________________
13005 [ 27117] By: nicholas                              on 2006/02/07  12:41:27
13006         Log: Some refactoring to converge pp_index and pp_rindex
13007      Branch: perl
13008            ! pp.c
13009 ____________________________________________________________________________
13010 [ 27116] By: nicholas                              on 2006/02/07  12:19:17
13011         Log: Fix bug 38454 (rindex corrects for $[ on bytes rather than UTF-8)
13012      Branch: perl
13013            ! pp.c t/op/index.t
13014 ____________________________________________________________________________
13015 [ 27115] By: craigb                                on 2006/02/07  04:46:47
13016         Log: Subject: Re: Configure.com issue, more quoting needed.
13017              From: Peter Prymmer <PPrymmer@factset.com>
13018              Date: Mon, 06 Feb 2006 13:27:14 -0500
13019              Message-id:  <OF3536E719.A8B8D167-ON8525710D.0065011E-8525710D.00655ED0@factset.com>
13020      Branch: perl
13021            ! configure.com
13022 ____________________________________________________________________________
13023 [ 27114] By: craigb                                on 2006/02/07  04:39:09
13024         Log: Subject: patch@27082 Allow fatal exceptions to bring up VMS debugger
13025              From: "John E. Malmberg" <wb8tyw@qsl.net>
13026              Date: Sat, 04 Feb 2006 16:04:32 -0500
13027              Message-id: <43E516E0.1000508@qsl.net>
13028
13029      Branch: perl
13030            ! vms/perlvms.pod vms/vms.c
13031 ____________________________________________________________________________
13032 [ 27113] By: nicholas                              on 2006/02/06  22:28:41
13033         Log: Optimise index so that if the big string is ISO-8859-1 but the little
13034              string is UTF-8, it tries to downgrade the little string, rather than
13035              upgrade the big string. For half-meg big strings this is a fourfold
13036              speed gain.
13037      Branch: perl
13038            ! pp.c
13039 ____________________________________________________________________________
13040 [ 27112] By: nicholas                              on 2006/02/06  21:40:57
13041         Log: Given that the memory allocated in Perl_bytes_from_utf8 and
13042              Perl_bytes_to_utf8 will immediately be written to, I see no need to
13043              allocate it zeroed.
13044      Branch: perl
13045            ! utf8.c
13046 ____________________________________________________________________________
13047 [ 27111] By: nicholas                              on 2006/02/06  20:52:41
13048         Log: Rename S_glob_assign to S_glob_assign_glob
13049              Rename S_pvgv_assign to S_glob_assign_ref
13050              
13051              I don't think that they share enough common code to merge them.
13052      Branch: perl
13053            ! sv.c
13054 ____________________________________________________________________________
13055 [ 27110] By: nicholas                              on 2006/02/06  20:12:58
13056         Log: I think that "merge Perl_sv_2[inpu]v" and "reduce duplication in
13057              sv_setsv_flags" are about as done as they can be.
13058      Branch: perl
13059            ! pod/perltodo.pod
13060 ____________________________________________________________________________
13061 [ 27109] By: nicholas                              on 2006/02/06  20:04:35
13062         Log: In Perl_sv_upgrade, the assignment to new_type_details only needs to
13063              be done once.
13064      Branch: perl
13065            ! sv.c
13066 ____________________________________________________________________________
13067 [ 27108] By: stevep                                on 2006/02/06  19:43:17
13068         Log: Document the limitations of calling exit() (instead of _exit()) from
13069              a child process on Solaris.
13070      Branch: perl
13071            ! pod/perlfork.pod
13072 ____________________________________________________________________________
13073 [ 27107] By: nicholas                              on 2006/02/06  18:45:35
13074         Log: Remove a duplicate flag copy line from Perl_sv_setsv_flags.
13075      Branch: perl
13076            ! sv.c
13077 ____________________________________________________________________________
13078 [ 27106] By: nicholas                              on 2006/02/06  18:07:28
13079         Log: Move Perl_save_long, Perl_save_I16, Perl_save_I8, Perl_save_iv,
13080              Perl_save_nogv, Perl_save_list, Perl_save_destructor to mathoms.c
13081              Perl_save_svref can't actually move because it calls a static function.
13082      Branch: perl
13083            ! mathoms.c scope.c
13084 ____________________________________________________________________________
13085 [ 27105] By: nicholas                              on 2006/02/06  16:50:22
13086         Log: Expunge USE_5005THREADS from perl.c
13087      Branch: perl
13088            ! perl.c
13089 ____________________________________________________________________________
13090 [ 27104] By: nicholas                              on 2006/02/06  13:08:34
13091         Log: Fix bug #38439 - reference to typeglob assignment needs to be based
13092              on SvROK(sstr) rather than SvTYPE(sstr) == SVt_RV.
13093      Branch: perl
13094            ! sv.c t/op/gv.t
13095 ____________________________________________________________________________
13096 [ 27103] By: rgs                                   on 2006/02/06  09:42:33
13097         Log: Subject: [PATCH] 5.8.8: Unicos test skip (and for the record: config.sh and harness results)
13098              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
13099              Date: Sun, 05 Feb 2006 12:16:37 +0200
13100              Message-ID: <43E5D085.90400@iki.fi>
13101      Branch: perl
13102            ! lib/Math/BigInt/t/bigintc.t
13103 ____________________________________________________________________________
13104 [ 27102] By: stevep                                on 2006/02/06  04:48:04
13105         Log: Subject: [PATCH] Cleaning up shadowed variables
13106              From: Andy Lester <andy@petdance.com>
13107              Date: Sun, 5 Feb 2006 21:56:43 -0600
13108              Message-Id: <B375E848-FA07-479D-9571-FA3925106D16@petdance.com>
13109      Branch: perl
13110            ! op.c pp_ctl.c
13111 ____________________________________________________________________________
13112 [ 27101] By: nicholas                              on 2006/02/05  23:44:12
13113         Log: Merge the PVCV case into the common code in S_pvgv_assign.
13114      Branch: perl
13115            ! sv.c
13116 ____________________________________________________________________________
13117 [ 27100] By: nicholas                              on 2006/02/05  23:20:21
13118         Log: Merge the PVAV and PVHV clauses into the common code of S_pvgv_assign.
13119      Branch: perl
13120            ! sv.c
13121 ____________________________________________________________________________
13122 [ 27099] By: nicholas                              on 2006/02/05  23:02:58
13123         Log: Merge the default case (GvSV) with the common code in S_pvgv_assign.
13124      Branch: perl
13125            ! sv.c
13126 ____________________________________________________________________________
13127 [ 27098] By: nicholas                              on 2006/02/05  22:41:42
13128         Log: Start to merge the 6 arms of S_pvgv_assign into one.
13129      Branch: perl
13130            ! sv.c
13131 ____________________________________________________________________________
13132 [ 27097] By: nicholas                              on 2006/02/05  22:00:11
13133         Log: Subject: [patch] rework arenas - repair arenasets
13134              From: Jim Cromie <jim.cromie@gmail.com>
13135              Message-ID: <43E5F012.1080203@gmail.com>
13136              Date: Sun, 05 Feb 2006 05:31:14 -0700
13137      Branch: perl
13138            ! hv.c sv.c
13139 ____________________________________________________________________________
13140 [ 27096] By: rgs                                   on 2006/02/05  21:22:03
13141         Log: Subject: [PATCH] Documentation patch for overload
13142              From: Steffen Mueller <dtr8sin02@sneakemail.com>
13143              Date: Feb 5, 2006 12:26 PM
13144              Message-ID: <43E5E0E9.1070707@sneakemail.com>
13145      Branch: perl
13146            ! lib/overload.pm
13147 ____________________________________________________________________________
13148 [ 27095] By: nicholas                              on 2006/02/05  20:51:43
13149         Log: The message "Can't upgrade that kind of scalar" can be far more
13150              informative.
13151      Branch: perl
13152            ! pod/perldiag.pod sv.c
13153 ____________________________________________________________________________
13154 [ 27094] By: nicholas                              on 2006/02/05  20:33:57
13155         Log: new_body_type doesn't need to subtract the offset, that's what
13156              new_body_allocated is for.
13157      Branch: perl
13158            ! sv.c
13159 ____________________________________________________________________________
13160 [ 27093] By: nicholas                              on 2006/02/05  20:26:40
13161         Log: Yes, I broke Win32 with change 27089 by having a { in the wrong place.
13162      Branch: perl
13163            ! perl.c
13164 ____________________________________________________________________________
13165 [ 27092] By: nicholas                              on 2006/02/05  19:52:50
13166         Log: Remove "Can't upgrade to undef" from perldiag, as the corresponding
13167              code is now gone from sv_upgrade.
13168      Branch: perl
13169            ! pod/perldiag.pod
13170 ____________________________________________________________________________
13171 [ 27091] By: nicholas                              on 2006/02/05  19:45:37
13172         Log: Merge and refactor the PVAV and PVHV code in Perl_sv_upgrade, which
13173              reduces the object size by about 80 bytes.
13174      Branch: perl
13175            ! sv.c
13176 ____________________________________________________________________________
13177 [ 27090] By: nicholas                              on 2006/02/05  18:51:17
13178         Log: Eliminate a croak we can't get to.
13179      Branch: perl
13180            ! sv.c
13181 ____________________________________________________________________________
13182 [ 27089] By: nicholas                              on 2006/02/05  11:15:34
13183         Log: Without this Windows and Netware compilers should be complaining 
13184              about perl.c having code before a declaration, *but only if compiling
13185              with PERL_TRACK_MEMPOOL*. So, will it fix the smoke failures? Place
13186              bets now.
13187      Branch: perl
13188            ! perl.c
13189 ____________________________________________________________________________
13190 [ 27088] By: stevep                                on 2006/02/05  05:08:02
13191         Log: Don't export PL_memory_debug_header to Win32 (and others) unless 
13192              PERL_TRACK_MEMPOOL is defined.
13193      Branch: perl
13194            ! makedef.pl
13195 ____________________________________________________________________________
13196 [ 27087] By: stevep                                on 2006/02/05  04:13:27
13197         Log: Fixed embed.fnc entry for S_forbid_setid() and picked up a change in 
13198              pod/perlapi.pod for good measure when regenerating files.
13199      Branch: perl
13200            ! embed.fnc pod/perlapi.pod proto.h
13201 ____________________________________________________________________________
13202 [ 27086] By: nicholas                              on 2006/02/04  22:51:17
13203         Log: bcc was issuing a warning about this line in Perl_sv_2cv, so tweak it
13204              to keep it happy.
13205      Branch: perl
13206            ! sv.c
13207 ____________________________________________________________________________
13208 [ 27085] By: nicholas                              on 2006/02/04  22:13:08
13209         Log: Add regression tests to lib/charnames.t to ensure that unicore/Names.pl
13210              is 100% 7 bit ASCII.
13211      Branch: perl
13212            ! lib/charnames.t
13213 ____________________________________________________________________________
13214 [ 27084] By: nicholas                              on 2006/02/04  19:09:17
13215         Log: Enhance PERL_TRACK_MEMPOOL so that it also emulates the PerlHost
13216              behaviour of freeing up all memory at thread exit. With this and
13217              tools such as valgrind you will now get warnings as soon as you
13218              read from the deallocated memory, rather than just a warning much
13219              later about freeing to the wrong pool.
13220      Branch: perl
13221            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h pod/perltodo.pod
13222            ! sv.c util.c
13223 ____________________________________________________________________________
13224 [ 27083] By: nicholas                              on 2006/02/04  18:48:09
13225         Log: The TODO 'Tidy up global variables' can go, replaced with a second
13226              paragraph on 'Ordering of "global" variables'.
13227      Branch: perl
13228            ! pod/perltodo.pod
13229 ____________________________________________________________________________
13230 [ 27082] By: nicholas                              on 2006/02/04  17:11:54
13231         Log: I believe that mathoms have been completely TODOne.
13232      Branch: perl
13233            ! pod/perltodo.pod
13234 ____________________________________________________________________________
13235 [ 27081] By: nicholas                              on 2006/02/04  13:27:00
13236         Log: Rejig the definition of ARENAS_PER_SET to maximise the size of the
13237              array whilst keeping the structure within PERL_ARENA_SIZE.
13238      Branch: perl
13239            ! sv.c
13240 ____________________________________________________________________________
13241 [ 27080] By: nicholas                              on 2006/02/04  13:00:06
13242         Log: Tweak arena sets to avoid assignment between different pointers.
13243      Branch: perl
13244            ! sv.c
13245 ____________________________________________________________________________
13246 [ 27079] By: nicholas                              on 2006/02/04  12:28:03
13247         Log: Subject: [patch] arena rework - arena sets
13248              From: Jim Cromie <jim.cromie@gmail.com>
13249              Message-ID: <43DF4F66.4080808@gmail.com>
13250              Date: Tue, 31 Jan 2006 04:52:06 -0700
13251      Branch: perl
13252            ! embed.fnc embed.h hv.c proto.h sv.c
13253 ____________________________________________________________________________
13254 [ 27078] By: nicholas                              on 2006/02/04  11:10:52
13255         Log: warnings.h does some evil(*) pointer arithmetic on (SV *)0, so a
13256              simple replace of Nullsv with NULL turns out to be a bad idea.
13257              * Technically undefined behaviour, I believe.
13258      Branch: perl
13259            ! warnings.h warnings.pl
13260 ____________________________________________________________________________
13261 [ 27077] By: nicholas                              on 2006/02/04  10:37:08
13262         Log: Remove obsolete comment.
13263      Branch: perl
13264            ! perl.c
13265 ____________________________________________________________________________
13266 [ 27076] By: nicholas                              on 2006/02/03  23:21:37
13267         Log: S_find_beginning is only called from one place, so by hoisting the
13268              forbid_setid check for -x into the caller, we can eliminate the
13269              suidscript parameter from S_find_beginning.
13270      Branch: perl
13271            ! embed.fnc embed.h perl.c proto.h
13272 ____________________________________________________________________________
13273 [ 27075] By: nicholas                              on 2006/02/03  22:41:55
13274         Log: And as we've now got to the point where all calls to Perl_moreswitches
13275              have -1 as the second argument, we can remove the second argument,
13276              which gets us back to where we started, only with the elimination of
13277              a per-thread variable.
13278      Branch: perl
13279            ! embed.fnc embed.h perl.c proto.h toke.c
13280 ____________________________________________________________________________
13281 [ 27074] By: nicholas                              on 2006/02/03  22:18:45
13282         Log: The MSDOS-only call to moreswitches will never reach forbid_setid, so
13283              it can have a parameter of -1 without changing any behaviour.
13284              I see no reason to forbid "command line" switches when they are
13285              actually coming from the #! line of the script itself (as read by perl)
13286              as they must have been written by the owner of the script, rather than
13287              being crafted by the user manipulating the command line, and therefore
13288              cannot be subverted. (Or alternatively, can be subverted as easily as
13289              the rest of the script, and we're permitting *that* to be run)
13290      Branch: perl
13291            ! perl.c
13292 ____________________________________________________________________________
13293 [ 27073] By: nicholas                              on 2006/02/03  21:47:04
13294         Log: Pull the variables fdscript and suidscript into a much smaller scope.
13295              Replace suidscript with literal -1 where it could only have been -1.
13296              (Re-indent the other code inside the new block creating the scope.
13297              Rejig the indentation of the conditionals)
13298      Branch: perl
13299            ! perl.c
13300 ____________________________________________________________________________
13301 [ 27072] By: nicholas                              on 2006/02/03  21:23:21
13302         Log: Change 27070 failed to initialise a variable. (But despite that still
13303              passed all tests locally.)
13304      Branch: perl
13305            ! perl.c
13306 ____________________________________________________________________________
13307 [ 27071] By: nicholas                              on 2006/02/03  20:12:10
13308         Log: Silence a warning about "statement not reached" from the Sun C compiler.
13309              It was accurate - the conditional code used to give 2 return statements.
13310      Branch: perl
13311            ! mathoms.c
13312 ____________________________________________________________________________
13313 [ 27070] By: nicholas                              on 2006/02/03  20:10:07
13314         Log: Eliminating PL_suidscript is more tricky, and requires changing the
13315              prototype of Perl_moreswitches.
13316      Branch: perl
13317            ! embed.fnc embed.h embedvar.h intrpvar.h perl.c perlapi.h
13318            ! proto.h toke.c
13319 ____________________________________________________________________________
13320 [ 27069] By: nicholas                              on 2006/02/03  18:27:52
13321         Log: Passing the flag to S_forbit_setid as a single char rather than a
13322              string is a slight space optimisation.
13323      Branch: perl
13324            ! embed.fnc intrpvar.h perl.c proto.h
13325 ____________________________________________________________________________
13326 [ 27068] By: nicholas                              on 2006/02/03  18:10:45
13327         Log: Oops. I *thought* that I had checked that all changed files were open.
13328              Clearly not. (Fixes change 27066)
13329      Branch: perl
13330            ! embed.h embedvar.h perlapi.h proto.h
13331 ____________________________________________________________________________
13332 [ 27067] By: nicholas                              on 2006/02/03  17:06:43
13333         Log: Oops. When changing warnings.pl one should re-run it. Well spotted
13334              Rafael.
13335      Branch: perl
13336            ! warnings.h
13337 ____________________________________________________________________________
13338 [ 27066] By: nicholas                              on 2006/02/03  17:06:04
13339         Log: It's actually easier to get rid of PL_fdscript than we thought.
13340      Branch: perl
13341            ! embed.fnc intrpvar.h perl.c
13342 ____________________________________________________________________________
13343 [ 27065] By: nicholas                              on 2006/02/03  16:03:01
13344         Log: Subject: Re: [PATCH] s/Null(gv|hv|sv)/NULL/g
13345              From: Steven Schubiger <schubiger@cpan.org>
13346              Message-ID: <20060203152449.GI12591@accognoscere.homeunix.org>
13347              Date: Fri, 3 Feb 2006 16:24:49 +0100
13348      Branch: perl
13349            ! cop.h doio.c doop.c dump.c embed.pl gv.c hv.c hv.h intrpvar.h
13350            ! locale.c mathoms.c mg.c op.c pad.c pad.h perl.c perlio.c
13351            ! perlio.h pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c
13352            ! regexec.c scope.c sv.c sv.h thrdvar.h toke.c utf8.c util.c
13353            ! warnings.pl
13354 ____________________________________________________________________________
13355 [ 27064] By: rgs                                   on 2006/02/03  15:18:18
13356         Log: Fix file where internal XS functions are defined
13357      Branch: perl
13358            ! universal.c
13359 ____________________________________________________________________________
13360 [ 27063] By: rgs                                   on 2006/02/03  14:06:40
13361         Log: Help to compile on VMS with UNLINK_ALL_VERSIONS
13362              See :
13363              Subject: bug@26347 embed.fnc/embed.h with unlnk macro
13364              From: "John E. Malmberg" <wb8tyw@qsl.net>
13365              Date: Tue, 13 Dec 2005 22:18:56 -0500
13366              Message-ID: <439F8F20.4050207@qsl.net>
13367      Branch: perl
13368            ! perl.h
13369 ____________________________________________________________________________
13370 [ 27062] By: rgs                                   on 2006/02/03  13:46:46
13371         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.83_64.tar.gz
13372              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
13373              Date: Thu, 02 Feb 2006 12:35:41 +0100
13374              Message-ID: <87acda0z8y.fsf@k75.linux.bogus>
13375      Branch: perl
13376            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
13377            ! lib/CPAN/SIGNATURE
13378 ____________________________________________________________________________
13379 [ 27061] By: rgs                                   on 2006/02/03  13:35:44
13380         Log: Subject: L<PerlIO> and Pod::Html
13381              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
13382              Date: Mon, 09 Jan 2006 12:53:15 +0900
13383              Message-Id: <20060109125220.3BB0.BQW10602@nifty.com>
13384      Branch: perl
13385            ! lib/Pod/Html.pm
13386 ____________________________________________________________________________
13387 [ 27060] By: nicholas                              on 2006/02/03  13:21:46
13388         Log: Subject: [PATCH] s/Nullcv/NULL/g
13389              From: Steven Schubiger <schubiger@cpan.org>
13390              Message-ID: <20060202150241.GF12591@accognoscere.homeunix.org>
13391              Date: Thu, 2 Feb 2006 16:02:41 +0100
13392      Branch: perl
13393            ! cop.h dump.c gv.c gv.h mg.c op.c pad.c perl.c pp_ctl.c sv.c
13394 ____________________________________________________________________________
13395 [ 27059] By: nicholas                              on 2006/02/03  13:06:00
13396         Log: Change PL_perlio_fd_refcnt from a fixed size static array to a pointer
13397              to a dynamic array.
13398      Branch: perl
13399            ! embedvar.h perlapi.h perlio.c perlvars.h
13400 ____________________________________________________________________________
13401 [ 27057] By: stevep                                on 2006/02/02  20:57:01
13402         Log: It would be nice to have tests in B for the functions getting changed.
13403      Branch: perl
13404            ! ext/B/t/b.t
13405 ____________________________________________________________________________
13406 [ 27056] By: stevep                                on 2006/02/02  20:42:56
13407         Log: Death to magic characters!  No pun intended.
13408      Branch: perl
13409            ! ext/B/B.xs
13410 ____________________________________________________________________________
13411 [ 27054] By: rgs                                   on 2006/02/02  14:24:03
13412         Log: Subject: Re: [PATCH] s/Null(av|ch)/NULL/g
13413              From: Steven Schubiger <schubiger@cpan.org>
13414              Date: Thu, 2 Feb 2006 10:38:49 +0100
13415              Message-ID: <20060202093849.GD12591@accognoscere.homeunix.org>
13416      Branch: perl
13417            ! XSUB.h cop.h doio.c doop.c dump.c gv.c hv.c hv.h locale.c
13418            ! malloc.c mathoms.c mg.c op.c op.h pad.c perl.c perl.h perlio.c
13419            ! perlsdio.h pod/perlapi.pod pp_sort.c pp_sys.c regcomp.h
13420            ! regexec.c sv.c sv.h thrdvar.h toke.c util.c
13421 ____________________________________________________________________________
13422 [ 27053] By: nicholas                              on 2006/02/02  12:31:30
13423         Log: gv_fetchpvn_flags ranks highly in the profile, and the ::/' scanning
13424              loop is iterated over millions of times. Add a flag GV_NOTQUAL purely
13425              as an optimisation, when the caller is passing in a string that is
13426              known not to contain any package separators.
13427      Branch: perl
13428            ! doio.c gv.c gv.h op.c perl.c pp_ctl.c pp_sort.c pp_sys.c
13429            ! toke.c util.c
13430 ____________________________________________________________________________
13431 [ 27052] By: rgs                                   on 2006/02/02  11:22:43
13432         Log: Update to Module::CoreList 3.04.
13433              Cleanup corelist manpage.
13434              Remove -w in corelist shebang to avoid spurious warnings.
13435      Branch: perl
13436            ! lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist
13437 ____________________________________________________________________________
13438 [ 27051] By: gisle                                 on 2006/02/02  10:05:32
13439         Log: perl-5.8.8 also contained change 27040.
13440      Branch: perl
13441            ! lib/Module/CoreList.pm
13442 ____________________________________________________________________________
13443 [ 27050] By: nicholas                              on 2006/02/02  00:36:38
13444         Log: Yet more instances of gv_fetchpv... that should be GV_ADD rather than
13445              TRUE.
13446              Convert two gv_fetchpvn_flags to gv_fetchpvs.
13447      Branch: perl
13448            ! doio.c gv.c perl.c pp_ctl.c pp_sort.c util.c
13449 ____________________________________________________________________________
13450 [ 27049] By: nicholas                              on 2006/02/02  00:24:06
13451         Log: And another assumption.
13452      Branch: perl
13453            ! gv.c
13454 ____________________________________________________________________________
13455 [ 27048] By: nicholas                              on 2006/02/01  23:38:53
13456         Log: Since PERL_COPY_ON_WRITE becamse PERL_OLD_COPY_ON_WRITE it seems that
13457              no-one has been testing it, as there was a const too far.
13458      Branch: perl
13459            ! sv.c
13460 ____________________________________________________________________________
13461 [ 27047] By: stevep                                on 2006/02/01  23:34:47
13462         Log: Doc nit found by Stephen Gordon.
13463      Branch: perl
13464            ! pod/perlfunc.pod
13465 ____________________________________________________________________________
13466 [ 27046] By: nicholas                              on 2006/02/01  23:03:11
13467         Log: doubleplusoops. Apart from the documented NUL termination assumption.
13468              Now removed.
13469      Branch: perl
13470            ! gv.c
13471 ____________________________________________________________________________
13472 [ 27045] By: nicholas                              on 2006/02/01  22:39:29
13473         Log: References can't have SVp_IOK or SVp_NOK set, so no need for all the
13474              conditional code to copy IVX and NVX if true. "You cannot get here".
13475      Branch: perl
13476            ! sv.c
13477 ____________________________________________________________________________
13478 [ 27044] By: nicholas                              on 2006/02/01  22:03:37
13479         Log: Oops. 1 NUL termination assumption remains in Perl_gv_fetchpvn_flags
13480      Branch: perl
13481            ! gv.c
13482 ____________________________________________________________________________
13483 [ 27043] By: nicholas                              on 2006/02/01  20:26:46
13484         Log: Correct my comment, so that it's actually useful. :-)
13485      Branch: perl
13486            ! sv.c
13487 ____________________________________________________________________________
13488 [ 27042] By: nicholas                              on 2006/02/01  19:30:52
13489         Log: , tweaked from
13490              Subject: Re: [:...:] and \p{...} character class equivalence in utf8 regexps
13491              From: Steve Purkis <Steve.Purkis@multimap.com>
13492              Message-Id: <0DAE5956-3ECC-4692-A0C9-C62C8F790C97@multimap.com>
13493              Date: Fri, 20 Jan 2006 12:35:06 -0500
13494      Branch: perl
13495            ! pod/perlre.pod
13496 ____________________________________________________________________________
13497 [ 27039] By: rgs                                   on 2006/02/01  18:07:26
13498         Log: Improve a bit the documentation for kill() with SIGNAL==0
13499      Branch: perl
13500            ! pod/perlfunc.pod
13501 ____________________________________________________________________________
13502 [ 27038] By: nicholas                              on 2006/02/01  18:05:20
13503         Log: Mmm, it looks like it's a bad plan to rebuild the TOC from a tree that
13504              has other modules in ext/
13505              TODO - fix buildtoc to cross check with MANIFEST.
13506      Branch: perl
13507            ! pod/perltoc.pod
13508 ____________________________________________________________________________
13509 [ 27037] By: nicholas                              on 2006/02/01  17:53:28
13510         Log: Integrate perl588delta.pod from maint, and re-run pod/buildtoc.
13511      Branch: perl
13512           +> pod/perl588delta.pod
13513            ! pod/perl.pod vms/descrip_mms.template
13514           !> MANIFEST Makefile.SH pod.lst pod/perltoc.pod win32/Makefile
13515           !> win32/makefile.mk win32/pod.mak
13516 ____________________________________________________________________________
13517 [ 27036] By: rgs                                   on 2006/02/01  17:49:53
13518         Log: Doc nit by Andy Dougherty
13519      Branch: perl
13520            ! README.aix
13521 ____________________________________________________________________________
13522 [ 27035] By: rgs                                   on 2006/02/01  16:14:07
13523         Log: autouse actually requires perl 5.6 at least.
13524      Branch: perl
13525            ! lib/autouse.pm
13526 ____________________________________________________________________________
13527 [ 27034] By: rgs                                   on 2006/02/01  15:51:35
13528         Log: Avoid "Prototype mismatch" warnings with autouse.
13529      Branch: perl
13530            ! lib/autouse.pm
13531 ____________________________________________________________________________
13532 [ 27033] By: rgs                                   on 2006/02/01  13:22:26
13533         Log: Fix corelist data for 5.8.8
13534      Branch: perl
13535            ! lib/Module/CoreList.pm
13536 ____________________________________________________________________________
13537 [ 27032] By: rgs                                   on 2006/02/01  12:41:37
13538         Log: More history
13539      Branch: perl
13540            ! pod/perlhist.pod
13541 ____________________________________________________________________________
13542 [ 27031] By: rgs                                   on 2006/02/01  12:30:14
13543         Log: Update to Module::CoreList 2.03 (includes 5.8.8 and 5.9.3)
13544      Branch: perl
13545            ! lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist
13546 ____________________________________________________________________________
13547 [ 27030] By: nicholas                              on 2006/02/01  11:53:04
13548         Log: Subject: [patch] arena rework - unify arenaroots
13549              From: Jim Cromie <jim.cromie@gmail.com>
13550              Message-ID: <43DF3D0A.3040102@gmail.com>
13551              Date: Tue, 31 Jan 2006 03:33:46 -0700
13552      Branch: perl
13553            ! embedvar.h hv.c intrpvar.h perlapi.h sv.c
13554 ____________________________________________________________________________
13555 [ 27028] By: nicholas                              on 2006/01/31  22:59:27
13556         Log: Make Perl_gv_fetchpvn_flags actually heed the passed in length.
13557              This means that \0 bytes in symbolic references now work.
13558      Branch: perl
13559            ! doio.c gv.c perl.c t/op/ref.t toke.c
13560 ____________________________________________________________________________
13561 [ 27027] By: stevep                                on 2006/01/31  18:42:31
13562         Log: Intel C Compiler 9.0 hatefully defines __GNUC__.  Unfortunately, 
13563              icc does not support gcc built-ins like __attribiute__.
13564      Branch: perl
13565            ! perl.h
13566 ____________________________________________________________________________
13567 [ 27022] By: nicholas                              on 2006/01/31  15:33:15
13568         Log: Subject: [perl #38380] Typo in perlfunc.pod 
13569              From: p.boven@sara.nl (via RT) <perlbug-followup@perl.org>
13570              Message-ID: <rt-3.0.11-38380-129047.11.4217468041333@perl.org>
13571              Date: Tue, 31 Jan 2006 05:22:28 -0800
13572      Branch: perl
13573            ! pod/perlfunc.pod
13574 ____________________________________________________________________________
13575 [ 27021] By: nicholas                              on 2006/01/31  15:10:37
13576         Log: Eliminate save_threadsv, as it is never linked to, and all it does
13577              post 5005 threads is croak().
13578      Branch: perl
13579            ! embed.fnc embed.h global.sym proto.h scope.c
13580 ____________________________________________________________________________
13581 [ 27016] By: rgs                                   on 2006/01/31  10:07:00
13582         Log: Subject: Re: [PATCH] Re: replacing "inuse" Win files (was Re: Help with a Cwd.pm build error)
13583              From: demerphq <demerphq@gmail.com>
13584              Date: Tue, 31 Jan 2006 09:55:25 +0100
13585              Message-ID: <9b18b3110601310055h7aeb9aa1gdc2d63cc56d97768@mail.gmail.com>
13586      Branch: perl
13587            ! lib/ExtUtils/Install.pm
13588 ____________________________________________________________________________
13589 [ 27015] By: craigb                                on 2006/01/31  04:37:27
13590         Log: Subject: patch@26996 - patch around stat("_NLA0:") bug
13591              From: "John E. Malmberg" <wb8tyw@qsl.net>Date: Mon, 30 Jan 2006 23:21:34 -0500
13592              Message-id: <43DEE5CE.7060108@qsl.net>
13593
13594      Branch: perl
13595            ! vms/vms.c vms/vmsish.h
13596 ____________________________________________________________________________
13597 [ 27014] By: nicholas                              on 2006/01/31  00:15:26
13598         Log: Silence a warning from the MS compiler about signed/unsigned mismatch.
13599      Branch: perl
13600            ! util.c
13601 ____________________________________________________________________________
13602 [ 27010] By: rgs                                   on 2006/01/30  17:47:56
13603         Log: Add perl594delta
13604      Branch: perl
13605            + pod/perl594delta.pod
13606            ! MANIFEST Makefile.SH pod.lst pod/perl.pod
13607            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
13608            ! win32/pod.mak
13609 ____________________________________________________________________________
13610 [ 27009] By: nicholas                              on 2006/01/30  17:12:54
13611         Log: Change the author aliasing to reflect updates to AUTHORS.
13612      Branch: perl
13613            ! Porting/checkAUTHORS.pl
13614 ____________________________________________________________________________
13615 [ 27007] By: rgs                                   on 2006/01/30  16:58:47
13616         Log: Bump version number to 5.9.4
13617              Regenerate template config in Porting
13618      Branch: perl
13619            ! NetWare/Makefile NetWare/config_H.wc Porting/config.sh
13620            ! Porting/config_H epoc/config.sh epoc/createpkg.pl patchlevel.h
13621            ! plan9/config.plan9 win32/Makefile win32/config_H.bc
13622            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
13623            ! win32/makefile.mk wince/Makefile.ce wince/config_H.ce
13624 ____________________________________________________________________________
13625 [ 27006] By: nicholas                              on 2006/01/30  16:50:38
13626         Log: Silence another Irix compiler warning.
13627      Branch: perl
13628            ! toke.c
13629 ____________________________________________________________________________
13630 [ 27005] By: nicholas                              on 2006/01/30  16:29:38
13631         Log: Avoid a warning from the Irix C compiler.
13632      Branch: perl
13633            ! hv.c
13634 ____________________________________________________________________________
13635 [ 27004] By: stevep                                on 2006/01/30  15:04:50
13636         Log: Teach the Makefile how to cleanup config.over.
13637      Branch: perl
13638            ! Makefile.SH
13639 ____________________________________________________________________________
13640 [ 27002] By: nicholas                              on 2006/01/30  13:42:56
13641         Log: Code assumes that *FOO{SCALAR} will always return a scalar reference,
13642              so make it so, creating $FOO if necessary.
13643              (Effectively this is a policy decision that PERL_DONT_CREATE_GVSV is
13644              visible to XS code, but isn't visible to Perl code)
13645      Branch: perl
13646            ! pp.c t/op/gv.t
13647 ____________________________________________________________________________
13648 [ 27001] By: stevep                                on 2006/01/30  13:25:04
13649         Log: Add -DPTR_IS_LONG when building with -Duse64bitint on Solaris/i386.  
13650              Otherwise, the build fails in POSIX.
13651      Branch: perl
13652            ! hints/solaris_2.sh
13653 ____________________________________________________________________________
13654 [ 27000] By: nicholas                              on 2006/01/30  12:59:12
13655         Log: Use a union for storing the shared hash key reference count, rather
13656              than messy pointer hacks.
13657      Branch: perl
13658            ! ext/XS/APItest/APItest.xs hv.c hv.h perl.c
13659 ____________________________________________________________________________
13660 [ 26999] By: rgs                                   on 2006/01/30  09:52:06
13661         Log: Subject: [DOC PATCH] $^X isn't necessarily argv[0]
13662              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
13663              Date: Mon, 30 Jan 2006 01:06:24 -0800
13664              Message-ID: <20060130090624.GA3760@efn.org>
13665      Branch: perl
13666            ! pod/perlvar.pod
13667 ____________________________________________________________________________
13668 [ 26998] By: merijn                                on 2006/01/30  09:10:53
13669         Log: Subject: [PATCH] maint and blead: unicos.sh hints
13670              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
13671              Date: Sun, 29 Jan 2006 23:45:03 +0200 (EET)
13672              Message-Id: <200601292145.k0TLj3mW320311@kosh.hut.fi>
13673      Branch: perl
13674            ! hints/unicos.sh
13675 ____________________________________________________________________________
13676 [ 26997] By: nicholas                              on 2006/01/30  00:18:52
13677         Log: Assert that IVs and NVs can never be tainted.
13678      Branch: perl
13679            ! sv.c
13680 ____________________________________________________________________________
13681 [ 26996] By: nicholas                              on 2006/01/29  22:00:11
13682         Log: Solaris seems not to enjoy initialising constants from SIG_??? on 64
13683              bit builds.
13684      Branch: perl
13685            ! ext/POSIX/Makefile.PL
13686 ____________________________________________________________________________
13687 [ 26995] By: stevep                                on 2006/01/29  20:43:44
13688         Log: Upgrade to podlators-2.0.3
13689      Branch: perl
13690            ! lib/Pod/t/basic.t lib/Pod/t/color.t lib/Pod/t/man.t
13691            ! lib/Pod/t/termcap.t lib/Pod/t/text-options.t lib/Pod/t/text.t
13692 ____________________________________________________________________________
13693 [ 26994] By: rgs                                   on 2006/01/29  18:31:52
13694         Log: Email change for Steven Schubiger
13695      Branch: perl
13696            ! AUTHORS
13697 ____________________________________________________________________________
13698 [ 26993] By: merijn                                on 2006/01/29  10:14:09
13699         Log: Subject: Re: [patch] s/ar ts/ar s/g
13700              From: "Philippe M. Chiasson" <gozer@ActiveState.com>
13701              Date: Thu, 26 Jan 2006 13:53:07 -0800
13702              Message-ID: <43D944C3.60101@ActiveState.com>
13703      Branch: perl
13704            ! Configure
13705 ____________________________________________________________________________
13706 [ 26991] By: nicholas                              on 2006/01/29  00:25:04
13707         Log: C compilers don't let you return void. Pay attention gcc, and
13708              stop aping Shildt.
13709      Branch: perl
13710            ! sv.c
13711 ____________________________________________________________________________
13712 [ 26990] By: nicholas                              on 2006/01/29  00:09:10
13713         Log: Avoid using space to create 2 functions just to force mathoms to be
13714              linked. Instead, force the link via the perl interpreter structure
13715              via a function pointer that gets replaced at run time anyway.
13716      Branch: perl
13717            ! embed.fnc embed.h intrpvar.h mathoms.c perl.c proto.h
13718 ____________________________________________________________________________
13719 [ 26989] By: nicholas                              on 2006/01/28  17:46:56
13720         Log: Call gv_fetchpvn_flags where we already know the length.
13721      Branch: perl
13722            ! doio.c toke.c
13723 ____________________________________________________________________________
13724 [ 26988] By: stevep                                on 2006/01/28  17:25:03
13725         Log: Upgrade to podlators-2.0.2
13726      Branch: perl
13727            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
13728            ! lib/Pod/Text/Termcap.pm lib/Pod/t/basic.t lib/Pod/t/color.t
13729            ! lib/Pod/t/man.t lib/Pod/t/termcap.t lib/Pod/t/text-options.t
13730            ! lib/Pod/t/text.t pod/pod2man.PL pod/pod2text.PL
13731 ____________________________________________________________________________
13732 [ 26987] By: nicholas                              on 2006/01/28  17:15:21
13733         Log: Squeeze more flag manipulations together in sv_setsv_flags.
13734      Branch: perl
13735            ! sv.c
13736 ____________________________________________________________________________
13737 [ 26986] By: stevep                                on 2006/01/28  16:50:32
13738         Log: Upgrade to CPAN-1.83_59
13739      Branch: perl
13740            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
13741            ! lib/CPAN/SIGNATURE
13742 ____________________________________________________________________________
13743 [ 26985] By: stevep                                on 2006/01/28  16:43:43
13744         Log: Upgrade to Archive-Tar-1.28
13745      Branch: perl
13746            ! lib/Archive/Tar.pm lib/Archive/Tar/bin/ptardiff
13747            ! lib/Archive/Tar/t/02_methods.t
13748            ! lib/Archive/Tar/t/04_resolved_issues.t
13749 ____________________________________________________________________________
13750 [ 26983] By: nicholas                              on 2006/01/28  15:44:04
13751         Log: Add gv_fetchpvs, which uses STR_WITH_LEN to call gv_fetchpvn_flags.
13752              Many strlen()s saved.
13753      Branch: perl
13754            ! doio.c handy.h op.c perl.c pp_ctl.c pp_sort.c pp_sys.c toke.c
13755            ! util.c
13756 ____________________________________________________________________________
13757 [ 26982] By: nicholas                              on 2006/01/28  14:46:35
13758         Log: Merge the IOK and NOK clauses together in sv_setsv_flags.
13759      Branch: perl
13760            ! sv.c
13761 ____________________________________________________________________________
13762 [ 26981] By: nicholas                              on 2006/01/28  14:23:49
13763         Log: The flags manipulation in sv_setsv_flags can be more efficient.
13764      Branch: perl
13765            ! sv.c
13766 ____________________________________________________________________________
13767 [ 26980] By: nicholas                              on 2006/01/28  14:02:10
13768         Log: PERL_DONT_CREATE_GVSV wasn't as effective as it should have been.
13769      Branch: perl
13770            ! gv.c
13771 ____________________________________________________________________________
13772 [ 26979] By: nicholas                              on 2006/01/28  13:38:28
13773         Log: By changing SvVOK() from returning 0/1 to 0/pointer-to-magic we can
13774              save duplicating mg_find calls, without changing the semantics in any
13775              boolean context.
13776      Branch: perl
13777            ! sv.c sv.h util.c
13778 ____________________________________________________________________________
13779 [ 26978] By: nicholas                              on 2006/01/28  12:49:15
13780         Log: Pull the other large chunk of PVGV assignment code into S_pvgv_assign.
13781              There seems to be some duplication with S_glob_assign.
13782      Branch: perl
13783            ! sv.c
13784 ____________________________________________________________________________
13785 [ 26977] By: nicholas                              on 2006/01/28  12:26:47
13786         Log: Remove goto glob_assign;
13787      Branch: perl
13788            ! sv.c
13789 ____________________________________________________________________________
13790 [ 26976] By: nicholas                              on 2006/01/28  12:08:01
13791         Log: Pull glob_assign out from sv_setsv_flags into a static function.
13792      Branch: perl
13793            ! sv.c
13794 ____________________________________________________________________________
13795 [ 26975] By: rgs                                   on 2006/01/28  11:00:30
13796         Log: Update Changes
13797      Branch: perl
13798            ! Changes
13799 ____________________________________________________________________________
13800 [ 26974] By: rgs                                   on 2006/01/28  10:57:04
13801         Log: Add perl 5.9.3 in release list
13802      Branch: perl
13803            ! pod/perlhist.pod
13804 ____________________________________________________________________________
13805 [ 26970] By: gisle                                 on 2006/01/27  19:48:28
13806         Log: Subject: Re: Make Passive mode the default for Net::FTP
13807              From: Gisle Aas <gisle@ActiveState.com>
13808              Date: 27 Jan 2006 07:21:16 -0800
13809              Message-ID: <lrslr91ytv.fsf@caliper.activestate.com>
13810      Branch: perl
13811            ! lib/Net/Config.pm lib/Net/FTP.pm
13812 ____________________________________________________________________________
13813 [ 26969] By: rgs                                   on 2006/01/27  18:27:22
13814         Log: Oops. Forgot to add this file.
13815      Branch: perl
13816            + utils/ptardiff.PL
13817 ____________________________________________________________________________
13818 [ 26968] By: rgs                                   on 2006/01/27  18:07:54
13819         Log: Regenerate META.yml
13820      Branch: perl
13821            ! META.yml
13822 ____________________________________________________________________________
13823 [ 26967] By: rgs                                   on 2006/01/27  18:04:17
13824         Log: Regenerate Changes; remove ^M chars in Changes
13825      Branch: perl
13826            ! Changes
13827 ____________________________________________________________________________
13828 [ 26966] By: rgs                                   on 2006/01/27  17:47:32
13829         Log: Remove patch number
13830      Branch: perl
13831            ! patchlevel.h
13832 ____________________________________________________________________________
13833 [ 26965] By: rgs                                   on 2006/01/27  17:44:48
13834         Log: Mention ptardiff in perldelta.
13835      Branch: perl
13836            ! pod/perl593delta.pod
13837 ____________________________________________________________________________
13838 [ 26964] By: rgs                                   on 2006/01/27  17:37:27
13839         Log: Don't install ptardiff in the module tree
13840      Branch: perl
13841            ! installperl
13842 ____________________________________________________________________________
13843 [ 26963] By: rgs                                   on 2006/01/27  17:19:52
13844         Log: Install the ptardiff utility that comes with Archive::Tar
13845      Branch: perl
13846            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
13847            ! win32/Makefile win32/makefile.mk
13848 ____________________________________________________________________________
13849 [ 26962] By: rgs                                   on 2006/01/27  17:04:35
13850         Log: Install nit : README.e2x should be installed, the other READMEs shouldn't
13851      Branch: perl
13852            ! installperl
13853 ____________________________________________________________________________
13854 [ 26961] By: rgs                                   on 2006/01/27  16:31:33
13855         Log: Regenerate PODs
13856      Branch: perl
13857            ! pod/perlmodlib.pod pod/perltoc.pod
13858 ____________________________________________________________________________
13859 [ 26960] By: rgs                                   on 2006/01/27  15:35:01
13860         Log: Some spelling fixes by David Landgren.
13861              Mention perltodo.
13862      Branch: perl
13863            ! pod/perl593delta.pod
13864 ____________________________________________________________________________
13865 [ 26959] By: rgs                                   on 2006/01/27  15:26:05
13866         Log: Revert change 24461, now that change 26757 allows TEST
13867              to accept extra output from module tests
13868      Branch: perl
13869            ! cygwin/perlld.in
13870 ____________________________________________________________________________
13871 [ 26958] By: rgs                                   on 2006/01/27  13:54:06
13872         Log: Subject: [PATCH] quiet gcc Info message in cygwin
13873              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
13874              Date: Wed, 25 Jan 2006 19:16:09 -0800
13875              Message-ID: <20060126031608.GA2588@efn.org>
13876      Branch: perl
13877            ! hints/cygwin.sh
13878 ____________________________________________________________________________
13879 [ 26957] By: rgs                                   on 2006/01/27  13:08:12
13880         Log: Remove note about #elif, see :
13881              Subject: Re: Change 26954: Simplify nested '#ifdef' by replacing it with '#elif defined()'
13882              From: Steve Hay <steve.hay@uk.radan.com>
13883              Date: Fri, 27 Jan 2006 11:09:02 +0000
13884              Message-ID: <43D9FF4E.6010501@uk.radan.com>
13885      Branch: perl
13886            ! Porting/pumpkin.pod
13887 ____________________________________________________________________________
13888 [ 26955] By: nicholas                              on 2006/01/27  10:36:05
13889         Log: A description of the new constants.
13890      Branch: perl
13891            ! pod/perl593delta.pod
13892 ____________________________________________________________________________
13893 [ 26954] By: gisle                                 on 2006/01/27  08:54:04
13894         Log: Simplify nested '#ifdef' by replacing it with '#elif defined()'
13895      Branch: perl
13896            ! mg.c
13897 ____________________________________________________________________________
13898 [ 26953] By: gisle                                 on 2006/01/27  08:49:34
13899         Log: Safer implementation of RTRIM().
13900              Don't rely on SvCUR to be sane unless SvPOK.
13901      Branch: perl
13902            ! mg.c
13903 ____________________________________________________________________________
13904 [ 26952] By: nicholas                              on 2006/01/26  22:03:19
13905         Log: Subject: [PATCH] Change 26781/26830 (SvRTRIM should also write a new '\0' at the end) can cause segfaults
13906              From: "Philippe M. Chiasson" <gozer@ActiveState.com>
13907              Message-ID: <43D941AF.1060503@ActiveState.com>
13908              Date: Thu, 26 Jan 2006 13:39:59 -0800
13909      Branch: perl
13910            ! mg.c
13911 ____________________________________________________________________________
13912 [ 26951] By: stevep                                on 2006/01/26  19:23:48
13913         Log: Fix a few nits in perl593delta
13914      Branch: perl
13915            ! pod/perl593delta.pod
13916 ____________________________________________________________________________
13917 [ 26950] By: rgs                                   on 2006/01/26  18:48:27
13918         Log: miniperl isn't enough anymore to run pod2man.
13919      Branch: perl
13920            ! pod/Makefile.SH
13921 ____________________________________________________________________________
13922 [ 26949] By: nicholas                              on 2006/01/26  18:35:56
13923         Log: 2 spelling corrections, and rephrase the entry on perlivp (better
13924              grammer, more succinct)
13925      Branch: perl
13926            ! pod/perl593delta.pod
13927 ____________________________________________________________________________
13928 [ 26948] By: rgs                                   on 2006/01/26  18:14:26
13929         Log: More work on perldelta
13930      Branch: perl
13931            ! pod/perl593delta.pod
13932 ____________________________________________________________________________
13933 [ 26947] By: steveh                                on 2006/01/26  16:25:20
13934         Log: Make dump and -u croak on Win32 and Cygwin to avoid confusion
13935              such as was seen here:
13936              
13937              Subject: Weird Win32 error: "This application has requested the Runtime to terminate it in an unusual way."
13938              From: demerphq <demerphq@gmail.com>
13939              Date: Thu, 26 Jan 2006 15:40:42 +0100
13940              Message-ID: <9b18b3110601260640x34b2442cnf5379d2f83b74187@mail.gmail.com>
13941      Branch: perl
13942            ! perl.c pod/perldiag.pod pod/perlport.pod
13943 ____________________________________________________________________________
13944 [ 26946] By: nicholas                              on 2006/01/26  14:57:42
13945         Log: SvREADONLY_off inside the magic routines is also dangerous on shared
13946              hash key scalars, so decompose them to normal scalars if they ever
13947              get here.
13948      Branch: perl
13949            ! mg.c
13950 ____________________________________________________________________________
13951 [ 26945] By: rgs                                   on 2006/01/26  11:49:22
13952         Log: assertions.pm is dual-lived
13953      Branch: perl
13954            ! Porting/Maintainers.pl
13955 ____________________________________________________________________________
13956 [ 26943] By: rgs                                   on 2006/01/25  17:12:11
13957         Log: Subject: aelemfast optimization opclass problem (c.f. [perl #38279])
13958              From: Stephen McCamant <smcc@mit.edu>
13959              Date: Jan 24, 2006 7:23 AM
13960              Message-ID: <17365.51166.604020.571992@conquest.OCF.Berkeley.EDU>
13961      Branch: perl
13962            + ext/B/t/optree_misc.t
13963            ! MANIFEST ext/B/B.xs
13964 ____________________________________________________________________________
13965 [ 26941] By: gisle                                 on 2006/01/24  15:37:25
13966         Log: Subject: Simplify &IO::Handle::say
13967              From: Gisle Aas <gisle@ActiveState.com>
13968              Date: 24 Jan 2006 05:01:28 -0800
13969              Message-ID: <lrzmll7pav.fsf@caliper.activestate.com>
13970      Branch: perl
13971            ! ext/IO/lib/IO/Handle.pm
13972 ____________________________________________________________________________
13973 [ 26940] By: rgs                                   on 2006/01/24  15:10:27
13974         Log: Fix a regression on suidperl : the error message "No #! line" was
13975              produced in erroneous cases, because we used to read values in a
13976              string buffer that pointed to nothing.
13977      Branch: perl
13978            ! perl.c
13979 ____________________________________________________________________________
13980 [ 26936] By: steveh                                on 2006/01/24  12:13:15
13981         Log: Remove d_nanosleep from win32 configs
13982              Change 19899 removed them before, but they have accidentally crept back.
13983      Branch: perl
13984            ! win32/config.bc win32/config.gc win32/config.vc
13985            ! win32/config.vc64
13986 ____________________________________________________________________________
13987 [ 26935] By: steveh                                on 2006/01/24  09:22:44
13988         Log: Subject: SPRINTF_RETURNS_STRLEN isn't really a compile-time option 
13989              From: Gisle Aas <gisle@ActiveState.com>
13990              Date: 23 Jan 2006 02:12:04 -0800
13991              Message-ID: <lr3bjfb6dn.fsf@caliper.activestate.com>
13992              
13993              Subject: RE: SPRINTF_RETURNS_STRLEN isn't really a compile-time option
13994              From: "Jan Dubois" <jand@ActiveState.com>
13995              Date: Mon, 23 Jan 2006 11:30:51 -0800
13996              Message-ID: <008001c62053$86adf680$2217a8c0@candy>
13997      Branch: perl
13998            ! makedef.pl perl.c
13999 ____________________________________________________________________________
14000 [ 26933] By: rgs                                   on 2006/01/23  19:24:06
14001         Log: More work on perldelta
14002      Branch: perl
14003            ! pod/perl593delta.pod
14004 ____________________________________________________________________________
14005 [ 26932] By: nicholas                              on 2006/01/23  19:06:41
14006         Log: constant_add_symbol needs to be static, else static builds can fail at
14007              link time. (*How* many meanings is "static" overloaded with?)
14008      Branch: perl
14009            ! lib/ExtUtils/Constant/ProxySubs.pm
14010 ____________________________________________________________________________
14011 [ 26930] By: stevep                                on 2006/01/23  18:40:08
14012         Log: Subject: [PATCH] Tru64: -Uusedl: lib/ExtUtils/t/Embed.t
14013              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
14014              Date: Mon, 23 Jan 2006 20:34:18 +0200
14015              Message-ID: <43D521AA.7030008@gmail.com>
14016      Branch: perl
14017            ! lib/ExtUtils/t/Embed.t
14018 ____________________________________________________________________________
14019 [ 26929] By: stevep                                on 2006/01/23  15:56:34
14020         Log: Upgrade to Pod-Simple-3.04
14021      Branch: perl
14022            ! lib/Pod/Simple.pm lib/Pod/Simple/BlackBox.pm
14023            ! lib/Pod/Simple/Search.pm
14024 ____________________________________________________________________________
14025 [ 26928] By: rgs                                   on 2006/01/23  15:28:51
14026         Log: Now that change #26410 is reverted, mark as TODO the tests added
14027              by change #26925.
14028      Branch: perl
14029            ! t/op/pat.t
14030 ____________________________________________________________________________
14031 [ 26927] By: rgs                                   on 2006/01/23  15:18:30
14032         Log: Missing chunk in change #26926
14033      Branch: perl
14034            ! t/op/taint.t
14035 ____________________________________________________________________________
14036 [ 26926] By: rgs                                   on 2006/01/23  15:18:10
14037         Log: Revert change 26410, marking the test that was added there as TODO.
14038              See the thread :
14039              Subject: LVALUE m//g (was Re: au revoir ...)
14040              From: Nicholas Clark <nick@ccl4.org>
14041              Date: Jan 18, 2006 9:30 PM
14042              Message-ID: <20060118203058.GQ616@plum.flirble.org>
14043      Branch: perl
14044            ! op.c
14045 ____________________________________________________________________________
14046 [ 26925] By: nicholas                              on 2006/01/23  15:11:11
14047         Log: Change the regression test added by 26410 to use test.pl; this makes
14048              it easier to TODO if needed.
14049              Add the TODO test provided by Rick Delaney, but not as TODO, because
14050              change 26410 also made pos on LVALUE subroutines work for the first
14051              time.
14052      Branch: perl
14053            ! t/op/pat.t t/op/taint.t
14054 ____________________________________________________________________________
14055 [ 26924] By: rgs                                   on 2006/01/23  14:44:59
14056         Log: Un-const magic virtual tables; this consting breaks the nasty
14057              things done by Swig, as noticed by Audrey.
14058      Branch: perl
14059            ! embed.fnc mg.c mg.h perl.h pod/perlapi.pod proto.h sv.c
14060 ____________________________________________________________________________
14061 [ 26923] By: stevep                                on 2006/01/23  14:35:52
14062         Log: Upgrade to CPAN-1.83_58
14063      Branch: perl
14064            ! lib/CPAN.pm lib/CPAN/Debug.pm lib/CPAN/FirstTime.pm
14065            ! lib/CPAN/HandleConfig.pm lib/CPAN/SIGNATURE
14066            ! lib/CPAN/Version.pm lib/CPAN/t/vcmp.t
14067 ____________________________________________________________________________
14068 [ 26922] By: gisle                                 on 2006/01/23  12:33:02
14069         Log: Avoid warning with MS Visual C compiler.
14070              Encode.xs(443) : warning C4761: integral size mismatch in argument; conversion supplied
14071      Branch: perl
14072            ! ext/Encode/Encode.xs
14073 ____________________________________________________________________________
14074 [ 26921] By: gisle                                 on 2006/01/23  09:57:10
14075         Log: Subject: Avoid most getprotobyname/number calls in IO::Socket::INET
14076              From: Gisle Aas <gisle@ActiveState.com>
14077              Date: 18 Jan 2006 09:28:24 -0800
14078              Message-ID: <lr3bjlbg3r.fsf@caliper.activestate.com>
14079      Branch: perl
14080            ! ext/IO/lib/IO/Socket/INET.pm
14081 ____________________________________________________________________________
14082 [ 26919] By: craigb                                on 2006/01/21  17:05:07
14083         Log: Make Manifest.t do what is says it's doing.
14084      Branch: perl
14085            ! lib/ExtUtils/t/Manifest.t
14086 ____________________________________________________________________________
14087 [ 26918] By: mhx                                   on 2006/01/21  15:31:06
14088         Log: Remove wrong cast to (void *), which fixes a gcc warning, and use
14089              the return value of upg_version() at least once in the core.
14090      Branch: perl
14091            ! pp_ctl.c util.c
14092 ____________________________________________________________________________
14093 [ 26915] By: nicholas                              on 2006/01/20  10:12:12
14094         Log: Note 5.8.8-RC1
14095      Branch: perl
14096            ! pod/perlhist.pod
14097 ____________________________________________________________________________
14098 [ 26914] By: mhx                                   on 2006/01/19  18:44:34
14099         Log: Upgrade to Devel::PPPort 3.08
14100      Branch: perl
14101            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
14102            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
14103            ! ext/Devel/PPPort/PPPort_pm.PL
14104            ! ext/Devel/PPPort/parts/inc/ppphtest ext/Devel/PPPort/soak
14105 ____________________________________________________________________________
14106 [ 26913] By: craigb                                on 2006/01/19  04:55:19
14107         Log: find_perl() must be after environment initialization
14108      Branch: perl
14109            ! ext/Devel/PPPort/t/ppphtest.t
14110 ____________________________________________________________________________
14111 [ 26912] By: stevep                                on 2006/01/19  02:58:37
14112         Log: Fix hardcoded "/" in a filepath that causes ext/List/Util/t/p_tainted.t
14113              to fail on VMS.
14114      Branch: perl
14115            ! ext/List/Util/t/p_tainted.t
14116 ____________________________________________________________________________
14117 [ 26911] By: stevep                                on 2006/01/19  02:32:06
14118         Log: Fix another concatenated filepath in a test for Digest::SHA.
14119      Branch: perl
14120            ! ext/Digest/SHA/t/6-dump-load.t
14121 ____________________________________________________________________________
14122 [ 26910] By: nicholas                              on 2006/01/18  23:52:20
14123         Log: Integrate 26847 from maint.
14124              [Whoops, that was never the plan. Didn't realise which directory I was
14125              in]
14126      Branch: perl
14127           !> AUTHORS Porting/Maintainers.pl
14128 ____________________________________________________________________________
14129 [ 26904] By: nicholas                              on 2006/01/18  18:02:17
14130         Log: Change 26410 caused a regression, with the RVALUE return value of
14131              method calls now failing if bound to a global match. Add a TODO test.
14132      Branch: perl
14133            ! t/op/pat.t
14134 ____________________________________________________________________________
14135 [ 26903] By: gisle                                 on 2006/01/18  14:43:14
14136         Log: Allow IPPROTO_ICMP and IPPROTO_UDP to be exported.
14137              These were introduced in change 26897.
14138      Branch: perl
14139            ! ext/Socket/Socket.pm
14140 ____________________________________________________________________________
14141 [ 26902] By: gisle                                 on 2006/01/18  14:41:17
14142         Log: Use the IPPROTO_TCP constant instead of 6.
14143      Branch: perl
14144            ! ext/Socket/t/Socket.t
14145 ____________________________________________________________________________
14146 [ 26901] By: steveh                                on 2006/01/18  14:23:09
14147         Log: Change all NEWSV() to newSV() in the core and non-dual-lived modules.
14148              Keep NEWSV() itself for backwards-compatibility outside of the core,
14149              but don't advertise it any more.
14150              (cf. change #25101).
14151      Branch: perl
14152            ! av.c doio.c dump.c ext/ByteLoader/bytecode.h
14153            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs gv.c handy.h hv.c
14154            ! mathoms.c op.c os2/OS2/REXX/REXX.xs pad.c perl.c perly.c
14155            ! pod/perlapi.pod pod/perlembed.pod pp.c pp_ctl.c pp_hot.c
14156            ! pp_pack.c pp_sys.c regexec.c scope.c sv.c toke.c
14157            ! vms/ext/Stdio/Stdio.xs
14158 ____________________________________________________________________________
14159 [ 26900] By: stevep                                on 2006/01/18  13:32:09
14160         Log: Digest::SHA's t/2-nist-sha-oo.t has some path related problems on
14161              VMS as well.
14162      Branch: perl
14163            ! ext/Digest/SHA/t/2-nist-sha-oo.t
14164 ____________________________________________________________________________
14165 [ 26899] By: stevep                                on 2006/01/18  13:09:10
14166         Log: Fixes for Digest::SHA.  Replaced old ppport.h file with a new one
14167              generated from Devel::PPPort 3.07.  Also, fixed a UNIX-based path
14168              element that caused test failures on VMS (reported by John E. Malmberg
14169              <wb8tyw@qsl.net>).
14170      Branch: perl
14171            ! ext/Digest/SHA/ppport.h ext/Digest/SHA/t/6-dump-load.t
14172 ____________________________________________________________________________
14173 [ 26897] By: gisle                                 on 2006/01/18  11:57:07
14174         Log: Make sure the most common IPPROTO_* constants are always available.
14175              These are well known numbers so it should not be a problem to
14176              hardcode values when no constant is provided by the C library.
14177              Ref <http://www.iana.org/assignments/protocol-numbers>.
14178              
14179              On some old glibc systems (eg Redhat 6) IPPROTO_TCP is an enum only
14180              and this change workaround that problem as well.
14181      Branch: perl
14182            ! ext/Socket/Makefile.PL
14183 ____________________________________________________________________________
14184 [ 26893] By: gisle                                 on 2006/01/18  10:12:14
14185         Log: Suppress "statement not reached" warning from the Sun C compiler.
14186      Branch: perl
14187            ! doio.c
14188 ____________________________________________________________________________
14189 [ 26892] By: rgs                                   on 2006/01/18  10:06:24
14190         Log: Explain better how that test count works.
14191      Branch: perl
14192            ! t/comp/require.t
14193 ____________________________________________________________________________
14194 [ 26891] By: nicholas                              on 2006/01/18  10:02:19
14195         Log: New t/comp/require.t tests should go before the conditional exit.
14196      Branch: perl
14197            ! t/comp/require.t
14198 ____________________________________________________________________________
14199 [ 26889] By: craigb                                on 2006/01/18  05:12:10
14200         Log: special VMS handling no longer needed since we now close the file
14201      Branch: perl
14202            ! lib/File/Compare.t
14203 ____________________________________________________________________________
14204 [ 26885] By: rgs                                   on 2006/01/17  21:45:37
14205         Log: Gisle points out that it's ok to ignore the return value of newSVrv.
14206              Due to how embed.pl is implemented, this also has the unfortunate
14207              side-effect of removing __attribute__malloc__ from the attributes of
14208              this function, but given that the new pointer is stored elsewhere
14209              anyway, this shouldn't impact what gcc could have optimized.
14210      Branch: perl
14211            ! embed.fnc proto.h
14212 ____________________________________________________________________________
14213 [ 26883] By: rgs                                   on 2006/01/17  21:22:38
14214         Log: Regression test for change #26881
14215      Branch: perl
14216            ! t/comp/require.t
14217 ____________________________________________________________________________
14218 [ 26881] By: rgs                                   on 2006/01/17  19:03:51
14219         Log: The current OP that is tested in doeval() can be a require(), an
14220              eval() or a do(). When we test whether OPf_SPECIAL is set on it, be
14221              sure to take into account that it's the eval-related meaning of
14222              OPf_SPECIAL we're testing for, not the require-related one.
14223      Branch: perl
14224            ! pp_ctl.c
14225 ____________________________________________________________________________
14226 [ 26878] By: rgs                                   on 2006/01/17  16:15:15
14227         Log: Make the description of $^M in perlvar a bit more clear
14228              w.r.t. cross-references to the INSTALL document. (spotted
14229              by Stas Bekman)
14230      Branch: perl
14231            ! pod/perlvar.pod
14232 ____________________________________________________________________________
14233 [ 26877] By: rgs                                   on 2006/01/17  16:08:47
14234         Log: Subject: Re: [PATCH] Updated README.macosx
14235              From: Sherm Pendley <sherm@dot-app.org>
14236              Date: Mon, 16 Jan 2006 16:53:23 -0500
14237              Message-Id: <619C9A5D-972F-4B90-A99A-B4B6D04C584D@dot-app.org>
14238      Branch: perl
14239            ! README.macosx
14240 ____________________________________________________________________________
14241 [ 26871] By: gisle                                 on 2006/01/17  11:37:54
14242         Log: More readable MEM_WRAP_CHECK_1() macro.
14243              This form also avoids the "dead part of constant expression is nonconstant"
14244              warning from the Sun Studio 10 compiler.
14245      Branch: perl
14246            ! README.solaris handy.h
14247 ____________________________________________________________________________
14248 [ 26870] By: craigb                                on 2006/01/17  04:03:01
14249         Log: Dots in directory names aren't nice on VMS.
14250      Branch: perl
14251            ! lib/Archive/Tar/t/04_resolved_issues.t
14252 ____________________________________________________________________________
14253 [ 26869] By: craigb                                on 2006/01/17  03:28:20
14254         Log: more case tolerance for vms/ext/filespec.t
14255      Branch: perl
14256            ! vms/ext/filespec.t
14257 ____________________________________________________________________________
14258 [ 26868] By: stevep                                on 2006/01/16  22:31:52
14259         Log: Don't warn about a directory being closed in the DESTROY for
14260              IO::Dir.
14261      Branch: perl
14262            ! ext/IO/lib/IO/Dir.pm
14263 ____________________________________________________________________________
14264 [ 26867] By: rgs                                   on 2006/01/16  19:16:58
14265         Log: defined %foo::bar:: wasn't working like it used to do in evals
14266              (and, consequently, when require'ing modules.)
14267      Branch: perl
14268            ! t/op/stash.t toke.c
14269 ____________________________________________________________________________
14270 [ 26866] By: mhx                                   on 2006/01/16  18:13:28
14271         Log: Upgrade to Devel::PPPort 3.07
14272      Branch: perl
14273            + ext/Devel/PPPort/parts/base/5008007
14274            + ext/Devel/PPPort/parts/base/5009003
14275            + ext/Devel/PPPort/parts/inc/Sv_set
14276            + ext/Devel/PPPort/parts/inc/memory
14277            + ext/Devel/PPPort/parts/inc/variables
14278            + ext/Devel/PPPort/parts/todo/5008007
14279            + ext/Devel/PPPort/parts/todo/5009003
14280            + ext/Devel/PPPort/t/Sv_set.t ext/Devel/PPPort/t/memory.t
14281            + ext/Devel/PPPort/t/variables.t
14282            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
14283            ! ext/Devel/PPPort/MANIFEST ext/Devel/PPPort/META.yml
14284            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
14285            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/PPPort_pm.PL
14286            ! ext/Devel/PPPort/PPPort_xs.PL ext/Devel/PPPort/README
14287            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/apicheck_c.PL
14288            ! ext/Devel/PPPort/devel/buildperl.pl
14289            ! ext/Devel/PPPort/devel/mkapidoc.sh
14290            ! ext/Devel/PPPort/devel/mktodo ext/Devel/PPPort/devel/mktodo.pl
14291            ! ext/Devel/PPPort/devel/scanprov ext/Devel/PPPort/mktests.PL
14292            ! ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
14293            ! ext/Devel/PPPort/parts/apicheck.pl
14294            ! ext/Devel/PPPort/parts/apidoc.fnc
14295            ! ext/Devel/PPPort/parts/base/5004000
14296            ! ext/Devel/PPPort/parts/base/5004050
14297            ! ext/Devel/PPPort/parts/base/5006000
14298            ! ext/Devel/PPPort/parts/base/5007001
14299            ! ext/Devel/PPPort/parts/base/5008001
14300            ! ext/Devel/PPPort/parts/embed.fnc
14301            ! ext/Devel/PPPort/parts/inc/MY_CXT
14302            ! ext/Devel/PPPort/parts/inc/SvPV
14303            ! ext/Devel/PPPort/parts/inc/call ext/Devel/PPPort/parts/inc/cop
14304            ! ext/Devel/PPPort/parts/inc/exception
14305            ! ext/Devel/PPPort/parts/inc/format
14306            ! ext/Devel/PPPort/parts/inc/grok
14307            ! ext/Devel/PPPort/parts/inc/limits
14308            ! ext/Devel/PPPort/parts/inc/mPUSH
14309            ! ext/Devel/PPPort/parts/inc/magic
14310            ! ext/Devel/PPPort/parts/inc/misc
14311            ! ext/Devel/PPPort/parts/inc/newCONSTSUB
14312            ! ext/Devel/PPPort/parts/inc/newRV
14313            ! ext/Devel/PPPort/parts/inc/ppphbin
14314            ! ext/Devel/PPPort/parts/inc/ppphdoc
14315            ! ext/Devel/PPPort/parts/inc/ppphtest
14316            ! ext/Devel/PPPort/parts/inc/sv_xpvf
14317            ! ext/Devel/PPPort/parts/inc/threads
14318            ! ext/Devel/PPPort/parts/inc/uv
14319            ! ext/Devel/PPPort/parts/inc/version
14320            ! ext/Devel/PPPort/parts/ppptools.pl
14321            ! ext/Devel/PPPort/parts/todo/5004000
14322            ! ext/Devel/PPPort/parts/todo/5007001
14323            ! ext/Devel/PPPort/parts/todo/5008001
14324            ! ext/Devel/PPPort/ppport_h.PL ext/Devel/PPPort/soak
14325            ! ext/Devel/PPPort/t/misc.t ext/Devel/PPPort/t/ppphtest.t
14326            ! ext/Devel/PPPort/t/testutil.pl ext/Devel/PPPort/typemap
14327 ____________________________________________________________________________
14328 [ 26863] By: rgs                                   on 2006/01/16  14:09:29
14329         Log: Upgrade to Encode 2.14
14330      Branch: perl
14331            + ext/Encode/t/from_to.t
14332            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
14333            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
14334            ! ext/Encode/META.yml ext/Encode/bin/enc2xs
14335            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/CN/HZ.pm
14336            ! ext/Encode/lib/Encode/MIME/Header.pm
14337            ! ext/Encode/t/mime-header.t ext/Encode/ucm/8859-7.ucm
14338 ____________________________________________________________________________
14339 [ 26861] By: nicholas                              on 2006/01/16  13:10:06
14340         Log: Teach checkAUTHORS about all the authors in 5.8.2-5.8.8, and any others
14341              whose e-mail address I recognise.
14342      Branch: perl
14343            ! Porting/checkAUTHORS.pl
14344 ____________________________________________________________________________
14345 [ 26859] By: rgs                                   on 2006/01/16  12:07:34
14346         Log: Add new directories from C::Zlib to make clean
14347      Branch: perl
14348            ! Makefile.SH
14349 ____________________________________________________________________________
14350 [ 26858] By: rgs                                   on 2006/01/16  11:13:54
14351         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.83_55.tar.gz
14352              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
14353              Date: Sat, 14 Jan 2006 12:57:48 +0100
14354              Message-ID: <87u0c7yqbn.fsf@k75.linux.bogus>
14355      Branch: perl
14356            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
14357            ! lib/CPAN/SIGNATURE lib/CPAN/bin/cpan
14358 ____________________________________________________________________________
14359 [ 26857] By: craigb                                on 2006/01/14  16:45:56
14360         Log: Give up on through.t on VMS for now -- no can do with current 
14361              pipe implementation.
14362      Branch: perl
14363            ! t/io/through.t
14364 ____________________________________________________________________________
14365 [ 26856] By: nicholas                              on 2006/01/14  12:49:31
14366         Log: Can now count the patches committed with --thanks-applied.
14367              Changes5.8's top 3:
14368              3332:   jhi
14369              321:    ams
14370              60:     nick
14371      Branch: perl
14372            ! Porting/checkAUTHORS.pl
14373 ____________________________________________________________________________
14374 [ 26855] By: nicholas                              on 2006/01/14  12:35:58
14375         Log: Oops. When the e-mail address came first, or there was no name with it,
14376              checkAUTHORS.pl wasn't recognising it, which caused the change to be
14377              attributed to the committer rather than the author. This now reveals
14378              several people "missing" from the AUTHORS file.
14379      Branch: perl
14380            ! Porting/checkAUTHORS.pl
14381 ____________________________________________________________________________
14382 [ 26854] By: nicholas                              on 2006/01/14  12:25:15
14383         Log: Some reordering and one new address for Stéphane Payrard
14384      Branch: perl
14385            ! Porting/checkAUTHORS.pl
14386 ____________________________________________________________________________
14387 [ 26853] By: nicholas                              on 2006/01/14  12:20:19
14388         Log: Teach checkAUTHORS.pl about everyone in Changes5.8.[2-8], adding to
14389              AUTHORS where necessary.
14390      Branch: perl
14391            ! AUTHORS Porting/checkAUTHORS.pl
14392 ____________________________________________________________________________
14393 [ 26852] By: nicholas                              on 2006/01/14  11:54:09
14394         Log: Add Ken Hirsch to AUTHORS.
14395      Branch: perl
14396            ! AUTHORS
14397 ____________________________________________________________________________
14398 [ 26850] By: nicholas                              on 2006/01/14  11:39:42
14399         Log: e-mail update from Phil Lobbes
14400      Branch: perl
14401            ! AUTHORS Porting/checkAUTHORS.pl
14402 ____________________________________________________________________________
14403 [ 26849] By: rgs                                   on 2006/01/14  10:26:15
14404         Log: Perldelta nits by Jim Cromie
14405      Branch: perl
14406            ! pod/perl593delta.pod
14407 ____________________________________________________________________________
14408 [ 26846] By: rgs                                   on 2006/01/14  08:49:12
14409         Log: Adapt test.valgrind make target to recent valgrinds (3.x)
14410              by Jim Cromie
14411      Branch: perl
14412            ! t/TEST
14413 ____________________________________________________________________________
14414 [ 26845] By: craigb                                on 2006/01/14  05:16:27
14415         Log: Friday the 13th, Part II.  Don't call SYS$GETJPI with fancy case
14416              lookup stuff on older systems that don't know what it means (broken
14417              in #25306).
14418      Branch: perl
14419            ! vms/vms.c
14420 ____________________________________________________________________________
14421 [ 26844] By: craigb                                on 2006/01/14  05:02:38
14422         Log: Eek.  #25783 broke all pre-v8.2 VMS builds.  Undo all the bits
14423              having to do with dirent, opendir, etc.  Must be Friday the 13th.
14424      Branch: perl
14425            ! configure.com vms/vms.c vms/vmsish.h
14426 ____________________________________________________________________________
14427 [ 26838] By: nicholas                              on 2006/01/13  21:44:47
14428         Log: checkAUTHORS.pl --rank would loop infinitely on an empty results array.
14429      Branch: perl
14430            ! Porting/checkAUTHORS.pl
14431 ____________________________________________________________________________
14432 [ 26835] By: stevep                                on 2006/01/13  19:31:19
14433         Log: Additional tests for RT #38207: "Useless localization of constant ($[)
14434              in getopts.pl".
14435      Branch: perl
14436            ! t/op/local.t
14437 ____________________________________________________________________________
14438 [ 26831] By: nicholas                              on 2006/01/13  18:10:55
14439         Log: Subject: Re: Today's compiling adventure
14440              From: Ken Hirsch <kenhirsch@ftml.net>
14441              Message-ID: <43C69F48.7090600@ftml.net>
14442              Date: Thu, 12 Jan 2006 13:26:16 -0500
14443      Branch: perl
14444            ! pp_sys.c
14445 ____________________________________________________________________________
14446 [ 26826] By: rgs                                   on 2006/01/13  17:32:31
14447         Log: More perldelta work
14448      Branch: perl
14449            ! pod/perl593delta.pod
14450 ____________________________________________________________________________
14451 [ 26824] By: nicholas                              on 2006/01/13  17:08:13
14452         Log: $utf8::VERSION++ # Documentation.
14453      Branch: perl
14454            ! lib/utf8.pm
14455 ____________________________________________________________________________
14456 [ 26819] By: rgs                                   on 2006/01/13  14:50:32
14457         Log: Fix internal links in POD.
14458      Branch: perl
14459            ! lib/utf8.pm
14460 ____________________________________________________________________________
14461 [ 26817] By: nicholas                              on 2006/01/13  14:02:00
14462         Log: More $VERSION bumps.
14463      Branch: perl
14464            ! ext/PerlIO/via/via.pm lib/Attribute/Handlers.pm lib/Switch.pm
14465 ____________________________________________________________________________
14466 [ 26816] By: rgs                                   on 2006/01/13  13:47:52
14467         Log: Better wording for change 26796. Plus, make podchecker happy.
14468      Branch: perl
14469            ! lib/PerlIO.pm
14470 ____________________________________________________________________________
14471 [ 26815] By: gisle                                 on 2006/01/13  12:10:28
14472         Log: Fix [perl #38223]; _IOC_SIZE() not always safe.
14473      Branch: perl
14474            ! perl.h
14475 ____________________________________________________________________________
14476 [ 26814] By: rgs                                   on 2006/01/13  09:22:14
14477         Log: Add a link to the Opcode doc in Safe.
14478              (see RT CPAN ticket #8579)
14479      Branch: perl
14480            ! ext/Opcode/Safe.pm
14481 ____________________________________________________________________________
14482 [ 26813] By: craigb                                on 2006/01/13  01:12:44
14483         Log: Assorted VMS-only MakeMaker fixes for blead
14484      Branch: perl
14485            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
14486            ! lib/ExtUtils/t/FIRST_MAKEFILE.t lib/ExtUtils/t/basic.t
14487 ____________________________________________________________________________
14488 [ 26812] By: rgs                                   on 2006/01/12  23:11:16
14489         Log: Make h2ph recognize (and skip) const and __const__ in C function
14490              prototypes. This makes it produce better files on linux-sparc64.
14491      Branch: perl
14492            ! utils/h2ph.PL
14493 ____________________________________________________________________________
14494 [ 26809] By: nicholas                              on 2006/01/12  20:03:51
14495         Log: Upgrade to Devel::PPPort 3.06_01
14496      Branch: perl
14497            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
14498            ! ext/Devel/PPPort/META.yml ext/Devel/PPPort/PPPort.pm
14499            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/PPPort_pm.PL
14500            ! ext/Devel/PPPort/devel/buildperl.pl
14501            ! ext/Devel/PPPort/devel/mkapidoc.sh ext/Devel/PPPort/mktests.PL
14502            ! ext/Devel/PPPort/parts/apicheck.pl
14503            ! ext/Devel/PPPort/parts/apidoc.fnc
14504            ! ext/Devel/PPPort/parts/base/5006000
14505            ! ext/Devel/PPPort/parts/base/5009002
14506            ! ext/Devel/PPPort/parts/embed.fnc
14507            ! ext/Devel/PPPort/parts/inc/MY_CXT
14508            ! ext/Devel/PPPort/parts/inc/SvPV
14509            ! ext/Devel/PPPort/parts/inc/format
14510            ! ext/Devel/PPPort/parts/inc/grok
14511            ! ext/Devel/PPPort/parts/inc/misc
14512            ! ext/Devel/PPPort/parts/inc/newCONSTSUB
14513            ! ext/Devel/PPPort/parts/inc/ppphbin
14514            ! ext/Devel/PPPort/parts/inc/ppphdoc
14515            ! ext/Devel/PPPort/parts/inc/ppphtest
14516            ! ext/Devel/PPPort/parts/inc/version
14517            ! ext/Devel/PPPort/parts/ppptools.pl
14518            ! ext/Devel/PPPort/parts/todo/5004040
14519            ! ext/Devel/PPPort/parts/todo/5005000
14520            ! ext/Devel/PPPort/parts/todo/5006000
14521            ! ext/Devel/PPPort/ppport_h.PL ext/Devel/PPPort/soak
14522            ! ext/Devel/PPPort/t/newCONSTSUB.t ext/Devel/PPPort/t/ppphtest.t
14523 ____________________________________________________________________________
14524 [ 26808] By: merijn                                on 2006/01/12  19:54:57
14525         Log: Add new mpeix file from #26807
14526      Branch: perl
14527            ! MANIFEST
14528 ____________________________________________________________________________
14529 [ 26807] By: merijn                                on 2006/01/12  19:52:01
14530         Log: Subject: Re: Today's compiling adventure
14531              From: Ken Hirsch <kenhirsch@ftml.net>
14532              Date: Thu, 12 Jan 2006 13:26:16 -0500
14533              Message-ID: <43C69F48.7090600@ftml.net>
14534      Branch: perl
14535            + mpeix/mpeix_setjmp.c
14536            ! README.mpeix hints/mpeix.sh mpeix/mpeix.c mpeix/mpeixish.h
14537            ! pp_sys.c
14538 ____________________________________________________________________________
14539 [ 26805] By: nicholas                              on 2006/01/12  19:09:19
14540         Log: $Socket::VERSION++; # You always miss one.
14541      Branch: perl
14542            ! ext/Socket/Socket.pm
14543 ____________________________________________________________________________
14544 [ 26804] By: nicholas                              on 2006/01/12  18:44:49
14545         Log: Bump $VERSION in many modules that have changed.
14546      Branch: perl
14547            ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm
14548            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
14549            ! ext/Opcode/Opcode.pm ext/Opcode/ops.pm
14550            ! ext/SDBM_File/SDBM_File.pm ext/XS/Typemap/Typemap.pm
14551            ! ext/attrs/attrs.pm ext/re/re.pm ext/threads/shared/shared.pm
14552            ! lib/DB.pm lib/Dumpvalue.pm lib/English.pm lib/File/Copy.pm
14553            ! lib/FileCache.pm lib/Pod/Functions.pm lib/Pod/Html.pm
14554            ! lib/Term/ReadLine.pm lib/Tie/Hash.pm lib/Unicode/UCD.pm
14555            ! lib/User/grent.pm lib/blib.pm lib/diagnostics.pm
14556            ! lib/overload.pm lib/vmsish.pm lib/warnings.pm
14557            ! lib/warnings/register.pm os2/OS2/PrfDB/PrfDB.pm
14558            ! os2/OS2/Process/Process.pm os2/OS2/REXX/REXX.pm warnings.pl
14559 ____________________________________________________________________________
14560 [ 26803] By: rgs                                   on 2006/01/12  15:40:53
14561         Log: Don't warn when localizing $[
14562      Branch: perl
14563            ! op.c t/lib/warnings/op
14564 ____________________________________________________________________________
14565 [ 26802] By: rgs                                   on 2006/01/12  13:47:59
14566         Log: Subject: [perl #38205] misleading typo in perlfaq8
14567              From: erik@cs.uni-jena.de (via RT) <perlbug-followup@perl.org>
14568              Date: Wed, 11 Jan 2006 14:56:28 -0800
14569              Message-ID: <rt-3.0.11-38205-127890.10.340635502974@perl.org>
14570      Branch: perl
14571            ! pod/perlfaq8.pod
14572 ____________________________________________________________________________
14573 [ 26801] By: rgs                                   on 2006/01/12  13:36:05
14574         Log: FAQ sync.
14575      Branch: perl
14576            ! pod/perlfaq.pod pod/perlfaq2.pod
14577 ____________________________________________________________________________
14578 [ 26800] By: rgs                                   on 2006/01/12  13:25:15
14579         Log: Subject: [PATCH] Compress::Zlib
14580              From: "Paul Marquess" <paul.marquess@ntlworld.com>
14581              Date: Thu, 12 Jan 2006 13:20:58 -0000
14582              Message-ID: <020d01c6177b$087b1c60$4c05140a@myopwv.com>
14583      Branch: perl
14584            ! ext/Compress/Zlib/t/16oneshot-gzip-only.t
14585            ! ext/Compress/Zlib/t/16oneshot-zip-only.t
14586 ____________________________________________________________________________
14587 [ 26799] By: rgs                                   on 2006/01/12  11:20:27
14588         Log: Subject: Re: cloning and foo_dup functions
14589              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
14590              Date: Thu, 12 Jan 2006 01:41:18 -0800
14591              Message-ID: <20060112094118.GA1432@efn.org>
14592      Branch: perl
14593            ! embed.fnc pod/perltodo.pod proto.h
14594 ____________________________________________________________________________
14595 [ 26798] By: rgs                                   on 2006/01/12  11:02:45
14596         Log: Test comment fix by Dominic Dunlop
14597      Branch: perl
14598            ! lib/locale.t
14599 ____________________________________________________________________________
14600 [ 26797] By: rgs                                   on 2006/01/12  10:13:27
14601         Log: Typo fix.
14602      Branch: perl
14603            ! pod/perlvar.pod
14604 ____________________________________________________________________________
14605 [ 26796] By: nicholas                              on 2006/01/11  22:41:04
14606         Log: Subject: [PATCH] fix for :crlf example 
14607              From: Xavier Noria <fxn@hashref.com> 
14608              Message-Id: <0F64C146-3A80-4FDF-8149-AFB35B3C4D3B@hashref.com> 
14609              Date: Wed, 11 Jan 2006 23:11:49 +0100 
14610              
14611              plus bump its $VERSION
14612      Branch: perl
14613            ! lib/PerlIO.pm
14614 ____________________________________________________________________________
14615 [ 26795] By: gisle                                 on 2006/01/11  21:09:19
14616         Log: A few more places that can use hv_fetchs().
14617              Ref change 26676.
14618      Branch: perl
14619            ! ext/POSIX/POSIX.xs gv.c mg.c pp_ctl.c toke.c universal.c
14620            ! utf8.c util.c
14621 ____________________________________________________________________________
14622 [ 26793] By: merijn                                on 2006/01/11  21:02:14
14623         Log: Cygwin issue (26792) and patchlevel (26790)
14624              
14625              Subject: Re: Cygwin status, maint and blead
14626              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
14627              Date: Fri, 6 Jan 2006 13:47:10 -0800
14628              Message-ID: <20060106214710.GA592@efn.org>
14629              
14630              Subject: Re: Cygwin status, maint and blead
14631              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
14632              Date: Thu, 10 Nov 2005 00:46:33 -0800
14633              Message-ID: <20051110084633.GA3364@efn.org>
14634      Branch: perl
14635            ! Configure
14636 ____________________________________________________________________________
14637 [ 26791] By: gisle                                 on 2006/01/11  20:50:30
14638         Log: Make $( and $) list the groups in the order they
14639              are returned from the OS.  Linux seems to return
14640              the gids sorted and it seemed wrong for perl to
14641              reverse this order.
14642      Branch: perl
14643            ! mg.c
14644 ____________________________________________________________________________
14645 [ 26789] By: stevep                                on 2006/01/11  19:07:04
14646         Log: Subject: Re: [PATCH] Mac OS X 10.4.4 (Darwin 8.4.0) still does not fix locale issue
14647              From: Dominic Dunlop <domo@computer.org>
14648              Date: Wed, 11 Jan 2006 19:52:20 +0100
14649              Message-Id: <FD99F9D3-16DB-484C-BC0A-702F60DAACA4@computer.org>
14650      Branch: perl
14651            ! lib/locale.t
14652 ____________________________________________________________________________
14653 [ 26787] By: nicholas                              on 2006/01/11  14:47:04
14654         Log: Refactor S_vdie_common so that Perl_vwarn can use it too.
14655      Branch: perl
14656            ! embed.fnc embed.h proto.h util.c
14657 ____________________________________________________________________________
14658 [ 26786] By: gisle                                 on 2006/01/11  14:23:28
14659         Log: Get rid of the following gcc format warnings by    simplifying the
14660              getgroups implementation:
14661              
14662              mg.c: In function Perl_magic_get':
14663              mg.c:1008: warning: long unsigned int format, gid_t arg (arg 3)
14664              mg.c:1014: warning: long unsigned int format, gid_t arg (arg 3)
14665              mg.c:1025: warning: long unsigned int format, unsigned int arg (arg 3)
14666              
14667              Since we already cast the numeric Gid_t values to an IV it should not
14668              be too risky to also cast the Group_t values.  Converting these values
14669              with Gid_t_f wasn't quite right anyway.
14670      Branch: perl
14671            ! mg.c
14672 ____________________________________________________________________________
14673 [ 26785] By: steveh                                on 2006/01/11  14:07:47
14674         Log: Clean up temp files/dirs left by Archive-Tar tests
14675              
14676              Part of this reinstates change 25043 which was mistakenly removed
14677              by change 25312
14678      Branch: perl
14679            ! lib/Archive/Tar/t/02_methods.t lib/Archive/Tar/t/99_clean.t
14680 ____________________________________________________________________________
14681 [ 26784] By: rgs                                   on 2006/01/11  12:52:27
14682         Log: Make description of new warning introduced in change 26780 more precise
14683      Branch: perl
14684            ! pod/perldiag.pod
14685 ____________________________________________________________________________
14686 [ 26783] By: steveh                                on 2006/01/11  12:31:26
14687         Log: Clean up libdirs left behind by new Compress-Zlib
14688      Branch: perl
14689            ! win32/Makefile win32/makefile.mk
14690 ____________________________________________________________________________
14691 [ 26782] By: stevep                                on 2006/01/11  12:25:24
14692         Log: Subject: Fw: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.13.tar.gz
14693              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
14694              Date: Wed, 11 Jan 2006 02:13:31 +0100
14695              Message-ID: <1136942011.43c45bbb82dce@imp1-g19.free.fr>
14696      Branch: perl
14697            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/Syslog.pm
14698 ____________________________________________________________________________
14699 [ 26781] By: nicholas                              on 2006/01/11  12:11:03
14700         Log: Gisle notes that SvRTRIM should also write a new '\0' at the end.
14701      Branch: perl
14702            ! mg.c
14703 ____________________________________________________________________________
14704 [ 26780] By: stevep                                on 2006/01/11  11:53:07
14705         Log: Fix the new warning created with version-0.53
14706      Branch: perl
14707            ! pod/perldiag.pod util.c
14708 ____________________________________________________________________________
14709 [ 26779] By: gisle                                 on 2006/01/11  09:52:18
14710         Log: Make setting 'PL_origalen = 1' before perl_parse() disable
14711              argv[0] munging when $0 is assigned to.
14712      Branch: perl
14713            ! mg.c perl.c pod/perlembed.pod
14714 ____________________________________________________________________________
14715 [ 26778] By: steveh                                on 2006/01/11  09:04:38
14716         Log: Bleadperl's Win32::Win32 is more recent than the current CPAN release
14717              of libwin32 (0.26), so bump the $VERSION a little
14718      Branch: perl
14719            ! win32/ext/Win32/Win32.pm
14720 ____________________________________________________________________________
14721 [ 26777] By: stevep                                on 2006/01/11  03:22:57
14722         Log: Upgrade to version-0.53
14723      Branch: perl
14724            ! lib/version.pm lib/version.t util.c
14725 ____________________________________________________________________________
14726 [ 26774] By: nicholas                              on 2006/01/10  17:46:15
14727         Log: s/superceded/superseded/g
14728      Branch: perl
14729            ! Changes5.004 Changes5.6 handy.h pod/perlapi.pod
14730 ____________________________________________________________________________
14731 [ 26773] By: nicholas                              on 2006/01/10  16:59:25
14732         Log: Subject: Re: Sys::Syslog blows up rather spectacularly on Solaris
14733              From: Alan Burlison <Alan.Burlison@sun.com>
14734              Message-ID: <43C3D80E.20704@sun.com>
14735              Date: Tue, 10 Jan 2006 15:51:42 +0000
14736      Branch: perl
14737            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/constants.t
14738 ____________________________________________________________________________
14739 [ 26772] By: nicholas                              on 2006/01/10  16:36:03
14740         Log: Gisle is correct - $host needs to stay in case the user sets it
14741              themselves. But if the user doesn't, default to INADDR_LOOPBACK.
14742      Branch: perl
14743            ! ext/Sys/Syslog/Syslog.pm
14744 ____________________________________________________________________________
14745 [ 26770] By: merijn                                on 2006/01/10  15:16:03
14746         Log: 1. Make HP C-ANSI-C work on Itanium2 (HP-UX 11.23)
14747              broken optimizer
14748              2. Remove a compiler warning in a try program
14749      Branch: perl
14750            ! hints/hpux.sh
14751 ____________________________________________________________________________
14752 [ 26769] By: nicholas                              on 2006/01/10  15:09:07
14753         Log: Why should Syslog jump through hoops to look up the hostname so it can
14754              immediately convert it to an IP address, when all it really wants is
14755              a connection to the loopback device?
14756      Branch: perl
14757            ! ext/Sys/Syslog/Syslog.pm
14758 ____________________________________________________________________________
14759 [ 26768] By: gisle                                 on 2006/01/10  14:32:43
14760         Log: If getservbyname fails tell what service the lookup
14761              attempt tried to use.
14762      Branch: perl
14763            ! ext/Sys/Syslog/Syslog.pm
14764 ____________________________________________________________________________
14765 [ 26767] By: nicholas                              on 2006/01/10  13:24:26
14766         Log: Missing an initialisation, as spotted by Merijn's HP compiler.
14767      Branch: perl
14768            ! toke.c
14769 ____________________________________________________________________________
14770 [ 26766] By: rgs                                   on 2006/01/10  13:20:52
14771         Log: Remove Syslog tests that use external modules
14772      Branch: perl
14773            - ext/Sys/Syslog/t/distchk.t ext/Sys/Syslog/t/pod.t
14774            - ext/Sys/Syslog/t/podcover.t ext/Sys/Syslog/t/podspell.t
14775            - ext/Sys/Syslog/t/portfs.t
14776            ! MANIFEST
14777 ____________________________________________________________________________
14778 [ 26765] By: gisle                                 on 2006/01/10  11:41:24
14779         Log: Move initialization of old values prior to moreswitches()
14780              closer to their use and together with 'switches_done'.
14781      Branch: perl
14782            ! toke.c
14783 ____________________________________________________________________________
14784 [ 26764] By: rgs                                   on 2006/01/10  10:51:16
14785         Log: Subject: [PATCH] It's the Barbie bus patch
14786              From: Andy Lester <andy@petdance.com>
14787              Date: Mon, 9 Jan 2006 23:42:43 -0600
14788              Message-ID: <20060110054243.GA26165@petdance.com>
14789      Branch: perl
14790            ! av.c doio.c embed.fnc embed.h gv.c hv.c mg.c op.c pad.c
14791            ! pp_ctl.c pp_hot.c pp_sys.c proto.h reentr.c reentr.h regcomp.c
14792            ! regexec.c sv.c toke.c uconfig.sh util.c
14793 ____________________________________________________________________________
14794 [ 26762] By: gisle                                 on 2006/01/10  10:10:10
14795         Log: Remove stale date.
14796      Branch: perl
14797            ! pod/perlembed.pod
14798 ____________________________________________________________________________
14799 [ 26761] By: rgs                                   on 2006/01/10  10:05:26
14800         Log: Subject: [PATCH] Compress::Zlib  becomes zlib agnostic
14801              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
14802              Date: Mon, 9 Jan 2006 20:25:00 -0000
14803              Message-ID: <002101c6155a$c5886c90$1340100a@myopwv.com>
14804      Branch: perl
14805            + ext/Compress/Zlib/lib/Compress/Zip/Constants.pm
14806            + ext/Compress/Zlib/lib/CompressPlugin/Deflate.pm
14807            + ext/Compress/Zlib/lib/CompressPlugin/Identity.pm
14808            + ext/Compress/Zlib/lib/IO/Compress/Base.pm
14809            + ext/Compress/Zlib/lib/IO/Compress/Zip.pm
14810            + ext/Compress/Zlib/lib/IO/Uncompress/AnyUncompress.pm
14811            + ext/Compress/Zlib/lib/IO/Uncompress/Base.pm
14812            + ext/Compress/Zlib/lib/IO/Uncompress/Unzip.pm
14813            + ext/Compress/Zlib/lib/UncompressPlugin/Identity.pm
14814            + ext/Compress/Zlib/lib/UncompressPlugin/Inflate.pm
14815            + ext/Compress/Zlib/t/04generic-deflate.t
14816            + ext/Compress/Zlib/t/04generic-gzip.t
14817            + ext/Compress/Zlib/t/04generic-rawdeflate.t
14818            + ext/Compress/Zlib/t/04generic-zip.t
14819            + ext/Compress/Zlib/t/04zlib-generic-deflate.t
14820            + ext/Compress/Zlib/t/04zlib-generic-gzip.t
14821            + ext/Compress/Zlib/t/04zlib-generic-rawdeflate.t
14822            + ext/Compress/Zlib/t/04zlib-generic-zip.t
14823            + ext/Compress/Zlib/t/12any-deflate.t
14824            + ext/Compress/Zlib/t/12any-gzip.t
14825            + ext/Compress/Zlib/t/12any-rawdeflate.t
14826            + ext/Compress/Zlib/t/12any-transparent.t
14827            + ext/Compress/Zlib/t/12any-zip.t
14828            + ext/Compress/Zlib/t/13prime-deflate.t
14829            + ext/Compress/Zlib/t/13prime-gzip.t
14830            + ext/Compress/Zlib/t/13prime-rawdeflate.t
14831            + ext/Compress/Zlib/t/13prime-zip.t
14832            + ext/Compress/Zlib/t/15multi-deflate.t
14833            + ext/Compress/Zlib/t/15multi-gzip.t
14834            + ext/Compress/Zlib/t/15multi-rawdeflate.t
14835            + ext/Compress/Zlib/t/15multi-zip.t
14836            + ext/Compress/Zlib/t/16oneshot-deflate.t
14837            + ext/Compress/Zlib/t/16oneshot-gzip-only.t
14838            + ext/Compress/Zlib/t/16oneshot-gzip.t
14839            + ext/Compress/Zlib/t/16oneshot-rawdeflate.t
14840            + ext/Compress/Zlib/t/16oneshot-zip-only.t
14841            + ext/Compress/Zlib/t/16oneshot-zip.t
14842            + ext/Compress/Zlib/t/19destroy-deflate.t
14843            + ext/Compress/Zlib/t/19destroy-gzip.t
14844            + ext/Compress/Zlib/t/19destroy-rawdeflate.t
14845            + ext/Compress/Zlib/t/19destroy-zip.t
14846            + ext/Compress/Zlib/t/20tied-deflate.t
14847            + ext/Compress/Zlib/t/20tied-gzip.t
14848            + ext/Compress/Zlib/t/20tied-rawdeflate.t
14849            + ext/Compress/Zlib/t/20tied-zip.t
14850            + ext/Compress/Zlib/t/21newtied-deflate.t
14851            + ext/Compress/Zlib/t/21newtied-gzip.t
14852            + ext/Compress/Zlib/t/21newtied-rawdeflate.t
14853            + ext/Compress/Zlib/t/21newtied-zip.t
14854            + ext/Compress/Zlib/t/22merge-deflate.t
14855            + ext/Compress/Zlib/t/22merge-gzip.t
14856            + ext/Compress/Zlib/t/22merge-rawdeflate.t
14857            + ext/Compress/Zlib/t/22merge-zip.t
14858            + ext/Compress/Zlib/t/25anyunc-deflate.t
14859            + ext/Compress/Zlib/t/25anyunc-gzip.t
14860            + ext/Compress/Zlib/t/25anyunc-rawdeflate.t
14861            + ext/Compress/Zlib/t/25anyunc-transparent.t
14862            + ext/Compress/Zlib/t/25anyunc-zip.t ext/Compress/Zlib/t/99pod.t
14863            + t/lib/compress/ZlibTestUtils.pm t/lib/compress/any.pl
14864            + t/lib/compress/anyunc.pl t/lib/compress/destroy.pl
14865            + t/lib/compress/generic.pl t/lib/compress/merge.pl
14866            + t/lib/compress/multi.pl t/lib/compress/newtied.pl
14867            + t/lib/compress/oneshot.pl t/lib/compress/prime.pl
14868            + t/lib/compress/tied.pl t/lib/compress/truncate.pl
14869            + t/lib/compress/zlib-generic.pl
14870            - ext/Compress/Zlib/t/04def.t ext/Compress/Zlib/t/12any.t
14871            - ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/15multi.t
14872            - ext/Compress/Zlib/t/16oneshot.t
14873            - ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
14874            - ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
14875            - t/lib/ZlibTestUtils.pm
14876            ! MANIFEST ext/Compress/Zlib/Changes
14877            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/README
14878            ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs
14879            ! ext/Compress/Zlib/lib/Compress/Gzip/Constants.pm
14880            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
14881            ! ext/Compress/Zlib/lib/Compress/Zlib/FileConstants.pm
14882            ! ext/Compress/Zlib/lib/Compress/Zlib/ParseParameters.pm
14883            ! ext/Compress/Zlib/lib/File/GlobMapper.pm
14884            ! ext/Compress/Zlib/lib/IO/Compress/Deflate.pm
14885            ! ext/Compress/Zlib/lib/IO/Compress/Gzip.pm
14886            ! ext/Compress/Zlib/lib/IO/Compress/RawDeflate.pm
14887            ! ext/Compress/Zlib/lib/IO/Uncompress/AnyInflate.pm
14888            ! ext/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
14889            ! ext/Compress/Zlib/lib/IO/Uncompress/Inflate.pm
14890            ! ext/Compress/Zlib/lib/IO/Uncompress/RawInflate.pm
14891            ! ext/Compress/Zlib/pod/FAQ.pod ext/Compress/Zlib/ppport.h
14892            ! ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t
14893            ! ext/Compress/Zlib/t/03zlib-v1.t
14894            ! ext/Compress/Zlib/t/05examples.t
14895            ! ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t
14896            ! ext/Compress/Zlib/t/08encoding.t
14897            ! ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
14898            ! ext/Compress/Zlib/t/11truncate.t
14899            ! ext/Compress/Zlib/t/14gzopen.t ext/Compress/Zlib/t/17isize.t
14900            ! ext/Compress/Zlib/t/18lvalue.t ext/Compress/Zlib/t/23misc.t
14901            ! ext/Compress/Zlib/t/globmapper.t
14902 ____________________________________________________________________________
14903 [ 26760] By: gisle                                 on 2006/01/10  08:58:21
14904         Log: Avoid possible dereference of NULL in the initialization of PL_origalen.
14905              This can only happen when perlparse is called with no argv.
14906              Don't try to update PL_origargv unless PL_origalen is at least 2.
14907      Branch: perl
14908            ! mg.c perl.c
14909 ____________________________________________________________________________
14910 [ 26759] By: craigb                                on 2006/01/10  04:28:25
14911         Log: Make FAKE,READONLY optional on VMS in test 21
14912      Branch: perl
14913            ! ext/Devel/Peek/t/Peek.t
14914 ____________________________________________________________________________
14915 [ 26758] By: rgs                                   on 2006/01/09  14:58:57
14916         Log: Add Digest::SHA to the Win32 makefiles
14917      Branch: perl
14918            ! win32/Makefile win32/makefile.mk
14919 ____________________________________________________________________________
14920 [ 26757] By: rgs                                   on 2006/01/09  14:42:18
14921         Log: Subject: Re: relaxing TEST restrictions (was: Re: 5.9.3 approaches)
14922              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
14923              Date: Mon, 9 Jan 2006 06:38:25 -0800
14924              Message-ID: <20060109143825.GB4132@efn.org>
14925      Branch: perl
14926            ! t/TEST
14927 ____________________________________________________________________________
14928 [ 26756] By: rgs                                   on 2006/01/09  14:28:20
14929         Log: Subject: [patch] more about embed.fnc in perlguts
14930              From: Jim Cromie <jim.cromie@gmail.com>
14931              Date: Sun, 08 Jan 2006 11:35:46 -0700
14932              Message-ID: <43C15B82.9090309@gmail.com>
14933              
14934              (with a few nits)
14935      Branch: perl
14936            ! embed.fnc pod/perlguts.pod
14937 ____________________________________________________________________________
14938 [ 26755] By: stevep                                on 2006/01/09  14:27:07
14939         Log: Added standard core header to test cases for Digest::SHA
14940      Branch: perl
14941            ! ext/Digest/SHA/t/0-pod-coverage.t ext/Digest/SHA/t/0-pod.t
14942            ! ext/Digest/SHA/t/1-exist.t ext/Digest/SHA/t/1-hello-world.t
14943            ! ext/Digest/SHA/t/2-nist-sha-1.t
14944            ! ext/Digest/SHA/t/2-nist-sha-224.t
14945            ! ext/Digest/SHA/t/2-nist-sha-256.t
14946            ! ext/Digest/SHA/t/2-nist-sha-384.t
14947            ! ext/Digest/SHA/t/2-nist-sha-512.t
14948            ! ext/Digest/SHA/t/2-nist-sha-base64.t
14949            ! ext/Digest/SHA/t/2-nist-sha-oo.t
14950            ! ext/Digest/SHA/t/2-nist-vectors-bit.t
14951            ! ext/Digest/SHA/t/2-nist-vectors-byte.t
14952            ! ext/Digest/SHA/t/3-gillogly-easy.t
14953            ! ext/Digest/SHA/t/3-gillogly-hard.t
14954            ! ext/Digest/SHA/t/4-bitstr-increasing.t
14955            ! ext/Digest/SHA/t/4-bitstr-large.t
14956            ! ext/Digest/SHA/t/4-bitstr-random.t
14957            ! ext/Digest/SHA/t/5-hmac-fips198.t
14958            ! ext/Digest/SHA/t/5-hmac-rfc2202.t
14959            ! ext/Digest/SHA/t/5-hmac-sha-256.t
14960            ! ext/Digest/SHA/t/5-hmac-woodbury.t
14961            ! ext/Digest/SHA/t/6-dump-load.t ext/Digest/SHA/t/7-ireland.t
14962 ____________________________________________________________________________
14963 [ 26754] By: nicholas                              on 2006/01/09  14:10:34
14964         Log: POSIX and Fcntl both export the same constants derived from the same
14965              C macros. Given that constants are now real inline and *defined*,
14966              rather than merely declared and AUTOLOADed as needed, it is best that
14967              POSIX quite litereally re-exports the constants defined by Fcntl.
14968      Branch: perl
14969            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm
14970 ____________________________________________________________________________
14971 [ 26753] By: gisle                                 on 2006/01/09  13:59:48
14972         Log: Restore hardcoded PERL_PATCHNUM removed in change 26672.
14973              This is actually needed for the current Configure logic
14974              to pick up the real patchnum from the .patch file.
14975      Branch: perl
14976            ! patchlevel.h
14977 ____________________________________________________________________________
14978 [ 26752] By: rgs                                   on 2006/01/09  13:44:20
14979         Log: Upgrade to Sys::Syslog 0.12
14980      Branch: perl
14981            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/README
14982            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/constants.t
14983            ! ext/Sys/Syslog/t/podspell.t
14984 ____________________________________________________________________________
14985 [ 26751] By: rgs                                   on 2006/01/09  10:16:23
14986         Log: Subject: [PATCH] RE: Failing tests on VMS blead@26652
14987              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
14988              Date: Sun, 8 Jan 2006 23:47:33 -0000
14989              Message-ID: <00cd01c614ad$e815d340$6401a8c0@myopwv.com>
14990      Branch: perl
14991            ! ext/Compress/Zlib/t/03zlib-v1.t ext/Compress/Zlib/t/04def.t
14992            ! ext/Compress/Zlib/t/05examples.t
14993            ! ext/Compress/Zlib/t/06gzsetp.t
14994            ! ext/Compress/Zlib/t/08encoding.t
14995            ! ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
14996            ! ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/13prime.t
14997            ! ext/Compress/Zlib/t/14gzopen.t ext/Compress/Zlib/t/15multi.t
14998            ! ext/Compress/Zlib/t/16oneshot.t
14999            ! ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
15000            ! ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
15001            ! ext/Compress/Zlib/t/23misc.t t/lib/ZlibTestUtils.pm
15002 ____________________________________________________________________________
15003 [ 26750] By: rgs                                   on 2006/01/09  08:20:00
15004         Log: Revert change 26749
15005      Branch: perl
15006            ! pod/perlvar.pod
15007 ____________________________________________________________________________
15008 [ 26749] By: davem                                 on 2006/01/09  02:20:51
15009         Log: Subject:  [PATCH] identifiers always in main (was: defining a _ function breaks File::Find)
15010              From:  Xavier Noria <fxn@hashref.com>
15011              Date:  Sun, 23 Oct 2005 09:47:37 +0200
15012              Message-Id:  <D3867DED-313E-4D39-A85F-1178FE7F7A5E@hashref.com>
15013              
15014              clarify which variables are always forced into main::
15015      Branch: perl
15016            ! pod/perlvar.pod
15017 ____________________________________________________________________________
15018 [ 26747] By: nicholas                              on 2006/01/08  22:43:15
15019         Log: Cope with change entries that are \r terminated
15020      Branch: perl
15021            ! Porting/genlog
15022 ____________________________________________________________________________
15023 [ 26745] By: craigb                                on 2006/01/08  22:37:47
15024         Log: follow-up to 26740, shasum --> shasum.com
15025      Branch: perl
15026            ! vms/descrip_mms.template
15027 ____________________________________________________________________________
15028 [ 26744] By: craigb                                on 2006/01/08  22:19:39
15029         Log: Grr.  #26690 broke handling of old ODS-2 style names
15030              on current versions of VMS
15031      Branch: perl
15032            ! configure.com
15033 ____________________________________________________________________________
15034 [ 26743] By: craigb                                on 2006/01/08  22:14:13
15035         Log: VMS needs the meta-quoted version of $0
15036      Branch: perl
15037            ! lib/Test/Simple/t/is_deeply_fail.t
15038 ____________________________________________________________________________
15039 [ 26740] By: rgs                                   on 2006/01/08  21:42:59
15040         Log: Install shasum on Windows and VMS too
15041      Branch: perl
15042            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
15043 ____________________________________________________________________________
15044 [ 26739] By: rgs                                   on 2006/01/08  21:34:22
15045         Log: Subject: Re: [perl #38181] Default IO Layer is ignored in 3-argument open call 
15046              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
15047              Date: Mon, 09 Jan 2006 01:29:30 +0900
15048              Message-Id: <20060109012103.F20A.BQW10602@nifty.com>
15049      Branch: perl
15050            ! lib/open.pm pod/perlfunc.pod
15051 ____________________________________________________________________________
15052 [ 26737] By: nicholas                              on 2006/01/08  21:13:05
15053         Log: Update copyright with the 2 years where changes were made.
15054      Branch: perl
15055            ! pad.h
15056 ____________________________________________________________________________
15057 [ 26736] By: nicholas                              on 2006/01/08  20:41:25
15058         Log: Update the copyright years in the generated files, and nostdio.h
15059      Branch: perl
15060            ! keywords.h keywords.pl nostdio.h opcode.pl opnames.h
15061 ____________________________________________________________________________
15062 [ 26735] By: davem                                 on 2006/01/08  20:41:16
15063         Log: document svt_copy, svt_dup and svt_local vtable slots
15064      Branch: perl
15065            ! pod/perlguts.pod
15066 ____________________________________________________________________________
15067 [ 26733] By: rgs                                   on 2006/01/08  20:16:06
15068         Log: Add shasum (from Digest::SHA) to utils.lst
15069      Branch: perl
15070            ! utils.lst
15071 ____________________________________________________________________________
15072 [ 26732] By: nicholas                              on 2006/01/08  19:53:11
15073         Log: Update copyright years (including some years where we made changes but
15074              did not update)
15075      Branch: perl
15076            ! av.c deb.c mathoms.c mg.h numeric.c pad.c patchlevel.h perl.h
15077            ! perlvars.h perly.c run.c scope.c taint.c thread.h
15078 ____________________________________________________________________________
15079 [ 26726] By: nicholas                              on 2006/01/08  18:27:27
15080         Log: run pod/buildtoc --build-all
15081      Branch: perl
15082            ! MANIFEST pod/perltoc.pod vms/descrip_mms.template
15083            ! win32/Makefile win32/makefile.mk
15084 ____________________________________________________________________________
15085 [ 26725] By: nicholas                              on 2006/01/08  18:25:20
15086         Log: With VMS moving from [lib.pod] to [lib.pods] then pod/buildtoc needs
15087              tweaking
15088      Branch: perl
15089            ! pod/buildtoc
15090 ____________________________________________________________________________
15091 [ 26713] By: nicholas                              on 2006/01/08  15:24:53
15092         Log: Add an option 'opened' which reports on the maintainers of all files
15093              perforce currently has open.
15094      Branch: perl
15095            ! Porting/Maintainers.pm
15096 ____________________________________________________________________________
15097 [ 26710] By: craigb                                on 2006/01/08  13:33:43
15098         Log: pod2usage2.t is not readily portable to VMS either
15099      Branch: perl
15100            ! t/pod/pod2usage2.t
15101 ____________________________________________________________________________
15102 [ 26709] By: nicholas                              on 2006/01/08  13:15:30
15103         Log: Tweak the code that generates unique entries in @POSIX::EXPORT so that
15104              the array ends up with shared hash key scalars, for a memory saving.
15105      Branch: perl
15106            ! ext/POSIX/POSIX.pm
15107 ____________________________________________________________________________
15108 [ 26708] By: merijn                                on 2006/01/08  12:27:29
15109         Log: Subject: [PATCH] blead: format warnings
15110              Date: Sat, 07 Jan 2006 21:42:08 +0200
15111              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
15112              Message-ID: <43C01990.6020207@gmail.com>
15113      Branch: perl
15114            ! mg.c regcomp.c sv.c
15115 ____________________________________________________________________________
15116 [ 26707] By: merijn                                on 2006/01/08  09:53:56
15117         Log: Subject: [PATCH] hints/dec_osf.sh (Re: blead@26701 compilation warning from tru64 cc)
15118              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
15119              Date: Sun, 08 Jan 2006 11:38:34 +0200
15120              Message-ID: <43C0DD9A.9080809@gmail.com>
15121      Branch: perl
15122            ! hints/dec_osf.sh
15123 ____________________________________________________________________________
15124 [ 26706] By: nicholas                              on 2006/01/08  08:33:46
15125         Log: Add utils/shasum.PL to MANIFEST
15126      Branch: perl
15127            ! MANIFEST
15128 ____________________________________________________________________________
15129 [ 26705] By: nicholas                              on 2006/01/08  08:28:29
15130         Log: Add missing files in ext/Digest/SHA/src that somehow escaped the net.
15131      Branch: perl
15132            + ext/Digest/SHA/src/hmac.c ext/Digest/SHA/src/hmac.h
15133            + ext/Digest/SHA/src/hmacxtra.c ext/Digest/SHA/src/sha.c
15134            + ext/Digest/SHA/src/sha.h ext/Digest/SHA/src/sha64bit.c
15135            + ext/Digest/SHA/src/sha64bit.h ext/Digest/SHA/src/shaxtra.c
15136 ____________________________________________________________________________
15137 [ 26704] By: stevep                                on 2006/01/08  04:17:08
15138         Log: Add Digest-SHA-5.32 for SHA-256 support for CPAN.
15139      Branch: perl
15140            + ext/Digest/SHA/Changes ext/Digest/SHA/Makefile.PL
15141            + ext/Digest/SHA/README ext/Digest/SHA/SHA.pm
15142            + ext/Digest/SHA/SHA.xs ext/Digest/SHA/bin/shasum
15143            + ext/Digest/SHA/ppport.h ext/Digest/SHA/t/0-pod-coverage.t
15144            + ext/Digest/SHA/t/0-pod.t ext/Digest/SHA/t/1-exist.t
15145            + ext/Digest/SHA/t/1-hello-world.t
15146            + ext/Digest/SHA/t/2-nist-sha-1.t
15147            + ext/Digest/SHA/t/2-nist-sha-224.t
15148            + ext/Digest/SHA/t/2-nist-sha-256.t
15149            + ext/Digest/SHA/t/2-nist-sha-384.t
15150            + ext/Digest/SHA/t/2-nist-sha-512.t
15151            + ext/Digest/SHA/t/2-nist-sha-base64.t
15152            + ext/Digest/SHA/t/2-nist-sha-oo.t
15153            + ext/Digest/SHA/t/2-nist-vectors-bit.t
15154            + ext/Digest/SHA/t/2-nist-vectors-byte.t
15155            + ext/Digest/SHA/t/3-gillogly-easy.t
15156            + ext/Digest/SHA/t/3-gillogly-hard.t
15157            + ext/Digest/SHA/t/4-bitstr-increasing.t
15158            + ext/Digest/SHA/t/4-bitstr-large.t
15159            + ext/Digest/SHA/t/4-bitstr-random.t
15160            + ext/Digest/SHA/t/5-hmac-fips198.t
15161            + ext/Digest/SHA/t/5-hmac-rfc2202.t
15162            + ext/Digest/SHA/t/5-hmac-sha-256.t
15163            + ext/Digest/SHA/t/5-hmac-woodbury.t
15164            + ext/Digest/SHA/t/6-dump-load.t ext/Digest/SHA/t/7-ireland.t
15165            + ext/Digest/SHA/t/gillogly/state.011
15166            + ext/Digest/SHA/t/gillogly/state.110
15167            + ext/Digest/SHA/t/nist/COPYRIGHT
15168            + ext/Digest/SHA/t/nist/Readme.txt
15169            + ext/Digest/SHA/t/nist/bit-hashes.sha1
15170            + ext/Digest/SHA/t/nist/bit-messages.sha1
15171            + ext/Digest/SHA/t/nist/byte-hashes.sha1
15172            + ext/Digest/SHA/t/nist/byte-messages.sha1
15173            + ext/Digest/SHA/t/state/state.1
15174            + ext/Digest/SHA/t/state/state.256
15175            + ext/Digest/SHA/t/state/state.384
15176            + ext/Digest/SHA/t/state/state.512 ext/Digest/SHA/typemap
15177            + utils/shasum.PL
15178            ! MANIFEST Porting/Maintainers.pl utils/Makefile
15179 ____________________________________________________________________________
15180 [ 26703] By: craigb                                on 2006/01/07  22:12:16
15181         Log: Make v?snprintf available on VMS v7.3-2 and later and clean up
15182              some other version-dependency checks.
15183      Branch: perl
15184            ! configure.com
15185 ____________________________________________________________________________
15186 [ 26702] By: nicholas                              on 2006/01/07  20:42:57
15187         Log: Remove the greedy quantifier from inside the grouping (?:) so that it
15188              and the greedy quantifier on the (?:) don't fight each other until the
15189              C stack is exhausted.
15190      Branch: perl
15191            ! lib/Pod/Simple/BlackBox.pm
15192 ____________________________________________________________________________
15193 [ 26701] By: nicholas                              on 2006/01/07  17:19:29
15194         Log: Reorder Fcntl's bootstrapping so that the constants actually get
15195              inlined within the functions that Fcntl defines.
15196      Branch: perl
15197            ! ext/Fcntl/Fcntl.pm
15198 ____________________________________________________________________________
15199 [ 26695] By: davem                                 on 2006/01/07  03:13:08
15200         Log: preserve the referent associated with a shared RV.
15201              its faster, and the user doesn't see a different address each time
15202              for ref($sharedref).
15203      Branch: perl
15204            ! ext/threads/shared/shared.xs
15205 ____________________________________________________________________________
15206 [ 26694] By: stevep                                on 2006/01/07  03:13:05
15207         Log: Additional const prototype fixes.
15208      Branch: perl
15209            ! os2/os2.c wince/wince.c
15210 ____________________________________________________________________________
15211 [ 26693] By: davem                                 on 2006/01/07  01:24:37
15212         Log: fix coredump on 'local $shared[N]' introduced by change #24942
15213      Branch: perl
15214            ! ext/threads/shared/shared.xs
15215 ____________________________________________________________________________
15216 [ 26691] By: nicholas                              on 2006/01/06  23:57:55
15217         Log: Don't code the absolute number of tests for the UTF8/EBCDIC case; much
15218              better to subtract the number of tests that don't get run.
15219      Branch: perl
15220            ! t/comp/require.t
15221 ____________________________________________________________________________
15222 [ 26690] By: craigb                                on 2006/01/06  23:16:30
15223         Log: Make VMS manifest checker handle multi-dot filenames on ODS-5
15224      Branch: perl
15225            ! configure.com
15226 ____________________________________________________________________________
15227 [ 26687] By: nicholas                              on 2006/01/06  22:19:47
15228         Log: Correct the typo in the description of change 24253
15229      Branch: perl
15230            ! Changes
15231 ____________________________________________________________________________
15232 [ 26685] By: stevep                                on 2006/01/06  21:59:00
15233         Log: Upgrade to version-0.52
15234      Branch: perl
15235            ! lib/version.pm lib/version.pod lib/version.t sv.c
15236            ! t/op/sprintf.t util.c
15237 ____________________________________________________________________________
15238 [ 26684] By: davem                                 on 2006/01/06  21:13:12
15239         Log: make ithreads shared vars smaller/quicker by eliminating shared_sv
15240              struct. Also document how it works.
15241      Branch: perl
15242            ! ext/threads/shared/shared.xs ext/threads/shared/typemap
15243 ____________________________________________________________________________
15244 [ 26680] By: stevep                                on 2006/01/06  18:59:54
15245         Log: const'ing parameters killed the builds for djgpp.  Changes get the 
15246              Perl core, but not the modules, to compile cleanly. 
15247      Branch: perl
15248            ! djgpp/djgpp.c djgpp/djgpp.h
15249 ____________________________________________________________________________
15250 [ 26679] By: nicholas                              on 2006/01/06  18:29:57
15251         Log: Negating an unsigned value generates warnings for some compilers, so
15252              cast it first.
15253      Branch: perl
15254            ! lib/ExtUtils/Constant/ProxySubs.pm
15255 ____________________________________________________________________________
15256 [ 26677] By: steveh                                on 2006/01/06  17:20:47
15257         Log: DBL_MAX and FLT_MAX are not constants in Borland C++
15258              
15259              (Fixes BCC compilation error in POSIX introduced by change 26455)
15260      Branch: perl
15261            ! ext/POSIX/Makefile.PL
15262 ____________________________________________________________________________
15263 [ 26676] By: rgs                                   on 2006/01/06  16:58:14
15264         Log: Subject: [PATCH] hv_fetchs() support
15265              From: Andy Lester <andy@petdance.com>
15266              Date: Fri, 6 Jan 2006 09:57:19 -0600
15267              Message-ID: <20060106155719.GB9035@petdance.com>
15268      Branch: perl
15269            ! doop.c handy.h hv.c malloc.c op.c pp_sys.c taint.c
15270 ____________________________________________________________________________
15271 [ 26675] By: rgs                                   on 2006/01/06  15:50:34
15272         Log: Subject: [PATCH] sprinkle dVAR
15273              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
15274              Date: Fri, 06 Jan 2006 16:18:53 +0200
15275              Message-ID: <43BE7C4D.1010302@gmail.com>
15276      Branch: perl
15277            ! av.c deb.c doio.c doop.c dump.c ext/threads/threads.xs gv.c
15278            ! hv.c lib/ExtUtils/ParseXS.pm locale.c mathoms.c mg.c numeric.c
15279            ! op.c opcode.h opcode.pl pad.c perl.c perl.h perl_keyword.pl
15280            ! perlio.c perlvars.h perly.c pp.c pp_ctl.c pp_hot.c pp_pack.c
15281            ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c
15282            ! taint.c toke.c universal.c utf8.c util.c xsutils.c
15283 ____________________________________________________________________________
15284 [ 26674] By: rgs                                   on 2006/01/06  14:35:38
15285         Log: Subject: [PATCH] performance tweaking op.c
15286              From: Andy Lester <andy@petdance.com>
15287              Date: Fri, 6 Jan 2006 01:44:48 -0600
15288              Message-ID: <20060106074448.GB3401@petdance.com>
15289      Branch: perl
15290            ! op.c
15291 ____________________________________________________________________________
15292 [ 26673] By: gisle                                 on 2006/01/06  14:00:14
15293         Log: Remove code duplicated a few lines above by change 19695.
15294      Branch: perl
15295            ! toke.c
15296 ____________________________________________________________________________
15297 [ 26672] By: gisle                                 on 2006/01/06  13:57:27
15298         Log: Move "DEVEL####" marker to the 'perl -v' output.
15299              This avoids problem with using STRINGIFY in patchlevel.h
15300              (ref msg <43BE4BAC.6010701@uk.radan.com> posted to p5p).
15301      Branch: perl
15302            ! patchlevel.h perl.c t/run/switches.t utils/perlbug.PL
15303 ____________________________________________________________________________
15304 [ 26671] By: stevep                                on 2006/01/06  13:04:44
15305         Log: Replacing broken call to savepvn() with savepvs() to get threaded
15306              Cygwin to compile again.
15307      Branch: perl
15308            ! perl.c
15309 ____________________________________________________________________________
15310 [ 26670] By: gisle                                 on 2006/01/06  10:54:18
15311         Log: Make '-s' on the shebang line able to parse -foo=bar switches again.
15312              This feature was broken by change 19695 some years ago
15313              and integrated into perl-5.8.1.  perl-5.8.0 was fine.
15314              Ref http://bugs.activestate.com/show_bug.cgi?id=43483
15315      Branch: perl
15316            ! perl.c t/run/switches.t
15317 ____________________________________________________________________________
15318 [ 26669] By: gisle                                 on 2006/01/06  10:38:37
15319         Log: Improve description of the -s switch.
15320              I found the "This means you can have switches
15321              with two leading dashes." sentence introduced by
15322              change 7144 really confusing.  The note after
15323              the example should make it clear enough that double
15324              dash switches can be used for those that insist.
15325      Branch: perl
15326            ! pod/perlrun.pod
15327 ____________________________________________________________________________
15328 [ 26668] By: merijn                                on 2006/01/05  21:04:32
15329         Log: Test if the probed availability of v?snprintf () is
15330              actually usable. Thanks to Russ and Jarkko.
15331      Branch: perl
15332            ! Configure
15333 ____________________________________________________________________________
15334 [ 26666] By: rgs                                   on 2006/01/05  17:39:07
15335         Log: Upgrade to CPAN.pm 1.83
15336      Branch: perl
15337            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
15338            ! lib/CPAN/SIGNATURE lib/CPAN/Tarzip.pm
15339 ____________________________________________________________________________
15340 [ 26665] By: rgs                                   on 2006/01/05  17:27:28
15341         Log: Regenerate PODs
15342      Branch: perl
15343            ! pod/perlmodlib.pod pod/perltoc.pod
15344 ____________________________________________________________________________
15345 [ 26664] By: steveh                                on 2006/01/05  17:24:44
15346         Log: Workaround another problem following change 26395
15347              
15348              MinGW doesn't like 26395 either! (ref: change 26634)
15349      Branch: perl
15350            ! gv.h
15351 ____________________________________________________________________________
15352 [ 26663] By: rgs                                   on 2006/01/05  17:19:27
15353         Log: Really commit change 26662 (duh)
15354      Branch: perl
15355            ! pod.lst pod/perl.pod
15356 ____________________________________________________________________________
15357 [ 26662] By: rgs                                   on 2006/01/05  17:17:52
15358         Log: Let table of contents know about perllinux man page
15359      Branch: perl
15360            ! pod.lst pod/perl.pod
15361 ____________________________________________________________________________
15362 [ 26661] By: rgs                                   on 2006/01/05  16:58:51
15363         Log: Update Changes
15364      Branch: perl
15365            ! Changes
15366 ____________________________________________________________________________
15367 [ 26659] By: steveh                                on 2006/01/05  16:22:50
15368         Log: Subject: MinGW and lib/CORE/Win32.h
15369              From: "Sisyphus" <sisyphus1@optusnet.com.au>
15370              Date: Wed, 4 Jan 2006 21:29:19 +1100
15371              Message-ID: <024301c61119$bca4a840$e201140a@desktop>
15372      Branch: perl
15373            ! win32/win32.h
15374 ____________________________________________________________________________
15375 [ 26658] By: rgs                                   on 2006/01/05  15:33:32
15376         Log: Install less README files
15377      Branch: perl
15378            ! installperl
15379 ____________________________________________________________________________
15380 [ 26657] By: rgs                                   on 2006/01/05  14:36:40
15381         Log: Remove old Pod::Man parser creation.
15382              Fix a run-time warning.
15383      Branch: perl
15384            ! installman
15385 ____________________________________________________________________________
15386 [ 26656] By: stevep                                on 2006/01/05  14:33:16
15387         Log: Change installman to instantiate a new Pod::Man instance for each
15388              file processed.  This is now required with podlators-2.0.
15389      Branch: perl
15390            ! installman
15391 ____________________________________________________________________________
15392 [ 26655] By: steveh                                on 2006/01/05  09:21:52
15393         Log: Reorder changes made in change 26630
15394              
15395              (Keep the order in win32/config.* and win32/config_H.* the same as in
15396              Configure and config_H.SH for easier diffing)
15397      Branch: perl
15398            ! win32/config.bc win32/config.gc win32/config.vc
15399            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
15400            ! win32/config_H.vc win32/config_H.vc64
15401 ____________________________________________________________________________
15402 [ 26654] By: steveh                                on 2006/01/04  17:57:14
15403         Log: Run regen.pl (Just updating copyright years)
15404      Branch: perl
15405            ! embed.h embedvar.h global.sym opcode.h perlapi.c perlapi.h
15406            ! proto.h
15407 ____________________________________________________________________________
15408 [ 26653] By: steveh                                on 2006/01/04  17:49:38
15409         Log: Don't try to export PL_my_ctx_mutex and PL_my_cxt_* when
15410              PERL_IMPLICIT_CONTEXT is not defined
15411              
15412              Fixes non-threaded build errors on Win32 following change 26523
15413      Branch: perl
15414            ! makedef.pl
15415 ____________________________________________________________________________
15416 [ 26652] By: rgs                                   on 2006/01/04  17:19:37
15417         Log: More copyright updates
15418      Branch: perl
15419            ! cop.h dump.c gv.c gv.h handy.h locale.c op.c perlio.c
15420            ! pp_pack.c sv.h thread.h universal.c xsutils.c
15421 ____________________________________________________________________________
15422 [ 26651] By: rgs                                   on 2006/01/04  16:50:47
15423         Log: Subject: Re: [patch] optimized constant subs are cool, teach B::Concise about them
15424              From: Jim Cromie <jim.cromie@gmail.com>
15425              Date: Tue, 03 Jan 2006 23:18:09 -0700
15426              Message-ID: <43BB68A1.7060708@gmail.com>
15427              
15428              With syntactic tweaks to the test file
15429      Branch: perl
15430            ! ext/B/B/Concise.pm ext/B/t/concise-xs.t
15431            ! ext/B/t/optree_constants.t
15432 ____________________________________________________________________________
15433 [ 26650] By: gisle                                 on 2006/01/04  16:42:03
15434         Log: Move all the xxxpvs() macros to handy.h.
15435              This brings them closer to STR_WITH_LEN.  Besides only half
15436              of them were sv-related after change 26649.
15437      Branch: perl
15438            ! handy.h sv.h
15439 ____________________________________________________________________________
15440 [ 26649] By: gisle                                 on 2006/01/04  16:15:34
15441         Log: Make the new STR_WITH_LEN() affected compile under -Dusethreads.
15442              Can't use STR_WITH_LEN() as argument to a macro :-(
15443      Branch: perl
15444            ! gv.c locale.c mg.c perl.c perlio.c pp_sys.c sv.c sv.h toke.c
15445 ____________________________________________________________________________
15446 [ 26648] By: gisle                                 on 2006/01/04  14:23:20
15447         Log: Add an extra NUL so that we can use sv_catpvs()
15448              for "our @F=split..." and get rid of 15 and the
15449              explaination for why it's there.
15450      Branch: perl
15451            ! toke.c
15452 ____________________________________________________________________________
15453 [ 26647] By: gisle                                 on 2006/01/04  14:10:34
15454         Log: Get rid of hardcoded string length.
15455      Branch: perl
15456            ! thread.h
15457 ____________________________________________________________________________
15458 [ 26646] By: gisle                                 on 2006/01/04  14:04:16
15459         Log: Introduce newSVpvs_share() macro.
15460              Gets rid of some hardcoded string lengths.
15461      Branch: perl
15462            ! op.c perl.c sv.h
15463 ____________________________________________________________________________
15464 [ 26645] By: gisle                                 on 2006/01/04  13:53:16
15465         Log: Get rid of a few more hardcoded string lengths.
15466      Branch: perl
15467            ! locale.c mg.c perl.c perlio.c sv.c
15468 ____________________________________________________________________________
15469 [ 26644] By: stevep                                on 2006/01/04  13:13:50
15470         Log: Update copyright year.
15471      Branch: perl
15472            ! pp_sys.c
15473 ____________________________________________________________________________
15474 [ 26643] By: rgs                                   on 2006/01/04  13:02:18
15475         Log: Fix some compilation warnings
15476      Branch: perl
15477            ! pp_hot.c
15478 ____________________________________________________________________________
15479 [ 26642] By: gisle                                 on 2006/01/04  13:00:45
15480         Log: Get rid of a few more hardcoded string lengths.
15481      Branch: perl
15482            ! gv.c perl.c perlio.c pp_sys.c
15483 ____________________________________________________________________________
15484 [ 26641] By: gisle                                 on 2006/01/04  12:48:34
15485         Log: Introduce the macros newSVpvs(str) and sv_catpvs(sv, str).
15486              Gets rid of many hardcoded string lengths.
15487      Branch: perl
15488            ! dump.c gv.c op.c perl.c perlio.c pp.c pp_ctl.c pp_pack.c
15489            ! pp_sys.c regcomp.c sv.c sv.h toke.c universal.c utf8.c util.c
15490            ! xsutils.c
15491 ____________________________________________________________________________
15492 [ 26640] By: gisle                                 on 2006/01/04  12:35:45
15493         Log: Removed unused part of string passed to sv_catpvn().
15494      Branch: perl
15495            ! toke.c
15496 ____________________________________________________________________________
15497 [ 26639] By: stevep                                on 2006/01/04  12:31:17
15498         Log: Updates to various configurations courtesy of Jarkko.
15499      Branch: perl
15500            ! Cross/config.sh-arm-linux NetWare/config.wc epoc/config.sh
15501            ! plan9/config_sh.sample symbian/config.sh uconfig.sh
15502            ! wince/config.ce
15503 ____________________________________________________________________________
15504 [ 26638] By: stevep                                on 2006/01/04  12:19:49
15505         Log: Don't warn about invalid dirhandles in DirHandle::DESTROY().
15506      Branch: perl
15507            ! lib/DirHandle.pm
15508 ____________________________________________________________________________
15509 [ 26637] By: steveh                                on 2006/01/04  11:10:36
15510         Log: Make Borland and MinGW happy with change 26379
15511              
15512              (They both complain "invalid conversion from `void*' to `HWND__*'"
15513              otherwise)
15514      Branch: perl
15515            ! win32/perlhost.h
15516 ____________________________________________________________________________
15517 [ 26636] By: gisle                                 on 2006/01/04  10:46:42
15518         Log: Fix typo in comment.
15519      Branch: perl
15520            ! handy.h
15521 ____________________________________________________________________________
15522 [ 26635] By: gisle                                 on 2006/01/04  10:44:48
15523         Log: Introduce STR_WITH_LEN macro in the form suggested by Chip.
15524      Branch: perl
15525            ! handy.h toke.c
15526 ____________________________________________________________________________
15527 [ 26634] By: steveh                                on 2006/01/04  10:39:13
15528         Log: Workaround Win32 compiler bugs following change 26395
15529              
15530              Can't understand what VC++ 6 and Borland don't like about it.  There
15531              is similar code for SvMAGIC and SvSTASH already in sv.h.  Must be
15532              compiler bugs since VC++ 7 and MinGW (and compilers on other platforms)
15533              are all happy.
15534      Branch: perl
15535            ! gv.h
15536 ____________________________________________________________________________
15537 [ 26633] By: gisle                                 on 2006/01/04  10:25:42
15538         Log: Silence compiler warning; ref change 26598
15539      Branch: perl
15540            ! op.c
15541 ____________________________________________________________________________
15542 [ 26632] By: stevep                                on 2006/01/04  03:43:20
15543         Log: Added snprintf() and vsnprintf() to configure.com as 'undef'. 
15544      Branch: perl
15545            ! configure.com
15546 ____________________________________________________________________________
15547 [ 26631] By: stevep                                on 2006/01/04  03:31:08
15548         Log: Add warnings for the various other *dir() functions when attempted
15549              on invalid dirhandles.
15550      Branch: perl
15551            ! pod/perldiag.pod pp_sys.c
15552 ____________________________________________________________________________
15553 [ 26630] By: stevep                                on 2006/01/04  02:47:39
15554         Log: Add snprintf() and vsnprintf() to the various Win32 configuration 
15555              files.
15556      Branch: perl
15557            ! win32/config.bc win32/config.gc win32/config.vc
15558            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
15559            ! win32/config_H.vc win32/config_H.vc64
15560 ____________________________________________________________________________
15561 [ 26625] By: stevep                                on 2006/01/03  20:03:49
15562         Log: Subject: Re: [perl #38034] A combination eval, DESTROY method and $@ - dangerous - bug
15563              From: Mike Guy <mjtg@cam.ac.uk>
15564              Date: Tue, 03 Jan 2006 19:18:41 +0000 
15565              Message-Id: <E1Etrg9-0005XE-LZ@libra.cus.cam.ac.uk> 
15566      Branch: perl
15567            ! pod/perlobj.pod
15568 ____________________________________________________________________________
15569 [ 26623] By: nicholas                              on 2006/01/03  19:38:24
15570         Log: If NV_ZERO_IS_ALLBITS_ZERO is not true, then it's important to inialise
15571              the NV only if the new body has an NV. (D'oh!)
15572      Branch: perl
15573            ! sv.c
15574 ____________________________________________________________________________
15575 [ 26617] By: stevep                                on 2006/01/03  18:14:27
15576         Log: Attemting to readdir() something that isn't a dirhandle should cause
15577              a warning.
15578      Branch: perl
15579            ! pod/perldiag.pod pp_sys.c
15580 ____________________________________________________________________________
15581 [ 26608] By: steveh                                on 2006/01/03  15:57:18
15582         Log: Fix release mode builds following change 26598
15583      Branch: perl
15584            ! cop.h
15585 ____________________________________________________________________________
15586 [ 26607] By: stevep                                on 2006/01/03  15:56:19
15587         Log: perldiag.pod additions to go with change #26602.
15588      Branch: perl
15589            ! pod/perldiag.pod
15590 ____________________________________________________________________________
15591 [ 26606] By: merijn                                on 2006/01/03  15:46:10
15592         Log: Add probe for snprintf () and vsnprintf ()
15593              
15594              Subject: [PATCH] snprintf() and vsnprintf() (was Re: [PATCH] Configure: stdio char (un)signedness)
15595              From: Steve Peters <steve@fisharerojo.org>
15596              Date: Mon, 2 Jan 2006 09:37:27 -0600
15597              Message-ID: <20060102153727.GA14247@mccoy.peters.homeunix.org>
15598      Branch: perl
15599            ! Configure Porting/Glossary config_h.SH handy.h
15600 ____________________________________________________________________________
15601 [ 26605] By: rgs                                   on 2006/01/03  15:42:19
15602         Log: Update perldelta, up to change 25344 more or less.
15603      Branch: perl
15604            ! pod/perl593delta.pod
15605 ____________________________________________________________________________
15606 [ 26602] By: stevep                                on 2006/01/03  14:58:21
15607         Log: Bad symbols that are pretending to be dirhandles, should say they 
15608              are dirhandles in their error messages.
15609      Branch: perl
15610            ! gv.c
15611 ____________________________________________________________________________
15612 [ 26601] By: rgs                                   on 2006/01/03  14:10:04
15613         Log: Sync perlfaq.
15614      Branch: perl
15615            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
15616            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
15617            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
15618            ! pod/perlfaq9.pod
15619 ____________________________________________________________________________
15620 [ 26598] By: davem                                 on 2006/01/03  12:29:38
15621         Log: silence some compiler warnings
15622      Branch: perl
15623            ! cop.h toke.c
15624 ____________________________________________________________________________
15625 [ 26595] By: rgs                                   on 2006/01/03  10:09:39
15626         Log: Subject: Re: [patch] optimized constant subs are cool, teach B::Concise about them
15627              From: Jim Cromie <jim.cromie@gmail.com>
15628              Date: Mon, 02 Jan 2006 15:06:48 -0700
15629              Message-ID: <43B9A3F8.8060609@gmail.com>
15630      Branch: perl
15631            ! ext/B/B/Concise.pm ext/B/t/concise-xs.t
15632            ! ext/B/t/optree_constants.t
15633 ____________________________________________________________________________
15634 [ 26594] By: rgs                                   on 2006/01/03  09:33:59
15635         Log: Subject: [PATCH] Re: [perl #36837] B::Deparse fails when it comes to ByteLoader programs
15636              From: Stephen McCamant <smcc@mit.edu>
15637              Date: Mon, 2 Jan 2006 18:52:24 -0800
15638              Message-ID: <17337.59112.502009.496275@conquest.OCF.Berkeley.EDU>
15639      Branch: perl
15640            ! ext/B/B/Deparse.pm
15641 ____________________________________________________________________________
15642 [ 26593] By: rgs                                   on 2006/01/03  09:23:24
15643         Log: Subject: [patch@26561] utf8.c const issue.
15644              From: "John E. Malmberg" <wb8tyw@qsl.net>
15645              Date: Mon, 02 Jan 2006 14:16:02 -0500
15646              Message-ID: <43B97BF2.2050201@qsl.net>
15647      Branch: perl
15648            ! utf8.c
15649 ____________________________________________________________________________
15650 [ 26592] By: rgs                                   on 2006/01/03  09:02:04
15651         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.81.tar.gz
15652              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
15653              Date: Tue, 03 Jan 2006 00:33:27 +0100
15654              Message-ID: <87u0cm433s.fsf@k75.linux.bogus>
15655      Branch: perl
15656            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
15657 ____________________________________________________________________________
15658 [ 26591] By: davem                                 on 2006/01/03  02:20:28
15659         Log: ithreads: SVs that were only on the tmps stack leaked
15660      Branch: perl
15661            ! sv.c
15662 ____________________________________________________________________________
15663 [ 26589] By: nicholas                              on 2006/01/02  22:52:03
15664         Log: The two never used NOTYET switch ops can go.
15665      Branch: perl
15666            ! pp_ctl.c
15667 ____________________________________________________________________________
15668 [ 26587] By: davem                                 on 2006/01/02  21:50:55
15669         Log: stop DEBUG_LEAKING_SCALARS producing spurious memory pool errors
15670              (change #25775 wasn't complete)
15671      Branch: perl
15672            ! sv.c
15673 ____________________________________________________________________________
15674 [ 26586] By: nicholas                              on 2006/01/02  20:48:30
15675         Log: More missing AUTHORS
15676      Branch: perl
15677            ! AUTHORS Porting/checkAUTHORS.pl
15678 ____________________________________________________________________________
15679 [ 26581] By: craigb                                on 2006/01/02  19:22:52
15680         Log: Subject: patch@26561 & earlier - buffer overrun in VMS.C
15681              From: "John E. Malmberg" <wb8tyw@qsl.net>
15682              Date: Mon, 02 Jan 2006 14:05:43 -0500
15683              Message-id: <43B97987.70201@qsl.net>
15684      Branch: perl
15685            ! vms/vms.c
15686 ____________________________________________________________________________
15687 [ 26580] By: nicholas                              on 2006/01/02  18:48:13
15688         Log: Erk! craigb's changes come out of p4 with ^Ms as line endings.
15689              Long term, need to fix the update changes script to cope.
15690      Branch: perl
15691            ! Changes
15692 ____________________________________________________________________________
15693 [ 26579] By: nicholas                              on 2006/01/02  18:44:14
15694         Log: More missing AUTHORS
15695      Branch: perl
15696            ! AUTHORS Porting/checkAUTHORS.pl
15697 ____________________________________________________________________________
15698 [ 26578] By: nicholas                              on 2006/01/02  17:04:55
15699         Log: Fix up missing and duplicate AUTHORS
15700      Branch: perl
15701            ! AUTHORS Porting/checkAUTHORS.pl
15702 ____________________________________________________________________________
15703 [ 26576] By: rgs                                   on 2006/01/02  15:54:25
15704         Log: Subject: Re: [patch] optimized constant subs are cool, teach B::Concise about them
15705              From: Jim Cromie <jim.cromie@gmail.com>
15706              Date: Sun, 01 Jan 2006 23:05:00 -0700
15707              Message-ID: <43B8C28C.20502@gmail.com>
15708      Branch: perl
15709            + ext/B/t/optree_constants.t
15710            ! MANIFEST ext/B/B/Concise.pm ext/B/t/concise-xs.t
15711 ____________________________________________________________________________
15712 [ 26574] By: rgs                                   on 2006/01/02  15:19:59
15713         Log: Since we no longer autovivify stashes (change #26370), we need
15714              to turn off strict-refs on them, or we'll have a stricture
15715              error the first time we'd try to access them (when they'll be
15716              actually autovivified).
15717      Branch: perl
15718            ! op.c t/op/stash.t
15719 ____________________________________________________________________________
15720 [ 26573] By: rgs                                   on 2006/01/02  14:57:18
15721         Log: Documentation fix for File::Temp::new
15722              
15723              Subject: [perl #38127] Bug in perldoc File::Temp 
15724              From: pm@capmon.dk (via RT) <perlbug-followup@perl.org>
15725              Date: Mon, 02 Jan 2006 02:48:41 -0800
15726              Message-ID: <rt-3.0.11-38127-126764.0.578515622359532@perl.org>
15727      Branch: perl
15728            ! lib/File/Temp.pm
15729 ____________________________________________________________________________
15730 [ 26572] By: nicholas                              on 2006/01/02  14:43:37
15731         Log: Happy New Year. (It's not just embed.pl).
15732      Branch: perl
15733            ! README opcode.pl perl.c reentr.pl
15734 ____________________________________________________________________________
15735 [ 26571] By: stevep                                on 2006/01/02  14:24:58
15736         Log: Note that the "unlink"ing directories is attempted when running as a
15737              superuser, and that some operating systems may not support it.
15738      Branch: perl
15739            ! pod/perlfunc.pod pod/perlrun.pod
15740 ____________________________________________________________________________
15741 [ 26570] By: nicholas                              on 2006/01/02  12:19:51
15742         Log: Typo fix in the description of change 26370.
15743              (Also corrected in the repository) 
15744      Branch: perl
15745            ! Changes
15746 ____________________________________________________________________________
15747 [ 26569] By: davem                                 on 2006/01/02  12:09:37
15748         Log: add svt_local slot to magic vtable, and fix local $shared
15749      Branch: perl
15750            ! ext/threads/shared/shared.xs mg.c mg.h
15751 ____________________________________________________________________________
15752 [ 26565] By: nicholas                              on 2006/01/02  11:48:28
15753         Log: Add 2006 to the copyright years in the header generated by embed.pl
15754      Branch: perl
15755            ! embed.pl
15756 ____________________________________________________________________________
15757 [ 26564] By: rgs                                   on 2006/01/02  11:20:25
15758         Log: Subject: [patch] comment grammar and indentation, spurious tab
15759              From: Jim Cromie <jim.cromie@gmail.com>
15760              Date: Fri, 30 Dec 2005 22:45:55 -0700
15761              Message-ID: <43B61B13.3050704@gmail.com>
15762      Branch: perl
15763            ! sv.c
15764 ____________________________________________________________________________
15765 [ 26563] By: rgs                                   on 2006/01/02  11:04:37
15766         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.80_58.tar.gz
15767              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
15768              Date: Sun, 01 Jan 2006 10:12:46 +0100
15769              Message-ID: <87zmmgnwfl.fsf@k75.linux.bogus>
15770      Branch: perl
15771            ! lib/CPAN.pm
15772 ____________________________________________________________________________
15773 [ 26562] By: rgs                                   on 2006/01/02  10:56:05
15774         Log: Update copyrights for files modified in 2006
15775      Branch: perl
15776            ! doio.c doop.c hv.c mg.c pp.c pp_ctl.c pp_hot.c pp_sort.c
15777            ! regcomp.c regexec.c sv.c toke.c utf8.c util.c
15778 ____________________________________________________________________________
15779 [ 26561] By: gisle                                 on 2006/01/01  20:43:00
15780         Log: Get rid of length argument for the FEATURE_IS_ENABLED() macro.
15781      Branch: perl
15782            ! toke.c
15783 ____________________________________________________________________________
15784 [ 26558] By: merijn                                on 2006/01/01  10:42:16
15785         Log: Subject: [PATCH] Making 0 pointers to NULLs
15786              From: Andy Lester <andy@petdance.com>
15787              Date: Fri, 30 Dec 2005 23:05:58 -0600
15788              Message-ID: <20051231050558.GA29093@petdance.com>
15789      Branch: perl
15790            ! doio.c doop.c hv.c mg.c pp.c pp_ctl.c pp_hot.c pp_sort.c
15791            ! regcomp.c regexec.c sv.c toke.c utf8.c util.c
15792 ____________________________________________________________________________
15793 [ 26556] By: merijn                                on 2006/01/01  10:23:19
15794         Log: Subject: [PATCH] Making 0 pointers to NULLs
15795              From: Andy Lester <andy@petdance.com>
15796              Date: Fri, 30 Dec 2005 23:05:58 -0600
15797              Message-ID: <20051231050558.GA29093@petdance.com>
15798      Branch: perl
15799            ! doio.c doop.c hv.c mg.c pp.c pp_ctl.c pp_hot.c pp_sort.c
15800            ! regcomp.c regexec.c sv.c toke.c utf8.c util.c
15801 ____________________________________________________________________________
15802 [ 26555] By: davem                                 on 2005/12/31  23:24:26
15803         Log: make threads use MY_CXT API rather than using PL_modglobal
15804      Branch: perl
15805            ! ext/threads/threads.xs
15806 ____________________________________________________________________________
15807 [ 26554] By: davem                                 on 2005/12/31  21:36:05
15808         Log: tidy index arrangements in new MY_CXT code
15809      Branch: perl
15810            ! intrpvar.h sv.c util.c
15811 ____________________________________________________________________________
15812 [ 26553] By: stevep                                on 2005/12/31  18:45:37
15813         Log: Upgrade to CPAN-1.80_57
15814      Branch: perl
15815            ! lib/CPAN.pm lib/CPAN/Debug.pm lib/CPAN/HandleConfig.pm
15816            ! lib/CPAN/Tarzip.pm lib/CPAN/t/mirroredby.t
15817 ____________________________________________________________________________
15818 [ 26552] By: nicholas                              on 2005/12/31  17:24:34
15819         Log: Turn a for loop that's almost a while into an honest-to-goodness while.
15820      Branch: perl
15821            ! hv.c
15822 ____________________________________________________________________________
15823 [ 26551] By: nicholas                              on 2005/12/31  16:57:32
15824         Log: Calling Perl_hv_clear_placeholders while the hash iterator was active
15825              would turn lazy delete on, causing the hash to become corrupted at the
15826              next iterator change.
15827      Branch: perl
15828            ! hv.c lib/Hash/Util.t
15829 ____________________________________________________________________________
15830 [ 26550] By: nicholas                              on 2005/12/31  16:42:08
15831         Log: Remove unneeded test in Perl_hv_clear_placeholders.
15832              Rejig S_hfreeentries to a double loop, which is clearer and smaller.
15833      Branch: perl
15834            ! hv.c
15835 ____________________________________________________________________________
15836 [ 26549] By: rgs                                   on 2005/12/31  15:24:48
15837         Log: Subject: [PATCH] op/pack.t failure on Win64
15838              From: Jan Dubois <jand@activestate.com>
15839              Date: Dec 30, 2005 9:55 PM
15840              Message-ID: <017a01c60d83$5dc73110$2217a8c0@candy>
15841      Branch: perl
15842            ! pp_pack.c
15843 ____________________________________________________________________________
15844 [ 26548] By: nicholas                              on 2005/12/31  15:07:16
15845         Log: Add a test for change 26547. (We no longer expect to see errors about
15846              unbalanced string table reference counts.)
15847      Branch: perl
15848            ! t/op/stash.t
15849 ____________________________________________________________________________
15850 [ 26547] By: nicholas                              on 2005/12/31  14:57:27
15851         Log: Re-attempt to clear the hash in S_hfreeentries if anything adds to it.
15852              Panic if we seem to be looping forever.
15853      Branch: perl
15854            ! hv.c pod/perldiag.pod
15855 ____________________________________________________________________________
15856 [ 26546] By: nicholas                              on 2005/12/31  13:16:06
15857         Log: Stop 'sub a { // }; %::=()' panicing because the backreference array
15858              became lost.
15859      Branch: perl
15860            ! hv.c
15861 ____________________________________________________________________________
15862 [ 26545] By: nicholas                              on 2005/12/30  22:44:06
15863         Log: Marcus Holland-Moritz suggested that assert should 
15864              Perl_croak_nocontext rather than Perl_croak.
15865      Branch: perl
15866            ! perl.h
15867 ____________________________________________________________________________
15868 [ 26544] By: nicholas                              on 2005/12/30  20:02:56
15869         Log: Tweak S_init_main_stash so as allocate PL_curstname as a shared string
15870              scalar, and hence avoid thrashing the shared string table for "main".
15871      Branch: perl
15872            ! perl.c
15873 ____________________________________________________________________________
15874 [ 26543] By: stevep                                on 2005/12/30  17:47:45
15875         Log: Convert t/op/sleep.t to using test.pl
15876      Branch: perl
15877            ! t/op/sleep.t
15878 ____________________________________________________________________________
15879 [ 26542] By: nicholas                              on 2005/12/30  16:53:39
15880         Log: Document why it's a bad plan to move the backreferences array from
15881              the magic structure to the hv_aux structure during backreference
15882              deletion. Add an optimisation for an empty backreference array.
15883      Branch: perl
15884            ! hv.c sv.c
15885 ____________________________________________________________________________
15886 [ 26541] By: nicholas                              on 2005/12/30  15:55:05
15887         Log: Now that the backreference array has no NULL entries, and is correctly
15888              marked as AvREAL_off(), there's no reason not to use sv_dup to clone
15889              it.
15890      Branch: perl
15891            ! sv.c
15892 ____________________________________________________________________________
15893 [ 26540] By: nicholas                              on 2005/12/30  15:39:53
15894         Log: POSIX now declares missing constants as sub ... ();, so Net::Ping
15895              needs to define them with a prototype to match.
15896      Branch: perl
15897            ! lib/Net/Ping.pm
15898 ____________________________________________________________________________
15899 [ 26539] By: rgs                                   on 2005/12/30  15:10:41
15900         Log: Update perltodo. First shot at perl593delta.
15901      Branch: perl
15902            ! pod/perl593delta.pod pod/perltodo.pod
15903 ____________________________________________________________________________
15904 [ 26538] By: nicholas                              on 2005/12/30  14:57:00
15905         Log: In the shared string table, if we add new entries to the head of the
15906              linked list chain, then we don't need as much bookkeeping in the loop.
15907      Branch: perl
15908            ! hv.c
15909 ____________________________________________________________________________
15910 [ 26537] By: stevep                                on 2005/12/30  14:39:49
15911         Log: Subject: [PATCH] Differences from Perl 6
15912              From: Robin Houston <robin@cpan.org> 
15913              Date: Fri, 30 Dec 2005 13:45:34 +0000 
15914              Message-ID: <20051230134534.GA18675@rpc142.cs.man.ac.uk>
15915      Branch: perl
15916            ! pod/perlsyn.pod
15917 ____________________________________________________________________________
15918 [ 26536] By: rgs                                   on 2005/12/30  12:25:24
15919         Log: Subject: Re: [PATCH] Re: INSTALLSCRIPT versus INSTALLDIRS
15920              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
15921              Date: Mon, 12 Dec 2005 19:22:32 +0100
15922              Message-ID: <20051212192232.39cd0c1e@grubert.mandrakesoft.com>
15923      Branch: perl
15924            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
15925            ! lib/ExtUtils/MakeMaker.pm
15926 ____________________________________________________________________________
15927 [ 26535] By: davem                                 on 2005/12/30  12:21:05
15928         Log: fix errors in new MY_CTX code
15929      Branch: perl
15930            ! perl.c sv.c
15931 ____________________________________________________________________________
15932 [ 26534] By: rgs                                   on 2005/12/30  11:57:14
15933         Log: Reduce size of buffers for identifier names, as suggested in
15934              
15935              Subject: Stack usage (in gv_stashpvn and others)
15936              From: Tels <nospam-abuse@bloodgate.com>
15937              Date: Thu, 29 Dec 2005 18:40:49 +0100
15938              Message-Id: <200512291840.50765@bloodgate.com>
15939      Branch: perl
15940            ! gv.c
15941 ____________________________________________________________________________
15942 [ 26533] By: rgs                                   on 2005/12/30  11:43:42
15943         Log: Subject: [PATCH] perlio.c - gv_stashpvn() vs gv_stashpv()
15944              From: Tels <nospam-abuse@bloodgate.com>
15945              Date: Thu, 29 Dec 2005 18:57:43 +0100
15946              Message-Id: <200512291857.59458@bloodgate.com>
15947      Branch: perl
15948            ! perlio.c
15949 ____________________________________________________________________________
15950 [ 26532] By: rgs                                   on 2005/12/30  10:40:31
15951         Log: Subject: [PATCH] Perl_gv_fetchpv vs. gv_fetchpvn
15952              From: Tels <nospam-abuse@bloodgate.com>
15953              Date: Thu, 29 Dec 2005 18:32:10 +0100
15954              Message-Id: <200512291832.20651@bloodgate.com>
15955      Branch: perl
15956            ! gv.c
15957 ____________________________________________________________________________
15958 [ 26531] By: rgs                                   on 2005/12/30  09:53:54
15959         Log: Skip my_cxt_init if PERL_IMPLICIT_CONTEXT isn't defined
15960              (spotted by Jan Dubois)
15961      Branch: perl
15962            ! makedef.pl
15963 ____________________________________________________________________________
15964 [ 26530] By: nicholas                              on 2005/12/30  01:08:46
15965         Log: RMAGIC on symbol tables is bad, m'kay.
15966              Allow hashes (and therefore all symbol tables) to store the
15967              backreference array in the hv_aux structure, and thereby undo the
15968              performance damage of 24966, which resulted in 60% of all hash lookups
15969              trying to mg_find tiehash magic.
15970      Branch: perl
15971            ! dump.c embed.fnc embed.h hv.c hv.h mg.c proto.h sv.c
15972 ____________________________________________________________________________
15973 [ 26529] By: davem                                 on 2005/12/30  01:06:05
15974         Log: change #26523 didn't make my_cxt_init public
15975      Branch: perl
15976            ! embed.fnc embed.h global.sym
15977 ____________________________________________________________________________
15978 [ 26528] By: rgs                                   on 2005/12/29  17:32:21
15979         Log: Subject: [PATCH] $a = \$a oddity
15980              From: Tels <nospam-abuse@bloodgate.com>
15981              Date: Thu, 29 Dec 2005 18:01:42 +0100
15982              Message-Id: <200512291802.00742@bloodgate.com>
15983              
15984              plus trim some whitespace
15985      Branch: perl
15986            ! pod/perlreftut.pod
15987 ____________________________________________________________________________
15988 [ 26527] By: rgs                                   on 2005/12/29  15:59:30
15989         Log: Subject: [PATCH] Actual real consting of parms
15990              From: Andy Lester <andy@petdance.com>
15991              Date: Thu, 29 Dec 2005 01:15:09 -0600
15992              Message-ID: <20051229071509.GA32653@petdance.com>
15993      Branch: perl
15994            ! embed.fnc proto.h sv.c
15995 ____________________________________________________________________________
15996 [ 26526] By: rgs                                   on 2005/12/29  15:32:42
15997         Log: Subject: [PATCH] av.c cleanup, plus!
15998              From: Andy Lester <andy@petdance.com>
15999              Date: Wed, 28 Dec 2005 15:44:14 -0600
16000              Message-ID: <20051228214414.GD26033@petdance.com>
16001      Branch: perl
16002            ! av.c dump.c embed.fnc gv.c perl.c proto.h sv.c toke.c
16003 ____________________________________________________________________________
16004 [ 26525] By: rgs                                   on 2005/12/29  14:32:09
16005         Log: Fix test for perl version number in Makefile.PL
16006      Branch: perl
16007            ! ext/Sys/Syslog/Makefile.PL
16008 ____________________________________________________________________________
16009 [ 26524] By: rgs                                   on 2005/12/29  14:17:38
16010         Log: Subject: [PATCH] Fixing the SVREFCNT macro
16011              From: Andy Lester <andy@petdance.com>
16012              Date: Wed, 28 Dec 2005 13:30:51 -0600
16013              Message-ID: <20051228193051.GD23207@petdance.com>
16014      Branch: perl
16015            ! sv.h
16016 ____________________________________________________________________________
16017 [ 26523] By: davem                                 on 2005/12/29  12:00:29
16018         Log: re-implement MY_CXT API more efficiently, and add explicit
16019              interpeter arg variant
16020      Branch: perl
16021            ! embed.fnc embed.h embedvar.h ext/XS/APItest/APItest.xs
16022            ! intrpvar.h perl.h perlapi.h perlvars.h pod/perlxs.pod proto.h
16023            ! sv.c util.c
16024 ____________________________________________________________________________
16025 [ 26522] By: davem                                 on 2005/12/29  11:35:04
16026         Log: add tests for MY_CXT API and improve its documentation
16027      Branch: perl
16028            + ext/XS/APItest/t/my_cxt.t
16029            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
16030            ! pod/perlxs.pod
16031 ____________________________________________________________________________
16032 [ 26521] By: rgs                                   on 2005/12/29  10:21:23
16033         Log: Subject: [PATCH] Test that constant overloading is propagated into eval
16034              From: Robin Houston <robin@cpan.org>
16035              Date: Mon, 26 Dec 2005 17:56:48 +0000
16036              Message-ID: <20051226175648.GA28402@rpc142.cs.man.ac.uk>
16037      Branch: perl
16038            ! lib/overload.t
16039 ____________________________________________________________________________
16040 [ 26520] By: rgs                                   on 2005/12/29  10:11:56
16041         Log: Subject: [DOC PATCH] rindex clarification
16042              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
16043              Date: Mon, 26 Dec 2005 18:42:40 -0800
16044              Message-ID: <20051227024240.GA2940@efn.org>
16045              
16046              plus another formatting nit
16047      Branch: perl
16048            ! pod/perlfunc.pod
16049 ____________________________________________________________________________
16050 [ 26519] By: craigb                                on 2005/12/29  03:49:58
16051         Log: Subject: [PATCH] fortify Pod::Simple::Search against non-case-preserving filesystems
16052              From: "Craig A. Berry" <craigberry@mac.com>
16053              Date: Tue, 27 Dec 2005 17:59:35 -0600
16054              Message-id: <43B1D567.9080504@mac.com>
16055      Branch: perl
16056            ! lib/Pod/Simple/Search.pm
16057            ! lib/Pod/Simple/t/other_test_lib/squaa/Wowo.pod
16058 ____________________________________________________________________________
16059 [ 26518] By: nicholas                              on 2005/12/29  00:19:01
16060         Log: A GVs stash can be NULL, so don't call macros that assume otherwise
16061              without checking.
16062      Branch: perl
16063            ! pp.c
16064 ____________________________________________________________________________
16065 [ 26517] By: nicholas                              on 2005/12/28  19:40:26
16066         Log: As the backreferences AV doesn't hold references on its contents,
16067              surely it should have AvREAL turned off?
16068      Branch: perl
16069            ! sv.c
16070 ____________________________________________________________________________
16071 [ 26516] By: nicholas                              on 2005/12/28  13:35:03
16072         Log: PL_amagic_generation is always non-zero, so remove the test for this.
16073              (Since change 17990 added version object overloading)
16074      Branch: perl
16075            ! pp.h
16076 ____________________________________________________________________________
16077 [ 26515] By: stevep                                on 2005/12/28  13:31:02
16078         Log: Upgrade to Sys-Syslog-0.11
16079      Branch: perl
16080            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/README
16081            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/podspell.t
16082            ! ext/Sys/Syslog/t/syslog.t
16083 ____________________________________________________________________________
16084 [ 26514] By: gisle                                 on 2005/12/28  13:25:30
16085         Log: Cleanup; replace a croak("panic: ...") with assert().
16086      Branch: perl
16087            ! av.c
16088 ____________________________________________________________________________
16089 [ 26513] By: gisle                                 on 2005/12/28  13:12:30
16090         Log: assert(av);  Cleanup the way that the av_*() functions check
16091              that they are really passed an av argument.
16092              Should improve the test coverage a bit.
16093      Branch: perl
16094            ! av.c pod/perldiag.pod
16095 ____________________________________________________________________________
16096 [ 26512] By: gisle                                 on 2005/12/28  12:38:03
16097         Log: Use memchr() instead of ninstr() to locate the end-of-line.
16098              The call to memchr() will faster.
16099      Branch: perl
16100            ! toke.c
16101 ____________________________________________________________________________
16102 [ 26511] By: gisle                                 on 2005/12/28  12:18:58
16103         Log: Leaner ninstr().
16104              The compiled function ended up 37% smaller on Linux/gcc.
16105              I ought to be faster as well, but I did not try to measure that.
16106      Branch: perl
16107            ! util.c
16108 ____________________________________________________________________________
16109 [ 26510] By: gisle                                 on 2005/12/28  11:01:46
16110         Log: Remove test for NUL ending in r?instr().
16111              This test is actually harmful because we will search
16112              for any garbage found past the empty search string.
16113              Ref change 26509.
16114      Branch: perl
16115            ! util.c
16116 ____________________________________________________________________________
16117 [ 26509] By: gisle                                 on 2005/12/28  10:57:46
16118         Log: Fix 2 off-by-one errors in the call to ninstr().
16119              This code managed to still work because of a bug
16120              in how ninstr() treats empty search strings.
16121      Branch: perl
16122            ! ext/Filter/Util/Call/Call.xs
16123 ____________________________________________________________________________
16124 [ 26508] By: stevep                                on 2005/12/28  03:27:13
16125         Log: Upgrade to PathTools-3.15
16126      Branch: perl
16127            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
16128 ____________________________________________________________________________
16129 [ 26507] By: nicholas                              on 2005/12/27  23:39:42
16130         Log: s/%/%%/ in the package name so that it can be used safely in the
16131              sprintf format string (and hence not need runtime %s interpolation)
16132      Branch: perl
16133            ! lib/ExtUtils/Constant.pm lib/ExtUtils/Constant/ProxySubs.pm
16134 ____________________________________________________________________________
16135 [ 26506] By: nicholas                              on 2005/12/27  22:19:28
16136         Log: Pass in the full arguments to ExtUtils::Constant::ProxySubs
16137              Prototype all the missing constants, so that parsing doesn't depend on
16138              the phase of the moon. (Well, the system headers)
16139              Add an option for making missing constants generate errors at read time
16140              (which can be during constant folding). This isn't the default.
16141      Branch: perl
16142            ! lib/ExtUtils/Constant.pm lib/ExtUtils/Constant/ProxySubs.pm
16143 ____________________________________________________________________________
16144 [ 26505] By: stevep                                on 2005/12/27  22:07:44
16145         Log: Subject: [PATCH] pre-likely cleanup
16146              From: Andy Lester <andy@petdance.com> 
16147              Date: Tue, 27 Dec 2005 14:39:39 -0600
16148              Message-ID: <20051227203939.GC1781@petdance.com> 
16149              
16150              Includes a small fix to the changes in tryAMAGICbinW_var() in pp.h.
16151      Branch: perl
16152            ! av.c doop.c handy.h hv.c mg.c pp.c pp.h sv.c util.c
16153 ____________________________________________________________________________
16154 [ 26504] By: stevep                                on 2005/12/27  18:36:19
16155         Log: It'd be nice if I hadn't broken corecpan.pl.  Its fixed now, though.
16156      Branch: perl
16157            ! Porting/Maintainers.pl
16158 ____________________________________________________________________________
16159 [ 26503] By: nicholas                              on 2005/12/27  17:33:13
16160         Log: gv_fetch_flags in newATTRSUB can actually be const.
16161              Comment the logic behind the terms in the ternary that chooses the
16162              flags value.
16163      Branch: perl
16164            ! op.c
16165 ____________________________________________________________________________
16166 [ 26502] By: nicholas                              on 2005/12/27  17:24:11
16167         Log: As what we're doing is generating subroutines, which are methods, we
16168              need to invalidate cached methods. For constant.pm we need to create
16169              &Internals::inc_sub_generation
16170      Branch: perl
16171            ! lib/ExtUtils/Constant/ProxySubs.pm lib/constant.pm universal.c
16172 ____________________________________________________________________________
16173 [ 26501] By: stevep                                on 2005/12/27  14:10:20
16174         Log: Subject: [patch] ext/b/t/lint.t fails on win32
16175              From: demerphq <demerphq@gmail.com>
16176              Date: Fri, 23 Dec 2005 20:06:52 +0100 
16177              Message-ID: <9b18b3110512231106k7ad395bfp8a0c05cd0f87fc61@mail.gmail.com>
16178      Branch: perl
16179            ! ext/B/t/lint.t
16180 ____________________________________________________________________________
16181 [ 26500] By: nicholas                              on 2005/12/27  12:02:57
16182         Log: Refactor the require failure message generation to use 1 less temporary
16183              SV, and to build as much text as possible with newSVpvf
16184      Branch: perl
16185            ! pp_ctl.c
16186 ____________________________________________________________________________
16187 [ 26499] By: nicholas                              on 2005/12/27  00:29:33
16188         Log: Removing MAKE_JOBS_FIFO from %ENV causes FreeBSD make to forget about
16189              any -j flags. (And their implied disabling of backwards compatibility,
16190              which is the real cause of the make disttest failure).
16191      Branch: perl
16192            ! lib/ExtUtils/t/basic.t
16193 ____________________________________________________________________________
16194 [ 26498] By: nicholas                              on 2005/12/26  23:52:44
16195         Log: tabs, not spaces, in MANIFEST. No, I can't remember why this is.
16196              Or whether it could be relaxed.
16197      Branch: perl
16198            ! MANIFEST
16199 ____________________________________________________________________________
16200 [ 26497] By: nicholas                              on 2005/12/26  23:50:14
16201         Log: Remove the hard wired test numbers in the generated test script for
16202              simple tests. Use this script twice, firstly for testing the old style
16203              autoloaded constants, then for testing the ProxySubs.
16204              Make testing the dogfood/regeneration code optional, as the ProxySubs
16205              output doesn't contain it.
16206      Branch: perl
16207            ! lib/ExtUtils/t/Constant.t
16208 ____________________________________________________________________________
16209 [ 26496] By: nicholas                              on 2005/12/26  23:48:00
16210         Log: Support type UNDEF, and correct a bug in the macro generation by using
16211              macro_from_item.
16212      Branch: perl
16213            ! lib/ExtUtils/Constant/ProxySubs.pm
16214 ____________________________________________________________________________
16215 [ 26495] By: nicholas                              on 2005/12/26  23:47:01
16216         Log: Add method macro_from_item to encapsulate the entire logic for getting
16217              the correct macro direct from the item hash.
16218      Branch: perl
16219            ! lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/XS.pm
16220 ____________________________________________________________________________
16221 [ 26494] By: nicholas                              on 2005/12/26  23:10:53
16222         Log: Don't try to store PL_sv_undef in pads. (For now)
16223      Branch: perl
16224            ! op.c
16225 ____________________________________________________________________________
16226 [ 26493] By: stevep                                on 2005/12/26  22:01:49
16227         Log: Upgrade to CPAN-1.80_56
16228      Branch: perl
16229            + lib/CPAN/Debug.pm lib/CPAN/HandleConfig.pm lib/CPAN/Tarzip.pm
16230            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/SIGNATURE
16231            ! lib/CPAN/bin/cpan
16232 ____________________________________________________________________________
16233 [ 26492] By: stevep                                on 2005/12/26  17:29:13
16234         Log: In this, the last tale of the NGROUPS saga, a former pumpking prods
16235              a mere committer to remove the last of the NGROUPS-sized arrays...
16236              
16237              Perl_magic_set() was using the last of these arrays to do the 
16238              lvalue work on $).  Instead of an array, a pointer is used and 
16239              re-sized as needed.  
16240      Branch: perl
16241            ! mg.c
16242 ____________________________________________________________________________
16243 [ 26491] By: nicholas                              on 2005/12/26  17:01:35
16244         Log: Add a couple of newlines for tidier regen output, consistent with the
16245              code generated by WriteConstants()
16246      Branch: perl
16247            ! lib/ExtUtils/Constant/XS.pm
16248 ____________________________________________________________________________
16249 [ 26490] By: nicholas                              on 2005/12/26  16:13:57
16250         Log: Add C_FH and XS_FH arguments to ExtUtils::Constant::WriteConstants,
16251              to allow the caller to pass in file handles. Use this in Contant.t
16252              with tied file handles to capture the output, rather than calling
16253              the lower level routines directly.
16254      Branch: perl
16255            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
16256 ____________________________________________________________________________
16257 [ 26489] By: stevep                                on 2005/12/26  16:08:49
16258         Log: Subject: chg 26486 removes last use of NGROUPS, so remove the macro-def
16259              From: Jim Cromie <jim.cromie@gmail.com>
16260              Date: Mon, 26 Dec 2005 07:57:51 -0700
16261              Message-ID: <43B004EF.8060500@gmail.com>
16262      Branch: perl
16263            ! doio.c
16264 ____________________________________________________________________________
16265 [ 26488] By: nicholas                              on 2005/12/26  12:48:10
16266         Log: The values for proxy constant subroutines need to be read only.
16267      Branch: perl
16268            ! lib/ExtUtils/Constant/ProxySubs.pm
16269 ____________________________________________________________________________
16270 [ 26487] By: nicholas                              on 2005/12/26  12:31:01
16271         Log: Rework constant.pm to take advantage of the space savings of proxy
16272              constant subroutines whenever it can.
16273      Branch: perl
16274            ! lib/constant.pm
16275 ____________________________________________________________________________
16276 [ 26486] By: stevep                                on 2005/12/26  03:51:24
16277         Log: Obviously, Perl_ingroup() is also using 256k of stack memory on Linux.
16278              Adapt change #26480 to reduce memory usage here as well.
16279      Branch: perl
16280            ! doio.c
16281 ____________________________________________________________________________
16282 [ 26485] By: nicholas                              on 2005/12/24  16:27:28
16283         Log: The value from caller doesn't change, so my $pkg = caller;
16284              should be moved out of the loop.
16285      Branch: perl
16286            ! lib/constant.pm
16287 ____________________________________________________________________________
16288 [ 26484] By: nicholas                              on 2005/12/24  16:06:10
16289         Log: Tests for creating constants where prototypes or other symbols of the
16290              same name already exist.
16291      Branch: perl
16292            ! lib/constant.t
16293 ____________________________________________________________________________
16294 [ 26483] By: nicholas                              on 2005/12/24  15:09:28
16295         Log: Using a hash reference rather than a hash can save a hash copy.
16296      Branch: perl
16297            ! lib/constant.pm
16298 ____________________________________________________________________________
16299 [ 26482] By: nicholas                              on 2005/12/24  14:48:42
16300         Log: Unless the peephole optimiser already knows that we're in void context,
16301              avoid even attempting the whole proxy constant sub copying
16302              optimisation.
16303      Branch: perl
16304            ! op.c
16305 ____________________________________________________________________________
16306 [ 26481] By: nicholas                              on 2005/12/24  14:09:56
16307         Log: Given that IO::Socket is documented as exporting all of Socket's
16308              exports, there's no need for IO::Socket::INET or IO::Socket::UNIX to
16309              use both. (And re-exporting removes some of the efficiency of the new
16310              constants implementation)
16311      Branch: perl
16312            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
16313 ____________________________________________________________________________
16314 [ 26480] By: stevep                                on 2005/12/24  03:30:02
16315         Log: Subject: Re: [perl #37907] Perl_magic_get reqires ridiculous amounts of stackmemory
16316              From: Jim Cromie <jim.cromie@gmail.com>
16317              Date: Fri, 23 Dec 2005 13:24:29 -0700
16318              Message-ID: <43AC5CFD.3060200@gmail.com>
16319              
16320              Includes a change in variable names from "j" to "num_groups".
16321      Branch: perl
16322            ! mg.c
16323 ____________________________________________________________________________
16324 [ 26479] By: nicholas                              on 2005/12/24  00:01:50
16325         Log: Looks like the macro CLK_TCK is not actually a constant on Solaris.
16326      Branch: perl
16327            ! ext/POSIX/Makefile.PL
16328 ____________________________________________________________________________
16329 [ 26478] By: nicholas                              on 2005/12/23  17:30:19
16330         Log: For PERL_TRACK_MEMPOOL with PERL_POISON, Poison the end of any block
16331              being shrunk in realloc()
16332      Branch: perl
16333            ! util.c
16334 ____________________________________________________________________________
16335 [ 26477] By: nicholas                              on 2005/12/23  17:24:44
16336         Log: For the rare case of EMFILE during require, save object code space
16337              by using newSVpvf
16338              (Would it be worth using it for all require failures?)
16339      Branch: perl
16340            ! pp_ctl.c
16341 ____________________________________________________________________________
16342 [ 26476] By: nicholas                              on 2005/12/23  16:55:35
16343         Log: If PERL_TRACK_MEMPOOL and PERL_POISON are in use, then scribble all
16344              over memory to invalidate it just before free()ing it.
16345      Branch: perl
16346            ! perl.h util.c
16347 ____________________________________________________________________________
16348 [ 26475] By: nicholas                              on 2005/12/23  16:20:53
16349         Log: Provide support for types PVN and UNDEF in
16350              ExtUtils::Constant::ProxySubs
16351      Branch: perl
16352            ! lib/ExtUtils/Constant/ProxySubs.pm
16353 ____________________________________________________________________________
16354 [ 26474] By: nicholas                              on 2005/12/23  15:27:10
16355         Log: Create a struct to use as the header with PERL_TRACK_MEMPOOL, so that
16356              other information can be stored in it.
16357      Branch: perl
16358            ! perl.h util.c
16359 ____________________________________________________________________________
16360 [ 26473] By: nicholas                              on 2005/12/23  13:54:37
16361         Log: ExtUtils::ParseXS needs to stack $filepathname to make #line directives
16362              in #INCLUDEs work.
16363      Branch: perl
16364            ! lib/ExtUtils/ParseXS.pm
16365 ____________________________________________________________________________
16366 [ 26472] By: nicholas                              on 2005/12/23  12:21:19
16367         Log: Add support for PV to ExtUtils::Constant::ProxySubs, and enable its
16368              use in Sys::Syslog
16369      Branch: perl
16370            ! ext/Sys/Syslog/Makefile.PL lib/ExtUtils/Constant/ProxySubs.pm
16371 ____________________________________________________________________________
16372 [ 26471] By: nicholas                              on 2005/12/23  12:01:29
16373         Log: inlining autoloaded constants is TODOne.
16374      Branch: perl
16375            ! pod/perltodo.pod
16376 ____________________________________________________________________________
16377 [ 26470] By: nicholas                              on 2005/12/23  11:36:43
16378         Log: Now that proxy subroutines can be unproxied in 2 places without
16379              becoming the same newCONSTSUB, need an explicit check to avoid a
16380              warning about subroutines being redefined, as there has never been
16381              a warning when you assing the same subroutine to a glob's GvCV()
16382      Branch: perl
16383            ! sv.c t/op/gv.t
16384 ____________________________________________________________________________
16385 [ 26469] By: nicholas                              on 2005/12/23  11:35:21
16386         Log: like and unlike weren't reporting failure where correctly in test.pl
16387      Branch: perl
16388            ! t/test.pl
16389 ____________________________________________________________________________
16390 [ 26468] By: rgs                                   on 2005/12/23  11:06:34
16391         Log: Fix build of Compress::Zlib on MVS (by Paul Marquess)
16392      Branch: perl
16393            ! ext/Compress/Zlib/zlib-src/zconf.h
16394 ____________________________________________________________________________
16395 [ 26467] By: rgs                                   on 2005/12/23  10:13:30
16396         Log: Clarify example of .. in perlop
16397              to fix [perl #38008] Documentation bug: perlop
16398              plus some minor formatting nits
16399      Branch: perl
16400            ! pod/perlop.pod
16401 ____________________________________________________________________________
16402 [ 26466] By: rgs                                   on 2005/12/23  09:21:09
16403         Log: Subject: [REPATCH lib/UNIVERSAL.pm] Recommend Against Using Methods as Functions
16404              From: chromatic <chromatic@wgz.org>
16405              Date: Dec 22, 2005 8:58 PM
16406              Message-Id: <200512221158.54474.chromatic@wgz.org>
16407      Branch: perl
16408            ! lib/UNIVERSAL.pm
16409 ____________________________________________________________________________
16410 [ 26465] By: nicholas                              on 2005/12/23  01:38:01
16411         Log: Need to be more careful with the symbol table manipulation - if there
16412              is already an entry in place, back off and generate a real constant
16413              subroutine. (fixes lib/Net/hostent.t failure)
16414              Fix a bug with how hv_store was being called.
16415      Branch: perl
16416            ! lib/ExtUtils/Constant/ProxySubs.pm
16417 ____________________________________________________________________________
16418 [ 26464] By: nicholas                              on 2005/12/23  01:09:05
16419         Log: SIGRTMAX, SIGRTMIN, LDBL_MAX, LDBL_MIN, LDBL_EPSILON and HUGE_VAL
16420              aren't constants on (at least some) Linux.
16421              And more evil than that, HUGE_VAL likes to use the C preprocessor
16422              in its value, necessitating use of a temporary.
16423      Branch: perl
16424            ! ext/POSIX/Makefile.PL lib/ExtUtils/Constant/ProxySubs.pm
16425 ____________________________________________________________________________
16426 [ 26463] By: nicholas                              on 2005/12/23  00:37:04
16427         Log: Use inlineable proxy constant subs for Socket
16428      Branch: perl
16429            ! ext/Socket/Makefile.PL lib/ExtUtils/Constant/ProxySubs.pm
16430 ____________________________________________________________________________
16431 [ 26462] By: stevep                                on 2005/12/23  00:28:54
16432         Log: ctime_r() and asctime_r() seem to have some problems before HP-UX 11.
16433      Branch: perl
16434            ! hints/hpux.sh
16435 ____________________________________________________________________________
16436 [ 26461] By: nicholas                              on 2005/12/23  00:27:50
16437         Log: Subject: [PATCH] Speed up Perl_sv_derived_from
16438              From: Andy Lester <andy@petdance.com>
16439              Message-ID: <20051222220044.GH4370@petdance.com>
16440              Date: Thu, 22 Dec 2005 16:00:44 -0600
16441      Branch: perl
16442            ! universal.c
16443 ____________________________________________________________________________
16444 [ 26460] By: nicholas                              on 2005/12/23  00:18:49
16445         Log: Create a sub LC_ALL with the correct prototype.
16446      Branch: perl
16447            ! lib/locale.t
16448 ____________________________________________________________________________
16449 [ 26459] By: nicholas                              on 2005/12/23  00:18:27
16450         Log: De-duplicate the items in @EXPORT. (@EXPORT is built from all the tags,
16451              and some constants are mentioned in multiple tags).
16452              Should this logic be in Exporter::Heavy?
16453      Branch: perl
16454            ! ext/POSIX/POSIX.pm
16455 ____________________________________________________________________________
16456 [ 26458] By: stevep                                on 2005/12/23  00:10:25
16457         Log: Make hostname.t deal with undefined or blank hostnames and domain 
16458              names.
16459      Branch: perl
16460            ! lib/Net/t/hostname.t
16461 ____________________________________________________________________________
16462 [ 26457] By: stevep                                on 2005/12/23  00:06:58
16463         Log: Fix for pod2man() in ExtUtils::Command::MM to work with 
16464              the Pod::Man 2.04.
16465      Branch: perl
16466            ! lib/ExtUtils/Command/MM.pm
16467 ____________________________________________________________________________
16468 [ 26456] By: nicholas                              on 2005/12/23  00:06:52
16469         Log: Subject: [PATCH] Speedup (rn|n)?instr
16470              From: Andy Lester <andy@petdance.com>
16471              Message-ID: <20051222223839.GI4370@petdance.com>
16472              Date: Thu, 22 Dec 2005 16:38:39 -0600
16473      Branch: perl
16474            ! util.c
16475 ____________________________________________________________________________
16476 [ 26455] By: nicholas                              on 2005/12/22  23:57:27
16477         Log: Use inlineable proxy constant subs for POSIX.
16478              There may be trouble ahead, as it seems that not all POSIX "constants"
16479              are. I wonder if too many systems are going to have too many
16480              variations to make this viable.
16481      Branch: perl
16482            ! ext/POSIX/Makefile.PL lib/ExtUtils/Constant/Base.pm
16483            ! lib/ExtUtils/Constant/ProxySubs.pm
16484 ____________________________________________________________________________
16485 [ 26454] By: nicholas                              on 2005/12/22  23:43:22
16486         Log: Missing ; in Tie::File
16487      Branch: perl
16488            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
16489 ____________________________________________________________________________
16490 [ 26453] By: nicholas                              on 2005/12/22  21:02:19
16491         Log: Make ExtUtils::Constant generate the inlineable proxy constant subs.
16492              So far just enough to make Fcntl work.
16493      Branch: perl
16494            + lib/ExtUtils/Constant/ProxySubs.pm
16495            ! MANIFEST ext/Fcntl/Makefile.PL lib/ExtUtils/Constant.pm
16496 ____________________________________________________________________________
16497 [ 26452] By: rgs                                   on 2005/12/22  19:37:42
16498         Log: Compilation help for EBCDIC platforms, from Jarkko,
16499              tested by Rajarshi Das
16500      Branch: perl
16501            ! utf8.h
16502 ____________________________________________________________________________
16503 [ 26451] By: nicholas                              on 2005/12/22  19:00:52
16504         Log: Break out the code to generate #ifdef/#endif into new methods
16505              macro_to_ifdef and macro_to_endif
16506              Add an args hashref to normalise_items; provide a
16507              disable_utf8_duplication argument to disable the utf8 duplication code.
16508      Branch: perl
16509            ! lib/ExtUtils/Constant/Base.pm
16510 ____________________________________________________________________________
16511 [ 26450] By: rgs                                   on 2005/12/22  17:09:59
16512         Log: Subject: [PATCH] Ho! Ho! Ho!  Santa brings consting!
16513              From: Andy Lester <andy@petdance.com>
16514              Date: Thu, 22 Dec 2005 10:57:17 -0600
16515              Message-ID: <20051222165717.GA2874@petdance.com>
16516      Branch: perl
16517            ! dump.c embed.fnc embed.h gv.c hv.c op.c pp.c pp_ctl.c pp_hot.c
16518            ! pp_sys.c proto.h regcomp.c sv.c toke.c universal.c
16519 ____________________________________________________________________________
16520 [ 26449] By: nicholas                              on 2005/12/22  17:01:33
16521         Log: Break out the item normalisation code into a method normalise_items.
16522      Branch: perl
16523            ! lib/ExtUtils/Constant/Base.pm
16524 ____________________________________________________________________________
16525 [ 26448] By: nicholas                              on 2005/12/22  15:43:20
16526         Log: Regression tests for proxy subroutine glob assignment.
16527              Fix a bug (it turns out that a typeglob isn't SvOK())
16528              Remove stray debugging code.
16529      Branch: perl
16530            ! pp_hot.c t/op/gv.t
16531 ____________________________________________________________________________
16532 [ 26447] By: rgs                                   on 2005/12/22  14:55:52
16533         Log: Subject: [PATCH] eliminate HINT_HH_FOR_EVAL
16534              From: Robin Houston <robin@cpan.org>
16535              Date: Thu, 22 Dec 2005 11:54:55 +0000
16536              Message-ID: <20051222115455.GB30301@rpc142.cs.man.ac.uk>
16537      Branch: perl
16538            ! lib/feature.pm lib/overload.pm lib/sort.pm op.c perl.h
16539            ! t/comp/hints.t
16540 ____________________________________________________________________________
16541 [ 26446] By: nicholas                              on 2005/12/22  11:23:34
16542         Log: Add an optimisation to allow proxy constant subroutines to be copied
16543              as proxy constant subroutines in a new symbol table where possible.
16544              (Rather than converting them to full blown constant subroutines and
16545              instantiating 2 typeglobs)
16546      Branch: perl
16547            ! ext/B/t/concise-xs.t gv.c gv.h op.c op.h pp.c pp_hot.c sv.c
16548 ____________________________________________________________________________
16549 [ 26445] By: rgs                                   on 2005/12/22  11:13:25
16550         Log: Regenerate Changes
16551      Branch: perl
16552            ! Changes
16553 ____________________________________________________________________________
16554 [ 26444] By: gisle                                 on 2005/12/22  10:42:36
16555         Log: Remove unused variable 'stash' since change 26437.
16556      Branch: perl
16557            ! pp_hot.c
16558 ____________________________________________________________________________
16559 [ 26443] By: rgs                                   on 2005/12/22  10:32:17
16560         Log: Regenerate perlapi.pod.
16561              Fix indentation of code examples in perlsyn.
16562      Branch: perl
16563            ! pod/perlapi.pod pod/perlsyn.pod
16564 ____________________________________________________________________________
16565 [ 26442] By: rgs                                   on 2005/12/22  10:10:04
16566         Log: Subject: [PATCH] switch / ~~ doccos
16567              From: Robin Houston <robin@cpan.org>
16568              Date: Wed, 21 Dec 2005 13:51:18 +0000
16569              Message-ID: <20051221135118.GC26527@rpc142.cs.man.ac.uk>
16570      Branch: perl
16571            ! pod/perlsyn.pod
16572 ____________________________________________________________________________
16573 [ 26441] By: merijn                                on 2005/12/22  07:02:37
16574         Log: Subject: [PATCH] wrong setting in canned win32/config.vc64 file
16575              From: "Jan Dubois" <jand@ActiveState.com>
16576              Date: Wed, 21 Dec 2005 15:04:30 -0800
16577              Message-ID: <06c701c60682$e650adc0$d563a8c0@candy>
16578      Branch: perl
16579            ! win32/config.vc64
16580 ____________________________________________________________________________
16581 [ 26440] By: stevep                                on 2005/12/22  03:08:59
16582         Log: Add documentation for method domainname() in Net::Domain.  Add some
16583              additional tests for Net::Domain.  Also, since it is tested, remove 
16584              test case from lib/1_compile.t.  One step closer to $500.
16585      Branch: perl
16586            ! lib/Net/Domain.pm lib/Net/t/hostname.t t/lib/1_compile.t
16587 ____________________________________________________________________________
16588 [ 26439] By: nicholas                              on 2005/12/21  22:40:04
16589         Log: Avoid negating an unsigned value. (The offset in the SV body table)
16590      Branch: perl
16591            ! sv.c
16592 ____________________________________________________________________________
16593 [ 26438] By: nicholas                              on 2005/12/21  21:20:23
16594         Log: For consistency sv_2cv should not leave the stash pointer uninitialised
16595              for some cases. Although it seems that only pp_sort pays any attention
16596              to it, of all the code on CPAN.
16597      Branch: perl
16598            ! sv.c
16599 ____________________________________________________________________________
16600 [ 26437] By: nicholas                              on 2005/12/21  20:38:42
16601         Log: Localise the stash variable in pp_entersub().
16602      Branch: perl
16603            ! pp_hot.c
16604 ____________________________________________________________________________
16605 [ 26436] By: nicholas                              on 2005/12/21  19:37:48
16606         Log: Undo my goto spaghetti from change 18340 - what we really need are
16607              hints to compilers about likey/unlikely branches.
16608      Branch: perl
16609            ! pp_hot.c
16610 ____________________________________________________________________________
16611 [ 26435] By: stevep                                on 2005/12/21  19:04:37
16612         Log: Add tests for untested math functions in POSIX
16613      Branch: perl
16614            + ext/POSIX/t/math.t
16615            ! MANIFEST
16616 ____________________________________________________________________________
16617 [ 26434] By: nicholas                              on 2005/12/21  18:34:03
16618         Log: The lref argument of sv_2cv is actually passed onwards to gv_fetchsv,
16619              so it is a bitmap of flag bits rather than simple TRUE/FALSE.
16620      Branch: perl
16621            ! mg.c pp.c pp_hot.c sv.c
16622 ____________________________________________________________________________
16623 [ 26433] By: rgs                                   on 2005/12/21  17:07:05
16624         Log: Remove switch from perltodo
16625      Branch: perl
16626            ! pod/perltodo.pod
16627 ____________________________________________________________________________
16628 [ 26432] By: rgs                                   on 2005/12/21  16:16:19
16629         Log: Subject: [PATCH] Feature bundle is now :5.10, and add -E switch
16630              From: Robin Houston <robin@cpan.org>
16631              Date: Wed, 21 Dec 2005 11:00:08 +0000
16632              Message-ID: <20051221110008.GB25877@rpc142.cs.man.ac.uk>
16633      Branch: perl
16634            + t/lib/feature/err
16635            ! MANIFEST embedvar.h global.sym intrpvar.h lib/feature.pm
16636            ! perl.c perl_keyword.pl perlapi.h pod/perlop.pod
16637            ! pod/perlrun.pod sv.c t/lib/feature/nonesuch t/lib/warnings/op
16638            ! t/op/dor.t t/run/switches.t toke.c
16639 ____________________________________________________________________________
16640 [ 26431] By: rgs                                   on 2005/12/21  11:12:32
16641         Log: Fix for [perl #37999] lc() + Latin-1 chars is failing erratically
16642              based on copying part of change #22196 from do_chomp() to do_chop().
16643      Branch: perl
16644            ! doop.c
16645 ____________________________________________________________________________
16646 [ 26430] By: rgs                                   on 2005/12/21  09:23:05
16647         Log: Subject: [PATCH] Fix bug in change #26379
16648              From: "Jan Dubois" <jand@ActiveState.com>
16649              Date: Tue, 20 Dec 2005 16:42:24 -0800
16650              Message-ID: <046001c605c7$69470290$d563a8c0@candy>
16651      Branch: perl
16652            ! win32/win32.c
16653 ____________________________________________________________________________
16654 [ 26429] By: nicholas                              on 2005/12/20  23:12:17
16655         Log: rv_2av, rv_2cv and rv_2hv also make use of OPf_SPECIAL, so update the
16656              descriptive comment to include them.
16657      Branch: perl
16658            ! op.h
16659 ____________________________________________________________________________
16660 [ 26428] By: rgs                                   on 2005/12/20  20:50:26
16661         Log: Remove some hardcoded references to ./perl in tests
16662      Branch: perl
16663            ! t/op/closure.t t/op/magic.t t/run/runenv.t
16664 ____________________________________________________________________________
16665 [ 26427] By: nicholas                              on 2005/12/20  20:13:12
16666         Log: Take care in toke.c not to convert constant subroutine reference
16667              proxies into full blow PVGVs with PVCVs, and recognise them and inline
16668              their values. Adds a new function gv_const_sv(gv) to return the value
16669              of the constant subroutine from a GV, and adds a cv parameter to
16670              S_intuit_method.
16671      Branch: perl
16672            ! embed.fnc embed.h gv.c proto.h toke.c
16673 ____________________________________________________________________________
16674 [ 26426] By: merijn                                on 2005/12/20  19:56:58
16675         Log: Small update on using threads on HP-UX 10.20
16676              64bit is far beyond experimental by now
16677      Branch: perl
16678            ! README.hpux
16679 ____________________________________________________________________________
16680 [ 26425] By: nicholas                              on 2005/12/20  19:55:46
16681         Log: Add a GV_NOADD_NOINIT flag to gv_fetch{pv,pvn,sv} that disables
16682              addition of new typeglobs, and also disables initialisation of any
16683              typeglob placeholders. Needed to make the new constant subroutine
16684              proxy references work efficiently.
16685      Branch: perl
16686            ! gv.c gv.h
16687 ____________________________________________________________________________
16688 [ 26424] By: rgs                                   on 2005/12/20  19:37:26
16689         Log: Fix typos in regular expressions
16690      Branch: perl
16691            ! ext/POSIX/t/time.t
16692 ____________________________________________________________________________
16693 [ 26423] By: nicholas                              on 2005/12/20  16:34:27
16694         Log: Get the "cv" from the "gv" once, and be more careful so that we can
16695              cope if either aren't their regular types.
16696              cv_const_sv should verify the type of SV passed, instead of assuming
16697              that it's a viable CV.
16698      Branch: perl
16699            ! op.c toke.c
16700 ____________________________________________________________________________
16701 [ 26422] By: nicholas                              on 2005/12/20  15:11:09
16702         Log: Croak if gv_init doesn't know how to create a typeglob from that type
16703              of referant. Test that ARRAY, HASH, PVIO, CODE and FORMAT croak.
16704              Globs are actually first class assignable objects, so test that you
16705              can create a constant subroutine that returns one.
16706      Branch: perl
16707            ! gv.c pod/perldiag.pod t/op/gv.t
16708 ____________________________________________________________________________
16709 [ 26421] By: rgs                                   on 2005/12/20  14:54:10
16710         Log: POD nits on B::Lint
16711      Branch: perl
16712            ! ext/B/B/Lint.pm
16713 ____________________________________________________________________________
16714 [ 26420] By: rgs                                   on 2005/12/20  14:48:34
16715         Log: Subject: Re: Pluggable lint patch
16716              From: Joshua ben Jore <twists@gmail.com>
16717              Date: Mon, 19 Dec 2005 09:22:04 -0600
16718              Message-ID: <dc5c751d0512190722s1e73ef88l5ae82bd7aa075c51@mail.gmail.com>
16719      Branch: perl
16720            ! ext/B/B/Lint.pm ext/B/t/lint.t
16721 ____________________________________________________________________________
16722 [ 26419] By: gisle                                 on 2005/12/20  14:39:22
16723         Log: Make perlivp skip the *.ph tests by default, since these
16724              files are normally not generated.
16725              The -a option is now needed for it to run all tests.
16726      Branch: perl
16727            ! utils/perlivp.PL
16728 ____________________________________________________________________________
16729 [ 26418] By: rgs                                   on 2005/12/20  14:24:06
16730         Log: Subject: [TEST PATCH] %^H can now propagate into eval
16731              From: Robin Houston <robin@cpan.org>
16732              Date: Tue, 20 Dec 2005 12:06:15 +0000
16733              Message-ID: <20051220120615.GA21794@rpc142.cs.man.ac.uk>
16734      Branch: perl
16735            ! t/comp/hints.t
16736 ____________________________________________________________________________
16737 [ 26417] By: nicholas                              on 2005/12/20  14:10:39
16738         Log: Verify that the code for initialising typeglobs from other types works.
16739      Branch: perl
16740            ! t/op/gv.t
16741 ____________________________________________________________________________
16742 [ 26416] By: rgs                                   on 2005/12/20  13:55:19
16743         Log: Use PTR2IV instead of casting directly
16744      Branch: perl
16745            ! pp_ctl.c
16746 ____________________________________________________________________________
16747 [ 26415] By: nicholas                              on 2005/12/20  13:39:01
16748         Log: gv_fetchpv, gv_fetchpvn and gv_fetchsv take a bitmask of flags, rather
16749              than a simple boolean, so passing FALSE or TRUE is bogus.
16750      Branch: perl
16751            ! doio.c gv.c mg.c op.c pp.c pp_hot.c pp_sys.c regcomp.c sv.c
16752            ! toke.c universal.c
16753 ____________________________________________________________________________
16754 [ 26414] By: nicholas                              on 2005/12/20  12:51:21
16755         Log: In Perl_yylex, move the declaration of orig_keyword, gv and gvp down to
16756              the block labelled keylookup.
16757      Branch: perl
16758            ! toke.c
16759 ____________________________________________________________________________
16760 [ 26413] By: rgs                                   on 2005/12/20  10:25:01
16761         Log: Subject: [PATCH] make failing cygwin test TODO'd
16762              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
16763              Date: Mon, 19 Dec 2005 03:41:12 -0800
16764              Message-ID: <20051219114112.GA5568@efn.org>
16765      Branch: perl
16766            ! lib/File/Compare.t
16767 ____________________________________________________________________________
16768 [ 26412] By: nicholas                              on 2005/12/19  23:47:26
16769         Log: In Perl_yylex, make tmp a temporary variable local to the blocks in
16770              which it is used.
16771      Branch: perl
16772            ! toke.c
16773 ____________________________________________________________________________
16774 [ 26411] By: nicholas                              on 2005/12/19  22:38:54
16775         Log: Assert that orig_keyword, gv and gvp aren't used before the main
16776              keyword parser of Perl_yylex.
16777      Branch: perl
16778            ! toke.c
16779 ____________________________________________________________________________
16780 [ 26410] By: davem                                 on 2005/12/19  22:07:49
16781         Log: //g loops infinitely on tainted data
16782              make the LHS of expr =~ /foo/g an lvalue, so that any pos magic
16783              attached to it stays attached.
16784      Branch: perl
16785            ! op.c t/op/taint.t
16786 ____________________________________________________________________________
16787 [ 26409] By: nicholas                              on 2005/12/19  20:57:40
16788         Log: Make gv_init recognise a reference-to-something in a symbol table as
16789              meaning a constant subroutine with that thing as it value
16790      Branch: perl
16791            ! gv.c
16792 ____________________________________________________________________________
16793 [ 26408] By: rgs                                   on 2005/12/19  19:27:09
16794         Log: Fix internal broken link ; reindent code examples
16795      Branch: perl
16796            ! pod/perlsyn.pod
16797 ____________________________________________________________________________
16798 [ 26407] By: rgs                                   on 2005/12/19  19:21:47
16799         Log: Fix typo.
16800              Add empty lines after =items.
16801      Branch: perl
16802            ! pod/perldiag.pod
16803 ____________________________________________________________________________
16804 [ 26406] By: rgs                                   on 2005/12/19  19:18:48
16805         Log: A note on say() and ORS grabbed from Damian's Perl6::Say.
16806      Branch: perl
16807            ! pod/perlfunc.pod
16808 ____________________________________________________________________________
16809 [ 26405] By: rgs                                   on 2005/12/19  18:43:04
16810         Log: Attempt at making IO::Handle backwards compatible again
16811      Branch: perl
16812            ! ext/IO/lib/IO/Handle.pm
16813 ____________________________________________________________________________
16814 [ 26404] By: nicholas                              on 2005/12/19  18:28:03
16815         Log: Make sv_dump (and therefore Devel::Peek) report the value of the
16816              constant in inlineable constant subroutines.
16817      Branch: perl
16818            ! dump.c ext/Devel/Peek/t/Peek.t
16819 ____________________________________________________________________________
16820 [ 26403] By: rgs                                   on 2005/12/19  18:20:48
16821         Log: sort.pm deserves a new version number
16822      Branch: perl
16823            ! lib/sort.pm
16824 ____________________________________________________________________________
16825 [ 26402] By: rgs                                   on 2005/12/19  18:17:19
16826         Log: Subject: Re: [PATCH] Make the 'sort' pragma lexically scoped
16827              From: Robin Houston <robin@cpan.org>
16828              Date: Dec 19, 2005 6:46 PM
16829              Message-ID: <20051219174620.GA17940@rpc142.cs.man.ac.uk>
16830      Branch: perl
16831            ! embed.fnc embed.h ext/B/B/Concise.pm ext/B/t/concise-xs.t
16832            ! ext/B/t/f_sort.t global.sym lib/feature.pm lib/sort.pm
16833            ! lib/sort.t op.c op.h pod/perlapi.pod pp_sort.c proto.h toke.c
16834 ____________________________________________________________________________
16835 [ 26401] By: rgs                                   on 2005/12/19  16:39:44
16836         Log: Missing file from last change
16837      Branch: perl
16838            + t/lib/common.pl
16839 ____________________________________________________________________________
16840 [ 26400] By: rgs                                   on 2005/12/19  16:26:15
16841         Log: Subject: [PATCH] latest switch/say/~~
16842              From: Robin Houston <robin@cpan.org>
16843              Date: Sat, 17 Dec 2005 20:44:31 +0000
16844              Message-Id: <20051217204431.GB28940@rpc142.cs.man.ac.uk>
16845      Branch: perl
16846            + lib/feature.pm lib/feature.t t/io/say.t t/lib/feature/nonesuch
16847            + t/lib/feature/say t/lib/feature/smartmatch
16848            + t/lib/feature/switch t/op/smartmatch.t t/op/switch.t
16849            ! MANIFEST cop.h embed.fnc embed.h ext/B/B/Deparse.pm
16850            ! ext/B/t/concise-xs.t ext/B/t/f_map.t ext/B/t/optree_samples.t
16851            ! ext/IO/lib/IO/Handle.pm ext/Opcode/Opcode.pm global.sym
16852            ! keywords.h keywords.pl lib/overload.pm lib/warnings.t op.c
16853            ! op.h opcode.h opcode.pl opnames.h perl.h perl_keyword.pl
16854            ! perly.act perly.h perly.tab perly.y pod/perldiag.pod
16855            ! pod/perlfunc.pod pod/perlop.pod pod/perlsyn.pod pp.sym
16856            ! pp_ctl.c pp_proto.h proto.h t/op/cproto.t toke.c
16857 ____________________________________________________________________________
16858 [ 26399] By: rgs                                   on 2005/12/19  09:52:42
16859         Log: Un-TODO a fixed test
16860              
16861              Subject: Re: Change 26165 broke ext/threads/t/stress_re.t test on Win32 (and patch to t/test.pl and/or Test::Harness)
16862              From: demerphq <demerphq@gmail.com>
16863              Date: Sat, 17 Dec 2005 17:23:23 +0100
16864              Message-ID: <9b18b3110512170823q1bb2cd27h838b4d4dcdba72c9@mail.gmail.com>
16865      Branch: perl
16866            ! t/op/pat.t
16867 ____________________________________________________________________________
16868 [ 26398] By: rgs                                   on 2005/12/19  09:52:03
16869         Log: TODO-SKIP tests must be "not ok", or else the test harness will think
16870              it's an unexpected success
16871              
16872              Subject: Re: Change 26165 broke ext/threads/t/stress_re.t test on Win32 (and patch to t/test.pl and/or Test::Harness)
16873              From: demerphq <demerphq@gmail.com>
16874              Date: Sat, 17 Dec 2005 17:23:23 +0100
16875              Message-ID: <9b18b3110512170823q1bb2cd27h838b4d4dcdba72c9@mail.gmail.com>
16876      Branch: perl
16877            ! t/test.pl
16878 ____________________________________________________________________________
16879 [ 26397] By: rgs                                   on 2005/12/18  10:23:55
16880         Log: Subject: [PATCH] Make script embedded in patchlevel.h work on win32.
16881              From: demerphq <demerphq@gmail.com> Mailed-By: perl.org
16882              Date: Dec 17, 2005 7:52 PM
16883              Message-ID: <9b18b3110512171052h2052d598rdf038f1d38560317@mail.gmail.com>
16884      Branch: perl
16885            ! patchlevel.h
16886 ____________________________________________________________________________
16887 [ 26396] By: craigb                                on 2005/12/18  00:16:42
16888         Log: Two test workarounds for VMS
16889      Branch: perl
16890            ! lib/File/Copy.t t/op/goto.t
16891 ____________________________________________________________________________
16892 [ 26395] By: nicholas                              on 2005/12/17  23:22:31
16893         Log: Add some paranoia to check that GP accesses aren't being done on the
16894              wrong types of SV.
16895      Branch: perl
16896            ! gv.h
16897 ____________________________________________________________________________
16898 [ 26394] By: stevep                                on 2005/12/17  19:21:35
16899         Log: Upgrade to Time-HiRes-1.86
16900      Branch: perl
16901            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
16902            ! ext/Time/HiRes/t/HiRes.t
16903 ____________________________________________________________________________
16904 [ 26393] By: nicholas                              on 2005/12/17  18:50:08
16905         Log: Two it's => its grammar fixes.
16906      Branch: perl
16907            ! op.c perl.h
16908 ____________________________________________________________________________
16909 [ 26392] By: nicholas                              on 2005/12/17  18:25:59
16910         Log: Move and const some definitions of variables used to save errno.
16911      Branch: perl
16912            ! doio.c perlio.c
16913 ____________________________________________________________________________
16914 [ 26391] By: nicholas                              on 2005/12/17  17:46:06
16915         Log: Add t/op/negate.t to MANIFEST.
16916      Branch: perl
16917            ! MANIFEST
16918 ____________________________________________________________________________
16919 [ 26390] By: nicholas                              on 2005/12/17  17:40:44
16920         Log: Pull the definition of olderrno in sv_2pv_flags into the block where
16921              it's used.
16922      Branch: perl
16923            ! sv.c
16924 ____________________________________________________________________________
16925 [ 26389] By: stevep                                on 2005/12/17  15:47:39
16926         Log: Subject: [PATCH] Correct typo in Time::HiRes tests introduced by patch 26383
16927              From: Dominic Dunlop <shouldbedomo@mac.com>
16928              Date: Sat, 17 Dec 2005 15:57:54 +0100
16929              Message-Id: <B364C747-F2BB-446F-887E-06EA2989888C@mac.com>
16930      Branch: perl
16931            ! ext/Time/HiRes/t/HiRes.t
16932 ____________________________________________________________________________
16933 [ 26388] By: stevep                                on 2005/12/17  15:41:38
16934         Log: Fix a typo and add some clarification to change #26387.
16935      Branch: perl
16936            ! pod/perlop.pod
16937 ____________________________________________________________________________
16938 [ 26387] By: stevep                                on 2005/12/17  15:35:45
16939         Log: Addition documentation explaining aritmetic negation on strings.  Also,
16940              additional test cases based partially on code by Piotr Fusik in 
16941              RT #36675: -'-10' eq '+10'.
16942      Branch: perl
16943            + t/op/negate.t
16944            ! pod/perlop.pod
16945 ____________________________________________________________________________
16946 [ 26386] By: nicholas                              on 2005/12/17  12:00:51
16947         Log: The IV/UV choice can be made inside uiv_2buf rather than sv_2pv_flags.
16948      Branch: perl
16949            ! sv.c
16950 ____________________________________________________________________________
16951 [ 26385] By: nicholas                              on 2005/12/17  11:44:47
16952         Log: The THINKFIRST check after the GMAGICAL check in sv_2iv_flags and
16953              sv_2uv_flags should have been else if.
16954      Branch: perl
16955            ! sv.c
16956 ____________________________________________________________________________
16957 [ 26384] By: stevep                                on 2005/12/17  04:03:05
16958         Log: Fix for ext/POSIX/t/time.t so the strftime() test works on systems
16959              that aren't quite up to SUS3.  Based on a patch by David Dyck in
16960              RT #37960: POSIX/t/time fails bleadperl
16961      Branch: perl
16962            ! ext/POSIX/t/time.t
16963 ____________________________________________________________________________
16964 [ 26383] By: stevep                                on 2005/12/17  01:46:58
16965         Log: Upgrade to Time-HiRes-1.85
16966      Branch: perl
16967            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
16968            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
16969            ! ext/Time/HiRes/fallback/const-c.inc
16970            ! ext/Time/HiRes/fallback/const-xs.inc ext/Time/HiRes/t/HiRes.t
16971 ____________________________________________________________________________
16972 [ 26382] By: nicholas                              on 2005/12/16  22:41:01
16973         Log: Typo fixes from Robin Houston in
16974              <20051216201446.GA24709@rpc142.cs.man.ac.uk>
16975      Branch: perl
16976            ! sv.h
16977 ____________________________________________________________________________
16978 [ 26381] By: nicholas                              on 2005/12/16  21:54:13
16979         Log: s/Nullhv/NULL/g;
16980              # Although I see that Robin is proposing to add some :-)
16981      Branch: perl
16982            ! cop.h ext/Data/Dumper/Dumper.xs ext/DynaLoader/dlutils.c gv.c
16983            ! op.c op.h pad.c perl.c sv.c toke.c universal.c xsutils.c
16984 ____________________________________________________________________________
16985 [ 26380] By: nicholas                              on 2005/12/16  21:30:34
16986         Log: s/Nullav/NULL/g
16987      Branch: perl
16988            ! cop.h ext/Data/Dumper/Dumper.xs gv.c intrpvar.h pad.c perl.c
16989            ! pp.c pp_ctl.c pp_sort.c scope.c sv.c
16990 ____________________________________________________________________________
16991 [ 26379] By: rgs                                   on 2005/12/16  21:13:37
16992         Log: Subject: [PATCH] RE: PeekMessage() call in win32\win32.c win32_async_check
16993              From: Jan Dubois <jand@activestate.com>
16994              Date: Dec 16, 2005 7:12 AM
16995              Message-ID: <015901c60207$abd64210$d563a8c0@candy>
16996              
16997              (Without the proposed alarm.t test)
16998      Branch: perl
16999            ! t/op/fork.t win32/perlhost.h win32/win32.c win32/win32.h
17000 ____________________________________________________________________________
17001 [ 26378] By: nicholas                              on 2005/12/16  18:12:26
17002         Log: Perl_sv_dup should be allocating bodies based on *size*, not the
17003              length to copy.
17004      Branch: perl
17005            ! sv.c
17006 ____________________________________________________________________________
17007 [ 26377] By: nicholas                              on 2005/12/16  15:55:51
17008         Log: comp/require.t exits early for the case of UTF-8 or EBCDIC, so need to
17009              add "new" tests before the end.
17010      Branch: perl
17011            ! t/comp/require.t
17012 ____________________________________________________________________________
17013 [ 26376] By: davem                                 on 2005/12/15  22:03:57
17014         Log: change #26373 broke threaded builds (aTHX_ now superfluous)
17015      Branch: perl
17016            ! pp_ctl.c
17017 ____________________________________________________________________________
17018 [ 26375] By: stevep                                on 2005/12/15  18:16:20
17019         Log: Added test for change #26373.
17020      Branch: perl
17021            ! t/comp/require.t
17022 ____________________________________________________________________________
17023 [ 26374] By: rgs                                   on 2005/12/15  18:00:34
17024         Log: Fix for [perl #37886] strict 'refs' doesn't apply inside defined
17025      Branch: perl
17026            ! pod/perl593delta.pod pp.c t/lib/strict/refs
17027 ____________________________________________________________________________
17028 [ 26373] By: stevep                                on 2005/12/15  17:48:42
17029         Log: Prevent require() from attempting to open directories and block 
17030              devices.  This fixes RT #24404.
17031      Branch: perl
17032            ! embed.fnc embed.h pp_ctl.c proto.h
17033 ____________________________________________________________________________
17034 [ 26372] By: nicholas                              on 2005/12/15  17:26:52
17035         Log: Use PL_op_desc rather than literal strings in pp_ioctl
17036      Branch: perl
17037            ! pp_sys.c
17038 ____________________________________________________________________________
17039 [ 26371] By: nicholas                              on 2005/12/15  17:26:22
17040         Log: Expand the comment describing the intent of change 26370, and how it
17041              relates to change 24660.
17042      Branch: perl
17043            ! toke.c
17044 ____________________________________________________________________________
17045 [ 26370] By: rgs                                   on 2005/12/15  17:12:01
17046         Log: Don't autovivify stashes as soon as the lexer sees them.
17047              This makes defined %foo::bar:: work again.
17048              Add tests for it, remove note in perldelta about having broken it.
17049      Branch: perl
17050            ! pod/perl593delta.pod t/op/stash.t toke.c
17051 ____________________________________________________________________________
17052 [ 26369] By: nicholas                              on 2005/12/15  16:24:21
17053         Log: In Perl_apply, the name of the op can be found from PL_op_name, instead
17054              of using local string constants.
17055      Branch: perl
17056            ! doio.c
17057 ____________________________________________________________________________
17058 [ 26368] By: rgs                                   on 2005/12/15  15:11:15
17059         Log: More general fix for bug [perl #37915]
17060              Make Net::Ping::mselect return undef on error instead of -1.
17061      Branch: perl
17062            ! lib/Net/Ping.pm
17063 ____________________________________________________________________________
17064 [ 26367] By: rgs                                   on 2005/12/15  14:44:51
17065         Log: Subject: [perl #37915] Bad select error handling in Net::Ping 
17066              From: alexander_bluhm@genua.de (via RT) <perlbug-followup@perl.org>
17067              Date: Tue, 13 Dec 2005 10:44:47 -0800
17068              Message-ID: <rt-3.0.11-37915-125655.19.2646201463531@perl.org>
17069      Branch: perl
17070            ! lib/Net/Ping.pm
17071 ____________________________________________________________________________
17072 [ 26366] By: gisle                                 on 2005/12/15  12:34:12
17073         Log: Silence test output to STDERR
17074              because it makes the 'make test' output look ugly.
17075      Branch: perl
17076            ! ext/Sys/Syslog/t/00-load.t
17077 ____________________________________________________________________________
17078 [ 26365] By: gisle                                 on 2005/12/15  10:42:03
17079         Log: Subject: Re: [perl #37897] sprintf of version objects
17080              From: John Peacock <jpeacock@rowman.com>
17081              Date: Wed, 14 Dec 2005 10:12:56 -0500
17082              Message-ID: <43A03678.2060700@rowman.com>
17083              
17084              (with some formatting tweaks and extra test cases)
17085      Branch: perl
17086            ! sv.c t/op/sprintf.t
17087 ____________________________________________________________________________
17088 [ 26364] By: rgs                                   on 2005/12/15  10:04:36
17089         Log: Some cleanups by Jarkko (and one by myself) to check83.pl
17090      Branch: perl
17091            ! Porting/check83.pl
17092 ____________________________________________________________________________
17093 [ 26363] By: craigb                                on 2005/12/15  03:59:21
17094         Log: On VMS, put pods in [.lib.pods] rather than [.lib.pod]
17095              in order to avoid collisions with [.lib.Pod]
17096      Branch: perl
17097            ! configure.com installperl vms/descrip_mms.template
17098 ____________________________________________________________________________
17099 [ 26362] By: stevep                                on 2005/12/15  02:33:11
17100         Log: Reverting change #26360 and #26361 since it appears that the bugs I
17101              thought I fixed had been previously fixed with change #25953.
17102      Branch: perl
17103            ! pp_sort.c
17104 ____________________________________________________________________________
17105 [ 26361] By: stevep                                on 2005/12/15  02:02:25
17106         Log: Again, FREETMPS not SAVETMPS!
17107      Branch: perl
17108            ! pp_sort.c
17109 ____________________________________________________________________________
17110 [ 26360] By: stevep                                on 2005/12/15  02:00:19
17111         Log: Add a missing FREETMPS to match up with a SAVETMPS.  This change
17112              fixes problems with nested sorts.  (RTs #7063 and #36430).
17113      Branch: perl
17114            ! pp_sort.c
17115 ____________________________________________________________________________
17116 [ 26359] By: stevep                                on 2005/12/15  00:36:25
17117         Log: Upgrade to Getopt-Long-2.35
17118      Branch: perl
17119            ! lib/Getopt/Long.pm
17120 ____________________________________________________________________________
17121 [ 26358] By: craigb                                on 2005/12/14  22:03:28
17122         Log: Using the system's utime() requires a patch to vms/vmsish.h
17123              that has not been submitted yet.
17124      Branch: perl
17125            ! vms/vms.c
17126 ____________________________________________________________________________
17127 [ 26357] By: nicholas                              on 2005/12/14  16:41:33
17128         Log: lib/Pod/t/man.t should use TODO with not ok to express its intentions
17129              correctly in TAP. (or alternatively if it really wants to skip, it
17130              needs to print ok)
17131      Branch: perl
17132            ! lib/Pod/t/man.t
17133 ____________________________________________________________________________
17134 [ 26355] By: nicholas                              on 2005/12/14  15:25:39
17135         Log: Duplicate the AMAGIC temporary variable consting from sv_2iv_flags into
17136              sv_2uv_flags, sv_2nv and sv_2pv_flags.
17137      Branch: perl
17138            ! sv.c
17139 ____________________________________________________________________________
17140 [ 26354] By: nicholas                              on 2005/12/14  14:59:18
17141         Log: Simplify the SvGMAGIC code in sv_[ipu]v_flags.
17142      Branch: perl
17143            ! sv.c
17144 ____________________________________________________________________________
17145 [ 26353] By: nicholas                              on 2005/12/14  14:08:24
17146         Log: Simplify the SvGMAGIC code in sv_2nv, removing duplicated checks to
17147              warn for uninitialized values.
17148      Branch: perl
17149            ! sv.c
17150 ____________________________________________________________________________
17151 [ 26352] By: nicholas                              on 2005/12/14  13:22:14
17152         Log: The logic to use SVt_NV or SVt_PVNV is in sv_upgrade, so no need to
17153              dupliate it in sv_2nv. Also, the final sv_upgrade is never called.
17154      Branch: perl
17155            ! sv.c
17156 ____________________________________________________________________________
17157 [ 26351] By: davem                                 on 2005/12/14  12:46:29
17158         Log: forgot to add new file to change #26350
17159      Branch: perl
17160            + ext/threads/shared/t/blessed.t
17161 ____________________________________________________________________________
17162 [ 26350] By: davem                                 on 2005/12/14  12:44:20
17163         Log: Subject:  [perl #37919] Blessed scalar refs with threads::shared 
17164              From:  "Jerry D. Hedden" (via RT) <perlbug-followup@perl.org>
17165              Date:  Tue, 13 Dec 2005 15:11:20 -0800
17166              Message-Id:  <rt-3.0.11-37919-125690.15.3722450337035@perl.org>
17167              
17168              Unlike arrays and hashes, coping blessed refs to shared scalars left
17169              the copy unblessed
17170      Branch: perl
17171            ! MANIFEST ext/threads/shared/shared.xs
17172 ____________________________________________________________________________
17173 [ 26349] By: steveh                                on 2005/12/14  12:41:02
17174         Log: Fix compilation error when building with -DPERL_MEM_LOG_STDERR
17175      Branch: perl
17176            ! util.c
17177 ____________________________________________________________________________
17178 [ 26347] By: nicholas                              on 2005/12/13  22:07:30
17179         Log: Convert range.t to test.pl
17180      Branch: perl
17181            ! t/op/range.t
17182 ____________________________________________________________________________
17183 [ 26346] By: nicholas                              on 2005/12/13  20:05:31
17184         Log: Update embed.fnc and headers after change 26345 (spotted by Rafael)
17185      Branch: perl
17186            ! embed.fnc embed.h proto.h
17187 ____________________________________________________________________________
17188 [ 26345] By: nicholas                              on 2005/12/13  19:44:22
17189         Log: Inline asIV and asUV, as each is only used once, and it distracts from
17190              the patterns of repeated code in sv_2iv_flags, sv_2uv_flags, sv_2nv
17191              and sv_2pv_flags. Add a comment noting the return path from the end of
17192              the SvGMAGICAL case to all 4.
17193      Branch: perl
17194            ! sv.c
17195 ____________________________________________________________________________
17196 [ 26344] By: craigb                                on 2005/12/13  17:27:48
17197         Log: Don't include utime.h in vms.c -- it collides with 
17198              homegroun definitions in vmsish.h.
17199      Branch: perl
17200            ! vms/vms.c
17201 ____________________________________________________________________________
17202 [ 26343] By: rgs                                   on 2005/12/13  14:07:12
17203         Log: Fix realclean target for Sys::Syslog
17204      Branch: perl
17205            ! ext/Sys/Syslog/Makefile.PL
17206 ____________________________________________________________________________
17207 [ 26342] By: gisle                                 on 2005/12/13  13:54:44
17208         Log: Remove tests that were not portable to 64bit ints.
17209      Branch: perl
17210            ! t/op/sprintf2.t
17211 ____________________________________________________________________________
17212 [ 26341] By: stevep                                on 2005/12/13  12:17:57
17213         Log: Renaming of some of Pod::Simple's test files to make it more 8.3 
17214              friendly.
17215      Branch: perl
17216           +> lib/Pod/Simple/t/junk1.pod lib/Pod/Simple/t/junk1_out.txt
17217           +> lib/Pod/Simple/t/junk2.pod lib/Pod/Simple/t/junk2_out.txt
17218           +> lib/Pod/Simple/t/perlcyg.pod lib/Pod/Simple/t/perlcyg_out.txt
17219           +> lib/Pod/Simple/t/perlfaq3.pod
17220           +> lib/Pod/Simple/t/perlfaq3_out.txt lib/Pod/Simple/t/perlvar.pod
17221           +> lib/Pod/Simple/t/perlvar_out.txt
17222            - lib/Pod/Simple/t/test_junk1.pod
17223            - lib/Pod/Simple/t/test_junk1_out.txt
17224            - lib/Pod/Simple/t/test_junk2.pod
17225            - lib/Pod/Simple/t/test_junk2_out.txt
17226            - lib/Pod/Simple/t/test_old_perlcygwin.pod
17227            - lib/Pod/Simple/t/test_old_perlcygwin_out.txt
17228            - lib/Pod/Simple/t/test_old_perlfaq3.pod
17229            - lib/Pod/Simple/t/test_old_perlfaq3_out.txt
17230            - lib/Pod/Simple/t/test_old_perlvar.pod
17231            - lib/Pod/Simple/t/test_old_perlvar_out.txt
17232            ! MANIFEST lib/Pod/Simple/t/render.t
17233 ____________________________________________________________________________
17234 [ 26340] By: stevep                                on 2005/12/13  11:54:54
17235         Log: Changes to Pod::Simple's tests to get rid of the "^"s in the 
17236              directory names.
17237      Branch: perl
17238            + lib/Pod/Simple/t/other_test_lib/Sizzlesuzzle.pm
17239            + lib/Pod/Simple/t/other_test_lib/hink_honk/Glunk.pod
17240            + lib/Pod/Simple/t/other_test_lib/hink_honk/Vliff.pm
17241            + lib/Pod/Simple/t/other_test_lib/hink_honk/readme.txt
17242            + lib/Pod/Simple/t/other_test_lib/pod/perlthang.pod
17243            + lib/Pod/Simple/t/other_test_lib/pod/perlzuk.pod
17244            + lib/Pod/Simple/t/other_test_lib/squaa/Vliff.pm
17245            + lib/Pod/Simple/t/other_test_lib/squaa/Wowo.pod
17246            + lib/Pod/Simple/t/test_lib/Blorm.pm
17247            + lib/Pod/Simple/t/test_lib/Zonk/Fiddle.txt
17248            + lib/Pod/Simple/t/test_lib/Zonk/Pronk.pm
17249            + lib/Pod/Simple/t/test_lib/Zonk/Veng.pm
17250            + lib/Pod/Simple/t/test_lib/hink_honk/Glunk.pod
17251            + lib/Pod/Simple/t/test_lib/hink_honk/Vliff.pm
17252            + lib/Pod/Simple/t/test_lib/hink_honk/readme.txt
17253            + lib/Pod/Simple/t/test_lib/pod/perlfliff.pod
17254            + lib/Pod/Simple/t/test_lib/pod/perlthang.pod
17255            + lib/Pod/Simple/t/test_lib/squaa.pm
17256            + lib/Pod/Simple/t/test_lib/squaa/Glunk.pod
17257            + lib/Pod/Simple/t/test_lib/squaa/Vliff.pm
17258            + lib/Pod/Simple/t/test_lib/zikzik.pod
17259            + lib/Pod/Simple/t/yet_another_test_lib/squaa/Vliff.pm
17260            - lib/Pod/Simple/t/other^test^lib/Sizzlesuzzle.pm
17261            - lib/Pod/Simple/t/other^test^lib/hink^honk/Glunk.pod
17262            - lib/Pod/Simple/t/other^test^lib/hink^honk/Vliff.pm
17263            - lib/Pod/Simple/t/other^test^lib/hink^honk/readme.txt
17264            - lib/Pod/Simple/t/other^test^lib/pod/perlthang.pod
17265            - lib/Pod/Simple/t/other^test^lib/pod/perlzuk.pod
17266            - lib/Pod/Simple/t/other^test^lib/squaa/Vliff.pm
17267            - lib/Pod/Simple/t/other^test^lib/squaa/Wowo.pod
17268            - lib/Pod/Simple/t/test^lib/Blorm.pm
17269            - lib/Pod/Simple/t/test^lib/Zonk/Fiddle.txt
17270            - lib/Pod/Simple/t/test^lib/Zonk/Pronk.pm
17271            - lib/Pod/Simple/t/test^lib/Zonk/Veng.pm
17272            - lib/Pod/Simple/t/test^lib/hink^honk/Glunk.pod
17273            - lib/Pod/Simple/t/test^lib/hink^honk/Vliff.pm
17274            - lib/Pod/Simple/t/test^lib/hink^honk/readme.txt
17275            - lib/Pod/Simple/t/test^lib/pod/perlfliff.pod
17276            - lib/Pod/Simple/t/test^lib/pod/perlthang.pod
17277            - lib/Pod/Simple/t/test^lib/squaa.pm
17278            - lib/Pod/Simple/t/test^lib/squaa/Glunk.pod
17279            - lib/Pod/Simple/t/test^lib/squaa/Vliff.pm
17280            - lib/Pod/Simple/t/test^lib/zikzik.pod
17281            - lib/Pod/Simple/t/yet^another^test^lib/squaa/Vliff.pm
17282            ! MANIFEST lib/Pod/Simple/t/htmlbatch_01.t
17283            ! lib/Pod/Simple/t/search_10survey_specific.t
17284            ! lib/Pod/Simple/t/search_12survey_cwd.t
17285            ! lib/Pod/Simple/t/search_20survey_two.t
17286            ! lib/Pod/Simple/t/search_22survey_two_shadowing.t
17287            ! lib/Pod/Simple/t/search_25_glob_squaa_coloncolon_kleene.t
17288            ! lib/Pod/Simple/t/search_26_glob_kleene_k.t
17289            ! lib/Pod/Simple/t/search_27_glob_squaa_kleene.t
17290            ! lib/Pod/Simple/t/search_28_glob_z_kleene_k.t
17291            ! lib/Pod/Simple/t/search_29_glob_z_qmark_k.t
17292 ____________________________________________________________________________
17293 [ 26339] By: gisle                                 on 2005/12/13  11:40:26
17294         Log: Add overflow check to EXPECT_NUMBER() used by sv_vcatpvfn().
17295              sprintf() or printf() will now croak if any of the indexes and
17296              widths specified in the format string are too large.
17297      Branch: perl
17298            ! pod/perldiag.pod sv.c t/op/sprintf.t t/op/sprintf2.t
17299 ____________________________________________________________________________
17300 [ 26338] By: rgs                                   on 2005/12/13  11:20:16
17301         Log: Subject: Re: check83.pl
17302              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
17303              Date: Sun, 11 Dec 2005 07:19:58 -0800
17304              Message-ID: <20051211151958.GA6188@efn.org>
17305      Branch: perl
17306            ! Porting/check83.pl
17307 ____________________________________________________________________________
17308 [ 26337] By: steveh                                on 2005/12/13  09:41:29
17309         Log: Fix lib/File/Compare.t test failures on Win32
17310              
17311              Change 26225, updated by 26245, added a test for another filename with
17312              a trailing space but failed to open the new filehandle in binary mode
17313              
17314              To compound matters, creating a file called "foo " on Win32 "succeeds"
17315              but actually creates a file called just "foo", so we have actually
17316              overwritten the original file with this non-binary mode version, and
17317              hence some of the original tests started failing too!
17318              
17319              (And because of this the new test doesn't actually add anything new on
17320              Win32 at the moment, but right now I can't think of a filename that
17321              would have failed under 2-arg open but succeeds with 3-arg open, which
17322              was the purpose of this test)
17323      Branch: perl
17324            ! lib/File/Compare.t
17325 ____________________________________________________________________________
17326 [ 26336] By: steveh                                on 2005/12/13  08:54:45
17327         Log: Don't try to export Perl_pad_sv when it isn't defined
17328              
17329              Fixes a Win32 linker error in non-DEBUGGING builds following 26316
17330      Branch: perl
17331            ! makedef.pl
17332 ____________________________________________________________________________
17333 [ 26334] By: rgs                                   on 2005/12/12  16:03:00
17334         Log: A suggestion by Yamashina Hio to speed up substitutions
17335              with right-hand side expressions by freeing temporaries.
17336              See :
17337              
17338              Subject: s///ge; consumes PL_tmps_stack in its loop
17339              From: YAMASHINA Hio <hio@hio.jp>
17340              Date: Tue, 30 Aug 2005 17:17:23 +0900
17341              Message-Id: <20050830160113.9716.HIO@ymir.co.jp>
17342      Branch: perl
17343            ! pp_ctl.c
17344 ____________________________________________________________________________
17345 [ 26332] By: nicholas                              on 2005/12/12  15:24:06
17346         Log: Check that %v$foo does not crash.
17347      Branch: perl
17348            ! t/op/sprintf2.t
17349 ____________________________________________________________________________
17350 [ 26330] By: gisle                                 on 2005/12/12  13:55:14
17351         Log: Use load_module() instead of perl_eval_sv("require $mod") to
17352              load modules.  This is safer since $mod comes from an external
17353              source.
17354      Branch: perl
17355            ! ext/Storable/Storable.xs
17356 ____________________________________________________________________________
17357 [ 26329] By: stevep                                on 2005/12/12  13:21:03
17358         Log: Pod::Man's tests aren't Unicode friendly.  Let's skip the unfriendly
17359              test for now.
17360      Branch: perl
17361            ! lib/Pod/t/man.t
17362 ____________________________________________________________________________
17363 [ 26328] By: rgs                                   on 2005/12/12  13:18:21
17364         Log: Robin Houston points out a better way to replace
17365              the C<defined %foo::bar::> construct.
17366      Branch: perl
17367            ! pod/perl593delta.pod
17368 ____________________________________________________________________________
17369 [ 26327] By: gisle                                 on 2005/12/12  12:21:39
17370         Log: Oops, change 26326 broke t/run/switches.t
17371              Reverting change 24912 fixes it.
17372      Branch: perl
17373            ! t/run/switches.t
17374 ____________________________________________________________________________
17375 [ 26326] By: gisle                                 on 2005/12/12  10:41:04
17376         Log: Drop "v" prefix from sprintf("%vd", $^V).
17377              
17378              The sprintf documentation has this example:
17379              
17380              printf "version is v%vd\n", $^V;
17381              
17382              and it printed 'version is vv5.9.3\n'.
17383      Branch: perl
17384            ! sv.c t/op/sprintf.t
17385 ____________________________________________________________________________
17386 [ 26325] By: nicholas                              on 2005/12/11  22:37:40
17387         Log: Fix *printf %*vd with mixed Latin 1/UTF-8. (Fixes bug 37889)
17388      Branch: perl
17389            ! sv.c t/uni/sprintf.t
17390 ____________________________________________________________________________
17391 [ 26324] By: nicholas                              on 2005/12/11  20:34:33
17392         Log: Move the rest of the data munging into the test preparation loop.
17393      Branch: perl
17394            ! t/op/sprintf.t
17395 ____________________________________________________________________________
17396 [ 26323] By: nicholas                              on 2005/12/11  19:49:53
17397         Log: Move the $data and $result munging into the test preparation loop.
17398      Branch: perl
17399            ! t/op/sprintf.t
17400 ____________________________________________________________________________
17401 [ 26321] By: gisle                                 on 2005/12/11  18:14:24
17402         Log: Disallow sprintf's vector handling for non-integer formats.
17403              Avoids core dump for printf("%vs") and similar.
17404      Branch: perl
17405            ! sv.c t/op/sprintf.t
17406 ____________________________________________________________________________
17407 [ 26320] By: nicholas                              on 2005/12/11  12:54:14
17408         Log: Quench the other 2 ways obscure ways of abusing positional parameters
17409              to generate bogus array indexes. These two are inside the vector
17410              formatting code.
17411      Branch: perl
17412            ! sv.c t/op/sprintf.t
17413 ____________________________________________________________________________
17414 [ 26319] By: nicholas                              on 2005/12/10  18:13:33
17415         Log: Re-instate the old perl getcwd as _perl_getcwd, and use it if loading
17416              the XS fails. (Needed to bootstrap the core build)
17417      Branch: perl
17418            ! lib/Cwd.pm
17419 ____________________________________________________________________________
17420 [ 26318] By: stevep                                on 2005/12/10  15:42:39
17421         Log: Upgrade to PathTools-3.14_01
17422      Branch: perl
17423            ! ext/Cwd/Changes ext/Cwd/Cwd.xs lib/Cwd.pm lib/File/Spec.pm
17424            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
17425            ! lib/File/Spec/t/Spec.t
17426 ____________________________________________________________________________
17427 [ 26317] By: stevep                                on 2005/12/10  15:21:37
17428         Log: Subject: [PATCH] Code tweaks in sv.c
17429              From: Andy Lester <andy@petdance.com>
17430              Date: Fri, 9 Dec 2005 11:09:21 -0600
17431              Message-ID: <20051209170921.GC16943@petdance.com>
17432              
17433              Includes a minor change the patch to account for code that moved
17434              elsewhere.
17435      Branch: perl
17436            ! sv.c
17437 ____________________________________________________________________________
17438 [ 26316] By: stevep                                on 2005/12/10  15:14:37
17439         Log: Subject: [PATCH] Excluding pad funcs when not debugging
17440              From: Andy Lester <andy@petdance.com>
17441              Date: Wed, 7 Dec 2005 21:58:05 -0600
17442              Message-ID: <20051208035805.GA23007@petdance.com>
17443      Branch: perl
17444            ! pad.c
17445 ____________________________________________________________________________
17446 [ 26315] By: nicholas                              on 2005/12/09  23:09:42
17447         Log: A better hash for PTR_TABLE_HASH (?)
17448      Branch: perl
17449            ! sv.c
17450 ____________________________________________________________________________
17451 [ 26314] By: craigb                                on 2005/12/09  21:13:50
17452         Log: Subject: patch@26310 - Major step for > 256 char paths on VMS
17453              From: "John E. Malmberg" <wb8tyw@qsl.net>
17454              Date: Fri, 09 Dec 2005 14:08:53 -0500
17455              Message-id: <4399D645.8070803@qsl.net>
17456      Branch: perl
17457            ! vms/vms.c
17458 ____________________________________________________________________________
17459 [ 26313] By: nicholas                              on 2005/12/09  19:18:32
17460         Log: An alternative way of structuring ptr_table_clear so that the variables
17461              can be assigned to at declaration time.
17462      Branch: perl
17463            ! sv.c
17464 ____________________________________________________________________________
17465 [ 26312] By: nicholas                              on 2005/12/09  18:46:17
17466         Log: A more efficient way to loop in ptr_table_clear
17467      Branch: perl
17468            ! sv.c
17469 ____________________________________________________________________________
17470 [ 26311] By: stevep                                on 2005/12/09  13:22:33
17471         Log: Subject: Re: Pod::Simple integration
17472              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
17473              Date: Fri, 09 Dec 2005 07:06:00 +0100
17474              Message-ID: <87k6ee7qk7.fsf@k75.linux.bogus>
17475              
17476              These files are still giving problems after attempting to convert
17477              them to text in p4.  The tests pass without them, so we'll remove them
17478              from the Perl distribution.
17479      Branch: perl
17480            - lib/Pod/Simple/t/corpus/haiku-iso2202jp.txt
17481            - lib/Pod/Simple/t/corpus/haiku-iso2202jpx.txt
17482            - lib/Pod/Simple/t/corpus/haiku-iso2202jpy.txt
17483            - lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf16be_bom.txt
17484            - lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf16le_bom.txt
17485            ! MANIFEST
17486 ____________________________________________________________________________
17487 [ 26310] By: stevep                                on 2005/12/09  03:39:17
17488         Log: Fixes compile errors introduce with change #26301 when compiling
17489              with ithreads and DEBUGGING.
17490      Branch: perl
17491            ! sv.c
17492 ____________________________________________________________________________
17493 [ 26309] By: stevep                                on 2005/12/09  02:07:32
17494         Log: Upgrade to Sys-Syslog-0.10
17495      Branch: perl
17496            + ext/Sys/Syslog/Changes ext/Sys/Syslog/README
17497            + ext/Sys/Syslog/fallback/const-c.inc
17498            + ext/Sys/Syslog/fallback/const-xs.inc
17499            + ext/Sys/Syslog/t/00-load.t ext/Sys/Syslog/t/constants.t
17500            + ext/Sys/Syslog/t/distchk.t ext/Sys/Syslog/t/pod.t
17501            + ext/Sys/Syslog/t/podcover.t ext/Sys/Syslog/t/podspell.t
17502            + ext/Sys/Syslog/t/portfs.t
17503            ! MANIFEST ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
17504            ! ext/Sys/Syslog/t/syslog.t
17505 ____________________________________________________________________________
17506 [ 26308] By: stevep                                on 2005/12/09  01:41:44
17507         Log: Upgrade to CGI.pm-3.15
17508      Branch: perl
17509            ! lib/CGI.pm lib/CGI/Changes
17510 ____________________________________________________________________________
17511 [ 26307] By: stevep                                on 2005/12/08  19:40:33
17512         Log: Add pointer to Pod::Simple for the Pod -> HTML task.
17513      Branch: perl
17514            ! pod/perltodo.pod
17515 ____________________________________________________________________________
17516 [ 26306] By: stevep                                on 2005/12/08  19:21:25
17517         Log: One final Pod::Usage yak to shave...
17518      Branch: perl
17519            ! lib/Pod/Usage.pm
17520 ____________________________________________________________________________
17521 [ 26305] By: stevep                                on 2005/12/08  19:07:38
17522         Log: Version bump for Pod::Usage
17523      Branch: perl
17524            ! lib/Pod/Usage.pm
17525 ____________________________________________________________________________
17526 [ 26304] By: stevep                                on 2005/12/08  19:04:59
17527         Log: Further yak-shaving on Pod::Usage.  Now, t/pod/pod2usage2.t tests 
17528              pass.
17529      Branch: perl
17530            ! lib/Pod/Usage.pm t/pod/pod2usage2.t
17531 ____________________________________________________________________________
17532 [ 26303] By: stevep                                on 2005/12/08  15:53:36
17533         Log: Fix to Pod::Usage to work with all recent Pod::Text versions.  Also
17534              includes a change to the Pod::Usage test file for compatibility
17535              purposes.
17536      Branch: perl
17537            ! lib/Pod/Usage.pm lib/Pod/t/Usage.t
17538 ____________________________________________________________________________
17539 [ 26302] By: craigb                                on 2005/12/08  14:47:57
17540         Log: On VMS, do not use Perl's memory allocator for the home-grown pipe
17541              structures.  They may be allocated during start-up and are torn down
17542              in an exit handler, where thread context and other Perlish support
17543              are iffy.
17544      Branch: perl
17545            ! vms/vms.c
17546 ____________________________________________________________________________
17547 [ 26301] By: nicholas                              on 2005/12/08  14:06:37
17548         Log: Merge common code from ptr_table_fetch and ptr_table_store into
17549              S_ptr_table_find.
17550      Branch: perl
17551            ! sv.c
17552 ____________________________________________________________________________
17553 [ 26300] By: gisle                                 on 2005/12/08  09:56:22
17554         Log: Fixup the setsockopt usage message; missing OPTVAL.
17555      Branch: perl
17556            ! ext/IO/lib/IO/Socket.pm
17557 ____________________________________________________________________________
17558 [ 26299] By: gisle                                 on 2005/12/08  09:53:35
17559         Log: Improve the setsockopt description.
17560              Removed claim that OPTVAL might be undef as it is just treated
17561              the same as 0 and give the usual use-of-uninitialized-value
17562              warning.  Added an example.
17563      Branch: perl
17564            ! pod/perlfunc.pod
17565 ____________________________________________________________________________
17566 [ 26298] By: craigb                                on 2005/12/08  04:34:42
17567         Log: Subject: patch@26253 Allow embedded new lines passed through to commands
17568              From: "John E. Malmberg" <wb8tyw@qsl.net>
17569              Date: Wed, 07 Dec 2005 22:26:21 -0500
17570              Message-id: <4397A7DD.8030403@qsl.net>
17571      Branch: perl
17572            ! vms/vms.c
17573 ____________________________________________________________________________
17574 [ 26297] By: stevep                                on 2005/12/07  20:39:24
17575         Log: One quick fix to the test for differences in error output.
17576      Branch: perl
17577            ! lib/Pod/t/Usage.t
17578 ____________________________________________________________________________
17579 [ 26296] By: rgs                                   on 2005/12/07  15:46:46
17580         Log: Subject: [PATCH] All args in embed.fnc should be named
17581              From: Andy Lester <andy@petdance.com>
17582              Date: Wed, 7 Dec 2005 10:08:18 -0600
17583              Message-ID: <20051207160818.GA13465@petdance.com>
17584      Branch: perl
17585            ! embed.fnc embed.pl pod/perlapi.pod proto.h
17586 ____________________________________________________________________________
17587 [ 26295] By: rgs                                   on 2005/12/07  15:13:03
17588         Log: Don't build manpages for Encode and Unicode::Normalize
17589              (when compiling perl manpages are built afterwards, not
17590              by MakeMaker like when installing modules.) This fix a
17591              bootstrap problem (now that Pod::Man uses POSIX.)
17592      Branch: perl
17593            ! ext/Encode/Makefile.PL ext/Unicode/Normalize/Makefile.PL
17594 ____________________________________________________________________________
17595 [ 26294] By: rgs                                   on 2005/12/07  13:22:39
17596         Log: Check in those files as text, not binary
17597      Branch: perl
17598            ! lib/Pod/Simple/t/corpus/haiku-iso2202jp.txt
17599            ! lib/Pod/Simple/t/corpus/haiku-iso2202jpx.txt
17600            ! lib/Pod/Simple/t/corpus/haiku-iso2202jpy.txt
17601            ! lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf16be_bom.txt
17602            ! lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf16le_bom.txt
17603 ____________________________________________________________________________
17604 [ 26293] By: rgs                                   on 2005/12/07  13:01:00
17605         Log: Remove space
17606      Branch: perl
17607            ! MANIFEST
17608 ____________________________________________________________________________
17609 [ 26292] By: stevep                                on 2005/12/07  12:36:59
17610         Log: Upgrade to podlators-2.00
17611      Branch: perl
17612            + lib/Pod/t/color.t lib/Pod/t/termcap.t
17613            - lib/Pod/t/text-errors.t
17614            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
17615            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
17616            ! lib/Pod/t/basic.cap lib/Pod/t/basic.clr lib/Pod/t/basic.man
17617            ! lib/Pod/t/basic.ovr lib/Pod/t/basic.pod lib/Pod/t/basic.t
17618            ! lib/Pod/t/basic.txt lib/Pod/t/man.t lib/Pod/t/text-options.t
17619            ! lib/Pod/t/text.t pod/pod2man.PL pod/pod2text.PL
17620 ____________________________________________________________________________
17621 [ 26291] By: stevep                                on 2005/12/07  11:38:00
17622         Log: Assimilate Pod-Simple-3.03 to the Perl core
17623      Branch: perl
17624            + (add 170 files)
17625            ! MANIFEST Porting/Maintainers.pl
17626 ____________________________________________________________________________
17627 [ 26290] By: nicholas                              on 2005/12/07  08:53:03
17628         Log: Pull the regexp stringification code out into S_stringify_regexp, to
17629              make sv_2pv_flags clearer.
17630      Branch: perl
17631            ! sv.c
17632 ____________________________________________________________________________
17633 [ 26289] By: nicholas                              on 2005/12/07  08:30:26
17634         Log: 3 instances of SvIsUV_on(sv); can be replaced with one.
17635      Branch: perl
17636            ! sv.c
17637 ____________________________________________________________________________
17638 [ 26288] By: stevep                                on 2005/12/07  02:10:26
17639         Log: Upgrade to CGI-3.14.
17640              
17641              Mmm...pi.  Oh, also including some Pod fixes in bleadperl that haven't
17642              yet been applied to the actual CGI distribution yet.
17643      Branch: perl
17644            ! lib/CGI.pm lib/CGI/Changes lib/CGI/t/form.t
17645 ____________________________________________________________________________
17646 [ 26287] By: nicholas                              on 2005/12/06  21:55:29
17647         Log: Add a ; that 26281 was lacking.
17648              (Dear Mark, please can I have back one of the two that I sent you after
17649              change 23614)
17650      Branch: perl
17651            ! util.c
17652 ____________________________________________________________________________
17653 [ 26286] By: nicholas                              on 2005/12/06  21:39:24
17654         Log: Move vast swathes of common code from sv_2iv_flags and sv_2uv_flags
17655              into S_sv_2iuv_common.
17656      Branch: perl
17657            ! sv.c
17658 ____________________________________________________________________________
17659 [ 26285] By: nicholas                              on 2005/12/06  19:41:43
17660         Log: The early return for SvIOKp(sv) in sv_2[iu]v_flags is actually code
17661              duplication.
17662      Branch: perl
17663            ! sv.c
17664 ____________________________________________________________________________
17665 [ 26281] By: rgs                                   on 2005/12/06  17:23:09
17666         Log: Subject: [PATCH] More consting, and putting stuff in embed.fnc
17667              From: Andy Lester <andy@petdance.com>
17668              Date: Mon, 5 Dec 2005 13:46:13 -0600
17669              Message-ID: <20051205194613.GB7791@petdance.com>
17670      Branch: perl
17671            ! deb.c doio.c dump.c embed.fnc embed.h hv.c hv.h locale.c mg.c
17672            ! op.c op.h pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c
17673            ! proto.h regcomp.c sv.c taint.c toke.c utf8.c util.c
17674 ____________________________________________________________________________
17675 [ 26280] By: nicholas                              on 2005/12/06  16:53:46
17676         Log: Subject: Re: stringification of v-string references
17677              From: John Peacock <jpeacock@rowman.com>
17678              Message-ID: <439592B4.2050101@rowman.com>
17679              Date: Tue, 06 Dec 2005 08:31:32 -0500
17680      Branch: perl
17681            ! t/op/ref.t
17682 ____________________________________________________________________________
17683 [ 26279] By: gisle                                 on 2005/12/06  16:42:31
17684         Log: Fix typo spotted by Ronald J Kimball.
17685      Branch: perl
17686            ! ext/Sys/Syslog/Syslog.pm
17687 ____________________________________________________________________________
17688 [ 26278] By: rgs                                   on 2005/12/06  14:56:28
17689         Log: Subject: Re: Perl PR: "Security holes in Sys::Syslog"
17690              From: Ronald J Kimball <rjk-perl-p5p@tamias.net>
17691              Date: Tue, 6 Dec 2005 09:56:12 -0500
17692              Message-ID: <20051206145612.GA94530@penkwe.pair.com>
17693      Branch: perl
17694            ! ext/Sys/Syslog/Syslog.pm
17695 ____________________________________________________________________________
17696 [ 26277] By: gisle                                 on 2005/12/06  14:45:30
17697         Log: Document why syslog($priority, "%s", $message) is a good idea
17698              if the code might be running with older versions of Sys::Syslog.
17699      Branch: perl
17700            ! ext/Sys/Syslog/Syslog.pm
17701 ____________________________________________________________________________
17702 [ 26276] By: merijn                                on 2005/12/06  14:30:53
17703         Log: Itanium blade servers added to the model list
17704      Branch: perl
17705            ! README.hpux
17706 ____________________________________________________________________________
17707 [ 26275] By: nicholas                              on 2005/12/06  13:56:15
17708         Log: Don't use Copy for 1 and 2 character string constants.
17709      Branch: perl
17710            ! sv.c
17711 ____________________________________________________________________________
17712 [ 26274] By: nicholas                              on 2005/12/06  13:40:07
17713         Log: Eliminate an unneeded local variable.
17714      Branch: perl
17715            ! sv.c
17716 ____________________________________________________________________________
17717 [ 26273] By: nicholas                              on 2005/12/06  13:08:57
17718         Log: Eliminate all the gotos in sv_2pv_flags, by moving the tokensave*
17719              code into the GMAGIC block.
17720      Branch: perl
17721            ! sv.c
17722 ____________________________________________________________________________
17723 [ 26272] By: nicholas                              on 2005/12/06  12:19:23
17724         Log: sv_2pv_flags shouldn't return a constant string "NULLREF" - it was the
17725              only constant non-"" string returned.
17726      Branch: perl
17727            ! sv.c
17728 ____________________________________________________________________________
17729 [ 26271] By: nicholas                              on 2005/12/05  23:57:51
17730         Log: Make all the return statements closer to the final calcuation of the
17731              returned value in the reference stringification code. Pull variables
17732              into tigher scope which also allows some to become const.
17733      Branch: perl
17734            ! sv.c
17735 ____________________________________________________________________________
17736 [ 26270] By: nicholas                              on 2005/12/05  23:29:46
17737         Log: Move the scope of origsv inwards, and rename variables to avoid the
17738              need to re-assign to sv.
17739      Branch: perl
17740            ! sv.c
17741 ____________________________________________________________________________
17742 [ 26269] By: nicholas                              on 2005/12/05  23:12:33
17743         Log: Clone the brief return logic and thereby remove a goto.
17744      Branch: perl
17745            ! sv.c
17746 ____________________________________________________________________________
17747 [ 26268] By: nicholas                              on 2005/12/05  22:44:32
17748         Log: As they are now the same, can fold the entire switch statement for
17749              reference type in sv_2pv_flags into a call to sv_reftype.
17750      Branch: perl
17751            ! sv.c
17752 ____________________________________________________________________________
17753 [ 26267] By: nicholas                              on 2005/12/05  22:20:31
17754         Log: Untease the regexp stringification from the reference naming in
17755              sv_2pv_flags. (Lots of re-indentation, little real change)
17756      Branch: perl
17757            ! sv.c
17758 ____________________________________________________________________________
17759 [ 26266] By: nicholas                              on 2005/12/05  21:58:20
17760         Log: References to version objects should stringify as VSTRING. This makes
17761              stringification consistent with the output of ref().
17762      Branch: perl
17763            ! sv.c
17764 ____________________________________________________________________________
17765 [ 26265] By: nicholas                              on 2005/12/05  20:37:11
17766         Log: The extra return is actually a duplicated code path, and can go.
17767      Branch: perl
17768            ! sv.c
17769 ____________________________________________________________________________
17770 [ 26264] By: nicholas                              on 2005/12/05  20:09:23
17771         Log: Fix typo in description.
17772      Branch: perl
17773            ! MANIFEST
17774 ____________________________________________________________________________
17775 [ 26263] By: nicholas                              on 2005/12/05  19:56:43
17776         Log: Add ext/MIME/Base64/README to MANIFEST
17777      Branch: perl
17778            ! MANIFEST
17779 ____________________________________________________________________________
17780 [ 26262] By: stevep                                on 2005/12/05  16:35:14
17781         Log: Upgrade to MIME-Base64-3.07
17782      Branch: perl
17783            + ext/MIME/Base64/README
17784            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
17785            ! ext/MIME/Base64/QuotedPrint.pm
17786 ____________________________________________________________________________
17787 [ 26261] By: stevep                                on 2005/12/05  16:29:46
17788         Log: Upgrade to Digest-MD5-2.36
17789      Branch: perl
17790            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
17791            ! ext/Digest/MD5/README ext/Digest/MD5/t/files.t
17792 ____________________________________________________________________________
17793 [ 26260] By: stevep                                on 2005/12/05  16:20:17
17794         Log: Upgrade to CGI.pm-3.13
17795      Branch: perl
17796            + lib/CGI/t/no_tabindex.t
17797            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Changes
17798            ! lib/CGI/Cookie.pm lib/CGI/t/form.t
17799 ____________________________________________________________________________
17800 [ 26259] By: rgs                                   on 2005/12/05  16:19:35
17801         Log: "Malformed UTF-8 character" was a severe warning, and can now be
17802              also a fatal error (since change #26258)
17803      Branch: perl
17804            ! pod/perldiag.pod
17805 ____________________________________________________________________________
17806 [ 26258] By: rgs                                   on 2005/12/05  16:04:16
17807         Log: Subject: Re: [perl #37836] Simple Regex causes SEGV when run on specific data
17808              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
17809              Date: Tue, 06 Dec 2005 00:35:52 +0900
17810              Message-Id: <20051206003221.5AD9.BQW10602@nifty.com>
17811      Branch: perl
17812            ! regexec.c
17813 ____________________________________________________________________________
17814 [ 26257] By: rgs                                   on 2005/12/05  15:25:00
17815         Log: Better variable names make code clearer
17816              
17817              Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
17818              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
17819              Date: Sun, 04 Dec 2005 16:24:29 +0900
17820              Message-Id: <20051204162412.D720.BQW10602@nifty.com>
17821      Branch: perl
17822            ! embed.fnc proto.h utf8.c
17823 ____________________________________________________________________________
17824 [ 26256] By: rgs                                   on 2005/12/05  15:20:32
17825         Log: Rework the error messages from the swashget code.
17826              
17827              Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
17828              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
17829              Date: Sun, 04 Dec 2005 16:24:59 +0900
17830              Message-Id: <20051204162431.D723.BQW10602@nifty.com>
17831      Branch: perl
17832            ! pod/perldiag.pod utf8.c
17833 ____________________________________________________________________________
17834 [ 26255] By: rgs                                   on 2005/12/05  15:15:53
17835         Log: Clarification and cleanup of the XS SWASHGET code
17836              
17837              Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
17838              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
17839              Date: Sun, 04 Dec 2005 16:28:35 +0900
17840              Message-Id: <20051204162508.D726.BQW10602@nifty.com>
17841      Branch: perl
17842            ! lib/utf8_heavy.pl regexec.c t/op/pat.t utf8.c
17843 ____________________________________________________________________________
17844 [ 26254] By: rgs                                   on 2005/12/05  09:58:02
17845         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.80.tar.gz
17846              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
17847              Date: Sat, 03 Dec 2005 12:24:05 +0100
17848              Message-ID: <87mzji8luy.fsf@k75.linux.bogus>
17849      Branch: perl
17850            ! lib/CPAN.pm lib/CPAN/SIGNATURE lib/CPAN/Version.pm
17851 ____________________________________________________________________________
17852 [ 26253] By: mhx                                   on 2005/12/04  19:37:58
17853         Log: NULL is a legal value for newXS()'s name parameter.
17854              (This caused strange build failures with gcc4 -O3)
17855      Branch: perl
17856            ! embed.fnc proto.h
17857 ____________________________________________________________________________
17858 [ 26252] By: stevep                                on 2005/12/04  15:30:55
17859         Log: Fix handling of author's names that had apostrophes.  Based on a patch
17860              by Sean O'Rourke <sorourke@cs.ucsd.edu> in RT bug #22950.
17861      Branch: perl
17862            ! utils/h2xs.PL
17863 ____________________________________________________________________________
17864 [ 26251] By: davem                                 on 2005/12/03  15:20:24
17865         Log: clarify description of vector (v) sprintf format modifier
17866      Branch: perl
17867            ! pod/perlfunc.pod
17868 ____________________________________________________________________________
17869 [ 26250] By: craigb                                on 2005/12/03  15:15:47
17870         Log: In vms/vms.c, don't use the thread-specific Newx() during
17871              startup before threads are initialized.  
17872      Branch: perl
17873            ! vms/vms.c
17874 ____________________________________________________________________________
17875 [ 26249] By: stevep                                on 2005/12/03  12:31:02
17876         Log: Update perlhack.pod with the updated, permanent ActiveState URLs
17877      Branch: perl
17878            ! pod/perlhack.pod
17879 ____________________________________________________________________________
17880 [ 26248] By: rgs                                   on 2005/12/03  12:16:54
17881         Log: Missing chunk in change #26247.
17882      Branch: perl
17883            ! ext/Sys/Syslog/Syslog.pm
17884 ____________________________________________________________________________
17885 [ 26247] By: rgs                                   on 2005/12/03  11:23:29
17886         Log: Sys::Syslog::syslog can accept a message without printf
17887              escapes and arguments.
17888              
17889              Subject: Re: Perl PR: "Security holes in Sys::Syslog"
17890              From: Gisle Aas <gisle@activestate.com>
17891              Date: 03 Dec 2005 03:35:32 -0800
17892              Message-ID: <lracfi2z23.fsf@caliper.activestate.com>
17893      Branch: perl
17894            ! ext/Sys/Syslog/Syslog.pm
17895 ____________________________________________________________________________
17896 [ 26246] By: stevep                                on 2005/12/03  03:30:00
17897         Log: Upgrade to version-0.50
17898      Branch: perl
17899            ! lib/version.pm lib/version.pod lib/version.t util.c
17900 ____________________________________________________________________________
17901 [ 26245] By: rgs                                   on 2005/12/02  23:00:55
17902         Log: Replace ^M by a space in test for bug #37716, to make
17903              Cygwin happy (found by Yitzchak)
17904      Branch: perl
17905            ! lib/File/Compare.t
17906 ____________________________________________________________________________
17907 [ 26244] By: nicholas                              on 2005/12/02  17:15:27
17908         Log: Address Hugo's comment on Dave's change (26240)
17909      Branch: perl
17910            ! sv.c
17911 ____________________________________________________________________________
17912 [ 26243] By: rgs                                   on 2005/12/02  10:37:05
17913         Log: Subject: Storable retrieve_lscalar fails for empty strings [PATCH]
17914              From: Gisle Aas <gisle@ActiveState.com>
17915              Date: 28 Nov 2005 04:48:18 -0800
17916              Message-ID: <lr3blhndkd.fsf@caliper.activestate.com>
17917              
17918              and
17919              Message-ID: <lrwtisn062.fsf@caliper.activestate.com>
17920      Branch: perl
17921            ! ext/Storable/Storable.xs ext/Storable/t/malice.t
17922 ____________________________________________________________________________
17923 [ 26242] By: rgs                                   on 2005/12/02  09:26:48
17924         Log: Subject: [PATCH] Signs, signs, everywhere a sign
17925              From: Andy Lester <andy@petdance.com>
17926              Date: Thu, 1 Dec 2005 14:24:51 -0600
17927              Message-ID: <20051201202451.GI22713@petdance.com>
17928      Branch: perl
17929            ! pp_pack.c
17930 ____________________________________________________________________________
17931 [ 26241] By: stevep                                on 2005/12/01  20:27:34
17932         Log: Nit from change #26232 noticed by H. Merijn Brand
17933      Branch: perl
17934            ! pod/perlop.pod
17935 ____________________________________________________________________________
17936 [ 26240] By: davem                                 on 2005/12/01  16:40:29
17937         Log: sprintf %NNN$ check for large values wrapping to negative
17938      Branch: perl
17939            ! sv.c t/op/sprintf2.t
17940 ____________________________________________________________________________
17941 [ 26239] By: rgs                                   on 2005/12/01  15:40:11
17942         Log: Always define PL_memory_wrap, and use it for the new sprintf checks
17943      Branch: perl
17944            ! makedef.pl perl.h sv.c
17945 ____________________________________________________________________________
17946 [ 26238] By: rgs                                   on 2005/12/01  15:26:09
17947         Log: Missing #ifdef, noticed by Jan Dubois
17948      Branch: perl
17949            ! sv.c
17950 ____________________________________________________________________________
17951 [ 26237] By: rgs                                   on 2005/12/01  14:25:34
17952         Log: Subject: [PATCH] Re: Perl PR: "Security holes in Sys::Syslog"
17953              From: Gisle Aas <gisle@ActiveState.com>
17954              Date: 01 Dec 2005 06:20:14 -0800
17955              Message-ID: <lroe406grl.fsf_-_@caliper.activestate.com>
17956              
17957              Subject: [PATCH] Suppress "0b" prefix for sprintf("%#b", 0)
17958              From: Gisle Aas <gisle@ActiveState.com>
17959              Date: 01 Dec 2005 06:11:44 -0800
17960              Message-ID: <lrsltc6h5r.fsf_-_@caliper.activestate.com>
17961      Branch: perl
17962            ! sv.c t/op/sprintf.t
17963 ____________________________________________________________________________
17964 [ 26236] By: rgs                                   on 2005/12/01  11:52:24
17965         Log: Subject: [PATCH] Disable constant folding of sprintf
17966              From: Gisle Aas <gisle@ActiveState.com>
17967              Date: 01 Dec 2005 03:22:10 -0800
17968              Message-ID: <lr8xv56p0d.fsf_-_@caliper.activestate.com>
17969      Branch: perl
17970            ! op.c opcode.h opcode.pl t/lib/warnings/sv t/op/sprintf2.t
17971 ____________________________________________________________________________
17972 [ 26235] By: rgs                                   on 2005/12/01  09:26:01
17973         Log: Subject: [patch] Re: Perl PR: "Security holes in Sys::Syslog"
17974              From: "Philippe M. Chiasson" <gozer@ActiveState.com>
17975              Date: Wed, 30 Nov 2005 20:17:31 -0800
17976              Message-ID: <438E795B.9060805@ActiveState.com>
17977      Branch: perl
17978            ! sv.c
17979 ____________________________________________________________________________
17980 [ 26234] By: rgs                                   on 2005/12/01  08:34:42
17981         Log: Revert change #26110 (already reverted in maintperl by change 26182)
17982      Branch: perl
17983            ! op.c
17984 ____________________________________________________________________________
17985 [ 26233] By: rgs                                   on 2005/11/30  21:15:21
17986         Log: Jan Dubois notices that sitecustomize.pl is to be found in sitelib,
17987              not siteperl
17988      Branch: perl
17989            ! pod/perlrun.pod
17990 ____________________________________________________________________________
17991 [ 26232] By: stevep                                on 2005/11/30  19:09:17
17992         Log: dor-assign (//=) was missing from perlop.pod
17993      Branch: perl
17994            ! pod/perlop.pod
17995 ____________________________________________________________________________
17996 [ 26231] By: rgs                                   on 2005/11/30  17:57:16
17997         Log: Subject: [PATCH] Remove redundant SvUTF8_on() calls
17998              From: Gisle Aas <gisle@ActiveState.com>
17999              Date: 30 Nov 2005 09:28:54 -0800
18000              Message-ID: <lrhd9uhwo9.fsf@caliper.activestate.com>
18001      Branch: perl
18002            ! pp.c sv.c
18003 ____________________________________________________________________________
18004 [ 26229] By: rgs                                   on 2005/11/30  14:29:23
18005         Log: Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
18006              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
18007              Date: Sun, 27 Nov 2005 17:02:02 +0900
18008              Message-Id: <20051127170016.A786.BQW10602@nifty.com>
18009      Branch: perl
18010            ! embed.fnc embed.h lib/utf8_heavy.pl pod/perlapi.pod
18011            ! pod/perlintern.pod proto.h universal.c utf8.c utf8.h
18012            ! utfebcdic.h
18013 ____________________________________________________________________________
18014 [ 26228] By: nicholas                              on 2005/11/30  13:55:05
18015         Log: The regexp engine should check SV flags rather than SV type for
18016              determining if something is a reference, because under the debugger
18017              the value returned by the swash code is SVt_PVMG.
18018              Not doing this has the side effect of repeatedly reassigning the
18019              same array element, which causes destructors to fire on the reassignment
18020              which in turn causes &utf8::DESTROY to run outside of the pseudo-safety
18021              of save_re_context, which under the debugger involves re-entering the
18022              regexp engine, which causes corruption of the regexp engine's global
18023              state.
18024      Branch: perl
18025            ! regexec.c
18026 ____________________________________________________________________________
18027 [ 26227] By: rgs                                   on 2005/11/30  12:30:47
18028         Log: Fix B::Concise tests after change #26226
18029      Branch: perl
18030            ! ext/B/t/optree_varinit.t
18031 ____________________________________________________________________________
18032 [ 26226] By: rgs                                   on 2005/11/30  09:53:11
18033         Log: Revert change #22520 (optimise away my $foo = undef and similar
18034              constructs), in order to fix bug perl #37776
18035      Branch: perl
18036            ! op.c t/op/my.t
18037 ____________________________________________________________________________
18038 [ 26225] By: rgs                                   on 2005/11/29  17:40:16
18039         Log: Subject: Re: [perl #37716] Re: File::Compare broken for filenames with whitespace
18040              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
18041              Date: Tue, 29 Nov 2005 08:07:19 +0100
18042              Message-ID: <878xv89bko.fsf@k75.linux.bogus>
18043      Branch: perl
18044            ! lib/File/Compare.pm lib/File/Compare.t
18045 ____________________________________________________________________________
18046 [ 26224] By: stevep                                on 2005/11/29  12:36:46
18047         Log: Assimilate Pod-Escapes-1.04.  This is a prereq for Pod::Simple, 
18048              which is now a prereq for podlators.
18049      Branch: perl
18050            + lib/Pod/Escapes.pm lib/Pod/Escapes/ChangeLog
18051            + lib/Pod/Escapes/README lib/Pod/Escapes/t/01_about_verbose.t
18052            + lib/Pod/Escapes/t/10_main.t
18053            + lib/Pod/Escapes/t/15_name2charnum.t
18054            ! MANIFEST Porting/Maintainers.pl
18055 ____________________________________________________________________________
18056 [ 26223] By: rgs                                   on 2005/11/28  18:43:51
18057         Log: Typo fix, by Olivier Blin
18058      Branch: perl
18059            ! lib/Getopt/Long.pm
18060 ____________________________________________________________________________
18061 [ 26222] By: steveh                                on 2005/11/28  17:07:25
18062         Log: Fix ext/POSIX/t/time.t on Win32
18063              
18064              According to MSDN, "The string result produced by ctime contains
18065              exactly 26 characters and has the form: Wed Jan 02 02:03:55 1980\n\0"
18066              so we *do* want the leading zero on the day returned by strftime
18067      Branch: perl
18068            ! ext/POSIX/t/time.t
18069 ____________________________________________________________________________
18070 [ 26221] By: stevep                                on 2005/11/28  14:11:23
18071         Log: Mac OS X/Darwin seems to have problems with tzname().
18072      Branch: perl
18073            ! ext/POSIX/t/time.t
18074 ____________________________________________________________________________
18075 [ 26220] By: rgs                                   on 2005/11/28  11:00:37
18076         Log: FAQ sync.
18077      Branch: perl
18078            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
18079            ! pod/perlfaq5.pod pod/perlfaq7.pod pod/perlfaq9.pod
18080 ____________________________________________________________________________
18081 [ 26219] By: stevep                                on 2005/11/28  02:48:18
18082         Log: Subject: [PATCH] Math::Trig: blead and maint (doc patch only): s/Bay/Gulf/ and do away with bad quotes
18083              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
18084              Date: Sun, 27 Nov 2005 23:04:31 +0200 (EET)
18085              Message-Id: <20051127210431.F1D2C6CF55@ugli.hut.fi>
18086      Branch: perl
18087            ! lib/Math/Trig.pm
18088 ____________________________________________________________________________
18089 [ 26218] By: stevep                                on 2005/11/28  02:34:49
18090         Log: Mention of possible use of a scalar variable on the rhs of an arrow "->" 
18091              operator added to close two tickets.
18092      Branch: perl
18093            ! pod/perlobj.pod
18094 ____________________________________________________________________________
18095 [ 26217] By: rgs                                   on 2005/11/27  23:18:38
18096         Log: Don't let MakeMaker install doc for MIME::Base64
18097              (since installpod does it already)
18098      Branch: perl
18099            ! ext/MIME/Base64/Makefile.PL
18100 ____________________________________________________________________________
18101 [ 26216] By: rgs                                   on 2005/11/27  22:42:42
18102         Log: Upgrade to Getopt::Long 2.34_04
18103      Branch: perl
18104            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
18105            ! lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
18106            ! lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
18107            ! lib/Getopt/Long/t/gol-oo.t
18108 ____________________________________________________________________________
18109 [ 26215] By: rgs                                   on 2005/11/27  21:43:17
18110         Log: Subject: [PATCH] fix wrong pool error in cygwin build
18111              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
18112              Date: Nov 27, 2005 9:29 AM
18113              Message-ID: <20051127082918.GA2556@efn.org>
18114      Branch: perl
18115            ! cygwin/cygwin.c
18116 ____________________________________________________________________________
18117 [ 26214] By: stevep                                on 2005/11/27  02:35:25
18118         Log: Upgrade to MIME-Base64-3.06
18119      Branch: perl
18120            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
18121            ! ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
18122            ! ext/MIME/Base64/QuotedPrint.pm
18123 ____________________________________________________________________________
18124 [ 26213] By: stevep                                on 2005/11/26  12:48:42
18125         Log: Deal with differences in what clock() does between POSIX and BSD.
18126      Branch: perl
18127            ! ext/POSIX/t/time.t
18128 ____________________________________________________________________________
18129 [ 26212] By: stevep                                on 2005/11/26  12:04:00
18130         Log: Upgrade to Scalar-List-Utils-1.18
18131      Branch: perl
18132            + ext/List/Util/t/00version.t
18133            ! MANIFEST ext/List/Util/Changes
18134 ____________________________________________________________________________
18135 [ 26211] By: stevep                                on 2005/11/26  11:50:17
18136         Log: Upgrade to Digest-MD5-2.35
18137      Branch: perl
18138            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
18139            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
18140            ! ext/Digest/MD5/t/files.t
18141 ____________________________________________________________________________
18142 [ 26210] By: stevep                                on 2005/11/26  11:40:57
18143         Log: Actually update one of the files from the previous change.
18144      Branch: perl
18145            ! lib/Digest.pm
18146 ____________________________________________________________________________
18147 [ 26209] By: stevep                                on 2005/11/26  11:38:02
18148         Log: Upgrade to Digest-1.14
18149      Branch: perl
18150            ! lib/Digest.pm lib/Digest/Changes
18151 ____________________________________________________________________________
18152 [ 26208] By: stevep                                on 2005/11/26  02:56:26
18153         Log: Just be explicit about $TZ.  
18154      Branch: perl
18155            ! ext/POSIX/t/time.t
18156 ____________________________________________________________________________
18157 [ 26207] By: stevep                                on 2005/11/26  02:32:10
18158         Log: Hmmm...strftime() does work on Win32, but tzset() is having problems
18159              on OpenBSD.
18160      Branch: perl
18161            ! ext/POSIX/t/time.t
18162 ____________________________________________________________________________
18163 [ 26206] By: stevep                                on 2005/11/26  01:31:24
18164         Log: Additional tests for B and POSIX.  The POSIX ones concern me a bit,
18165              but I don't expect any black smokes because of testing on OpenBSD,
18166              Linux, Win32, an Cygwin.
18167      Branch: perl
18168            + ext/POSIX/t/time.t
18169            ! MANIFEST ext/B/t/b.t
18170 ____________________________________________________________________________
18171 [ 26205] By: nicholas                              on 2005/11/25  15:12:02
18172         Log: Move report_uninit() and its static supporting functions to the end of
18173              sv.c, so that they are not sandwiched between the two halves of the
18174              SV allocation code. However, the diff looks far more evil than it
18175              should given that this is just moving a single albeit large hunk.
18176      Branch: perl
18177            ! sv.c
18178 ____________________________________________________________________________
18179 [ 26204] By: rgs                                   on 2005/11/25  12:40:34
18180         Log: Subject: [PATCH] perlpod documentation discrepancy in 5.8.6 ( and maybe later? )
18181              From: demerphq <demerphq@gmail.com>
18182              Date: Fri, 25 Nov 2005 13:57:38 +0100
18183              Message-ID: <9b18b3110511250457k6c196c4fu167badd045c2d9e6@mail.gmail.com>
18184      Branch: perl
18185            ! pod/perlpod.pod
18186 ____________________________________________________________________________
18187 [ 26203] By: rgs                                   on 2005/11/24  16:09:48
18188         Log: Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
18189              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
18190              Date: Fri, 25 Nov 2005 00:19:35 +0900
18191              Message-Id: <20051125001031.24E3.BQW10602@nifty.com>
18192              
18193              Date: Fri, 25 Nov 2005 01:18:17 +0900
18194              Message-Id: <20051125011410.24E9.BQW10602@nifty.com>
18195      Branch: perl
18196            ! universal.c utf8.c
18197 ____________________________________________________________________________
18198 [ 26202] By: rgs                                   on 2005/11/24  15:38:05
18199         Log: Document new perldoc -L switch
18200              
18201              Subject: Re: Pod::Perldoc patch (Fw: [ANNOUNCE] POD2::IT 0.10)
18202              From: Enrico Sorcinelli <bepi@perl.it>
18203              Date: Thu, 24 Nov 2005 16:04:03 +0100
18204              Message-Id: <20051124160403.568a194b.bepi@perl.it>
18205      Branch: perl
18206            ! pod/perldoc.pod
18207 ____________________________________________________________________________
18208 [ 26201] By: rgs                                   on 2005/11/24  08:52:35
18209         Log: Delete a README made redundant by change 26200.
18210      Branch: perl
18211            - wince/README.perlce
18212 ____________________________________________________________________________
18213 [ 26200] By: rgs                                   on 2005/11/23  20:45:44
18214         Log: Subject: [PATCH @26198] perlce touches
18215              From: Konovalov, Vadim <vkonovalov@spb.lucent.com>
18216              Date: Nov 23, 2005 8:55 PM
18217              Message-ID: <7DD1BE2C50259746ABB8683672D2089E12DDC3@itotest-1.spb.lucent.com>
18218      Branch: perl
18219            ! INSTALL MANIFEST README.ce makedef.pl wince/Makefile.ce
18220            ! wince/wince.c
18221 ____________________________________________________________________________
18222 [ 26199] By: rgs                                   on 2005/11/23  15:34:54
18223         Log: Subject: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
18224              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
18225              Date: Wed, 23 Nov 2005 17:57:34 +0900
18226              Message-Id: <20051123175603.FFD5.BQW10602@nifty.com>
18227              
18228              And :
18229              Message-Id: <20051123202935.4D9D.BQW10602@nifty.com>
18230              
18231              with some nits to use U8 instead of char more consistently
18232      Branch: perl
18233            ! lib/utf8_heavy.pl t/op/pat.t universal.c utf8.c
18234 ____________________________________________________________________________
18235 [ 26198] By: rgs                                   on 2005/11/22  21:24:19
18236         Log: Notes in perlstyle about POD formatting, by Sébastien
18237              Aperghis-Tramoni, with nits by chromatic and Randy W. Sims.
18238      Branch: perl
18239            ! pod/perlstyle.pod
18240 ____________________________________________________________________________
18241 [ 26197] By: nicholas                              on 2005/11/22  20:23:34
18242         Log: Note the URL describing the vast riches awaiting us.
18243      Branch: perl
18244            ! t/lib/1_compile.t
18245 ____________________________________________________________________________
18246 [ 26196] By: davem                                 on 2005/11/22  16:52:24
18247         Log: include PERL_TRACK_MEMPOOL in perl -V output
18248      Branch: perl
18249            ! perl.c
18250 ____________________________________________________________________________
18251 [ 26195] By: davem                                 on 2005/11/22  16:32:42
18252         Log: perl segfaults on reversed array reference
18253              
18254              The 'for (reverse @a)' optimisation got its index wrong when
18255              create LVALUE SVs for undef elements
18256      Branch: perl
18257            ! pp_ctl.c pp_hot.c t/op/loopctl.t
18258 ____________________________________________________________________________
18259 [ 26194] By: rgs                                   on 2005/11/22  16:16:00
18260         Log: Subject: [DOC PATCH] Sort subs *can* now be recursive
18261              From: Robin Houston <robin@cpan.org>
18262              Date: Tue, 22 Nov 2005 13:28:17 +0000
18263              Message-ID: <20051122132817.GA20895@rpc142.cs.man.ac.uk>
18264      Branch: perl
18265            ! pod/perlfunc.pod
18266 ____________________________________________________________________________
18267 [ 26193] By: rgs                                   on 2005/11/22  16:10:00
18268         Log: Use the system's free to dealloc a PV allocated by the system
18269              (more precisely by libgdbm.) See :
18270              
18271              Subject: GDBM_file realloc failures
18272              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
18273              Date: Mon, 21 Nov 2005 18:22:00 +0100
18274              Message-ID: <20051121182200.0b3d2454@grubert.mandrakesoft.com>
18275      Branch: perl
18276            ! ext/GDBM_File/GDBM_File.xs
18277 ____________________________________________________________________________
18278 [ 26192] By: rgs                                   on 2005/11/22  15:54:16
18279         Log: Subject: Re: [PATCH] concat interacts badly with magic
18280              From: Robin Houston <robin@cpan.org>
18281              Date: Tue, 22 Nov 2005 14:07:27 +0000
18282              Message-ID: <20051122140727.GA29861@rpc142.cs.man.ac.uk>
18283              
18284              (new version of patch for bug #37722)
18285      Branch: perl
18286            ! pp_hot.c t/lib/warnings/9uninit t/lib/warnings/pp_hot
18287            ! t/op/tie.t
18288 ____________________________________________________________________________
18289 [ 26191] By: rgs                                   on 2005/11/22  14:16:05
18290         Log: Subject: Pod::Perldoc patch (Fw: [ANNOUNCE] POD2::IT 0.10)
18291              From: Enrico Sorcinelli <bepi@perl.it>
18292              Date: Sun, 20 Nov 2005 10:20:51 +0100
18293              Message-Id: <20051120102051.23ef095d.bepi@perl.it>
18294              
18295              Also, bump version number of Perldoc.
18296      Branch: perl
18297            ! lib/Pod/Perldoc.pm
18298 ____________________________________________________________________________
18299 [ 26190] By: rgs                                   on 2005/11/22  11:29:03
18300         Log: Revert change #26185, which could have some unwanted side-effects.
18301              (lib/warnings.t had failures due to this patch.)
18302              Moreover Dave Mitchell correctly pointed out that [perl #37722]
18303              wasn't really a bug.
18304      Branch: perl
18305            ! pp_hot.c t/op/tie.t
18306 ____________________________________________________________________________
18307 [ 26189] By: merijn                                on 2005/11/22  06:33:05
18308         Log: Subject: RE: [perl #37708] [PATCH] wrong IP_ constants on Win32 
18309              From: "Jan Dubois" <jand@ActiveState.com>
18310              Date: Mon, 21 Nov 2005 21:35:51 -0800
18311              Message-ID: <062401c5ef26$99b3a490$2217a8c0@candy>
18312      Branch: perl
18313            ! win32/include/sys/socket.h
18314 ____________________________________________________________________________
18315 [ 26188] By: stevep                                on 2005/11/22  03:41:17
18316         Log: Subject: [PATCH] ff_chop.patch redux
18317              From: Andy Lester <andy@petdance.com>
18318              Date: Mon, 21 Nov 2005 21:16:14 -0600
18319              Message-ID: <20051122031614.GB19424@petdance.com>
18320      Branch: perl
18321            ! pp_ctl.c
18322 ____________________________________________________________________________
18323 [ 26187] By: stevep                                on 2005/11/22  03:37:30
18324         Log: Subject: patch@26180 - t/op/pat.t : Can't reset %ENV on VMS
18325              From: "John E. Malmberg" <wb8tyw@qsl.net>
18326              Date: Mon, 21 Nov 2005 22:09:17 -0500
18327              Message-ID: <43828BDD.7080302@qsl.net>
18328      Branch: perl
18329            ! t/op/pat.t
18330 ____________________________________________________________________________
18331 [ 26186] By: stevep                                on 2005/11/22  03:32:04
18332         Log: Subject: patch@26180 - t/op/array.t : Can't reset %ENV on VMS
18333              From: "John E. Malmberg" <wb8tyw@qsl.net>
18334              Date: Mon, 21 Nov 2005 21:19:31 -0500
18335              Message-ID: <43828033.9040708@qsl.net>
18336      Branch: perl
18337            ! t/op/array.t
18338 ____________________________________________________________________________
18339 [ 26185] By: rgs                                   on 2005/11/21  17:19:34
18340         Log: Subject: [PATCH] concat interacts badly with magic
18341              From: Robin Houston <robin@cpan.org>
18342              Date: Mon, 21 Nov 2005 17:03:39 +0000
18343              Message-ID: <20051121170339.GA8214@rpc142.cs.man.ac.uk>
18344      Branch: perl
18345            ! pp_hot.c t/op/tie.t
18346 ____________________________________________________________________________
18347 [ 26184] By: nicholas                              on 2005/11/21  14:18:03
18348         Log: Flip the sign of the value in body details offset, and change its type
18349              to size_t.
18350      Branch: perl
18351            ! sv.c
18352 ____________________________________________________________________________
18353 [ 26183] By: merijn                                on 2005/11/21  14:11:28
18354         Log: Thread failures on AIX (and others) caused by interleaved output
18355              
18356              Subject: Smoke [5.9.3] 26168 FAIL(X) AIX 4.3.3.0/ML11 (PPC/1 cpu)
18357              From: "H.Merijn Brand" <h.m.brand@xs4all.nl>
18358              Date: Sun, 20 Nov 2005 14:36 +0100
18359              Message-Id: <200511201337.jAKDbc1O066213@smtp-vbr6.xs4all.nl>
18360      Branch: perl
18361            ! t/op/threads.t
18362 ____________________________________________________________________________
18363 [ 26181] By: rgs                                   on 2005/11/21  08:58:59
18364         Log: Upgrade to Time::HiRes 1.83
18365      Branch: perl
18366            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
18367            ! ext/Time/HiRes/Makefile.PL ext/Time/HiRes/t/HiRes.t
18368 ____________________________________________________________________________
18369 [ 26180] By: nicholas                              on 2005/11/20  20:39:50
18370         Log: Eliminate two more strlen()s, by using the return value of sprintf().
18371      Branch: perl
18372            ! pp_ctl.c
18373 ____________________________________________________________________________
18374 [ 26179] By: rgs                                   on 2005/11/20  12:10:15
18375         Log: Declarations must come first, or some compilers aren't happy.
18376              (spotted by Jarkko)
18377      Branch: perl
18378            ! ext/B/B.xs
18379 ____________________________________________________________________________
18380 [ 26178] By: stevep                                on 2005/11/20  02:41:01
18381         Log: Subject: [PATCH] Pulling ancient RCS comments
18382              From: Andy Lester <andy@petdance.com>
18383              Date: Sat, 19 Nov 2005 00:16:39 -0600
18384              Message-ID: <20051119061639.GA25086@petdance.com>
18385      Branch: perl
18386            ! lib/AnyDBM_File.t lib/importenv.pl lib/stat.pl lib/validate.pl
18387            ! t/base/cond.t t/base/if.t t/base/pat.t t/base/term.t
18388            ! t/cmd/elsif.t t/cmd/mod.t t/cmd/subval.t t/cmd/switch.t
18389            ! t/comp/cmdopt.t t/comp/cpp.t t/comp/decl.t t/io/inplace.t
18390            ! t/io/read.t t/io/tell.t t/op/append.t t/op/auto.t t/op/cond.t
18391            ! t/op/do.t t/op/flip.t t/op/goto_xs.t t/op/my.t t/op/push.t
18392            ! t/op/read.t t/op/time.t t/op/unshift.t
18393 ____________________________________________________________________________
18394 [ 26177] By: stevep                                on 2005/11/20  02:31:10
18395         Log: Subject: Reworked PERL_TRACK_MEMPOOL patch
18396              From: "Jan Dubois" <jand@ActiveState.com>
18397              Date: Fri, 18 Nov 2005 11:38:24 -0800
18398              Message-ID: <003601c5ec77$a45eb260$2217a8c0@candy>
18399      Branch: perl
18400            ! perl.h util.c
18401 ____________________________________________________________________________
18402 [ 26176] By: stevep                                on 2005/11/19  19:14:42
18403         Log: Down with "warning: code has no effect"
18404      Branch: perl
18405            ! XSUB.h
18406 ____________________________________________________________________________
18407 [ 26175] By: stevep                                on 2005/11/19  18:06:14
18408         Log: Cleaning up some warnings generated by "gcc -W"
18409      Branch: perl
18410            ! deb.c ext/B/B.xs ext/Data/Dumper/Dumper.xs
18411            ! ext/PerlIO/encoding/encoding.xs mg.c op.c regcomp.c scope.c
18412 ____________________________________________________________________________
18413 [ 26174] By: stevep                                on 2005/11/19  13:46:27
18414         Log: Upgrade to PathTools-3.14
18415      Branch: perl
18416            + lib/File/Spec/t/tmpdir.t
18417            ! MANIFEST ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
18418            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Unix.pm
18419            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
18420            ! lib/File/Spec/t/Spec.t
18421 ____________________________________________________________________________
18422 [ 26173] By: nicholas                              on 2005/11/19  11:21:15
18423         Log: Norman observed that a couple of macros could make the body defintion
18424              table a lot more readable.
18425      Branch: perl
18426            ! sv.c
18427 ____________________________________________________________________________
18428 [ 26172] By: nicholas                              on 2005/11/19  00:50:33
18429         Log: With -DPURFIY we change the flags so that everything is allocated
18430              directly. (Don't use arenas at all.) This seems a rather elegant way
18431              to simplify some of the code in sv.c by removing conditional
18432              compilation.
18433      Branch: perl
18434            ! sv.c
18435 ____________________________________________________________________________
18436 [ 26171] By: nicholas                              on 2005/11/19  00:21:58
18437         Log: Map the HE arena onto SV type 0 (SVt_NULL).
18438              Abolish PL_he_root and PL_he_arenaroot.
18439      Branch: perl
18440            ! embedvar.h ext/XS/APItest/APItest.xs hv.c intrpvar.h perlapi.h
18441            ! sv.c sv.h
18442 ____________________________________________________________________________
18443 [ 26170] By: nicholas                              on 2005/11/18  23:44:32
18444         Log: Remove all the now unused new_XFOO()/del_XFOO() macros
18445      Branch: perl
18446            ! sv.c
18447 ____________________________________________________________________________
18448 [ 26169] By: nicholas                              on 2005/11/18  23:28:59
18449         Log: sv_clear can manipulate the arena array directly too.
18450              Also, I think that we may have been "leaking" NV bodies in blead since
18451              25051. Oops. (Will not have been detectable except with -DPURIFY as
18452              the leak is not returning them as free to the arena)
18453      Branch: perl
18454            ! sv.c
18455 ____________________________________________________________________________
18456 [ 26168] By: nicholas                              on 2005/11/18  21:25:23
18457         Log: We only need to zero new bodies for upgrades. sv_dup doesn't need to
18458              zero as it's copying over the same sized structure. So change
18459              new_NOARENA to malloc(), and add new_NOARENAZ() to calloc()
18460      Branch: perl
18461            ! sv.c
18462 ____________________________________________________________________________
18463 [ 26167] By: nicholas                              on 2005/11/18  21:02:34
18464         Log: Merge the arms of the switch. The decision about what comes from an
18465              arena and what comes from malloc is now solely in the table.
18466      Branch: perl
18467            ! sv.c
18468 ____________________________________________________________________________
18469 [ 26166] By: nicholas                              on 2005/11/18  20:38:26
18470         Log: Eliminate new_body_length from sv_dup. Replace SvTYPE(sstr) with
18471              sv_type, which is a constant variable with the same value.
18472      Branch: perl
18473            ! sv.c
18474 ____________________________________________________________________________
18475 [ 26165] By: nicholas                              on 2005/11/18  19:50:24
18476         Log: Eliminate new_body_offset from sv_dup()
18477      Branch: perl
18478            ! sv.c
18479 ____________________________________________________________________________
18480 [ 26164] By: nicholas                              on 2005/11/18  17:37:39
18481         Log: Merge the last remaining case duplication in sv_upgrade
18482      Branch: perl
18483            ! sv.c
18484 ____________________________________________________________________________
18485 [ 26163] By: nicholas                              on 2005/11/18  16:18:38
18486         Log: Eliminate new_body_length from sv_upgrade
18487      Branch: perl
18488            ! sv.c
18489 ____________________________________________________________________________
18490 [ 26162] By: nicholas                              on 2005/11/18  15:51:10
18491         Log: Eliminate new_body_offset from sv_upgrade
18492      Branch: perl
18493            ! sv.c
18494 ____________________________________________________________________________
18495 [ 26161] By: nicholas                              on 2005/11/18  15:03:01
18496         Log: new_body_inline doesn't need to be passed the root, as it's already
18497              inferring the arenaroot directly from the passed-in type.
18498      Branch: perl
18499            ! sv.c
18500 ____________________________________________________________________________
18501 [ 26160] By: rgs                                   on 2005/11/18  12:40:16
18502         Log: Tabs are still required in the MANIFEST
18503      Branch: perl
18504            ! MANIFEST
18505 ____________________________________________________________________________
18506 [ 26159] By: nicholas                              on 2005/11/18  12:06:06
18507         Log: Add a flag to the body details of which types come from arenas.
18508              Update the allocation information for all the types.
18509              Add a new macro new_NOARENA() for allocating the non-arena types.
18510              Use calloc rather than malloc for the new_NOARENA so that the Zero()
18511              can be skipped.
18512      Branch: perl
18513            ! sv.c
18514 ____________________________________________________________________________
18515 [ 26158] By: nicholas                              on 2005/11/18  11:20:10
18516         Log: Simplify the expression for the upgrade logic for SVt_IV.
18517              Replace the "can't happen" comment for SVt_PVIV with assertions
18518              that it didn't happen.
18519      Branch: perl
18520            ! sv.c
18521 ____________________________________________________________________________
18522 [ 26157] By: stevep                                on 2005/11/18  11:07:34
18523         Log: Adding README.linux to the MANIFEST
18524      Branch: perl
18525            ! MANIFEST
18526 ____________________________________________________________________________
18527 [ 26156] By: nicholas                              on 2005/11/18  10:30:12
18528         Log: const and static for the const static private table.
18529              Replace the "upgrade" special case for SVt_PV with assertions as it's
18530              not been needed since we forced *up*grades.
18531      Branch: perl
18532            ! sv.c
18533 ____________________________________________________________________________
18534 [ 26155] By: nicholas                              on 2005/11/18  10:13:31
18535         Log: Rename sv_upgrade's parameter mt to new_type.
18536      Branch: perl
18537            ! sv.c
18538 ____________________________________________________________________________
18539 [ 26154] By: rgs                                   on 2005/11/18  08:30:18
18540         Log: Subject: Dumpvalue doc patch
18541              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
18542              Date: Fri, 18 Nov 2005 03:42:52 +0100
18543              Message-ID: <87br0ibrrn.fsf@k75.linux.bogus>
18544      Branch: perl
18545            ! lib/Dumpvalue.pm
18546 ____________________________________________________________________________
18547 [ 26153] By: stevep                                on 2005/11/18  00:54:53
18548         Log: Initial, albeit hackish, support for the alpha version of Sun Studio
18549              compilers of Linux.
18550      Branch: perl
18551            + README.linux
18552            ! hints/linux.sh
18553 ____________________________________________________________________________
18554 [ 26152] By: nicholas                              on 2005/11/17  23:27:59
18555         Log: All that can be in the first switch statement of sv_upgrade is now
18556              table driven. The shrinking continues on the morrow.
18557      Branch: perl
18558            ! sv.c
18559 ____________________________________________________________________________
18560 [ 26151] By: nicholas                              on 2005/11/17  22:50:07
18561         Log: "Can you see what it is yet?"
18562              Next steps towards making as much as possible table driven.
18563      Branch: perl
18564            ! sv.c
18565 ____________________________________________________________________________
18566 [ 26150] By: nicholas                              on 2005/11/17  21:58:58
18567         Log: Add the size of the structure to copy as a field in the per type
18568              data table.
18569      Branch: perl
18570            ! sv.c
18571 ____________________________________________________________________________
18572 [ 26149] By: nicholas                              on 2005/11/17  16:33:05
18573         Log: Merge sizeof_body_by_svtype and offset_by_svtype into a single array
18574              of structures.
18575      Branch: perl
18576            ! sv.c
18577 ____________________________________________________________________________
18578 [ 26148] By: nicholas                              on 2005/11/17  14:36:39
18579         Log: Move the location of the definition of the arena slot used for pte
18580              into sv.h, to keep it in one central place.
18581              Change it to use SVt_RV. (Having SVt_IV for real use will be useful.
18582              SVt_RV has no body, and doesn't pretend to have one, so it is spare.)
18583      Branch: perl
18584            ! sv.c sv.h
18585 ____________________________________________________________________________
18586 [ 26147] By: rgs                                   on 2005/11/17  14:09:10
18587         Log: Subject: [PATCH] Sort subs now in embed.fnc
18588              From: Andy Lester <andy@petdance.com>
18589              Date: Thu, 17 Nov 2005 07:53:38 -0600
18590              Message-ID: <20051117135338.GA31715@petdance.com>
18591      Branch: perl
18592            ! embed.fnc embed.h pp_sort.c proto.h
18593 ____________________________________________________________________________
18594 [ 26146] By: nicholas                              on 2005/11/17  13:51:01
18595         Log: s/SvTYPE(sv)/old_type/ in sv_upgrade because we already have that value
18596              in that variable.
18597              Don't compile S_new_body with -DPURIFY
18598      Branch: perl
18599            ! sv.c
18600 ____________________________________________________________________________
18601 [ 26145] By: rgs                                   on 2005/11/17  09:06:33
18602         Log: It's clearer to use "morphing" than "polymorphing" when
18603              describing what exec() does
18604      Branch: perl
18605            ! pod/perlmod.pod
18606 ____________________________________________________________________________
18607 [ 26144] By: stevep                                on 2005/11/17  00:18:31
18608         Log: Subject: [perl #37694] segfault with PerlIO::get_layers()
18609              From: Peter Dintelmann (via RT) <perlbug-followup@perl.org>
18610              Date: Wed, 16 Nov 2005 07:11:41 -0800
18611              Message-ID: <rt-3.0.11-37694-124556.15.9755707729767@perl.org>
18612      Branch: perl
18613            ! universal.c
18614 ____________________________________________________________________________
18615 [ 26143] By: nicholas                              on 2005/11/16  23:40:55
18616         Log: Oi gcc, No! sizeof(void) is an error. *Not* 1.
18617              Wanting sizeof(void) isn't even a compilation error with -ansi
18618              -pedantic. Just a warning. Lame! I'm going to send it back for a full
18619              refund. Hateful software.
18620      Branch: perl
18621            ! sv.c
18622 ____________________________________________________________________________
18623 [ 26142] By: nicholas                              on 2005/11/16  20:18:58
18624         Log: PL_pte_root and PL_pte_arenaroot can be exterminated. Which reveals
18625              an erroneous remaining reference to PL_pte_root to correct.
18626      Branch: perl
18627            ! embedvar.h intrpvar.h perlapi.h sv.c
18628 ____________________________________________________________________________
18629 [ 26141] By: nicholas                              on 2005/11/16  19:26:17
18630         Log: Subject: Re: eliminate discreet arenaroots
18631              From: Jim Cromie <jim.cromie@gmail.com>
18632              Message-ID: <4378E5B0.3010708@gmail.com>
18633              Date: Mon, 14 Nov 2005 12:29:52 -0700
18634      Branch: perl
18635            ! embedvar.h intrpvar.h perlapi.h sv.c sv.h
18636 ____________________________________________________________________________
18637 [ 26140] By: merijn                                on 2005/11/16  19:26:13
18638         Log: Subject: [PATCH @26137] for wince
18639              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
18640              Date: Wed, 16 Nov 2005 20:57:13 +0300
18641              Message-ID: <7DD1BE2C50259746ABB8683672D2089E12DC9F@itotest-1.spb.lucent.com>
18642      Branch: perl
18643            ! makedef.pl wince/Makefile.ce wince/config.ce wince/config_H.ce
18644            ! wince/wince.c
18645 ____________________________________________________________________________
18646 [ 26137] By: rgs                                   on 2005/11/16  15:06:10
18647         Log: Subject: Re: [perl #37688] Unexpected regex failure. 
18648              From: hv@crypt.org
18649              Date: Wed, 16 Nov 2005 14:54:55 +0000
18650              Message-Id: <200511161454.jAGEst117787@zen.crypt.org>
18651      Branch: perl
18652            ! regexec.c t/op/re_tests
18653 ____________________________________________________________________________
18654 [ 26136] By: rgs                                   on 2005/11/15  16:33:02
18655         Log: Subject: Re: [perl #37616] Bug in &= (string) and/or m//
18656              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
18657              Date: Wed, 09 Nov 2005 02:12:00 +0900
18658              Message-Id: <20051109021035.69D8.BQW10602@nifty.com>
18659      Branch: perl
18660            ! doop.c t/op/bop.t
18661 ____________________________________________________________________________
18662 [ 26135] By: rgs                                   on 2005/11/15  13:30:00
18663         Log: Subject: [PATCH] Re: Cygwin status, maint and blead
18664              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
18665              Date: Sun, 13 Nov 2005 16:01:02 -0800
18666              Message-ID: <20051114000102.GA5556@efn.org>
18667      Branch: perl
18668            ! Makefile.SH
18669 ____________________________________________________________________________
18670 [ 26134] By: nicholas                              on 2005/11/14  22:48:02
18671         Log: Remove the two register keywords from auto variables that PERL_POSION
18672              wants to take the address of.
18673      Branch: perl
18674            ! hv.c scope.c
18675 ____________________________________________________________________________
18676 [ 26133] By: nicholas                              on 2005/11/14  22:32:14
18677         Log: More PERL_POISON - poison SvANY() and SvREFCNT() in freed SV heads.
18678              (by using the union pointer to chain the freed heads together)
18679      Branch: perl
18680            ! sv.c
18681 ____________________________________________________________________________
18682 [ 26132] By: nicholas                              on 2005/11/14  22:31:14
18683         Log: Mark all places where perl needs to look at a possibly-freed scalar
18684              with a macro SvIS_FREED(sv)
18685      Branch: perl
18686            ! av.c mg.c op.c pad.c pp_hot.c sv.h
18687 ____________________________________________________________________________
18688 [ 26131] By: stevep                                on 2005/11/14  17:31:59
18689         Log: Removed reference to the non-existent C<Opcode::Custom>.
18690      Branch: perl
18691            ! pod/perlguts.pod
18692 ____________________________________________________________________________
18693 [ 26130] By: rgs                                   on 2005/11/14  16:32:33
18694         Log: The warning "Field too wide in 'u' format in pack" was emitted even
18695              when pack warnings were not enabled
18696      Branch: perl
18697            ! pp_pack.c
18698 ____________________________________________________________________________
18699 [ 26129] By: nicholas                              on 2005/11/14  16:22:26
18700         Log: Provide a crude way for specifying the command line for
18701              make test.valgrind
18702      Branch: perl
18703            ! Makefile.SH t/TEST
18704 ____________________________________________________________________________
18705 [ 26128] By: rgs                                   on 2005/11/14  15:40:08
18706         Log: A better fix for [perl #35847] File::Find not performing as documented,
18707              suggested by Darren Dunham. Includes a fix to the code example that
18708              uses File::Find in perlfaq3.
18709      Branch: perl
18710            ! lib/File/Find.pm pod/perlfaq3.pod
18711 ____________________________________________________________________________
18712 [ 26126] By: rgs                                   on 2005/11/14  12:43:29
18713         Log: Don't warn about lack of docs for functions that appear twice in embed.fnc.
18714      Branch: perl
18715            ! autodoc.pl
18716 ____________________________________________________________________________
18717 [ 26124] By: rgs                                   on 2005/11/14  10:45:25
18718         Log: Fix indentation of apidoc for sv_2pvutf8
18719              (so perlapi.pod is correctly generated)
18720      Branch: perl
18721            ! pod/perlapi.pod sv.c
18722 ____________________________________________________________________________
18723 [ 26123] By: rgs                                   on 2005/11/14  10:24:58
18724         Log: Suppress gcc warnings when ignoring the return value of io_close(),
18725              as suggested by Gisle Aas.
18726      Branch: perl
18727            ! embed.fnc proto.h
18728 ____________________________________________________________________________
18729 [ 26122] By: rgs                                   on 2005/11/14  10:13:41
18730         Log: Subject: [PATCH] Missing ; in Storable.xs
18731              From: Gisle Aas <gisle@ActiveState.com>
18732              Date: 14 Nov 2005 02:32:14 -0800
18733              Message-ID: <lrhdafy0y9.fsf_-_@caliper.activestate.com>
18734      Branch: perl
18735            ! ext/Storable/Storable.xs
18736 ____________________________________________________________________________
18737 [ 26120] By: steveh                                on 2005/11/14  09:39:48
18738         Log: Subject: [PATCH] Compress::Zlib
18739              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
18740              Date: Sun, 13 Nov 2005 17:09:08 -0000
18741              Message-ID: <00d101c5e874$f865f910$6d1c140a@myopwv.com>
18742      Branch: perl
18743            ! ext/Compress/Zlib/Zlib.pm
18744            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
18745            ! ext/Compress/Zlib/lib/IO/Compress/Gzip.pm
18746            ! ext/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
18747            ! ext/Compress/Zlib/t/09gziphdr.t
18748 ____________________________________________________________________________
18749 [ 26119] By: steveh                                on 2005/11/14  09:39:02
18750         Log: Fix code-before-declaration in boot_Storable added by 26107
18751      Branch: perl
18752            ! ext/Storable/Storable.xs
18753 ____________________________________________________________________________
18754 [ 26118] By: stevep                                on 2005/11/14  01:13:16
18755         Log: Subject: [PATCH] consting perlbug breaking in blead & maint
18756              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
18757              Date: Sun, 13 Nov 2005 16:00:49 -0800
18758              Message-ID: <20051114000049.GA7676@efn.org>
18759      Branch: perl
18760            ! utils/perlbug.PL
18761 ____________________________________________________________________________
18762 [ 26112] By: nicholas                              on 2005/11/13  18:47:27
18763         Log: Fix breakages that prevended -DPERL_POISON from compiling.
18764      Branch: perl
18765            ! handy.h sv.h
18766 ____________________________________________________________________________
18767 [ 26110] By: nicholas                              on 2005/11/13  11:44:30
18768         Log: Integrate:
18769              [ 26108]
18770              BEGIN blocks should start a new stack, as they can be called as a
18771              side effect of "regular" Perl API calls within subroutines that have
18772              already cached the current stack's address. If they don't, any stack
18773              extension during the call may move the stack, rendering that cached
18774              value invalid without the cachee realising. (For example, PP code
18775              calling gv_fetchpv() which triggers a load of Errno.pm)
18776      Branch: perl
18777           !> op.c
18778 ____________________________________________________________________________
18779 [ 26107] By: stevep                                on 2005/11/13  00:40:25
18780         Log: Subject: Re: [PATCH] Enhanced Storable::read_magic()
18781              From: Gisle Aas <gisle@ActiveState.com>
18782              Date: 12 Nov 2005 13:13:23 -0800
18783              Message-ID: <lrhdah7eoc.fsf@caliper.activestate.com>
18784      Branch: perl
18785            + ext/Storable/t/file_magic.t
18786            ! MANIFEST ext/Storable/MANIFEST ext/Storable/Storable.pm
18787            ! ext/Storable/Storable.xs
18788 ____________________________________________________________________________
18789 [ 26103] By: stevep                                on 2005/11/12  20:44:16
18790         Log: Upgrade to Locale-Maketext-1.10.  As change #25547 did not make it
18791              into the module release, I bumped the version number and added the
18792              missing code.
18793      Branch: perl
18794            ! lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
18795 ____________________________________________________________________________
18796 [ 26101] By: stevep                                on 2005/11/12  19:46:18
18797         Log: Subject: [perl #37657] segfault with binmode ":pop"
18798              From: Peter Dintelmann (via RT) <perlbug-followup@perl.org>
18799              Date: Fri, 11 Nov 2005 06:36:20 -0800
18800              Message-ID: <rt-3.0.11-37657-124293.6.03947871136576@perl.org>
18801      Branch: perl
18802            ! perlio.c
18803 ____________________________________________________________________________
18804 [ 26100] By: nicholas                              on 2005/11/12  18:48:29
18805         Log: Make B's tests skip correctly when PerlIO is not configured.
18806      Branch: perl
18807            ! ext/B/t/concise-xs.t ext/B/t/concise.t
18808 ____________________________________________________________________________
18809 [ 26099] By: stevep                                on 2005/11/12  16:59:49
18810         Log: Subject: [PATCH] mathoms prototypes aren't prototypes
18811              From: Andy Lester <andy@petdance.com>
18812              Date: Fri, 11 Nov 2005 17:20:30 -0600
18813              Message-ID: <20051111232030.GA882@petdance.com>
18814      Branch: perl
18815            ! mathoms.c perl.c
18816 ____________________________________________________________________________
18817 [ 26096] By: stevep                                on 2005/11/12  15:41:09
18818         Log: Andy Lester maintains Locale::Maketext now.
18819      Branch: perl
18820            ! Porting/Maintainers.pl
18821 ____________________________________________________________________________
18822 [ 26093] By: nicholas                              on 2005/11/12  10:21:50
18823         Log: Change 26063 got one conditional the wrong way round.
18824      Branch: perl
18825            ! ext/B/B/Bytecode.pm
18826 ____________________________________________________________________________
18827 [ 26091] By: nicholas                              on 2005/11/12  09:15:32
18828         Log: Make the removal of references to AvFLAGS in the B modules conditional
18829              on perl version.
18830      Branch: perl
18831            ! ext/B/B/C.pm ext/B/B/Debug.pm
18832 ____________________________________________________________________________
18833 [ 26090] By: stevep                                on 2005/11/11  22:47:06
18834         Log: const'ing Netdb_host_t broke HP-UX and created warnings on gcc for a double const.  
18835              Netdb_host_t is a macro that for a const pointer.
18836      Branch: perl
18837            ! pp_sys.c
18838 ____________________________________________________________________________
18839 [ 26089] By: nicholas                              on 2005/11/11  21:52:20
18840         Log: 26085 was wrong. Undo it.
18841              (I suspect that I got this wrong because more changes have been made
18842              in blead subsequent to the change I was attempting to merge in, and
18843              and jiggled around with the number of tests)
18844      Branch: perl
18845            ! ext/B/t/concise-xs.t
18846 ____________________________________________________________________________
18847 [ 26088] By: stevep                                on 2005/11/11  16:44:39
18848         Log: Subject: [PATCH] DB_File 1.814
18849              From: Paul Marquess <Paul.Marquess@ntlworld.com>
18850              Date: Fri, 11 Nov 2005 12:09:55 -0000
18851              Message-ID: <00e301c5e6b8$d5a357f0$241c140a@myopwv.com>
18852      Branch: perl
18853            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
18854            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
18855 ____________________________________________________________________________
18856 [ 26087] By: stevep                                on 2005/11/11  16:17:03
18857         Log: Subject: [PATCH] Storable 0.1 compatibility
18858              From: Gisle Aas <gisle@ActiveState.com> 
18859              Date: 11 Nov 2005 05:42:29 -0800 
18860              Message-ID: <lry83v712y.fsf@caliper.activestate.com>
18861              
18862              Also added an entry in the main MANIFEST file for the new test and 
18863              a version bump in Storable.pm.
18864      Branch: perl
18865            + ext/Storable/t/compat01.t
18866            ! MANIFEST ext/Storable/MANIFEST ext/Storable/Storable.pm
18867            ! ext/Storable/Storable.xs
18868 ____________________________________________________________________________
18869 [ 26085] By: nicholas                              on 2005/11/11  14:16:30
18870         Log: Correct the version-dependant expression for the number of tests, as it
18871              is now giving the wrong number for 5.8.x
18872      Branch: perl
18873            ! ext/B/t/concise-xs.t
18874 ____________________________________________________________________________
18875 [ 26082] By: stevep                                on 2005/11/11  04:55:56
18876         Log: Subject: [PATCH] Const & local: Special Victims Unit
18877              From: Andy Lester <andy@petdance.com>
18878              Date: Thu, 10 Nov 2005 22:47:00 -0600
18879              Message-ID: <20051111044700.GA24161@petdance.com>
18880      Branch: perl
18881            ! cop.h doio.c doop.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c sv.c
18882            ! util.c
18883 ____________________________________________________________________________
18884 [ 26081] By: stevep                                on 2005/11/11  03:27:35
18885         Log: Pod nit in Encode.pm, found by Marc Lehmann in RT #36949. 
18886      Branch: perl
18887            ! ext/Encode/Encode.pm
18888 ____________________________________________________________________________
18889 [ 26080] By: stevep                                on 2005/11/11  03:18:11
18890         Log: Fix for RT #37654.  Added $COMPILING to list of variables exported.
18891      Branch: perl
18892            ! lib/English.pm
18893 ____________________________________________________________________________
18894 [ 26079] By: rgs                                   on 2005/11/10  16:59:15
18895         Log: Subject: [PATCH] Suppress leaked warnings in ExtUtils tests
18896              From: Dominic Dunlop <domo@computer.org>
18897              Date: Thu, 10 Nov 2005 18:10:00 +0100
18898              Message-Id: <D2949A21-7EE3-449F-BEF2-38FAD7B4A483@computer.org>
18899      Branch: perl
18900            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/Manifest.t
18901 ____________________________________________________________________________
18902 [ 26078] By: rgs                                   on 2005/11/10  16:36:12
18903         Log: Patch by Ilya Zakharevich to give more meaningful error
18904              messages from if.pm when invoked with a condition in list
18905              context. Also bump if's VERSION.
18906      Branch: perl
18907            ! lib/if.pm
18908 ____________________________________________________________________________
18909 [ 26077] By: rgs                                   on 2005/11/10  15:10:42
18910         Log: Define PERL_DEFAULT_DO_EXEC3_IMPLEMENTATION earlier in perl.h
18911              (that is, before embed.h, that uses this symbol, is included)
18912      Branch: perl
18913            ! perl.h
18914 ____________________________________________________________________________
18915 [ 26076] By: rgs                                   on 2005/11/10  14:26:12
18916         Log: Subject: [perl #35847] File::Find not performing as documented 
18917              From: "jms@mathras.comcast.net (via RT)" <perlbug-followup@perl.org>
18918              Date: 17 May 2005 10:40:08 -0000
18919              Message-ID: <rt-3.0.11-35847-113088.7.09182163210095@perl.org>
18920      Branch: perl
18921            ! lib/File/Find.pm
18922 ____________________________________________________________________________
18923 [ 26075] By: rgs                                   on 2005/11/10  13:03:20
18924         Log: Subject: [perl #37648] segfault with PERLIO_DEBUG 
18925              From: Peter Dintelmann (via RT) <perlbug-followup@perl.org>
18926              Date: Thu, 10 Nov 2005 04:31:39 -0800
18927              Message-ID: <rt-3.0.11-37648-124187.17.2251402270294@perl.org>
18928      Branch: perl
18929            ! perlio.c
18930 ____________________________________________________________________________
18931 [ 26074] By: stevep                                on 2005/11/10  12:22:43
18932         Log: Subject: [perl #37582] [PATCH] h2ph inc_dirs() fails to prepend gcc include search path, resulting in missing C standard headers on Linux
18933              From: Jason Vas Dias (via RT) <perlbug-followup@perl.org>
18934              Date: Tue, 01 Nov 2005 15:22:45 -0800
18935              Message-ID: <rt-3.0.11-37582-123738.12.3509768746337@perl.org>
18936      Branch: perl
18937            ! utils/h2ph.PL
18938 ____________________________________________________________________________
18939 [ 26073] By: rgs                                   on 2005/11/10  10:52:51
18940         Log: Subject: [PATCH] remove whitespace preceding semicolon in docs
18941              From: Steven Schubiger <schubiger@cpan.org>
18942              Date: Mon, 31 Oct 2005 22:48:27 +0100
18943              Message-ID: <20051031214827.GH24416@accognoscere.homeunix.org>
18944      Branch: perl
18945            ! pod/perl561delta.pod pod/perl56delta.pod pod/perlcall.pod
18946            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perlfaq5.pod
18947            ! pod/perlfilter.pod pod/perlipc.pod pod/perllexwarn.pod
18948            ! pod/perlop.pod pod/perlre.pod pod/perlsub.pod pod/perltrap.pod
18949            ! pod/perlxs.pod
18950 ____________________________________________________________________________
18951 [ 26072] By: rgs                                   on 2005/11/10  10:37:42
18952         Log: Really apply change #26071.
18953      Branch: perl
18954            ! configpm ext/Cwd/Cwd.xs wince/Makefile.ce wince/config_h.PL
18955            ! wince/config_sh.PL
18956 ____________________________________________________________________________
18957 [ 26071] By: rgs                                   on 2005/11/10  10:35:57
18958         Log: Subject: [PATCH @26062] wince patch
18959              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
18960              Date: Wed, 9 Nov 2005 20:22:52 +0300 
18961              Message-ID: <7DD1BE2C50259746ABB8683672D2089E12DC02@itotest-1.spb.lucent.com>
18962      Branch: perl
18963            ! configpm ext/Cwd/Cwd.xs wince/Makefile.ce wince/config_h.PL
18964            ! wince/config_sh.PL
18965 ____________________________________________________________________________
18966 [ 26070] By: rgs                                   on 2005/11/10  09:11:26
18967         Log: Add tests for two untested syntax error messages about \N
18968      Branch: perl
18969            ! t/comp/parser.t
18970 ____________________________________________________________________________
18971 [ 26069] By: steveh                                on 2005/11/10  08:41:53
18972         Log: Make Perl_seed public
18973              
18974              Fixes Win32 linker error in List::Util introduced by change #26054
18975      Branch: perl
18976            ! embed.fnc embed.h global.sym
18977 ____________________________________________________________________________
18978 [ 26068] By: rgs                                   on 2005/11/10  08:36:13
18979         Log: Subject: [PATCH] blead@26052 Symbian update
18980              From: <jarkko.hietaniemi@nokia.com>
18981              Date: Wed, 9 Nov 2005 17:45:07 +0200
18982              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A73D@esebe105.NOE.Nokia.com>
18983      Branch: perl
18984            ! README.symbian symbian/TODO symbian/config.pl symbian/port.pl
18985            ! symbian/sdk.pl symbian/sisify.pl
18986 ____________________________________________________________________________
18987 [ 26067] By: nicholas                              on 2005/11/09  21:52:03
18988         Log: As using -C to turn on utf8 IO is equivalent to the open pragma,
18989              change 25925 had the side effect of breaking ext/Encode/t/perlio.t
18990              Fixed by opening with :bytes.
18991      Branch: perl
18992            ! ext/Encode/t/perlio.t
18993 ____________________________________________________________________________
18994 [ 26066] By: nicholas                              on 2005/11/09  21:30:02
18995         Log: I/O is UTF-8, not "UNICODE"
18996      Branch: perl
18997            ! t/io/layers.t
18998 ____________________________________________________________________________
18999 [ 26065] By: nicholas                              on 2005/11/09  20:53:29
19000         Log: As using -C to turn on utf8 IO is equivalent to the open pragma,
19001              change 25925 had the side effect of breaking t/io/utf8.t
19002              Fixed by adding the missing binmode()s.
19003      Branch: perl
19004            ! t/io/utf8.t
19005 ____________________________________________________________________________
19006 [ 26064] By: nicholas                              on 2005/11/09  20:23:28
19007         Log: Better diagnostics from io/utf8.t
19008      Branch: perl
19009            ! t/io/utf8.t
19010 ____________________________________________________________________________
19011 [ 26063] By: nicholas                              on 2005/11/09  17:29:44
19012         Log: Make the Bytecode changes conditional on perl version.
19013      Branch: perl
19014            ! ext/B/B/Bytecode.pm
19015 ____________________________________________________________________________
19016 [ 26062] By: rgs                                   on 2005/11/09  11:56:04
19017         Log: Subject: Re: [PATCH] Re: [perl #32383] DProf breaks List::Util::shuffle
19018              From: Graham Barr <gbarr@pobox.com>
19019              Date: Wed, 9 Nov 2005 06:09:48 -0600
19020              Message-Id: <6CAD749E-AE29-415A-9ACB-BA8F6FB8279E@pobox.com>
19021      Branch: perl
19022            ! ext/List/Util/Util.xs ext/List/Util/lib/Scalar/Util.pm
19023            ! ext/List/Util/t/lln.t ext/List/Util/t/p_blessed.t
19024            ! ext/List/Util/t/p_first.t ext/List/Util/t/p_lln.t
19025            ! ext/List/Util/t/p_max.t ext/List/Util/t/p_maxstr.t
19026            ! ext/List/Util/t/p_min.t ext/List/Util/t/p_minstr.t
19027            ! ext/List/Util/t/p_openhan.t ext/List/Util/t/p_readonly.t
19028            ! ext/List/Util/t/p_reduce.t ext/List/Util/t/p_refaddr.t
19029            ! ext/List/Util/t/p_reftype.t ext/List/Util/t/p_shuffle.t
19030            ! ext/List/Util/t/p_sum.t ext/List/Util/t/p_tainted.t
19031 ____________________________________________________________________________
19032 [ 26061] By: nicholas                              on 2005/11/09  11:21:10
19033         Log: Simplify Perl_allocmy slightly, and cope better with the name is ""
19034              case.
19035      Branch: perl
19036            ! op.c
19037 ____________________________________________________________________________
19038 [ 26060] By: nicholas                              on 2005/11/09  11:17:17
19039         Log: Add a comment about possible future refactoring of the pad code.
19040      Branch: perl
19041            ! pad.c
19042 ____________________________________________________________________________
19043 [ 26059] By: nicholas                              on 2005/11/09  10:56:28
19044         Log: Remove superfluous strlen() from pp_require().
19045      Branch: perl
19046            ! pp_ctl.c
19047 ____________________________________________________________________________
19048 [ 26058] By: stevep                                on 2005/11/09  10:45:57
19049         Log: Patch from Gisle to add NO_MATHOMS to the Compile-time options.
19050      Branch: perl
19051            ! perl.c
19052 ____________________________________________________________________________
19053 [ 26057] By: rgs                                   on 2005/11/09  10:31:35
19054         Log: Don't declare a function inside another function
19055      Branch: perl
19056            ! perl.c
19057 ____________________________________________________________________________
19058 [ 26056] By: merijn                                on 2005/11/09  09:54:28
19059         Log: Subject: Configure setting patchlevel broken
19060              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
19061              Date: Fri, 14 Oct 2005 00:33:29 -0700
19062              Message-ID: <20051014073329.GA3236@efn.org>
19063      Branch: perl
19064            ! Configure
19065 ____________________________________________________________________________
19066 [ 26054] By: rgs                                   on 2005/11/09  09:15:04
19067         Log: Subject: [PATCH] Re: [perl #32383] DProf breaks List::Util::shuffle
19068              From: Robin Houston <robin@cpan.org>
19069              Date: Tue, 8 Nov 2005 19:02:34 +0000
19070              Message-ID: <20051108190234.GA25953@rpc142.cs.man.ac.uk>
19071      Branch: perl
19072            ! cop.h ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
19073            ! ext/List/Util/multicall.h ext/List/Util/t/first.t
19074            ! ext/List/Util/t/reduce.t pod/perlcall.pod
19075 ____________________________________________________________________________
19076 [ 26053] By: rgs                                   on 2005/11/09  08:57:10
19077         Log: Subject: patch@26052 - compile rule for mathoms.c
19078              From: "John E. Malmberg" <wb8tyw@qsl.net>
19079              Date: Tue, 08 Nov 2005 23:09:03 -0500
19080              Message-ID: <4371765F.1000900@qsl.net>
19081      Branch: perl
19082            ! vms/descrip_mms.template
19083 ____________________________________________________________________________
19084 [ 26052] By: nicholas                              on 2005/11/08  22:05:57
19085         Log: It helps to actually *remove* the now-superfluous strlen().
19086              (An addendum to 26050.)
19087      Branch: perl
19088            ! toke.c
19089 ____________________________________________________________________________
19090 [ 26051] By: nicholas                              on 2005/11/08  21:55:40
19091         Log: Moving the 4 writes of PL_no_mem followed by exit(1) to a static
19092              function makes the object code slightly smaller.
19093      Branch: perl
19094            ! util.c
19095 ____________________________________________________________________________
19096 [ 26050] By: nicholas                              on 2005/11/08  21:37:52
19097         Log: Eliminate some unnecessary strlen()s
19098      Branch: perl
19099            ! doio.c op.c perl.c perlio.c sv.c toke.c util.c
19100 ____________________________________________________________________________
19101 [ 26049] By: nicholas                              on 2005/11/08  20:43:11
19102         Log: Eliminate duplicate strlen()s by explicitly calling it.
19103              Note two places for future audit with FIXME.
19104              Convert a SvPVX_const to SvPVX_const_nolen, where the length is unused.
19105      Branch: perl
19106            ! pp_ctl.c
19107 ____________________________________________________________________________
19108 [ 26048] By: nicholas                              on 2005/11/08  20:35:11
19109         Log: 3 calls to strlen() we can avoid.
19110      Branch: perl
19111            ! doio.c
19112 ____________________________________________________________________________
19113 [ 26047] By: rgs                                   on 2005/11/08  17:35:58
19114         Log: Subject: [DOC PATCH] mention @-, @+ in perl56delta.pod
19115              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
19116              Date: Tue, 8 Nov 2005 08:46:42 -0800
19117              Message-ID: <20051108164642.GD7972@efn.org>
19118      Branch: perl
19119            ! pod/perl561delta.pod pod/perl56delta.pod
19120 ____________________________________________________________________________
19121 [ 26046] By: nicholas                              on 2005/11/08  16:30:18
19122         Log: Probaby a good idea to include DEBUG_LEAKING_SCALARS in -V output, as
19123              its presence changes structure sizes.
19124      Branch: perl
19125            ! perl.c
19126 ____________________________________________________________________________
19127 [ 26045] By: stevep                                on 2005/11/08  14:24:39
19128         Log: From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
19129              Subject: Re: A surprising segfault
19130              Date: Tue, 08 Nov 2005 23:36:13 +0900
19131              Message-Id: <20051108233535.735D.BQW10602@nifty.com>
19132      Branch: perl
19133            ! t/io/fs.t t/io/print.t t/op/chop.t t/op/sort.t
19134 ____________________________________________________________________________
19135 [ 26044] By: steveh                                on 2005/11/08  10:16:56
19136         Log: Remove an unused variable left over from change #26041
19137      Branch: perl
19138            ! win32/win32.c
19139 ____________________________________________________________________________
19140 [ 26043] By: rgs                                   on 2005/11/08  10:11:55
19141         Log: Subject: Re: C<undef %::> considered harmful
19142              From: Benjamin Sugars <bsugars@canoe.ca>
19143              Date: Fri, 20 Apr 2001 10:30:20 -0400 (EDT)
19144              Message-ID: <Pine.LNX.4.21.0104201022040.1722-100000@marmot.rim.canoe.ca>
19145              
19146              except the part that increases the refcount of PL_stderrgv, already
19147              fixed separately.
19148      Branch: perl
19149            ! perl.c
19150 ____________________________________________________________________________
19151 [ 26042] By: rgs                                   on 2005/11/08  09:57:10
19152         Log: Upgrade to CPAN 1.76_65
19153      Branch: perl
19154            - lib/CPAN/Admin.pm
19155            ! MANIFEST lib/CPAN.pm lib/CPAN/SIGNATURE lib/CPAN/bin/cpan
19156            ! lib/CPAN/t/version.t
19157 ____________________________________________________________________________
19158 [ 26041] By: merijn                                on 2005/11/08  06:29:56
19159         Log: Subject: [PATCH] Remove unused USING_WIDE code from win32 and wince branches
19160              From: "Jan Dubois" <jand@ActiveState.com>
19161              Date: Mon, 7 Nov 2005 20:39:02 -0800
19162              Message-ID: <078001c5e41e$585c4140$6401a8c0@candy>
19163      Branch: perl
19164            ! win32/ext/Win32/Win32.xs win32/perlhost.h win32/win32.c
19165            ! win32/win32.h wince/perlhost.h wince/win32.h wince/wince.c
19166 ____________________________________________________________________________
19167 [ 26040] By: stevep                                on 2005/11/08  00:41:51
19168         Log: Updated perldiag.pod entry for "Can't use subscript..."
19169      Branch: perl
19170            ! pod/perldiag.pod
19171 ____________________________________________________________________________
19172 [ 26039] By: nicholas                              on 2005/11/07  21:31:16
19173         Log: Merge pp_slt, pp_sgt and pp_sge into pp_sle. (The most commonly used
19174              of the 4. Not that any are that popular.)
19175      Branch: perl
19176            ! mathoms.c opcode.h opcode.pl pp.c
19177 ____________________________________________________________________________
19178 [ 26038] By: stevep                                on 2005/11/07  18:35:47
19179         Log: Subject: [PATCH] Re: [perl #36061] Not OK: perl v5.8.7 on darwin-2level 8.1.0 (UNINSTALLED)
19180              From: shouldbedomo@mac.com (Dominic Dunlop)
19181              Date: Mon, 7 Nov 2005 18:24:50 +0100
19182              Message-ID: <B9D07EB3-DF78-48A9-90C4-AF3A89AAB7C6@mac.com>
19183              
19184              README.macosx updates
19185      Branch: perl
19186            ! README.macosx
19187 ____________________________________________________________________________
19188 [ 26037] By: nicholas                              on 2005/11/07  15:21:01
19189         Log: s/Nick Clark/Nicholas Clark/
19190      Branch: perl
19191            ! Changes Changes5.8 doio.c t/op/lc.t
19192 ____________________________________________________________________________
19193 [ 26036] By: nicholas                              on 2005/11/07  15:18:51
19194         Log: For each test function, test it as is, and with extra data appended
19195              after each test character.
19196      Branch: perl
19197            ! t/uni/case.pl
19198 ____________________________________________________________________________
19199 [ 26035] By: nicholas                              on 2005/11/07  14:05:25
19200         Log: The rarely used lcfirst and ucfirst share almost all their code.
19201              Merge the two as pp_ucfirst.
19202      Branch: perl
19203            ! mathoms.c opcode.h opcode.pl pp.c
19204 ____________________________________________________________________________
19205 [ 26034] By: nicholas                              on 2005/11/07  13:22:35
19206         Log: Fix bug #37628 (both lcfirst and ucfirst)
19207      Branch: perl
19208            ! pp.c t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
19209 ____________________________________________________________________________
19210 [ 26033] By: rgs                                   on 2005/11/07  12:26:29
19211         Log: Subject: [PATCH] Cleaning up x2p directory
19212              From: Andy Lester <andy@petdance.com>
19213              Date: Fri, 4 Nov 2005 15:13:55 -0600
19214              Message-ID: <20051104211355.GB12651@petdance.com>
19215      Branch: perl
19216            - x2p/proto.h
19217            ! MANIFEST x2p/EXTERN.h x2p/INTERN.h x2p/a2p.h x2p/a2py.c
19218            ! x2p/hash.c x2p/hash.h x2p/str.c x2p/str.h x2p/util.c
19219            ! x2p/util.h x2p/walk.c
19220 ____________________________________________________________________________
19221 [ 26032] By: rgs                                   on 2005/11/07  12:20:59
19222         Log: Subject: [PATCH] Missing static declarations 
19223              From: Gisle Aas <gisle@ActiveState.com>
19224              Date: 05 Nov 2005 05:08:03 -0800
19225              Message-ID: <lracgj1bv0.fsf@caliper.activestate.com>
19226      Branch: perl
19227            ! genpacksizetables.pl pp_pack.c
19228 ____________________________________________________________________________
19229 [ 26031] By: rgs                                   on 2005/11/07  11:49:46
19230         Log: Remove CPAN.pm's META.yml.
19231              Add CPAN.pm's SIGNATURE in MANIFEST.
19232      Branch: perl
19233            - lib/CPAN/META.yml
19234            ! MANIFEST
19235 ____________________________________________________________________________
19236 [ 26030] By: rgs                                   on 2005/11/07  11:39:57
19237         Log: Subject: [PATCH] Symbian update blead@26025
19238              From: <jarkko.hietaniemi@nokia.com>
19239              Date: Mon, 7 Nov 2005 13:32:15 +0200
19240              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A70C@esebe105.NOE.Nokia.com>
19241      Branch: perl
19242            + symbian/PerlUi.cpp symbian/PerlUi.h symbian/PerlUi.hrh
19243            + symbian/PerlUiS60.rss symbian/PerlUiS80.rss
19244            + symbian/PerlUiUIQ.rss symbian/ext/Moped/Msg/Msg.mmp
19245            + symbian/ext/Moped/Msg/Msg.pkg symbian/ext/Moped/Msg/Msg.pm
19246            + symbian/ext/Moped/Msg/Msg.xs symbian/ext/Moped/Msg/README
19247            + symbian/ext/Moped/Msg/bld.inf
19248            + symbian/ext/Moped/Msg/location.pl
19249            - symbian/PerlAppS60.rss symbian/PerlAppS80.rss
19250            - symbian/PerlAppUIQ.rss
19251            ! MANIFEST doio.c perl.c symbian/PerlApp.cpp symbian/PerlApp.h
19252            ! symbian/PerlApp.hrh symbian/PerlBase.h symbian/TODO
19253            ! symbian/config.pl symbian/config.sh symbian/sanity.pl
19254            ! symbian/sdk.pl symbian/sisify.pl symbian/symbian_proto.h
19255            ! symbian/symbian_utils.cpp symbian/symbianish.h
19256            ! symbian/xsbuild.pl
19257 ____________________________________________________________________________
19258 [ 26029] By: nicholas                              on 2005/11/07  10:52:08
19259         Log: Add lib/CPAN/Admin.pm from CPAN to make version.t pass.
19260      Branch: perl
19261            + lib/CPAN/Admin.pm
19262            ! MANIFEST
19263 ____________________________________________________________________________
19264 [ 26028] By: rgs                                   on 2005/11/07  10:24:54
19265         Log: Subject: [PATCH] Consting and localizing: Part LXVIII
19266              From: Andy Lester <andy@petdance.com>
19267              Date: Fri, 4 Nov 2005 15:12:56 -0600
19268              Message-ID: <20051104211256.GA12651@petdance.com>
19269      Branch: perl
19270            ! deb.c embed.fnc embed.h locale.c pp_sys.c proto.h scope.c
19271            ! universal.c utf8.c util.c
19272 ____________________________________________________________________________
19273 [ 26027] By: rgs                                   on 2005/11/07  09:58:26
19274         Log: Subject: [perl #24254] Attempt to free unreferenced scalar 
19275              From: "Chris Heath via RT" <perlbug-followup@perl.org>
19276              Date: Sun, 06 Nov 2005 20:08:05 -0800
19277              Message-ID: <rt-3.0.11-24254-123984.4.44134155985068@perl.org>
19278      Branch: perl
19279            ! cop.h
19280 ____________________________________________________________________________
19281 [ 26026] By: merijn                                on 2005/11/07  08:14:59
19282         Log: Subject: [PATCH] follow up on 25969 for VMS
19283              From: Abe Timmerman <abe@ztreet.demon.nl>
19284              Date: Sat, 5 Nov 2005 13:29:58 +0200
19285              Message-Id: <200511051229.58297.abe@ztreet.demon.nl>
19286      Branch: perl
19287            ! vms/vms.c vms/vmsish.h
19288 ____________________________________________________________________________
19289 [ 26025] By: stevep                                on 2005/11/07  03:42:53
19290         Log: Added note to README.macosx regarding failures from broken locale
19291              files.
19292      Branch: perl
19293            ! README.macosx
19294 ____________________________________________________________________________
19295 [ 26024] By: stevep                                on 2005/11/07  02:58:31
19296         Log: Fix documentation for gmtime().
19297      Branch: perl
19298            ! pod/perlfunc.pod
19299 ____________________________________________________________________________
19300 [ 26023] By: stevep                                on 2005/11/06  20:18:23
19301         Log: Upgrade to CPAN-1.76_61
19302      Branch: perl
19303            + lib/CPAN/PAUSE2005.pub
19304            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/META.yml
19305            ! lib/CPAN/Nox.pm lib/CPAN/SIGNATURE lib/CPAN/Version.pm
19306            ! lib/CPAN/bin/cpan lib/CPAN/t/Nox.t lib/CPAN/t/vcmp.t
19307            ! lib/CPAN/t/version.t
19308 ____________________________________________________________________________
19309 [ 26022] By: stevep                                on 2005/11/06  19:16:54
19310         Log: Nits in the pp_defined code spotted by Jarkko.
19311      Branch: perl
19312            ! pp_hot.c
19313 ____________________________________________________________________________
19314 [ 26021] By: stevep                                on 2005/11/06  18:38:02
19315         Log: Upgrade to Time-HiRes-1.82
19316      Branch: perl
19317            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
19318            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
19319            ! ext/Time/HiRes/t/HiRes.t
19320 ____________________________________________________________________________
19321 [ 26020] By: merijn                                on 2005/11/06  07:23:15
19322         Log: Subject: Re: [PATCH configure.com] add the new d_futimes as undef
19323              From: "John E. Malmberg" <wb8tyw@qsl.net>
19324              Date: Sat, 05 Nov 2005 21:28:33 -0500
19325              Message-ID: <436D6A51.5040700@qsl.net>
19326      Branch: perl
19327            ! configure.com
19328 ____________________________________________________________________________
19329 [ 26019] By: nicholas                              on 2005/11/05  16:47:31
19330         Log: Make the 5.9 changes to B conditional on perl version.
19331      Branch: perl
19332            ! ext/B/B.pm ext/B/B.xs
19333 ____________________________________________________________________________
19334 [ 26018] By: nicholas                              on 2005/11/05  16:28:09
19335         Log: '[at]' should be '@'
19336              Suck in CPAN/Nox.pm from CPAN, so that version.t passes.
19337      Branch: perl
19338            ! lib/CPAN.pm lib/CPAN/Nox.pm lib/CPAN/Version.pm
19339            ! lib/CPAN/t/version.t
19340 ____________________________________________________________________________
19341 [ 26017] By: stevep                                on 2005/11/05  14:49:11
19342         Log: Kill warnings and add a panic to pp_defined() in case the wrong op
19343              is passed in.
19344      Branch: perl
19345            ! pp_hot.c
19346 ____________________________________________________________________________
19347 [ 26016] By: stevep                                on 2005/11/05  13:44:10
19348         Log: Upgrade to CPAN-1.76_60.
19349      Branch: perl
19350            + lib/CPAN/Version.pm lib/CPAN/t/version.t
19351            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/t/Nox.t
19352            ! lib/CPAN/t/loadme.t lib/CPAN/t/mirroredby.t lib/CPAN/t/vcmp.t
19353 ____________________________________________________________________________
19354 [ 26015] By: nicholas                              on 2005/11/05  12:57:40
19355         Log: Allow passing of the full enum name into the tryAMAGICbin family of
19356              macros, to avoid needing C pre-processor string concatenation within
19357              the lowest level expansion.
19358      Branch: perl
19359            ! pp.c pp.h
19360 ____________________________________________________________________________
19361 [ 26014] By: stevep                                on 2005/11/05  12:55:47
19362         Log: Upgrade to Time-HiRes-1.81
19363      Branch: perl
19364            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
19365            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/t/HiRes.t
19366 ____________________________________________________________________________
19367 [ 26013] By: merijn                                on 2005/11/05  11:38:32
19368         Log: Subject: [PATCH configure.com] add the new d_futimes as undef
19369              From: Abe Timmerman <abe@ztreet.demon.nl>
19370              Date: Sat, 5 Nov 2005 11:26:33 +0200
19371              Message-Id: <200511051026.33940.abe@ztreet.demon.nl>
19372      Branch: perl
19373            ! configure.com
19374 ____________________________________________________________________________
19375 [ 26012] By: rgs                                   on 2005/11/05  10:13:56
19376         Log: Remove the obsolete KNOWN PROBLEMS sections from perlcall.pod
19377              (noticed by Robin Houston)
19378      Branch: perl
19379            ! pod/perlcall.pod
19380 ____________________________________________________________________________
19381 [ 26011] By: rgs                                   on 2005/11/05  10:10:09
19382         Log: Subject: Re: A surprising segfault
19383              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
19384              Date: Nov 5, 2005 5:54 AM
19385              Message-Id: <20051105135053.27D7.BQW10602@nifty.com>
19386      Branch: perl
19387            ! pp.c pp_sort.c pp_sys.c
19388 ____________________________________________________________________________
19389 [ 26010] By: nicholas                              on 2005/11/05  08:32:39
19390         Log: dorassign doesn't need --SP;
19391      Branch: perl
19392            ! pp_hot.c
19393 ____________________________________________________________________________
19394 [ 26009] By: davem                                 on 2005/11/05  01:57:23
19395         Log: pp_print didn't extend the stack before pushing its return value
19396      Branch: perl
19397            ! pp_hot.c
19398 ____________________________________________________________________________
19399 [ 26008] By: stevep                                on 2005/11/05  01:39:51
19400         Log: Typos in opcode.pl this time.
19401      Branch: perl
19402            ! opcode.h opcode.pl
19403 ____________________________________________________________________________
19404 [ 26007] By: stevep                                on 2005/11/05  01:36:17
19405         Log: Merge pp_andassign, pp_orassign, and pp_dorassign into pp_and,
19406              pp_or, and pp_defined, respectively.
19407      Branch: perl
19408            ! mathoms.c opcode.h opcode.pl pp_ctl.c pp_hot.c
19409 ____________________________________________________________________________
19410 [ 26006] By: nicholas                              on 2005/11/04  22:50:22
19411         Log: s/printf/my_printf/ because we're using the return value.
19412              My mistake spotted by Gisle.
19413      Branch: perl
19414            ! regcomp.c
19415 ____________________________________________________________________________
19416 [ 26005] By: stevep                                on 2005/11/04  21:41:43
19417         Log: s/pp_dor/pp_defined/
19418      Branch: perl
19419            ! mathoms.c
19420 ____________________________________________________________________________
19421 [ 26004] By: stevep                                on 2005/11/04  21:39:44
19422         Log: I barely knew ya pp_dor.  Merged into pp_defined from whence you came.
19423              This change has also caused pp_defined to be promoted to being a hot
19424              op.
19425      Branch: perl
19426            ! mathoms.c opcode.h opcode.pl pp.c pp_hot.c
19427 ____________________________________________________________________________
19428 [ 26003] By: nicholas                              on 2005/11/04  21:22:46
19429         Log: Use the return value of sprintf in sv_2pv_flags. Remove dead code.
19430      Branch: perl
19431            ! sv.c
19432 ____________________________________________________________________________
19433 [ 26002] By: nicholas                              on 2005/11/04  21:03:58
19434         Log: You can't there from here. (Dead code in sv_2pv_flags)
19435      Branch: perl
19436            ! sv.c
19437 ____________________________________________________________________________
19438 [ 26001] By: nicholas                              on 2005/11/04  20:47:34
19439         Log: Use the return value from sprintf().
19440      Branch: perl
19441            ! regcomp.c taint.c universal.c util.c
19442 ____________________________________________________________________________
19443 [ 26000] By: nicholas                              on 2005/11/04  20:20:56
19444         Log: pp_semop can fit within Perl_pp_shmwrite().
19445      Branch: perl
19446            ! mathoms.c opcode.h opcode.pl pp_sys.c
19447 ____________________________________________________________________________
19448 [ 25999] By: nicholas                              on 2005/11/04  19:53:33
19449         Log: The remaining special logic in pp_syswrite can be moved into pp_send,
19450              which is actually already 50% syswrite.
19451      Branch: perl
19452            ! mathoms.c opcode.h opcode.pl pp_sys.c
19453 ____________________________________________________________________________
19454 [ 25998] By: rgs                                   on 2005/11/04  18:38:34
19455         Log: Revert patch #25993.
19456      Branch: perl
19457            ! regexec.c t/op/pat.t
19458 ____________________________________________________________________________
19459 [ 25997] By: steveh                                on 2005/11/04  17:23:49
19460         Log: Fix a Win32 linker error following change #25972
19461      Branch: perl
19462            ! pp_sys.c
19463 ____________________________________________________________________________
19464 [ 25996] By: rgs                                   on 2005/11/04  16:35:17
19465         Log: Subject: [PATCH] use clearenv if available
19466              From: Alan Burlison <Alan.Burlison@sun.com>
19467              Date: Fri, 04 Nov 2005 16:33:30 +0000
19468              Message-ID: <436B8D5A.4010502@sun.com>
19469      Branch: perl
19470            ! embed.fnc embed.h mg.c proto.h sv.c util.c
19471 ____________________________________________________________________________
19472 [ 25995] By: merijn                                on 2005/11/04  16:30:03
19473         Log: Subject: Re: futimes [PATCH]
19474              From: Steve Peters <steve@fisharerojo.org>
19475              Date: Fri, 4 Nov 2005 09:00:25 -0600
19476              Message-ID: <20051104150025.GA3873@mccoy.peters.homeunix.org>
19477      Branch: perl
19478            ! Configure
19479 ____________________________________________________________________________
19480 [ 25993] By: rgs                                   on 2005/11/04  16:26:08
19481         Log: Subject: [perl #19049] Incorrect $` after replacement
19482              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
19483              Date: Fri, 04 Nov 2005 08:17:25 +0100
19484              Message-ID: <87fyqc51bu.fsf@k75.linux.bogus>
19485      Branch: perl
19486            ! regexec.c t/op/pat.t
19487 ____________________________________________________________________________
19488 [ 25992] By: rgs                                   on 2005/11/04  15:41:21
19489         Log: Subject: Re: [PATCH] sort/multicall patch
19490              From: Robin Houston <robin@cpan.org>
19491              Date: Fri, 4 Nov 2005 15:20:29 +0000
19492              Message-ID: <20051104152029.GA17169@rpc142.cs.man.ac.uk>
19493      Branch: perl
19494            ! pp_ctl.c t/op/sort.t
19495 ____________________________________________________________________________
19496 [ 25991] By: stevep                                on 2005/11/04  15:10:44
19497         Log: Subject: Re: Configure -Dno_mathoms
19498              From: gisle@ActiveState.com (Gisle Aas)
19499              Date: 01 Nov 2005 03:27:49 -0800
19500              Message-ID: <lrslug7glm.fsf@caliper.activestate.com>
19501      Branch: perl
19502            ! mathoms.c perl.c
19503 ____________________________________________________________________________
19504 [ 25990] By: nicholas                              on 2005/11/04  14:47:49
19505         Log: Merge msgsnd, msgrcv with Perl_pp_shmwrite().
19506              "Perfection is achieved not when there's nothing more to add,
19507              but when there's nothing left to remove" (Antoine de Saint-Exupéry)
19508      Branch: perl
19509            ! mathoms.c opcode.h opcode.pl pp_sys.c
19510 ____________________________________________________________________________
19511 [ 25989] By: nicholas                              on 2005/11/04  14:21:19
19512         Log: Once more, with feeling.
19513              [Mmm, has someone been swapping the coffee for decaf?]
19514              [Actual cause - make sure the edited version of the file is in the
19515              correct directory]
19516      Branch: perl
19517            ! pod/perldiag.pod
19518 ____________________________________________________________________________
19519 [ 25988] By: nicholas                              on 2005/11/04  14:18:14
19520         Log: Meta-oops. Change 25987 was not the change you were looking for.
19521      Branch: perl
19522            ! pod/perldiag.pod
19523 ____________________________________________________________________________
19524 [ 25987] By: nicholas                              on 2005/11/04  14:09:11
19525         Log: Oops. This new panic was meant to be added to the documented
19526              diagnostics.
19527      Branch: perl
19528            ! pod/perldiag.pod
19529 ____________________________________________________________________________
19530 [ 25986] By: nicholas                              on 2005/11/04  13:02:42
19531         Log: ftrwrite, ftrexec, fteread, ftewrite and fteexec can all be merged
19532              with Perl_pp_ftrread().
19533      Branch: perl
19534            ! mathoms.c opcode.h opcode.pl pod/perldiag.pod pod/perltodo.pod
19535            ! pp_sys.c
19536 ____________________________________________________________________________
19537 [ 25985] By: stevep                                on 2005/11/04  12:02:51
19538         Log: Upgrade to Time-HiRes-1.80
19539      Branch: perl
19540            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
19541            ! ext/Time/HiRes/HiRes.xs
19542 ____________________________________________________________________________
19543 [ 25984] By: nicholas                              on 2005/11/04  11:36:24
19544         Log: PERL_EFF_ACCESS_[RWX]_OK can go.
19545      Branch: perl
19546            ! pp_sys.c
19547 ____________________________________________________________________________
19548 [ 25983] By: nicholas                              on 2005/11/04  11:16:08
19549         Log: The PERL_EFF_ACCESS_[RWX]_OK macros are all defined as triples, so
19550              can be refactored to a single platform dependent PERL_EFF_ACCESS macro
19551              with the other 3 implemented in terms of it.
19552      Branch: perl
19553            ! pp_sys.c
19554 ____________________________________________________________________________
19555 [ 25982] By: merijn                                on 2005/11/04  09:16:53
19556         Log: Subject: [PATCH] bad semicolon in pp_ftrowned
19557              From: Andy Lester <andy@petdance.com>
19558              Date: Fri, 4 Nov 2005 00:37:54 -0600
19559              Message-ID: <20051104063753.GA3863@petdance.com>
19560      Branch: perl
19561            ! pp_sys.c
19562 ____________________________________________________________________________
19563 [ 25981] By: stevep                                on 2005/11/04  00:10:21
19564         Log: Upgrade to Time-HiRes 1.79
19565      Branch: perl
19566            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
19567            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/t/HiRes.t
19568 ____________________________________________________________________________
19569 [ 25980] By: stevep                                on 2005/11/03  21:23:48
19570         Log: Reverting the reversion.  va_end() goes with va_start().
19571      Branch: perl
19572            ! mg.c
19573 ____________________________________________________________________________
19574 [ 25979] By: rgs                                   on 2005/11/03  21:07:54
19575         Log: Fix test failures introduced by the change of flags on op_sort
19576      Branch: perl
19577            ! ext/B/t/f_sort.t
19578 ____________________________________________________________________________
19579 [ 25978] By: stevep                                on 2005/11/03  20:28:20
19580         Log: Upgrade to Time-HiRes-1.78
19581      Branch: perl
19582            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
19583            ! ext/Time/HiRes/t/HiRes.t
19584 ____________________________________________________________________________
19585 [ 25977] By: stevep                                on 2005/11/03  17:27:58
19586         Log: Change #25976 seemed to cause test failures in ext/B/t/f_sort.t.  What
19587              was that line about Jenga again?
19588      Branch: perl
19589            ! mg.c
19590 ____________________________________________________________________________
19591 [ 25976] By: stevep                                on 2005/11/03  17:14:17
19592         Log: Missing va_end(args) from SA_SIGINFO related code.
19593      Branch: perl
19594            ! mg.c
19595 ____________________________________________________________________________
19596 [ 25975] By: stevep                                on 2005/11/03  16:00:12
19597         Log: Test for the right signal should use the constant for that signal.
19598      Branch: perl
19599            ! ext/POSIX/t/sigaction.t
19600 ____________________________________________________________________________
19601 [ 25974] By: stevep                                on 2005/11/03  15:07:26
19602         Log: Add appropriate skips to t/io/fs.t to fix test failures on Cygwin.
19603      Branch: perl
19604            ! t/io/fs.t
19605 ____________________________________________________________________________
19606 [ 25973] By: stevep                                on 2005/11/03  14:56:25
19607         Log: More core test cleanups.  Mainly fixes to remove code that caused 
19608              warnings, but there were a few bug fixes that were hidden by 
19609              no using warnings.
19610      Branch: perl
19611            ! t/io/nargv.t t/io/openpid.t t/io/pipe.t t/io/print.t
19612            ! t/io/read.t t/io/tell.t
19613 ____________________________________________________________________________
19614 [ 25972] By: nicholas                              on 2005/11/03  14:19:34
19615         Log: Perl_pp_symlink and Perl_pp_link can be merged. The diff looks evil,
19616              but the actual finished code is not as bad as it seems.
19617      Branch: perl
19618            ! mathoms.c opcode.h opcode.pl pp_sys.c
19619 ____________________________________________________________________________
19620 [ 25971] By: rgs                                   on 2005/11/03  12:29:18
19621         Log: Document some bogus compiler warnings in README.solaris
19622              
19623              Subject: Re: Why is malloc_wrap now the default?
19624              From: Alan Burlison <Alan.Burlison@sun.com>
19625              Date: Thu, 03 Nov 2005 12:54:16 +0000
19626              Message-ID: <436A0878.1030703@sun.com>
19627      Branch: perl
19628            ! README.solaris
19629 ____________________________________________________________________________
19630 [ 25970] By: stevep                                on 2005/11/03  11:37:31
19631         Log: Upgrade to Time-HiRes-1.77
19632      Branch: perl
19633            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
19634            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
19635            ! ext/Time/HiRes/fallback/const-c.inc
19636            ! ext/Time/HiRes/fallback/const-xs.inc ext/Time/HiRes/t/HiRes.t
19637 ____________________________________________________________________________
19638 [ 25969] By: nicholas                              on 2005/11/03  11:09:39
19639         Log: Patch 3945 was a bit overkeen - the effective parameter to cando() and
19640              ingroup() is a boolean flag, not a GID or UID.
19641      Branch: perl
19642            ! doio.c embed.fnc proto.h
19643 ____________________________________________________________________________
19644 [ 25968] By: nicholas                              on 2005/11/03  09:51:56
19645         Log: Avoiding source code duplication for the lstat() on filehandle %s
19646              warning also makes the object code slightly smaller.
19647      Branch: perl
19648            ! pp_sys.c
19649 ____________________________________________________________________________
19650 [ 25967] By: stevep                                on 2005/11/03  02:09:30
19651         Log: Clean up some test files.
19652      Branch: perl
19653            ! t/io/argv.t t/io/crlf_through.t t/io/dup.t t/io/layers.t
19654            ! t/io/through.t
19655 ____________________________________________________________________________
19656 [ 25966] By: stevep                                on 2005/11/03  01:45:45
19657         Log: Make harness warning-free when running with -Mdiagnostics
19658      Branch: perl
19659            ! t/harness
19660 ____________________________________________________________________________
19661 [ 25965] By: stevep                                on 2005/11/02  22:37:48
19662         Log: Test case should not execute /no_such_process if it does exist.
19663      Branch: perl
19664            ! t/io/pipe.t
19665 ____________________________________________________________________________
19666 [ 25964] By: nicholas                              on 2005/11/02  21:27:58
19667         Log: unlink chmod utime kill can be merged into Perl_pp_chown().
19668      Branch: perl
19669            ! mathoms.c opcode.h opcode.pl pp_sys.c
19670 ____________________________________________________________________________
19671 [ 25963] By: nicholas                              on 2005/11/02  20:59:52
19672         Log: Move the conditonal compiles that report absence of kill and chown
19673              from pp_kill() and pp_chown() into apply().
19674      Branch: perl
19675            ! doio.c pp_sys.c
19676 ____________________________________________________________________________
19677 [ 25962] By: nicholas                              on 2005/11/02  20:13:24
19678         Log: Move ftsuid ftsgid ftsvtx into Perl_pp_ftrowned.
19679      Branch: perl
19680            ! mathoms.c opcode.h opcode.pl pp_sys.c
19681 ____________________________________________________________________________
19682 [ 25961] By: nicholas                              on 2005/11/02  19:04:10
19683         Log: Merge ftzero ftsock ftchr ftblk ftfile ftdir ftpipe into
19684              Perl_pp_ftrowned
19685      Branch: perl
19686            ! mathoms.c opcode.h opcode.pl pp_sys.c
19687 ____________________________________________________________________________
19688 [ 25960] By: nicholas                              on 2005/11/02  17:24:35
19689         Log: Avoid a pad panic by attempting to use dTARGET; in an op that didn't
19690              flag that it needed a target (OP_FTIS)
19691      Branch: perl
19692            ! pp_sys.c
19693 ____________________________________________________________________________
19694 [ 25959] By: nicholas                              on 2005/11/02  16:35:42
19695         Log: Correct error in 25958 for threaded builds.
19696      Branch: perl
19697            ! mathoms.c
19698 ____________________________________________________________________________
19699 [ 25958] By: nicholas                              on 2005/11/02  15:59:30
19700         Log: Merge ftsize ftmtime ftatime ftctime into Perl_pp_ftis
19701      Branch: perl
19702            ! mathoms.c opcode.h opcode.pl pp_sys.c
19703 ____________________________________________________________________________
19704 [ 25957] By: rgs                                   on 2005/11/02  14:33:32
19705         Log: Remove last sort test, that was failing with and without threads.
19706              Silence some warnings.
19707      Branch: perl
19708            ! t/op/sort.t
19709 ____________________________________________________________________________
19710 [ 25956] By: rgs                                   on 2005/11/02  14:10:54
19711         Log: Adjust test count
19712      Branch: perl
19713            ! ext/B/t/concise-xs.t
19714 ____________________________________________________________________________
19715 [ 25955] By: rgs                                   on 2005/11/02  13:39:35
19716         Log: Add missing file from change 25953
19717      Branch: perl
19718            + ext/List/Util/multicall.h
19719 ____________________________________________________________________________
19720 [ 25954] By: rgs                                   on 2005/11/02  13:14:19
19721         Log: Regen headers
19722      Branch: perl
19723            ! global.sym opcode.h pod/perlapi.pod pod/perldiag.pod
19724 ____________________________________________________________________________
19725 [ 25953] By: merijn                                on 2005/11/02  12:49:54
19726         Log: Subject: [PATCH] sort/multicall patch
19727              From: Robin Houston <robin@cpan.org>
19728              Date: Sat, 29 Oct 2005 21:33:07 +0100
19729              Message-ID: <20051029203307.GA8869@rpc142.cs.man.ac.uk>
19730      Branch: perl
19731            ! AUTHORS MANIFEST cop.h embed.fnc embedvar.h
19732            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
19733            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/first.t
19734            ! ext/List/Util/t/p_first.t ext/List/Util/t/p_reduce.t
19735            ! ext/List/Util/t/p_tainted.t ext/List/Util/t/reduce.t
19736            ! ext/List/Util/t/refaddr.t ext/List/Util/t/tainted.t makedef.pl
19737            ! op.c opcode.pl perlapi.h pod/perlcall.pod pod/perldiag.pod
19738            ! pp_ctl.c pp_hot.c pp_sort.c sv.c t/op/sort.t t/op/threads.t
19739            ! thrdvar.h
19740 ____________________________________________________________________________
19741 [ 25952] By: steveh                                on 2005/11/02  09:41:25
19742         Log: Subject: [PATCH] RE: [perl #37571] -z FH broken with Borland  build   
19743              From: "Paul Marquess" <paul.marquess@ntlworld.com>
19744              Date: Tue, 1 Nov 2005 17:05:38 -0000
19745              Message-ID: <003501c5df06$7d63fdb0$0505140a@myopwv.com>
19746      Branch: perl
19747            ! t/op/stat.t win32/win32.c
19748 ____________________________________________________________________________
19749 [ 25951] By: rgs                                   on 2005/11/02  08:57:52
19750         Log: Subject: Re: futimes [PATCH]
19751              From: Gisle Aas <gisle@ActiveState.com>
19752              Date: 01 Nov 2005 00:02:37 -0800
19753              Message-ID: <lrbr1494o2.fsf@caliper.activestate.com>
19754      Branch: perl
19755            ! t/io/fs.t
19756 ____________________________________________________________________________
19757 [ 25950] By: stevep                                on 2005/11/02  04:59:47
19758         Log: Ambiguous test cases may be hazardous to your health.
19759      Branch: perl
19760            ! t/op/list.t
19761 ____________________________________________________________________________
19762 [ 25949] By: stevep                                on 2005/11/02  04:54:52
19763         Log: Lowercase barewords considered harmful to your health.
19764      Branch: perl
19765            ! t/io/fs.t
19766 ____________________________________________________________________________
19767 [ 25948] By: rgs                                   on 2005/11/01  19:23:23
19768         Log: Subject: [PATCH] perlio.c consting
19769              From: Andy Lester <andy@petdance.com>
19770              Date: Oct 31, 2005 6:54 PM
19771              Message-ID: <20051031175411.GA18480@petdance.com>
19772      Branch: perl
19773            ! op.c perlio.c
19774 ____________________________________________________________________________
19775 [ 25947] By: steveh                                on 2005/11/01  17:20:18
19776         Log: This *really* should clear up Win32's Perl_do_exec undefined warnings
19777      Branch: perl
19778            ! perl.h
19779 ____________________________________________________________________________
19780 [ 25946] By: nicholas                              on 2005/11/01  16:38:31
19781         Log: This should clear up 'Perl_do_exec' undefined; warnings on win32
19782      Branch: perl
19783            ! embed.fnc embed.h proto.h
19784 ____________________________________________________________________________
19785 [ 25945] By: steveh                                on 2005/11/01  10:33:48
19786         Log: Make PerlLIOUtime()'s filename const
19787              
19788              Fixes a warning brought about by change #25941 (which made the
19789              filename argument const).
19790              The various implementations of PerlLIOUtime() (in NetWare/, win32/
19791              and wince/) already take a const filename.
19792      Branch: perl
19793            ! NetWare/nwperlhost.h NetWare/nwperlsys.h iperlsys.h
19794            ! win32/perlhost.h wince/perlhost.h
19795 ____________________________________________________________________________
19796 [ 25944] By: steveh                                on 2005/11/01  08:45:09
19797         Log: Fix nit in pod nit fix
19798      Branch: perl
19799            ! pod/perlhack.pod
19800 ____________________________________________________________________________
19801 [ 25943] By: steveh                                on 2005/11/01  08:39:32
19802         Log: Update win32 config files w.r.t. change #25935
19803      Branch: perl
19804            ! win32/config.bc win32/config.gc win32/config.vc
19805            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
19806            ! win32/config_H.vc win32/config_H.vc64
19807 ____________________________________________________________________________
19808 [ 25942] By: stevep                                on 2005/10/31  23:46:01
19809         Log: Upgrade to DB_File 1.813.
19810      Branch: perl
19811            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
19812            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-recno.t
19813 ____________________________________________________________________________
19814 [ 25941] By: merijn                                on 2005/10/31  22:15:01
19815         Log: Subject: futimes [PATCH]
19816              From: Gisle Aas <gisle@ActiveState.com>
19817              Date: 31 Oct 2005 13:53:53 -0800
19818              Message-ID: <lrk6ft8ia6.fsf_-_@caliper.activestate.com>
19819      Branch: perl
19820            ! doio.c handy.h pod/perlfunc.pod t/io/fs.t
19821 ____________________________________________________________________________
19822 [ 25940] By: nicholas                              on 2005/10/31  20:36:36
19823         Log: All the ops that are simply C<return some_other_op();> can be bypassed
19824              in the op dispatch table, and the bodies retired.
19825      Branch: perl
19826            ! mathoms.c opcode.h opcode.pl pp.c pp_ctl.c pp_sys.c
19827 ____________________________________________________________________________
19828 [ 25939] By: nicholas                              on 2005/10/31  19:55:18
19829         Log: Simplify the implementation of the "unimplemented" message in the
19830              conditionally compiled ops.
19831      Branch: perl
19832            ! pp_sys.c
19833 ____________________________________________________________________________
19834 [ 25938] By: nicholas                              on 2005/10/31  19:14:47
19835         Log: Further pod nit spotted by Jarkko
19836      Branch: perl
19837            ! pod/perlhack.pod
19838 ____________________________________________________________________________
19839 [ 25937] By: nicholas                              on 2005/10/31  18:34:59
19840         Log: Replace the 3 currently "unreachable" ops with a single op body
19841              unimplemented_op() that panics descriptively if ever reached.
19842      Branch: perl
19843            ! opcode.h opcode.pl pod/perldiag.pod pp.c
19844 ____________________________________________________________________________
19845 [ 25936] By: nicholas                              on 2005/10/31  18:29:05
19846         Log: Add "moving common filetest code to a static function" to the todo.
19847      Branch: perl
19848            ! pod/perltodo.pod
19849 ____________________________________________________________________________
19850 [ 25935] By: merijn                                on 2005/10/31  17:50:05
19851         Log: revive probe for futimes ()
19852      Branch: perl
19853            ! Configure Porting/Glossary config_h.SH handy.h
19854 ____________________________________________________________________________
19855 [ 25934] By: rgs                                   on 2005/10/31  17:00:44
19856         Log: A B::Deparse fix from :
19857              Subject: Re: [perl #37527] regular-expression parser does not see '(' character
19858              From: Bas van Sisseren <bas@quarantainenet.nl>
19859              Date: Wed, 26 Oct 2005 13:59:42 +0200
19860              Message-ID: <435F6FAE.4060502@quarantainenet.nl>
19861      Branch: perl
19862            ! ext/B/B/Deparse.pm
19863 ____________________________________________________________________________
19864 [ 25933] By: merijn                                on 2005/10/31  16:25:23
19865         Log: Subject: [PATCH] Symbian port 0.3.0 as of blead@25911
19866              From: <jarkko.hietaniemi@nokia.com>
19867              Date: Mon, 31 Oct 2005 18:38:42 +0200
19868              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A6D6@esebe105.NOE.Nokia.com>
19869      Branch: perl
19870            + symbian/PerlAppUIQ.rss
19871            ! MANIFEST README.symbian symbian/PerlApp.cpp symbian/PerlApp.h
19872            ! symbian/PerlApp.hrh symbian/PerlAppAif.rss symbian/config.pl
19873            ! symbian/port.pl symbian/sanity.pl symbian/sdk.pl
19874            ! symbian/sisify.pl symbian/symbian_utils.cpp symbian/xsbuild.pl
19875 ____________________________________________________________________________
19876 [ 25932] By: rgs                                   on 2005/10/31  16:24:31
19877         Log: Avoid corruption when calling mg_get to retrieve the value
19878              of a $digit variable. This is done by ensuring it's not
19879              tainted.
19880              See http://bugs.debian.org/303308
19881              Patch by Chris Heath <chris.heath@autoweb.net>
19882      Branch: perl
19883            ! mg.c
19884 ____________________________________________________________________________
19885 [ 25931] By: nicholas                              on 2005/10/31  16:24:29
19886         Log: maddingue prefers this e-mail address.
19887      Branch: perl
19888            ! AUTHORS
19889 ____________________________________________________________________________
19890 [ 25930] By: merijn                                on 2005/10/31  16:18:03
19891         Log: Try to preserve the lost opcode alias info in comments
19892              extent to change #25929
19893      Branch: perl
19894            ! opcode.h opcode.pl
19895 ____________________________________________________________________________
19896 [ 25929] By: nicholas                              on 2005/10/31  15:52:50
19897         Log: It appears that it's trivially easy to alias opcode functions in
19898              the opcode table. We should be able to get both a speed and size
19899              saving here. Time will tell how much.
19900      Branch: perl
19901            ! opcode.h opcode.pl
19902 ____________________________________________________________________________
19903 [ 25928] By: nicholas                              on 2005/10/31  15:13:06
19904         Log: Add maddingue to AUTHORS
19905      Branch: perl
19906            ! AUTHORS
19907 ____________________________________________________________________________
19908 [ 25927] By: nicholas                              on 2005/10/31  15:09:54
19909         Log: Subject: [PATCH] Making ExtUtils::Constant compatible with Perl 5.004
19910              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
19911              Message-ID: <1130712761.43654eb9cd9f7@imp4-g19.free.fr>
19912              Date: Sun, 30 Oct 2005 23:52:41 +0100
19913              
19914              with tweaks by chromatic and me.
19915      Branch: perl
19916            ! lib/ExtUtils/Constant.pm
19917 ____________________________________________________________________________
19918 [ 25926] By: nicholas                              on 2005/10/31  14:51:48
19919         Log: A more elegant way to deal with utf8n_to_uvchr() and utf8n_to_uvuni().
19920      Branch: perl
19921            ! embed.fnc embed.h proto.h utf8.c utf8.h
19922 ____________________________________________________________________________
19923 [ 25925] By: rgs                                   on 2005/10/31  14:27:32
19924         Log: Fix [perl #37533] open pragma ignored for all 3-arg opens
19925              Also, correct the documentation in open.pm that stated
19926              that open() did not override open.pm-given default encodings.
19927      Branch: perl
19928            ! lib/open.pm perlio.c
19929 ____________________________________________________________________________
19930 [ 25924] By: nicholas                              on 2005/10/31  14:18:59
19931         Log: Perl_csighandler was in global.sym twice.
19932      Branch: perl
19933            ! global.sym
19934 ____________________________________________________________________________
19935 [ 25923] By: nicholas                              on 2005/10/31  14:18:14
19936         Log: Arrange to only output each symbol once into global.sym
19937      Branch: perl
19938            ! embed.pl
19939 ____________________________________________________________________________
19940 [ 25922] By: rgs                                   on 2005/10/31  13:45:06
19941         Log: Tests for index/rindex with empty search string,
19942              adapted from a patch by Rick Delaney
19943      Branch: perl
19944            ! t/op/index.t
19945 ____________________________________________________________________________
19946 [ 25921] By: nicholas                              on 2005/10/31  13:22:01
19947         Log: uvchr_to_utf8() and utf8n_to_uvchr() are mathoms on ASCII based
19948              systems, and not on EBCDIC, so some more thinking is going to be
19949              needed here.
19950      Branch: perl
19951            ! mathoms.c utf8.c
19952 ____________________________________________________________________________
19953 [ 25920] By: stevep                                on 2005/10/31  11:58:08
19954         Log: Coverage stats showed that there were no tests for taking a slice
19955              from ().
19956      Branch: perl
19957            ! t/op/list.t
19958 ____________________________________________________________________________
19959 [ 25919] By: steveh                                on 2005/10/31  11:53:05
19960         Log: Change some spaces to tabs for easier diffing against config_h.SH
19961      Branch: perl
19962            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
19963            ! win32/config_H.vc64
19964 ____________________________________________________________________________
19965 [ 25918] By: steveh                                on 2005/10/31  11:30:15
19966         Log: Fixed threaded builds following change 25916
19967      Branch: perl
19968            ! pp_hot.c
19969 ____________________________________________________________________________
19970 [ 25917] By: nicholas                              on 2005/10/31  11:29:43
19971         Log: POD nit spotted by Jarkko
19972      Branch: perl
19973            ! pod/perlhack.pod
19974 ____________________________________________________________________________
19975 [ 25916] By: rgs                                   on 2005/10/31  10:44:32
19976         Log: is_utf8_string_loc() is now a macro, don't use its Perl_-prefixed form
19977      Branch: perl
19978            ! pp_hot.c
19979 ____________________________________________________________________________
19980 [ 25915] By: rgs                                   on 2005/10/31  10:28:32
19981         Log: Subject: [PATCH] Etta James presents: More consting
19982              From: Andy Lester <andy@petdance.com>
19983              Date: Sun, 30 Oct 2005 23:44:13 -0600
19984              Message-ID: <20051031054413.GA10767@petdance.com>
19985      Branch: perl
19986            ! cop.h doop.c hv.c numeric.c op.c perl.c perlio.c pp_hot.c
19987            ! pp_sys.c sv.c toke.c universal.c util.c
19988 ____________________________________________________________________________
19989 [ 25914] By: rgs                                   on 2005/10/31  10:18:15
19990         Log: Subject: [PATCH] S_tokereport's unused parm
19991              From: Andy Lester <andy@petdance.com>
19992              Date: Mon, 31 Oct 2005 00:04:59 -0600
19993              Message-ID: <20051031060459.GC10767@petdance.com>
19994      Branch: perl
19995            ! embed.fnc embed.h proto.h toke.c
19996 ____________________________________________________________________________
19997 [ 25913] By: rgs                                   on 2005/10/31  08:54:18
19998         Log: Regenerate perlapi.pod
19999      Branch: perl
20000            ! pod/perlapi.pod
20001 ____________________________________________________________________________
20002 [ 25912] By: rgs                                   on 2005/10/31  08:40:23
20003         Log: Robin Houston remarks that mention of a context is missing from the
20004              threads.pm documentation.
20005      Branch: perl
20006            ! ext/threads/threads.pm
20007 ____________________________________________________________________________
20008 [ 25911] By: stevep                                on 2005/10/31  03:51:08
20009         Log: perlsio_binmode() is pretty much a mathom on UNIX platforms, but it is
20010              used on Cygwin, at least.
20011      Branch: perl
20012            ! mathoms.c perlio.c
20013 ____________________________________________________________________________
20014 [ 25910] By: nicholas                              on 2005/10/30  21:53:03
20015         Log: const const bad bad.
20016              gcc bad bad too, because it didn't grumble one bit. (or two, for that
20017              matter).
20018      Branch: perl
20019            ! utf8.c
20020 ____________________________________________________________________________
20021 [ 25909] By: nicholas                              on 2005/10/30  21:38:29
20022         Log: is_utf8_alnum() and is_utf8_alnumc() can use is_utf8_common() too.
20023      Branch: perl
20024            ! utf8.c
20025 ____________________________________________________________________________
20026 [ 25908] By: nicholas                              on 2005/10/30  21:24:29
20027         Log: Jarkko and I think that Perl_is_utf8_alnumc should be initialising
20028              and using PL_utf8_alnum*c*, not PL_utf8_alnum.
20029      Branch: perl
20030            ! utf8.c
20031 ____________________________________________________________________________
20032 [ 25907] By: nicholas                              on 2005/10/30  21:10:39
20033         Log: Perl_is_utf8_* share a lot of common code. Pull that out into a new
20034              function S_is_utf8_common.
20035      Branch: perl
20036            ! utf8.c
20037 ____________________________________________________________________________
20038 [ 25906] By: nicholas                              on 2005/10/30  18:31:25
20039         Log: Given that sv_nosharing performs the same function as sv_nolocking
20040              and sv_unnolocking (ie sweet FA), we might as well use the 1 function
20041              to initialise all 3 variables, and elimiate the other two.
20042              For some reason all 3 are listed as being in the public API. Daft.
20043      Branch: perl
20044            ! embed.fnc embed.h intrpvar.h mathoms.c proto.h util.c
20045 ____________________________________________________________________________
20046 [ 25905] By: nicholas                              on 2005/10/30  18:04:17
20047         Log: Replace uvuni_to_utf8() with a macro that passes the extra 0 argument
20048              to uvuni_to_utf8_flags(). Move the old body to mathoms.c
20049      Branch: perl
20050            ! embed.fnc embed.h mathoms.c proto.h utf8.c utf8.h
20051 ____________________________________________________________________________
20052 [ 25904] By: nicholas                              on 2005/10/30  17:59:08
20053         Log: global.sym appears to have become out of date. Oops.
20054      Branch: perl
20055            ! global.sym
20056 ____________________________________________________________________________
20057 [ 25903] By: nicholas                              on 2005/10/30  17:49:27
20058         Log: Replace is_utf8_string_loc() with a macro that passes the extra 0
20059              argument to is_utf8_string_loc(). Correct the description of its
20060              parameters in its POD.
20061      Branch: perl
20062            ! embed.fnc embed.h mathoms.c proto.h utf8.c utf8.h
20063 ____________________________________________________________________________
20064 [ 25902] By: nicholas                              on 2005/10/30  17:14:08
20065         Log: Fix typos in comments.
20066      Branch: perl
20067            ! utf8.c
20068 ____________________________________________________________________________
20069 [ 25901] By: nicholas                              on 2005/10/30  17:08:39
20070         Log: Functions that die aren't exactly well used code.
20071              (ck_retarget, oopsCV, pp_padany, pp_threadsv, pp_mapstart)
20072      Branch: perl
20073            ! mathoms.c op.c pp.c pp_ctl.c
20074 ____________________________________________________________________________
20075 [ 25900] By: nicholas                              on 2005/10/30  16:45:34
20076         Log: save_hints is a mathom.
20077      Branch: perl
20078            ! mathoms.c op.c
20079 ____________________________________________________________________________
20080 [ 25899] By: nicholas                              on 2005/10/30  16:41:02
20081         Log: I infer that change 25891 as-is would break OS2. This should fix it.
20082      Branch: perl
20083            ! perl.h
20084 ____________________________________________________________________________
20085 [ 25898] By: nicholas                              on 2005/10/30  16:36:22
20086         Log: init_i18nl14n is a mathom.
20087      Branch: perl
20088            ! locale.c mathoms.c
20089 ____________________________________________________________________________
20090 [ 25897] By: nicholas                              on 2005/10/30  16:24:37
20091         Log: Replace hv_magic() with a macro to call sv_magic() directly. Move the
20092              old body to mathoms.c
20093      Branch: perl
20094            ! embed.fnc embed.h hv.c hv.h mathoms.c proto.h
20095 ____________________________________________________________________________
20096 [ 25896] By: nicholas                              on 2005/10/30  16:07:58
20097         Log: Fix win32 breakage inadvertently introduced by 25889
20098      Branch: perl
20099            ! perl.h
20100 ____________________________________________________________________________
20101 [ 25895] By: nicholas                              on 2005/10/30  10:31:01
20102         Log: Replace hv_iternext() with a macro that calls hv_iternext_flags with
20103              an extra 0 argument. Move the old body to mathoms.c
20104      Branch: perl
20105            ! embed.fnc embed.h hv.c hv.h mathoms.c proto.h
20106 ____________________________________________________________________________
20107 [ 25894] By: nicholas                              on 2005/10/30  10:00:42
20108         Log: Fix typo in comment.
20109      Branch: perl
20110            ! hv.c
20111 ____________________________________________________________________________
20112 [ 25893] By: nicholas                              on 2005/10/30  09:59:41
20113         Log: Replace gv_fetchmethod() with a macro to call gv_fetchmethod_autoload()
20114              with the extra TRUE argument.
20115      Branch: perl
20116            ! embed.fnc embed.h gv.c gv.h mathoms.c proto.h
20117 ____________________________________________________________________________
20118 [ 25892] By: nicholas                              on 2005/10/30  08:51:52
20119         Log: I think we have a winner. do_pipe hasn't been called since 4.036.
20120              Maybe we should just remove this appendix.
20121      Branch: perl
20122            ! doio.c mathoms.c
20123 ____________________________________________________________________________
20124 [ 25891] By: nicholas                              on 2005/10/30  08:38:07
20125         Log: Replace do_aexec() with a macro to call do_aexec5() with the two extra
20126              0 arguments. Move the old body to mathoms.c
20127      Branch: perl
20128            ! doio.c embed.fnc embed.h mathoms.c perl.h proto.h
20129 ____________________________________________________________________________
20130 [ 25890] By: nicholas                              on 2005/10/30  08:23:29
20131         Log: Replace do_exec() with a macro to call do_exec3() with the extra two
20132              0 arguments. Move the old body to mathoms.c
20133      Branch: perl
20134            ! doio.c embed.fnc embed.h mathoms.c perl.h proto.h
20135 ____________________________________________________________________________
20136 [ 25889] By: nicholas                              on 2005/10/30  08:05:32
20137         Log: Replace do_open() with a macro to call do_openn() with the extra two
20138              0 paramters. Move the old body to mathoms.c.
20139      Branch: perl
20140            ! doio.c embed.fnc embed.h mathoms.c perl.h proto.h
20141 ____________________________________________________________________________
20142 [ 25888] By: stevep                                on 2005/10/30  04:20:45
20143         Log: Subject: [PATCH] warnings.pl/pm: Croaker function: bug (perl v5.8, v5.9)
20144              From: Bram <perl-rt@wizbit.be>
20145              Date: Thu, 04 Aug 2005 23:55:33 +0200
20146              Message-Id: <42F28ED5.CFFDCCFD@wizbit.be>
20147      Branch: perl
20148            ! lib/warnings.pm warnings.pl
20149 ____________________________________________________________________________
20150 [ 25887] By: stevep                                on 2005/10/29  22:37:50
20151         Log: Subject: Re: [PATCH] predecrement vs postdecrement
20152              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
20153              Date: Sat, 29 Oct 2005 23:24:33 +0300
20154              Message-ID: <4363DA81.6060600@gmail.com>
20155              
20156              Nit in pod/perlhack.pod
20157      Branch: perl
20158            ! pod/perlhack.pod
20159 ____________________________________________________________________________
20160 [ 25886] By: nicholas                              on 2005/10/29  17:31:01
20161         Log: Replace the body of the rarely used sv_setpviv_mg with a call to
20162              sv_setpviv followed by SvSETMAGIC.
20163      Branch: perl
20164            ! sv.c
20165 ____________________________________________________________________________
20166 [ 25885] By: nicholas                              on 2005/10/29  17:21:24
20167         Log: Replace sv_catsv_mg and sv_catpvn_mg, and move the obsolete bodies to
20168              mathoms.c
20169      Branch: perl
20170            ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h
20171 ____________________________________________________________________________
20172 [ 25884] By: nicholas                              on 2005/10/29  17:02:49
20173         Log: Add a new SMAGIC flag, to signal a call to SvSETMAGIC. Add it to
20174              sv_catpvn_flags and sv_catsv_flags, and then re-implement sv_catpvn_mg
20175              and sv_catsv_mg as calls to sv_catpvn_flags and sv_catsv_flags
20176              respectively.
20177      Branch: perl
20178            ! sv.c sv.h
20179 ____________________________________________________________________________
20180 [ 25883] By: nicholas                              on 2005/10/29  16:25:38
20181         Log: sv_2pv_nolen, sv_2pvbyte_nolen and sv_2pvutf8_nolen can all be replaced
20182              with terse macros, and the function bodies retired.
20183      Branch: perl
20184            ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h
20185 ____________________________________________________________________________
20186 [ 25882] By: nicholas                              on 2005/10/29  16:06:39
20187         Log: All the private implementations of @foo for compilers that can't do
20188              complex macro expansions became dead wood sometime around 5.7.3
20189              (Don't tell Otava this)
20190      Branch: perl
20191            ! mathoms.c sv.c
20192 ____________________________________________________________________________
20193 [ 25881] By: stevep                                on 2005/10/29  15:34:22
20194         Log: Subject: [perl #30563] [PATCH] Storable::dclone fails for tied elements
20195              From: perlbug-followup@perl.org (Srezic@Iconmobile.Com)
20196              Date: 2 Jul 2004 11:32:12 -0000
20197              Message-ID: <rt-3.0.11-30563-91788.4.94870186951744@perl.org>
20198              
20199              Also, a version bump to Storable.pm.
20200      Branch: perl
20201            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
20202            ! ext/Storable/t/dclone.t
20203 ____________________________________________________________________________
20204 [ 25880] By: nicholas                              on 2005/10/29  15:07:42
20205         Log: sv_utf8_upgrade declares itself to be a mathom, so off it goes.
20206              Remove duplicate declaration of Perl_sv_2uv
20207      Branch: perl
20208            ! mathoms.c sv.c
20209 ____________________________________________________________________________
20210 [ 25879] By: nicholas                              on 2005/10/29  14:51:32
20211         Log: Replace sv_force_normal with a macro that calls sv_force_normal_flags.
20212      Branch: perl
20213            ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h
20214 ____________________________________________________________________________
20215 [ 25878] By: nicholas                              on 2005/10/29  14:39:37
20216         Log: Replace sv_unref with a macro that calls sv_unref_flags
20217      Branch: perl
20218            ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h
20219 ____________________________________________________________________________
20220 [ 25877] By: stevep                                on 2005/10/29  14:33:30
20221         Log: Oops, missed an sv_force_normal()
20222      Branch: perl
20223            ! mg.c
20224 ____________________________________________________________________________
20225 [ 25876] By: nicholas                              on 2005/10/29  14:25:55
20226         Log: sv_taint() can easily be replaced by a macro.
20227      Branch: perl
20228            ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h
20229 ____________________________________________________________________________
20230 [ 25875] By: stevep                                on 2005/10/29  14:14:25
20231         Log: Change to use sv_force_normal_flags() directly, rather than calling
20232              sv_force_normal() to call sv_force_normal_flags().
20233      Branch: perl
20234            ! NetWare/sv_nw.c mg.c
20235 ____________________________________________________________________________
20236 [ 25874] By: nicholas                              on 2005/10/29  11:50:29
20237         Log: A terser implementation of S_varname, by using and post-processing
20238              gv_fullname4
20239      Branch: perl
20240            ! sv.c
20241 ____________________________________________________________________________
20242 [ 25873] By: stevep                                on 2005/10/29  11:47:55
20243         Log: Additional mathoms from doio.c
20244      Branch: perl
20245            ! doio.c mathoms.c
20246 ____________________________________________________________________________
20247 [ 25872] By: stevep                                on 2005/10/29  11:36:26
20248         Log: Coverage stats say av_fake() is a mathom too.
20249      Branch: perl
20250            ! av.c mathoms.c
20251 ____________________________________________________________________________
20252 [ 25871] By: nicholas                              on 2005/10/29  11:14:40
20253         Log: gv_fullname3 and gv_efullname3 are definately mathoms. They even say so.
20254      Branch: perl
20255            ! gv.c mathoms.c
20256 ____________________________________________________________________________
20257 [ 25870] By: stevep                                on 2005/10/29  11:02:12
20258         Log: Subject: Re: [PATCH] predecrement vs postdecrement
20259              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
20260              Date: Sat, 29 Oct 2005 11:52:25 +0300
20261              Message-ID: <43633849.6060809@gmail.com>
20262      Branch: perl
20263            ! regcomp.c
20264 ____________________________________________________________________________
20265 [ 25869] By: nicholas                              on 2005/10/29  10:53:40
20266         Log: gv_fullname and gv_efullname are definately mathoms.
20267      Branch: perl
20268            ! gv.c mathoms.c
20269 ____________________________________________________________________________
20270 [ 25868] By: stevep                                on 2005/10/28  23:38:35
20271         Log: Subject: [PATCH] perl5db.pl incorrect instructions in termination message
20272              From: Brendan O'Dea <bod@debian.org>
20273              Date: Sat, 29 Oct 2005 07:14:40 +1000
20274              Message-ID: <20051028211440.GA23305@londo.c47.org>
20275      Branch: perl
20276            ! lib/perl5db.pl
20277 ____________________________________________________________________________
20278 [ 25867] By: stevep                                on 2005/10/28  21:12:35
20279         Log: Makefiles like tabs, not spaces.
20280      Branch: perl
20281            ! win32/Makefile win32/makefile.mk
20282 ____________________________________________________________________________
20283 [ 25866] By: stevep                                on 2005/10/28  21:09:31
20284         Log: Add a new file, mathoms.c, to hold old code kept around for binary
20285              compatability with previous versions of Perl.  Change also includes
20286              various Makefile changes to compile the new file and link it into 
20287              libperl.
20288      Branch: perl
20289            + mathoms.c
20290            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile globals.c
20291            ! numeric.c op.c perlio.c plan9/mkfile sv.c utf8.c
20292            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
20293            ! wince/Makefile.ce
20294 ____________________________________________________________________________
20295 [ 25865] By: stevep                                on 2005/10/28  11:30:51
20296         Log: Check for changes in IO on CPAN.
20297      Branch: perl
20298            ! Porting/Maintainers.pl
20299 ____________________________________________________________________________
20300 [ 25864] By: stevep                                on 2005/10/28  11:21:48
20301         Log: gbarr is maintaining IO.
20302      Branch: perl
20303            ! Porting/Maintainers.pl
20304 ____________________________________________________________________________
20305 [ 25863] By: stevep                                on 2005/10/28  10:48:32
20306         Log: Add SPRINTF_RETURNS_STRLEN to the various Win32 config_H.* files.
20307      Branch: perl
20308            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
20309            ! win32/config_H.vc64
20310 ____________________________________________________________________________
20311 [ 25862] By: nicholas                              on 2005/10/28  10:24:43
20312         Log: Use the return value from sprintf and avoid a call to strlen
20313      Branch: perl
20314            ! sv.c
20315 ____________________________________________________________________________
20316 [ 25861] By: stevep                                on 2005/10/27  11:13:50
20317         Log: Subject: Re: IO::File performace issue
20318              From: gisle@ActiveState.com (Gisle Aas)
20319              Date: 27 Oct 2005 01:00:39 -0700
20320              Message-ID: <lrvezjv17c.fsf@caliper.activestate.com>
20321              
20322              Also includes a version bump for IO::File.
20323      Branch: perl
20324            ! ext/IO/lib/IO/File.pm
20325 ____________________________________________________________________________
20326 [ 25860] By: nicholas                              on 2005/10/27  08:53:03
20327         Log: Change 25850 failed to include all changed headers
20328      Branch: perl
20329            ! embed.h proto.h
20330 ____________________________________________________________________________
20331 [ 25859] By: stevep                                on 2005/10/27  01:55:08
20332         Log: Win32 fix for change #25850.  I don't know if this define will ever
20333              be used on Win32, but it does fix the problem at hand.
20334      Branch: perl
20335            ! win32/perlhost.h
20336 ____________________________________________________________________________
20337 [ 25858] By: rgs                                   on 2005/10/26  13:27:31
20338         Log: Subject: [patch@25854]vms.c rmsexpand and memmove fixes
20339              From: "John E. Malmberg" <wb8tyw@qsl.net>
20340              Date: Wed, 26 Oct 2005 08:08:05 -0400
20341              Message-ID: <435F71A5.6030809@qsl.net>
20342      Branch: perl
20343            ! vms/vms.c
20344 ____________________________________________________________________________
20345 [ 25857] By: rgs                                   on 2005/10/26  12:52:37
20346         Log: FAQ sync.
20347      Branch: perl
20348            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
20349            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
20350            ! pod/perlfaq7.pod pod/perlfaq9.pod
20351 ____________________________________________________________________________
20352 [ 25856] By: merijn                                on 2005/10/26  12:37:47
20353         Log: Subject: [PATCH] Symbian: better Series 80 support
20354              From: <jarkko.hietaniemi@nokia.com>
20355              Date: Wed, 26 Oct 2005 15:50:08 +0300
20356              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A6AA@esebe105.NOE.Nokia.com>
20357      Branch: perl
20358            + symbian/hexdump.pl
20359            ! MANIFEST symbian/PerlApp.cpp symbian/PerlApp.h
20360            ! symbian/PerlAppS80.rss symbian/config.pl symbian/makesis.pl
20361            ! symbian/sisify.pl
20362 ____________________________________________________________________________
20363 [ 25855] By: stevep                                on 2005/10/26  11:52:46
20364         Log: Multiple versions of OpenBSD fail this test, not just 3.7.
20365      Branch: perl
20366            ! t/op/sprintf.t
20367 ____________________________________________________________________________
20368 [ 25854] By: rgs                                   on 2005/10/26  10:21:30
20369         Log: Subject: Re: [PATCH] minor speed-up for pp_push()
20370              From: Tassilo von Parseval <tassilo.von.parseval@rwth-aachen.de>
20371              Date: Tue, 25 Oct 2005 08:11:42 +0200
20372              Message-id: <20051025061141.GA2256@ethan>
20373      Branch: perl
20374            ! pp.c
20375 ____________________________________________________________________________
20376 [ 25853] By: nicholas                              on 2005/10/26  10:06:37
20377         Log: Store the raw bytes of the pid in PL_pidstatus, rather than the
20378              stringification, as removing the conversions saves time and code.
20379      Branch: perl
20380            ! util.c
20381 ____________________________________________________________________________
20382 [ 25852] By: rgs                                   on 2005/10/26  09:37:25
20383         Log: Subject: [perl #37535] [PATCH] ioctl IOCPARM_LEN(x) should be _IOC_SIZE(x) on Linux, not 256 
20384              From: Jason Vas Dias (via RT) <perlbug-followup@perl.org>
20385              Date: Tue, 25 Oct 2005 15:27:28 -0700
20386              Message-ID: <rt-3.0.11-37535-123290.14.118037538994@perl.org>
20387      Branch: perl
20388            ! perl.h
20389 ____________________________________________________________________________
20390 [ 25851] By: rgs                                   on 2005/10/26  08:58:42
20391         Log: Subject: Re: [patch@25838]Hopefully the last VMS exit/error fixes needed.
20392              From: "John E. Malmberg" <wb8tyw@qsl.net>
20393              Date: Tue, 25 Oct 2005 13:36:20 -0400
20394              Message-ID: <435E6D14.7000104@qsl.net>
20395      Branch: perl
20396            ! perl.h vms/perlvms.pod
20397 ____________________________________________________________________________
20398 [ 25850] By: nicholas                              on 2005/10/26  08:31:20
20399         Log: Most platforms don't actually need PL_pidstatus, or the associated
20400              .5K of code.
20401      Branch: perl
20402            ! embed.fnc intrpvar.h makedef.pl perl.c perl.h perlapi.h
20403            ! pp_sys.c sv.c util.c
20404 ____________________________________________________________________________
20405 [ 25849] By: rgs                                   on 2005/10/25  15:26:20
20406         Log: Back out change #25839, and apply :
20407              
20408              Subject: [patch@25838]Hopefully the last VMS exit/error fixes needed.
20409              From: "John E. Malmberg" <wb8tyw@qsl.net>
20410              Date: Tue, 25 Oct 2005 11:09:37 -0400
20411              Message-ID: <435E4AB1.1000106@qsl.net>
20412      Branch: perl
20413            ! perl.c perl.h vms/perlvms.pod
20414 ____________________________________________________________________________
20415 [ 25848] By: nicholas                              on 2005/10/25  12:54:18
20416         Log: Code in wait4pid was calling hv_delete with the hash iterator
20417              currently on that entry. On aggregate this does more work, beacuse
20418              the next call to hv_iterinit() would spot the flag, and have to call
20419              the delete routine, while in the meantime any new entries can't
20420              re-use that memory.
20421      Branch: perl
20422            ! util.c
20423 ____________________________________________________________________________
20424 [ 25847] By: rgs                                   on 2005/10/25  12:35:29
20425         Log: t/TEST should require Time::HiRes only when it uses it.
20426              This fixes minitest.
20427      Branch: perl
20428            ! t/TEST
20429 ____________________________________________________________________________
20430 [ 25846] By: rgs                                   on 2005/10/25  12:17:33
20431         Log: Rediff the Makefile.SH patch for cross-compilation.
20432              (this doesn't mean it works, though.)
20433      Branch: perl
20434            ! Cross/Makefile.SH.patch
20435 ____________________________________________________________________________
20436 [ 25845] By: stevep                                on 2005/10/25  11:56:53
20437         Log: Upgrade to Time-HiRes-1.76
20438      Branch: perl
20439            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
20440            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
20441            ! ext/Time/HiRes/t/HiRes.t
20442 ____________________________________________________________________________
20443 [ 25844] By: rgs                                   on 2005/10/25  11:19:44
20444         Log: Remove remaining references to mv-if-diff
20445      Branch: perl
20446            ! os2/Makefile.SHs pod/Makefile.SH pod/perlmodlib.PL
20447 ____________________________________________________________________________
20448 [ 25843] By: nicholas                              on 2005/10/25  10:55:27
20449         Log: Oops. the trick is to edit Makefile.SH
20450      Branch: perl
20451            ! Makefile.SH
20452 ____________________________________________________________________________
20453 [ 25842] By: nicholas                              on 2005/10/25  10:36:39
20454         Log: Subject: [PATCH] remove mv-if-diff
20455              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
20456              Message-ID: <20051024193257.2022ea0d@grubert.mandrakesoft.com>
20457              Date: Mon, 24 Oct 2005 19:32:57 +0200
20458              
20459              (with tweak to add rm for opmini.c, remove mv-if-diff, and reflect
20460              this removal in MANIFEST)
20461      Branch: perl
20462            - mv-if-diff
20463            ! MANIFEST Makefile.SH
20464 ____________________________________________________________________________
20465 [ 25841] By: nicholas                              on 2005/10/25  09:09:49
20466         Log: Replace all the strlen()s related to PL_pidstatus with the return
20467              value of my_sprintf
20468      Branch: perl
20469            ! util.c
20470 ____________________________________________________________________________
20471 [ 25840] By: nicholas                              on 2005/10/25  08:32:25
20472         Log: Whoops. The Windows build is going to need to know that this symbol is
20473              defined.
20474      Branch: perl
20475            ! perl.c
20476 ____________________________________________________________________________
20477 [ 25839] By: rgs                                   on 2005/10/25  08:14:33
20478         Log: Subject: VMS exit handling still broken, need some help.
20479              From: "John E. Malmberg" <wb8tyw@qsl.net>
20480              Date: Mon, 24 Oct 2005 01:34:41 -0400
20481              Message-ID: <435C7271.8070403@qsl.net>
20482      Branch: perl
20483            ! perl.c perl.h vms/vms.c
20484 ____________________________________________________________________________
20485 [ 25838] By: merijn                                on 2005/10/25  05:58:00
20486         Log: Subject: [patch@25837] Change 25831: sprintf returns the length of the buffer.
20487              From: "John E. Malmberg" <wb8tyw@qsl.net>
20488              Date: Mon, 24 Oct 2005 23:37:46 -0400
20489              Message-ID: <435DA88A.90201@qsl.net>
20490      Branch: perl
20491            ! configure.com
20492 ____________________________________________________________________________
20493 [ 25837] By: merijn                                on 2005/10/24  23:35:40
20494         Log: Backport of changes #25831 and #25832. Re-order needed
20495              
20496              Subject: [PATCH] Re: Configure question about format of cc/cppsymbols
20497              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
20498              Date: Mon, 24 Oct 2005 13:04:58 -0700
20499              Message-ID: <20051024200458.GC2312@efn.org>
20500      Branch: perl
20501            ! Configure config_h.SH
20502 ____________________________________________________________________________
20503 [ 25833] By: merijn                                on 2005/10/24  22:44:22
20504         Log: Subject: [PATCH] Compress::Zlib
20505              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
20506              Date: Mon, 24 Oct 2005 23:19:48 +0100
20507              Message-ID: <00ab01c5d8e9$0ef31b40$02f0440a@myopwv.com>
20508      Branch: perl
20509            ! ext/Compress/Zlib/Zlib.pm
20510            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
20511            ! ext/Compress/Zlib/lib/IO/Compress/Gzip.pm
20512            ! ext/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
20513            ! ext/Compress/Zlib/t/03zlib-v1.t
20514            ! ext/Compress/Zlib/t/16oneshot.t ext/Compress/Zlib/t/22merge.t
20515 ____________________________________________________________________________
20516 [ 25832] By: nicholas                              on 2005/10/24  21:20:21
20517         Log: Add my_sprintf, which is usually just a macro for sprintf, for those
20518              places where we want to use the return value of sprintf. This allows
20519              a wrapper to be used for platforms where the C library isn't ANSI-
20520              conformant.
20521      Branch: perl
20522            ! config_h.SH embed.fnc embed.h global.sym makedef.pl perl.h
20523            ! proto.h util.c
20524 ____________________________________________________________________________
20525 [ 25831] By: nicholas                              on 2005/10/24  20:03:38
20526         Log: Add a probe for whether sprintf returns the length of the buffer.
20527              Update all the canned config.sh files.
20528              Assume that symbian and Win32 are all ANSI conformant, note that ARM
20529              Linux (ie glibc) will be, don't assume that any other platform is.
20530      Branch: perl
20531            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
20532            ! Porting/Glossary configure.com epoc/config.sh
20533            ! plan9/config_sh.sample symbian/config.sh uconfig.sh
20534            ! win32/config.bc win32/config.gc win32/config.vc
20535            ! win32/config.vc64 wince/config.ce
20536 ____________________________________________________________________________
20537 [ 25830] By: rgs                                   on 2005/10/24  16:18:41
20538         Log: Fix path in code example
20539      Branch: perl
20540            ! pod/perlfunc.pod
20541 ____________________________________________________________________________
20542 [ 25829] By: rgs                                   on 2005/10/24  15:21:28
20543         Log: Subject: Re: do { EXPR for EXPR }
20544              From: Robin Houston <robin@cpan.org>
20545              Date: Sat, 22 Oct 2005 16:56:27 +0100
20546              Message-ID: <20051022155627.GA22420@rpc142.cs.man.ac.uk>
20547      Branch: perl
20548            ! op.c t/cmd/mod.t
20549 ____________________________________________________________________________
20550 [ 25828] By: stevep                                on 2005/10/24  14:16:32
20551         Log: Update one of merijn's previous emails.
20552      Branch: perl
20553            ! Porting/checkAUTHORS.pl
20554 ____________________________________________________________________________
20555 [ 25827] By: craigb                                on 2005/10/23  22:17:44
20556         Log: Subject: [patch@25825] Fix st_ino compare to use real data.
20557              From: "John E. Malmberg" <wb8tyw@qsl.net>
20558              Date: Sun, 23 Oct 2005 17:46:46 -0400
20559              Message-id: <435C04C6.2090405@qsl.net>
20560      Branch: perl
20561            ! vms/vms.c
20562 ____________________________________________________________________________
20563 [ 25825] By: mhx                                   on 2005/10/23  10:16:45
20564         Log: Fix mismatched braces in S_fd_on_nosuid_fs().
20565      Branch: perl
20566            ! perl.c
20567 ____________________________________________________________________________
20568 [ 25824] By: craigb                                on 2005/10/22  16:43:40
20569         Log: VMS threaded build fixes for things broken in #25783
20570      Branch: perl
20571            ! vms/vms.c vms/vmsish.h
20572 ____________________________________________________________________________
20573 [ 25823] By: nicholas                              on 2005/10/22  13:12:48
20574         Log: use more 'const' in the Encode data structures.
20575      Branch: perl
20576            ! ext/Encode/Encode/encode.h ext/Encode/bin/enc2xs
20577 ____________________________________________________________________________
20578 [ 25822] By: mhx                                   on 2005/10/22  13:02:02
20579         Log: Turn NN to NULLOK for functions that have code to handle
20580              the ptr == NULL case and are currently called with NULL
20581              pointers. Having parameters tagged NN can make gcc optimize
20582              away the code for the NULL case, causing segfaults.
20583      Branch: perl
20584            ! embed.fnc proto.h
20585 ____________________________________________________________________________
20586 [ 25821] By: nicholas                              on 2005/10/22  12:08:34
20587         Log: Mark more static Encode data structures as const.
20588      Branch: perl
20589            ! ext/Encode/Encode.xs ext/Encode/Encode/encode.h
20590            ! ext/Encode/bin/enc2xs ext/Encode/encengine.c
20591 ____________________________________________________________________________
20592 [ 25820] By: stevep                                on 2005/10/21  21:54:01
20593         Log: Documentation on getting a FORMAT ref from a GLOB was missing from
20594              perlref.pod.  Thanks for David Wheeler for starting the discussion
20595              and Paul Johnson for confirming that it could actually be done.
20596      Branch: perl
20597            ! pod/perlref.pod
20598 ____________________________________________________________________________
20599 [ 25819] By: merijn                                on 2005/10/21  15:49:00
20600         Log: Subject: [PATCH] Symbian/beginnings of Series 80 support
20601              From: <jarkko.hietaniemi@nokia.com>
20602              Date: Fri, 21 Oct 2005 17:15:23 +0300
20603              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A67E@esebe105.NOE.Nokia.com>
20604      Branch: perl
20605            + symbian/PerlAppS60.rss symbian/PerlAppS80.rss
20606            ! MANIFEST
20607 ____________________________________________________________________________
20608 [ 25818] By: rgs                                   on 2005/10/21  15:44:38
20609         Log: Subject: allow "" as select bitmask [PATCH]
20610              From: Gisle Aas <gisle@ActiveState.com>
20611              Date: 21 Oct 2005 08:04:40 -0700
20612              Message-ID: <lrach229o7.fsf_-_@caliper.activestate.com>
20613      Branch: perl
20614            ! pp_sys.c t/op/sselect.t
20615 ____________________________________________________________________________
20616 [ 25816] By: rgs                                   on 2005/10/21  15:06:13
20617         Log: Rewording of doc change #25812
20618      Branch: perl
20619            ! pod/perlsub.pod
20620 ____________________________________________________________________________
20621 [ 25815] By: merijn                                on 2005/10/21  14:12:37
20622         Log: Subject: [PATCH] Symbian/beginnings of Series 80 support
20623              From: <jarkko.hietaniemi@nokia.com>
20624              Date: Fri, 21 Oct 2005 17:15:23 +0300
20625              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A67E@esebe105.NOE.Nokia.com>
20626      Branch: perl
20627            - symbian/PerlApp.rss
20628 ____________________________________________________________________________
20629 [ 25814] By: merijn                                on 2005/10/21  14:12:10
20630         Log: Subject: [PATCH] Symbian/beginnings of Series 80 support
20631              From: <jarkko.hietaniemi@nokia.com>
20632              Date: Fri, 21 Oct 2005 17:15:23 +0300
20633              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A67E@esebe105.NOE.Nokia.com>
20634      Branch: perl
20635            ! MANIFEST README.symbian symbian/PerlApp.cpp symbian/PerlApp.h
20636            ! symbian/PerlApp.hrh symbian/config.pl symbian/config.sh
20637            ! symbian/makesis.pl symbian/sdk.pl symbian/sisify.pl
20638            ! symbian/xsbuild.pl
20639 ____________________________________________________________________________
20640 [ 25813] By: rgs                                   on 2005/10/21  13:24:30
20641         Log: Subject: wrong maxlen in sselect [PATCH]
20642              From: Gisle Aas <gisle@ActiveState.com>
20643              Date: 21 Oct 2005 05:24:30 -0700
20644              Message-ID: <lrzmp312ip.fsf@caliper.activestate.com>
20645              
20646              Plus a regression test for the new warning.
20647      Branch: perl
20648            ! pod/perldiag.pod pp_sys.c t/lib/warnings/pp_sys
20649 ____________________________________________________________________________
20650 [ 25812] By: rgs                                   on 2005/10/21  13:01:26
20651         Log: Subject: Re: [PATCH] return values reworded in perlsub.pod
20652              From: Xavier Noria <fxn@hashref.com>
20653              Date: Fri, 21 Oct 2005 08:43:12 +0200
20654              Message-Id: <1C8D7C5C-986C-4336-8C4F-8B965CE1AD17@hashref.com>
20655              
20656              (with minor tweaks)
20657      Branch: perl
20658            ! pod/perlsub.pod
20659 ____________________________________________________________________________
20660 [ 25811] By: rgs                                   on 2005/10/21  09:31:52
20661         Log: Remove last remaining reference to vax11c
20662      Branch: perl
20663            ! x2p/a2p.h
20664 ____________________________________________________________________________
20665 [ 25810] By: craigb                                on 2005/10/20  22:38:36
20666         Log: Subject: [patch@25809]restore documented exit behavior
20667              From: "John E. Malmberg" <wb8tyw@qsl.net>
20668              Date: Thu, 20 Oct 2005 18:21:20 -0400
20669              Message-id: <43581860.3020108@qsl.net>
20670      Branch: perl
20671            ! mg.c perl.c perl.h t/op/exec.t vms/perlvms.pod vms/vms.c
20672 ____________________________________________________________________________
20673 [ 25809] By: rgs                                   on 2005/10/19  21:15:53
20674         Log: Fix doc typo, by Gisle Aas
20675      Branch: perl
20676            ! lib/User/grent.pm
20677 ____________________________________________________________________________
20678 [ 25808] By: rgs                                   on 2005/10/19  20:46:50
20679         Log: Subject: Re: [PATCH] Re: [perl #37350] $#{@$aref} in debugger gives: Bizarre copy of ARRAY in leave
20680              From: Robin Houston <robin@cpan.org>
20681              Date: Oct 14, 2005 1:54 AM
20682              Message-ID: <20051013235457.GA23386@rpc142.cs.man.ac.uk>
20683      Branch: perl
20684            ! embed.fnc embed.h global.sym op.c op.h proto.h t/op/array.t
20685 ____________________________________________________________________________
20686 [ 25805] By: rgs                                   on 2005/10/19  13:19:17
20687         Log: Forgotten chunk by jhi
20688      Branch: perl
20689            ! symbian/makesis.pl
20690 ____________________________________________________________________________
20691 [ 25804] By: rgs                                   on 2005/10/19  13:09:09
20692         Log: Subject: [PATCH] blead 25801: Symbian batch of today
20693              From: <jarkko.hietaniemi@nokia.com>
20694              Date: Wed, 19 Oct 2005 16:19:23 +0300
20695              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A663@esebe105.NOE.Nokia.com>
20696      Branch: perl
20697            ! perl.h pp_sys.c symbian/config.sh symbian/symbianish.h
20698            ! symbian/xsbuild.pl
20699 ____________________________________________________________________________
20700 [ 25803] By: rgs                                   on 2005/10/19  08:18:30
20701         Log: Subject: [PATCH] More consting, and DRY leads to shrinking object code
20702              From: Andy Lester <andy@petdance.com>
20703              Date: Tue, 18 Oct 2005 09:57:23 -0500
20704              Message-ID: <20051018145723.GA4964@petdance.com>
20705      Branch: perl
20706            ! av.c gv.c hv.c mg.c pp_ctl.c pp_hot.c sv.c
20707 ____________________________________________________________________________
20708 [ 25802] By: rgs                                   on 2005/10/19  07:52:20
20709         Log: Subject: [PATCH] Adding documentation index to perlapi.pod and perlintern.pod
20710              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
20711              Date: Tue, 18 Oct 2005 22:22:57 +0200
20712              Message-ID: <1129666977.435559a10cb95@imp5-g19.free.fr>
20713              
20714              (tweaked to remove trailing whitespace to doc entries)
20715              Plus, regenerate doc and headers
20716      Branch: perl
20717            ! autodoc.pl embed.h pod/perlapi.pod pod/perlintern.pod proto.h
20718 ____________________________________________________________________________
20719 [ 25801] By: craigb                                on 2005/10/19  00:29:00
20720         Log: Subject: [patch@25784] enable open(FOO, "child.pl foo|") on VMS
20721              From: "John E. Malmberg" <wb8tyw@qsl.net>
20722              Date: Tue, 18 Oct 2005 14:43:29 -0400
20723              Message-id: <43554251.5020704@qsl.net>
20724      Branch: perl
20725            ! vms/vms.c vms/vmsish.h
20726 ____________________________________________________________________________
20727 [ 25800] By: rgs                                   on 2005/10/18  21:22:17
20728         Log: Add notes about -f _ and defined %foo:: in perldelta
20729      Branch: perl
20730            ! pod/perl593delta.pod
20731 ____________________________________________________________________________
20732 [ 25799] By: rgs                                   on 2005/10/18  20:57:43
20733         Log: Force _ to be always a bareword after filetest operators
20734      Branch: perl
20735            ! t/op/filetest.t toke.c
20736 ____________________________________________________________________________
20737 [ 25798] By: nicholas                              on 2005/10/18  19:52:27
20738         Log: Add Rafael's 5.10 roadmap to perltodo.
20739              Add state variables.
20740              Remove xsubpp entry, as that had been done already.
20741      Branch: perl
20742            ! pod/perltodo.pod
20743 ____________________________________________________________________________
20744 [ 25797] By: rgs                                   on 2005/10/18  19:24:55
20745         Log: Fix tokenizer debugging trace for file tests
20746      Branch: perl
20747            ! toke.c
20748 ____________________________________________________________________________
20749 [ 25796] By: stevep                                on 2005/10/18  19:15:40
20750         Log: Upgrade to Digest-1.13
20751      Branch: perl
20752            ! lib/Digest.pm lib/Digest/Changes lib/Digest/file.pm
20753 ____________________________________________________________________________
20754 [ 25795] By: merijn                                on 2005/10/18  16:30:54
20755         Log: VMS does not have clearenv () according to John E. Malmberg
20756              Followup to 25793
20757      Branch: perl
20758            ! configure.com
20759 ____________________________________________________________________________
20760 [ 25794] By: steveh                                on 2005/10/18  15:03:50
20761         Log: Update win32 config files w.r.t. change #25793
20762      Branch: perl
20763            ! win32/config.bc win32/config.gc win32/config.vc
20764            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
20765            ! win32/config_H.vc win32/config_H.vc64
20766 ____________________________________________________________________________
20767 [ 25793] By: merijn                                on 2005/10/18  13:50:15
20768         Log: Add probe for clearenv (), like #25733 for unsetenv ()
20769      Branch: perl
20770            ! Configure Porting/Glossary config_h.SH handy.h
20771 ____________________________________________________________________________
20772 [ 25790] By: rgs                                   on 2005/10/18  12:48:17
20773         Log: Subject: [PATCH] missed some SYMBIAN ifdefs
20774              From: <jarkko.hietaniemi@nokia.com>
20775              Date: Tue, 18 Oct 2005 16:07:28 +0300
20776              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A64D@esebe105.NOE.Nokia.com>
20777      Branch: perl
20778            ! perl.h util.h
20779 ____________________________________________________________________________
20780 [ 25789] By: stevep                                on 2005/10/18  10:52:01
20781         Log: Upgrade to Time-HiRes-1.75
20782      Branch: perl
20783            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
20784            ! ext/Time/HiRes/Makefile.PL
20785 ____________________________________________________________________________
20786 [ 25788] By: rgs                                   on 2005/10/18  09:29:05
20787         Log: Subject: [PATCH] Symbian: New vs New
20788              From: <jarkko.hietaniemi@nokia.com>
20789              Date: Tue, 18 Oct 2005 12:53:16 +0300
20790              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A640@esebe105.NOE.Nokia.com>
20791      Branch: perl
20792            ! symbian/PerlUtil.cpp
20793 ____________________________________________________________________________
20794 [ 25786] By: rgs                                   on 2005/10/18  08:01:12
20795         Log: Subject: [patch@25783] vmsish.h fix for lstat() definition
20796              From: "John E. Malmberg" <wb8tyw@qsl.net>
20797              Date: Mon, 17 Oct 2005 17:08:19 -0400
20798              Message-ID: <435412C3.3080504@qsl.net>
20799      Branch: perl
20800            ! vms/vmsish.h
20801 ____________________________________________________________________________
20802 [ 25784] By: steveh                                on 2005/10/17  15:48:24
20803         Log: Silence gcc complaints about comments in config.h
20804              
20805              This suppresses dozens of lines of warnings seen, e.g. here:
20806              http://www.nntp.perl.org/group/perl.daily-build.reports/32231
20807      Branch: perl
20808            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.pm
20809 ____________________________________________________________________________
20810 [ 25783] By: rgs                                   on 2005/10/17  15:13:35
20811         Log: Subject: [patch@25775] VMS prep for symbolic links and long filename
20812              From: "John E. Malmberg" <wb8tyw@qsl.net>
20813              Date: Mon, 17 Oct 2005 08:12:37 -0400
20814              Message-ID: <43539535.70609@qsl.net>
20815      Branch: perl
20816            ! vms/vms.c vms/vmsish.h
20817 ____________________________________________________________________________
20818 [ 25782] By: rgs                                   on 2005/10/17  15:05:23
20819         Log: Subject: [PATCH] even more Symbian
20820              From: <jarkko.hietaniemi@nokia.com>
20821              Date: Mon, 17 Oct 2005 18:27:57 +0300
20822              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A61F@esebe105.NOE.Nokia.com>
20823      Branch: perl
20824            ! ext/Storable/Storable.xs symbian/TODO
20825            ! symbian/find_writeable_data.pl symbian/xsbuild.pl
20826 ____________________________________________________________________________
20827 [ 25781] By: nicholas                              on 2005/10/17  14:44:59
20828         Log: Correct precedence from and to && in an expression with assignment.
20829      Branch: perl
20830            ! ext/IO/t/io_sock.t
20831 ____________________________________________________________________________
20832 [ 25780] By: rgs                                   on 2005/10/17  10:16:30
20833         Log: Subject: Re: small addition to $, and $\ in perlvar.pod
20834              From: Xavier Noria <fxn@hashref.com>
20835              Date: Sun, 16 Oct 2005 12:27:30 +0200
20836              Message-Id: <7CA83392-70CD-4AC8-AA44-D94F508BB028@hashref.com>
20837      Branch: perl
20838            ! pod/perlvar.pod
20839 ____________________________________________________________________________
20840 [ 25779] By: steveh                                on 2005/10/17  10:14:46
20841         Log: Make some casts explicit to keep VC++ 7 happy
20842              
20843              Specifically, this silences the warnings from the following smoke:
20844              http://www.nntp.perl.org/group/perl.daily-build.reports/32258
20845              (Hmm. Looks like you need to decode the base64 yourself before you
20846              can read that.)
20847      Branch: perl
20848            ! numeric.c op.c pp_pack.c toke.c
20849 ____________________________________________________________________________
20850 [ 25778] By: rgs                                   on 2005/10/17  09:57:24
20851         Log: Subject: [PATCH] another Symbian update: Alan's fault :-)
20852              From: <jarkko.hietaniemi@nokia.com>
20853              Date: Mon, 17 Oct 2005 13:19:34 +0300
20854              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A611@esebe105.NOE.Nokia.com>
20855      Branch: perl
20856            + symbian/find_writeable_data.pl
20857            ! MANIFEST XSUB.h doio.c embed.fnc embed.h mg.c perl.c perl.h
20858            ! perlio.c pp_ctl.c pp_sys.c symbian/config.pl symbian/sisify.pl
20859            ! util.c
20860 ____________________________________________________________________________
20861 [ 25777] By: rgs                                   on 2005/10/17  08:46:31
20862         Log: Doc/style fixes pointed out by Gisle
20863      Branch: perl
20864            ! lib/warnings/register.pm
20865 ____________________________________________________________________________
20866 [ 25776] By: rgs                                   on 2005/10/17  08:28:15
20867         Log: Subject: [PATCH] blead@25775 Symbian update
20868              From: <jarkko.hietaniemi@nokia.com>
20869              Date: Mon, 17 Oct 2005 11:49:20 +0300
20870              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A60A@esebe105.NOE.Nokia.com>
20871      Branch: perl
20872            + symbian/PerlUtil.cpp symbian/PerlUtil.h symbian/PerlUtil.pod
20873            ! MANIFEST README.symbian symbian/PerlBase.pod symbian/TODO
20874            ! symbian/config.pl symbian/sdk.pl symbian/sisify.pl
20875            ! symbian/symbian_proto.h symbian/xsbuild.pl
20876 ____________________________________________________________________________
20877 [ 25775] By: davem                                 on 2005/10/16  23:05:44
20878         Log: DEBUG_LEAKING_SCALARS doesn't need shared memory to store filenames
20879      Branch: perl
20880            ! sv.c
20881 ____________________________________________________________________________
20882 [ 25774] By: rgs                                   on 2005/10/16  21:47:57
20883         Log: Subject: [PATCH] Keys of %INC always use forward slashes
20884              From: Jan Dubois <jand@activestate.com>
20885              Date: Oct 16, 2005 8:24 PM
20886              Message-ID: <006e01c5d27e$d722c6e0$2217a8c0@candy>
20887      Branch: perl
20888            ! lib/CPAN.pm
20889 ____________________________________________________________________________
20890 [ 25772] By: craigb                                on 2005/10/16  19:10:56
20891         Log: Subject: [patch@25763] Fix VMS error/exit handling, update kill function
20892              From: "John E. Malmberg" <wb8tyw@qsl.net>
20893              Message-id: <4351F393.8030809@qsl.net>
20894              Date: Sun, 16 Oct 2005 02:30:43 -0400
20895      Branch: perl
20896            ! perl.c perl.h t/run/exit.t vms/vms.c vms/vmsish.h
20897 ____________________________________________________________________________
20898 [ 25771] By: davem                                 on 2005/10/16  17:46:10
20899         Log: an assert in av_undef was leaking memory
20900      Branch: perl
20901            ! av.c
20902 ____________________________________________________________________________
20903 [ 25770] By: davem                                 on 2005/10/16  17:39:20
20904         Log: static functions should be prefixed S_
20905      Branch: perl
20906            ! ext/threads/threads.xs
20907 ____________________________________________________________________________
20908 [ 25769] By: davem                                 on 2005/10/16  14:53:45
20909         Log: free a thread's interpreter after $t->join() rather than after undef $t
20910              This should fix some ithreads memory leaks.
20911      Branch: perl
20912            ! ext/threads/threads.xs
20913 ____________________________________________________________________________
20914 [ 25768] By: stevep                                on 2005/10/16  13:53:00
20915         Log: Upgrade to version-0.49
20916      Branch: perl
20917            ! lib/version.pm lib/version.pod
20918 ____________________________________________________________________________
20919 [ 25767] By: stevep                                on 2005/10/16  13:24:23
20920         Log: No more attempting to edit Pod before the first coffee of the morning.
20921      Branch: perl
20922            ! ext/DynaLoader/XSLoader_pm.PL
20923 ____________________________________________________________________________
20924 [ 25766] By: stevep                                on 2005/10/16  13:10:02
20925         Log: Upgrade to XSLoader-0.06 (plus a minor doc nit found by podchecker).
20926      Branch: perl
20927            ! ext/DynaLoader/XSLoader_pm.PL ext/DynaLoader/t/XSLoader.t
20928 ____________________________________________________________________________
20929 [ 25765] By: stevep                                on 2005/10/16  13:02:19
20930         Log: Upgrade to Pod-Parser-1.34 (with some changes to get the new test file
20931              to work within the core).
20932      Branch: perl
20933            + lib/Pod/t/contains_pod.t t/lib/contains_pod.xr
20934            ! MANIFEST lib/Pod/Find.pm
20935 ____________________________________________________________________________
20936 [ 25764] By: stevep                                on 2005/10/16  12:36:37
20937         Log: Upgrade to ExtUtils-ParseXS-2.15.
20938      Branch: perl
20939            ! lib/ExtUtils/ParseXS.pm
20940 ____________________________________________________________________________
20941 [ 25763] By: nicholas                              on 2005/10/15  21:35:29
20942         Log: Subject: pre{inc,dec} is faster, even with integers
20943              From: hv@crypt.org
20944              Message-Id: <200510141722.j9EHMfa25945@zen.crypt.org>
20945              Date: Fri, 14 Oct 2005 18:22:41 +0100
20946      Branch: perl
20947            ! op.c t/op/inc.t
20948 ____________________________________________________________________________
20949 [ 25761] By: craigb                                on 2005/10/15  03:59:44
20950         Log: Subject: [patch@blead] perlport.pod
20951              From: "John E. Malmberg" <wb8tyw@qsl.net>
20952              Date: Fri, 14 Oct 2005 23:48:20 -0400
20953              Message-id: <43507C04.8050003@qsl.net>
20954      Branch: perl
20955            ! pod/perlport.pod
20956 ____________________________________________________________________________
20957 [ 25760] By: craigb                                on 2005/10/15  03:43:30
20958         Log: Subject: patch for blead - Perlvms.pod update
20959              From: "John E. Malmberg" <wb8tyw@qsl.net>
20960              Date: Fri, 14 Oct 2005 21:15:26 -0400
20961              Message-id: <4350582E.4070209@qsl.net>
20962      Branch: perl
20963            ! vms/perlvms.pod
20964 ____________________________________________________________________________
20965 [ 25759] By: craigb                                on 2005/10/14  15:31:33
20966         Log: Grab enough room from the outset in do_tovmsspec()
20967      Branch: perl
20968            ! vms/vms.c
20969 ____________________________________________________________________________
20970 [ 25758] By: steveh                                on 2005/10/14  08:00:58
20971         Log: Subject: [PATCH] Compress::Zlib - fix for win32
20972              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
20973              Date: Thu, 13 Oct 2005 23:06:25 +0100
20974              Message-ID: <002a01c5d042$5c25fea0$1a1c140a@myopwv.com>
20975      Branch: perl
20976            ! ext/Compress/Zlib/Zlib.xs
20977 ____________________________________________________________________________
20978 [ 25757] By: stevep                                on 2005/10/14  03:46:24
20979         Log: gcc complains when it sees variables declared
20980              
20981              const register ...
20982              
20983              switched them all to 
20984              
20985              register const ...
20986      Branch: perl
20987            ! av.c pp.c pp_hot.c regexec.c sv.c toke.c util.c
20988 ____________________________________________________________________________
20989 [ 25756] By: stevep                                on 2005/10/14  01:20:21
20990         Log: Upgrade to Unicode-Collate-0.52
20991      Branch: perl
20992            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
20993            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
20994 ____________________________________________________________________________
20995 [ 25755] By: stevep                                on 2005/10/13  23:31:03
20996         Log: Add PERL_USE_SAFE_PUTENV to the compile time options in perl -V
20997      Branch: perl
20998            ! perl.c
20999 ____________________________________________________________________________
21000 [ 25754] By: stevep                                on 2005/10/13  23:03:46
21001         Log: Subject: [PATCH] Stas' croak patch and then some
21002              From: Andy Lester <andy@petdance.com>
21003              Date: Thu, 13 Oct 2005 16:42:12 -0500
21004              Message-ID: <20051013214212.GA1122@petdance.com>
21005      Branch: perl
21006            ! embed.fnc gv.c op.c pad.c perl.c pp_sort.c proto.h regcomp.c
21007            ! sv.c t/TEST toke.c utf8.c
21008 ____________________________________________________________________________
21009 [ 25753] By: rgs                                   on 2005/10/13  15:53:39
21010         Log: If /dev/null is not readable, perl -e fails with
21011              an obscure error message. Make it more understandable.
21012      Branch: perl
21013            ! perl.c
21014 ____________________________________________________________________________
21015 [ 25752] By: rgs                                   on 2005/10/13  14:18:50
21016         Log: Subject: [patch@25744] t/op/local.t - change 25514 broke VMS
21017              From: "John E. Malmberg" <wb8tyw@qsl.net>
21018              Date: Thu, 13 Oct 2005 10:28:23 -0400
21019              Message-ID: <434E6F07.5020108@qsl.net>
21020      Branch: perl
21021            ! t/op/local.t
21022 ____________________________________________________________________________
21023 [ 25751] By: rgs                                   on 2005/10/13  12:38:21
21024         Log: Subject: SvPVutf8_nolen crashes [PATCH]
21025              From: Gisle Aas <gisle@ActiveState.com>
21026              Date: 13 Oct 2005 06:00:49 -0700
21027              Message-ID: <lrslv56072.fsf@caliper.activestate.com>
21028      Branch: perl
21029            ! sv.c
21030 ____________________________________________________________________________
21031 [ 25750] By: rgs                                   on 2005/10/13  12:22:24
21032         Log: Better cleanup of directories created by C::Zlib
21033      Branch: perl
21034            ! Makefile.SH
21035 ____________________________________________________________________________
21036 [ 25749] By: merijn                                on 2005/10/13  12:17:41
21037         Log: PL_use_safe_putenv needs to be in the export lists
21038      Branch: perl
21039            ! makedef.pl
21040 ____________________________________________________________________________
21041 [ 25748] By: rgs                                   on 2005/10/13  11:20:23
21042         Log: Subject: [PATCH] POD index entries with X<>
21043              From: Ivan Tubert-Brohman <itub@cpan.org>
21044              Date: Wed, 12 Oct 2005 19:20:18 -0400
21045              Message-ID: <434D9A32.4050305@cpan.org>
21046      Branch: perl
21047            ! pod/perldata.pod pod/perldebug.pod pod/perldsc.pod
21048            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlform.pod
21049            ! pod/perlfunc.pod pod/perllexwarn.pod pod/perlmod.pod
21050            ! pod/perlobj.pod pod/perlop.pod pod/perlpod.pod pod/perlre.pod
21051            ! pod/perlref.pod pod/perlrun.pod pod/perlsub.pod
21052            ! pod/perlsyn.pod pod/perltie.pod
21053 ____________________________________________________________________________
21054 [ 25747] By: rgs                                   on 2005/10/13  09:43:46
21055         Log: Subject: Accidental interpolation of $@ in Pod::Html [PATCH]
21056              From: Gisle Aas <gisle@ActiveState.com>
21057              Date: 13 Oct 2005 01:42:32 -0700
21058              Message-ID: <lr7jch95af.fsf@caliper.activestate.com>
21059      Branch: perl
21060            ! lib/Pod/Html.pm
21061 ____________________________________________________________________________
21062 [ 25746] By: rgs                                   on 2005/10/13  09:05:42
21063         Log: The new REQUIRE token introduced by change 25599 must be
21064              nonassoc, just like the UNIOP token it's patterned after.
21065              (While we're at it, allow to use bison 2.1 to regenerate
21066              the parser files.)
21067      Branch: perl
21068            ! perly.act perly.h perly.tab perly.y regen_perly.pl
21069 ____________________________________________________________________________
21070 [ 25745] By: rgs                                   on 2005/10/13  08:14:32
21071         Log: Document that -F doesn't accept whitespace in patterns.
21072              (fixes bug #37366)
21073      Branch: perl
21074            ! pod/perlrun.pod
21075 ____________________________________________________________________________
21076 [ 25744] By: merijn                                on 2005/10/13  06:10:27
21077         Log: Subject: RE: [PATCH] Compress::Zlib
21078              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
21079              Date: Wed, 12 Oct 2005 22:41:41 +0100
21080              Message-ID: <004c01c5cf75$bd368fc0$0e1c140a@myopwv.com>
21081      Branch: perl
21082            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
21083 ____________________________________________________________________________
21084 [ 25743] By: stevep                                on 2005/10/12  23:28:04
21085         Log: Subject: [PATCH pp_sort.c 5.8.7]  Typo in comment.
21086              From: Abigail <abigail@abigail.nl>
21087              Date: Thu, 13 Oct 2005 01:25:10 +0200
21088              Message-ID: <20051012232509.GA1018@abigail.nl>
21089      Branch: perl
21090            ! pp_sort.c
21091 ____________________________________________________________________________
21092 [ 25742] By: rgs                                   on 2005/10/12  15:55:21
21093         Log: Subject: [PATCH] Symbian blead update: Symbian port 0.2.0
21094              From: <jarkko.hietaniemi@nokia.com>
21095              Date: Wed, 12 Oct 2005 19:12:57 +0300
21096              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A5E6@esebe105.NOE.Nokia.com>
21097      Branch: perl
21098            + symbian/sisify.pl
21099            ! MANIFEST README.symbian symbian/PerlApp.cpp symbian/PerlApp.h
21100            ! symbian/TODO symbian/config.pl symbian/port.pl
21101 ____________________________________________________________________________
21102 [ 25741] By: rgs                                   on 2005/10/12  11:37:49
21103         Log: Update to the config boilerplates, by Jarkko
21104      Branch: perl
21105            ! Cross/config.sh-arm-linux NetWare/config.wc epoc/config.sh
21106            ! plan9/config_sh.sample symbian/config.sh uconfig.h uconfig.sh
21107            ! wince/config.ce
21108 ____________________________________________________________________________
21109 [ 25740] By: craigb                                on 2005/10/11  23:58:26
21110         Log: disarm unsetenv() on VMS for now (function is present
21111              but %ENV is more complicated)
21112      Branch: perl
21113            ! configure.com
21114 ____________________________________________________________________________
21115 [ 25739] By: stevep                                on 2005/10/11  22:27:18
21116         Log: Subject: [PATCH] Compress::Zlib
21117              From: Paul Marquess <Paul.Marquess@ntlworld.com>
21118              Date: Tue, 11 Oct 2005 22:54:25 +0100
21119              
21120              This silences a few warnings on AIX
21121      Branch: perl
21122            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
21123            ! ext/Compress/Zlib/t/04def.t
21124 ____________________________________________________________________________
21125 [ 25738] By: rgs                                   on 2005/10/11  21:14:49
21126         Log: Comment fix
21127      Branch: perl
21128            ! perl.c
21129 ____________________________________________________________________________
21130 [ 25737] By: merijn                                on 2005/10/11  15:15:37
21131         Log: Subject: [PATCH] environ fixup
21132              From: Alan Burlison <Alan.Burlison@sun.com>
21133              Date: Tue, 11 Oct 2005 16:29:54 +0100
21134              Message-ID: <434BDA72.4090109@sun.com>
21135      Branch: perl
21136            ! handy.h hints/solaris_2.sh perl.c util.c
21137 ____________________________________________________________________________
21138 [ 25736] By: merijn                                on 2005/10/11  11:30:22
21139         Log: Subject: [PATCH] Symbian blead fix
21140              From: <jarkko.hietaniemi@nokia.com>
21141              Date: Tue, 11 Oct 2005 14:48:49 +0300
21142              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A5D4@esebe105.NOE.Nokia.com>
21143      Branch: perl
21144            ! symbian/PerlApp.cpp
21145 ____________________________________________________________________________
21146 [ 25735] By: merijn                                on 2005/10/11  11:25:46
21147         Log: Subject: [PATCH] Compress::Zlib
21148              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
21149              Date: Tue, 11 Oct 2005 12:35:22 +0100
21150              Message-ID: <013e01c5ce57$dee62af0$671c140a@myopwv.com>
21151      Branch: perl
21152            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
21153            ! ext/Compress/Zlib/t/16oneshot.t
21154 ____________________________________________________________________________
21155 [ 25734] By: steveh                                on 2005/10/11  10:09:48
21156         Log: Update win32 config files w.r.t. change #25733
21157      Branch: perl
21158            ! win32/config.bc win32/config.gc win32/config.vc
21159            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
21160            ! win32/config_H.vc win32/config_H.vc64
21161 ____________________________________________________________________________
21162 [ 25733] By: merijn                                on 2005/10/10  13:47:17
21163         Log: Add probe for unsetenv ()
21164              Subject: Re: Perl's handling of environ breaks on Solaris 10
21165              From: Steve Peters <steve@fisharerojo.org>
21166              Date: Mon, 10 Oct 2005 07:51:17 -0500
21167              Message-ID: <20051010125117.GA27566@mccoy.peters.homeunix.org>
21168      Branch: perl
21169            ! Configure Porting/Glossary config_h.SH handy.h
21170 ____________________________________________________________________________
21171 [ 25731] By: stevep                                on 2005/10/10  13:14:50
21172         Log: Subject: Re: Win32::GetShortPathName() does not always return a short name [DOC PATCH]
21173              From: Gisle Aas <gisle@ActiveState.com>
21174              Date: 10 Oct 2005 06:20:23 -0700
21175              
21176              Change to remove a call to Win32::GetShortPathName() from 
21177              Test::Harness::Straps.
21178      Branch: perl
21179            ! lib/Test/Harness/Straps.pm
21180 ____________________________________________________________________________
21181 [ 25730] By: rgs                                   on 2005/10/10  11:22:08
21182         Log: Subject: [PATCH] Symbian bleadperl@25725 update
21183              From: <jarkko.hietaniemi@nokia.com>
21184              Date: Mon, 10 Oct 2005 14:28:31 +0300
21185              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A5C4@esebe105.NOE.Nokia.com>
21186      Branch: perl
21187            ! ext/Compress/Zlib/Zlib.xs ext/Compress/Zlib/zlib-src/trees.c
21188            ! symbian/PerlApp.cpp symbian/TODO symbian/symbian_utils.cpp
21189            ! symbian/xsbuild.pl
21190 ____________________________________________________________________________
21191 [ 25729] By: rgs                                   on 2005/10/10  11:16:24
21192         Log: Subject: RE: [PATCH] Compress::Zlib
21193              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
21194              Date: Mon, 10 Oct 2005 12:24:29 +0100
21195              Message-ID: <013501c5cd8d$2f5d3e90$291c140a@myopwv.com>
21196      Branch: perl
21197            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.xs
21198 ____________________________________________________________________________
21199 [ 25728] By: merijn                                on 2005/10/10  10:36:51
21200         Log: Subject: Win32::GetShortPathName() does not always return a short name [DOC PATCH]
21201              From: Gisle Aas <gisle@ActiveState.com>
21202              Date: 10 Oct 2005 03:58:09 -0700
21203              Message-ID: <lrk6glej0e.fsf@caliper.activestate.com>
21204      Branch: perl
21205            ! win32/ext/Win32/Win32.pm
21206 ____________________________________________________________________________
21207 [ 25727] By: merijn                                on 2005/10/10  10:27:12
21208         Log: Making t/14gzopen.t a bit more robust.
21209              Subject: [PATCH] Compress::Zlib
21210              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
21211              Date: Mon, 10 Oct 2005 11:40:00 +0100
21212              Message-ID: <012101c5cd86$f895b640$291c140a@myopwv.com>
21213      Branch: perl
21214            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.xs
21215            ! ext/Compress/Zlib/t/14gzopen.t
21216 ____________________________________________________________________________
21217 [ 25726] By: merijn                                on 2005/10/10  06:14:30
21218         Log: Compress::Zlib should not ask under Cygwin in CORE
21219      Branch: perl
21220            ! ext/Compress/Zlib/Makefile.PL
21221 ____________________________________________________________________________
21222 [ 25725] By: stevep                                on 2005/10/10  01:18:58
21223         Log: From: Paul Marquess <Paul.Marquess@ntlworld.com>
21224              Subject: RE: [PATCH] DB_File 1.1812
21225              Date: Sun, 9 Oct 2005 23:25:38 +0100
21226              
21227              Patch to ext/Compress/Zlib/Zlib.xs from Paul Marquess.
21228      Branch: perl
21229            ! ext/Compress/Zlib/Zlib.xs
21230 ____________________________________________________________________________
21231 [ 25724] By: rgs                                   on 2005/10/09  21:27:57
21232         Log: Upgrade to DB_File 1.1812, by Paul Marquess
21233      Branch: perl
21234            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
21235            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
21236            ! ext/DB_File/t/db-hash.t
21237 ____________________________________________________________________________
21238 [ 25723] By: stevep                                on 2005/10/09  18:53:02
21239         Log: Tweaks to get Test::Builder::Tester's tests to work in the core.
21240      Branch: perl
21241            ! lib/Test/Simple/t/tbt_01basic.t
21242            ! lib/Test/Simple/t/tbt_04line_num.t
21243 ____________________________________________________________________________
21244 [ 25722] By: stevep                                on 2005/10/09  18:06:13
21245         Log: Upgraded to ExtUtils-ParseXS-2.14.
21246      Branch: perl
21247            ! lib/ExtUtils/ParseXS.pm
21248 ____________________________________________________________________________
21249 [ 25721] By: rgs                                   on 2005/10/09  16:42:26
21250         Log: Don't use a regexp in DB::sub().
21251              This should work around perlbug #37102.
21252      Branch: perl
21253            ! lib/DB.pm
21254 ____________________________________________________________________________
21255 [ 25720] By: stevep                                on 2005/10/09  15:37:41
21256         Log: It would be nice to upgrade the right file.   Double grrrrr.
21257      Branch: perl
21258            ! lib/ExtUtils/CBuilder.pm
21259 ____________________________________________________________________________
21260 [ 25719] By: stevep                                on 2005/10/09  15:32:29
21261         Log: Add standard core test header to Test::Builder::Tester tests.
21262      Branch: perl
21263            ! lib/Test/Simple/t/tbt_01basic.t
21264            ! lib/Test/Simple/t/tbt_02fhrestore.t
21265            ! lib/Test/Simple/t/tbt_03die.t
21266            ! lib/Test/Simple/t/tbt_04line_num.t
21267            ! lib/Test/Simple/t/tbt_05faildiag.t
21268            ! lib/Test/Simple/t/tbt_06errormess.t
21269            ! lib/Test/Simple/t/tbt_07args.t
21270 ____________________________________________________________________________
21271 [ 25718] By: stevep                                on 2005/10/09  15:24:43
21272         Log: Upgrade to Test-Simple-0.62.
21273      Branch: perl
21274            + lib/Test/Builder/Tester.pm lib/Test/Builder/Tester/Color.pm
21275            + lib/Test/Simple/t/tbt_01basic.t
21276            + lib/Test/Simple/t/tbt_02fhrestore.t
21277            + lib/Test/Simple/t/tbt_03die.t
21278            + lib/Test/Simple/t/tbt_04line_num.t
21279            + lib/Test/Simple/t/tbt_05faildiag.t
21280            + lib/Test/Simple/t/tbt_06errormess.t
21281            + lib/Test/Simple/t/tbt_07args.t
21282            ! MANIFEST lib/Test/Builder.pm lib/Test/Builder/Module.pm
21283            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
21284            ! lib/Test/Simple/t/More.t lib/Test/Simple/t/bail_out.t
21285            ! lib/Test/Simple/t/is_deeply_fail.t
21286 ____________________________________________________________________________
21287 [ 25717] By: stevep                                on 2005/10/09  14:51:12
21288         Log: Missed files in upgrading modules.  Grrrr
21289      Branch: perl
21290            ! lib/Cwd.pm lib/ExtUtils/ParseXS.pm
21291 ____________________________________________________________________________
21292 [ 25716] By: rgs                                   on 2005/10/09  14:31:47
21293         Log: Subject: [PATCH with testsuite] undef IS_UTF8_CHAR() on EBCDIC
21294              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
21295              Date: Oct 8, 2005 9:59 AM
21296              Message-Id: <20051008165752.348A.BQW10602@nifty.com>
21297      Branch: perl
21298            ! lib/utf8.t utf8.c utf8.h
21299 ____________________________________________________________________________
21300 [ 25712] By: stevep                                on 2005/10/07  15:41:32
21301         Log: Documentation nit in INSTALL found by Alan Burlison.
21302      Branch: perl
21303            ! INSTALL
21304 ____________________________________________________________________________
21305 [ 25711] By: stevep                                on 2005/10/07  03:29:37
21306         Log: Upgrade to Pathtools-3.12
21307      Branch: perl
21308            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/File/Spec.pm
21309            ! lib/File/Spec/Win32.pm
21310 ____________________________________________________________________________
21311 [ 25710] By: craigb                                on 2005/10/07  02:41:03
21312         Log: Parse symbols for the linker when more than one declaration
21313              on the same line (the way PERLVARISC now throws at us).
21314      Branch: perl
21315            ! vms/gen_shrfls.pl
21316 ____________________________________________________________________________
21317 [ 25709] By: nicholas                              on 2005/10/06  21:31:39
21318         Log: Avoid a cast
21319      Branch: perl
21320            ! perl.c
21321 ____________________________________________________________________________
21322 [ 25708] By: stevep                                on 2005/10/06  19:23:59
21323         Log: Convert lvalue usage of SvNVX() and SvIVX() to SvNV_set() and
21324              SvIV_set().  Otherwise, compiling with -DPERL_DEBUG_COW fails.
21325      Branch: perl
21326            ! ext/Compress/Zlib/Zlib.xs
21327 ____________________________________________________________________________
21328 [ 25707] By: rgs                                   on 2005/10/06  13:42:00
21329         Log: Be nice with subversion hidden directories
21330      Branch: perl
21331            ! ext/Compress/Zlib/Makefile.PL
21332 ____________________________________________________________________________
21333 [ 25706] By: rgs                                   on 2005/10/06  13:24:24
21334         Log: Update with new files from C::Zlib
21335      Branch: perl
21336            ! Porting/Maintainers.pl
21337 ____________________________________________________________________________
21338 [ 25705] By: rgs                                   on 2005/10/06  13:23:20
21339         Log: Move ZlibTestUtils.pm under t/
21340      Branch: perl
21341            + t/lib/ZlibTestUtils.pm
21342            - lib/ZlibTestUtils.pm
21343            ! MANIFEST ext/Compress/Zlib/t/01version.t
21344            ! ext/Compress/Zlib/t/02zlib.t ext/Compress/Zlib/t/03zlib-v1.t
21345            ! ext/Compress/Zlib/t/04def.t ext/Compress/Zlib/t/05examples.t
21346            ! ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t
21347            ! ext/Compress/Zlib/t/08encoding.t
21348            ! ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
21349            ! ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/12any.t
21350            ! ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/14gzopen.t
21351            ! ext/Compress/Zlib/t/15multi.t ext/Compress/Zlib/t/16oneshot.t
21352            ! ext/Compress/Zlib/t/17isize.t ext/Compress/Zlib/t/18lvalue.t
21353            ! ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
21354            ! ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
21355            ! ext/Compress/Zlib/t/23misc.t ext/Compress/Zlib/t/globmapper.t
21356 ____________________________________________________________________________
21357 [ 25704] By: rgs                                   on 2005/10/06  09:09:06
21358         Log: Don't install pods via MakeMaker for C::Zlib,
21359              as suggested by Robin Barker
21360      Branch: perl
21361            ! ext/Compress/Zlib/Makefile.PL
21362 ____________________________________________________________________________
21363 [ 25703] By: merijn                                on 2005/10/06  08:42:56
21364         Log: Add -C to allowed $PERL5OPT options
21365              Add -C to the $PERL5OPT documentation (and added the missing -A too)
21366              t/run/runenv.t Could use some more tests about how supported
21367              and unsupported options in $PERL5OPT are handled
21368      Branch: perl
21369            ! perl.c pod/perldiag.pod pod/perlrun.pod
21370 ____________________________________________________________________________
21371 [ 25702] By: rgs                                   on 2005/10/06  07:27:39
21372         Log: Remove the getprotobynumber test, for portability concerns
21373      Branch: perl
21374            - t/op/getprotobynumber.t
21375            ! MANIFEST
21376 ____________________________________________________________________________
21377 [ 25701] By: nicholas                              on 2005/10/05  23:22:27
21378         Log: Fix Compress::Zlib test boilerplate
21379      Branch: perl
21380            ! ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t
21381            ! ext/Compress/Zlib/t/03zlib-v1.t ext/Compress/Zlib/t/04def.t
21382            ! ext/Compress/Zlib/t/05examples.t
21383            ! ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t
21384            ! ext/Compress/Zlib/t/08encoding.t
21385            ! ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
21386            ! ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/12any.t
21387            ! ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/14gzopen.t
21388            ! ext/Compress/Zlib/t/15multi.t ext/Compress/Zlib/t/16oneshot.t
21389            ! ext/Compress/Zlib/t/17isize.t ext/Compress/Zlib/t/18lvalue.t
21390            ! ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
21391            ! ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
21392            ! ext/Compress/Zlib/t/23misc.t ext/Compress/Zlib/t/globmapper.t
21393 ____________________________________________________________________________
21394 [ 25699] By: rgs                                   on 2005/10/05  21:26:57
21395         Log: Compress::Zlib's Makefile.PL shouldn't create .bak files when building the core
21396      Branch: perl
21397            ! ext/Compress/Zlib/Makefile.PL
21398 ____________________________________________________________________________
21399 [ 25698] By: rgs                                   on 2005/10/05  21:03:29
21400         Log: Add test preambles to Compress::Zlib.
21401              Remove 99pod.t, useless in the core
21402      Branch: perl
21403            - ext/Compress/Zlib/t/99pod.t
21404            ! MANIFEST ext/Compress/Zlib/t/01version.t
21405            ! ext/Compress/Zlib/t/02zlib.t ext/Compress/Zlib/t/03zlib-v1.t
21406            ! ext/Compress/Zlib/t/04def.t ext/Compress/Zlib/t/05examples.t
21407            ! ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t
21408            ! ext/Compress/Zlib/t/08encoding.t
21409            ! ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
21410            ! ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/12any.t
21411            ! ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/14gzopen.t
21412            ! ext/Compress/Zlib/t/15multi.t ext/Compress/Zlib/t/16oneshot.t
21413            ! ext/Compress/Zlib/t/17isize.t ext/Compress/Zlib/t/18lvalue.t
21414            ! ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
21415            ! ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
21416            ! ext/Compress/Zlib/t/23misc.t ext/Compress/Zlib/t/globmapper.t
21417 ____________________________________________________________________________
21418 [ 25697] By: stevep                                on 2005/10/05  18:20:54
21419         Log: Subject: proposal [perl #34301]:  IO::Socket calls getpeername far too often
21420              From: Peter.Dintelmann@Dresdner-Bank.com (Peter Dintelmann)
21421              Date: Thu, 2 Jun 2005 13:34:49 +0200
21422              Message-ID: <E9A2605289D8D7468B1A21EC24E59D2101852447@naimucx5.muc.allianz>
21423      Branch: perl
21424            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
21425 ____________________________________________________________________________
21426 [ 25696] By: steveh                                on 2005/10/05  16:04:26
21427         Log: Subject: [PATCH] Re: Untested builtins
21428              From: Steven Schubiger <sts@accognoscere.org>
21429              Date: Wed, 28 Sep 2005 15:46:45 +0200
21430              Message-ID: <20050928134645.GD11546@accognoscere.homeunix.org>
21431      Branch: perl
21432            + t/op/getprotobynumber.t
21433            ! MANIFEST
21434 ____________________________________________________________________________
21435 [ 25695] By: rgs                                   on 2005/10/05  15:53:34
21436         Log: Upgrade to Compress::Zlib 2.000_05
21437      Branch: perl
21438            + ext/Compress/Zlib/examples/gzcat.zlib
21439            + ext/Compress/Zlib/fallback/constants.h
21440            + ext/Compress/Zlib/fallback/constants.xs
21441            + ext/Compress/Zlib/lib/Compress/Gzip/Constants.pm
21442            + ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
21443            + ext/Compress/Zlib/lib/Compress/Zlib/FileConstants.pm
21444            + ext/Compress/Zlib/lib/Compress/Zlib/ParseParameters.pm
21445            + ext/Compress/Zlib/lib/File/GlobMapper.pm
21446            + ext/Compress/Zlib/lib/IO/Compress/Deflate.pm
21447            + ext/Compress/Zlib/lib/IO/Compress/Gzip.pm
21448            + ext/Compress/Zlib/lib/IO/Compress/RawDeflate.pm
21449            + ext/Compress/Zlib/lib/IO/Uncompress/AnyInflate.pm
21450            + ext/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
21451            + ext/Compress/Zlib/lib/IO/Uncompress/Inflate.pm
21452            + ext/Compress/Zlib/lib/IO/Uncompress/RawInflate.pm
21453            + ext/Compress/Zlib/pod/FAQ.pod ext/Compress/Zlib/ppport.h
21454            + ext/Compress/Zlib/t/03zlib-v1.t ext/Compress/Zlib/t/04def.t
21455            + ext/Compress/Zlib/t/05examples.t
21456            + ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t
21457            + ext/Compress/Zlib/t/08encoding.t
21458            + ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
21459            + ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/12any.t
21460            + ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/14gzopen.t
21461            + ext/Compress/Zlib/t/15multi.t ext/Compress/Zlib/t/16oneshot.t
21462            + ext/Compress/Zlib/t/17isize.t ext/Compress/Zlib/t/18lvalue.t
21463            + ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
21464            + ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
21465            + ext/Compress/Zlib/t/23misc.t ext/Compress/Zlib/t/99pod.t
21466            + ext/Compress/Zlib/t/globmapper.t lib/ZlibTestUtils.pm
21467            - ext/Compress/Zlib/ANNOUNCE ext/Compress/Zlib/fallback.h
21468            - ext/Compress/Zlib/fallback.xs ext/Compress/Zlib/t/03examples.t
21469            - ext/Compress/Zlib/t/04encoding.t
21470            - ext/Compress/Zlib/t/05gzsetp.t ext/Compress/Zlib/t/06gzdopen.t
21471            - ext/Compress/Zlib/zlib-src/gzio.c
21472            ! MANIFEST ext/Compress/Zlib/Changes
21473            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/README
21474            ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs
21475            ! ext/Compress/Zlib/config.in ext/Compress/Zlib/examples/filtdef
21476            ! ext/Compress/Zlib/examples/filtinf
21477            ! ext/Compress/Zlib/examples/gzcat
21478            ! ext/Compress/Zlib/examples/gzgrep
21479            ! ext/Compress/Zlib/examples/gzstream
21480            ! ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t
21481            ! ext/Compress/Zlib/typemap
21482 ____________________________________________________________________________
21483 [ 25694] By: steveh                                on 2005/10/05  15:34:18
21484         Log: Fix $Config{ccflags} for Win32 perls built with dmake
21485              
21486              The nmake makefile (win32/Makefile) currently adds -nologo, $(STRPOOL)
21487              and -W3 to the ccflags in CFG_VARS, but the dmake makefile
21488              (win32/makefile.mk) doesn't.  This means that extensions built with
21489              perls built with VC++ and dmake spit out damn M$ logo messages and use
21490              a lower warning level.
21491              
21492              The reason for the difference is probably that the dmake makefile
21493              supports multiple compilers.  Therefore, put the extra ccflags into a
21494              new macro, and set it appropriately for each compiler.  Add the new
21495              macro to the nmake makefile too for orthogonality.
21496      Branch: perl
21497            ! win32/Makefile win32/makefile.mk
21498 ____________________________________________________________________________
21499 [ 25693] By: merijn                                on 2005/10/05  15:34:09
21500         Log: Subject: Re: [PATCH] Random constings and printf cleanup
21501              From: Andy Lester <andy@petdance.com>
21502              Date: Tue, 4 Oct 2005 15:16:05 -0500
21503              Message-ID: <20051004201605.GA31682@petdance.com>
21504      Branch: perl
21505            ! malloc.c pad.c perl.c perl.h pp_ctl.c sv.c utf8.c xsutils.c
21506 ____________________________________________________________________________
21507 [ 25691] By: stevep                                on 2005/10/04  16:24:28
21508         Log: Fixes to Pod errors found by podchecker.
21509      Branch: perl
21510            ! README.os2 pod/perlfunc.pod
21511 ____________________________________________________________________________
21512 [ 25690] By: stevep                                on 2005/10/04  12:02:04
21513         Log: Upgrade to ExtUtils-ParseXS-2.13
21514      Branch: perl
21515            ! lib/ExtUtils/ParseXS.pm
21516 ____________________________________________________________________________
21517 [ 25689] By: stevep                                on 2005/10/04  11:01:11
21518         Log: Upgrade to ExtUtils-CBuilder-0.15 (with a small edit to 
21519              ExtUtils::CBuilder::Pltaform::dec_osf.pm to add a $VERSION)
21520      Branch: perl
21521            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
21522            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
21523            ! lib/ExtUtils/CBuilder/Platform/dec_osf.pm
21524            ! lib/ExtUtils/CBuilder/Platform/os2.pm
21525            ! lib/ExtUtils/CBuilder/t/02-link.t
21526 ____________________________________________________________________________
21527 [ 25688] By: merijn                                on 2005/10/04  10:10:41
21528         Log: Subject: Re: $^CHILD_ERROR_NATIVE issues (with attachment)
21529              From: Gisle Aas <gisle@ActiveState.com>
21530              Date: 04 Oct 2005 02:18:27 -0700
21531              Message-ID: <lrd5ml7i8s.fsf@caliper.activestate.com>
21532      Branch: perl
21533            ! cop.h doio.c perl.c perl.h pp_sys.c win32/perlhost.h
21534            ! wince/perlhost.h
21535 ____________________________________________________________________________
21536 [ 25687] By: rgs                                   on 2005/10/03  16:16:21
21537         Log: Subject: Clone PL_statusvalue_posix [PATCH]
21538              From: Gisle Aas <gisle@ActiveState.com>
21539              Date: 03 Oct 2005 09:37:57 -0700
21540              Message-ID: <lr3bni8ska.fsf_-_@caliper.activestate.com>
21541      Branch: perl
21542            ! sv.c
21543 ____________________________________________________________________________
21544 [ 25686] By: rgs                                   on 2005/10/03  15:42:45
21545         Log: Pod::Usage documentation fix, suggested by :
21546              
21547              Subject: [perl #37322] Pod::Usage implementation of -sections disagrees with its documentation 
21548              From: "Steven Schubiger via RT" <perlbug-followup@perl.org>
21549              Date: Sun, 02 Oct 2005 07:25:37 -0700
21550              Message-ID: <rt-3.0.11-37322-121918.15.4257995782182@perl.org>
21551      Branch: perl
21552            ! lib/Pod/Usage.pm
21553 ____________________________________________________________________________
21554 [ 25685] By: rgs                                   on 2005/10/03  15:17:09
21555         Log: Yitzchak points out that this function argument is NULLOK
21556      Branch: perl
21557            ! embed.fnc proto.h
21558 ____________________________________________________________________________
21559 [ 25684] By: rgs                                   on 2005/10/03  11:27:31
21560         Log: Spaces to tabs
21561      Branch: perl
21562            ! MANIFEST
21563 ____________________________________________________________________________
21564 [ 25683] By: craigb                                on 2005/10/03  03:43:31
21565         Log: We lied about strtoq way back in #8120
21566      Branch: perl
21567            ! configure.com
21568 ____________________________________________________________________________
21569 [ 25682] By: stevep                                on 2005/10/03  03:10:05
21570         Log: Upgrade to Digest-1.12
21571      Branch: perl
21572            ! lib/Digest.pm lib/Digest/Changes
21573 ____________________________________________________________________________
21574 [ 25681] By: craigb                                on 2005/10/03  00:20:30
21575         Log: fix bug introduced by #25507 that kept ccflags from
21576              making it into config.sh
21577      Branch: perl
21578            ! configure.com
21579 ____________________________________________________________________________
21580 [ 25680] By: craigb                                on 2005/10/02  21:45:20
21581         Log: assorted blead build help for VMS (mostly ithreads-related)
21582      Branch: perl
21583            ! configure.com pp_sys.c vms/gen_shrfls.pl vms/vmsish.h
21584 ____________________________________________________________________________
21585 [ 25679] By: stevep                                on 2005/10/02  12:50:02
21586         Log: Subject: [perl #37233] [PATCH] Test::Harness and Devel::Cover combine with overloading to cause infinite recursion in Carp.pm 
21587              From: perlbug-followup[at]perl.org (Yves Orton)
21588              Date: Thu, 22 Sep 2005 11:31:02 -0700
21589              Message-ID: <rt-3.0.11-37233-121233.2.25543632691242[at]perl.org>
21590      Branch: perl
21591            ! lib/Carp/Heavy.pm
21592 ____________________________________________________________________________
21593 [ 25678] By: stevep                                on 2005/10/02  04:42:46
21594         Log: Clarify the documentation regarding the return value from C<push>.
21595      Branch: perl
21596            ! pod/perlfunc.pod
21597 ____________________________________________________________________________
21598 [ 25677] By: stevep                                on 2005/10/02  04:32:48
21599         Log: If a 'use' or 'require' fails due to too many open files (EMFILE),
21600              give an appropriate error message rather than saying the module
21601              cannot be found in @INC.
21602      Branch: perl
21603            ! pp_ctl.c
21604 ____________________________________________________________________________
21605 [ 25676] By: stevep                                on 2005/10/02  03:30:55
21606         Log: Missed test changes and a bit of debugging code that should 
21607              have been removed.
21608      Branch: perl
21609            ! lib/Pod/Html.pm lib/Pod/t/htmlescp.t lib/Pod/t/htmlview.t
21610 ____________________________________________________________________________
21611 [ 25675] By: stevep                                on 2005/10/02  02:24:12
21612         Log: Fix some of the XHTML issues in Pod::Html.  The call for some time
21613              with a debugger to figure out what is going on.
21614      Branch: perl
21615            ! lib/Pod/Html.pm
21616 ____________________________________________________________________________
21617 [ 25674] By: davem                                 on 2005/10/01  23:51:40
21618         Log: Improve -DT output and fix wild buffer pointer error
21619      Branch: perl
21620            ! toke.c
21621 ____________________________________________________________________________
21622 [ 25672] By: steveh                                on 2005/09/30  15:52:30
21623         Log: Make building perl on Win32 with the free VC++ toolkit easier
21624              
21625              Introduce new CCTYPE's MSVC70FREE and MSVC70 for the free and the full
21626              versions of MS VC++ 7.x respectively.  Perl can now be built with the
21627              free VC++ toolkit simply by running "nmake CCTYPE=MSVC70FREE" with no
21628              hacking of the win32/Makefile required.  Update README.win32 with
21629              these changes.
21630              
21631              Also add the CCTYPE MSVC to win32/Makefile.  This is already supported
21632              in win32/makefile.mk and is useful for avoiding the use of -DELAYLOAD
21633              for MS VC++ 3.x through 5.x.  Update README.win32 for this too.
21634      Branch: perl
21635            ! README.win32 win32/Makefile win32/makefile.mk
21636 ____________________________________________________________________________
21637 [ 25666] By: rgs                                   on 2005/09/30  08:59:14
21638         Log: Upgrade to XSLoader 0.05, plus a few doc nits,
21639              by Sébastien Aperghis-Tramoni <maddingue@free.fr>
21640      Branch: perl
21641            ! ext/DynaLoader/XSLoader_pm.PL ext/DynaLoader/t/XSLoader.t
21642 ____________________________________________________________________________
21643 [ 25665] By: davem                                 on 2005/09/29  22:57:44
21644         Log: PL_defoutgv could be used after being freed
21645              Was giving "use of freed value" warnings in t/io/through.t
21646              and t/io/crlf_through.t
21647      Branch: perl
21648            ! perl.c
21649 ____________________________________________________________________________
21650 [ 25664] By: davem                                 on 2005/09/29  21:01:54
21651         Log: the return value of start_subparse() can legally be ignored
21652      Branch: perl
21653            ! embed.fnc gv.c proto.h
21654 ____________________________________________________________________________
21655 [ 25663] By: stevep                                on 2005/09/29  20:43:52
21656         Log: Added new flag (--use-xsloader) to use XSLoader when in backward
21657              compatibility mode.
21658      Branch: perl
21659            ! utils/h2xs.PL
21660 ____________________________________________________________________________
21661 [ 25662] By: stevep                                on 2005/09/29  18:04:29
21662         Log: With XSLoader on CPAN now, add XSLoader as a prerequisite in Makefile.PL
21663              if the compatible version is less than 5.006 (the first version with 
21664              XSLoader).
21665      Branch: perl
21666            ! utils/h2xs.PL
21667 ____________________________________________________________________________
21668 [ 25660] By: nicholas                              on 2005/09/29  13:00:18
21669         Log: 2 more e-mail addresses that map to rgs
21670      Branch: perl
21671            ! Porting/checkAUTHORS.pl
21672 ____________________________________________________________________________
21673 [ 25659] By: nicholas                              on 2005/09/29  12:54:00
21674         Log: checkAUTHORS.pl wasn't aware of one of Merijn's e-mail addresses
21675      Branch: perl
21676            ! Porting/checkAUTHORS.pl
21677 ____________________________________________________________________________
21678 [ 25658] By: nicholas                              on 2005/09/29  12:50:40
21679         Log: Correct/tweak Changes so that checkAUTHORS.pl parses it.
21680      Branch: perl
21681            ! Changes
21682 ____________________________________________________________________________
21683 [ 25657] By: nicholas                              on 2005/09/29  11:01:53
21684         Log: Teach the alias mapping about new committers.
21685      Branch: perl
21686            ! Porting/checkAUTHORS.pl
21687 ____________________________________________________________________________
21688 [ 25656] By: nicholas                              on 2005/09/29  10:54:56
21689         Log: Cope with completely empty lines within the Changes file.
21690              Better diagnostics on "malformed" lines.
21691      Branch: perl
21692            ! Porting/checkAUTHORS.pl
21693 ____________________________________________________________________________
21694 [ 25652] By: steveh                                on 2005/09/29  08:47:26
21695         Log: Clean up CBuilder and ParseXS test files
21696              
21697              This was done once already in change 25222, but then modified in change
21698              25225.  The new versions of CBuilder and ParseXS that sync'ed those
21699              changes and have now been integrated back into bleadperl missed some
21700              bits of change 25225.  Try again.
21701      Branch: perl
21702            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/t/01-basic.t
21703            ! lib/ExtUtils/CBuilder/t/02-link.t lib/ExtUtils/ParseXS.pm
21704            ! lib/ExtUtils/ParseXS/t/basic.t
21705 ____________________________________________________________________________
21706 [ 25651] By: nicholas                              on 2005/09/29  06:52:35
21707         Log: Attempting to do too many things simultaneously with the C pre-
21708              processor considered harmful.
21709      Branch: perl
21710            ! perl.c
21711 ____________________________________________________________________________
21712 [ 25650] By: stevep                                on 2005/09/29  00:23:44
21713         Log: Upgrade to ExtUtils::CBuilder 0.14
21714      Branch: perl
21715            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
21716            ! lib/ExtUtils/CBuilder/Platform/VMS.pm
21717            ! lib/ExtUtils/CBuilder/t/01-basic.t
21718            ! lib/ExtUtils/CBuilder/t/02-link.t
21719 ____________________________________________________________________________
21720 [ 25649] By: stevep                                on 2005/09/28  22:59:08
21721         Log: Upgrade to Test::Harness 2.56
21722      Branch: perl
21723            + t/lib/sample-tests/bignum_many
21724            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
21725            ! lib/Test/Harness/Straps.pm lib/Test/Harness/TAP.pod
21726            ! lib/Test/Harness/bin/prove lib/Test/Harness/t/test-harness.t
21727            ! t/lib/sample-tests/bignum
21728 ____________________________________________________________________________
21729 [ 25640] By: nicholas                              on 2005/09/28  19:56:53
21730         Log: savepv and savepvn are actually NULLOK
21731      Branch: perl
21732            ! embed.fnc proto.h
21733 ____________________________________________________________________________
21734 [ 25638] By: nicholas                              on 2005/09/28  18:51:15
21735         Log: Forgot to run embed.pl after change 25637
21736      Branch: perl
21737            ! proto.h
21738 ____________________________________________________________________________
21739 [ 25637] By: nicholas                              on 2005/09/28  18:31:04
21740         Log: Subject: [PATCH] embed.fnc now requires NN/NULLOK
21741              From: Andy Lester <andy@petdance.com>
21742              Message-ID: <20050928172254.GE20201@petdance.com>
21743              Date: Wed, 28 Sep 2005 12:22:54 -0500
21744      Branch: perl
21745            ! embed.fnc embed.pl
21746 ____________________________________________________________________________
21747 [ 25634] By: nicholas                              on 2005/09/28  15:56:45
21748         Log: We can use the C pre-processor to build a single, longer string
21749              constant which makes the object code slightly smaller.
21750      Branch: perl
21751            ! perl.c
21752 ____________________________________________________________________________
21753 [ 25627] By: steveh                                on 2005/09/28  08:23:01
21754         Log: Improve File::Spec::Win32->path() and fix MM_Win32.t
21755              
21756              Subject: Improved File::Spec::Win32->path [PATCH]
21757              From: Gisle Aas <gisle@ActiveState.com>
21758              Date: 17 Sep 2005 00:13:41 -0700
21759              Message-ID: <lrk6hgrwt6.fsf@caliper.activestate.com>
21760              
21761              Subject: Re: Improved File::Spec::Win32->path [PATCH]
21762              From: Michael G Schwern <schwern@pobox.com>
21763              Date: Tue, 27 Sep 2005 13:05:54 -0700
21764              Message-ID: <20050927200554.GC20908@windhund.schwern.org>
21765      Branch: perl
21766            ! lib/ExtUtils/t/MM_Win32.t lib/File/Spec/Win32.pm
21767 ____________________________________________________________________________
21768 [ 25626] By: stevep                                on 2005/09/28  00:06:29
21769         Log: Upgrade to CGI-3.11, with some modifications for Pod differences in
21770              bleadperl.
21771      Branch: perl
21772            ! lib/CGI.pm lib/CGI/Changes lib/CGI/Cookie.pm
21773 ____________________________________________________________________________
21774 [ 25625] By: rgs                                   on 2005/09/27  20:07:32
21775         Log: Comment nit by Vadim Konovalov
21776              And while we're at it, reindent consistently.
21777      Branch: perl
21778            ! t/io/crlf.t
21779 ____________________________________________________________________________
21780 [ 25624] By: rgs                                   on 2005/09/27  20:04:07
21781         Log: POD nit by Yitzchak
21782      Branch: perl
21783            ! pod/perlfunc.pod
21784 ____________________________________________________________________________
21785 [ 25623] By: rgs                                   on 2005/09/27  17:02:42
21786         Log: Clarify what -MFoo=number does on the command-line
21787      Branch: perl
21788            ! pod/perlrun.pod
21789 ____________________________________________________________________________
21790 [ 25621] By: stevep                                on 2005/09/27  15:05:18
21791         Log: Subject: AW: [perl #36291] incorrect $! from open ">&nr" with too many open files
21792              From: "Dintelmann, Peter" <Peter.Dintelmann@Dresdner-Bank.com>
21793              Date: Tue, 27 Sep 2005 15:18:00 +0200
21794      Branch: perl
21795            ! doio.c
21796 ____________________________________________________________________________
21797 [ 25619] By: rgs                                   on 2005/09/27  14:25:53
21798         Log: Fix by Rick Delaney for [perl #3269] no warnings "bareword" turns off
21799              too many warnings.
21800      Branch: perl
21801            ! mg.c t/io/binmode.t t/lib/warnings/2use
21802 ____________________________________________________________________________
21803 [ 25618] By: rgs                                   on 2005/09/27  12:53:49
21804         Log: Subject: [PATCH] Re: [BUG 5.8.7] Another major bug in PerlIO layer
21805              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
21806              Date: Tue, 27 Sep 2005 02:07:35 -0700
21807              Message-ID: <20050927090734.GB3687@math.berkeley.edu>
21808      Branch: perl
21809            + t/io/crlf_through.t t/io/through.t
21810            ! MANIFEST perlio.c
21811 ____________________________________________________________________________
21812 [ 25617] By: rgs                                   on 2005/09/27  11:06:23
21813         Log: OPpRUNTIME can be set on OP_QR too
21814      Branch: perl
21815            ! ext/B/B/Concise.pm
21816 ____________________________________________________________________________
21817 [ 25616] By: rgs                                   on 2005/09/27  10:09:46
21818         Log: Fix the overriding of CORE::do, just like change 25599
21819              was fixing the overriding of CORE::require
21820      Branch: perl
21821            ! embed.fnc embed.h op.c perly.act perly.y proto.h toke.c
21822 ____________________________________________________________________________
21823 [ 25615] By: rgs                                   on 2005/09/27  09:18:42
21824         Log: Micro-optimisation: use PL_globalstash instead of looking up
21825              CORE::GLOBAL::require by name
21826      Branch: perl
21827            ! op.c
21828 ____________________________________________________________________________
21829 [ 25614] By: rgs                                   on 2005/09/27  09:04:50
21830         Log: Addition to change 25612
21831      Branch: perl
21832            ! symbian/PerlApp.cpp
21833 ____________________________________________________________________________
21834 [ 25613] By: rgs                                   on 2005/09/27  08:36:24
21835         Log: Subject: [PATCH] mark cannot be const because MEXTEND() modifies it, and tkGlue.c uses MEXTEND()
21836              From: "Jan Dubois" <jand@ActiveState.com>
21837              Date: Mon, 26 Sep 2005 21:19:51 -0700
21838              Message-Id: <200509270419.j8R4JtVw026876@smtp3.ActiveState.com>
21839      Branch: perl
21840            ! XSUB.h
21841 ____________________________________________________________________________
21842 [ 25612] By: rgs                                   on 2005/09/27  08:33:36
21843         Log: Subject: [PATCH] 5.9.x@25609 Symbian update
21844              From: <jarkko.hietaniemi@nokia.com>
21845              Date: Tue, 27 Sep 2005 11:54:00 +0300
21846              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A55C@esebe105.NOE.Nokia.com>
21847      Branch: perl
21848            ! symbian/PerlApp.cpp symbian/config.sh
21849 ____________________________________________________________________________
21850 [ 25611] By: rgs                                   on 2005/09/27  07:42:52
21851         Log: Test for OPpCONST_NOVER only on OP_CONST ops.
21852              Plus a regression test by Schwern.
21853      Branch: perl
21854            ! pp_ctl.c t/op/override.t
21855 ____________________________________________________________________________
21856 [ 25610] By: rgs                                   on 2005/09/27  06:40:09
21857         Log: Subject: Warnings in tests @25605 due to cmp_ok behavior change.
21858              From: Michael G Schwern <schwern@pobox.com>
21859              Date: Mon, 26 Sep 2005 14:21:09 -0700
21860              Message-ID: <20050926212109.GA11036@windhund.schwern.org>
21861      Branch: perl
21862            ! lib/AutoSplit.t lib/Pod/t/InputObjects.t
21863 ____________________________________________________________________________
21864 [ 25609] By: stevep                                on 2005/09/27  02:45:50
21865         Log: Upgrade to Encode 2.12
21866      Branch: perl
21867            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
21868            ! ext/Encode/Encode.xs ext/Encode/META.yml
21869            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Supported.pod
21870            ! ext/Encode/t/fallback.t ext/Encode/ucm/8859-7.ucm
21871 ____________________________________________________________________________
21872 [ 25608] By: stevep                                on 2005/09/26  23:09:44
21873         Log: Upgrade to Digest 1.11 with a minor Pod fix.  Also my first commit :)
21874      Branch: perl
21875            ! lib/Digest.pm lib/Digest/Changes
21876 ____________________________________________________________________________
21877 [ 25605] By: nicholas                              on 2005/09/26  17:54:06
21878         Log: const sausage const const bacon const tomato and const
21879              The search_ext parameter to find_script can be a little more const.
21880      Branch: perl
21881            ! embed.fnc proto.h util.c
21882 ____________________________________________________________________________
21883 [ 25604] By: rgs                                   on 2005/09/26  16:31:43
21884         Log: Upgrade to Test::Simple 0.61
21885      Branch: perl
21886            + lib/Test/Builder/Module.pm lib/Test/Simple/t/bail_out.t
21887            + t/lib/Test/Simple/sample_tests/too_few_fail.plx
21888            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
21889            ! lib/Test/Simple.pm lib/Test/Simple/Changes
21890            ! lib/Test/Simple/t/00test_harness_check.t
21891            ! lib/Test/Simple/t/create.t lib/Test/Simple/t/eq_set.t
21892            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
21893            ! lib/Test/Simple/t/extra_one.t lib/Test/Simple/t/fail-like.t
21894            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
21895            ! lib/Test/Simple/t/fail_one.t
21896            ! lib/Test/Simple/t/harness_active.t
21897            ! lib/Test/Simple/t/has_plan2.t
21898            ! lib/Test/Simple/t/is_deeply_fail.t lib/Test/Simple/t/missing.t
21899            ! lib/Test/Simple/t/no_diag.t lib/Test/Simple/t/overload.t
21900            ! lib/Test/Simple/t/plan_no_plan.t lib/Test/Simple/t/todo.t
21901            ! lib/Test/Simple/t/undef.t
21902            ! t/lib/Test/Simple/sample_tests/too_few.plx
21903 ____________________________________________________________________________
21904 [ 25602] By: rgs                                   on 2005/09/26  14:45:53
21905         Log: Fix change 25597 for non-Windows platforms
21906      Branch: perl
21907            ! lib/File/Find.pm
21908 ____________________________________________________________________________
21909 [ 25601] By: rgs                                   on 2005/09/26  14:24:20
21910         Log: Make B::Deparse handle correctly CORE::require
21911      Branch: perl
21912            ! ext/B/B/Deparse.pm
21913 ____________________________________________________________________________
21914 [ 25600] By: rgs                                   on 2005/09/26  14:22:43
21915         Log: Document the new meaning of OPf_SPECIAL on OP_REQUIRE
21916      Branch: perl
21917            ! op.h
21918 ____________________________________________________________________________
21919 [ 25599] By: rgs                                   on 2005/09/26  14:04:21
21920         Log: CORE::require was always parsed as require().
21921              That's because require() isn't overridable at tokenizer-level
21922              like other overridable built-ins, but is handled by the optree
21923              builder. So, find a way to pass the information that require()
21924              was written as CORE::require() to Perl_ck_require. This is
21925              done by adding a new token type REQUIRE and by adding OPf_SPECIAL
21926              to OP_REQUIRE when it's saw as CORE::require in the program text.
21927              This fixes bug [perl #37274] The "CORE" in CORE::require is ignored.
21928      Branch: perl
21929            ! op.c perly.act perly.h perly.tab perly.y toke.c
21930 ____________________________________________________________________________
21931 [ 25597] By: steveh                                on 2005/09/26  08:54:13
21932         Log: Subject: [perl #37223] [PATCH] File::Find::find fails on Win32 with follow => 1 
21933              From: "Steve Peters via RT" <perlbug-followup@perl.org>
21934              Date: Sun, 25 Sep 2005 14:41:03 -0700
21935              Message-ID: <rt-3.0.11-37223-121392.15.8703994486314@perl.org>
21936              
21937              and update docs
21938      Branch: perl
21939            ! lib/File/Find.pm
21940 ____________________________________________________________________________
21941 [ 25591] By: rgs                                   on 2005/09/23  20:46:04
21942         Log: Upgrade to Compress::Zlib 1.40
21943      Branch: perl
21944            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
21945            ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs
21946            ! ext/Compress/Zlib/t/03examples.t
21947 ____________________________________________________________________________
21948 [ 25590] By: rgs                                   on 2005/09/23  19:06:31
21949         Log: Subject: [PATCH] Fix to PERL_DEBUG_COW
21950              From: Steve Peters <steve@fisharerojo.org>
21951              Date: Sep 23, 2005 8:11 PM
21952              Message-ID: <20050923181109.GA1350@mccoy.peters.homeunix.org>
21953      Branch: perl
21954            ! sv.h
21955 ____________________________________________________________________________
21956 [ 25588] By: rgs                                   on 2005/09/23  15:54:02
21957         Log: Subject: Re: pod/pod2usage2.t
21958              From: "H.Merijn Brand" <h.m.brand@xs4all.nl>
21959              Date: Thu, 22 Sep 2005 12:12:49 +0200
21960              Message-ID: <20050922121249.5077ee3e@pc09>
21961              
21962              Also, skip all tests on Windows until we find a way
21963              to write them portably
21964      Branch: perl
21965            ! t/pod/pod2usage2.t
21966 ____________________________________________________________________________
21967 [ 25586] By: rgs                                   on 2005/09/23  15:12:03
21968         Log: Subject: [PATCH] quiet a few warnings
21969              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
21970              Date: Wed, 21 Sep 2005 18:45:56 -0700
21971              Message-ID: <20050922014555.GA2852@efn.org>
21972      Branch: perl
21973            ! cygwin/cygwin.c embed.fnc proto.h
21974 ____________________________________________________________________________
21975 [ 25582] By: rgs                                   on 2005/09/23  13:49:24
21976         Log: Subject: [PATCH] Changes for hints/linux.sh for Purify
21977              From: Steve Peters <steve@fisharerojo.org>
21978              Date: Fri, 23 Sep 2005 08:38:58 -0500
21979              Message-ID: <20050923133858.GA29475@mccoy.peters.homeunix.org>
21980      Branch: perl
21981            ! hints/linux.sh
21982 ____________________________________________________________________________
21983 [ 25581] By: steveh                                on 2005/09/23  13:46:40
21984         Log: Extend 25579 to cover vc64 too
21985      Branch: perl
21986            ! Porting/checkcfgvar.pl
21987 ____________________________________________________________________________
21988 [ 25579] By: rgs                                   on 2005/09/23  13:08:14
21989         Log: Add Porting/checkcfgvar.pl by Jarkko
21990      Branch: perl
21991            + Porting/checkcfgvar.pl
21992            ! MANIFEST
21993 ____________________________________________________________________________
21994 [ 25578] By: rgs                                   on 2005/09/23  12:35:30
21995         Log: SAPER is the new maintainer of XSLoader
21996      Branch: perl
21997            ! Porting/Maintainers.pl
21998 ____________________________________________________________________________
21999 [ 25573] By: steveh                                on 2005/09/23  08:40:58
22000         Log: Change 25226 should have done this too
22001      Branch: perl
22002            ! win32/config.bc
22003 ____________________________________________________________________________
22004 [ 25571] By: nicholas                              on 2005/09/22  14:35:52
22005         Log: As SvPVX_mutable and SvPVX_const are new, they don't need to be LVALUEs
22006      Branch: perl
22007            ! sv.h
22008 ____________________________________________________________________________
22009 [ 25570] By: nicholas                              on 2005/09/22  14:09:37
22010         Log: The New*() compatibility macros aren't needed inside the perl core.
22011      Branch: perl
22012            ! handy.h
22013 ____________________________________________________________________________
22014 [ 25563] By: steveh                                on 2005/09/22  07:26:20
22015         Log: Forgot to update MANIFEST in change 25547
22016      Branch: perl
22017            ! MANIFEST
22018 ____________________________________________________________________________
22019 [ 25560] By: rgs                                   on 2005/09/21  21:10:50
22020         Log: Add an option --ignore to installhtml
22021              and use it to avoid to install doc in Porting/.
22022              Skip also test modules.
22023      Branch: perl
22024            ! Makefile.SH installhtml
22025 ____________________________________________________________________________
22026 [ 25547] By: steveh                                on 2005/09/21  16:19:03
22027         Log: Localize $@ in Locale::Maketext::maketext()
22028              so that $lh->maketext("Error: [_1]\n", $@) works as expected
22029              
22030              Also added a new test for this fix
22031      Branch: perl
22032            + lib/Locale/Maketext/t/30_local.t
22033            ! lib/Locale/Maketext.pm
22034 ____________________________________________________________________________
22035 [ 25544] By: rgs                                   on 2005/09/21  15:53:33
22036         Log: A few POD fixes
22037      Branch: perl
22038            ! Porting/pumpkin.pod ext/B/B/Concise.pm
22039            ! ext/Data/Dumper/Dumper.pm lib/FileCache.pm
22040 ____________________________________________________________________________
22041 [ 25543] By: rgs                                   on 2005/09/21  15:31:02
22042         Log: Upgrade to Pod::Parser 1.33
22043      Branch: perl
22044            + t/pod/pod2usage2.t
22045            ! MANIFEST lib/Pod/Checker.pm lib/Pod/InputObjects.pm
22046            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
22047            ! lib/Pod/Usage.pm t/pod/find.t t/pod/poderrs.xr
22048 ____________________________________________________________________________
22049 [ 25537] By: rgs                                   on 2005/09/21  14:20:14
22050         Log: PodParser is now Pod-Parser on CPAN
22051      Branch: perl
22052            ! Porting/Maintainers.pl
22053 ____________________________________________________________________________
22054 [ 25534] By: rgs                                   on 2005/09/21  13:12:33
22055         Log: Subject: [PATCH 5.8.7] misc a2p fixes
22056              From: Brendan O'Dea <bod@debian.org>
22057              Date: Sun, 11 Sep 2005 19:43:14 +1000
22058              Message-ID: <20050911094314.GA15155@londo.c47.org>
22059              
22060              and remove the check_byacc target from the x2p makefile
22061      Branch: perl
22062            ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.y x2p/a2py.c x2p/walk.c
22063 ____________________________________________________________________________
22064 [ 25533] By: rgs                                   on 2005/09/21  11:25:54
22065         Log: Upgrade to ExtUtils::ParseXS 2.12
22066      Branch: perl
22067            ! lib/ExtUtils/ParseXS.pm lib/ExtUtils/ParseXS/t/basic.t
22068 ____________________________________________________________________________
22069 [ 25532] By: rgs                                   on 2005/09/21  11:15:43
22070         Log: Upgrade to Time::HiRes 1.74
22071      Branch: perl
22072            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
22073            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
22074 ____________________________________________________________________________
22075 [ 25530] By: nicholas                              on 2005/09/21  10:53:56
22076         Log: Remove the last STRLEN n_a;s that my compiler can reach.
22077      Branch: perl
22078            ! doop.c ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.xs perly.act
22079            ! perly.y pp_pack.c sv.h
22080 ____________________________________________________________________________
22081 [ 25526] By: rgs                                   on 2005/09/21  09:37:27
22082         Log: Integrate changes from Text::Tabs and Text::Wrap on CPAN
22083              (Text-Tabs+Wrap-2005.0824). Keep local changes.
22084      Branch: perl
22085            ! lib/Text/Tabs.pm lib/Text/TabsWrap/CHANGELOG lib/Text/Wrap.pm
22086 ____________________________________________________________________________
22087 [ 25523] By: rgs                                   on 2005/09/20  19:12:28
22088         Log: Yitzchak says that Tim says that we can distribute
22089              the perl glossary under the same terms as Perl itself.
22090      Branch: perl
22091            ! pod/perlglossary.pod
22092 ____________________________________________________________________________
22093 [ 25515] By: rgs                                   on 2005/09/20  11:09:48
22094         Log: Subject: [PATCH blead] Re: [perl #36733] %SIG not properly local-ized
22095              From: Rick Delaney <rick@bort.ca>
22096              Date: Thu, 8 Sep 2005 08:55:16 -0400
22097              Message-ID: <20050908125516.GA18184@localhost.localdomain>
22098      Branch: perl
22099            ! hv.c t/op/local.t
22100 ____________________________________________________________________________
22101 [ 25513] By: steveh                                on 2005/09/20  09:20:16
22102         Log: Resolve [perl #37110]: Update README.win32
22103              
22104              I give up trying to keep the Platform SDK links up-to-date. They seem
22105              to have changed every time that I look at them, so make the
22106              instructions more general.
22107      Branch: perl
22108            ! README.win32
22109 ____________________________________________________________________________
22110 [ 25512] By: rgs                                   on 2005/09/20  09:15:17
22111         Log: Upgrade to Compress::Zlib 1.39
22112      Branch: perl
22113            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
22114            ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs
22115 ____________________________________________________________________________
22116 [ 25511] By: rgs                                   on 2005/09/20  09:02:17
22117         Log: Subject: PATCH for #37138: using XSUB as DB::DB causes perl to crash
22118              From: Salvador "FandiXo" <sfandino@yahoo.com>
22119              Date: Mon, 19 Sep 2005 06:56:39 -0700 (PDT)
22120              Message-ID: <20050919135639.96726.qmail@web52701.mail.yahoo.com>
22121              
22122              (adapted to bleadperl)
22123      Branch: perl
22124            ! pp_ctl.c
22125 ____________________________________________________________________________
22126 [ 25507] By: merijn                                on 2005/09/20  06:51:38
22127         Log: Subject: [patch@25502] Add hard link and V8.2 crtl support to VMS.
22128              From: "John E. Malmberg" <wb8tyw@qsl.net>
22129              Date: Tue, 20 Sep 2005 01:22:24 -0400
22130              Message-ID: <432F9C90.7080702@qsl.net>
22131      Branch: perl
22132            ! configure.com vms/descrip_mms.template x2p/s2p.PL
22133 ____________________________________________________________________________
22134 [ 25502] By: nicholas                              on 2005/09/19  21:02:02
22135         Log: The second argument to Move() is the destination, so cannot possibly
22136              be const. Pesky casting in handy.h. Getting in the way of correctness.
22137      Branch: perl
22138            ! sv.c
22139 ____________________________________________________________________________
22140 [ 25499] By: nicholas                              on 2005/09/19  19:44:07
22141         Log: Add parallel testing to TODO
22142      Branch: perl
22143            ! pod/perltodo.pod
22144 ____________________________________________________________________________
22145 [ 25497] By: nicholas                              on 2005/09/19  18:48:10
22146         Log: First argument to he_dup is actually a const HE *
22147      Branch: perl
22148            ! embed.fnc hv.c proto.h sv.c
22149 ____________________________________________________________________________
22150 [ 25493] By: nicholas                              on 2005/09/19  15:59:44
22151         Log: All Perl_hv_name_set()s need to be plain hv_name_set if they are to
22152              work with a macro version.
22153      Branch: perl
22154            ! ext/ByteLoader/bytecode.h
22155 ____________________________________________________________________________
22156 [ 25488] By: steveh                                on 2005/09/19  14:18:40
22157         Log: Update win32 config files w.r.t. change #25387
22158      Branch: perl
22159            ! win32/config.bc win32/config.gc win32/config.vc
22160            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
22161            ! win32/config_H.vc win32/config_H.vc64
22162 ____________________________________________________________________________
22163 [ 25486] By: rgs                                   on 2005/09/19  12:38:26
22164         Log: Subject: bleadperl DProf.xs:140: warning: `unused' attribute ignored
22165              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
22166              Date: Sun, 18 Sep 2005 19:46:37 -0700
22167              Message-ID: <20050919024637.GA2860@efn.org>
22168      Branch: perl
22169            ! ext/Devel/DProf/DProf.xs
22170 ____________________________________________________________________________
22171 [ 25480] By: nicholas                              on 2005/09/19  07:11:38
22172         Log: Improve failure case diagnostics from comp/package.t
22173      Branch: perl
22174            ! t/comp/package.t
22175 ____________________________________________________________________________
22176 [ 25476] By: nicholas                              on 2005/09/18  21:54:18
22177         Log: Should have been embed.h, not proto.h, in 25475
22178      Branch: perl
22179            ! embed.h
22180 ____________________________________________________________________________
22181 [ 25475] By: nicholas                              on 2005/09/18  21:52:25
22182         Log: It looks like the only way to reliably make Perl_hv_name_set a pure
22183              macro in 5.8.x is to make it available as hv_name_set.
22184              [Otherwise when and where aTHX_ hv gets expanded to foo, hv causes
22185              warnings or other games when Perl_hv_name_set() is a macro]
22186      Branch: perl
22187            ! embed.fnc ext/Opcode/Opcode.xs gv.c hv.c perl.c proto.h
22188 ____________________________________________________________________________
22189 [ 25474] By: merijn                                on 2005/09/18  18:36:15
22190         Log: Subject: [patch@25452] VMS fix required by Change 25387
22191              From: "John E. Malmberg" <wb8tyw@qsl.net>
22192              Date: Sun, 18 Sep 2005 14:53:09 -0400
22193              Message-ID: <432DB795.8050801@qsl.net>
22194      Branch: perl
22195            ! configure.com
22196 ____________________________________________________________________________
22197 [ 25463] By: nicholas                              on 2005/09/18  11:07:51
22198         Log: Tidying up the unused or unneeded global variables would be good.
22199      Branch: perl
22200            ! pod/perltodo.pod
22201 ____________________________________________________________________________
22202 [ 25459] By: nicholas                              on 2005/09/18  10:12:51
22203         Log: Controlling what the GNU linker exports from a shared library would
22204              be a useful thing TODO
22205      Branch: perl
22206            ! pod/perltodo.pod
22207 ____________________________________________________________________________
22208 [ 25457] By: nicholas                              on 2005/09/18  09:38:59
22209         Log: Detail the minimal rewards programme we have on offer.
22210              Hoik relocatable perl to the top of its section.
22211              Some other formatting tweaks.
22212      Branch: perl
22213            ! pod/perltodo.pod
22214 ____________________________________________________________________________
22215 [ 25452] By: nicholas                              on 2005/09/17  19:50:47
22216         Log: 
22217              refactoring xsubpp should have been in the "just perl" section.
22218      Branch: perl
22219            ! pod/perltodo.pod
22220 ____________________________________________________________________________
22221 [ 25451] By: nicholas                              on 2005/09/17  19:49:27
22222         Log: Add "refactor xsubpp to be a thin wrapper around ExtUtils::ParseXS"
22223              to the TODO
22224      Branch: perl
22225            ! pod/perltodo.pod
22226 ____________________________________________________________________________
22227 [ 25448] By: nicholas                              on 2005/09/17  19:11:33
22228         Log: Add shrinking GVs and CVs to the TODO
22229      Branch: perl
22230            ! pod/perltodo.pod
22231 ____________________________________________________________________________
22232 [ 25446] By: nicholas                              on 2005/09/17  18:59:37
22233         Log: Add reduce duplication in sv_setsv_flags to TODO
22234      Branch: perl
22235            ! pod/perltodo.pod
22236 ____________________________________________________________________________
22237 [ 25445] By: nicholas                              on 2005/09/17  18:53:39
22238         Log: Missing DO_BO_PACK_PC and DO_BO_UNPACK_PC for the 5.8.x case
22239              (and the don't know the pointer size case)
22240      Branch: perl
22241            ! pp_pack.c
22242 ____________________________________________________________________________
22243 [ 25444] By: nicholas                              on 2005/09/17  18:40:29
22244         Log: vv5.9.3 is clearly a bug.
22245      Branch: perl
22246            ! utils/perlbug.PL
22247 ____________________________________________________________________________
22248 [ 25443] By: nicholas                              on 2005/09/17  18:34:37
22249         Log: Add ordering of "global" variables to TODO
22250      Branch: perl
22251            ! pod/perltodo.pod
22252 ____________________________________________________________________________
22253 [ 25442] By: nicholas                              on 2005/09/17  18:05:30
22254         Log: Holding a mutex then croak()ing strikes me as deadlock.
22255      Branch: perl
22256            ! ext/threads/threads.xs
22257 ____________________________________________________________________________
22258 [ 25439] By: nicholas                              on 2005/09/17  17:09:25
22259         Log: Add emulate the per-thread memory pool on Unix to the TODO
22260      Branch: perl
22261            ! pod/perltodo.pod
22262 ____________________________________________________________________________
22263 [ 25436] By: nicholas                              on 2005/09/17  15:42:51
22264         Log: Add suggestion to profile to find a better set of hot ops for pp_hot.
22265      Branch: perl
22266            ! pod/perltodo.pod
22267 ____________________________________________________________________________
22268 [ 25434] By: nicholas                              on 2005/09/17  15:32:36
22269         Log: add merge Perl_sv_2[inpu]v to TODO
22270      Branch: perl
22271            ! pod/perltodo.pod
22272 ____________________________________________________________________________
22273 [ 25431] By: nicholas                              on 2005/09/17  14:36:14
22274         Log: Making make -j... work is a TODO
22275      Branch: perl
22276            ! pod/perltodo.pod
22277 ____________________________________________________________________________
22278 [ 25430] By: nicholas                              on 2005/09/17  14:33:33
22279         Log: Add "automating coverage tests" as a TODO
22280      Branch: perl
22281            ! pod/perltodo.pod
22282 ____________________________________________________________________________
22283 [ 25429] By: nicholas                              on 2005/09/17  14:19:54
22284         Log: Re-order the TODO tasks based on the skills they need, putting the
22285              easist tasks first. I've categorised them as
22286              
22287              =head1 Tasks that only need Perl knowledge
22288              =head1 Tasks that need a little sysadmin-type knowledge
22289              =head1 Tasks that need a little C knowledge
22290              =head1 Tasks that need a knowledge of XS
22291              =head1 Tasks that need a knowledge of the interpreter
22292              =head1 Big projects
22293              
22294              Lets see if we get any takers.
22295      Branch: perl
22296            ! pod/perltodo.pod
22297 ____________________________________________________________________________
22298 [ 25418] By: rgs                                   on 2005/09/16  12:54:43
22299         Log: Revert change #24223 : select() will continue
22300              to return -1 on error, like in previous versions, and
22301              like other system builtins.
22302      Branch: perl
22303            ! pod/perl593delta.pod pod/perlfunc.pod pp_sys.c
22304 ____________________________________________________________________________
22305 [ 25417] By: rgs                                   on 2005/09/15  14:48:37
22306         Log: Fix obsolete identifiers in comment
22307      Branch: perl
22308            ! av.h
22309 ____________________________________________________________________________
22310 [ 25416] By: rgs                                   on 2005/09/15  14:19:19
22311         Log: Upgrade to version.pm 0.48
22312      Branch: perl
22313            + lib/version.pod
22314            ! MANIFEST lib/version.pm lib/version.t util.c
22315 ____________________________________________________________________________
22316 [ 25414] By: rgs                                   on 2005/09/14  12:49:58
22317         Log: Subject: [PATCH] Math::Complex and Math::Trig updates (Re: [perl #37117] Math::Complex atan2 bug)
22318              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
22319              Date: Wed, 14 Sep 2005 09:26:11 +0300
22320              Message-ID: <4327C283.80706@gmail.com>
22321      Branch: perl
22322            ! lib/Math/Complex.pm lib/Math/Complex.t lib/Math/Trig.pm
22323            ! lib/Math/Trig.t pod/perlfunc.pod
22324 ____________________________________________________________________________
22325 [ 25413] By: rgs                                   on 2005/09/14  08:58:04
22326         Log: Subject: [perl #37163] dprofpp array subscript error 
22327              From: scott@perlcode.org (via RT) <perlbug-followup@perl.org>
22328              Date: Tue, 13 Sep 2005 12:11:46 -0700
22329              Message-ID: <rt-3.0.11-37163-120724.9.33005980359667@perl.org>
22330      Branch: perl
22331            ! utils/dprofpp.PL
22332 ____________________________________________________________________________
22333 [ 25411] By: rgs                                   on 2005/09/14  08:11:08
22334         Log: Change 25409 wasn't necessary for threaded perls
22335      Branch: perl
22336            ! toke.c
22337 ____________________________________________________________________________
22338 [ 25409] By: rgs                                   on 2005/09/14  01:08:22
22339         Log: The debugger wasn't tracing correctly execution in eval("")'ed
22340              code containing #line directives
22341      Branch: perl
22342            ! toke.c
22343 ____________________________________________________________________________
22344 [ 25406] By: rgs                                   on 2005/09/13  20:58:38
22345         Log: Subject: [PATCH] Re: [MAINT24637] fails "make test" on OSX 10.4 (lib/locale.t)
22346              From: Dominic Dunlop <shouldbedomo@mac.com>
22347              Date: Sep 13, 2005 11:13 PM
22348              Message-Id: <456439EA-CE2E-49A0-97FF-1B003CF8AFDE@mac.com>
22349      Branch: perl
22350            ! lib/locale.t
22351 ____________________________________________________________________________
22352 [ 25403] By: nicholas                              on 2005/09/13  18:16:55
22353         Log: Add Luke Closs to AUTHORS
22354      Branch: perl
22355            ! AUTHORS
22356 ____________________________________________________________________________
22357 [ 25402] By: nicholas                              on 2005/09/13  17:54:09
22358         Log: Subject: [perl #36448] configuring ranlib for perl on osx with xcode 2.1
22359              From: Luke Closs (via RT) <perlbug-followup@perl.org>
22360              Message-ID: <rt-3.0.11-36448-116486.6.06308221656583@perl.org>
22361              Date: 1 Jul 2005 21:56:31 -0000
22362      Branch: perl
22363            ! Configure hints/darwin.sh
22364 ____________________________________________________________________________
22365 [ 25399] By: rgs                                   on 2005/09/13  13:25:23
22366         Log: Allow non-arrowed form of chained subscripts after slices
22367              
22368              Subject: Re: [perl #37039] perlref documentation about optional -> is too vague
22369              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
22370              Date: Thu, 1 Sep 2005 17:41:36 -0700
22371              Message-ID: <20050902004136.GA2656@efn.org>
22372              
22373              Date: Mon, 5 Sep 2005 08:10:20 -0700
22374              Message-ID: <20050905151020.GA3556@efn.org>
22375      Branch: perl
22376            ! perly.act perly.h perly.tab perly.y t/op/ref.t
22377 ____________________________________________________________________________
22378 [ 25398] By: merijn                                on 2005/09/13  06:22:58
22379         Log: Subject: [patch@25388] vms/vms.c Perl_cando fix.
22380              From: "John E. Malmberg" <wb8tyw@qsl.net>
22381              Date: Mon, 12 Sep 2005 23:56:36 -0400
22382              Message-ID: <43264DF4.6090403@qsl.net>
22383      Branch: perl
22384            ! vms/vms.c
22385 ____________________________________________________________________________
22386 [ 25397] By: merijn                                on 2005/09/13  06:18:46
22387         Log: Subject: [PATCH] The return of the consting
22388              From: Andy Lester <andy@petdance.com>
22389              Date: Tue, 13 Sep 2005 01:08:36 -0500
22390              Message-ID: <20050913060835.GA1037@petdance.com>
22391      Branch: perl
22392            ! embed.fnc lib/overload.pm pp_pack.c proto.h util.c
22393 ____________________________________________________________________________
22394 [ 25388] By: rgs                                   on 2005/09/12  14:32:29
22395         Log: Subject: [perl #37142] h2xs skips enums with negative values 
22396              From: Aaron Kaplan (via RT) <perlbug-followup@perl.org>
22397              Date: Sun, 11 Sep 2005 13:33:44 -0700
22398              Message-ID: <rt-3.0.11-37142-120585.5.90517066191047@perl.org>
22399      Branch: perl
22400            ! utils/h2xs.PL
22401 ____________________________________________________________________________
22402 [ 25387] By: merijn                                on 2005/09/12  13:26:31
22403         Log: Detection of malloc_size and malloc_good_size
22404      Branch: perl
22405            ! Configure Porting/Glossary config_h.SH handy.h
22406 ____________________________________________________________________________
22407 [ 25383] By: merijn                                on 2005/09/11  13:50:53
22408         Log: Reverted 25364 on authors request
22409      Branch: perl
22410            ! lib/ExtUtils/CBuilder/Base.pm
22411            ! lib/ExtUtils/CBuilder/Platform/VMS.pm
22412 ____________________________________________________________________________
22413 [ 25374] By: nicholas                              on 2005/09/10  17:07:04
22414         Log: Experiment with putting the F<.patch>level into patchlevel.h
22415              (a sure way to accelerate any change to subversion)
22416      Branch: perl
22417            ! cflags.SH patchlevel.h
22418 ____________________________________________________________________________
22419 [ 25366] By: rgs                                   on 2005/09/09  09:35:01
22420         Log: Minor comment fix
22421      Branch: perl
22422            ! hv.h
22423 ____________________________________________________________________________
22424 [ 25365] By: merijn                                on 2005/09/08  07:20:19
22425         Log: Subject: [PATCH blead] Make t/op/local.t use test.pl.
22426              From: Rick Delaney <rick@bort.ca>
22427              Date: Wed, 7 Sep 2005 22:45:44 -0400
22428              Message-ID: <20050908024544.GA4058@localhost.localdomain>
22429      Branch: perl
22430            ! t/op/local.t
22431 ____________________________________________________________________________
22432 [ 25364] By: merijn                                on 2005/09/08  06:07:53
22433         Log: Subject: [patch@cbuilder_0.13] VMS fixes for cbuilder
22434              From: "John E. Malmberg" <wb8tyw@qsl.net>
22435              Date: Wed, 07 Sep 2005 19:59:36 -0400
22436              Message-ID: <431F7EE8.3040908@qsl.net>
22437      Branch: perl
22438            ! lib/ExtUtils/CBuilder/Base.pm
22439            ! lib/ExtUtils/CBuilder/Platform/VMS.pm
22440 ____________________________________________________________________________
22441 [ 25363] By: rgs                                   on 2005/09/07  11:09:10
22442         Log: The formatting function of Carp::Heavy has problem with utf8 strings.
22443              Work around it.
22444      Branch: perl
22445            ! lib/Carp/Heavy.pm
22446 ____________________________________________________________________________
22447 [ 25362] By: rgs                                   on 2005/09/07  10:31:47
22448         Log: Subject: [perl #37091] File::Path::mkpath resets errno 
22449              From: kvr@centrum.cz (via RT) <perlbug-followup@perl.org>
22450              Date: Tue, 06 Sep 2005 08:07:14 -0700
22451              Message-ID: <rt-3.0.11-37091-120348.17.8280334480876@perl.org>
22452      Branch: perl
22453            ! lib/File/Path.pm
22454 ____________________________________________________________________________
22455 [ 25361] By: rgs                                   on 2005/09/06  19:06:38
22456         Log: Upgrade to Compress::Zlib 1.38
22457      Branch: perl
22458            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/Makefile.PL
22459            ! ext/Compress/Zlib/README ext/Compress/Zlib/Zlib.pm
22460            ! ext/Compress/Zlib/Zlib.xs ext/Compress/Zlib/t/03examples.t
22461 ____________________________________________________________________________
22462 [ 25360] By: nicholas                              on 2005/09/06  17:46:33
22463         Log: Add a TODO test for bug #37038 - assigning to the match variable
22464              should not corrupt match vars such as $1 and $2
22465      Branch: perl
22466            ! t/op/pat.t
22467 ____________________________________________________________________________
22468 [ 25359] By: rgs                                   on 2005/09/06  16:06:44
22469         Log: Revert Makefile.PL change from #25355
22470      Branch: perl
22471            ! ext/IO/Makefile.PL
22472 ____________________________________________________________________________
22473 [ 25358] By: rgs                                   on 2005/09/06  14:50:18
22474         Log: Subject: Re: Fw: Tied hash numeric values are rounded off under Perl v5.8.6
22475              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
22476              Date: Fri, 2 Sep 2005 00:05:52 -0700
22477              Message-ID: <20050902070552.GA3992@efn.org>
22478      Branch: perl
22479            ! mg.c t/op/tie.t
22480 ____________________________________________________________________________
22481 [ 25357] By: merijn                                on 2005/09/06  14:10:28
22482         Log: Added amd64 and x86_64 to recognized predefined cpp syms
22483      Branch: perl
22484            ! Configure
22485 ____________________________________________________________________________
22486 [ 25355] By: rgs                                   on 2005/09/06  08:46:37
22487         Log: Upgrade to IO 1.22 from gbarr
22488              - Adjust the regression tests to use t/test.pl from bleadperl
22489              when $ENV{PERL_CORE} is defined
22490              - Add can_ok and isa_ok to t/test.pl from the implementation
22491              found in the IO CPAN distribution
22492      Branch: perl
22493            ! ext/IO/ChangeLog ext/IO/IO.pm ext/IO/IO.xs ext/IO/Makefile.PL
22494            ! ext/IO/README ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/File.pm
22495            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Pipe.pm
22496            ! ext/IO/lib/IO/Poll.pm ext/IO/lib/IO/Seekable.pm
22497            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
22498            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
22499            ! ext/IO/t/IO.t ext/IO/t/io_file.t ext/IO/t/io_linenum.t
22500            ! ext/IO/t/io_pipe.t ext/IO/t/io_sel.t ext/IO/t/io_sock.t
22501            ! ext/IO/t/io_utf8.t t/test.pl
22502 ____________________________________________________________________________
22503 [ 25354] By: rgs                                   on 2005/09/05  11:12:14
22504         Log: Subject: regression test for 25352
22505              From: Jim Cromie <jim.cromie@gmail.com>
22506              Date: Sat, 03 Sep 2005 22:38:13 -0600
22507              Message-ID: <431A7A35.6050705@gmail.com>
22508      Branch: perl
22509            ! ext/B/t/optree_specials.t
22510 ____________________________________________________________________________
22511 [ 25353] By: davem                                 on 2005/09/04  09:40:05
22512         Log: Subject:  Re: [perl #37039] perlref documentation about optional -> is too vague
22513              From:  Yitzchak Scott-Thoennes <sthoenna@efn.org>
22514              Date:  Thu, 1 Sep 2005 17:41:36 -0700
22515              Message-Id:  <20050902004136.GA2656@efn.org>
22516              
22517              Allow any variant of bison 1.875 to be used
22518      Branch: perl
22519            ! regen_perly.pl
22520 ____________________________________________________________________________
22521 [ 25352] By: rgs                                   on 2005/09/02  20:18:01
22522         Log: Subject: Re: Optree Generation
22523              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
22524              Date: Aug 31, 2005 2:18 PM
22525              Message-ID: <20050831121822.GA3464@efn.org>
22526      Branch: perl
22527            ! ext/B/B/Concise.pm
22528 ____________________________________________________________________________
22529 [ 25351] By: rgs                                   on 2005/09/02  19:57:21
22530         Log: Subject: document index() with out of bounds POSITION
22531              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
22532              Date: Sep 2, 2005 2:23 PM
22533              Message-ID: <20050902122311.GA3104@efn.org>
22534      Branch: perl
22535            ! pod/perlfunc.pod
22536 ____________________________________________________________________________
22537 [ 25350] By: rgs                                   on 2005/09/02  17:35:31
22538         Log: Really fix the Archive::Tar setup test.
22539              p4 and svn don't behave similarly concerning removal
22540              of empty directories...
22541      Branch: perl
22542            ! lib/Archive/Tar/t/00_setup.t
22543 ____________________________________________________________________________
22544 [ 25349] By: rgs                                   on 2005/09/02  16:45:31
22545         Log: Once again, fix Archive::Tar setup test with -Dmksymlinks
22546      Branch: perl
22547            ! lib/Archive/Tar/t/00_setup.t
22548 ____________________________________________________________________________
22549 [ 25348] By: rgs                                   on 2005/09/02  13:19:48
22550         Log: Subject: RE: [ANNOUNCE] Archive::Tar 1.25
22551              From: Robin Barker <Robin.Barker@npl.co.uk>
22552              Date: Thu, 1 Sep 2005 20:09:43 +0100 
22553              Message-ID: <533D273D4014D411AB1D00062938C4D90849C7A9@hotel.npl.co.uk>
22554      Branch: perl
22555            - lib/Archive/Tar/t/src/long/b lib/Archive/Tar/t/src/short/b
22556            ! MANIFEST lib/Archive/Tar/t/00_setup.t
22557            ! lib/Archive/Tar/t/02_methods.t lib/Archive/Tar/t/99_clean.t
22558 ____________________________________________________________________________
22559 [ 25347] By: rgs                                   on 2005/09/02  12:53:49
22560         Log: Regression test for the fix in change #25308,
22561              based on code by Troy Loveday
22562      Branch: perl
22563            + ext/Data/Dumper/t/bugs.t
22564            ! MANIFEST
22565 ____________________________________________________________________________
22566 [ 25346] By: rgs                                   on 2005/09/01  15:00:15
22567         Log: Oops, fix threaded build
22568      Branch: perl
22569            ! toke.c
22570 ____________________________________________________________________________
22571 [ 25345] By: rgs                                   on 2005/09/01  14:50:24
22572         Log: Don't list test modules when listing cpan versions
22573      Branch: perl
22574            ! Porting/corecpan.pl
22575 ____________________________________________________________________________
22576 [ 25344] By: rgs                                   on 2005/09/01  14:45:23
22577         Log: Add the "no 6" / "no v6" syntax.
22578      Branch: perl
22579            ! embed.fnc embed.h ext/B/t/concise-xs.t op.c op.h pp_ctl.c
22580            ! proto.h t/comp/use.t toke.c
22581 ____________________________________________________________________________
22582 [ 25343] By: rgs                                   on 2005/09/01  14:43:19
22583         Log: Remove no 6 from the todo list
22584      Branch: perl
22585            ! embed.fnc embed.h ext/B/t/concise-xs.t op.c op.h
22586            ! pod/perltodo.pod pp_ctl.c proto.h t/comp/use.t toke.c
22587 ____________________________________________________________________________
22588 [ 25342] By: rgs                                   on 2005/08/31  15:14:28
22589         Log: Document that Sys::Syslog::openlog might die.
22590              Fixes [perl #36848] Sys::Syslog::syslog kills program if syslogd not running 
22591      Branch: perl
22592            ! ext/Sys/Syslog/Syslog.pm
22593 ____________________________________________________________________________
22594 [ 25341] By: rgs                                   on 2005/08/31  14:14:21
22595         Log: Fix for [perl #37036] perl segfault at 'compile'-time
22596      Branch: perl
22597            ! op.c
22598 ____________________________________________________________________________
22599 [ 25340] By: rgs                                   on 2005/08/31  08:07:37
22600         Log: Subject: [patch@25339] ext/Dev/Peek/t/peek.t fix for VMS
22601              From: "John E. Malmberg" <wb8tyw@qsl.net>
22602              Date: Tue, 30 Aug 2005 22:17:42 -0400
22603              Message-ID: <43151346.4010001@qsl.net>
22604      Branch: perl
22605            ! ext/Devel/Peek/t/Peek.t
22606 ____________________________________________________________________________
22607 [ 25339] By: rgs                                   on 2005/08/30  18:55:46
22608         Log: Clarify the cases where system() returns 1,
22609              per a suggestion of Rick Delaney (bug #36976)
22610      Branch: perl
22611            ! pod/perlfunc.pod
22612 ____________________________________________________________________________
22613 [ 25338] By: rgs                                   on 2005/08/30  09:38:54
22614         Log: Upgrade to PathTools 3.11
22615              (no real changes)
22616      Branch: perl
22617            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
22618 ____________________________________________________________________________
22619 [ 25337] By: rgs                                   on 2005/08/30  09:34:54
22620         Log: Subject: sv-head refactor
22621              From: Jim Cromie <jim.cromie@gmail.com>
22622              Date: Thu, 25 Aug 2005 21:42:44 -0600
22623              Message-ID: <cfe85dfa05082520425f7a7738@mail.gmail.com>
22624      Branch: perl
22625            ! sv.h
22626 ____________________________________________________________________________
22627 [ 25336] By: rgs                                   on 2005/08/30  09:09:22
22628         Log: Subject: [patch@25334] t/op/magic.t - Last 3 tests invalid on VMS
22629              From: "John E. Malmberg" <wb8tyw@qsl.net>
22630              Date: Sat, 27 Aug 2005 19:54:26 -0400
22631              Message-ID: <4310FD32.70809@qsl.net>
22632      Branch: perl
22633            ! t/op/magic.t
22634 ____________________________________________________________________________
22635 [ 25335] By: rgs                                   on 2005/08/30  09:08:31
22636         Log: Subject: [patch@25334] hv.c vms environment fix.
22637              From: "John E. Malmberg" <wb8tyw@qsl.net>
22638              Date: Sat, 27 Aug 2005 19:20:50 -0400
22639              Message-ID: <4310F552.8050401@qsl.net>
22640      Branch: perl
22641            ! hv.c
22642 ____________________________________________________________________________
22643 [ 25334] By: rgs                                   on 2005/08/27  16:59:02
22644         Log: Upgrade to PathTools 3.10
22645      Branch: perl
22646            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
22647            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
22648            ! lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t
22649 ____________________________________________________________________________
22650 [ 25333] By: rgs                                   on 2005/08/27  16:28:27
22651         Log: Fix failure in Archive::Tar tests when perl is built
22652              with -Dmksymlinks
22653      Branch: perl
22654            ! lib/Archive/Tar/t/02_methods.t
22655 ____________________________________________________________________________
22656 [ 25332] By: nicholas                              on 2005/08/25  14:53:23
22657         Log: Revert 25331 (except for the typo fix).
22658      Branch: perl
22659            ! sv.c
22660 ____________________________________________________________________________
22661 [ 25331] By: nicholas                              on 2005/08/25  14:06:43
22662         Log: To make the current implementation of sv_replace sane, we should
22663              assert that the reference count of the target is also 1.
22664              (Given that we're splatting an SV with a reference count of 1 onto
22665              the target)
22666      Branch: perl
22667            ! sv.c
22668 ____________________________________________________________________________
22669 [ 25330] By: nicholas                              on 2005/08/25  13:46:31
22670         Log: Promote the warning about reference miscount in sv_replace to a panic.
22671              TODO - document the panics
22672      Branch: perl
22673            ! sv.c
22674 ____________________________________________________________________________
22675 [ 25329] By: nicholas                              on 2005/08/25  13:15:17
22676         Log: No need to manually set the reference count of a new IO to 1.
22677      Branch: perl
22678            ! gv.c
22679 ____________________________________________________________________________
22680 [ 25328] By: rgs                                   on 2005/08/25  09:29:43
22681         Log: Don't mention redundant usethreads in -V output
22682              Be more consistent in using commas
22683      Branch: perl
22684            ! myconfig.SH
22685 ____________________________________________________________________________
22686 [ 25327] By: rgs                                   on 2005/08/25  09:13:07
22687         Log: Subject: update B::Concise pod to reflect previous changes
22688              From: Jim Cromie <jcromie@divsol.com>
22689              Date: Wed, 24 Aug 2005 11:05:47 -0600
22690              Message-ID: <430CA8EB.3010904@divsol.com>
22691      Branch: perl
22692            ! ext/B/B/Concise.pm
22693 ____________________________________________________________________________
22694 [ 25326] By: rgs                                   on 2005/08/25  08:45:04
22695         Log: Fix miniperl build with threaded perl
22696      Branch: perl
22697            ! util.c
22698 ____________________________________________________________________________
22699 [ 25325] By: rgs                                   on 2005/08/24  15:53:01
22700         Log: Subject: [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.47.tar.gz]
22701              From: "John Peacock" <jpeacock@rowman.com>
22702              Date: Tue, 23 Aug 2005 20:41:11 +0300 (IDT)
22703              Message-ID: <2444.85.65.24.143.1124818871.squirrel@webmail.rowman.com>
22704      Branch: perl
22705            ! embed.fnc embed.h global.sym lib/version.pm lib/version.t
22706            ! pod/perlapi.pod proto.h t/comp/use.t util.c
22707 ____________________________________________________________________________
22708 [ 25324] By: rgs                                   on 2005/08/24  07:28:27
22709         Log: Unmatched parentheses (thanks to Steve Peters)
22710      Branch: perl
22711            ! pod/perlvar.pod
22712 ____________________________________________________________________________
22713 [ 25323] By: rgs                                   on 2005/08/23  13:52:17
22714         Log: My system produces core.$$ files
22715      Branch: perl
22716            ! Makefile.SH
22717 ____________________________________________________________________________
22718 [ 25322] By: rgs                                   on 2005/08/23  13:25:15
22719         Log: Subject: [PATCH blead] Use SvGETMAGIC more often
22720              From: Rick Delaney <rick@bort.ca>
22721              Date: Mon, 22 Aug 2005 13:00:33 -0400
22722              Message-ID: <20050822170033.GH7674@localhost.localdomain>
22723      Branch: perl
22724            ! doio.c pp.c pp_ctl.c pp_hot.c sv.c universal.c xsutils.c
22725 ____________________________________________________________________________
22726 [ 25321] By: rgs                                   on 2005/08/23  13:11:34
22727         Log: Subject: [PATCH] Add Windows Vista support to Win32::GetOSName()
22728              From: "Jan Dubois" <jand@ActiveState.com>
22729              Date: Mon, 22 Aug 2005 15:37:09 -0700
22730              Message-Id: <200508222237.j7MMbFPA027764@smtp3.ActiveState.com>
22731      Branch: perl
22732            ! win32/ext/Win32/Win32.pm
22733 ____________________________________________________________________________
22734 [ 25320] By: rgs                                   on 2005/08/22  15:41:15
22735         Log: Subject: Re: Documentation change for IPC::Open*.pm
22736              From: Ben Tilly <btilly@gmail.com>
22737              Date: Mon, 22 Aug 2005 08:30:14 -0700
22738              Message-ID: <acc274b3050822083093357fe@mail.gmail.com>
22739      Branch: perl
22740            ! lib/IPC/Open2.pm lib/IPC/Open3.pm
22741 ____________________________________________________________________________
22742 [ 25319] By: rgs                                   on 2005/08/22  14:48:43
22743         Log: Subject: [PATCH blead] Re: [perl #36959] List Constructor Operator - Undefined Values
22744              From: Rick Delaney <rick@bort.ca>
22745              Date: Sun, 21 Aug 2005 15:09:57 -0400
22746              Message-ID: <20050821190957.GE7674@localhost.localdomain>
22747      Branch: perl
22748            ! pp_ctl.c t/op/range.t
22749 ____________________________________________________________________________
22750 [ 25318] By: rgs                                   on 2005/08/22  13:41:10
22751         Log: Upgrade to Term::ANSIColor 1.10
22752      Branch: perl
22753            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
22754            ! lib/Term/ANSIColor/README lib/Term/ANSIColor/test.pl
22755 ____________________________________________________________________________
22756 [ 25317] By: rgs                                   on 2005/08/22  13:24:09
22757         Log: Subject: [PATCH lib/CPAN.pm] Make curl follow redirects
22758              From: Michael G Schwern <schwern@pobox.com>
22759              Date: Sun, 21 Aug 2005 00:16:26 -0700
22760              Message-ID: <20050821071625.GA29394@windhund.schwern.org>
22761      Branch: perl
22762            ! lib/CPAN.pm
22763 ____________________________________________________________________________
22764 [ 25316] By: rgs                                   on 2005/08/22  12:59:27
22765         Log: Argh. I've overwritten local changes to ptar with change 25312
22766      Branch: perl
22767            ! lib/Archive/Tar/bin/ptar
22768 ____________________________________________________________________________
22769 [ 25315] By: rgs                                   on 2005/08/22  11:47:45
22770         Log: Subject: Re: Building 25309 on VAX (OpenVMS 7.2) not ok
22771              From: Abe Timmerman <abe@ztreet.demon.nl>
22772              Date: Sun, 21 Aug 2005 16:28:42 +0200
22773              Message-Id: <200508211628.42409.abe@ztreet.demon.nl>
22774      Branch: perl
22775            ! configure.com
22776 ____________________________________________________________________________
22777 [ 25314] By: rgs                                   on 2005/08/22  11:14:59
22778         Log: Don't install ptar in module tree
22779      Branch: perl
22780            ! installperl
22781 ____________________________________________________________________________
22782 [ 25313] By: rgs                                   on 2005/08/22  10:29:45
22783         Log: Fix typo in file name
22784      Branch: perl
22785            ! MANIFEST
22786 ____________________________________________________________________________
22787 [ 25312] By: rgs                                   on 2005/08/22  10:09:40
22788         Log: Upgrade to Archive::Tar 1.26
22789              Preserve some local typo fixes
22790              Don't load Data::Dumper
22791      Branch: perl
22792            + lib/Archive/Tar/bin/ptardiff
22793            + lib/Archive/Tar/t/04_resolved_issues.t
22794            ! MANIFEST lib/Archive/Tar.pm lib/Archive/Tar/Constant.pm
22795            ! lib/Archive/Tar/File.pm lib/Archive/Tar/bin/ptar
22796            ! lib/Archive/Tar/t/02_methods.t
22797 ____________________________________________________________________________
22798 [ 25311] By: nicholas                              on 2005/08/21  16:19:12
22799         Log: Subject: [patch@25305] t/op/arith.t fix for VMS with IEEE float
22800              From: "John E. Malmberg" <wb8tyw@qsl.net>
22801              Message-ID: <4307F348.70603@qsl.net>
22802              Date: Sat, 20 Aug 2005 23:21:44 -0400
22803      Branch: perl
22804            ! t/op/arith.t
22805 ____________________________________________________________________________
22806 [ 25310] By: nicholas                              on 2005/08/21  16:05:22
22807         Log: Subject: [patch@25305] lib/ExtUtils/t/Constant.t VMS fixes
22808              From: "John E. Malmberg" <wb8tyw@qsl.net>
22809              Message-ID: <43080395.50807@qsl.net>
22810              Date: Sun, 21 Aug 2005 00:31:17 -0400
22811      Branch: perl
22812            ! lib/ExtUtils/t/Constant.t
22813 ____________________________________________________________________________
22814 [ 25309] By: nicholas                              on 2005/08/19  21:19:37
22815         Log: Subject: [PATCH ext/POSIX/POSIX.xs] Whitespace
22816              From: Abigail <abigail@abigail.nl>
22817              Message-ID: <20050723003235.GJ15093@abigail.nl>
22818              Date: Sat, 23 Jul 2005 02:32:35 +0200
22819      Branch: perl
22820            ! ext/POSIX/POSIX.xs
22821 ____________________________________________________________________________
22822 [ 25308] By: rgs                                   on 2005/08/19  12:54:46
22823         Log: Subject: Re: Data::Dumper bug?
22824              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
22825              Date: Mon, 8 Aug 2005 20:33:02 -0700
22826              Message-ID: <20050809033301.GA3804@efn.org>
22827      Branch: perl
22828            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
22829 ____________________________________________________________________________
22830 [ 25307] By: rgs                                   on 2005/08/19  12:44:12
22831         Log: Subject: [PATCH] make threads.xs emit warnings properly
22832              From: Tassilo von Parseval <tassilo.von.parseval@rwth-aachen.de>
22833              Date: Aug 7, 2005 7:10 AM
22834              Message-id: <20050807051041.GA3924@ethan>
22835      Branch: perl
22836            ! ext/threads/threads.pm ext/threads/threads.xs pod/perldiag.pod
22837 ____________________________________________________________________________
22838 [ 25306] By: rgs                                   on 2005/08/19  06:10:28
22839         Log: Subject: [patch@25305] fixes to const fixes + Case Preserved start
22840              From: "John E. Malmberg" <wb8tyw@qsl.net>
22841              Date: Thu, 18 Aug 2005 21:18:27 -0400
22842              Message-ID: <43053363.8090809@qsl.net>
22843      Branch: perl
22844            ! vms/vms.c
22845 ____________________________________________________________________________
22846 [ 25305] By: rgs                                   on 2005/08/18  13:47:41
22847         Log: Subject: make test of perl 5.8.7 failed on icc9
22848              From: YAMASHINA Hio <hio@ymir.co.jp>
22849              Date: Thu, 18 Aug 2005 20:36:57 +0900
22850              Message-Id: <20050818165213.BDF1.HIO@ymir.co.jp>
22851      Branch: perl
22852            ! hints/linux.sh
22853 ____________________________________________________________________________
22854 [ 25304] By: rgs                                   on 2005/08/18  11:10:27
22855         Log: Subject: [PATCH] 5.9.x (and 5.8.x): Symbian update
22856              From: <jarkko.hietaniemi@nokia.com>
22857              Date: Thu, 18 Aug 2005 13:43:46 +0300
22858              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A41B@esebe105.NOE.Nokia.com>
22859      Branch: perl
22860            ! README.symbian ext/Compress/Zlib/Zlib.xs numeric.c
22861            ! symbian/TODO symbian/config.pl symbian/config.sh
22862            ! symbian/install.cfg symbian/symbian_stubs.c symbian/xsbuild.pl
22863 ____________________________________________________________________________
22864 [ 25303] By: rgs                                   on 2005/08/18  08:58:54
22865         Log: Subject: [PATCH] Re: Transliteration operator(tr//)on EBCDIC platform
22866              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
22867              Date: Fri, 12 Aug 2005 00:20:39 +0900
22868              Message-Id: <20050812001541.EA69.BQW10602@nifty.com>
22869      Branch: perl
22870            ! t/op/tr.t toke.c
22871 ____________________________________________________________________________
22872 [ 25302] By: rgs                                   on 2005/08/18  08:00:53
22873         Log: Subject: autouse.pm: remove unneeded eval
22874              From: Alexey Tourbin <at@altlinux.ru>
22875              Date: Thu, 18 Aug 2005 08:13:24 +0400
22876              Message-ID: <20050818041324.GO19097@solemn.turbinal.org>
22877              
22878              Subject: autouse.pm: check stub, use goto in stub
22879              From: Alexey Tourbin <at@altlinux.ru>
22880              Date: Thu, 18 Aug 2005 09:06:20 +0400
22881              Message-ID: <20050818050620.GP19097@solemn.turbinal.org>
22882      Branch: perl
22883            ! lib/autouse.pm
22884 ____________________________________________________________________________
22885 [ 25301] By: rgs                                   on 2005/08/17  15:57:09
22886         Log: FAQ sync
22887      Branch: perl
22888            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
22889            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
22890            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
22891 ____________________________________________________________________________
22892 [ 25300] By: steveh                                on 2005/08/17  14:33:00
22893         Log: Subject: Your bug reports for Time::Local
22894              From: Dave Rolsky <autarch@urth.org>
22895              Date: Tue, 16 Aug 2005 11:22:20 -0500 (CDT)
22896              Message-ID: <Pine.LNX.4.61.0508161120520.26270@urth.org>
22897              
22898              An improvement on change 25287 from Dave Rolsky
22899      Branch: perl
22900            ! lib/Time/Local.t
22901 ____________________________________________________________________________
22902 [ 25299] By: rgs                                   on 2005/08/17  12:33:18
22903         Log: Subject: Re: [perl #36654] Inconsistent treatment of NaN
22904              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
22905              Date: Aug 7, 2005 8:03 PM
22906              Message-ID: <20050807180308.GA2112@efn.org>
22907              
22908              Subject: Re: [perl #36654] Inconsistent treatment of NaN
22909              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
22910              Date: Wed, 10 Aug 2005 22:53:51 -0700
22911              Message-ID: <20050811055351.GA2296@efn.org>
22912      Branch: perl
22913            ! numeric.c pod/perlop.pod
22914 ____________________________________________________________________________
22915 [ 25298] By: rgs                                   on 2005/08/17  09:35:32
22916         Log: Upgrade to Time::HiRes 1.73
22917      Branch: perl
22918            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
22919 ____________________________________________________________________________
22920 [ 25297] By: nicholas                              on 2005/08/17  09:06:33
22921         Log: Given that we now have a union, there's no need for all the HvARRAY()
22922              casting games.
22923      Branch: perl
22924            ! hv.h sv.h
22925 ____________________________________________________________________________
22926 [ 25296] By: rgs                                   on 2005/08/16  17:57:27
22927         Log: Fix for [perl #36853] -Dx can crash bleadperl
22928              The PL_op_sequence global hash wasn't initialized
22929      Branch: perl
22930            ! dump.c
22931 ____________________________________________________________________________
22932 [ 25295] By: merijn                                on 2005/08/16  07:36:58
22933         Log: Subject: Time::HiRes::nanosleep support for Solaris [PATCH]
22934              From: Gisle Aas <gisle@ActiveState.com>
22935              Date: 15 Aug 2005 21:05:22 -0700
22936              Message-ID: <lrk6imy1a5.fsf@caliper.activestate.com>
22937      Branch: perl
22938            ! ext/Time/HiRes/hints/solaris.pl
22939 ____________________________________________________________________________
22940 [ 25294] By: merijn                                on 2005/08/15  09:36:30
22941         Log: Subject: Re: [PATCH@25292] add nonxs_ext to configure.com
22942              From: "John E. Malmberg" <wb8tyw@qsl.net>
22943              Date: Sat, 13 Aug 2005 12:20:34 -0400
22944              Message-ID: <42FE1DD2.8050803@qsl.net>
22945      Branch: perl
22946            ! configure.com
22947 ____________________________________________________________________________
22948 [ 25293] By: merijn                                on 2005/08/15  09:34:28
22949         Log: Subject: [PATCH configure.com] Make "prove" available on VMS
22950              From: Abe Timmerman <abe@ztreet.demon.nl>
22951              Date: Sat, 13 Aug 2005 18:16:29 +0200
22952              Message-Id: <200508131816.29092.abe@ztreet.demon.nl>
22953      Branch: perl
22954            ! configure.com
22955 ____________________________________________________________________________
22956 [ 25292] By: merijn                                on 2005/08/13  07:38:54
22957         Log: Subject: [PATCH @ 24148] Compress::Zlib 1.37
22958              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
22959              Date: Fri, 12 Aug 2005 16:31:42 +0100
22960              Message-Id: <20050812153145.PWIR17166.aamta12-winn.ispmail.ntl.com@MARQUESSPT21>
22961      Branch: perl
22962            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/Makefile.PL
22963            ! ext/Compress/Zlib/README ext/Compress/Zlib/Zlib.pm
22964            ! ext/Compress/Zlib/t/03examples.t
22965 ____________________________________________________________________________
22966 [ 25291] By: merijn                                on 2005/08/13  07:33:46
22967         Log: Subject: [patch@25289] Add sig_count to CONFIGURE.COM
22968              From: "John E. Malmberg" <wb8tyw@qsl.net>
22969              Date: Fri, 12 Aug 2005 13:39:25 -0400
22970              Message-ID: <42FCDECD.8090009@qsl.net>
22971      Branch: perl
22972            ! configure.com
22973 ____________________________________________________________________________
22974 [ 25290] By: merijn                                on 2005/08/13  07:30:05
22975         Log: Subject: Re: [patch@25289] bninfnan.t setting include path to file.
22976              From: "John E. Malmberg" <wb8tyw@qsl.net>
22977              Date: Fri, 12 Aug 2005 23:17:39 -0400
22978              Message-ID: <42FD6653.6010605@qsl.net>
22979      Branch: perl
22980            ! lib/bignum/t/bninfnan.t
22981 ____________________________________________________________________________
22982 [ 25289] By: steveh                                on 2005/08/12  16:13:11
22983         Log: Supply same libs for bcc32 builds as cl and gcc builds have
22984              
22985              It makes life easier for third-party extensions if perl provides a
22986              decent set of libs to link against. cl and gcc builds already have
22987              this (except that gcc was missing one lib), but bcc32 builds only
22988              have one or two libs supplied.  In particular, the ODBC libs
22989              required for building libwin32 were not specified.  One of these
22990              doesn't exist in the Borland lib dirs by default, so generate it
22991              from the DLL if it is missing.
22992      Branch: perl
22993            ! win32/makefile.mk
22994 ____________________________________________________________________________
22995 [ 25288] By: steveh                                on 2005/08/12  15:26:11
22996         Log: Make change 25286 better
22997              
22998              Thanks to John E. Malmberg <wb8tyw@qsl.net> for pointing this out.
22999      Branch: perl
23000            ! win32/win32.c
23001 ____________________________________________________________________________
23002 [ 25287] By: steveh                                on 2005/08/11  11:56:26
23003         Log: Fix lib/Time/Local.t for bcc32 in non GMT time zones
23004              
23005              See comments at:
23006              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-08/msg00115.html
23007      Branch: perl
23008            ! lib/Time/Local.t
23009 ____________________________________________________________________________
23010 [ 25286] By: steveh                                on 2005/08/11  10:56:12
23011         Log: Silence Win32 compiler warnings following change 25280
23012      Branch: perl
23013            ! win32/win32.c
23014 ____________________________________________________________________________
23015 [ 25285] By: steveh                                on 2005/08/11  09:21:37
23016         Log: Run regen.pl
23017      Branch: perl
23018            ! pod/perlapi.pod proto.h
23019 ____________________________________________________________________________
23020 [ 25284] By: merijn                                on 2005/08/11  07:35:27
23021         Log: Subject: [patch] blead@25282 - VMS specific fixes. [2nd try]
23022              From: "John E. Malmberg" <wb8tyw@qsl.net>
23023              Date: Wed, 10 Aug 2005 23:26:03 -0400
23024              Message-ID: <42FAC54B.2050207@qsl.net>
23025      Branch: perl
23026            ! lib/Test/Harness/Straps.pm lib/vmsish.t t/lib/warnings/doio
23027            ! t/op/anonsub.t t/op/chdir.t t/op/closure.t t/op/lex_assign.t
23028            ! t/op/runlevel.t t/op/stat.t t/pod/find.t t/x2p/s2p.t
23029            ! utils/c2ph.PL vms/ext/Stdio/test.pl
23030 ____________________________________________________________________________
23031 [ 25283] By: merijn                                on 2005/08/11  07:25:32
23032         Log: Subject: [patch] blead@25282
23033              From: "John E. Malmberg" <wb8tyw@qsl.net>
23034              Date: Wed, 10 Aug 2005 23:47:47 -0400
23035              Message-ID: <42FACA63.4030805@qsl.net>
23036      Branch: perl
23037            ! t/op/exec.t t/run/exit.t
23038 ____________________________________________________________________________
23039 [ 25282] By: merijn                                on 2005/08/10  20:34:03
23040         Log: Subject: [PATCH] Re: [perl #36235] perl + gcc-4.0.0 + solaris + gnu binutils
23041              From: Andy Dougherty <doughera@lafayette.edu>
23042              Date: Tue, 26 Jul 2005 12:03:37 -0400 (EDT)
23043              Message-ID: <Pine.SOC.4.62.0507261131300.8774@maxwell.phys.lafayette.edu>
23044      Branch: perl
23045            ! hints/solaris_2.sh
23046 ____________________________________________________________________________
23047 [ 25281] By: merijn                                on 2005/08/10  11:45:11
23048         Log: Subject: conflicting types for 'Perl_my_popen'
23049              From: Alexey Tourbin <at@altlinux.ru>
23050              Date: Wed, 10 Aug 2005 15:19:15 +0400
23051              Message-ID: <20050810111915.GK19097@solemn.turbinal.org>
23052      Branch: perl
23053            ! util.c
23054 ____________________________________________________________________________
23055 [ 25280] By: merijn                                on 2005/08/10  09:14:23
23056         Log: Subject: patch@25279 VMS error handling and const fixes
23057              From: "John E. Malmberg" <wb8tyw@qsl.net>
23058              Date: Wed, 10 Aug 2005 00:37:13 -0400
23059              Message-ID: <42F98479.6030207@qsl.net>
23060      Branch: perl
23061            ! doio.c embed.fnc perl.h pp_sys.c proto.h vms/vms.c
23062            ! vms/vmsish.h
23063 ____________________________________________________________________________
23064 [ 25279] By: merijn                                on 2005/08/09  11:24:54
23065         Log: Subject: [PATCH] Fix a couple of random warnings
23066              From: Steve Peters <steve@fisharerojo.org>
23067              Date: Tue, 9 Aug 2005 06:21:48 -0500
23068              Message-ID: <20050809112148.GA4902@mccoy.peters.homeunix.org>
23069      Branch: perl
23070            ! nostdio.h perl.c
23071 ____________________________________________________________________________
23072 [ 25278] By: steveh                                on 2005/08/08  16:12:12
23073         Log: Update Porting/repository.pod to recommend Cygwin's ssh on Win32
23074              
23075              Cygwin's ssh client seems to be superior to MSYS's ssh client in that
23076              it supports the ServerAliveInterval config setting which prevents the
23077              ssh client from timing out every so often
23078      Branch: perl
23079            ! Porting/repository.pod
23080 ____________________________________________________________________________
23081 [ 25277] By: merijn                                on 2005/08/08  06:22:38
23082         Log: Subject: [PATCH] Post-OSCON NN/NULLOK-ing
23083              From: Andy Lester <andy@petdance.com>
23084              Date: Sun, 7 Aug 2005 00:59:11 -0500
23085              Message-ID: <20050807055911.GA6384@petdance.com>
23086      Branch: perl
23087            ! embed.fnc op.c
23088 ____________________________________________________________________________
23089 [ 25276] By: merijn                                on 2005/08/08  06:17:33
23090         Log: Subject: Re: [PATCH] undup
23091              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
23092              Date: Sun, 07 Aug 2005 14:49:40 +0300
23093              Message-ID: <42F5F554.5020701@gmail.com>
23094      Branch: perl
23095            ! pod/perldoc.pod pod/perltodo.pod pod/perlunicode.pod
23096 ____________________________________________________________________________
23097 [ 25275] By: davem                                 on 2005/08/07  11:15:32
23098         Log: run regen.pl after change #25274
23099      Branch: perl
23100            ! pod/perlintern.pod
23101 ____________________________________________________________________________
23102 [ 25274] By: merijn                                on 2005/08/07  10:10:12
23103         Log: Subject: [PATCH] undup 
23104              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
23105              Date: Sun, 07 Aug 2005 13:28:19 +0300
23106              Message-ID: <42F5E243.80500@gmail.com>
23107      Branch: perl
23108            ! ext/Encode/lib/Encode/Supported.pod lib/Test/Harness/TAP.pod
23109            ! pad.c pod/perl573delta.pod pod/perl58delta.pod
23110            ! pod/perlfaq7.pod pod/perlglossary.pod pod/perlvar.pod pp_ctl.c
23111 ____________________________________________________________________________
23112 [ 25273] By: rgs                                   on 2005/08/06  23:07:46
23113         Log: Add files missed in change 25271
23114      Branch: perl
23115            + ext/Encode/lib/Encode/MIME/Header/ISO_2022_JP.pm
23116            + ext/Encode/t/mime_header_iso2022jp.t
23117 ____________________________________________________________________________
23118 [ 25272] By: rgs                                   on 2005/08/06  22:46:06
23119         Log: Clarify docs
23120      Branch: perl
23121            ! ext/PerlIO/encoding/encoding.pm
23122 ____________________________________________________________________________
23123 [ 25271] By: rgs                                   on 2005/08/06  22:15:14
23124         Log: Upgrade to Encode 2.11, plus a patch to PerlIO::encoding
23125              by Dan Kogai to fix encoding(utf-8-strict) with partial
23126              characters.
23127      Branch: perl
23128            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
23129            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
23130            ! ext/Encode/Encode/encode.h ext/Encode/MANIFEST
23131            ! ext/Encode/META.yml ext/Encode/lib/Encode/Alias.pm
23132            ! ext/Encode/lib/Encode/Config.pm
23133            ! ext/Encode/lib/Encode/MIME/Header.pm
23134            ! ext/PerlIO/encoding/encoding.pm
23135 ____________________________________________________________________________
23136 [ 25270] By: merijn                                on 2005/08/06  15:54:55
23137         Log: Subject: [PATCH] Re: [PATCH] Re: [perl #36819] perlbug AutoReply: Bleadperl: abs() busted outside integer range
23138              From: Dominic Dunlop <shouldbedomo@mac.com>
23139              Date: Sat, 6 Aug 2005 17:47:40 +0200
23140              Message-Id: <EF62D3CF-8B54-4C7B-973E-C259F487AE32@mac.com>
23141      Branch: perl
23142            ! pp.c t/op/arith.t
23143 ____________________________________________________________________________
23144 [ 25269] By: rgs                                   on 2005/08/05  16:31:44
23145         Log: Subject: [patch]vms.c - buffer highwater overrun in vmsify
23146              From: John E. Malmberg <wb8tyw@qsl.net>
23147              Date: Mon, 01 Aug 2005 19:54:22 -0400
23148              Message-ID: <42EEB62E.3020108@qsl.net>
23149      Branch: perl
23150            ! vms/vms.c
23151 ____________________________________________________________________________
23152 [ 25268] By: rgs                                   on 2005/08/05  15:01:19
23153         Log: "thread failed to start" is a severe warning, not a fatal error
23154              as reported by Tassilo von Parseval.
23155      Branch: perl
23156            ! pod/perldiag.pod
23157 ____________________________________________________________________________
23158 [ 25267] By: merijn                                on 2005/08/05  14:13:26
23159         Log: ASCIZ is not a typo
23160      Branch: perl
23161            ! pod/perlfunc.pod
23162 ____________________________________________________________________________
23163 [ 25266] By: merijn                                on 2005/08/05  07:50:40
23164         Log: Subject: [PATCH] Typos in *.p[lm]
23165              From: "Piotr Fusik" <pfusik@op.pl>
23166              Date: Sun, 31 Jul 2005 12:50:04 +0200
23167              Message-ID: <001401c595bd$dccb5d80$0bd34dd5@piec>
23168      Branch: perl
23169            ! ext/Encode/lib/Encode/PerlIO.pod
23170            ! ext/Encode/lib/Encode/Supported.pod lib/ExtUtils/MM_Win95.pm
23171            ! lib/ExtUtils/MakeMaker/FAQ.pod lib/Net/libnetFAQ.pod
23172            ! lib/Test/Harness/TAP.pod lib/Test/Tutorial.pod
23173            ! pod/perlfunc.pod pod/perltoc.pod
23174 ____________________________________________________________________________
23175 [ 25265] By: rgs                                   on 2005/08/04  16:45:37
23176         Log: VMS debugging help, by John E. Malmberg
23177      Branch: perl
23178            ! vms/descrip_mms.template
23179 ____________________________________________________________________________
23180 [ 25264] By: merijn                                on 2005/08/03  10:30:54
23181         Log: Subject: [PATCH] Re: Smoke [5.9.3] 25248 FAIL(F) openbsd 3.7 (i386/1 cpu)
23182              From: Dominic Dunlop <shouldbedomo@mac.com>
23183              Date: Wed, 3 Aug 2005 12:19:03 +0200
23184              Message-Id: <8D595B69-4489-4395-BFA4-07DF5859D556@mac.com>
23185      Branch: perl
23186            ! t/op/sprintf.t
23187 ____________________________________________________________________________
23188 [ 25263] By: merijn                                on 2005/08/02  13:59:49
23189         Log: The typo changes from 25261 (of course) altered the MD5's
23190      Branch: perl
23191            ! ext/Digest/MD5/t/files.t
23192 ____________________________________________________________________________
23193 [ 25262] By: merijn                                on 2005/08/02  13:45:35
23194         Log: Typoes from 25261 also in expected for tests
23195      Branch: perl
23196            ! t/pod/pod2usage.xr
23197 ____________________________________________________________________________
23198 [ 25261] By: merijn                                on 2005/08/02  10:39:51
23199         Log: Subject: [PATCH] Typos in *.p[lm]
23200              From: "Piotr Fusik" <pfusik@op.pl>
23201              Date: Sun, 31 Jul 2005 12:50:04 +0200
23202              Message-ID: <001401c595bd$dccb5d80$0bd34dd5@piec>
23203      Branch: perl
23204            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bblock.pm ext/B/B/CC.pm
23205            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
23206            ! ext/B/t/OptreeCheck.pm ext/Compress/Zlib/Zlib.pm
23207            ! ext/DB_File/DB_File.pm ext/Digest/MD5/MD5.pm
23208            ! ext/Encode/Encode.pm ext/Encode/encoding.pm
23209            ! ext/Encode/lib/Encode/Alias.pm ext/IO/lib/IO/Dir.pm
23210            ! ext/IO/lib/IO/Poll.pm ext/IO/lib/IO/Socket/INET.pm
23211            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
23212            ! ext/Opcode/Opcode.pm ext/Opcode/ops.pm
23213            ! ext/SDBM_File/SDBM_File.pm ext/Storable/Storable.pm
23214            ! ext/XS/APItest/APItest.pm ext/re/re.pm lib/Archive/Tar.pm
23215            ! lib/Archive/Tar/Constant.pm lib/Attribute/Handlers.pm
23216            ! lib/CGI.pm lib/CGI/Carp.pm lib/CPAN.pm lib/Digest.pm
23217            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
23218            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
23219            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
23220            ! lib/ExtUtils/ParseXS.pm lib/File/Basename.pm
23221            ! lib/File/Spec/Mac.pm lib/File/Temp.pm lib/Filter/Simple.pm
23222            ! lib/Getopt/Long.pm lib/I18N/LangTags.pm
23223            ! lib/I18N/LangTags/List.pm lib/Math/BigFloat.pm
23224            ! lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm lib/Math/BigRat.pm
23225            ! lib/NEXT.pm lib/Net/Cmd.pm lib/Net/Config.pm lib/Net/FTP.pm
23226            ! lib/Net/NNTP.pm lib/Net/POP3.pm lib/Net/Ping.pm
23227            ! lib/Net/SMTP.pm lib/PerlIO.pm lib/Pod/Checker.pm
23228            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Pod/InputObjects.pm
23229            ! lib/Pod/LaTeX.pm lib/Pod/Parser.pm lib/Pod/Select.pm
23230            ! lib/Pod/Usage.pm lib/Switch.pm lib/Term/ANSIColor.pm
23231            ! lib/Test.pm lib/Test/More.pm lib/Text/Balanced.pm
23232            ! lib/Text/Wrap.pm lib/Tie/File.pm lib/Tie/Hash.pm
23233            ! lib/Unicode/UCD.pm lib/base.pm lib/bigint.pm lib/bignum.pm
23234            ! lib/bigrat.pm lib/blib.pm lib/diagnostics.pm lib/perl5db.pl
23235            ! lib/version.pm lib/vmsish.pm os2/OS2/PrfDB/PrfDB.pm
23236            ! os2/OS2/Process/Process.pm pod/checkpods.PL pod/pod2usage.PL
23237            ! utils/h2xs.PL win32/bin/pl2bat.pl wince/bin/pl2bat.pl
23238            ! wince/comp.pl
23239 ____________________________________________________________________________
23240 [ 25260] By: rgs                                   on 2005/08/01  15:14:48
23241         Log: Document where to find maintainers of dual live modules
23242      Branch: perl
23243            ! pod/perlhack.pod
23244 ____________________________________________________________________________
23245 [ 25259] By: rgs                                   on 2005/08/01  15:12:07
23246         Log: More typo fixes (damn generated pod files)
23247      Branch: perl
23248            ! pad.c
23249 ____________________________________________________________________________
23250 [ 25258] By: rgs                                   on 2005/08/01  14:45:22
23251         Log: Subject: Re: [perl #36616] bug or feature? foreach (sort @array) {y/a-z/A-Z/;} # @array modified!
23252              From: Michael G Schwern <schwern@pobox.com>
23253              Date: Sat, 23 Jul 2005 19:59:29 -0700
23254              Message-ID: <20050724025929.GA6574@windhund.schwern.org>
23255      Branch: perl
23256            ! pod/perlfunc.pod
23257 ____________________________________________________________________________
23258 [ 25257] By: rgs                                   on 2005/08/01  13:58:04
23259         Log: Various patches by John E. Malmberg to fix data
23260              corruption issues on VMS. Back out change 25218 and
23261              the parts of change 25217 that affect pp_ctl.c and
23262              pp_sys.c.
23263      Branch: perl
23264            ! doio.c ext/Compress/Zlib/Makefile.PL mg.c pp_ctl.c pp_sys.c
23265            ! vms/vms.c vms/vmsish.h
23266 ____________________________________________________________________________
23267 [ 25256] By: rgs                                   on 2005/08/01  13:54:52
23268         Log: Various patches by John E. Malmberg to fix data
23269              corruption issues on VMS. Back out change 25218 and
23270              the parts of change 25217 that affect pp_ctl.c and
23271              pp_sys.c.
23272      Branch: perl
23273            ! doio.c ext/Compress/Zlib/Makefile.PL mg.c pp_ctl.c pp_sys.c
23274            ! vms/vms.c vms/vmsish.h
23275 ____________________________________________________________________________
23276 [ 25255] By: rgs                                   on 2005/08/01  13:15:25
23277         Log: Subject: [patch] blead@25226 on OpenVMS/vms.c - fopen bug.
23278              From: "John E. Malmberg" <wb8tyw@qsl.net>
23279              Date: Fri, 29 Jul 2005 10:24:15 -0400
23280              Message-ID: <42EA3C0F.9040900@qsl.net>
23281      Branch: perl
23282            ! vms/vms.c
23283 ____________________________________________________________________________
23284 [ 25254] By: rgs                                   on 2005/08/01  08:14:27
23285         Log: Another typo fix
23286      Branch: perl
23287            ! XSUB.h pod/perlapi.pod
23288 ____________________________________________________________________________
23289 [ 25253] By: rgs                                   on 2005/08/01  08:13:10
23290         Log: Subject: [PATCH] POD typos
23291              From: "Piotr Fusik" <pfusik@op.pl>
23292              Date: Sat, 30 Jul 2005 21:54:19 +0200
23293              Message-ID: <00ef01c59542$3198ba00$26d34dd5@piec>
23294      Branch: perl
23295            ! Porting/pumpkin.pod Porting/repository.pod ext/POSIX/POSIX.pod
23296            ! pod/perl593delta.pod pod/perlapio.pod pod/perldebug.pod
23297            ! pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq3.pod
23298            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlglossary.pod
23299            ! pod/perlguts.pod pod/perlintern.pod pod/perltodo.pod
23300            ! pod/perlxs.pod symbian/PerlBase.pod vms/perlvms.pod
23301 ____________________________________________________________________________
23302 [ 25252] By: rgs                                   on 2005/08/01  07:49:58
23303         Log: Subject: Re: [perl #36622] y/// at end of file
23304              From: Michael G Schwern <schwern@pobox.com>
23305              Date: Fri, 22 Jul 2005 11:51:15 -0700
23306              Message-ID: <20050722185115.GB28829@windhund.schwern.org>
23307      Branch: perl
23308            ! t/op/tr.t t/test.pl
23309 ____________________________________________________________________________
23310 [ 25251] By: rgs                                   on 2005/08/01  07:23:08
23311         Log: Subject: Re: blead@25210 on OpenVMS (not good)
23312              From: "John E. Malmberg" <wb8tyw@qsl.net>
23313              Date: Sun, 24 Jul 2005 19:09:01 -0400
23314              Message-ID: <42E41F8D.3040306@qsl.net>
23315              
23316              constify Perl_unlnk
23317      Branch: perl
23318            ! embed.fnc perl.h proto.h util.c
23319 ____________________________________________________________________________
23320 [ 25250] By: rgs                                   on 2005/08/01  07:03:36
23321         Log: Subject: blead@25226 - ext/Compress/Zlib on VMS.
23322              From: "John E. Malmberg" <wb8tyw@qsl.net>
23323              Date: Sun, 31 Jul 2005 23:19:51 -0400
23324              Message-ID: <42ED94D6.7020104@qsl.net>
23325      Branch: perl
23326            ! ext/Compress/Zlib/t/03examples.t
23327 ____________________________________________________________________________
23328 [ 25249] By: rgs                                   on 2005/08/01  06:57:09
23329         Log: Subject: [patch] blead@25226 - t/op/pack.t undefined value fix
23330              From: "John E. Malmberg" <wb8tyw@qsl.net>
23331              Date: Sun, 31 Jul 2005 22:18:19 -0400
23332              Message-ID: <42ED866B.3000308@qsl.net>
23333      Branch: perl
23334            ! t/op/pack.t
23335 ____________________________________________________________________________
23336 [ 25248] By: merijn                                on 2005/07/31  15:50:45
23337         Log: SIGRTMIN & SIGRTMAX on Cygwin both 32. sig_count = 33, but
23338              POSIX::SigRt is not available on use
23339      Branch: perl
23340            ! ext/POSIX/t/sigaction.t
23341 ____________________________________________________________________________
23342 [ 25247] By: merijn                                on 2005/07/31  15:47:51
23343         Log: Subject: [PATCH] Re: Smoke [5.9.3] 25237 FAIL(F) linux 2.6.12-4-686 [debian] (i686/1 cpu)
23344              From: Dominic Dunlop <shouldbedomo@mac.com>
23345              Date: Fri, 29 Jul 2005 17:41:59 +0200
23346              Message-Id: <33378322-189C-4D70-AC0B-1AF589DD56E7@mac.com>
23347      Branch: perl
23348            ! sv.h
23349 ____________________________________________________________________________
23350 [ 25246] By: rgs                                   on 2005/07/31  15:15:35
23351         Log: Remove the documentation for $#, which has been removed
23352      Branch: perl
23353            ! pod/perlvar.pod
23354 ____________________________________________________________________________
23355 [ 25245] By: rgs                                   on 2005/07/29  15:36:09
23356         Log: Update Changes
23357      Branch: perl
23358            ! Changes
23359 ____________________________________________________________________________
23360 [ 25244] By: steveh                                on 2005/07/29  09:41:38
23361         Log: Skip op/sprintf.t test 147 on MSWin32
23362              ... and fix the skip code so that it actually works ;-)
23363      Branch: perl
23364            ! t/op/sprintf.t
23365 ____________________________________________________________________________
23366 [ 25243] By: rgs                                   on 2005/07/29  08:31:51
23367         Log: Subject: [PATCH] More embed.fnc goodness
23368              From: Andy Lester <andy@petdance.com>
23369              Date: Thu, 28 Jul 2005 14:09:56 -0500
23370              Message-ID: <20050728190956.GB607@petdance.com>
23371      Branch: perl
23372            ! doio.c embed.fnc embed.h op.c pp_ctl.c proto.h regcomp.c
23373            ! regexec.c sv.c util.c
23374 ____________________________________________________________________________
23375 [ 25242] By: rgs                                   on 2005/07/29  07:19:11
23376         Log: Subject: [PATCH] Fix English error in overload.pm
23377              From: Andy Lester <andy@petdance.com>
23378              Date: Thu, 28 Jul 2005 14:10:43 -0500
23379              Message-ID: <20050728191043.GC607@petdance.com>
23380      Branch: perl
23381            ! lib/overload.pm
23382 ____________________________________________________________________________
23383 [ 25241] By: rgs                                   on 2005/07/28  17:34:36
23384         Log: Clarification to the syntax of loop modifiers
23385              by Piotr Fusik
23386      Branch: perl
23387            ! pod/perlfunc.pod
23388 ____________________________________________________________________________
23389 [ 25240] By: rgs                                   on 2005/07/28  17:29:47
23390         Log: Subject: RE: [PATCH] Re: [PATCH] support POSIX SA_SIGINFO
23391              From: "Green, Paul" <Paul.Green@stratus.com>
23392              Date: Mon, 25 Jul 2005 12:39:32 -0400
23393              Message-ID: <F5F42E77A43DD944B6D664B00A5401CB8A9F67@EXNA.corp.stratus.com>
23394      Branch: perl
23395            ! mg.c
23396 ____________________________________________________________________________
23397 [ 25239] By: rgs                                   on 2005/07/28  17:18:13
23398         Log: Subject: [PATCH fresh_perl.t] Being more careful about newlines
23399              From: Michael G Schwern <schwern@pobox.com>
23400              Date: Fri, 22 Jul 2005 12:53:34 -0700
23401              Message-ID: <20050722195334.GA12431@windhund.schwern.org>
23402      Branch: perl
23403            ! t/run/fresh_perl.t
23404 ____________________________________________________________________________
23405 [ 25238] By: rgs                                   on 2005/07/28  16:11:23
23406         Log: Subject: [PATCH] perl.h, use STRINGIFY in 25171
23407              From: Robin Barker <Robin.Barker@npl.co.uk>
23408              Date: Thu, 28 Jul 2005 12:13:13 +0100
23409              Message-ID: <533D273D4014D411AB1D00062938C4D90849C75A@hotel.npl.co.uk>
23410      Branch: perl
23411            ! perl.h
23412 ____________________________________________________________________________
23413 [ 25237] By: merijn                                on 2005/07/28  13:03:09
23414         Log: Subject: [PATCH] tidy up DieNull and DIE_NULL
23415              From: Robin Barker <Robin.Barker@npl.co.uk>
23416              Date: Thu, 28 Jul 2005 14:05:51 +0100
23417              Message-ID: <533D273D4014D411AB1D00062938C4D90849C75C@hotel.npl.co.uk>
23418      Branch: perl
23419            ! embed.fnc mg.c perl.h pp.h pp_sys.c proto.h
23420 ____________________________________________________________________________
23421 [ 25236] By: rgs                                   on 2005/07/28  12:59:55
23422         Log: Subject: [PATCH] silence compiler warning in mg.c POSIX.xs
23423              From: Robin Barker <Robin.Barker@npl.co.uk>
23424              Date: Thu, 28 Jul 2005 13:57:31 +0100
23425              Message-ID: <533D273D4014D411AB1D00062938C4D90849C75B@hotel.npl.co.uk>
23426      Branch: perl
23427            ! ext/POSIX/POSIX.xs mg.c perl.h
23428 ____________________________________________________________________________
23429 [ 25235] By: merijn                                on 2005/07/28  12:22:27
23430         Log: sprintf now has all but two tests enabled.
23431              the list supports skipping of expected fails
23432              new test for %.0g from Dominic Dunlop
23433      Branch: perl
23434            ! t/op/sprintf.t
23435 ____________________________________________________________________________
23436 [ 25234] By: steveh                                on 2005/07/28  09:10:41
23437         Log: Subject: [PATCH] perlfunc.pod grammar fixes
23438              From: Steve Peters <steve@fisharerojo.org>
23439              Date: Wed, 27 Jul 2005 22:02:13 -0500
23440              Message-ID: <20050728030213.GA11330@mccoy.peters.homeunix.org>
23441              
23442              (with minor tweaks)
23443      Branch: perl
23444            ! pod/perlfunc.pod
23445 ____________________________________________________________________________
23446 [ 25233] By: rgs                                   on 2005/07/28  09:07:57
23447         Log: Sync change 25229 to .h source files
23448      Branch: perl
23449            ! cv.h pad.h
23450 ____________________________________________________________________________
23451 [ 25232] By: rgs                                   on 2005/07/28  08:53:55
23452         Log: Subject: [perl #36672] Swapped warnings for -o and -O file tests 
23453              From: "Piotr Fusik" (via RT) <perlbug-followup@perl.org>
23454              Date: Wed, 27 Jul 2005 15:43:17 -0700
23455              Message-ID: <rt-3.0.11-36672-118371.6.12458378853063@perl.org>
23456              
23457              (except the redundant test)
23458      Branch: perl
23459            ! opcode.h opcode.pl t/lib/warnings/9uninit
23460 ____________________________________________________________________________
23461 [ 25231] By: merijn                                on 2005/07/28  06:48:14
23462         Log: Subject: Re: [PATCH] Tru64: use -c99 for ccflags if available
23463              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
23464              Date: Thu, 28 Jul 2005 10:01:51 +0300
23465              Message-ID: <42E882DF.6020100@gmail.com>
23466              Message-ID: <42E86DE9.6090709@gmail.com>
23467      Branch: perl
23468            ! handy.h hints/dec_osf.sh
23469 ____________________________________________________________________________
23470 [ 25230] By: merijn                                on 2005/07/27  16:28:58
23471         Log: Some signals are more real than others
23472              Also added comment about why the tests are there
23473      Branch: perl
23474            ! ext/POSIX/t/sigaction.t
23475 ____________________________________________________________________________
23476 [ 25229] By: merijn                                on 2005/07/27  16:26:16
23477         Log: Subject: [PATCH] id est is i.e.
23478              From: Steve Peters <steve@fisharerojo.org>
23479              Date: Tue, 26 Jul 2005 20:42:38 -0500
23480              Message-ID: <20050727014238.GA2582@mccoy.peters.homeunix.org>
23481      Branch: perl
23482            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod
23483            ! pod/perlintern.pod
23484 ____________________________________________________________________________
23485 [ 25228] By: merijn                                on 2005/07/26  13:23:10
23486         Log: Use the correct gcc when more than one gcc is installed
23487              Thanks to Campo
23488      Branch: perl
23489            ! hints/aix.sh
23490 ____________________________________________________________________________
23491 [ 25227] By: rgs                                   on 2005/07/26  09:20:11
23492         Log: Subject: [perl #36658] Typo in perlfunc.pod 
23493              From: "John W. Krahn" (via RT) <perlbug-followup@perl.org>
23494              Date: Tue, 26 Jul 2005 01:07:18 -0700
23495              Message-ID: <rt-3.0.11-36658-118300.18.7320750032131@perl.org>
23496      Branch: perl
23497            ! pod/perlfunc.pod
23498 ____________________________________________________________________________
23499 [ 25226] By: steveh                                on 2005/07/25  14:37:41
23500         Log: Reinstate PERL_MALLOC_WRAP for bcc32 on Win32
23501              
23502              This was disabled by change 22689 because it was severely broken
23503              at the time.  See the thread starting here:
23504              
23505              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-04/msg00370.html
23506              
23507              The PERL_MALLOC_WRAP code in handy.h has since changed along the
23508              lines of what was discussed in that thread (in particular, by change
23509              25034) and I find that everything is now fine with PERL_MALLOC_WRAP
23510              re-enabled.
23511      Branch: perl
23512            ! win32/config_H.bc
23513 ____________________________________________________________________________
23514 [ 25225] By: steveh                                on 2005/07/25  14:34:12
23515         Log: Ken pointed out that CBuilder's cleanup is too agrressive
23516              
23517              The Windows compile() and link() methods bizarrely include their own
23518              output files in the list of files to be cleaned up.  Now that they
23519              actually are being cleaned up, this isn't ideal ;-)
23520              
23521              Stop compile() and link() from cleaning up their own output, and
23522              reinstate the explicit deletion of those output files in the test
23523              scripts.
23524      Branch: perl
23525            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
23526            ! lib/ExtUtils/CBuilder/t/01-basic.t
23527            ! lib/ExtUtils/CBuilder/t/02-link.t
23528            ! lib/ExtUtils/ParseXS/t/basic.t
23529 ____________________________________________________________________________
23530 [ 25224] By: steveh                                on 2005/07/25  11:53:44
23531         Log: Silence uninitialized value warnings in Net::Cmd
23532              
23533              (Suppresses 20 such warnings emitted by lib/Net/t/datasend.t)
23534      Branch: perl
23535            ! lib/Net/Cmd.pm
23536 ____________________________________________________________________________
23537 [ 25223] By: merijn                                on 2005/07/25  11:47:03
23538         Log: use POSIX might not throw an error. Check for useful values also
23539      Branch: perl
23540            ! ext/POSIX/t/sigaction.t
23541 ____________________________________________________________________________
23542 [ 25222] By: steveh                                on 2005/07/25  11:11:29
23543         Log: Make CBuilder and ParseXS clean up their temp test files
23544      Branch: perl
23545            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
23546            ! lib/ExtUtils/CBuilder/t/01-basic.t
23547            ! lib/ExtUtils/CBuilder/t/02-link.t lib/ExtUtils/ParseXS.pm
23548            ! lib/ExtUtils/ParseXS/t/basic.t
23549 ____________________________________________________________________________
23550 [ 25221] By: rgs                                   on 2005/07/25  09:49:39
23551         Log: Increment the version number of version.pm
23552              (no code changes on CPAN)
23553      Branch: perl
23554            ! lib/version.pm
23555 ____________________________________________________________________________
23556 [ 25220] By: merijn                                on 2005/07/25  08:53:34
23557         Log: Subject: [PATCH perlfunc.pod/crypt] crypt() digests, not encrypts
23558              From: Michael G Schwern <schwern@pobox.com>
23559              Date: Sat, 23 Jul 2005 17:25:18 -0700
23560              Message-ID: <20050724002518.GB4918@windhund.schwern.org>
23561              
23562              Subject: Re: [PATCH perlfunc.pod/crypt] crypt() digests, not encrypts
23563              From: Michael G Schwern <schwern@pobox.com>
23564              Date: Sun, 24 Jul 2005 13:49:25 -0700
23565              Message-ID: <20050724204925.GC13275@windhund.schwern.org>
23566      Branch: perl
23567            ! pod/perlfunc.pod
23568 ____________________________________________________________________________
23569 [ 25219] By: merijn                                on 2005/07/25  08:39:08
23570         Log: Subject: [PATCH] perlfunc.pod: s/definetely/definitely/
23571              From: "Piotr Fusik" <pfusik@op.pl>
23572              Date: Sun, 24 Jul 2005 12:55:09 +0200
23573              Message-ID: <004e01c5903e$2affb3a0$60d24dd5@piec>
23574      Branch: perl
23575            ! pod/perlfunc.pod
23576 ____________________________________________________________________________
23577 [ 25218] By: nicholas                              on 2005/07/24  22:35:56
23578         Log: Subject: [PATCH] Re: blead@25210 on OpenVMS (not good)
23579              From: "Craig A. Berry" <craigberry@mac.com>
23580              Message-Id: <p06230906bf09caa9618b@[172.16.52.1]>
23581              Date: Sun, 24 Jul 2005 17:47:26 -0500
23582      Branch: perl
23583            ! doio.c
23584 ____________________________________________________________________________
23585 [ 25217] By: nicholas                              on 2005/07/24  20:52:13
23586         Log: Subject: [PATCH] blead help for VMS
23587              From: "Craig A. Berry" <craigberry@mac.com>
23588              Message-ID: <42E3FABB.1020900@mac.com>
23589              Date: Sun, 24 Jul 2005 15:31:55 -0500
23590      Branch: perl
23591           +> ext/Compress/Zlib/zlib-src/adler32.c
23592           +> ext/Compress/Zlib/zlib-src/compress.c
23593           +> ext/Compress/Zlib/zlib-src/crc32.c
23594           +> ext/Compress/Zlib/zlib-src/crc32.h
23595           +> ext/Compress/Zlib/zlib-src/deflate.c
23596           +> ext/Compress/Zlib/zlib-src/deflate.h
23597           +> ext/Compress/Zlib/zlib-src/gzio.c
23598           +> ext/Compress/Zlib/zlib-src/infback.c
23599           +> ext/Compress/Zlib/zlib-src/inffast.c
23600           +> ext/Compress/Zlib/zlib-src/inffast.h
23601           +> ext/Compress/Zlib/zlib-src/inffixed.h
23602           +> ext/Compress/Zlib/zlib-src/inflate.c
23603           +> ext/Compress/Zlib/zlib-src/inflate.h
23604           +> ext/Compress/Zlib/zlib-src/inftrees.c
23605           +> ext/Compress/Zlib/zlib-src/inftrees.h
23606           +> ext/Compress/Zlib/zlib-src/trees.c
23607           +> ext/Compress/Zlib/zlib-src/trees.h
23608           +> ext/Compress/Zlib/zlib-src/uncompr.c
23609           +> ext/Compress/Zlib/zlib-src/zconf.h
23610           +> ext/Compress/Zlib/zlib-src/zlib.h
23611           +> ext/Compress/Zlib/zlib-src/zutil.c
23612           +> ext/Compress/Zlib/zlib-src/zutil.h
23613            - ext/Compress/Zlib/zlib-src-1.2.3/adler32.c
23614            - ext/Compress/Zlib/zlib-src-1.2.3/compress.c
23615            - ext/Compress/Zlib/zlib-src-1.2.3/crc32.c
23616            - ext/Compress/Zlib/zlib-src-1.2.3/crc32.h
23617            - ext/Compress/Zlib/zlib-src-1.2.3/deflate.c
23618            - ext/Compress/Zlib/zlib-src-1.2.3/deflate.h
23619            - ext/Compress/Zlib/zlib-src-1.2.3/gzio.c
23620            - ext/Compress/Zlib/zlib-src-1.2.3/infback.c
23621            - ext/Compress/Zlib/zlib-src-1.2.3/inffast.c
23622            - ext/Compress/Zlib/zlib-src-1.2.3/inffast.h
23623            - ext/Compress/Zlib/zlib-src-1.2.3/inffixed.h
23624            - ext/Compress/Zlib/zlib-src-1.2.3/inflate.c
23625            - ext/Compress/Zlib/zlib-src-1.2.3/inflate.h
23626            - ext/Compress/Zlib/zlib-src-1.2.3/inftrees.c
23627            - ext/Compress/Zlib/zlib-src-1.2.3/inftrees.h
23628            - ext/Compress/Zlib/zlib-src-1.2.3/trees.c
23629            - ext/Compress/Zlib/zlib-src-1.2.3/trees.h
23630            - ext/Compress/Zlib/zlib-src-1.2.3/uncompr.c
23631            - ext/Compress/Zlib/zlib-src-1.2.3/zconf.h
23632            - ext/Compress/Zlib/zlib-src-1.2.3/zlib.h
23633            - ext/Compress/Zlib/zlib-src-1.2.3/zutil.c
23634            - ext/Compress/Zlib/zlib-src-1.2.3/zutil.h
23635            ! MANIFEST ext/Compress/Zlib/config.in mg.c pp_ctl.c pp_sys.c
23636            ! vms/gen_shrfls.pl
23637 ____________________________________________________________________________
23638 [ 25216] By: steveh                                on 2005/07/22  16:53:11
23639         Log: Fix USE_LARGE_FILES with bcc32 on Win32?
23640              
23641              Trawling through all these config files, I think I've found the
23642              reason why bcc32 builds with USE_LARGE_FILES were failing (e.g.
23643              (see http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-06/msg00809.html):
23644              lseeksize and lseektype were set to 8 and __int64, but Borland's
23645              <io.h> suggests that they should be 4 and long respectively.
23646              
23647              Changing them accordingly makes all tests pass. And I see that
23648              win32/win32.c has special handling for __BORLANDC__ + USE_LARGE_FILES,
23649              presumably to cope with this difference?
23650      Branch: perl
23651            ! win32/config.bc
23652 ____________________________________________________________________________
23653 [ 25215] By: steveh                                on 2005/07/22  16:36:41
23654         Log: Tweak the canned win32/config.* files
23655              
23656              uselargefiles, usemultiplicity, useperlio and useithreads are now
23657              off in the canned win32/config_H.* files, so change these to match.
23658              
23659              Also scrap the misleading ~USE_PERLIO~ and ~USE_SITECUST~ tags
23660              which don't actually work since no such CFG_VARS are passed in to
23661              config_sh.PL. (The useperlio and usesitecustomize entries actually
23662              get substituted by the more general "if (/^([\w_]+)=(.*)$/)" case.)
23663      Branch: perl
23664            ! win32/config.bc win32/config.gc win32/config.vc
23665            ! win32/config.vc64
23666 ____________________________________________________________________________
23667 [ 25214] By: steveh                                on 2005/07/22  14:22:38
23668         Log: Add missing entries to win32/config.*
23669              
23670              No existing entries changed, just adding some missing ones based
23671              on Porting/config.sh
23672      Branch: perl
23673            ! win32/config.bc win32/config.gc win32/config.vc
23674            ! win32/config.vc64
23675 ____________________________________________________________________________
23676 [ 25213] By: rgs                                   on 2005/07/22  12:23:35
23677         Log: Subject: [perl #36612] [PATCH] Misleading shift docs about @ARGV
23678              From: Michael G Schwern (via RT) <perlbug-followup@perl.org>
23679              Date: Wed, 20 Jul 2005 18:26:23 -0700
23680              Message-ID: <rt-3.0.11-36612-118070.2.49212485540788@perl.org>
23681      Branch: perl
23682            ! pod/perlfunc.pod
23683 ____________________________________________________________________________
23684 [ 25212] By: steveh                                on 2005/07/22  10:32:02
23685         Log: Tidy up options / defines output from makedef.pl
23686              and change Win32-specific comments to say "On Win32 ..." now
23687              that AIX is using the same code too
23688      Branch: perl
23689            ! makedef.pl
23690 ____________________________________________________________________________
23691 [ 25211] By: steveh                                on 2005/07/22  10:29:51
23692         Log: Silence Win32 warnings when not using USE_LARGE_FILES
23693      Branch: perl
23694            ! win32/win32.c
23695 ____________________________________________________________________________
23696 [ 25210] By: merijn                                on 2005/07/21  17:40:06
23697         Log: I *DO* have AIX, and extending #25209 like this make it happy again
23698              Thank you Steve!
23699      Branch: perl
23700            ! makedef.pl
23701 ____________________________________________________________________________
23702 [ 25209] By: steveh                                on 2005/07/21  17:01:33
23703         Log: Make makedef.pl read "miniperl -V" on Win32
23704              
23705              Perhaps other platforms that use makedef.pl also need a similar
23706              change (currently required to pick up PERL_DONT_CREATE_GVSV),
23707              but it also requires them to have minimal canned configs (if they
23708              are using canned configs like Win32 does) and I don't have any
23709              of the affected platforms (AIX, WinCE, OS/2, MacOS Classic and
23710              NetWare) for testing, so play it safe instead
23711      Branch: perl
23712            ! makedef.pl
23713 ____________________________________________________________________________
23714 [ 25208] By: steveh                                on 2005/07/21  16:50:27
23715         Log: Make the canned config.h files used on Win32 more minimal
23716              
23717              These are used in their unedited form to build miniperl, so should
23718              represent a minimal configuration
23719              
23720              The plan is to use miniperl's "-V" output in makedef.pl, so it is
23721              important that it doesn't include any of the optional things in the
23722              makefiles that the user might have chosen to disable
23723              
23724              (The actual config.h used to build perl itself is, of course, an
23725              edited version of these canned configs produced by using miniperl
23726              to run config_h.PL so these changes won't affect perl itself)
23727      Branch: perl
23728            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
23729            ! win32/config_H.vc64
23730 ____________________________________________________________________________
23731 [ 25207] By: merijn                                on 2005/07/21  15:41:39
23732         Log: Subject: [PATCH] Re: [PATCH] support POSIX SA_SIGINFO
23733              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
23734              Date: Thu, 21 Jul 2005 18:33:22 +0300
23735              Message-ID: <42DFC042.1090201@gmail.com>
23736      Branch: perl
23737            ! ext/POSIX/POSIX.pod ext/POSIX/t/sigaction.t mg.c
23738 ____________________________________________________________________________
23739 [ 25206] By: steveh                                on 2005/07/21  14:20:06
23740         Log: Rearrange win32/config_H.* to match config_h.SH
23741              
23742              No actual changes, just reordering the contents of the files so that
23743              diff works better.
23744      Branch: perl
23745            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
23746            ! win32/config_H.vc64
23747 ____________________________________________________________________________
23748 [ 25205] By: rgs                                   on 2005/07/21  12:39:43
23749         Log: Subject: [PATCH perl@24148] Compress::Zlib 1.35
23750              From: "Paul Marquess" <paul.marquess@ntlworld.com>
23751              Date: Thu, 21 Jul 2005 10:06:06 +0100
23752              Message-Id: <20050721090634.CA4E61F0003@mx1.mandriva.com>
23753      Branch: perl
23754            + ext/Compress/Zlib/zlib-src-1.2.3/adler32.c
23755            + ext/Compress/Zlib/zlib-src-1.2.3/compress.c
23756            + ext/Compress/Zlib/zlib-src-1.2.3/crc32.c
23757            + ext/Compress/Zlib/zlib-src-1.2.3/crc32.h
23758            + ext/Compress/Zlib/zlib-src-1.2.3/deflate.c
23759            + ext/Compress/Zlib/zlib-src-1.2.3/deflate.h
23760            + ext/Compress/Zlib/zlib-src-1.2.3/gzio.c
23761            + ext/Compress/Zlib/zlib-src-1.2.3/infback.c
23762            + ext/Compress/Zlib/zlib-src-1.2.3/inffast.c
23763            + ext/Compress/Zlib/zlib-src-1.2.3/inffast.h
23764            + ext/Compress/Zlib/zlib-src-1.2.3/inffixed.h
23765            + ext/Compress/Zlib/zlib-src-1.2.3/inflate.c
23766            + ext/Compress/Zlib/zlib-src-1.2.3/inflate.h
23767            + ext/Compress/Zlib/zlib-src-1.2.3/inftrees.c
23768            + ext/Compress/Zlib/zlib-src-1.2.3/inftrees.h
23769            + ext/Compress/Zlib/zlib-src-1.2.3/trees.c
23770            + ext/Compress/Zlib/zlib-src-1.2.3/trees.h
23771            + ext/Compress/Zlib/zlib-src-1.2.3/uncompr.c
23772            + ext/Compress/Zlib/zlib-src-1.2.3/zconf.h
23773            + ext/Compress/Zlib/zlib-src-1.2.3/zlib.h
23774            + ext/Compress/Zlib/zlib-src-1.2.3/zutil.c
23775            + ext/Compress/Zlib/zlib-src-1.2.3/zutil.h
23776            - ext/Compress/Zlib/zlib-src-1.2.2/adler32.c
23777            - ext/Compress/Zlib/zlib-src-1.2.2/compress.c
23778            - ext/Compress/Zlib/zlib-src-1.2.2/crc32.c
23779            - ext/Compress/Zlib/zlib-src-1.2.2/crc32.h
23780            - ext/Compress/Zlib/zlib-src-1.2.2/deflate.c
23781            - ext/Compress/Zlib/zlib-src-1.2.2/deflate.h
23782            - ext/Compress/Zlib/zlib-src-1.2.2/gzio.c
23783            - ext/Compress/Zlib/zlib-src-1.2.2/infback.c
23784            - ext/Compress/Zlib/zlib-src-1.2.2/inffast.c
23785            - ext/Compress/Zlib/zlib-src-1.2.2/inffast.h
23786            - ext/Compress/Zlib/zlib-src-1.2.2/inffixed.h
23787            - ext/Compress/Zlib/zlib-src-1.2.2/inflate.c
23788            - ext/Compress/Zlib/zlib-src-1.2.2/inflate.h
23789            - ext/Compress/Zlib/zlib-src-1.2.2/inftrees.c
23790            - ext/Compress/Zlib/zlib-src-1.2.2/inftrees.h
23791            - ext/Compress/Zlib/zlib-src-1.2.2/trees.c
23792            - ext/Compress/Zlib/zlib-src-1.2.2/trees.h
23793            - ext/Compress/Zlib/zlib-src-1.2.2/uncompr.c
23794            - ext/Compress/Zlib/zlib-src-1.2.2/zconf.h
23795            - ext/Compress/Zlib/zlib-src-1.2.2/zlib.h
23796            - ext/Compress/Zlib/zlib-src-1.2.2/zutil.c
23797            - ext/Compress/Zlib/zlib-src-1.2.2/zutil.h
23798            ! MANIFEST ext/Compress/Zlib/Changes ext/Compress/Zlib/README
23799            ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs
23800            ! ext/Compress/Zlib/config.in ext/Compress/Zlib/t/05gzsetp.t
23801 ____________________________________________________________________________
23802 [ 25204] By: rgs                                   on 2005/07/20  16:53:16
23803         Log: Remove :base_io from the set of default "safe" opcodes.
23804              This fixes bug [perl #36213] "Possible flaw in Safe.pm/Opcode.pm
23805              that allows access to any file" but introduces a backward
23806              compatibility issue.
23807      Branch: perl
23808            ! ext/Opcode/Opcode.pm ext/Safe/t/safe2.t
23809 ____________________________________________________________________________
23810 [ 25203] By: steveh                                on 2005/07/20  13:59:18
23811         Log: Fix definition of Perl_sighandler following change 25200
23812      Branch: perl
23813            ! mg.c
23814 ____________________________________________________________________________
23815 [ 25202] By: rgs                                   on 2005/07/20  13:19:10
23816         Log: Subject: [PATCH] Convert t/op/vec.t to test.pl
23817              From: Steve Peters <steve@fisharerojo.org>
23818              Date: Wed, 20 Jul 2005 08:06:38 -0500
23819              Message-ID: <20050720130638.GA6123@mccoy.peters.homeunix.org>
23820      Branch: perl
23821            ! t/op/vec.t
23822 ____________________________________________________________________________
23823 [ 25201] By: steveh                                on 2005/07/20  13:08:54
23824         Log: Silence Win32 compiler warning (signed/unsigned mismatch)
23825      Branch: perl
23826            ! pad.c
23827 ____________________________________________________________________________
23828 [ 25200] By: rgs                                   on 2005/07/20  12:28:16
23829         Log: Subject: [PATCH] support POSIX SA_SIGINFO
23830              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
23831              Date: Wed, 20 Jul 2005 14:40:54 +0300
23832              Message-ID: <42DE3846.6050606@gmail.com>
23833      Branch: perl
23834            ! embed.fnc embed.h ext/POSIX/POSIX.pod ext/POSIX/t/sigaction.t
23835            ! global.sym iperlsys.h mg.c perl.c perl.h pp_sys.c proto.h
23836            ! util.c
23837 ____________________________________________________________________________
23838 [ 25199] By: steveh                                on 2005/07/20  12:11:56
23839         Log: Silence warnings about NSIG redefinition on Win32
23840              
23841              (Change 25191 doesn't work out unless dosish.h includes <signal.h>
23842              too, which it currently only does for DJGPP)
23843      Branch: perl
23844            ! dosish.h
23845 ____________________________________________________________________________
23846 [ 25198] By: rgs                                   on 2005/07/20  11:18:59
23847         Log: Remove obsolete error messages
23848      Branch: perl
23849            ! pod/perldiag.pod
23850 ____________________________________________________________________________
23851 [ 25197] By: rgs                                   on 2005/07/20  10:59:44
23852         Log: croak() accepts Nullch as a parameter.
23853              (spotted by Stas Bekman)
23854      Branch: perl
23855            ! embed.fnc proto.h
23856 ____________________________________________________________________________
23857 [ 25196] By: steveh                                on 2005/07/20  10:36:20
23858         Log: Fix Newz() backwards-compatibility macro
23859      Branch: perl
23860            ! handy.h
23861 ____________________________________________________________________________
23862 [ 25195] By: rgs                                   on 2005/07/20  10:31:04
23863         Log: Remove :unique attribute from Config.pm,
23864              until we find a better implementation of it (or
23865              remove it). See [perl #36375].
23866      Branch: perl
23867            ! configpm
23868 ____________________________________________________________________________
23869 [ 25194] By: rgs                                   on 2005/07/20  09:08:56
23870         Log: Subject: [PATCH] lvalue-subs returning elements of tied hashes/arrays
23871              From: Tassilo von Parseval <tassilo.von.parseval@rwth-aachen.de>
23872              Date: Wed, 20 Jul 2005 10:43:11 +0200
23873              Message-id: <20050720084311.GA20332@ethan>
23874      Branch: perl
23875            ! pp_hot.c t/op/sub_lval.t
23876 ____________________________________________________________________________
23877 [ 25193] By: steveh                                on 2005/07/20  09:00:29
23878         Log: Exit test script (if we're going to) *before* declaring a plan
23879      Branch: perl
23880            ! ext/POSIX/t/sigaction.t
23881 ____________________________________________________________________________
23882 [ 25192] By: rgs                                   on 2005/07/20  08:50:18
23883         Log: Subject: [PATCH] RE: rebuilding lib/Config*
23884              From: Robin Barker <Robin.Barker@npl.co.uk>
23885              Date: Jul 14, 2005 3:27 PM
23886              Message-ID: <533D273D4014D411AB1D00062938C4D90849C733@hotel.npl.co.uk>
23887      Branch: perl
23888            ! Makefile.SH
23889 ____________________________________________________________________________
23890 [ 25191] By: rgs                                   on 2005/07/20  06:47:49
23891         Log: Subject: [PATCH] move NSIG logic
23892              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
23893              Date: Wed, 20 Jul 2005 09:57:44 +0300
23894              Message-ID: <42DDF5E8.1060100@gmail.com>
23895      Branch: perl
23896            ! handy.h perl.h
23897 ____________________________________________________________________________
23898 [ 25190] By: nicholas                              on 2005/07/19  22:15:43
23899         Log: C<use Foo;> inside Foo.pm considered a "bad thing"
23900              (Certainly where there is AUTOLOADing and XS)
23901              Hopefully *this* fixes the POSIX breakage.
23902      Branch: perl
23903            ! ext/POSIX/POSIX.pm
23904 ____________________________________________________________________________
23905 [ 25189] By: nicholas                              on 2005/07/19  21:16:20
23906         Log: C<use Foo;> inside Foo.pm considered a "bad thing"
23907              (Certainly where there is AUTOLOADing and XS)
23908              Hopefully this fixes the POSIX breakage.
23909      Branch: perl
23910            ! ext/POSIX/POSIX.xs
23911 ____________________________________________________________________________
23912 [ 25188] By: nicholas                              on 2005/07/19  21:08:17
23913         Log: XS constants fail when their value is called for, not at import.
23914              This might be construed as a bug. Fixing is probably a greater evil.
23915      Branch: perl
23916            ! ext/POSIX/t/sigaction.t
23917 ____________________________________________________________________________
23918 [ 25187] By: rgs                                   on 2005/07/19  14:12:38
23919         Log: Extend the the "our variable redeclared" warning to the case:
23920              our $x; our $x;
23921              and add more tests
23922      Branch: perl
23923            ! pad.c t/lib/strict/vars t/lib/warnings/pad
23924 ____________________________________________________________________________
23925 [ 25186] By: steveh                                on 2005/07/19  13:25:42
23926         Log: Fix test following change #25181
23927      Branch: perl
23928            ! lib/Pod/t/htmlview.t
23929 ____________________________________________________________________________
23930 [ 25185] By: merijn                                on 2005/07/19  11:06:22
23931         Log: Subject: [PATCH] allow POSIX SIGRTMIN...SIGRTMAX signals (and plug a core dump)
23932              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
23933              Date: Tue, 19 Jul 2005 12:06:00 +0300
23934              Message-ID: <42DCC278.2010009@gmail.com>
23935      Branch: perl
23936            ! Configure ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm
23937            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t
23938            ! handy.h
23939 ____________________________________________________________________________
23940 [ 25182] By: rgs                                   on 2005/07/19  10:09:57
23941         Log: Fix strict test to go with the precedent warning change
23942      Branch: perl
23943            ! t/lib/strict/vars
23944 ____________________________________________________________________________
23945 [ 25181] By: steveh                                on 2005/07/19  10:07:46
23946         Log: Subject: [perl #36526] Incorrect (X)HTML generated by Pod::Html 
23947              From: Earl Hood (via RT) <perlbug-followup@perl.org>
23948              Date: Tue, 12 Jul 2005 23:55:28 -0700
23949              Message-ID: <rt-3.0.11-36526-117155.10.6496168983897@perl.org>
23950              
23951              (with old code deleted rather than commented out)
23952      Branch: perl
23953            ! lib/Pod/Html.pm
23954 ____________________________________________________________________________
23955 [ 25180] By: rgs                                   on 2005/07/19  09:56:59
23956         Log: Silence new (expected) warnings
23957      Branch: perl
23958            ! t/op/mydef.t
23959 ____________________________________________________________________________
23960 [ 25179] By: rgs                                   on 2005/07/19  09:45:24
23961         Log: Overhaul the semantics of the warning
23962              ""%s" variable %s masks earlier declaration",
23963              based on a patch by Rick Delaney. Now we have :
23964              my $x;   my $x; # warns
23965              my $x;  our $x; # warns
23966              our $x;  my $x; # warns
23967              our $x; our $x; # silent
23968      Branch: perl
23969            ! pad.c t/lib/warnings/pad
23970 ____________________________________________________________________________
23971 [ 25178] By: merijn                                on 2005/07/19  05:42:52
23972         Log: Subject: [PATCH] Final (hopefully) fix for fchdir
23973              From: Steve Peters <steve@fisharerojo.org>
23974              Date: Mon, 18 Jul 2005 22:59:19 -0500
23975              Message-ID: <20050719035919.GA32670@mccoy.peters.homeunix.org>
23976      Branch: perl
23977            ! pp_sys.c
23978 ____________________________________________________________________________
23979 [ 25177] By: davem                                 on 2005/07/19  01:16:09
23980         Log: Subject:  Re: [PATCH] Faster **
23981              From:      "Piotr Fusik" <pfusik@op.pl>
23982              Date:      Fri, 24 Jun 2005 12:47:40 +0200
23983              Message-Id:  <00b201c578af$7ad02b40$17d24dd5@piec>
23984      Branch: perl
23985            ! pp.c
23986 ____________________________________________________________________________
23987 [ 25176] By: davem                                 on 2005/07/19  01:05:18
23988         Log: the "local @foo with $#foo" tests are no longer TODO
23989      Branch: perl
23990            ! t/op/array.t
23991 ____________________________________________________________________________
23992 [ 25174] By: steveh                                on 2005/07/18  16:53:21
23993         Log: Subject: Re: [PATCH] RE: blead: no longer supports %vd format
23994              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
23995              Date: Mon, 18 Jul 2005 18:35:09 +0200
23996              Message-ID: <20050718183509.0381169c@grubert.mandrakesoft.com>
23997      Branch: perl
23998            ! perl.h
23999 ____________________________________________________________________________
24000 [ 25173] By: merijn                                on 2005/07/18  16:37:11
24001         Log: Subject: Re: AIX 5.2 localtime bug attack
24002              From: Campo Weijerman <rfc822@nl.ibm.com>
24003              Date: Mon, 18 Jul 2005 17:34:55 +0200
24004              Message-ID: <20050718153455.GA29381@python>
24005              
24006              mday++ is also wday++ and yday++
24007      Branch: perl
24008            ! pp_sys.c
24009 ____________________________________________________________________________
24010 [ 25172] By: rgs                                   on 2005/07/18  15:23:38
24011         Log: Subject: [PATCH] The continuing plod through embed.fnc
24012              From: Andy Lester <andy@petdance.com>
24013              Date: Mon, 18 Jul 2005 10:37:38 -0500
24014              Message-ID: <20050718153738.GB20193@petdance.com>
24015      Branch: perl
24016            ! embed.fnc op.c pad.c pod/perlapi.pod pp_sys.c proto.h
24017            ! regcomp.c utf8.c
24018 ____________________________________________________________________________
24019 [ 25171] By: rgs                                   on 2005/07/18  12:37:02
24020         Log: Subject: [PATCH] RE: blead: no longer supports %vd format
24021              From: Robin Barker <Robin.Barker@npl.co.uk>
24022              Date: Jul 14, 2005 2:31 PM
24023              Message-ID: <533D273D4014D411AB1D00062938C4D90849C730@hotel.npl.co.uk>
24024      Branch: perl
24025            ! perl.h sv.c t/op/sprintf.t
24026 ____________________________________________________________________________
24027 [ 25170] By: merijn                                on 2005/07/18  11:02:01
24028         Log: tests are expected to fail if dirfd () does not exist
24029              make the tests to expect failures in that case
24030      Branch: perl
24031            ! t/op/chdir.t
24032 ____________________________________________________________________________
24033 [ 25169] By: merijn                                on 2005/07/18  10:27:06
24034         Log: 1. Typo detected by Schwern (#25151)
24035              2. Added proza about patches (#25152)
24036              3. dirfd got the wrong define based on previous tests (#25168)
24037      Branch: perl
24038            ! Configure
24039 ____________________________________________________________________________
24040 [ 25167] By: steveh                                on 2005/07/18  09:54:58
24041         Log: Silence compiler warning following change 25157
24042              
24043              (DIE returns Perl_die's return value which is an OP*, not the I32
24044              that Perl_apply is expected to return)
24045      Branch: perl
24046            ! doio.c
24047 ____________________________________________________________________________
24048 [ 25166] By: rgs                                   on 2005/07/18  09:17:45
24049         Log: Subject: Re: [perl #27028] /$/ not honouring /m in some cases
24050              From: Rick Delaney <rick@bort.ca>
24051              Date: Jul 14, 2005 4:10 PM
24052              Message-ID: <20050714141059.GF19090@localhost.localdomain>
24053      Branch: perl
24054            + t/op/regexp_qr_embed.t
24055            ! MANIFEST t/op/regexp.t
24056 ____________________________________________________________________________
24057 [ 25165] By: rgs                                   on 2005/07/18  08:52:25
24058         Log: Subject: [PATCH] perlop: why \c\ cannot be placed just before the terminating delimiter
24059              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
24060              Date: Sun, 17 Jul 2005 11:38:05 +0900
24061              Message-Id: <20050717112557.5921.BQW10602@nifty.com>
24062      Branch: perl
24063            ! pod/perlop.pod
24064 ____________________________________________________________________________
24065 [ 25164] By: steveh                                on 2005/07/18  08:38:27
24066         Log: Subject: Re: Why does our() cross packages? (PATCH)
24067              From: Michael G Schwern <schwern@pobox.com>
24068              Date: Fri, 15 Jul 2005 14:35:18 -0700
24069              Message-ID: <20050715213518.GH6897@windhund.schwern.org>
24070              
24071              (with minor tweaks suggested in subsequent posts)
24072      Branch: perl
24073            ! pod/perlfunc.pod
24074 ____________________________________________________________________________
24075 [ 25163] By: davem                                 on 2005/07/18  00:16:31
24076         Log: perl -Dstv -e'... for min..max' displayed wrong stack elements
24077      Branch: perl
24078            ! pp_ctl.c
24079 ____________________________________________________________________________
24080 [ 25162] By: davem                                 on 2005/07/17  22:07:14
24081         Log: delete a non-fucntioning chown in stat.t: it didn't have gid arg.
24082              Spotted by Gisle Aas.
24083      Branch: perl
24084            ! t/op/stat.t
24085 ____________________________________________________________________________
24086 [ 25161] By: davem                                 on 2005/07/17  20:54:15
24087         Log: document what can be assigned to a shared scalar
24088      Branch: perl
24089            ! ext/threads/shared/shared.pm
24090 ____________________________________________________________________________
24091 [ 25160] By: davem                                 on 2005/07/17  20:12:54
24092         Log: $SIG{__WARN__} = sub { goto &foo } could recurse infinitely
24093      Branch: perl
24094            ! t/op/goto.t util.c
24095 ____________________________________________________________________________
24096 [ 25159] By: davem                                 on 2005/07/17  19:02:10
24097         Log: change #25129 was overzealous in delaying the call to ckWARN
24098      Branch: perl
24099            ! doio.c pp_hot.c toke.c
24100 ____________________________________________________________________________
24101 [ 25158] By: merijn                                on 2005/07/16  13:20:09
24102         Log: Subject: Re: [perl #36569] chop fails on decoded string with trailing nul 
24103              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
24104              Date: Sat, 16 Jul 2005 22:05:13 +0900
24105              Message-Id: <20050716220041.2BDD.BQW10602@nifty.com>
24106      Branch: perl
24107            ! doop.c t/op/chop.t
24108 ____________________________________________________________________________
24109 [ 25157] By: merijn                                on 2005/07/16  08:07:44
24110         Log: Subject: Re: fchmod, fchown, fchdir
24111              From: Gisle Aas <gisle@ActiveState.com>
24112              Date: 15 Jul 2005 02:32:50 -0700
24113              Message-ID: <lrwtnse7nh.fsf@caliper.activestate.com>
24114              
24115              + Schwern's ok -> like changes
24116      Branch: perl
24117            ! doio.c pod/perlfunc.pod pod/perltodo.pod pp_sys.c t/io/fs.t
24118            ! t/op/chdir.t
24119 ____________________________________________________________________________
24120 [ 25156] By: steveh                                on 2005/07/15  16:30:05
24121         Log: Subject: [PATCH] more embed cleanup
24122              From: Andy Lester <andy@petdance.com>
24123              Date: Fri, 15 Jul 2005 10:51:15 -0500
24124              Message-ID: <20050715155115.GC29983@petdance.com>
24125              
24126              (and run regen.pl)
24127      Branch: perl
24128            ! dump.c embed.fnc embed.h hv.c mg.c op.c perl.c pp_ctl.c
24129            ! pp_hot.c pp_pack.c proto.h regcomp.c sv.c utf8.c
24130 ____________________________________________________________________________
24131 [ 25155] By: steveh                                on 2005/07/15  15:50:38
24132         Log: Subject: [perl #36514] Add curl support to CPAN.pm 
24133              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
24134              Date: Fri, 15 Jul 2005 02:11:29 -0700
24135              Message-ID: <rt-3.0.11-36514-117446.9.35668319684652@perl.org>
24136              
24137              (and bump $CPAN::FirstTime::VERSION)
24138      Branch: perl
24139            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
24140 ____________________________________________________________________________
24141 [ 25153] By: steveh                                on 2005/07/15  15:35:55
24142         Log: Subject: Re: [PATCH blead] Re: [perl #3269] no warnings "foo" without "use warnings" turns off all warnings.
24143              From: Michael G Schwern <schwern@pobox.com>
24144              Date: Wed, 13 Jul 2005 15:57:39 -0700
24145              Message-ID: <20050713225739.GN24499@windhund.schwern.org>
24146              
24147              Subject: Re: [PATCH blead] Re: [perl #3269] no warnings "foo" without "use warnings" turns off all warnings.
24148              From: Rick Delaney <rick@bort.ca>
24149              Date: Wed, 13 Jul 2005 20:24:56 -0400
24150              Message-ID: <20050714002456.GD19090@localhost.localdomain>
24151      Branch: perl
24152            ! ext/B/B/Deparse.pm t/op/inc.t
24153 ____________________________________________________________________________
24154 [ 25150] By: steveh                                on 2005/07/15  10:35:55
24155         Log: Fix static extensions when building with nmake on Win32
24156              
24157              They were broken because change 24806 forgot to add -DWITH_STATIC
24158              to the recipe for compiling perllib.c which meant that perllibst.h
24159              was not included and hence although they built OK, the static
24160              extensions could not actually be used!
24161              
24162              In fact, since perllibst.h is always created (it is more or less
24163              empty when static extensions are not being used), there is no need
24164              for -DWITH_STATIC at all. So rather than adding it to Makefile,
24165              just drop it from makefile.mk and perllib.c.
24166              
24167              Also add the missing cleanup of perllibst.h to Makefile.
24168      Branch: perl
24169            ! win32/Makefile win32/makefile.mk win32/perllib.c
24170 ____________________________________________________________________________
24171 [ 25149] By: steveh                                on 2005/07/15  09:04:57
24172         Log: Subject: [perl #7840] Hash Behaviour differs v5.6.0 to v5.6.1 
24173              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
24174              Date: Thu, 14 Jul 2005 16:57:45 -0700
24175              Message-ID: <rt-3.0.11-7840-117401.4.81505529800216@perl.org>
24176              
24177              (with minor tweaks)
24178      Branch: perl
24179            ! pod/perlop.pod
24180 ____________________________________________________________________________
24181 [ 25148] By: steveh                                on 2005/07/15  07:48:31
24182         Log: Subject: [perl #36538] perlfunc/our contradicts itself 
24183              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
24184              Date: Thu, 14 Jul 2005 19:10:51 -0700
24185              Message-ID: <rt-3.0.11-36538-117411.7.57026072725992@perl.org>
24186      Branch: perl
24187            ! pod/perlfunc.pod
24188 ____________________________________________________________________________
24189 [ 25147] By: steveh                                on 2005/07/15  07:44:32
24190         Log: Subject: [perl #24691] leading spaces on cpan configuration causes failure 
24191              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
24192              Date: Tue, 12 Jul 2005 00:00:17 -0700
24193              Message-ID: <rt-3.0.11-24691-116945.3.88254644317925@perl.org>
24194              
24195              (with spaces trimmed from username too)
24196      Branch: perl
24197            ! lib/CPAN/FirstTime.pm
24198 ____________________________________________________________________________
24199 [ 25146] By: merijn                                on 2005/07/15  07:33:01
24200         Log: Subject: [PATCH] Re: [PATCH] was Re: perldoc segfaulting in XS_UNIVERSAL_VERSION
24201              From: Michael G Schwern <schwern@pobox.com>
24202              Date: Fri, 15 Jul 2005 00:49:12 -0700
24203              Message-ID: <20050715074911.GA16512@windhund.schwern.org>
24204      Branch: perl
24205            ! t/op/universal.t
24206 ____________________________________________________________________________
24207 [ 25145] By: merijn                                on 2005/07/15  06:49:16
24208         Log: Subject: [PATCH] Missing tie() call in NDBM_File SYNOPSIS
24209              From: Matt Sergeant <matt@sergeant.org>
24210              Date: Thu, 14 Jul 2005 16:53:03 -0400
24211              Message-Id: <28baf339c3b78cc40017066b9dc7cffb@sergeant.org>
24212      Branch: perl
24213            ! ext/NDBM_File/NDBM_File.pm
24214 ____________________________________________________________________________
24215 [ 25144] By: merijn                                on 2005/07/15  06:33:21
24216         Log: Subject: Typo in t/op/stat.t
24217              From: Gisle Aas <gisle@ActiveState.com>
24218              Date: 14 Jul 2005 23:20:18 -0700
24219              Message-ID: <lr64vcfv4t.fsf@caliper.activestate.com>
24220      Branch: perl
24221            ! t/op/stat.t
24222 ____________________________________________________________________________
24223 [ 25143] By: steveh                                on 2005/07/14  16:08:00
24224         Log: Subject: Re: [perl #36507] File::Copy::copy($foo, $foo) dies
24225              From: Michael G Schwern <schwern@pobox.com>
24226              Date: Tue, 12 Jul 2005 15:51:18 -0700
24227              Message-ID: <20050712225118.GA944@windhund.schwern.org>
24228              
24229              (and update SKIP counts)
24230      Branch: perl
24231            ! lib/File/Copy.pm lib/File/Copy.t
24232 ____________________________________________________________________________
24233 [ 25142] By: steveh                                on 2005/07/14  08:12:11
24234         Log: Subject: [perl #5634] CPAN.pm v1.59 chdirs before looking for perl 
24235              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
24236              Date: Mon, 11 Jul 2005 22:41:06 -0700
24237              Message-ID: <rt-3.0.11-5634-116921.0.207462087357797@perl.org>
24238      Branch: perl
24239            ! lib/CPAN.pm
24240 ____________________________________________________________________________
24241 [ 25141] By: nicholas                              on 2005/07/13  19:43:40
24242         Log: Subject: [PATCH] was Re: perldoc segfaulting in XS_UNIVERSAL_VERSION
24243              From: John Peacock <jpeacock@rowman.com>
24244              Message-ID: <42D55C46.5030905@rowman.com>
24245              Date: Wed, 13 Jul 2005 14:24:06 -0400
24246      Branch: perl
24247            ! universal.c
24248 ____________________________________________________________________________
24249 [ 25140] By: merijn                                on 2005/07/13  17:22:07
24250         Log: Subject: [perl #9565] [PATCH] /op/groups.t bug 
24251              From: "Steve Peters via RT" <perlbug-followup@perl.org>
24252              Date: Wed, 13 Jul 2005 06:51:45 -0700
24253              Message-ID: <rt-3.0.11-9565-117185.14.6331240065229@perl.org>
24254      Branch: perl
24255            ! t/op/groups.t
24256 ____________________________________________________________________________
24257 [ 25139] By: merijn                                on 2005/07/13  16:52:48
24258         Log: Subject: Re: Smoke [5.9.3] 25093 FAIL(F) openbsd 3.7 (macppc/1 cpu)
24259              From: Steve Peters <steve@fisharerojo.org>
24260              Date: Fri, 8 Jul 2005 16:42:56 -0500
24261              Message-ID: <20050708214256.GA14164@mccoy.peters.homeunix.org>
24262      Branch: perl
24263            ! t/io/dup.t t/io/open.t
24264 ____________________________________________________________________________
24265 [ 25138] By: merijn                                on 2005/07/13  16:37:48
24266         Log: Subject: [PATCH] More embed.fnc plowing
24267              From: Andy Lester <andy@petdance.com>
24268              Date: Wed, 13 Jul 2005 10:49:19 -0500
24269              Message-ID: <20050713154919.GA24586@petdance.com>
24270      Branch: perl
24271            ! embed.fnc gv.c hv.c op.c pad.c perlio.c pp_ctl.c pp_hot.c
24272            ! proto.h toke.c
24273 ____________________________________________________________________________
24274 [ 25137] By: merijn                                on 2005/07/13  16:27:43
24275         Log: Subject: [PATCH] Error in earlier patch in sv.c
24276              From: Robin Barker <Robin.Barker@npl.co.uk>
24277              Date: Wed, 13 Jul 2005 17:29:48 +0100
24278              Message-ID: <533D273D4014D411AB1D00062938C4D90849C72B@hotel.npl.co.uk>
24279      Branch: perl
24280            ! sv.c t/op/sprintf.t
24281 ____________________________________________________________________________
24282 [ 25136] By: steveh                                on 2005/07/13  13:39:44
24283         Log: Make -V "Compile-time options" list everything used in makedef.pl
24284      Branch: perl
24285            ! perl.c
24286 ____________________________________________________________________________
24287 [ 25135] By: steveh                                on 2005/07/13  09:48:10
24288         Log: Subject: Re: [perl #25157] [PATCH] Text-Balanced extract_quotelike fails on certain delims in HERE docs
24289              From: David Manura <dm.list@math2.org>
24290              Date: Wed, 21 Jan 2004 20:59:27 -0500
24291              Message-ID: <400F2E7F.9090601@math2.org>
24292              
24293              Fixes perl #25151, 25154, 25156, 25157, 25158 using jumbo patch
24294              included in perl #25157.
24295      Branch: perl
24296            ! lib/Text/Balanced.pm lib/Text/Balanced/t/extmul.t
24297            ! lib/Text/Balanced/t/extqlk.t
24298 ____________________________________________________________________________
24299 [ 25134] By: steveh                                on 2005/07/13  09:23:37
24300         Log: Subject: [PATCH] #2 try at Text::Balanced patch and maintainership
24301              From: Tels <nospam-abuse@bloodgate.com>
24302              Date: Sat, 9 Jul 2005 23:10:29 +0200
24303              Message-Id: <200507092310.30592@bloodgate.com>
24304              
24305              (with minor tweaks)
24306      Branch: perl
24307            ! lib/Text/Balanced.pm
24308 ____________________________________________________________________________
24309 [ 25133] By: steveh                                on 2005/07/13  08:34:53
24310         Log: Subject: [perl #28385] minor bug in cpan -- the i command does not find author 
24311              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
24312              Date: Tue, 12 Jul 2005 00:16:49 -0700
24313              Message-ID: <rt-3.0.11-28385-116951.3.97645870397305@perl.org>
24314              
24315              (and remove a couple of unused variables)
24316      Branch: perl
24317            ! lib/CPAN.pm
24318 ____________________________________________________________________________
24319 [ 25132] By: steveh                                on 2005/07/13  07:52:21
24320         Log: Subject: [perl #24275] CPAN shell - online help not clear 
24321              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
24322              Date: Mon, 11 Jul 2005 23:32:12 -0700
24323              Message-ID: <rt-3.0.11-24275-116939.19.7381888978779@perl.org>
24324      Branch: perl
24325            ! lib/CPAN.pm
24326 ____________________________________________________________________________
24327 [ 25131] By: merijn                                on 2005/07/13  06:37:41
24328         Log: Subject: [PATCH] Re: Documentation error in IO::Socket
24329              From: Michael G Schwern <schwern@pobox.com>
24330              Date: Tue, 12 Jul 2005 13:18:34 -0700
24331              Message-ID: <20050712201834.GA29275@windhund.schwern.org>
24332      Branch: perl
24333            ! ext/IO/lib/IO/Socket.pm
24334 ____________________________________________________________________________
24335 [ 25130] By: merijn                                on 2005/07/13  06:27:48
24336         Log: Subject: [perl #6749] Perl debugger outputs ctrl-\ wrongly 
24337              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
24338              Date: Tue, 12 Jul 2005 15:36:54 -0700
24339              Message-ID: <rt-3.0.11-6749-117055.16.4354496694007@perl.org>
24340      Branch: perl
24341            ! lib/dumpvar.pl
24342 ____________________________________________________________________________
24343 [ 25129] By: davem                                 on 2005/07/13  00:21:13
24344         Log: make the expensive ckWARN() be called as late as possible
24345              reorganise
24346              if (ckWARN(FOO) && should_not_happen_condition)
24347              to
24348              if (should_not_happen_condition && ckWARN(FOO))
24349      Branch: perl
24350            ! doio.c gv.c op.c pad.c perlio.c pp.c pp_hot.c pp_pack.c
24351            ! pp_sys.c regcomp.c regexec.c sv.c toke.c
24352 ____________________________________________________________________________
24353 [ 25128] By: davem                                 on 2005/07/12  18:46:34
24354         Log: Subject: Make PERL_MEM_LOG more portable.
24355              From:  Jarkko Hietaniemi <jhietaniemi@gmail.com>
24356              Date:  Mon, 11 Jul 2005 15:29:46 +0300
24357              Message-Id:  <42D2663A.4050204@gmail.com>
24358      Branch: perl
24359            ! handy.h pod/perlhack.pod util.c
24360 ____________________________________________________________________________
24361 [ 25127] By: davem                                 on 2005/07/12  18:29:43
24362         Log: S_pad_findlex has side effects, so its return value may be ignored
24363      Branch: perl
24364            ! embed.fnc pad.c proto.h
24365 ____________________________________________________________________________
24366 [ 25126] By: davem                                 on 2005/07/12  18:15:48
24367         Log: get_?v have side effects, so their return values may be ignored
24368      Branch: perl
24369            ! embed.fnc proto.h
24370 ____________________________________________________________________________
24371 [ 25125] By: steveh                                on 2005/07/12  16:30:16
24372         Log: Subject: [perl #24119] CPAN.pm error in Win32: uses rename() not File::Copy::move 
24373              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
24374              Date: Mon, 11 Jul 2005 23:24:56 -0700
24375              Message-ID: <rt-3.0.11-24119-116937.12.0211560107236@perl.org>
24376      Branch: perl
24377            ! lib/CPAN.pm
24378 ____________________________________________________________________________
24379 [ 25124] By: steveh                                on 2005/07/12  16:18:22
24380         Log: Subject: [perl #17487] ncftp only handles http 
24381              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
24382              Date: Mon, 11 Jul 2005 23:19:06 -0700
24383              Message-ID: <rt-3.0.11-17487-116934.11.3382445877892@perl.org>
24384              
24385              (and bump $VERSION (1.76_01 is a CPAN release already))
24386      Branch: perl
24387            ! lib/CPAN.pm
24388 ____________________________________________________________________________
24389 [ 25123] By: steveh                                on 2005/07/12  13:19:51
24390         Log: Subject: Re: Scalar leaked in 'local $0' under ithreads + taint mode
24391              From: Steve Hay <steve.hay@uk.radan.com>
24392              Date: Mon, 11 Jul 2005 13:29:37 +0100
24393              Message-ID: <42D26631.1070500@uk.radan.com>
24394      Branch: perl
24395            ! sv.c
24396 ____________________________________________________________________________
24397 [ 25122] By: steveh                                on 2005/07/12  11:42:07
24398         Log: Subject: [perl #36502] File::Copy::mv fails to replicate behavior of Unix mv 
24399              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
24400              Date: Mon, 11 Jul 2005 19:16:10 -0700
24401              Message-ID: <rt-3.0.11-36502-116917.0.56038652013207@perl.org>
24402      Branch: perl
24403            ! lib/File/Copy.t
24404 ____________________________________________________________________________
24405 [ 25121] By: steveh                                on 2005/07/12  11:33:01
24406         Log: Subject: [PATCH] Cleanup File::Copy tests
24407              From: Michael G Schwern <schwern@pobox.com>
24408              Date: Mon, 11 Jul 2005 18:45:42 -0700
24409              Message-ID: <20050712014542.GB20855@windhund.schwern.org>
24410              
24411              (and fix the SKIP: {} blocks to say $how_many)
24412      Branch: perl
24413            ! lib/File/Copy.t
24414 ____________________________________________________________________________
24415 [ 25120] By: steveh                                on 2005/07/12  11:03:55
24416         Log: Subject: Re: [perl #36502] File::Copy::mv fails to replicate behavior of Unix mv
24417              From: Michael G Schwern <schwern@pobox.com>
24418              Date: Mon, 11 Jul 2005 17:35:14 -0700
24419              Message-ID: <20050712003514.GA20132@windhund.schwern.org>
24420      Branch: perl
24421            ! lib/File/Copy.pm
24422 ____________________________________________________________________________
24423 [ 25119] By: steveh                                on 2005/07/12  09:01:11
24424         Log: Missed a New() -> Newx().
24425              
24426              This one only had 3 args to start with! Presumably nobody uses
24427              YYERROR_VERBOSE.  (The yystpcpy() calls don't look right either,
24428              but someone else that is interested in YYERROR_VERBOSE will have
24429              to look into that.)
24430      Branch: perl
24431            ! perly.c
24432 ____________________________________________________________________________
24433 [ 25118] By: steveh                                on 2005/07/12  08:46:13
24434         Log: Hack out -DL documentation from perldebuguts.pod
24435              
24436              Now that the perl core uses Newx*() rather than New*() this chunk
24437              of old documentation is more obsolete than ever before.
24438      Branch: perl
24439            ! pod/perldebguts.pod
24440 ____________________________________________________________________________
24441 [ 25117] By: steveh                                on 2005/07/12  08:20:11
24442         Log: Fix worrying typo in handy.h :-s
24443      Branch: perl
24444            ! handy.h
24445 ____________________________________________________________________________
24446 [ 25116] By: steveh                                on 2005/07/12  08:17:47
24447         Log: Change New*() to Newx*() in various comments and documentation
24448      Branch: perl
24449            ! handy.h perl.c pod/perlclib.pod pod/perlguts.pod
24450            ! pod/perlhack.pod sv.c
24451 ____________________________________________________________________________
24452 [ 25115] By: steveh                                on 2005/07/12  07:48:51
24453         Log: Subject: [patch: handy.c]  update Newx API pod to mention PERL_MEM_LOG build opt
24454              From: Jim Cromie <jcromie@divsol.com>
24455              Date: Mon, 11 Jul 2005 19:18:02 -0600
24456              Message-ID: <42D31A4A.1020305@divsol.com>
24457              
24458              (with some minor tweaks)
24459      Branch: perl
24460            ! handy.h pod/perlapi.pod
24461 ____________________________________________________________________________
24462 [ 25114] By: merijn                                on 2005/07/12  06:26:39
24463         Log: Subject: [PATCH t/TEST] Understand "ok" with no number
24464              From: Michael G Schwern <schwern@pobox.com>
24465              Date: Mon, 11 Jul 2005 18:41:30 -0700
24466              Message-ID: <20050712014130.GA20855@windhund.schwern.org>
24467      Branch: perl
24468            ! t/TEST
24469 ____________________________________________________________________________
24470 [ 25113] By: steveh                                on 2005/07/11  15:54:46
24471         Log: Subject: [patch: sv.c] reuse new_body_inline in Perl_new_body
24472              From: Jim Cromie <jcromie@divsol.com>
24473              Date: Sun, 10 Jul 2005 15:59:30 -0600
24474              Message-ID: <42D19A42.8040409@divsol.com>
24475      Branch: perl
24476            ! sv.c
24477 ____________________________________________________________________________
24478 [ 25112] By: steveh                                on 2005/07/11  15:19:11
24479         Log: Subject: [PATCH] perlfunc.pod
24480              From: "Piotr Fusik" <pfusik@op.pl>
24481              Date:      Sat, 9 Jul 2005 16:21:05 +0200
24482              Message-ID: <01de01c58491$f3182f60$a6d24dd5@piec>
24483      Branch: perl
24484            ! pod/perlfunc.pod
24485 ____________________________________________________________________________
24486 [ 25111] By: steveh                                on 2005/07/11  14:41:27
24487         Log: Subject: [patch hv.h doc] HvNAME
24488              From: Stas Bekman <stas@stason.org>
24489              Date: Fri, 08 Jul 2005 13:52:13 +0300
24490              Message-ID: <42CE5ADD.3020003@stason.org>
24491              
24492              Subject: Re: [patch hv.h doc] HvNAME
24493              From: Nicholas Clark <nick@ccl4.org>
24494              Date: Sat, 9 Jul 2005 15:23:51 +0100
24495              Message-ID: <20050709142351.GT15833@plum.flirble.org>
24496      Branch: perl
24497            ! hv.h pod/perlapi.pod
24498 ____________________________________________________________________________
24499 [ 25110] By: davem                                 on 2005/07/10  23:04:26
24500         Log: no code before declarations!
24501      Branch: perl
24502            ! doio.c
24503 ____________________________________________________________________________
24504 [ 25109] By: davem                                 on 2005/07/10  20:02:07
24505         Log: From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
24506              Date: Sun, 10 Jul 2005 21:50:27 +0300
24507              Subject: [PATCH] yet another way of debugging memory allocations
24508              Message-ID: <42D16DF3.4040806@gmail.com>
24509              
24510              tweak PERL_MEM_LOG
24511      Branch: perl
24512            ! handy.h pod/perlhack.pod util.c
24513 ____________________________________________________________________________
24514 [ 25108] By: davem                                 on 2005/07/10  19:57:31
24515         Log: run regen.pl
24516      Branch: perl
24517            ! embed.h proto.h
24518 ____________________________________________________________________________
24519 [ 25107] By: merijn                                on 2005/07/10  19:19:56
24520         Log: Subject: [PATCH] Making my way thru embed.fnc
24521              From: Andy Lester <andy@petdance.com>
24522              Date: Sun, 10 Jul 2005 14:36:35 -0500
24523              Message-ID: <20050710193635.GC8081@petdance.com>
24524      Branch: perl
24525            ! doio.c doop.c embed.fnc gv.c hv.c op.c perl.c pp_ctl.c
24526            ! pp_hot.c regexec.c toke.c util.c
24527 ____________________________________________________________________________
24528 [ 25106] By: davem                                 on 2005/07/10  13:53:49
24529         Log: Re: [perl #36207] UTF8/Latin 1/i regexp "Malformed character" warning
24530              From: demerphq <demerphq@gmail.com>
24531              Message-ID: <9b18b3110507080807f16d1eb@mail.gmail.com>
24532              Date: Fri, 8 Jul 2005 17:07:26 +0200
24533              
24534              Fix trie codepath of mixed utf8/latin1 pattern matches
24535      Branch: perl
24536            ! regexec.c t/op/pat.t
24537 ____________________________________________________________________________
24538 [ 25105] By: davem                                 on 2005/07/10  12:29:25
24539         Log: Message-ID: <42D0F25E.3040801@gmail.com>
24540              Date: Sun, 10 Jul 2005 13:03:10 +0300
24541              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
24542              Subject: [PATCH] yet another way of debugging memory allocations
24543              
24544              adds PERL_MEM_LOG and PERL_MEM_LOG_STDERR options
24545      Branch: perl
24546            ! handy.h util.c
24547 ____________________________________________________________________________
24548 [ 25104] By: davem                                 on 2005/07/10  11:39:50
24549         Log: silence some compiler warnings
24550      Branch: perl
24551            ! embed.fnc gv.h proto.h
24552 ____________________________________________________________________________
24553 [ 25103] By: davem                                 on 2005/07/10  11:15:32
24554         Log: extend MEM_WRAP_CHECK supress warning hack to MEM_WRAP_CHECK_*
24555      Branch: perl
24556            ! handy.h
24557 ____________________________________________________________________________
24558 [ 25102] By: nicholas                              on 2005/07/09  15:44:17
24559         Log: sv_dec is supposed to go *down*, m'kay.
24560      Branch: perl
24561            ! sv.c t/op/inc.t
24562 ____________________________________________________________________________
24563 [ 25101] By: steveh                                on 2005/07/08  16:35:10
24564         Log: Subject: Re: janitorial work ? [patch]
24565              From: Jim Cromie <jcromie@divsol.com>
24566              Date: Wed, 06 Jul 2005 14:19:53 -0600
24567              Message-ID: <42CC3CE9.5050606@divsol.com>
24568              
24569              (reverted all dual-lived modules since they must work with older
24570              perls too so must wait for a new Devel::PPPort)
24571      Branch: perl
24572            ! NetWare/nw5.c av.c bytecode.pl cygwin/cygwin.c djgpp/djgpp.c
24573            ! doio.c doop.c dump.c ext/B/B/C.pm ext/B/C/C.xs
24574            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
24575            ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_aix.xs
24576            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_vms.xs
24577            ! ext/File/Glob/bsd_glob.c ext/ODBM_File/ODBM_File.xs
24578            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Socket/Socket.xs
24579            ! ext/XS/Typemap/Typemap.xs gv.c handy.h hv.c locale.c op.c op.h
24580            ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perlio.c pod/perlapi.pod
24581            ! pp.c pp_ctl.c pp_pack.c pp_sort.c pp_sys.c reentr.c reentr.pl
24582            ! regcomp.c regexec.c scope.c sv.c toke.c utf8.c util.c
24583            ! vmesa/vmesa.c vms/vms.c win32/perlhost.h win32/win32.c
24584            ! win32/win32sck.c wince/perlhost.h wince/wince.c
24585 ____________________________________________________________________________
24586 [ 25100] By: nicholas                              on 2005/07/08  15:57:37
24587         Log: We no longer default to creating a new SV for GvSV.
24588      Branch: perl
24589            ! perl.h
24590 ____________________________________________________________________________
24591 [ 25099] By: nicholas                              on 2005/07/08  15:57:16
24592         Log: DEFSV causes GvSVn() to be used in lvalue context.
24593              Not sure if instead we should recode DEFSV to avoid this, and leave
24594              GvSVn() as rvalue only, like its namesakes.
24595      Branch: perl
24596            ! gv.h
24597 ____________________________________________________________________________
24598 [ 25098] By: steveh                                on 2005/07/08  10:04:24
24599         Log: Subject: Re: [PATCH] Pod::Html - correctly link to =item's on the same page
24600              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
24601              Date: Thu, 7 Jul 2005 15:05:51 -0700
24602              Message-ID: <20050707220551.GB2388@efn.org>
24603              
24604              (plus fix a couple of POD warnings)
24605      Branch: perl
24606            ! pod/perlglossary.pod
24607 ____________________________________________________________________________
24608 [ 25097] By: steveh                                on 2005/07/08  09:48:50
24609         Log: Subject: [PATCH] basename() and suffixes
24610              From: Michael G Schwern <schwern@pobox.com>
24611              Date: Thu, 7 Jul 2005 15:38:32 -0700
24612              Message-ID: <20050707223832.GA4782@windhund.schwern.org>
24613      Branch: perl
24614            ! lib/File/Basename.pm lib/File/Basename.t
24615 ____________________________________________________________________________
24616 [ 25096] By: steveh                                on 2005/07/08  08:43:07
24617         Log: Subject: Re: [perl #36477] File::Basename basename() bug
24618              From: Michael G Schwern <schwern@pobox.com>
24619              Date: Thu, 7 Jul 2005 14:16:01 -0700
24620              Message-ID: <20050707211601.GA3769@windhund.schwern.org>
24621      Branch: perl
24622            ! lib/File/Basename.pm lib/File/Basename.t
24623 ____________________________________________________________________________
24624 [ 25095] By: davem                                 on 2005/07/08  01:43:24
24625         Log: UTF8/Latin 1/i regexp "Malformed character" warning
24626              $utf8 =~ /latin/i didn't match. 
24627              Also added TODO for $latin =~ /utf8/i which also fails
24628      Branch: perl
24629            ! t/op/pat.t utf8.c
24630 ____________________________________________________________________________
24631 [ 25094] By: davem                                 on 2005/07/07  14:47:51
24632         Log: more taint fallout from change 24943
24633      Branch: perl
24634            ! mg.c scope.c t/op/taint.t
24635 ____________________________________________________________________________
24636 [ 25093] By: merijn                                on 2005/07/07  13:26:32
24637         Log: Subject: [PATCH] bug with charnames::viacode("0x1234") and optimize it
24638              From: Tels <nospam-abuse@bloodgate.com>
24639              Date: Wed, 6 Jul 2005 21:11:59 +0200
24640              Message-Id: <200507062112.12159@bloodgate.com>
24641      Branch: perl
24642            ! lib/charnames.pm
24643 ____________________________________________________________________________
24644 [ 25092] By: steveh                                on 2005/07/07  12:11:38
24645         Log: Subject: ReadParse in the CGI docs
24646              From: "Ton Hospel" <me-02@ton.iguana.be>
24647              Date: 9 Oct 2003 15:04:53 -0000
24648              To: perlbug@perl.org
24649              
24650              (plus blank lines so example code is in verbatim paragraphs,
24651              and bump $VERSION)
24652      Branch: perl
24653            ! lib/CGI.pm
24654 ____________________________________________________________________________
24655 [ 25091] By: steveh                                on 2005/07/07  11:21:41
24656         Log: Subject: [PATCH] Mention File::Spec in File::Basename
24657              From: Michael G Schwern <schwern@pobox.com>
24658              Date: Wed, 6 Jul 2005 13:06:20 -0700
24659              Message-ID: <20050706200620.GE15644@windhund.schwern.org>
24660              
24661              (plus bump $VERSION)
24662      Branch: perl
24663            ! lib/File/Basename.pm
24664 ____________________________________________________________________________
24665 [ 25090] By: steveh                                on 2005/07/07  11:06:17
24666         Log: Subject: [perl #22236] File::Basename behavior is misleading 
24667              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
24668              Date: 6 Jul 2005 19:45:40 -0000
24669              Message-ID: <rt-3.0.11-22236-116656.1.59163789180809@perl.org>
24670      Branch: perl
24671            ! lib/File/Basename.pm lib/File/Basename.t
24672 ____________________________________________________________________________
24673 [ 25089] By: steveh                                on 2005/07/07  09:22:48
24674         Log: Subject: [PATCH] Further lies in the File::Basename docs
24675              From: Michael G Schwern <schwern@pobox.com>
24676              Date: Wed, 6 Jul 2005 09:22:32 -0700
24677              Message-ID: <20050706162232.GA14495@windhund.schwern.org>
24678              
24679              (plus some minor POD changes and a bug fix)
24680      Branch: perl
24681            ! lib/File/Basename.pm lib/File/Basename.t
24682 ____________________________________________________________________________
24683 [ 25088] By: davem                                 on 2005/07/07  00:11:00
24684         Log: bytes pragma error in substitution operator
24685      Branch: perl
24686            ! pp_ctl.c t/op/subst.t
24687 ____________________________________________________________________________
24688 [ 25087] By: davem                                 on 2005/07/06  20:09:29
24689         Log: 'undef $@; die' gives uninint value warning
24690      Branch: perl
24691            ! pp_sys.c t/op/die.t
24692 ____________________________________________________________________________
24693 [ 25086] By: steveh                                on 2005/07/06  09:36:08
24694         Log: Subject: [PATCH] File::Basename doc overhaul
24695              From: Michael G Schwern <schwern@pobox.com>
24696              Date: Tue, 5 Jul 2005 20:11:27 -0700
24697              Message-ID: <20050706031127.GL9227@windhund.schwern.org>
24698              
24699              (with some minor changes)
24700      Branch: perl
24701            ! lib/File/Basename.pm
24702 ____________________________________________________________________________
24703 [ 25085] By: steveh                                on 2005/07/06  08:05:21
24704         Log: Subject: [PATCH @ 25084] simple authors removal
24705              From: Vadim Konovalov <vadim@vkonovalov.ru>
24706              Date: Wed, 06 Jul 2005 00:15:48 +0400
24707              Message-ID: <42CAEA74.1020108@vkonovalov.ru>
24708      Branch: perl
24709            ! AUTHORS
24710 ____________________________________________________________________________
24711 [ 25084] By: davem                                 on 2005/07/05  18:17:34
24712         Log: a long /etc/groups entry could cause memory exhaustion.
24713              Too small a buffer would cause ERANGE and a retry with double the
24714              buffer size. later at EOF, the apparent error got 'stuck' as
24715              ERANGE rather than ENOENT, so the buffer size doubled recursively 
24716      Branch: perl
24717            ! reentr.h reentr.pl
24718 ____________________________________________________________________________
24719 [ 25083] By: steveh                                on 2005/07/05  16:55:29
24720         Log: Subject: [PATCH] Pod::Html - correctly link to =item's on the same page
24721              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
24722              Date: Mon, 4 Jul 2005 02:07:38 -0700
24723              Message-ID: <20050704090738.GA4056@efn.org>
24724              
24725              (plus a new test, although it is currently marked TODO)
24726      Branch: perl
24727            + lib/Pod/t/htmllink.pod lib/Pod/t/htmllink.t
24728            ! MANIFEST lib/Pod/Html.pm
24729 ____________________________________________________________________________
24730 [ 25082] By: steveh                                on 2005/07/05  16:54:11
24731         Log: Oops! Change 25080 should have updated checksums too.
24732      Branch: perl
24733            ! ext/Digest/MD5/t/files.t
24734 ____________________________________________________________________________
24735 [ 25081] By: davem                                 on 2005/07/05  13:01:23
24736         Log: change 24943 broke restoration of localized taint values
24737      Branch: perl
24738            ! mg.c t/op/taint.t
24739 ____________________________________________________________________________
24740 [ 25080] By: steveh                                on 2005/07/05  10:32:08
24741         Log: Remove an unreferenced local variable in Digest-MD5
24742      Branch: perl
24743            ! ext/Digest/MD5/MD5.pm ext/Digest/MD5/MD5.xs
24744 ____________________________________________________________________________
24745 [ 25079] By: nicholas                              on 2005/07/04  19:36:51
24746         Log: Subject: [PATCH] Remove unnecessary null check
24747              From: Andy Lester <andy@petdance.com>
24748              Date: Mon, 4 Jul 2005 14:12:00 -0500
24749              Message-ID: <20050704191200.GA2614@petdance.com>
24750      Branch: perl
24751            ! embed.fnc hv.c proto.h
24752 ____________________________________________________________________________
24753 [ 25078] By: nicholas                              on 2005/07/04  19:07:31
24754         Log: Make the tests for hv_free_ent and hv_delayfree_ent pass under
24755              -DPURIFY too.
24756      Branch: perl
24757            ! ext/XS/APItest/APItest.xs
24758 ____________________________________________________________________________
24759 [ 25077] By: merijn                                on 2005/07/04  18:47:02
24760         Log: Subject: [PATCH] Better string constant in hv.c
24761              From: Andy Lester <andy@petdance.com>
24762              Date: Mon, 4 Jul 2005 13:53:49 -0500
24763              Message-ID: <20050704185349.GA2351@petdance.com>
24764      Branch: perl
24765            ! hv.c
24766 ____________________________________________________________________________
24767 [ 25076] By: steveh                                on 2005/07/04  16:15:37
24768         Log: Add regression test for change 25062
24769      Branch: perl
24770            ! t/op/magic.t
24771 ____________________________________________________________________________
24772 [ 25075] By: steveh                                on 2005/07/04  15:57:32
24773         Log: Use void, not void *, to suppress RETVAL (and compiler warning)
24774      Branch: perl
24775            ! ext/XS/APItest/APItest.xs
24776 ____________________________________________________________________________
24777 [ 25074] By: steveh                                on 2005/07/04  15:36:04
24778         Log: Perl_share_hek needs exporting for change 25070 on Win32
24779      Branch: perl
24780            ! embed.fnc embed.h global.sym
24781 ____________________________________________________________________________
24782 [ 25073] By: steveh                                on 2005/07/04  15:34:11
24783         Log: Regen after change 25067
24784      Branch: perl
24785            ! proto.h
24786 ____________________________________________________________________________
24787 [ 25072] By: nicholas                              on 2005/07/04  15:03:32
24788         Log: Implement hv_delayfree_ent in terms of hv_free_ent
24789      Branch: perl
24790            ! hv.c
24791 ____________________________________________________________________________
24792 [ 25071] By: steveh                                on 2005/07/04  14:53:54
24793         Log: Subject: [PATCH] Skip nit in t/op/lfs.t
24794              From: Steve Peters <steve@fisharerojo.org>
24795              Date: Mon, 4 Jul 2005 10:10:13 -0500
24796              Message-ID: <20050704151013.GA18468@mccoy.peters.homeunix.org>
24797      Branch: perl
24798            ! t/op/lfs.t
24799 ____________________________________________________________________________
24800 [ 25070] By: nicholas                              on 2005/07/04  14:45:40
24801         Log: Tests for hv_delayfree_ent and hv_free_ent
24802      Branch: perl
24803            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
24804            ! ext/XS/APItest/t/hash.t
24805 ____________________________________________________________________________
24806 [ 25069] By: nicholas                              on 2005/07/04  13:56:39
24807         Log: Provide a macro version of S_new_body to inline it within the hot code.
24808      Branch: perl
24809            ! sv.c
24810 ____________________________________________________________________________
24811 [ 25068] By: steveh                                on 2005/07/04  13:21:36
24812         Log: Borland's .pdb files are called .tds
24813      Branch: perl
24814            ! win32/makefile.mk
24815 ____________________________________________________________________________
24816 [ 25067] By: steveh                                on 2005/07/04  12:30:50
24817         Log: Subject: [PATCH] Post-YAPC consting, now with an attachment!
24818              From: Andy Lester <andy@petdance.com>
24819              Date: Sun, 3 Jul 2005 18:31:56 -0500
24820              Message-ID: <20050703233156.GA20967@petdance.com>
24821      Branch: perl
24822            ! deb.c embed.fnc gv.c pad.c sv.c toke.c util.c
24823 ____________________________________________________________________________
24824 [ 25066] By: nicholas                              on 2005/07/04  10:41:28
24825         Log: Inlining del_HE is actually a space optimisation.
24826              It's therefore likely also to be a speed optimisation. :-)
24827      Branch: perl
24828            ! embed.fnc embed.h hv.c proto.h
24829 ____________________________________________________________________________
24830 [ 25065] By: steveh                                on 2005/07/04  10:40:10
24831         Log: Subject: [PATCH] perlglossary.pod: add jump points
24832              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
24833              Date: Mon, 4 Jul 2005 02:07:52 -0700
24834              Message-ID: <20050704090752.GB4056@efn.org>
24835      Branch: perl
24836            ! pod/perlglossary.pod
24837 ____________________________________________________________________________
24838 [ 25064] By: nicholas                              on 2005/07/04  10:24:26
24839         Log: sv_setuv_mg is so rarely called that the IV optimisation test is not
24840              needed.
24841      Branch: perl
24842            ! sv.c
24843 ____________________________________________________________________________
24844 [ 25063] By: steveh                                on 2005/07/04  10:13:41
24845         Log: Subject: Re: How to suppress warnings when building Errno with gcc
24846              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
24847              Date: Fri, 1 Jul 2005 10:56:23 -0700
24848              Message-ID: <20050701175623.GD216@efn.org>
24849      Branch: perl
24850            ! ext/Errno/Errno_pm.PL
24851 ____________________________________________________________________________
24852 [ 25062] By: steveh                                on 2005/07/04  09:17:06
24853         Log: Fix change 25045
24854      Branch: perl
24855            ! mg.c
24856 ____________________________________________________________________________
24857 [ 25061] By: steveh                                on 2005/07/04  08:26:38
24858         Log: Here's the rest of change 25058 ;-)
24859      Branch: perl
24860            ! embed.h global.sym
24861 ____________________________________________________________________________
24862 [ 25060] By: davem                                 on 2005/07/04  08:11:33
24863         Log: Subject:  Re: [PATCH] Re: [PATCH] Re: a blead warning from tru64
24864              From:  Jarkko Hietaniemi <jhietaniemi@gmail.com>
24865              Date:  Mon, 04 Jul 2005 00:19:28 +0300
24866              Message-Id:  <42C85660.50807@gmail.com>
24867      Branch: perl
24868            ! perl.h
24869 ____________________________________________________________________________
24870 [ 25059] By: steveh                                on 2005/07/04  08:10:27
24871         Log: Stop reentr.pl changing EOL on the files it writes on Win32
24872      Branch: perl
24873            ! reentr.pl
24874 ____________________________________________________________________________
24875 [ 25058] By: steveh                                on 2005/07/04  08:09:36
24876         Log: Perl_ckwarn (added by change 25050) needs exporting on Win32
24877              
24878              (At least PerlIO/via uses it, so it must be public)
24879      Branch: perl
24880            ! embed.fnc
24881 ____________________________________________________________________________
24882 [ 25055] By: nicholas                              on 2005/07/02  21:19:09
24883         Log: Andy suggests this tweak to Dave's fix for MEM_WRAP_CHECK to shut up
24884              a different compiler warnings. I guess we need a waterbed theory of
24885              compiler warnings.
24886      Branch: perl
24887            ! handy.h
24888 ____________________________________________________________________________
24889 [ 25054] By: nicholas                              on 2005/07/02  16:53:09
24890         Log: Convert bless.t to test.pl
24891      Branch: perl
24892            ! t/op/bless.t
24893 ____________________________________________________________________________
24894 [ 25053] By: nicholas                              on 2005/07/02  16:25:06
24895         Log: Copying the first parameter in the macro del_body seems to reduce
24896              code size.  Presumably an expression is no longer evaluated twice.
24897      Branch: perl
24898            ! sv.c
24899 ____________________________________________________________________________
24900 [ 25052] By: davem                                 on 2005/07/02  16:11:46
24901         Log: do just-in-time loading of Carp.pm in some modules
24902              
24903              From: Tels <nospam-abuse@bloodgate.com>
24904              Subject: [PATCH] No Carp #4 AutoSplit.pm
24905              Subject: [PATCH] no Carp #5 (File::Path)
24906              Subject: [PATCH] no Carp #7 - charnames.pm
24907              Subject: [PATCH] no Carp #6 (File::Compare, File::Copy, File::Temp)
24908              Subject: [PATCH] no Carp #8 - SelfLoader, Text/Balanced and open.pm
24909      Branch: perl
24910            ! lib/AutoSplit.pm lib/File/Compare.pm lib/File/Copy.pm
24911            ! lib/File/Path.pm lib/SelfLoader.pm lib/charnames.pm
24912            ! lib/open.pm
24913 ____________________________________________________________________________
24914 [ 25051] By: nicholas                              on 2005/07/02  16:07:47
24915         Log: Unwrap the del_Xfoo() macros by explicitly noting the arena to free
24916              the body to. This comletely eliminates the second switch statement.
24917      Branch: perl
24918            ! sv.c
24919 ____________________________________________________________________________
24920 [ 25050] By: davem                                 on 2005/07/02  15:05:04
24921         Log: replace ckWARN macros with functions
24922      Branch: perl
24923            ! embed.fnc embed.h pod/perlintern.pod proto.h util.c warnings.h
24924            ! warnings.pl
24925 ____________________________________________________________________________
24926 [ 25049] By: nicholas                              on 2005/07/02  14:57:43
24927         Log: Given that the GV no longer owns a reference on the symbol table, we
24928              dont need the deferred SvREFCNT_dec games.
24929      Branch: perl
24930            ! sv.c
24931 ____________________________________________________________________________
24932 [ 25048] By: nicholas                              on 2005/07/02  13:55:45
24933         Log: Passing gvtype as char rather than char * to S_varname generates
24934              smaller code.
24935      Branch: perl
24936            ! embed.fnc proto.h sv.c
24937 ____________________________________________________________________________
24938 [ 25047] By: nicholas                              on 2005/07/02  13:07:26
24939         Log: Don't inline offer_nice_chunk, as it's rarely called.
24940      Branch: perl
24941            ! embed.fnc embed.h perl.h proto.h sv.c
24942 ____________________________________________________________________________
24943 [ 25046] By: davem                                 on 2005/07/02  12:35:12
24944         Log: missed one PAD_SET_CUR
24945      Branch: perl
24946            ! pp_hot.c
24947 ____________________________________________________________________________
24948 [ 25045] By: nicholas                              on 2005/07/02  12:34:08
24949         Log: Don't check the pointer is non-NULL before calling Safefree() in
24950              little used code, code used only once per run (such as interpreter
24951              construction and destruction), and cases where the pointer nearly
24952              never is NULL. Safefree does its own non-NULL check, and even that
24953              isn't strictly necessary as all conformant free()s accept a NULL
24954              pointer.
24955      Branch: perl
24956            ! doio.c locale.c mg.c perl.c perl.h regcomp.c sv.c util.c
24957 ____________________________________________________________________________
24958 [ 25044] By: rgs                                   on 2005/07/02  07:41:14
24959         Log: Upgrade to Time::HiRes 1.72
24960      Branch: perl
24961            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
24962            ! ext/Time/HiRes/Makefile.PL ext/Time/HiRes/t/HiRes.t
24963 ____________________________________________________________________________
24964 [ 25043] By: steveh                                on 2005/07/01  16:33:42
24965         Log: Make Archive::Tar clean up its test files on Win32
24966              
24967              (The old "can't delete an open file on Win32" chestnut again)
24968      Branch: perl
24969            ! lib/Archive/Tar.pm lib/Archive/Tar/t/02_methods.t
24970 ____________________________________________________________________________
24971 [ 25042] By: davem                                 on 2005/07/01  15:40:40
24972         Log: the PAD_SET_CUR macro expanded too much for AIX compilers
24973      Branch: perl
24974            ! pad.h pp_ctl.c pp_sort.c pp_sys.c
24975 ____________________________________________________________________________
24976 [ 25041] By: steveh                                on 2005/07/01  15:15:23
24977         Log: Silence MinGW warning about "'noreturn' function does return"
24978              
24979              (Thanks to Nicholas Clark)
24980      Branch: perl
24981            ! iperlsys.h
24982 ____________________________________________________________________________
24983 [ 25040] By: rgs                                   on 2005/07/01  15:05:58
24984         Log: Install perlglossary on VMS and Windows
24985      Branch: perl
24986            ! vms/descrip_mms.template win32/pod.mak
24987 ____________________________________________________________________________
24988 [ 25039] By: davem                                 on 2005/07/01  14:34:52
24989         Log: undo some excessive Carp.pm minimalisation
24990      Branch: perl
24991            ! lib/Carp.pm
24992 ____________________________________________________________________________
24993 [ 25038] By: steveh                                on 2005/07/01  13:39:33
24994         Log: Remove unreferenced local variable (and the warning about it)
24995      Branch: perl
24996            ! ext/XS/APItest/APItest.xs
24997 ____________________________________________________________________________
24998 [ 25037] By: rgs                                   on 2005/07/01  12:43:23
24999         Log: Add the perlglossary man page
25000              
25001              Subject: [PATCH] perlglossary.pod
25002              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
25003              Date: Fri, 1 Jul 2005 03:10:50 -0700
25004              Message-ID: <20050701101050.GA2448@efn.org>
25005      Branch: perl
25006            + pod/perlglossary.pod
25007            ! MANIFEST pod.lst pod/perl.pod pod/perlmodlib.pod
25008            ! pod/perltoc.pod
25009 ____________________________________________________________________________
25010 [ 25036] By: rgs                                   on 2005/07/01  12:32:21
25011         Log: Subject: [PATCH] Make Exporter.t warnings clean
25012              From: Michael G Schwern <schwern@pobox.com>
25013              Date: Tue, 28 Jun 2005 15:58:36 -0700
25014              Message-ID: <20050628225836.GB27320@windhund.schwern.org>
25015      Branch: perl
25016            ! lib/Exporter.t
25017 ____________________________________________________________________________
25018 [ 25035] By: davem                                 on 2005/07/01  11:49:22
25019         Log: silence a warning in Perl_sv_compile_2op
25020      Branch: perl
25021            ! pp_ctl.c
25022 ____________________________________________________________________________
25023 [ 25034] By: davem                                 on 2005/07/01  11:45:40
25024         Log: silence gcc 'comparison is always false' warning in MEM_WRAP_CHECK
25025              Only a partial fix: works where sizeof(type)==1; since we
25026              can never wraparound in that case, disarm the check
25027      Branch: perl
25028            ! handy.h
25029 ____________________________________________________________________________
25030 [ 25033] By: steveh                                on 2005/07/01  07:44:50
25031         Log: Silence some cast warnings from bcc32 on Win32
25032              
25033              See the thread starting here for arguments:
25034              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-06/msg00994.html
25035      Branch: perl
25036            ! win32/win32.c
25037 ____________________________________________________________________________
25038 [ 25032] By: davem                                 on 2005/06/30  22:41:07
25039         Log: assigning shared consts (eg __PACKAGE__) to magic vars
25040      Branch: perl
25041            ! sv.c t/op/magic.t
25042 ____________________________________________________________________________
25043 [ 25031] By: nicholas                              on 2005/06/30  17:41:03
25044         Log: By grabbing the length, we can use sv_setpvn here.
25045      Branch: perl
25046            ! util.c
25047 ____________________________________________________________________________
25048 [ 25030] By: nicholas                              on 2005/06/30  17:37:56
25049         Log: Use sv_setpvn where we know the length.
25050      Branch: perl
25051            ! universal.c
25052 ____________________________________________________________________________
25053 [ 25029] By: nicholas                              on 2005/06/30  17:28:45
25054         Log: A terser way of implementing require_pv.
25055      Branch: perl
25056            ! perl.c
25057 ____________________________________________________________________________
25058 [ 25028] By: nicholas                              on 2005/06/30  17:21:28
25059         Log: We know the length, so use sv_setpvn rather than sv_setpv.
25060      Branch: perl
25061            ! universal.c
25062 ____________________________________________________________________________
25063 [ 25027] By: nicholas                              on 2005/06/30  17:05:13
25064         Log: Avoid using PL_Sv in the -V argument processing.
25065              Express the embedded perl program in a slightly terser way.
25066      Branch: perl
25067            ! perl.c
25068 ____________________________________________________________________________
25069 [ 25026] By: nicholas                              on 2005/06/30  16:34:52
25070         Log: Use Perl_sv_catpvf to shorten the code (source and object) needed for
25071              commandline -V options that q\0...\0.
25072      Branch: perl
25073            ! perl.c
25074 ____________________________________________________________________________
25075 [ 25025] By: rgs                                   on 2005/06/30  16:15:31
25076         Log: Add TODO tests for bug #36434
25077      Branch: perl
25078            ! t/op/magic.t
25079 ____________________________________________________________________________
25080 [ 25024] By: nicholas                              on 2005/06/30  12:28:55
25081         Log: The core shouldn't be using PL_na
25082      Branch: perl
25083            ! perl.c
25084 ____________________________________________________________________________
25085 [ 25023] By: nicholas                              on 2005/06/30  12:15:14
25086         Log: -V:... would get upset (syntax error) if ... contained unbalanced ().
25087      Branch: perl
25088            ! perl.c
25089 ____________________________________________________________________________
25090 [ 25022] By: nicholas                              on 2005/06/30  11:40:37
25091         Log: Replace newSVpv(...,0) with newSVpvn where we know the length.
25092      Branch: perl
25093            ! perl.c regcomp.c sv.c
25094 ____________________________________________________________________________
25095 [ 25021] By: nicholas                              on 2005/06/30  11:20:33
25096         Log: Why use Perl_form and newSVpv when newSVpvf will do it in one?
25097      Branch: perl
25098            ! perl.c
25099 ____________________________________________________________________________
25100 [ 25020] By: rgs                                   on 2005/06/30  10:01:55
25101         Log: Subject: [PATCH] make t/uni/class.t faster
25102              From: Tels <nospam-abuse@bloodgate.com>
25103              Date: Wed, 29 Jun 2005 21:19:52 +0200
25104              Message-Id: <200506292120.05519@bloodgate.com>
25105      Branch: perl
25106            ! t/uni/class.t
25107 ____________________________________________________________________________
25108 [ 25019] By: nicholas                              on 2005/06/30  09:57:31
25109         Log: If gp_flags is unused, why are we even allocating it?
25110      Branch: perl
25111            ! dump.c ext/Devel/Peek/t/Peek.t gv.h sv.c
25112 ____________________________________________________________________________
25113 [ 25018] By: nicholas                              on 2005/06/30  09:21:05
25114         Log: Nothing is actually relying on GvUNIQUE holding state.
25115      Branch: perl
25116            ! gv.h
25117 ____________________________________________________________________________
25118 [ 25017] By: rgs                                   on 2005/06/30  09:11:28
25119         Log: Subject: Re: [PATCH] Convert File::Basename tests to Test::More
25120              From: Michael G Schwern <schwern@pobox.com>
25121              Date: Thu, 30 Jun 2005 01:02:30 -0700
25122              Message-ID: <20050630080230.GC17965@windhund.schwern.org>
25123      Branch: perl
25124            ! lib/File/Basename.t
25125 ____________________________________________________________________________
25126 [ 25016] By: rgs                                   on 2005/06/30  09:04:20
25127         Log: Subject: Re: [PATCH]Re: [perl #36417] IO::Handle::getline() doco should note an important difference from <$io>
25128              From: Steve Peters <steve@fisharerojo.org>
25129              Date: Wed, 29 Jun 2005 21:47:23 -0500
25130              Message-ID: <20050630024723.GA3786@mccoy.peters.homeunix.org>
25131      Branch: perl
25132            ! ext/IO/lib/IO/Handle.pm
25133 ____________________________________________________________________________
25134 [ 25015] By: rgs                                   on 2005/06/30  08:59:11
25135         Log: Subject: some dusting off of the cross-compilation information
25136              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
25137              Date: Thu, 30 Jun 2005 08:41:17 +0300
25138              Message-ID: <42C385FD.9040601@gmail.com>
25139      Branch: perl
25140            ! Cross/README INSTALL
25141 ____________________________________________________________________________
25142 [ 25014] By: steveh                                on 2005/06/30  07:57:25
25143         Log: Silence MinGW warnings about system headers when building Errno
25144              
25145              Thanks to Mike Guy for the suggested fix.
25146      Branch: perl
25147            ! ext/Errno/Errno_pm.PL
25148 ____________________________________________________________________________
25149 [ 25013] By: nicholas                              on 2005/06/29  21:24:53
25150         Log: Expand on parts of perltodo
25151      Branch: perl
25152            ! pod/perltodo.pod
25153 ____________________________________________________________________________
25154 [ 25012] By: nicholas                              on 2005/06/29  21:09:16
25155         Log: All tests pass (for me) with -DPERL_DONT_CREATE_GVSV
25156      Branch: perl
25157            ! pp.c pp_hot.c
25158 ____________________________________________________________________________
25159 [ 25011] By: nicholas                              on 2005/06/29  20:24:12
25160         Log: Make warnings.t pass with -DPERL_DONT_CREATE_GVSV
25161      Branch: perl
25162            ! pp_sys.c
25163 ____________________________________________________________________________
25164 [ 25010] By: nicholas                              on 2005/06/29  19:25:24
25165         Log: Fixes to -DPERL_DONT_CREATE_GVSV to make more tests pass
25166      Branch: perl
25167            ! doio.c gv.c perl.h sv.c
25168 ____________________________________________________________________________
25169 [ 25009] By: nicholas                              on 2005/06/29  15:58:14
25170         Log: First stab at not automatically creating an unused SV for GvSV
25171              Enable it with -DPERL_DONT_CREATE_GVSV.
25172              Currently if enabled 22 test scripts have failures, so still some way
25173              to go.
25174      Branch: perl
25175            ! embed.fnc embed.h global.sym gv.c gv.h makedef.pl perl.c
25176            ! pp_hot.c proto.h sv.c
25177 ____________________________________________________________________________
25178 [ 25008] By: rgs                                   on 2005/06/29  08:11:53
25179         Log: Remove old variable needed for binary compatibility
25180      Branch: perl
25181            ! embedvar.h intrpvar.h perlapi.h sv.c
25182 ____________________________________________________________________________
25183 [ 25007] By: nicholas                              on 2005/06/28  22:02:03
25184         Log: Convert strcpy to memcpy where we already know the length.
25185      Branch: perl
25186            ! gv.c sv.c util.c
25187 ____________________________________________________________________________
25188 [ 25006] By: davem                                 on 2005/06/28  11:28:20
25189         Log: move Carp.pod back into Carp.pm
25190      Branch: perl
25191            - lib/Carp.pod
25192            ! MANIFEST lib/Carp.pm
25193 ____________________________________________________________________________
25194 [ 25005] By: rgs                                   on 2005/06/28  11:17:30
25195         Log: B::Deparse was chocking on variable names with colons (like foo::::bar)
25196      Branch: perl
25197            ! ext/B/B/Deparse.pm
25198 ____________________________________________________________________________
25199 [ 25004] By: nicholas                              on 2005/06/28  10:09:26
25200         Log: Subject: Re: Hints for 64bitall (PPC!) Darwin perl
25201              From: Dominic Dunlop <domo@computer.org>
25202              Message-Id: <1D31D9A6-2451-49EE-AD80-80F1D9CA2825@computer.org>
25203              Date: Mon, 27 Jun 2005 19:46:59 +0200
25204      Branch: perl
25205            ! hints/darwin.sh
25206 ____________________________________________________________________________
25207 [ 25003] By: steveh                                on 2005/06/28  08:01:21
25208         Log: Stop "Possible use before definition" warning following change 24997
25209      Branch: perl
25210            ! pp_sys.c
25211 ____________________________________________________________________________
25212 [ 25002] By: rgs                                   on 2005/06/28  07:40:35
25213         Log: Upgrade to Time::HiRes 1.71
25214      Branch: perl
25215            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
25216            ! ext/Time/HiRes/Makefile.PL
25217 ____________________________________________________________________________
25218 [ 25001] By: steveh                                on 2005/06/28  07:40:01
25219         Log: Stop "suspicious pointer conversion" warning following change 24997
25220      Branch: perl
25221            ! hv.c
25222 ____________________________________________________________________________
25223 [ 25000] By: rgs                                   on 2005/06/27  21:57:04
25224         Log: Don't install demo files with perl
25225      Branch: perl
25226            ! installperl
25227 ____________________________________________________________________________
25228 [ 24999] By: rgs                                   on 2005/06/27  21:30:09
25229         Log: From: Mattia Barbon <mattia.barbon@libero.it>
25230              Subject: [PATCH] Avoid redefinition warning for MinGW
25231              Date: Jun 27, 2005 10:07 PM
25232              Message-ID: <Mahogany-0.66.0-1232-20050627-220727.00@rbnet.it>
25233      Branch: perl
25234            ! win32/win32iop.h
25235 ____________________________________________________________________________
25236 [ 24998] By: nicholas                              on 2005/06/27  20:52:27
25237         Log: Fix sv_dec of undefined PVs to (a) not downgrade to NV
25238              (b) give -1, rather than +1
25239      Branch: perl
25240            ! sv.c t/op/inc.t
25241 ____________________________________________________________________________
25242 [ 24997] By: rgs                                   on 2005/06/27  18:26:15
25243         Log: Subject: [PATCH] We're going round in circles with pp_sys.c
25244              From: Andy Lester <andy@petdance.com>
25245              Date: Mon, 27 Jun 2005 13:06:59 -0500
25246              Message-ID: <20050627180659.GB29744@petdance.com>
25247              
25248              (edited)
25249      Branch: perl
25250            ! embed.fnc gv.c handy.h hv.c perl.c pp_ctl.c pp_hot.c proto.h
25251            ! regexec.c sv.c toke.c
25252 ____________________________________________________________________________
25253 [ 24996] By: rgs                                   on 2005/06/27  17:19:45
25254         Log: Fix installation of ptar(1) manpage.
25255              The __END__ was making the POD being ignored by pod2man.
25256      Branch: perl
25257            ! lib/Archive/Tar/bin/ptar
25258 ____________________________________________________________________________
25259 [ 24995] By: davem                                 on 2005/06/27  16:34:34
25260         Log: Make Carp.pm even lighter (and Carp::Heavy even heavier)
25261              Also move carp.pm pod to carp.pod
25262      Branch: perl
25263            + lib/Carp.pod
25264            ! MANIFEST lib/Carp.pm lib/Carp/Heavy.pm lib/warnings.pm
25265            ! warnings.pl
25266 ____________________________________________________________________________
25267 [ 24994] By: steveh                                on 2005/06/27  15:45:05
25268         Log: Silence compiler warning in SDBM_File
25269              
25270              Unless I'm missing something it looks like "key" actually is used,
25271              and the "key = key" assignment causes bcc32 to complain about use
25272              before definition!
25273      Branch: perl
25274            ! ext/SDBM_File/SDBM_File.xs
25275 ____________________________________________________________________________
25276 [ 24993] By: rgs                                   on 2005/06/27  15:22:58
25277         Log: Subject: [PATCH] XSLoader for Sys::Syslog
25278              From: Alexey Tourbin <at@altlinux.ru>
25279              Date: Sun, 26 Jun 2005 08:32:05 +0400
25280              Message-ID: <20050626043204.GA31585@solemn.turbinal.org>
25281      Branch: perl
25282            ! ext/Sys/Syslog/Syslog.pm
25283 ____________________________________________________________________________
25284 [ 24992] By: rgs                                   on 2005/06/27  13:51:10
25285         Log: Oops (fix previous fix).
25286      Branch: perl
25287            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/export.t
25288            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
25289            ! lib/Filter/Simple/t/import.t
25290 ____________________________________________________________________________
25291 [ 24991] By: rgs                                   on 2005/06/27  13:48:26
25292         Log: Fix tests of Filter::Simple 0.82 in the core
25293      Branch: perl
25294            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/export.t
25295            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
25296            ! lib/Filter/Simple/t/import.t
25297 ____________________________________________________________________________
25298 [ 24990] By: rgs                                   on 2005/06/27  13:46:25
25299         Log: Upgrade to Filter::Simple 0.82
25300      Branch: perl
25301            ! lib/Filter/Simple.pm lib/Filter/Simple/Changes
25302            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/export.t
25303            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
25304            ! lib/Filter/Simple/t/import.t t/lib/Filter/Simple/ExportTest.pm
25305            ! t/lib/Filter/Simple/FilterOnlyTest.pm
25306            ! t/lib/Filter/Simple/FilterTest.pm
25307            ! t/lib/Filter/Simple/ImportTest.pm
25308 ____________________________________________________________________________
25309 [ 24989] By: rgs                                   on 2005/06/27  12:46:44
25310         Log: Upgrade to Test::Harness 2.52
25311      Branch: perl
25312            ! lib/Test/Harness.pm lib/Test/Harness/Changes
25313            ! lib/Test/Harness/bin/prove
25314 ____________________________________________________________________________
25315 [ 24988] By: rgs                                   on 2005/06/27  12:35:33
25316         Log: Upgrade to Time::HiRes 1.70
25317      Branch: perl
25318            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
25319            ! ext/Time/HiRes/HiRes.xs
25320 ____________________________________________________________________________
25321 [ 24987] By: steveh                                on 2005/06/27  07:41:52
25322         Log: Suppress warnings about a clash between redefined malloc and the
25323              use of __attribute__malloc__
25324              
25325              Subject: Re: Fun with __attribute__malloc__
25326              From: Andy Lester <andy@petdance.com>
25327              Date: Fri, 24 Jun 2005 12:11:59 -0500
25328              Message-ID: <20050624171159.GB29590@petdance.com>
25329      Branch: perl
25330            ! perl.h
25331 ____________________________________________________________________________
25332 [ 24986] By: nicholas                              on 2005/06/26  22:19:22
25333         Log: Tweak the child dump socket protocol to return error messages to the
25334              parent so that it can display what went wrong.
25335      Branch: perl
25336            ! perl.c
25337 ____________________________________________________________________________
25338 [ 24985] By: rgs                                   on 2005/06/26  20:06:10
25339         Log: Upgrade to Time::HiRes 1.69
25340      Branch: perl
25341            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
25342            ! ext/Time/HiRes/Makefile.PL
25343 ____________________________________________________________________________
25344 [ 24984] By: nicholas                              on 2005/06/26  17:59:33
25345         Log: When using DEBUG_LEAKING_SCALARS_FORK_DUMP it's possible to cause
25346              indefinite hangs when the debugging child holds open Perl_debug_log,
25347              and it happens to be a file descriptor that is one end of a pipe,
25348              with a process sitting at the other end waitng for EOF.
25349              So close all descriptors in the child *including* Perl_debug_log,
25350              and pass it back in over the control socket if it's needed.
25351      Branch: perl
25352            ! perl.c
25353 ____________________________________________________________________________
25354 [ 24983] By: nicholas                              on 2005/06/26  10:28:43
25355         Log: Need to pass a my_perl to S_my_localtime to make threaded builds build.
25356      Branch: perl
25357            ! pp_sys.c
25358 ____________________________________________________________________________
25359 [ 24982] By: nicholas                              on 2005/06/25  17:58:26
25360         Log: Add a sanity check to Config::AUTOLOAD to prevent infinte loops if
25361              Configure_heavy.pl gets truncated.
25362      Branch: perl
25363            ! configpm
25364 ____________________________________________________________________________
25365 [ 24981] By: nicholas                              on 2005/06/25  15:45:06
25366         Log: On OS X to use perl's malloc need to USE_PERL_SBRK and emulate sbrk()
25367              using system malloc, because sbrk() stops giving us memory after about
25368              14Mb.
25369      Branch: perl
25370            ! hints/darwin.sh
25371 ____________________________________________________________________________
25372 [ 24980] By: nicholas                              on 2005/06/25  15:42:30
25373         Log: Need to skip exporting PL_dumper_fd unless it is used.
25374      Branch: perl
25375            ! makedef.pl
25376 ____________________________________________________________________________
25377 [ 24979] By: nicholas                              on 2005/06/25  12:55:09
25378         Log: If forking during global destruction, the child needs to close all
25379              unused file descriptors, else it can cause other processes to hang
25380              because it accidentally holds open pipes and sockets.
25381      Branch: perl
25382            ! perl.c
25383 ____________________________________________________________________________
25384 [ 24978] By: rgs                                   on 2005/06/24  15:21:38
25385         Log: Upgrade to Unicode::Collate 0.51
25386      Branch: perl
25387            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
25388            ! lib/Unicode/Collate/README
25389 ____________________________________________________________________________
25390 [ 24977] By: steveh                                on 2005/06/24  14:38:05
25391         Log: Fix typo in win32.c
25392              
25393              Doesn't fix bcc32 + USE_LARGE_FILES, though :-(
25394      Branch: perl
25395            ! win32/win32.c
25396 ____________________________________________________________________________
25397 [ 24976] By: nicholas                              on 2005/06/24  14:04:19
25398         Log: Extend DEBUG_LEAKING_SCALARS_FORK_DUMP so it can also dump scalars
25399              which become unreferenced. This is less likely to be successful.
25400              The #define needs a better name.
25401      Branch: perl
25402            ! embed.fnc embed.h embedvar.h intrpvar.h perl.c perlapi.h
25403            ! proto.h sv.c
25404 ____________________________________________________________________________
25405 [ 24975] By: steveh                                on 2005/06/24  13:56:15
25406         Log: Stop '"__attribute__format__" redefined' warnings from gcc on Win32
25407      Branch: perl
25408            ! perl.h win32/config_H.gc
25409 ____________________________________________________________________________
25410 [ 24974] By: steveh                                on 2005/06/24  12:27:45
25411         Log: Make opendir() filename const in Win32-land & friends
25412              
25413              That fact that it wasn't const already was highlighted by a warning
25414              from pp_open_dir() generated by change 24743. Rather than undo the
25415              const change in pp_open_dir(), this seems to make more sense. Hope I
25416              haven't broken Netware or WinCE.
25417      Branch: perl
25418            ! NetWare/nw5.c NetWare/nwperlhost.h NetWare/nwperlsys.h
25419            ! iperlsys.h win32/include/dirent.h win32/perlhost.h
25420            ! win32/win32.c win32/win32iop.h wince/perlhost.h wince/wince.c
25421 ____________________________________________________________________________
25422 [ 24973] By: nicholas                              on 2005/06/24  10:45:44
25423         Log: Need to do some sort of die/warn to get the "global destruction"
25424              text if the bug is still present.
25425      Branch: perl
25426            ! t/op/gv.t
25427 ____________________________________________________________________________
25428 [ 24972] By: steveh                                on 2005/06/24  09:37:24
25429         Log: Fix t\op\gv.t on Win32
25430      Branch: perl
25431            ! t/op/gv.t
25432 ____________________________________________________________________________
25433 [ 24971] By: rgs                                   on 2005/06/24  07:54:59
25434         Log: Remove cargo-culted binmode.
25435      Branch: perl
25436            ! lib/Archive/Tar/t/00_setup.t
25437 ____________________________________________________________________________
25438 [ 24970] By: steveh                                on 2005/06/24  07:42:41
25439         Log: Fix Archive-Tar tests on Win32 following change 24954
25440      Branch: perl
25441            ! lib/Archive/Tar/t/00_setup.t
25442 ____________________________________________________________________________
25443 [ 24969] By: merijn                                on 2005/06/24  07:41:08
25444         Log: Workaround localtime edge case where TZ makes time go beyond
25445              the defined working range (AIX 5.2)
25446      Branch: perl
25447            ! pp_sys.c
25448 ____________________________________________________________________________
25449 [ 24968] By: davem                                 on 2005/06/23  22:59:36
25450         Log: change 24967 got the #endif in the wrong place
25451      Branch: perl
25452            ! pad.c
25453 ____________________________________________________________________________
25454 [ 24967] By: davem                                 on 2005/06/23  22:48:40
25455         Log: don't repopulate PADTMP slots with null SVs when freeing ops
25456      Branch: perl
25457            ! ext/B/t/f_sort.t ext/B/t/optree_samples.t pad.c
25458 ____________________________________________________________________________
25459 [ 24966] By: nicholas                              on 2005/06/23  21:30:33
25460         Log: Remove the reference loop between symbol tables and typeglobs.
25461              Typeglobs now have a weak reference onto their symbol table.
25462      Branch: perl
25463            ! embed.fnc embed.h gv.c mg.c pad.c proto.h sv.c t/op/gv.t
25464 ____________________________________________________________________________
25465 [ 24965] By: rgs                                   on 2005/06/23  18:53:04
25466         Log: Subject: [PATCH] Pre-YAPC consting fun
25467              From: Andy Lester <andy@petdance.com>
25468              Date: Jun 23, 2005 9:04 PM
25469              Message-ID: <20050623190423.GA13835@petdance.com>
25470      Branch: perl
25471            ! embed.fnc embed.h lib/ExtUtils/CBuilder/t/01-basic.t locale.c
25472            ! mg.c perlio.c pp_ctl.c pp_pack.c pp_sys.c proto.h scope.c
25473            ! taint.c util.c
25474 ____________________________________________________________________________
25475 [ 24964] By: merijn                                on 2005/06/23  18:43:42
25476         Log: Take a larger margin to prevent 'X' failures in smokes
25477              I was able to get warnings on HP-UX 10.20 every 2nd to 3rd run
25478              when reps was still 10000. With 15000 I didn't get a single warning
25479      Branch: perl
25480            ! t/op/rand.t
25481 ____________________________________________________________________________
25482 [ 24963] By: rgs                                   on 2005/06/23  18:07:34
25483         Log: Warning suppression.
25484      Branch: perl
25485            ! pp_sys.c
25486 ____________________________________________________________________________
25487 [ 24962] By: nicholas                              on 2005/06/23  18:00:38
25488         Log: The current implementation of :unique is fundamentally flawed,
25489              because declaring a scalar READONLY does not stop it being modified.
25490              Hence the current implementation of :unique is *not threadsafe*
25491              D'oh!
25492              Better implementations welcome.
25493      Branch: perl
25494            ! embed.fnc embed.h ext/threads/t/problems.t pod/perltodo.pod
25495            ! proto.h sv.c
25496 ____________________________________________________________________________
25497 [ 24961] By: rgs                                   on 2005/06/23  16:18:21
25498         Log: Fix Archive::Tar test when perl is built with -Dmksymlinks
25499      Branch: perl
25500            ! lib/Archive/Tar/t/02_methods.t
25501 ____________________________________________________________________________
25502 [ 24960] By: rgs                                   on 2005/06/23  15:51:02
25503         Log: Subject: [PATCH] Re: [perl #9741] possible problem with File::Find
25504              From: Steve Peters <steve@fisharerojo.org>
25505              Date: Fri, 17 Jun 2005 23:27:14 -0500
25506              Message-ID: <20050618042714.GA29589@mccoy.peters.homeunix.org>
25507      Branch: perl
25508            ! lib/File/Find.pm
25509 ____________________________________________________________________________
25510 [ 24959] By: nicholas                              on 2005/06/23  14:11:20
25511         Log: Add a define PERL_POISON which tries to trip up anything accessing
25512              freed or uninitialised memory. Currently only Poison()s freed
25513              pointers.
25514      Branch: perl
25515            ! ext/PerlIO/encoding/encoding.xs gv.c handy.h pp_ctl.c scope.c
25516            ! sv.c
25517 ____________________________________________________________________________
25518 [ 24958] By: nicholas                              on 2005/06/23  14:09:57
25519         Log: Indent some of the #ifdef/#define/#endif to make the nesting clearer.
25520              Simplify SvPV_free slightly.
25521      Branch: perl
25522            ! sv.h
25523 ____________________________________________________________________________
25524 [ 24957] By: rgs                                   on 2005/06/23  11:54:25
25525         Log: This dummy test didn't pass
25526      Branch: perl
25527            ! lib/Archive/Tar/t/99_clean.t
25528 ____________________________________________________________________________
25529 [ 24956] By: rgs                                   on 2005/06/23  11:34:35
25530         Log: Add a pseudo-test to clean up data files for Archive::Tar tests
25531      Branch: perl
25532            + lib/Archive/Tar/t/99_clean.t
25533            ! MANIFEST
25534 ____________________________________________________________________________
25535 [ 24955] By: rgs                                   on 2005/06/23  11:30:16
25536         Log: Remove test that relies on Test::POD
25537      Branch: perl
25538            - lib/Archive/Tar/t/99_pod.t
25539            ! MANIFEST
25540 ____________________________________________________________________________
25541 [ 24954] By: rgs                                   on 2005/06/23  11:29:16
25542         Log: Remove binary files, add a pseudo-test in Archive::Tar to generate them
25543      Branch: perl
25544            + lib/Archive/Tar/t/00_setup.t
25545            - lib/Archive/Tar/t/src/long/bar.tar
25546            - lib/Archive/Tar/t/src/long/foo.tgz
25547            - lib/Archive/Tar/t/src/short/bar.tar
25548            - lib/Archive/Tar/t/src/short/foo.tgz
25549            ! MANIFEST
25550 ____________________________________________________________________________
25551 [ 24953] By: steveh                                on 2005/06/23  11:02:42
25552         Log: Silence bcc32 compiler warnings following change 24945
25553              
25554              ("Possible use of '%s' before definition")
25555      Branch: perl
25556            ! pp_ctl.c pp_sys.c
25557 ____________________________________________________________________________
25558 [ 24952] By: nicholas                              on 2005/06/23  10:41:00
25559         Log: Re-initialise PL_curcop to &PL_compiling before destroying the optree.
25560      Branch: perl
25561            ! perl.c
25562 ____________________________________________________________________________
25563 [ 24951] By: rgs                                   on 2005/06/23  10:39:47
25564         Log: Subject: Re: [perl #36350] unstable sorting for use integer; sort { $b <=> $a } @foo 
25565              From: Salvador Fandino <sfandino@yahoo.com>
25566              Date: Tue, 21 Jun 2005 19:50:35 +0200
25567              Message-ID: <20050621181658.5977.qmail@lists.develooper.com>
25568      Branch: perl
25569            ! pp_sort.c
25570 ____________________________________________________________________________
25571 [ 24950] By: steveh                                on 2005/06/23  10:21:53
25572         Log: Oops! Change 24946 wasn't quite right
25573      Branch: perl
25574            ! doio.c
25575 ____________________________________________________________________________
25576 [ 24949] By: rgs                                   on 2005/06/23  09:32:55
25577         Log: Add handling of NV_ZERO_IS_ALLBITS_ZERO for Netware and epoc
25578      Branch: perl
25579            ! NetWare/config.wc NetWare/config_H.wc epoc/config.sh
25580 ____________________________________________________________________________
25581 [ 24948] By: rgs                                   on 2005/06/23  09:25:03
25582         Log: Define d_nv_zero_is_allbits_zero for symbian
25583              (noticed by Jarkko)
25584      Branch: perl
25585            ! symbian/config.sh
25586 ____________________________________________________________________________
25587 [ 24947] By: steveh                                on 2005/06/23  09:18:37
25588         Log: Silence bcc32 compiler warnings from win32/fcrypt.c (almost)
25589              
25590              It still whines about 'in' and 'b' being assigned values that are
25591              never used on lines 348 and 505 respectively (as side effects of the
25592              calls to c2l and l2c respectively), but I'm not sure how to shut
25593              them up.
25594      Branch: perl
25595            ! win32/fcrypt.c
25596 ____________________________________________________________________________
25597 [ 24946] By: steveh                                on 2005/06/23  09:00:28
25598         Log: More bcc32 compiler warnings to silence
25599              
25600              ("Suspicious pointer conversion")
25601      Branch: perl
25602            ! doio.c win32/win32io.c
25603 ____________________________________________________________________________
25604 [ 24945] By: rgs                                   on 2005/06/23  08:39:44
25605         Log: Subject: [PATCH] Const Boy II: The Localizing
25606              From: Andy Lester <andy@petdance.com>
25607              Date: Wed, 22 Jun 2005 09:41:00 -0500
25608              Message-ID: <20050622144059.GA19598@petdance.com>
25609      Branch: perl
25610            ! autodoc.pl embed.fnc embed.pl hv.c perl.c perlio.c
25611            ! pod/perlapi.pod pp.c pp.h pp_ctl.c pp_sys.c proto.h sv.c
25612            ! util.c
25613 ____________________________________________________________________________
25614 [ 24944] By: steveh                                on 2005/06/23  08:04:21
25615         Log: Silence another bcc32 compiler warning
25616              
25617              ("Possible use of '%s' before definition")
25618      Branch: perl
25619            ! toke.c
25620 ____________________________________________________________________________
25621 [ 24943] By: davem                                 on 2005/06/22  23:08:55
25622         Log: remove taint hack now that local $tainted no longer copies taint magic
25623      Branch: perl
25624            ! mg.c sv.c
25625 ____________________________________________________________________________
25626 [ 24942] By: davem                                 on 2005/06/22  21:42:54
25627         Log: handle magic in local correctly
25628              the local SV now gets a copy of any container magic, and no value
25629              magic; in the past the whole magic chain was either shared or
25630              moved
25631      Branch: perl
25632            ! embed.fnc embed.h mg.c pod/perlguts.pod pod/perlintern.pod
25633            ! proto.h scope.c t/op/local.t
25634 ____________________________________________________________________________
25635 [ 24941] By: merijn                                on 2005/06/22  17:14:04
25636         Log: Upgrade to Test::Harness 2.50
25637      Branch: perl
25638            ! lib/Test/Harness.pm lib/Test/Harness/t/strap-analyze.t
25639 ____________________________________________________________________________
25640 [ 24940] By: nicholas                              on 2005/06/22  16:37:06
25641         Log: Add facility to fork() early in perl_destruct and use the child to
25642              dump out leaked scalars (enabled with DEBUG_LEAKING_SCALARS_FORK_DUMP
25643              when DEBUG_LEAKING_SCALARS is already in force)
25644      Branch: perl
25645            ! perl.c
25646 ____________________________________________________________________________
25647 [ 24939] By: steveh                                on 2005/06/22  13:25:16
25648         Log: Silence yet more bcc32 compiler warnings
25649              
25650              ("Code has no effect")
25651      Branch: perl
25652            ! hv.c pp_ctl.c pp_hot.c
25653 ____________________________________________________________________________
25654 [ 24938] By: steveh                                on 2005/06/22  13:02:17
25655         Log: Silence some more bcc32 compiler warnings
25656              
25657              ("Suggest parentheses to clarify precedence")
25658      Branch: perl
25659            ! warnings.h warnings.pl
25660 ____________________________________________________________________________
25661 [ 24937] By: steveh                                on 2005/06/22  12:31:59
25662         Log: Silence some bcc32 compiler warnings
25663              
25664              ("Superfluous & with function")
25665      Branch: perl
25666            ! perlvars.h pp.c win32/win32.c
25667 ____________________________________________________________________________
25668 [ 24936] By: nicholas                              on 2005/06/22  10:08:43
25669         Log: Now that the global string table is using a single hunk of memory
25670              for both HE and HEK, we need to actually free things in perl_destruct
25671      Branch: perl
25672            ! perl.c
25673 ____________________________________________________________________________
25674 [ 24935] By: steveh                                on 2005/06/22  09:40:25
25675         Log: Fix Archive-Tar tests on Win32
25676              
25677              (Patch from Jos Boumans, from his current dev version.)
25678      Branch: perl
25679            ! lib/Archive/Tar.pm
25680 ____________________________________________________________________________
25681 [ 24934] By: merijn                                on 2005/06/21  19:27:38
25682         Log: Redo generation of change #24898
25683              Do not forget to run Porting/config_h.pl!
25684      Branch: perl
25685            ! Configure config_h.SH
25686 ____________________________________________________________________________
25687 [ 24932] By: rgs                                   on 2005/06/21  17:05:01
25688         Log: Upgrade to Test::Harness 2.49_02
25689      Branch: perl
25690            ! lib/Test/Harness.pm lib/Test/Harness/Changes
25691            ! lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
25692            ! lib/Test/Harness/t/test-harness.t
25693 ____________________________________________________________________________
25694 [ 24931] By: rgs                                   on 2005/06/21  16:33:32
25695         Log: Add Archive::Tar to the maintainers list
25696      Branch: perl
25697            ! Porting/Maintainers.pl
25698 ____________________________________________________________________________
25699 [ 24930] By: rgs                                   on 2005/06/21  16:14:06
25700         Log: Trim trailing spaces
25701      Branch: perl
25702            ! lib/Archive/Tar/bin/ptar
25703 ____________________________________________________________________________
25704 [ 24929] By: rgs                                   on 2005/06/21  15:53:30
25705         Log: Add pod, so ptar has a manpage
25706      Branch: perl
25707            ! lib/Archive/Tar/bin/ptar
25708 ____________________________________________________________________________
25709 [ 24928] By: rgs                                   on 2005/06/21  15:27:37
25710         Log: POD nits
25711      Branch: perl
25712            ! ext/Storable/Storable.pm
25713 ____________________________________________________________________________
25714 [ 24927] By: nicholas                              on 2005/06/21  15:27:14
25715         Log: Drag t/op/gv.t kicking and screaming into the century of the fruitbat
25716              (or at least into the decade of t/test.pl)
25717      Branch: perl
25718            ! t/op/gv.t
25719 ____________________________________________________________________________
25720 [ 24926] By: rgs                                   on 2005/06/21  15:04:10
25721         Log: Add the ptar(1) utility from Archive::Tar
25722      Branch: perl
25723            + lib/Archive/Tar/bin/ptar utils/ptar.PL
25724            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
25725            ! win32/Makefile win32/makefile.mk
25726 ____________________________________________________________________________
25727 [ 24925] By: steveh                                on 2005/06/21  13:49:10
25728         Log: Trim trailing whitespace from $! and $^E
25729              
25730              (Fixes lib/Test/Simple/t/fail-more.t with bcc32 on Win32, and is
25731              good for consistency anyway)
25732      Branch: perl
25733            ! mg.c
25734 ____________________________________________________________________________
25735 [ 24924] By: nicholas                              on 2005/06/21  12:39:27
25736         Log: Avoid having NULL entries in the weakref backreference array, and
25737              make S_sv_add_backref O(1) (instead of O(n))
25738      Branch: perl
25739            ! sv.c
25740 ____________________________________________________________________________
25741 [ 24923] By: rgs                                   on 2005/06/21  12:12:10
25742         Log: Cleanup after this test
25743      Branch: perl
25744            ! lib/Archive/Tar/t/02_methods.t
25745 ____________________________________________________________________________
25746 [ 24922] By: rgs                                   on 2005/06/21  12:01:07
25747         Log: Add Archive::Tar 1.24, except ptar for now
25748      Branch: perl
25749            + lib/Archive/Tar.pm lib/Archive/Tar/Constant.pm
25750            + lib/Archive/Tar/File.pm lib/Archive/Tar/t/01_use.t
25751            + lib/Archive/Tar/t/02_methods.t lib/Archive/Tar/t/03_file.t
25752            + lib/Archive/Tar/t/99_pod.t lib/Archive/Tar/t/src/long/b
25753            + lib/Archive/Tar/t/src/long/bar.tar
25754            + lib/Archive/Tar/t/src/long/foo.tgz
25755            + lib/Archive/Tar/t/src/short/b
25756            + lib/Archive/Tar/t/src/short/bar.tar
25757            + lib/Archive/Tar/t/src/short/foo.tgz
25758            ! MANIFEST
25759 ____________________________________________________________________________
25760 [ 24921] By: nicholas                              on 2005/06/21  10:58:22
25761         Log: weak references aren't UVs, do don't show this in the dump flags.
25762      Branch: perl
25763            ! dump.c
25764 ____________________________________________________________________________
25765 [ 24920] By: rgs                                   on 2005/06/21  10:50:18
25766         Log: Subject: [PATCH] ternary operator cond ? foo : bar being parsed as ?...?
25767              From: Salvador Fandiño <sfandino@yahoo.com>
25768              Date: Fri, 17 Jun 2005 14:06:30 +0100
25769              Message-ID: <20050617130548.18776.qmail@lists.develooper.com>
25770              
25771              with wordings improvements suggested by Ronald J Kimball
25772      Branch: perl
25773            ! pod/perldiag.pod toke.c
25774 ____________________________________________________________________________
25775 [ 24919] By: nicholas                              on 2005/06/21  10:35:09
25776         Log: No need to set flags twice.
25777      Branch: perl
25778            ! av.c
25779 ____________________________________________________________________________
25780 [ 24918] By: nicholas                              on 2005/06/21  09:44:08
25781         Log: As there will be no old body to dispose of, we can return immediately.
25782      Branch: perl
25783            ! sv.c
25784 ____________________________________________________________________________
25785 [ 24917] By: rgs                                   on 2005/06/21  09:40:46
25786         Log: Fix [perl #36102] Data::Dumper Doesn't Stringify Numeric Labels
25787      Branch: perl
25788            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
25789            ! ext/Data/Dumper/t/dumper.t
25790 ____________________________________________________________________________
25791 [ 24916] By: rgs                                   on 2005/06/21  07:03:40
25792         Log: Subject: Re: [perl #36310] sv_vcatpvfn() fails on some (very limited) situations 
25793              From: Tsutomu IKEGAMI <t-ikegami@aist.go.jp>
25794              Date: Fri, 17 Jun 2005 17:55:10 +0900 (JST)
25795              Message-Id: <20050617.175510.21285350.t-ikegami@aist.go.jp>
25796      Branch: perl
25797            ! sv.c
25798 ____________________________________________________________________________
25799 [ 24915] By: rgs                                   on 2005/06/20  16:28:38
25800         Log: Subject: [PATCH perl.h] FPTR2DPTR/DPTR2FPTR
25801              From: Robin Barker <Robin.Barker@npl.co.uk>
25802              Date: Mon, 20 Jun 2005 13:47:37 +0100
25803              Message-ID: <533D273D4014D411AB1D00062938C4D90849C6E4@hotel.npl.co.uk>
25804      Branch: perl
25805            ! perl.h
25806 ____________________________________________________________________________
25807 [ 24914] By: nicholas                              on 2005/06/20  15:21:59
25808         Log: Replace the non-const initialiser block + loop with a series of calls
25809              to a small static function.
25810              c.f. "I will replace you with a small shell script..."
25811      Branch: perl
25812            ! sv.c
25813 ____________________________________________________________________________
25814 [ 24913] By: rgs                                   on 2005/06/20  15:12:50
25815         Log: Subject: [PATCH] The continuing adventures of Constman and Localize Boy
25816              From: Andy Lester <andy@petdance.com>
25817              Date: Mon, 20 Jun 2005 10:22:37 -0500
25818              Message-ID: <20050620152237.GA5032@petdance.com>
25819      Branch: perl
25820            ! XSUB.h doop.c embed.fnc embed.h global.sym gv.c mg.c pad.c
25821            ! perl.h proto.h sv.c universal.c util.c
25822 ____________________________________________________________________________
25823 [ 24912] By: rgs                                   on 2005/06/20  13:32:52
25824         Log: Same fix, for the test, now.
25825      Branch: perl
25826            ! t/run/switches.t
25827 ____________________________________________________________________________
25828 [ 24911] By: rgs                                   on 2005/06/20  13:06:13
25829         Log: perl -v was outputting a double v (spotted by Jarkko)
25830      Branch: perl
25831            ! perl.c
25832 ____________________________________________________________________________
25833 [ 24910] By: rgs                                   on 2005/06/20  11:58:32
25834         Log: Remove signature test, which is always skipped
25835      Branch: perl
25836            - lib/Test/Simple/t/00signature.t
25837            ! MANIFEST
25838 ____________________________________________________________________________
25839 [ 24909] By: rgs                                   on 2005/06/20  11:45:02
25840         Log: Subject: [PATCH pod/perlfunc.pod pod/perlobj.pod pod/perltooc.pod] Recommend Against UNIVERSAL:: Methods as Functions, take 2
25841              From: chromatic <chromatic@wgz.org>
25842              Date: Sat, 18 Jun 2005 12:15:41 -0700
25843              Message-Id: <1119122141.21521.9.camel@localhost>
25844      Branch: perl
25845            ! pod/perlfunc.pod pod/perlobj.pod pod/perltooc.pod
25846 ____________________________________________________________________________
25847 [ 24908] By: rgs                                   on 2005/06/20  11:00:31
25848         Log: Remove the deprecated $# variable
25849      Branch: perl
25850            ! doio.c embedvar.h gv.c intrpvar.h mg.c perl.c perlapi.h
25851            ! pod/perldiag.pod sv.c t/lib/warnings/gv
25852 ____________________________________________________________________________
25853 [ 24907] By: nicholas                              on 2005/06/20  10:35:41
25854         Log: Silence warning in debug printf
25855      Branch: perl
25856            ! doop.c
25857 ____________________________________________________________________________
25858 [ 24906] By: rgs                                   on 2005/06/20  09:45:24
25859         Log: Subject: [PATCH] More random cleanups
25860              From: Andy Lester <andy@petdance.com>
25861              Date: Fri, 17 Jun 2005 09:50:29 -0500
25862              Message-ID: <20050617145029.GC11769@petdance.com>
25863      Branch: perl
25864            ! embed.fnc embed.h pp_ctl.c pp_sort.c proto.h scope.c
25865 ____________________________________________________________________________
25866 [ 24905] By: steveh                                on 2005/06/20  09:30:23
25867         Log: Support NV_ZERO_IS_ALLBITS_ZERO on Win32 (re: change 24898)
25868              
25869              The try.c test program added to Configure by change 24898 outputs
25870              "Yes" using each of VC++, GCC and BCC32, so here goes...
25871      Branch: perl
25872            ! win32/config.bc win32/config.gc win32/config.vc
25873            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
25874            ! win32/config_H.vc win32/config_H.vc64
25875 ____________________________________________________________________________
25876 [ 24904] By: rgs                                   on 2005/06/20  09:23:33
25877         Log: Hugo suggests this.
25878      Branch: perl
25879            ! pod/perlhack.pod
25880 ____________________________________________________________________________
25881 [ 24903] By: rgs                                   on 2005/06/20  09:20:40
25882         Log: Missed a chunk in previous commit
25883      Branch: perl
25884            ! pod/perlsyn.pod
25885 ____________________________________________________________________________
25886 [ 24902] By: rgs                                   on 2005/06/20  09:18:35
25887         Log: Subject: [perl #36328] Until Statement Undocumented 
25888              From: Eric Amick (via RT) <perlbug-followup@perl.org>
25889              Date: 18 Jun 2005 03:47:32 -0000
25890              Message-ID: <rt-3.0.11-36328-115949.3.38667506136829@perl.org>
25891      Branch: perl
25892            ! pod/perlsyn.pod
25893 ____________________________________________________________________________
25894 [ 24901] By: rgs                                   on 2005/06/20  09:06:57
25895         Log: Subject: Re: [PATCH replacement] Re: [perl #36313] perl -e "1for$[=0" crash
25896              From: Rick Delaney <rick@bort.ca>
25897              Date: Sun, 19 Jun 2005 09:47:22 -0400
25898              Message-ID: <20050619134722.GB31592@localhost.localdomain>
25899      Branch: perl
25900            ! op.c t/comp/parser.t
25901 ____________________________________________________________________________
25902 [ 24900] By: nicholas                              on 2005/06/20  08:19:52
25903         Log: S_del_body is sufficiently small that inlining it is a space win.
25904      Branch: perl
25905            ! sv.c
25906 ____________________________________________________________________________
25907 [ 24899] By: nicholas                              on 2005/06/19  15:12:26
25908         Log: If NV_ZERO_IS_ALLBITS_ZERO there's no need to explicitly set the NVX
25909              to 0.0, as the memset has already done it.
25910      Branch: perl
25911            ! sv.c
25912 ____________________________________________________________________________
25913 [ 24898] By: nicholas                              on 2005/06/19  15:11:06
25914         Log: Add a Configure test to see if NV 0.0 is stored as all bits zero, and
25915              #define NV_ZERO_IS_ALLBITS_ZERO if so.  This is always true on VMS:
25916              
25917              Subject: Re: Configure check for whether 0.0 is stored as all bits zero
25918              From: "Craig A. Berry" <craigberry@mac.com>
25919              Message-Id: <p06210214beda5bf31c4c@[172.16.52.1]>
25920              Date: Sat, 18 Jun 2005 18:23:59 -0500
25921      Branch: perl
25922            ! Configure Porting/Glossary config_h.SH configure.com
25923 ____________________________________________________________________________
25924 [ 24897] By: nicholas                              on 2005/06/19  10:22:58
25925         Log: Move the offset calculations outside of new_body/del_body.
25926              This makes some of the upgrade code slightly simpler.
25927      Branch: perl
25928            ! sv.c
25929 ____________________________________________________________________________
25930 [ 24896] By: nicholas                              on 2005/06/18  22:43:58
25931         Log: Refactor sv_dup to memcpy from source to destination, and only
25932              explicitly copy the structure members that need explicit duplication.
25933      Branch: perl
25934            ! sv.c
25935 ____________________________________________________________________________
25936 [ 24895] By: nicholas                              on 2005/06/18  16:33:41
25937         Log: Squeeze a little more savings by moving pte and he arenas into the
25938              common arena free code.
25939      Branch: perl
25940            ! hv.h perl.h sv.c
25941 ____________________________________________________________________________
25942 [ 24894] By: nicholas                              on 2005/06/18  15:07:47
25943         Log: Subject: [PATCH] squeeze repetition out of Perl_sv_free_arenas
25944              From: Jim Cromie <jcromie@divsol.com>
25945              Message-ID: <42B3C388.2090902@divsol.com>
25946              Date: Sat, 18 Jun 2005 00:47:36 -0600
25947      Branch: perl
25948            ! sv.c
25949 ____________________________________________________________________________
25950 [ 24893] By: nicholas                              on 2005/06/18  14:28:04
25951         Log: update AVs and HVs using the old_body, and remove all of the local
25952              variables used to hold the SV body piecemeal.
25953      Branch: perl
25954            ! sv.c
25955 ____________________________________________________________________________
25956 [ 24892] By: nicholas                              on 2005/06/18  10:57:02
25957         Log: sv_upgrade by memcpy
25958              AV and HV cases need tidyup
25959      Branch: perl
25960            ! sv.c
25961 ____________________________________________________________________________
25962 [ 24891] By: nicholas                              on 2005/06/17  19:37:56
25963         Log: Fix compiling with -DPURIFY
25964      Branch: perl
25965            ! sv.c
25966 ____________________________________________________________________________
25967 [ 24890] By: nicholas                              on 2005/06/17  17:30:19
25968         Log: Change 24886 was buggy - should be taking (and passing in) the
25969              address of the arena.
25970      Branch: perl
25971            ! sv.c
25972 ____________________________________________________________________________
25973 [ 24889] By: rgs                                   on 2005/06/17  15:43:11
25974         Log: Add new internal error message to perldiag
25975      Branch: perl
25976            ! pod/perldiag.pod
25977 ____________________________________________________________________________
25978 [ 24888] By: nicholas                              on 2005/06/17  15:37:50
25979         Log: Collect a little more information about the body we're getting rid of
25980      Branch: perl
25981            ! sv.c
25982 ____________________________________________________________________________
25983 [ 24887] By: rgs                                   on 2005/06/17  14:44:43
25984         Log: Missing aTHX_ (noticed by Jim Cromie)
25985      Branch: perl
25986            ! sv.c
25987 ____________________________________________________________________________
25988 [ 24886] By: nicholas                              on 2005/06/17  14:28:07
25989         Log: Move freeing the old body after the creating of the new body.
25990      Branch: perl
25991            ! sv.c
25992 ____________________________________________________________________________
25993 [ 24885] By: nicholas                              on 2005/06/17  13:42:03
25994         Log: The only way is up!
25995              (*up*grades. Or croak)
25996      Branch: perl
25997            ! sv.c
25998 ____________________________________________________________________________
25999 [ 24884] By: rgs                                   on 2005/06/17  12:21:53
26000         Log: Subject: [perl #36199] [PATCH] 5.8.7 fails to build with parallel make 
26001              From: "Steve Peters via RT" <perlbug-followup@perl.org>
26002              Date: 16 Jun 2005 17:11:14 -0000
26003              Message-ID: <rt-3.0.11-36199-115872.8.39962488213992@perl.org>
26004      Branch: perl
26005            ! Makefile.SH
26006 ____________________________________________________________________________
26007 [ 24883] By: steveh                                on 2005/06/17  11:36:45
26008         Log: Silence STDERR grumblings from Borland's math library.
26009              
26010              This fixes failures in ext/B/t/deparse.t and lib/warnings.t (and
26011              renders change 24870 obsolete, hence it is reverted here).
26012      Branch: perl
26013            ! lib/warnings.t makedef.pl win32/win32.c
26014 ____________________________________________________________________________
26015 [ 24882] By: rgs                                   on 2005/06/17  09:26:25
26016         Log: Upgrade to PathTools 3.09
26017      Branch: perl
26018            ! ext/Cwd/Changes ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t lib/Cwd.pm
26019            ! lib/File/Spec.pm
26020 ____________________________________________________________________________
26021 [ 24881] By: nicholas                              on 2005/06/17  08:35:48
26022         Log: new_pte/del_pte can use new_body/del_body too
26023      Branch: perl
26024            ! sv.c
26025 ____________________________________________________________________________
26026 [ 24880] By: steveh                                on 2005/06/17  08:28:32
26027         Log: Subject: [PATCH] Strip \\?\ prefix from Perl path in win32/win32.c:set_w32_module_name()
26028              From: "Jan Dubois" <jand@ActiveState.com>
26029              Date: Thu, 16 Jun 2005 11:43:15 -0700
26030              Message-Id: <200506161843.j5GIhKhL024472@smtp3.ActiveState.com>
26031      Branch: perl
26032            ! win32/win32.c
26033 ____________________________________________________________________________
26034 [ 24879] By: nicholas                              on 2005/06/16  22:08:29
26035         Log: Storing the ixv for magic arrays seems to cause double free errors on
26036              OS X. This all feels like voodoo.
26037      Branch: perl
26038            ! ext/B/B/Bytecode.pm
26039 ____________________________________________________________________________
26040 [ 24878] By: nicholas                              on 2005/06/16  22:06:57
26041         Log: Replace all the new/del static functions with calls to a single pair
26042              of functions that uproot/plant bodies
26043      Branch: perl
26044            ! embed.fnc embed.h proto.h sv.c
26045 ____________________________________________________________________________
26046 [ 24877] By: nicholas                              on 2005/06/16  19:28:20
26047         Log: Making more_* return a pointer, and swapping to a ternary ?: in
26048              new_* seems to generate slightly terser object code.
26049      Branch: perl
26050            ! sv.c
26051 ____________________________________________________________________________
26052 [ 24876] By: nicholas                              on 2005/06/16  18:37:55
26053         Log: Replace all the S_more_* functions with a single function.
26054              Saves 1.5K on the object file in OS X when built with -Os
26055      Branch: perl
26056            ! sv.c
26057 ____________________________________________________________________________
26058 [ 24875] By: nicholas                              on 2005/06/16  16:25:54
26059         Log: Subject: [PATCH] Re: [perl #36048] Refactor S_more_*v into one function
26060              From: Jim Cromie <jcromie@divsol.com>
26061              Message-ID: <42ADC8ED.4090009@divsol.com>
26062              Date: Mon, 13 Jun 2005 11:57:01 -0600
26063      Branch: perl
26064            ! sv.c
26065 ____________________________________________________________________________
26066 [ 24874] By: nicholas                              on 2005/06/16  15:09:00
26067         Log: I'm not convinced that manually creating HVs via sv_upgrade is a great
26068              idea, but as we are, turning on shared keys makes sense.
26069      Branch: perl
26070            ! util.c
26071 ____________________________________________________________________________
26072 [ 24873] By: merijn                                on 2005/06/16  14:33:10
26073         Log: Subject: [PATCH] Lint support
26074              From: Andy Lester <andy@petdance.com>
26075              Date: Thu, 16 Jun 2005 09:35:21 -0500
26076              Message-ID: <20050616143521.GB22188@petdance.com>
26077      Branch: perl
26078            ! XSUB.h perl.h universal.c
26079 ____________________________________________________________________________
26080 [ 24872] By: merijn                                on 2005/06/16  14:24:43
26081         Log: Subject: Re: a warning for a ExtUtils::ParseXS test
26082              From: Ken Williams <ken@mathforum.org>
26083              Date: Wed, 15 Jun 2005 20:00:42 -0500
26084              Message-Id: <29d2a69650cb39059c9af487069b941c@mathforum.org>
26085      Branch: perl
26086            ! lib/ExtUtils/ParseXS/t/XSTest.xs
26087 ____________________________________________________________________________
26088 [ 24871] By: rgs                                   on 2005/06/16  13:55:18
26089         Log: Subject: [PATCH] Removing /*SUPPRESS xxx*/
26090              From: Andy Lester <andy@petdance.com>
26091              Date: Thu, 16 Jun 2005 09:13:42 -0500
26092              Message-ID: <20050616141342.GA22188@petdance.com>
26093      Branch: perl
26094            ! av.c doio.c doop.c perl.c pp.c pp_hot.c pp_sys.c regcomp.c
26095            ! regexec.c sv.c toke.c util.c
26096 ____________________________________________________________________________
26097 [ 24870] By: steveh                                on 2005/06/16  13:16:56
26098         Log: Teach lib/warnings.t about Borland CRT error messages
26099      Branch: perl
26100            ! lib/warnings.t
26101 ____________________________________________________________________________
26102 [ 24869] By: rgs                                   on 2005/06/16  12:54:18
26103         Log: Subject: [perl #36237] IO::File $fh->binmode($layer) is broken 
26104              From: "Alexander Foken" (via RT) <perlbug-followup@perl.org>
26105              Date: 10 Jun 2005 12:46:41 -0000
26106              Message-ID: <rt-3.0.11-36237-115536.13.400290704223@perl.org>
26107              
26108              and bump version number
26109      Branch: perl
26110            ! ext/IO/lib/IO/File.pm
26111 ____________________________________________________________________________
26112 [ 24868] By: steveh                                on 2005/06/16  11:10:01
26113         Log: Update README.win32
26114              
26115              (Mention Borland compiler is also free; update libwin32 link)
26116      Branch: perl
26117            ! README.win32
26118 ____________________________________________________________________________
26119 [ 24867] By: steveh                                on 2005/06/16  11:00:19
26120         Log: Give op/taint.t a helping hand for Borland compiler on Win32
26121      Branch: perl
26122            ! t/op/taint.t
26123 ____________________________________________________________________________
26124 [ 24866] By: steveh                                on 2005/06/16  09:51:33
26125         Log: Fix changes 24862 and 24863 for Sarathy's old dmake
26126      Branch: perl
26127            ! win32/makefile.mk
26128 ____________________________________________________________________________
26129 [ 24865] By: rgs                                   on 2005/06/16  09:45:59
26130         Log: Subs with builtin attributes shouldn't be made constant
26131              
26132              Subject: Re: [perl #36297] builtin attrs on subrutine declarations
26133              From: Salvador "FandiXo" <sfandino@yahoo.com>
26134              Date: Wed, 15 Jun 2005 08:27:00 -0700 (PDT)
26135              Message-ID: <20050615152700.96320.qmail@web52702.mail.yahoo.com>
26136      Branch: perl
26137            ! op.c
26138 ____________________________________________________________________________
26139 [ 24864] By: rgs                                   on 2005/06/16  09:18:58
26140         Log: Add -f in perl synopsys, sync perl.pod and perlrun.pod synopses
26141      Branch: perl
26142            ! pod/perl.pod pod/perlrun.pod
26143 ____________________________________________________________________________
26144 [ 24863] By: steveh                                on 2005/06/16  09:09:22
26145         Log: Simplify win32/makefile.mk for static extensions with GCC
26146      Branch: perl
26147            ! win32/makefile.mk
26148 ____________________________________________________________________________
26149 [ 24862] By: steveh                                on 2005/06/16  08:51:14
26150         Log: Enable static extensions with Borland compiler on Win32
26151      Branch: perl
26152            ! win32/buildext.pl win32/makefile.mk
26153 ____________________________________________________________________________
26154 [ 24861] By: rgs                                   on 2005/06/16  08:29:10
26155         Log: Revert part of change #24854
26156      Branch: perl
26157            ! ext/Devel/DProf/t/DProf.t perl.c
26158 ____________________________________________________________________________
26159 [ 24860] By: steveh                                on 2005/06/16  07:40:21
26160         Log: Don't export Perl_stashpv_hvname_match when !USE_ITHREADS
26161              
26162              (Fixes a linker error on Win 32 introduced by change #24847)
26163      Branch: perl
26164            ! makedef.pl
26165 ____________________________________________________________________________
26166 [ 24859] By: nicholas                              on 2005/06/15  22:32:14
26167         Log: Don't write bytecode to load the NVX of AVs and HVs
26168      Branch: perl
26169            ! ext/B/B/Bytecode.pm
26170 ____________________________________________________________________________
26171 [ 24858] By: nicholas                              on 2005/06/15  22:31:41
26172         Log: We were failing to pring "not ok" if the text exited uncleanly
26173      Branch: perl
26174            ! ext/B/t/bytecode.t
26175 ____________________________________________________________________________
26176 [ 24857] By: nicholas                              on 2005/06/15  22:30:53
26177         Log: assert that you aren't assigning to the NVX of an AV or HV
26178      Branch: perl
26179            ! sv.h
26180 ____________________________________________________________________________
26181 [ 24856] By: rgs                                   on 2005/06/15  16:37:46
26182         Log: Introduce PERL_RUNPERL_DEBUG to alter the behavior of runperl(),
26183              this can be useful to use valgrind for example
26184      Branch: perl
26185            ! t/test.pl
26186 ____________________________________________________________________________
26187 [ 24855] By: steveh                                on 2005/06/15  16:30:58
26188         Log: Fix $Config{ccversion} for Borland C++ 5.5.1
26189              
26190              This pattern match seems a little saner, and stops " for Win32"
26191              getting picked up from the following output:
26192              
26193              Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
26194              
26195              Maybe it breaks older versions, but at least the latest now works
26196              correctly. If anyone knows what older versions' messages look like
26197              then speak up!
26198      Branch: perl
26199            ! win32/config_sh.PL
26200 ____________________________________________________________________________
26201 [ 24854] By: rgs                                   on 2005/06/15  16:24:05
26202         Log: Subject: Re: [PATCH] make -f invalid when USE_SITECUSTOMIZE isn't set
26203              From: Steve Peters <steve@fisharerojo.org>
26204              Date: Wed, 15 Jun 2005 11:30:41 -0500
26205              Message-ID: <20050615163040.GA14745@mccoy.peters.homeunix.org>
26206      Branch: perl
26207            ! ext/Devel/DProf/t/DProf.t perl.c
26208 ____________________________________________________________________________
26209 [ 24853] By: rgs                                   on 2005/06/15  16:16:32
26210         Log: Subject: sort optimization
26211              From: Salvador Fandiño <sfandino@yahoo.com>
26212              Date: Mon, 06 Jun 2005 12:05:05 +0100
26213              Message-ID: <20050606110425.22941.qmail@lists.develooper.com>
26214      Branch: perl
26215            ! pp_sort.c
26216 ____________________________________________________________________________
26217 [ 24852] By: steveh                                on 2005/06/15  16:02:06
26218         Log: Fix win32/makefile.mk for building with bcc32 5.5.1 and dmake 4.4
26219      Branch: perl
26220            ! win32/makefile.mk
26221 ____________________________________________________________________________
26222 [ 24851] By: rgs                                   on 2005/06/15  14:40:40
26223         Log: Subject: [perl #36297] builtin attrs on subrutine declarations 
26224              From: Salvador "FandiXXo" (via RT) <perlbug-followup@perl.org>
26225              Date: 15 Jun 2005 13:54:53 -0000
26226              Message-ID: <rt-3.0.11-36297-115797.8.75971493113916@perl.org>
26227      Branch: perl
26228            ! op.c t/op/attrs.t
26229 ____________________________________________________________________________
26230 [ 24850] By: merijn                                on 2005/06/15  13:57:57
26231         Log: Protect Perl_sv_2pvbyte () to NULL length pointers
26232              Thanks Nick!
26233      Branch: perl
26234            ! sv.c
26235 ____________________________________________________________________________
26236 [ 24849] By: rgs                                   on 2005/06/15  13:55:50
26237         Log: Better phrasing
26238      Branch: perl
26239            ! pod/perlfunc.pod
26240 ____________________________________________________________________________
26241 [ 24848] By: rgs                                   on 2005/06/15  09:27:55
26242         Log: Subject: [PATCH] Storable/Storable.xs: make plain C functions static
26243              From: Alexey Tourbin <at@altlinux.ru>
26244              Date: Sun, 5 Jun 2005 03:42:42 +0400
26245              Message-ID: <20050604234242.GW5867@solemn.turbinal.org>
26246      Branch: perl
26247            ! ext/Storable/Storable.xs
26248 ____________________________________________________________________________
26249 [ 24847] By: rgs                                   on 2005/06/15  09:03:22
26250         Log: Subject: [PATCH] CopSTASH_eq again
26251              From: Andy Lester <andy@petdance.com>
26252              Date: Tue, 14 Jun 2005 23:49:26 -0500
26253              Message-ID: <20050615044926.GA29087@petdance.com>
26254      Branch: perl
26255            ! cop.h embed.fnc embed.h global.sym proto.h util.c
26256 ____________________________________________________________________________
26257 [ 24846] By: rgs                                   on 2005/06/15  07:49:48
26258         Log: Fix warning nits, by Jarkko
26259      Branch: perl
26260            ! sv.c
26261 ____________________________________________________________________________
26262 [ 24845] By: nicholas                              on 2005/06/14  19:28:28
26263         Log: Subject: [PATCH] S_emulate_eaccess() does return a value
26264              From: Steve Peters <steve@fisharerojo.org>
26265              Message-ID: <20050614193052.GA1898@mccoy.peters.homeunix.org>
26266              Date: Tue, 14 Jun 2005 14:30:52 -0500
26267      Branch: perl
26268            ! embed.fnc proto.h
26269 ____________________________________________________________________________
26270 [ 24844] By: davem                                 on 2005/06/14  17:24:18
26271         Log: whoops, Perl_magic_freearylen_p returns int
26272      Branch: perl
26273            ! mg.c
26274 ____________________________________________________________________________
26275 [ 24843] By: nicholas                              on 2005/06/14  16:29:49
26276         Log: Change 24838 breaks deparse.t, which checks that embedded NULs work.
26277              Here's a temporary hack, pending a way for B to correctly identify
26278              PVs that are variable names in pads.
26279      Branch: perl
26280            ! ext/B/B.xs
26281 ____________________________________________________________________________
26282 [ 24842] By: rgs                                   on 2005/06/14  13:49:41
26283         Log: Add core test preamble
26284      Branch: perl
26285            ! lib/IO/Zlib/t/basic.t lib/IO/Zlib/t/external.t
26286            ! lib/IO/Zlib/t/getc.t lib/IO/Zlib/t/getline.t
26287            ! lib/IO/Zlib/t/import.t lib/IO/Zlib/t/large.t
26288            ! lib/IO/Zlib/t/tied.t lib/IO/Zlib/t/uncomp1.t
26289            ! lib/IO/Zlib/t/uncomp2.t
26290 ____________________________________________________________________________
26291 [ 24841] By: nicholas                              on 2005/06/14  13:40:49
26292         Log: Test was coredumping with a shared perl library.
26293              This is wrong. It seems that what gets peephole optimised
26294              (in this case named method calls into shared string scalars) depends
26295              on whether there is a shared perl library.
26296              Anyway, fix the symptom - the coredump.
26297      Branch: perl
26298            ! ext/XS/APItest/t/hash.t
26299 ____________________________________________________________________________
26300 [ 24840] By: steveh                                on 2005/06/14  13:36:03
26301         Log: Stop "test" filename clashing with "TEST" on Win32
26302              
26303              (and bump $IO::Zlib::VERSION again)
26304      Branch: perl
26305            ! lib/IO/Zlib.pm lib/IO/Zlib/t/uncomp1.t lib/IO/Zlib/t/uncomp2.t
26306 ____________________________________________________________________________
26307 [ 24839] By: steveh                                on 2005/06/14  13:26:30
26308         Log: Actually skip tests when they're supposed to be skipped!
26309              
26310              (and bump $IO::Zlib::VERSION)
26311      Branch: perl
26312            ! lib/IO/Zlib.pm lib/IO/Zlib/t/external.t
26313 ____________________________________________________________________________
26314 [ 24838] By: rgs                                   on 2005/06/14  13:22:20
26315         Log: Subject: [PATCH] Fix for SEGV in ext/B/t/xref.t on OpenBSD
26316              From: Steve Peters <steve@fisharerojo.org>
26317              Date: Tue, 14 Jun 2005 08:16:38 -0500
26318              Message-ID: <20050614131638.GA24771@mccoy.peters.homeunix.org>
26319      Branch: perl
26320            ! ext/B/B.xs
26321 ____________________________________________________________________________
26322 [ 24837] By: steveh                                on 2005/06/14  13:13:17
26323         Log: Don't delete IO/Zlib during distclean on Win32
26324              
26325              (IO/Socket still needs to go, though)
26326      Branch: perl
26327            ! win32/Makefile win32/makefile.mk
26328 ____________________________________________________________________________
26329 [ 24836] By: rgs                                   on 2005/06/14  13:02:24
26330         Log: Document ${^UTF8LOCALE}
26331      Branch: perl
26332            ! pod/perlvar.pod
26333 ____________________________________________________________________________
26334 [ 24835] By: rgs                                   on 2005/06/14  12:12:33
26335         Log: Add IO::Zlib in maintainers list
26336      Branch: perl
26337            ! Porting/Maintainers.pl
26338 ____________________________________________________________________________
26339 [ 24834] By: rgs                                   on 2005/06/14  12:06:40
26340         Log: Add IO::Zlib 1.04 to bleadperl
26341      Branch: perl
26342            + lib/IO/Zlib.pm lib/IO/Zlib/t/basic.t lib/IO/Zlib/t/external.t
26343            + lib/IO/Zlib/t/getc.t lib/IO/Zlib/t/getline.t
26344            + lib/IO/Zlib/t/import.t lib/IO/Zlib/t/large.t
26345            + lib/IO/Zlib/t/tied.t lib/IO/Zlib/t/uncomp1.t
26346            + lib/IO/Zlib/t/uncomp2.t
26347            ! MANIFEST Makefile.SH
26348 ____________________________________________________________________________
26349 [ 24833] By: davem                                 on 2005/06/14  10:15:10
26350         Log: Perl_magic_freearylen_p could coredump
26351      Branch: perl
26352            ! mg.c
26353 ____________________________________________________________________________
26354 [ 24832] By: rgs                                   on 2005/06/14  08:52:46
26355         Log: Subject: better assertion support
26356              From: Salvador Fandiño <sfandino@yahoo.com>
26357              Date: Mon, 13 Jun 2005 16:48:01 +0100
26358              Message-ID: <20050613154719.29295.qmail@lists.develooper.com>
26359      Branch: perl
26360            + lib/assertions/compat.pm t/comp/asstcompat.t
26361            ! MANIFEST lib/assertions.pm lib/assertions/activate.pm perl.c
26362            ! pod/perlrun.pod t/comp/assertions.t t/run/switch_A.t
26363 ____________________________________________________________________________
26364 [ 24831] By: rgs                                   on 2005/06/14  08:31:18
26365         Log: Since the version module is use'd afterwards, use_ok needs to be
26366              in a BEGIN block
26367      Branch: perl
26368            ! lib/version.t
26369 ____________________________________________________________________________
26370 [ 24830] By: steveh                                on 2005/06/14  07:42:33
26371         Log: Add BUILDOPTEXTRA to Win32 makefiles
26372              
26373              This allows extra build options, e.g. -DNO_HASH_SEED, to be
26374              specified on the command line, which is otherwise not possible
26375              under nmake using the existing BUILDOPT macro
26376              
26377              Suggested by Jan Dubois <jand@ActiveState.com>
26378      Branch: perl
26379            ! win32/Makefile win32/makefile.mk
26380 ____________________________________________________________________________
26381 [ 24829] By: nicholas                              on 2005/06/13  22:29:00
26382         Log: Pay attention to the comments that Dave writes.
26383      Branch: perl
26384            ! sv.c
26385 ____________________________________________________________________________
26386 [ 24828] By: rgs                                   on 2005/06/13  20:22:52
26387         Log: Comment nit to help Devel::Cover, spotted by Steve Peters
26388      Branch: perl
26389            ! ext/POSIX/POSIX.xs
26390 ____________________________________________________________________________
26391 [ 24827] By: nicholas                              on 2005/06/13  20:18:57
26392         Log: Croak if an attempt is made to modify PL_strtab
26393              (er, TODO - these should be in perldiag)
26394      Branch: perl
26395            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
26396            ! ext/XS/APItest/t/hash.t hv.c
26397 ____________________________________________________________________________
26398 [ 24826] By: nicholas                              on 2005/06/13  20:17:56
26399         Log: More SvPV consting
26400      Branch: perl
26401            ! perl.c
26402 ____________________________________________________________________________
26403 [ 24825] By: steveh                                on 2005/06/13  16:35:19
26404         Log: Subject: [PATCH @ 24819] Re: Change 24806: improve static build for win32/Makefile
26405              From: vadim <vadim@vkonovalov.ru>
26406              Date: Mon, 13 Jun 2005 15:41:41 -0400
26407              Message-Id: <1118691701.6333.32.camel@mdk10>
26408      Branch: perl
26409            ! win32/Makefile win32/makefile.mk
26410 ____________________________________________________________________________
26411 [ 24824] By: nicholas                              on 2005/06/13  16:24:57
26412         Log: With shared hash key scalars now accessing the hash via the PVX, you
26413              can't fake them with regular PVIVs. So fake method calls have to use
26414              real shared hask key scalars.
26415      Branch: perl
26416            ! ext/B/t/optree_specials.t op.c
26417 ____________________________________________________________________________
26418 [ 24823] By: rgs                                   on 2005/06/13  15:20:05
26419         Log: Subject: [PATCH] Bring bleadperl up to version.pm
26420              From: John Peacock <jpeacock@rowman.com>
26421              Date: Mon, 06 Jun 2005 05:18:21 -0400
26422              Message-ID: <42A414DD.8090504@rowman.com>
26423      Branch: perl
26424            ! configpm embed.fnc lib/h2xs.t lib/version.pm lib/version.t
26425            ! pod/perlapi.pod pp_ctl.c proto.h t/comp/require.t t/comp/use.t
26426            ! t/op/universal.t t/op/ver.t universal.c util.c utils/h2xs.PL
26427 ____________________________________________________________________________
26428 [ 24822] By: rgs                                   on 2005/06/13  12:49:18
26429         Log: Subject: [PATCH] Re: [perl #36047] perlmod.pod/CLONESKIP error
26430              From: Offer Kaye <offer.kaye@gmail.com>
26431              Date: Thu, 2 Jun 2005 09:14:53 +0300
26432              Message-ID: <56942505060123146e5eb1c2@mail.gmail.com>
26433      Branch: perl
26434            ! pod/perlmod.pod
26435 ____________________________________________________________________________
26436 [ 24821] By: nicholas                              on 2005/06/13  11:48:05
26437         Log: Change 24816 forgot to update makedef.pl
26438      Branch: perl
26439            ! makedef.pl
26440 ____________________________________________________________________________
26441 [ 24820] By: rgs                                   on 2005/06/13  11:28:43
26442         Log: Make some variables global, to avoid some "will not stay
26443              shared" warnings at compile time
26444      Branch: perl
26445            ! lib/ExtUtils/ParseXS.pm
26446 ____________________________________________________________________________
26447 [ 24819] By: nicholas                              on 2005/06/13  09:43:18
26448         Log: S_share_hek_flags can revert to returning a HEK
26449      Branch: perl
26450            ! embed.fnc hv.c proto.h
26451 ____________________________________________________________________________
26452 [ 24818] By: rgs                                   on 2005/06/13  09:13:43
26453         Log: Remove MANIFEST for Compress::Zlib
26454      Branch: perl
26455            - ext/Compress/Zlib/MANIFEST
26456            ! MANIFEST
26457 ____________________________________________________________________________
26458 [ 24817] By: rgs                                   on 2005/06/13  09:00:00
26459         Log: Make SvUPGRADE always have the value '1'
26460              Make sv_upgrade a void function
26461      Branch: perl
26462            ! embed.fnc pod/perlapi.pod proto.h sv.c sv.h
26463 ____________________________________________________________________________
26464 [ 24816] By: nicholas                              on 2005/06/13  08:25:53
26465         Log: We no longer need PL_shared_hek_table
26466      Branch: perl
26467            ! embedvar.h ext/threads/threads.xs intrpvar.h perl.c perlapi.h
26468            ! sv.c
26469 ____________________________________________________________________________
26470 [ 24815] By: rgs                                   on 2005/06/13  07:58:31
26471         Log: Help "make distclean"
26472      Branch: perl
26473            ! Makefile.SH
26474 ____________________________________________________________________________
26475 [ 24814] By: nicholas                              on 2005/06/12  23:40:55
26476         Log: Clone all shared string PVs as shared string PVs (now that we can do
26477              it very efficiently)
26478      Branch: perl
26479            ! sv.c
26480 ____________________________________________________________________________
26481 [ 24813] By: nicholas                              on 2005/06/12  22:34:39
26482         Log: duping shared hask key scalars can use hek_dup
26483      Branch: perl
26484            ! sv.c
26485 ____________________________________________________________________________
26486 [ 24812] By: nicholas                              on 2005/06/12  22:33:51
26487         Log: hek_dup can now store the HEK rather than the HE, as there is now a
26488              fast way to share a hek
26489      Branch: perl
26490            ! hv.c
26491 ____________________________________________________________________________
26492 [ 24811] By: nicholas                              on 2005/06/12  21:59:34
26493         Log: Provide share_hek_hek, and use it for fast copying of shared string
26494              scalars.
26495      Branch: perl
26496            ! hv.h sv.c
26497 ____________________________________________________________________________
26498 [ 24810] By: nicholas                              on 2005/06/12  21:58:23
26499         Log: Compare HE *s in S_unshare_hek_or_pvn's tight hek loop, rather than
26500              HEKs
26501      Branch: perl
26502            ! hv.c
26503 ____________________________________________________________________________
26504 [ 24809] By: nicholas                              on 2005/06/12  21:08:33
26505         Log: Shortcut chasing round strtab when we're not the last reference.
26506      Branch: perl
26507            ! hv.c
26508 ____________________________________________________________________________
26509 [ 24808] By: nicholas                              on 2005/06/12  20:00:18
26510         Log: In the shared string table, store the HE and HEK next to each other
26511              in one malloc()ed block.
26512      Branch: perl
26513            ! hv.c hv.h
26514 ____________________________________________________________________________
26515 [ 24807] By: merijn                                on 2005/06/12  09:58:32
26516         Log: Subject: [PATCH] perlipc.pod: mkfifo()
26517              From: Alexey Tourbin <at@altlinux.ru>
26518              Date: Sat, 11 Jun 2005 16:26:56 +0400
26519              Message-ID: <20050611122656.GC8181@solemn.turbinal.org>
26520      Branch: perl
26521            ! pod/perlipc.pod
26522 ____________________________________________________________________________
26523 [ 24806] By: merijn                                on 2005/06/12  09:54:07
26524         Log: Subject: improve static build for win32/Makefile
26525              From: vadim <vadim@vkonovalov.ru>
26526              Date: Sun, 12 Jun 2005 14:09:11 -0400
26527              Message-Id: <1118599750.2732.2.camel@mdk10>
26528      Branch: perl
26529            ! win32/Makefile
26530 ____________________________________________________________________________
26531 [ 24805] By: merijn                                on 2005/06/12  09:19:38
26532         Log: Subject: RE: 05gzsetp.t and initial 'ver' in test output
26533              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
26534              Date: Sat, 11 Jun 2005 22:23:00 +0100
26535              Message-Id: <20050611212234.UGOL29707.aamta11-winn.ispmail.ntl.com@MARQUESSPT21>
26536      Branch: perl
26537            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.pm
26538            ! ext/Compress/Zlib/t/05gzsetp.t
26539 ____________________________________________________________________________
26540 [ 24804] By: nicholas                              on 2005/06/11  21:05:29
26541         Log: This isn't an LVALUE, so make the compiler enforce that.
26542      Branch: perl
26543            ! sv.h
26544 ____________________________________________________________________________
26545 [ 24803] By: nicholas                              on 2005/06/11  18:01:32
26546         Log: hash key code cleanup
26547      Branch: perl
26548            ! embed.fnc hv.c hv.h proto.h
26549 ____________________________________________________________________________
26550 [ 24802] By: nicholas                              on 2005/06/11  17:00:52
26551         Log: Shrink shared hash scalars from PVIV to PV
26552      Branch: perl
26553            ! embed.fnc embed.h proto.h sv.c sv.h
26554 ____________________________________________________________________________
26555 [ 24801] By: nicholas                              on 2005/06/11  14:08:00
26556         Log: Propagate const/mutable/not into the SvPV call for retrieving an
26557              overloaded value.
26558      Branch: perl
26559            ! sv.c
26560 ____________________________________________________________________________
26561 [ 24800] By: nicholas                              on 2005/06/10  23:12:29
26562         Log: More SvPV consting. And other related drive-by refactoring.
26563      Branch: perl
26564            ! regcomp.c regexec.c taint.c toke.c universal.c utf8.c util.c
26565            ! xsutils.c
26566 ____________________________________________________________________________
26567 [ 24799] By: nicholas                              on 2005/06/10  22:06:15
26568         Log: More SvPV consting, including some code cleanup and living dangerously
26569              with socket API calls.
26570      Branch: perl
26571            ! pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c
26572 ____________________________________________________________________________
26573 [ 24798] By: nicholas                              on 2005/06/10  20:48:35
26574         Log: Move SvPV consting, remove an n_a, and correct one error in Move()
26575      Branch: perl
26576            ! doio.c doop.c dump.c op.c sv.c
26577 ____________________________________________________________________________
26578 [ 24797] By: nicholas                              on 2005/06/10  18:42:47
26579         Log: Allison says that "Media" isn't really needed in the name.
26580      Branch: perl
26581            ! pod/perl.pod
26582 ____________________________________________________________________________
26583 [ 24796] By: nicholas                              on 2005/06/10  16:26:43
26584         Log: Add SvGROW_mutable
26585      Branch: perl
26586            ! sv.c sv.h
26587 ____________________________________________________________________________
26588 [ 24795] By: nicholas                              on 2005/06/10  15:44:47
26589         Log: Passing read only values (such as string constants) to select should
26590              croak.
26591      Branch: perl
26592            + t/op/sselect.t
26593            ! MANIFEST pp_sys.c
26594 ____________________________________________________________________________
26595 [ 24794] By: nicholas                              on 2005/06/10  15:16:43
26596         Log: Don't pass constants to select
26597      Branch: perl
26598            ! t/op/lex_assign.t
26599 ____________________________________________________________________________
26600 [ 24793] By: rgs                                   on 2005/06/10  13:44:35
26601         Log: Pre-run and disarm the code automodification run by
26602              Compress::Zlib's Makefile
26603      Branch: perl
26604            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.pm
26605            ! ext/Compress/Zlib/examples/filtdef
26606            ! ext/Compress/Zlib/examples/filtinf
26607            ! ext/Compress/Zlib/examples/gzcat
26608            ! ext/Compress/Zlib/examples/gzgrep
26609            ! ext/Compress/Zlib/examples/gzstream
26610            ! ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t
26611            ! ext/Compress/Zlib/t/03examples.t
26612            ! ext/Compress/Zlib/t/04encoding.t
26613            ! ext/Compress/Zlib/t/05gzsetp.t ext/Compress/Zlib/t/06gzdopen.t
26614 ____________________________________________________________________________
26615 [ 24792] By: rgs                                   on 2005/06/10  12:53:21
26616         Log: Update Windows makefiles
26617      Branch: perl
26618            ! win32/Makefile win32/makefile.mk
26619 ____________________________________________________________________________
26620 [ 24791] By: nicholas                              on 2005/06/10  12:44:30
26621         Log: Work around bug 36211, plus a lot of TODO regression tests for local/
26622              $#... interaction. 
26623      Branch: perl
26624            ! scope.c t/op/array.t
26625 ____________________________________________________________________________
26626 [ 24790] By: rgs                                   on 2005/06/10  12:44:02
26627         Log: Update maintainers list
26628      Branch: perl
26629            ! Porting/Maintainers.pl
26630 ____________________________________________________________________________
26631 [ 24789] By: rgs                                   on 2005/06/10  12:30:14
26632         Log: Bump version number
26633      Branch: perl
26634            ! ext/Compress/Zlib/Zlib.pm
26635 ____________________________________________________________________________
26636 [ 24788] By: rgs                                   on 2005/06/10  12:09:30
26637         Log: Makefile.PL adjustments for the core
26638      Branch: perl
26639            ! ext/Compress/Zlib/Makefile.PL
26640 ____________________________________________________________________________
26641 [ 24787] By: rgs                                   on 2005/06/10  12:07:01
26642         Log: SvUPGRADE returns void in blead
26643      Branch: perl
26644            ! ext/Compress/Zlib/Zlib.xs
26645 ____________________________________________________________________________
26646 [ 24786] By: rgs                                   on 2005/06/10  12:05:38
26647         Log: Drom Compress::Zlib 1.34 in ext/
26648      Branch: perl
26649            + ext/Compress/Zlib/ANNOUNCE ext/Compress/Zlib/Changes
26650            + ext/Compress/Zlib/MANIFEST ext/Compress/Zlib/Makefile.PL
26651            + ext/Compress/Zlib/README ext/Compress/Zlib/Zlib.pm
26652            + ext/Compress/Zlib/Zlib.xs ext/Compress/Zlib/config.in
26653            + ext/Compress/Zlib/examples/filtdef
26654            + ext/Compress/Zlib/examples/filtinf
26655            + ext/Compress/Zlib/examples/gzcat
26656            + ext/Compress/Zlib/examples/gzgrep
26657            + ext/Compress/Zlib/examples/gzstream
26658            + ext/Compress/Zlib/fallback.h ext/Compress/Zlib/fallback.xs
26659            + ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t
26660            + ext/Compress/Zlib/t/03examples.t
26661            + ext/Compress/Zlib/t/04encoding.t
26662            + ext/Compress/Zlib/t/05gzsetp.t ext/Compress/Zlib/t/06gzdopen.t
26663            + ext/Compress/Zlib/typemap
26664            + ext/Compress/Zlib/zlib-src-1.2.2/adler32.c
26665            + ext/Compress/Zlib/zlib-src-1.2.2/compress.c
26666            + ext/Compress/Zlib/zlib-src-1.2.2/crc32.c
26667            + ext/Compress/Zlib/zlib-src-1.2.2/crc32.h
26668            + ext/Compress/Zlib/zlib-src-1.2.2/deflate.c
26669            + ext/Compress/Zlib/zlib-src-1.2.2/deflate.h
26670            + ext/Compress/Zlib/zlib-src-1.2.2/gzio.c
26671            + ext/Compress/Zlib/zlib-src-1.2.2/infback.c
26672            + ext/Compress/Zlib/zlib-src-1.2.2/inffast.c
26673            + ext/Compress/Zlib/zlib-src-1.2.2/inffast.h
26674            + ext/Compress/Zlib/zlib-src-1.2.2/inffixed.h
26675            + ext/Compress/Zlib/zlib-src-1.2.2/inflate.c
26676            + ext/Compress/Zlib/zlib-src-1.2.2/inflate.h
26677            + ext/Compress/Zlib/zlib-src-1.2.2/inftrees.c
26678            + ext/Compress/Zlib/zlib-src-1.2.2/inftrees.h
26679            + ext/Compress/Zlib/zlib-src-1.2.2/trees.c
26680            + ext/Compress/Zlib/zlib-src-1.2.2/trees.h
26681            + ext/Compress/Zlib/zlib-src-1.2.2/uncompr.c
26682            + ext/Compress/Zlib/zlib-src-1.2.2/zconf.h
26683            + ext/Compress/Zlib/zlib-src-1.2.2/zlib.h
26684            + ext/Compress/Zlib/zlib-src-1.2.2/zutil.c
26685            + ext/Compress/Zlib/zlib-src-1.2.2/zutil.h
26686            ! MANIFEST
26687 ____________________________________________________________________________
26688 [ 24785] By: nicholas                              on 2005/06/10  10:06:30
26689         Log: Change 24531 broke DEBUG_LEAKING_SCALARS.
26690      Branch: perl
26691            ! sv.c
26692 ____________________________________________________________________________
26693 [ 24784] By: nicholas                              on 2005/06/09  21:01:42
26694         Log: $r = do {my @a; \$#a}; $$r = 503 # is also naughty and now warns
26695      Branch: perl
26696            ! av.c pod/perldiag.pod t/op/array.t
26697 ____________________________________________________________________________
26698 [ 24783] By: nicholas                              on 2005/06/09  19:02:43
26699         Log: Fixes the case of $a = \$#{[]}; and then accessing $$a
26700              (but not \$#a after local @a or my @a leave a block)
26701      Branch: perl
26702            ! av.c dump.c embed.fnc embed.h mg.c perl.h proto.h t/op/array.t
26703 ____________________________________________________________________________
26704 [ 24782] By: nicholas                              on 2005/06/09  16:37:18
26705         Log: Convert op/array.t to test.pl
26706      Branch: perl
26707            ! t/op/array.t
26708 ____________________________________________________________________________
26709 [ 24781] By: rgs                                   on 2005/06/09  15:32:09
26710         Log: Revert part of previous patch
26711      Branch: perl
26712            ! util.c
26713 ____________________________________________________________________________
26714 [ 24780] By: rgs                                   on 2005/06/09  15:12:39
26715         Log: Subject: [PATCH] regcomp.c and more
26716              From: Andy Lester <andy@petdance.com>
26717              Date: Thu, 9 Jun 2005 10:05:56 -0500
26718              Message-ID: <20050609150556.GA30554@petdance.com>
26719      Branch: perl
26720            ! embed.fnc mg.c perly.c proto.h regcomp.c sv.c util.c
26721 ____________________________________________________________________________
26722 [ 24778] By: nicholas                              on 2005/06/09  10:36:53
26723         Log: More SvPV consting
26724      Branch: perl
26725            ! mg.c perlio.c pp_pack.c
26726 ____________________________________________________________________________
26727 [ 24777] By: nicholas                              on 2005/06/09  10:36:40
26728         Log: Don't ignore errors from an eval.
26729      Branch: perl
26730            ! t/op/pack.t
26731 ____________________________________________________________________________
26732 [ 24776] By: nicholas                              on 2005/06/09  09:23:55
26733         Log: Update API docs.
26734      Branch: perl
26735            ! pod/perlapi.pod
26736 ____________________________________________________________________________
26737 [ 24775] By: nicholas                              on 2005/06/09  09:22:18
26738         Log: Change perforce filetype from text to text+w (so regen.pl is happy)
26739      Branch: perl
26740            ! opnames.h reentr.c reentr.h
26741 ____________________________________________________________________________
26742 [ 24774] By: nicholas                              on 2005/06/09  09:15:55
26743         Log: reentr.pl should be using regen_lib.pl and unlinking files before it
26744              starts.
26745      Branch: perl
26746            ! reentr.pl
26747 ____________________________________________________________________________
26748 [ 24773] By: nicholas                              on 2005/06/09  08:59:21
26749         Log: Make minitest pass (must skip if no dynaloading)
26750      Branch: perl
26751            ! t/op/goto_xs.t
26752 ____________________________________________________________________________
26753 [ 24772] By: rgs                                   on 2005/06/09  08:12:03
26754         Log: Subject: [PATCH] pp_pack.c cleanup
26755              From: Andy Lester <andy@petdance.com>
26756              Date: Wed, 8 Jun 2005 10:23:53 -0500
26757              Message-ID: <20050608152353.GA6253@petdance.com>
26758      Branch: perl
26759            ! pp_pack.c
26760 ____________________________________________________________________________
26761 [ 24771] By: rgs                                   on 2005/06/09  07:59:09
26762         Log: Subject: [PATCH] perlfunc.pod: ioctl.ph
26763              From: Alexey Tourbin <at@altlinux.ru>
26764              Date: Wed, 8 Jun 2005 13:45:08 +0400
26765              Message-ID: <20050608094508.GJ5867@solemn.turbinal.org>
26766      Branch: perl
26767            ! pod/perlfunc.pod
26768 ____________________________________________________________________________
26769 [ 24770] By: rgs                                   on 2005/06/09  07:44:36
26770         Log: Subject: [PATCH] instead of unions use double cast for data pointer <-> function pointer
26771              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
26772              Date: Thu, 09 Jun 2005 08:50:56 +0300
26773              Message-ID: <42A7D8C0.1080104@gmail.com>
26774      Branch: perl
26775            ! ext/DynaLoader/dl_dlopen.xs perl.h sv.c toke.c
26776 ____________________________________________________________________________
26777 [ 24769] By: nicholas                              on 2005/06/08  22:48:00
26778         Log: More SvPV consting
26779      Branch: perl
26780            ! dump.c mg.c op.c pp_hot.c pp_sys.c regexec.c
26781 ____________________________________________________________________________
26782 [ 24768] By: nicholas                              on 2005/06/08  22:45:39
26783         Log: The old COW code needs to use SvPVX_mutable when doing copy-on-write.
26784      Branch: perl
26785            ! sv.c
26786 ____________________________________________________________________________
26787 [ 24767] By: nicholas                              on 2005/06/08  22:43:58
26788         Log: Add SvPV_mutable for use by the old COW code.
26789      Branch: perl
26790            ! sv.h
26791 ____________________________________________________________________________
26792 [ 24766] By: nicholas                              on 2005/06/08  20:32:35
26793         Log: sv_setsv is allowed to swipe buffers from read only scalars
26794      Branch: perl
26795            ! sv.c
26796 ____________________________________________________________________________
26797 [ 24765] By: nicholas                              on 2005/06/08  19:49:08
26798         Log: const-ize pp_formline
26799      Branch: perl
26800            ! pp_ctl.c
26801 ____________________________________________________________________________
26802 [ 24764] By: merijn                                on 2005/06/08  19:14:19
26803         Log: Cygwin fails to open $^X on many occasion here
26804              afile is still available from the previous test
26805      Branch: perl
26806            ! t/io/layers.t
26807 ____________________________________________________________________________
26808 [ 24763] By: nicholas                              on 2005/06/08  17:48:35
26809         Log: Remove repeated C<n_a>s
26810      Branch: perl
26811            ! perl.c
26812 ____________________________________________________________________________
26813 [ 24762] By: nicholas                              on 2005/06/08  17:48:17
26814         Log: Remove the n_a
26815      Branch: perl
26816            ! malloc.c
26817 ____________________________________________________________________________
26818 [ 24761] By: nicholas                              on 2005/06/08  16:02:54
26819         Log: Add and use MgPV_nolen_const
26820      Branch: perl
26821            ! mg.c mg.h
26822 ____________________________________________________________________________
26823 [ 24760] By: nicholas                              on 2005/06/08  15:39:40
26824         Log: Nuke some more n_a, and convert S_gv_ename from char * to const char *
26825      Branch: perl
26826            ! doop.c dump.c embed.fnc mg.c op.c pp_hot.c pp_pack.c pp_sys.c
26827            ! proto.h regcomp.c taint.c toke.c
26828 ____________________________________________________________________________
26829 [ 24759] By: nicholas                              on 2005/06/08  14:52:17
26830         Log: Allow a null length pointer to sv_pvn_force_flags.
26831              Add SvPV_force_nolen and use it to remove some C<n_a>s
26832      Branch: perl
26833            ! embed.fnc pp.c pp_ctl.c proto.h sv.c sv.h
26834 ____________________________________________________________________________
26835 [ 24758] By: nicholas                              on 2005/06/08  13:43:23
26836         Log: n_a no more
26837      Branch: perl
26838            ! perl.c pp_ctl.c pp_sys.c universal.c
26839 ____________________________________________________________________________
26840 [ 24757] By: nicholas                              on 2005/06/08  11:00:54
26841         Log: Eliminate more C<n_a>s
26842      Branch: perl
26843            ! XSUB.h pp.h
26844 ____________________________________________________________________________
26845 [ 24756] By: nicholas                              on 2005/06/08  11:00:33
26846         Log: A mising cast (given that rx->subbeg is only char *)
26847      Branch: perl
26848            ! pp_hot.c
26849 ____________________________________________________________________________
26850 [ 24755] By: nicholas                              on 2005/06/08  10:08:01
26851         Log: s/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/g
26852      Branch: perl
26853            ! dump.c embed.fnc embed.h ext/B/t/bytecode.t
26854            ! ext/Devel/PPPort/parts/embed.fnc makedef.pl mg.c pad.c
26855            ! pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c regexp.h sv.c
26856            ! sv.h
26857 ____________________________________________________________________________
26858 [ 24754] By: rgs                                   on 2005/06/08  09:19:18
26859         Log: Subject: [PATCH] regexec.c utf8 loading
26860              From: Andy Lester <andy@petdance.com>
26861              Date: Wed, 8 Jun 2005 00:03:32 -0500
26862              Message-ID: <20050608050332.GA31059@petdance.com>
26863      Branch: perl
26864            ! regexec.c
26865 ____________________________________________________________________________
26866 [ 24753] By: rgs                                   on 2005/06/08  09:12:17
26867         Log: Subject: Re: FindBin.pm: incomplete getcwd/cwd patch and SELinux (Strict policy)
26868              From: José Pedro Oliveira <jpo@di.uminho.pt>
26869              Date: Tue, 07 Jun 2005 21:07:42 +0100
26870              Message-ID: <42A5FE8E.3020608@di.uminho.pt>
26871      Branch: perl
26872            ! lib/FindBin.pm
26873 ____________________________________________________________________________
26874 [ 24752] By: nicholas                              on 2005/06/08  09:09:52
26875         Log: One more SvPV_const
26876      Branch: perl
26877            ! pp.c
26878 ____________________________________________________________________________
26879 [ 24751] By: nicholas                              on 2005/06/08  09:09:28
26880         Log: Don't test the core XS code yet with PERL_DEBUG_COW > 1
26881      Branch: perl
26882            ! sv.h
26883 ____________________________________________________________________________
26884 [ 24750] By: nicholas                              on 2005/06/08  08:50:06
26885         Log: Remove two more unused C<n_a>s
26886      Branch: perl
26887            ! pp_sys.c
26888 ____________________________________________________________________________
26889 [ 24749] By: nicholas                              on 2005/06/08  08:49:32
26890         Log: Better sv_2pv_flags implementation (avoid writing to n_a)
26891      Branch: perl
26892            ! sv.c
26893 ____________________________________________________________________________
26894 [ 24748] By: nicholas                              on 2005/06/08  08:07:05
26895         Log: Convert POPpx POPpconstx and POPpbytex to use nolen macros.
26896              Elminate a lot of C<n_a>s
26897      Branch: perl
26898            ! pp.h pp_ctl.c pp_sys.c
26899 ____________________________________________________________________________
26900 [ 24747] By: nicholas                              on 2005/06/08  08:05:47
26901         Log: Add SvPVx_nolen and SvPVbytex_nolen
26902      Branch: perl
26903            ! sv.h
26904 ____________________________________________________________________________
26905 [ 24746] By: nicholas                              on 2005/06/08  08:04:53
26906         Log: More SvPV consting
26907      Branch: perl
26908            ! perly.act perly.y
26909 ____________________________________________________________________________
26910 [ 24745] By: rgs                                   on 2005/06/08  06:51:48
26911         Log: Mark a static function as static
26912      Branch: perl
26913            ! utf8.c
26914 ____________________________________________________________________________
26915 [ 24744] By: nicholas                              on 2005/06/07  22:22:34
26916         Log: More SvPV consting
26917      Branch: perl
26918            ! doop.c pp.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c regexec.c
26919            ! sv.c toke.c
26920 ____________________________________________________________________________
26921 [ 24743] By: nicholas                              on 2005/06/07  21:16:13
26922         Log: More SvPV consting
26923      Branch: perl
26924            ! doop.c mg.c perl.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sys.c
26925            ! sv.c
26926 ____________________________________________________________________________
26927 [ 24742] By: nicholas                              on 2005/06/07  19:45:13
26928         Log: More consting of SvPV
26929      Branch: perl
26930            ! embed.fnc pp_ctl.c proto.h sv.c
26931 ____________________________________________________________________________
26932 [ 24741] By: rgs                                   on 2005/06/07  19:30:35
26933         Log: The definition of SvPVx_nolen_const is missing for non GNU-C compilers
26934      Branch: perl
26935            ! sv.h
26936 ____________________________________________________________________________
26937 [ 24740] By: nicholas                              on 2005/06/07  18:38:39
26938         Log: More SvPV consting.
26939      Branch: perl
26940            ! doio.c doop.c gv.c mg.c perlio.c pp.c pp_ctl.c pp_hot.c
26941            ! pp_pack.c pp_sys.c sv.c toke.c universal.c util.c
26942 ____________________________________________________________________________
26943 [ 24739] By: nicholas                              on 2005/06/07  18:33:08
26944         Log: Add SvPV_nolen_const and SvPV_nomg_const
26945      Branch: perl
26946            ! sv.h
26947 ____________________________________________________________________________
26948 [ 24738] By: nicholas                              on 2005/06/07  18:32:44
26949         Log: Add MgPV_const
26950      Branch: perl
26951            ! mg.h
26952 ____________________________________________________________________________
26953 [ 24737] By: rgs                                   on 2005/06/07  18:07:41
26954         Log: Remove unused variable (thanks to Andy's lint)
26955      Branch: perl
26956            ! mg.c
26957 ____________________________________________________________________________
26958 [ 24736] By: nicholas                              on 2005/06/07  17:35:10
26959         Log: Change 24733 allows several pointers to be NULL. Therefore this
26960              should be reflected in their attributes.
26961      Branch: perl
26962            ! embed.fnc proto.h
26963 ____________________________________________________________________________
26964 [ 24735] By: rgs                                   on 2005/06/07  17:03:16
26965         Log: Subject: [PATCH] Random cleanups #47
26966              From: Andy Lester <andy@petdance.com>
26967              Date: Mon, 6 Jun 2005 10:11:07 -0500
26968              Message-ID: <20050606151107.GC7022@petdance.com>
26969      Branch: perl
26970            ! Makefile.SH README.aix embed.fnc hv.c numeric.c op.c pad.c
26971            ! pod/perldebug.pod pp_ctl.c proto.h sv.c toke.c util.c
26972 ____________________________________________________________________________
26973 [ 24734] By: rgs                                   on 2005/06/07  15:58:23
26974         Log: make some more functions static
26975              
26976              Subject: [PATCH] B/C/C.xs: static my_runops()
26977              Message-ID: <20050604232451.GT5867@solemn.turbinal.org>
26978              
26979              Subject: [PATCH] Devel/Peek/Peek.xs: make plain C functions static
26980              Message-ID: <20050604232952.GU5867@solemn.turbinal.org>
26981              
26982              Subject: [PATCH] File/Glob/Glob.xs: errfunc() should be static
26983              Message-ID: <20050604233414.GV5867@solemn.turbinal.org>
26984              
26985              all being :
26986              From: Alexey Tourbin <at@altlinux.ru>
26987              Date: Sun, 5 Jun 2005
26988      Branch: perl
26989            ! ext/B/C/C.xs ext/Devel/Peek/Peek.xs ext/File/Glob/Glob.xs
26990 ____________________________________________________________________________
26991 [ 24733] By: nicholas                              on 2005/06/07  15:10:38
26992         Log: Simplify the implementation of SvPV*nolen functions
26993      Branch: perl
26994            ! sv.c sv.h
26995 ____________________________________________________________________________
26996 [ 24732] By: nicholas                              on 2005/06/07  14:57:35
26997         Log: Ensure string table counts are balanced. (Was not true in op/pack.t)
26998      Branch: perl
26999            ! sv.c sv.h
27000 ____________________________________________________________________________
27001 [ 24731] By: rgs                                   on 2005/06/07  14:44:55
27002         Log: Remove unneeded #ifdef VMS since VMS is not defined here anyway
27003              (spotted by Steve_p)
27004      Branch: perl
27005            ! util.c
27006 ____________________________________________________________________________
27007 [ 24730] By: rgs                                   on 2005/06/07  14:35:25
27008         Log: Subject: [PATCH] one more round of is_utf8_foo tuneup
27009              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
27010              Date: Sun, 05 Jun 2005 18:06:12 +0300
27011              Message-ID: <42A314E4.8060608@gmail.com>
27012      Branch: perl
27013            ! embed.fnc embed.h global.sym mg.c pod/perlapi.pod proto.h
27014            ! utf8.c utf8.h
27015 ____________________________________________________________________________
27016 [ 24729] By: rgs                                   on 2005/06/07  13:53:59
27017         Log: Subject: [PATCH] util.c: S_vdie_common() should be static
27018              From: Alexey Tourbin <at@altlinux.ru>
27019              Date: Sun, 5 Jun 2005 03:08:30 +0400
27020              Message-ID: <20050604230830.GS5867@solemn.turbinal.org>
27021      Branch: perl
27022            ! util.c
27023 ____________________________________________________________________________
27024 [ 24728] By: rgs                                   on 2005/06/07  13:15:45
27025         Log: Fix apidoc for newSVhek
27026      Branch: perl
27027            ! pod/perlapi.pod sv.c
27028 ____________________________________________________________________________
27029 [ 24727] By: nicholas                              on 2005/06/07  13:01:42
27030         Log: make pp_split const
27031      Branch: perl
27032            ! pp.c
27033 ____________________________________________________________________________
27034 [ 24726] By: nicholas                              on 2005/06/07  12:11:48
27035         Log: Lots of consting
27036      Branch: perl
27037            ! doio.c doop.c gv.c hv.c op.c pp.c pp_ctl.c pp_hot.c pp_pack.c
27038            ! pp_sys.c
27039 ____________________________________________________________________________
27040 [ 24725] By: nicholas                              on 2005/06/07  12:08:58
27041         Log: The FBM compile code is mutable, because it's permissible to FBM
27042              compile a read-only value.
27043      Branch: perl
27044            ! util.c
27045 ____________________________________________________________________________
27046 [ 24724] By: nicholas                              on 2005/06/07  12:07:49
27047         Log: XS_VERSION_BOOTCHECK is read only.
27048      Branch: perl
27049            ! XSUB.h
27050 ____________________________________________________________________________
27051 [ 24723] By: nicholas                              on 2005/06/07  12:06:13
27052         Log: POPpx needs a const equivalent.
27053      Branch: perl
27054            ! pp.h
27055 ____________________________________________________________________________
27056 [ 24722] By: nicholas                              on 2005/06/07  12:03:56
27057         Log: Make a start at consting calls to SvPV. SV conversion and upgrade
27058              routines need to be mutable, as it's permitted to change the type of
27059              a READONLY SV, or cache the string or number conversion.
27060              Other routines are mostly const.
27061      Branch: perl
27062            ! sv.c
27063 ____________________________________________________________________________
27064 [ 24721] By: nicholas                              on 2005/06/07  12:00:09
27065         Log: Need const versions of SvPV(), so that its callers can indicate
27066              whether they are read/write or read only
27067              Also provide a mutable version, for the internals to use where it
27068              needs a non-const pointer, but will be writing. Callers of this are
27069              assumed to be aware of how copy on write is working, and to keep
27070              track of core changes.
27071              
27072              For now check that SVs are not READONLY when const versions are used.
27073              (with DEBUG_COW > 1). COW is going to have to be orthogonal to Perl's
27074              READONLY flag, but for now it provides a good test indicator.
27075      Branch: perl
27076            ! sv.h
27077 ____________________________________________________________________________
27078 [ 24720] By: rgs                                   on 2005/06/07  09:23:58
27079         Log: Subject: [PATCH] Re: [perl #36130] chr(-1) should probably return undef
27080              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
27081              Date: Mon, 06 Jun 2005 20:28:35 +0300
27082              Message-ID: <42A487C3.8010306@gmail.com>
27083      Branch: perl
27084            ! pod/perlfunc.pod pp.c t/op/chr.t
27085 ____________________________________________________________________________
27086 [ 24719] By: rgs                                   on 2005/06/07  09:02:23
27087         Log: Subject: RE: a bit of trouble with compiling with MSVC++ on Win32
27088              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
27089              Date: Tue, 7 Jun 2005 13:19:33 +0400 
27090              Message-ID: <7DD1BE2C50259746ABB8683672D2089E12D462@itotest-1.spb.lucent.com>
27091      Branch: perl
27092            ! README.win32
27093 ____________________________________________________________________________
27094 [ 24718] By: rgs                                   on 2005/06/07  08:56:37
27095         Log: Subject: [perl #36193] crash in Perl_yyerror due to missing check for NULL 
27096              From: "Todd C. Miller" (via RT) <perlbug-followup@perl.org>
27097              Date: 6 Jun 2005 23:24:28 -0000
27098              Message-ID: <rt-3.0.11-36193-115243.12.1531563965146@perl.org>
27099      Branch: perl
27100            ! toke.c
27101 ____________________________________________________________________________
27102 [ 24717] By: merijn                                on 2005/06/07  08:18:59
27103         Log: Subject: [PATCH] Unvoid SvUPGRADE
27104              From: Andy Lester <andy@petdance.com>
27105              Date: Mon, 6 Jun 2005 23:08:50 -0500
27106              Message-ID: <20050607040850.GA7033@petdance.com>
27107      Branch: perl
27108            ! doio.c doop.c gv.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c
27109            ! scope.c sv.c sv.h toke.c util.c
27110 ____________________________________________________________________________
27111 [ 24716] By: nicholas                              on 2005/06/06  14:50:21
27112         Log: Abstract all access to the shared hash value through SvSHARED_HASH()
27113      Branch: perl
27114            ! hv.c pp_hot.c sv.c sv.h
27115 ____________________________________________________________________________
27116 [ 24715] By: nicholas                              on 2005/06/06  10:01:49
27117         Log: SvIsCOW_shared_hash is declared all the time, so use it.
27118      Branch: perl
27119            ! pp_hot.c
27120 ____________________________________________________________________________
27121 [ 24714] By: nicholas                              on 2005/06/06  09:08:45
27122         Log: Shared hash key scalars can be safely copied as shared hash key scalars
27123              all the time.
27124      Branch: perl
27125            ! sv.c
27126 ____________________________________________________________________________
27127 [ 24713] By: steveh                                on 2005/06/06  07:52:59
27128         Log: NORETURN_FUNCTION_END is not a complete statement
27129              
27130              (Fix compilation error following change #24702)
27131      Branch: perl
27132            ! ext/IO/IO.xs
27133 ____________________________________________________________________________
27134 [ 24712] By: steveh                                on 2005/06/06  07:47:06
27135         Log: We still need an "i" in the PERL_IMPLICIT_SYS case
27136              
27137              (Fix compilation error following change #24689)
27138      Branch: perl
27139            ! sv.c
27140 ____________________________________________________________________________
27141 [ 24711] By: merijn                                on 2005/06/06  06:18:51
27142         Log: Subject: [PATCH] Tru64: allow creating perl.pixie even with optimized Perl
27143              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
27144              Date: Sun, 05 Jun 2005 18:28:08 +0300
27145              Message-ID: <42A31A08.3070601@gmail.com>
27146      Branch: perl
27147            ! Makefile.SH
27148 ____________________________________________________________________________
27149 [ 24710] By: merijn                                on 2005/06/06  06:01:30
27150         Log: Subject: [PATCH] Re: blead attribute warnings, cygwin + gcc 3.4.1
27151              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
27152              Date: Sun, 5 Jun 2005 20:43:55 -0700
27153              Message-ID: <20050606034354.GA1456@efn.org>
27154      Branch: perl
27155            ! cygwin/cygwin.c
27156 ____________________________________________________________________________
27157 [ 24709] By: rgs                                   on 2005/06/05  11:35:48
27158         Log: New test for getppid(), by Alexey Tourbin
27159      Branch: perl
27160            + t/op/getppid.t
27161            ! MANIFEST
27162 ____________________________________________________________________________
27163 [ 24708] By: rgs                                   on 2005/06/05  11:14:41
27164         Log: Subject: PATCH for [perl #36043] '@foo = sort { $a <=> $b } @bar' uses too much memory
27165              From: Salvador Fandiño <sfandino@yahoo.com>
27166              Date: Jun 5, 2005 4:25 AM
27167              Message-ID: <20050605022436.21982.qmail@lists.develooper.com>
27168      Branch: perl
27169            ! pp_sort.c
27170 ____________________________________________________________________________
27171 [ 24707] By: ams                                   on 2005/06/05  03:55:11
27172         Log: Subject: [PATCH] Fix minor bummer in 24706
27173              From: Andy Lester <andy@petdance.com>
27174              Date: Sat, 4 Jun 2005 23:09:04 -0500
27175              Message-Id: <20050605040904.GA27783@petdance.com>
27176      Branch: perl
27177            ! utf8.c
27178 ____________________________________________________________________________
27179 [ 24706] By: rgs                                   on 2005/06/04  16:55:27
27180         Log: Subject: [PATCH] further speeding up of is_utf8_string()
27181              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
27182              Date: Sat, 04 Jun 2005 13:40:15 +0300
27183              Message-ID: <42A1850F.4040109@gmail.com>
27184      Branch: perl
27185            + t/op/chr.t
27186            ! MANIFEST embed.fnc embed.h global.sym proto.h utf8.c
27187 ____________________________________________________________________________
27188 [ 24705] By: rgs                                   on 2005/06/04  16:49:33
27189         Log: Silence a const warning
27190      Branch: perl
27191            ! sv.c
27192 ____________________________________________________________________________
27193 [ 24704] By: rgs                                   on 2005/06/04  16:06:38
27194         Log: Improve FindBin discovery of current directory, based on :
27195              
27196              Subject: FindBin.pm: incomplete getcwd/cwd patch? (#24375, #24379)
27197              From: José Pedro Oliveira <jpo@di.uminho.pt>
27198              Date: Thu, 12 May 2005 20:36:48 +0100
27199              Message-ID: <4283B050.6080805@di.uminho.pt>
27200              
27201              Plus POD fixes
27202      Branch: perl
27203            ! lib/FindBin.pm
27204 ____________________________________________________________________________
27205 [ 24703] By: rgs                                   on 2005/06/04  07:16:11
27206         Log: Simplify the getppid code, by Alexey Tourbin
27207      Branch: perl
27208            ! pp_sys.c
27209 ____________________________________________________________________________
27210 [ 24702] By: rgs                                   on 2005/06/03  22:22:43
27211         Log: Subject: [PATCH] Consting IO and Devel::Peek
27212              From: Andy Lester <andy@petdance.com>
27213              Reply-To: Perl 5 Porters <perl5-porters@perl.org>
27214              Message-ID: <20050531212621.GA12117@petdance.com>
27215      Branch: perl
27216            ! ext/Devel/Peek/Peek.xs ext/IO/IO.xs
27217 ____________________________________________________________________________
27218 [ 24701] By: rgs                                   on 2005/06/03  22:07:57
27219         Log: Subject: [PATCH] Clean up UNI* macros in toke.c
27220              From: Andy Lester <andy@petdance.com>
27221              Date: Jun 3, 2005 7:14 PM
27222              Message-ID: <20050603171448.GA5834@petdance.com>
27223      Branch: perl
27224            ! toke.c
27225 ____________________________________________________________________________
27226 [ 24700] By: rgs                                   on 2005/06/03  21:48:16
27227         Log: Subject: B::Concise torture
27228              From: Jim Cromie <jcromie@divsol.com>
27229              Date: Jun 2, 2005 6:36 AM
27230              Message-ID: <429E8CBE.406@divsol.com>
27231              (with formatting nits)
27232      Branch: perl
27233            ! ext/B/B/Concise.pm ext/B/t/concise-xs.t ext/B/t/concise.t
27234 ____________________________________________________________________________
27235 [ 24699] By: rgs                                   on 2005/06/03  21:07:03
27236         Log: Subject: Re: [PATCH] Improved ICMP_UNREACHABLE handling in Net::Ping
27237              From: Gisle Aas <gisle@activestate.com>
27238              Date: 03 Jun 2005 09:17:44 -0700
27239              Message-ID: <lry89rfm8n.fsf_-_@caliper.activestate.com>
27240      Branch: perl
27241            ! lib/Net/Ping.pm
27242 ____________________________________________________________________________
27243 [ 24698] By: nicholas                              on 2005/06/03  12:00:01
27244         Log: Use newSVhek in the cloning code.
27245      Branch: perl
27246            ! sv.c
27247 ____________________________________________________________________________
27248 [ 24697] By: nicholas                              on 2005/06/03  11:06:36
27249         Log: Use newSVhek where we're generating SVs from package names
27250      Branch: perl
27251            ! op.c pp.c sv.c toke.c
27252 ____________________________________________________________________________
27253 [ 24696] By: nicholas                              on 2005/06/03  10:03:21
27254         Log: s/newSVpv_hek/newSVhek/g; # Lousy choice of name
27255      Branch: perl
27256            ! embed.fnc embed.h hv.c proto.h sv.c
27257 ____________________________________________________________________________
27258 [ 24694] By: rgs                                   on 2005/06/03  09:57:26
27259         Log: Bump version number
27260      Branch: perl
27261            ! ext/Devel/DProf/DProf.pm
27262 ____________________________________________________________________________
27263 [ 24693] By: rgs                                   on 2005/06/03  09:52:21
27264         Log: Subject: Re: [perl #35977] perlbug AutoReply: Devel::DProf "unstacked calls in outer"
27265              From: Duncan Findlay <duncf@debian.org>
27266              Date: Wed, 1 Jun 2005 12:18:08 -0400
27267              Message-ID: <20050601161808.GA17294@duncf.mine.nu>
27268      Branch: perl
27269            ! utils/dprofpp.PL
27270 ____________________________________________________________________________
27271 [ 24692] By: nicholas                              on 2005/06/03  09:37:21
27272         Log: Create newSVpv_hek to reduce code duplication where HEKs need to be
27273              turned into SVs
27274      Branch: perl
27275            ! embed.fnc embed.h global.sym hv.c sv.c
27276 ____________________________________________________________________________
27277 [ 24691] By: rgs                                   on 2005/06/03  09:29:36
27278         Log: POD fixes
27279      Branch: perl
27280            ! pod/perlfunc.pod
27281 ____________________________________________________________________________
27282 [ 24690] By: rgs                                   on 2005/06/03  08:37:42
27283         Log: Subject: Re: Should while ( <$fh> ) and while (< $fh >) do the same thing?
27284              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
27285              Date: Thu, 2 Jun 2005 11:49:11 -0700
27286              Message-ID: <20050602184911.GA3292@efn.org>
27287      Branch: perl
27288            ! pod/perlop.pod
27289 ____________________________________________________________________________
27290 [ 24689] By: rgs                                   on 2005/06/03  08:31:26
27291         Log: Subject: [PATCH] Random consting
27292              From: Andy Lester <andy@petdance.com>
27293              Date: Thu, 2 Jun 2005 12:19:43 -0500
27294              Message-ID: <20050602171943.GA16553@petdance.com>
27295      Branch: perl
27296            ! doio.c dump.c embed.fnc embed.h global.sym gv.c hv.c malloc.c
27297            ! perl.c perlio.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
27298            ! util.c
27299 ____________________________________________________________________________
27300 [ 24688] By: steveh                                on 2005/06/03  08:12:45
27301         Log: Subject: [PATCH] Run ICMP ping tests on Windows as long as we have admin privs
27302              From: "Jan Dubois" <jand@ActiveState.com>
27303              Date: Mon, 18 Apr 2005 20:16:24 -0700
27304              Message-Id: <200504190311.j3J3BM4p001792@smtp3.ActiveState.com>
27305              
27306              Subject: RE: [PATCH] Run ICMP ping tests on Windows as long as we have admin privs
27307              From: "Jan Dubois" <jand@ActiveState.com>
27308              Date: Tue, 19 Apr 2005 01:49:51 -0700
27309              Message-Id: <200504190844.j3J8inkW032630@smtp3.ActiveState.com>
27310              
27311              (There was no reply from Rob Brown in over a month, so commit to blead
27312              for now.  I'll email him again...)
27313      Branch: perl
27314            ! lib/Net/Ping.pm lib/Net/Ping/t/110_icmp_inst.t
27315            ! lib/Net/Ping/t/500_ping_icmp.t
27316 ____________________________________________________________________________
27317 [ 24687] By: rgs                                   on 2005/06/03  08:08:25
27318         Log: Subject: [PATCH] speed up is_utf8_char()
27319              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
27320              Date: Thu, 02 Jun 2005 21:52:46 +0300
27321              Message-ID: <429F557E.3090007@gmail.com>
27322      Branch: perl
27323            ! utf8.c utf8.h
27324 ____________________________________________________________________________
27325 [ 24686] By: rgs                                   on 2005/06/03  08:04:25
27326         Log: Subject: [PATCH] Quotes in pod/*.pod
27327              From: Andy Lester <andy@petdance.com>
27328              Date: Thu, 2 Jun 2005 16:19:54 -0500
27329              Message-ID: <20050602211954.GA22107@petdance.com>
27330      Branch: perl
27331            ! Porting/pumpkin.pod README.cygwin README.hurd README.mint
27332            ! README.os390 README.vmesa pod/perlfaq.pod pod/perlfaq3.pod
27333            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod
27334            ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlgpl.pod
27335            ! pod/perlhack.pod pod/perlipc.pod pod/perllocale.pod
27336            ! pod/perlport.pod pod/perlre.pod pod/perlref.pod
27337            ! pod/perlthrtut.pod
27338 ____________________________________________________________________________
27339 [ 24685] By: rgs                                   on 2005/06/03  07:59:48
27340         Log: Indent fix
27341      Branch: perl
27342            ! pod/perlfaq7.pod
27343 ____________________________________________________________________________
27344 [ 24684] By: rgs                                   on 2005/06/03  07:58:10
27345         Log: FAQ sync
27346      Branch: perl
27347            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
27348            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
27349            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
27350 ____________________________________________________________________________
27351 [ 24683] By: rgs                                   on 2005/06/03  07:45:21
27352         Log: Subject: [PATCH] symbian/xsbuild.pl
27353              From: <jarkko.hietaniemi@nokia.com>
27354              Date: Fri, 3 Jun 2005 11:00:01 +0300
27355              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A225@esebe105.NOE.Nokia.com>
27356      Branch: perl
27357            ! symbian/xsbuild.pl
27358 ____________________________________________________________________________
27359 [ 24682] By: rgs                                   on 2005/06/03  07:43:52
27360         Log: Subject: [PATCH] SvPVX_const() - patch #4
27361              From: Steve Peters <steve@fisharerojo.org>
27362              Date: Thu, 2 Jun 2005 13:41:35 -0500
27363              Message-ID: <20050602184135.GA13682@mccoy.peters.homeunix.org>
27364      Branch: perl
27365            ! embed.fnc pod/perlapi.pod proto.h regcomp.c regexec.c sv.c
27366 ____________________________________________________________________________
27367 [ 24681] By: rgs                                   on 2005/06/02  16:44:51
27368         Log: Subject: Re: [patch] teach B::Concise to see XS code
27369              From: Jim Cromie <jcromie@divsol.com>
27370              Date: Wed, 01 Jun 2005 08:01:17 -0600
27371              Message-ID: <429DBFAD.1090308@divsol.com>
27372      Branch: perl
27373            ! ext/B/B/Concise.pm ext/B/t/concise.t
27374 ____________________________________________________________________________
27375 [ 24680] By: nicholas                              on 2005/06/02  16:40:58
27376         Log: Integrate perl587delta.pod, the changes in perlhist.pod, and update
27377              the relevant makefiles and tables-of-contents to reflect this.
27378      Branch: perl
27379           +> pod/perl587delta.pod
27380           !> MANIFEST Makefile.SH pod.lst pod/perl.pod pod/perlhist.pod
27381           !> pod/perltoc.pod vms/descrip_mms.template win32/Makefile
27382           !> win32/makefile.mk win32/pod.mak
27383 ____________________________________________________________________________
27384 [ 24679] By: steveh                                on 2005/06/02  15:57:13
27385         Log: Subject: DynaLoader dl_unload_file for win32 ( dl_win32.xs )
27386              From: DH <crazyinsomniac@yahoo.com>
27387              Date: Tue, 31 May 2005 08:33:27 -0700 (PDT)
27388              Message-ID: <20050531153327.85145.qmail@unknown-209-73-178-237.yahoo.com>
27389              
27390              (with a couple of minor tweaks)
27391      Branch: perl
27392            ! win32/dl_win32.xs
27393 ____________________________________________________________________________
27394 [ 24678] By: nicholas                              on 2005/06/02  15:10:54
27395         Log: Dave can see a better way of doing the rounding.
27396      Branch: perl
27397            ! handy.h
27398 ____________________________________________________________________________
27399 [ 24677] By: nicholas                              on 2005/06/02  14:42:20
27400         Log: 24672 is innocent. valgrind + perl's malloc considered harmful.
27401      Branch: perl
27402            ! toke.c
27403 ____________________________________________________________________________
27404 [ 24676] By: nicholas                              on 2005/06/02  13:36:01
27405         Log: Changes 24660 and 24665 both introduced errors into the USEMYMALLOC
27406              code. Plus change 24672 appears to break under USEMYMALLOC, so revert
27407              it for now.
27408      Branch: perl
27409            ! hv.c sv.c toke.c
27410 ____________________________________________________________________________
27411 [ 24675] By: rgs                                   on 2005/06/02  11:19:02
27412         Log: Upgrade to ExtUtils::CBuilder 0.12 and ExtUtils::ParseXS 2.10
27413      Branch: perl
27414            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
27415            ! lib/ExtUtils/CBuilder/Platform/Unix.pm
27416            ! lib/ExtUtils/CBuilder/Platform/VMS.pm
27417            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
27418            ! lib/ExtUtils/CBuilder/Platform/aix.pm
27419            ! lib/ExtUtils/CBuilder/Platform/cygwin.pm
27420            ! lib/ExtUtils/CBuilder/Platform/darwin.pm
27421            ! lib/ExtUtils/CBuilder/Platform/os2.pm lib/ExtUtils/ParseXS.pm
27422 ____________________________________________________________________________
27423 [ 24674] By: rgs                                   on 2005/06/02  09:39:26
27424         Log: CPP typo fix (by Dominic Dunlop)
27425      Branch: perl
27426            ! perl.c
27427 ____________________________________________________________________________
27428 [ 24673] By: nicholas                              on 2005/06/02  09:29:48
27429         Log: Oops. My maths was too generous (by 1).
27430      Branch: perl
27431            ! handy.h
27432 ____________________________________________________________________________
27433 [ 24672] By: nicholas                              on 2005/06/02  09:24:17
27434         Log: Avoid duplicate calls to PAD_COMPNAME_OURSTASH, which is an expensive
27435              macro.
27436      Branch: perl
27437            ! toke.c
27438 ____________________________________________________________________________
27439 [ 24671] By: rgs                                   on 2005/06/02  09:06:39
27440         Log: Fix changed diagnostic
27441      Branch: perl
27442            ! pod/perldiag.pod
27443 ____________________________________________________________________________
27444 [ 24670] By: ams                                   on 2005/06/02  08:44:41
27445         Log: Subject: [PATCH] SvPVX_const() - part 3 ... and const'ing Storable
27446              From: Steve Peters <steve@fisharerojo.org>
27447              Date: Tue, 31 May 2005 09:55:43 -0500
27448              Message-Id: <20050531145543.GA8051@mccoy.peters.homeunix.org>
27449      Branch: perl
27450            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
27451            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
27452            ! ext/PerlIO/encoding/encoding.xs ext/PerlIO/via/via.xs
27453            ! ext/Storable/Storable.xs pp_hot.c pp_pack.c pp_sys.c scope.c
27454 ____________________________________________________________________________
27455 [ 24669] By: rgs                                   on 2005/06/02  08:17:29
27456         Log: Subject: [PATCH] use lengths in sv_setpv() calls
27457              From: Andy Lester <andy@petdance.com>
27458              Date: Wed, 1 Jun 2005 23:16:56 -0500
27459              Message-ID: <20050602041656.GA3000@petdance.com>
27460      Branch: perl
27461            ! gv.c sv.c util.c
27462 ____________________________________________________________________________
27463 [ 24668] By: merijn                                on 2005/06/02  08:02:23
27464         Log: New HW model; more on threads for 10.20
27465      Branch: perl
27466            ! README.hpux
27467 ____________________________________________________________________________
27468 [ 24667] By: merijn                                on 2005/06/02  07:52:09
27469         Log: HP-UX specific #pragma entered in #23890 is not supported
27470              on HP-UX 10.20 and older
27471      Branch: perl
27472            ! perl.c
27473 ____________________________________________________________________________
27474 [ 24666] By: merijn                                on 2005/06/02  07:39:30
27475         Log: Subject: [PATCH] Quotes fixed, see also perl #36079
27476              From: Andy Lester <andy@petdance.com>
27477              Date: Thu, 2 Jun 2005 00:02:38 -0500
27478              Message-ID: <20050602050238.GA4001@petdance.com>
27479      Branch: perl
27480            ! av.c doio.c gv.c malloc.c perl.c perl.h perly.c
27481            ! pod/perldiag.pod pp_sort.c pp_sys.c regcomp.c regexec.c
27482            ! scope.h thrdvar.h toke.c util.c
27483 ____________________________________________________________________________
27484 [ 24665] By: nicholas                              on 2005/06/01  20:46:02
27485         Log: Round up all string length requests to malloc()/realloc() to the next
27486              multiple of 4/8 bytes [sizeof(size_t)] on the assumption that malloc()
27487              internally will quantise, and so we're going to use space that
27488              otherwise would be wasted. Hopefully this will save realloc()ing.
27489      Branch: perl
27490            ! ext/Devel/Peek/t/Peek.t handy.h perl.h sv.c
27491 ____________________________________________________________________________
27492 [ 24664] By: nicholas                              on 2005/06/01  20:42:29
27493         Log: I think SvCUR() was intended rather than SvLEN()
27494      Branch: perl
27495            ! ext/Storable/Storable.xs
27496 ____________________________________________________________________________
27497 [ 24663] By: nicholas                              on 2005/06/01  15:40:57
27498         Log: We don't have XRVs any more, so remove the typedef
27499      Branch: perl
27500            ! perl.h
27501 ____________________________________________________________________________
27502 [ 24662] By: nicholas                              on 2005/06/01  15:23:02
27503         Log: Zero-ing the new HV array is pointless, as we write to every element.
27504              Also avoid calling into he_dup when the HE is 0, to save the function
27505              call overhead.
27506      Branch: perl
27507            ! sv.c
27508 ____________________________________________________________________________
27509 [ 24661] By: nicholas                              on 2005/06/01  15:08:02
27510         Log: As PERL_HV_ARRAY_ALLOC_BYTES is bytes, not items, the type should be
27511              char rather than HE *. Bug was harmless, overallocating by a factor
27512              of sizeof(HE *)
27513      Branch: perl
27514            ! hv.c
27515 ____________________________________________________________________________
27516 [ 24660] By: nicholas                              on 2005/06/01  14:33:14
27517         Log: Store the xhv_aux structure after the main array.
27518              This reduces the size of HV bodies from 24 to 20 bytes on a 32 bit
27519              build. It has the side effect of defined %symbol_table:: now always
27520              being true. defined %hash is already deprecated.
27521      Branch: perl
27522            ! hv.c hv.h sv.c sv.h t/op/magic.t
27523 ____________________________________________________________________________
27524 [ 24659] By: nicholas                              on 2005/06/01  14:28:38
27525         Log: If we're building config_heavy.pl somewhere else, then we need to
27526              require it, not something (or maybe nothing) in the correct place.
27527      Branch: perl
27528            ! configpm
27529 ____________________________________________________________________________
27530 [ 24658] By: rgs                                   on 2005/06/01  14:16:32
27531         Log: Revert change #24656
27532      Branch: perl
27533            ! Makefile.SH
27534 ____________________________________________________________________________
27535 [ 24657] By: nicholas                              on 2005/06/01  09:19:46
27536         Log: Following the head refactoring, the Newz doesn't clear the SvPVX
27537              So PL_mess_sv contained an uninitialised value.
27538      Branch: perl
27539            ! util.c
27540 ____________________________________________________________________________
27541 [ 24656] By: rgs                                   on 2005/06/01  09:12:37
27542         Log: Subject: [PATCH] eliminate always running mktables
27543              From: Robin Barker <Robin.Barker@npl.co.uk>
27544              Date: Wed, 1 Jun 2005 09:55:16 +0100 
27545              Message-ID: <533D273D4014D411AB1D00062938C4D90849C6B8@hotel.npl.co.uk>
27546      Branch: perl
27547            ! Makefile.SH
27548 ____________________________________________________________________________
27549 [ 24655] By: rgs                                   on 2005/06/01  09:09:35
27550         Log: Don't touch lib/ExtUtils/Miniperl.pm when rebuild identically
27551      Branch: perl
27552            ! Makefile.SH
27553 ____________________________________________________________________________
27554 [ 24654] By: rgs                                   on 2005/06/01  08:18:46
27555         Log: Subject: [PATCH] Re: [patch] teach B::Concise to see XS code
27556              From: Stephen McCamant <smcc@mit.edu>
27557              Date: Sat, 21 May 2005 21:52:31 -0700
27558              Message-ID: <17040.4111.265639.434150@apocalypse.OCF.Berkeley.EDU>
27559              
27560              Correctly nullify CvSTART when undef'ing a CV
27561      Branch: perl
27562            ! op.c
27563 ____________________________________________________________________________
27564 [ 24653] By: rgs                                   on 2005/06/01  07:56:50
27565         Log: Subject: Re: [patch] teach B::Concise to see XS code
27566              From: Jim Cromie <jcromie@divsol.com>
27567              Date: Sat, 21 May 2005 09:24:24 -0600
27568              Message-ID: <428F52A8.20702@divsol.com>
27569      Branch: perl
27570            + ext/B/t/concise-xs.t
27571            ! MANIFEST ext/B/B/Concise.pm ext/B/t/concise.t
27572 ____________________________________________________________________________
27573 [ 24652] By: rgs                                   on 2005/06/01  07:39:38
27574         Log: Subject: [PATCH] Speed up lib/unicore/mktables by 45%
27575              From: Andy Lester <andy@petdance.com>
27576              Date: Tue, 31 May 2005 12:39:00 -0500
27577              Message-ID: <20050531173900.GA9820@petdance.com>
27578      Branch: perl
27579            ! lib/unicore/mktables
27580 ____________________________________________________________________________
27581 [ 24651] By: rgs                                   on 2005/05/31  20:34:44
27582         Log: Remove duplicated line
27583      Branch: perl
27584            ! lib/Module/CoreList.pm
27585 ____________________________________________________________________________
27586 [ 24650] By: rgs                                   on 2005/05/31  20:31:55
27587         Log: Upgrade to Module::CoreList 2.02
27588      Branch: perl
27589            ! lib/Module/CoreList.pm
27590 ____________________________________________________________________________
27591 [ 24649] By: nicholas                              on 2005/05/31  12:03:30
27592         Log: Attempt 2 at a diet memory layout can go live.
27593      Branch: perl
27594            ! av.h hv.h
27595 ____________________________________________________________________________
27596 [ 24648] By: nicholas                              on 2005/05/31  10:40:01
27597         Log: Avoid updating a variable in a loop.
27598              Only calculate the number of links in a hash bucket chain if we really
27599              need it.
27600      Branch: perl
27601            ! hv.c
27602 ____________________________________________________________________________
27603 [ 24646] By: nicholas                              on 2005/05/31  10:02:12
27604         Log: Avoid updating a variable in the loop
27605      Branch: perl
27606            ! hv.c
27607 ____________________________________________________________________________
27608 [ 24645] By: rgs                                   on 2005/05/31  09:13:34
27609         Log: Subject: [PATCH] ByteLoader.xs cleanup
27610              From: Andy Lester <andy@petdance.com>
27611              Date: Mon, 30 May 2005 22:28:36 -0500
27612              Message-ID: <20050531032836.GA32198@petdance.com>
27613      Branch: perl
27614            ! ext/ByteLoader/ByteLoader.xs
27615 ____________________________________________________________________________
27616 [ 24644] By: merijn                                on 2005/05/31  05:41:24
27617         Log: Add DECC to the symbol list
27618              Subject: [PATCH]lette Re: updated tru64 cc [PATCH]es (Re: [PATCH]es: Tru64/blead)
27619              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
27620              Date: Mon, 30 May 2005 16:33:15 -0700
27621              Message-ID: <20050530233315.GA3088@efn.org>
27622      Branch: perl
27623            ! Configure
27624 ____________________________________________________________________________
27625 [ 24642] By: davem                                 on 2005/05/30  23:37:15
27626         Log: add pointer to email explaining why eval {goto &foo} is banned
27627      Branch: perl
27628            ! pp_ctl.c
27629 ____________________________________________________________________________
27630 [ 24638] By: nicholas                              on 2005/05/30  21:02:34
27631         Log: Change the logic to avoid needing to set a variable during the loop
27632      Branch: perl
27633            ! hv.c
27634 ____________________________________________________________________________
27635 [ 24633] By: nicholas                              on 2005/05/30  13:01:27
27636         Log: Various HvPLACEHOLDERS() that should be HvPLACEHOLDERS_get()
27637      Branch: perl
27638            ! hv.c
27639 ____________________________________________________________________________
27640 [ 24631] By: rgs                                   on 2005/05/30  11:54:23
27641         Log: Upgrade to PathTools 3.08
27642      Branch: perl
27643            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
27644 ____________________________________________________________________________
27645 [ 24630] By: merijn                                on 2005/05/30  11:07:45
27646         Log: gcc hints were not yet applied to gcc-4.x
27647              Now they are
27648      Branch: perl
27649            ! hints/hpux.sh
27650 ____________________________________________________________________________
27651 [ 24629] By: rgs                                   on 2005/05/30  11:07:15
27652         Log: Subject: [perl #36037] Perl 5.8.7-RC1 build problems on LynxOS 
27653              From: Olli Savia (via RT) <perlbug-followup@perl.org>
27654              Date: 30 May 2005 10:59:35 -0000
27655              Message-ID: <rt-3.0.11-36037-113779.5.23037641993746@perl.org>
27656      Branch: perl
27657            ! util.c
27658 ____________________________________________________________________________
27659 [ 24628] By: merijn                                on 2005/05/30  10:28:06
27660         Log: regen after #24627
27661      Branch: perl
27662            ! perlapi.h
27663 ____________________________________________________________________________
27664 [ 24627] By: merijn                                on 2005/05/30  10:19:09
27665         Log: Subject: Re: updated tru64 cc [PATCH]es (Re: [PATCH]es: Tru64/blead)
27666              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
27667              Date: Mon, 30 May 2005 09:15:56 +0300
27668              Message-ID: <429AAF9C.30503@gmail.com>
27669      Branch: perl
27670            ! embed.pl ext/DynaLoader/dl_dlopen.xs perl.h sv.c
27671 ____________________________________________________________________________
27672 [ 24626] By: rgs                                   on 2005/05/30  08:54:51
27673         Log: Subject: [PATCH] Teeny optimization in S_hv_magic_check
27674              From: Andy Lester <andy@petdance.com>
27675              Date: Tue, 24 May 2005 11:41:15 -0500
27676              Message-ID: <20050524164115.GA12027@petdance.com>
27677      Branch: perl
27678            ! hv.c
27679 ____________________________________________________________________________
27680 [ 24625] By: rgs                                   on 2005/05/30  08:48:12
27681         Log: Subject: [PATCH] More embed.fnc strictures, plus consting and localizing
27682              From: Andy Lester <andy@petdance.com>
27683              Date: Tue, 24 May 2005 11:47:22 -0500
27684              Message-ID: <20050524164722.GC12027@petdance.com>
27685              
27686              Subject: [PATCH] Remove unused casts
27687              From: Andy Lester <andy@petdance.com>
27688              Date: Tue, 24 May 2005 11:42:18 -0500
27689              Message-ID: <20050524164218.GB12027@petdance.com>
27690      Branch: perl
27691            ! embed.fnc op.c pp_sys.c proto.h regcomp.c regexec.c scope.c
27692            ! sv.c
27693 ____________________________________________________________________________
27694 [ 24624] By: rgs                                   on 2005/05/30  08:11:30
27695         Log: Minor grammar fix by Uri Guttman
27696      Branch: perl
27697            ! pod/perlre.pod
27698 ____________________________________________________________________________
27699 [ 24623] By: rgs                                   on 2005/05/30  08:08:47
27700         Log: Subject: [PATCH] perlrun.pod -w description typo
27701              From: Offer Kaye <offer.kaye@gmail.com>
27702              Date: Mon, 30 May 2005 11:27:38 +0300
27703              Message-ID: <569425050530012768a9baca@mail.gmail.com>
27704      Branch: perl
27705            ! pod/perlrun.pod
27706 ____________________________________________________________________________
27707 [ 24622] By: rgs                                   on 2005/05/30  07:45:09
27708         Log: Subject: [PATCH] Minor warning squashings
27709              From: Andy Lester <andy@petdance.com>
27710              Date: Sun, 29 May 2005 00:19:06 -0500
27711              Message-Id: <740ea3aca85400c6d03e945323badad4@petdance.com>
27712              
27713              Subject: [PATCH] Consting in Opcode.xs
27714              From: Andy Lester <andy@petdance.com>
27715              Date: Sun, 29 May 2005 11:23:50 -0500
27716              Message-ID: <20050529162350.GA13965@petdance.com>
27717              
27718              Subject: [PATCH] consting attrs.xs
27719              From: Andy Lester <andy@petdance.com>
27720              Date: Sun, 29 May 2005 14:15:46 -0500
27721              Message-ID: <20050529191546.GA15581@petdance.com>
27722              
27723              Subject: [PATCH] consting B.xs
27724              From: Andy Lester <andy@petdance.com>
27725              Date: Sun, 29 May 2005 15:09:24 -0500
27726              Message-ID: <20050529200924.GA15873@petdance.com>
27727      Branch: perl
27728            ! embed.fnc ext/B/B.xs ext/Opcode/Opcode.xs ext/attrs/attrs.xs
27729            ! perlio.c pp_sys.c proto.h regcomp.c utf8.c
27730 ____________________________________________________________________________
27731 [ 24621] By: nicholas                              on 2005/05/30  07:43:05
27732         Log: Need a cast to avoid a compiler warning.
27733      Branch: perl
27734            ! ext/ByteLoader/bytecode.h
27735 ____________________________________________________________________________
27736 [ 24619] By: nicholas                              on 2005/05/29  19:35:38
27737         Log: Goodbye xav_arylen. You won't be missed that much.
27738              So now there's a buy 5 get one free offer on PVAV bodies.
27739      Branch: perl
27740            ! av.c av.h dump.c embed.fnc global.sym perl.h pp.c proto.h sv.c
27741 ____________________________________________________________________________
27742 [ 24618] By: ams                                   on 2005/05/29  18:07:37
27743         Log: Subject: [PATCH configure.com] compiler awareness week
27744              From: "Craig A. Berry" <craigberry@mac.com>
27745              Date: Sun, 29 May 2005 12:43:09 -0500
27746              Message-Id: <4299FF2D.90209@mac.com>
27747      Branch: perl
27748            ! configure.com
27749 ____________________________________________________________________________
27750 [ 24617] By: nicholas                              on 2005/05/29  17:46:39
27751         Log: Change the IV to a union.
27752              Revert the NV union back to a plain NV
27753              Transpose the positions of IV and NV (NV is now first)
27754              Don't allocate the NV for PV,PVIV,PVAV and PVHV (last 2 non-allocations
27755              currently disabled by default)
27756      Branch: perl
27757            ! av.h cv.h hv.h intrpvar.h sv.c sv.h
27758 ____________________________________________________________________________
27759 [ 24615] By: nicholas                              on 2005/05/29  14:24:17
27760         Log: Teach buildtoc about README.openbsd, and regenerate various makefiles.
27761      Branch: perl
27762            ! pod.lst pod/perl.pod vms/descrip_mms.template win32/Makefile
27763            ! win32/makefile.mk
27764 ____________________________________________________________________________
27765 [ 24614] By: nicholas                              on 2005/05/29  14:23:32
27766         Log: Restort into bulidtoc's preferred order
27767      Branch: perl
27768            ! MANIFEST
27769 ____________________________________________________________________________
27770 [ 24613] By: ams                                   on 2005/05/29  04:45:05
27771         Log: Subject: [PATCH] VMS build update for blead
27772              From: "Craig A. Berry" <craigberry@mac.com>
27773              Date: Sat, 28 May 2005 23:18:46 -0500
27774              Message-Id: <429942A6.10601@mac.com>
27775      Branch: perl
27776            ! doio.c perly.c vms/descrip_mms.template vms/gen_shrfls.pl
27777            ! vms/vms.c vms/vmsish.h
27778 ____________________________________________________________________________
27779 [ 24612] By: ams                                   on 2005/05/28  14:40:32
27780         Log: Subject: [PATCH] Re: t/uni/class.t has a lot to warn about
27781              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
27782              Date: Sat, 28 May 2005 11:47:47 +0300
27783              Message-Id: <42983033.5050509@gmail.com>
27784      Branch: perl
27785            ! t/uni/class.t
27786 ____________________________________________________________________________
27787 [ 24610] By: merijn                                on 2005/05/27  19:22:39
27788         Log: Subject: Re: [PATCH] Do not install change logs, READMEs, etc...
27789              From: Michael G Schwern <schwern@pobox.com>
27790              Date: Fri, 27 May 2005 12:33:27 -0700
27791              Message-ID: <20050527193327.GC17504@windhund.schwern.org>
27792      Branch: perl
27793            ! installperl
27794 ____________________________________________________________________________
27795 [ 24609] By: nicholas                              on 2005/05/27  18:54:36
27796         Log: In assert(), we mustn't stringify the message as part of the first
27797              argument to croak, as it's a *printf format, and the thing we're
27798              asserting might itself contain % signs.
27799              Also, as __FILE__ is a string, we can append that to the format,
27800              rather than needing a %s for it.
27801      Branch: perl
27802            ! perl.h
27803 ____________________________________________________________________________
27804 [ 24608] By: nicholas                              on 2005/05/27  18:20:26
27805         Log: is() is better than ok()
27806      Branch: perl
27807            ! t/op/each.t
27808 ____________________________________________________________________________
27809 [ 24607] By: steveh                                on 2005/05/27  16:22:59
27810         Log: Fix failing Cwd tests on Win32
27811              
27812              Patch was posted to Ken previously
27813              
27814              (see http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-05/msg00226.html)
27815              
27816              but no reply as yet.  I'll mail him again...
27817      Branch: perl
27818            ! lib/Cwd.pm
27819 ____________________________________________________________________________
27820 [ 24606] By: steveh                                on 2005/05/27  16:15:41
27821         Log: Skip signals and core dump tests on Win32
27822              
27823              See http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-05/msg00749.html
27824      Branch: perl
27825            ! t/run/exit.t
27826 ____________________________________________________________________________
27827 [ 24605] By: steveh                                on 2005/05/27  15:54:09
27828         Log: Fix more Win32 linker errors caused by change 24561
27829              
27830              Apparently sys_intern_init and sys_intern_clear are required even for
27831              non-threaded builds on Win32.
27832      Branch: perl
27833            ! embed.fnc embed.h proto.h
27834 ____________________________________________________________________________
27835 [ 24596] By: merijn                                on 2005/05/27  10:20:54
27836         Log: Subject: [PATCH] Do not install change logs, READMEs, etc...
27837              From: Michael G Schwern <schwern@pobox.com>
27838              Date: Thu, 26 May 2005 13:43:05 -0700
27839              Message-ID: <20050526204305.GH11558@windhund.schwern.org>
27840      Branch: perl
27841            ! installperl
27842 ____________________________________________________________________________
27843 [ 24595] By: merijn                                on 2005/05/27  10:06:25
27844         Log: Subject: [PATCH] add PERL_CALLCONV to PERL_CKDEF and PERL_PPDEF
27845              From: <jarkko.hietaniemi@nokia.com>
27846              Date: Fri, 27 May 2005 13:15:36 +0300
27847              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A1CD@esebe105.NOE.Nokia.com>
27848      Branch: perl
27849            ! perl.h
27850 ____________________________________________________________________________
27851 [ 24594] By: nicholas                              on 2005/05/27  09:18:26
27852         Log: Get the HEK once only in the hot code (class method calls)
27853      Branch: perl
27854            ! hv.h pp_hot.c
27855 ____________________________________________________________________________
27856 [ 24593] By: rgs                                   on 2005/05/27  07:44:07
27857         Log: Subject: [PATCH] Re: [perl #35420] localtime corruption
27858              From: Michael G Schwern <schwern@pobox.com>
27859              Date: Thu, 26 May 2005 13:39:38 -0700
27860              Message-ID: <20050526203938.GG11558@windhund.schwern.org>
27861      Branch: perl
27862            ! pod/perlfunc.pod pod/perlport.pod
27863 ____________________________________________________________________________
27864 [ 24592] By: rgs                                   on 2005/05/27  07:04:46
27865         Log: Subject: [PATCH] Documentation nits and fixes for Sv*_set() macros
27866              From: Steve Peters <steve@fisharerojo.org>
27867              Date: Thu, 26 May 2005 14:58:50 -0500
27868              Message-ID: <20050526195850.GA1308@mccoy.peters.homeunix.org>
27869      Branch: perl
27870            ! pod/perlapi.pod sv.h
27871 ____________________________________________________________________________
27872 [ 24591] By: steveh                                on 2005/05/26  16:56:03
27873         Log: Fix some Win32 link errors
27874      Branch: perl
27875            ! global.sym makedef.pl proto.h
27876 ____________________________________________________________________________
27877 [ 24590] By: nicholas                              on 2005/05/26  16:07:20
27878         Log: Rename the members of the SV head union to avoid pre-processor
27879              arguments with embed.h
27880      Branch: perl
27881            ! av.h hv.h sv.c sv.h
27882 ____________________________________________________________________________
27883 [ 24588] By: ams                                   on 2005/05/26  15:33:58
27884         Log: -Wall is intolerably noisy with icc.
27885      Branch: perl
27886            ! cflags.SH
27887 ____________________________________________________________________________
27888 [ 24585] By: rgs                                   on 2005/05/26  15:13:53
27889         Log: Subject: [PATCH] bytes.pm doesn't check undefined subroutine calling
27890              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
27891              Date: Thu, 26 May 2005 23:46:35 +0900
27892              Message-Id: <20050526234321.92F1.BQW10602@nifty.com>
27893      Branch: perl
27894            ! lib/bytes.pm lib/bytes.t
27895 ____________________________________________________________________________
27896 [ 24584] By: nicholas                              on 2005/05/26  14:24:31
27897         Log: Store the package name as a shared HEK.
27898              Abolish HvNAME() - as the stored pointer is not a char* you can't set
27899              it directly now.
27900              Storing a pointer to a HEK tracks the length too, and seems to be
27901              faster.
27902      Branch: perl
27903            ! embed.fnc gv.c hv.c hv.h op.c pp.c proto.h sv.c toke.c
27904            ! xsutils.c
27905 ____________________________________________________________________________
27906 [ 24583] By: nicholas                              on 2005/05/26  12:27:47
27907         Log: We know how big the global string table will be, so use that
27908              information.
27909      Branch: perl
27910            ! sv.c
27911 ____________________________________________________________________________
27912 [ 24582] By: nicholas                              on 2005/05/26  11:28:24
27913         Log: It helps to set the total keys correctly when duplicating a hash.
27914              It helps even more to have a test for this.
27915      Branch: perl
27916            ! ext/threads/t/problems.t sv.c
27917 ____________________________________________________________________________
27918 [ 24581] By: merijn                                on 2005/05/26  11:26:05
27919         Log: More possible re-order dependencies solved
27920      Branch: perl
27921            ! Porting/config_h.pl config_h.SH
27922 ____________________________________________________________________________
27923 [ 24580] By: merijn                                on 2005/05/26  08:43:38
27924         Log: Subject: [PATCH] Updated lint infrastructure
27925              From: Andy Lester <andy@petdance.com>
27926              Date: Wed, 25 May 2005 12:31:39 -0500
27927              Message-ID: <20050525173139.GB1701@petdance.com>
27928      Branch: perl
27929            ! Makefile.SH handy.h malloc.c mg.c pp.c regcomp.h
27930 ____________________________________________________________________________
27931 [ 24579] By: ams                                   on 2005/05/26  07:08:22
27932         Log: Subject: [PATCH] MPE/iX has no lchown()
27933              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
27934              Date: Thu, 26 May 2005 08:36:19 +0300
27935              Message-Id: <42956053.4010200@gmail.com>
27936      Branch: perl
27937            ! hints/mpeix.sh
27938 ____________________________________________________________________________
27939 [ 24578] By: merijn                                on 2005/05/25  19:05:07
27940         Log: Added Porting/config_h.pl
27941      Branch: perl
27942            ! MANIFEST
27943 ____________________________________________________________________________
27944 [ 24576] By: merijn                                on 2005/05/25  18:41:52
27945         Log: Reordering config_h.SH after metaconfig now semi automated
27946              This will save me *a lot* of manual work
27947      Branch: perl
27948            + Porting/config_h.pl
27949            ! Configure config_h.SH
27950 ____________________________________________________________________________
27951 [ 24575] By: nicholas                              on 2005/05/25  16:26:12
27952         Log: Export Perl_hek_dup, which duplicates shared hash keys.
27953      Branch: perl
27954            ! embed.fnc embed.h hv.c proto.h
27955 ____________________________________________________________________________
27956 [ 24574] By: nicholas                              on 2005/05/25  15:52:33
27957         Log: Track the mapping between source shared hash keys and target shared
27958              hash keys to save repeated lookups during cloning.
27959      Branch: perl
27960            ! embed.fnc embedvar.h ext/threads/threads.xs hv.c intrpvar.h
27961            ! perl.c perlapi.h proto.h sv.c
27962 ____________________________________________________________________________
27963 [ 24573] By: nicholas                              on 2005/05/25  14:06:55
27964         Log: Replace all uses of HvNAME with the appropriate HvNAME_get or
27965              HvNAME_set
27966      Branch: perl
27967            ! bytecode.pl cop.h ext/ByteLoader/bytecode.h
27968            ! ext/ByteLoader/byterun.c
27969 ____________________________________________________________________________
27970 [ 24572] By: nicholas                              on 2005/05/25  10:02:07
27971         Log: I think for now these have to be disabled by default.
27972      Branch: perl
27973            ! av.h hv.h
27974 ____________________________________________________________________________
27975 [ 24571] By: rgs                                   on 2005/05/25  09:34:20
27976         Log: Update description of Term::ReadLine and fix typo
27977              Subject: [perl #35963] Typo in Term::ReadLine 
27978              From: "perlbug@veggiechinese.net (via RT)" <perlbug-followup@perl.org>
27979              Date: 24 May 2005 23:29:37 -0000
27980              Message-ID: <rt-3.0.11-35963-113541.14.5614982698687@perl.org>
27981      Branch: perl
27982            ! lib/Term/ReadLine.pm
27983 ____________________________________________________________________________
27984 [ 24570] By: nicholas                              on 2005/05/24  20:23:53
27985         Log: Initialising the hash seed needs to be early in case anything
27986              calcualtes HASHes during dup()ing.
27987      Branch: perl
27988            ! sv.c
27989 ____________________________________________________________________________
27990 [ 24569] By: nicholas                              on 2005/05/24  17:13:34
27991         Log: Reorder the union to cause Win32 compilers to use void * alignment for
27992              it.
27993      Branch: perl
27994            ! av.h cv.h hv.h sv.h
27995 ____________________________________________________________________________
27996 [ 24568] By: ams                                   on 2005/05/24  16:44:53
27997         Log: Subject: [PATCH] xsubpp, ParseXS: allow other suffix beyond .c
27998              From: jarkko.hietaniemi@nokia.com
27999              Date: Tue, 24 May 2005 12:48:38 +0300
28000              Message-Id: <B356D8F434D20B40A8CEDAEC305A1F2453D7EB@esebe105.NOE.Nokia.com>
28001      Branch: perl
28002            ! lib/ExtUtils/ParseXS.pm lib/ExtUtils/xsubpp
28003 ____________________________________________________________________________
28004 [ 24567] By: rgs                                   on 2005/05/24  15:44:52
28005         Log: Clarification on the behaviour of qw// and x :
28006              Subject: [PATCH] Re: [perl #35885] qw and x operators doesn't mix
28007              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
28008              Date: Tue, 24 May 2005 08:52:00 -0700
28009              Message-ID: <20050524155200.GA1784@efn.org>
28010      Branch: perl
28011            ! pod/perlop.pod
28012 ____________________________________________________________________________
28013 [ 24566] By: nicholas                              on 2005/05/24  15:21:48
28014         Log: Leaking is bad, m'kay.
28015      Branch: perl
28016            ! hv.c sv.c
28017 ____________________________________________________________________________
28018 [ 24565] By: rgs                                   on 2005/05/24  13:50:02
28019         Log: Remove Perl_ck_* functions from public API
28020      Branch: perl
28021            ! embed.fnc embed.h global.sym
28022 ____________________________________________________________________________
28023 [ 24564] By: nicholas                              on 2005/05/24  13:01:49
28024         Log: Correct the description of pte_arenaroot
28025      Branch: perl
28026            ! intrpvar.h
28027 ____________________________________________________________________________
28028 [ 24563] By: rgs                                   on 2005/05/24  12:58:45
28029         Log: Documentation nit on @-, found by Guillaume Rousse
28030              (plus POD markup simplification, for readability with pod2text)
28031      Branch: perl
28032            ! pod/perlvar.pod
28033 ____________________________________________________________________________
28034 [ 24562] By: rgs                                   on 2005/05/24  12:39:26
28035         Log: ext/B/t/deparse.t was failing with t/TEST but not with t/harness
28036      Branch: perl
28037            ! ext/B/t/deparse.t
28038 ____________________________________________________________________________
28039 [ 24561] By: rgs                                   on 2005/05/24  12:33:01
28040         Log: Subject: [PATCH] embed.fnc cleanup + SvPVX_const usage
28041              From: Andy Lester <andy@petdance.com>
28042              Date: Sat, 21 May 2005 09:06:40 -0500
28043              Message-ID: <20050521140640.GB875@petdance.com>
28044      Branch: perl
28045            ! embed.fnc embed.h global.sym op.c pad.c perlio.c pp_ctl.c
28046            ! pp_hot.c pp_sys.c proto.h regcomp.c sv.c toke.c utf8.c
28047 ____________________________________________________________________________
28048 [ 24560] By: rgs                                   on 2005/05/24  11:22:21
28049         Log: The tokenizer should expect an operator after qw().
28050              This fixes [perl #35885] qw and x operators doesn't mix
28051      Branch: perl
28052            ! t/op/repeat.t toke.c
28053 ____________________________________________________________________________
28054 [ 24559] By: rgs                                   on 2005/05/24  08:45:44
28055         Log: Subject: Re: [perl #35857] [PATCH] B::Deparse doesnt handle warnings register properly.
28056              From: demerphq <demerphq@gmail.com>
28057              Date: Mon, 23 May 2005 11:43:56 +0200
28058              Message-ID: <9b18b31105052302431fb0a3c2@mail.gmail.com>
28059      Branch: perl
28060            ! ext/B/t/deparse.t
28061 ____________________________________________________________________________
28062 [ 24558] By: rgs                                   on 2005/05/24  08:09:10
28063         Log: Make distclean should remove the leftover test files of ExtUtils::ParseXS
28064      Branch: perl
28065            ! Makefile.SH
28066 ____________________________________________________________________________
28067 [ 24557] By: nicholas                              on 2005/05/23  20:26:35
28068         Log: Don't allocate an IV slot where the type doesn't use the IV slot.
28069      Branch: perl
28070            ! av.h hv.h sv.h
28071 ____________________________________________________________________________
28072 [ 24556] By: ams                                   on 2005/05/23  16:58:46
28073         Log: Assorted 2.15 fixes.
28074      Branch: perl
28075            ! ext/Storable/ChangeLog ext/Storable/Storable.xs
28076 ____________________________________________________________________________
28077 [ 24555] By: ams                                   on 2005/05/23  16:34:16
28078         Log: Remove one const to ensure that the universe doesn't tip over.
28079              (At least on AIX.)
28080      Branch: perl
28081            ! ext/Storable/Storable.xs
28082 ____________________________________________________________________________
28083 [ 24554] By: merijn                                on 2005/05/23  15:29:01
28084         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) 
28085              From: Andrew Dougherty <doughera@lafayette.edu>
28086              Date: Mon, 23 May 2005 11:48:08 -0400 (EDT)
28087              Message-ID: <Pine.SOC.4.62.0505231143480.4714@maxwell.phys.lafayette.edu>
28088      Branch: perl
28089            ! ext/SDBM_File/sdbm/sdbm.c
28090 ____________________________________________________________________________
28091 [ 24553] By: ams                                   on 2005/05/23  15:24:05
28092         Log: Subject: [PATCH] universal.c warnings hushed
28093              From: Andy Lester <andy@petdance.com>
28094              Date: Mon, 23 May 2005 10:38:25 -0500
28095              Message-Id: <20050523153825.GA28498@petdance.com>
28096      Branch: perl
28097            ! universal.c
28098 ____________________________________________________________________________
28099 [ 24552] By: rgs                                   on 2005/05/23  14:31:33
28100         Log: Attribute compilation fix for Windows by Andy Lester
28101      Branch: perl
28102            ! perl.h perlio.h
28103 ____________________________________________________________________________
28104 [ 24551] By: gbarr                                 on 2005/05/23  13:49:59
28105         Log: Update to Scalar-List-Utils-1.17
28106      Branch: perl
28107            ! ext/List/Util/Changes ext/List/Util/README
28108            ! ext/List/Util/lib/List/Util.pm
28109            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/lln.t
28110            ! ext/List/Util/t/p_tainted.t ext/List/Util/t/refaddr.t
28111 ____________________________________________________________________________
28112 [ 24550] By: rgs                                   on 2005/05/23  11:38:34
28113         Log: Declaration nit spotted by Jarkko
28114      Branch: perl
28115            ! hv.c
28116 ____________________________________________________________________________
28117 [ 24549] By: nicholas                              on 2005/05/23  11:27:16
28118         Log: PL_regex_padav elements hold either more AVs, or IVs that point to
28119              regexps. Don't attempt to look at the IVX if it's not an IV.
28120      Branch: perl
28121            ! perl.c sv.c
28122 ____________________________________________________________________________
28123 [ 24548] By: nicholas                              on 2005/05/23  10:13:21
28124         Log: Oops. What is looking at an array's SvIVX()?
28125      Branch: perl
28126            ! sv.c
28127 ____________________________________________________________________________
28128 [ 24547] By: nicholas                              on 2005/05/23  09:22:35
28129         Log: We don't need IV and RV arena variables anymore. We don't need to set
28130              SvIVX or SvNVX on hashes.
28131      Branch: perl
28132            ! embedvar.h intrpvar.h perlapi.h sv.c
28133 ____________________________________________________________________________
28134 [ 24546] By: nicholas                              on 2005/05/23  09:09:15
28135         Log: Bytecode mustn't save the NVX for hashes now that the NVX is a union
28136              containing pointers initialised to zero.
28137      Branch: perl
28138            ! ext/B/B/Bytecode.pm
28139 ____________________________________________________________________________
28140 [ 24545] By: steveh                                on 2005/05/23  08:46:37
28141         Log: Fill in HASATTRIBUTE stuff in win32/config_H.* (see change #24508)
28142              
28143              (None are actually defined, but it's nice to have them there anyway)
28144      Branch: perl
28145            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
28146            ! win32/config_H.vc64
28147 ____________________________________________________________________________
28148 [ 24544] By: nicholas                              on 2005/05/23  08:09:58
28149         Log: create an "allocated" structure for PVs, PVAVs and PVHVs
28150      Branch: perl
28151            ! av.h hv.h intrpvar.h sv.c sv.h
28152 ____________________________________________________________________________
28153 [ 24543] By: rgs                                   on 2005/05/23  07:33:52
28154         Log: Fix [perl #35929] : PerlIO::scalar didn't understand $/ = ""
28155              because PerlIOScalar_unread was broken.
28156              Bump version number of PerlIO::scalar to 0.04.
28157      Branch: perl
28158            ! ext/PerlIO/scalar/scalar.pm ext/PerlIO/scalar/scalar.xs
28159            ! ext/PerlIO/t/scalar.t
28160 ____________________________________________________________________________
28161 [ 24542] By: nicholas                              on 2005/05/22  22:03:19
28162         Log: Re-order IVX slot in SV bodies
28163      Branch: perl
28164            ! av.h cv.h hv.h sv.h
28165 ____________________________________________________________________________
28166 [ 24541] By: rgs                                   on 2005/05/22  18:53:12
28167         Log: Subject: Re: [PATCH 5.8.7 RC1] lib/Carp.t todo for VMS
28168              From: Michael G Schwern <schwern@pobox.com>
28169              Date: May 20, 2005 10:09 PM
28170              Message-ID: <20050520200900.GB13473@windhund.schwern.org>
28171      Branch: perl
28172            ! lib/Carp.t
28173 ____________________________________________________________________________
28174 [ 24538] By: nicholas                              on 2005/05/21  22:46:50
28175         Log: Add a union in place of xnv_nv, which allows AVs and HVs to re-use
28176              the memory to store pointers and integers.
28177              (Part 1 - will be reworked to be more efficient when IV or void*
28178              is 64 bit soon)
28179      Branch: perl
28180            ! av.h cv.h dump.c ext/B/B.pm ext/B/B.xs ext/Devel/Peek/t/Peek.t
28181            ! hv.h sv.h
28182 ____________________________________________________________________________
28183 [ 24537] By: ams                                   on 2005/05/21  22:26:34
28184         Log: Subject: [PATCH] ExtUtils::CBuilder Tru64 support
28185              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
28186              Date: Sat, 21 May 2005 23:20:21 +0300
28187              Message-Id: <428F9805.70108@gmail.com>
28188      Branch: perl
28189            + lib/ExtUtils/CBuilder/Platform/dec_osf.pm
28190            ! MANIFEST
28191 ____________________________________________________________________________
28192 [ 24536] By: ams                                   on 2005/05/21  22:17:20
28193         Log: Make the __attribute__ stuff work with Symbian (Jarkko).
28194              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-05/msg00530.html
28195      Branch: perl
28196            ! perl.h
28197 ____________________________________________________________________________
28198 [ 24535] By: davem                                 on 2005/05/21  22:10:19
28199         Log: goto &xsub that croaks corrupts memory
28200              When an XS sub is called, a CxSUB context shouldn't be pushed. Make
28201              goto &xs_sub mimic this behaviour by first popping the old CxSUB
28202      Branch: perl
28203            ! pp_ctl.c t/op/goto_xs.t
28204 ____________________________________________________________________________
28205 [ 24534] By: davem                                 on 2005/05/21  21:38:55
28206         Log: stop goto &foo wasting stack space
28207              it used to push @_ onto the end of the stack; now it pops the stack
28208              back to the old watermark first.
28209      Branch: perl
28210            ! pp_ctl.c
28211 ____________________________________________________________________________
28212 [ 24533] By: davem                                 on 2005/05/21  19:50:50
28213         Log: add access to Perl_croak() via 'mycroak' in XS::APItest
28214      Branch: perl
28215            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
28216            ! ext/XS/APItest/t/exception.t
28217 ____________________________________________________________________________
28218 [ 24532] By: davem                                 on 2005/05/21  19:15:43
28219         Log: disallow eval { goto &foo }
28220              eval 'goto &foo' is already banned, and the try-version usually
28221              coredumps due to the code assuming the CxEVAL is actually a CxSUB.
28222              Anyway exiting an eval but preserving "it's" @_ doesn't make much
28223              sense.
28224      Branch: perl
28225            ! pod/perldiag.pod pp_ctl.c t/op/goto.t
28226 ____________________________________________________________________________
28227 [ 24531] By: nicholas                              on 2005/05/21  18:19:43
28228         Log: Move the xpv_pv/xrv_rv member into the SV head, in a union with
28229              IV and UV. Avoid allocating a body for IVs and RVs.
28230      Branch: perl
28231            ! av.h bytecode.pl cv.h embed.fnc embed.h ext/B/B/C.pm
28232            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
28233            ! ext/ByteLoader/byterun.h hv.c hv.h proto.h sv.c sv.h
28234 ____________________________________________________________________________
28235 [ 24530] By: rgs                                   on 2005/05/21  16:01:42
28236         Log: Really fix change 24527
28237      Branch: perl
28238            ! gv.c
28239 ____________________________________________________________________________
28240 [ 24529] By: nicholas                              on 2005/05/21  15:59:30
28241         Log: Fool. That should be I32 everywhere.
28242      Branch: perl
28243            ! hv.c
28244 ____________________________________________________________________________
28245 [ 24528] By: ams                                   on 2005/05/21  15:35:44
28246         Log: Subject: [PATCH] ctags parms need to know .h is C
28247              From: Andy Lester <andy@petdance.com>
28248              Date: Sat, 21 May 2005 08:58:14 -0500
28249              Message-Id: <20050521135814.GA875@petdance.com>
28250      Branch: perl
28251            ! Makefile.SH
28252 ____________________________________________________________________________
28253 [ 24527] By: rgs                                   on 2005/05/21  14:15:44
28254         Log: Compilation fix
28255      Branch: perl
28256            ! gv.c
28257 ____________________________________________________________________________
28258 [ 24526] By: nicholas                              on 2005/05/21  12:31:52
28259         Log: Move hv_name, hv_eiter and hv_riter into a new aux structure.
28260              Provide (more efficient) _get and _set macros.
28261              Adjust the core to use them.
28262      Branch: perl
28263            ! dump.c embed.fnc ext/Data/Dumper/Dumper.xs
28264            ! ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.xs
28265            ! ext/PerlIO/via/via.xs ext/Storable/Storable.xs
28266            ! ext/threads/shared/shared.xs global.sym gv.c hv.c hv.h mg.c
28267            ! op.c op.h opnames.h perl.c pp.c pp_hot.c pp_sys.c proto.h sv.c
28268            ! toke.c universal.c xsutils.c
28269 ____________________________________________________________________________
28270 [ 24525] By: nicholas                              on 2005/05/21  09:29:18
28271         Log: Move placeholders into a new rhash magic type.
28272      Branch: perl
28273            ! dump.c embed.fnc ext/Storable/Storable.xs global.sym hv.c hv.h
28274            ! perl.h proto.h sv.c
28275 ____________________________________________________________________________
28276 [ 24524] By: rgs                                   on 2005/05/21  09:18:07
28277         Log: Update to MakeMaker 6.30
28278      Branch: perl
28279            ! lib/ExtUtils/Changes lib/ExtUtils/MM_Unix.pm
28280            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/FIRST_MAKEFILE.t
28281            ! lib/ExtUtils/t/PL_FILES.t
28282            ! t/lib/MakeMaker/Test/Setup/PL_FILES.pm
28283 ____________________________________________________________________________
28284 [ 24523] By: ams                                   on 2005/05/21  02:58:49
28285         Log: Subject: [PATCH] SvPVX_const - patch #2
28286              From: Steve Peters <steve@fisharerojo.org>
28287              Date: Fri, 20 May 2005 21:42:10 -0500
28288              Message-Id: <20050521024210.GA29036@mccoy.peters.homeunix.org>
28289      Branch: perl
28290            ! dump.c gv.c op.c pad.c perlio.c perly.c pp.c pp_ctl.c
28291 ____________________________________________________________________________
28292 [ 24522] By: nicholas                              on 2005/05/20  22:53:00
28293         Log: Remove PMROOT and replace it with a small shell script. Er, magic.
28294              (PMROOT being needed to implement bare C<reset> - how often do you
28295              use that?)
28296      Branch: perl
28297            ! bytecode.pl dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Asmdata.pm
28298            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h hv.c hv.h
28299            ! op.c perl.h sv.c
28300 ____________________________________________________________________________
28301 [ 24521] By: nicholas                              on 2005/05/20  22:30:16
28302         Log: Update XS code to declare PERL_UNUSED_DECL conditionally
28303      Branch: perl
28304            ! ext/List/Util/Util.xs ext/POSIX/POSIX.xs
28305            ! ext/Storable/Storable.xs
28306 ____________________________________________________________________________
28307 [ 24520] By: nicholas                              on 2005/05/20  21:50:03
28308         Log: Updaate ppport.h to get a conditional PERL_UNUSED_DECL
28309      Branch: perl
28310            ! ext/Cwd/ppport.h ext/Time/HiRes/ppport.h
28311 ____________________________________________________________________________
28312 [ 24519] By: nicholas                              on 2005/05/20  21:46:26
28313         Log: Need to make PERL_UNUSED_DECL conditional as xlc on AIX doesn't like
28314              it being redefined.
28315      Branch: perl
28316            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/parts/inc/misc
28317 ____________________________________________________________________________
28318 [ 24518] By: nicholas                              on 2005/05/20  21:11:52
28319         Log: Goodbye AvFLAGS
28320      Branch: perl
28321            ! av.c av.h bytecode.pl cop.h dump.c ext/B/B.pm ext/B/B.xs
28322            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
28323            ! ext/B/B/Debug.pm ext/B/defsubs_h.PL ext/ByteLoader/byterun.c
28324            ! ext/ByteLoader/byterun.h pad.c pp_ctl.c sv.c sv.h
28325 ____________________________________________________________________________
28326 [ 24517] By: rgs                                   on 2005/05/20  17:54:15
28327         Log: Upgrade to Math::BigInt 1.77
28328      Branch: perl
28329            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
28330            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
28331            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
28332            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbi.t
28333 ____________________________________________________________________________
28334 [ 24516] By: nicholas                              on 2005/05/20  16:42:44
28335         Log: Fix a typo
28336      Branch: perl
28337            ! hv.h
28338 ____________________________________________________________________________
28339 [ 24514] By: ams                                   on 2005/05/20  14:42:21
28340         Log: Damnable applypatch nonsense.
28341      Branch: perl
28342            ! ext/Storable/t/sig_die.t
28343 ____________________________________________________________________________
28344 [ 24513] By: rgs                                   on 2005/05/20  14:37:12
28345         Log: Update MANIFEST
28346      Branch: perl
28347            ! MANIFEST
28348 ____________________________________________________________________________
28349 [ 24512] By: ams                                   on 2005/05/20  14:21:21
28350         Log: Previously overlooked $SIG{DIE} patch from Slaven Rezic.
28351              http://groups-beta.google.com/group/perl.perl5.porters/msg/2d10ba2c390ecc41
28352      Branch: perl
28353            + ext/Storable/t/sig_die.t
28354            ! ext/Storable/MANIFEST ext/Storable/Storable.pm
28355 ____________________________________________________________________________
28356 [ 24511] By: rgs                                   on 2005/05/20  13:11:43
28357         Log: Subject: [PATCH] Add a Makefile target for ctags
28358              From: Andy Lester <andy@petdance.com>
28359              Date: Thu, 12 May 2005 11:40:52 -0500
28360              Message-ID: <20050512164052.GA30287@petdance.com>
28361      Branch: perl
28362            ! Makefile.SH
28363 ____________________________________________________________________________
28364 [ 24510] By: rgs                                   on 2005/05/20  10:49:03
28365         Log: Upgrade to MakeMaker 6.29
28366      Branch: perl
28367            + lib/ExtUtils/t/FIRST_MAKEFILE.t
28368            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Unix.pm
28369            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
28370            ! lib/ExtUtils/t/Installed.t
28371 ____________________________________________________________________________
28372 [ 24509] By: rgs                                   on 2005/05/20  09:26:01
28373         Log: Subject: SvPVX_const() - Patch #1
28374              From: Steve Peters <steve@fisharerojo.org>
28375              Date: Tue, 17 May 2005 18:17:01 -0500
28376              Message-ID: <20050517231701.GA1394@mccoy.peters.homeunix.org>
28377      Branch: perl
28378            ! doio.c toke.c universal.c util.c warnings.h warnings.pl
28379 ____________________________________________________________________________
28380 [ 24508] By: rgs                                   on 2005/05/20  07:53:46
28381         Log: Subject: [PATCH] Attribute configuration
28382              From: Andy Lester <andy@petdance.com>
28383              Date: Thu, 19 May 2005 12:32:56 -0500
28384              Message-ID: <20050519173256.GA29039@petdance.com>
28385      Branch: perl
28386            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
28387            ! Porting/Glossary Porting/config.sh Porting/pumpkin.pod XSUB.h
28388            ! config_h.SH configure.com epoc/config.sh hints/next_3_0.sh
28389            ! hints/vmesa.sh malloc.c mg.c op.c perl.c perl.h perlio.h
28390            ! plan9/config_sh.sample plan9/genconfig.pl scope.c sv.c
28391            ! symbian/config.sh t/op/sprintf.t uconfig.sh vms/genconfig.pl
28392            ! win32/config.bc win32/config.gc win32/config.vc
28393            ! win32/config.vc64 wince/config.ce
28394 ____________________________________________________________________________
28395 [ 24507] By: rgs                                   on 2005/05/20  07:16:59
28396         Log: Gisle noted an unused variable
28397      Branch: perl
28398            ! t/run/exit.t
28399 ____________________________________________________________________________
28400 [ 24506] By: rgs                                   on 2005/05/19  21:07:43
28401         Log: Fix the new exit() tests, by Gisle Aas :
28402              don't let the shell interfere with the process return value
28403      Branch: perl
28404            ! t/run/exit.t
28405 ____________________________________________________________________________
28406 [ 24505] By: ams                                   on 2005/05/19  17:51:48
28407         Log: Subject: [perl #35857] [PATCH] B::Deparse doesnt handle warnings register properly. 
28408              From: yves orton <perlbug-followup@perl.org>
28409              Date: 18 May 2005 08:30:44 -0000
28410              Message-Id: <rt-3.0.11-35857-113142.6.75213005071278@perl.org>
28411      Branch: perl
28412            ! ext/B/B/Deparse.pm
28413 ____________________________________________________________________________
28414 [ 24504] By: nicholas                              on 2005/05/19  09:32:18
28415         Log: tabs, not spaces. Bad editor. No cookie.
28416              Does the MANIFEST file support comments, sufficient to add an editor
28417              block?
28418      Branch: perl
28419            ! MANIFEST
28420 ____________________________________________________________________________
28421 [ 24503] By: rgs                                   on 2005/05/19  06:25:22
28422         Log: Adjust VMS test count
28423      Branch: perl
28424            ! t/run/exit.t
28425 ____________________________________________________________________________
28426 [ 24501] By: rgs                                   on 2005/05/18  16:08:30
28427         Log: Subject: Well defined $? and introduction of ${^CHILD_ERROR_NATIVE} [PATCH]
28428              From: Gisle Aas <gisle@ActiveState.com>
28429              Date: 18 May 2005 08:35:47 -0700
28430              Message-ID: <lr8y2cim24.fsf_-_@caliper.activestate.com>
28431      Branch: perl
28432            ! doio.c embedvar.h gv.c intrpvar.h mg.c perl.c perl.h perlapi.h
28433            ! pod/perlfunc.pod pod/perlport.pod pod/perlvar.pod t/run/exit.t
28434 ____________________________________________________________________________
28435 [ 24500] By: rgs                                   on 2005/05/18  15:26:32
28436         Log: Subject: Re: [PATCH] ExtUtils-{ParseXS,CBuilder} into bleadperl (was: Re: [Module::Build] ANNOUNCE: Module::Build 0.2610 -> CPAN)
28437              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
28438              Date: Wed, 18 May 2005 07:13:40 -0700
28439              Message-ID: <20050518141131.GA2704@efn.org>
28440      Branch: perl
28441            + lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
28442            + lib/ExtUtils/CBuilder/Platform/Unix.pm
28443            + lib/ExtUtils/CBuilder/Platform/VMS.pm
28444            + lib/ExtUtils/CBuilder/Platform/Windows.pm
28445            + lib/ExtUtils/CBuilder/Platform/aix.pm
28446            + lib/ExtUtils/CBuilder/Platform/cygwin.pm
28447            + lib/ExtUtils/CBuilder/Platform/darwin.pm
28448            + lib/ExtUtils/CBuilder/Platform/os2.pm
28449            + lib/ExtUtils/CBuilder/t/01-basic.t
28450            + lib/ExtUtils/CBuilder/t/02-link.t lib/ExtUtils/ParseXS.pm
28451            + lib/ExtUtils/ParseXS/t/XSTest.pm
28452            + lib/ExtUtils/ParseXS/t/XSTest.xs
28453            + lib/ExtUtils/ParseXS/t/basic.t
28454            ! MANIFEST Porting/Maintainers.pl lib/ExtUtils/t/00compile.t
28455            ! lib/ExtUtils/xsubpp
28456 ____________________________________________________________________________
28457 [ 24499] By: rgs                                   on 2005/05/18  12:46:38
28458         Log: Subject: B::Disassembler.pm
28459              From: Nicholas Clark <nick@ccl4.org>
28460              Date: Tue, 17 May 2005 11:28:18 +0100
28461              Message-ID: <20050517102817.GD94420@plum.flirble.org>
28462      Branch: perl
28463            ! ext/B/B/Disassembler.pm
28464 ____________________________________________________________________________
28465 [ 24498] By: davem                                 on 2005/05/18  12:39:22
28466         Log: make t/TEST print summary times consistently to two decimal places
28467      Branch: perl
28468            ! t/TEST
28469 ____________________________________________________________________________
28470 [ 24497] By: nicholas                              on 2005/05/18  12:34:53
28471         Log: Default to allocating the correct size for the array in the HV.
28472              Override this with -DPERL_USE_LARGE_HV_ALLOC
28473      Branch: perl
28474            ! hv.h
28475 ____________________________________________________________________________
28476 [ 24496] By: rgs                                   on 2005/05/18  11:50:47
28477         Log: Subject: [PATCH] Eliminate radically out of date CHANGES from perlport
28478              From: Michael G Schwern <schwern@pobox.com>
28479              Date: Mon, 16 May 2005 15:17:05 -0700
28480              Message-ID: <20050516221705.GA212@windhund.schwern.org>
28481              
28482              Subject: [PATCH] Eliminate function signatures from perlport
28483              From: Michael G Schwern <schwern@pobox.com>
28484              Date: Mon, 16 May 2005 15:24:18 -0700
28485              Message-ID: <20050516222418.GA422@windhund.schwern.org>
28486      Branch: perl
28487            ! pod/perlport.pod
28488 ____________________________________________________________________________
28489 [ 24495] By: merijn                                on 2005/05/17  18:45:56
28490         Log: Subject: [PATCH] more about __attribute__
28491              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
28492              Date: Tue, 17 May 2005 20:36:43 +0300
28493              Message-ID: <428A2BAB.9020306@gmail.com>
28494      Branch: perl
28495            ! perl.h
28496 ____________________________________________________________________________
28497 [ 24493] By: rgs                                   on 2005/05/17  15:55:38
28498         Log: Clarify definition of octal literals
28499              (thanks to Olivier Blin)
28500      Branch: perl
28501            ! pod/perldata.pod
28502 ____________________________________________________________________________
28503 [ 24492] By: rgs                                   on 2005/05/17  15:15:46
28504         Log: Subject: [PATCH] perl 5.9.x (@ 24471): Symbian update
28505              From: <jarkko.hietaniemi@nokia.com>
28506              Date: Mon, 16 May 2005 17:59:35 +0300
28507              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D793@esebe105.NOE.Nokia.com>
28508              
28509              completed by:
28510              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D7A0@esebe105.NOE.Nokia.com>
28511      Branch: perl
28512            ! embed.pl mg.c op.c perl.h proto.h reentr.c reentr.pl scope.c
28513            ! symbian/port.pl universal.c
28514 ____________________________________________________________________________
28515 [ 24491] By: nicholas                              on 2005/05/17  13:27:43
28516         Log: One last 1008 to replace with PERL_ARENA_SIZE
28517      Branch: perl
28518            ! sv.c
28519 ____________________________________________________________________________
28520 [ 24490] By: nicholas                              on 2005/05/16  21:42:05
28521         Log: Upgrade to Encode 2.10
28522      Branch: perl
28523            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
28524            ! ext/Encode/Encode.xs ext/Encode/META.yml
28525            ! ext/Encode/lib/Encode/Alias.pm
28526 ____________________________________________________________________________
28527 [ 24489] By: rgs                                   on 2005/05/16  16:56:43
28528         Log: Subject: [PATCH] consting-eleventy.patch: More consts, plus actual bug fix
28529              From: Andy Lester <andy@petdance.com>
28530              Date: Mon, 16 May 2005 10:13:53 -0500
28531              Message-ID: <20050516151353.GA25387@petdance.com>
28532      Branch: perl
28533            ! XSUB.h av.c dump.c embed.fnc embed.h hv.c malloc.c mg.c
28534            ! numeric.c perl.c perl.h pod/perlapi.pod pp.h pp_ctl.c pp_hot.c
28535            ! proto.h regcomp.c regexec.c scope.c sv.c sv.h
28536            ! t/run/fresh_perl.t toke.c universal.c utf8.c util.c
28537 ____________________________________________________________________________
28538 [ 24482] By: nicholas                              on 2005/05/16  15:11:30
28539         Log: Bump the version number on Win32::Win32
28540      Branch: perl
28541            ! win32/ext/Win32/Win32.pm
28542 ____________________________________________________________________________
28543 [ 24480] By: nicholas                              on 2005/05/16  15:01:48
28544         Log: Assuming that everything with 0x40000000 is SVpad_TYPED is bogus.
28545      Branch: perl
28546            ! sv.c
28547 ____________________________________________________________________________
28548 [ 24476] By: rgs                                   on 2005/05/16  08:58:40
28549         Log: This seems to be the right thing to do to iterate over layers
28550      Branch: perl
28551            ! ext/PerlIO/via/via.xs
28552 ____________________________________________________________________________
28553 [ 24475] By: rgs                                   on 2005/05/16  08:47:28
28554         Log: $! might contain "unknown" if strerror(3) says so
28555      Branch: perl
28556            ! t/op/mkdir.t
28557 ____________________________________________________________________________
28558 [ 24472] By: rgs                                   on 2005/05/16  08:03:15
28559         Log: Upgrade to Time::HiRes 1.68
28560      Branch: perl
28561            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
28562            ! ext/Time/HiRes/HiRes.xs
28563 ____________________________________________________________________________
28564 [ 24471] By: nicholas                              on 2005/05/15  20:46:03
28565         Log: Subject: [PATCH] Minor tweak to via
28566              From: Andy Lester <andy@petdance.com>
28567              Message-ID: <20050513163952.GA20167@petdance.com>
28568              Date: Fri, 13 May 2005 11:39:52 -0500
28569              
28570              from a bug report and patch by Matt Lawrence
28571      Branch: perl
28572            ! ext/PerlIO/via/via.xs
28573 ____________________________________________________________________________
28574 [ 24470] By: nicholas                              on 2005/05/15  11:32:15
28575         Log: Upgrade to CGI.pm 3.10
28576      Branch: perl
28577            + lib/CGI/t/can.t
28578            ! MANIFEST lib/CGI.pm lib/CGI/Changes lib/CGI/t/form.t
28579 ____________________________________________________________________________
28580 [ 24469] By: davem                                 on 2005/05/15  00:09:35
28581         Log: avoid leaked scalar in BEGIN { threads->new(...) }
28582      Branch: perl
28583            ! sv.c
28584 ____________________________________________________________________________
28585 [ 24468] By: davem                                 on 2005/05/14  23:16:50
28586         Log: Fix typo in DDEBUG_LEAKING_SCALARS flags output
28587      Branch: perl
28588            ! perl.c
28589 ____________________________________________________________________________
28590 [ 24467] By: davem                                 on 2005/05/14  15:11:30
28591         Log: initialize the PL_xpvgv_[arena]root vars during clone
28592      Branch: perl
28593            ! sv.c
28594 ____________________________________________________________________________
28595 [ 24465] By: gbarr                                 on 2005/05/13  20:42:53
28596         Log: Update to Scalar-List-Utils-1.15
28597      Branch: perl
28598            + ext/List/Util/t/p_blessed.t ext/List/Util/t/p_first.t
28599            + ext/List/Util/t/p_lln.t ext/List/Util/t/p_max.t
28600            + ext/List/Util/t/p_maxstr.t ext/List/Util/t/p_min.t
28601            + ext/List/Util/t/p_minstr.t ext/List/Util/t/p_openhan.t
28602            + ext/List/Util/t/p_readonly.t ext/List/Util/t/p_reduce.t
28603            + ext/List/Util/t/p_refaddr.t ext/List/Util/t/p_reftype.t
28604            + ext/List/Util/t/p_shuffle.t ext/List/Util/t/p_sum.t
28605            + ext/List/Util/t/p_tainted.t
28606            ! MANIFEST ext/List/Util/Changes ext/List/Util/Util.xs
28607            ! ext/List/Util/lib/List/Util.pm
28608            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/blessed.t
28609            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
28610            ! ext/List/Util/t/isvstring.t ext/List/Util/t/lln.t
28611            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
28612            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
28613            ! ext/List/Util/t/openhan.t ext/List/Util/t/proto.t
28614            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
28615            ! ext/List/Util/t/refaddr.t ext/List/Util/t/reftype.t
28616            ! ext/List/Util/t/shuffle.t ext/List/Util/t/sum.t
28617            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
28618 ____________________________________________________________________________
28619 [ 24461] By: rgs                                   on 2005/05/13  12:52:45
28620         Log: Subject: change to quiet cygwin's perlld
28621              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
28622              Date: Fri, 13 May 2005 06:15:45 -0700
28623              Message-ID: <20050513131545.GB4024@efn.org>
28624      Branch: perl
28625            ! cygwin/perlld.in
28626 ____________________________________________________________________________
28627 [ 24460] By: nicholas                              on 2005/05/13  11:59:26
28628         Log: Reorder the *more* arena allocation functions into a block
28629              As they are now ahead of their corresponding *new* functions, no need
28630              for all the embedding guff.
28631              Remove all the "register" keywords.
28632      Branch: perl
28633            ! embed.fnc embed.h hv.c proto.h sv.c
28634 ____________________________________________________________________________
28635 [ 24459] By: nicholas                              on 2005/05/13  11:09:03
28636         Log: Allocate GV bodies from arenas
28637      Branch: perl
28638            ! embed.fnc embed.h embedvar.h intrpvar.h perlapi.h proto.h sv.c
28639 ____________________________________________________________________________
28640 [ 24455] By: davem                                 on 2005/05/12  19:07:27
28641         Log: make join.t threadsafe!
28642              tests 13 and 14 could output in reverse order. Add a lock to stop
28643              this.
28644      Branch: perl
28645            ! ext/threads/t/join.t
28646 ____________________________________________________________________________
28647 [ 24454] By: steveh                                on 2005/05/12  10:56:20
28648         Log: Remove a couple of unreferenced local variables
28649      Branch: perl
28650            ! win32/ext/Win32/Win32.xs
28651 ____________________________________________________________________________
28652 [ 24453] By: steveh                                on 2005/05/12  10:10:37
28653         Log: Subject: [PATCH] Add Win32::GetFileVersion() function
28654              From: "Jan Dubois" <jand@ActiveState.com>
28655              Date: Wed, 11 May 2005 22:30:37 -0700
28656              Message-Id: <200505120530.j4C5UhpX031152@smtp3.ActiveState.com>
28657      Branch: perl
28658            ! win32/ext/Win32/Win32.pm win32/ext/Win32/Win32.xs
28659 ____________________________________________________________________________
28660 [ 24452] By: rgs                                   on 2005/05/12  09:58:50
28661         Log: Silence DEBUGGING compilation warnings
28662      Branch: perl
28663            ! toke.c
28664 ____________________________________________________________________________
28665 [ 24451] By: rgs                                   on 2005/05/12  09:52:12
28666         Log: SvUPGRADE doesn't return false.
28667      Branch: perl
28668            ! toke.c
28669 ____________________________________________________________________________
28670 [ 24450] By: rgs                                   on 2005/05/12  08:45:40
28671         Log: Rework documentation of split(//,...)
28672      Branch: perl
28673            ! pod/perlfunc.pod
28674 ____________________________________________________________________________
28675 [ 24449] By: ams                                   on 2005/05/11  16:57:27
28676         Log: Subject: [perl #33765] [PATCH] perlop: mention why 'print !!0' doesn't 
28677              From: Steve Peters via RT <perlbug-followup@perl.org>
28678              Date: 11 May 2005 16:58:22 -0000
28679              Message-Id: <rt-3.0.11-33765-112475.14.5633321030279@perl.org>
28680              
28681              Subject: [perl #33766] [PATCH] perldoc -f split lacks basic null example 
28682              From: Steve Peters via RT <perlbug-followup@perl.org>
28683              Date: 11 May 2005 17:13:29 -0000
28684              Message-Id: <rt-3.0.11-33766-112476.1.84217630998887@perl.org>
28685      Branch: perl
28686            ! pod/perlfunc.pod pod/perlsyn.pod
28687 ____________________________________________________________________________
28688 [ 24446] By: merijn                                on 2005/05/11  09:39:06
28689         Log: Subject: Hints changes for OS X 10.4
28690              From: Michael G Schwern <schwern@pobox.com>
28691              Date: Tue, 10 May 2005 18:10:47 -0700
28692              Message-ID: <20050511011047.GA23955@windhund.schwern.org>
28693      Branch: perl
28694            ! hints/darwin.sh
28695 ____________________________________________________________________________
28696 [ 24445] By: rgs                                   on 2005/05/11  07:54:19
28697         Log: Include vim/emacs modelines in generated files to open them
28698              in read-only mode. Make vi modelines compatible with non-vim
28699              vi versions.
28700      Branch: perl
28701            ! av.c bytecode.pl deb.c doio.c doop.c dump.c embed.h embed.pl
28702            ! embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
28703            ! ext/ByteLoader/byterun.h global.sym globals.c gv.c hv.c
28704            ! keywords.h keywords.pl lib/warnings.pm locale.c malloc.c mg.c
28705            ! miniperlmain.c numeric.c op.c opcode.h opcode.pl opnames.h
28706            ! pad.c perl.c perlapi.c perlapi.h perlio.c perly.c pp.c pp.sym
28707            ! pp_ctl.c pp_hot.c pp_pack.c pp_proto.h pp_sort.c pp_sys.c
28708            ! proto.h reentr.c reentr.h reentr.pl regcomp.c regcomp.pl
28709            ! regexec.c regnodes.h run.c scope.c sv.c taint.c toke.c
28710            ! universal.c utf8.c util.c warnings.h warnings.pl xsutils.c
28711 ____________________________________________________________________________
28712 [ 24444] By: rgs                                   on 2005/05/10  20:56:37
28713         Log: Subject: potential [PATCH] Tru64 crank up strictness
28714              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
28715              Date: May 10, 2005 7:44 PM
28716              Message-Id: <4ADE5AAD-27CB-4F9E-BEC7-41DAA7671108@iki.fi>
28717      Branch: perl
28718            ! hints/dec_osf.sh perl.h toke.c x2p/a2py.c
28719 ____________________________________________________________________________
28720 [ 24443] By: rgs                                   on 2005/05/10  20:27:16
28721         Log: "make regen" should run reentr.pl
28722      Branch: perl
28723            ! regen.pl
28724 ____________________________________________________________________________
28725 [ 24442] By: rgs                                   on 2005/05/10  20:08:27
28726         Log: Regenerate reentr.[ch]
28727      Branch: perl
28728            ! reentr.c reentr.h
28729 ____________________________________________________________________________
28730 [ 24441] By: ams                                   on 2005/05/10  17:23:26
28731         Log: Subject: Re: [PATCH] reentr.h changes so threaded Perl's compile on OpenBSD 3.7
28732              From: Steve Peters <steve@fisharerojo.org>
28733              Date: Tue, 10 May 2005 12:44:13 -0500
28734              Message-Id: <20050510174413.GA19686@mccoy.peters.homeunix.org>
28735      Branch: perl
28736            + README.openbsd
28737            ! MANIFEST reentr.pl
28738 ____________________________________________________________________________
28739 [ 24440] By: rgs                                   on 2005/05/10  16:51:02
28740         Log: Add editor boilerplates to all C files
28741              (except the generated ones)
28742      Branch: perl
28743            ! av.c deb.c doio.c doop.c dump.c globals.c gv.c hv.c locale.c
28744            ! malloc.c mg.c miniperlmain.c numeric.c op.c pad.c perl.c
28745            ! perlio.c perly.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c
28746            ! pp_sys.c regcomp.c regexec.c run.c scope.c sv.c taint.c toke.c
28747            ! universal.c utf8.c util.c xsutils.c
28748 ____________________________________________________________________________
28749 [ 24439] By: nicholas                              on 2005/05/10  15:38:07
28750         Log: s/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/
28751              plus a couple of 1 byte sv_setpv()s too.
28752      Branch: perl
28753            ! doio.c dump.c ext/B/B.xs ext/Storable/Storable.xs mg.c op.c
28754            ! perl.c pp_ctl.c pp_hot.c pp_sys.c toke.c
28755 ____________________________________________________________________________
28756 [ 24438] By: nicholas                              on 2005/05/10  14:47:58
28757         Log: As we have the length of the string easily to hand, no reason not to
28758              use it.
28759      Branch: perl
28760            ! op.c
28761 ____________________________________________________________________________
28762 [ 24437] By: ams                                   on 2005/05/10  14:41:08
28763         Log: Subject: [PATCH] perlop.pod nit
28764              From: Steve Peters <steve@fisharerojo.org>
28765              Date: Tue, 10 May 2005 09:41:01 -0500
28766              Message-Id: <20050510144101.GA21362@mccoy.peters.homeunix.org>
28767      Branch: perl
28768            ! pod/perlop.pod
28769 ____________________________________________________________________________
28770 [ 24436] By: nicholas                              on 2005/05/10  11:03:49
28771         Log: Experiment with using the ptr_table code to hold the seen hash
28772      Branch: perl
28773            ! ext/Storable/Storable.xs
28774 ____________________________________________________________________________
28775 [ 24435] By: nicholas                              on 2005/05/10  09:17:32
28776         Log: Simplify the debug and assert logic.
28777      Branch: perl
28778            ! ext/Storable/Storable.xs
28779 ____________________________________________________________________________
28780 [ 24434] By: nicholas                              on 2005/05/10  09:03:11
28781         Log: Change 24165 missed one s/class/classname/ in the debugging code.
28782      Branch: perl
28783            ! ext/Storable/Storable.xs
28784 ____________________________________________________________________________
28785 [ 24433] By: ams                                   on 2005/05/10  03:16:23
28786         Log: Subject: [PATCH] reentr.h changes so threaded Perl's compile on OpenBSD 3.7
28787              From: Steve Peters <steve@fisharerojo.org>
28788              Date: Mon, 9 May 2005 21:10:49 -0500
28789              Message-Id: <20050510021049.GA20147@mccoy.peters.homeunix.org>
28790      Branch: perl
28791            ! reentr.h
28792 ____________________________________________________________________________
28793 [ 24432] By: ams                                   on 2005/05/10  03:15:34
28794         Log: Subject: [PATCH] Avoid USE_SITECUSTOMIZE redefined warnings
28795              From: Jan Dubois <jand@ActiveState.com>
28796              Date: Mon, 9 May 2005 19:29:06 -0700
28797              Message-Id: <200505100229.j4A2TGm1019135@smtp3.ActiveState.com>
28798      Branch: perl
28799            ! config_h.SH
28800 ____________________________________________________________________________
28801 [ 24431] By: rgs                                   on 2005/05/09  20:07:14
28802         Log: Subject: [PATCH] attributes-two.patch, the next batch
28803              From: Andy Lester <andy@petdance.com>
28804              Date: May 9, 2005 5:45 PM
28805              Message-ID: <20050509154518.GA18273@petdance.com>
28806      Branch: perl
28807            ! doop.c embed.fnc embed.pl gv.c handy.h op.c perl.c
28808            ! pod/perlapi.pod pp.c pp_ctl.c pp_sys.c proto.h sv.c toke.c
28809            ! utf8.c
28810 ____________________________________________________________________________
28811 [ 24430] By: rgs                                   on 2005/05/09  19:19:20
28812         Log: Fix typo (bug #35368)
28813      Branch: perl
28814            ! pod/perlreftut.pod
28815 ____________________________________________________________________________
28816 [ 24429] By: nicholas                              on 2005/05/09  16:33:57
28817         Log: Update the comment describing arenas.
28818      Branch: perl
28819            ! sv.c
28820 ____________________________________________________________________________
28821 [ 24427] By: nicholas                              on 2005/05/09  11:22:19
28822         Log: Hoist the static "AUTOLOAD" into a static const variable. Makes the
28823              object file slightly smaller, and also increases the proportion of
28824              read only data section.
28825      Branch: perl
28826            ! gv.c
28827 ____________________________________________________________________________
28828 [ 24426] By: rgs                                   on 2005/05/09  11:11:35
28829         Log: Upgrade to Unicode::Collate 0.50
28830      Branch: perl
28831            + lib/Unicode/Collate/t/cjkrange.t lib/Unicode/Collate/t/ignor.t
28832            + lib/Unicode/Collate/t/override.t
28833            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
28834            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/altern.t
28835            ! lib/Unicode/Collate/t/contract.t
28836            ! lib/Unicode/Collate/t/hangtype.t
28837            ! lib/Unicode/Collate/t/hangul.t lib/Unicode/Collate/t/illegal.t
28838            ! lib/Unicode/Collate/t/illegalp.t lib/Unicode/Collate/t/index.t
28839            ! lib/Unicode/Collate/t/normal.t
28840            ! lib/Unicode/Collate/t/rearrang.t lib/Unicode/Collate/t/test.t
28841            ! lib/Unicode/Collate/t/trailwt.t
28842            ! lib/Unicode/Collate/t/variable.t
28843            ! lib/Unicode/Collate/t/version.t lib/Unicode/Collate/t/view.t
28844 ____________________________________________________________________________
28845 [ 24425] By: nicholas                              on 2005/05/09  10:10:42
28846         Log: Change 24413 should have updated makedef.pl with the knowledge that 2
28847              symbols are ithreads only.
28848      Branch: perl
28849            ! makedef.pl
28850 ____________________________________________________________________________
28851 [ 24424] By: nicholas                              on 2005/05/09  10:00:37
28852         Log: Change 24420 should have hand updated globvar.sym to reflect the
28853              renaming of the global variable.
28854      Branch: perl
28855            ! globvar.sym
28856 ____________________________________________________________________________
28857 [ 24423] By: nicholas                              on 2005/05/09  08:48:46
28858         Log: Simplify S_hv_notallowed slightly by passing a prebuilt message
28859              template. (Also slightly smaller object code)
28860      Branch: perl
28861            ! hv.c
28862 ____________________________________________________________________________
28863 [ 24422] By: rgs                                   on 2005/05/09  07:37:58
28864         Log: Subject: [PATCH] Sv_*set() doc's and extra const's for the SvPVX_const() tasks
28865              From: Steve Peters <steve@fisharerojo.org>
28866              Date: Sun, 8 May 2005 20:49:17 -0500
28867              Message-ID: <20050509014917.GA24132@mccoy.peters.homeunix.org>
28868      Branch: perl
28869            ! embed.fnc perl_keyword.pl pod/perlapi.pod proto.h sv.h toke.c
28870 ____________________________________________________________________________
28871 [ 24421] By: rgs                                   on 2005/05/09  07:29:33
28872         Log: Revert to Andy's first solution for nonnull attributes;
28873              add the missing defines for non-threaded perls in perl.h
28874      Branch: perl
28875            ! embed.h embed.pl global.sym perl.h proto.h
28876 ____________________________________________________________________________
28877 [ 24420] By: nicholas                              on 2005/05/08  22:09:18
28878         Log: Perl_croak uses perl's printf, so can pass in SVs direct - no need for
28879              SvPV and a %s format.
28880      Branch: perl
28881            ! mg.c perl.h pp.c pp_hot.c
28882 ____________________________________________________________________________
28883 [ 24419] By: nicholas                              on 2005/05/08  21:40:29
28884         Log: There's no need to set a reference count for the new SV heads, as it's
28885              always set to 1 at uprooting time.
28886              But set it to zero when DEBUGGING to make things clearer. Plus fix a
28887              bug introduced by change 22945, where the last SV head had an
28888              uninitialised reference count.
28889      Branch: perl
28890            ! sv.c
28891 ____________________________________________________________________________
28892 [ 24418] By: nicholas                              on 2005/05/08  19:45:30
28893         Log: The idea is that when you find something, you stop looking.
28894              ( http://use.perl.org/comments.pl?sid=26369&cid=40183 )
28895      Branch: perl
28896            ! sv.c
28897 ____________________________________________________________________________
28898 [ 24417] By: davem                                 on 2005/05/08  14:39:19
28899         Log: t/TEST's new error messages now include the prefix 'FAILURE--'
28900      Branch: perl
28901            ! t/TEST
28902 ____________________________________________________________________________
28903 [ 24416] By: rgs                                   on 2005/05/08  12:19:51
28904         Log: Tweak the insertion of __attribute__((nonnull())) declarations
28905              in proto.h so it compiles with and without threads with gcc 3.4
28906      Branch: perl
28907            ! embed.pl proto.h
28908 ____________________________________________________________________________
28909 [ 24414] By: rgs                                   on 2005/05/07  17:15:45
28910         Log: Subject: [PATCH] GCC attributes!
28911              From: Andy Lester <andy@petdance.com>
28912              Date: May 4, 2005 11:55 PM
28913              Message-ID: <20050504215540.GA20413@petdance.com>
28914      Branch: perl
28915            ! autodoc.pl av.c doio.c doop.c embed.fnc embed.pl op.c perl.h
28916            ! pod/perlapi.pod proto.h regcomp.c sv.c utf8.c util.c xsutils.c
28917 ____________________________________________________________________________
28918 [ 24413] By: nicholas                              on 2005/05/07  16:08:16
28919         Log: The ptr_table arena variables and code is only needed for ithreads.
28920      Branch: perl
28921            ! intrpvar.h sv.c
28922 ____________________________________________________________________________
28923 [ 24412] By: davem                                 on 2005/05/07  12:57:06
28924         Log: while (my $x ...) { ...; redo } shouldn't undef $x.
28925              In the presence of 'my' in the conditional of a while(), until(),
28926              or for(;;) loop, add an extra scope to the body so that redo
28927              doesn't undef the lexical
28928      Branch: perl
28929            ! embed.fnc embed.h op.c perly.act perly.h perly.tab perly.y
28930            ! pp_ctl.c proto.h t/op/loopctl.t
28931 ____________________________________________________________________________
28932 [ 24411] By: davem                                 on 2005/05/07  11:06:16
28933         Log: add 1.875c to the list of supported bisons
28934      Branch: perl
28935            ! regen_perly.pl
28936 ____________________________________________________________________________
28937 [ 24410] By: nicholas                              on 2005/05/06  22:17:04
28938         Log: Get the correct refcount on the temporary assignment to PL_sigwarn so
28939              that other code assigning to $SIG{__WARN__} doesn't cause a premature
28940              free.
28941      Branch: perl
28942            ! perlio.c t/io/layers.t
28943 ____________________________________________________________________________
28944 [ 24409] By: nicholas                              on 2005/05/06  19:08:35
28945         Log: Ooops. Wise man tests with ithreads before commiting. D'oh!
28946      Branch: perl
28947            ! sv.c
28948 ____________________________________________________________________________
28949 [ 24408] By: nicholas                              on 2005/05/06  18:38:45
28950         Log: Change types of PL_he_arenaroot and PL_pte_arenaroot to avoid casting.
28951      Branch: perl
28952            ! hv.c intrpvar.h sv.c
28953 ____________________________________________________________________________
28954 [ 24407] By: rgs                                   on 2005/05/06  15:37:30
28955         Log: Upgrade to PathTools 3.07
28956      Branch: perl
28957            ! ext/Cwd/Changes ext/Cwd/t/taint.t lib/Cwd.pm lib/File/Spec.pm
28958            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Mac.pm
28959            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
28960            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
28961            ! lib/File/Spec/t/Spec.t
28962 ____________________________________________________________________________
28963 [ 24406] By: ams                                   on 2005/05/06  15:17:26
28964         Log: Don't pretend SIGZERO exists [#35291].
28965      Branch: perl
28966            ! mg.c
28967 ____________________________________________________________________________
28968 [ 24405] By: nicholas                              on 2005/05/06  13:11:54
28969         Log: Make the arena size changeable at compile time, and up the default by
28970              a factor of 4.
28971      Branch: perl
28972            ! hv.c perl.h sv.c
28973 ____________________________________________________________________________
28974 [ 24404] By: nicholas                              on 2005/05/06  12:34:36
28975         Log: Allocate pointer table entries (for ithread cloning) from an arena
28976      Branch: perl
28977            ! embedvar.h intrpvar.h perlapi.h sv.c
28978 ____________________________________________________________________________
28979 [ 24402] By: davem                                 on 2005/05/05  20:52:11
28980         Log: avoid accessing a just-freed SV (keep ponie happy)
28981      Branch: perl
28982            ! pad.c
28983 ____________________________________________________________________________
28984 [ 24401] By: rgs                                   on 2005/05/05  17:12:38
28985         Log: Missing files in Test::Simple
28986      Branch: perl
28987            + lib/Test/Simple/t/create.t lib/Test/Simple/t/is_deeply_fail.t
28988            + t/lib/Test/Simple/sample_tests/exit.plx
28989 ____________________________________________________________________________
28990 [ 24399] By: nicholas                              on 2005/05/05  15:17:23
28991         Log: Bump versions of non dual-life modules
28992      Branch: perl
28993            ! lib/File/Path.pm lib/FileCache.pm lib/Pod/Html.pm
28994            ! lib/Symbol.pm lib/utf8.pm win32/FindExt.pm
28995 ____________________________________________________________________________
28996 [ 24398] By: nicholas                              on 2005/05/05  14:54:20
28997         Log: Bump version numbers
28998      Branch: perl
28999            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
29000            ! ext/IO/lib/IO/Socket/INET.pm ext/XS/APItest/APItest.pm
29001 ____________________________________________________________________________
29002 [ 24397] By: rgs                                   on 2005/05/05  14:41:55
29003         Log: Upgrade to Test::Simple 0.60
29004      Branch: perl
29005            - lib/Test/Simple/t/is_deeply.t
29006            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
29007            ! lib/Test/Simple.pm lib/Test/Simple/Changes
29008            ! lib/Test/Simple/t/00signature.t
29009            ! lib/Test/Simple/t/circular_data.t lib/Test/Simple/t/exit.t
29010            ! lib/Test/Simple/t/fork.t lib/Test/Simple/t/has_plan.t
29011            ! lib/Test/Simple/t/has_plan2.t lib/Test/Simple/t/is_fh.t
29012            ! lib/Test/Simple/t/require_ok.t
29013 ____________________________________________________________________________
29014 [ 24396] By: nicholas                              on 2005/05/05  14:28:42
29015         Log: Bump B version numbers
29016      Branch: perl
29017            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm
29018            ! ext/B/B/Disassembler.pm ext/B/B/Terse.pm
29019            ! ext/B/t/OptreeCheck.pm
29020 ____________________________________________________________________________
29021 [ 24393] By: davem                                 on 2005/05/05  12:06:32
29022         Log: stop Math/BigInt/t/bare_mbf.t producing spurious test output
29023      Branch: perl
29024            ! lib/Math/BigInt/t/bare_mbf.t
29025 ____________________________________________________________________________
29026 [ 24392] By: davem                                 on 2005/05/05  12:01:51
29027         Log: strictifying t/TEST stopped it handling '1..n todo' correctly
29028              (made scope of %toto too narrow)
29029      Branch: perl
29030            ! t/TEST
29031 ____________________________________________________________________________
29032 [ 24390] By: davem                                 on 2005/05/05  00:34:50
29033         Log: make t/TEST detect various failure modes in testfile outputs
29034              in particular:
29035              multiple leader lines
29036              leader line not first or last line of file
29037              unrecognised lines
29038              out-of-sequence test numbers
29039      Branch: perl
29040            ! t/TEST
29041 ____________________________________________________________________________
29042 [ 24389] By: davem                                 on 2005/05/04  22:14:54
29043         Log: strictify t/TEST
29044              make most variables lexical, narrow their scope, and give some of
29045              them more meaningful names. Also fix a harmless bug where the wrong
29046              filehandles are closed (A+B rather than U+A)
29047      Branch: perl
29048            ! t/TEST
29049 ____________________________________________________________________________
29050 [ 24388] By: rgs                                   on 2005/05/04  20:50:59
29051         Log: Document the unportability of atan2() edge cases
29052              and remove unportable tests (by Steve Peters)
29053      Branch: perl
29054            ! pod/perlport.pod t/op/exp.t
29055 ____________________________________________________________________________
29056 [ 24387] By: davem                                 on 2005/05/04  20:30:00
29057         Log: add test for [perl #34682] leaving eval via last in inner runops
29058      Branch: perl
29059            ! t/op/eval.t
29060 ____________________________________________________________________________
29061 [ 24386] By: rgs                                   on 2005/05/04  18:31:19
29062         Log: Fix test numerotation
29063      Branch: perl
29064            ! t/op/goto.t
29065 ____________________________________________________________________________
29066 [ 24385] By: davem                                 on 2005/05/04  15:52:11
29067         Log: make goto.t use test.pl, strict and warnings
29068      Branch: perl
29069            ! t/op/goto.t
29070 ____________________________________________________________________________
29071 [ 24384] By: davem                                 on 2005/05/04  14:01:40
29072         Log: SEGV when next is followed by a goto
29073              
29074              next and redo didn't restore PL_curcop
29075      Branch: perl
29076            ! pp_ctl.c t/op/goto.t
29077 ____________________________________________________________________________
29078 [ 24383] By: ams                                   on 2005/05/04  12:12:30
29079         Log: Subject: [PATCH] perlvar.pod verbatim paragraph first line does not start with a space
29080              From: Offer Kaye <offer.kaye@gmail.com>
29081              Date: Wed, 4 May 2005 15:10:37 +0300
29082              Message-Id: <56942505050405101bfe678d@mail.gmail.com>
29083      Branch: perl
29084            ! pod/perlvar.pod
29085 ____________________________________________________________________________
29086 [ 24382] By: rgs                                   on 2005/05/04  11:21:54
29087         Log: Sync synopses
29088      Branch: perl
29089            ! pod/perl.pod pod/perlrun.pod
29090 ____________________________________________________________________________
29091 [ 24381] By: davem                                 on 2005/05/03  22:10:45
29092         Log: document the internals of exception handling
29093      Branch: perl
29094            ! pod/perlhack.pod
29095 ____________________________________________________________________________
29096 [ 24380] By: rgs                                   on 2005/05/03  15:43:34
29097         Log: Fix getting prototype of builtins mkdir and setpgrp.
29098              Hardcode special exceptions for exec and system, instead
29099              of trying to be clever and failing.
29100      Branch: perl
29101            ! opcode.h opcode.pl pp.c t/op/cproto.t
29102 ____________________________________________________________________________
29103 [ 24379] By: rgs                                   on 2005/05/03  12:18:50
29104         Log: Error in the latest FindBin patch, noticed by Nicholas
29105      Branch: perl
29106            ! lib/FindBin.pm
29107 ____________________________________________________________________________
29108 [ 24378] By: rgs                                   on 2005/05/03  12:15:45
29109         Log: mkdir without arguments now defaults to $_
29110      Branch: perl
29111            ! opcode.h opcode.pl pod/perlfunc.pod t/op/cproto.t t/op/mkdir.t
29112 ____________________________________________________________________________
29113 [ 24377] By: nicholas                              on 2005/05/03  12:00:25
29114         Log: ok($a == $b) better written as cmp_ok($a, '==', $b)
29115              (The latter gives more diagnostics in the case of failure)
29116      Branch: perl
29117            ! t/op/exp.t
29118 ____________________________________________________________________________
29119 [ 24376] By: rgs                                   on 2005/05/03  09:45:24
29120         Log: Convert to test.pl
29121      Branch: perl
29122            ! t/op/mkdir.t
29123 ____________________________________________________________________________
29124 [ 24375] By: rgs                                   on 2005/05/03  08:53:25
29125         Log: Fix for [perl #34252] Access rights in FindBin::Bin
29126              At least on my platform, Cwd::getcwd doesn't find the current
29127              directory if it has no access to it. Try harder with Cwd::cwd.
29128      Branch: perl
29129            ! lib/FindBin.pm
29130 ____________________________________________________________________________
29131 [ 24374] By: steveh                                on 2005/05/03  08:51:24
29132         Log: Fix croak() and confess() so that they don't clobber $!
29133              (plus tests to check this)
29134      Branch: perl
29135            ! lib/Carp.pm lib/Carp.t
29136 ____________________________________________________________________________
29137 [ 24373] By: nicholas                              on 2005/05/03  08:45:28
29138         Log: PL_mess_sv is always >= SVt_PVMG, so no need for an if() test
29139      Branch: perl
29140            ! perl.c
29141 ____________________________________________________________________________
29142 [ 24372] By: rgs                                   on 2005/05/03  07:36:17
29143         Log: Subject: [perl #33809] optimize macro dXSARGS 
29144              From: Sergey Skvortsov (via RT) <perlbug-followup@perl.org>
29145              Date: 17 Jan 2005 09:02:33 -0000
29146              Message-ID: <rt-3.0.11-33809-105714.16.4209917806492@perl.org>
29147      Branch: perl
29148            ! XSUB.h pod/perlapi.pod universal.c
29149 ____________________________________________________________________________
29150 [ 24371] By: rgs                                   on 2005/05/03  06:56:03
29151         Log: Subject: [PATCH] IEEE math for the masses
29152              From: Steve Peters <steve@fisharerojo.org>
29153              Date: Fri, 15 Apr 2005 09:10:54 -0500
29154              Message-ID: <20050415141054.GA12749@mccoy.peters.homeunix.org>
29155              
29156              (tests added to t/op/exp.t)
29157      Branch: perl
29158            ! pp.c t/op/exp.t
29159 ____________________________________________________________________________
29160 [ 24370] By: rgs                                   on 2005/05/03  06:30:47
29161         Log: Convert to test.pl
29162      Branch: perl
29163            ! t/op/exp.t
29164 ____________________________________________________________________________
29165 [ 24369] By: nicholas                              on 2005/05/02  20:45:00
29166         Log: A slightly better layout for the diagram.
29167      Branch: perl
29168            ! ext/B/B.pm
29169 ____________________________________________________________________________
29170 [ 24368] By: rgs                                   on 2005/05/02  20:10:34
29171         Log: Clarify the definition of the 'w' pack format, as suggested by
29172              Alexey Toptygin.
29173      Branch: perl
29174            ! pod/perlfunc.pod
29175 ____________________________________________________________________________
29176 [ 24367] By: rgs                                   on 2005/05/02  17:10:19
29177         Log: For perls where pids and ppids are cached, when the ppid of
29178              the perl process becomes 1, refresh the ppid cache (this may
29179              indicate that the parent process has died.)
29180      Branch: perl
29181            ! pp_sys.c
29182 ____________________________________________________________________________
29183 [ 24366] By: rgs                                   on 2005/05/02  16:16:35
29184         Log: Change inheritance hierarchy of B subclassses :
29185              
29186              Subject: @B::NV::ISA = 'B::IV';
29187              From: Nicholas Clark <nick@ccl4.org>
29188              Date: Wed, 27 Apr 2005 14:57:51 +0100
29189              Message-ID: <20050427135750.GD94420@plum.flirble.org>
29190      Branch: perl
29191            ! ext/B/B.pm
29192 ____________________________________________________________________________
29193 [ 24365] By: rgs                                   on 2005/05/02  15:46:51
29194         Log: Subject: [PATCH] printf.patch: Adding printf checking for gcc
29195              From: Andy Lester <andy@petdance.com>
29196              Date: Sun, 1 May 2005 15:07:55 -0500
29197              Message-ID: <20050501200755.GA30259@petdance.com>
29198      Branch: perl
29199            ! gv.c lib/ExtUtils/t/Embed.t pad.c perl.c perl.h perlio.c
29200            ! perlio.h perliol.h pp_pack.c pp_sort.c x2p/util.c x2p/util.h
29201 ____________________________________________________________________________
29202 [ 24364] By: rgs                                   on 2005/05/02  14:48:04
29203         Log: Subject: Re: [perl #31793] Data::Dumper: Useqq interacts badly with overloading
29204              From: Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
29205              Date: Wed, 3 Nov 2004 16:38:01 +0100
29206              Message-ID: <20041103163801.6839be30@valis.local>
29207      Branch: perl
29208            ! ext/Data/Dumper/Dumper.pm
29209 ____________________________________________________________________________
29210 [ 24363] By: davem                                 on 2005/05/02  14:27:20
29211         Log: Better fix for #8738  (Core dump in 'leavetry')
29212              When in an inner runops loop (eg via a tie or sort), an eval
29213              needs a new JMPENV pushing by S_docatch. If an exception is raised,
29214              control is returned to S_docatch, and it must determine whether
29215              the eval that trapped the exception is an inner eval or an outer
29216              one. In the former case, restart the loop, in the latter case,
29217              rethrow the exception. This is determined by whether we are still
29218              at the same PL_curstackinfo level. This fails in the case of
29219              SPLICE(), which pushes a new SETJMP and runops level, but not a
29220              new stackinfo level. There may be other code which does similar.
29221              The solution is to store the current value of PL_top_env in each
29222              pushed CxEVAL, and see if it's still the same as PL_top_env when
29223              the exception is handled.
29224      Branch: perl
29225            ! cop.h pp_ctl.c
29226 ____________________________________________________________________________
29227 [ 24362] By: davem                                 on 2005/05/02  13:51:42
29228         Log: Revert change #15705 (Core dump in 'leavetry')
29229              This fixes bug #34682, reintroduces bug #8738 (ID 20020301.011),
29230              and reintroduces an eval optimisation for innter runops levels
29231      Branch: perl
29232            ! pp_ctl.c
29233 ____________________________________________________________________________
29234 [ 24361] By: davem                                 on 2005/05/02  13:29:17
29235         Log: move the SETJMP exception-handing definitions from scope.h to cop.h
29236              so that a JMPENV* entry can be added to struct block_eval
29237      Branch: perl
29238            ! cop.h scope.h
29239 ____________________________________________________________________________
29240 [ 24360] By: rgs                                   on 2005/05/02  09:37:04
29241         Log: Fix [perl #35162] $SIG{__DIE__} = 'IGNORE' is base.pm is illegal
29242      Branch: perl
29243            ! lib/base.pm
29244 ____________________________________________________________________________
29245 [ 24359] By: rgs                                   on 2005/05/02  08:09:38
29246         Log: Subject: [PATCH] undo pod utilities regression in 24034
29247              From: "Craig A. Berry" <craigberry@mac.com>
29248              Date: Fri, 29 Apr 2005 17:22:48 -0500
29249              Message-ID: <4272B3B8.6030603@mac.com>
29250      Branch: perl
29251            ! pod/pod2usage.PL pod/podselect.PL
29252 ____________________________________________________________________________
29253 [ 24358] By: rgs                                   on 2005/05/02  07:15:37
29254         Log: Subject: [PATCH] uninitialized warnings in regcomp
29255              From: Steven Philip Schubiger <steven@accognoscere.org>
29256              Date: Mon, 2 May 2005 01:14:29 +0200 (CEST)
29257              Message-Id: <200505012314.j41NETLk018737@accognoscere.homeunix.org>
29258      Branch: perl
29259            ! regcomp.c
29260 ____________________________________________________________________________
29261 [ 24357] By: nicholas                              on 2005/05/01  22:16:16
29262         Log: Explode if anyone attempts to sv_upgrade PL_mess_sv.
29263              Should this be a panic: ?
29264      Branch: perl
29265            ! sv.c
29266 ____________________________________________________________________________
29267 [ 24355] By: merijn                                on 2005/04/29  15:32:17
29268         Log: Put back INSTALL_PREFIX and INSTALL_PREFIX_EXP as they were
29269              unintendedly removed by patch #23435
29270      Branch: perl
29271            ! config_h.SH
29272 ____________________________________________________________________________
29273 [ 24354] By: merijn                                on 2005/04/29  13:59:36
29274         Log: Subject: [PATCH] Small patch to perlport.pod
29275              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
29276              Date: Thu, 28 Apr 2005 02:24:04 +0200
29277              Message-Id: <D38E89F3-B77B-11D9-B91D-000502F3279F@free.fr>
29278      Branch: perl
29279            ! pod/perlport.pod
29280 ____________________________________________________________________________
29281 [ 24353] By: steveh                                on 2005/04/29  09:07:19
29282         Log: Subject: [PATCH] one cannot "static" exported functions
29283              From: <jarkko.hietaniemi@nokia.com>
29284              Date: Fri, 29 Apr 2005 11:02:01 +0300
29285              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D705@esebe105.NOE.Nokia.com>
29286      Branch: perl
29287            ! perlio.c
29288 ____________________________________________________________________________
29289 [ 24352] By: steveh                                on 2005/04/29  08:24:50
29290         Log: Skip PL_sig_sv when PERL_IMPLICIT_CONTEXT is defined
29291              (rather than when PERL_IMPLICIT_SYS is defined)
29292      Branch: perl
29293            ! makedef.pl
29294 ____________________________________________________________________________
29295 [ 24351] By: nicholas                              on 2005/04/28  22:28:53
29296         Log: Refactor Perl_sv_utf8_upgrade_flags to use SvPV_free
29297      Branch: perl
29298            ! sv.c
29299 ____________________________________________________________________________
29300 [ 24350] By: steveh                                on 2005/04/28  16:42:13
29301         Log: Subject: (in blead) a missing const in a prototype
29302              From: <jarkko.hietaniemi@nokia.com>
29303              Date: Wed, 27 Apr 2005 17:35:27 +0300
29304              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D6ED@esebe105.NOE.Nokia.com>
29305      Branch: perl
29306            ! embed.fnc proto.h
29307 ____________________________________________________________________________
29308 [ 24349] By: steveh                                on 2005/04/28  16:38:51
29309         Log: Silence a compilation warning on Win32
29310      Branch: perl
29311            ! pp.c
29312 ____________________________________________________________________________
29313 [ 24348] By: nicholas                              on 2005/04/28  11:22:15
29314         Log: Add a new macro SvPV_free() which undoes OOK and free()s the PVX(),
29315              becase there's a lot of code around that calls SvOOK_off(), memmov()s
29316              the buffer, then promptly free()s it. So avoid the needless memmov().
29317      Branch: perl
29318            ! perl.c pp.c pp_ctl.c pp_hot.c sv.c sv.h
29319 ____________________________________________________________________________
29320 [ 24347] By: steveh                                on 2005/04/28  11:13:55
29321         Log: Remove temporary clean-up from Win32 makefiles
29322              
29323              Change 22501 temporarily added some clean-up to the Win32 makefiles
29324              which was only meant to stay until cpan rt #5616 was fixed.  It is
29325              now fixed (in EU-MM 6.22, which in turn has been in blead for a
29326              while now), so these hacks are no longer required.
29327              
29328              This change is also good for maint, which currently contains EU-MM
29329              6.17, which didn't create the blibdirs.exists files in question
29330              anyway.
29331      Branch: perl
29332            ! win32/Makefile win32/makefile.mk
29333 ____________________________________________________________________________
29334 [ 24345] By: rgs                                   on 2005/04/28  09:29:07
29335         Log: Remove confusing punctuation
29336              (spotted by David Rigaudiere)
29337      Branch: perl
29338            ! pod/perlvar.pod
29339 ____________________________________________________________________________
29340 [ 24344] By: nicholas                              on 2005/04/28  09:29:06
29341         Log: Calling sv_backoff() on something that's about to be free()d will
29342              memmov() memory that's about to be freed. Seems wasteful.
29343      Branch: perl
29344            ! sv.c
29345 ____________________________________________________________________________
29346 [ 24341] By: steveh                                on 2005/04/28  08:44:28
29347         Log: Fix perlsio_binmode() export breakage caused by change #24338
29348              
29349              Define and export perlsio_binmode() based on the same condition,
29350              namely, that USE_PERLIO is defined and USE_SFIO is not.
29351      Branch: perl
29352            ! makedef.pl perlio.c
29353 ____________________________________________________________________________
29354 [ 24340] By: nicholas                              on 2005/04/28  08:34:57
29355         Log: The if() clause is the wrong way round, so OOK can never be true in
29356              this case. Given that OOK is never undone, we could never have been
29357              correctly upgrading a PV with OOK to HV or AV. I believe that only
29358              SVt_NULL is the only type ever upgraded to HV or AV.
29359      Branch: perl
29360            ! sv.c
29361 ____________________________________________________________________________
29362 [ 24339] By: rgs                                   on 2005/04/27  20:24:30
29363         Log: A couple of warning fixes by Gisle
29364      Branch: perl
29365            ! pp.c pp_sys.c
29366 ____________________________________________________________________________
29367 [ 24338] By: rgs                                   on 2005/04/27  14:48:46
29368         Log: Subject: [PATCH] perlio-two.patch: More warnings squashed, more consts
29369              From: Andy Lester <andy@petdance.com>
29370              Date: Wed, 27 Apr 2005 10:02:43 -0500
29371              Message-ID: <20050427150243.GA21883@petdance.com>
29372      Branch: perl
29373            ! perl.c perlio.c perlio.h perliol.h
29374 ____________________________________________________________________________
29375 [ 24334] By: steveh                                on 2005/04/27  08:35:40
29376         Log: Subject: Win32 MM test fix
29377              From: Michael G Schwern <schwern@pobox.com>
29378              Date: Mon, 18 Apr 2005 14:30:19 -0700
29379              Message-ID: <20050418213019.GA15797@windhund.schwern.org>
29380              
29381              Subject: Re: Win32 MM test fix
29382              From: demerphq <demerphq@gmail.com>
29383              Date: Tue, 19 Apr 2005 00:57:59 +0200
29384              Message-ID: <9b18b31105041815573e10dc10@mail.gmail.com>
29385      Branch: perl
29386            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
29387 ____________________________________________________________________________
29388 [ 24333] By: rgs                                   on 2005/04/26  21:03:43
29389         Log: Subject: [PATCH] XS() __attribute__
29390              From: Andy Lester <andy@petdance.com>
29391              Date: Fri, 22 Apr 2005 17:39:47 -0500
29392              Message-ID: <20050422223947.GA4681@petdance.com>
29393      Branch: perl
29394            ! XSUB.h universal.c xsutils.c
29395 ____________________________________________________________________________
29396 [ 24328] By: rgs                                   on 2005/04/26  14:27:01
29397         Log: Subject: Re: [PATCH] pp_pack.c redux, to work w/Jarkko's recent patches
29398              From: Andy Lester <andy@petdance.com>
29399              Date: Mon, 25 Apr 2005 17:56:51 -0500
29400              Message-ID: <20050425225651.GB17271@petdance.com>
29401      Branch: perl
29402            ! embed.fnc embed.h perl.h pod/perlapi.pod pp_pack.c proto.h
29403 ____________________________________________________________________________
29404 [ 24326] By: rgs                                   on 2005/04/26  12:49:03
29405         Log: Upgrade to CGI.pm 3.08
29406      Branch: perl
29407            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Changes lib/CGI/Cookie.pm
29408            ! lib/CGI/Pretty.pm
29409 ____________________________________________________________________________
29410 [ 24325] By: merijn                                on 2005/04/26  11:28:42
29411         Log: Subject: [PATCH?] for AIX problems? RE: [PATCH] Symbian port of Perl
29412              Date: Tue, 26 Apr 2005 12:22:12 +0300
29413              From: <jarkko.hietaniemi@nokia.com>
29414              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D6CB@esebe105.NOE.Nokia.com>
29415              From: Steve Hay <steve.hay@uk.radan.com>
29416              Message-ID: <426E11A3.8070002@uk.radan.com>
29417      Branch: perl
29418            ! ext/Storable/Storable.xs
29419 ____________________________________________________________________________
29420 [ 24321] By: steveh                                on 2005/04/25  13:09:57
29421         Log: Update location to fetch dmake from in README.win32
29422              
29423              Use the generic search.cpan.org URL so that the latest version is
29424              always found
29425      Branch: perl
29426            ! README.win32
29427 ____________________________________________________________________________
29428 [ 24320] By: nicholas                              on 2005/04/25  11:41:01
29429         Log: Subject: [PATCH] mktables.lst and related stuff (was Re: [PATCH] Unicode 4.1.0)
29430              From: demerphq <demerphq@gmail.com>
29431              Message-ID: <9b18b31105042412352fcf2bc5@mail.gmail.com>
29432              Date: Sun, 24 Apr 2005 21:35:35 +0200
29433      Branch: perl
29434            ! lib/unicore/README.perl lib/unicore/mktables
29435            ! lib/unicore/mktables.lst
29436 ____________________________________________________________________________
29437 [ 24319] By: steveh                                on 2005/04/25  11:05:24
29438         Log: Provide $Config{libswanted_uselargefiles} on Win32
29439              
29440              This fixes some test failures introduced by change 24271.
29441      Branch: perl
29442            ! win32/config.bc win32/config.gc win32/config.vc
29443            ! win32/config.vc64
29444 ____________________________________________________________________________
29445 [ 24318] By: steveh                                on 2005/04/25  07:47:11
29446         Log: Subject: [PATCH] combopatch
29447              From: Jarkko Hietaniemi <jhi@iki.fi>
29448              Date: Sun, 24 Apr 2005 22:58:15 +0300
29449              Message-ID: <426BFA57.9060105@iki.fi>
29450      Branch: perl
29451            ! embed.fnc makedef.pl mg.c perl.c perl.h perlvars.h pp_pack.c
29452            ! proto.h toke.c util.c
29453 ____________________________________________________________________________
29454 [ 24317] By: rgs                                   on 2005/04/25  06:30:44
29455         Log: Fix typo, noticed by Randal Schwartz
29456      Branch: perl
29457            ! pod/perlfunc.pod
29458 ____________________________________________________________________________
29459 [ 24316] By: ams                                   on 2005/04/25  01:36:38
29460         Log: Add STORABLE_attach hook (Adam Kennedy).
29461      Branch: perl
29462            + ext/Storable/t/HAS_ATTACH.pm ext/Storable/t/attach_errors.t
29463            + ext/Storable/t/attach_singleton.t
29464            + ext/Storable/t/circular_hook.t
29465            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
29466            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
29467 ____________________________________________________________________________
29468 [ 24315] By: rgs                                   on 2005/04/24  15:25:18
29469         Log: Add files missing in 24314
29470      Branch: perl
29471            + lib/Test/Harness/Point.pm lib/Test/Harness/t/from_line.t
29472            + lib/Test/Harness/t/point-parse.t lib/Test/Harness/t/point.t
29473            + lib/Test/Harness/t/version.t
29474 ____________________________________________________________________________
29475 [ 24314] By: rgs                                   on 2005/04/24  13:26:50
29476         Log: Upgrade to Test::Harness 2.48
29477      Branch: perl
29478            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
29479            ! lib/Test/Harness/Straps.pm lib/Test/Harness/TAP.pod
29480            ! lib/Test/Harness/t/00compile.t
29481            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
29482            ! t/lib/sample-tests/skip
29483 ____________________________________________________________________________
29484 [ 24313] By: merijn                                on 2005/04/24  11:52:03
29485         Log: Subject: [PATCH] Add -Wdeclaration-after-statement to default flags for gcc 3+
29486              From: Steve Peters <steve@fisharerojo.org>
29487              Date: Sat, 23 Apr 2005 22:37:48 -0500
29488              Message-ID: <20050424033748.GA23117@mccoy.peters.homeunix.org>
29489      Branch: perl
29490            ! Configure
29491 ____________________________________________________________________________
29492 [ 24311] By: rgs                                   on 2005/04/24  11:48:24
29493         Log: Add %patchlevel hash to Module::CoreList
29494      Branch: perl
29495            ! lib/Module/CoreList.pm
29496 ____________________________________________________________________________
29497 [ 24310] By: merijn                                on 2005/04/24  09:12:37
29498         Log: Subject: [PATCH] lib/Time/Local.t: time_t is unsigned on VMS
29499              From: "Craig A. Berry" <craigberry@mac.com>
29500              Date: Sat, 23 Apr 2005 18:25:52 -0500
29501              Message-ID: <426AD980.2010801@mac.com>
29502      Branch: perl
29503            ! lib/Time/Local.t
29504 ____________________________________________________________________________
29505 [ 24309] By: nicholas                              on 2005/04/23  14:00:49
29506         Log: Variable declarations can't come after statements in C89.
29507      Branch: perl
29508            ! util.c
29509 ____________________________________________________________________________
29510 [ 24308] By: nicholas                              on 2005/04/23  13:57:41
29511         Log: Save state when auto-generating #ifdef PERL_CORE and PERL_CORE/PERL_EXT
29512              reducing embed.h by about 10%.
29513      Branch: perl
29514            ! embed.h embed.pl
29515 ____________________________________________________________________________
29516 [ 24307] By: davem                                 on 2005/04/23  13:56:18
29517         Log: Subject:  [PATCH] Fix for warnings in util.c/Perl_init_tm()
29518              From:  Steve Peters <steve@fisharerojo.org>
29519              Date:  Fri, 22 Apr 2005 22:36:03 -0500
29520              Message-Id:  <20050423033603.GA32547@mccoy.peters.homeunix.org>
29521              
29522              localtime() can return null
29523      Branch: perl
29524            ! util.c
29525 ____________________________________________________________________________
29526 [ 24303] By: nicholas                              on 2005/04/22  21:40:21
29527         Log: Convert to test.pl
29528      Branch: perl
29529            ! t/op/substr.t
29530 ____________________________________________________________________________
29531 [ 24301] By: nicholas                              on 2005/04/22  16:21:46
29532         Log: Subject: [PATCH] t/uni/class.t -- update VMS test skippage
29533              From: "Craig A. Berry" <craigberry@mac.com>
29534              Message-ID: <42692501.6090809@mac.com>
29535              Date: Fri, 22 Apr 2005 11:23:29 -0500
29536      Branch: perl
29537            ! t/uni/class.t
29538 ____________________________________________________________________________
29539 [ 24300] By: rgs                                   on 2005/04/22  16:17:36
29540         Log: Patch by Yves Orton to accept several options on the corelist(1)
29541              command-line. Plus POD nits.
29542      Branch: perl
29543            ! lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist
29544 ____________________________________________________________________________
29545 [ 24290] By: steveh                                on 2005/04/22  13:51:47
29546         Log: Fix last remaining Win32 linker error following change 24271
29547              
29548              (Supplied by Jarkko in a makedef.pl that was omitted from the
29549              aforementioned change)
29550      Branch: perl
29551            ! makedef.pl
29552 ____________________________________________________________________________
29553 [ 24287] By: rgs                                   on 2005/04/22  12:42:37
29554         Log: There's no point listing '-f' in --help output
29555              when perl isn't built with USE_SITECUSTOMIZE, since it might
29556              confuse users about $sitelib/sitecustomize.pl being sourced
29557              at startup.
29558      Branch: perl
29559            ! perl.c
29560 ____________________________________________________________________________
29561 [ 24286] By: nicholas                              on 2005/04/22  12:37:19
29562         Log: For now, TODO the 2 tests that fail on 5.8.x
29563      Branch: perl
29564            ! ext/B/t/optree_specials.t
29565 ____________________________________________________________________________
29566 [ 24284] By: rgs                                   on 2005/04/22  12:34:14
29567         Log: -A wasn't listed in the --help output
29568      Branch: perl
29569            ! perl.c
29570 ____________________________________________________________________________
29571 [ 24280] By: steveh                                on 2005/04/22  09:59:54
29572         Log: Fix more Win32 linker errors following change 24271
29573              
29574              This clears up problems with Perl_free_global_struct and
29575              Perl_init_global_struct
29576      Branch: perl
29577            ! embed.fnc embed.h global.sym makedef.pl proto.h
29578 ____________________________________________________________________________
29579 [ 24279] By: rgs                                   on 2005/04/22  09:04:08
29580         Log: Subject: [PATCH] pp_pack.c warning quieting
29581              From: Andy Lester <andy@petdance.com>
29582              Date: Thu, 21 Apr 2005 11:33:13 -0500
29583              Message-ID: <20050421163313.GA20930@petdance.com>
29584      Branch: perl
29585            ! pp_pack.c
29586 ____________________________________________________________________________
29587 [ 24278] By: steveh                                on 2005/04/22  08:59:58
29588         Log: Fix Win32 linker errors following change 24271
29589              
29590              This clears up "unresolved external" errors for the following symbols:
29591              
29592              PL_watch_pvx
29593              Perl_Gappctx_ptr
29594              Perl_Gmmap_page_size_ptr
29595              Perl_Gsig_defaulting_ptr
29596              Perl_Gsig_handlers_initted_ptr
29597              Perl_Gsig_ignoring_ptr
29598              Perl_Gsig_sv_ptr
29599              Perl_Gtimesbase_ptr
29600              Perl_Gwatch_pvx_ptr
29601      Branch: perl
29602            ! makedef.pl
29603 ____________________________________________________________________________
29604 [ 24277] By: rgs                                   on 2005/04/22  08:48:14
29605         Log: Subject: [PATCH] bytecode.pl, bytecode.h, and sv.h fixes
29606              From: Steve Peters <steve@fisharerojo.org>
29607              Date: Thu, 21 Apr 2005 18:55:47 -0500
29608              Message-ID: <20050421235547.GA12149@mccoy.peters.homeunix.org>
29609      Branch: perl
29610            ! bytecode.pl ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
29611            ! sv.h
29612 ____________________________________________________________________________
29613 [ 24276] By: steveh                                on 2005/04/22  08:13:01
29614         Log: Fix my_chsize() for systems having chsize(), broken by change #24271
29615      Branch: perl
29616            ! pp_sys.c
29617 ____________________________________________________________________________
29618 [ 24275] By: davem                                 on 2005/04/21  21:30:11
29619         Log: Sigh - really bump Text::Wrap version number this time.
29620      Branch: perl
29621            ! lib/Text/Wrap.pm
29622 ____________________________________________________________________________
29623 [ 24274] By: davem                                 on 2005/04/21  21:27:15
29624         Log: bump version number in Text::Wrap after change #24273
29625      Branch: perl
29626            ! lib/Text/Wrap.pm
29627 ____________________________________________________________________________
29628 [ 24273] By: davem                                 on 2005/04/21  21:22:54
29629         Log: Text::Wrap::wrap() fails with non-space separator
29630      Branch: perl
29631            ! lib/Text/TabsWrap/t/wrap.t lib/Text/Wrap.pm
29632 ____________________________________________________________________________
29633 [ 24271] By: rgs                                   on 2005/04/21  15:38:30
29634         Log: Subject: [PATCH] Symbian port of Perl
29635              From: <jarkko.hietaniemi@nokia.com>
29636              Date: Mon, 18 Apr 2005 13:18:30 +0300
29637              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D653@esebe105.NOE.Nokia.com>
29638      Branch: perl
29639            + README.symbian ext/DynaLoader/dl_symbian.xs
29640            + symbian/PerlApp.cpp symbian/PerlApp.h symbian/PerlApp.hrh
29641            + symbian/PerlApp.rss symbian/PerlAppAif.rss
29642            + symbian/PerlBase.cpp symbian/PerlBase.h symbian/PerlBase.pod
29643            + symbian/PerlRecog.cpp symbian/PerlRecog.mmp symbian/README
29644            + symbian/TODO symbian/bld.inf symbian/config.pl
29645            + symbian/config.sh symbian/cwd.pl symbian/demo_pl
29646            + symbian/install.cfg symbian/makesis.pl symbian/port.pl
29647            + symbian/sanity.pl symbian/sdk.pl symbian/symbian_dll.cpp
29648            + symbian/symbian_proto.h symbian/symbian_stubs.c
29649            + symbian/symbian_stubs.h symbian/symbian_utils.cpp
29650            + symbian/symbianish.h symbian/uid.pl symbian/version.pl
29651            + symbian/xsbuild.pl
29652            ! EXTERN.h INTERN.h MANIFEST Porting/curliff.pl Porting/makerel
29653            ! XSUB.h av.c bytecode.pl configpm doio.c dump.c embed.fnc
29654            ! embed.h embed.pl embedvar.h ext/B/B.xs
29655            ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
29656            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
29657            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/dlutils.c
29658            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm
29659            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
29660            ! ext/POSIX/POSIX.xs ext/PerlIO/scalar/scalar.xs
29661            ! ext/PerlIO/via/via.xs ext/SDBM_File/sdbm/sdbm.c
29662            ! ext/Storable/Storable.xs ext/Time/HiRes/HiRes.xs global.sym
29663            ! globvar.sym gv.c hv.c intrpvar.h lib/ExtUtils/t/Embed.t
29664            ! lib/ExtUtils/xsubpp lib/File/Spec.pm lib/File/Spec/Win32.pm
29665            ! locale.c mg.c miniperlmain.c numeric.c op.c opcode.h opcode.pl
29666            ! pad.c patchlevel.h perl.c perl.h perlapi.c perlapi.h perlio.c
29667            ! perlio.h perliol.h perlvars.h pod.lst pod/perl.pod
29668            ! pod/perlguts.pod pod/perlintern.pod pp.c pp_ctl.c pp_hot.c
29669            ! pp_pack.c pp_sort.c pp_sys.c proto.h reentr.pl regcomp.c
29670            ! regexec.c scope.h sv.c taint.c toke.c universal.c utf8.c
29671            ! utf8.h util.c util.h vms/descrip_mms.template win32/Makefile
29672            ! win32/makefile.mk win32/win32io.c xsutils.c
29673 ____________________________________________________________________________
29674 [ 24270] By: davem                                 on 2005/04/21  15:36:14
29675         Log: substr uses utf8 length cache incorrectly
29676      Branch: perl
29677            ! sv.c t/op/substr.t
29678 ____________________________________________________________________________
29679 [ 24269] By: davem                                 on 2005/04/21  00:13:14
29680         Log: Subject:  [PATCH] extra code in pp_concat, Take 2
29681              From:  Andy Lester <andy@petdance.com>
29682              Date:  Wed, 13 Apr 2005 21:06:01 -0500
29683              Message-Id:  <20050414020601.GA21346@petdance.com>
29684              
29685              add 'const', and remove extraneous code, from pp_concat
29686      Branch: perl
29687            ! pp_hot.c t/op/concat.t
29688 ____________________________________________________________________________
29689 [ 24268] By: davem                                 on 2005/04/20  23:56:18
29690         Log: Subject:  patch to [PATCH] Fix MGVTBL structures in perl.h (preprocessor
29691              From:  David Dyck <david.dyck@fluke.com>
29692              Date:  Wed, 20 Apr 2005 16:35:55 -0700 (PDT)
29693              Message-Id:  <Pine.LNX.4.62.0504201627550.27786@dd.tc.fluke.com>
29694              
29695              fix nits in change #24264:
29696              some preprocessors don't like #ifdefs within a macro's args;
29697              also removed duplicate semicolons from macro definitions.
29698      Branch: perl
29699            ! perl.h
29700 ____________________________________________________________________________
29701 [ 24267] By: davem                                 on 2005/04/20  23:35:54
29702         Log: In change 24266 I failed to actually change anything. Sigh.
29703      Branch: perl
29704            ! ext/Sys/Syslog/Syslog.pm
29705 ____________________________________________________________________________
29706 [ 24266] By: davem                                 on 2005/04/20  23:32:04
29707         Log: change misleading syslog() example
29708      Branch: perl
29709            ! ext/Sys/Syslog/Syslog.pm
29710 ____________________________________________________________________________
29711 [ 24265] By: davem                                 on 2005/04/20  21:47:40
29712         Log: Subject:  [perl #35059] [PATCH] caller() skips frames (such as eval() frames) if $^P set 
29713              From:  glasser@tang-eleven-seventy-nine.mit.edu (via RT) <perlbug-followup@perl.org>
29714              Date:  20 Apr 2005 19:28:14 -0000
29715              Message-Id:  <rt-3.0.11-35059-111134.0.304511316819145@perl.org>
29716              
29717              improved version of change 21842 that copes with glob DB::sub
29718              existing but &DB::sub not existing.
29719      Branch: perl
29720            ! mg.c pp_ctl.c t/op/caller.t
29721 ____________________________________________________________________________
29722 [ 24264] By: davem                                 on 2005/04/20  21:32:23
29723         Log: Subject:  [PATCH] Fix MGVTBL structures in perl.h
29724              From:  Andy Lester <andy@petdance.com>
29725              Date:  Wed, 20 Apr 2005 15:09:24 -0500
29726              Message-Id:  <20050420200923.GA3017@petdance.com>
29727              
29728              The MGVTBL structures contain 7 function pointers, but only 5 were
29729              getting initialized. Plus, there were repeated lists between
29730              declaration and definition; add a macro to declare or define
29731              all the global MGVTBLs as appropriate.
29732      Branch: perl
29733            ! perl.h
29734 ____________________________________________________________________________
29735 [ 24260] By: nicholas                              on 2005/04/20  13:51:54
29736         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #6
29737              From: Steve Peters <steve@fisharerojo.org>
29738              Message-ID: <20050420112720.GA31042@mccoy.peters.homeunix.org>
29739              Date: Wed, 20 Apr 2005 06:27:20 -0500
29740      Branch: perl
29741            ! bytecode.pl ext/ByteLoader/bytecode.h malloc.c sv.c
29742 ____________________________________________________________________________
29743 [ 24258] By: nicholas                              on 2005/04/20  08:13:21
29744         Log: Merge common code. Reduces object size by 1K on x86, 6K on PPC
29745      Branch: perl
29746            ! sv.c
29747 ____________________________________________________________________________
29748 [ 24257] By: davem                                 on 2005/04/19  23:47:38
29749         Log: run regen_headers after addition of FOO_set() macros
29750      Branch: perl
29751            ! ext/ByteLoader/byterun.c
29752 ____________________________________________________________________________
29753 [ 24256] By: davem                                 on 2005/04/19  23:43:54
29754         Log: Subject:  [PATCH] pad_compname_type(), takes care of a clunky macro
29755              From:  Andy Lester <andy@petdance.com>
29756              Date:  Tue, 19 Apr 2005 11:38:44 -0500
29757              Message-Id:  <20050419163844.GA19747@petdance.com>
29758      Branch: perl
29759            ! embed.fnc embed.h pad.c pad.h proto.h
29760 ____________________________________________________________________________
29761 [ 24255] By: davem                                 on 2005/04/19  23:31:52
29762         Log: DEBUG_LEAKING_SCALARS could use the value of a freed PL_op
29763      Branch: perl
29764            ! op.c
29765 ____________________________________________________________________________
29766 [ 24254] By: nicholas                              on 2005/04/19  21:53:38
29767         Log: Don't set things to zero twice. Once is enough. (see also change 15255)
29768      Branch: perl
29769            ! sv.c
29770 ____________________________________________________________________________
29771 [ 24253] By: nicholas                              on 2005/04/19  20:55:24
29772         Log: Restore SvEND_set
29773      Branch: perl
29774            ! sv.h
29775 ____________________________________________________________________________
29776 [ 24252] By: nicholas                              on 2005/04/19  20:07:49
29777         Log: Force RVALUE macros when in PERL_DEBUG_COW
29778      Branch: perl
29779            ! ext/ByteLoader/byterun.c sv.c sv.h
29780 ____________________________________________________________________________
29781 [ 24251] By: nicholas                              on 2005/04/19  14:25:00
29782         Log: Avoid generating thousands of UTF-8 warnings when testing under a
29783              UTF-8 locale
29784      Branch: perl
29785            ! t/op/pack.t
29786 ____________________________________________________________________________
29787 [ 24249] By: rgs                                   on 2005/04/19  11:20:37
29788         Log: Simplify PERL_DEBUG_PAD_ZERO so it continues to expand to
29789              valid C code
29790      Branch: perl
29791            ! perl.h
29792 ____________________________________________________________________________
29793 [ 24248] By: nicholas                              on 2005/04/19  09:55:51
29794         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #5
29795              From: Steve Peters <steve@fisharerojo.org>
29796              Message-ID: <20050419000925.GA21640@mccoy.peters.homeunix.org>
29797              Date: Mon, 18 Apr 2005 19:09:25 -0500
29798      Branch: perl
29799            ! dump.c ext/ByteLoader/ByteLoader.pm ext/ByteLoader/byterun.c
29800            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
29801            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
29802            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
29803            ! ext/List/Util/lib/List/Util.pm ext/POSIX/POSIX.pm
29804            ! ext/POSIX/POSIX.xs ext/PerlIO/encoding/encoding.pm
29805            ! ext/PerlIO/encoding/encoding.xs ext/PerlIO/scalar/scalar.pm
29806            ! ext/PerlIO/scalar/scalar.xs ext/Storable/Storable.pm
29807            ! ext/Storable/Storable.xs ext/threads/shared/shared.pm
29808            ! ext/threads/shared/shared.xs ext/threads/threads.pm gv.c mg.c
29809            ! op.c pad.c pad.h perl.h pp.c pp.h pp_hot.c pp_pack.c regcomp.c
29810            ! scope.c sv.c sv.h toke.c
29811 ____________________________________________________________________________
29812 [ 24247] By: davem                                 on 2005/04/19  01:38:54
29813         Log: Add CLONE_SKIP() class method to allow individual classes to skip
29814              cloning objects during thread creation
29815      Branch: perl
29816            ! dump.c ext/threads/t/thread.t pod/perlmod.pod sv.c sv.h
29817 ____________________________________________________________________________
29818 [ 24246] By: nicholas                              on 2005/04/18  22:31:48
29819         Log: PERL_DEBUG_COW for SvUVX and SvPVX
29820      Branch: perl
29821            ! ext/DynaLoader/dl_dyld.xs sv.h
29822 ____________________________________________________________________________
29823 [ 24245] By: nicholas                              on 2005/04/18  21:58:22
29824         Log: SvPV_renew also calls SvLEN_set
29825              Add SvPV_shrink_to_cur(sv) to call SvPV_renew with SvCUR(sv)+1.
29826              For Ponie this can be a single call into the PMC
29827      Branch: perl
29828            ! pp_hot.c pp_sys.c sv.h toke.c
29829 ____________________________________________________________________________
29830 [ 24244] By: nicholas                              on 2005/04/18  20:37:13
29831         Log: Replace Renew(SvPVX(...)...) with SvPV_renew, which avoids an LVALUE
29832              SvPVX
29833      Branch: perl
29834            ! pp_hot.c pp_sys.c sv.h toke.c
29835 ____________________________________________________________________________
29836 [ 24243] By: nicholas                              on 2005/04/18  19:50:12
29837         Log: A more efficient way of expressing the MALLOC_WRAP conditional compile.
29838      Branch: perl
29839            ! handy.h
29840 ____________________________________________________________________________
29841 [ 24242] By: steveh                                on 2005/04/18  16:04:20
29842         Log: Fix bug #33664: allow for transport providers with protocol == 0
29843              
29844              (This indicates that any protocol may be used, so don't bother checking
29845              that the requested protocol matches in this case.)
29846      Branch: perl
29847            ! win32/win32sck.c
29848 ____________________________________________________________________________
29849 [ 24241] By: nicholas                              on 2005/04/18  15:23:45
29850         Log: Refactor the odd-one-out code before a Renew(SvPVX(...)...)
29851      Branch: perl
29852            ! pp_hot.c
29853 ____________________________________________________________________________
29854 [ 24240] By: nicholas                              on 2005/04/18  14:15:52
29855         Log: Two more uses of lvalue SvIVX()
29856      Branch: perl
29857            ! ext/ByteLoader/byterun.c lib/ExtUtils/t/Constant.t
29858 ____________________________________________________________________________
29859 [ 24239] By: nicholas                              on 2005/04/18  12:18:20
29860         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #4
29861              Message-ID: <20050416160502.GA26957@mccoy.peters.homeunix.org>
29862              From: Steve Peters <steve@fisharerojo.org>
29863              Date: Sat, 16 Apr 2005 11:05:02 -0500
29864              
29865              plus fix to Perl_rvpv_dup assigning to an RV with SvPVX
29866      Branch: perl
29867            ! av.c cop.h ext/PerlIO/encoding/encoding.xs
29868            ! ext/Storable/Storable.xs gv.c malloc.c perl.c pp.c pp_ctl.c
29869            ! pp_hot.c pp_pack.c pp_sort.c scope.c sv.c
29870 ____________________________________________________________________________
29871 [ 24238] By: rgs                                   on 2005/04/15  13:16:29
29872         Log: Update the outdated info in "Minimizing the Perl installation"
29873      Branch: perl
29874            ! INSTALL
29875 ____________________________________________________________________________
29876 [ 24237] By: rgs                                   on 2005/04/14  16:13:45
29877         Log: Fix for:
29878              [perl #34934] perl 5.8.5 on x86 and x86-64 hang at compile-time
29879              From: bstrand@switchmanagement.com (via RT) <perlbug-followup@perl.org>
29880              Date: 12 Apr 2005 19:12:58 -0000
29881              Message-ID: <rt-3.0.11-34934-110595.15.9181274318682@perl.org>
29882              
29883              This syntax error now produces a panic message.
29884      Branch: perl
29885            ! op.c
29886 ____________________________________________________________________________
29887 [ 24236] By: merijn                                on 2005/04/13  15:10:24
29888         Log: Subject: [PATCH] Removing yydestruct from perly.c
29889              From: Andy Lester <andy@petdance.com>
29890              Date: Wed, 13 Apr 2005 10:06:47 -0500
29891              Message-ID: <20050413150647.GA13464@petdance.com>
29892      Branch: perl
29893            ! perly.c
29894 ____________________________________________________________________________
29895 [ 24235] By: merijn                                on 2005/04/13  14:51:00
29896         Log: Mandrakesoft is now Mandriva
29897      Branch: perl
29898            ! AUTHORS
29899 ____________________________________________________________________________
29900 [ 24234] By: merijn                                on 2005/04/13  14:41:20
29901         Log: H.Merijn changed e-mail
29902      Branch: perl
29903            ! AUTHORS Porting/checkAUTHORS.pl Porting/patching.pod
29904            ! README.aix README.hpux ext/Encode/AUTHORS ext/Storable/README
29905 ____________________________________________________________________________
29906 [ 24233] By: rgs                                   on 2005/04/13  08:25:43
29907         Log: Subject: [PATCH Perl 5.9.2] -Wformat 
29908              From: Robin Barker <Robin.Barker@npl.co.uk>
29909              Date: Tue, 12 Apr 2005 18:53:32 +0100
29910              Message-ID: <533D273D4014D411AB1D00062938C4D90849C634@hotel.npl.co.uk>
29911      Branch: perl
29912            ! perly.c regcomp.c regexec.c toke.c
29913 ____________________________________________________________________________
29914 [ 24232] By: rgs                                   on 2005/04/13  07:24:07
29915         Log: Upgrade to ExtUtils::MakeMaker 6.28
29916      Branch: perl
29917            ! lib/ExtUtils/Changes lib/ExtUtils/MANIFEST.SKIP
29918            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_AIX.pm
29919            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MakeMaker.pm
29920            ! lib/ExtUtils/Manifest.pm
29921 ____________________________________________________________________________
29922 [ 24231] By: rgs                                   on 2005/04/12  15:30:23
29923         Log: Upgrade to Encode 2.0902
29924      Branch: perl
29925            + ext/Encode/t/utf8strict.t
29926            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
29927            ! ext/Encode/Encode.xs ext/Encode/Encode/encode.h
29928            ! ext/Encode/MANIFEST ext/Encode/META.yml
29929            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/t/Aliases.t
29930            ! ext/Encode/t/fallback.t
29931 ____________________________________________________________________________
29932 [ 24230] By: nicholas                              on 2005/04/12  11:24:49
29933         Log: Don't PERL_HASH(SvUVX(...)...) as it's actually a set.
29934              Plus add an editor block
29935      Branch: perl
29936            ! op.c
29937 ____________________________________________________________________________
29938 [ 24229] By: nicholas                              on 2005/04/12  09:19:43
29939         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #3
29940              From: Steve Peters <steve@fisharerojo.org>
29941              Message-ID: <20050411023736.GB9355@mccoy.peters.homeunix.org>
29942              Date: Sun, 10 Apr 2005 21:37:36 -0500
29943              
29944              (with correction to SvUV_set)
29945      Branch: perl
29946            ! ext/List/Util/Util.xs sv.c sv.h
29947 ____________________________________________________________________________
29948 [ 24228] By: nicholas                              on 2005/04/11  14:53:38
29949         Log: Avoid taking a reference to SvIVX and putting that address on the
29950              save stack
29951      Branch: perl
29952            ! perl.c pp_ctl.c pp_hot.c
29953 ____________________________________________________________________________
29954 [ 24227] By: steveh                                on 2005/04/11  10:39:59
29955         Log: Support d_libm_lib_version for Win32 (see change 24217)
29956      Branch: perl
29957            ! win32/config.bc win32/config.gc win32/config.vc
29958            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
29959            ! win32/config_H.vc win32/config_H.vc64
29960 ____________________________________________________________________________
29961 [ 24226] By: merijn                                on 2005/04/11  10:09:06
29962         Log: Out of sync metaunit caused the erroneous return of the
29963              removed d_sitecustomize. Mea Culpa.
29964      Branch: perl
29965            ! Configure
29966 ____________________________________________________________________________
29967 [ 24225] By: steveh                                on 2005/04/11  09:39:40
29968         Log: Disable I18N::Langinfo for Win32 since nl_langinfo() isn't available
29969      Branch: perl
29970            ! win32/Makefile win32/makefile.mk
29971 ____________________________________________________________________________
29972 [ 24224] By: rgs                                   on 2005/04/11  09:21:54
29973         Log: Subject: [PATCH] perlfunc.pod: incomplete select description
29974              From: Hernan Perez Masci <hmasci@uolsinectis.com.ar>
29975              Date: Fri, 8 Apr 2005 15:28:28 -0300
29976              Message-Id: <200504081528.28307.hmasci@uolsinectis.com.ar>
29977      Branch: perl
29978            ! pod/perlfunc.pod
29979 ____________________________________________________________________________
29980 [ 24223] By: rgs                                   on 2005/04/11  09:11:53
29981         Log: Make the four-argument form of select() return undef
29982              instead of -1 on error.
29983      Branch: perl
29984            ! pod/perl593delta.pod pod/perlfunc.pod pp_sys.c
29985 ____________________________________________________________________________
29986 [ 24222] By: rgs                                   on 2005/04/11  07:02:59
29987         Log: Make Win32 build (and clean) I18::Langinfo and Math::BigInt::FastCalc
29988      Branch: perl
29989            ! win32/Makefile win32/makefile.mk
29990 ____________________________________________________________________________
29991 [ 24221] By: merijn                                on 2005/04/11  06:06:13
29992         Log: Subject: Re: New Configure functionality
29993              From: Abe Timmerman <abe@ztreet.demon.nl>
29994              Date: Sun, 10 Apr 2005 22:19:28 +0200
29995              Message-Id: <200504102219.29024.abe@ztreet.demon.nl>
29996      Branch: perl
29997            ! configure.com
29998 ____________________________________________________________________________
29999 [ 24220] By: rgs                                   on 2005/04/10  20:03:59
30000         Log: POD typo.
30001      Branch: perl
30002            ! lib/Module/CoreList.pm
30003 ____________________________________________________________________________
30004 [ 24219] By: rgs                                   on 2005/04/10  19:49:49
30005         Log: Module::CoreList: Data from Sebastien Aperghis-Tramoni for perl
30006              5.00{0,1,2}. Upgrade version number.
30007      Branch: perl
30008            ! lib/Module/CoreList.pm
30009 ____________________________________________________________________________
30010 [ 24218] By: merijn                                on 2005/04/10  18:00:05
30011         Log: Sorting still is a mess. This is better.
30012      Branch: perl
30013            ! config_h.SH
30014 ____________________________________________________________________________
30015 [ 24217] By: merijn                                on 2005/04/10  17:08:36
30016         Log: Configure now probes for _LIB_VERSION support in math.h/libm
30017              LIBM_LIB_VERSION is defined if it does
30018      Branch: perl
30019            ! Configure Porting/config_H config_h.SH handy.h
30020 ____________________________________________________________________________
30021 [ 24215] By: rgs                                   on 2005/04/10  15:03:10
30022         Log: Fix [perl #34892] Segfault on &DB::sub declared but not defined
30023      Branch: perl
30024            ! pod/perldiag.pod pp_hot.c
30025 ____________________________________________________________________________
30026 [ 24214] By: merijn                                on 2005/04/10  09:14:06
30027         Log: Subject: [PATCH] usesitecustomize for VMS
30028              From: "Craig A. Berry" <craigberry@mac.com>
30029              Date: Sat, 09 Apr 2005 15:58:43 -0500
30030              Message-ID: <42584203.2090405@mac.com>
30031      Branch: perl
30032            ! configure.com
30033 ____________________________________________________________________________
30034 [ 24213] By: nicholas                              on 2005/04/08  19:11:04
30035         Log: Mangle the expected output correctly for both 5.9 and 5.8
30036      Branch: perl
30037            ! ext/B/t/stash.t
30038 ____________________________________________________________________________
30039 [ 24212] By: rgs                                   on 2005/04/08  16:17:49
30040         Log: Subject: Re: [ANNOUNCE] ExtUtils::MakeMaker 6.27
30041              From: Michael G Schwern <schwern@pobox.com>
30042              Date: Thu, 7 Apr 2005 15:15:00 -0700
30043              Message-ID: <20050407221500.GB6223@windhund.schwern.org>
30044              
30045              Fix duplicate target warnings
30046      Branch: perl
30047            ! lib/ExtUtils/MM_Any.pm
30048 ____________________________________________________________________________
30049 [ 24211] By: merijn                                on 2005/04/08  14:22:05
30050         Log: The last remains of d_sitecustomize
30051      Branch: perl
30052            ! Porting/config.sh
30053 ____________________________________________________________________________
30054 [ 24210] By: merijn                                on 2005/04/08  14:16:59
30055         Log: now usesitecustomize is used more generic
30056      Branch: perl
30057            ! config_h.SH
30058 ____________________________________________________________________________
30059 [ 24209] By: steveh                                on 2005/04/08  14:15:14
30060         Log: Subject: Re: [PATCH] Re: [perl #24119] CPAN.pm error in Win32: uses rename() not File::Copy::move
30061              From: Steven Schubiger <steven@accognoscere.org>
30062              Date: Thu, 7 Apr 2005 22:38:25 +0200 (CEST)
30063              Message-Id: <200504072038.j37KcPXY011755@accognoscere.homeunix.org>
30064              
30065              (with arguments changed to match perlfunc.pod)
30066      Branch: perl
30067            ! pod/perlport.pod
30068 ____________________________________________________________________________
30069 [ 24208] By: merijn                                on 2005/04/08  14:12:54
30070         Log: Drop d_sitecustomize again. (usesitecustomize is enough)
30071      Branch: perl
30072            ! Configure
30073 ____________________________________________________________________________
30074 [ 24206] By: nicholas                              on 2005/04/08  13:16:07
30075         Log: Add SvIVX() to PERL_DEBUG_COW, and change pad.c to SvIVset()
30076      Branch: perl
30077            ! pad.c sv.h
30078 ____________________________________________________________________________
30079 [ 24205] By: merijn                                on 2005/04/08  12:18:42
30080         Log: Subject: [PATCH] Removing Y2K warnings
30081              From: Andy Lester <andy@petdance.com>
30082              Date: Thu, 7 Apr 2005 17:44:42 -0500
30083              Message-ID: <20050407224442.GA23895@petdance.com>
30084      Branch: perl
30085            - README.Y2K
30086            ! INSTALL MANIFEST lib/warnings.pm pod/buildtoc pod/perldiag.pod
30087            ! pod/perllexwarn.pod pp_hot.c sv.c t/lib/warnings/pp_hot
30088            ! t/lib/warnings/sv t/op/caller.t warnings.h warnings.pl
30089 ____________________________________________________________________________
30090 [ 24204] By: nicholas                              on 2005/04/08  11:29:22
30091         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #2
30092              From: Steve Peters <steve@fisharerojo.org>
30093              Date: Thu, 7 Apr 2005 13:51:49 -0500
30094              Message-ID: <20050407185149.GA4418@mccoy.peters.homeunix.org>
30095      Branch: perl
30096            ! doio.c ext/List/Util/Util.xs ext/threads/threads.xs op.c pp.c
30097            ! pp_ctl.c pp_hot.c sv.c toke.c util.c
30098 ____________________________________________________________________________
30099 [ 24201] By: nicholas                              on 2005/04/08  10:39:15
30100         Log: Add a macro PERL_DEBUG_COW, for aggressive compile time tests of
30101              Copy-On-Write related source changes.
30102              Fix the problem this revealed.
30103      Branch: perl
30104            ! sv.c sv.h
30105 ____________________________________________________________________________
30106 [ 24200] By: nicholas                              on 2005/04/08  10:08:35
30107         Log: MM_AIX needs neatvalue
30108      Branch: perl
30109            ! lib/ExtUtils/MM_AIX.pm
30110 ____________________________________________________________________________
30111 [ 24199] By: nicholas                              on 2005/04/08  10:05:49
30112         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #1
30113              From: Steve Peters <steve@fisharerojo.org>
30114              Message-ID: <20050406232110.GA12249@mccoy.peters.homeunix.org>
30115              Date: Wed, 6 Apr 2005 18:21:10 -0500
30116      Branch: perl
30117            ! ext/ByteLoader/byterun.c ext/List/Util/Util.xs pad.c sv.c
30118            ! toke.c
30119 ____________________________________________________________________________
30120 [ 24198] By: rgs                                   on 2005/04/08  09:48:08
30121         Log: Add perl593delta.pod
30122      Branch: perl
30123            + pod/perl593delta.pod
30124            ! MANIFEST Makefile.SH pod.lst pod/perl.pod
30125            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
30126            ! win32/pod.mak
30127 ____________________________________________________________________________
30128 [ 24194] By: rgs                                   on 2005/04/07  12:42:07
30129         Log: Mention that select() returns -1 on error,
30130              as suggested by Hernan Perez Masci
30131      Branch: perl
30132            ! pod/perlfunc.pod
30133 ____________________________________________________________________________
30134 [ 24192] By: rgs                                   on 2005/04/07  09:51:29
30135         Log: Subject: Re: [PATCH] Re: [perl #34650] perldoc -f my should perhaps mention BEGIN and END
30136              From: Abigail <abigail@abigail.nl>
30137              Date: Wed, 6 Apr 2005 01:41:55 +0200
30138              Message-ID: <20050405234154.GG8680@abigail.nl>
30139      Branch: perl
30140            ! t/japh/abigail.t
30141 ____________________________________________________________________________
30142 [ 24191] By: rgs                                   on 2005/04/07  09:45:27
30143         Log: Subject: Re: Bugs? In Unicode::EastAsianWidth.
30144              From: Autrijus Tang <autrijus@autrijus.org>
30145              Date: Wed, 6 Apr 2005 18:17:32 +0800
30146              Message-ID: <20050406101732.GA17931@aut.dyndns.org>
30147      Branch: perl
30148            ! lib/unicore/mktables
30149 ____________________________________________________________________________
30150 [ 24190] By: rgs                                   on 2005/04/07  09:38:06
30151         Log: Subject: perldbtty$$ location
30152              From: Gisle Aas <gisle@ActiveState.com>
30153              Date: 06 Apr 2005 01:49:54 -0700
30154              Message-ID: <lr3bu48f2l.fsf@caliper.activestate.com>
30155              (and remove trailing whitespace)
30156      Branch: perl
30157            ! pod/perldebug.pod
30158 ____________________________________________________________________________
30159 [ 24189] By: nicholas                              on 2005/04/07  08:43:40
30160         Log: Tabs not spaces in MANIFEST
30161      Branch: perl
30162            ! MANIFEST
30163 ____________________________________________________________________________
30164 [ 24187] By: merijn                                on 2005/04/07  08:33:53
30165         Log: Subject: [perl #34699] documentation bug in "man perlpodspec" 
30166              From: "raf@tradingpost.com.au (via RT)" <perlbug-followup@perl.org>
30167              Date: 7 Apr 2005 00:20:31 -0000
30168              Message-ID: <rt-3.0.11-34699-110174.9.79475562169704@perl.org>
30169      Branch: perl
30170            ! pod/perlpodspec.pod
30171 ____________________________________________________________________________
30172 [ 24185] By: rgs                                   on 2005/04/07  08:07:14
30173         Log: Upgrade to ExtUtils::MakeMaker 6.27,
30174              plus a patch to restore functioning of 'distclean'
30175              for the perl core
30176      Branch: perl
30177            + lib/ExtUtils/MM_AIX.pm lib/ExtUtils/MM_QNX.pm
30178            + lib/ExtUtils/MM_VOS.pm lib/ExtUtils/MakeMaker/Config.pm
30179            + lib/ExtUtils/t/PL_FILES.t lib/ExtUtils/t/config.t
30180            + lib/ExtUtils/t/installbase.t lib/ExtUtils/t/xs.t
30181            + t/lib/MakeMaker/Test/Setup/PL_FILES.pm
30182            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
30183            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
30184            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
30185            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
30186            ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm
30187            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
30188            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
30189            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
30190            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
30191            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/PATCHING
30192            ! lib/ExtUtils/README lib/ExtUtils/t/INST_PREFIX.t
30193            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_Win32.t
30194            ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/dir_target.t
30195            ! lib/ExtUtils/t/prefixify.t lib/ExtUtils/t/prereq_print.t
30196            ! lib/ExtUtils/t/recurs.t t/lib/MakeMaker/Test/Setup/BFD.pm
30197            ! t/lib/MakeMaker/Test/Setup/Recurs.pm
30198            ! t/lib/MakeMaker/Test/Utils.pm
30199 ____________________________________________________________________________
30200 [ 24178] By: steveh                                on 2005/04/06  15:57:36
30201         Log: Don't try to export symbols that don't exist
30202              
30203              Change #24148 added Perl_rvpv_dup() to the public API, but it is only
30204              defined when USE_ITHREADS is defined.  Adjust makedef.pl accordingly
30205              to keep Win32 happy.
30206      Branch: perl
30207            ! makedef.pl
30208 ____________________________________________________________________________
30209 [ 24176] By: nicholas                              on 2005/04/06  15:11:53
30210         Log: cast to/from (void *) in the re-entrant code. Now watch the smoke rise.
30211      Branch: perl
30212            ! reentr.c reentr.h reentr.pl
30213 ____________________________________________________________________________
30214 [ 24175] By: nicholas                              on 2005/04/06  15:05:32
30215         Log: Casting to/from (void *) sufficient to make a C++ compiler happy.
30216      Branch: perl
30217            ! ext/File/Glob/bsd_glob.c ext/threads/shared/shared.xs
30218            ! ext/threads/threads.xs pad.h sv.c
30219 ____________________________________________________________________________
30220 [ 24174] By: nicholas                              on 2005/04/06  14:36:40
30221         Log: If we're going to prototype modfl(), it needs extern "C" linkage.
30222      Branch: perl
30223            ! perl.h
30224 ____________________________________________________________________________
30225 [ 24173] By: merijn                                on 2005/04/06  06:14:51
30226         Log: 1. t/TEST now deals with SKIP as if it was TODO. This complies to TAP
30227              2. Removed the depricated 'my $foo if expr' there
30228      Branch: perl
30229            ! t/TEST
30230 ____________________________________________________________________________
30231 [ 24171] By: nicholas                              on 2005/04/05  22:34:32
30232         Log: D'oh! We were never correctly spotting a modfl prototype
30233      Branch: perl
30234            ! Configure
30235 ____________________________________________________________________________
30236 [ 24170] By: nicholas                              on 2005/04/05  21:30:21
30237         Log: Add casting to allow g++ (3.3.5) to compile the core code.
30238              A C++ compiler produces lots of warnings that are probably valid
30239              concerns to investigate.
30240      Branch: perl
30241            ! doio.c ext/B/B.xs ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs gv.c
30242            ! perl.c perl.h pp_pack.c scope.c sv.c toke.c util.c x2p/walk.c
30243 ____________________________________________________________________________
30244 [ 24169] By: nicholas                              on 2005/04/05  21:16:01
30245         Log: Tests need to skip if there is no Encode configured.
30246      Branch: perl
30247            ! lib/encoding/warnings/t/1-warning.t
30248            ! lib/encoding/warnings/t/2-fatal.t
30249 ____________________________________________________________________________
30250 [ 24167] By: nicholas                              on 2005/04/05  16:09:59
30251         Log: Using savesvpv() here is terser and produces smaller object code.
30252      Branch: perl
30253            ! doio.c
30254 ____________________________________________________________________________
30255 [ 24166] By: rgs                                   on 2005/04/05  15:23:47
30256         Log: Upgrade to Unicode::Normalize 0.32
30257      Branch: perl
30258            ! ext/Unicode/Normalize/Changes
30259            ! ext/Unicode/Normalize/Makefile.PL
30260            ! ext/Unicode/Normalize/Normalize.pm
30261            ! ext/Unicode/Normalize/Normalize.xs
30262            ! ext/Unicode/Normalize/mkheader ext/Unicode/Normalize/t/form.t
30263            ! ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
30264 ____________________________________________________________________________
30265 [ 24165] By: nicholas                              on 2005/04/05  14:52:05
30266         Log: Down with C++ reserved names
30267              (and also function pointer declarations that rely on the C semantics
30268              of ())
30269      Branch: perl
30270            ! ext/Storable/Storable.xs mg.c op.c perlio.c pp_sort.c
30271            ! universal.c
30272 ____________________________________________________________________________
30273 [ 24164] By: nicholas                              on 2005/04/05  14:51:05
30274         Log: Down with potentially incorrect duplicate prototypes
30275      Branch: perl
30276            ! pp_sys.c
30277 ____________________________________________________________________________
30278 [ 24163] By: nicholas                              on 2005/04/05  14:50:30
30279         Log: Down with more K&R prototypes
30280      Branch: perl
30281            ! ext/DynaLoader/dl_dyld.xs
30282 ____________________________________________________________________________
30283 [ 24162] By: nicholas                              on 2005/04/05  14:49:11
30284         Log: Down with unneeded duplicate prototypes
30285      Branch: perl
30286            ! x2p/a2p.c
30287 ____________________________________________________________________________
30288 [ 24161] By: nicholas                              on 2005/04/05  14:48:33
30289         Log: Down with K&R function arguments
30290      Branch: perl
30291            ! ext/Cwd/Cwd.xs
30292 ____________________________________________________________________________
30293 [ 24160] By: rgs                                   on 2005/04/05  14:06:01
30294         Log: Add Math::BigInt::FastCalc in maintainer list
30295      Branch: perl
30296            ! Porting/Maintainers.pl
30297 ____________________________________________________________________________
30298 [ 24159] By: rgs                                   on 2005/04/05  13:12:22
30299         Log: Adaptations to the Makefile.PL of Math::BigInt/FastCalc, for core-ification
30300      Branch: perl
30301            ! ext/Math/BigInt/FastCalc/Makefile.PL
30302 ____________________________________________________________________________
30303 [ 24158] By: rgs                                   on 2005/04/05  12:56:35
30304         Log: New core module, Math::BigInt::FastCalc
30305              
30306              Subject: [PATCH] integrate Math::BigInt::FastCalc
30307              From: Tels <nospam-abuse@bloodgate.com>
30308              Date: Sun, 3 Apr 2005 11:12:45 +0200
30309              Message-Id: <200504031112.55179@bloodgate.com>
30310      Branch: perl
30311            + ext/Math/BigInt/FastCalc/FastCalc.pm
30312            + ext/Math/BigInt/FastCalc/FastCalc.xs
30313            + ext/Math/BigInt/FastCalc/Makefile.PL
30314            + ext/Math/BigInt/FastCalc/t/bigintfc.t
30315            + ext/Math/BigInt/FastCalc/t/bootstrap.t
30316            + ext/Math/BigInt/FastCalc/t/mbi_rand.t
30317            ! MANIFEST
30318 ____________________________________________________________________________
30319 [ 24155] By: rgs                                   on 2005/04/05  10:40:35
30320         Log: Subject: [Patch] Math::BigInt v1.76, Math::BigRat v0.15, bignum v0.17
30321              From: Tels <nospam-abuse@bloodgate.com>
30322              Date: Sun, 3 Apr 2005 10:43:10 +0200
30323              Message-Id: <200504031043.12273@bloodgate.com>
30324      Branch: perl
30325            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
30326            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/_e_math.t
30327            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bigfltpm.inc
30328            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
30329            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/config.t
30330            ! lib/Math/BigInt/t/req_mbf0.t lib/Math/BigInt/t/req_mbfw.t
30331            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/trap.t
30332            ! lib/Math/BigInt/t/with_sub.t lib/Math/BigRat.pm
30333            ! lib/Math/BigRat/t/bigratpm.t lib/Math/BigRat/t/requirer.t
30334            ! lib/bigint.pm lib/bignum.pm lib/bigrat.pm
30335 ____________________________________________________________________________
30336 [ 24152] By: rgs                                   on 2005/04/04  20:55:03
30337         Log: That's C, not perl.
30338      Branch: perl
30339            ! patchlevel.h
30340 ____________________________________________________________________________
30341 [ 24151] By: nicholas                              on 2005/04/04  20:53:42
30342         Log: Make -DFORMAT_CHECK compile with threads.
30343      Branch: perl
30344            ! perl.h
30345 ____________________________________________________________________________
30346 [ 24149] By: rgs                                   on 2005/04/04  17:14:37
30347         Log: Bump version to 5.9.3
30348              Restore "DEVEL" tag in patchlevel.h
30349              Regenerate Porting/config*
30350      Branch: perl
30351            ! NetWare/Makefile NetWare/config_H.wc Porting/config.sh
30352            ! Porting/config_H epoc/config.sh epoc/createpkg.pl patchlevel.h
30353            ! plan9/config.plan9 win32/Makefile win32/config_H.bc
30354            ! win32/config_H.gc win32/config_H.vc64 win32/makefile.mk
30355            ! wince/Makefile.ce
30356 ____________________________________________________________________________
30357 [ 24148] By: rgs                                   on 2005/04/04  14:19:30
30358         Log: Subject: [PATCH] const-eight.diff
30359              From: Andy Lester <andy@petdance.com>
30360              Date: Wed, 30 Mar 2005 11:40:24 -0600
30361              Message-ID: <20050330174024.GA12167@petdance.com>
30362      Branch: perl
30363            ! Porting/Maintainers.pl doio.c dump.c embed.fnc embed.h
30364            ! global.sym mg.c op.c perl.c proto.h sv.c universal.c xsutils.c
30365 ____________________________________________________________________________
30366 [ 24147] By: mhx                                   on 2005/04/03  16:47:54
30367         Log: Subject: Re: [PATCH] Re: [perl #34632] perlintro: "Comments start with ahash symbol"
30368              From: Steven Schubiger <steven@accognoscere.org>
30369              Date: Sun, 3 Apr 2005 11:47:22 +0200 (CEST)
30370              Message-Id: <200504030947.j339lMgp010306@accognoscere.homeunix.org>
30371      Branch: perl
30372            ! pod/perltrap.pod
30373 ____________________________________________________________________________
30374 [ 24139] By: mhx                                   on 2005/04/03  08:19:06
30375         Log: Subject: Re: [PATCH] Re: [perl #34632] perlintro: "Comments start with a hash symbol"
30376              From: Steven Schubiger <steven@accognoscere.org>
30377              Date: Sat, 2 Apr 2005 19:37:11 +0200 (CEST)
30378              Message-Id: <200504021737.j32HbBNS000652@accognoscere.homeunix.org>
30379      Branch: perl
30380            ! pod/perltrap.pod
30381 ____________________________________________________________________________
30382 [ 24138] By: mhx                                   on 2005/04/03  08:16:25
30383         Log: Fix wrong version for byteorder modifiers feature.
30384      Branch: perl
30385            ! pod/perlpacktut.pod
30386 ____________________________________________________________________________
30387 [ 24137] By: nicholas                              on 2005/04/02  22:58:59
30388         Log: Silence compiler warnings about possibly uninitialised variables.
30389              (None are, but it saves anyone else having to work this out)
30390      Branch: perl
30391            ! regexec.c
30392 ____________________________________________________________________________
30393 [ 24136] By: nicholas                              on 2005/04/02  19:04:27
30394         Log: Fix "[perl #34643] Config_heavy.pl not in archlib"
30395      Branch: perl
30396            ! installperl
30397 ____________________________________________________________________________
30398 [ 24135] By: nicholas                              on 2005/04/02  18:52:11
30399         Log: Oops. Forgot to add this.
30400      Branch: perl
30401            + lib/unicore/NamedSequences.txt
30402 ____________________________________________________________________________
30403 [ 24134] By: nicholas                              on 2005/04/02  18:51:27
30404         Log: Subject: [PATCH] Unicode 4.1.0
30405              From: Jarkko Hietaniemi <jhi@iki.fi>
30406              Message-ID: <424E584D.5000508@iki.fi>
30407              Date: Sat, 02 Apr 2005 11:31:09 +0300
30408      Branch: perl
30409            ! MANIFEST lib/Unicode/UCD.pm lib/Unicode/UCD.t
30410            ! lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
30411            ! lib/unicore/Blocks.txt lib/unicore/CaseFolding.txt
30412            ! lib/unicore/CompositionExclusions.txt
30413            ! lib/unicore/EastAsianWidth.txt
30414            ! lib/unicore/HangulSyllableType.txt lib/unicore/Jamo.txt
30415            ! lib/unicore/LineBreak.txt lib/unicore/NamesList.txt
30416            ! lib/unicore/NormalizationCorrections.txt
30417            ! lib/unicore/PropList.txt lib/unicore/PropValueAliases.txt
30418            ! lib/unicore/PropertyAliases.txt lib/unicore/README.perl
30419            ! lib/unicore/ReadMe.txt lib/unicore/Scripts.txt
30420            ! lib/unicore/SpecialCasing.txt
30421            ! lib/unicore/StandardizedVariants.txt
30422            ! lib/unicore/UnicodeData.txt lib/unicore/version t/uni/class.t
30423 ____________________________________________________________________________
30424 [ 24133] By: rgs                                   on 2005/04/01  09:16:19
30425         Log: Add encoding::warnings to Maintainers.pl and rebuild META.yml for release
30426      Branch: perl
30427            ! META.yml Porting/Maintainers.pl
30428 ____________________________________________________________________________
30429 [ 24132] By: rgs                                   on 2005/04/01  08:29:26
30430         Log: Update Changes
30431      Branch: perl
30432            ! Changes
30433 ____________________________________________________________________________
30434 [ 24131] By: steveh                                on 2005/04/01  08:18:27
30435         Log: Remove dependency on tr(1) for MinGW builds on Win32
30436              
30437              This leaves things slightly (more) broken for MinGW builds on Cygwin,
30438              but that doesn't currently quite work in other respects and isn't
30439              documented anyway.  See:
30440              
30441              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-03/msg00751.html
30442      Branch: perl
30443            ! pod/perl592delta.pod win32/makefile.mk
30444 ____________________________________________________________________________
30445 [ 24130] By: rgs                                   on 2005/04/01  07:47:26
30446         Log: Regenerate perltoc and perlmodlib
30447      Branch: perl
30448            ! pod/perlmodlib.pod pod/perltoc.pod
30449 ____________________________________________________________________________
30450 [ 24129] By: rgs                                   on 2005/04/01  07:36:04
30451         Log: POD fixes.
30452      Branch: perl
30453            ! pod/perlfaq1.pod
30454 ____________________________________________________________________________
30455 [ 24128] By: rgs                                   on 2005/04/01  07:19:27
30456         Log: FAQ sync.
30457      Branch: perl
30458            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
30459            ! pod/perlfaq6.pod pod/perlfaq7.pod
30460 ____________________________________________________________________________
30461 [ 24127] By: rgs                                   on 2005/04/01  07:14:22
30462         Log: Add a note about installhtml
30463      Branch: perl
30464            ! pod/perltodo.pod
30465 ____________________________________________________________________________
30466 [ 24126] By: rgs                                   on 2005/03/31  21:51:28
30467         Log: Subject: [PATCH] pp_pack.c warnings on VMS
30468              From: "Craig A. Berry" <craigberry@mac.com>
30469              Date: Thu, 31 Mar 2005 14:51:05 -0600
30470              Message-ID: <424C62B9.2030601@mac.com>
30471      Branch: perl
30472            ! pp_pack.c
30473 ____________________________________________________________________________
30474 [ 24125] By: rgs                                   on 2005/03/31  17:14:01
30475         Log: Mention the current MinGW compilation problems
30476      Branch: perl
30477            ! pod/perl592delta.pod
30478 ____________________________________________________________________________
30479 [ 24124] By: rgs                                   on 2005/03/31  17:11:15
30480         Log: Update Changes
30481      Branch: perl
30482            ! Changes
30483 ____________________________________________________________________________
30484 [ 24123] By: rgs                                   on 2005/03/31  15:52:46
30485         Log: This is 5.9.2. Mostly.
30486      Branch: perl
30487            ! patchlevel.h pod/perlhist.pod
30488 ____________________________________________________________________________
30489 [ 24122] By: steveh                                on 2005/03/31  15:39:57
30490         Log: Fix USE_SITECUSTOMIZE on Win32
30491              
30492              This fixes the problem described in:
30493              
30494              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-03/msg00740.html
30495      Branch: perl
30496            ! win32/win32.c
30497 ____________________________________________________________________________
30498 [ 24121] By: rgs                                   on 2005/03/31  15:24:24
30499         Log: Update copyrights.
30500              Well, those are generated files anyway.
30501      Branch: perl
30502            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
30503            ! proto.h
30504 ____________________________________________________________________________
30505 [ 24120] By: steveh                                on 2005/03/31  14:36:44
30506         Log: Add support for USE_SITECUSTOMIZE in the Win32 makefiles
30507              
30508              Note that this feature doesn't actually work correctly on Win32
30509              until the problem described here is solved:
30510              
30511              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-03/msg00740.html
30512      Branch: perl
30513            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
30514            ! win32/config.vc64 win32/makefile.mk
30515 ____________________________________________________________________________
30516 [ 24119] By: rgs                                   on 2005/03/31  13:52:58
30517         Log: Upgrade to Module::CoreList 1.99
30518      Branch: perl
30519            ! lib/Module/CoreList.pm
30520 ____________________________________________________________________________
30521 [ 24118] By: rgs                                   on 2005/03/31  13:45:17
30522         Log: More known problems.
30523      Branch: perl
30524            ! pod/perl592delta.pod
30525 ____________________________________________________________________________
30526 [ 24117] By: rgs                                   on 2005/03/31  13:10:26
30527         Log: Known problems, reported by Merijn
30528      Branch: perl
30529            ! pod/perl592delta.pod
30530 ____________________________________________________________________________
30531 [ 24116] By: rgs                                   on 2005/03/31  12:45:03
30532         Log: OS typo.
30533      Branch: perl
30534            ! pod/perl592delta.pod
30535 ____________________________________________________________________________
30536 [ 24115] By: rgs                                   on 2005/03/31  12:42:38
30537         Log: Add a tool to generate data for Module::CoreList
30538      Branch: perl
30539            + Porting/corelist.pl
30540            ! MANIFEST
30541 ____________________________________________________________________________
30542 [ 24114] By: rgs                                   on 2005/03/31  11:42:15
30543         Log: More work on perldelta
30544      Branch: perl
30545            ! pod/perl592delta.pod
30546 ____________________________________________________________________________
30547 [ 24113] By: steveh                                on 2005/03/31  10:01:18
30548         Log: Add support for PERL_HASH_SEED_EXPLICIT and NO_HASH_SEED in the
30549              Win32 makefiles
30550      Branch: perl
30551            ! win32/Makefile win32/makefile.mk
30552 ____________________________________________________________________________
30553 [ 24112] By: rgs                                   on 2005/03/31  09:58:40
30554         Log: AUTHORS update
30555      Branch: perl
30556            ! AUTHORS
30557 ____________________________________________________________________________
30558 [ 24111] By: steveh                                on 2005/03/31  09:18:23
30559         Log: A few Win32 makefile tidy-ups (No real changes)
30560      Branch: perl
30561            ! win32/Makefile win32/makefile.mk
30562 ____________________________________________________________________________
30563 [ 24110] By: steveh                                on 2005/03/31  08:20:00
30564         Log: Fix typo in INSTALL (s/USE_HAS_SEED_EXPLICIT/USE_HASH_SEED_EXPLICIT/)
30565      Branch: perl
30566            ! INSTALL
30567 ____________________________________________________________________________
30568 [ 24109] By: steveh                                on 2005/03/31  07:55:12
30569         Log: One more Win32 compilation clean-up (for when using -DDEBUGGING)
30570      Branch: perl
30571            ! sv.c
30572 ____________________________________________________________________________
30573 [ 24108] By: steveh                                on 2005/03/31  07:36:52
30574         Log: Another Win32 compilation clean-up (for when using Perl's malloc)
30575      Branch: perl
30576            ! malloc.c
30577 ____________________________________________________________________________
30578 [ 24107] By: merijn                                on 2005/03/30  17:03:19
30579         Log: Now that we have the full path, we can skip the which call,
30580              that might cause trouble on testdrive systems.
30581      Branch: perl
30582            ! hints/hpux.sh
30583 ____________________________________________________________________________
30584 [ 24106] By: rgs                                   on 2005/03/30  14:41:51
30585         Log: Update copyrights.
30586      Branch: perl
30587            ! XSUB.h av.c deb.c dump.c embedvar.h gv.h handy.h hv.h
30588            ! miniperlmain.c numeric.c op.h pad.c perl.h pp.h regcomp.h
30589            ! regen_perly.pl scope.h sv.h thrdvar.h thread.h
30590 ____________________________________________________________________________
30591 [ 24105] By: merijn                                on 2005/03/30  14:25:05
30592         Log: Simplify #24043 note now Configure can do -Dusesitecustomize
30593      Branch: perl
30594            ! INSTALL
30595 ____________________________________________________________________________
30596 [ 24104] By: merijn                                on 2005/03/30  14:17:40
30597         Log: Support for -Dusesitecustomize
30598      Branch: perl
30599            ! Configure config_h.SH
30600 ____________________________________________________________________________
30601 [ 24102] By: merijn                                on 2005/03/30  13:43:12
30602         Log: USE_STRLCAT and USE_STRLCPY now actually used
30603              LIBM_VERSION_TYPE and USE_SITECUSTOMIZE are preparations
30604              for future use
30605      Branch: perl
30606            ! handy.h
30607 ____________________________________________________________________________
30608 [ 24101] By: rgs                                   on 2005/03/30  13:34:11
30609         Log: Subject: [PATCH] ext/Errno/Errno_pm.PL: fix for GNU hurd
30610              From: Brendan O'Dea <bod@debian.org>
30611              Date: Wed, 30 Mar 2005 10:30:25 +1000
30612              Message-ID: <20050330003025.GA29797@londo.c47.org>
30613      Branch: perl
30614            ! ext/Errno/Errno_pm.PL
30615 ____________________________________________________________________________
30616 [ 24100] By: rgs                                   on 2005/03/30  13:16:52
30617         Log: Subject: Re: PATCH: byte count feature request for unpack
30618              From: perl5-porters@ton.iguana.be (Ton Hospel)
30619              Date: Sun, 27 Mar 2005 18:32:11 +0000 (UTC)
30620              Message-Id: <d26u7b$i3v$1@post.home.lunix>
30621              
30622              (rework of a patch from Arne Ahrend <aahrend@web.de>)
30623      Branch: perl
30624            ! pod/perldiag.pod pod/perlfunc.pod pp_pack.c t/op/pack.t
30625 ____________________________________________________________________________
30626 [ 24099] By: steveh                                on 2005/03/30  08:36:50
30627         Log: A couple more Win32 compilation clean-ups
30628      Branch: perl
30629            ! win32/win32sck.c
30630 ____________________________________________________________________________
30631 [ 24098] By: rgs                                   on 2005/03/30  08:03:13
30632         Log: Minor POD nits.
30633      Branch: perl
30634            ! ext/File/Glob/Glob.pm
30635 ____________________________________________________________________________
30636 [ 24097] By: merijn                                on 2005/03/30  07:49:46
30637         Log: Subject: Re: [PATCH] 5.6 File::Glob documentation insufficient for use
30638              From: Steven Schubiger <steven@accognoscere.org>
30639              Date: Wed, 30 Mar 2005 03:41:03 +0200 (CEST)
30640              Message-Id: <200503300141.j2U1f3EP024524@accognoscere.homeunix.org>
30641      Branch: perl
30642            ! ext/File/Glob/Glob.pm
30643 ____________________________________________________________________________
30644 [ 24096] By: steveh                                on 2005/03/29  15:18:30
30645         Log: Clean-up some warnings when compiling on Win32 with VC++
30646      Branch: perl
30647            ! hv.c mg.c op.c pp_pack.c pp_sort.c pp_sys.c utf8.c util.c
30648 ____________________________________________________________________________
30649 [ 24095] By: rgs                                   on 2005/03/29  12:39:39
30650         Log: Downconst external APIs
30651      Branch: perl
30652            ! embed.fnc gv.h op.c opcode.h opcode.pl pod/perlapi.pod proto.h
30653            ! sv.c util.c
30654 ____________________________________________________________________________
30655 [ 24094] By: rgs                                   on 2005/03/29  09:38:39
30656         Log: The core part of :
30657              Subject: [PATCH] Consting seven
30658              From: Andy Lester <andy@petdance.com>
30659              Date: Sun, 27 Mar 2005 15:57:22 -0600
30660              Message-ID: <20050327215722.GC20451@petdance.com>
30661      Branch: perl
30662            ! embed.fnc embed.h perl.c perlio.c pp_ctl.c proto.h regcomp.c
30663            ! regexec.c util.c
30664 ____________________________________________________________________________
30665 [ 24093] By: steveh                                on 2005/03/29  08:48:50
30666         Log: Fix Win32 compilation nit following change #24074
30667      Branch: perl
30668            ! util.c
30669 ____________________________________________________________________________
30670 [ 24092] By: steveh                                on 2005/03/29  08:22:45
30671         Log: Fix PerlLIO_chsize() for platforms that don't have chsize()
30672              
30673              This is the patch from the end of the thread that started here:
30674              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-09/msg00055.html
30675      Branch: perl
30676            ! doio.c iperlsys.h pp_sys.c
30677 ____________________________________________________________________________
30678 [ 24091] By: rgs                                   on 2005/03/29  07:01:40
30679         Log: Fix Peek.t to work with and without DEBUG_LEAKING_SCALARS
30680      Branch: perl
30681            ! ext/Devel/Peek/t/Peek.t
30682 ____________________________________________________________________________
30683 [ 24090] By: merijn                                on 2005/03/29  07:01:11
30684         Log: Make the spelling of whitespace (vs white-space and white space)
30685              more consistent
30686              From: Offer Kaye <offer.kaye@gmail.com>
30687              Date: Thu, 17 Mar 2005 14:47:36 -0500
30688              Message-ID: <5694250503171147668e73c7@mail.gmail.com>
30689      Branch: perl
30690            ! pod/perllocale.pod pod/perlop.pod pod/perlopentut.pod
30691            ! pod/perlre.pod pod/perlxstut.pod
30692 ____________________________________________________________________________
30693 [ 24089] By: rgs                                   on 2005/03/29  06:14:18
30694         Log: Don't #ifdef out a return statement
30695      Branch: perl
30696            ! pad.c
30697 ____________________________________________________________________________
30698 [ 24088] By: davem                                 on 2005/03/28  21:38:44
30699         Log: expand -DDEBUG_LEAKING_SCALARS to instrument the creation of each SV
30700      Branch: perl
30701            ! dump.c ext/Devel/Peek/t/Peek.t pad.c perl.c pod/perlhack.pod
30702            ! sv.c sv.h
30703 ____________________________________________________________________________
30704 [ 24087] By: rgs                                   on 2005/03/27  16:38:13
30705         Log: Raw work on perl592delta.
30706      Branch: perl
30707            ! pod/perl592delta.pod
30708 ____________________________________________________________________________
30709 [ 24086] By: rgs                                   on 2005/03/27  13:59:02
30710         Log: Subject: Re: [perl #34195] Regex: Alternations within negative lookahead assertions 
30711              From: hv@crypt.org
30712              Date: Thu, 24 Mar 2005 19:51:08 +0000
30713              Message-Id: <200503241951.j2OJp8s18147@zen.crypt.org>
30714      Branch: perl
30715            ! regexec.c t/op/re_tests
30716 ____________________________________________________________________________
30717 [ 24085] By: rgs                                   on 2005/03/27  13:30:18
30718         Log: Fix -C option of mktables (for VMS)
30719              
30720              Subject: Re: [PATCH] Consting five
30721              From: demerphq <demerphq@gmail.com>
30722              Date: Sat, 26 Mar 2005 21:45:09 +0100
30723              Message-ID: <9b18b311050326124563db5113@mail.gmail.com>
30724      Branch: perl
30725            ! lib/unicore/mktables
30726 ____________________________________________________________________________
30727 [ 24084] By: davem                                 on 2005/03/26  21:25:47
30728         Log: UTF-8 string substitution corrupts memory
30729              The implicit call of 'require utf8' triggered by code like
30730              "\x{100}" =~ /[[:print:]]/
30731              wasn't saving state correctly first.
30732      Branch: perl
30733            ! utf8.c
30734 ____________________________________________________________________________
30735 [ 24083] By: rgs                                   on 2005/03/26  17:40:26
30736         Log: Remove an XXX note from the public doc.
30737              Hide it in the comments, instead
30738      Branch: perl
30739            ! pod/perlapi.pod sv.c
30740 ____________________________________________________________________________
30741 [ 24082] By: nicholas                              on 2005/03/26  00:21:30
30742         Log: Need to return something when the compiler doesn't know that a
30743              function is "noreturn".
30744      Branch: perl
30745            ! mg.c op.c scope.c
30746 ____________________________________________________________________________
30747 [ 24081] By: nicholas                              on 2005/03/25  23:46:22
30748         Log: Subject: [PATCH] Consting five
30749              Date: Fri, 25 Mar 2005 17:14:09 -0600
30750              From: Andy Lester <andy@petdance.com>
30751              Message-ID: <20050325231409.GB17660@petdance.com>
30752              
30753              [with modification - the extra argument to incpush was supposed to
30754              be being used]
30755      Branch: perl
30756            ! av.c embed.fnc embed.h ext/DynaLoader/dlutils.c gv.c
30757            ! intrpvar.h locale.c mg.c miniperlmain.c op.c perl.c pp_sys.c
30758            ! proto.h regcomp.c thrdvar.h toke.c
30759 ____________________________________________________________________________
30760 [ 24080] By: rgs                                   on 2005/03/25  21:09:23
30761         Log: Subject: Re: [perl #34568] Perl crashes reading past the end of a heap block while parsing foreach statement
30762              From: Gurusamy Sarathy <gsar@ActiveState.com>
30763              Date: Fri, 25 Mar 2005 10:31:09 -0800
30764              Message-Id: <200503251831.j2PIV9A6006234@smtp3.ActiveState.com>
30765      Branch: perl
30766            ! op.c
30767 ____________________________________________________________________________
30768 [ 24079] By: rgs                                   on 2005/03/25  21:02:04
30769         Log: Subject: [PATCH] Consting part 4
30770              From: Andy Lester <andy@petdance.com>
30771              Date: Fri, 25 Mar 2005 14:43:31 -0600
30772              Message-ID: <20050325204331.GA16388@petdance.com>
30773      Branch: perl
30774            ! embed.fnc mg.c numeric.c op.c perlio.c pod/perlapi.pod proto.h
30775            ! regcomp.c scope.c sv.c taint.c toke.c utf8.c util.c
30776 ____________________________________________________________________________
30777 [ 24078] By: nicholas                              on 2005/03/25  20:57:46
30778         Log: FreeBSD NDBM appears to generate files ending .db, so be prepared to
30779              clean this variant up as well.
30780      Branch: perl
30781            ! lib/Memoize/t/tie_ndbm.t
30782 ____________________________________________________________________________
30783 [ 24077] By: rgs                                   on 2005/03/25  18:03:00
30784         Log: Remove the const qualifier from argv and env variables
30785      Branch: perl
30786            ! embed.fnc intrpvar.h perl.c pod/perlapi.pod proto.h
30787 ____________________________________________________________________________
30788 [ 24076] By: rgs                                   on 2005/03/25  14:41:46
30789         Log: Subject: [PATCH] const fix-up for vms/vms.c
30790              From: "Craig A. Berry" <craigberry@mac.com>
30791              Date: Fri, 25 Mar 2005 09:00:06 -0600
30792              Message-ID: <42442776.8030603@mac.com>
30793      Branch: perl
30794            ! vms/vms.c vms/vmsish.h
30795 ____________________________________________________________________________
30796 [ 24075] By: rgs                                   on 2005/03/25  09:24:15
30797         Log: Subject: [PATCH] Re: Smoke [5.9.2] 24061 FAIL(m) linux 2.6.10-1.770_FC3 [fedora] (i686/1 cpu)
30798              From: Steve Peters <steve@fisharerojo.org>
30799              Date: Tue, 22 Mar 2005 17:15:23 -0600
30800              Message-ID: <20050322231523.GA3083@mccoy.peters.homeunix.org>
30801      Branch: perl
30802            ! hints/linux.sh
30803 ____________________________________________________________________________
30804 [ 24074] By: rgs                                   on 2005/03/24  16:25:58
30805         Log: Subject: [PATCH] Third consting batch
30806              From: Andy Lester <andy@petdance.com>
30807              Date: Tue, 22 Mar 2005 00:35:55 -0600
30808              Message-Id: <2f14220e7101a03f7659dbe79a03b115@petdance.com>
30809      Branch: perl
30810            ! XSUB.h deb.c doio.c dump.c embed.fnc gv.c gv.h hv.c mg.c mg.h
30811            ! minimod.pl numeric.c op.c pad.c patchlevel.h perl.c perl.h
30812            ! perlio.c perliol.h perlvars.h perly.c pod/perlapi.pod
30813            ! pod/perlintern.pod pp.c pp_hot.c pp_sys.c proto.h regcomp.c
30814            ! regcomp.h regexec.c scope.c sv.c taint.c universal.c utf8.c
30815            ! utf8.h utfebcdic.h util.c writemain.SH xsutils.c
30816 ____________________________________________________________________________
30817 [ 24073] By: mhx                                   on 2005/03/22  16:30:57
30818         Log: Mention (un)?pack byte-order modifiers in perldelta
30819      Branch: perl
30820            ! pod/perl592delta.pod
30821 ____________________________________________________________________________
30822 [ 24072] By: rgs                                   on 2005/03/22  16:15:58
30823         Log: Some updates in the new perldelta.
30824      Branch: perl
30825            ! pod/perl592delta.pod
30826 ____________________________________________________________________________
30827 [ 24071] By: rgs                                   on 2005/03/22  15:30:18
30828         Log: Remove IPC::Run for 5.9.2
30829      Branch: perl
30830            - lib/IPC/Run.pm lib/IPC/Run/Debug.pm lib/IPC/Run/IO.pm
30831            - lib/IPC/Run/Timer.pm lib/IPC/Run/Win32Helper.pm
30832            - lib/IPC/Run/Win32IO.pm lib/IPC/Run/Win32Pump.pm
30833            - lib/IPC/Run/t/adopt.t lib/IPC/Run/t/binmode.t
30834            - lib/IPC/Run/t/bogus.t lib/IPC/Run/t/filter.t
30835            - lib/IPC/Run/t/harness.t lib/IPC/Run/t/io.t
30836            - lib/IPC/Run/t/kill_kill.t lib/IPC/Run/t/parallel.t
30837            - lib/IPC/Run/t/pty.t lib/IPC/Run/t/pump.t lib/IPC/Run/t/run.t
30838            - lib/IPC/Run/t/signal.t lib/IPC/Run/t/timeout.t
30839            - lib/IPC/Run/t/timer.t lib/IPC/Run/t/win32_compile.t
30840            ! MANIFEST
30841 ____________________________________________________________________________
30842 [ 24070] By: rgs                                   on 2005/03/22  14:53:01
30843         Log: Forbid the -C option on the command-line
30844              as suggested by Merijn (see [perl #34087])
30845      Branch: perl
30846            ! pod/perldiag.pod toke.c
30847 ____________________________________________________________________________
30848 [ 24069] By: rgs                                   on 2005/03/22  14:03:12
30849         Log: Upgrade to PathTools 3.05
30850      Branch: perl
30851            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm lib/File/Spec.pm
30852 ____________________________________________________________________________
30853 [ 24068] By: rgs                                   on 2005/03/22  10:59:53
30854         Log: Upgrade to File::Temp 0.16
30855      Branch: perl
30856            ! lib/File/Temp.pm lib/File/Temp/t/object.t
30857            ! lib/File/Temp/t/tempfile.t
30858 ____________________________________________________________________________
30859 [ 24067] By: rgs                                   on 2005/03/22  10:53:39
30860         Log: Revert change #24055, which was producing a segfault in installman
30861              when it was trying to install perltoc.
30862      Branch: perl
30863            ! regexec.c t/op/re_tests
30864 ____________________________________________________________________________
30865 [ 24066] By: rgs                                   on 2005/03/22  09:43:44
30866         Log: Fix unresolved POD link
30867      Branch: perl
30868            ! pod/perlfunc.pod
30869 ____________________________________________________________________________
30870 [ 24065] By: rgs                                   on 2005/03/22  09:21:09
30871         Log: Rename ${^RE_TRIE_MAXBUFF} to ${^RE_TRIE_MAXBUF},
30872              and other neatification
30873      Branch: perl
30874            ! pod/perl592delta.pod pod/perlvar.pod regcomp.c regcomp.h
30875 ____________________________________________________________________________
30876 [ 24064] By: rgs                                   on 2005/03/22  08:57:18
30877         Log: Subject: [PATCH] simple optimization for SelectSaver
30878              From: Alexey Tourbin <at@altlinux.ru>
30879              Date: Fri, 18 Mar 2005 21:05:51 +0300
30880              Message-ID: <20050318180551.GA12596@solemn.turbinal.org>
30881      Branch: perl
30882            ! lib/SelectSaver.pm
30883 ____________________________________________________________________________
30884 [ 24063] By: rgs                                   on 2005/03/22  08:53:21
30885         Log: minitest fix
30886      Branch: perl
30887            ! t/run/fresh_perl.t
30888 ____________________________________________________________________________
30889 [ 24062] By: rgs                                   on 2005/03/22  07:50:28
30890         Log: Add in perldelta changes about unpack A and trailing whitespace, trie
30891              optimization, and debug flags for "use re".
30892      Branch: perl
30893            ! pod/perl592delta.pod
30894 ____________________________________________________________________________
30895 [ 24061] By: nicholas                              on 2005/03/21  22:52:12
30896         Log: Casts needed to make VMS happy. (It gets very upset at assignments
30897              between char * and unsigned char *)
30898      Branch: perl
30899            ! pp_pack.c
30900 ____________________________________________________________________________
30901 [ 24060] By: rgs                                   on 2005/03/21  21:44:37
30902         Log: Subject: Re: unpack A strip patch
30903              From: Ton Hospel <perl5-porters@ton.iguana.be>
30904              Date: Mon, 21 Mar 2005 21:31:37 +0000 (UTC)
30905              Message-Id: <d1nefp$lpe$1@post.home.lunix>
30906      Branch: perl
30907            ! pod/perlfunc.pod pp_pack.c t/op/pack.t
30908 ____________________________________________________________________________
30909 [ 24059] By: rgs                                   on 2005/03/21  21:33:16
30910         Log: Subject: Re: regexp trie fails compile on VMS
30911              From: demerphq <demerphq@gmail.com>
30912              Date: Mon, 21 Mar 2005 22:29:09 +0100
30913              Message-ID: <9b18b311050321132917a4b1c7@mail.gmail.com>
30914      Branch: perl
30915            ! regcomp.c regcomp.h regcomp.pl regcomp.sym regexec.c
30916 ____________________________________________________________________________
30917 [ 24058] By: rgs                                   on 2005/03/21  21:22:10
30918         Log: Break up long lines in -V output for compile-time options
30919              
30920              Subject: Re: sitecustomize.pl [PATCH]
30921              From: sthoenna[at]efn.org (Yitzchak Scott-Thoennes)
30922              Date: Tue, 8 Mar 2005 17:46:04 -0800
30923              Message-ID: <20050309014604.GA5876[at]efn.org>
30924      Branch: perl
30925            ! perl.c
30926 ____________________________________________________________________________
30927 [ 24057] By: steveh                                on 2005/03/21  17:08:26
30928         Log: Oops - forgot to update MANIFEST for change 24056.
30929      Branch: perl
30930            ! MANIFEST
30931 ____________________________________________________________________________
30932 [ 24056] By: steveh                                on 2005/03/21  17:06:45
30933         Log: Subject: Re: Stop mktables from needlessly re-running when using dmake on Win32
30934              From: demerphq <demerphq@gmail.com>
30935              Date: Tue, 8 Mar 2005 02:24:10 +0100
30936              Message-ID: <9b18b311050307172455a5816e@mail.gmail.com>
30937              
30938              Change 24004 stopped mktables from needlessly re-running when using
30939              dmake on Win32, but it can still happen when using nmake because it
30940              doesn't support the .UPDATEALL attribute that was used to fix dmake.
30941              e.g. Build perl, touch a core header file, then rebuild -- mktables
30942              re-runs when it didn't need to, and 7 times over at that!  This change
30943              alleviates the pain by making mktables exit quickly in such cases.
30944      Branch: perl
30945            + lib/unicore/mktables.lst
30946            ! lib/unicore/mktables
30947 ____________________________________________________________________________
30948 [ 24055] By: rgs                                   on 2005/03/21  14:58:21
30949         Log: Resubmit change #24053.
30950      Branch: perl
30951            ! regexec.c t/op/re_tests
30952 ____________________________________________________________________________
30953 [ 24054] By: rgs                                   on 2005/03/21  14:32:58
30954         Log: Subject: [PATCH] Re: [perl #34493] h2ph `extern inline' problems
30955              From: Alexey Tourbin <at@altlinux.ru>
30956              Date: Sat, 19 Mar 2005 16:37:12 +0300
30957              Message-ID: <20050319133712.GB6484@solemn.turbinal.org>
30958              
30959              and
30960              
30961              Message-ID: <20050319141457.GC6484@solemn.turbinal.org>
30962      Branch: perl
30963            ! t/lib/h2ph.h utils/h2ph.PL
30964 ____________________________________________________________________________
30965 [ 24053] By: rgs                                   on 2005/03/21  13:15:34
30966         Log: Subject: Re: [perl #34195] Regex: Alternations within negative lookahead assertions 
30967              From: hv@crypt.org
30968              Date: Mon, 21 Feb 2005 17:59:49 +0000
30969              Message-Id: <200502211759.j1LHxnC22894@zen.crypt.org>
30970      Branch: perl
30971            ! regexec.c t/op/re_tests
30972 ____________________________________________________________________________
30973 [ 24052] By: rgs                                   on 2005/03/21  10:27:44
30974         Log: Subject: pack / for general types
30975              From: perl5-porters@ton.iguana.be (Ton Hospel)
30976              Date: Sat, 19 Mar 2005 22:00:45 +0000 (UTC)
30977              Message-Id: <d1i7ed$62c$1@post.home.lunix>
30978              
30979              Allow "len/format" to work for any format type, not just strings.
30980      Branch: perl
30981            ! pod/perldiag.pod pod/perlfunc.pod pp_pack.c t/op/pack.t
30982 ____________________________________________________________________________
30983 [ 24051] By: rgs                                   on 2005/03/21  10:12:01
30984         Log: perldelta suggestions on (un)?pack by Ton Hospel
30985      Branch: perl
30986            ! pod/perl592delta.pod
30987 ____________________________________________________________________________
30988 [ 24050] By: rgs                                   on 2005/03/21  09:59:13
30989         Log: Subject: Re: bugzilla.redhat bug #101767 (threads, threads::shared)
30990              From: Alexey Tourbin <at@altlinux.ru>
30991              Date: Sat, 19 Mar 2005 06:10:45 +0300
30992              Message-ID: <20050319031045.GN12596@solemn.turbinal.org>
30993      Branch: perl
30994            + ext/threads/hints/linux.pl ext/threads/shared/hints/linux.pl
30995            ! MANIFEST
30996 ____________________________________________________________________________
30997 [ 24049] By: rgs                                   on 2005/03/21  09:39:35
30998         Log: Subject: [PATCH] More consting goodness
30999              From: Andy Lester <andy@petdance.com>
31000              Date: Sat, 19 Mar 2005 01:28:30 -0600
31001              Message-ID: <20050319072830.GA7721@petdance.com>
31002      Branch: perl
31003            ! deb.c dump.c embed.fnc handy.h op.c opcode.h opcode.pl perl.c
31004            ! pod/perlapi.pod pp_ctl.c pp_sys.c proto.h regcomp.c regexec.c
31005            ! sv.c toke.c
31006 ____________________________________________________________________________
31007 [ 24048] By: rgs                                   on 2005/03/20  21:20:50
31008         Log: Upgrade to Math::BigInt 1.75, by Tels
31009      Branch: perl
31010            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
31011            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
31012            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
31013            ! lib/Math/BigInt/t/fallback.t lib/Math/BigInt/t/mbi_rand.t
31014            ! lib/Math/BigInt/t/sub_mbi.t
31015 ____________________________________________________________________________
31016 [ 24047] By: merijn                                on 2005/03/20  10:50:11
31017         Log: Subject: [PATCH] perlrun typo (env PERLDB_OPTS)
31018              From: Alexey Tourbin <at@altlinux.ru>
31019              Date: Sat, 19 Mar 2005 03:40:13 +0300
31020              Message-ID: <20050319004013.GJ12596@solemn.turbinal.org>
31021      Branch: perl
31022            ! pod/perlrun.pod
31023 ____________________________________________________________________________
31024 [ 24046] By: rgs                                   on 2005/03/18  21:47:54
31025         Log: Remove an useless line, spotted by Andy Lester
31026      Branch: perl
31027            ! toke.c
31028 ____________________________________________________________________________
31029 [ 24045] By: rgs                                   on 2005/03/18  16:54:38
31030         Log: Remove trie optimisation from the todo list
31031      Branch: perl
31032            ! pod/perltodo.pod
31033 ____________________________________________________________________________
31034 [ 24044] By: rgs                                   on 2005/03/18  15:04:39
31035         Log: Subject: Re: Reworked Trie Patch
31036              From: demerphq <demerphq@gmail.com>
31037              Date: Mon, 14 Mar 2005 08:55:39 +0100
31038              Message-ID: <9b18b31105031323557019ae1@mail.gmail.com>
31039              
31040              Subject: Re: Reworked Trie Patch
31041              From: demerphq <demerphq@gmail.com>
31042              Date: Wed, 16 Mar 2005 19:48:18 +0100
31043              Message-ID: <9b18b31105031610481025a080@mail.gmail.com>
31044              
31045              Plus minor nits in the documentation of re.pm,
31046              a version bump, and addition of an OPTIMIZE alias
31047      Branch: perl
31048            + t/op/regexp_notrie.t t/op/regexp_trielist.t
31049            ! MANIFEST embed.fnc embed.h ext/re/re.pm pod/perlvar.pod
31050            ! proto.h regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h
31051            ! sv.c t/op/pat.t t/op/re_tests t/op/readdir.t
31052 ____________________________________________________________________________
31053 [ 24043] By: rgs                                   on 2005/03/18  14:02:36
31054         Log: Subject: Re: sitecustomize.pl [PATCH]
31055              From: Gisle Aas <gisle@ActiveState.com>
31056              Date: 18 Mar 2005 04:06:40 -0800
31057              Message-ID: <lru0n9w433.fsf@caliper.activestate.com>
31058              
31059              Adds a new command-line switch, -f, and a new optional
31060              compile-time setting -DUSE_SITECUSTOMIZE
31061      Branch: perl
31062            ! INSTALL ext/Devel/DProf/t/DProf.t perl.c pod/perlrun.pod
31063 ____________________________________________________________________________
31064 [ 24042] By: rgs                                   on 2005/03/18  13:38:32
31065         Log: Subject: [PATCH] More const parms
31066              From: Andy Lester <andy@petdance.com>
31067              Date: Mon, 14 Mar 2005 13:59:54 -0600
31068              Message-ID: <20050314195954.GB7141@petdance.com>
31069      Branch: perl
31070            ! embed.fnc gv.c numeric.c op.c pad.c perlio.c pod/perlapi.pod
31071            ! pod/perlintern.pod pp_ctl.c pp_hot.c proto.h scope.c sv.c
31072            ! toke.c utf8.c
31073 ____________________________________________________________________________
31074 [ 24041] By: rgs                                   on 2005/03/18  10:27:17
31075         Log: Don't use vars in DynaLoader
31076              Remove left-over maintenance code
31077      Branch: perl
31078            ! ext/DynaLoader/DynaLoader_pm.PL
31079 ____________________________________________________________________________
31080 [ 24040] By: rgs                                   on 2005/03/18  07:57:06
31081         Log: Subject: [PATCH] $B::Disassembler::VERSION
31082              From: Alexey Tourbin <at@altlinux.ru>
31083              Date: Thu, 17 Mar 2005 19:02:38 +0300
31084              Message-ID: <20050317160238.GN5825@solemn.turbinal.org>
31085      Branch: perl
31086            ! ext/B/B/Disassembler.pm
31087 ____________________________________________________________________________
31088 [ 24039] By: rgs                                   on 2005/03/15  09:30:28
31089         Log: Upgrade to CGI 3.07.
31090              Add CGI's changelog
31091      Branch: perl
31092            + lib/CGI/Changes
31093            ! MANIFEST lib/CGI.pm lib/CGI/Cookie.pm
31094 ____________________________________________________________________________
31095 [ 24038] By: merijn                                on 2005/03/14  15:55:44
31096         Log: Subject: pp_pack.c, simplifying genpacksizetables
31097              From: perl5-porters@ton.iguana.be (Ton Hospel)
31098              Date: Sun, 13 Mar 2005 15:07:41 +0000 (UTC)
31099              Message-Id: <d11kvt$1k7$1@post.home.lunix>
31100      Branch: perl
31101            ! genpacksizetables.pl pp_pack.c
31102 ____________________________________________________________________________
31103 [ 24037] By: rgs                                   on 2005/03/14  14:35:33
31104         Log: Subject: [PATCH] Adding const qualifiers
31105              From: Andy Lester <andy@petdance.com>
31106              Date: Sun, 13 Mar 2005 14:20:05 -0600
31107              Message-ID: <20050313202005.GA23535@petdance.com>
31108      Branch: perl
31109            ! av.c embed.fnc gv.c hv.c mg.c op.c pod/perlapi.pod pp_ctl.c
31110            ! proto.h scope.c utf8.c
31111 ____________________________________________________________________________
31112 [ 24036] By: rgs                                   on 2005/03/14  09:19:01
31113         Log: Subject: Re: [perl #34155] perldoc -f hex should say how to convert back
31114              From: David Nicol <davidnicol@gmail.com>
31115              Date: Tue, 8 Mar 2005 18:23:11 -0600
31116              Message-ID: <934f64a20503081623713f6d27@mail.gmail.com>
31117      Branch: perl
31118            ! pod/perlfunc.pod
31119 ____________________________________________________________________________
31120 [ 24035] By: rgs                                   on 2005/03/13  21:14:36
31121         Log: Document pack changes in perldelta
31122      Branch: perl
31123            ! pod/perl592delta.pod
31124 ____________________________________________________________________________
31125 [ 24034] By: rgs                                   on 2005/03/13  16:41:05
31126         Log: Upgrade to Pod::Parser 1.30
31127      Branch: perl
31128            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
31129            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
31130            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podselect.PL
31131            ! t/pod/poderrs.xr
31132 ____________________________________________________________________________
31133 [ 24033] By: rgs                                   on 2005/03/13  11:07:40
31134         Log: Doc patches to clarify the stringification rules of {} and =>
31135              by Jarkko (bug #34419)
31136      Branch: perl
31137            ! pod/perldata.pod pod/perlop.pod
31138 ____________________________________________________________________________
31139 [ 24032] By: rgs                                   on 2005/03/13  09:20:01
31140         Log: gcc warning patch by Andy Lester
31141      Branch: perl
31142            ! perl.h
31143 ____________________________________________________________________________
31144 [ 24031] By: rgs                                   on 2005/03/12  22:05:14
31145         Log: Subject: Re: Encoding neutral unpack
31146              From: perl5-porters@ton.iguana.be (Ton Hospel)
31147              Date: Sat, 12 Mar 2005 18:54:29 +0000 (UTC)
31148              Message-ID: <d0vdt5$81a$1@post.home.lunix>
31149              
31150              A new test.
31151      Branch: perl
31152            ! t/op/pack.t
31153 ____________________________________________________________________________
31154 [ 24030] By: rgs                                   on 2005/03/12  22:01:21
31155         Log: Indentation patch by Ton Hospel for pp_pack
31156      Branch: perl
31157            ! pp_pack.c
31158 ____________________________________________________________________________
31159 [ 24029] By: rgs                                   on 2005/03/12  20:49:00
31160         Log: Change my email, put real name of Pixel
31161      Branch: perl
31162            ! AUTHORS
31163 ____________________________________________________________________________
31164 [ 24028] By: rgs                                   on 2005/03/12  17:15:23
31165         Log: Upgrade to DB_File 1.811, by Paul Marquess
31166      Branch: perl
31167            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
31168            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-hash.t
31169            ! ext/DB_File/typemap
31170 ____________________________________________________________________________
31171 [ 24027] By: rgs                                   on 2005/03/11  17:47:41
31172         Log: Add standard core test headers to the Class::ISA new tests
31173      Branch: perl
31174            ! lib/Class/ISA/t/00_about_verbose.t
31175            ! lib/Class/ISA/t/01_old_junk.t
31176 ____________________________________________________________________________
31177 [ 24026] By: rgs                                   on 2005/03/11  17:37:01
31178         Log: Upgrade to Class::ISA 0.33
31179      Branch: perl
31180            + lib/Class/ISA/ChangeLog lib/Class/ISA/t/00_about_verbose.t
31181            + lib/Class/ISA/t/01_old_junk.t
31182            - lib/Class/ISA/test.pl
31183            ! MANIFEST lib/Class/ISA.pm
31184 ____________________________________________________________________________
31185 [ 24025] By: rgs                                   on 2005/03/11  16:55:59
31186         Log: Update Changes
31187      Branch: perl
31188            ! Changes
31189 ____________________________________________________________________________
31190 [ 24024] By: rgs                                   on 2005/03/11  11:12:31
31191         Log: FAQ sync
31192      Branch: perl
31193            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
31194            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
31195            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
31196            ! pod/perlfaq9.pod
31197 ____________________________________________________________________________
31198 [ 24023] By: rgs                                   on 2005/03/11  10:22:28
31199         Log: Subject: [PATCH] pad_push numero three-o
31200              From: Andy Lester <andy@petdance.com>
31201              Date: Thu, 10 Mar 2005 15:17:28 -0600
31202              Message-ID: <20050310211728.GC32386@petdance.com>
31203      Branch: perl
31204            ! embed.fnc embed.h pad.c pod/perlintern.pod pp_ctl.c pp_hot.c
31205            ! proto.h
31206 ____________________________________________________________________________
31207 [ 24022] By: rgs                                   on 2005/03/10  17:42:54
31208         Log: Make the return value of close() depend not only on the success of the
31209              close itself, but also on whether the output stream had a previous
31210              error. From Jim Meyering <jim@meyering.net>, via Debian.
31211      Branch: perl
31212            ! doio.c
31213 ____________________________________________________________________________
31214 [ 24021] By: rgs                                   on 2005/03/10  17:39:56
31215         Log: 8 is not an octal digit. (from Debian)
31216      Branch: perl
31217            ! pod/perlreref.pod
31218 ____________________________________________________________________________
31219 [ 24020] By: rgs                                   on 2005/03/10  17:38:51
31220         Log: Fix a2p manpage (from Debian)
31221      Branch: perl
31222            ! x2p/a2p.pod
31223 ____________________________________________________________________________
31224 [ 24019] By: rgs                                   on 2005/03/10  17:36:37
31225         Log: Remove a spurious undefined warning when using getopts.pl with -w.
31226              (from Debian)
31227      Branch: perl
31228            ! lib/getopts.pl
31229 ____________________________________________________________________________
31230 [ 24018] By: rgs                                   on 2005/03/10  17:34:39
31231         Log: Doc patch for Devel::DProf (from Debian)
31232      Branch: perl
31233            ! ext/Devel/DProf/DProf.pm
31234 ____________________________________________________________________________
31235 [ 24017] By: rgs                                   on 2005/03/10  17:22:25
31236         Log: Add support for Debian GNU/k*BSD
31237      Branch: perl
31238            ! hints/gnukfreebsd.sh hints/gnuknetbsd.sh
31239 ____________________________________________________________________________
31240 [ 24016] By: rgs                                   on 2005/03/10  17:21:05
31241         Log: Patch for Debian bug #258618, compilation under Debian/Hurd
31242      Branch: perl
31243            ! hints/gnu.sh
31244 ____________________________________________________________________________
31245 [ 24015] By: steveh                                on 2005/03/10  15:18:20
31246         Log: Subject: Minor AUTHORS patch
31247              From: "Mike Giroux" <rmgiroux@hotmail.com>
31248              Date: Thu, 10 Mar 2005 08:39:04 -0500
31249              Message-ID: <BAY104-F4B1925432A15287069D3BCE520@phx.gbl>
31250      Branch: perl
31251            ! AUTHORS
31252 ____________________________________________________________________________
31253 [ 24014] By: steveh                                on 2005/03/10  11:25:36
31254         Log: More Win32 dmake fixes
31255
31256              Use $B macro as per change 23991 in more places, and fix some syntax
31257              errors in the subst's (missing trailing ",")
31258
31259              Tested with GCC and MSVC. I don't have BCC available, so those parts
31260              are untested.
31261      Branch: perl
31262            ! win32/makefile.mk
31263 ____________________________________________________________________________
31264 [ 24013] By: rgs                                   on 2005/03/10  10:10:33
31265         Log: Upgrade to CGI.pm 3.06
31266      Branch: perl
31267            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Util.pm
31268            ! lib/CGI/t/form.t lib/CGI/t/html.t
31269 ____________________________________________________________________________
31270 [ 24012] By: rgs                                   on 2005/03/09  22:17:33
31271         Log: Further pack optimisations by Ton Hospel
31272      Branch: perl
31273            ! pp_pack.c
31274 ____________________________________________________________________________
31275 [ 24011] By: rgs                                   on 2005/03/09  18:02:13
31276         Log: Fix memory corruption when growing pack utf8 buffer
31277      Branch: perl
31278            ! pp_pack.c
31279 ____________________________________________________________________________
31280 [ 24010] By: rgs                                   on 2005/03/08  17:53:50
31281         Log: Subject: Encoding neutral unpack
31282              From: perl5-porters@ton.iguana.be (Ton Hospel)
31283              Date: Sun, 6 Mar 2005 18:29:38 +0000 (UTC)
31284              Message-Id: <d0fi6i$k06$1@post.home.lunix>
31285      Branch: perl
31286            ! embed.fnc embed.h genpacksizetables.pl lib/charnames.t perl.h
31287            ! pod/perldiag.pod pod/perlfunc.pod pod/perlunicode.pod
31288            ! pod/perluniintro.pod pp_pack.c proto.h t/op/pack.t
31289            ! t/op/utftaint.t
31290 ____________________________________________________________________________
31291 [ 24009] By: merijn                                on 2005/03/08  15:25:57
31292         Log: Subject: Minor AUTHORS patch
31293              From: Andy Lester <andy@petdance.com>
31294              Date: Tue, 8 Mar 2005 09:44:45 -0600
31295              Message-ID: <20050308154445.GB3213@petdance.com>
31296      Branch: perl
31297            ! AUTHORS
31298 ____________________________________________________________________________
31299 [ 24008] By: merijn                                on 2005/03/08  14:45:17
31300         Log: Some updates to current status
31301      Branch: perl
31302            ! README.hpux
31303 ____________________________________________________________________________
31304 [ 24007] By: steveh                                on 2005/03/07  11:02:12
31305         Log: Include regcomp.h in Win32 makefiles
31306
31307              Subject: Re: Stop mktables from needlessly re-running when using dmake on Win32
31308              From: demerphq <demerphq@gmail.com>
31309              Date: Sun, 6 Mar 2005 09:16:12 +0100
31310              Message-ID: <9b18b311050306001624012bd@mail.gmail.com>
31311      Branch: perl
31312            ! win32/Makefile win32/makefile.mk
31313 ____________________________________________________________________________
31314 [ 24006] By: steveh                                on 2005/03/04  17:19:46
31315         Log: A better fix than change 24005 was ;)
31316
31317              Actually, "@echo." still emits a blank line.  Use "@rem" instead as the
31318              no-op.  This was being used in the Win95 case, but works fine on WinNT
31319              too, and is actually what ExtUtils-MakeMaker uses.
31320
31321              Also change the nmake Makefile.
31322      Branch: perl
31323            ! win32/Makefile win32/makefile.mk
31324 ____________________________________________________________________________
31325 [ 24005] By: steveh                                on 2005/03/04  17:11:56
31326         Log: Suppress "ECHO is on." messages when using dmake on Win32
31327
31328              (The shell's "echo" command displays the current echo setting when
31329              called with no arguments.  Use "echo." to display nothing.)
31330      Branch: perl
31331            ! win32/makefile.mk
31332 ____________________________________________________________________________
31333 [ 24004] By: steveh                                on 2005/03/04  17:01:24
31334         Log: Stop mktables from needlessly re-running when using dmake on Win32
31335      Branch: perl
31336            ! win32/makefile.mk
31337 ____________________________________________________________________________
31338 [ 24003] By: rgs                                   on 2005/03/04  16:02:20
31339         Log: Update -v copyright notice
31340      Branch: perl
31341            ! perl.c
31342 ____________________________________________________________________________
31343 [ 24002] By: rgs                                   on 2005/03/03  18:27:34
31344         Log: Add a regression test for bug #32193, and make the
31345              fix a bit more robust
31346      Branch: perl
31347            ! lib/Tie/RefHash.pm lib/Tie/RefHash.t
31348 ____________________________________________________________________________
31349 [ 24001] By: rgs                                   on 2005/03/03  18:03:15
31350         Log: Subject: [perl #32193] Tie::RefHash DELETE does not return value for ref keys
31351              From: Yuval Kojman (via RT) <perlbug-followup@perl.org>
31352              Date: 28 Oct 2004 12:16:37 -0000
31353              Message-ID: <rt-3.0.11-32193-98805.8.56634266171625@perl.org>
31354      Branch: perl
31355            ! lib/Tie/RefHash.pm
31356 ____________________________________________________________________________
31357 [ 24000] By: rgs                                   on 2005/03/03  15:43:43
31358         Log: do "filename" is not really used with perl subroutine librairies
31359              anymore.
31360      Branch: perl
31361            ! pod/perlfunc.pod
31362 ____________________________________________________________________________
31363 [ 23999] By: merijn                                on 2005/02/27  11:28:27
31364         Log: Fix for bug [ID 20020227.005] format bug with undefined _TOP
31365              http://rt.perl.org/rt3/Ticket/Display.html?id=8698
31366              If there was no TOP format the lines left on page was set
31367              to fixed number, now set to the current page length of the
31368              IO channel used. More debugging for yet another bug needed.
31369      Branch: perl
31370            ! pp_sys.c
31371 ____________________________________________________________________________
31372 [ 23998] By: davem                                 on 2005/02/26  11:32:59
31373         Log: ithreads: cond_signal() on a non-shared object coredumped
31374      Branch: perl
31375            ! ext/threads/shared/shared.xs
31376 ____________________________________________________________________________
31377 [ 23997] By: nicholas                              on 2005/02/26  09:33:30
31378         Log: SvUTF8 can be present on scalars other than PVs
31379              (specifically references with overloaded stringification)
31380      Branch: perl
31381            ! dump.c
31382 ____________________________________________________________________________
31383 [ 23996] By: davem                                 on 2005/02/26  00:47:03
31384         Log: Fix leaks in List::Util::reduce,first
31385              When the block is a closure, the cloned CV created on each call
31386              was never freed
31387      Branch: perl
31388            ! ext/List/Util/Util.xs ext/List/Util/lib/Scalar/Util.pm
31389 ____________________________________________________________________________
31390 [ 23995] By: steveh                                on 2005/02/24  15:52:01
31391         Log: Subject: Re: (patch blead) Extend t/harness to allow filtering of the file list by regex.
31392              From: demerphq <demerphq@gmail.com>
31393              Date: Wed, 23 Feb 2005 17:49:50 +0100
31394              Message-ID: <9b18b311050223084917d7ef59@mail.gmail.com>
31395      Branch: perl
31396            ! pod/perlhack.pod
31397 ____________________________________________________________________________
31398 [ 23994] By: merijn                                on 2005/02/24  10:12:26
31399         Log: Subject: [PATCH] dprofpp help
31400              From: Andy Lester <andy@petdance.com>
31401              Date: Thu, 24 Feb 2005 00:10:42 -0600
31402              Message-ID: <20050224061042.GA20259@petdance.com>
31403      Branch: perl
31404            ! utils/dprofpp.PL
31405 ____________________________________________________________________________
31406 [ 23993] By: steveh                                on 2005/02/23  13:36:59
31407         Log: Subject: (patch blead) Extend t/harness to allow filtering of the file list by regex.
31408              From: demerphq <demerphq@gmail.com>
31409              Date: Sat, 19 Feb 2005 11:10:00 +0100
31410              Message-ID: <9b18b3110502190210105decf4@mail.gmail.com>
31411      Branch: perl
31412            ! t/harness
31413 ____________________________________________________________________________
31414 [ 23992] By: steveh                                on 2005/02/23  12:28:55
31415         Log: Subject: Patch Win32 makefiles for blead to allow parameters to be passed to harness:
31416              From: demerphq <demerphq@gmail.com>
31417              Date: Sat, 19 Feb 2005 11:00:08 +0100
31418              Message-ID: <9b18b31105021902003d9c2a95@mail.gmail.com>
31419      Branch: perl
31420            ! win32/Makefile win32/makefile.mk
31421 ____________________________________________________________________________
31422 [ 23991] By: steveh                                on 2005/02/23  09:17:55
31423         Log: Fix Win32's dmake makefile.mk for new dmakes built with Visual C++
31424      Branch: perl
31425            ! win32/makefile.mk
31426 ____________________________________________________________________________
31427 [ 23990] By: rgs                                   on 2005/02/22  18:13:01
31428         Log: Porting/manicheck is not happy when I use spaces instead of tabs.
31429      Branch: perl
31430            ! MANIFEST
31431 ____________________________________________________________________________
31432 [ 23989] By: rgs                                   on 2005/02/21  16:05:22
31433         Log: Subject: IPC::Run test failures with utf8
31434              From: Nicholas Clark <nick@ccl4.org>
31435              Date: Sat, 19 Feb 2005 00:27:57 +0000
31436              Message-ID: <20050219002757.GO13998@plum.flirble.org>
31437      Branch: perl
31438            ! lib/IPC/Run/t/run.t
31439 ____________________________________________________________________________
31440 [ 23988] By: rgs                                   on 2005/02/21  13:51:44
31441         Log: Subject: [PATCH] signed/unsigned help for pp_pack.c
31442              From: "Craig A. Berry" <craigberry@mac.com>
31443              Date: Fri, 18 Feb 2005 09:42:52 -0600
31444              Message-ID: <42160CFC.3080304@mac.com>
31445      Branch: perl
31446            ! pp_pack.c
31447 ____________________________________________________________________________
31448 [ 23987] By: rgs                                   on 2005/02/21  12:56:22
31449         Log: Subject: (blead patch) Skip a torture test under blead, and skip certain torture tests under Win32.
31450              From: demerphq <demerphq@gmail.com>
31451              Date: Sat, 19 Feb 2005 11:04:00 +0100
31452              Message-ID: <9b18b3110502190204641e103c@mail.gmail.com
31453      Branch: perl
31454            ! t/japh/abigail.t
31455 ____________________________________________________________________________
31456 [ 23986] By: rgs                                   on 2005/02/18  18:21:25
31457         Log: Subject: Patch for Perlbug #4253
31458              From: Nikolai Eipel <eipel@web.de>
31459              Date: Sat, 29 Jan 2005 16:52:53 +0100
31460              Message-Id: <200501291652.53841.eipel@web.de>
31461
31462              (-T and -B invalidate _ filehandle when no read permission on file)
31463              plus a regression test
31464      Branch: perl
31465            ! pp_sys.c t/op/stat.t
31466 ____________________________________________________________________________
31467 [ 23985] By: rgs                                   on 2005/02/18  16:18:34
31468         Log: Install and build corelist on VMS, too
31469      Branch: perl
31470            ! vms/descrip_mms.template
31471 ____________________________________________________________________________
31472 [ 23984] By: rgs                                   on 2005/02/18  16:07:54
31473         Log: Add corelist to the win32 makefiles
31474              (noticed by demerphq)
31475      Branch: perl
31476            ! win32/Makefile win32/makefile.mk
31477 ____________________________________________________________________________
31478 [ 23983] By: rgs                                   on 2005/02/18  15:48:51
31479         Log: Subject: [perl #32968] [PATCH] Re: B::walkoptree segfaults
31480              From: Stephen McCamant <smcc@MIT.EDU>
31481              Date: Tue, 28 Dec 2004 10:13:50 -0800
31482              Message-ID: <16849.41566.887352.677148@apocalypse.OCF.Berkeley.EDU>
31483      Branch: perl
31484            ! ext/B/B.xs op.h
31485 ____________________________________________________________________________
31486 [ 23982] By: rgs                                   on 2005/02/18  15:34:59
31487         Log: Subject: Re: Integration of PathTools 3.04
31488              From: demerphq <demerphq@gmail.com>
31489              Date: Fri, 18 Feb 2005 16:31:50 +0100
31490              Message-ID: <9b18b31105021807316af0aed5@mail.gmail.com>
31491      Branch: perl
31492            ! lib/Cwd.pm
31493 ____________________________________________________________________________
31494 [ 23981] By: rgs                                   on 2005/02/18  15:00:12
31495         Log: Subject: Re: Bug in Socket::IO::INET Version 1.27
31496              From: Gisle Aas <gisle@ActiveState.com>
31497              Date: 03 Feb 2005 03:16:46 -0800
31498              Message-ID: <lr7jlpsxk1.fsf@caliper.activestate.com>
31499      Branch: perl
31500            ! ext/IO/lib/IO/Socket/INET.pm
31501 ____________________________________________________________________________
31502 [ 23980] By: rgs                                   on 2005/02/18  14:27:38
31503         Log: Integrate encoding::warnings from Autrijus Tang.
31504      Branch: perl
31505            + lib/encoding/warnings.pm lib/encoding/warnings/t/1-warning.t
31506            + lib/encoding/warnings/t/2-fatal.t
31507            + lib/encoding/warnings/t/3-normal.t
31508            ! MANIFEST
31509 ____________________________________________________________________________
31510 [ 23979] By: rgs                                   on 2005/02/18  09:53:36
31511         Log: Subject: [PATCH] find2perl, new options
31512              From: slaven@rezic.de
31513              Date: Thu, 17 Feb 2005 22:30:13 +0100
31514              Message-Id: <1108675813.24421@devpc01.iconmobile.de>
31515      Branch: perl
31516            ! x2p/find2perl.PL
31517 ____________________________________________________________________________
31518 [ 23978] By: rgs                                   on 2005/02/18  08:54:33
31519         Log: Missing dependencies in x2p makefile, by Slaven Rezic.
31520      Branch: perl
31521            ! x2p/Makefile.SH
31522 ____________________________________________________________________________
31523 [ 23977] By: rgs                                   on 2005/02/17  18:14:19
31524         Log: Upgrade to PathTools 3.04
31525              (plus tweaks to Cwd and cwd.t to run when building perl)
31526      Branch: perl
31527            + ext/Cwd/ppport.h
31528            ! MANIFEST ext/Cwd/Changes ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t
31529            ! ext/Cwd/t/taint.t ext/Cwd/t/win32.t lib/Cwd.pm
31530            ! lib/File/Spec.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
31531            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
31532            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
31533            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
31534            ! lib/File/Spec/t/Spec.t lib/File/Spec/t/crossplatform.t
31535            ! lib/File/Spec/t/rel2abs2rel.t
31536 ____________________________________________________________________________
31537 [ 23976] By: rgs                                   on 2005/02/17  17:42:59
31538         Log: Upgrade to Pod::LaTeX 0.58
31539      Branch: perl
31540            ! lib/Pod/LaTeX.pm lib/Pod/t/pod2latex.t
31541 ____________________________________________________________________________
31542 [ 23975] By: rgs                                   on 2005/02/17  15:21:55
31543         Log: Upgrade to Time::HiRes 1.66
31544      Branch: perl
31545            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
31546            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/t/HiRes.t
31547 ____________________________________________________________________________
31548 [ 23974] By: rgs                                   on 2005/02/17  14:57:06
31549         Log: Subject: [perl #31730] [PATCH] IO::File reads garbage from directory filehandles
31550              From: "Steve Peters via RT" <perlbug-followup@perl.org>
31551              Date: 1 Feb 2005 16:24:11 -0000
31552              Message-ID: <rt-3.0.11-31730-107010.1.24399823945417@perl.org>
31553      Branch: perl
31554            ! ext/IO/lib/IO/File.pm
31555 ____________________________________________________________________________
31556 [ 23973] By: rgs                                   on 2005/02/16  13:20:55
31557         Log: Subject: Re: [PATCH] Re: perl winpid?
31558              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
31559              Date: Tue, 15 Feb 2005 20:45:13 -0800
31560              Message-ID: <20050216044512.GA2516@efn.org>
31561      Branch: perl
31562            ! ext/B/t/stash.t
31563 ____________________________________________________________________________
31564 [ 23972] By: steveh                                on 2005/02/15  14:47:47
31565         Log: Jan Dubois has taken over maintenance of Win32 stuff from Sarathy
31566      Branch: perl
31567            ! Porting/Maintainers.pl README.win32
31568 ____________________________________________________________________________
31569 [ 23971] By: rgs                                   on 2005/02/15  13:52:15
31570         Log: Fix documentation bug in using Socket's import tags :
31571
31572              Subject: [perl #34141] example in perlbug -f getsockopt incomplete
31573              From: David Dyck (via RT) <perlbug-followup@perl.org>
31574              Date: 15 Feb 2005 07:35:45 -0000
31575              Message-ID: <rt-3.0.11-34141-107730.6.0777451251105@perl.org>
31576      Branch: perl
31577            ! pod/perlfunc.pod
31578 ____________________________________________________________________________
31579 [ 23970] By: steveh                                on 2005/02/15  13:20:40
31580         Log: Fix PERL_MALLOC/DEBUG_MSTATS options in Win32 makefiles
31581
31582              Currently, if USE_IMP_SYS is defined then PERL_MALLOC gets undefined.
31583              We should also undefine DEBUG_MSTATS if PERL_MALLOC is (or has become)
31584              undefined, and we should do all this *before* inspecting DEBUG_MSTATS
31585              to see if we need to add -DPERL_DEBUGGING_MSTATS to BUILDOPT.
31586      Branch: perl
31587            ! win32/Makefile win32/makefile.mk
31588 ____________________________________________________________________________
31589 [ 23969] By: steveh                                on 2005/02/15  11:40:03
31590         Log: Fix definition of DEBUG_MSTATS for Win32 dmake builds
31591      Branch: perl
31592            ! win32/makefile.mk
31593 ____________________________________________________________________________
31594 [ 23968] By: rgs                                   on 2005/02/15  08:29:13
31595         Log: Use strl* functions in doio.c when available
31596              Based on :
31597              Subject: [PATCH] Changes to doio.c to use strlcpy() and strlcat()
31598              From: Steve Peters <steve@fisharerojo.org>
31599              Date: Wed, 1 Dec 2004 19:42:14 -0600
31600              Message-ID: <20041202014214.GA20907@mccoy.peters.homeunix.org>
31601      Branch: perl
31602            ! doio.c
31603 ____________________________________________________________________________
31604 [ 23967] By: mhx                                   on 2005/02/15  04:58:48
31605         Log: Subject: [PATCH] Additional tests for t/op/not.t
31606              From: Steve Peters <steve@fisharerojo.org>
31607              Date: Mon, 14 Feb 2005 19:54:17 -0600
31608              Message-ID: <20050215015417.GA30368@mccoy.peters.homeunix.org>
31609      Branch: perl
31610            ! t/op/not.t
31611 ____________________________________________________________________________
31612 [ 23966] By: rgs                                   on 2005/02/14  21:05:17
31613         Log: Subject: Re: encoding neutral unpack
31614              From: perl5-porters@ton.iguana.be (Ton Hospel)
31615              Date: Sat, 5 Feb 2005 01:34:44 +0000 (UTC)
31616              Message-ID: <cu17rk$k78$1@post.home.lunix>
31617
31618              tweaked to remove the 'not supported on this platform'
31619              error messages
31620      Branch: perl
31621            ! genpacksizetables.pl pp_pack.c t/op/pack.t t/uni/case.pl
31622 ____________________________________________________________________________
31623 [ 23965] By: mhx                                   on 2005/02/14  17:26:02
31624         Log: Regenerate Perl_keyword() to remove superfluous goto statements.
31625      Branch: perl
31626            ! toke.c
31627 ____________________________________________________________________________
31628 [ 23964] By: mhx                                   on 2005/02/14  17:21:29
31629         Log: Require version 0.05 of Devel::Tokenizer::C.
31630      Branch: perl
31631            ! perl_keyword.pl
31632 ____________________________________________________________________________
31633 [ 23963] By: rgs                                   on 2005/02/12  16:26:47
31634         Log: Mac OS Classic vs Mac OS X clarications
31635              by Sherm Pendley
31636      Branch: perl
31637            ! pod/perlfaq3.pod pod/perlmodinstall.pod pod/perlopentut.pod
31638            ! pod/perlrun.pod
31639 ____________________________________________________________________________
31640 [ 23962] By: rgs                                   on 2005/02/12  16:14:56
31641         Log: README.cygwin additions by Reini Urban
31642      Branch: perl
31643            ! README.cygwin
31644 ____________________________________________________________________________
31645 [ 23961] By: merijn                                on 2005/02/11  09:32:50
31646         Log: Subject: Re: [PATCH] Re: perl winpid?
31647              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
31648              Date: Thu, 10 Feb 2005 20:04:35 -0800
31649              Message-ID: <20050211040434.GA3824@efn.org>
31650      Branch: perl
31651            + t/lib/cygwin.t
31652            ! MANIFEST README.cygwin cygwin/cygwin.c
31653 ____________________________________________________________________________
31654 [ 23960] By: mhx                                   on 2005/02/10  20:50:31
31655         Log: not() || 1 produces segmentation fault
31656
31657              Fixed by making not() behave like not(0). This is also the
31658              way not() behaved before it started segfaulting in 5.6.0.
31659      Branch: perl
31660            + t/op/not.t
31661            ! MANIFEST perly.act perly.h perly.tab perly.y
31662 ____________________________________________________________________________
31663 [ 23959] By: mhx                                   on 2005/02/10  20:36:13
31664         Log: regen_perly.pl runs fine with bison 2.0.
31665      Branch: perl
31666            ! regen_perly.pl
31667 ____________________________________________________________________________
31668 [ 23958] By: merijn                                on 2005/02/10  15:56:04
31669         Log: 'what' cannot find ccversion if `which cc` is a symlink to ccache
31670              ccversion is important enough to jump through some hoops to get it
31671      Branch: perl
31672            ! hints/hpux.sh
31673 ____________________________________________________________________________
31674 [ 23957] By: merijn                                on 2005/02/10  14:19:51
31675         Log: Swap logic in BEGIN blocks to have Cwd's abs_path do the
31676              translation *before* the chdir (), so it now DTRT
31677      Branch: perl
31678            ! lib/IPC/Run/t/adopt.t lib/IPC/Run/t/binmode.t
31679            ! lib/IPC/Run/t/bogus.t lib/IPC/Run/t/filter.t
31680            ! lib/IPC/Run/t/harness.t lib/IPC/Run/t/io.t
31681            ! lib/IPC/Run/t/kill_kill.t lib/IPC/Run/t/parallel.t
31682            ! lib/IPC/Run/t/pty.t lib/IPC/Run/t/pump.t lib/IPC/Run/t/run.t
31683            ! lib/IPC/Run/t/signal.t lib/IPC/Run/t/timeout.t
31684            ! lib/IPC/Run/t/timer.t lib/IPC/Run/t/win32_compile.t
31685 ____________________________________________________________________________
31686 [ 23956] By: rgs                                   on 2005/02/10  10:58:26
31687         Log: Upgrade to Time::Local 1.11
31688      Branch: perl
31689            ! lib/Time/Local.pm lib/Time/Local.t
31690 ____________________________________________________________________________
31691 [ 23955] By: rgs                                   on 2005/02/10  10:51:59
31692         Log: Subject: Re: [PATCH] BigInt mbi_rand.t failings (solved now)
31693              From: Tels <nospam-abuse@bloodgate.com>
31694              Date: Wed, 9 Feb 2005 21:44:22 +0100
31695              Message-Id: <200502092144.24051@bloodgate.com>
31696      Branch: perl
31697            ! lib/Math/BigInt/Calc.pm
31698 ____________________________________________________________________________
31699 [ 23954] By: rgs                                   on 2005/02/09  18:06:39
31700         Log: Add IPC::Run 0.80.
31701
31702              Subject: [PATCH] IPC::Run 0.80 integration (was Re: [RFC] More core integration)
31703              From: "Jos I. Boumans" <kane@xs4all.net>
31704              Date: Fri, 28 Jan 2005 18:32:44 +0100
31705              Message-Id: <9E6ECDBE-7152-11D9-B82E-000A956B0E06@xs4all.net>
31706
31707              with PERL_CORE test premables hacked for better $^X portability
31708              (we hope.)
31709      Branch: perl
31710            + lib/IPC/Run.pm lib/IPC/Run/Debug.pm lib/IPC/Run/IO.pm
31711            + lib/IPC/Run/Timer.pm lib/IPC/Run/Win32Helper.pm
31712            + lib/IPC/Run/Win32IO.pm lib/IPC/Run/Win32Pump.pm
31713            + lib/IPC/Run/t/adopt.t lib/IPC/Run/t/binmode.t
31714            + lib/IPC/Run/t/bogus.t lib/IPC/Run/t/filter.t
31715            + lib/IPC/Run/t/harness.t lib/IPC/Run/t/io.t
31716            + lib/IPC/Run/t/kill_kill.t lib/IPC/Run/t/parallel.t
31717            + lib/IPC/Run/t/pty.t lib/IPC/Run/t/pump.t lib/IPC/Run/t/run.t
31718            + lib/IPC/Run/t/signal.t lib/IPC/Run/t/timeout.t
31719            + lib/IPC/Run/t/timer.t lib/IPC/Run/t/win32_compile.t
31720            ! MANIFEST
31721 ____________________________________________________________________________
31722 [ 23953] By: rgs                                   on 2005/02/09  09:28:19
31723         Log: Patch for CAN-2004-0452 by Jeroen van Wolffelaar.
31724              The rmtree() function in the perl File::Path module would remove
31725              directories in an insecure manner which could lead to the removal
31726              of arbitrary files and directories via a symlink attack.
31727      Branch: perl
31728            ! lib/File/Path.pm
31729 ____________________________________________________________________________
31730 [ 23952] By: merijn                                on 2005/02/08  16:30:43
31731         Log: IBM Released vac.C version 7, and changed the naming convention (again)
31732              Thanks to Campo for spotting, testing and the fix
31733      Branch: perl
31734            ! hints/aix.sh
31735 ____________________________________________________________________________
31736 [ 23951] By: rgs                                   on 2005/02/08  14:02:56
31737         Log: Subject: [perl #34076] P/p pack formats only recognize literal undef
31738              From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
31739              Date: 6 Feb 2005 22:03:20 -0000
31740              Message-ID: <rt-3.0.11-34076-107344.19.3123360602169@perl.org>
31741      Branch: perl
31742            ! pp_pack.c
31743 ____________________________________________________________________________
31744 [ 23950] By: rgs                                   on 2005/02/08  11:09:03
31745         Log: Remove mention of sub-packages in the Symbol manpage.
31746      Branch: perl
31747            ! lib/Symbol.pm
31748 ____________________________________________________________________________
31749 [ 23949] By: rgs                                   on 2005/02/08  10:44:09
31750         Log: Add Module::CoreList in the maintainers list
31751      Branch: perl
31752            ! Porting/Maintainers.pl
31753 ____________________________________________________________________________
31754 [ 23948] By: rgs                                   on 2005/02/08  10:39:21
31755         Log: Fix typo in corelist
31756      Branch: perl
31757            ! lib/Module/CoreList/bin/corelist
31758 ____________________________________________________________________________
31759 [ 23947] By: rgs                                   on 2005/02/08  10:22:22
31760         Log: Add Module::CoreList to bleadperl.
31761
31762              Subject: [PATCH] Module::CoreList 1.98 integration (was: Re: [RFC] More core integration)
31763              From: "Jos I. Boumans" <kane@xs4all.net>
31764              Date: Fri, 28 Jan 2005 17:38:27 +0100
31765              Message-Id: <097CE3D0-714B-11D9-B82E-000A956B0E06@xs4all.net>
31766      Branch: perl
31767            + lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist
31768            + lib/Module/CoreList/t/corelist.t utils/corelist.PL
31769            ! MANIFEST installperl utils.lst utils/Makefile
31770 ____________________________________________________________________________
31771 [ 23946] By: rgs                                   on 2005/02/08  09:31:45
31772         Log: Subject: [perl #34062] pack Z0 destroys the character before
31773              From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
31774              Date: 5 Feb 2005 18:09:00 -0000
31775              Message-ID: <rt-3.0.11-34062-107199.19.360569328007@perl.org>
31776              (plus a regression test)
31777      Branch: perl
31778            ! pp_pack.c t/op/pack.t
31779 ____________________________________________________________________________
31780 [ 23945] By: rgs                                   on 2005/02/08  09:25:29
31781         Log: A small precision in the docs for overloaded regexp escapes
31782              (see bug #33906)
31783      Branch: perl
31784            ! pod/perlre.pod
31785 ____________________________________________________________________________
31786 [ 23943] By: rgs                                   on 2005/02/06  22:18:48
31787         Log: Avoid evaluating a strlen twice due the new implementation
31788              of New() with PERL_MALLOC_WRAP
31789      Branch: perl
31790            ! util.c
31791 ____________________________________________________________________________
31792 [ 23942] By: nicholas                              on 2005/02/05  22:02:50
31793         Log: Stop lib/h2xs.t failing needlessly if it failed to clear up behind
31794              itself on a previous run.
31795      Branch: perl
31796            ! lib/h2xs.t
31797 ____________________________________________________________________________
31798 [ 23941] By: nicholas                              on 2005/02/05  21:47:35
31799         Log: With mallocwrap New() evaluates its arguments more than once, so they
31800              had better not have any side effects.
31801              :-(
31802      Branch: perl
31803            ! util.c
31804 ____________________________________________________________________________
31805 [ 23935] By: nicholas                              on 2005/02/05  15:05:08
31806         Log: Let's (un)do the timewarp, again.
31807              Attempt to bodge round Makefile sometimes being older than Makefile.PL
31808              Pesky filesystems.
31809      Branch: perl
31810            ! lib/ExtUtils/t/Constant.t
31811 ____________________________________________________________________________
31812 [ 23928] By: rgs                                   on 2005/02/04  10:41:43
31813         Log: Upgrade to Digest 1.10
31814      Branch: perl
31815            + lib/Digest/Changes lib/Digest/file.pm lib/Digest/t/file.t
31816            ! MANIFEST lib/Digest.pm lib/Digest/base.pm
31817 ____________________________________________________________________________
31818 [ 23927] By: mhx                                   on 2005/02/02  21:33:12
31819         Log: Remove 2 unused variables from APItest.xs.
31820      Branch: perl
31821            ! ext/XS/APItest/APItest.xs
31822 ____________________________________________________________________________
31823 [ 23926] By: mhx                                   on 2005/02/02  21:29:40
31824         Log: Upgrade to Devel::PPPort 3.06.
31825      Branch: perl
31826            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
31827            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
31828            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/module3.c
31829            ! ext/Devel/PPPort/parts/inc/exception
31830            ! ext/Devel/PPPort/parts/inc/misc
31831 ____________________________________________________________________________
31832 [ 23925] By: mhx                                   on 2005/02/02  21:26:14
31833         Log: Attempt to fix problems with new exception handling macros.
31834      Branch: perl
31835            + ext/XS/APItest/exception.c
31836            ! MANIFEST XSUB.h ext/XS/APItest/APItest.xs
31837            ! ext/XS/APItest/MANIFEST ext/XS/APItest/Makefile.PL
31838            ! pod/perlguts.pod
31839 ____________________________________________________________________________
31840 [ 23924] By: rgs                                   on 2005/02/02  19:50:53
31841         Log: Subject: Re: encoding neutral unpack
31842              From: perl5-porters[at]ton.iguana.be (Ton Hospel)
31843              Date: Sat, 29 Jan 2005 12:54:34 +0000 (UTC)
31844              Message-ID: <ctg12a$j0e$2[at]post.home.lunix>
31845
31846              Counted length prefixes shouldn't change C0/U0 mode
31847              in pack/unpack (plus a regression test)
31848      Branch: perl
31849            ! pp_pack.c t/op/pack.t
31850 ____________________________________________________________________________
31851 [ 23923] By: rgs                                   on 2005/02/02  19:35:47
31852         Log: Subject: Re: encoding neutral unpack
31853              From: perl5-porters[at]ton.iguana.be (Ton Hospel)
31854              Date: Sat, 29 Jan 2005 13:07:38 +0000 (UTC)
31855              Message-ID: <ctg1qq$j0e$3[at]post.home.lunix>
31856
31857              Make U0 and C0 scoped to () pack subtemplates.
31858              (plus a regression test)
31859      Branch: perl
31860            ! pp_pack.c t/op/pack.t
31861 ____________________________________________________________________________
31862 [ 23922] By: rgs                                   on 2005/02/02  19:23:46
31863         Log: Subject: Re: encoding neutral unpack
31864              From: perl5-porters[at]ton.iguana.be (Ton Hospel)
31865              Date: Sat, 29 Jan 2005 13:24:55 +0000 (UTC)
31866              Message-ID: <ctg2r7$j0e$4[at]post.home.lunix>
31867
31868              Ensure that with the C format, unpack checksums
31869              don't get overflowed. (plus a regression test)
31870      Branch: perl
31871            ! pp_pack.c t/op/pack.t
31872 ____________________________________________________________________________
31873 [ 23921] By: davem                                 on 2005/02/02  18:25:00
31874         Log: fix POSIX::strtod error handling documentation
31875      Branch: perl
31876            ! ext/POSIX/POSIX.pod
31877 ____________________________________________________________________________
31878 [ 23920] By: merijn                                on 2005/02/02  13:12:17
31879         Log: Subject: [PATCH pod/perlfunc.pod] POD nit @ sysseek
31880              From: Abigail <abigail@abigail.nl>
31881              Date: Tue, 1 Feb 2005 21:33:14 +0100
31882              Message-ID: <20050201203314.GC335@abigail.nl>
31883      Branch: perl
31884            ! pod/perlfunc.pod
31885 ____________________________________________________________________________
31886 [ 23919] By: merijn                                on 2005/02/02  12:49:46
31887         Log: Picky compilers (e.g. vac on AIX 5.2) do not accept statements
31888              between declarations
31889      Branch: perl
31890            ! ext/Devel/PPPort/PPPort.xs
31891 ____________________________________________________________________________
31892 [ 23917] By: nicholas                              on 2005/02/01  11:46:31
31893         Log: "All" "all?" Who said all? There were 2 more missing gnuk{free,net}bsd
31894              hints files to add to MANIFEST. Sort MANIFEST
31895              while I'm in the area.
31896      Branch: perl
31897            ! MANIFEST
31898 ____________________________________________________________________________
31899 [ 23916] By: rgs                                   on 2005/02/01  10:02:51
31900         Log: Subject: Re: [perl #34010] localtime docs
31901              From: Andy Lester <andy@petdance.com>
31902              Date: Mon, 31 Jan 2005 21:24:29 -0600
31903              Message-ID: <20050201032429.GA29354@petdance.com>
31904      Branch: perl
31905            ! pod/perlfunc.pod
31906 ____________________________________________________________________________
31907 [ 23915] By: rgs                                   on 2005/01/31  23:08:59
31908         Log: Subject: Re: encoding neutral unpack
31909              From: perl5-porters[at]ton.iguana.be (Ton Hospel)
31910              Date: Sat, 29 Jan 2005 12:41:20 +0000 (UTC)
31911              Message-ID: <ctg09g$j0e$1[at]post.home.lunix>
31912
31913              Forgotten character progress while checksumming over partial
31914              b or B format. (plus a regression test)
31915      Branch: perl
31916            ! pp_pack.c t/op/pack.t
31917 ____________________________________________________________________________
31918 [ 23914] By: mhx                                   on 2005/01/31  19:22:41
31919         Log: Make Perl_keyword() another 30% faster.
31920      Branch: perl
31921            ! perl_keyword.pl toke.c
31922 ____________________________________________________________________________
31923 [ 23913] By: mhx                                   on 2005/01/31  18:14:44
31924         Log: Regenerate perlapi.pod.
31925      Branch: perl
31926            ! pod/perlapi.pod
31927 ____________________________________________________________________________
31928 [ 23912] By: mhx                                   on 2005/01/31  18:07:29
31929         Log: Upgrade to Devel::PPPort 3.05.
31930      Branch: perl
31931            + ext/Devel/PPPort/parts/base/5008006
31932            + ext/Devel/PPPort/parts/inc/exception
31933            + ext/Devel/PPPort/parts/todo/5008006
31934            + ext/Devel/PPPort/t/exception.t
31935            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
31936            ! ext/Devel/PPPort/MANIFEST ext/Devel/PPPort/MANIFEST.SKIP
31937            ! ext/Devel/PPPort/META.yml ext/Devel/PPPort/Makefile.PL
31938            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
31939            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/PPPort_xs.PL
31940            ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO
31941            ! ext/Devel/PPPort/apicheck_c.PL
31942            ! ext/Devel/PPPort/devel/buildperl.pl
31943            ! ext/Devel/PPPort/devel/mkapidoc.sh
31944            ! ext/Devel/PPPort/devel/mktodo ext/Devel/PPPort/devel/mktodo.pl
31945            ! ext/Devel/PPPort/devel/scanprov ext/Devel/PPPort/mktests.PL
31946            ! ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
31947            ! ext/Devel/PPPort/parts/apicheck.pl
31948            ! ext/Devel/PPPort/parts/base/5004000
31949            ! ext/Devel/PPPort/parts/base/5004050
31950            ! ext/Devel/PPPort/parts/base/5005000
31951            ! ext/Devel/PPPort/parts/base/5006000
31952            ! ext/Devel/PPPort/parts/base/5008001
31953            ! ext/Devel/PPPort/parts/base/5009002
31954            ! ext/Devel/PPPort/parts/embed.fnc
31955            ! ext/Devel/PPPort/parts/inc/MY_CXT
31956            ! ext/Devel/PPPort/parts/inc/SvPV
31957            ! ext/Devel/PPPort/parts/inc/call ext/Devel/PPPort/parts/inc/cop
31958            ! ext/Devel/PPPort/parts/inc/format
31959            ! ext/Devel/PPPort/parts/inc/grok
31960            ! ext/Devel/PPPort/parts/inc/limits
31961            ! ext/Devel/PPPort/parts/inc/mPUSH
31962            ! ext/Devel/PPPort/parts/inc/magic
31963            ! ext/Devel/PPPort/parts/inc/misc
31964            ! ext/Devel/PPPort/parts/inc/newCONSTSUB
31965            ! ext/Devel/PPPort/parts/inc/newRV
31966            ! ext/Devel/PPPort/parts/inc/ppphbin
31967            ! ext/Devel/PPPort/parts/inc/ppphdoc
31968            ! ext/Devel/PPPort/parts/inc/ppphtest
31969            ! ext/Devel/PPPort/parts/inc/sv_xpvf
31970            ! ext/Devel/PPPort/parts/inc/threads
31971            ! ext/Devel/PPPort/parts/inc/uv
31972            ! ext/Devel/PPPort/parts/inc/version
31973            ! ext/Devel/PPPort/parts/ppptools.pl
31974            ! ext/Devel/PPPort/parts/todo/5009002
31975            ! ext/Devel/PPPort/ppport_h.PL ext/Devel/PPPort/soak
31976            ! ext/Devel/PPPort/t/SvPV.t ext/Devel/PPPort/t/misc.t
31977            ! ext/Devel/PPPort/typemap
31978 ____________________________________________________________________________
31979 [ 23911] By: mhx                                   on 2005/01/31  18:00:31
31980         Log: Add simple exception handling macros for XS writers.
31981      Branch: perl
31982            + ext/XS/APItest/t/exception.t
31983            ! MANIFEST XSUB.h ext/XS/APItest/APItest.pm
31984            ! ext/XS/APItest/APItest.xs pod/perlguts.pod
31985 ____________________________________________________________________________
31986 [ 23910] By: nicholas                              on 2005/01/31  17:46:03
31987         Log: Add all the missing gnuk{free,net}bsd hints files to MANIFEST
31988      Branch: perl
31989            ! MANIFEST
31990 ____________________________________________________________________________
31991 [ 23909] By: merijn                                on 2005/01/31  11:33:14
31992         Log: Subject: [perl #33998] [PATCH] Support for GNU/kFreeBSD
31993              From: "rmh@debian.org (via RT)" <perlbug-followup@perl.org>
31994              Date: 31 Jan 2005 07:37:55 -0000
31995              Message-ID: <rt-3.0.11-33998-106860.15.2609323921089@perl.org>
31996      Branch: perl
31997            + ext/DynaLoader/hints/gnukfreebsd.pl
31998            + ext/DynaLoader/hints/gnuknetbsd.pl
31999            + ext/NDBM_File/hints/gnukfreebsd.pl
32000            + ext/NDBM_File/hints/gnuknetbsd.pl
32001            + ext/ODBM_File/hints/gnukfreebsd.pl
32002            + ext/ODBM_File/hints/gnuknetbsd.pl
32003            + ext/POSIX/hints/gnukfreebsd.pl ext/POSIX/hints/gnuknetbsd.pl
32004            + ext/Storable/hints/gnukfreebsd.pl
32005            + ext/Storable/hints/gnuknetbsd.pl hints/gnukfreebsd.sh
32006            + hints/gnuknetbsd.sh
32007            ! Configure
32008 ____________________________________________________________________________
32009 [ 23907] By: rgs                                   on 2005/01/31  11:17:26
32010         Log: Document the changes to PERLIO_DEBUG.
32011      Branch: perl
32012            ! pod/perlrun.pod
32013 ____________________________________________________________________________
32014 [ 23906] By: rgs                                   on 2005/01/31  10:53:14
32015         Log: Really fix the bug [perl #33990].
32016              NB. -DIAMSUID is only set to compile sperl.o.
32017      Branch: perl
32018            ! perlio.c
32019 ____________________________________________________________________________
32020 [ 23905] By: steveh                                on 2005/01/31  10:03:56
32021         Log: Fix test suite hang on Win32 caused by change #23898
32022
32023              ("perl -e sleep 3" does an indefinite sleep!)
32024      Branch: perl
32025            ! t/op/alarm.t
32026 ____________________________________________________________________________
32027 [ 23904] By: rgs                                   on 2005/01/31  08:35:51
32028         Log: Avoid a buffer overflow with threads and PERLIO_DEBUG
32029      Branch: perl
32030            ! perlio.c
32031 ____________________________________________________________________________
32032 [ 23903] By: rgs                                   on 2005/01/31  08:19:10
32033         Log: Don't write to $PERLIO_DEBUG when setuid ([perl #33990])
32034      Branch: perl
32035            ! perlio.c
32036 ____________________________________________________________________________
32037 [ 23900] By: davem                                 on 2005/01/30  17:46:35
32038         Log: minor corrections to comments in perly.y
32039      Branch: perl
32040            ! perly.y
32041 ____________________________________________________________________________
32042 [ 23899] By: rgs                                   on 2005/01/30  14:50:15
32043         Log: Subject: h2hp: 2 fix
32044              From: Olivier Thauvin <olivier.thauvin@aerov.jussieu.fr>
32045              Date: Fri, 28 Jan 2005 16:53:11 +0100
32046              Message-Id: <200501281653.15708.olivier.thauvin@aerov.jussieu.fr>
32047      Branch: perl
32048            ! utils/h2ph.PL
32049 ____________________________________________________________________________
32050 [ 23898] By: davem                                 on 2005/01/29  16:14:20
32051         Log: chomp() fails after alarm(), `sleep`
32052
32053              PP_backtick's temp altering of PL_rs didn't restore after
32054              an exception
32055      Branch: perl
32056            ! pp_sys.c t/op/alarm.t
32057 ____________________________________________________________________________
32058 [ 23897] By: nicholas                              on 2005/01/28  21:01:04
32059         Log: More consistent names for all the parameter name/declaration methods
32060      Branch: perl
32061            ! lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/XS.pm
32062            ! perl_keyword.pl
32063 ____________________________________________________________________________
32064 [ 23894] By: nicholas                              on 2005/01/28  13:59:40
32065         Log: Calculate the number of tests in one place, so that the skip()s will
32066              always agree with the plan()s
32067      Branch: perl
32068            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
32069 ____________________________________________________________________________
32070 [ 23893] By: rgs                                   on 2005/01/28  08:53:47
32071         Log: Add a reference to books.perl.org.
32072      Branch: perl
32073            ! pod/perlbook.pod
32074 ____________________________________________________________________________
32075 [ 23892] By: nicholas                              on 2005/01/27  19:26:21
32076         Log: Retrieve the flag bit that only 'p' uses, so that it is spare for
32077              future use.
32078      Branch: perl
32079            ! genpacksizetables.pl pp_pack.c
32080 ____________________________________________________________________________
32081 [ 23891] By: rgs                                   on 2005/01/27  18:29:51
32082         Log: Subject: Re: [patch] decrufting OptreeCheck stuff
32083              From: Jim Cromie <jcromie@divsol.com>
32084              Date: Sun, 16 Jan 2005 17:16:00 -0700
32085              Message-ID: <41EB03C0.7030509@divsol.com>
32086              (with minor typos fixed)
32087      Branch: perl
32088            ! ext/B/B/Concise.pm ext/B/t/OptreeCheck.pm ext/B/t/f_map.t
32089            ! ext/B/t/f_sort.t ext/B/t/optree_check.t
32090            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
32091            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
32092            ! ext/B/t/optree_varinit.t
32093 ____________________________________________________________________________
32094 [ 23890] By: rgs                                   on 2005/01/27  17:49:50
32095         Log: Subject: [PATCH] libperl leaks a THREAD_KEY each time it is reloaded
32096              From: Gisle Aas <gisle@ActiveState.com>
32097              Date: 05 Jan 2005 03:21:06 -0800
32098              Message-ID: <lris6cxgt9.fsf@caliper.activestate.com>
32099      Branch: perl
32100            ! perl.c
32101 ____________________________________________________________________________
32102 [ 23889] By: nicholas                              on 2005/01/27  17:29:04
32103         Log: Make the byte order modifers < and > and the sign modifier ! (for
32104              n N v V) conditionally compile. This means that the refactored
32105              pp_pack/pp_unpack code can now be used in maint.
32106      Branch: perl
32107            ! genpacksizetables.pl pp_pack.c
32108 ____________________________________________________________________________
32109 [ 23888] By: nicholas                              on 2005/01/27  16:40:07
32110         Log: Oops. Was forgetting to test n! N! v! V! in pack
32111      Branch: perl
32112            ! t/op/pack.t
32113 ____________________________________________________________________________
32114 [ 23886] By: nicholas                              on 2005/01/27  14:42:28
32115         Log: Check that the warning behaviour on the modifiers !, < and > is as we
32116              expect it for this perl.
32117      Branch: perl
32118            ! t/op/pack.t
32119 ____________________________________________________________________________
32120 [ 23884] By: nicholas                              on 2005/01/27  11:27:12
32121         Log: Make the tests for the endianness modifiers < and >, and the
32122              signnedness modifier ! conditional on perl version. Surprisingly
32123              little change needed.
32124      Branch: perl
32125            ! t/op/pack.t
32126 ____________________________________________________________________________
32127 [ 23883] By: nicholas                              on 2005/01/27  11:12:34
32128         Log: &_q needs to *globally* escape ' and \ in its substitution.
32129      Branch: perl
32130            ! t/test.pl
32131 ____________________________________________________________________________
32132 [ 23882] By: rgs                                   on 2005/01/25  16:53:08
32133         Log: Subject: [PATCH] BigInt mbi_rand.t failings
32134              From: Tels <nospam-abuse@bloodgate.com>
32135              Date: Tue, 25 Jan 2005 18:06:58 +0100
32136              Message-Id: <200501251806.59782@bloodgate.com>
32137      Branch: perl
32138            ! lib/Math/BigInt/Calc.pm
32139 ____________________________________________________________________________
32140 [ 23881] By: rgs                                   on 2005/01/25  16:12:08
32141         Log: Integrate change #23880 in original comment
32142      Branch: perl
32143            ! util.c
32144 ____________________________________________________________________________
32145 [ 23880] By: merijn                                on 2005/01/25  15:41:30
32146         Log: Subject: [PATCH] perlapi.pod has pod errors
32147              From: "Jos I. Boumans" <kane@xs4all.net>
32148              Date: Tue, 25 Jan 2005 16:42:38 +0100
32149              Message-Id: <BDA482F7-6EE7-11D9-8AA7-000A95EF62E2@xs4all.net>
32150      Branch: perl
32151            ! pod/perlapi.pod
32152 ____________________________________________________________________________
32153 [ 23879] By: nicholas                              on 2005/01/24  23:16:04
32154         Log: Correct and update comments (before anyone writes in)
32155              Remove a temporary variable.
32156      Branch: perl
32157            ! lib/ExtUtils/Constant/Base.pm
32158 ____________________________________________________________________________
32159 [ 23878] By: nicholas                              on 2005/01/24  22:10:36
32160         Log: Ooops. It was 190M when I was using 4 bytes per entry for lengths in
32161              the dump file. The newer format is only 135M
32162      Branch: perl
32163            ! toke.c
32164 ____________________________________________________________________________
32165 [ 23877] By: nicholas                              on 2005/01/24  22:06:05
32166         Log: A script to regenerate Perl_keyword()
32167      Branch: perl
32168            + perl_keyword.pl
32169            ! MANIFEST
32170 ____________________________________________________________________________
32171 [ 23876] By: nicholas                              on 2005/01/24  22:05:29
32172         Log: Add weights to ExtUtils::Constant to allow sorting by expected
32173              frequency. This makes the Perl_keyword() replacement 20% faster,
32174              rather than just 12%
32175      Branch: perl
32176            ! lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/XS.pm
32177 ____________________________________________________________________________
32178 [ 23875] By: nicholas                              on 2005/01/24  21:43:52
32179         Log: Replace Perl_keyword() with a version that's 20% faster on typical
32180              input, generated by subclassing ExtUtils::Constant. (Typical input
32181              being about 135M of input from running a lot of perl scripts)
32182      Branch: perl
32183            ! toke.c
32184 ____________________________________________________________________________
32185 [ 23874] By: merijn                                on 2005/01/24  15:10:55
32186         Log: Subject: [PATCH] assorted tempfile clean-up in the test suite
32187              From: "Craig A. Berry" <craigberry@mac.com>
32188              Date: Sun, 23 Jan 2005 14:23:17 -0600
32189              Message-ID: <41F407B5.7020106@mac.com>
32190      Branch: perl
32191            ! lib/Test/Simple/t/reset.t t/io/fs.t t/io/tell.t
32192 ____________________________________________________________________________
32193 [ 23873] By: rgs                                   on 2005/01/24  13:14:21
32194         Log: Revert change 23843.
32195              (See discussion for bug [perl #31924])
32196      Branch: perl
32197            ! embed.fnc embed.h global.sym hv.c hv.h pod/perlapi.pod
32198            ! pp_ctl.c proto.h t/comp/require.t
32199 ____________________________________________________________________________
32200 [ 23872] By: rgs                                   on 2005/01/24  10:27:10
32201         Log: Subject: [perl #33906] Missing \\ in perlre
32202              From: Andrew (via RT) <perlbug-followup@perl.org>
32203              Date: 23 Jan 2005 20:52:51 -0000
32204              Message-ID: <rt-3.0.11-33906-106339.17.5527961922343@perl.org>
32205      Branch: perl
32206            ! pod/perlre.pod
32207 ____________________________________________________________________________
32208 [ 23871] By: rgs                                   on 2005/01/24  10:10:47
32209         Log: Subject: [PATCH] Test::Harness::Straps::_default_inc shell problem
32210              From: "Craig A. Berry" <craigberry@mac.com>
32211              Date: Sun, 23 Jan 2005 13:44:49 -0600
32212              Message-ID: <41F3FEB1.9020102@mac.com>
32213      Branch: perl
32214            ! lib/Test/Harness/Straps.pm
32215 ____________________________________________________________________________
32216 [ 23870] By: rgs                                   on 2005/01/24  09:40:35
32217         Log: Subject: Re: [perl #33892] Add Interix support
32218              From: Todd Vierling <tv@duh.org>
32219              Date: Fri, 21 Jan 2005 15:16:16 -0500 (EST)
32220              Message-ID: <Pine.NEB.4.61.0501211424350.13373@duh.net.dhis.org>
32221      Branch: perl
32222            ! hints/interix.sh
32223 ____________________________________________________________________________
32224 [ 23869] By: davem                                 on 2005/01/23  22:20:10
32225         Log: Subject:  Re: Smoke [5.9.2] 23863 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
32226              From:  Jarkko Hietaniemi <jhi@iki.fi>
32227              Date:  Sun, 23 Jan 2005 21:25:01 +0200
32228              Message-Id:  <41F3FA0D.4010301@iki.fi>
32229
32230              The uc() memory reduction patch had a memory leak...
32231      Branch: perl
32232            ! pp.c
32233 ____________________________________________________________________________
32234 [ 23868] By: nicholas                              on 2005/01/23  22:06:01
32235         Log: Tidy up 2 comments
32236      Branch: perl
32237            ! regcomp.c
32238 ____________________________________________________________________________
32239 [ 23867] By: nicholas                              on 2005/01/23  22:05:12
32240         Log: Assimilate ExtUtils::Constant 0.16
32241      Branch: perl
32242            + lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/Utils.pm
32243            + lib/ExtUtils/Constant/XS.pm
32244            ! MANIFEST lib/ExtUtils/Constant.pm
32245 ____________________________________________________________________________
32246 [ 23866] By: nicholas                              on 2005/01/23  21:43:17
32247         Log: Slightly terser code in S_regpposixcc (names inside [:*here*:])
32248      Branch: perl
32249            ! regcomp.c
32250 ____________________________________________________________________________
32251 [ 23864] By: nicholas                              on 2005/01/22  22:30:12
32252         Log: Subject: Re: Smoke [5.9.2] 23792 FAIL(F) osf1 V5.1 (21264A)/4 cpu)
32253              From: Jarkko Hietaniemi <jhi@iki.fi>
32254              Message-ID: <41F2C427.7020003@iki.fi>
32255              Date: Sat, 22 Jan 2005 23:22:47 +0200
32256      Branch: perl
32257            ! hints/dec_osf.sh
32258 ____________________________________________________________________________
32259 [ 23863] By: davem                                 on 2005/01/22  18:27:58
32260         Log: Subject:  Re: uc($long_utf8_string) exhausts memory
32261              From:  Jarkko Hietaniemi <jhi@iki.fi>
32262              Date:  Sat, 22 Jan 2005 11:33:12 +0200
32263              Message-Id:  <41F21DD8.3050500@iki.fi>
32264
32265              change #23857 miscalculated the SvGROW size
32266      Branch: perl
32267            ! pp.c
32268 ____________________________________________________________________________
32269 [ 23862] By: nicholas                              on 2005/01/22  17:51:13
32270         Log: Subject: Re: Smoke [5.9.2] 23792 FAIL(F) osf1 V5.1 (21264A)/4 cpu)
32271              From: Jarkko Hietaniemi <jhi@iki.fi>
32272              Message-ID: <41F2911E.8090204@iki.fi>
32273              Date: Sat, 22 Jan 2005 19:45:02 +0200
32274
32275              (drop optimisation on pp_pack.c for gcc on osf1 to -O1)
32276      Branch: perl
32277            ! hints/dec_osf.sh
32278 ____________________________________________________________________________
32279 [ 23861] By: nicholas                              on 2005/01/22  14:15:58
32280         Log: Update copyright years and add editor blocks
32281      Branch: perl
32282            ! doop.c hv.c utf8.c
32283 ____________________________________________________________________________
32284 [ 23860] By: nicholas                              on 2005/01/22  12:03:00
32285         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
32286              Subject: Re: [PATCH] do not assume quads or long doubles
32287              Message-ID: <41F21B0A.2050301@iki.fi>
32288              Date: Sat, 22 Jan 2005 11:21:14 +0200
32289      Branch: perl
32290            ! pp_pack.c
32291 ____________________________________________________________________________
32292 [ 23858] By: nicholas                              on 2005/01/22  00:39:41
32293         Log: Remove now-unnecessary check. (It's done earlier)
32294      Branch: perl
32295            ! pp_pack.c
32296 ____________________________________________________________________________
32297 [ 23857] By: davem                                 on 2005/01/22  00:17:40
32298         Log: Subject:  Re: uc($long_utf8_string) exhausts memory
32299              From:  Jarkko Hietaniemi <jhi@iki.fi>
32300              Date:  Sat, 22 Jan 2005 00:20:12 +0200
32301              Message-Id:  <41F1801C.3080201@iki.fi>
32302
32303              Make buffer size estimates for utf8 case conversion less maximally
32304              pessimistic
32305      Branch: perl
32306            ! doop.c op.c pp.c pp_pack.c regcomp.c regexec.c sv.c t/op/lc.t
32307            ! toke.c utf8.c utf8.h
32308 ____________________________________________________________________________
32309 [ 23854] By: nicholas                              on 2005/01/21  22:15:43
32310         Log: Shrink a switch() statment by driving the size calculations from the
32311              size table. This requires #ifdef()s in the size table initialiser.
32312              Astoundingly this shaves over 6K of the object size with -Os on OS X.
32313              I was expecting about 1K (due to shrinking a branch table). Mind you,
32314              I'm not going to argue with what I got. :-)
32315      Branch: perl
32316            ! genpacksizetables.pl pp_pack.c
32317 ____________________________________________________________________________
32318 [ 23853] By: nicholas                              on 2005/01/21  16:46:49
32319         Log: Make the length overrun checking and stack extension table driven.
32320              (Shaves about 3k off pp_pack.o)
32321      Branch: perl
32322            + genpacksizetables.pl
32323            ! MANIFEST pp_pack.c
32324 ____________________________________________________________________________
32325 [ 23852] By: rgs                                   on 2005/01/21  16:29:53
32326         Log: Subject: [perl #32503] Fix for Storable module
32327              From: "Steven N. Hirsch" (via RT) <perlbug-followup@perl.org>
32328              Date: 19 Nov 2004 13:06:57 -0000
32329              Message-ID: <rt-3.0.11-32503-100597.6.46123979926323@perl.org>
32330      Branch: perl
32331            ! ext/Storable/Storable.xs
32332 ____________________________________________________________________________
32333 [ 23851] By: rgs                                   on 2005/01/21  15:51:54
32334         Log: Fix spurious warnings emitted by XSLoader via Data::Dumper
32335      Branch: perl
32336            ! ext/Data/Dumper/Dumper.pm
32337 ____________________________________________________________________________
32338 [ 23850] By: nicholas                              on 2005/01/21  15:43:24
32339         Log: Name another pack test
32340      Branch: perl
32341            ! t/op/pack.t
32342 ____________________________________________________________________________
32343 [ 23849] By: rgs                                   on 2005/01/21  15:26:10
32344         Log: Subject: [perl #33892] Add Interix support
32345              From: Todd Vierling (via RT) <perlbug-followup@perl.org>
32346              Date: 21 Jan 2005 14:36:31 -0000
32347              Message-ID: <rt-3.0.11-33892-106280.17.6407478352545@perl.org>
32348
32349              (except the Configure chunk)
32350              (and bump version numbers of modules)
32351      Branch: perl
32352            + hints/interix.sh
32353            ! MANIFEST Makefile.SH lib/ExtUtils/MM_Unix.pm lib/File/Find.pm
32354            ! lib/File/Temp.pm t/io/openpid.t t/op/groups.t
32355 ____________________________________________________________________________
32356 [ 23848] By: merijn                                on 2005/01/21  14:47:31
32357         Log: Subject: [perl #33892] Add Interix support
32358              From: Todd Vierling (via RT) <perlbug-followup@perl.org>
32359              Date: 21 Jan 2005 14:36:31 -0000
32360              Message-ID: <rt-3.0.11-33892-106280.17.6407478352545@perl.org>
32361      Branch: perl
32362            ! Configure
32363 ____________________________________________________________________________
32364 [ 23847] By: rgs                                   on 2005/01/21  14:46:38
32365         Log: Upgrade to Test::Harness 2.46
32366      Branch: perl
32367            + lib/Test/Harness/TAP.pod lib/Test/Harness/t/harness.t
32368            + lib/Test/Harness/t/prove-globbing.t
32369            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Assert.pm
32370            ! lib/Test/Harness/Changes lib/Test/Harness/Iterator.pm
32371            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/prove-switches.t
32372            ! lib/Test/Harness/t/strap.t
32373 ____________________________________________________________________________
32374 [ 23845] By: rgs                                   on 2005/01/21  14:09:19
32375         Log: Subject: [perl #32967] [PATCH] Re: More B bugs: svref_2object
32376              From: Stephen McCamant <smcc@OCF.Berkeley.EDU>
32377              Date: Tue, 28 Dec 2004 16:01:49 -0800
32378              Message-ID: <16849.62445.116153.489478@apocalypse.OCF.Berkeley.EDU>
32379      Branch: perl
32380            ! ext/B/B.pm
32381 ____________________________________________________________________________
32382 [ 23844] By: rgs                                   on 2005/01/21  13:49:46
32383         Log: Subject: [Patch] [perl #32446]  close leaves fd open
32384              From: Steffen Ullrich <coyote.frank@gmx.net>
32385              Date: Wed, 01 Dec 2004 15:22:34 +0100
32386              Message-ID: <20041201142236.4273.qmail@lists.develooper.com>
32387      Branch: perl
32388            ! perlio.c
32389 ____________________________________________________________________________
32390 [ 23843] By: rgs                                   on 2005/01/21  13:35:49
32391         Log: Subject: [PATCH bleadperl] Re: [perl #31924] %INC caching failure-case problem
32392              From: Rick Delaney <rick@bort.ca>
32393              Date: Wed, 13 Oct 2004 12:40:18 -0400
32394              Message-ID: <20041013164018.GA32174@biff.bort.ca>
32395      Branch: perl
32396            ! embed.fnc embed.h global.sym hv.c hv.h pod/perlapi.pod
32397            ! pp_ctl.c proto.h t/comp/require.t
32398 ____________________________________________________________________________
32399 [ 23842] By: rgs                                   on 2005/01/21  10:57:48
32400         Log: Subject: Re: [PATCH] File::Find dies on find({follow=>1, ...}) on Win32
32401              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
32402              Date: Mon, 20 Dec 2004 16:08:56 -0800
32403              Message-ID: <20041221000856.GA2924@efn.org>
32404      Branch: perl
32405            ! pp_sys.c t/op/stat.t
32406 ____________________________________________________________________________
32407 [ 23841] By: rgs                                   on 2005/01/21  10:26:17
32408         Log: Subject: [PATCH] doc SVt_PVLV <=> SVt_PVGV change version in B.pm
32409              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
32410              Date: Sun, 19 Dec 2004 23:57:56 -0800
32411              Message-ID: <20041220075754.GA800@efn.org>
32412      Branch: perl
32413            ! ext/B/B.pm
32414 ____________________________________________________________________________
32415 [ 23840] By: rgs                                   on 2005/01/20  18:45:55
32416         Log: Subject: [patch] cleanup perlsfio.h
32417              From: Stas Bekman <stas@stason.org>
32418              Date: Thu, 13 Jan 2005 16:14:23 -0500
32419              Message-ID: <41E6E4AF.8070303@stason.org>
32420      Branch: perl
32421            ! perlsfio.h
32422 ____________________________________________________________________________
32423 [ 23839] By: rgs                                   on 2005/01/20  18:33:00
32424         Log: VERSION++
32425      Branch: perl
32426            ! lib/Text/ParseWords.pm
32427 ____________________________________________________________________________
32428 [ 23838] By: rgs                                   on 2005/01/20  18:21:36
32429         Log: Subject: Re: [perl #33173] shellwords.pl and tainting
32430              From: Alexey Tourbin <at@altlinux.ru>
32431              Date: Tue, 28 Dec 2004 22:29:37 +0300
32432              Message-ID: <20041228192937.GB7824@solemn.turbinal.org>
32433      Branch: perl
32434            + lib/Text/ParseWords/taint.t
32435            ! MANIFEST lib/Text/ParseWords.pm lib/shellwords.pl
32436 ____________________________________________________________________________
32437 [ 23836] By: nicholas                              on 2005/01/20  13:21:14
32438         Log: Run regen.pl and pod/buildtoc --build-all
32439      Branch: perl
32440            ! MANIFEST pod/perlapi.pod pod/perltoc.pod
32441 ____________________________________________________________________________
32442 [ 23835] By: nicholas                              on 2005/01/20  13:20:50
32443         Log: A little more determinacy in our sorting
32444      Branch: perl
32445            ! autodoc.pl
32446 ____________________________________________________________________________
32447 [ 23827] By: nicholas                              on 2005/01/19  21:22:30
32448         Log: Make "assertion" attribute code and test conditional
32449      Branch: perl
32450            ! t/op/attrs.t xsutils.c
32451 ____________________________________________________________________________
32452 [ 23824] By: merijn                                on 2005/01/19  18:32:41
32453         Log: Subject: [PATCH] Further follow-up to 23767
32454              From: Robin Barker <Robin.Barker@npl.co.uk>
32455              Date: Wed, 19 Jan 2005 18:30:31 -0000
32456              Message-ID: <533D273D4014D411AB1D00062938C4D90849C57D@hotel.npl.co.uk>
32457      Branch: perl
32458            ! XSUB.h gv.c perl.c perl.h pp_ctl.c sv.c utf8.c
32459 ____________________________________________________________________________
32460 [ 23822] By: rgs                                   on 2005/01/19  17:19:04
32461         Log: Subject: Re: [perl #32498] h2xs generates incorrect code for Makefile.PL for enums
32462              From: Noah <sitz@onastick.net>
32463              Date: Wed, 19 Jan 2005 12:33:52 -0500
32464              Message-ID: <20050119173352.GA15592@radu.onastick.net>
32465      Branch: perl
32466            ! utils/h2xs.PL
32467 ____________________________________________________________________________
32468 [ 23821] By: rgs                                   on 2005/01/19  11:30:38
32469         Log: Subject: [PATCH] op/stat.t test 9 failing on recent cygwin snapshots
32470              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
32471              Date: Sun, 16 Jan 2005 10:30:45 -0800
32472              Message-ID: <20050116183045.GA2768@efn.org>
32473      Branch: perl
32474            ! t/op/stat.t
32475 ____________________________________________________________________________
32476 [ 23820] By: rgs                                   on 2005/01/19  11:20:10
32477         Log: Subject: [PATCH] Make Data::Dumper work when dynamic extensions are not available
32478              From: "Jos I. Boumans" <kane@xs4all.net>
32479              Date: Tue, 18 Jan 2005 15:12:03 +0100
32480              Message-Id: <ED6BA2C4-695A-11D9-B09C-000A95EF62E2@xs4all.net>
32481      Branch: perl
32482            ! ext/Data/Dumper/Dumper.pm
32483 ____________________________________________________________________________
32484 [ 23819] By: rgs                                   on 2005/01/19  11:15:14
32485         Log: Fix dependencies in ext/B/Makefile.PL
32486              (bug #8254, fix by Alan Burlison)
32487      Branch: perl
32488            ! ext/B/Makefile.PL
32489 ____________________________________________________________________________
32490 [ 23817] By: steveh                                on 2005/01/19  09:33:27
32491         Log: Exclude "Thread" from $Config{extensions}
32492
32493              It is already excluded from $Config{dynamic_ext}, so should not be
32494              in $Config{extensions} either. (Note that Thread is actually still
32495              built, though. This is just for consistency with Unix builds.)
32496      Branch: perl
32497            ! win32/config_sh.PL
32498 ____________________________________________________________________________
32499 [ 23816] By: steveh                                on 2005/01/19  08:55:06
32500         Log: Exclude "Thread" from $Config{dynamic_ext}
32501
32502              This was accidentally broken by change 23757.  It has already been
32503              fixed in maint-5.8 when resolving conflicts during integration of
32504              23757, so this one does NOT need integrating itself!
32505
32506              For more details see:
32507              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-01/msg00477.html
32508      Branch: perl
32509            ! win32/config_sh.PL
32510 ____________________________________________________________________________
32511 [ 23807] By: steveh                                on 2005/01/17  17:55:02
32512         Log: Fix for building with MinGW under Cygwin
32513
32514              Subject: [PATCH] building win32 perl with cygwin's mingw (was: Re: [PATCH] Re: lib/Config/Extensions.t fails on Win32)
32515              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
32516              Date: Thu, 13 Jan 2005 16:11:36 -0800
32517              Message-ID: <20050114001136.GC2516@efn.org>
32518      Branch: perl
32519            ! ext/Errno/Errno_pm.PL
32520 ____________________________________________________________________________
32521 [ 23806] By: steveh                                on 2005/01/17  16:57:10
32522         Log: Get $Config{ccversion} or $Config{gccversion} filled in on Win32
32523      Branch: perl
32524            ! win32/config_sh.PL
32525 ____________________________________________________________________________
32526 [ 23805] By: nicholas                              on 2005/01/14  19:56:42
32527         Log: Better test diagnostics for the numbers tests.
32528              (Failure diagnostics were always good, but now the tests have names,
32529              which show even when they pass)
32530      Branch: perl
32531            ! t/op/pack.t
32532 ____________________________________________________________________________
32533 [ 23803] By: nicholas                              on 2005/01/14  12:06:31
32534         Log: Correct the editor block to match the perl 5 policy on tabs
32535      Branch: perl
32536            ! pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c scope.c
32537            ! sv.c universal.c
32538 ____________________________________________________________________________
32539 [ 23802] By: nicholas                              on 2005/01/14  10:58:47
32540         Log: Refactor S_regclass to generate slightly smaller object code
32541      Branch: perl
32542            ! regcomp.c
32543 ____________________________________________________________________________
32544 [ 23801] By: nicholas                              on 2005/01/14  10:32:08
32545         Log: A terser way to write the \-ing code in pv_uni_display
32546              Plus drive-by insert of a more correct editor block. (thanks Dave)
32547      Branch: perl
32548            ! utf8.c
32549 ____________________________________________________________________________
32550 [ 23800] By: nicholas                              on 2005/01/14  09:55:16
32551         Log: Improve documentation for sv_catpvf, to note that pattern's UTF-8ness
32552              is taken from the SV's UTF-8ness
32553      Branch: perl
32554            ! pod/perlapi.pod sv.c
32555 ____________________________________________________________________________
32556 [ 23799] By: nicholas                              on 2005/01/14  09:52:51
32557         Log: SvUTF8_off() in do_join can be unconditional.
32558      Branch: perl
32559            ! doop.c
32560 ____________________________________________________________________________
32561 [ 23798] By: nicholas                              on 2005/01/14  09:28:14
32562         Log: sv_catpvf holds no advantage over sv_catpv when the "pattern" isn't.
32563      Branch: perl
32564            ! op.c regcomp.c toke.c utf8.c
32565 ____________________________________________________________________________
32566 [ 23797] By: nicholas                              on 2005/01/13  23:13:05
32567         Log: Use the new SV_NOSTEAL flag to avoid the SvTEMP dance in newSVsv
32568      Branch: perl
32569            ! sv.c
32570 ____________________________________________________________________________
32571 [ 23796] By: nicholas                              on 2005/01/13  23:10:38
32572         Log: sv_2mortal(NEWSV(0,0)) better written as sv_newmortal()
32573      Branch: perl
32574            ! utf8.c
32575 ____________________________________________________________________________
32576 [ 23795] By: nicholas                              on 2005/01/13  22:54:10
32577         Log: replace NEWSV(), SvSetSV() with newSVsv()
32578      Branch: perl
32579            ! pp.c pp_hot.c pp_sort.c regexec.c scope.c toke.c
32580 ____________________________________________________________________________
32581 [ 23794] By: nicholas                              on 2005/01/13  22:39:58
32582         Log: Turn the unreachable code into assertions. (So prove me wrong...)
32583      Branch: perl
32584            ! pp_pack.c
32585 ____________________________________________________________________________
32586 [ 23793] By: nicholas                              on 2005/01/13  22:07:20
32587         Log: Source code tidy up - avoid assigning to sv.
32588      Branch: perl
32589            ! pp_pack.c
32590 ____________________________________________________________________________
32591 [ 23792] By: nicholas                              on 2005/01/13  21:54:21
32592         Log: Avoid dogfood problems when an empty string accidentally ends up
32593              as a constant name. [They don't work in qw(), strangely]
32594      Branch: perl
32595            ! lib/ExtUtils/Constant.pm
32596 ____________________________________________________________________________
32597 [ 23791] By: nicholas                              on 2005/01/13  21:44:53
32598         Log: The leaktesting of NEWSV() is long dead, so create and initialise
32599              SV values in one, to simplify source code and shrink object code
32600              by about 1%
32601      Branch: perl
32602            ! pp_pack.c
32603 ____________________________________________________________________________
32604 [ 23790] By: nicholas                              on 2005/01/13  20:55:37
32605         Log: Not a good idea to use unpack "H*" to peek at a scalar's internal
32606              representation.
32607      Branch: perl
32608            ! t/op/join.t
32609 ____________________________________________________________________________
32610 [ 23789] By: nicholas                              on 2005/01/13  14:05:08
32611         Log: Update copyright years. Add an editor block while passing by.
32612      Branch: perl
32613            ! pp_ctl.c pp_hot.c pp_sort.c pp_sys.c regcomp.c scope.c sv.c
32614            ! universal.c
32615 ____________________________________________________________________________
32616 [ 23788] By: nicholas                              on 2005/01/13  13:50:40
32617         Log: utf.pm needs to require Carp before croak()ing
32618      Branch: perl
32619            ! lib/utf8.pm lib/utf8.t
32620 ____________________________________________________________________________
32621 [ 23787] By: nicholas                              on 2005/01/13  13:21:11
32622         Log: Refactor all the unpack checksum-or-not logic to avoid massive
32623              duplication.
32624      Branch: perl
32625            ! pp_pack.c
32626 ____________________________________________________________________________
32627 [ 23786] By: merijn                                on 2005/01/13  11:28:31
32628         Log: Subject: Re: killing USE_5005THREADS in blead?
32629              From: Stas Bekman <stas@stason.org>
32630              Date: Wed, 12 Jan 2005 16:32:42 -0500
32631              Message-ID: <41E5977A.3060306@stason.org>
32632      Branch: perl
32633            ! perl.c
32634 ____________________________________________________________________________
32635 [ 23785] By: steveh                                on 2005/01/13  10:24:13
32636         Log: Fix Win32 build problem caused by change 23757
32637
32638              Change 23757 added a glob() call to win32/FindExt.pm.  That code is
32639              run by miniperl.exe when making the ..\config.sh target, but
32640              miniperl.exe is built with -D PERL_EXTERNAL_GLOB so it requires
32641              perlglob.exe to do the glob().  perlglob.exe has been built, but is
32642              in the top-level of the source tree so is not found when miniperl.exe
32643              is executed from within the win32/ sub-directory.
32644
32645              This was causing smokes to fail on t/lib/commonsense.t because the
32646              "extensions" field in lib/Config_heavy.pl only contained
32647              "threads/shared" as a result of the glob() not finding anything.
32648
32649              Manual builds had been working fine for me because I had an installed
32650              perl in my PATH so perlglob.exe was being found there instead!
32651      Branch: perl
32652            ! win32/FindExt.pm
32653 ____________________________________________________________________________
32654 [ 23783] By: rgs                                   on 2005/01/12  18:04:17
32655         Log: Subject: [PATCH] follow-up to #23765
32656              From: "Craig A. Berry" <craigberry@mac.com>
32657              Date: Tue, 11 Jan 2005 21:01:27 -0600
32658              Message-ID: <41E49307.7080900@mac.com>
32659      Branch: perl
32660            ! lib/warnings.t
32661 ____________________________________________________________________________
32662 [ 23782] By: nicholas                              on 2005/01/11  19:10:20
32663         Log: Fix bug 32294 - index()/rindex() ignore UTF8 flag
32664              (for cases of mixed UTF8/bytes)
32665              Test code based on bug report by John Gardiner Myers
32666      Branch: perl
32667            ! pp.c t/op/index.t
32668 ____________________________________________________________________________
32669 [ 23781] By: rgs                                   on 2005/01/11  17:04:24
32670         Log: Subject: [PATCH] follow-up to 23767
32671              From: Robin Barker <Robin.Barker@npl.co.uk>
32672              Date: Tue, 11 Jan 2005 15:48:49 -0000
32673              Message-ID: <533D273D4014D411AB1D00062938C4D90849C56A@hotel.npl.co.uk>
32674      Branch: perl
32675            ! Porting/pumpkin.pod sv.c
32676 ____________________________________________________________________________
32677 [ 23780] By: mhx                                   on 2005/01/10  19:25:27
32678         Log: Remove PERL_FLEXIBLE_EXCEPTIONS code.
32679      Branch: perl
32680            ! embed.fnc embed.h embedvar.h global.sym makedef.pl perl.c
32681            ! perl.h perlapi.h pod/perlapi.pod pod/perlintern.pod pp_ctl.c
32682            ! proto.h scope.c scope.h sv.c thrdvar.h
32683 ____________________________________________________________________________
32684 [ 23779] By: nicholas                              on 2005/01/10  17:07:03
32685         Log: Subject: [PATCH] t/op/split.t #11 nit on VMS
32686              From: "Craig A. Berry" <craigberry@mac.com>
32687              Message-ID: <41E1C261.5020100@mac.com>
32688              Date: Sun, 09 Jan 2005 17:46:41 -0600
32689      Branch: perl
32690            ! t/op/split.t
32691 ____________________________________________________________________________
32692 [ 23778] By: steveh                                on 2005/01/10  11:53:10
32693         Log: Need to close files before unlinking them on Win32
32694
32695              (Various files created by test programs are left behind otherwise,
32696              and distclean doesn't clean them up)
32697      Branch: perl
32698            ! lib/FileCache/t/01open.t lib/FileCache/t/04twoarg.t
32699            ! lib/FileCache/t/07noimport.t t/op/read.t
32700 ____________________________________________________________________________
32701 [ 23777] By: steveh                                on 2005/01/10  10:28:00
32702         Log: Make Win32's distclean target clean up properly
32703      Branch: perl
32704            ! win32/Makefile win32/makefile.mk
32705 ____________________________________________________________________________
32706 [ 23776] By: steveh                                on 2005/01/10  09:45:50
32707         Log: Get $Config{osvers} filled in on Win32
32708      Branch: perl
32709            ! win32/config_sh.PL
32710 ____________________________________________________________________________
32711 [ 23775] By: merijn                                on 2005/01/10  08:54:00
32712         Log: Subject: [PATCH] follow-up to #23748, -Duselargefiles on VMS
32713              Date: Sun, 09 Jan 2005 17:52:09 -0600
32714              From: "Craig A. Berry" <craigberry@mac.com>
32715              Message-ID: <41E1C3A9.9080900@mac.com>
32716      Branch: perl
32717            ! configure.com
32718 ____________________________________________________________________________
32719 [ 23774] By: nicholas                              on 2005/01/09  23:42:25
32720         Log: Shorter source code in pp_gelem. (But it compiles to the same size)
32721      Branch: perl
32722            ! pp.c
32723 ____________________________________________________________________________
32724 [ 23773] By: nicholas                              on 2005/01/09  21:50:28
32725         Log: If we know the length of the string constant, save a strlen()
32726      Branch: perl
32727            ! perl.c pp_sys.c
32728 ____________________________________________________________________________
32729 [ 23772] By: nicholas                              on 2005/01/09  21:26:40
32730         Log: savepv(SvPV(sv,n_a)) is common, and creates an unnecessary call to
32731              strlen(). Add savesvpv(sv), which gets the length from the SV,
32732              and returns a copy of its PV.
32733      Branch: perl
32734            ! embed.fnc embed.h global.sym mg.c pp_sys.c proto.h regcomp.c
32735            ! universal.c util.c
32736 ____________________________________________________________________________
32737 [ 23771] By: nicholas                              on 2005/01/09  19:42:30
32738         Log: Can pass in a length here without introducing a bug. Might save
32739              a strlen()
32740      Branch: perl
32741            ! toke.c
32742 ____________________________________________________________________________
32743 [ 23770] By: nicholas                              on 2005/01/09  15:05:33
32744         Log: Pull the am-I-utf8-or-not logic into one place (S_newSV_maybe_utf8)
32745              as I think that it will be needed for utf8 soft references.
32746      Branch: perl
32747            ! toke.c
32748 ____________________________________________________________________________
32749 [ 23769] By: steveh                                on 2005/01/07  17:25:35
32750         Log: Disable PERL_MALLOC and DEBUG_MSTATS in win32/makefile.mk by default
32751              and force PERL_MALLOC off if USE_IMP_SYS is on
32752
32753              This brings makefile.mk into line with Makefile in this regard
32754
32755              (PERL_MALLOC cannot currently be used with USE_IMP_SYS, e.g. see:
32756              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-07/msg00465.html
32757              so it is sensible to enforce this, and to not have the default set
32758              to a configuration that isn't allowed)
32759      Branch: perl
32760            ! win32/makefile.mk
32761 ____________________________________________________________________________
32762 [ 23768] By: rgs                                   on 2005/01/07  14:30:51
32763         Log: Subject: Re: [PATCH] Remove Carp from warnings.pm
32764              From: Jim Cromie <jim.cromie@gmail.com>
32765              Date: Mon, 3 Jan 2005 06:36:16 -0700
32766              Message-ID: <cfe85dfa05010305367445dee6@mail.gmail.com>
32767      Branch: perl
32768            + lib/vars_carp.t
32769            ! MANIFEST ext/B/t/optree_specials.t ext/B/t/stash.t lib/Carp.pm
32770            ! lib/English.pm lib/Exporter.pm lib/Exporter.t
32771            ! lib/Exporter/Heavy.pm lib/warnings.pm warnings.pl
32772 ____________________________________________________________________________
32773 [ 23767] By: rgs                                   on 2005/01/07  13:41:47
32774         Log: Subject: [PATCH] to improve -DCHECK_FORMAT
32775              From: Robin Barker <Robin.Barker@npl.co.uk>
32776              Date: Wed, 5 Jan 2005 11:55:09 -0000
32777              Message-ID: <533D273D4014D411AB1D00062938C4D90849C55A@hotel.npl.co.uk>
32778      Branch: perl
32779            ! mg.c perl.h pp.h pp_sys.c sv.c
32780 ____________________________________________________________________________
32781 [ 23766] By: nicholas                              on 2005/01/07  12:46:07
32782         Log: Stage 1 of utf8 support for soft references.
32783              Change gv_fetchpv to take a UTF8 flag, as gv_fetchpvn_flags
32784              Add gv_fetchsv to look up a GV by SV rather than a char * pointer
32785              Provide a backwards compatability gv_fetchpv
32786              Migrate from gv_fetchpv to gv_fetchsv where the caller was grabbing
32787              the pointer from an SV
32788              All tests still pass.
32789      Branch: perl
32790            ! embed.fnc embed.h global.sym gv.c gv.h mg.c op.c perl.h pp.c
32791            ! pp_hot.c pp_sys.c proto.h sv.c sv.h toke.c universal.c
32792 ____________________________________________________________________________
32793 [ 23765] By: nicholas                              on 2005/01/07  11:23:48
32794         Log: Subject: [PATCH] make lib/warnings.t use t/test.pl
32795              From: "Craig A. Berry" <craigberry@mac.com>
32796              Message-ID: <41DDCA71.1080704@mac.com>
32797              Date: Thu, 06 Jan 2005 17:32:01 -0600
32798      Branch: perl
32799            ! lib/warnings.t
32800 ____________________________________________________________________________
32801 [ 23764] By: steveh                                on 2005/01/07  08:35:29
32802         Log: Fix win32/config.*'s cc, ld and other related values
32803
32804              cc and ld themselves always get replaced with correct values anyway
32805              so we just provide example values as per other similar settings
32806
32807              Other related values (ccname, cpp, cpprun, cppstdin) need to use the
32808              correct ~keyword~, namely ~cc~, not ~CC~, otherwise they do not get set
32809
32810              Subject: [PATCH] Re: lib/Config/Extensions.t fails on Win32
32811              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
32812              Date: Wed, 5 Jan 2005 10:01:41 -0800
32813              Message-ID: <20050105180141.GA676@efn.org>
32814
32815              Subject: Re: [PATCH] Re: lib/Config/Extensions.t fails on Win32
32816              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
32817              Date: Thu, 6 Jan 2005 11:53:11 -0800
32818              Message-ID: <20050106195311.GC1300@efn.org>
32819      Branch: perl
32820            ! win32/config.bc win32/config.gc win32/config.vc
32821            ! win32/config.vc64
32822 ____________________________________________________________________________
32823 [ 23763] By: nicholas                              on 2005/01/06  17:42:59
32824         Log: Add TODO tests for UTF8 encoded soft references
32825      Branch: perl
32826            ! t/op/ref.t
32827 ____________________________________________________________________________
32828 [ 23762] By: steveh                                on 2005/01/06  16:50:10
32829         Log: Allow static linking core extensions on Win32 with MinGW
32830
32831              Subject: [PATCH] Re: lib/Config/Extensions.t fails on Win32
32832              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
32833              Date: Wed, 5 Jan 2005 10:01:41 -0800
32834              Message-ID: <20050105180141.GA676@efn.org>
32835      Branch: perl
32836            ! win32/buildext.pl win32/makefile.mk
32837 ____________________________________________________________________________
32838 [ 23761] By: rgs                                   on 2005/01/06  15:49:39
32839         Log: Silence a compilation warning
32840      Branch: perl
32841            ! pp_sort.c
32842 ____________________________________________________________________________
32843 [ 23760] By: nicholas                              on 2005/01/06  14:59:17
32844         Log: Turn barewords into strings to run under strict subs.
32845              Run under strict refs outside the soft reference tests.
32846      Branch: perl
32847            ! t/op/ref.t
32848 ____________________________________________________________________________
32849 [ 23759] By: nicholas                              on 2005/01/06  14:34:24
32850         Log: All tests now use test.pl
32851      Branch: perl
32852            ! t/op/ref.t
32853 ____________________________________________________________________________
32854 [ 23758] By: nicholas                              on 2005/01/06  11:44:08
32855         Log: Start converting t/op/ref.t to use test.pl
32856      Branch: perl
32857            ! t/op/ref.t
32858 ____________________________________________________________________________
32859 [ 23757] By: steveh                                on 2005/01/06  11:26:12
32860         Log: Fix extensions config fields on Win32 to be as they are on Unix
32861
32862              Subject: [PATCH] Re: lib/Config/Extensions.t fails on Win32
32863              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
32864              Date: Wed, 5 Jan 2005 10:01:41 -0800
32865              Message-ID: <20050105180141.GA676@efn.org>
32866      Branch: perl
32867            ! win32/FindExt.pm win32/config_sh.PL
32868 ____________________________________________________________________________
32869 [ 23756] By: nicholas                              on 2005/01/05  21:58:15
32870         Log: Correct a Greengrocer's apostrophe.
32871      Branch: perl
32872            ! ext/DynaLoader/dl_dyld.xs
32873 ____________________________________________________________________________
32874 [ 23755] By: nicholas                              on 2005/01/05  21:36:26
32875         Log: Foolishly I committed change 23753 before remembering to test without
32876              ithreads. No tests => bugs. This should fix them.
32877      Branch: perl
32878            ! perl.c
32879 ____________________________________________________________________________
32880 [ 23754] By: nicholas                              on 2005/01/05  20:14:02
32881         Log: Error-free constant folding is a TODO
32882      Branch: perl
32883            ! pod/perltodo.pod
32884 ____________________________________________________________________________
32885 [ 23753] By: nicholas                              on 2005/01/05  19:44:28
32886         Log: Turn INIT_TLS_AND_INTERP into a static function
32887      Branch: perl
32888            ! perl.c
32889 ____________________________________________________________________________
32890 [ 23752] By: nicholas                              on 2005/01/05  16:27:19
32891         Log: Shave off the explict 1; from the end of lib/Config.pm
32892      Branch: perl
32893            ! configpm
32894 ____________________________________________________________________________
32895 [ 23751] By: rgs                                   on 2005/01/05  13:31:51
32896         Log: Subject: [PATCH] unnecessary rmdir in Makefile
32897              From: Robin Barker <Robin.Barker@npl.co.uk>
32898              Date: Wed, 5 Jan 2005 11:58:54 -0000
32899              Message-ID: <533D273D4014D411AB1D00062938C4D90849C55C@hotel.npl.co.uk>
32900      Branch: perl
32901            ! Makefile.SH
32902 ____________________________________________________________________________
32903 [ 23750] By: merijn                                on 2005/01/05  11:44:11
32904         Log: Subject: [PATCH] gcc and ld in Configure
32905              From: Robin Barker <Robin.Barker@npl.co.uk>
32906              Date: Wed, 5 Jan 2005 12:04:25 -0000
32907              Message-ID: <533D273D4014D411AB1D00062938C4D90849C55D@hotel.npl.co.uk>
32908      Branch: perl
32909            ! hints/solaris_2.sh
32910 ____________________________________________________________________________
32911 [ 23749] By: nicholas                              on 2005/01/05  11:25:29
32912         Log: Subject: [PATCH] Avoid segfault when pthread_key_create fails
32913              From: Gisle Aas <gisle@ActiveState.com>
32914              Date: 05 Jan 2005 01:09:51 -0800
32915              Message-ID: <lracroz1gg.fsf@caliper.activestate.com>
32916      Branch: perl
32917            ! thread.h
32918 ____________________________________________________________________________
32919 [ 23748] By: nicholas                              on 2005/01/05  10:44:59
32920         Log: Subject: [PATCH] -Duselargefiles for VMS
32921              From: "Craig A. Berry" <craigberry@mac.com>
32922              Message-ID: <41DB63A6.7040504@mac.com>
32923              Date: Tue, 04 Jan 2005 21:48:54 -0600
32924      Branch: perl
32925            ! configure.com vms/descrip_mms.template vms/vmsish.h
32926 ____________________________________________________________________________
32927 [ 23747] By: nicholas                              on 2005/01/05  10:10:14
32928         Log: Rafael spotted that my changes caused warnings. So clean up.
32929      Branch: perl
32930            ! t/op/attrs.t
32931 ____________________________________________________________________________
32932 [ 23746] By: nicholas                              on 2005/01/04  23:07:25
32933         Log: Update copyright years.
32934      Branch: perl
32935            ! mg.c miniperlmain.c op.c perlio.c xsutils.c
32936 ____________________________________________________________________________
32937 [ 23745] By: nicholas                              on 2005/01/04  19:32:01
32938         Log: Make the switch statement discriminate similar names more
32939              efficiently.
32940      Branch: perl
32941            ! xsutils.c
32942 ____________________________________________________________________________
32943 [ 23744] By: nicholas                              on 2005/01/04  16:20:43
32944         Log: Check all attributes in modify_SV_attributes are recognised.
32945              Fix bug where 'assertion' was always rejected as invalid.
32946      Branch: perl
32947            ! t/op/attrs.t xsutils.c
32948 ____________________________________________________________________________
32949 [ 23743] By: nicholas                              on 2005/01/04  12:46:56
32950         Log: Use the new ${^UTF8LOCALE} to make the test reliable.
32951      Branch: perl
32952            ! t/io/layers.t
32953 ____________________________________________________________________________
32954 [ 23742] By: merijn                                on 2005/01/04  12:38:03
32955         Log: Subject: [PATCH pod/perlxs.pod] RE: [perl #32660] INT2PTR not mentioned in perlxs(1)
32956              From: Robin Barker <Robin.Barker@npl.co.uk>
32957              Date: Tue, 4 Jan 2005 12:32:29 -0000
32958              Message-ID: <533D273D4014D411AB1D00062938C4D90849C553@hotel.npl.co.uk>
32959      Branch: perl
32960            ! pod/perlxs.pod
32961 ____________________________________________________________________________
32962 [ 23741] By: nicholas                              on 2005/01/04  11:27:57
32963         Log: Add ${^UTF8LOCALE} to give perl space access to PL_utf8locale
32964      Branch: perl
32965            ! gv.c mg.c
32966 ____________________________________________________________________________
32967 [ 23740] By: steveh                                on 2005/01/04  10:56:55
32968         Log: Bring win32/config.* into line with win32/config_H.*
32969              so that "perl -V:usemallocwrap" tells us what the configuration is
32970              instead of saying 'UNKNOWN'.
32971      Branch: perl
32972            ! win32/config.bc win32/config.gc win32/config.vc
32973            ! win32/config.vc64
32974 ____________________________________________________________________________
32975 [ 23739] By: rgs                                   on 2005/01/04  08:36:50
32976         Log: Subject: [PATCH] Math::BigInt v1.74, Math::BigRat v0.14, bignum v0.16
32977              From: Tels <nospam-abuse@bloodgate.com>
32978              Date: Sat, 1 Jan 2005 18:59:51 +0100
32979              Message-Id: <200501011859.52858@bloodgate.com>
32980      Branch: perl
32981            + lib/Math/BigInt/t/lib_load.t lib/bignum/t/ratopt_a.t
32982            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
32983            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/CalcEmu.pm
32984            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
32985            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
32986            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
32987            ! lib/Math/BigInt/t/inf_nan.t lib/Math/BigInt/t/sub_mbf.t
32988            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc
32989            ! lib/Math/BigInt/t/with_sub.t lib/Math/BigRat.pm
32990            ! lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.inc
32991            ! lib/Math/BigRat/t/bigratpm.t lib/bigint.pm lib/bignum.pm
32992            ! lib/bignum/t/option_a.t lib/bignum/t/option_l.t
32993            ! lib/bignum/t/option_p.t lib/bigrat.pm
32994            ! t/lib/Math/BigFloat/Subclass.pm
32995 ____________________________________________________________________________
32996 [ 23738] By: rgs                                   on 2005/01/04  08:05:16
32997         Log: Happy new year
32998      Branch: perl
32999            ! README
33000 ____________________________________________________________________________
33001 [ 23736] By: nicholas                              on 2005/01/03  21:17:28
33002         Log: Return an immortal from attributes::_warn_reserved (a private
33003              function). (saves creating a new IV)
33004      Branch: perl
33005            ! xsutils.c
33006 ____________________________________________________________________________
33007 [ 23735] By: nicholas                              on 2005/01/03  20:58:09
33008         Log: Change dXSTARGET to dXSTARG as recommended by Spider Boardman.
33009      Branch: perl
33010            ! xsutils.c
33011 ____________________________________________________________________________
33012 [ 23733] By: nicholas                              on 2005/01/03  18:54:22
33013         Log: D'oh! Spurious aTHX_. Here was I thinking that my test build was
33014              threaded, but "oh no it isn't!" :-(
33015      Branch: perl
33016            ! toke.c
33017 ____________________________________________________________________________
33018 [ 23732] By: rgs                                   on 2005/01/03  17:24:24
33019         Log: Integrate a patch from Gentoo for uclibc support.
33020              See :
33021              Subject: Re: Static linking notes --- perl5.8.6 and uClibc
33022              From: Alexey Tourbin <at@altlinux.ru>
33023              Date: Tue, 28 Dec 2004 14:25:42 +0300
33024              Message-ID: <20041228112542.GB21037@solemn.turbinal.org>
33025      Branch: perl
33026            ! perlio.c
33027 ____________________________________________________________________________
33028 [ 23731] By: nicholas                              on 2005/01/02  23:18:07
33029         Log: Remove compiler warnings.
33030      Branch: perl
33031            ! toke.c
33032 ____________________________________________________________________________
33033 [ 23730] By: nicholas                              on 2005/01/02  22:49:49
33034         Log: Change 23727 broke code that relied on \ being escaped.
33035              Fix this. *Everything* should work now.
33036      Branch: perl
33037            + t/run/switchF1.t
33038            ! MANIFEST toke.c
33039 ____________________________________________________________________________
33040 [ 23729] By: nicholas                              on 2005/01/02  07:46:12
33041         Log: Splitting the -n/-p code and concatenating strings generates
33042              smaller object code.
33043      Branch: perl
33044            ! toke.c
33045 ____________________________________________________________________________
33046 [ 23728] By: nicholas                              on 2005/01/01  21:34:52
33047         Log: Concatenate some string constants
33048      Branch: perl
33049            ! toke.c
33050 ____________________________________________________________________________
33051 [ 23727] By: nicholas                              on 2005/01/01  21:13:53
33052         Log: Use Rafael's sick trick of ASCII NUL as a q'' delimiter to save a
33053              lot of quoting code
33054      Branch: perl
33055            ! toke.c
33056 ____________________________________________________________________________
33057 [ 23726] By: nicholas                              on 2005/01/01  20:48:31
33058         Log: Probably should be using *pvn rather than *pv forms for speed in
33059              toke.c (to save a strlen())
33060      Branch: perl
33061            ! toke.c
33062 ____________________________________________________________________________
33063 [ 23725] By: nicholas                              on 2005/01/01  20:26:27
33064         Log: strEQ/strNE of 1 character strings seems better hand inlined,
33065              because it generates smaller object code (as well as being
33066              faster than a true function call)
33067      Branch: perl
33068            ! doio.c locale.c op.c perl.c pp.c toke.c util.c
33069 ____________________________________________________________________________
33070 [ 23724] By: nicholas                              on 2005/01/01  17:15:58
33071         Log: Not all the world's a VAX, er ASCII, so don't make assumptions.
33072              Tweak is_gv_magical's string comparisons to produce smaller object
33073              code.
33074              First 2005 copyright notice.
33075      Branch: perl
33076            ! gv.c
33077 ____________________________________________________________________________
33078 [ 23723] By: nicholas                              on 2005/01/01  13:54:33
33079         Log: Change 23714 accidentally broke t/io/layers.t when testing with
33080              UTF8 locales and the -C flag. When UTF8 is flagged as enabled
33081              based on the locale, we have no perl space access to PL_utf8locale
33082              so assume for the moment that UTF8 is never conditionally enabled.
33083      Branch: perl
33084            ! t/io/layers.t
33085 ____________________________________________________________________________
33086 [ 23722] By: nicholas                              on 2004/12/31  23:04:47
33087         Log: Skip the switch statement entirely if the pointer is null, rather
33088              than the old pointless switch on '\0'. Also skip re-comparing the
33089              first character. Faster, and generates terser object code.
33090      Branch: perl
33091            ! pp.c
33092 ____________________________________________________________________________
33093 [ 23721] By: nicholas                              on 2004/12/31  22:46:25
33094         Log: Doing the strnEQ char by char for 2 and 3 character strings
33095              generates a smaller object file, and will be faster.
33096      Branch: perl
33097            ! doio.c
33098 ____________________________________________________________________________
33099 [ 23720] By: nicholas                              on 2004/12/31  21:41:25
33100         Log: Improve documentation for is_gv_magical, and split the switch
33101              statement into 2 parts, lengths > 1 and lengths <= 1
33102              This should cause most variables (lower case, multicharacter)
33103              to escape the function without passing through a switch table.
33104      Branch: perl
33105            ! gv.c
33106 ____________________________________________________________________________
33107 [ 23719] By: nicholas                              on 2004/12/31  21:02:59
33108         Log: Because name is always NUL terminated we can incorporate length
33109              0 names in the switch statement for length 1.
33110      Branch: perl
33111            ! gv.c
33112 ____________________________________________________________________________
33113 [ 23718] By: nicholas                              on 2004/12/31  20:25:52
33114         Log: Generate smaller object code by using a single switch statement
33115              for determining which names are forced into main::
33116      Branch: perl
33117            ! gv.c
33118 ____________________________________________________________________________
33119 [ 23717] By: nicholas                              on 2004/12/31  18:31:18
33120         Log: Tidy up comments in change 23716
33121      Branch: perl
33122            ! gv.c
33123 ____________________________________________________________________________
33124 [ 23716] By: nicholas                              on 2004/12/31  18:22:54
33125         Log: Refactor gv_fetchpv so that the overwhelmingly common case
33126              (variable names starting with a lower case letter or _, longer
33127              than one character) get out of the function very quickly.
33128              (Without even passing through a switch statement jump table)
33129              Also fixes bug 33631
33130      Branch: perl
33131            ! gv.c
33132 ____________________________________________________________________________
33133 [ 23715] By: nicholas                              on 2004/12/31  15:43:07
33134         Log: Subject: [PATCH] randbits and randfunc for VMS
33135              From: "Craig A. Berry" <craigberry@mac.com>
33136              Message-ID: <41D570BF.8010409@mac.com>
33137              Date: Fri, 31 Dec 2004 09:31:11 -0600
33138      Branch: perl
33139            ! configure.com
33140 ____________________________________________________________________________
33141 [ 23714] By: nicholas                              on 2004/12/31  13:14:18
33142         Log: Bug in t/io/layers.t spotted by Ignasi Roca Carrió
33143      Branch: perl
33144            ! AUTHORS t/io/layers.t
33145 ____________________________________________________________________________
33146 [ 23712] By: mhx                                   on 2004/12/30  18:29:02
33147         Log: Mention ppport.h and its --api-info switch in perlguts.
33148      Branch: perl
33149            ! pod/perlguts.pod
33150 ____________________________________________________________________________
33151 [ 23711] By: merijn                                on 2004/12/30  13:10:20
33152         Log: Subject: [PATCH] Allow Configure's d_attribut to be set from the command line
33153              From: Gisle Aas <gisle@ActiveState.com>
33154              Date: 30 Dec 2004 03:39:36 -0800
33155              Message-ID: <lrllbgypzb.fsf@caliper.activestate.com>
33156      Branch: perl
33157            ! Configure
33158 ____________________________________________________________________________
33159 [ 23708] By: nicholas                              on 2004/12/29  21:41:04
33160         Log: Thinko in the description of Config::Extensions
33161      Branch: perl
33162            ! MANIFEST
33163 ____________________________________________________________________________
33164 [ 23707] By: nicholas                              on 2004/12/29  21:25:29
33165         Log: Experimental module intended to simplify core regression tests
33166      Branch: perl
33167            + lib/Config/Extensions.pm lib/Config/Extensions.t
33168            ! MANIFEST
33169 ____________________________________________________________________________
33170 [ 23706] By: nicholas                              on 2004/12/29  21:24:30
33171         Log: Skip tests that binmode :utf8 if there is no perlio
33172      Branch: perl
33173            ! t/op/read.t
33174 ____________________________________________________________________________
33175 [ 23705] By: nicholas                              on 2004/12/29  21:04:43
33176         Log: Ooops. Fix unitialised variable
33177      Branch: perl
33178            ! pp_sys.c
33179 ____________________________________________________________________________
33180 [ 23704] By: nicholas                              on 2004/12/29  19:47:12
33181         Log: Oops. Forgot to uncomment the last set of Unicode values for
33182              testing.
33183      Branch: perl
33184            ! t/op/read.t
33185 ____________________________________________________________________________
33186 [ 23703] By: nicholas                              on 2004/12/29  19:00:12
33187         Log: read (and presuambly sysread) would expose the UTF8 internals when
33188              reading from a byte orientated file handle into a UTF8 scalar.
33189      Branch: perl
33190            ! pp_sys.c t/op/read.t
33191 ____________________________________________________________________________
33192 [ 23702] By: nicholas                              on 2004/12/29  17:20:29
33193         Log: Add a lot of tests for combinations of values, offsets and lengths
33194      Branch: perl
33195            ! t/op/read.t
33196 ____________________________________________________________________________
33197 [ 23701] By: nicholas                              on 2004/12/29  16:28:58
33198         Log: Convert op/read.t to use test.pl and make it stricture compliant.
33199      Branch: perl
33200            ! t/op/read.t
33201 ____________________________________________________________________________
33202 [ 23700] By: mhx                                   on 2004/12/29  13:46:36
33203         Log: Upgrade to Devel::PPPort 3.04
33204      Branch: perl
33205            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
33206            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
33207            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/parts/inc/SvPV
33208            ! ext/Devel/PPPort/parts/inc/ppphbin
33209            ! ext/Devel/PPPort/parts/inc/ppphdoc
33210            ! ext/Devel/PPPort/parts/inc/ppphtest
33211 ____________________________________________________________________________
33212 [ 23696] By: merijn                                on 2004/12/29  12:41:14
33213         Log: Rebuilt after backport start for 23674, 23675, and 23676
33214      Branch: perl
33215            ! Configure
33216 ____________________________________________________________________________
33217 [ 23691] By: merijn                                on 2004/12/29  11:57:57
33218         Log: Subject: [PATCH] Cleanup ext/B tests for -w and to run separately
33219              Date: Tue, 28 Dec 2004 13:49:19 -0800
33220              From: Stephen McCamant <smcc@MIT.EDU>
33221              Message-ID: <16849.54495.424654.896889@apocalypse.OCF.Berkeley.EDU>
33222      Branch: perl
33223            ! ext/B/B/Terse.pm ext/B/t/asmdata.t ext/B/t/b.t
33224            ! ext/B/t/bblock.t ext/B/t/bytecode.t ext/B/t/concise.t
33225            ! ext/B/t/debug.t ext/B/t/deparse.t ext/B/t/f_map.t
33226            ! ext/B/t/f_sort.t ext/B/t/lint.t ext/B/t/o.t
33227            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
33228            ! ext/B/t/optree_samples.t ext/B/t/optree_sort.t
33229            ! ext/B/t/optree_specials.t ext/B/t/optree_varinit.t
33230            ! ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
33231            ! ext/B/t/xref.t
33232 ____________________________________________________________________________
33233 [ 23688] By: nicholas                              on 2004/12/28  10:25:28
33234         Log: Make Config.t warnings and strictures clean
33235      Branch: perl
33236            ! lib/Config.t
33237 ____________________________________________________________________________
33238 [ 23683] By: nicholas                              on 2004/12/27  16:03:59
33239         Log: Subject: [patch sv.c] comment fix
33240              From: Stas Bekman <stas@stason.org>
33241              Message-ID: <41CF50FE.5070307@stason.org>
33242              Date: Sun, 26 Dec 2004 19:02:06 -0500
33243      Branch: perl
33244            ! sv.c
33245 ____________________________________________________________________________
33246 [ 23682] By: nicholas                              on 2004/12/27  15:48:24
33247         Log: Add investigating self tie segfaults to the TODO
33248      Branch: perl
33249            ! pod/perltodo.pod
33250 ____________________________________________________________________________
33251 [ 23681] By: rgs                                   on 2004/12/24  13:51:59
33252         Log: Subject: [perl #33173] shellwords.pl and tainting
33253              From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
33254              Date: 24 Dec 2004 00:14:19 -0000
33255              Message-ID: <rt-3.0.11-33173-103504.3.54366755060383@perl.org>
33256      Branch: perl
33257            ! lib/shellwords.pl
33258 ____________________________________________________________________________
33259 [ 23680] By: rgs                                   on 2004/12/24  13:42:08
33260         Log: Subject: Missign STATEMENT brackets in PUSHMARK
33261              From: perl5-porters@ton.iguana.be (Ton Hospel)
33262              Date: Thu, 23 Dec 2004 17:55:13 +0000 (UTC)
33263              Message-Id: <cqf0q1$9cc$1@post.home.lunix>
33264      Branch: perl
33265            ! pp.h
33266 ____________________________________________________________________________
33267 [ 23679] By: nicholas                              on 2004/12/24  10:33:32
33268         Log: Don't do the ... expansion on archlib, sitelib etc, given that
33269              everyone should already be using archlibext etc
33270              Add the extra special case code for otherlibdirs
33271      Branch: perl
33272            ! configpm
33273 ____________________________________________________________________________
33274 [ 23678] By: rgs                                   on 2004/12/24  08:57:56
33275         Log: Subject: Re: [patch perlapi doc] sv_magic
33276              From: Stas Bekman <stas@stason.org>
33277              Date: Thu, 23 Dec 2004 16:28:06 -0500
33278              Message-ID: <41CB3866.1080307@stason.org>
33279      Branch: perl
33280            ! pod/perlapi.pod sv.c
33281 ____________________________________________________________________________
33282 [ 23677] By: nicholas                              on 2004/12/24  08:54:58
33283         Log: Subject: [PATCH] Re: Smoke [5.9.2] 23675 FAIL(m) openvms E8.2 (Alpha/4 cpu)
33284              From: "Craig A. Berry" <craigberry@mac.com>
33285              Message-ID: <41CB6BD1.8030207@mac.com>
33286              Date: Thu, 23 Dec 2004 19:07:29 -0600
33287      Branch: perl
33288            ! configure.com
33289 ____________________________________________________________________________
33290 [ 23676] By: nicholas                              on 2004/12/23  23:15:24
33291         Log: Bother. It helps if you also propagate the new entry to config.sh
33292      Branch: perl
33293            ! Configure
33294 ____________________________________________________________________________
33295 [ 23675] By: nicholas                              on 2004/12/23  22:14:42
33296         Log: Oops. You can't add new entries to config_h.SH without making some
33297              sort of corresponding defined/undefined value in config.sh somehow.
33298      Branch: perl
33299            ! Configure
33300 ____________________________________________________________________________
33301 [ 23674] By: nicholas                              on 2004/12/23  21:38:59
33302         Log: Relocatable @INC entries for Unix.
33303              (With appropriate fixups in Config.pm to complete the illusion)
33304              Currently can only be enabled with hackery to config.sh
33305              TODO - proper Configure support, and support for otherlibdirs in
33306              Config.pm
33307      Branch: perl
33308            ! Porting/Glossary config_h.SH configpm embed.fnc embed.h perl.c
33309            ! proto.h
33310 ____________________________________________________________________________
33311 [ 23673] By: merijn                                on 2004/12/23  21:04:37
33312         Log: 23669 was not such a good idea. More research needed.
33313      Branch: perl
33314            ! config_h.SH
33315 ____________________________________________________________________________
33316 [ 23672] By: rgs                                   on 2004/12/23  17:21:37
33317         Log: The "Setuid script not plain file" error wasn't documented.
33318      Branch: perl
33319            ! pod/perldiag.pod
33320 ____________________________________________________________________________
33321 [ 23671] By: rgs                                   on 2004/12/23  15:21:58
33322         Log: Subject: [PATCH] Data::Dumper Freezer fixes
33323              From: Sam Tregar <sam@tregar.com>
33324              Date: Sun, 19 Dec 2004 14:40:25 -0500 (EST)
33325              Message-ID: <Pine.LNX.4.61.0412191434490.7660@hillmont.dreamhost.com>
33326
33327              and bump Data::Dumper's VERSION
33328      Branch: perl
33329            + ext/Data/Dumper/t/freezer.t
33330            ! MANIFEST ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
33331 ____________________________________________________________________________
33332 [ 23670] By: nicholas                              on 2004/12/22  23:15:07
33333         Log: Fix typo
33334      Branch: perl
33335            ! ext/Storable/Storable.xs
33336 ____________________________________________________________________________
33337 [ 23669] By: merijn                                on 2004/12/22  20:16:53
33338         Log: Just to re-sync with metaconfig output. No real changes.
33339      Branch: perl
33340            ! config_h.SH
33341 ____________________________________________________________________________
33342 [ 23668] By: rgs                                   on 2004/12/22  08:46:21
33343         Log: Move the definition of the S_procself_val() function before
33344              the point where it's used
33345      Branch: perl
33346            ! perl.c
33347 ____________________________________________________________________________
33348 [ 23667] By: nicholas                              on 2004/12/21  20:56:58
33349         Log: Move the setting of $^X ahead of the initialisation of @INC
33350      Branch: perl
33351            ! perl.c
33352 ____________________________________________________________________________
33353 [ 23666] By: nicholas                              on 2004/12/21  20:31:57
33354         Log: $#a>>=1 relies on malloc wrap to avoid the segfault, so need to
33355              skip the test on platforms where it's not available
33356      Branch: perl
33357            ! t/op/bop.t
33358 ____________________________________________________________________________
33359 [ 23663] By: nicholas                              on 2004/12/21  11:58:53
33360         Log: Note that the shell's test uses eq etc for numbers, = etc for
33361              strings, the reverse of Perl, which is definitely a trap.
33362              Spotted by Alexei Alexandrov.
33363      Branch: perl
33364            ! AUTHORS pod/perltrap.pod
33365 ____________________________________________________________________________
33366 [ 23662] By: merijn                                on 2004/12/20  13:38:45
33367         Log: Subject: [PATCH] AUTHORS
33368              From: Tels <nospam-abuse@bloodgate.com>
33369              Date: Sun, 19 Dec 2004 14:28:44 +0100
33370              Message-Id: <200412191428.45898@bloodgate.com>
33371      Branch: perl
33372            ! AUTHORS
33373 ____________________________________________________________________________
33374 [ 23661] By: rgs                                   on 2004/12/17  09:08:23
33375         Log: Subject: Re: [perl #32717] BeOS specific Updates
33376              From: bonefish@cs.tu-berlin.de
33377              Date: Fri, 17 Dec 2004 01:17:40 +0100
33378              Message-Id: <20041217011740.14398.1@cs.tu-berlin.de>
33379      Branch: perl
33380            - beos/beos_flock_server.cpp beos/beos_flock_server.h
33381            ! MANIFEST Makefile.SH README.beos beos/beos.c beos/beosish.h
33382            ! hints/beos.sh
33383 ____________________________________________________________________________
33384 [ 23660] By: rgs                                   on 2004/12/16  16:09:20
33385         Log: Subject: [PATCH] bop.t follow-up to #23645
33386              From: "Craig A. Berry" <craigberry@mac.com>
33387              Date: Thu, 16 Dec 2004 08:53:32 -0600
33388              Message-ID: <41C1A16C.9040700@mac.com>
33389      Branch: perl
33390            ! t/op/bop.t
33391 ____________________________________________________________________________
33392 [ 23659] By: rgs                                   on 2004/12/16  16:05:49
33393         Log: Subject: Re: Can't locate auto/POSIX/autosplit.ix [perl #24445] [PATCH]
33394              From: Andy Dougherty <doughera@lafayette.edu>
33395              Date: Thu, 16 Dec 2004 09:57:44 -0500 (EST)
33396              Message-ID: <Pine.SOL.4.58.0412160953470.20202@maxwell.phys.lafayette.edu>
33397      Branch: perl
33398            ! ext/POSIX/Makefile.PL
33399 ____________________________________________________________________________
33400 [ 23658] By: rgs                                   on 2004/12/16  15:58:06
33401         Log: Two pod2html patches from Dave Sparks :
33402
33403              Fix anchors for some function names
33404              Subject: pod2html fragment fix [PATCH]
33405              From: Gisle Aas <gisle@ActiveState.com>
33406              Date: 11 Nov 2004 14:36:46 +0100
33407              Message-ID: <lrk6sso6c1.fsf@caliper.activestate.com>
33408
33409              Subject: Make 'pod2html --quiet' be quiet [PATCH]
33410              From: Gisle Aas <gisle@ActiveState.com>
33411              Date: 11 Nov 2004 15:19:58 +0100
33412              Message-ID: <lrbre4o4c1.fsf@caliper.activestate.com>
33413      Branch: perl
33414            ! lib/Pod/Html.pm
33415 ____________________________________________________________________________
33416 [ 23657] By: rgs                                   on 2004/12/16  15:43:02
33417         Log: Pod::Html is not part of the podlators distribution
33418      Branch: perl
33419            ! Porting/Maintainers.pl
33420 ____________________________________________________________________________
33421 [ 23656] By: rgs                                   on 2004/12/15  16:39:29
33422         Log: Security fix from Debian in the debugger (in the setterm()
33423              function), from:
33424              Subject: Re: Security patch from Debian?
33425              From: Brendan O'Dea <bod@debian.org>
33426              Date: Thu, 2 Dec 2004 13:42:17 +1100
33427              Message-ID: <20041202024217.GA12670@londo.c47.org>
33428      Branch: perl
33429            ! lib/perl5db.pl
33430 ____________________________________________________________________________
33431 [ 23655] By: rgs                                   on 2004/12/15  15:14:05
33432         Log: A couple of SCO compilation patches
33433
33434              Subject: [perl #3097] Re: SCO5 XS dyn loading fails
33435              From: "Ilya N. Golubev" <gin@mo.msk.ru>
33436              Date: Tue, 14 Dec 2004 22:37:27 +0300
33437              Message-ID: <028941bf40f648-gin@mo.msk.ru>
33438
33439              Subject: Re: [perl #3100] NaN passed to gcvt [PATCH]
33440              From: Andy Dougherty <doughera@lafayette.edu>
33441              Date: Wed, 15 Dec 2004 10:29:22 -0500 (EST)
33442              Message-ID: <Pine.SOL.4.58.0412150956360.3441@maxwell.phys.lafayette.edu>
33443      Branch: perl
33444            ! hints/sco.sh
33445 ____________________________________________________________________________
33446 [ 23654] By: rgs                                   on 2004/12/15  13:16:06
33447         Log: Upgrade to Test::Simple 0.54
33448      Branch: perl
33449            + lib/Test/Simple/t/is_fh.t
33450            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
33451            ! lib/Test/Simple.pm lib/Test/Simple/Changes
33452            ! lib/Test/Simple/t/details.t lib/Test/Simple/t/fail-more.t
33453            ! lib/Test/Simple/t/harness_active.t
33454            ! lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/maybe_regex.t
33455            ! lib/Test/Simple/t/plan_no_plan.t lib/Test/Simple/t/sort_bug.t
33456            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/undef.t
33457 ____________________________________________________________________________
33458 [ 23653] By: rgs                                   on 2004/12/15  12:43:37
33459         Log: Upgrade to ExtUtils::MakeMaker 6.25
33460      Branch: perl
33461            + lib/ExtUtils/t/dir_target.t
33462            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
33463            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Liblist/Kid.pm
33464            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
33465            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
33466            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_NW5.pm
33467            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
33468            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
33469            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
33470            ! lib/ExtUtils/MakeMaker/Tutorial.pod lib/ExtUtils/Manifest.pm
33471            ! lib/ExtUtils/NOTES lib/ExtUtils/README lib/ExtUtils/instmodsh
33472            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/INST_PREFIX.t
33473            ! lib/ExtUtils/t/Liblist.t lib/ExtUtils/t/MM_Unix.t
33474            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/hints.t
33475            ! lib/ExtUtils/t/oneliner.t lib/ExtUtils/t/parse_version.t
33476            ! lib/ExtUtils/t/prereq_print.t lib/ExtUtils/t/split_command.t
33477 ____________________________________________________________________________
33478 [ 23652] By: rgs                                   on 2004/12/14  16:22:42
33479         Log: Fix for [perl #32491] h2xs incorrectly parses enums with implicit values
33480      Branch: perl
33481            ! utils/h2xs.PL
33482 ____________________________________________________________________________
33483 [ 23651] By: rgs                                   on 2004/12/14  12:17:25
33484         Log: Subject: Re: B::walkoptree segfaults
33485              From: Alexey Tourbin <at@altlinux.ru>
33486              Date: Fri, 3 Dec 2004 05:06:49 +0300
33487              Message-ID: <20041203020649.GD3898@solemn.turbinal.org>
33488      Branch: perl
33489            ! ext/B/B.pm
33490 ____________________________________________________________________________
33491 [ 23650] By: rgs                                   on 2004/12/14  11:21:53
33492         Log: Make Sys::Syslog stricture-compliant
33493      Branch: perl
33494            ! ext/Sys/Syslog/Syslog.pm
33495 ____________________________________________________________________________
33496 [ 23649] By: rgs                                   on 2004/12/14  10:35:57
33497         Log: Allow escaping %m as %%m in Sys::Syslog format strings
33498              (suggested by Joshua Richardson <jric@yahoo-inc.com>
33499              and Yitzchak Scott-Thoennes)
33500      Branch: perl
33501            ! ext/Sys/Syslog/Syslog.pm
33502 ____________________________________________________________________________
33503 [ 23648] By: rgs                                   on 2004/12/14  10:22:48
33504         Log: Subject: [perl #24343] [PATCH] -w vs. -s
33505              From: "Steve Peters via RT" <perlbug-followup@perl.org>
33506              Date: 14 Dec 2004 06:41:34 -0000
33507              Message-ID: <rt-3.0.11-24343-103027.13.3005637364295@perl.org>
33508      Branch: perl
33509            ! pod/perlrun.pod
33510 ____________________________________________________________________________
33511 [ 23647] By: merijn                                on 2004/12/14  07:51:43
33512         Log: Subject: [perl #3274] [PATCH] Documentation for utime should be improved
33513              Date: 14 Dec 2004 06:29:23 -0000
33514              From: "Steve Peters via RT" <perlbug-followup@perl.org>
33515              Message-ID: <rt-3.0.11-3274-103026.2.21000805211489@perl.org>
33516      Branch: perl
33517            ! pod/perlfaq5.pod
33518 ____________________________________________________________________________
33519 [ 23646] By: rgs                                   on 2004/12/14  07:41:08
33520         Log: Fix test added in change 23645 with an eval()
33521      Branch: perl
33522            ! t/op/bop.t
33523 ____________________________________________________________________________
33524 [ 23645] By: rgs                                   on 2004/12/14  07:28:57
33525         Log: Test patch for already-solved bug #33003,
33526              by Michael G Schwern.
33527      Branch: perl
33528            ! t/op/bop.t
33529 ____________________________________________________________________________
33530 [ 23644] By: steveh                                on 2004/12/13  17:26:46
33531         Log: Document gv_stashpvn
33532
33533              This is already in the API supported by Devel::PPPort, and is
33534              more efficient than gv_stashpv if the length is already known.
33535      Branch: perl
33536            ! embed.fnc gv.c pod/perlapi.pod
33537 ____________________________________________________________________________
33538 [ 23643] By: rgs                                   on 2004/12/13  10:02:57
33539         Log: Subject: [PATCH] FileCache without import
33540              From: Michael G Schwern <schwern@pobox.com>
33541              Date: Sat, 11 Dec 2004 18:58:32 -0500
33542              Message-ID: <20041211235832.GA13462@windhund.schwern.org>
33543      Branch: perl
33544            + lib/FileCache/t/07noimport.t
33545            ! MANIFEST lib/FileCache.pm
33546 ____________________________________________________________________________
33547 [ 23642] By: rgs                                   on 2004/12/13  09:54:23
33548         Log: Subject: [PATCH] perlipc typo
33549              From: Brendan O'Dea <bod@debian.org>
33550              Date: Sun, 12 Dec 2004 10:25:04 +1100
33551              Message-ID: <20041211232504.GA8380@londo.c47.org>
33552      Branch: perl
33553            ! pod/perlipc.pod
33554 ____________________________________________________________________________
33555 [ 23641] By: rgs                                   on 2004/12/13  09:41:21
33556         Log: Subject: [PATCH] t/op/taint.t follow-up to #23635
33557              From: "Craig A. Berry" <craigberry@mac.com>
33558              Date: Sat, 11 Dec 2004 11:03:57 -0600
33559              Message-ID: <41BB287D.6090001@mac.com>
33560      Branch: perl
33561            ! t/op/taint.t
33562 ____________________________________________________________________________
33563 [ 23640] By: rgs                                   on 2004/12/13  08:39:34
33564         Log: Subject: Re: Smoke [5.9.2] 23634 FAIL(F) openbsd 3.6 (i386/1 cpu) [PATCH]
33565              From: Gisle Aas <gisle@ActiveState.com>
33566              Date: 11 Dec 2004 02:57:19 -0800
33567              Message-ID: <lrr7lxje5s.fsf_-_@caliper.activestate.com>
33568      Branch: perl
33569            ! utf8.c
33570 ____________________________________________________________________________
33571 [ 23639] By: rgs                                   on 2004/12/10  22:02:52
33572         Log: Subject: [PATCH] Re: [perl #2562] wantarray fails in END, INIT, and CHECK blocks
33573              From: mjtg@cam.ac.uk (Mike Guy)
33574              Date: Fri, 10 Dec 2004 19:08:01 +0000
33575              Message-ID: <E1Ccq7V-00057s-9s@virgo.cus.cam.ac.uk>
33576      Branch: perl
33577            ! pod/perlfunc.pod
33578 ____________________________________________________________________________
33579 [ 23638] By: steveh                                on 2004/12/10  14:58:59
33580         Log: Fix Win32 breakage caused by change 23610
33581
33582              Simply skip the offending tests on Win32.  There is no sense in testing
33583              that $Config dir entries appear in @INC because the $Config entries
33584              relate to where perl.exe will be installed (as per INST_DRV/INST_TOP in
33585              win32/Makefile), whereas @INC entries are dynamic, based on where
33586              perlXX.dll is currently located.
33587      Branch: perl
33588            ! lib/Config.t
33589 ____________________________________________________________________________
33590 [ 23637] By: rgs                                   on 2004/12/10  10:17:47
33591         Log: Pod nit ([perl #32800])
33592      Branch: perl
33593            ! pod/perlfunc.pod
33594 ____________________________________________________________________________
33595 [ 23636] By: rgs                                   on 2004/12/10  10:02:12
33596         Log: Subject: [PATCH] Test rt.perl.org 5900
33597              From: Michael G Schwern <schwern@pobox.com>
33598              Date: Thu, 9 Dec 2004 22:11:59 -0500
33599              Message-ID: <20041210031159.GA7629@windhund.schwern.org>
33600      Branch: perl
33601            ! t/op/taint.t
33602 ____________________________________________________________________________
33603 [ 23635] By: rgs                                   on 2004/12/10  09:51:44
33604         Log: Subject: [PATCH] cleanup t/op/taint.t
33605              From: Michael G Schwern <schwern@pobox.com>
33606              Date: Fri, 10 Dec 2004 02:04:49 -0500
33607              Message-ID: <20041210070448.GA22347@windhund.schwern.org>
33608
33609              Subject: [PATCH] Add todo_skip() to test.pl
33610              From: Michael G Schwern <schwern@pobox.com>
33611              Date: Fri, 10 Dec 2004 04:27:06 -0500
33612              Message-ID: <20041210092706.GA23378@windhund.schwern.org>
33613      Branch: perl
33614            ! t/op/taint.t t/test.pl
33615 ____________________________________________________________________________
33616 [ 23634] By: nicholas                              on 2004/12/09  22:51:03
33617         Log: Evade using @ in the 1 liner with some perl 1 syntax.
33618      Branch: perl
33619            ! lib/Config.t
33620 ____________________________________________________________________________
33621 [ 23633] By: rgs                                   on 2004/12/09  18:50:16
33622         Log: Subject: RE: [PATCH perl.h toke.c utf8.c] minor format clean up
33623              From: Robin Barker <Robin.Barker@npl.co.uk>
33624              Date: Wed, 1 Dec 2004 15:15:44 -0000
33625              Message-ID: <533D273D4014D411AB1D00062938C4D90849C521@hotel.npl.co.uk>
33626      Branch: perl
33627            ! perl.h
33628 ____________________________________________________________________________
33629 [ 23632] By: rgs                                   on 2004/12/09  17:12:12
33630         Log: Subject: UTF8_ALLOW_ANYUV should not allow overlong sequences [PATCH]
33631              From: Gisle Aas <gisle@activestate.com>
33632              Date: 06 Dec 2004 02:59:24 -0800
33633              Message-ID: <lrmzwrae0j.fsf_-_@caliper.activestate.com>
33634      Branch: perl
33635            ! utf8.h
33636 ____________________________________________________________________________
33637 [ 23631] By: rgs                                   on 2004/12/09  16:03:01
33638         Log: Subject: [PATCH] :encoding(utf8) broken in perl-5.8.6
33639              From: Gisle Aas <gisle@ActiveState.com>
33640              Date: 03 Dec 2004 06:09:19 -0800
33641              Message-ID: <lrllcfeank.fsf_-_@caliper.activestate.com>
33642      Branch: perl
33643            ! ext/PerlIO/t/encoding.t
33644 ____________________________________________________________________________
33645 [ 23630] By: rgs                                   on 2004/12/09  15:49:07
33646         Log: Upgrade to perldoc 3.14
33647      Branch: perl
33648            ! lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm
33649 ____________________________________________________________________________
33650 [ 23629] By: rgs                                   on 2004/12/09  09:57:42
33651         Log: Fix test to cope with the previous h2ph change.
33652      Branch: perl
33653            ! t/lib/h2ph.pht
33654 ____________________________________________________________________________
33655 [ 23628] By: rgs                                   on 2004/12/08  16:50:30
33656         Log: Subject: [perl #32962] h2ph - use of local() in generated code
33657              From: Peter.Dintelmann@dresdner-bank.com (via RT)
33658              Date: 8 Dec 2004 15:49:32 -0000
33659              Message-ID: <rt-3.0.11-32962-102394.11.065973521948@perl.org>
33660      Branch: perl
33661            ! utils/h2ph.PL
33662 ____________________________________________________________________________
33663 [ 23627] By: rgs                                   on 2004/12/08  16:19:38
33664         Log: Subject: [PATCH] Re: [perl #32949] FileCache only works in "main" package
33665              From: "Jos I. Boumans" <kane@xs4all.net>
33666              Date: Wed, 8 Dec 2004 14:24:19 +0100
33667              Message-Id: <7728A4F5-491C-11D9-9CA3-000A95EF62E2@xs4all.net>
33668      Branch: perl
33669            + lib/FileCache/t/06export.t
33670            ! MANIFEST lib/FileCache.pm
33671 ____________________________________________________________________________
33672 [ 23626] By: nicholas                              on 2004/12/07  23:39:46
33673         Log: Avoid getting the stash name twice (at least visually, if not also
33674              in the generated code)
33675      Branch: perl
33676            ! sv.c
33677 ____________________________________________________________________________
33678 [ 23624] By: rgs                                   on 2004/12/07  18:26:48
33679         Log: Upgrade to Encode 2.09
33680      Branch: perl
33681            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
33682            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.xs
33683            ! ext/Encode/t/Encode.t ext/Encode/t/fallback.t
33684 ____________________________________________________________________________
33685 [ 23623] By: nicholas                              on 2004/12/07  15:27:09
33686         Log: Revert part of the change to gv_fullname4(), as the change seems to
33687              be fractionally slower. Re-investigation prompted by a comment from
33688              Tim Bunce, who seems to be more on the ball than I am.
33689      Branch: perl
33690            ! gv.c
33691 ____________________________________________________________________________
33692 [ 23622] By: steveh                                on 2004/12/07  10:50:26
33693         Log: Update AUTHORS (for changes #23200 and #23621)
33694      Branch: perl
33695            ! AUTHORS
33696 ____________________________________________________________________________
33697 [ 23621] By: steveh                                on 2004/12/07  10:35:59
33698         Log: Updates to README.win32 (aka perlwin32), with some changes.
33699
33700              Subject: Patch to README.win32 distributed with 5.8.6 for building under .net / MSVC7 (free)
33701              From: Max Maischein <corion@corion.net>
33702              Date: Sun, 05 Dec 2004 19:39:40 +0100
33703              Message-ID: <41B355EC.9010505@corion.net>
33704      Branch: perl
33705            ! README.win32
33706 ____________________________________________________________________________
33707 [ 23620] By: rgs                                   on 2004/12/06  22:22:11
33708         Log: Upgrade to Term::ANSIColor 1.09
33709      Branch: perl
33710            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
33711            ! lib/Term/ANSIColor/README lib/Term/ANSIColor/test.pl
33712 ____________________________________________________________________________
33713 [ 23619] By: rgs                                   on 2004/12/06  21:54:55
33714         Log: Small addition to perlsec by Stas Bekman.
33715      Branch: perl
33716            ! pod/perlsec.pod
33717 ____________________________________________________________________________
33718 [ 23618] By: steveh                                on 2004/12/06  15:54:30
33719         Log: Fix another Win32 breakage caused by change 23554
33720      Branch: perl
33721            ! t/win32/system.t
33722 ____________________________________________________________________________
33723 [ 23617] By: nicholas                              on 2004/12/06  15:35:39
33724         Log: Break out setting $^X into its own static function S_set_caret_X
33725      Branch: perl
33726            ! perl.c
33727 ____________________________________________________________________________
33728 [ 23616] By: steveh                                on 2004/12/06  14:42:32
33729         Log: Fix typo from change 23554 which screwed up Windows smokes
33730      Branch: perl
33731            ! win32/Makefile
33732 ____________________________________________________________________________
33733 [ 23615] By: nicholas                              on 2004/12/06  14:39:59
33734         Log: sanity check the arguments to runperl(), to try to avoid it
33735              hanging waiting on STDIN for a script.
33736      Branch: perl
33737            ! t/test.pl
33738 ____________________________________________________________________________
33739 [ 23614] By: nicholas                              on 2004/12/06  13:41:45
33740         Log: Remove spurious semicolons
33741              (As these 2 are spare, I guess I should send them to Mark Rhodes
33742              (former office mate) as he often said that he kept mislaying his)
33743      Branch: perl
33744            ! gv.h
33745 ____________________________________________________________________________
33746 [ 23613] By: nicholas                              on 2004/12/06  13:10:24
33747         Log: Tests for Config.pm much better now - toDONE
33748      Branch: perl
33749            ! pod/perltodo.pod
33750 ____________________________________________________________________________
33751 [ 23612] By: nicholas                              on 2004/12/06  13:01:36
33752         Log: Turn gv_fullname3 and gv_efullname3 into macros that call
33753              gv_fullname4 and gv_efullname4 directly, saving overhead.
33754      Branch: perl
33755            ! embed.fnc embed.h gv.h proto.h
33756 ____________________________________________________________________________
33757 [ 23611] By: merijn                                on 2004/12/06  12:00:10
33758         Log: New Itanium servers
33759      Branch: perl
33760            ! README.hpux
33761 ____________________________________________________________________________
33762 [ 23610] By: nicholas                              on 2004/12/06  10:35:00
33763         Log: Check that @INC entries and %Config path entries are consistent.
33764      Branch: perl
33765            ! lib/Config.t
33766 ____________________________________________________________________________
33767 [ 23609] By: nicholas                              on 2004/12/03  22:17:32
33768         Log: gv_fullname4() can get rid of the main:: for us.
33769              (well, actually, it never puts it in)
33770      Branch: perl
33771            ! op.c
33772 ____________________________________________________________________________
33773 [ 23608] By: rgs                                   on 2004/12/03  21:51:45
33774         Log: $foo::_ was wrongly forced as $main::_.
33775              Since we still want "our $_" to be always forced to $main::_,
33776              deplace the forcing code at our-pad allocation time.
33777              (Making execution probably a tiny bit faster)
33778      Branch: perl
33779            ! gv.c op.c t/op/mydef.t
33780 ____________________________________________________________________________
33781 [ 23607] By: nicholas                              on 2004/12/03  20:38:37
33782         Log: Remove double checking of acceptable switches on tr/// ops.
33783      Branch: perl
33784            ! toke.c
33785 ____________________________________________________________________________
33786 [ 23606] By: nicholas                              on 2004/12/03  20:07:31
33787         Log: use (c == '$' || c == '@' || c == '%') instead of strchr("$@%", c)
33788              The latter gives larger code, is less clear and can't be any faster
33789      Branch: perl
33790            ! perl.c toke.c
33791 ____________________________________________________________________________
33792 [ 23605] By: nicholas                              on 2004/12/03  18:56:31
33793         Log: Small code tidy up in gv_fullname4
33794      Branch: perl
33795            ! gv.c
33796 ____________________________________________________________________________
33797 [ 23604] By: nicholas                              on 2004/12/03  18:26:43
33798         Log: There are clearer ways of saying m/^[ab]$/ than strchr("ab", c)
33799              They seem to produce slightly smaller object code too.
33800      Branch: perl
33801            ! gv.c
33802 ____________________________________________________________________________
33803 [ 23603] By: nicholas                              on 2004/12/03  17:02:43
33804         Log: Fix a typo in an assert(). It helps to compile with -DDEBUGGING
33805      Branch: perl
33806            ! perl.c
33807 ____________________________________________________________________________
33808 [ 23602] By: nicholas                              on 2004/12/03  15:50:15
33809         Log: Pull out the duplicateded push @INC, $_ if -e $_ code from
33810              S_pushinc into a new function S_pushinc_if_exists
33811              Avoid the SV copy when pushing onto @INC by creating a new scratch
33812              SV each time a push is done.
33813      Branch: perl
33814            ! perl.c
33815 ____________________________________________________________________________
33816 [ 23601] By: nicholas                              on 2004/12/02  22:35:34
33817         Log: Subject: [PATCH] configure.com: no more CONFIG=true
33818              From: "Craig A. Berry" <craigberry@mac.com>
33819              Message-ID: <41AF87BA.1080108@mac.com>
33820              Date: Thu, 02 Dec 2004 15:23:06 -0600
33821      Branch: perl
33822            ! configure.com
33823 ____________________________________________________________________________
33824 [ 23598] By: nicholas                              on 2004/12/01  23:13:32
33825         Log: 2 new BeOS files were missing
33826      Branch: perl
33827            ! MANIFEST
33828 ____________________________________________________________________________
33829 [ 23592] By: nicholas                              on 2004/12/01  18:54:14
33830         Log: Subject: [PATCH] Makefile.SH: de-parallelise mktables
33831              From: Jarkko Hietaniemi <jhi@iki.fi>
33832              Message-ID: <41ADFD95.4030007@iki.fi>
33833              Date: Wed, 01 Dec 2004 19:21:25 +0200
33834      Branch: perl
33835            ! Makefile.SH
33836 ____________________________________________________________________________
33837 [ 23588] By: nicholas                              on 2004/12/01  16:52:45
33838         Log: &test in constant.t is vestigial, so amputate it.
33839      Branch: perl
33840            ! lib/constant.t
33841 ____________________________________________________________________________
33842 [ 23587] By: nicholas                              on 2004/12/01  16:35:10
33843         Log: Tidy up the reference name stringification to save getting the
33844              hash name twice. Pleasant side effect is 44 byte smaller object
33845              file. (A small win is still a win)
33846      Branch: perl
33847            ! sv.c
33848 ____________________________________________________________________________
33849 [ 23584] By: merijn                                on 2004/12/01  13:44:24
33850         Log: Subject: [perl #32717] BeOS specific Updates
33851              Date: 30 Nov 2004 15:38:32 -0000
33852              From: Ingo Weinhold (via RT) <perlbug-followup@perl.org>
33853              Message-ID: <rt-3.0.11-32717-101307.19.7097750538509@perl.org>
33854      Branch: perl
33855            + beos/beos_flock_server.cpp beos/beos_flock_server.h
33856            ! beos/beos.c beos/beosish.h ext/Errno/Errno_pm.PL
33857            ! ext/File/Glob/t/basic.t hints/beos.sh lib/ExtUtils/t/MM_BeOS.t
33858            ! lib/Tie/File/t/16_handle.t perl.c t/op/magic.t
33859 ____________________________________________________________________________
33860 [ 23583] By: merijn                                on 2004/12/01  13:29:18
33861         Log: Subject: [PATCH] add -I../lib to VMS build to find Config_heavy.pl
33862              Date: Wed, 01 Dec 2004 07:24:45 -0600
33863              From: "Craig A. Berry" <craigberry@mac.com>
33864              Message-ID: <41ADC61D.8010407@mac.com>
33865      Branch: perl
33866            ! vms/descrip_mms.template
33867 ____________________________________________________________________________
33868 [ 23581] By: rgs                                   on 2004/12/01  13:01:55
33869         Log: MANIFEST.SKIP is missing from the list of files that come
33870              with MakeMaker
33871      Branch: perl
33872            ! Porting/Maintainers.pl
33873 ____________________________________________________________________________
33874 [ 23577] By: nicholas                              on 2004/11/30  16:40:06
33875         Log: Add placeholders for the new strlcat and strlcpy entries in
33876              config.sh, to ensure that the config.h generated for cross-
33877              compilation will still work.
33878      Branch: perl
33879            ! Cross/config.sh-arm-linux
33880 ____________________________________________________________________________
33881 [ 23575] By: nicholas                              on 2004/11/30  15:32:17
33882         Log: Let pod/buildtoc resort the MANIFEST the way it wants it
33883      Branch: perl
33884            ! MANIFEST
33885 ____________________________________________________________________________
33886 [ 23574] By: nicholas                              on 2004/11/30  15:31:14
33887         Log: Add perl586delta.pod to all the necessary makefiles and tables of
33888              contents.
33889      Branch: perl
33890            ! pod.lst pod/perl.pod pod/perltoc.pod vms/descrip_mms.template
33891            ! win32/pod.mak
33892 ____________________________________________________________________________
33893 [ 23571] By: merijn                                on 2004/11/30  15:11:01
33894         Log: Subject: Re: [PATCH] Re: Smoke [5.9.2] 23566 FAIL(X) openbsd 3.6 (i386/1 cpu)
33895              Date: Tue, 30 Nov 2004 09:29:06 -0600
33896              From: Steve Peters <steve@fisharerojo.org>
33897              Message-ID: <20041130152906.GA555@mccoy.peters.homeunix.org>
33898      Branch: perl
33899            ! hints/openbsd.sh
33900 ____________________________________________________________________________
33901 [ 23570] By: nicholas                              on 2004/11/30  14:57:53
33902         Log: Integrate perlhist entries for 5.8.6 and its perldelta to blead
33903      Branch: perl
33904           +> pod/perl586delta.pod
33905            ! MANIFEST
33906           !> pod/perlhist.pod
33907 ____________________________________________________________________________
33908 [ 23568] By: rgs                                   on 2004/11/30  13:02:16
33909         Log: Protection against trailing spaces in embed.fnc
33910      Branch: perl
33911            ! autodoc.pl embed.pl
33912 ____________________________________________________________________________
33913 [ 23567] By: rgs                                   on 2004/11/30  12:57:30
33914         Log: Remove trailing whitespace that found their way in the docs
33915              (spotted by Stas Bekman)
33916      Branch: perl
33917            ! embed.fnc pod/perlapi.pod proto.h
33918 ____________________________________________________________________________
33919 [ 23566] By: rgs                                   on 2004/11/29  12:30:31
33920         Log: Upgrade to Test::Simple 0.53
33921      Branch: perl
33922            + lib/Test/Simple/t/circular_data.t
33923            + lib/Test/Simple/t/overload_threads.t
33924            + lib/Test/Simple/t/plan_bad.t
33925            + lib/Test/Simple/t/plan_shouldnt_import.t
33926            + lib/Test/Simple/t/require_ok.t lib/Test/Simple/t/sort_bug.t
33927            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
33928            ! lib/Test/Simple.pm lib/Test/Simple/Changes
33929            ! lib/Test/Simple/README lib/Test/Simple/TODO
33930            ! lib/Test/Simple/t/00signature.t lib/Test/Simple/t/More.t
33931            ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/fail_one.t
33932            ! lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/overload.t
33933            ! lib/Test/Simple/t/todo.t t/lib/TieOut.pm
33934 ____________________________________________________________________________
33935 [ 23564] By: nicholas                              on 2004/11/28  16:13:56
33936         Log: Skip generating all the code to deal with "" strings in config.sh
33937              if there aren't any. '' only code is much simpler.
33938      Branch: perl
33939            ! configpm
33940 ____________________________________________________________________________
33941 [ 23563] By: nicholas                              on 2004/11/28  15:00:15
33942         Log: Given that there is a pre-built cache, no need for @v_fast
33943      Branch: perl
33944            ! configpm
33945 ____________________________________________________________________________
33946 [ 23562] By: nicholas                              on 2004/11/28  13:56:30
33947         Log: The byteorder code doesn't need to be in Config.pm if byteorder
33948              isn't actually a frequently looked up value.
33949      Branch: perl
33950            ! configpm
33951 ____________________________________________________________________________
33952 [ 23561] By: nicholas                              on 2004/11/28  13:20:39
33953         Log: Need to stub the public functions to keep some existing code
33954              working.
33955              No need to keep $Config_SH around in memory when we can easily
33956              re-create it.
33957      Branch: perl
33958            ! configpm
33959 ____________________________________________________________________________
33960 [ 23558] By: nicholas                              on 2004/11/27  23:06:41
33961         Log: Generate the precached %Config entries based on some empirical
33962              data, rather than just guesswork.
33963      Branch: perl
33964            ! Makefile.SH configpm
33965 ____________________________________________________________________________
33966 [ 23557] By: nicholas                              on 2004/11/27  21:26:42
33967         Log: Subject: [PATCH] Re: getting Config.pm on a diet
33968              From: "Craig A. Berry" <craigberry@mac.com>
33969              Message-ID: <41A8F225.7080902@mac.com>
33970              Date: Sat, 27 Nov 2004 15:31:17 -0600
33971      Branch: perl
33972            ! vms/descrip_mms.template
33973 ____________________________________________________________________________
33974 [ 23555] By: nicholas                              on 2004/11/27  17:28:47
33975         Log: Hateful cAsE iNsEnSiTiVe file systems
33976      Branch: perl
33977            ! configpm
33978 ____________________________________________________________________________
33979 [ 23554] By: nicholas                              on 2004/11/27  16:56:35
33980         Log: Put Config.pm on a diet. 3K rather than 32K
33981              configpm now generates 2 files, a small Config.pm containing the
33982              commonly used functions and values, which AUTOLOADs a
33983              Config_heavy.pl containing anything else needed.
33984              The "common" values in the small Config.pm may need some
33985              tweaking, based on real world data.
33986      Branch: perl
33987            ! Makefile.SH configpm vms/descrip_mms.template win32/Makefile
33988            ! win32/makefile.mk
33989 ____________________________________________________________________________
33990 [ 23550] By: nicholas                              on 2004/11/27  14:43:37
33991         Log: Clarify the return values of pos, particularly 0 and undef, as
33992              suggested by Stas Bekman
33993      Branch: perl
33994            ! pod/perlfunc.pod
33995 ____________________________________________________________________________
33996 [ 23549] By: nicholas                              on 2004/11/27  14:24:21
33997         Log: Document the interaction of PERL_USE_SAVE_PUTENV and
33998              PL_use_safe_putenv, based on text by Stas Bekman
33999      Branch: perl
34000            ! INSTALL
34001 ____________________________________________________________________________
34002 [ 23548] By: rgs                                   on 2004/11/26  17:20:46
34003         Log: Subject: [perl #32639] [PATCH] Bug in Term::Complete Module with $_ Usage
34004              From: "Steve Peters via RT" <perlbug-followup@perl.org>
34005              Date: 26 Nov 2004 17:14:33 -0000
34006              Message-ID: <rt-3.0.11-32639-101066.11.6172971744206@perl.org>
34007      Branch: perl
34008            ! lib/Term/Complete.pm
34009 ____________________________________________________________________________
34010 [ 23547] By: rgs                                   on 2004/11/26  15:16:59
34011         Log: Freak out if h2ph has to translate a macro that    contains assembly code.
34012
34013              Subject: [PATCH] h2ph vs __asm__
34014              From: Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
34015              Date: Thu, 25 Nov 2004 17:24:43 +0100
34016              Message-ID: <20041125172443.757a4833@dhcp123.mandrakesoft.com>
34017      Branch: perl
34018            ! utils/h2ph.PL
34019 ____________________________________________________________________________
34020 [ 23546] By: rgs                                   on 2004/11/26  15:07:47
34021         Log: Doc nit for B::Lint
34022              Subject: [PATCH] B::Lint
34023              From: Andy Lester <andy@petdance.com>
34024              Date: Fri, 26 Nov 2004 00:30:48 -0600
34025              Message-ID: <20041126063048.GA10161@petdance.com>
34026      Branch: perl
34027            ! ext/B/B/Lint.pm
34028 ____________________________________________________________________________
34029 [ 23545] By: nicholas                              on 2004/11/26  12:33:34
34030         Log: The change to the internal representation introduced a bug whereby
34031              the key returned by FIRSTKEY had an erroneous leading newline.
34032              EXISTS was also buggy.
34033      Branch: perl
34034            ! configpm lib/Config.t
34035 ____________________________________________________________________________
34036 [ 23544] By: nicholas                              on 2004/11/26  11:29:21
34037         Log: Make configpm and the generated Config.pm strict and warnings
34038              clean.
34039      Branch: perl
34040            ! configpm
34041 ____________________________________________________________________________
34042 [ 23543] By: steveh                                on 2004/11/26  10:56:12
34043         Log: Fix Win32 breakage caused by changes 23535/23542.
34044      Branch: perl
34045            ! lib/Config.t
34046 ____________________________________________________________________________
34047 [ 23542] By: nicholas                              on 2004/11/25  23:41:05
34048         Log: Generate the virtual entries at Config.pm build time, as they
34049              don't change. This lets us get rid of the entire "fetch_virtual"
34050              baggage, and makes the config_re lookup work for the virtual
34051              entries.
34052      Branch: perl
34053            ! configpm lib/Config.t
34054 ____________________________________________________________________________
34055 [ 23541] By: nicholas                              on 2004/11/25  22:50:15
34056         Log: Cheat. (Add a leading newline, and so remove all the special
34057              casing for "if we're at the start of $Config_SH")
34058      Branch: perl
34059            ! configpm lib/Config.t
34060 ____________________________________________________________________________
34061 [ 23538] By: nicholas                              on 2004/11/25  21:37:23
34062         Log: Add an exists test for the things we loop over
34063      Branch: perl
34064            ! lib/Config.t
34065 ____________________________________________________________________________
34066 [ 23537] By: nicholas                              on 2004/11/25  21:33:23
34067         Log: The first entry in the virtual config.sh is special cased. So
34068              test it.
34069      Branch: perl
34070            ! lib/Config.t
34071 ____________________________________________________________________________
34072 [ 23536] By: nicholas                              on 2004/11/25  21:00:56
34073         Log: Make $Config{libs_nolargefiles} and
34074              $Config{libswanted_nolargefiles} work. (For the first time)
34075      Branch: perl
34076            ! configpm lib/Config.t
34077 ____________________________________________________________________________
34078 [ 23535] By: nicholas                              on 2004/11/25  20:10:43
34079         Log: Test the currently working virtual %Config entries
34080      Branch: perl
34081            ! lib/Config.t
34082 ____________________________________________________________________________
34083 [ 23534] By: rgs                                   on 2004/11/24  16:09:42
34084         Log: Subject: RC1 pod fix #anchor
34085              From: Stas Bekman <stas@stason.org>
34086              Date: Wed, 24 Nov 2004 10:57:21 -0500
34087              Message-ID: <41A4AF61.9080408@stason.org>
34088      Branch: perl
34089            ! pod/perlrun.pod
34090 ____________________________________________________________________________
34091 [ 23533] By: rgs                                   on 2004/11/24  16:07:38
34092         Log: Subject: [patch pod/perlipc] use POSIX; w/o () is a bad idea
34093              From: Stas Bekman <stas@stason.org>
34094              Date: Wed, 24 Nov 2004 11:25:14 -0500
34095              Message-ID: <41A4B5EA.3020804@stason.org>
34096      Branch: perl
34097            ! pod/perlipc.pod
34098 ____________________________________________________________________________
34099 [ 23532] By: rgs                                   on 2004/11/24  14:47:31
34100         Log: Subject: [perl #3242] [PATCH]No error on assignment to $>
34101              From: "Steve Peters via RT" <perlbug-followup@perl.org>
34102              Date: 21 Nov 2004 04:38:09 -0000
34103              Message-ID: <rt-3.0.11-3242-100676.6.32723019025057@perl.org>
34104      Branch: perl
34105            ! pod/perlvar.pod
34106 ____________________________________________________________________________
34107 [ 23531] By: nicholas                              on 2004/11/24  11:50:28
34108         Log: Wrap some long lines
34109      Branch: perl
34110            ! lib/Config.t
34111 ____________________________________________________________________________
34112 [ 23528] By: rgs                                   on 2004/11/23  13:35:34
34113         Log: Fix for bug: [perl #32562] __PACKAGE__ symbol has wrong value
34114              after eval or require
34115      Branch: perl
34116            ! t/comp/package.t toke.c
34117 ____________________________________________________________________________
34118 [ 23527] By: rgs                                   on 2004/11/23  10:20:02
34119         Log: Subject: Re: [perl #32486] error in documentation for POSIX::pipe
34120              From: Michael G Schwern <schwern@pobox.com>
34121              Date: Fri, 19 Nov 2004 14:28:56 -0500
34122              Message-ID: <20041119192856.GA4769@windhund.schwern.org>
34123      Branch: perl
34124            ! ext/POSIX/POSIX.pod
34125 ____________________________________________________________________________
34126 [ 23526] By: rgs                                   on 2004/11/23  09:26:03
34127         Log: Subject: [perl #3422] [PATCH] CHECK routine called after syntax error
34128              From: "Steve Peters via RT" <perlbug-followup@perl.org>
34129              Date: 23 Nov 2004 00:04:24 -0000
34130              Message-ID: <rt-3.0.11-3422-100830.4.45764701781506@perl.org>
34131      Branch: perl
34132            ! ext/B/B/Deparse.pm
34133 ____________________________________________________________________________
34134 [ 23525] By: rgs                                   on 2004/11/23  09:09:57
34135         Log: Subject: [PATCH] warnings.t portability tweaks
34136              From: "Craig A. Berry" <craigberry@mac.com>
34137              Date: Sat, 20 Nov 2004 10:29:47 -0600
34138              Message-ID: <419F70FB.7000100@mac.com>
34139      Branch: perl
34140            ! t/lib/warnings/9uninit t/lib/warnings/perlio
34141 ____________________________________________________________________________
34142 [ 23523] By: nicholas                              on 2004/11/20  22:17:18
34143         Log: Assimilate Test-Simple 0.50
34144      Branch: perl
34145            + lib/Test/Simple/TODO lib/Test/Simple/t/00signature.t
34146            + lib/Test/Simple/t/00test_harness_check.t
34147            + lib/Test/Simple/t/eq_set.t lib/Test/Simple/t/extra_one.t
34148            + lib/Test/Simple/t/fail_one.t
34149            + lib/Test/Simple/t/harness_active.t lib/Test/Simple/t/no_diag.t
34150            + lib/Test/Simple/t/overload.t lib/Test/Simple/t/reset.t
34151            + lib/Test/Simple/t/thread_taint.t t/lib/NoExporter.pm
34152            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
34153            ! lib/Test/Simple.pm lib/Test/Simple/Changes
34154            ! lib/Test/Simple/README lib/Test/Simple/t/More.t
34155            ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/extra.t
34156            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
34157            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/has_plan2.t
34158            ! lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/missing.t
34159            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/plan_is_noplan.t
34160            ! lib/Test/Simple/t/plan_no_plan.t lib/Test/Simple/t/threads.t
34161            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/use_ok.t
34162            ! lib/Test/Tutorial.pod t/lib/Test/Simple/Catch.pm
34163            ! t/lib/TieOut.pm
34164 ____________________________________________________________________________
34165 [ 23520] By: nicholas                              on 2004/11/20  14:21:28
34166         Log: genuine possible buffer problems spotted by flawfinder
34167      Branch: perl
34168            ! regcomp.c util.c
34169 ____________________________________________________________________________
34170 [ 23519] By: rgs                                   on 2004/11/19  14:48:35
34171         Log: Make "err" a weak keyword;
34172              that is, it will be overriden by any sub named "err", except when
34173              really an operator is expected at this point. ([perl #32347])
34174      Branch: perl
34175            ! t/op/dor.t toke.c
34176 ____________________________________________________________________________
34177 [ 23518] By: rgs                                   on 2004/11/19  09:22:33
34178         Log: Subject: [perl #32486] error in documentation for POSIX::pipe
34179              From: chris@ex-parrot.com (via RT) <perlbug-followup@perl.org>
34180              Date: 18 Nov 2004 18:09:54 -0000
34181              Message-ID: <rt-3.0.11-32486-100537.1.04456486825399@perl.org>
34182      Branch: perl
34183            ! ext/POSIX/POSIX.pod
34184 ____________________________________________________________________________
34185 [ 23517] By: nicholas                              on 2004/11/18  23:32:20
34186         Log: Bump version number
34187      Branch: perl
34188            ! lib/ExtUtils/Constant.pm
34189 ____________________________________________________________________________
34190 [ 23516] By: rgs                                   on 2004/11/18  22:06:21
34191         Log: Remaining nit in the deparsing of reversed foreach loops
34192      Branch: perl
34193            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
34194 ____________________________________________________________________________
34195 [ 23514] By: rgs                                   on 2004/11/18  18:01:52
34196         Log: Fix deparsing of reversed foreach loops,
34197              plus a bug in the previous commit
34198      Branch: perl
34199            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
34200 ____________________________________________________________________________
34201 [ 23513] By: rgs                                   on 2004/11/18  17:25:19
34202         Log: Fix deparsing of reversed sort and descending sorts,
34203              due to the recent optimisations on this part of the optree.
34204      Branch: perl
34205            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
34206 ____________________________________________________________________________
34207 [ 23510] By: rgs                                   on 2004/11/17  10:41:56
34208         Log: Subject: [perl #28929] File::Find follow_fast => 1 loses dangling symlink
34209              From: "Steve Peters via RT" <perlbug-followup@perl.org>
34210              Date: 12 Nov 2004 02:47:36 -0000
34211              Message-ID: <rt-3.0.11-28929-100158.11.3214775505644@perl.org>
34212      Branch: perl
34213            ! lib/File/Find.pm lib/File/Find/t/find.t
34214 ____________________________________________________________________________
34215 [ 23509] By: rgs                                   on 2004/11/17  10:22:52
34216         Log: PerlFAQ sync.
34217      Branch: perl
34218            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq6.pod
34219            ! pod/perlfaq7.pod
34220 ____________________________________________________________________________
34221 [ 23508] By: rgs                                   on 2004/11/17  10:14:58
34222         Log: Fix a couple of typos.
34223      Branch: perl
34224            ! hv.c utf8.c
34225 ____________________________________________________________________________
34226 [ 23507] By: rgs                                   on 2004/11/17  10:11:20
34227         Log: Subject: SuSE's perl safe_putenf diff
34228              From: Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
34229              Date: Thu, 11 Nov 2004 15:54:43 +0100
34230              Message-ID: <20041111145443.GA1854@immd4.informatik.uni-erlangen.de>
34231
34232              slightly reworked to make the PL_use_safe_putenv variable fit in
34233              the current framework. This patch turns on the use of safe putenv
34234              for any application that embeds a perl interpreter.
34235      Branch: perl
34236            ! embedvar.h mg.c miniperlmain.c perl.c perlapi.h perlvars.h
34237            ! util.c
34238 ____________________________________________________________________________
34239 [ 23506] By: rgs                                   on 2004/11/17  08:57:17
34240         Log: Subject: [PATCH] perl5db.pl POD cleanup
34241              From: Autrijus Tang <autrijus@autrijus.org>
34242              Date: Fri, 12 Nov 2004 12:41:33 +0800
34243              Message-ID: <20041112044133.GA92924@aut.dyndns.org>
34244      Branch: perl
34245            ! lib/perl5db.pl
34246 ____________________________________________________________________________
34247 [ 23505] By: rgs                                   on 2004/11/17  08:31:39
34248         Log: Subject: [PATCH 5.8.x] Allow more tries for t/op/time.t test 2.
34249              From: Andy Dougherty <doughera@lafayette.edu>
34250              Date: Tue, 16 Nov 2004 12:11:00 -0500 (EST)
34251              Message-ID: <Pine.SOL.4.58.0411161149170.5639@maxwell.phys.lafayette.edu>
34252      Branch: perl
34253            ! t/op/time.t
34254 ____________________________________________________________________________
34255 [ 23501] By: steveh                                on 2004/11/16  10:55:20
34256         Log: Make all scripts run by regen.pl write output with UNIX style EOL's.
34257
34258              (autodoc.pl was already done by change 23371.)
34259      Branch: perl
34260            ! bytecode.pl embed.pl keywords.pl opcode.pl regcomp.pl
34261            ! warnings.pl
34262 ____________________________________________________________________________
34263 [ 23500] By: merijn                                on 2004/11/16  10:49:35
34264         Log: Subject: [PATCH] s/hierachy/hierarchy/
34265              Date: Mon, 15 Nov 2004 15:59:14 -0700
34266              From: "Larry Shatzer Jr." <larrysh@cpan.org>
34267              Message-ID: <20041115225913.GA22373@zippy.zyx.net>
34268      Branch: perl
34269            ! ext/B/B.pm ext/Time/HiRes/Makefile.PL perlio.h
34270 ____________________________________________________________________________
34271 [ 23499] By: steveh                                on 2004/11/16  09:42:50
34272         Log: Fix Win32 breakage caused by changes to op.c in change 23433.
34273
34274              Also limit the scope of the locks in a couple of places, as suggested
34275              by Hugo in http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-11/msg00286.html.
34276      Branch: perl
34277            ! embed.fnc embed.h global.sym op.c op.h proto.h regcomp.c
34278 ____________________________________________________________________________
34279 [ 23498] By: merijn                                on 2004/11/14  07:02:20
34280         Log: Subject: [PATCH] Add the minitest target to vms buildsystem
34281              From: Abe Timmerman <abe@ztreet.demon.nl>
34282              Date: Sun, 14 Nov 2004 00:48:17 +0100
34283              Message-Id: <200411140048.17035.abe@ztreet.demon.nl>
34284      Branch: perl
34285            ! vms/descrip_mms.template vms/test.com
34286 ____________________________________________________________________________
34287 [ 23497] By: rgs                                   on 2004/11/12  21:11:48
34288         Log: Subject: [perl #32400] Unnecessary warning from constant.pm
34289              From: Anno Siegel (via RT) <perlbug-followup@perl.org>
34290              Date: 10 Nov 2004 18:30:38 -0000
34291              Message-ID: <rt-3.0.11-32400-100099.4.31094423840584@perl.org>
34292      Branch: perl
34293            ! lib/constant.pm lib/constant.t
34294 ____________________________________________________________________________
34295 [ 23496] By: merijn                                on 2004/11/12  20:47:19
34296         Log: Subject: [perl #32419] Spelling fixes for perl@23492
34297              Date: 12 Nov 2004 16:14:49 -0000
34298              From: Richard Soderberg (via RT) <perlbug-followup@perl.org>
34299              Message-ID: <rt-3.0.11-32419-100173.13.0717895191322@perl.org>
34300      Branch: perl
34301            ! pod/perl573delta.pod pod/perl58delta.pod pod/perl590delta.pod
34302            ! pod/perl591delta.pod pod/perl592delta.pod pod/perlapi.pod
34303            ! pod/perlapio.pod pod/perldata.pod pod/perldebtut.pod
34304            ! pod/perlipc.pod pod/perlport.pod pod/perlre.pod
34305            ! pod/perlretut.pod pod/perlrun.pod pod/perlsub.pod
34306            ! pod/perlthrtut.pod pod/perltodo.pod pod/perltooc.pod
34307 ____________________________________________________________________________
34308 [ 23495] By: merijn                                on 2004/11/12  20:26:17
34309         Log: Subject: [PATCH] Small documentation fix to ExtUtils::Constant
34310              Date: Fri, 12 Nov 2004 11:15:47 -0600
34311              From: steve@fisharerojo.org
34312              Message-ID: <20041112171547.GA8011@kirk.dsl-verizon.net>
34313      Branch: perl
34314            ! lib/ExtUtils/Constant.pm
34315 ____________________________________________________________________________
34316 [ 23494] By: davem                                 on 2004/11/12  18:59:06
34317         Log: Add some descriptive text from Larry to op.c on how optrees are built
34318      Branch: perl
34319            ! op.c
34320 ____________________________________________________________________________
34321 [ 23492] By: rgs                                   on 2004/11/10  09:32:39
34322         Log: Replace a skip by a todo.
34323              Subject: Re: [PATCH] Re: [perl #32272] Not OK: perl v5.8.5 +MAINT23414 on cygwin-thread-multi-64int 1.5.12s(0.11642) (UNINSTALLED)
34324              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
34325              Date: Wed, 10 Nov 2004 01:30:14 -0800
34326              Message-ID: <20041110093014.GA1676@efn.org>
34327      Branch: perl
34328            ! t/io/tell.t
34329 ____________________________________________________________________________
34330 [ 23491] By: rgs                                   on 2004/11/10  07:40:31
34331         Log: Subject: [PATCH] Re: [perl #32272] Not OK: perl v5.8.5 +MAINT23414 on cygwin-thread-multi-64int 1.5.12s(0.11642) (UNINSTALLED)
34332              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
34333              Date: Tue, 9 Nov 2004 17:40:13 -0800
34334              Message-ID: <20041110014012.GA2796@efn.org>
34335      Branch: perl
34336            ! t/io/tell.t
34337 ____________________________________________________________________________
34338 [ 23490] By: rgs                                   on 2004/11/09  18:17:07
34339         Log: Adjust test count for non-windows machines
34340      Branch: perl
34341            ! ext/IO/t/io_file.t
34342 ____________________________________________________________________________
34343 [ 23489] By: merijn                                on 2004/11/09  17:53:53
34344         Log: Subject: [PATCH] fix IO::File to support binmode
34345              From: "Jos I. Boumans" <kane@dwim.org>
34346              Date: Tue, 9 Nov 2004 16:59:27 +0100
34347              Message-Id: <559E356E-3268-11D9-A2E6-000A95EF62E2@dwim.org>
34348      Branch: perl
34349            + ext/IO/t/io_file.t
34350            ! MANIFEST ext/IO/lib/IO/File.pm
34351 ____________________________________________________________________________
34352 [ 23487] By: nicholas                              on 2004/11/08  20:27:42
34353         Log: No more late changes, dammit
34354      Branch: perl
34355            ! ext/B/t/optree_concise.t
34356 ____________________________________________________________________________
34357 [ 23485] By: rgs                                   on 2004/11/08  08:38:03
34358         Log: Subject: Re: optree tests and VMS progress (no really)
34359              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
34360              Date: Sun, 7 Nov 2004 23:24:15 -0800
34361              Message-ID: <20041108072415.GA3928@efn.org>
34362      Branch: perl
34363            ! ext/B/t/OptreeCheck.pm
34364 ____________________________________________________________________________
34365 [ 23482] By: davem                                 on 2004/11/06  11:59:16
34366         Log: document regcomp.c/regexec.c's dual life under ext/re/
34367      Branch: perl
34368            ! regcomp.c regexec.c
34369 ____________________________________________________________________________
34370 [ 23481] By: nicholas                              on 2004/11/06  08:48:50
34371         Log: Subject: Re: optree tests and VMS progress (no really)
34372              From: Jim Cromie <jim.cromie@gmail.com>
34373              Message-ID: <cfe85dfa041105235723398fe2@mail.gmail.com>
34374              Date: Sat, 6 Nov 2004 00:57:13 -0700
34375      Branch: perl
34376            ! ext/B/t/OptreeCheck.pm ext/B/t/optree_check.t
34377            ! ext/B/t/optree_concise.t
34378 ____________________________________________________________________________
34379 [ 23475] By: merijn                                on 2004/11/05  14:16:27
34380         Log: Subject: Re: Buidling stable.tar.gz on Unix as non-root [PATCH]
34381              Date: Fri, 5 Nov 2004 10:36:57 -0500 (EST)
34382              From: Andy Dougherty <doughera@lafayette.edu>
34383              Message-ID: <Pine.SOL.4.58.0411051035020.15217@maxwell.phys.lafayette.edu>
34384      Branch: perl
34385            ! INSTALL
34386 ____________________________________________________________________________
34387 [ 23474] By: merijn                                on 2004/11/05  13:07:16
34388         Log: Skip failing thread/wait tests on HP-UX 10.20
34389              These will never ever be fixed, since 10.20 is obsolete
34390              perl583delta describes this. The quote is included in wait.t
34391      Branch: perl
34392            ! ext/threads/shared/t/wait.t
34393 ____________________________________________________________________________
34394 [ 23473] By: rgs                                   on 2004/11/05  08:47:44
34395         Log: Subject: [perl #32327] Benchmark calls coderef with spurious arguments
34396              From: Anno Siegel (via RT) <perlbug-followup@perl.org>
34397              Date: 4 Nov 2004 20:12:36 -0000
34398              Message-ID: <rt-3.0.11-32327-99325.8.9408996026507@perl.org>
34399      Branch: perl
34400            ! lib/Benchmark.pm lib/Benchmark.t
34401 ____________________________________________________________________________
34402 [ 23471] By: rgs                                   on 2004/11/04  09:26:56
34403         Log: Subject: [PATCH blead] [perl #3038] Re: $qr = qr/^a$/m; $x =~ $qr; fails
34404              From: Rick Delaney <rick@bort.ca>
34405              Date: Sun, 31 Oct 2004 22:40:40 -0500
34406              Message-ID: <20041101034040.GC1232@biff.bort.ca>
34407      Branch: perl
34408            + t/op/regexp_qr.t
34409            ! MANIFEST pp.c pp_hot.c regexec.c t/op/regexp.t
34410 ____________________________________________________________________________
34411 [ 23470] By: rgs                                   on 2004/11/04  08:25:34
34412         Log: Subject: Re: [PATCH perl-current] Re: [perl #31793] Data::Dumper: Useqq interacts badly with overloading
34413              From: Rick Delaney <rick@bort.ca>
34414              Date: Wed, 3 Nov 2004 19:46:16 -0500
34415              Message-ID: <20041104004616.GA11214@biff.bort.ca>
34416      Branch: perl
34417            ! lib/overload.pm lib/overload.t
34418 ____________________________________________________________________________
34419 [ 23469] By: rgs                                   on 2004/11/03  11:54:28
34420         Log: Mostly revert change #23347 (keep the test suite, fixed),
34421              having decided that it wasn't a correct fix for bug #31793.
34422      Branch: perl
34423            ! lib/overload.pm lib/overload.t
34424 ____________________________________________________________________________
34425 [ 23468] By: rgs                                   on 2004/11/03  07:39:04
34426         Log: Subject: Re: [perl #30633] Perl's "do" operator with a variety of absolute paths under Cygwin
34427              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
34428              Date: Tue, 2 Nov 2004 17:24:29 -0800
34429              Message-ID: <20041103012429.GA7196@efn.org>
34430      Branch: perl
34431            ! util.h
34432 ____________________________________________________________________________
34433 [ 23467] By: rgs                                   on 2004/11/03  06:38:38
34434         Log: Subject: [PATCH configure.com] Re: [PATCH]  Detecting strlcat() and strlcpy() in Configure
34435              From: "Craig A. Berry" <craigberry@mac.com>
34436              Date: Tue, 02 Nov 2004 20:02:04 -0600
34437              Message-ID: <41883C1C.3080108@mac.com>
34438      Branch: perl
34439            ! configure.com
34440 ____________________________________________________________________________
34441 [ 23466] By: rgs                                   on 2004/11/02  12:33:57
34442         Log: FAQ sync
34443      Branch: perl
34444            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
34445            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
34446            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
34447            ! pod/perlfaq9.pod
34448 ____________________________________________________________________________
34449 [ 23465] By: rgs                                   on 2004/11/02  08:18:15
34450         Log: Reformulate an error
34451              (so the error message given by "perl -M" is a bit more
34452              meaningful, as Jarkko pointed out)
34453      Branch: perl
34454            ! perl.c pod/perldiag.pod
34455 ____________________________________________________________________________
34456 [ 23457] By: merijn                                on 2004/11/01  13:26:43
34457         Log: New Glossary and samples for blead
34458              Glossary now is in line with recent changes to config_h.SH
34459      Branch: perl
34460            ! Porting/Glossary Porting/config.sh Porting/config_H
34461 ____________________________________________________________________________
34462 [ 23455] By: merijn                                on 2004/11/01  12:51:52
34463         Log: Since strlcat/strlcpy are not argument/return value compatible
34464              with strncat/strncpy, replace the misleading defines with comment
34465      Branch: perl
34466            ! handy.h
34467 ____________________________________________________________________________
34468 [ 23450] By: merijn                                on 2004/10/31  16:33:17
34469         Log: The next step in strlcat ()/ strcpy () detection and usage
34470              preparation. Change to handy.h eeded for config_h.SH
34471      Branch: perl
34472            ! config_h.SH handy.h
34473 ____________________________________________________________________________
34474 [ 23448] By: nicholas                              on 2004/10/31  14:37:46
34475         Log: Make TEST and harness skip tests for extensions that were not
34476              configured. Currently this skipping is silent - maybe they should
34477              report what they are skipping.
34478      Branch: perl
34479            ! t/TEST t/harness
34480 ____________________________________________________________________________
34481 [ 23446] By: nicholas                              on 2004/10/31  13:02:01
34482         Log: Subject: [patches] optree_* tests unexpectedly succeeding. + maint-only patch
34483              From: Jim Cromie <jim.cromie@gmail.com>
34484              Message-ID: <cfe85dfa04102515365f11ef10@mail.gmail.com>
34485              Date: Mon, 25 Oct 2004 16:36:40 -0600
34486      Branch: perl
34487            ! ext/B/t/optree_check.t ext/B/t/optree_varinit.t
34488 ____________________________________________________________________________
34489 [ 23445] By: nicholas                              on 2004/10/31  12:24:09
34490         Log: Set the IV values for PL_sv_yes and PL_sv_no at initialisation time.
34491      Branch: perl
34492            ! perl.c sv.c
34493 ____________________________________________________________________________
34494 [ 23444] By: nicholas                              on 2004/10/31  11:20:27
34495         Log: Skip tests if Devel::Peek not built
34496      Branch: perl
34497            ! ext/threads/shared/t/sv_refs.t ext/threads/t/end.t
34498            ! ext/threads/t/join.t lib/base/t/fields-base.t
34499 ____________________________________________________________________________
34500 [ 23443] By: nicholas                              on 2004/10/31  11:19:47
34501         Log: Assimilate PathTools 3.01 (File::Spec and Cwd)
34502      Branch: perl
34503            ! ext/Cwd/t/cwd.t lib/Cwd.pm lib/File/Spec.pm
34504            ! lib/File/Spec/VMS.pm
34505 ____________________________________________________________________________
34506 [ 23442] By: nicholas                              on 2004/10/31  11:07:57
34507         Log: Oops. Forgot to add the new test in I18N::LangTags 0.35
34508      Branch: perl
34509            + lib/I18N/LangTags/t/20_locales.t
34510 ____________________________________________________________________________
34511 [ 23441] By: nicholas                              on 2004/10/31  10:41:17
34512         Log: Correct change 23437 - as Config isn't imported, need to use a fully
34513              qualified package
34514      Branch: perl
34515            ! ext/B/t/f_map.t ext/B/t/f_sort.t ext/B/t/optree_check.t
34516            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
34517            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
34518            ! ext/B/t/optree_varinit.t
34519 ____________________________________________________________________________
34520 [ 23440] By: nicholas                              on 2004/10/31  10:40:11
34521         Log: Assimilate I18N::LangTags 0.35
34522      Branch: perl
34523            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
34524            ! lib/I18N/LangTags/List.pm lib/I18N/LangTags/README
34525 ____________________________________________________________________________
34526 [ 23439] By: nicholas                              on 2004/10/31  08:17:57
34527         Log: Subject: [PATCH] Temporary fix for usemallocwrap problems on IRIX (was Re: usemallocwrap problems on IRIX (was Re: Problem and question))
34528              Date: Sun, 31 Oct 2004 04:01:42 -0500
34529              From: Ed Allen Smith <easmith@beatrice.rutgers.edu>
34530              Message-Id: <mid+200410310901.i9V91g1Y519894@dogberry.rutgers.edu>
34531      Branch: perl
34532            ! hints/irix_6.sh
34533 ____________________________________________________________________________
34534 [ 23438] By: davem                                 on 2004/10/30  23:25:37
34535         Log: Using foreach on threads::shared array crashes perl
34536              The FETCH code for shared aggregate elements could leak a shared RV
34537              address into a private SV. RVs are now handled specially, in the
34538              same way that they already were for scalar shared magic.
34539      Branch: perl
34540            ! ext/threads/shared/shared.xs
34541 ____________________________________________________________________________
34542 [ 23437] By: nicholas                              on 2004/10/30  22:49:18
34543         Log: Skip tests that require Data::Dumper if it is not built
34544      Branch: perl
34545            ! ext/B/t/f_map.t ext/B/t/f_sort.t ext/B/t/optree_check.t
34546            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
34547            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
34548            ! ext/B/t/optree_varinit.t lib/ExtUtils/t/Liblist.t
34549            ! lib/ExtUtils/t/prereq_print.t
34550 ____________________________________________________________________________
34551 [ 23436] By: merijn                                on 2004/10/30  16:11:15
34552         Log: Promote #23435 (strlcat ()/strlcpy ()) to non-standard OS's
34553      Branch: perl
34554            ! NetWare/config_H.wc Porting/config_H plan9/config_h.sample
34555            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
34556            ! win32/config_H.vc64 wince/config_H.ce
34557 ____________________________________________________________________________
34558 [ 23435] By: merijn                                on 2004/10/30  15:54:48
34559         Log: Added probes for strlcat () and strlcpy () to Configure
34560              Re-ordered config_h.SH
34561      Branch: perl
34562            ! Configure Makefile.SH config_h.SH
34563 ____________________________________________________________________________
34564 [ 23433] By: davem                                 on 2004/10/29  21:04:17
34565         Log: Threading crash with closures
34566              various OpREFCNT_inc() operations weren't doing locking
34567      Branch: perl
34568            ! pad.c regcomp.c sv.c
34569 ____________________________________________________________________________
34570 [ 23432] By: steveh                                on 2004/10/29  14:12:02
34571         Log: Document sv_magic() changes brought about by sv_magicext()
34572
34573              Change 14335 made sv_magic() a wrapper to a new sv_magicext(),
34574              but didn't update the documentation for sv_magic() to reflect
34575              the changed handling of the name/namlen arguments.
34576
34577              Also correct a couple of typos, and mention sv_magicext() in
34578              perlguts.
34579      Branch: perl
34580            ! pod/perlapi.pod pod/perlguts.pod sv.c
34581 ____________________________________________________________________________
34582 [ 23431] By: merijn                                on 2004/10/29  13:56:03
34583         Log: Subject: [PATCH] 36 additional tests for B
34584              From: Steve Peters <steve@fisharerojo.org>
34585              Date: Fri, 29 Oct 2004 00:53:22 -0500
34586              Message-Id: <200410290053.22947.steve@fisharerojo.org>
34587      Branch: perl
34588            ! ext/B/t/b.t
34589 ____________________________________________________________________________
34590 [ 23426] By: davem                                 on 2004/10/27  22:50:57
34591         Log: include flags and refcount in the list of leaked scalars
34592      Branch: perl
34593            ! perl.c
34594 ____________________________________________________________________________
34595 [ 23425] By: ams                                   on 2004/10/27  11:27:27
34596         Log: Subject: [PATCH] lib/Carp.t improvements
34597              From: "Craig A. Berry" <craigberry@mac.com>
34598              Date: Tue, 26 Oct 2004 23:32:25 -0500
34599              Message-Id: <417F24D9.1000904@mac.com>
34600      Branch: perl
34601            ! lib/Carp.t
34602 ____________________________________________________________________________
34603 [ 23424] By: rgs                                   on 2004/10/25  15:31:21
34604         Log: Fix [perl #32130] Errno.pm must not pass references to "prototype"
34605      Branch: perl
34606            ! ext/Errno/Errno_pm.PL ext/Errno/t/Errno.t
34607 ____________________________________________________________________________
34608 [ 23423] By: rgs                                   on 2004/10/25  15:09:27
34609         Log: Small updates to the web addresses for Perl, noticed by Robert Spier
34610      Branch: perl
34611            ! pod/perl.pod pod/perlfaq2.pod
34612 ____________________________________________________________________________
34613 [ 23422] By: rgs                                   on 2004/10/25  14:56:37
34614         Log: Subject: [perl #30227] [PATCH]splain vs. -w
34615              From: "Steve Peters via RT" <perlbug-followup@perl.org>
34616              Date: 23 Oct 2004 13:55:41 -0000
34617              Message-ID: <rt-3.0.11-30227-98375.1.28465791111211@perl.org>
34618      Branch: perl
34619            ! lib/diagnostics.pm
34620 ____________________________________________________________________________
34621 [ 23421] By: rgs                                   on 2004/10/25  07:29:50
34622         Log: Upgrade to Encode 2.08.
34623      Branch: perl
34624            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
34625            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.pm
34626            ! ext/Encode/Unicode/Unicode.xs
34627            ! ext/Encode/lib/Encode/Encoding.pm
34628 ____________________________________________________________________________
34629 [ 23420] By: mhx                                   on 2004/10/24  07:53:45
34630         Log: Subject: Re: [perl #31937] perlop: add basic =~ examples
34631              From: Steve Peters <steve@fisharerojo.org>
34632              Date: Sat, 23 Oct 2004 08:01:51 -0500
34633              Message-Id: <200410230801.51649.steve@fisharerojo.org>
34634      Branch: perl
34635            ! pod/perlop.pod
34636 ____________________________________________________________________________
34637 [ 23419] By: mhx                                   on 2004/10/23  23:39:18
34638         Log: Subject: [PATCH] Re: Devel::Peek: hash quality 125%?
34639              From: Tels <perl_dummy@bloodgate.com>
34640              Date: Sat, 23 Oct 2004 16:56:31 +0200
34641              Message-Id: <200410231656.40995@bloodgate.com>
34642      Branch: perl
34643            ! ext/Devel/Peek/Changes ext/Devel/Peek/Peek.pm
34644 ____________________________________________________________________________
34645 [ 23418] By: davem                                 on 2004/10/23  21:50:19
34646         Log: Chained goto &sub drops data too early.
34647
34648              Change 22373 to stop a memory leak in goto &foo intead caused
34649              the elements of @_ to be freed too early. This revised fix
34650              just transfers the reifiedness of the old @_ to the new @_
34651      Branch: perl
34652            ! pp_ctl.c t/op/goto.t
34653 ____________________________________________________________________________
34654 [ 23417] By: rgs                                   on 2004/10/23  19:58:07
34655         Log: Upgrade to Encode 2.07
34656      Branch: perl
34657            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
34658            ! ext/Encode/Encode.xs ext/Encode/META.yml
34659            ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm
34660            ! ext/Encode/lib/Encode/Encoding.pm ext/Encode/t/Encode.t
34661            ! ext/Encode/t/fallback.t ext/Encode/ucm/macArabic.ucm
34662            ! ext/Encode/ucm/macCentEuro.ucm ext/Encode/ucm/macChinsimp.ucm
34663            ! ext/Encode/ucm/macChintrad.ucm ext/Encode/ucm/macDingbats.ucm
34664            ! ext/Encode/ucm/macGreek.ucm ext/Encode/ucm/macKorean.ucm
34665            ! ext/Encode/ucm/macROMnn.ucm ext/Encode/ucm/macSymbol.ucm
34666            ! ext/Encode/ucm/macThai.ucm
34667 ____________________________________________________________________________
34668 [ 23416] By: nicholas                              on 2004/10/23  17:15:46
34669         Log: Subject: [PATCH] ext/IO/IO.xs: fix blocking on sparc linux
34670              Message-ID: <20041022033033.GA12362@londo.c47.org>
34671              From: Brendan O'Dea <bod@debian.org>
34672              Date: Fri, 22 Oct 2004 13:30:33 +1000
34673      Branch: perl
34674            ! ext/IO/IO.xs
34675 ____________________________________________________________________________
34676 [ 23410] By: rgs                                   on 2004/10/21  15:51:32
34677         Log: Subject: docpatch for perltie.pod
34678              From: David Cantrell <david@cantrell.org.uk>
34679              Date: Thu, 21 Oct 2004 12:21:52 +0100
34680              Message-ID: <20041021112151.GA22862@bytemark.barnyard.co.uk>
34681      Branch: perl
34682            ! pod/perltie.pod
34683 ____________________________________________________________________________
34684 [ 23396] By: ams                                   on 2004/10/21  01:36:49
34685         Log: Subject: [PATCH] Math::BigInt v1.73 final
34686              From: Tels <perl_dummy@bloodgate.com>
34687              Date: Wed, 20 Oct 2004 21:06:40 +0200
34688              Message-Id: <200410202106.41840@bloodgate.com>
34689
34690              Subject: [PATCH] Math::BigRat v0.13 (pre-release)
34691              From: Tels <tels@bloodgate.com>
34692              Date: Wed, 20 Oct 2004 22:03:55 +0200
34693              Message-Id: <200410202203.56063@bloodgate.com>
34694      Branch: perl
34695            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/Math/BigRat.pm
34696            ! lib/Math/BigRat/t/big_ap.t lib/Math/BigRat/t/bigrat.t
34697            ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
34698            ! lib/Math/BigRat/t/bigratup.t
34699 ____________________________________________________________________________
34700 [ 23395] By: nicholas                              on 2004/10/20  22:39:36
34701         Log: Need to skip optree walking tests if perlio not built
34702      Branch: perl
34703            ! ext/B/t/f_map.t ext/B/t/f_sort.t
34704 ____________________________________________________________________________
34705 [ 23394] By: rgs                                   on 2004/10/20  07:42:34
34706         Log: Remove opmini.c when cleaning up.
34707      Branch: perl
34708            ! Makefile.SH
34709 ____________________________________________________________________________
34710 [ 23393] By: rgs                                   on 2004/10/20  07:36:45
34711         Log: Ensure that PVA.pl returns a true value.
34712      Branch: perl
34713            ! lib/unicore/mktables
34714 ____________________________________________________________________________
34715 [ 23392] By: ams                                   on 2004/10/20  06:19:03
34716         Log: Subject: [PATCH perl.c pod/perl.pod pod/perlfaq2.pod]
34717              Rephrase "Perl Home Page" References
34718              From: chromatic <chromatic@wgz.org>
34719              Date: Tue, 19 Oct 2004 22:52:19 -0700
34720              Message-Id: <1098251539.20976.53.camel@localhost>
34721      Branch: perl
34722            ! AUTHORS perl.c pod/perl.pod pod/perlfaq2.pod
34723 ____________________________________________________________________________
34724 [ 23384] By: rgs                                   on 2004/10/19  13:17:01
34725         Log: Upgrade to Encode 2.05
34726      Branch: perl
34727            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
34728            ! ext/Encode/encoding.pm
34729 ____________________________________________________________________________
34730 [ 23383] By: rgs                                   on 2004/10/19  11:38:37
34731         Log: More Data::Dumper docs nits, fix the previous one,
34732              suggested by Yves Orton.
34733      Branch: perl
34734            ! ext/Data/Dumper/Dumper.pm
34735 ____________________________________________________________________________
34736 [ 23382] By: rgs                                   on 2004/10/19  11:21:55
34737         Log: Subject: [PATCH] perlfaq2.pod (add a book)
34738              From: <richard.foley@ubs.com>
34739              Date: Tue, 19 Oct 2004 07:29:31 +0200
34740              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD903FB9E3A@NZURC900PEX1.ubsgs.ubsgroup.net>
34741      Branch: perl
34742            ! pod/perlfaq2.pod
34743 ____________________________________________________________________________
34744 [ 23381] By: mhx                                   on 2004/10/19  03:51:59
34745         Log: Re-apply the encoding.pm part of:
34746
34747              Subject: [PATCH] encoding and open pragmas
34748              From: Jarkko Hietaniemi <jhi@iki.fi>
34749              Date: Mon, 16 Aug 2004 22:27:00 +0300
34750              Message-ID: <41210A84.6060506@iki.fi>
34751      Branch: perl
34752            ! ext/Encode/encoding.pm
34753 ____________________________________________________________________________
34754 [ 23380] By: mhx                                   on 2004/10/18  21:00:26
34755         Log: Upgrade to Encode 2.04.
34756      Branch: perl
34757            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
34758            ! ext/Encode/JP/JP.pm ext/Encode/META.yml ext/Encode/Makefile.PL
34759            ! ext/Encode/bin/piconv ext/Encode/bin/ucmsort
34760            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
34761            ! ext/Encode/lib/Encode/Supported.pod
34762            ! ext/Encode/ucm/big5-hkscs.ucm
34763 ____________________________________________________________________________
34764 [ 23379] By: mhx                                   on 2004/10/18  15:44:05
34765         Log: Fix a typo.
34766      Branch: perl
34767            ! utils/c2ph.PL
34768 ____________________________________________________________________________
34769 [ 23378] By: rgs                                   on 2004/10/18  11:25:20
34770         Log: Add a missing warning categorisation in perldiag.
34771      Branch: perl
34772            ! pod/perldiag.pod
34773 ____________________________________________________________________________
34774 [ 23377] By: ams                                   on 2004/10/16  23:52:18
34775         Log: Subject: [PATCH] test_harness tweak for VMS
34776              From: "Craig A. Berry" <craigberry@mac.com>
34777              Date: Sat, 16 Oct 2004 12:15:02 -0500
34778              Message-Id: <41715716.5000108@mac.com>
34779      Branch: perl
34780            ! vms/descrip_mms.template vms/test.com
34781 ____________________________________________________________________________
34782 [ 23376] By: nicholas                              on 2004/10/16  18:16:12
34783         Log: Merge code from vdie and vcroak into S_vdie_croak_common
34784      Branch: perl
34785            ! util.c
34786 ____________________________________________________________________________
34787 [ 23375] By: nicholas                              on 2004/10/16  14:39:48
34788         Log: Merge the common code from Perl_vdie and Perl_vwarner into a
34789              S_vdie_common
34790      Branch: perl
34791            ! util.c
34792 ____________________________________________________________________________
34793 [ 23374] By: nicholas                              on 2004/10/16  12:57:39
34794         Log: The second half of Perl_vwarner is actually a straight cut&paste job
34795              from Perl_vwarn, so convert it into a (tail) call to Perl_vwarn.
34796              cut&paste is bad, m'kay.
34797      Branch: perl
34798            ! util.c
34799 ____________________________________________________________________________
34800 [ 23373] By: nicholas                              on 2004/10/15  17:11:08
34801         Log: Implement sv_svset _nosteal variants by passing a flag into
34802              sv_set_flags rather than messing with the SvTEMP() flag on either
34803              side of the call.
34804      Branch: perl
34805            ! sv.c sv.h
34806 ____________________________________________________________________________
34807 [ 23372] By: rgs                                   on 2004/10/15  14:09:54
34808         Log: Implement a new -dt command-line flag, to enable threads under the
34809              debugger (bug #31666).
34810
34811              Subject: RE: [PATCH] debugger handles threads [perl #31666]
34812              From: <richard.foley@ubs.com>
34813              Date: Wed, 13 Oct 2004 13:01:18 +0200
34814              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD903FB9E12@NZURC900PEX1.ubsgs.ubsgroup.net>
34815
34816              Subject: Re: [PATCH] debugger handles threads [perl #31666]
34817              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
34818              Date: Wed, 13 Oct 2004 02:49:58 -0700
34819              Message-ID: <20041013094957.GA17184@efn.org>
34820      Branch: perl
34821            ! lib/perl5db.pl perl.c pod/perlrun.pod
34822 ____________________________________________________________________________
34823 [ 23371] By: steveh                                on 2004/10/15  12:54:29
34824         Log: Make autodoc.pl write its output with UNIX style EOL's.
34825
34826              This saves the Win32 committer(s?) having to dos2unix the files
34827              before committing.  Maybe Perforce's "LineEnd: share" suffices
34828              anyway, but there's no harm in playing safe.
34829      Branch: perl
34830            ! autodoc.pl
34831 ____________________________________________________________________________
34832 [ 23370] By: nicholas                              on 2004/10/15  11:01:18
34833         Log: Include opmini.c in the dependency generation.
34834      Branch: perl
34835            ! Makefile.SH
34836 ____________________________________________________________________________
34837 [ 23369] By: rgs                                   on 2004/10/15  10:20:16
34838         Log: Doc nit to Data::Dumper, suggested by Peter Kay.
34839      Branch: perl
34840            ! ext/Data/Dumper/Dumper.pm
34841 ____________________________________________________________________________
34842 [ 23368] By: steveh                                on 2004/10/15  10:12:31
34843         Log: Document sv_vcatpvf, sv_vsetpvf, sv_vcatpvf_mg and sv_vsetpvf_mg.
34844
34845              These are already in the API supported by Devel::PPPort, and are
34846              often more useful than sv_vcatpvfn and sv_vsetpvfn which were
34847              already documented.
34848      Branch: perl
34849            ! embed.fnc pod/perlapi.pod sv.c
34850 ____________________________________________________________________________
34851 [ 23367] By: mhx                                   on 2004/10/14  18:00:04
34852         Log: Subject: [PATCH] Re: [NOT OK] 23353 OpenVMS 7.2 VAX
34853              From: "Craig A. Berry" <craigberry@mac.com>
34854              Date: Thu, 14 Oct 2004 10:09:41 -0500
34855              Message-ID: <416E96B5.5020100@mac.com>
34856      Branch: perl
34857            ! ext/Devel/PPPort/parts/inc/ppphtest
34858            ! ext/Devel/PPPort/t/ppphtest.t
34859 ____________________________________________________________________________
34860 [ 23366] By: rgs                                   on 2004/10/14  15:50:49
34861         Log: Subject: AW: [perl #31864] IO::Poll - undef fd not checked in mask()
34862              From: "Dintelmann, Peter" <Peter.Dintelmann@Dresdner-Bank.com>
34863              Date: Mon, 11 Oct 2004 09:54:15 +0200
34864              Message-ID: <8FD9B6A658383E468B55D364D1A9951601857331@ffz00zm6.ffz00e.mail.dresdner.net>
34865      Branch: perl
34866            ! ext/IO/lib/IO/Poll.pm
34867 ____________________________________________________________________________
34868 [ 23365] By: rgs                                   on 2004/10/14  14:58:21
34869         Log: Fix [perl #31971] local $^D gives noise
34870      Branch: perl
34871            ! embed.fnc embed.h mg.c perl.c proto.h
34872 ____________________________________________________________________________
34873 [ 23364] By: rgs                                   on 2004/10/14  14:25:29
34874         Log: A few fixes in the list of -D debugging flags
34875      Branch: perl
34876            ! perl.c pod/perlrun.pod
34877 ____________________________________________________________________________
34878 [ 23363] By: rgs                                   on 2004/10/14  14:01:50
34879         Log: Subject: [PATCH@23361] RE: [PATCH-for-23358] enable statically linked exte nsions for Win32
34880              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
34881              Date: Wed, 13 Oct 2004 09:45:31 +0400
34882              Message-ID: <7DD1BE2C50259746ABB8683672D2089E08133C@itotest-1.spb.lucent.com>
34883      Branch: perl
34884            ! win32/buildext.pl win32/makefile.mk
34885 ____________________________________________________________________________
34886 [ 23362] By: rgs                                   on 2004/10/12  16:49:53
34887         Log: Minor tweaks for the test.utf16 target, by Jarkko
34888      Branch: perl
34889            ! t/TEST
34890 ____________________________________________________________________________
34891 [ 23361] By: rgs                                   on 2004/10/12  16:07:54
34892         Log: Subject: [perl #31843] warnings::warn($obj,...) fails when $obj overloads ""
34893              From: kaminsky@math.huji.ac.il (via RT) <perlbug-followup@perl.org>
34894              Date: 5 Oct 2004 09:52:07 -0000
34895              Message-ID: <rt-3.0.11-31843-97358.2.89612012687236@perl.org>
34896              (with tweaks)
34897      Branch: perl
34898            ! lib/warnings.pm warnings.pl
34899 ____________________________________________________________________________
34900 [ 23360] By: rgs                                   on 2004/10/12  13:02:44
34901         Log: Subject: [PATCH-for-23358] enable statically linked extensions for Win32
34902              From: Vadim Konovalov <konovalo@mail.wplus.net>
34903              Date: Mon, 11 Oct 2004 22:57:00 +0400
34904              Message-ID: <80173417046.20041011225700@vkonovalov.ru>
34905      Branch: perl
34906            ! makedef.pl win32/Makefile win32/buildext.pl win32/dl_win32.xs
34907            ! win32/makefile.mk win32/perllib.c win32/sync_ext.pl
34908 ____________________________________________________________________________
34909 [ 23359] By: rgs                                   on 2004/10/12  12:54:27
34910         Log: Subject: Patch: BigInt v1.73 (pre-release)
34911              From: Tels <perl_dummy@bloodgate.com>
34912              Date: Sun, 10 Oct 2004 22:36:03 +0200
34913              Message-Id: <200410102236.03637@bloodgate.com>
34914      Branch: perl
34915            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
34916            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
34917            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
34918            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
34919            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbf.t
34920            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc
34921            ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/with_sub.t
34922 ____________________________________________________________________________
34923 [ 23358] By: rgs                                   on 2004/10/11  07:28:34
34924         Log: Subject: [PATCH] add the 'test_harness' target to vms "makefile"
34925              From: Abe Timmerman <abe@ztreet.demon.nl>
34926              Date: Sat, 9 Oct 2004 18:13:38 +0200
34927              Message-Id: <200410091813.38673.abe@ztreet.demon.nl>
34928      Branch: perl
34929            ! t/harness vms/descrip_mms.template vms/test.com
34930 ____________________________________________________________________________
34931 [ 23357] By: davem                                 on 2004/10/10  19:18:00
34932         Log: Turn regcomp into a list op
34933      Branch: perl
34934            ! embed.fnc ext/B/B/Deparse.pm lib/overload.t op.c perly.act
34935            ! perly.h perly.tab perly.y pp_ctl.c proto.h toke.c
34936 ____________________________________________________________________________
34937 [ 23356] By: nicholas                              on 2004/10/10  15:21:24
34938         Log: Hack to make -Dusethreads -Uuseithreads -Uuse5005threads pass all tests
34939      Branch: perl
34940            ! ext/B/t/OptreeCheck.pm
34941 ____________________________________________________________________________
34942 [ 23355] By: nicholas                              on 2004/10/10  15:03:25
34943         Log: Restore runtime loading of Encode and Encode-related modules, so that
34944              open.pm will work when the Encode extension isn't build.
34945      Branch: perl
34946            ! lib/open.pm
34947 ____________________________________________________________________________
34948 [ 23354] By: merijn                                on 2004/10/09  12:27:39
34949         Log: Make AIX 5 + gcc work in 64bitall
34950      Branch: perl
34951            ! hints/aix.sh
34952 ____________________________________________________________________________
34953 [ 23353] By: merijn                                on 2004/10/08  09:52:59
34954         Log: A new machine type, some reformatting, some reorganization
34955              and a bit of additional info on Sleepycat's db.
34956      Branch: perl
34957            ! README.hpux
34958 ____________________________________________________________________________
34959 [ 23352] By: rgs                                   on 2004/10/08  08:56:49
34960         Log: Briefly document the test.utf16 make target.
34961      Branch: perl
34962            ! pod/perlhack.pod
34963 ____________________________________________________________________________
34964 [ 23351] By: rgs                                   on 2004/10/08  08:52:39
34965         Log: Make the perl interpreter more tolerant of UTF-16-encoded script
34966              (patch by Jarkko Hietaniemi)
34967      Branch: perl
34968            ! Makefile.SH t/TEST toke.c utf8.c
34969 ____________________________________________________________________________
34970 [ 23350] By: rgs                                   on 2004/10/04  16:05:20
34971         Log: Subject: [perl #31697] [PATCH] B::Showlex::newlex enhancement and pod
34972              From: Jim Cromie (via RT) <perlbug-followup@perl.org>
34973              Date: 23 Sep 2004 21:45:42 -0000
34974              Message-ID: <rt-3.0.11-31697-96840.0.810265136907162@perl.org>
34975              (with doc nits)
34976      Branch: perl
34977            ! ext/B/B/Concise.pm ext/B/B/Showlex.pm ext/B/t/showlex.t
34978 ____________________________________________________________________________
34979 [ 23349] By: rgs                                   on 2004/10/04  15:46:28
34980         Log: Increment $overload::VERSION after change #23347
34981      Branch: perl
34982            ! ext/B/B/Concise.pm lib/overload.pm
34983 ____________________________________________________________________________
34984 [ 23348] By: rgs                                   on 2004/10/04  14:00:11
34985         Log: Subject: [PATCH-for-23341] dynaloader improvements and cleanup
34986              From: Vadim Konovalov <vadim@vkonovalov.ru>
34987              Date: Sun, 3 Oct 2004 22:10:06 +0400
34988              Message-ID: <138-1837306906.20041003221006@vkonovalov.ru>
34989      Branch: perl
34990            ! ext/DynaLoader/DynaLoader_pm.PL
34991 ____________________________________________________________________________
34992 [ 23347] By: rgs                                   on 2004/10/04  10:57:15
34993         Log: Subject: [PATCH perl-current] Re: [perl #31793] Data::Dumper: Useqq interacts badly with overloading
34994              From: Rick Delaney <rick@bort.ca>
34995              Date: Sat, 2 Oct 2004 01:04:49 -0400
34996              Message-ID: <20041002050448.GB5059@biff.bort.ca>
34997      Branch: perl
34998            ! lib/overload.pm lib/overload.t
34999 ____________________________________________________________________________
35000 [ 23346] By: rgs                                   on 2004/10/04  10:18:49
35001         Log: Subject: [PATCH] vms/t/filespec.t tweak
35002              From: "Craig A. Berry" <craigberry@mac.com>
35003              Date: Fri, 01 Oct 2004 13:18:03 -0500
35004              Message-ID: <415D9F5B.5040306@mac.com>
35005      Branch: perl
35006            ! vms/ext/filespec.t
35007 ____________________________________________________________________________
35008 [ 23345] By: rgs                                   on 2004/10/04  08:53:04
35009         Log: More caveats on the non-portability of stat(), suggested by
35010              Stas Bekman.
35011      Branch: perl
35012            ! pod/perlfunc.pod
35013 ____________________________________________________________________________
35014 [ 23344] By: nicholas                              on 2004/10/02  21:49:15
35015         Log: Perl_sv_recode_to_utf8 shouldn't be returning SvPVX(sv) without
35016              any check on whether it's valid.
35017      Branch: perl
35018            ! sv.c
35019 ____________________________________________________________________________
35020 [ 23343] By: merijn                                on 2004/10/02  11:08:32
35021         Log: Subject: [PATCH] make t/uni/class.t pass on VMS
35022              From: "Craig A. Berry" <craigberry@mac.com>
35023              Date: Fri, 01 Oct 2004 12:57:55 -0500
35024              Message-ID: <415D9AA3.1000908@mac.com>
35025      Branch: perl
35026            ! t/uni/class.t
35027 ____________________________________________________________________________
35028 [ 23342] By: davem                                 on 2004/09/30  20:51:31
35029         Log: open $1, "file" doesn't raise an exception
35030      Branch: perl
35031            ! pp.c t/io/open.t
35032 ____________________________________________________________________________
35033 [ 23341] By: rgs                                   on 2004/09/30  15:41:40
35034         Log: Subject: [patch] Sys::Syslog POD - $Sys::Syslog::host
35035              From: "Jay Hannah" <jhannah@omnihotels.com>
35036              Date: Wed, 15 Sep 2004 14:51:42 -0500
35037              Message-ID: <002001c49b5d$6d0d79c0$4722000a@omarests2>
35038      Branch: perl
35039            ! ext/Sys/Syslog/Syslog.pm
35040 ____________________________________________________________________________
35041 [ 23340] By: rgs                                   on 2004/09/30  15:12:29
35042         Log: A fix for [perl #31692] : as PerlIO::scalar accesses directly the
35043              PV of the scalar it reads from, avoid to read it when it's an
35044              undefined PV.
35045      Branch: perl
35046            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
35047 ____________________________________________________________________________
35048 [ 23339] By: davem                                 on 2004/09/28  18:05:52
35049         Log: the improved -DT output of #23325 could print an uninit stack value
35050      Branch: perl
35051            ! toke.c
35052 ____________________________________________________________________________
35053 [ 23338] By: nicholas                              on 2004/09/28  16:55:08
35054         Log: Spelling correction spotted by Greg McCarroll
35055      Branch: perl
35056            ! README.epoc
35057 ____________________________________________________________________________
35058 [ 23337] By: rgs                                   on 2004/09/28  15:28:58
35059         Log: Subject: Patch for perl.c fixing an obscure environment bug
35060              From: Merijn Broeren <merijnb@iloquent.com>
35061              Date: Thu, 23 Sep 2004 17:18:17 +0200
35062              Message-ID: <20040923151817.GA15782@brugman.iloquent.nl>
35063      Branch: perl
35064            ! perl.c
35065 ____________________________________________________________________________
35066 [ 23336] By: rgs                                   on 2004/09/28  08:08:24
35067         Log: Perl -DT segfaults when parsing a 'use' statement
35068      Branch: perl
35069            ! toke.c
35070 ____________________________________________________________________________
35071 [ 23334] By: rgs                                   on 2004/09/23  07:33:15
35072         Log: Typo fix.
35073              Subject: [PATCH] Re: Smoke [5.9.2] 23330 FAIL(X) hp-ux 11.11/64 (PA-2.0/64/2 cpu)
35074              From: Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
35075              Date: Wed, 22 Sep 2004 11:20:53 +0200
35076              Message-ID: <20040922112053.686562b6@valis.local>
35077      Branch: perl
35078            ! lib/open.pm
35079 ____________________________________________________________________________
35080 [ 23333] By: rgs                                   on 2004/09/23  07:30:16
35081         Log: Remove a couple of C<> to avoid confusing double quotes in text
35082              rendering. [perl #31678]
35083      Branch: perl
35084            ! pod/perlop.pod
35085 ____________________________________________________________________________
35086 [ 23332] By: rgs                                   on 2004/09/22  09:08:04
35087         Log: Document that $ENV{PATH} may not contain relative directories under -T
35088      Branch: perl
35089            ! pod/perldiag.pod pod/perlsec.pod
35090 ____________________________________________________________________________
35091 [ 23331] By: davem                                 on 2004/09/20  22:11:29
35092         Log: Subject:  Re: [perl #31586] utime does not reach expectations [PATCH]
35093              From:  LAUN Wolfgang <wolfgang.laun@alcatel.at>
35094              Date:  Fri, 17 Sep 2004 14:01:11 +0200
35095              Message-Id:  <DF27CDCBD2581D4B88431901094E4B4D02B0C88B@attmsx1.aut.alcatel.at>
35096
35097              Clarify the effect of utime when the file isn't owned by the user
35098      Branch: perl
35099            ! pod/perlfunc.pod
35100 ____________________________________________________________________________
35101 [ 23330] By: rgs                                   on 2004/09/20  17:20:38
35102         Log: Upgrade to MIME::Base64 3.05.
35103      Branch: perl
35104            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
35105            ! ext/MIME/Base64/t/warn.t
35106 ____________________________________________________________________________
35107 [ 23329] By: rgs                                   on 2004/09/20  17:13:20
35108         Log: Upgrade to Time::HiRes 1.65.
35109      Branch: perl
35110            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
35111            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
35112            ! ext/Time/HiRes/ppport.h ext/Time/HiRes/t/HiRes.t
35113 ____________________________________________________________________________
35114 [ 23327] By: rgs                                   on 2004/09/20  08:23:58
35115         Log: Subject: [perl #27576] [PATCH] Pod::Usage -exitvalue => "NOEXIT" requires -output be set (Doc bug)
35116              From: "Steve Peters via RT" <perlbug-followup@perl.org>
35117              Date: 26 Aug 2004 19:06:52 -0000
35118              Message-ID: <rt-3.0.11-27576-94411.2.28321880730803@perl.org>
35119      Branch: perl
35120            ! lib/Pod/Usage.pm
35121 ____________________________________________________________________________
35122 [ 23326] By: rgs                                   on 2004/09/20  08:10:47
35123         Log: Subject: [PATCH] encoding and open pragmas
35124              From: Jarkko Hietaniemi <jhi@iki.fi>
35125              Date: Mon, 16 Aug 2004 22:27:00 +0300
35126              Message-ID: <41210A84.6060506@iki.fi>
35127
35128              Subject: Re: [PATCH] encoding and open pragmas
35129              From: Jarkko Hietaniemi <jhi@iki.fi>
35130              Date: Tue, 17 Aug 2004 11:22:58 +0300 (EEST)
35131              Message-Id: <200408170822.i7H8MwUU016793@vipunen.hut.fi>
35132      Branch: perl
35133            ! ext/Encode/encoding.pm lib/open.pm lib/open.t t/io/layers.t
35134 ____________________________________________________________________________
35135 [ 23325] By: davem                                 on 2004/09/19  21:47:18
35136         Log: improve lexer debugging output (-DT)
35137              Decode yylex() return values, and show lexer state each time
35138              yylex() is called
35139      Branch: perl
35140            ! embed.fnc embed.h proto.h toke.c
35141 ____________________________________________________________________________
35142 [ 23323] By: rgs                                   on 2004/09/15  16:12:42
35143         Log: The XSUB.h patch from:
35144
35145              Subject: CPAN Upload: J/JP/JPEACOCK/version-0.42.tar.gz
35146              From: John Peacock <jpeacock@rowman.com>
35147              Date: Wed, 18 Aug 2004 08:26:35 -0400
35148              Message-ID: <41234AFB.1020009@rowman.com>
35149
35150              Now it will use version object logic for version comparison
35151              when loading XS modules.
35152      Branch: perl
35153            ! XSUB.h
35154 ____________________________________________________________________________
35155 [ 23322] By: rgs                                   on 2004/09/15  15:48:23
35156         Log: Upgrade to Time::HiRes 1.63.
35157              Note that it includes a ppport.h file. See if the one
35158              previously built in Devel::PPPort can be used instead.
35159      Branch: perl
35160            + ext/Time/HiRes/ppport.h
35161            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
35162            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
35163            ! ext/Time/HiRes/t/HiRes.t
35164 ____________________________________________________________________________
35165 [ 23321] By: davem                                 on 2004/09/14  21:57:10
35166         Log: Subject:  Re: [perl #31459] Bug in read()
35167              From:  Chris Heath <chris@heathens.co.nz>
35168              Date:  06 Sep 2004 00:03:12 -0400
35169              Message-Id:  <1094443392.12379.35.camel@linux.heathens.co.nz>
35170
35171              a read(F) into a UTF8-encoded buffer with an offset off the
35172              end of the buffer, miss-calculated buffer lengths
35173      Branch: perl
35174            ! pp_sys.c
35175 ____________________________________________________________________________
35176 [ 23320] By: davem                                 on 2004/09/12  22:09:51
35177         Log: Memory leak in nested shared data structures in 5.8.4
35178              A pop of an item from a shared array ref causes a leak due to
35179              AVf_REAL not having been set after an sv_upgrade(sv, SVt_PVAV).
35180              Make sv_upgrade() set always this flag.
35181      Branch: perl
35182            ! sv.c
35183 ____________________________________________________________________________
35184 [ 23319] By: nicholas                              on 2004/09/10  16:40:17
35185         Log: Integrate:
35186              [ 23318]
35187              Update the skips for the no perlio case
35188      Branch: perl
35189           !> ext/B/t/optree_check.t ext/B/t/optree_concise.t
35190           !> ext/B/t/showlex.t
35191 ____________________________________________________________________________
35192 [ 23300] By: nicholas                              on 2004/09/09  15:54:18
35193         Log: A single version of B that supports 5.8 and 5.10
35194      Branch: perl
35195            ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
35196            ! ext/B/ramblings/runtime.porting ext/B/t/lint.t
35197 ____________________________________________________________________________
35198 [ 23283] By: mhx                                   on 2004/09/08  20:33:55
35199         Log: Subject: [PATCH-5.8.5] lib/bigint.pm tiny typo fix
35200              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
35201              Date: Mon, 6 Sep 2004 11:09:51 +0400
35202              Message-ID: <7DD1BE2C50259746ABB8683672D2089E081132@itotest-1.spb.lucent.com>
35203      Branch: perl
35204            ! lib/bigint.pm
35205 ____________________________________________________________________________
35206 [ 23282] By: mhx                                   on 2004/09/08  20:19:18
35207         Log: Upgrade to Devel::PPPort 3.03.
35208      Branch: perl
35209            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
35210            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
35211            ! ext/Devel/PPPort/PPPort_pm.PL
35212            ! ext/Devel/PPPort/parts/inc/MY_CXT ext/Devel/PPPort/t/MY_CXT.t
35213 ____________________________________________________________________________
35214 [ 23281] By: davem                                 on 2004/09/08  19:42:15
35215         Log: Subject:  [perl #21553] Re: Solaris Perl (fwd)
35216              From:  Andy Dougherty <doughera@lafayette.edu>
35217              Date:  Wed, 8 Sep 2004 11:32:26 -0400 (EDT)
35218              Message-Id:  <Pine.SOL.4.58.0409081129180.17582@maxwell.phys.lafayette.edu>
35219              Clarify whether it's safe to replace the perl bundled with Solaris
35220      Branch: perl
35221            ! README.solaris
35222 ____________________________________________________________________________
35223 [ 23280] By: mhx                                   on 2004/09/08  19:18:06
35224         Log: Upgrade to Devel::PPPort 3.02.
35225      Branch: perl
35226            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
35227            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
35228            ! ext/Devel/PPPort/devel/scanprov ext/Devel/PPPort/mktests.PL
35229            ! ext/Devel/PPPort/parts/base/5004050
35230            ! ext/Devel/PPPort/parts/base/5005000
35231            ! ext/Devel/PPPort/parts/base/5006000
35232            ! ext/Devel/PPPort/parts/base/5008001
35233            ! ext/Devel/PPPort/parts/base/5009002
35234            ! ext/Devel/PPPort/parts/inc/MY_CXT
35235            ! ext/Devel/PPPort/parts/inc/misc ext/Devel/PPPort/t/MY_CXT.t
35236            ! ext/Devel/PPPort/t/SvPV.t ext/Devel/PPPort/t/call.t
35237            ! ext/Devel/PPPort/t/cop.t ext/Devel/PPPort/t/grok.t
35238            ! ext/Devel/PPPort/t/limits.t ext/Devel/PPPort/t/mPUSH.t
35239            ! ext/Devel/PPPort/t/magic.t ext/Devel/PPPort/t/misc.t
35240            ! ext/Devel/PPPort/t/newCONSTSUB.t ext/Devel/PPPort/t/newRV.t
35241            ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/sv_xpvf.t
35242            ! ext/Devel/PPPort/t/threads.t ext/Devel/PPPort/t/uv.t
35243 ____________________________________________________________________________
35244 [ 23279] By: mhx                                   on 2004/09/08  18:46:56
35245         Log: Add MY_CXT_CLONE to the core. (Taken from Time::HiRes.) See also:
35246              http://groups.google.com/groups?selm=r5l1vv00ca033k7a06d40fgei1ion91rnp%404ax.com
35247      Branch: perl
35248            ! perl.h
35249 ____________________________________________________________________________
35250 [ 23278] By: nicholas                              on 2004/09/08  16:53:34
35251         Log: backport B to work on 5.8.x, so that a single version of the source
35252              can be maintained, and ultimately dual-lifed on CPAN
35253              (the version conditional changes are actually surprisingly small)
35254      Branch: perl
35255            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
35256            ! ext/B/t/f_map.t ext/B/t/f_sort.t ext/B/t/optree_samples.t
35257            ! ext/B/t/stash.t
35258 ____________________________________________________________________________
35259 [ 23277] By: mhx                                   on 2004/09/08  16:49:59
35260         Log: Subject: SvO?OK_off()'s return value
35261              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
35262              Date: Sun, 1 Aug 2004 12:46:48 +0200
35263              Message-Id: <20040801124648.7f9b3cee@r2d2>
35264
35265              Move (void) casts into SvOOK_off macro.
35266      Branch: perl
35267            ! gv.c mg.c perl.c pp.c pp_ctl.c pp_hot.c scope.c sv.c sv.h
35268 ____________________________________________________________________________
35269 [ 23276] By: merijn                                on 2004/09/07  12:57:58
35270         Log: Subject: [PATCH] perlintro.pod
35271              From: Paul Johnson <paul@pjcj.net>
35272              Date: Tue, 7 Sep 2004 15:13:51 +0200
35273              Message-ID: <20040907131351.GD2513@pjcj.net>
35274      Branch: perl
35275            ! pod/perlintro.pod
35276 ____________________________________________________________________________
35277 [ 23275] By: steveh                                on 2004/09/06  10:16:12
35278         Log: Implement new environment variable to allow the use of non-IFS
35279              compatible LSP's on Windows to allow Perl to work in conjunction
35280              with a firewall such as McAfee Guardian.
35281
35282              Bug report and possible solutions by Ken Fox <kfox@ford.com>;
35283              further assistance by Artiom Morozov <artiom@phreaker.net>.
35284      Branch: perl
35285            ! pod/perlrun.pod win32/win32sck.c
35286 ____________________________________________________________________________
35287 [ 23274] By: merijn                                on 2004/09/06  08:49:24
35288         Log: Subject: [PATCH] -Dunlink_all_versions for VMS
35289              From: "Craig A. Berry" <craigberry@mac.com>
35290              Date: Sat, 04 Sep 2004 11:58:56 -0500
35291              Message-ID: <4139F450.7040708@mac.com>
35292      Branch: perl
35293            ! configure.com
35294 ____________________________________________________________________________
35295 [ 23271] By: davem                                 on 2004/09/05  21:36:57
35296         Log: only mortalize deleted array elements for AvREAL
35297              (update to change #23158)
35298      Branch: perl
35299            ! av.c
35300 ____________________________________________________________________________
35301 [ 23267] By: davem                                 on 2004/09/05  20:16:55
35302         Log: I somehow managed to omit the base.pm change from #23266
35303      Branch: perl
35304            ! lib/base.pm
35305 ____________________________________________________________________________
35306 [ 23266] By: davem                                 on 2004/09/05  20:04:35
35307         Log: Fields package bug
35308              An intermediate class with no fields messes up private fields
35309              in the base class.
35310      Branch: perl
35311            ! lib/base.pm lib/base/t/fields-base.t
35312 ____________________________________________________________________________
35313 [ 23258] By: rgs                                   on 2004/09/02  15:37:55
35314         Log: Upgrade to Encode 2.02
35315      Branch: perl
35316            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
35317            ! ext/Encode/META.yml ext/Encode/bin/enc2xs
35318            ! ext/Encode/bin/ucmsort ext/Encode/lib/Encode/Alias.pm
35319            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
35320            ! ext/Encode/t/big5-hkscs.enc ext/Encode/t/big5-hkscs.utf
35321            ! ext/Encode/ucm/big5-hkscs.ucm
35322 ____________________________________________________________________________
35323 [ 23257] By: rgs                                   on 2004/09/02  15:01:39
35324         Log: Upgrade to version 0.42.
35325              From:
35326              Subject: CPAN Upload: J/JP/JPEACOCK/version-0.42.tar.gz
35327              From: John Peacock <jpeacock@rowman.com>
35328              Date: Wed, 18 Aug 2004 08:26:35 -0400
35329              Message-ID: <41234AFB.1020009@rowman.com>
35330      Branch: perl
35331            ! lib/version.pm lib/version.t util.c
35332 ____________________________________________________________________________
35333 [ 23256] By: davem                                 on 2004/09/01  23:41:25
35334         Log: Subject:  [PATCH] fields.pm lost compile-time benefit
35335              From:  Rick Delaney <rick@bort.ca>
35336              Date:  Fri, 13 Aug 2004 19:54:12 -0400
35337              Message-Id:  <20040813235412.GB12980@biff.bort.ca>
35338
35339              restore the compile-time field checking for
35340              my Dog $spot; $spot->{'walkies'};
35341              that was lost when pseudo-hashes were removed
35342      Branch: perl
35343            ! lib/base/t/fields-base.t lib/base/t/fields.t op.c
35344            ! pod/perldiag.pod
35345 ____________________________________________________________________________
35346 [ 23255] By: davem                                 on 2004/09/01  23:37:07
35347         Log: whoops, fix 'formline undef' test broken by change #23251
35348      Branch: perl
35349            ! t/lib/warnings/9uninit
35350 ____________________________________________________________________________
35351 [ 23253] By: davem                                 on 2004/09/01  22:45:07
35352         Log: Subject:  PATCH: Taintedness and ternary conditional
35353              From:  Andy Lester <andy@petdance.com>
35354              Date:  Thu, 26 Aug 2004 23:44:47 -0500
35355              Message-Id:  <20040827044447.GA5268@petdance.com>
35356
35357              add tests and documentation to the effect that ($tainted ? $a : $b)
35358              doesn't necessarily return a tainted value. Also tidy the markup in
35359              perldoc.pod
35360      Branch: perl
35361            ! pod/perlsec.pod t/op/taint.t
35362 ____________________________________________________________________________
35363 [ 23252] By: davem                                 on 2004/09/01  22:20:05
35364         Log: delete spurious blank lines added by change 23251
35365      Branch: perl
35366            ! pp_ctl.c
35367 ____________________________________________________________________________
35368 [ 23251] By: davem                                 on 2004/09/01  22:17:47
35369         Log: Random made scripts crashing perl
35370              fix 'formline undef' coredump
35371      Branch: perl
35372            ! pp_ctl.c t/lib/warnings/9uninit
35373 ____________________________________________________________________________
35374 [ 23250] By: davem                                 on 2004/09/01  20:46:13
35375         Log: From: david nicol <whatever@davidnicol.com>
35376              Subject: [perl #31228] no no-op
35377              Message-Id: 1093659222.1436.70.camel@plaza.davidnicol.com>
35378              Date: 27 Aug 2004 21:13:42 -0500
35379
35380              Document that 0 and 1 can (sort of) be used as no-ops.
35381      Branch: perl
35382            ! pod/perlop.pod
35383 ____________________________________________________________________________
35384 [ 23249] By: davem                                 on 2004/09/01  18:54:25
35385         Log: Subject:  [ PATCH ] 2 added private flags for B::Concise
35386              From:  Jim Cromie <jcromie@divsol.com>
35387              Date:  Tue, 31 Aug 2004 23:19:54 -0600
35388              Message-Id:  <41355BFA.8010900@divsol.com>
35389
35390              The OPpENTERSUB_NOMOD and OPpCONST_SHORTCIRCUIT flags weren't
35391              displayed by B::Concise.
35392      Branch: perl
35393            ! ext/B/B/Concise.pm
35394 ____________________________________________________________________________
35395 [ 23248] By: rgs                                   on 2004/09/01  15:35:20
35396         Log: Upgrade to Cwd 2.21.
35397      Branch: perl
35398            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
35399 ____________________________________________________________________________
35400 [ 23247] By: rgs                                   on 2004/09/01  15:11:45
35401         Log: Update to File::Spec 0.90
35402      Branch: perl
35403            ! lib/File/Spec.pm lib/File/Spec/VMS.pm
35404 ____________________________________________________________________________
35405 [ 23246] By: mhx                                   on 2004/08/30  18:36:18
35406         Log: Skip Time::HiRes tests if configured without that module.
35407      Branch: perl
35408            ! ext/Time/HiRes/t/HiRes.t
35409 ____________________________________________________________________________
35410 [ 23245] By: mhx                                   on 2004/08/30  18:34:58
35411         Log: Fix skipping of a Dumpvalue test when configured without Devel::Peek.
35412      Branch: perl
35413            ! lib/Dumpvalue.t
35414 ____________________________________________________________________________
35415 [ 23244] By: mhx                                   on 2004/08/30  18:33:27
35416         Log: Skip a Data::Dumper test if configured without B module.
35417      Branch: perl
35418            ! ext/Data/Dumper/t/dumper.t
35419 ____________________________________________________________________________
35420 [ 23243] By: mhx                                   on 2004/08/29  13:22:48
35421         Log: Fix typo in B::Assembler.
35422      Branch: perl
35423            ! ext/B/B/Assembler.pm
35424 ____________________________________________________________________________
35425 [ 23242] By: mhx                                   on 2004/08/29  13:21:50
35426         Log: Skip ext/B/t/assembler.t when configured without B.
35427      Branch: perl
35428            ! ext/B/t/assembler.t
35429 ____________________________________________________________________________
35430 [ 23241] By: merijn                                on 2004/08/28  08:05:19
35431         Log: Subject: [PATCH] File::Spec::VMS update
35432              From: "Craig A. Berry" <craigberry@mac.com>
35433              Date: Fri, 27 Aug 2004 18:51:09 -0500
35434              Message-ID: <412FC8ED.1020300@mac.com>
35435      Branch: perl
35436            ! lib/File/Spec/VMS.pm lib/File/Spec/t/Spec.t
35437 ____________________________________________________________________________
35438 [ 23240] By: merijn                                on 2004/08/28  07:41:47
35439         Log: Pumpkinship updates
35440      Branch: perl
35441            ! pod/perlhack.pod
35442 ____________________________________________________________________________
35443 [ 23239] By: mhx                                   on 2004/08/26  21:57:39
35444         Log: Fix nasty line break in Storable test file.
35445      Branch: perl
35446            ! ext/Storable/t/just_plain_nasty.t
35447 ____________________________________________________________________________
35448 [ 23238] By: rgs                                   on 2004/08/26  13:02:14
35449         Log: Upgrade to MIME::Base64 3.03
35450      Branch: perl
35451            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
35452            ! ext/MIME/Base64/QuotedPrint.pm
35453 ____________________________________________________________________________
35454 [ 23237] By: rgs                                   on 2004/08/25  08:32:41
35455         Log: Upgrade to MIME::Base64 3.02.
35456      Branch: perl
35457            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
35458            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
35459            ! ext/MIME/Base64/t/quoted-print.t
35460 ____________________________________________________________________________
35461 [ 23236] By: rgs                                   on 2004/08/24  17:24:40
35462         Log: Grammatical nit by Hugo.
35463      Branch: perl
35464            ! pod/perlnewmod.pod
35465 ____________________________________________________________________________
35466 [ 23235] By: rgs                                   on 2004/08/23  12:32:33
35467         Log: Subject: [perl #31295] PATCH: Test comp/use.t fails on Tru64
35468              From: Nikola Milutinovic (via RT) <perlbug-followup@perl.org>
35469              Date: 23 Aug 2004 10:37:31 -0000
35470              Message-ID: <rt-3.0.11-31295-94232.1.74127465250315@perl.org>
35471      Branch: perl
35472            ! t/comp/use.t
35473 ____________________________________________________________________________
35474 [ 23234] By: mhx                                   on 2004/08/23  05:33:39
35475         Log: Upgrade to Devel::PPPort 3.01.
35476      Branch: perl
35477            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
35478            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
35479            ! ext/Devel/PPPort/module2.c ext/Devel/PPPort/parts/inc/ppphtest
35480            ! ext/Devel/PPPort/parts/inc/version
35481            ! ext/Devel/PPPort/t/ppphtest.t
35482 ____________________________________________________________________________
35483 [ 23233] By: mhx                                   on 2004/08/22  22:18:56
35484         Log: Fix some backwards-compatibility problems with Storable.
35485      Branch: perl
35486            ! ext/Storable/Storable.xs ext/Storable/t/weak.t
35487 ____________________________________________________________________________
35488 [ 23232] By: rgs                                   on 2004/08/22  19:14:57
35489         Log: Upgrade to Time::HiRes 1.61
35490      Branch: perl
35491            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
35492            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
35493            ! ext/Time/HiRes/hints/solaris.pl ext/Time/HiRes/t/HiRes.t
35494 ____________________________________________________________________________
35495 [ 23231] By: mhx                                   on 2004/08/22  15:36:36
35496         Log: Fix Storable's MANIFEST.
35497      Branch: perl
35498            ! ext/Storable/MANIFEST
35499 ____________________________________________________________________________
35500 [ 23230] By: davem                                 on 2004/08/20  21:20:48
35501         Log: a regex in STDOUT destructor coredumped because regex pad already
35502              freed
35503      Branch: perl
35504            ! perl.c t/op/ref.t
35505 ____________________________________________________________________________
35506 [ 23229] By: mhx                                   on 2004/08/20  13:18:08
35507         Log: Upgrade to Devel::PPPort 3.00_03.
35508      Branch: perl
35509            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
35510            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
35511            ! ext/Devel/PPPort/parts/inc/ppphtest
35512            ! ext/Devel/PPPort/t/ppphtest.t
35513 ____________________________________________________________________________
35514 [ 23228] By: mhx                                   on 2004/08/19  23:14:00
35515         Log: Tweak 'h2xs -h' output.
35516      Branch: perl
35517            ! utils/h2xs.PL
35518 ____________________________________________________________________________
35519 [ 23227] By: mhx                                   on 2004/08/19  17:05:48
35520         Log: Delete superfluous "with".
35521      Branch: perl
35522            ! README.win32
35523 ____________________________________________________________________________
35524 [ 23226] By: mhx                                   on 2004/08/19  11:22:15
35525         Log: Upgrade to Devel::PPPort 3.00_02.
35526      Branch: perl
35527            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
35528            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
35529            ! ext/Devel/PPPort/PPPort_pm.PL
35530 ____________________________________________________________________________
35531 [ 23225] By: rgs                                   on 2004/08/19  07:58:59
35532         Log: Mark a test that relies on tainting behavior as TODO on Windows.
35533      Branch: perl
35534            ! t/comp/opsubs.t
35535 ____________________________________________________________________________
35536 [ 23224] By: steveh                                on 2004/08/18  13:44:13
35537         Log: Add notes for building with MS VC++ Toolkit 2003
35538      Branch: perl
35539            ! README.win32
35540 ____________________________________________________________________________
35541 [ 23223] By: mhx                                   on 2004/08/17  21:33:41
35542         Log: Upgrade to Devel::PPPort 3.00_01.
35543      Branch: perl
35544            + ext/Devel/PPPort/parts/inc/sv_xpvf ext/Devel/PPPort/t/cop.t
35545            + ext/Devel/PPPort/t/sv_xpvf.t
35546            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/MANIFEST
35547            ! ext/Devel/PPPort/META.yml ext/Devel/PPPort/PPPort.pm
35548            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/PPPort_pm.PL
35549            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/parts/apicheck.pl
35550            ! ext/Devel/PPPort/parts/inc/misc
35551            ! ext/Devel/PPPort/parts/inc/ppphbin
35552            ! ext/Devel/PPPort/parts/inc/ppphtest
35553            ! ext/Devel/PPPort/parts/inc/uv
35554            ! ext/Devel/PPPort/parts/ppptools.pl
35555            ! ext/Devel/PPPort/parts/todo/5004000
35556            ! ext/Devel/PPPort/parts/todo/5004050
35557            ! ext/Devel/PPPort/parts/todo/5006000
35558            ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/uv.t
35559 ____________________________________________________________________________
35560 [ 23222] By: mhx                                   on 2004/08/17  10:14:46
35561         Log: Upgrade to Devel::PPPort 3.00.
35562      Branch: perl
35563            + (add 103 files)
35564            - ext/Devel/PPPort/t/test.t
35565            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/MANIFEST
35566            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
35567            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/README
35568            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/module2.c
35569            ! ext/Devel/PPPort/module3.c ext/Devel/PPPort/ppport_h.PL
35570            ! ext/Devel/PPPort/soak
35571 ____________________________________________________________________________
35572 [ 23221] By: rgs                                   on 2004/08/17  08:25:39
35573         Log: Subject: [PATCH] Document Carp's global variables + provide tests
35574              From: "Jos I. Boumans" <kane@dwim.org>
35575              Date: Mon, 16 Aug 2004 15:53:40 +0200
35576              Message-Id: <ADC6DEC6-EF8B-11D8-8425-000A95EF62E2@dwim.org>
35577              (tests a bit reworked)
35578      Branch: perl
35579            ! lib/Carp.pm lib/Carp.t
35580 ____________________________________________________________________________
35581 [ 23220] By: rgs                                   on 2004/08/17  07:29:11
35582         Log: Subject: Updates to modules-related pod
35583              From: Kirrily Skud Robert <skud@infotrope.net>
35584              Date: Mon, 16 Aug 2004 16:00:14 -0400
35585              Message-ID: <20040816200014.GC27764@infotrope.net>
35586      Branch: perl
35587            ! pod/perlnewmod.pod
35588 ____________________________________________________________________________
35589 [ 23219] By: rgs                                   on 2004/08/16  17:59:22
35590         Log: Subject: [PATCH] running mktables on VMS
35591              From: "Craig A. Berry" <craigberry@mac.com>
35592              Date: Tue, 10 Aug 2004 22:28:04 -0500
35593              Message-ID: <41199244.9020706@mac.com>
35594      Branch: perl
35595            ! vms/descrip_mms.template
35596 ____________________________________________________________________________
35597 [ 23218] By: rgs                                   on 2004/08/16  07:23:56
35598         Log: Subject: [PATCH] make cygwin ld2 executable
35599              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
35600              Date: Sun, 15 Aug 2004 17:14:59 -0700
35601              Message-ID: <20040816001252.GA2148@efn.org>
35602      Branch: perl
35603            ! cygwin/Makefile.SHs
35604 ____________________________________________________________________________
35605 [ 23217] By: davem                                 on 2004/08/14  22:32:16
35606         Log: make pp_goto() cope potential stack reallocation in EXTEND
35607              The code for goto &foo had local pointers to the stack that
35608              pointed to the wrong place after a realloc.
35609      Branch: perl
35610            ! pp_ctl.c t/op/goto.t
35611 ____________________________________________________________________________
35612 [ 23216] By: rgs                                   on 2004/08/13  13:18:37
35613         Log: Subject: [PATCH] pre Math::BigInt v1.72
35614              From: Tels <perl_dummy@bloodgate.com>
35615              Date: Fri, 13 Aug 2004 14:02:50 +0200
35616              Message-Id: <200408131402.52270@bloodgate.com>
35617      Branch: perl
35618            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
35619            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
35620            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
35621            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/with_sub.t
35622 ____________________________________________________________________________
35623 [ 23215] By: rgs                                   on 2004/08/13  12:09:35
35624         Log: Subject: Test for functions with operator names
35625              From: Andy Lester <andy@petdance.com>
35626              Date: Thu, 12 Aug 2004 11:31:03 -0500
35627              Message-ID: <20040812163103.GA26687@petdance.com>
35628      Branch: perl
35629            + t/comp/opsubs.t
35630            ! MANIFEST
35631 ____________________________________________________________________________
35632 [ 23214] By: rgs                                   on 2004/08/13  07:13:38
35633         Log: Subject: api doc fix for SvSetMagicSV_nosteal
35634              From: Stas Bekman <stas@stason.org>
35635              Date: Thu, 12 Aug 2004 18:10:36 -0700
35636              Message-ID: <411C150C.5020602@stason.org>
35637      Branch: perl
35638            ! pod/perlapi.pod sv.h
35639 ____________________________________________________________________________
35640 [ 23213] By: rgs                                   on 2004/08/10  13:17:40
35641         Log: Subject: Re: 2 patches: goto.t, B.pm/xs
35642              From: Jim Cromie <jcromie@divsol.com>
35643              Date: Tue, 10 Aug 2004 07:29:08 -0600
35644              Message-ID: <4118CDA4.3060700@divsol.com>
35645      Branch: perl
35646            ! t/op/goto.t
35647 ____________________________________________________________________________
35648 [ 23212] By: rgs                                   on 2004/08/10  07:21:19
35649         Log: Subject: 2 patches: goto.t, B.pm/xs
35650              From: Jim Cromie <jcromie@divsol.com>
35651              Date: Sun, 08 Aug 2004 18:42:47 -0600
35652              Message-ID: <4116C887.9080400@divsol.com>
35653      Branch: perl
35654            ! ext/B/B.pm ext/B/B.xs
35655 ____________________________________________________________________________
35656 [ 23211] By: rgs                                   on 2004/08/10  07:00:01
35657         Log: Subject: Re: POSIX::sigprocmask implemented incorrectly
35658              From: Alan Burlison <Alan.Burlison@sun.com>
35659              Date: Mon, 09 Aug 2004 19:00:12 +0100
35660              Message-ID: <4117BBAC.7080603@sun.com>
35661      Branch: perl
35662            ! ext/POSIX/POSIX.xs
35663 ____________________________________________________________________________
35664 [ 23210] By: davem                                 on 2004/08/09  19:58:35
35665         Log: Fix a typo and remove some debugging crud from change #23209
35666      Branch: perl
35667            ! ext/XS/APItest/t/call.t
35668 ____________________________________________________________________________
35669 [ 23209] By: davem                                 on 2004/08/09  19:48:57
35670         Log: eval_sv() failing a taint test could corrupt the stack
35671      Branch: perl
35672            ! ext/XS/APItest/t/call.t perl.c
35673 ____________________________________________________________________________
35674 [ 23208] By: davem                                 on 2004/08/09  18:28:33
35675         Log: made eq_array in t/test.pl handle undef values better
35676      Branch: perl
35677            ! t/test.pl
35678 ____________________________________________________________________________
35679 [ 23207] By: davem                                 on 2004/08/09  17:21:27
35680         Log: fix minor nit in file description, to keep Jarkko happy
35681      Branch: perl
35682            ! utf8.c
35683 ____________________________________________________________________________
35684 [ 23206] By: rgs                                   on 2004/08/09  15:33:54
35685         Log: Subject: Patch for t/op/sleep.t
35686              From: Andy Lester <andy@petdance.com>
35687              Date: Mon, 9 Aug 2004 00:11:51 -0500
35688              Message-ID: <20040809051151.GA13872@petdance.com>
35689      Branch: perl
35690            ! t/op/sleep.t
35691 ____________________________________________________________________________
35692 [ 23205] By: rgs                                   on 2004/08/09  12:10:25
35693         Log: Add a note in perltodo about a potential extension of readpipe()
35694      Branch: perl
35695            ! pod/perltodo.pod
35696 ____________________________________________________________________________
35697 [ 23204] By: rgs                                   on 2004/08/09  09:13:27
35698         Log: Subject: Re: POSIX::sigprocmask implemented incorrectly
35699              From: Alan Burlison <Alan.Burlison@sun.com>
35700              Date: Mon, 09 Aug 2004 10:30:25 +0100
35701              Message-ID: <41174431.6050803@sun.com>
35702      Branch: perl
35703            ! ext/POSIX/POSIX.xs
35704 ____________________________________________________________________________
35705 [ 23203] By: davem                                 on 2004/08/07  15:10:40
35706         Log: Add tests for XS call_*() API
35707      Branch: perl
35708            + ext/XS/APItest/t/call.t
35709            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
35710            ! ext/XS/APItest/MANIFEST pod/perlcall.pod
35711 ____________________________________________________________________________
35712 [ 23202] By: mhx                                   on 2004/08/07  15:10:39
35713         Log: Subject: [PATCH] DB_File 1.810
35714              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
35715              Date: Sat, 7 Aug 2004 15:22:09 +0100
35716              Message-Id: <20040807142059.CTQC10838.mta10-svc.ntlworld.com@MARQUESSPT21>
35717      Branch: perl
35718            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
35719            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-hash.t
35720 ____________________________________________________________________________
35721 [ 23200] By: steveh                                on 2004/08/06  12:55:31
35722         Log: Fix [perl #24269] socket() call uses non-IFS providers
35723              causing subsequent print/read to hang or misbehave
35724
35725              Patch supplied by Artiom Morozov <artiom@phreaker.net>
35726              in the bug report at http://rt.perl.org/rt3/index.html?q=24269
35727      Branch: perl
35728            ! README.win32 win32/Makefile win32/makefile.mk win32/win32.c
35729            ! win32/win32.h win32/win32sck.c
35730 ____________________________________________________________________________
35731 [ 23199] By: steveh                                on 2004/08/06  11:57:59
35732         Log: Another small clean-up following changes #23190 and #23198
35733      Branch: perl
35734            ! gv.c
35735 ____________________________________________________________________________
35736 [ 23198] By: davem                                 on 2004/08/06  10:06:46
35737         Log: remove leaks associated with version object change #23190
35738      Branch: perl
35739            ! gv.c util.c
35740 ____________________________________________________________________________
35741 [ 23197] By: rgs                                   on 2004/08/06  06:53:08
35742         Log: Subject: [PATCH sv.c]  signedness nit in #23190
35743              From: "Craig A. Berry" <craigberry@mac.com>
35744              Date: Thu, 05 Aug 2004 13:10:55 -0500
35745              Message-ID: <4112782F.7040302@mac.com>
35746      Branch: perl
35747            ! sv.c
35748 ____________________________________________________________________________
35749 [ 23196] By: mhx                                   on 2004/08/04  18:29:23
35750         Log: Document sv_catpvn_nomg, sv_setsv_nomg and sv_catsv_nomg.
35751      Branch: perl
35752            ! pod/perlapi.pod sv.h
35753 ____________________________________________________________________________
35754 [ 23195] By: nick                                  on 2004/08/04  18:16:47
35755         Log: Comment describing purpose.
35756      Branch: perl
35757            ! globals.c
35758 ____________________________________________________________________________
35759 [ 23194] By: rgs                                   on 2004/08/04  07:18:49
35760         Log: Subject: Re: POSIX::sigprocmask implemented incorrectly
35761              From: Alan Burlison <Alan.Burlison@sun.com>
35762              Date: Mon, 19 Jul 2004 12:07:02 +0100
35763              Message-ID: <40FBAB56.1030208@sun.com>
35764
35765              (last chunk only)
35766      Branch: perl
35767            ! ext/POSIX/POSIX.xs
35768 ____________________________________________________________________________
35769 [ 23193] By: rgs                                   on 2004/08/04  07:00:21
35770         Log: Remove compilation warnings about uninitialized variables.
35771      Branch: perl
35772            ! sv.c
35773 ____________________________________________________________________________
35774 [ 23192] By: rgs                                   on 2004/08/04  06:55:46
35775         Log: Remove the "Newline in left-justified string" warning.
35776      Branch: perl
35777            ! pod/perldiag.pod sv.c t/lib/warnings/sv
35778 ____________________________________________________________________________
35779 [ 23191] By: rgs                                   on 2004/08/04  06:30:58
35780         Log: Subject: [PATCH] extension to diagnostics.pm
35781              From: Fergal Daly <fergal@esatclear.ie>
35782              Date: Wed, 4 Aug 2004 00:33:09 +0100
35783              Message-ID: <20040803233309.GA239@dyn.fergaldaly.com>
35784      Branch: perl
35785            ! lib/diagnostics.pm
35786 ____________________________________________________________________________
35787 [ 23190] By: rgs                                   on 2004/08/04  06:19:27
35788         Log: Subject: [PATCH] Final version object core patch?
35789              From: John Peacock <jpeacock@rowman.com>
35790              Date: Tue, 03 Aug 2004 22:23:57 -0400
35791              Message-ID: <411048BD.3080700@rowman.com>
35792      Branch: perl
35793            ! gv.c perl.c pp_ctl.c sv.c t/comp/require.t t/op/ver.t util.c
35794 ____________________________________________________________________________
35795 [ 23189] By: merijn                                on 2004/08/03  23:51:13
35796         Log: gcc on AIX 4 doesn't like -G on the commandline too
35797      Branch: perl
35798            ! hints/aix_4.sh
35799 ____________________________________________________________________________
35800 [ 23188] By: merijn                                on 2004/08/03  23:48:13
35801         Log: gcc on AIX doesn't like -G on the commandline
35802      Branch: perl
35803            ! hints/aix.sh
35804 ____________________________________________________________________________
35805 [ 23187] By: davem                                 on 2004/08/03  19:20:18
35806         Log: more typo fixes for change 3176 (comments at top of .c files)
35807      Branch: perl
35808            ! mg.c miniperlmain.c perl.c run.c scope.c
35809 ____________________________________________________________________________
35810 [ 23186] By: rgs                                   on 2004/08/03  10:22:54
35811         Log: Subject: [perl #30914] ExtUtils::Embed should use libperl name from Config
35812              From: Marek Rouchal (via RT) <perlbug-followup@perl.org>
35813              Date: 2 Aug 2004 07:00:33 -0000
35814              Message-ID: <rt-3.0.11-30914-93038.14.5123598132685@perl.org>
35815      Branch: perl
35816            ! lib/ExtUtils/Embed.pm
35817 ____________________________________________________________________________
35818 [ 23185] By: rgs                                   on 2004/08/03  09:39:35
35819         Log: Subject: [PATCH] additional -V:foo tests
35820              From: Jim Cromie <jcromie@divsol.com>
35821              Date: Mon, 02 Aug 2004 09:15:23 -0600
35822              Message-ID: <410E5A8B.9030307@divsol.com>
35823      Branch: perl
35824            ! configpm lib/Config.t pod/perlrun.pod
35825 ____________________________________________________________________________
35826 [ 23184] By: rgs                                   on 2004/08/02  16:40:36
35827         Log: Enhance the caveat in the description of tell()
35828
35829              Subject: Re: [perl #30788] Error in documentation
35830              From: Nick Ing-Simmons <nick@ing-simmons.net>
35831              Date: Wed, 28 Jul 2004 15:12:54 +0100
35832              Message-Id: <20040728141254.3861.5@llama.ing-simmons.net>
35833      Branch: perl
35834            ! pod/perlfunc.pod
35835 ____________________________________________________________________________
35836 [ 23183] By: rgs                                   on 2004/08/02  09:16:13
35837         Log: Remove empty rpath from .so files
35838      Branch: perl
35839            ! lib/ExtUtils/MM_Unix.pm
35840 ____________________________________________________________________________
35841 [ 23182] By: rgs                                   on 2004/08/02  09:11:12
35842         Log: Subject: [PATCH] mention refaddr() in overload::StrVal docs
35843              From: Fergal Daly <fergal@esatclear.ie>
35844              Date: Fri, 30 Jul 2004 16:09:19 +0100
35845              Message-ID: <20040730150919.GB19022@dyn.fergaldaly.com>
35846      Branch: perl
35847            ! lib/overload.pm
35848 ____________________________________________________________________________
35849 [ 23181] By: steveh                                on 2004/08/02  08:05:05
35850         Log: Fix breakage caused by Change 23179
35851      Branch: perl
35852            ! t/run/fresh_perl.t
35853 ____________________________________________________________________________
35854 [ 23180] By: davem                                 on 2004/08/01  16:49:20
35855         Log: Add comment to top of reentr.c and fix typos in other files
35856      Branch: perl
35857            ! deb.c dump.c miniperlmain.c pad.c perly.y reentr.c reentr.h
35858            ! reentr.pl regcomp.c regexec.c scope.c utf8.c
35859 ____________________________________________________________________________
35860 [ 23179] By: mhx                                   on 2004/08/01  16:10:19
35861         Log: Skip test when building without Encode.
35862      Branch: perl
35863            ! t/run/fresh_perl.t
35864 ____________________________________________________________________________
35865 [ 23178] By: mhx                                   on 2004/08/01  10:19:46
35866         Log: Remove redundant SvOOK_off (called implicitly by SvOK_off)
35867              and merge identical cases.
35868      Branch: perl
35869            ! scope.c
35870 ____________________________________________________________________________
35871 [ 23177] By: davem                                 on 2004/07/31  16:27:09
35872         Log: shut up a warning in mg.c
35873      Branch: perl
35874            ! mg.c
35875 ____________________________________________________________________________
35876 [ 23176] By: davem                                 on 2004/07/31  16:21:50
35877         Log: Add comment to the top of most .c files explaining their purpose
35878      Branch: perl
35879            ! deb.c doio.c doop.c dump.c gv.c hv.c locale.c malloc.c mg.c
35880            ! miniperlmain.c numeric.c op.c pad.c perl.c perlio.c perly.act
35881            ! perly.h perly.tab perly.y pp.c pp_ctl.c pp_hot.c pp_pack.c
35882            ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c taint.c
35883            ! universal.c utf8.c util.c
35884 ____________________________________________________________________________
35885 [ 23175] By: mhx                                   on 2004/07/31  15:19:13
35886         Log: Fix copy & paste bugs in mX?PUSH macro tests.
35887      Branch: perl
35888            ! ext/XS/APItest/APItest.xs
35889 ____________________________________________________________________________
35890 [ 23174] By: merijn                                on 2004/07/31  08:32:31
35891         Log: First steps towards an explicit perl.exp-less AIX build
35892              Previous method can still be used by undeffing usenativedlopen
35893              If that is ever tested at all on AIX
35894      Branch: perl
35895            ! hints/aix.sh hints/aix_4.sh
35896 ____________________________________________________________________________
35897 [ 23173] By: mhx                                   on 2004/07/31  08:29:54
35898         Log: Fix and update Perl_grok_* docs.
35899      Branch: perl
35900            ! numeric.c pod/perlapi.pod
35901 ____________________________________________________________________________
35902 [ 23172] By: steveh                                on 2004/07/30  14:31:08
35903         Log: A few minor updates to README.win32 (aka perlwin32)
35904      Branch: perl
35905            ! README.win32
35906 ____________________________________________________________________________
35907 [ 23171] By: rgs                                   on 2004/07/30  14:24:08
35908         Log: Upgrade to Math::BigInt v1.71.
35909      Branch: perl
35910            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
35911            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
35912            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
35913            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/with_sub.t
35914 ____________________________________________________________________________
35915 [ 23170] By: steveh                                on 2004/07/30  13:27:41
35916         Log: Bug report #30132 was resolved before it was finished!
35917              Here's the last piece in the puzzle.
35918      Branch: perl
35919            ! ext/IO/lib/IO/File.pm
35920 ____________________________________________________________________________
35921 [ 23168] By: rgs                                   on 2004/07/28  12:13:36
35922         Log: Upgrade to File::Spec 0.88.
35923      Branch: perl
35924            ! lib/File/Spec.pm lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t
35925 ____________________________________________________________________________
35926 [ 23167] By: rgs                                   on 2004/07/28  09:20:12
35927         Log: Subject: Re: [perl #30783] Test::Builder does not handle overloaded "name" values
35928              From: Autrijus Tang <autrijus@gmail.com>
35929              Date: Thu, 22 Jul 2004 20:17:58 -0700
35930              Message-ID: <1912f0e204072220171790193a@mail.gmail.com>
35931      Branch: perl
35932            ! lib/Test/Builder.pm
35933 ____________________________________________________________________________
35934 [ 23166] By: rgs                                   on 2004/07/28  06:31:06
35935         Log: Subject: Re: more 5.9 sort tests (second draft)
35936              From: david nicol <whatever@davidnicol.com>
35937              Date: 21 Jul 2004 17:10:05 -0500
35938              Message-Id: <1090447805.995.24.camel@plaza.davidnicol.com>
35939      Branch: perl
35940            ! t/op/sort.t
35941 ____________________________________________________________________________
35942 [ 23165] By: rgs                                   on 2004/07/28  06:25:15
35943         Log: Subject: Re: AW: [perl #7558] [PATCH] README.solaris
35944              From: Andy Dougherty <doughera@lafayette.edu>
35945              Date: Tue, 27 Jul 2004 14:12:06 -0400 (EDT)
35946              Message-ID: <Pine.SOL.4.58.0407271335550.22839@maxwell.phys.lafayette.edu>
35947      Branch: perl
35948            ! README.solaris
35949 ____________________________________________________________________________
35950 [ 23164] By: davem                                 on 2004/07/26  22:08:32
35951         Log: Subject:  [perl #7558] [PATCH] README.solaris
35952              From:  Andy Dougherty <doughera@lafayette.edu>
35953              Date:  Mon, 26 Jul 2004 15:32:35 -0400 (EDT)
35954              Message-Id:  <Pine.SOL.4.58.0407261530350.19559@maxwell.phys.lafayette.edu>
35955
35956              Add more info on /dev/random under solaris
35957      Branch: perl
35958            ! README.solaris
35959 ____________________________________________________________________________
35960 [ 23163] By: mhx                                   on 2004/07/26  17:14:37
35961         Log: The byte-order modifiers won't go into 5.8.
35962      Branch: perl
35963            ! pod/perlfunc.pod pod/perlport.pod
35964 ____________________________________________________________________________
35965 [ 23162] By: steveh                                on 2004/07/26  10:41:56
35966         Log: Windows-related updates to Porting/repository.pod
35967      Branch: perl
35968            ! Porting/repository.pod
35969 ____________________________________________________________________________
35970 [ 23161] By: davem                                 on 2004/07/25  19:05:28
35971         Log: make -Dl log runops loop entry and exit, and jump level popping
35972      Branch: perl
35973            ! dump.c scope.h
35974 ____________________________________________________________________________
35975 [ 23160] By: davem                                 on 2004/07/24  10:00:27
35976         Log: document that -i messes soft as well hard hard links.
35977      Branch: perl
35978            ! pod/perlrun.pod
35979 ____________________________________________________________________________
35980 [ 23159] By: davem                                 on 2004/07/23  21:15:32
35981         Log: make a note in perlrun that -i doesn't preserve UNIX hard links.
35982      Branch: perl
35983            ! pod/perlrun.pod
35984 ____________________________________________________________________________
35985 [ 23158] By: davem                                 on 2004/07/23  11:06:02
35986         Log: memory leak in array delete
35987              av_delete() wasn't mortalizing the returned value
35988      Branch: perl
35989            ! av.c t/op/delete.t
35990 ____________________________________________________________________________
35991 [ 23157] By: davem                                 on 2004/07/23  10:35:16
35992         Log: remove binary compat from #23156 (remove PL_retstack)
35993      Branch: perl
35994            ! cop.h embed.fnc embed.h embedvar.h perlapi.h proto.h scope.c
35995            ! thrdvar.h
35996 ____________________________________________________________________________
35997 [ 23156] By: davem                                 on 2004/07/23  09:52:59
35998         Log: remove the return stack PL_retstack, and store return ops in the CX
35999              structure directly instead
36000      Branch: perl
36001            ! cc_runtime.h cop.h deb.c mg.c perl.c pp_ctl.c pp_hot.c
36002            ! pp_sys.c scope.c sv.c thrdvar.h
36003 ____________________________________________________________________________
36004 [ 23155] By: nicholas                              on 2004/07/22  18:50:31
36005         Log: Build the perldelta copying command for the main Unix makefile with
36006              buildtoc, so that it doesn't get forgotten on version increments.
36007      Branch: perl
36008            ! Makefile.SH pod/buildtoc
36009 ____________________________________________________________________________
36010 [ 23154] By: nicholas                              on 2004/07/22  18:19:58
36011         Log: Grab perl585delta.pod from maint and
36012
36013              Integrate:
36014              [ 23069]
36015              This is RC2. Maybe this one will last longer.
36016
36017              [ 23141]
36018              Break a leg
36019
36020              [perlhist.pod]
36021      Branch: perl
36022           +> pod/perl585delta.pod
36023            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
36024            ! vms/descrip_mms.template win32/pod.mak
36025           !> pod/perlhist.pod
36026 ____________________________________________________________________________
36027 [ 23152] By: rgs                                   on 2004/07/22  16:16:41
36028         Log: Upgrade to Cwd 2.20
36029      Branch: perl
36030            + ext/Cwd/t/win32.t
36031            ! MANIFEST ext/Cwd/Changes ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t
36032            ! lib/Cwd.pm
36033 ____________________________________________________________________________
36034 [ 23151] By: rgs                                   on 2004/07/22  15:50:34
36035         Log: Sort perldiag.
36036      Branch: perl
36037            ! pod/perldiag.pod
36038 ____________________________________________________________________________
36039 [ 23150] By: rgs                                   on 2004/07/22  13:15:12
36040         Log: Subject: Re: "Too late for -T" could be more descriptive
36041              From: Jim Cromie <jcromie@divsol.com>
36042              Date: Wed, 21 Jul 2004 11:21:50 -0600
36043              Message-ID: <40FEA62E.2010809@divsol.com>
36044              (with tweaks)
36045      Branch: perl
36046            ! perl.c perl.h pod/perldebug.pod pod/perldiag.pod
36047            ! pod/perlrun.pod
36048 ____________________________________________________________________________
36049 [ 23149] By: rgs                                   on 2004/07/22  12:09:40
36050         Log: Email change for Steffen Mueller.
36051      Branch: perl
36052            ! AUTHORS
36053 ____________________________________________________________________________
36054 [ 23148] By: rgs                                   on 2004/07/22  11:32:16
36055         Log: Grammar fix by Paul Johnson.
36056      Branch: perl
36057            ! pod/perldiag.pod
36058 ____________________________________________________________________________
36059 [ 23147] By: nicholas                              on 2004/07/22  10:51:48
36060         Log: Config::config_re and config_sh would report the byteorder as 'ffff'
36061      Branch: perl
36062            ! configpm lib/Config.t
36063 ____________________________________________________________________________
36064 [ 23146] By: rgs                                   on 2004/07/21  12:01:32
36065         Log: Subject: [PATCH] Mention common dynaloader errors in perldiag.pod
36066              From: "Jos I. Boumans" <kane@dwim.org>
36067              Date: Wed, 21 Jul 2004 13:47:35 +0200
36068              Message-Id: <C226C05A-DB0B-11D8-A551-000A95EF62E2@dwim.org>
36069              (with tweaks)
36070      Branch: perl
36071            ! pod/perldiag.pod
36072 ____________________________________________________________________________
36073 [ 23145] By: rgs                                   on 2004/07/21  08:47:14
36074         Log: Subject: [PATCH perl-current] Re: [perl #30688] Empty slice arg with ($;$) prototype
36075              From: Rick Delaney <rick@bort.ca>
36076              Date: Tue, 20 Jul 2004 16:53:54 -0400
36077              Message-ID: <20040720205353.GA970@biff.bort.ca>
36078      Branch: perl
36079            ! pp.c t/op/list.t
36080 ____________________________________________________________________________
36081 [ 23142] By: rgs                                   on 2004/07/19  15:49:12
36082         Log: Subject: [perl #30609] [PATCH] BigInt v1.71 - first try
36083              From: Tels <perl_dummy@bloodgate.com>
36084              Date: Sat, 17 Jul 2004 16:22:57 +0200
36085              Message-Id: <200407171622.58443@bloodgate.com>
36086      Branch: perl
36087            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
36088            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
36089            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
36090            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
36091            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbf.t
36092            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/with_sub.t
36093 ____________________________________________________________________________
36094 [ 23135] By: nicholas                              on 2004/07/19  08:33:13
36095         Log: Turn 2 strcpy()s into memcpy() because we know the length.
36096      Branch: perl
36097            ! toke.c
36098 ____________________________________________________________________________
36099 [ 23130] By: nicholas                              on 2004/07/16  13:41:22
36100         Log: Clarify that it's only Mac OS *Classic* that uses 1904 - OS X uses
36101              1970
36102      Branch: perl
36103            ! pod/perlfunc.pod
36104 ____________________________________________________________________________
36105 [ 23129] By: nicholas                              on 2004/07/16  13:21:33
36106         Log: Typo fix from Julian Gilbey, forwarded upstream from Debian by
36107              Brendan O'Dea
36108      Branch: perl
36109            ! pod/perluniintro.pod
36110 ____________________________________________________________________________
36111 [ 23128] By: nick                                  on 2004/07/16  12:16:05
36112         Log: Use VirtualAlloc() more flexibly when using it to mimic UNIX's sbrk().
36113              From: Steve Hay <steve.hay@uk.radan.com>
36114              CC: perl-win32-porters@listserv.ActiveState.com
36115              Message-ID: <40F6B295.8010804@uk.radan.com>
36116
36117              Assumes perl's malloc can now handle non-contiguous memory (believed
36118              to be true).
36119              Does not address threading issues.
36120
36121              "The attached patch (against blead) makes sbrk() initially try to
36122              extend the existing block of memory exactly as it currently does, but
36123              to not  fail immediately if it can't -- it now frees up that part of
36124              whatever it  had previously reserved+committed which hadn't actually
36125              been used yet,  resets all its static variables and basically starts
36126              anew."
36127      Branch: perl
36128            ! win32/win32.c
36129 ____________________________________________________________________________
36130 [ 23127] By: nicholas                              on 2004/07/16  11:14:45
36131         Log: glob('*.c') to find documentation is dangerous when run in unclean
36132              trees, so isntead use MANIFEST to only scan the legitimate source
36133              files.
36134      Branch: perl
36135            ! autodoc.pl
36136 ____________________________________________________________________________
36137 [ 23126] By: nicholas                              on 2004/07/16  11:04:37
36138         Log: Encourage compilers to tail call optimise in sv_savepv, sv_savepvn
36139              and sv_savesharedpv. Need to create non-void returning versions of
36140              Copy and Zero, as the existing macros deliberately cast to (void)
36141      Branch: perl
36142            ! handy.h malloc.c perl.c pod/perlapi.pod sv.c util.c
36143 ____________________________________________________________________________
36144 [ 23125] By: nicholas                              on 2004/07/16  10:59:08
36145         Log: Rebuild perlapi.pod
36146      Branch: perl
36147            ! pod/perlapi.pod
36148 ____________________________________________________________________________
36149 [ 23124] By: merijn                                on 2004/07/16  10:30:53
36150         Log: Be sure HP-UX' ANSI C compiler's PATH is found *before*
36151              the path to the bundled braindead C compiler. This might
36152              influence ccache's behaviour in finding the correct path
36153      Branch: perl
36154            ! Configure
36155 ____________________________________________________________________________
36156 [ 23122] By: nicholas                              on 2004/07/16  10:14:24
36157         Log: oslevel can fail on AIX, but the output generated would confuse
36158              Configure
36159      Branch: perl
36160            ! Configure
36161 ____________________________________________________________________________
36162 [ 23121] By: nicholas                              on 2004/07/16  08:53:28
36163         Log: Some calls to PerlMemShared_alloc() aren't checking the return value.
36164              Bug spotted by Nigel Sandever
36165      Branch: perl
36166            ! ext/threads/threads.xs util.c
36167 ____________________________________________________________________________
36168 [ 23120] By: nicholas                              on 2004/07/15  19:09:15
36169         Log: threads.xs doesn't check the return value of the thread creation
36170              call. D'oh! This gives SEGVs if the OS fails to create another thread.
36171              Cause of problem located by Nigel Sandever
36172      Branch: perl
36173            ! ext/threads/threads.pm ext/threads/threads.xs
36174 ____________________________________________________________________________
36175 [ 23118] By: nicholas                              on 2004/07/15  16:28:03
36176         Log: Assimilate Cwd 2.19
36177      Branch: perl
36178            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
36179 ____________________________________________________________________________
36180 [ 23117] By: merijn                                on 2004/07/15  14:16:07
36181         Log: Trailing semi-colon are not allowed on #ifdef's in ANSI
36182      Branch: perl
36183            ! ext/Storable/Storable.xs
36184 ____________________________________________________________________________
36185 [ 23116] By: nicholas                              on 2004/07/15  12:50:31
36186         Log: Abigail notes that a re-entrant regexp engine is a todo
36187      Branch: perl
36188            ! pod/perltodo.pod
36189 ____________________________________________________________________________
36190 [ 23115] By: nicholas                              on 2004/07/15  12:47:50
36191         Log: for (reverse @foo) now iterates in reverse in place.
36192      Branch: perl
36193            ! op.c pod/perltodo.pod pp_ctl.c
36194 ____________________________________________________________________________
36195 [ 23114] By: nicholas                              on 2004/07/15  10:05:23
36196         Log: Optimise for (reverse ...)
36197      Branch: perl
36198            ! op.c
36199 ____________________________________________________________________________
36200 [ 23113] By: nicholas                              on 2004/07/15  09:44:16
36201         Log: Now optimising for $a (reverse ...)
36202      Branch: perl
36203            ! op.c
36204 ____________________________________________________________________________
36205 [ 23112] By: nicholas                              on 2004/07/15  09:16:43
36206         Log: The optrees for C<for $_ (...)> and C<for (...)> differ, so even more
36207              tests.
36208      Branch: perl
36209            ! t/cmd/for.t
36210 ____________________________________________________________________________
36211 [ 23111] By: nicholas                              on 2004/07/15  09:02:36
36212         Log: This seems to be needed to get COW working on Win32
36213      Branch: perl
36214            ! win32/win32.c
36215 ____________________________________________________________________________
36216 [ 23109] By: nicholas                              on 2004/07/14  23:35:24
36217         Log: "That's the way to do it"
36218              In taking out a bug spotted by my regression tests in t/cmd/for.t
36219              I actually managed to disable the entire optimisation. Which means
36220              that I didn't find the other bug. This optimisation is live, and
36221              passes all tests.
36222      Branch: perl
36223            ! op.c pp_hot.c
36224 ____________________________________________________________________________
36225 [ 23108] By: nicholas                              on 2004/07/14  20:55:30
36226         Log: Optimise foreach my $i (reverse ...)
36227              foreach without a lexical iterator not yet optimised
36228      Branch: perl
36229            ! ext/B/B/Concise.pm op.c op.h pp_ctl.c pp_hot.c
36230 ____________________________________________________________________________
36231 [ 23107] By: nicholas                              on 2004/07/14  17:44:08
36232         Log: Subject:  [PATCH] split doc clarification
36233              From:  Yitzchak Scott-Thoennes <sthoenna@efn.org>
36234              Date:  Wed, 14 Jul 2004 10:19:36 -0700
36235              Message-Id:  <20040714171936.GA1092@efn.org>
36236      Branch: perl
36237            ! pod/perlfunc.pod
36238 ____________________________________________________________________________
36239 [ 23106] By: nicholas                              on 2004/07/14  15:36:57
36240         Log: Numeric comparison operators mustn't compare addresses of references
36241              that are overloaded.
36242      Branch: perl
36243            ! lib/overload.t pp.c pp_hot.c
36244 ____________________________________________________________________________
36245 [ 23105] By: nicholas                              on 2004/07/14  10:40:54
36246         Log: Lots of tests for for reverse ...
36247      Branch: perl
36248            ! t/cmd/for.t
36249 ____________________________________________________________________________
36250 [ 23104] By: nicholas                              on 2004/07/13  21:10:21
36251         Log: Some thoughts on foreach reverse
36252      Branch: perl
36253            ! pod/perltodo.pod
36254 ____________________________________________________________________________
36255 [ 23103] By: nicholas                              on 2004/07/13  19:10:20
36256         Log: s/sort/split/; - my mistake spotted by Dave.
36257      Branch: perl
36258            ! pod/perltodo.pod
36259 ____________________________________________________________________________
36260 [ 23102] By: nicholas                              on 2004/07/13  18:59:46
36261         Log: Optimise list context reverse sort to reverse as part of the sort op
36262      Branch: perl
36263            ! op.c pp_sort.c
36264 ____________________________________________________________________________
36265 [ 23101] By: nicholas                              on 2004/07/13  18:58:41
36266         Log: Work around evil compiler bug on OS X. (Sucks all memory)
36267      Branch: perl
36268            ! util.c
36269 ____________________________________________________________________________
36270 [ 23100] By: nicholas                              on 2004/07/13  15:05:09
36271         Log: check that reverse (sort (@a), @b) etc work.
36272              Join some lines that don't need wrapping
36273      Branch: perl
36274            ! t/op/sort.t
36275 ____________________________________________________________________________
36276 [ 23099] By: nicholas                              on 2004/07/13  14:46:06
36277         Log: Check that non-optimimisable sort comparisons work when reversed
36278              (Not optimised yet, but might be coming soon)
36279      Branch: perl
36280            ! t/op/sort.t
36281 ____________________________________________________________________________
36282 [ 23098] By: nicholas                              on 2004/07/13  14:34:03
36283         Log: Test reverse sort as the return from a function in list and scalar
36284              contexts.
36285      Branch: perl
36286            ! t/op/sort.t
36287 ____________________________________________________________________________
36288 [ 23097] By: nicholas                              on 2004/07/13  14:23:28
36289         Log: Also test reverse sort in scalar context
36290      Branch: perl
36291            ! t/op/sort.t
36292 ____________________________________________________________________________
36293 [ 23096] By: nicholas                              on 2004/07/13  14:06:36
36294         Log: A proper, working, stable optimisation for sort {$b cmp $a}
36295      Branch: perl
36296            ! ext/B/B/Concise.pm ext/B/t/f_sort.t op.c pp_sort.c
36297 ____________________________________________________________________________
36298 [ 23095] By: rgs                                   on 2004/07/13  13:29:54
36299         Log: Tweak to change #23089, as suggested by Tim Bunce
36300      Branch: perl
36301            ! lib/perl5db.pl
36302 ____________________________________________________________________________
36303 [ 23094] By: nicholas                              on 2004/07/13  11:28:49
36304         Log: Generalised "how many in list context" would be useful
36305      Branch: perl
36306            ! pod/perltodo.pod
36307 ____________________________________________________________________________
36308 [ 23093] By: nicholas                              on 2004/07/13  11:19:31
36309         Log: The current optimisation for sort {$b cmp $a} is bogus now that we
36310              guarantee a stable sort. Disable it, pending a correct optimisation.
36311      Branch: perl
36312            ! ext/B/t/f_sort.t op.c op.h t/op/sort.t
36313 ____________________________________________________________________________
36314 [ 23092] By: rgs                                   on 2004/07/13  09:30:11
36315         Log: Subject: Re: [perl #30568] splice generates undef? [PATCH]
36316              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
36317              Date: Mon, 12 Jul 2004 08:26:01 +0200
36318              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C7D2@attmsx1.aut.alcatel.at>
36319      Branch: perl
36320            ! pp.c t/op/splice.t
36321 ____________________________________________________________________________
36322 [ 23091] By: nicholas                              on 2004/07/13  09:14:22
36323         Log: Check each line of config_re output.
36324      Branch: perl
36325            ! lib/Config.t
36326 ____________________________________________________________________________
36327 [ 23090] By: nicholas                              on 2004/07/13  09:13:39
36328         Log: no_plan support in test.pl
36329      Branch: perl
36330            ! t/test.pl
36331 ____________________________________________________________________________
36332 [ 23089] By: rgs                                   on 2004/07/13  08:53:46
36333         Log: Subject: Re: debugger 'R'estart and open database connections
36334              From: Andrew Pimlott <andrew@pimlott.net>
36335              Date: Mon, 12 Jul 2004 21:06:01 -0400
36336              Message-ID: <20040713010601.GF8232@pimlott.net>
36337      Branch: perl
36338            ! lib/perl5db.pl
36339 ____________________________________________________________________________
36340 [ 23088] By: rgs                                   on 2004/07/13  08:27:11
36341         Log: Subject: [PATCH] was Re: UNIVERSAL::VERSION causing "Use of uninitialized value..." warning
36342              From: John Peacock <jpeacock@rowman.com>
36343              Date: Mon, 12 Jul 2004 23:16:51 -0400
36344              Message-ID: <40F35423.5080304@rowman.com>
36345      Branch: perl
36346            ! lib/version.pm lib/version.t util.c
36347 ____________________________________________________________________________
36348 [ 23085] By: nicholas                              on 2004/07/12  17:27:28
36349         Log: Bodge to make Tk work - like the UTF8 flag, the READONLY flag has too
36350              many meanings. const const vs mutable in this case.
36351      Branch: perl
36352            ! sv.c
36353 ____________________________________________________________________________
36354 [ 23084] By: nick                                  on 2004/07/12  14:26:12
36355         Log: NI-S: IMHO utf8_upgrade is just changing representation not the value
36356              so it has no business calling SvSETMAGIC.
36357      Branch: perl
36358            ! sv.c
36359 ____________________________________________________________________________
36360 [ 23083] By: nick                                  on 2004/07/12  12:17:56
36361         Log: Perl_is_utf8_string(pTHX_ U8 *s, STRLEN len)
36362              Can now handle the case
36363              is_utf8_string(NULL,0)
36364              again.
36365              Why do we have code dup for Perl_is_utf8_string_loc() ?
36366      Branch: perl
36367            ! utf8.c
36368 ____________________________________________________________________________
36369 [ 23082] By: nicholas                              on 2004/07/11  20:09:00
36370         Log: A decent benchmark would be useful. But it is vague.
36371      Branch: perl
36372            ! pod/perltodo.pod
36373 ____________________________________________________________________________
36374 [ 23081] By: nicholas                              on 2004/07/11  18:36:49
36375         Log: Finding a way to put "I'm MAINT" in perl -v is a TODO
36376      Branch: perl
36377            ! pod/perltodo.pod
36378 ____________________________________________________________________________
36379 [ 23079] By: nicholas                              on 2004/07/10  21:58:34
36380         Log: Store weak references.
36381      Branch: perl
36382            + ext/Storable/t/testlib.pl ext/Storable/t/weak.t
36383            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
36384            ! ext/Storable/README ext/Storable/Storable.pm
36385            ! ext/Storable/Storable.xs ext/Storable/t/malice.t
36386 ____________________________________________________________________________
36387 [ 23078] By: nicholas                              on 2004/07/10  21:11:56
36388         Log: Dual lifing and dists is a TODO
36389      Branch: perl
36390            ! pod/perltodo.pod
36391 ____________________________________________________________________________
36392 [ 23077] By: nicholas                              on 2004/07/10  18:51:35
36393         Log: Resurrect the TODO items about Unicode filenames and Unicode %ENV
36394              Rant a bit more about POD -> HTML
36395      Branch: perl
36396            ! pod/perltodo.pod
36397 ____________________________________________________________________________
36398 [ 23076] By: nicholas                              on 2004/07/10  16:00:44
36399         Log: Perl_mode_from_discipline must update len. (else SEGV)
36400              Diagnosis and patch from clkao
36401      Branch: perl
36402            ! doio.c
36403 ____________________________________________________________________________
36404 [ 23075] By: rgs                                   on 2004/07/10  13:03:56
36405         Log: Subject: Bug with NEXT when called from an eval block
36406              From: Dave Rolsky <autarch@urth.org>
36407              Date: Fri, 9 Jul 2004 17:06:07 -0500 (CDT)
36408              Message-ID: <Pine.LNX.4.58.0407091703010.4578@urth.org>
36409      Branch: perl
36410            ! lib/NEXT.pm lib/NEXT/t/next.t
36411 ____________________________________________________________________________
36412 [ 23074] By: nicholas                              on 2004/07/09  21:03:11
36413         Log: Subject: Re: Segfault using HTML::Entities
36414              From: Jarkko Hietaniemi <jhi@iki.fi>
36415              Message-ID: <40EDBE1A.6080205@iki.fi>
36416              Date: Fri, 09 Jul 2004 00:35:22 +0300
36417      Branch: perl
36418            ! pp_ctl.c regexec.c t/run/fresh_perl.t
36419 ____________________________________________________________________________
36420 [ 23073] By: nicholas                              on 2004/07/09  14:49:16
36421         Log: A more honest TODO
36422      Branch: perl
36423            ! pod/perltodo.pod
36424 ____________________________________________________________________________
36425 [ 23072] By: nicholas                              on 2004/07/09  11:34:17
36426         Log: dor and // fulfil a TODO
36427              Correct a deviation from the Nicholas Clark style guide.
36428      Branch: perl
36429            ! pod/perltodo.pod
36430 ____________________________________________________________________________
36431 [ 23071] By: rgs                                   on 2004/07/09  08:08:05
36432         Log: Subject: [PATCH] prime_env_iter and zero-length values on VMS
36433              From: "Craig A. Berry" <craigberry@mac.com>
36434              Date: Thu, 08 Jul 2004 23:19:05 -0500
36435              Message-ID: <40EE1CB9.8030407@mac.com>
36436      Branch: perl
36437            ! vms/vms.c
36438 ____________________________________________________________________________
36439 [ 23065] By: nicholas                              on 2004/07/08  13:09:44
36440         Log: Randal notes:
36441
36442              "perldoc perldelta" still says 5.8.3 to 5.8.4, even though there
36443              *is* a "perldoc perl583delta" properly.
36444
36445              This is because perl584delta still thinks it's the perldelta
36446      Branch: perl
36447            ! pod/perl584delta.pod
36448 ____________________________________________________________________________
36449 [ 23063] By: rgs                                   on 2004/07/07  17:48:29
36450         Log: Make Perl_sv_utf8_upgrade_flags tolerate PL_sv_undef
36451              as an argument.
36452      Branch: perl
36453            ! sv.c
36454 ____________________________________________________________________________
36455 [ 23062] By: nicholas                              on 2004/07/07  15:14:39
36456         Log: First stab at explaining that CLONE may get more parameters in future.
36457              More eloquent rewording desired. Patches welcome.
36458      Branch: perl
36459            ! pod/perlmod.pod
36460 ____________________________________________________________________________
36461 [ 23061] By: nicholas                              on 2004/07/07  13:30:27
36462         Log: hv_store was not passing hash onwards (spotted by Dave)
36463      Branch: perl
36464            ! hv.c
36465 ____________________________________________________________________________
36466 [ 23060] By: mhx                                   on 2004/07/06  21:43:05
36467         Log: Failing matches don't reset numbered variables.
36468              Change #22997 could cause Text::ParseWords to loop forever if the
36469              regex didn't not match. Explicitly return if the match fails.
36470      Branch: perl
36471            ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
36472 ____________________________________________________________________________
36473 [ 23059] By: nicholas                              on 2004/07/06  21:39:27
36474         Log: Integrate:
36475              [ 23057]
36476              This is RC1
36477      Branch: perl
36478           !> pod/perlhist.pod
36479 ____________________________________________________________________________
36480 [ 23058] By: nicholas                              on 2004/07/06  20:45:53
36481         Log: Stop ENV_IS_CASELESS hv.c picking up the wrong hash value from a
36482              shared string scalar.
36483      Branch: perl
36484            ! hv.c
36485 ____________________________________________________________________________
36486 [ 23052] By: nicholas                              on 2004/07/06  09:26:24
36487         Log: A tool to check the AUTHORS file
36488      Branch: perl
36489            + Porting/checkAUTHORS.pl
36490            ! MANIFEST
36491 ____________________________________________________________________________
36492 [ 23051] By: nicholas                              on 2004/07/06  09:25:16
36493         Log: Add some missing authors and remove 1 duplicate
36494      Branch: perl
36495            ! AUTHORS
36496 ____________________________________________________________________________
36497 [ 23048] By: nicholas                              on 2004/07/05  17:26:09
36498         Log: There was no need to bump $Text::ParseWords::VERSION to 3.24
36499      Branch: perl
36500            ! lib/Text/ParseWords.pm
36501 ____________________________________________________________________________
36502 [ 23047] By: rgs                                   on 2004/07/05  17:05:55
36503         Log: Update tests and $VERSION for change 23046
36504      Branch: perl
36505            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
36506 ____________________________________________________________________________
36507 [ 23046] By: rgs                                   on 2004/07/05  16:53:54
36508         Log: Subject: Re: [perl #30504] B::Deparse scoping problem with for loop
36509              From: Stephen McCamant <smcc@MIT.EDU>
36510              Date: Mon, 28 Jun 2004 18:26:24 -0700
36511              Message-ID: <16608.50496.787002.560481@apocalypse.OCF.Berkeley.EDU>
36512      Branch: perl
36513            ! ext/B/B/Deparse.pm
36514 ____________________________________________________________________________
36515 [ 23042] By: nicholas                              on 2004/07/05  14:54:15
36516         Log: Bump $B::Deparse::VERSION
36517      Branch: perl
36518            ! ext/B/B/Deparse.pm
36519 ____________________________________________________________________________
36520 [ 23040] By: nicholas                              on 2004/07/05  10:24:17
36521         Log: t/op/tie.t test 23 is failing when run with utf8 everywhere.
36522              Problem appears to be due to theft of temporaries
36523      Branch: perl
36524            ! mg.c
36525 ____________________________________________________________________________
36526 [ 23029] By: nicholas                              on 2004/07/04  16:39:07
36527         Log: Subject: [PATCH Cwd 2.18] _vms_abs_path on non-directories
36528              From: "Craig A. Berry" <craigberry@mac.com>
36529              Message-ID: <40E704AA.4090801@mac.com>
36530              Date: Sat, 03 Jul 2004 14:10:34 -0500
36531      Branch: perl
36532            ! ext/Cwd/t/cwd.t lib/Cwd.pm
36533 ____________________________________________________________________________
36534 [ 23028] By: nicholas                              on 2004/07/04  15:14:33
36535         Log: /usr/bin/locale steadfastly delivers 8 bit output independent of
36536              LC_ALL. So when perl's expecting utf8, things don't quite work right.
36537              This has become visible since fix 22842
36538      Branch: perl
36539            ! lib/locale.t
36540 ____________________________________________________________________________
36541 [ 23027] By: mhx                                   on 2004/07/02  14:44:37
36542         Log: More microperl tweaks.
36543      Branch: perl
36544            ! Makefile.micro README.micro uconfig.h uconfig.sh
36545 ____________________________________________________________________________
36546 [ 23026] By: rgs                                   on 2004/07/02  13:05:23
36547         Log: Maintainer change for Safe
36548      Branch: perl
36549            ! Porting/Maintainers.pl
36550 ____________________________________________________________________________
36551 [ 23025] By: rgs                                   on 2004/07/02  10:06:29
36552         Log: Bump version number of Safe for CPAN release
36553      Branch: perl
36554            ! ext/Opcode/Safe.pm
36555 ____________________________________________________________________________
36556 [ 23024] By: rgs                                   on 2004/07/02  07:50:42
36557         Log: Upgrade to I18N::LangTags 0.33
36558      Branch: perl
36559            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
36560            ! lib/I18N/LangTags/t/80_all_env.t
36561 ____________________________________________________________________________
36562 [ 23023] By: davem                                 on 2004/07/02  01:49:11
36563         Log: utf8 POPSTACK crash on split execution
36564              split() does a SWITCHSTACK to directly split to an array, but
36565              if it subsequently dies (eg the regex triggers a 'use utf8' which
36566              is then denied by Safe), then the switch doesn't get undone. Add
36567              a new save type to allow for this.
36568      Branch: perl
36569            ! pp.c scope.c scope.h
36570 ____________________________________________________________________________
36571 [ 23022] By: mhx                                   on 2004/07/01  21:08:44
36572         Log: The microperl config didn't know about usemallocwrap yet.
36573      Branch: perl
36574            ! uconfig.h uconfig.sh
36575 ____________________________________________________________________________
36576 [ 23021] By: mhx                                   on 2004/07/01  14:30:05
36577         Log: Check for definedness of sv before calling sv_derived_from()
36578              to prevent "Use of uninitialized value..." warning.
36579      Branch: perl
36580            ! universal.c
36581 ____________________________________________________________________________
36582 [ 23019] By: nicholas                              on 2004/07/01  10:14:03
36583         Log: Bump version numbers
36584      Branch: perl
36585            ! ext/File/Glob/Glob.pm ext/XS/APItest/APItest.pm
36586            ! ext/threads/threads.pm lib/Carp.pm lib/File/Copy.pm
36587            ! lib/Text/ParseWords.pm lib/Text/Wrap.pm lib/autouse.pm
36588            ! lib/charnames.pm lib/diagnostics.pm lib/utf8.pm
36589 ____________________________________________________________________________
36590 [ 23018] By: nicholas                              on 2004/06/30  21:37:12
36591         Log: Assert that we aren't leaking memory.
36592      Branch: perl
36593            ! sv.c
36594 ____________________________________________________________________________
36595 [ 23016] By: gbarr                                 on 2004/06/30  13:47:36
36596         Log: Sync to libnet-1.19
36597      Branch: perl
36598            ! lib/Net/Changes.libnet lib/Net/Cmd.pm lib/Net/FTP.pm
36599            ! lib/Net/POP3.pm lib/Net/SMTP.pm lib/Net/t/datasend.t
36600 ____________________________________________________________________________
36601 [ 23014] By: rgs                                   on 2004/06/30  12:12:24
36602         Log: Subject: [PATCH pod/perlop.pod] Documenting undefined behaviour of $i = $i ++.
36603              From: Abigail <abigail@abigail.nl>
36604              Date: Wed, 30 Jun 2004 12:00:21 +0200
36605              Message-ID: <20040630100021.GA23752@abigail.nl>
36606      Branch: perl
36607            ! pod/perlop.pod
36608 ____________________________________________________________________________
36609 [ 23011] By: nicholas                              on 2004/06/29  15:26:34
36610         Log: Note that sv_2mortal isn't just "increase reference count by 1, and
36611              mark that it needs a deferred recount"
36612      Branch: perl
36613            ! sv.c
36614 ____________________________________________________________________________
36615 [ 23010] By: rgs                                   on 2004/06/29  12:12:58
36616         Log: More caveats in B::Deparse's documentation
36617              (suggested by Yves Orton)
36618      Branch: perl
36619            ! ext/B/B/Deparse.pm
36620 ____________________________________________________________________________
36621 [ 23007] By: merijn                                on 2004/06/29  10:57:46
36622         Log: HP-UX 10.20 still *needs* -Ae for HP C-ANSI-C to be ANSI
36623              11.00 and on are ANSI by default for /opt/ansic/bin
36624              Error was introduced by #22975 in re-enabling 10.01
36625      Branch: perl
36626            ! hints/hpux.sh
36627 ____________________________________________________________________________
36628 [ 23006] By: davem                                 on 2004/06/28  22:50:01
36629         Log: use encoding and "eq" cause memory leak
36630              Perl_sv_eq() was creating a temp and not always freeing it
36631      Branch: perl
36632            ! sv.c
36633 ____________________________________________________________________________
36634 [ 23002] By: nicholas                              on 2004/06/27  20:57:50
36635         Log: Assimilate Locale-Codes-2.07
36636      Branch: perl
36637            ! lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
36638            ! lib/Locale/Codes/t/all.t lib/Locale/Codes/t/constants.t
36639            ! lib/Locale/Codes/t/country.t lib/Locale/Codes/t/currency.t
36640            ! lib/Locale/Codes/t/uk.t lib/Locale/Constants.pm
36641            ! lib/Locale/Constants.pod lib/Locale/Country.pm
36642            ! lib/Locale/Country.pod lib/Locale/Currency.pm
36643            ! lib/Locale/Currency.pod lib/Locale/Language.pm
36644            ! lib/Locale/Language.pod lib/Locale/Script.pm
36645            ! lib/Locale/Script.pod
36646 ____________________________________________________________________________
36647 [ 23001] By: nicholas                              on 2004/06/27  18:27:43
36648         Log: Stop 80_all_env.t failing when LC_ALL is set
36649      Branch: perl
36650            ! lib/I18N/LangTags/t/80_all_env.t
36651 ____________________________________________________________________________
36652 [ 22998] By: nicholas                              on 2004/06/25  22:19:51
36653         Log: Correct detection of absent modules. Based on
36654
36655              Subject: [PATCH] Config{extensions} uses filesystem names as extensions
36656              From: Andy Dougherty <doughera@lafayette.edu>
36657              Message-ID: <Pine.SOL.4.58.0406241505530.14039@maxwell.phys.lafayette.edu>
36658              Date: Thu, 24 Jun 2004 15:09:47 -0400 (EDT)
36659
36660              with improvements from Marcus Holland-Moritz
36661      Branch: perl
36662            ! ext/Devel/PPPort/t/test.t ext/PerlIO/t/scalar.t
36663            ! ext/PerlIO/t/via.t ext/threads/shared/t/disabled.t lib/DB.t
36664            ! lib/Dumpvalue.t lib/PerlIO/via/t/QuotedPrint.t
36665            ! lib/Tie/RefHash.t lib/autouse.t lib/dumpvar.t lib/h2xs.t
36666            ! lib/overload.t t/io/crlf.t
36667 ____________________________________________________________________________
36668 [ 22997] By: mhx                                   on 2004/06/25  20:27:05
36669         Log: Cleanup the main regex in Text::ParseWords and make the
36670              parse_line() routine faster. Add a Unicode test case.
36671      Branch: perl
36672            ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
36673 ____________________________________________________________________________
36674 [ 22996] By: merijn                                on 2004/06/25  15:27:21
36675         Log: Subject: [perl #30450] perl 5.8.4: enhancement to hints/solaris_2.sh
36676              From: Nicholas Gianniotis (via RT) <perlbug-followup@perl.org>
36677              Date: 25 Jun 2004 09:39:51 -0000
36678              Message-ID: <rt-3.0.9-30450-91340.10.3279898804255@perl.org>
36679              and
36680              From: Andy Dougherty <doughera@lafayette.edu>
36681              Date: Fri, 25 Jun 2004 11:30:11 -0400 (EDT)
36682              Message-ID: <Pine.SOL.4.58.0406251113420.15961@maxwell.phys.lafayette.edu>
36683      Branch: perl
36684            ! hints/solaris_2.sh
36685 ____________________________________________________________________________
36686 [ 22995] By: rgs                                   on 2004/06/25  15:07:51
36687         Log: Subject: [PATCH] regcomp.c, t/op/regmesg.t -- False range with \p and \P
36688              From: Jeff 'japhy' Pinyan <japhy@perlmonk.org>
36689              Date: Thu, 24 Jun 2004 16:42:54 -0400 (EDT)
36690              Message-ID: <Pine.LNX.4.44.0406241636340.8774-200000@perlmonk.org>
36691      Branch: perl
36692            ! regcomp.c t/op/regmesg.t
36693 ____________________________________________________________________________
36694 [ 22994] By: rgs                                   on 2004/06/25  08:36:33
36695         Log: More @INC test fixes
36696      Branch: perl
36697            ! t/op/threads.t t/run/switch_A.t t/uni/chomp.t t/uni/tr_7jis.t
36698            ! t/uni/tr_eucjp.t t/uni/tr_sjis.t t/uni/tr_utf8.t
36699 ____________________________________________________________________________
36700 [ 22993] By: rgs                                   on 2004/06/25  08:28:34
36701         Log: Fix the Cwd tests for the core.
36702      Branch: perl
36703            ! ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
36704 ____________________________________________________________________________
36705 [ 22992] By: mhx                                   on 2004/06/24  19:51:06
36706         Log: Fix for: [perl #30442] Text::ParseWords does not handle backslashed newline inside quoted text
36707              Use the suggested regex fix, plus some tests.
36708      Branch: perl
36709            ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
36710 ____________________________________________________________________________
36711 [ 22991] By: rgs                                   on 2004/06/24  16:47:24
36712         Log: Upgrade to Cwd 2.18
36713              (with local changes to cwd.t, to adapt it to the core)
36714      Branch: perl
36715            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
36716 ____________________________________________________________________________
36717 [ 22990] By: mhx                                   on 2004/06/24  16:22:05
36718         Log: Fix for: [perl #2738] perl segfautls on input
36719              The parser was incorrectly accepting <> as a subroutine prototype and
36720              newATTRSUB didn't validate the proto argument before accessing op_sv.
36721      Branch: perl
36722            ! op.c pod/perldiag.pod t/comp/parser.t toke.c
36723 ____________________________________________________________________________
36724 [ 22988] By: rgs                                   on 2004/06/24  12:58:35
36725         Log: Upgrade to Cwd 2.17_03
36726      Branch: perl
36727            ! ext/Cwd/Changes ext/Cwd/Cwd.xs lib/Cwd.pm
36728 ____________________________________________________________________________
36729 [ 22977] By: nicholas                              on 2004/06/23  08:38:47
36730         Log: Test that [] // 0 is []
36731      Branch: perl
36732            ! t/op/dor.t
36733 ____________________________________________________________________________
36734 [ 22976] By: rgs                                   on 2004/06/23  08:28:15
36735         Log: Add a regression test for bug #23765 (by Jarkko)
36736      Branch: perl
36737            ! t/op/substr.t
36738 ____________________________________________________________________________
36739 [ 22975] By: merijn                                on 2004/06/23  06:56:15
36740         Log: Backward compatibility issues for HP-UX 10.01 and older
36741              Yes, it is still actively used in production environment
36742              One more patch expected for toke.c optimization level
36743      Branch: perl
36744            ! hints/hpux.sh
36745 ____________________________________________________________________________
36746 [ 22972] By: mhx                                   on 2004/06/22  21:23:59
36747         Log: Proposed patch + test case.
36748
36749              Subject: [perl #30409] charnames.pm clobbers default variable
36750              From: Marcel "Grünauer" (via RT) <perlbug-followup@perl.org>
36751              Date: 22 Jun 2004 16:43:50 -0000
36752              Message-ID: <rt-3.0.9-30409-91174.12.8617678524438@perl.org>
36753      Branch: perl
36754            ! lib/charnames.pm lib/charnames.t
36755 ____________________________________________________________________________
36756 [ 22971] By: mhx                                   on 2004/06/22  21:00:10
36757         Log: Adjust array index in FileCache.pm.
36758
36759              Subject: [perl #30291] Use of uninitialized value (array index reference) in FileCache.pm module at line 140
36760              From: bbucklan@jpl-devvax.jpl.nasa.gov (via RT) <perlbug-followup@perl.org>
36761              Date: 15 Jun 2004 16:55:22 -0000
36762              Message-ID: <rt-3.0.9-30291-90552.18.5392299690759@perl.org>
36763      Branch: perl
36764            ! lib/FileCache.pm
36765 ____________________________________________________________________________
36766 [ 22970] By: mhx                                   on 2004/06/22  20:26:11
36767         Log: Subject: [PATCH] DB_File 1.809  was RE: [perl #30237] DB_File methods and substr don't mix
36768              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
36769              Date: Tue, 22 Jun 2004 21:29:12 +0100
36770              Message-Id: <20040622202910.WBSU21846.mta08-svc.ntlworld.com@MARQUESSPT21>
36771      Branch: perl
36772            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
36773            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
36774            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
36775            ! ext/DB_File/typemap
36776 ____________________________________________________________________________
36777 [ 22969] By: nicholas                              on 2004/06/22  13:25:11
36778         Log: Abolish the "Tied variable freed while still in use" error - I have
36779              a way to cleanly avoid the coredump.
36780      Branch: perl
36781            ! mg.c pod/perldiag.pod t/op/tie.t
36782 ____________________________________________________________________________
36783 [ 22968] By: nicholas                              on 2004/06/22  12:28:58
36784         Log: Subject: [PATCH] Storable signedness nit
36785              From: "Craig A. Berry" <craigberry@mac.com>
36786              Message-ID: <40D3AAC7.6030407@mac.com>
36787              Date: Fri, 18 Jun 2004 21:53:59 -0500
36788      Branch: perl
36789            ! ext/Storable/Storable.xs
36790 ____________________________________________________________________________
36791 [ 22967] By: nicholas                              on 2004/06/22  09:57:23
36792         Log: Skip tests if List::Util not built
36793      Branch: perl
36794            ! lib/DB.t lib/Dumpvalue.t lib/autouse.t lib/dumpvar.t
36795            ! lib/overload.t
36796 ____________________________________________________________________________
36797 [ 22966] By: nicholas                              on 2004/06/22  09:56:59
36798         Log: Skip test if Data::Dumper not built
36799      Branch: perl
36800            ! lib/Tie/RefHash.t
36801 ____________________________________________________________________________
36802 [ 22965] By: nicholas                              on 2004/06/22  09:56:34
36803         Log: Skip test if Devel::PPPort is not built.
36804              Probably should fix h2xs to work without it.
36805      Branch: perl
36806            ! lib/h2xs.t
36807 ____________________________________________________________________________
36808 [ 22964] By: rgs                                   on 2004/06/22  07:34:40
36809         Log: Upgrade to I18N::LangTags 0.32
36810      Branch: perl
36811            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
36812            ! lib/I18N/LangTags/Detect.pm lib/I18N/LangTags/t/80_all_env.t
36813 ____________________________________________________________________________
36814 [ 22963] By: davem                                 on 2004/06/20  12:00:56
36815         Log: make mktables always update modifed time to play better with make
36816      Branch: perl
36817            ! Makefile.SH lib/unicore/mktables
36818 ____________________________________________________________________________
36819 [ 22962] By: davem                                 on 2004/06/20  11:50:19
36820         Log: fix typo in gp_free
36821      Branch: perl
36822            ! gv.c
36823 ____________________________________________________________________________
36824 [ 22961] By: davem                                 on 2004/06/19  12:36:58
36825         Log: 'make test' without preceeding 'make' fails.
36826              Change #22872 added a target to run mktables, but this was
36827              skipped if 'make test' was run first, causing the build of
36828              Unicode::Normalize to fail.
36829      Branch: perl
36830            ! Makefile.SH
36831 ____________________________________________________________________________
36832 [ 22960] By: nicholas                              on 2004/06/18  20:18:02
36833         Log: When expecting an error, it's best to check the text you got, rather
36834              than blindly assuming that it's correct.
36835      Branch: perl
36836            ! t/op/write.t
36837 ____________________________________________________________________________
36838 [ 22959] By: nicholas                              on 2004/06/18  18:57:30
36839         Log: Case insensitive file systems are bad, m'kay
36840      Branch: perl
36841            ! ext/IO/t/IO.t
36842 ____________________________________________________________________________
36843 [ 22958] By: nicholas                              on 2004/06/18  13:45:51
36844         Log: This needs POSIX, so skip if no POSIX
36845      Branch: perl
36846            ! lib/Pod/t/basic.t
36847 ____________________________________________________________________________
36848 [ 22957] By: nicholas                              on 2004/06/18  13:44:27
36849         Log: Also needs skipping if PerlIO::via not built
36850      Branch: perl
36851            ! lib/PerlIO/via/t/QuotedPrint.t
36852 ____________________________________________________________________________
36853 [ 22956] By: nicholas                              on 2004/06/18  13:24:13
36854         Log: Skip tests when PerlIO::scalar and PerlIO::via aren't built
36855      Branch: perl
36856            ! ext/PerlIO/t/scalar.t ext/PerlIO/t/via.t
36857 ____________________________________________________________________________
36858 [ 22955] By: nicholas                              on 2004/06/18  13:19:16
36859         Log: Not ideal, but skip all of IO's tests if Socket is not built.
36860      Branch: perl
36861            ! ext/IO/t/IO.t
36862 ____________________________________________________________________________
36863 [ 22954] By: nicholas                              on 2004/06/18  13:11:31
36864         Log: Skip test if perl configured without threads::shared
36865      Branch: perl
36866            ! ext/threads/shared/t/disabled.t
36867 ____________________________________________________________________________
36868 [ 22953] By: nicholas                              on 2004/06/18  13:09:24
36869         Log: Skip test if Devel::PPPort not built
36870      Branch: perl
36871            ! ext/Devel/PPPort/t/test.t
36872 ____________________________________________________________________________
36873 [ 22952] By: nicholas                              on 2004/06/18  13:07:40
36874         Log: Skip re tests if re not built.
36875      Branch: perl
36876            ! ext/re/t/re.t
36877 ____________________________________________________________________________
36878 [ 22951] By: nicholas                              on 2004/06/18  11:38:24
36879         Log: If we don't build B, we should skip all its tests.
36880      Branch: perl
36881            ! ext/B/t/asmdata.t ext/B/t/b.t ext/B/t/bblock.t
36882            ! ext/B/t/bytecode.t ext/B/t/concise.t ext/B/t/debug.t
36883            ! ext/B/t/deparse.t ext/B/t/f_map.t ext/B/t/f_sort.t
36884            ! ext/B/t/lint.t ext/B/t/o.t ext/B/t/optree_check.t
36885            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
36886            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
36887            ! ext/B/t/optree_varinit.t ext/B/t/showlex.t ext/B/t/stash.t
36888            ! ext/B/t/terse.t ext/B/t/xref.t
36889 ____________________________________________________________________________
36890 [ 22950] By: nicholas                              on 2004/06/18  11:27:51
36891         Log: D'oh. Don't turn on warnings on the #! line without actually testing
36892              the full code in case it warns.
36893      Branch: perl
36894            ! lib/Unicode/UCD.t
36895 ____________________________________________________________________________
36896 [ 22949] By: nicholas                              on 2004/06/18  09:43:12
36897         Log: Unicode::UCD uses Storable, so we can't test if Storable isn't built.
36898      Branch: perl
36899            ! lib/Unicode/UCD.t
36900 ____________________________________________________________________________
36901 [ 22948] By: nicholas                              on 2004/06/18  09:23:20
36902         Log: Can't test the B modules if we didn't build 'em
36903      Branch: perl
36904            ! t/lib/1_compile.t
36905 ____________________________________________________________________________
36906 [ 22947] By: nicholas                              on 2004/06/18  08:59:01
36907         Log: Need to skip test 7 if perl built without the PerlIO::scalar extension
36908      Branch: perl
36909            ! t/io/crlf.t
36910 ____________________________________________________________________________
36911 [ 22946] By: rgs                                   on 2004/06/18  07:44:34
36912         Log: Upgrade to I18N::LangTags 0.31.
36913      Branch: perl
36914            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
36915            ! lib/I18N/LangTags/Detect.pm lib/I18N/LangTags/t/10_http.t
36916            ! lib/I18N/LangTags/t/80_all_env.t
36917 ____________________________________________________________________________
36918 [ 22945] By: nicholas                              on 2004/06/17  19:27:05
36919         Log: As 2/3rds (or 3/4s) of the SV head structure is rewritten, it doesn't
36920              seem that memzero() of everything is the most efficient idea.
36921      Branch: perl
36922            ! sv.c
36923 ____________________________________________________________________________
36924 [ 22944] By: nicholas                              on 2004/06/17  14:57:14
36925         Log: Change 22516 forgot to add make_overload.pl to generate test data
36926              (submitted from the pub via wireless, bluetooth and then GPRS out
36927              to the Internet)
36928      Branch: perl
36929            + ext/Storable/t/make_overload.pl
36930            ! MANIFEST
36931 ____________________________________________________________________________
36932 [ 22943] By: nicholas                              on 2004/06/17  12:03:48
36933         Log: Storable should cope if the string to thaw happens to be utf8 encoded
36934              And anything with bytes >=256 is corrupt
36935      Branch: perl
36936            ! ext/Storable/ChangeLog ext/Storable/README
36937            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
36938            ! ext/Storable/t/utf8.t
36939 ____________________________________________________________________________
36940 [ 22942] By: rgs                                   on 2004/06/17  09:57:14
36941         Log: Upgrade to Locale::Maketext 1.09
36942      Branch: perl
36943            + lib/Locale/Maketext/t/01_about_verbose.t
36944            + lib/Locale/Maketext/t/10_make.t lib/Locale/Maketext/t/20_get.t
36945            + lib/Locale/Maketext/t/40_super.t
36946            + lib/Locale/Maketext/t/50_super.t
36947            + lib/Locale/Maketext/t/60_super.t
36948            + lib/Locale/Maketext/t/90_utf8.t
36949            - lib/Locale/Maketext/t/00about.t lib/Locale/Maketext/t/01make.t
36950            - lib/Locale/Maketext/t/02get.t lib/Locale/Maketext/t/03http.t
36951            - lib/Locale/Maketext/t/04super.t
36952            - lib/Locale/Maketext/t/05super.t
36953            - lib/Locale/Maketext/t/06super.t lib/Locale/Maketext/t/90utf8.t
36954            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
36955            ! lib/Locale/Maketext/README
36956 ____________________________________________________________________________
36957 [ 22941] By: rgs                                   on 2004/06/17  09:43:48
36958         Log: Upgrade to I18N::LangTags 0.30.
36959      Branch: perl
36960            + lib/I18N/LangTags/Detect.pm
36961            + lib/I18N/LangTags/t/01_about_verbose.t
36962            + lib/I18N/LangTags/t/05_main.t lib/I18N/LangTags/t/07_listy.t
36963            + lib/I18N/LangTags/t/10_http.t lib/I18N/LangTags/t/50_super.t
36964            + lib/I18N/LangTags/t/55_supers_strict.t
36965            + lib/I18N/LangTags/t/80_all_env.t
36966            - lib/I18N/LangTags/t/01test.t lib/I18N/LangTags/t/02decency.t
36967            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
36968            ! lib/I18N/LangTags/List.pm
36969 ____________________________________________________________________________
36970 [ 22940] By: rgs                                   on 2004/06/17  08:54:41
36971         Log: More forgiving version comparison in perlivp.
36972      Branch: perl
36973            ! utils/perlivp.PL
36974 ____________________________________________________________________________
36975 [ 22939] By: nicholas                              on 2004/06/16  09:05:57
36976         Log: Improve the substitution to cc_r for threading so that compilers
36977              specified with a full path or as a parameter to ccache are changed
36978      Branch: perl
36979            ! hints/aix.sh
36980 ____________________________________________________________________________
36981 [ 22938] By: rgs                                   on 2004/06/15  14:35:00
36982         Log: Subject: [PATCH] File::Basename docs
36983              From: Boris Zentner <bzm@2bz.de>
36984              Date: Sat, 12 Jun 2004 16:29:42 +0200
36985              Message-Id: <200406121629.42595.bzm@2bz.de>
36986      Branch: perl
36987            ! lib/File/Basename.pm
36988 ____________________________________________________________________________
36989 [ 22937] By: nicholas                              on 2004/06/15  09:21:22
36990         Log: It seems that our assert() macro wasn't good enough.
36991              Changed to one that that is an expression, rather than a statement.
36992              Fix new macros definitions in sv.h to be clean enough C to keep the
36993              AIX compiler happy.
36994      Branch: perl
36995            ! perl.h sv.h
36996 ____________________________________________________________________________
36997 [ 22936] By: rgs                                   on 2004/06/15  08:22:32
36998         Log: Subject: [PATCH] perlop.pod: add an example to the .. and ... operators
36999              From: Shlomi Fish <shlomif@vipe.technion.ac.il>
37000              Date: Tue, 15 Jun 2004 10:15:15 +0300 (IDT)
37001              Message-ID: <Pine.LNX.4.56.0406151013140.14618@vipe.technion.ac.il>
37002      Branch: perl
37003            ! pod/perlop.pod
37004 ____________________________________________________________________________
37005 [ 22935] By: nicholas                              on 2004/06/15  07:17:17
37006         Log: Assert SvTYPE is at least PGMV whenever accessing SvSTASH
37007      Branch: perl
37008            ! ext/Storable/Storable.xs sv.h
37009 ____________________________________________________________________________
37010 [ 22934] By: nicholas                              on 2004/06/14  15:26:38
37011         Log: Assert that SV type has magic member when reading/writing.
37012              Will catch buggy code.
37013      Branch: perl
37014            ! sv.c sv.h
37015 ____________________________________________________________________________
37016 [ 22933] By: rgs                                   on 2004/06/13  17:54:47
37017         Log: More h2ph voodoo.
37018      Branch: perl
37019            ! utils/h2ph.PL
37020 ____________________________________________________________________________
37021 [ 22932] By: rgs                                   on 2004/06/13  15:35:00
37022         Log: Subject: [PATCH] t/TEST
37023              From: Abe Timmerman <abe@ztreet.demon.nl>
37024              Date: Sun, 13 Jun 2004 11:41:49 +0200
37025              Message-Id: <200406131141.50361.abe@ztreet.demon.nl>
37026      Branch: perl
37027            ! t/TEST
37028 ____________________________________________________________________________
37029 [ 22931] By: rgs                                   on 2004/06/11  16:54:00
37030         Log: Reapply change #20983, rolled back by change #22920,
37031              as noticed by Craig Berry.
37032      Branch: perl
37033            ! pod/pod2usage.PL pod/podselect.PL
37034 ____________________________________________________________________________
37035 [ 22930] By: rgs                                   on 2004/06/11  14:22:55
37036         Log: More h2ph tweaks: recognition of C types
37037      Branch: perl
37038            ! utils/h2ph.PL
37039 ____________________________________________________________________________
37040 [ 22929] By: rgs                                   on 2004/06/11  13:46:53
37041         Log: More h2ph tweaking for gcc __inline functions
37042      Branch: perl
37043            ! utils/h2ph.PL
37044 ____________________________________________________________________________
37045 [ 22928] By: mhx                                   on 2004/06/11  09:37:42
37046         Log: t/comp/utf.t failed when configuring with -Dnoextensions=Encode
37047      Branch: perl
37048            ! t/comp/utf.t
37049 ____________________________________________________________________________
37050 [ 22927] By: rgs                                   on 2004/06/11  08:28:19
37051         Log: Remove a warning against unsafe signals in perlipc.pod,
37052              now that we have "safe signals".
37053      Branch: perl
37054            ! pod/perlipc.pod
37055 ____________________________________________________________________________
37056 [ 22926] By: rgs                                   on 2004/06/10  19:03:51
37057         Log: Subject: Re: [perl #30197] perlbug AutoReply: Data::Dumper does not indent the deparsed code properly
37058              From: Mathieu Arnold <m@absolight.fr>
37059              Date: Thu, 10 Jun 2004 16:43:58 +0200
37060              Message-ID: <34D483170C7F84E0DFBE442B@andromede.in.reaumur.net>
37061              (with a test adjustment)
37062      Branch: perl
37063            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
37064 ____________________________________________________________________________
37065 [ 22925] By: rgs                                   on 2004/06/10  17:26:15
37066         Log: Make h2ph able to understand a limited set of inline functions.
37067              The glibc apparently now ships headers that use inline functions
37068              instead of plain old macros.
37069      Branch: perl
37070            ! utils/h2ph.PL
37071 ____________________________________________________________________________
37072 [ 22924] By: rgs                                   on 2004/06/10  07:55:41
37073         Log: Subject: Change 22872 breaks shared miniperl invocation
37074              From: Alexey Tourbin <at@altlinux.ru>
37075              Date: Fri, 4 Jun 2004 13:24:17 +0400
37076              Message-ID: <20040604092417.GA13447@solemn.turbinal.org>
37077      Branch: perl
37078            ! Makefile.SH
37079 ____________________________________________________________________________
37080 [ 22923] By: rgs                                   on 2004/06/09  19:47:47
37081         Log: Subject: Re: [perl #30045] Transliteration replacement not terminated message obscure
37082              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
37083              Date: Mon, 7 Jun 2004 00:28:55 -0700
37084              Message-ID: <20040607072854.GB1028@efn.org>
37085      Branch: perl
37086            ! pod/perldiag.pod
37087 ____________________________________________________________________________
37088 [ 22922] By: rgs                                   on 2004/06/09  18:40:45
37089         Log: Remove the "malloc wrappage" tests, due to their unportability
37090              (as suggested by Jarkko.)
37091      Branch: perl
37092            ! t/op/array.t t/op/repeat.t
37093 ____________________________________________________________________________
37094 [ 22921] By: rgs                                   on 2004/06/09  15:57:58
37095         Log: Subject: [PATCH] Re: [perl #24081] invalid regexp in perl -V
37096              From: Robin Barker <Robin.Barker@npl.co.uk>
37097              Date: Wed, 9 Jun 2004 12:02:01 +0100
37098              Message-ID: <533D273D4014D411AB1D00062938C4D9040468F1@hotel.npl.co.uk>
37099              with further adjustements for bleadperl
37100      Branch: perl
37101            ! configpm lib/Config.t
37102 ____________________________________________________________________________
37103 [ 22920] By: rgs                                   on 2004/06/09  13:13:29
37104         Log: Upgrade to Pod::Parser 1.28
37105              (except Pod::Find, which has local patches not yet on CPAN)
37106      Branch: perl
37107            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm lib/Pod/Parser.pm
37108            ! pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
37109            ! t/pod/find.t
37110 ____________________________________________________________________________
37111 [ 22919] By: mhx                                   on 2004/06/09  12:50:12
37112         Log: s/64bit/64-bit/g for consistency in the READMEs.
37113      Branch: perl
37114            ! README.aix README.hpux
37115 ____________________________________________________________________________
37116 [ 22918] By: rgs                                   on 2004/06/09  12:43:59
37117         Log: Subject: [patch] Windows/Win32 thread handle leak with threads join
37118              From: "Kevin Chase" <kevincha99@hotmail.com>
37119              Date: Sun, 06 Jun 2004 09:44:44 -0700
37120              Message-ID: <BAY2-F172Ih5h5xf4rJ0001a3a6@hotmail.com>
37121      Branch: perl
37122            ! ext/threads/threads.xs
37123 ____________________________________________________________________________
37124 [ 22917] By: merijn                                on 2004/06/09  11:46:23
37125         Log: Several updates, major, and minor corrections, model updates,
37126              explained the model numbering of HP-UX servers.
37127      Branch: perl
37128            ! README.hpux
37129 ____________________________________________________________________________
37130 [ 22916] By: rgs                                   on 2004/06/09  09:53:58
37131         Log: Upgrade to Pod::Perldoc 3.13
37132      Branch: perl
37133            + lib/Pod/Perldoc/t/01_about_verbose.t
37134            ! MANIFEST lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm
37135 ____________________________________________________________________________
37136 [ 22915] By: rgs                                   on 2004/06/09  09:08:46
37137         Log: Upgrade to Digest 1.08.
37138      Branch: perl
37139            ! lib/Digest.pm
37140 ____________________________________________________________________________
37141 [ 22914] By: rgs                                   on 2004/06/09  08:08:55
37142         Log: Upgrade to CGI.pm 3.05
37143      Branch: perl
37144            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Util.pm lib/CGI/t/html.t
37145 ____________________________________________________________________________
37146 [ 22913] By: davem                                 on 2004/06/08  22:20:40
37147         Log: double DESTROY in for loop
37148              pp_iter decremented the ref count of the previous iterant before
37149              unaliasing it. This could lead to DESTROY being called with the
37150              loop variable still aliased to the freed value. If the DESTROY
37151              also contained a for loop with the same iterator variable, the
37152              freed value would get resurrected then freed for a second time.
37153      Branch: perl
37154            ! pp_hot.c t/cmd/for.t
37155 ____________________________________________________________________________
37156 [ 22912] By: rgs                                   on 2004/06/08  18:51:03
37157         Log: Upgrade to Pod::LaTeX 0.57
37158      Branch: perl
37159            + lib/Pod/t/user.t
37160            ! MANIFEST lib/Pod/LaTeX.pm pod/pod2latex.PL
37161 ____________________________________________________________________________
37162 [ 22911] By: rgs                                   on 2004/06/08  18:42:29
37163         Log: Upgrade to Unicode::Normalize 0.30.
37164      Branch: perl
37165            ! ext/Unicode/Normalize/Changes
37166            ! ext/Unicode/Normalize/Normalize.pm
37167            ! ext/Unicode/Normalize/Normalize.xs
37168            ! ext/Unicode/Normalize/t/illegal.t
37169            ! ext/Unicode/Normalize/t/short.t
37170            ! ext/Unicode/Normalize/t/split.t
37171 ____________________________________________________________________________
37172 [ 22910] By: rgs                                   on 2004/06/08  18:40:38
37173         Log: Remove a spurious \n in a perltie example,
37174              noticed by Geoffrey Young.
37175      Branch: perl
37176            ! pod/perltie.pod
37177 ____________________________________________________________________________
37178 [ 22909] By: rgs                                   on 2004/06/08  18:34:23
37179         Log: Upgrade to Unicode::Collate 0.40
37180      Branch: perl
37181            ! lib/Unicode/Collate.pm lib/Unicode/Collate/t/hangul.t
37182 ____________________________________________________________________________
37183 [ 22908] By: rgs                                   on 2004/06/08  18:23:54
37184         Log: Upgrade to Time::Local 1.10.
37185      Branch: perl
37186            ! lib/Time/Local.pm lib/Time/Local.t
37187 ____________________________________________________________________________
37188 [ 22907] By: rgs                                   on 2004/06/08  18:02:59
37189         Log: Upgrade to Test::Harness 2.42
37190      Branch: perl
37191            ! lib/Test/Harness.pm lib/Test/Harness/Changes
37192            ! lib/Test/Harness/bin/prove lib/Test/Harness/t/prove-switches.t
37193 ____________________________________________________________________________
37194 [ 22906] By: nicholas                              on 2004/06/08  14:59:20
37195         Log: Patch 22835 Failed to upgrade all the new files in Encode 2.01
37196              As spotted by Jerry D. Hedden
37197      Branch: perl
37198            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
37199 ____________________________________________________________________________
37200 [ 22905] By: rgs                                   on 2004/06/08  13:53:40
37201         Log: Subject: Re: newSVpvn(NULL, 0); doesn't work as advertised
37202              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
37203              Date: Fri, 4 Jun 2004 16:29:44 +0200
37204              Message-Id: <20040604162944.4011f1c6@r2d2>
37205      Branch: perl
37206            ! pod/perlapi.pod sv.c
37207 ____________________________________________________________________________
37208 [ 22904] By: rgs                                   on 2004/06/08  13:44:27
37209         Log: Subject: Re: [PATCH] Re: Lack of error for large string on Solaris
37210              From: Jarkko Hietaniemi <jhi@iki.fi>
37211              Date: Mon, 07 Jun 2004 20:09:42 +0300
37212              Message-ID: <40C4A156.5030205@iki.fi>
37213      Branch: perl
37214            ! av.c pod/perldiag.pod pp.c pp_hot.c t/op/array.t t/op/repeat.t
37215 ____________________________________________________________________________
37216 [ 22903] By: rgs                                   on 2004/06/08  10:19:27
37217         Log: Subject: [perl #30073] Misleading docs of Text::Wrap
37218              From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
37219              Date: 6 Jun 2004 21:50:19 -0000
37220              Message-ID: <rt-3.0.9-30073-89834.19.0927626986204@perl.org>
37221      Branch: perl
37222            ! lib/Text/Wrap.pm
37223 ____________________________________________________________________________
37224 [ 22902] By: rgs                                   on 2004/06/06  07:49:27
37225         Log: Subject: Re: [PATCH] [perl #29841] utf8::decode doesn't work under -T
37226              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
37227              Date: Sun, 06 Jun 2004 00:37:21 +0900
37228              Message-Id: <20040606003344.57B2.BQW10602@nifty.com>
37229      Branch: perl
37230            ! lib/utf8.pm pod/perlapi.pod sv.c t/op/utftaint.t
37231 ____________________________________________________________________________
37232 [ 22901] By: rgs                                   on 2004/06/03  15:19:52
37233         Log: Subject: [PATCH] Have win32/makefile.mk default to gcc, and update docs
37234              From: Steve Hay <steve.hay@uk.radan.com>
37235              Date: Thu, 03 Jun 2004 15:46:17 +0100
37236              Message-ID: <40BF39B9.3060207@uk.radan.com>
37237      Branch: perl
37238            ! README.win32 win32/makefile.mk
37239 ____________________________________________________________________________
37240 [ 22900] By: rgs                                   on 2004/06/03  13:20:37
37241         Log: perlpodspec uses 'nonbreaking' and 'non-breaking'.
37242              Normalize on the hyphenated spelling.
37243      Branch: perl
37244            ! pod/perlpodspec.pod
37245 ____________________________________________________________________________
37246 [ 22899] By: rgs                                   on 2004/06/03  13:03:20
37247         Log: Workaround a dmake oddity.
37248              Subject: Re: Smoke [5.9.2] 22881 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
37249              From: Steve Hay <steve.hay@uk.radan.com>
37250              Date: Thu, 03 Jun 2004 12:16:13 +0100
37251              Message-ID: <40BF087D.8030005@uk.radan.com>
37252      Branch: perl
37253            ! win32/makefile.mk
37254 ____________________________________________________________________________
37255 [ 22898] By: rgs                                   on 2004/06/03  09:02:31
37256         Log: Carp was mostly unusable with Safe because it may require
37257              Carp::Heavy at run-time (while require() is forbidden.)
37258              Have Safe load Carp::Heavy.
37259      Branch: perl
37260            ! ext/Opcode/Safe.pm lib/Carp.pm
37261 ____________________________________________________________________________
37262 [ 22897] By: mhx                                   on 2004/06/02  18:03:40
37263         Log: Make change #22889 work for threaded builds, Part 2.
37264      Branch: perl
37265            ! XSUB.h
37266 ____________________________________________________________________________
37267 [ 22896] By: mhx                                   on 2004/06/02  17:18:44
37268         Log: Make change #22889 work for threaded builds.
37269      Branch: perl
37270            ! pad.c pp.c
37271 ____________________________________________________________________________
37272 [ 22895] By: mhx                                   on 2004/06/02  16:48:41
37273         Log: Fix apidoc entries for PUSHMARK and newXSproto.
37274      Branch: perl
37275            ! XSUB.h pod/perlapi.pod pp.h
37276 ____________________________________________________________________________
37277 [ 22894] By: mhx                                   on 2004/06/02  16:42:24
37278         Log: Document embed.fnc 'U' and 's' flags.
37279      Branch: perl
37280            ! embed.fnc
37281 ____________________________________________________________________________
37282 [ 22893] By: rgs                                   on 2004/06/02  08:21:30
37283         Log: Subject: [PATCH] on VMS, always exit with failure in my_failure_exit
37284              From: "Craig A. Berry" <craigberry@mac.com>
37285              Date: Tue, 01 Jun 2004 23:16:58 -0500
37286              Message-ID: <40BD54BA.9040708@mac.com>
37287      Branch: perl
37288            ! perl.c
37289 ____________________________________________________________________________
37290 [ 22892] By: rgs                                   on 2004/06/02  08:19:30
37291         Log: Subject: Re: [PATCH] [perl #29612] ndbm failure in make test
37292              From: Alexey Tourbin <at@altlinux.ru>
37293              Date: Sat, 22 May 2004 02:22:22 +0400
37294              Message-ID: <20040521222222.GJ2030@solemn.turbinal.org>
37295      Branch: perl
37296            ! ext/NDBM_File/hints/linux.pl
37297 ____________________________________________________________________________
37298 [ 22891] By: rgs                                   on 2004/06/02  06:47:58
37299         Log: Detypo.
37300      Branch: perl
37301            ! pod/perlintern.pod pp_ctl.c
37302 ____________________________________________________________________________
37303 [ 22890] By: rgs                                   on 2004/06/02  06:43:30
37304         Log: Subject: [PATCH] Re: [perl #29765] PERL-5.8.4 INSTALL
37305              From: Andrew Dougherty <doughera@lafayette.edu>
37306              Date: Tue, 1 Jun 2004 16:25:48 -0400 (EDT)
37307              Message-ID: <Pine.SOL.4.58.0406011619090.4066@maxwell.phys.lafayette.edu>
37308      Branch: perl
37309            ! INSTALL README
37310 ____________________________________________________________________________
37311 [ 22889] By: rgs                                   on 2004/06/02  06:07:53
37312         Log: Make the dUNDERBAR/UNDERBAR macros work as advertised.
37313              While we're at it, use the same trick to make reverse()
37314              work correctly with lexical $_.
37315      Branch: perl
37316            ! XSUB.h embed.fnc embed.h global.sym pad.c pp.c proto.h
37317            ! t/op/mydef.t
37318 ____________________________________________________________________________
37319 [ 22888] By: rgs                                   on 2004/06/01  15:26:59
37320         Log: Subject: [PATCH] Remove redundant %SIG assignments from FileCache
37321              From: Alan Burlison <Alan.Burlison@Sun.COM>
37322              Date: Fri, 28 May 2004 12:27:06 +0100
37323              Message-ID: <40B7220A.4040305@sun.com>
37324      Branch: perl
37325            ! lib/FileCache.pm
37326 ____________________________________________________________________________
37327 [ 22887] By: merijn                                on 2004/06/01  14:30:48
37328         Log: Subject: Re: Smoke [5.9.2] 22881 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
37329              From: Steve Hay <steve.hay@uk.radan.com>
37330              Date: Tue, 01 Jun 2004 15:30:37 +0100
37331              Message-ID: <40BC930D.90701@uk.radan.com>
37332      Branch: perl
37333            ! win32/Makefile win32/makefile.mk
37334 ____________________________________________________________________________
37335 [ 22886] By: rgs                                   on 2004/06/01  12:24:30
37336         Log: Subject: [Fwd: [PATCH] Pod::Find should ignore SCM files and dirs]
37337              From: Alan Burlison <Alan.Burlison@sun.com>
37338              Date: Fri, 28 May 2004 23:28:44 +0100
37339              Message-ID: <40B7BD1C.40309@sun.com>
37340      Branch: perl
37341            ! lib/Pod/Find.pm
37342 ____________________________________________________________________________
37343 [ 22885] By: rgs                                   on 2004/06/01  12:17:18
37344         Log: Subject: Re: [PATCH] UPDATE - Grammatical fixes and explanations in perlfunc.pod (sysopen)
37345              From: Paul Fenwick <pjf@perltraining.com.au>
37346              Date: Tue, 1 Jun 2004 11:31:34 +1000
37347              Message-ID: <20040601013134.GA11005@perltraining.com.au>
37348      Branch: perl
37349            ! pod/perlfunc.pod
37350 ____________________________________________________________________________
37351 [ 22884] By: merijn                                on 2004/06/01  10:51:33
37352         Log: Subject: [PATCH] configure.com and PERL_API_REVISION
37353              From: "Craig A. Berry" <craigberry@mac.com>
37354              Date: Mon, 31 May 2004 21:04:07 -0500
37355              Message-ID: <40BBE417.2090001@mac.com>
37356      Branch: perl
37357            ! configure.com
37358 ____________________________________________________________________________
37359 [ 22883] By: rgs                                   on 2004/06/01  09:25:32
37360         Log: Subject: [PATCH] Shell.pm: pod rewrite and new mini-feature $Shell::raw
37361              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
37362              Date: Tue, 1 Jun 2004 07:52:58 +0200
37363              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C744@attmsx1.aut.alcatel.at>
37364      Branch: perl
37365            ! lib/Shell.pm
37366 ____________________________________________________________________________
37367 [ 22882] By: rgs                                   on 2004/06/01  08:44:01
37368         Log: Subject: [PATCH] perlhack.pod - working with the Perl source
37369              From: Dave Rolsky <autarch@urth.org>
37370              Date: Mon, 31 May 2004 12:52:43 -0500 (CDT)
37371              Message-ID: <Pine.LNX.4.58.0405311250520.7714@urth.org>
37372      Branch: perl
37373            ! pod/perlhack.pod
37374 ____________________________________________________________________________
37375 [ 22881] By: nicholas                              on 2004/05/31  19:06:21
37376         Log: replace the run time code in lib/utf8_pva.pl with data generated
37377              at build by mktables, stored in lib/unicore/PVA.pl
37378      Branch: perl
37379            - lib/utf8_pva.pl
37380            ! MANIFEST Makefile.SH lib/unicore/mktables lib/utf8_heavy.pl
37381            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
37382 ____________________________________________________________________________
37383 [ 22880] By: nicholas                              on 2004/05/31  17:26:56
37384         Log: Don't need to require utf8_pva.pl at top of file
37385      Branch: perl
37386            ! lib/utf8_heavy.pl
37387 ____________________________________________________________________________
37388 [ 22879] By: nicholas                              on 2004/05/31  14:24:56
37389         Log: Run mktables as part of the build process.
37390              Don't ship any of the files that it generates in lib/unicore
37391      Branch: perl
37392            - (delete 419 files)
37393            ! MANIFEST Makefile.SH lib/unicore/mktables
37394            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
37395 ____________________________________________________________________________
37396 [ 22878] By: rgs                                   on 2004/05/31  14:20:53
37397         Log: Subject: [perl #29937] Entries missing from .packlist
37398              From: jdhedden@1979.usna.com (via RT) <perlbug-followup@perl.org>
37399              Date: 28 May 2004 19:23:48 -0000
37400              Message-ID: <rt-3.0.9-29937-88315.2.18472609678159@perl.org>
37401      Branch: perl
37402            ! installman installperl
37403 ____________________________________________________________________________
37404 [ 22877] By: rgs                                   on 2004/05/31  12:50:57
37405         Log: Subject: [PATCH] Re: [perl #29969] h2ph not correctly processing glibc sys/sysmacros.ph
37406              From: <wolfgang.laun@chello.at>
37407              Date: Sun, 30 May 2004 17:27:07 +0200
37408              Message-Id: <20040530152707.ZLWL22856.viefep16-int.chello.at@localhost>
37409      Branch: perl
37410            ! utils/h2ph.PL
37411 ____________________________________________________________________________
37412 [ 22876] By: rgs                                   on 2004/05/31  09:52:05
37413         Log: Subject: [PATCH] Fix anomalies in Carp functions
37414              From: Steve Hay <steve.hay@uk.radan.com>
37415              Date: Tue, 25 May 2004 16:05:02 +0100
37416              Message-ID: <40B3609E.5060502@uk.radan.com>
37417      Branch: perl
37418            ! lib/Carp.t lib/Carp/Heavy.pm lib/autouse.t
37419 ____________________________________________________________________________
37420 [ 22875] By: rgs                                   on 2004/05/31  09:25:37
37421         Log: Subject: [PATCH] Fix generation of perlapi.pod
37422              From: Steve Hay <steve.hay@uk.radan.com>
37423              Date: Fri, 28 May 2004 11:46:41 +0100
37424              Message-ID: <40B71891.6090806@uk.radan.com>
37425      Branch: perl
37426            ! autodoc.pl pod/perlapi.pod
37427 ____________________________________________________________________________
37428 [ 22874] By: davem                                 on 2004/05/30  22:31:03
37429         Log: Subject:  Re: my $x->{foo} doesn't work
37430              From:  Shinya Hayakawa <hayakawa@livedoor.jp>
37431              Date:  Tue, 25 May 2004 00:06:06 +0900
37432              Message-Id:  <200405250006.06387.hayakawa@livedoor.jp>
37433
37434              Allow autovivification of (my $x)->{foo}
37435      Branch: perl
37436            ! pp_hot.c t/op/my.t
37437 ____________________________________________________________________________
37438 [ 22873] By: nicholas                              on 2004/05/30  21:58:36
37439         Log: Convert to using File::Spec, so that we can build Unicode files
37440              on all platforms
37441      Branch: perl
37442            ! lib/unicore/mktables
37443 ____________________________________________________________________________
37444 [ 22872] By: nicholas                              on 2004/05/30  20:34:07
37445         Log: First step to generating Unicode files for the regexp engine at build
37446              time - targets in the Makefile
37447      Branch: perl
37448            ! Makefile.SH
37449 ____________________________________________________________________________
37450 [ 22870] By: davem                                 on 2004/05/30  14:30:45
37451         Log: Problem with autouse (causing Perl to crash)
37452              @_ sometimes wasn't getting created right
37453      Branch: perl
37454            ! pad.c pp_ctl.c t/op/goto.t
37455 ____________________________________________________________________________
37456 [ 22868] By: nicholas                              on 2004/05/30  13:57:05
37457         Log: Upgrade to Encode 2.01.
37458      Branch: perl
37459            ! ext/Encode/lib/Encode/CN/HZ.pm
37460            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
37461 ____________________________________________________________________________
37462 [ 22866] By: nicholas                              on 2004/05/30  13:11:41
37463         Log: Skip in minitest
37464      Branch: perl
37465            ! t/comp/utf.t
37466 ____________________________________________________________________________
37467 [ 22853] By: rgs                                   on 2004/05/28  06:29:28
37468         Log: Subject: [PATCH doc] Re: undef loses it magicness when assigned to a variable?
37469              From: Stas Bekman <stas@stason.org>
37470              Date: Thu, 27 May 2004 11:25:08 -0700
37471              Message-ID: <40B63284.5040203@stason.org>
37472      Branch: perl
37473            ! pod/perlapi.pod pod/perlguts.pod sv.h
37474 ____________________________________________________________________________
37475 [ 22852] By: merijn                                on 2004/05/28  05:31:25
37476         Log: Subject: TEST needs to ignore SCM files
37477              From: Alan Burlison <Alan.Burlison@sun.com>
37478              Date: Thu, 27 May 2004 23:32:28 +0100
37479              Message-ID: <40B66C7C.8030303@sun.com>
37480      Branch: perl
37481            ! t/TEST
37482 ____________________________________________________________________________
37483 [ 22850] By: rgs                                   on 2004/05/26  16:17:24
37484         Log: Subject: [PATCH] 'perl -v' fails if local_patches contains code snippets
37485              From: Alan Burlison <Alan.Burlison@sun.com>
37486              Date: Wed, 26 May 2004 16:24:03 +0100
37487              Message-ID: <40B4B693.9090905@sun.com>
37488              (using \0 as a separator for q//)
37489      Branch: perl
37490            ! perl.c
37491 ____________________________________________________________________________
37492 [ 22848] By: rgs                                   on 2004/05/26  08:15:29
37493         Log: Subject: [PATCH] correctly handle C<< >> and C<<< >>> in diagnostics
37494              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
37495              Date: Tue, 25 May 2004 02:29:37 -0700
37496              Message-ID: <20040525092937.GA2332@efn.org>
37497      Branch: perl
37498            ! lib/diagnostics.pm
37499 ____________________________________________________________________________
37500 [ 22843] By: rgs                                   on 2004/05/24  16:12:41
37501         Log: Tests for change #22842, by SADAHIRO Tomoyuki
37502              (adapted to the core)
37503      Branch: perl
37504            + t/op/utftaint.t
37505            ! MANIFEST
37506 ____________________________________________________________________________
37507 [ 22842] By: rgs                                   on 2004/05/24  15:55:23
37508         Log: Subject: Re: utf-8 and taint don't work together
37509              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
37510              Date: Sat, 22 May 2004 21:38:33 +0900
37511              Message-Id: <20040522212704.C068.BQW10602@nifty.com>
37512
37513              Date: Sun, 23 May 2004 09:56:15 +0900
37514              Message-Id: <20040523095609.E404.BQW10602@nifty.com>
37515      Branch: perl
37516            ! ext/Encode/lib/Encode/CN/HZ.pm
37517            ! ext/Encode/lib/Encode/Unicode/UTF7.pm sv.c
37518 ____________________________________________________________________________
37519 [ 22841] By: rgs                                   on 2004/05/24  11:43:32
37520         Log: Subject: [PATCH] win32_chsize is not exported on Win32
37521              From: Steve Hay <steve.hay@uk.radan.com>
37522              Date: Mon, 24 May 2004 12:52:48 +0100
37523              Message-ID: <40B1E210.4050202@uk.radan.com>
37524      Branch: perl
37525            ! makedef.pl
37526 ____________________________________________________________________________
37527 [ 22840] By: rgs                                   on 2004/05/24  11:23:31
37528         Log: Subject: [PATCH] Re: [perl #29765] PERL-5.8.4 INSTALL
37529              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
37530              Date: Fri, 21 May 2004 11:35:34 -0700
37531              Message-ID: <20040521183533.GA5108@efn.org>
37532              (plus whitespace removal)
37533      Branch: perl
37534            ! INSTALL
37535 ____________________________________________________________________________
37536 [ 22839] By: davem                                 on 2004/05/22  11:15:34
37537         Log: Optimization busted: '@a = "b", sort @a' drops "b"
37538              Fix the sort-in-place optimization of change #22349.
37539      Branch: perl
37540            ! op.c t/op/sort.t
37541 ____________________________________________________________________________
37542 [ 22838] By: gbarr                                 on 2004/05/22  07:41:21
37543         Log: Update to Scalar-List-Utils-1.14
37544      Branch: perl
37545            + ext/List/Util/Changes
37546            - ext/List/Util/ChangeLog
37547            ! MANIFEST ext/List/Util/README ext/List/Util/Util.xs
37548            ! ext/List/Util/lib/List/Util.pm
37549            ! ext/List/Util/lib/Scalar/Util.pm
37550 ____________________________________________________________________________
37551 [ 22837] By: rgs                                   on 2004/05/21  15:40:49
37552         Log: Subject: Proposed doc patch for getsockopt
37553              From: perl5-porters@ton.iguana.be (Ton Hospel)
37554              Date: Sun, 16 May 2004 13:35:20 +0000 (UTC)
37555              Message-Id: <c87qmo$u9b$1@post.home.lunix>
37556      Branch: perl
37557            ! pod/perlfunc.pod
37558 ____________________________________________________________________________
37559 [ 22836] By: rgs                                   on 2004/05/21  08:45:28
37560         Log: Subject: [PATCH] h2xs doesn't recognize indented enums
37561              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
37562              Date: Fri, 21 May 2004 10:51:58 +0200
37563              Message-id: <20040521085158.GA10660@ethan>
37564              (modified regexp)
37565      Branch: perl
37566            ! utils/h2xs.PL
37567 ____________________________________________________________________________
37568 [ 22835] By: rgs                                   on 2004/05/20  13:30:25
37569         Log: Upgrade to Encode 2.00.
37570      Branch: perl
37571            ! (edit 147 files)
37572 ____________________________________________________________________________
37573 [ 22833] By: rgs                                   on 2004/05/20  11:48:29
37574         Log: Test portability nit.
37575              Subject: [PATCH] Re: Smoke [5.9.2] 22821 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
37576              From: Steve Hay <steve.hay@uk.radan.com>
37577              Date: Tue, 18 May 2004 11:31:04 +0100
37578              Message-ID: <40A9E5E8.7030800@uk.radan.com>
37579      Branch: perl
37580            ! ext/B/t/optree_specials.t
37581 ____________________________________________________________________________
37582 [ 22831] By: davem                                 on 2004/05/19  21:02:04
37583         Log: improve hashing algorithm for ptr tables in perl_clone:
37584              the bottom few bits of a pointer are usually zero
37585      Branch: perl
37586            ! sv.c
37587 ____________________________________________________________________________
37588 [ 22830] By: davem                                 on 2004/05/19  20:17:55
37589         Log: Thread creation time is hypersensitive
37590
37591              Due to a logic error, the dup ptr table sometimes wans't being
37592              grown, leading to extremely slow cloning.
37593      Branch: perl
37594            ! sv.c
37595 ____________________________________________________________________________
37596 [ 22829] By: rgs                                   on 2004/05/18  13:05:48
37597         Log: perlrun.pod minor fixes :
37598              - the parameter to -x is optional
37599              - pod nit
37600      Branch: perl
37601            ! pod/perlrun.pod
37602 ____________________________________________________________________________
37603 [ 22828] By: rgs                                   on 2004/05/18  12:54:47
37604         Log: Subject: [perl #29623] Patch for h2xs.t in Perl 5.8.4
37605              From: mats@sm5sxl.net (via RT) <perlbug-followup@perl.org>
37606              Date: 16 May 2004 13:33:32 -0000
37607              Message-ID: <rt-3.0.9-29623-87522.10.1965589695082@perl.org>
37608      Branch: perl
37609            ! lib/h2xs.t
37610 ____________________________________________________________________________
37611 [ 22827] By: rgs                                   on 2004/05/18  12:16:42
37612         Log: Subject: [PATCH] Re: Smoke [5.9.2] 22818 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
37613              From: Steve Hay <steve.hay@uk.radan.com>
37614              Date: Fri, 14 May 2004 17:33:17 +0100
37615              Message-ID: <40A4F4CD.2000003@uk.radan.com>
37616      Branch: perl
37617            ! t/comp/utf.t
37618 ____________________________________________________________________________
37619 [ 22826] By: rgs                                   on 2004/05/18  08:15:27
37620         Log: Error message too wide.
37621      Branch: perl
37622            ! perl.c
37623 ____________________________________________________________________________
37624 [ 22825] By: rgs                                   on 2004/05/17  15:12:03
37625         Log: Remove a TODO test that is no longer to do.
37626      Branch: perl
37627            ! ext/B/t/f_sort.t
37628 ____________________________________________________________________________
37629 [ 22824] By: rgs                                   on 2004/05/17  15:08:40
37630         Log: Fix new B::Concise test output
37631              Subject: Re: Smoke [5.9.2] 22820 FAIL(F) openbsd 3.5 (i386/1 cpu)
37632              From: Jim Cromie <jcromie@divsol.com>
37633              Date: Mon, 17 May 2004 09:19:00 -0600
37634              Message-ID: <40A8D7E4.1020007@divsol.com>
37635      Branch: perl
37636            ! ext/B/t/f_sort.t t/TEST
37637 ____________________________________________________________________________
37638 [ 22823] By: rgs                                   on 2004/05/17  08:54:15
37639         Log: Subject: [PATCH] Re: [perl #29581] glob() misses a lot of matches
37640              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
37641              Date: Mon, 17 May 2004 07:38:19 +0200
37642              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C71E@attmsx1.aut.alcatel.at>
37643      Branch: perl
37644            ! ext/File/Glob/Glob.xs
37645 ____________________________________________________________________________
37646 [ 22822] By: rgs                                   on 2004/05/17  08:49:53
37647         Log: David Manura is the new maintainer of Text::Balanced.
37648      Branch: perl
37649            ! Porting/Maintainers.pl
37650 ____________________________________________________________________________
37651 [ 22821] By: davem                                 on 2004/05/16  15:31:42
37652         Log: make Text::Balanced skip "case /..../" correctly for Switch.pm
37653      Branch: perl
37654            ! lib/Text/Balanced.pm lib/Text/Balanced/t/extcbk.t
37655 ____________________________________________________________________________
37656 [ 22820] By: rgs                                   on 2004/05/14  16:30:07
37657         Log: Subject: Re: more B::Concise stuff (PATCH - updated)
37658              From: Jim Cromie <jcromie@divsol.com>
37659              Date: Mon, 10 May 2004 05:28:11 -0600
37660              Message-ID: <409F674B.2000506@divsol.com>
37661      Branch: perl
37662            + ext/B/t/f_map ext/B/t/f_map.t ext/B/t/f_sort ext/B/t/f_sort.t
37663            + ext/B/t/optree_specials.t
37664            ! MANIFEST ext/B/B/Concise.pm ext/B/B/Showlex.pm
37665            ! ext/B/B/Terse.pm ext/B/t/OptreeCheck.pm ext/B/t/concise.t
37666            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
37667            ! ext/B/t/optree_samples.t ext/B/t/optree_sort.t
37668            ! ext/B/t/optree_varinit.t ext/B/t/showlex.t
37669 ____________________________________________________________________________
37670 [ 22819] By: rgs                                   on 2004/05/14  09:38:43
37671         Log: Add new dUNDERBAR and UNDERBAR macros, to help XS writers to
37672              access the $_ variable, even when there is a lexical one in scope.
37673      Branch: perl
37674            ! XSUB.h pod/perlapi.pod
37675 ____________________________________________________________________________
37676 [ 22818] By: nicholas                              on 2004/05/13  12:15:17
37677         Log: Subject: BOM-marked and (BOMless) UTF-16 scripts not working
37678              From: Jarkko Hietaniemi <jhi@iki.fi>
37679              Message-ID: <40A26D75.8080406@iki.fi>
37680              Date: Wed, 12 May 2004 21:31:17 +0300
37681      Branch: perl
37682            + t/comp/utf.t
37683            ! MANIFEST pod/perldiag.pod pod/perlunicode.pod toke.c
37684 ____________________________________________________________________________
37685 [ 22817] By: rgs                                   on 2004/05/12  16:29:07
37686         Log: Subject: [perl #29527] Perl 5.8.4 build problems on LynxOS
37687              From: Olli Savia (via RT) <perlbug-followup@perl.org>
37688              Date: 12 May 2004 13:02:41 -0000
37689              Message-ID: <rt-3.0.9-29527-87290.17.3367022021997@perl.org>
37690      Branch: perl
37691            ! sv.c
37692 ____________________________________________________________________________
37693 [ 22816] By: rgs                                   on 2004/05/12  16:16:50
37694         Log: Make XSLoader update @DynaLoader::dl_shared_objects.
37695      Branch: perl
37696            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
37697 ____________________________________________________________________________
37698 [ 22815] By: merijn                                on 2004/05/12  10:43:42
37699         Log: Subject: [PATCH] Configure shouldn't unconditionally add in -pipe
37700              From: Andy Dougherty <doughera@lafayette.edu>
37701              Date: Tue, 11 May 2004 13:14:42 -0400 (EDT)
37702              Message-ID: <Pine.SOL.4.58.0405111313210.14279@maxwell.phys.lafayette.edu>
37703      Branch: perl
37704            ! Configure hints/darwin.sh hints/rhapsody.sh
37705 ____________________________________________________________________________
37706 [ 22812] By: mhx                                   on 2004/05/11  17:42:13
37707         Log: Add the byte-order modifiers '<' and '>' to the pack tutorial.
37708              This completes the series: #22734, #22745, #22754, #22780
37709      Branch: perl
37710            ! pod/perlpacktut.pod
37711 ____________________________________________________________________________
37712 [ 22811] By: mhx                                   on 2004/05/11  17:21:35
37713         Log: 'v' unpacks unsigned shorts.
37714      Branch: perl
37715            ! pod/perlpacktut.pod
37716 ____________________________________________________________________________
37717 [ 22810] By: rgs                                   on 2004/05/11  16:35:49
37718         Log: Subject: various -V: searches [PATCH]
37719              From: Jim Cromie <jcromie@divsol.com>
37720              Date: Tue, 11 May 2004 00:15:46 -0600
37721              Message-ID: <40A06F92.1070607@divsol.com>
37722      Branch: perl
37723            ! configpm lib/Config.t pod/perlrun.pod
37724 ____________________________________________________________________________
37725 [ 22809] By: rgs                                   on 2004/05/11  11:00:31
37726         Log: More pod names in the debugger for the runman command
37727      Branch: perl
37728            ! lib/perl5db.pl
37729 ____________________________________________________________________________
37730 [ 22808] By: rgs                                   on 2004/05/11  10:52:27
37731         Log: Subject: [PATCH] debugger (step backwards)
37732              From: Richard.Foley@t-online.de (Richard Foley)
37733              Date: Tue, 11 May 2004 11:04:11 +0200
37734              Message-Id: <200405111104.11484.richard.foley@rfi.net>
37735      Branch: perl
37736            ! lib/perl5db.pl
37737 ____________________________________________________________________________
37738 [ 22807] By: rgs                                   on 2004/05/11  09:16:56
37739         Log: Subject: void context !~ generates "Useless use of not at line..." warning
37740              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
37741              Date: Sun, 9 May 2004 00:59:19 -0700
37742              Message-ID: <20040509075919.GA3752@efn.org>
37743      Branch: perl
37744            ! op.c
37745 ____________________________________________________________________________
37746 [ 22806] By: ams                                   on 2004/05/10  22:12:31
37747         Log: Subject: Re: a little extra cmdline help. [PATCH]
37748              From: Jim Cromie <jcromie@divsol.com>
37749              Date: Mon, 10 May 2004 15:25:07 -0600
37750              Message-Id: <409FF333.4020104@divsol.com>
37751      Branch: perl
37752            ! perl.c
37753 ____________________________________________________________________________
37754 [ 22804] By: ams                                   on 2004/05/10  11:10:34
37755         Log: Remove stray '.
37756      Branch: perl
37757            ! lib/File/Copy.pm
37758 ____________________________________________________________________________
37759 [ 22803] By: ams                                   on 2004/05/10  10:14:40
37760         Log: Subject: [PATCH] File::Copy Pod
37761              From: slaven@rezic.de
37762              Date: Mon, 10 May 2004 09:57:37 +0000
37763              Message-Id: <1084183057.10822@devpc01.iconmobile.de>
37764      Branch: perl
37765            ! lib/File/Copy.pm
37766 ____________________________________________________________________________
37767 [ 22802] By: davem                                 on 2004/05/07  19:12:29
37768         Log: symbolic references like ${"foo$index"}*3 would incorrectly warn
37769              that $index was the uninitialized value, when in fact it was $foo1
37770      Branch: perl
37771            ! sv.c t/lib/warnings/9uninit
37772 ____________________________________________________________________________
37773 [ 22801] By: davem                                 on 2004/05/07  18:21:22
37774         Log: Subject:  Re: stdio still supported?
37775              From:  Jim Cromie <jcromie@divsol.com>
37776              Date:  Thu, 06 May 2004 16:37:56 -0600
37777              Message-Id:  <409ABE44.8060307@divsol.com>
37778
37779              Update B::Concise tests to skip stuff requiring the
37780              "open to a scalar" feature of Perlio is it isn't available.
37781              Also note this caveat in perlfunc.pod
37782      Branch: perl
37783            ! ext/B/B/Concise.pm ext/B/t/concise.t ext/B/t/optree_check.t
37784            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
37785            ! ext/B/t/optree_sort.t ext/B/t/optree_varinit.t
37786            ! pod/perlfunc.pod
37787 ____________________________________________________________________________
37788 [ 22800] By: mhx                                   on 2004/05/07  16:58:57
37789         Log: Windows issues with select() are already documented in perlport.
37790      Branch: perl
37791            ! pod/perlfunc.pod
37792 ____________________________________________________________________________
37793 [ 22799] By: ams                                   on 2004/05/07  13:38:16
37794         Log: Subject: [perl #29397] Change in pod2man arguments
37795              From: Thorsten Glaser (via RT) <perlbug-followup@perl.org>
37796              Date: 6 May 2004 22:08:10 -0000
37797              Message-Id: <rt-3.0.9-29397-86929.5.37563386041974@perl.org>
37798      Branch: perl
37799            ! pod/pod2man.PL
37800 ____________________________________________________________________________
37801 [ 22798] By: mhx                                   on 2004/05/07  11:42:37
37802         Log: Scalar::Util::refaddr falsely returns false
37803              Add mg_get() to refaddr() when SV is magical.
37804              Fix the non-xs version of looks_like_number().
37805      Branch: perl
37806            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
37807            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/refaddr.t
37808 ____________________________________________________________________________
37809 [ 22797] By: mhx                                   on 2004/05/07  10:57:23
37810         Log: Document that select() on Windows doesn't work on non-socket filehandles.
37811      Branch: perl
37812            ! pod/perlfunc.pod
37813 ____________________________________________________________________________
37814 [ 22796] By: mhx                                   on 2004/05/06  17:19:17
37815         Log: Double warning for int(undef) and abs(undef)
37816              Remove the duplicate warnings and update tests.
37817      Branch: perl
37818            ! pp.c t/lib/warnings/9uninit
37819 ____________________________________________________________________________
37820 [ 22793] By: rgs                                   on 2004/05/06  14:43:08
37821         Log: Add a small script to check whether a perl source tree
37822              (with or without generated files) is friendly with
37823              case-insensitive filesystems.
37824              Adapted from :
37825              Subject: Re: STerm.pl vs Sterm.pl
37826              From: James Mastros <james@mastros.biz>
37827              Date: Thu, 06 May 2004 14:45:53 +0200
37828              Message-ID: <20040506124556.2402.qmail@onion.perl.org>
37829      Branch: perl
37830            + Porting/checkcase.pl
37831            ! MANIFEST
37832 ____________________________________________________________________________
37833 [ 22789] By: rgs                                   on 2004/05/06  12:33:14
37834         Log: Subject: Problem with system() on Win9x and command.com (perl 5.8.x-5.9.x)
37835              From: bilbo@ua.fm
37836              Date: Wed, 28 Apr 2004 00:19:55 +0300
37837              Message-ID: <611491036.20040428001955@ua.fm>
37838      Branch: perl
37839            ! win32/win32.c
37840 ____________________________________________________________________________
37841 [ 22788] By: merijn                                on 2004/05/06  11:35:21
37842         Log: add -pipe to gcc's default flags
37843              it has shown a compile time speed increase of about 40% on
37844              Linux and HP-UX, and also works on cygwin-1.5.9. On failing
37845              OS/gcc combo's remove it in the hints
37846      Branch: perl
37847            ! Configure
37848 ____________________________________________________________________________
37849 [ 22783] By: mhx                                   on 2004/05/05  19:02:28
37850         Log: Add tests for mX?PUSH[inup] macros.
37851
37852              Subject: Re: [PATCH] Document limitations in PUSHi et al macros and add new mPUSHi et al macros
37853              From: Steve Hay <steve.hay@uk.radan.com>
37854              Date: Wed, 05 May 2004 15:34:45 +0100
37855              Message-ID: <4098FB85.1060602@uk.radan.com>
37856      Branch: perl
37857            + ext/XS/APItest/t/push.t
37858            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
37859            ! ext/XS/APItest/MANIFEST
37860 ____________________________________________________________________________
37861 [ 22782] By: rgs                                   on 2004/05/05  16:14:25
37862         Log: Subject: Problem with h2xs
37863              From: David Cannings <lists@edeca.net>
37864              Date: Mon, 3 May 2004 13:44:33 +0100
37865              Message-Id: <200405031344.33723.lists@edeca.net>
37866              (Second patch only)
37867      Branch: perl
37868            ! utils/h2xs.PL
37869 ____________________________________________________________________________
37870 [ 22781] By: davem                                 on 2004/05/04  19:20:36
37871         Log: Bizarre copy of ARRAY
37872              make sure a pad op's flags are updated after optimising away
37873              the assignment in my @a = () (see change 22520).
37874      Branch: perl
37875            ! op.c t/op/my.t
37876 ____________________________________________________________________________
37877 [ 22780] By: mhx                                   on 2004/05/04  14:46:05
37878         Log: Add byte-order group modifiers to (un)pack templates.
37879              Follow-up on: #22734, #22745, #22753, #22754.
37880
37881              Subject: Group modifiers in (un)pack templates
37882              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
37883              Date: Mon, 3 May 2004 20:14:41 +0200
37884              Message-Id: <20040503201441.1b058e0d@r2d2>
37885      Branch: perl
37886            ! perl.h pod/perldiag.pod pod/perlfunc.pod pp_pack.c t/op/pack.t
37887 ____________________________________________________________________________
37888 [ 22779] By: mhx                                   on 2004/05/04  14:30:39
37889         Log: Fix mX?PUSH[inup] macros. (Follow-up to #22756 and #22757)
37890
37891              Subject: Re: [PATCH] Document limitations in PUSHi et al macros and add new mPUSHi et al macros
37892              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
37893              Date: Mon, 3 May 2004 20:03:28 +0200
37894              Message-Id: <20040503200328.24efcda5@r2d2>
37895      Branch: perl
37896            ! pp.h
37897 ____________________________________________________________________________
37898 [ 22778] By: davem                                 on 2004/05/03  21:07:44
37899         Log: add test for change #22746 ([perl #29102] Crash on assign to lex fh)
37900      Branch: perl
37901            ! t/io/open.t
37902 ____________________________________________________________________________
37903 [ 22777] By: davem                                 on 2004/05/03  20:48:53
37904         Log: add test for change #22776 ("open m" crashes Perl)
37905      Branch: perl
37906            ! t/io/open.t
37907 ____________________________________________________________________________
37908 [ 22776] By: davem                                 on 2004/05/03  20:26:22
37909         Log: perl -e "open m" crashes Perl
37910      Branch: perl
37911            ! toke.c
37912 ____________________________________________________________________________
37913 [ 22775] By: davem                                 on 2004/05/03  18:52:39
37914         Log: scalar delete of empty slice returned garbage
37915      Branch: perl
37916            ! pp.c t/op/delete.t
37917 ____________________________________________________________________________
37918 [ 22774] By: davem                                 on 2004/05/03  17:44:44
37919         Log: split could leave an array without &PL_sv_undef
37920              in the unused elements
37921      Branch: perl
37922            ! pp.c t/op/split.t
37923 ____________________________________________________________________________
37924 [ 22773] By: nicholas                              on 2004/05/03  13:59:08
37925         Log: Subject: Re: "fuzzy" in mktables
37926              From: Jarkko Hietaniemi <jhi@iki.fi>
37927              Message-ID: <4093A82B.6040609@iki.fi>
37928              Date: Sat, 01 May 2004 16:37:47 +0300
37929      Branch: perl
37930            ! lib/unicore/mktables
37931 ____________________________________________________________________________
37932 [ 22772] By: davem                                 on 2004/05/03  13:33:21
37933         Log: remove spurious intentation in utf8_pva.pl
37934      Branch: perl
37935            ! lib/utf8_pva.pl
37936 ____________________________________________________________________________
37937 [ 22771] By: davem                                 on 2004/05/03  13:28:24
37938         Log: ensure that utf8 Perl code magically called from a regex localizes $.
37939      Branch: perl
37940            ! lib/utf8_pva.pl
37941 ____________________________________________________________________________
37942 [ 22770] By: nicholas                              on 2004/05/03  11:19:10
37943         Log: Integrate:
37944              [ 22694]
37945              For maint, I don't think that we can have sperl go sulky if invoked
37946              from a #! line. So keep .../sperl functional, and have the /dev/fd/...
37947              only set ID exectuable reside under a different name (suidperl)
37948
37949              [ 22700]
37950              The set uid perl is now called setuidperl. Not suidperl.
37951              Which I discover is hardlinked from sperl by ./installperl
37952              elsewhere. Helpfully confusing installperl script.
37953
37954              [ 22718]
37955              Revert 22700 (as part of changes suggested by Brendan O'Dea)
37956
37957              [ 22719]
37958              Revert 22694
37959
37960              [ 22720]
37961              Simpler suggstion to resolve the #!/usr/bin/suidperl vs. the set uid
37962              binary must have fd script conundrum, as suggested by Brendan O'Dea
37963              Plus restore the more helpful error message from 22694 and the gist
37964              of the perl584delta changes from 22700
37965      Branch: perl
37966           !> INSTALL installperl perl.c pod/perldiag.pod pod/perlsec.pod
37967 ____________________________________________________________________________
37968 [ 22769] By: nicholas                              on 2004/05/03  10:37:45
37969         Log: Subject: [perl #29073] Reference to incorrect method in documentation of
37970              From: "bob@starlabs.net (via RT)" <perlbug-followup@perl.org>
37971              Message-ID: <rt-3.0.8-29073-85903.18.1381766820328@perl.org>
37972              Date: 22 Apr 2004 10:49:22 -0000
37973      Branch: perl
37974            ! lib/Text/ParseWords.pm
37975 ____________________________________________________________________________
37976 [ 22768] By: nicholas                              on 2004/05/02  22:40:18
37977         Log: It seems daft to me that we have a synopis example that will fail if
37978              gcc happened to be invoked via the name cc, and completely ignores
37979              the far more reliable 'gccversion' variable
37980              So here's one using 'usethreads' that ought to work everywhere.
37981      Branch: perl
37982            ! configpm
37983 ____________________________________________________________________________
37984 [ 22765] By: nicholas                              on 2004/05/02  18:18:25
37985         Log: Make t/uni/class.t pass on case insensitive file systems
37986      Branch: perl
37987            ! t/uni/class.t
37988 ____________________________________________________________________________
37989 [ 22764] By: nicholas                              on 2004/05/02  17:57:12
37990         Log: Save some repeated strlen()s in Perl_swash_init
37991      Branch: perl
37992            ! utf8.c
37993 ____________________________________________________________________________
37994 [ 22763] By: nicholas                              on 2004/05/01  14:07:45
37995         Log: And that same fool forgot to add the not-really-needed "fuzzy" versions
37996              of some binary property files
37997      Branch: perl
37998            + lib/unicore/lib/gc_sc/Dash2.pl
37999            + lib/unicore/lib/gc_sc/Hyphen2.pl
38000            + lib/unicore/lib/gc_sc/Radical2.pl
38001 ____________________________________________________________________________
38002 [ 22762] By: nicholas                              on 2004/05/01  14:06:05
38003         Log: Some fool removed lib/unicore/ArabicShaping.txt    in change 22760
38004      Branch: perl
38005            ! MANIFEST
38006 ____________________________________________________________________________
38007 [ 22761] By: nicholas                              on 2004/05/01  14:02:59
38008         Log: Avoid mktables generating Sterm.pl and Sterm.pl in the same directory
38009              by making the %BaseName check global
38010      Branch: perl
38011            + lib/unicore/lib/gc_sc/Sterm2.pl
38012            - lib/unicore/lib/gc_sc/Sterm.pl
38013            ! MANIFEST lib/unicore/Canonical.pl
38014            ! lib/unicore/lib/gc_sc/Dash.pl lib/unicore/lib/gc_sc/Hyphen.pl
38015            ! lib/unicore/lib/gc_sc/Radical.pl lib/unicore/mktables
38016 ____________________________________________________________________________
38017 [ 22760] By: nicholas                              on 2004/05/01  13:17:09
38018         Log: Remove the no-longer autogenerated Unicode files
38019      Branch: perl
38020            - (delete 322 files)
38021            ! MANIFEST
38022 ____________________________________________________________________________
38023 [ 22759] By: nicholas                              on 2004/05/01  11:16:35
38024         Log: mktables requires post 5.005
38025      Branch: perl
38026            ! lib/unicore/mktables
38027 ____________________________________________________________________________
38028 [ 22758] By: davem                                 on 2004/04/30  11:48:55
38029         Log: disable problematical 'uninitialized value' warning tests
38030      Branch: perl
38031            ! t/lib/warnings/9uninit
38032 ____________________________________________________________________________
38033 [ 22757] By: rgs                                   on 2004/04/30  11:32:03
38034         Log: Follow-up to previous patch: the mX?PUSH[inup] macros
38035              should handle 'set' magic, just like the X?PUSH[inup]
38036              counterparts.
38037      Branch: perl
38038            ! pod/perlapi.pod pp.h
38039 ____________________________________________________________________________
38040 [ 22756] By: rgs                                   on 2004/04/30  10:15:00
38041         Log: Subject: [PATCH] Document limitations in PUSHi et al macros and add new mPUSHi et al macros
38042              From: Steve Hay <steve.hay@uk.radan.com>
38043              Date: Fri, 30 Apr 2004 10:07:21 +0100
38044              Message-ID: <40921749.3050600@uk.radan.com>
38045      Branch: perl
38046            ! pod/perlapi.pod pod/perlguts.pod pp.h
38047 ____________________________________________________________________________
38048 [ 22755] By: nicholas                              on 2004/04/29  18:30:18
38049         Log: Fix 29149 - another UTF8 cache bug hit by substr.
38050              Regression test from:
38051
38052              Subject: Re: [perl #29149] substr/UTF8 related problem with perl 5.8.3 on linux
38053              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
38054              Message-Id: <20040429103926.5BA6.BQW10602@nifty.com>
38055              Date: Thu, 29 Apr 2004 10:53:17 +0900
38056      Branch: perl
38057            ! sv.c t/op/substr.t
38058 ____________________________________________________________________________
38059 [ 22754] By: mhx                                   on 2004/04/29  18:29:28
38060         Log: More unpack cleanups.
38061      Branch: perl
38062            ! pp_pack.c
38063 ____________________________________________________________________________
38064 [ 22753] By: mhx                                   on 2004/04/29  17:50:40
38065         Log: CXUX_BROKEN_CONSTANT_CONVERT isn't used anymore.
38066              Remove all associated code.
38067      Branch: perl
38068            ! hints/cxux.sh pp_pack.c
38069 ____________________________________________________________________________
38070 [ 22752] By: mhx                                   on 2004/04/29  17:38:32
38071         Log: The openbsd 64-bit test should use $uquadtype rather
38072              than hardcoding unsigned long long.
38073      Branch: perl
38074            ! hints/openbsd.sh
38075 ____________________________________________________________________________
38076 [ 22751] By: ams                                   on 2004/04/29  08:24:31
38077         Log: Update to Test.pm 1.25 (from SBURKE).
38078      Branch: perl
38079            + lib/Test/t/05_about_verbose.t lib/Test/t/multiline.t
38080            ! MANIFEST lib/Test.pm
38081 ____________________________________________________________________________
38082 [ 22750] By: mhx                                   on 2004/04/28  20:53:29
38083         Log: When configuring for 64-bit support, check that the
38084              C library functions for casting floating point values
38085              to 64-bit integer values are not broken.
38086      Branch: perl
38087            ! hints/openbsd.sh
38088 ____________________________________________________________________________
38089 [ 22749] By: rgs                                   on 2004/04/28  18:28:07
38090         Log: Fix for [perl #28963]: find2perl was sometimes generating
38091              invalid code.
38092      Branch: perl
38093            ! x2p/find2perl.PL
38094 ____________________________________________________________________________
38095 [ 22748] By: rgs                                   on 2004/04/28  13:01:13
38096         Log: Subject: [PATCH] Add diagnostics section to base.pm
38097              From: "Jos I. Boumans" <kane@dwim.org>
38098              Date: Wed, 28 Apr 2004 13:04:47 +0200
38099              Message-Id: <DC9B4A9C-9903-11D8-BA95-000A956B0E06@dwim.org>
38100      Branch: perl
38101            ! lib/base.pm
38102 ____________________________________________________________________________
38103 [ 22747] By: merijn                                on 2004/04/28  12:42:50
38104         Log: Subject: [perl #29033] typo in description of sleep in documentation of POSIX module
38105              Date: 21 Apr 2004 11:07:22 -0000
38106              From: "bob@starlabs.net (via RT)" <perlbug-followup@perl.org>
38107              Message-ID: <rt-3.0.8-29033-85811.17.0452776199501@perl.org>
38108      Branch: perl
38109            ! ext/POSIX/POSIX.pod
38110 ____________________________________________________________________________
38111 [ 22746] By: davem                                 on 2004/04/27  22:21:35
38112         Log: fix a coredump caused by rv2gv not fully converting a PV to an RV
38113      Branch: perl
38114            ! pp.c
38115 ____________________________________________________________________________
38116 [ 22745] By: mhx                                   on 2004/04/27  20:38:00
38117         Log: Cleanup variables in S_(un)pack_rec().
38118              This also works around a gcc optimizer bug on dec_osf/alpha.
38119      Branch: perl
38120            ! pp_pack.c
38121 ____________________________________________________________________________
38122 [ 22744] By: rgs                                   on 2004/04/27  08:43:38
38123         Log: Subject: [PATCH utf8_heavy.pl, mktables, et. al.] candidate for TR18 compliance
38124              From: Jeff 'japhy' Pinyan <japhy@perlmonk.org>
38125              Date: Thu, 22 Apr 2004 14:31:30 -0400 (EDT)
38126              Message-ID: <Pine.LNX.4.44.0404221429040.10466-101000@perlmonk.org>
38127
38128              Date: Mon, 26 Apr 2004 12:37:21 -0400 (EDT)
38129              Message-ID: <Pine.LNX.4.44.0404261222320.7154-400000@perlmonk.org>
38130      Branch: perl
38131            + (add 406 files)
38132            ! MANIFEST lib/unicore/Canonical.pl
38133            ! lib/unicore/CombiningClass.pl lib/unicore/Decomposition.pl
38134            ! lib/unicore/Exact.pl lib/unicore/Name.pl
38135            ! lib/unicore/Properties lib/unicore/To/Digit.pl
38136            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
38137            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
38138            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perlunicode.pod
38139            ! t/op/pat.t t/uni/class.t
38140 ____________________________________________________________________________
38141 [ 22743] By: merijn                                on 2004/04/26  22:20:30
38142         Log: usemallocwrap works on AIX, but not with vac-5
38143              Date: Mon, 26 Apr 2004 15:35:23 +0200
38144              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38145              Subject: Re: Perl 5.8.4 "panic: memory wrap" in miniperl on AIX 5.1
38146              Message-Id: <20040426152951.A6C4.H.M.BRAND@hccnet.nl>
38147      Branch: perl
38148            ! hints/aix.sh hints/aix_4.sh
38149 ____________________________________________________________________________
38150 [ 22742] By: davem                                 on 2004/04/24  12:53:07
38151         Log: fix 64-bit casting error in change 22741 (uninit var warnings)
38152      Branch: perl
38153            ! sv.c
38154 ____________________________________________________________________________
38155 [ 22741] By: davem                                 on 2004/04/23  20:43:02
38156         Log: Include variable names in "Use of uninitialized value" warnings
38157      Branch: perl
38158            + t/lib/warnings/9uninit
38159            ! MANIFEST doio.c embed.fnc embed.h ext/DB_File/DB_File.pm
38160            ! ext/DB_File/t/db-recno.t lib/Math/BigInt.pm
38161            ! lib/Math/BigInt/t/mbimbf.inc lib/Tie/RefHash.t lib/charnames.t
38162            ! mg.c perl.h pod/perldiag.pod pod/perlintern.pod pp.c pp_hot.c
38163            ! proto.h sv.c t/lib/warnings/1global t/lib/warnings/2use
38164            ! t/lib/warnings/3both t/lib/warnings/4lint
38165            ! t/lib/warnings/7fatal t/lib/warnings/doio t/lib/warnings/mg
38166            ! t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
38167            ! t/lib/warnings/pp_pack t/lib/warnings/sv t/lib/warnings/util
38168            ! t/run/fresh_perl.t t/run/runenv.t
38169 ____________________________________________________________________________
38170 [ 22739] By: rgs                                   on 2004/04/23  13:32:31
38171         Log: Subject: [PATCH] unfork the debugger (patch for 5.9.x)
38172              From: Richard.Foley@t-online.de (Richard Foley)
38173              Date: Fri, 23 Apr 2004 06:33:34 +0200
38174              Message-Id: <200404230633.34402.richard.foley@rfi.net>
38175      Branch: perl
38176            ! lib/perl5db.pl
38177 ____________________________________________________________________________
38178 [ 22737] By: nicholas                              on 2004/04/23  10:31:20
38179         Log: Ooops. Forgot to update pod.lst, and all that ensues with that
38180      Branch: perl
38181            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
38182            ! vms/descrip_mms.template win32/pod.mak
38183 ____________________________________________________________________________
38184 [ 22736] By: nicholas                              on 2004/04/23  10:11:26
38185         Log: Integrate:
38186              [ 22165]
38187              Create perl584delta.pod
38188              (Not that I'm really proposing to start work on 5.8.4 today)
38189
38190              [ 22650]
38191              Updates from Stas Bekman, Brendan O'Dea and Hugo
38192
38193              [ 22655]
38194              Tweaks from Hugo and Liz
38195
38196              [ 22677]
38197              Improvements from Jarkko
38198
38199              [ 22684]
38200              Integrate:
38201              [ 22665]
38202              AIX-4 with xlc does not like malloc wrap
38203
38204              [ 22666]
38205              Test drives are fun. Implement ccversion for Itanium HP-UX 11.23
38206
38207              [ 22698]
38208              Clarify AIX and win32's malloc wrapping
38209
38210              [ 22700]
38211              The set uid perl is now called setuidperl. Not suidperl.
38212              Which I discover is hardlinked from sperl by ./installperl
38213              elsewhere. Helpfully confusing installperl script.
38214
38215              [ 22703]
38216              More perldelta updates
38217
38218              [ 22710]
38219              Subject:  spelling
38220              From:  Jarkko Hietaniemi <jhi@cc.hut.fi>
38221              Date:  Fri, 16 Apr 2004 21:18:18 +0300 (EEST)
38222              Message-Id:  <200404161818.i3GIIILh391648@kosh.hut.fi>
38223
38224              [ 22718]
38225              Revert 22700 (as part of changes suggested by Brendan O'Dea)
38226
38227              [ 22720]
38228              Simpler suggstion to resolve the #!/usr/bin/suidperl vs. the set uid
38229              binary must have fd script conundrum, as suggested by Brendan O'Dea
38230              Plus restore the more helpful error message from 22694 and the gist
38231              of the perl584delta changes from 22700
38232
38233              [ 22731]
38234              Oink, oink, flap, flap!
38235      Branch: perl
38236           +> pod/perl584delta.pod
38237            ! MANIFEST
38238           !> pod/perlhist.pod
38239 ____________________________________________________________________________
38240 [ 22735] By: merijn                                on 2004/04/23  10:11:23
38241         Log: Subject: [PATCH] Where to find nmake for windows
38242              From: Abe Timmerman <abe@ztreet.demon.nl>
38243              Date: Thu, 22 Apr 2004 23:57:40 +0200
38244              Message-Id: <200404222357.40508.abe@ztreet.demon.nl>
38245              Changed download URL references for nmake
38246      Branch: perl
38247            ! README.win32 pod/perlmodinstall.pod
38248 ____________________________________________________________________________
38249 [ 22734] By: mhx                                   on 2004/04/23  04:07:25
38250         Log: Subject: [PATCH for testing/review] byte-order modifiers for (un)pack templates
38251              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
38252              Date: Wed, 21 Apr 2004 21:09:20 +0200
38253              Message-Id: <20040421210920.3c467772@r2d2>
38254      Branch: perl
38255            ! embed.fnc embed.h perl.h pod/perldiag.pod pod/perlfunc.pod
38256            ! pod/perlport.pod pp_pack.c proto.h t/op/pack.t util.c
38257 ____________________________________________________________________________
38258 [ 22733] By: rgs                                   on 2004/04/22  12:08:35
38259         Log: Missing copyright in the README.
38260      Branch: perl
38261            ! README
38262 ____________________________________________________________________________
38263 [ 22727] By: nicholas                              on 2004/04/21  15:22:29
38264         Log: Subject: [perl #28456] Typo in perlipc man page, and suggestions for same
38265              From: Axel Boldt (via RT) <perlbug-followup@perl.org>
38266              Message-ID: <rt-3.0.8-28456-84424.10.5222745276547@perl.org>
38267              Date: 11 Apr 2004 13:08:17 -0000
38268      Branch: perl
38269            ! pod/perlipc.pod
38270 ____________________________________________________________________________
38271 [ 22725] By: nicholas                              on 2004/04/21  14:21:57
38272         Log: Punt the "reporting bugs" section to the top.
38273              Reorder the description of what to do, to start with the most common
38274              case.
38275              Clarify "how to report bugs effectively" (and why it benefits you)
38276      Branch: perl
38277            ! INSTALL
38278 ____________________________________________________________________________
38279 [ 22724] By: nicholas                              on 2004/04/21  12:51:43
38280         Log: This should be L<>
38281      Branch: perl
38282            ! INSTALL
38283 ____________________________________________________________________________
38284 [ 22723] By: nicholas                              on 2004/04/21  09:42:35
38285         Log: INSTALL didn't mention the 5.8.2 hash changes. Fixed
38286      Branch: perl
38287            ! INSTALL
38288 ____________________________________________________________________________
38289 [ 22722] By: nicholas                              on 2004/04/21  09:25:34
38290         Log: We should be telling people about ..exp, else they use the unexpanded
38291              forms and shaft anyone who installs a private perl within ~
38292      Branch: perl
38293            ! INSTALL
38294 ____________________________________________________________________________
38295 [ 22721] By: rgs                                   on 2004/04/21  08:36:38
38296         Log: Subject: [patch] log the interpreter id in warnings
38297              From: Stas Bekman <stas@stason.org>
38298              Date: Mon, 19 Apr 2004 18:10:01 -0700
38299              Message-ID: <40847869.1000906@stason.org>
38300      Branch: perl
38301            ! gv.c handy.h hv.c perl.c sv.c
38302 ____________________________________________________________________________
38303 [ 22717] By: rgs                                   on 2004/04/20  12:27:18
38304         Log: Subject: [PATCH] Sync Term::Cap with CPAN version
38305              From: Jonathan Stowe <jns@gellyfish.com>
38306              Date: Tue, 20 Apr 2004 12:37:28 +0100
38307              Message-Id: <1082461047.2736.96.camel@localhost>
38308      Branch: perl
38309            ! lib/Term/Cap.pm
38310 ____________________________________________________________________________
38311 [ 22716] By: rgs                                   on 2004/04/19  12:26:35
38312         Log: Fix for [perl #28919] : sometimes the function ck_ftst was trying
38313              to read an op that was just freed, which was obviously illegal.
38314      Branch: perl
38315            ! op.c
38316 ____________________________________________________________________________
38317 [ 22715] By: rgs                                   on 2004/04/19  09:34:01
38318         Log: Upgrade to FileCache 1.04.
38319      Branch: perl
38320            ! lib/FileCache.pm
38321 ____________________________________________________________________________
38322 [ 22714] By: rgs                                   on 2004/04/19  08:57:17
38323         Log: New file left out of the last commit.
38324      Branch: perl
38325            + t/uni/class.t
38326 ____________________________________________________________________________
38327 [ 22713] By: rgs                                   on 2004/04/19  08:56:28
38328         Log: Subject: Re: [PATCH] lib/utf8_heavy.pl -- cascading classes and '&' support
38329              From: "Jeff 'japhy' Pinyan" <japhy@perlmonk.org>
38330              Date: Wed, 14 Apr 2004 17:01:38 -0400 (EDT)
38331              Message-ID: <Pine.LNX.4.44.0404141659480.11423-301000@perlmonk.org>
38332      Branch: perl
38333            ! MANIFEST pod/perlunicode.pod
38334 ____________________________________________________________________________
38335 [ 22712] By: rgs                                   on 2004/04/19  08:30:20
38336         Log: Subject: Re: [perl #28532] optional match of an anchor gets ignored
38337              From: hv@crypt.org
38338              Date: Wed, 14 Apr 2004 19:30:46 +0100
38339              Message-Id: <200404141830.i3EIUko03728@zen.crypt.org>
38340      Branch: perl
38341            ! regcomp.c regexec.c t/op/pat.t
38342 ____________________________________________________________________________
38343 [ 22708] By: nicholas                              on 2004/04/17  13:25:41
38344         Log: Integrate:
38345              [ 22661]
38346              This is RC1
38347
38348              [ 22705]
38349              This is RC2
38350      Branch: perl
38351           !> pod/perlhist.pod
38352 ____________________________________________________________________________
38353 [ 22706] By: rgs                                   on 2004/04/16  15:53:37
38354         Log: On Linux-PPC, using gcc, downgrade to the -O1 optimisation
38355              level (with -O2 miniperl behaves really badly.)
38356      Branch: perl
38357            ! hints/linux.sh
38358 ____________________________________________________________________________
38359 [ 22697] By: merijn                                on 2004/04/15  11:56:32
38360         Log: d_getservbyname_r undef up to at least OpenBSD 3.5
38361              Thanks to Campo Weijerman and Gerard Gerritsen off-list
38362      Branch: perl
38363            ! hints/openbsd.sh
38364 ____________________________________________________________________________
38365 [ 22696] By: merijn                                on 2004/04/14  16:04:40
38366         Log: #24121: Configure under turkish locale fails
38367              toupper (i) != I  in turkish, but U+0130
38368              \N{LATIN CAPITAL LETTER I WITH DOT ABOVE}
38369              Patch supplied by Rafael
38370      Branch: perl
38371            ! Configure
38372 ____________________________________________________________________________
38373 [ 22693] By: rgs                                   on 2004/04/14  08:28:15
38374         Log: Subject: [PATCH] lib/utf8_heavy.pl -- cascading classes and '&' support
38375              From: Jeff 'japhy' Pinyan <japhy@perlmonk.org>
38376              Date: Mon, 12 Apr 2004 20:24:48 -0400 (EDT)
38377              Message-ID: <Pine.LNX.4.44.0404122011160.3038-200000@perlmonk.org>
38378      Branch: perl
38379            ! lib/utf8_heavy.pl
38380 ____________________________________________________________________________
38381 [ 22692] By: rgs                                   on 2004/04/14  07:26:04
38382         Log: Subject: [PATCH]'s to bring bleadperl up to version-0.39
38383              From: John Peacock <jpeacock@rowman.com>
38384              Date: Tue, 13 Apr 2004 20:51:31 -0400
38385              Message-ID: <407C8B13.9020104@rowman.com>
38386      Branch: perl
38387            ! lib/version.pm lib/version.t t/comp/use.t universal.c util.c
38388 ____________________________________________________________________________
38389 [ 22691] By: rgs                                   on 2004/04/14  07:08:52
38390         Log: Subject: re: [PATCH] for bug 28525: Buffer overflow issue in the Win32 distribution of 5.8.3
38391              From: Jan Dubois <jand@ActiveState.com>
38392              Date: Tue, 13 Apr 2004 19:49:32 -0700
38393              Message-ID: <vm7p70h7au8unrnq4jp85oich7n71ar5ab@4ax.com
38394      Branch: perl
38395            ! win32/win32.c
38396 ____________________________________________________________________________
38397 [ 22689] By: mhx                                   on 2004/04/12  06:53:24
38398         Log: Borland C doesn't like PERL_MALLOC_WRAP.
38399              Until I know why, the fix is to disable it.
38400      Branch: perl
38401            ! win32/config_H.bc
38402 ____________________________________________________________________________
38403 [ 22688] By: davem                                 on 2004/04/11  14:27:26
38404         Log: Stop PL_comppad pointing to a freed pad during global destruction
38405      Branch: perl
38406            ! sv.c
38407 ____________________________________________________________________________
38408 [ 22687] By: davem                                 on 2004/04/11  13:13:35
38409         Log: Make global cleanup fractionally faster by giving S_visit()
38410              flags/mask to compare SVs against.
38411      Branch: perl
38412            ! embed.fnc embed.h proto.h sv.c
38413 ____________________________________________________________________________
38414 [ 22686] By: gbarr                                 on 2004/04/10  08:08:42
38415         Log: Sync with libnet 1.18
38416      Branch: perl
38417            + lib/Net/Changes.libnet lib/Net/t/datasend.t
38418            - lib/Net/ChangeLog.libnet
38419            ! MANIFEST lib/Net/Cmd.pm lib/Net/FTP.pm lib/Net/NNTP.pm
38420            ! lib/Net/POP3.pm lib/Net/README.libnet lib/Net/SMTP.pm
38421            ! lib/Net/Time.pm lib/Net/t/hostname.t
38422 ____________________________________________________________________________
38423 [ 22685] By: mhx                                   on 2004/04/10  06:37:30
38424         Log: Remove two unused variables that gcc used to warn about.
38425      Branch: perl
38426            ! util.c
38427 ____________________________________________________________________________
38428 [ 22682] By: rgs                                   on 2004/04/09  11:44:34
38429         Log: Subject: Re: #28386: UNIVERSAL::VERSION segfaults if $VERSION not defined (w/ patch to fix universal.c)
38430              From: David Dyck <david.dyck@fluke.com>
38431              Date: Thu, 8 Apr 2004 19:02:26 -0700 (PDT)
38432              Message-ID: <Pine.LNX.4.51.0404081843290.29618@dd.tc.fluke.com>
38433      Branch: perl
38434            ! universal.c
38435 ____________________________________________________________________________
38436 [ 22681] By: rgs                                   on 2004/04/09  07:04:48
38437         Log: find2perl should not default to -print when -eval is specified.
38438              Noticed by David Dyck.
38439      Branch: perl
38440            ! x2p/find2perl.PL
38441 ____________________________________________________________________________
38442 [ 22680] By: rgs                                   on 2004/04/09  06:58:51
38443         Log: Upgrade to Time::HiRes 1.59.
38444      Branch: perl
38445            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
38446            ! ext/Time/HiRes/HiRes.xs
38447 ____________________________________________________________________________
38448 [ 22675] By: rgs                                   on 2004/04/08  13:00:59
38449         Log: Upgrade to Digest 1.06.
38450      Branch: perl
38451            ! lib/Digest.pm
38452 ____________________________________________________________________________
38453 [ 22674] By: rgs                                   on 2004/04/08  12:57:48
38454         Log: Upgrade to Digest 1.06.
38455      Branch: perl
38456            ! lib/Digest.pm
38457 ____________________________________________________________________________
38458 [ 22673] By: rgs                                   on 2004/04/08  09:59:22
38459         Log: Upgrade to Time::HiRes 1.57.
38460      Branch: perl
38461            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
38462            ! ext/Time/HiRes/HiRes.xs
38463 ____________________________________________________________________________
38464 [ 22672] By: nicholas                              on 2004/04/07  20:48:04
38465         Log: Make gmtime and localtime cross reference each other.
38466              Suggested by Dan Jacobson
38467      Branch: perl
38468            ! pod/perlfunc.pod
38469 ____________________________________________________________________________
38470 [ 22671] By: merijn                                on 2004/04/07  17:54:10
38471         Log: Integrated Time-Local-1.09 from Dave Rolsky
38472              Corrected a wrap error from the CPAN version to match #22670
38473              Tested on AIX to make sure the skip is still needed
38474      Branch: perl
38475            ! lib/Time/Local.pm lib/Time/Local.t
38476 ____________________________________________________________________________
38477 [ 22670] By: merijn                                on 2004/04/07  12:03:11
38478         Log: Disable the edge case tests for timegm and timelocal on
38479              AIX-4.3 since the OS is obsoleted, and fixes are not to
38480              be expected
38481      Branch: perl
38482            ! lib/Time/Local.t
38483 ____________________________________________________________________________
38484 [ 22669] By: rgs                                   on 2004/04/07  08:26:48
38485         Log: Fix command-line quoting under Windows for the new optree tests
38486              Subject: Re: Smoke [5.9.2] 22666 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
38487              From: Steve Hay <steve.hay@uk.radan.com>
38488              Date: Wed, 07 Apr 2004 09:46:01 +0100
38489              Message-ID: <4073BFC9.10707@uk.radan.com>
38490      Branch: perl
38491            ! ext/B/t/optree_samples.t
38492 ____________________________________________________________________________
38493 [ 22668] By: rgs                                   on 2004/04/07  08:00:07
38494         Log: Subject: [PATCH] Bleadperl to version 0.37
38495              From: John Peacock <jpeacock@rowman.com>
38496              Date: Tue, 06 Apr 2004 21:56:19 -0400
38497              Message-ID: <40735FC3.5010305@rowman.com>
38498      Branch: perl
38499            ! embed.fnc embed.h global.sym lib/version.pm lib/version.t
38500            ! pod/perlapi.pod proto.h t/comp/use.t t/op/universal.t
38501            ! universal.c util.c
38502 ____________________________________________________________________________
38503 [ 22667] By: rgs                                   on 2004/04/07  07:37:59
38504         Log: The optree builder was looping when constructing the ops
38505              for a map/grep block containing a while(1).
38506              (Bug reported by Pixel.)
38507      Branch: perl
38508            ! op.c t/op/grep.t
38509 ____________________________________________________________________________
38510 [ 22666] By: merijn                                on 2004/04/06  14:44:29
38511         Log: Test drives are fun. Implement ccversion for Itanium HP-UX 11.23
38512      Branch: perl
38513            ! hints/hpux.sh
38514 ____________________________________________________________________________
38515 [ 22665] By: merijn                                on 2004/04/06  13:34:14
38516         Log: AIX-4 with xlc does not like malloc wrap
38517      Branch: perl
38518            ! hints/aix_4.sh
38519 ____________________________________________________________________________
38520 [ 22664] By: rgs                                   on 2004/04/06  07:29:30
38521         Log: Subject: Re: tests for change #22539
38522              From: Jim Cromie <jcromie@divsol.com>
38523              Date: Tue, 30 Mar 2004 14:39:31 -0700
38524              Message-ID: <4069E913.5040906@divsol.com>
38525              (with some spelling tweaks)
38526      Branch: perl
38527            + ext/B/t/OptreeCheck.pm ext/B/t/optree_check.t
38528            + ext/B/t/optree_concise.t ext/B/t/optree_samples.t
38529            + ext/B/t/optree_sort.t ext/B/t/optree_varinit.t
38530            ! MANIFEST ext/B/B/Concise.pm ext/B/t/concise.t t/test.pl
38531 ____________________________________________________________________________
38532 [ 22663] By: mhx                                   on 2004/04/06  03:40:10
38533         Log: Make the ! suffix handle n/N/v/V as signed integers
38534              within pack templates.
38535      Branch: perl
38536            ! pod/perlfunc.pod pp_pack.c t/op/pack.t
38537 ____________________________________________________________________________
38538 [ 22662] By: mhx                                   on 2004/04/05  20:03:03
38539         Log: C<undef> doesn't look like a number. See also:
38540
38541              Subject: Re: [perl #27606] undef "looks like" a number
38542              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
38543              Date: Mon, 15 Mar 2004 22:16:26 +0100
38544              Message-Id: <20040315221626.48061c67@r2d2>
38545      Branch: perl
38546            ! ext/List/Util/lib/List/Util.pm
38547            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/lln.t
38548            ! pp_ctl.c sv.c
38549 ____________________________________________________________________________
38550 [ 22656] By: nicholas                              on 2004/04/05  15:55:18
38551         Log: Subject: Re: perldelta584
38552              From: Craig Berry <craigberry@mac.com>
38553              Message-ID: <12587569.1081180932766.JavaMail.craigberry@mac.com>
38554              Date: Mon, 05 Apr 2004 11:02:12 -0500
38555
38556              (makes malloc wrap the default on VMS)
38557      Branch: perl
38558            ! configure.com
38559 ____________________________________________________________________________
38560 [ 22654] By: rgs                                   on 2004/04/05  15:24:49
38561         Log: Subject: ref ($proto) || $proto patch
38562              From: Ovid <publiustemp-p5p@yahoo.com>
38563              Date: Sat, 03 Apr 2004 18:59:22 -0800
38564              Message-ID: <406F7A0A.50702@yahoo.com>
38565              (with minor reformatting)
38566      Branch: perl
38567            ! pod/perlobj.pod pod/perltoot.pod
38568 ____________________________________________________________________________
38569 [ 22652] By: rgs                                   on 2004/04/05  12:51:10
38570         Log: Subject: sv_pvutf8n_force and sv_pvbyten_force
38571              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
38572              Date: Wed, 24 Mar 2004 00:16:52 +0900
38573              Message-Id: <20040324001126.098F.BQW10602@nifty.com>
38574      Branch: perl
38575            ! sv.c
38576 ____________________________________________________________________________
38577 [ 22651] By: rgs                                   on 2004/04/05  11:50:10
38578         Log: wantarray docs should mention effect of eval { wantarray }
38579              as reported by Tim Bunce. Add a note to this effect in perlfunc,
38580              and regression tests for it.
38581      Branch: perl
38582            ! pod/perlfunc.pod t/op/wantarray.t
38583 ____________________________________________________________________________
38584 [ 22649] By: nicholas                              on 2004/04/05  08:57:18
38585         Log: More AUTHORS who deserve credit for patches
38586      Branch: perl
38587            ! AUTHORS
38588 ____________________________________________________________________________
38589 [ 22646] By: nicholas                              on 2004/04/04  16:32:54
38590         Log: Hand merge patch from maint back to blead.
38591      Branch: perl
38592            ! ext/threads/threads.pm
38593 ____________________________________________________________________________
38594 [ 22642] By: nicholas                              on 2004/04/04  13:07:50
38595         Log: Bump version numbers for modules that have changed since 5.8.3
38596      Branch: perl
38597            ! ext/B/B/Assembler.pm ext/B/B/Deparse.pm
38598            ! ext/DynaLoader/DynaLoader_pm.PL ext/IO/lib/IO/Handle.pm
38599            ! ext/IO/lib/IO/Pipe.pm ext/ODBM_File/ODBM_File.pm
38600            ! ext/threads/threads.pm lib/ExtUtils/Liblist/Kid.pm
38601            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Win95.pm
38602            ! lib/IPC/Open3.pm lib/Unicode/UCD.pm lib/base.pm lib/utf8.pm
38603 ____________________________________________________________________________
38604 [ 22641] By: rgs                                   on 2004/04/02  15:40:15
38605         Log: Fix bug #27940 : \cX escapes weren't working correctly in regular
38606              expression ranges.
38607      Branch: perl
38608            ! t/op/pat.t toke.c
38609 ____________________________________________________________________________
38610 [ 22637] By: davem                                 on 2004/04/02  10:02:06
38611         Log: Subject:  [PATCH] fix utils install problems on VMS
38612              From:  "Craig A. Berry" <craigberry@mac.com>
38613              Date:  Thu, 01 Apr 2004 20:19:53 -0600
38614              Message-Id:  <406CCDC9.7000500@mac.com>
38615
38616              We were not running utils/instmodsh.PL or utils/xsubpp.PL during
38617              the build, so installperl would not find the generated programs at
38618              install time.
38619              Also fixed several problems with the command definitions for the
38620              utilities
38621      Branch: perl
38622            ! configure.com vms/descrip_mms.template
38623 ____________________________________________________________________________
38624 [ 22636] By: davem                                 on 2004/04/01  22:00:40
38625         Log: Subject:  [PATCH] archname salad on VMS
38626              From:  "Craig A. Berry" <craigberry@mac.com>
38627              Date:  Thu, 01 Apr 2004 14:16:32 -0600
38628              Message-Id:  <406C78A0.2070009@mac.com>
38629
38630              sort out architecture-specific directory names for OpenVMS
38631              Itanium port
38632      Branch: perl
38633            ! configure.com vms/descrip_mms.template
38634 ____________________________________________________________________________
38635 [ 22635] By: davem                                 on 2004/04/01  20:27:14
38636         Log: Fix change #22376. Only mark a const as short-circuited
38637              if it's actually a const!
38638      Branch: perl
38639            ! op.c
38640 ____________________________________________________________________________
38641 [ 22630] By: nicholas                              on 2004/04/01  15:15:10
38642         Log: debug the instructions on upgrading Unicode
38643      Branch: perl
38644            ! lib/unicore/README.perl
38645 ____________________________________________________________________________
38646 [ 22625] By: mhx                                   on 2004/04/01  06:01:25
38647         Log: Fix and tests for [perl #28123] Perl optimizes // away incorrectly
38648      Branch: perl
38649            ! op.c t/op/dor.t
38650 ____________________________________________________________________________
38651 [ 22624] By: davem                                 on 2004/03/31  20:33:52
38652         Log: + (\$) prototype = bad free
38653              av_delete() didn't reify. I also updated its description
38654      Branch: perl
38655            ! av.c t/op/args.t
38656 ____________________________________________________________________________
38657 [ 22621] By: nicholas                              on 2004/03/31  15:05:40
38658         Log: Upgrade to Unicode 4.0.1
38659      Branch: perl
38660            + lib/unicore/lib/Katakan2.pl lib/unicore/lib/Sterm.pl
38661            + lib/unicore/lib/Variatio.pl
38662            ! MANIFEST lib/Unicode/UCD.t lib/unicore/ArabLink.pl
38663            ! lib/unicore/ArabLnkGrp.pl lib/unicore/ArabicShaping.txt
38664            ! lib/unicore/Bidirectional.pl lib/unicore/Blocks.pl
38665            ! lib/unicore/Blocks.txt lib/unicore/Canonical.pl
38666            ! lib/unicore/CaseFolding.txt lib/unicore/Category.pl
38667            ! lib/unicore/HangulSyllableType.txt lib/unicore/Index.txt
38668            ! lib/unicore/Jamo.txt lib/unicore/Lbrk.pl
38669            ! lib/unicore/LineBreak.txt lib/unicore/PropList.txt
38670            ! lib/unicore/PropValueAliases.txt lib/unicore/Properties
38671            ! lib/unicore/PropertyAliases.txt lib/unicore/ReadMe.txt
38672            ! lib/unicore/Scripts.pl lib/unicore/Scripts.txt
38673            ! lib/unicore/SpecialCasing.txt lib/unicore/To/Digit.pl
38674            ! lib/unicore/UnicodeData.txt lib/unicore/lib/Arabic.pl
38675            ! lib/unicore/lib/Armenian.pl lib/unicore/lib/Bengali.pl
38676            ! lib/unicore/lib/BidiBN.pl lib/unicore/lib/BidiCS.pl
38677            ! lib/unicore/lib/BidiEN.pl lib/unicore/lib/BidiES.pl
38678            ! lib/unicore/lib/BidiET.pl lib/unicore/lib/BidiL.pl
38679            ! lib/unicore/lib/BidiON.pl lib/unicore/lib/Bopomofo.pl
38680            ! lib/unicore/lib/Braille.pl lib/unicore/lib/Buhid.pl
38681            ! lib/unicore/lib/C.pl lib/unicore/lib/Canadian.pl
38682            ! lib/unicore/lib/Cf.pl lib/unicore/lib/Cherokee.pl
38683            ! lib/unicore/lib/Cntrl.pl lib/unicore/lib/Common.pl
38684            ! lib/unicore/lib/Cypriot.pl lib/unicore/lib/Cyrillic.pl
38685            ! lib/unicore/lib/Deseret.pl lib/unicore/lib/Devanaga.pl
38686            ! lib/unicore/lib/Ethiopic.pl lib/unicore/lib/Georgian.pl
38687            ! lib/unicore/lib/Gothic.pl lib/unicore/lib/Greek.pl
38688            ! lib/unicore/lib/Gujarati.pl lib/unicore/lib/Gurmukhi.pl
38689            ! lib/unicore/lib/Han.pl lib/unicore/lib/Hangul.pl
38690            ! lib/unicore/lib/Hanunoo.pl lib/unicore/lib/Hebrew.pl
38691            ! lib/unicore/lib/Hiragana.pl lib/unicore/lib/InCyril2.pl
38692            ! lib/unicore/lib/Inherite.pl lib/unicore/lib/Kannada.pl
38693            ! lib/unicore/lib/Katakana.pl lib/unicore/lib/Khmer.pl
38694            ! lib/unicore/lib/Lao.pl lib/unicore/lib/Latin.pl
38695            ! lib/unicore/lib/Limbu.pl lib/unicore/lib/LinearB.pl
38696            ! lib/unicore/lib/Malayala.pl lib/unicore/lib/Math.pl
38697            ! lib/unicore/lib/Mongolia.pl lib/unicore/lib/Myanmar.pl
38698            ! lib/unicore/lib/Ogham.pl lib/unicore/lib/OldItali.pl
38699            ! lib/unicore/lib/Oriya.pl lib/unicore/lib/Osmanya.pl
38700            ! lib/unicore/lib/OtherDef.pl lib/unicore/lib/OtherGra.pl
38701            ! lib/unicore/lib/OtherMat.pl lib/unicore/lib/Runic.pl
38702            ! lib/unicore/lib/Shavian.pl lib/unicore/lib/Sinhala.pl
38703            ! lib/unicore/lib/SoftDott.pl lib/unicore/lib/Syriac.pl
38704            ! lib/unicore/lib/Tagalog.pl lib/unicore/lib/Tagbanwa.pl
38705            ! lib/unicore/lib/TaiLe.pl lib/unicore/lib/Tamil.pl
38706            ! lib/unicore/lib/Telugu.pl lib/unicore/lib/Terminal.pl
38707            ! lib/unicore/lib/Thaana.pl lib/unicore/lib/Thai.pl
38708            ! lib/unicore/lib/Tibetan.pl lib/unicore/lib/Ugaritic.pl
38709            ! lib/unicore/lib/Yi.pl lib/unicore/lib/Z.pl
38710            ! lib/unicore/lib/Zs.pl lib/unicore/version t/op/pat.t
38711 ____________________________________________________________________________
38712 [ 22619] By: merijn                                on 2004/03/31  13:02:32
38713         Log: Regenerated Configure after backported #22571
38714              Some indent leftovers from earlier patches
38715              We don't like double negatives, not even in comment
38716      Branch: perl
38717            ! Configure
38718 ____________________________________________________________________________
38719 [ 22617] By: merijn                                on 2004/03/31  11:33:09
38720         Log: Subject: Re: [PATCH] MIME::Base64 PERL_NO_GET_CONTEXT
38721              From: Gisle Aas <gisle@ActiveState.com>
38722              Date: 30 Mar 2004 04:29:18 -0800
38723              Message-ID: <lrk712bjs1.fsf@caliper.activestate.com>
38724      Branch: perl
38725            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
38726            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
38727 ____________________________________________________________________________
38728 [ 22615] By: nicholas                              on 2004/03/31  08:24:29
38729         Log: Unknowingly for years we've had a test that has assumed the order
38730              of results from readdir. Fixed.
38731      Branch: perl
38732            ! lib/File/Find/t/find.t
38733 ____________________________________________________________________________
38734 [ 22614] By: nicholas                              on 2004/03/30  21:50:15
38735         Log: Subject: Zaurus SL-[78]60 native compile patch
38736              Message-Id: <46DCC0BF-8199-11D8-8D5B-000A95DBB50A@dan.co.jp>
38737              From: Dan Kogai <dankogai@dan.co.jp>
38738              Date: Tue, 30 Mar 2004 00:53:52 +0900
38739      Branch: perl
38740            ! ext/Errno/Errno_pm.PL
38741 ____________________________________________________________________________
38742 [ 22610] By: davem                                 on 2004/03/29  21:20:35
38743         Log: various win32 build fixes
38744
38745              Subject: Re: [PATCH] Re: MinGW/GCC vs MSVC++ on Win32
38746              From: Steve Hay <steve.hay@uk.radan.com>
38747              Date: Tue, 23 Mar 2004 10:42:12 +0000
38748              Message-ID: <40601484.7040905@uk.radan.com>
38749
38750              Subject: [PATCH] distclean on Win32 should delete perl.base
38751              From: Steve Hay <steve.hay@uk.radan.com>
38752              Date: Tue, 23 Mar 2004 11:35:56 +0000
38753              Message-ID: <4060211C.8020704@uk.radan.com>
38754
38755              Subject: Re: [PATCH] Create debug symbols files on Windows even for release
38756              From: Steve Hay <steve.hay@uk.radan.com>
38757              Date: Fri, 26 Mar 2004 10:46:07 +0000
38758              Message-ID: <406409EF.9020404@uk.radan.com>
38759      Branch: perl
38760            ! win32/Makefile win32/makefile.mk
38761 ____________________________________________________________________________
38762 [ 22609] By: davem                                 on 2004/03/29  20:46:36
38763         Log: Subject: [perl #27986] IPC::Open3 fails in mod_perl (tie bug)
38764              From: "Benjamin J. Tilly" (via RT) <perlbug-followup@perl.org>
38765              Date: 26 Mar 2004 21:02:19 -0000
38766              Message-ID: <rt-3.0.8-27986-82842.3.55447645581215@perl.org>
38767
38768              The forked child should make sure STDIN and STDOUT aren't tied
38769              before messing with them
38770      Branch: perl
38771            ! lib/IPC/Open3.pm
38772 ____________________________________________________________________________
38773 [ 22608] By: davem                                 on 2004/03/29  20:10:05
38774         Log: backout change 22606 (make gv_fullname() include a literal '^')
38775              it breaks select.
38776      Branch: perl
38777            ! gv.c t/op/gv.t
38778 ____________________________________________________________________________
38779 [ 22607] By: davem                                 on 2004/03/28  15:10:48
38780         Log: update -Dx to cope with lexical version of OP_AELEMFAST
38781      Branch: perl
38782            ! dump.c
38783 ____________________________________________________________________________
38784 [ 22606] By: davem                                 on 2004/03/28  15:08:23
38785         Log: make gv_fullname() etc include a literal '^' for *^FOO style names
38786      Branch: perl
38787            ! gv.c t/op/gv.t
38788 ____________________________________________________________________________
38789 [ 22605] By: davem                                 on 2004/03/28  13:11:30
38790         Log: pv_display() had code to display \n etc as escapes but it didn't
38791              actually work.
38792      Branch: perl
38793            ! dump.c
38794 ____________________________________________________________________________
38795 [ 22604] By: davem                                 on 2004/03/28  10:55:30
38796         Log: fix typo in change 22597
38797      Branch: perl
38798            ! op.h
38799 ____________________________________________________________________________
38800 [ 22601] By: davem                                 on 2004/03/27  10:22:52
38801         Log: Subject:  [PATCH] -Dusemallocwrap for VMS)
38802              From:  "Craig A. Berry" <craigberry@mac.com>
38803              Date:  Fri, 26 Mar 2004 22:46:50 -0600
38804              Message-Id:  <4065073A.30007@mac.com>
38805
38806              Mimic in configure.com what Configure does to enable or disable
38807              the new feature -Dusemallocwrap
38808      Branch: perl
38809            ! configure.com
38810 ____________________________________________________________________________
38811 [ 22600] By: davem                                 on 2004/03/27  02:04:03
38812         Log: Subject:  [PATCH] don't clean-up perly.* on VMS
38813              From:  "Craig A. Berry" <craigberry@mac.com>
38814              Date:  Fri, 26 Mar 2004 16:54:44 -0600
38815              Message-Id:  <4064B4B4.2030203@mac.com>
38816
38817              refrain from getting rid of perly.c and perly.h now that there are
38818              no longer VMS-specific overrides for these files
38819      Branch: perl
38820            ! vms/descrip_mms.template
38821 ____________________________________________________________________________
38822 [ 22599] By: davem                                 on 2004/03/27  01:54:09
38823         Log: string corruption with lvalue sub
38824              Depending on the context, the same substr OP may want to return
38825              a PVLV or an LV on subsequent invcations. If TARG is the wrong
38826              type, use a mortal instead.
38827      Branch: perl
38828            ! pp.c t/op/substr.t
38829 ____________________________________________________________________________
38830 [ 22597] By: davem                                 on 2004/03/26  18:56:50
38831         Log: Clarify op.h comments for which ops the OPpDEREF* private flags
38832              are actually used; update Concise.pm to match
38833      Branch: perl
38834            ! ext/B/B/Concise.pm op.h
38835 ____________________________________________________________________________
38836 [ 22596] By: davem                                 on 2004/03/26  18:53:09
38837         Log: fix for change #22594; if using test.pl, must tell perl where to
38838              find it!
38839      Branch: perl
38840            ! t/comp/hints.t
38841 ____________________________________________________________________________
38842 [ 22595] By: davem                                 on 2004/03/26  17:28:48
38843         Log: document the return value of an empty sub
38844      Branch: perl
38845            ! pod/perlsub.pod
38846 ____________________________________________________________________________
38847 [ 22594] By: davem                                 on 2004/03/26  13:05:50
38848         Log: - hints hash was being double freed on scope exit
38849      Branch: perl
38850            ! op.c scope.c scope.h t/comp/hints.t
38851 ____________________________________________________________________________
38852 [ 22593] By: ams                                   on 2004/03/26  08:59:15
38853         Log: Subject: Re: [perl #27906] stat documentation correction
38854              From: Andy Lester <andy@petdance.com>
38855              Date: Wed, 24 Mar 2004 21:48:30 -0600
38856              Message-Id: <20040325034830.GA5865@petdance.com>
38857              (Applied with a correction from Spider Boardman.)
38858      Branch: perl
38859            ! pod/perlfunc.pod t/op/stat.t
38860 ____________________________________________________________________________
38861 [ 22592] By: davem                                 on 2004/03/26  01:24:24
38862         Log: fix some comments in perly.y
38863      Branch: perl
38864            ! perly.y
38865 ____________________________________________________________________________
38866 [ 22591] By: davem                                 on 2004/03/26  01:16:55
38867         Log: Blessed reference to anonymous glob
38868              Stop *$$x=$x giving "Attempt to free unreferenced scalar" warning
38869      Branch: perl
38870            ! sv.c t/op/ref.t
38871 ____________________________________________________________________________
38872 [ 22586] By: davem                                 on 2004/03/24  22:16:30
38873         Log: Subject: [perl #27748] 'find2perl' bug: -exec causes chdir error
38874              From: "jdhedden@1979.usna.com (via RT)" <perlbug-followup@perl.org>
38875              Date: 18 Mar 2004 20:25:50 -0000
38876              Message-ID: <rt-3.0.8-27748-82270.2.99482909739062@perl.org>
38877
38878              Cwd code was planted in the output executable after the exit, so
38879              was never run.
38880      Branch: perl
38881            ! x2p/find2perl.PL
38882 ____________________________________________________________________________
38883 [ 22585] By: nicholas                              on 2004/03/24  21:42:25
38884         Log: Remaining smoked platforms where malloc wrap is known to work.
38885              Data for Irix and NetBSD would be useful - they probably will work too.
38886              Will Unicos work? Place bets now...
38887      Branch: perl
38888            ! hints/aix.sh hints/bsdos.sh hints/dec_osf.sh hints/freebsd.sh
38889            ! hints/hpux.sh hints/linux.sh hints/openbsd.sh
38890            ! hints/solaris_2.sh
38891 ____________________________________________________________________________
38892 [ 22584] By: davem                                 on 2004/03/24  21:14:08
38893         Log: Subject: [perl #27790] split docs: say the string is EXPR
38894              From: Dan Jacobson (via RT) <perlbug-followup@perl.org>
38895              Date: 20 Mar 2004 05:21:07 -0000
38896              Message-ID: <rt-3.0.8-27790-82358.14.5476352902536@perl.org>
38897
38898              Minor documentation nit in split
38899      Branch: perl
38900            ! pod/perlfunc.pod
38901 ____________________________________________________________________________
38902 [ 22582] By: nicholas                              on 2004/03/24  19:15:29
38903         Log: mintest will pass if I skip the correct number of tests. D'oh!
38904      Branch: perl
38905            ! t/op/magic.t
38906 ____________________________________________________________________________
38907 [ 22579] By: nicholas                              on 2004/03/24  14:59:16
38908         Log: Subject: Re: [PATCH] Fix PERL_MALLOC_WRAP change for Win32
38909              From: Steve Hay <steve.hay@uk.radan.com>
38910              Message-ID: <40618D1C.7000601@uk.radan.com>
38911              Date: Wed, 24 Mar 2004 13:29:00 +0000
38912      Branch: perl
38913            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
38914            ! win32/config_H.vc64
38915 ____________________________________________________________________________
38916 [ 22578] By: rgs                                   on 2004/03/24  13:54:31
38917         Log: Good catch from Dave Mitchell; plus a null pointer protection.
38918      Branch: perl
38919            ! scope.c
38920 ____________________________________________________________________________
38921 [ 22577] By: nicholas                              on 2004/03/24  11:51:46
38922         Log: Unlike perl, 0 in void context isn't special cased in C :-)
38923              (So it warns). Tweak the no-action malloc wrap checkers to avoid
38924              warnings.
38925      Branch: perl
38926            ! handy.h
38927 ____________________________________________________________________________
38928 [ 22576] By: nicholas                              on 2004/03/24  10:29:16
38929         Log: Export PL_memory_wrap based on PERL_MALLOC_WRAP rather than
38930              NO_MALLOC_WRAP following Configure changes. Identical patch to
38931              mine supplied by Steve Hay while I was working on this.
38932              IP shootout at dawn :-)
38933      Branch: perl
38934            ! makedef.pl
38935 ____________________________________________________________________________
38936 [ 22572] By: nicholas                              on 2004/03/24  09:14:21
38937         Log: Tidy up function prototypes in the light of suidpatch
38938      Branch: perl
38939            ! embed.fnc embed.h perl.c proto.h
38940 ____________________________________________________________________________
38941 [ 22571] By: nicholas                              on 2004/03/23  22:35:09
38942         Log: Make usemallocwrap a Configure-time question. Default is yes for
38943              usedevel, no otherwise, but I'm expecting hints files on known
38944              good platforms to override this. (and known bad)
38945              Demonstration hints file for darwin.
38946      Branch: perl
38947            ! Configure config_h.SH hints/darwin.sh perl.h
38948 ____________________________________________________________________________
38949 [ 22569] By: nicholas                              on 2004/03/23  17:47:44
38950         Log: hv_delete_common was freeing the key, then passing the freed pointer
38951              to S_hv_notallowed. D'oh!
38952      Branch: perl
38953            ! hv.c
38954 ____________________________________________________________________________
38955 [ 22566] By: nicholas                              on 2004/03/23  16:23:58
38956         Log: Unify 5.008 and 5.009's B::Concise 0.58
38957      Branch: perl
38958            ! ext/B/B/Concise.pm
38959 ____________________________________________________________________________
38960 [ 22565] By: nicholas                              on 2004/03/23  16:05:28
38961         Log: Unify 5.008 and 5.009's B::Concise 0.56
38962      Branch: perl
38963            ! ext/B/B/Concise.pm
38964 ____________________________________________________________________________
38965 [ 22564] By: rgs                                   on 2004/03/23  13:43:49
38966         Log: Fix bug [perl #27839] returning @+ out of scope loses its value :
38967
38968              Subject: Re: Wondering about returned regex special arrays on going out of scope
38969              From: hv@crypt.org
38970              Date: Fri, 05 Mar 2004 17:42:25 +0000
38971              Message-Id: <200403051742.i25HgPd11240@zen.crypt.org>
38972
38973              plus a test case.
38974      Branch: perl
38975            ! pp_hot.c t/op/magic.t
38976 ____________________________________________________________________________
38977 [ 22563] By: nicholas                              on 2004/03/23  13:38:11
38978         Log: Subject: [PATCH] 5.9.1 suidperl
38979              From: psz@maths.usyd.edu.au (Paul Szabo)
38980              Message-Id: <200403182117.i2ILHug513080@milan.maths.usyd.edu.au>
38981              Date: Fri, 19 Mar 2004 08:17:56 +1100 (EST)
38982
38983              (which variables renamed as requested, plus tweaks to work on platforms
38984              with no ST_NOEXEC)
38985      Branch: perl
38986            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h
38987 ____________________________________________________________________________
38988 [ 22560] By: rgs                                   on 2004/03/22  21:29:51
38989         Log: Update the -v copyright notice.
38990      Branch: perl
38991            ! perl.c
38992 ____________________________________________________________________________
38993 [ 22559] By: nicholas                              on 2004/03/22  21:05:09
38994         Log: Don't assume that the chmod will always work.
38995              (It won't for files on *BSD where chflags has set uchg, which is
38996              what the OS X perforce client does)
38997      Branch: perl
38998            ! t/op/filetest.t
38999 ____________________________________________________________________________
39000 [ 22557] By: rgs                                   on 2004/03/22  20:46:52
39001         Log: Clarifications on constants subroutines, based on:
39002
39003              Subject: [perl #27768] [patch] wrong examples in perlsub/"Constant Functions"
39004              From: "padre@elte.hu (via RT)" <perlbug-followup@perl.org>
39005              Date: 19 Mar 2004 14:56:09 -0000
39006              Message-ID: <rt-3.0.8-27768-82310.5.12766475665209@perl.org>
39007      Branch: perl
39008            ! pod/perlsub.pod
39009 ____________________________________________________________________________
39010 [ 22556] By: rgs                                   on 2004/03/22  20:30:41
39011         Log: Subject: [PATCH] Re: ../lib/ExtUtils/t/Embed.t failure on Win32/GCC
39012              From: Steve Hay <steve.hay@uk.radan.com>
39013              Date: Mon, 22 Mar 2004 14:44:46 +0000
39014              Message-ID: <405EFBDE.4090209@uk.radan.com>
39015      Branch: perl
39016            ! README.win32
39017 ____________________________________________________________________________
39018 [ 22553] By: rgs                                   on 2004/03/22  19:25:59
39019         Log: Subject: Re: [PATCH] warn on !=~
39020              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
39021              Date: Mon, 22 Mar 2004 10:32:05 -0800
39022              Message-ID: <20040322183106.GA1284@efn.org>
39023
39024              More warnings for this case.
39025      Branch: perl
39026            ! t/lib/warnings/toke toke.c
39027 ____________________________________________________________________________
39028 [ 22549] By: rgs                                   on 2004/03/21  17:22:42
39029         Log: Finally, this "Negative repeat count" warning wasn't such a great
39030              idea. Disable it. But add tests for this :
39031
39032              Subject: Re: [perl #27811] (@x) x -1 is a panic
39033              From: Andy Lester <andy@petdance.com>
39034              Date: Sun, 21 Mar 2004 09:27:04 -0600
39035              Message-ID: <20040321152704.GA9041@petdance.com>
39036      Branch: perl
39037            ! pp.c t/lib/warnings/pp t/op/repeat.t
39038 ____________________________________________________________________________
39039 [ 22548] By: rgs                                   on 2004/03/21  16:40:27
39040         Log: Subject: [PATCH sv.h] Nobody has used SvPVbyte_force?
39041              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
39042              Date: Sun, 21 Mar 2004 21:49:53 +0900
39043              Message-Id: <20040321213628.2461.BQW10602@nifty.com>
39044      Branch: perl
39045            ! sv.h
39046 ____________________________________________________________________________
39047 [ 22547] By: rgs                                   on 2004/03/21  13:36:27
39048         Log: I must be tired today.
39049      Branch: perl
39050            ! lib/utf8.t
39051 ____________________________________________________________________________
39052 [ 22546] By: rgs                                   on 2004/03/21  13:26:33
39053         Log: Silence a gcc warning.
39054      Branch: perl
39055            ! sv.c
39056 ____________________________________________________________________________
39057 [ 22545] By: rgs                                   on 2004/03/21  13:18:01
39058         Log: Subject: Re: [perl #27803] perl crashes when utf8::upgrade($offsetOK_scalar)
39059              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
39060              Date: Sun, 21 Mar 2004 15:19:22 +0900
39061              Message-Id: <20040321151828.DAC6.BQW10602@nifty.com>
39062      Branch: perl
39063            ! lib/utf8.t sv.c
39064 ____________________________________________________________________________
39065 [ 22544] By: rgs                                   on 2004/03/21  13:12:53
39066         Log: Subject: [PATCH] fix memory bug in vms.c:mp_do_tounixspec
39067              From: "Craig A. Berry" <craigberry@mac.com>
39068              Date: Sat, 20 Mar 2004 21:51:45 -0600
39069              Message-ID: <405D1151.3040308@mac.com>
39070      Branch: perl
39071            ! vms/vms.c
39072 ____________________________________________________________________________
39073 [ 22543] By: rgs                                   on 2004/03/21  13:06:20
39074         Log: Add a new warning "Negative repeat count"
39075              for the cases $x x -1.
39076      Branch: perl
39077            ! pod/perlop.pod pp.c t/lib/warnings/pp
39078 ____________________________________________________________________________
39079 [ 22542] By: rgs                                   on 2004/03/20  11:49:21
39080         Log: Subject: [PATCH] warn on !=~
39081              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
39082              Date: Thu, 18 Mar 2004 22:24:09 -0800
39083              Message-ID: <20040319062035.GA3768@efn.org>
39084
39085              with an improvement suggested by Ton Hospel.
39086      Branch: perl
39087            ! pod/perldiag.pod t/lib/warnings/toke toke.c
39088 ____________________________________________________________________________
39089 [ 22541] By: rgs                                   on 2004/03/20  10:19:59
39090         Log: Subject: makefile.95 tweak
39091              From: Greg Matheson <lang@ms.chinmin.edu.tw>
39092              Date: Fri, 19 Mar 2004 18:15:25 +0800
39093              Message-ID: <20040319181525.A6347@ms.chinmin.edu.tw>
39094      Branch: perl
39095            ! win32/makefile.mk
39096 ____________________________________________________________________________
39097 [ 22540] By: rgs                                   on 2004/03/20  10:15:36
39098         Log: \x80\xFF is not valid UTF-8.
39099      Branch: perl
39100            ! pod/perluniintro.pod
39101 ____________________________________________________________________________
39102 [ 22539] By: rgs                                   on 2004/03/19  23:09:13
39103         Log: Subject: [perl #24821] enhancement patch for B::Concise
39104              From: jim cromie <jcromie@divsol.com>
39105              Date: Wed, 17 Mar 2004 14:12:43 -0700
39106              Message-ID: <4058BF4B.1000004@divsol.com>
39107              (Only the Concise.pm part, with documentation nits)
39108      Branch: perl
39109            ! ext/B/B/Concise.pm
39110 ____________________________________________________________________________
39111 [ 22538] By: nicholas                              on 2004/03/19  12:15:23
39112         Log: Subject:  [PATCH] open.pm: allow upper-cased EUC
39113              From:  Autrijus Tang <autrijus@autrijus.org>
39114              Date:  Fri, 19 Mar 2004 18:27:10 +0800
39115              Message-Id:  <20040319102710.GA91216@aut.dyndns.org>
39116      Branch: perl
39117            ! lib/open.pm
39118 ____________________________________________________________________________
39119 [ 22537] By: nicholas                              on 2004/03/19  11:59:01
39120         Log: Subject: [PATCH] Move Win32.pm/Win32.xs from libwin32 module to core Perl
39121              From: Jan Dubois <jand@activestate.com>
39122              Message-ID: <lg2k509o51b8openotuetdts6go7pn4udo@4ax.com>
39123              Date: Thu, 18 Mar 2004 13:13:49 -0800
39124
39125              Subject: Re: [PATCH] Move Win32.pm/Win32.xs from libwin32 module to core Perl
39126              From: Steve Hay <steve.hay@uk.radan.com>
39127              Message-ID: <405ACC6D.1040804@uk.radan.com>
39128              Date: Fri, 19 Mar 2004 10:33:17 +0000
39129      Branch: perl
39130            + win32/ext/Win32/Makefile.PL win32/ext/Win32/Win32.pm
39131            + win32/ext/Win32/Win32.xs
39132            - lib/Win32.pod
39133            ! MANIFEST win32/Makefile win32/makefile.mk
39134 ____________________________________________________________________________
39135 [ 22536] By: nicholas                              on 2004/03/19  11:43:35
39136         Log: Change Storable.xs to conditionally include ppport.h for pre 5.8.0
39137              This allows the ppport.h to be deleted from ext/Storable, which will
39138              reduce the potential for confusion.
39139              Bump Storable's version to 2.12; update the ChangeLog
39140      Branch: perl
39141            - ext/Storable/ppport.h
39142            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
39143            ! ext/Storable/README ext/Storable/Storable.pm
39144            ! ext/Storable/Storable.xs
39145 ____________________________________________________________________________
39146 [ 22535] By: nicholas                              on 2004/03/19  11:03:18
39147         Log: Move Beau Cox's ppport.h fixes into PPPort.pm
39148      Branch: perl
39149            ! ext/Devel/PPPort/PPPort.pm
39150 ____________________________________________________________________________
39151 [ 22534] By: rgs                                   on 2004/03/19  10:13:14
39152         Log: Nit in perluniintro about the U0 and C0 templates,
39153              noticed by Steve Hay.
39154      Branch: perl
39155            ! pod/perluniintro.pod
39156 ____________________________________________________________________________
39157 [ 22533] By: ams                                   on 2004/03/19  02:57:40
39158         Log: Subject: [PATCH] Storable PERL_NO_GET_CONTEXT
39159              From: beau@beaucox.com
39160              Date: Thu, 18 Mar 2004 12:45:45 -1000
39161              Message-Id: <20040318_224545_009145.beau@beaucox.com>
39162      Branch: perl
39163            + ext/Storable/ppport.h
39164            ! MANIFEST ext/Storable/MANIFEST ext/Storable/Storable.xs
39165 ____________________________________________________________________________
39166 [ 22532] By: rgs                                   on 2004/03/18  20:33:02
39167         Log: Subject: [PATCH] range operator warnings / 64-bit fix
39168              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
39169              Date: Wed, 10 Mar 2004 21:45:48 +0100
39170              Message-Id: <20040310214548.4f5e3ab1@r2d2>
39171      Branch: perl
39172            ! pp_ctl.c pp_hot.c t/op/range.t
39173 ____________________________________________________________________________
39174 [ 22531] By: davem                                 on 2004/03/18  19:02:32
39175         Log: add code comment for change 22525
39176      Branch: perl
39177            ! pp.c
39178 ____________________________________________________________________________
39179 [ 22530] By: rgs                                   on 2004/03/18  18:21:32
39180         Log: Add a perl592delta.pod man page.
39181      Branch: perl
39182            + pod/perl592delta.pod
39183            ! MANIFEST Makefile.SH pod.lst pod/perl.pod pod/perltoc.pod
39184            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
39185            ! win32/pod.mak
39186 ____________________________________________________________________________
39187 [ 22528] By: nicholas                              on 2004/03/18  16:58:06
39188         Log: Corrections and explanations in comments
39189      Branch: perl
39190            ! ext/Storable/Storable.xs
39191 ____________________________________________________________________________
39192 [ 22527] By: nicholas                              on 2004/03/18  16:50:25
39193         Log: Subject:  pumpkin fodder
39194              From:  Jarkko Hietaniemi <jhi@cc.hut.fi>
39195              Date:  Fri, 12 Mar 2004 15:16:57 +0200 (EET)
39196              Message-Id:  <200403121316.i2CDGv1Y254951@kosh.hut.fi>
39197      Branch: perl
39198            ! lib/unicore/README.perl
39199 ____________________________________________________________________________
39200 [ 22526] By: rgs                                   on 2004/03/18  14:33:14
39201         Log: Detypo.
39202      Branch: perl
39203            ! makedef.pl
39204 ____________________________________________________________________________
39205 [ 22525] By: davem                                 on 2004/03/18  14:13:16
39206         Log: make ~$x give warning is $x isn't initialised.
39207              Also add test for uninitialised warning in & op.
39208      Branch: perl
39209            ! pp.c t/lib/warnings/sv
39210 ____________________________________________________________________________
39211 [ 22524] By: rgs                                   on 2004/03/18  13:20:07
39212         Log: Try to fix the AIX and Windows builds regarding the
39213              definedness of the PL_memory_wrap symbol.
39214      Branch: perl
39215            ! makedef.pl
39216 ____________________________________________________________________________
39217 [ 22523] By: rgs                                   on 2004/03/18  08:27:34
39218         Log: Bump bleadperl's version number to 5.9.2.
39219      Branch: perl
39220            ! NetWare/Makefile NetWare/config_H.wc Porting/config.sh
39221            ! Porting/config_H epoc/config.sh epoc/createpkg.pl patchlevel.h
39222            ! plan9/config.plan9 win32/Makefile win32/config_H.bc
39223            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
39224            ! win32/makefile.mk wince/Makefile.ce
39225 ____________________________________________________________________________
39226 [ 22521] By: rgs                                   on 2004/03/17  19:13:03
39227         Log: Subject: [PATCH] format/casting/warning RE: perl 5.9.1
39228              From: Robin Barker <Robin.Barker@npl.co.uk>
39229              Date: Wed, 17 Mar 2004 18:37:10 -0000
39230              Message-ID: <533D273D4014D411AB1D00062938C4D90404682E@hotel.npl.co.uk>
39231      Branch: perl
39232            ! dump.c ext/Socket/Socket.xs pad.c util.c
39233 ____________________________________________________________________________
39234 [ 22520] By: rgs                                   on 2004/03/17  18:20:54
39235         Log: Optimize away the assignment in the constructs C<my $s = undef>,
39236              C<my @a = ()>, C<my %h = ()>.
39237      Branch: perl
39238            ! op.c
39239 ____________________________________________________________________________
39240 [ 22517] By: nicholas                              on 2004/03/17  17:58:44
39241         Log: Subject: malloc wrappage
39242              From: Jarkko Hietaniemi <jhi@iki.fi>
39243              Message-Id: <37BF70DE-5C0E-11D8-B5A1-00039362CB92@iki.fi>
39244              Date: Tue, 10 Feb 2004 23:15:14 +0200
39245
39246              plus change croak to Perl_croak_nocontext to make ithread safe
39247              plus make it conditional on PERL_MALLOC_WRAP (default for blead is on)
39248      Branch: perl
39249            ! av.c handy.h perl.h pod/perldiag.pod pp.c
39250 ____________________________________________________________________________
39251 [ 22516] By: nicholas                              on 2004/03/17  16:10:57
39252         Log: Add auto-require of modules to restore overloading (and tests)
39253      Branch: perl
39254            + ext/Storable/t/HAS_OVERLOAD.pm
39255            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
39256            ! ext/Storable/Storable.xs ext/Storable/t/overload.t
39257 ____________________________________________________________________________
39258 [ 22515] By: nicholas                              on 2004/03/17  15:48:03
39259         Log: Add regression tests for the auto-require of STORABLE_thaw
39260      Branch: perl
39261            + ext/Storable/t/HAS_HOOK.pm
39262            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
39263            ! ext/Storable/t/blessed.t
39264 ____________________________________________________________________________
39265 [ 22514] By: nicholas                              on 2004/03/16  22:36:49
39266         Log: Move the PERLVAR(Ireentrant_buffer, REENTR*) outside the ITHREADS
39267              block. This allows the re-entrant API to be used with ithreads,
39268              which in turn permits -Dusethreads -Uuseithreads -Uuse5005threads
39269              (Which may seem inane, but makes perl threaded at the C level
39270              without enabling ithreads)
39271      Branch: perl
39272            ! intrpvar.h
39273 ____________________________________________________________________________
39274 [ 22513] By: rgs                                   on 2004/03/16  21:55:10
39275         Log: Add a lchown() call to the POSIX module. [perl #27547]
39276      Branch: perl
39277            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
39278 ____________________________________________________________________________
39279 [ 22512] By: rgs                                   on 2004/03/16  21:29:41
39280         Log: Subject: [PATCH] Re: Perl and Parrot disagree about sched_yield on Solaris
39281              From: Andrew Dougherty <doughera@lafayette.edu>
39282              Date: Tue, 16 Mar 2004 16:38:58 -0500 (EST)
39283              Message-ID: <Pine.SOL.4.58.0403161635590.27628@maxwell.phys.lafayette.edu>
39284      Branch: perl
39285            ! hints/solaris_2.sh
39286 ____________________________________________________________________________
39287 [ 22511] By: rgs                                   on 2004/03/16  21:27:02
39288         Log: Restore the "DEVEL" locally-applied-patches version tag in blead.
39289      Branch: perl
39290            ! patchlevel.h
39291 ____________________________________________________________________________
39292 [ 22510] By: rgs                                   on 2004/03/16  18:29:39
39293         Log: Update Changes. (again)
39294      Branch: perl
39295            ! Changes
39296 ____________________________________________________________________________
39297 [ 22509] By: rgs                                   on 2004/03/16  18:19:52
39298         Log: Update copyright notices
39299      Branch: perl
39300            ! cop.h cv.h doio.c doop.c dump.c embed.h embed.pl embedvar.h
39301            ! form.h global.sym gv.c handy.h hv.c mg.c op.c op.h opcode.h
39302            ! opcode.pl opnames.h pad.c patchlevel.h perl.c perl.h perlapi.h
39303            ! perlio.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c
39304            ! proto.h regexec.c scope.c scope.h sv.c sv.h thread.h
39305            ! universal.c utf8.c util.c
39306 ____________________________________________________________________________
39307 [ 22508] By: rgs                                   on 2004/03/16  16:31:03
39308         Log: Regenerate META.yml
39309      Branch: perl
39310            ! META.yml
39311 ____________________________________________________________________________
39312 [ 22507] By: rgs                                   on 2004/03/16  15:36:32
39313         Log: Update Changes.
39314      Branch: perl
39315            ! Changes
39316 ____________________________________________________________________________
39317 [ 22506] By: rgs                                   on 2004/03/16  15:32:42
39318         Log: This is 5.9.1.
39319      Branch: perl
39320            ! patchlevel.h
39321 ____________________________________________________________________________
39322 [ 22505] By: rgs                                   on 2004/03/16  15:28:55
39323         Log: We'll ship 5.9.1 today.
39324      Branch: perl
39325            ! pod/perlhist.pod
39326 ____________________________________________________________________________
39327 [ 22504] By: rgs                                   on 2004/03/16  15:25:22
39328         Log: More perldelta updates.
39329      Branch: perl
39330            ! pod/perl591delta.pod
39331 ____________________________________________________________________________
39332 [ 22503] By: rgs                                   on 2004/03/16  13:23:34
39333         Log: Since the signature.t test of CPAN relies on a non-core module,
39334              it's not relevant to the perl core distribution.
39335      Branch: perl
39336            - lib/CPAN/t/signature.t
39337            ! MANIFEST
39338 ____________________________________________________________________________
39339 [ 22502] By: rgs                                   on 2004/03/15  21:54:56
39340         Log: Fix the order of arguments in the usage message of
39341              POSIX::chown(). It's different from the POSIX order but
39342              it's the same than CORE::chown(). Damn.
39343      Branch: perl
39344            ! ext/POSIX/POSIX.pm
39345 ____________________________________________________________________________
39346 [ 22501] By: rgs                                   on 2004/03/15  17:09:26
39347         Log: Subject: Re: Smoke [5.9.1] 22491 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
39348              From: Steve Hay <steve.hay@uk.radan.com>
39349              Date: Mon, 15 Mar 2004 10:28:02 +0000
39350              Message-ID: <40558532.30002@uk.radan.com>
39351
39352              Plus, restore patch #22489
39353      Branch: perl
39354            ! win32/Makefile win32/makefile.mk
39355 ____________________________________________________________________________
39356 [ 22500] By: davem                                 on 2004/03/14  20:13:47
39357         Log: scope exit could expose freed local() value
39358      Branch: perl
39359            ! scope.c t/op/localref.t
39360 ____________________________________________________________________________
39361 [ 22499] By: davem                                 on 2004/03/14  17:01:34
39362         Log: strict 'subs' didn't warn on bareword array index
39363      Branch: perl
39364            ! op.c t/lib/strict/subs
39365 ____________________________________________________________________________
39366 [ 22498] By: rgs                                   on 2004/03/14  12:52:17
39367         Log: Four Storable patches towards Storable 2.11 :
39368
39369              Subject: Re: [perl #27616] Storable can't freeze restricted hashes in canonical order
39370              From: Nicholas Clark <nick@ccl4.org>
39371              Date: Sat, 13 Mar 2004 15:13:28 +0000
39372              Message-ID: <20040313151327.GS701@plum.flirble.org>
39373
39374              Date: Sat, 13 Mar 2004 20:23:45 +0000
39375              Message-ID: <20040313202345.GX701@plum.flirble.org>
39376
39377              Date: Sat, 13 Mar 2004 22:20:07 +0000
39378              Message-ID: <20040313222007.GZ701@plum.flirble.org>
39379
39380              Date: Sat, 13 Mar 2004 23:03:46 +0000
39381              Message-ID: <20040313230345.GB701@plum.flirble.org>
39382      Branch: perl
39383            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
39384            ! ext/Storable/Storable.xs ext/Storable/t/blessed.t
39385            ! ext/Storable/t/restrict.t
39386 ____________________________________________________________________________
39387 [ 22497] By: rgs                                   on 2004/03/13  21:27:57
39388         Log: Subject: [perl #27567] [patch] a typo and a mistake in perltoot.pod
39389              From: "padre@elte.hu (via RT)" <perlbug-followup@perl.org>
39390              Date: 10 Mar 2004 17:05:09 -0000
39391              Message-ID: <rt-3.0.8-27567-81174.13.282806825515@perl.org>
39392      Branch: perl
39393            ! pod/perltoot.pod
39394 ____________________________________________________________________________
39395 [ 22496] By: rgs                                   on 2004/03/13  21:16:59
39396         Log: More small perldelta updates.
39397      Branch: perl
39398            ! pod/perl591delta.pod
39399 ____________________________________________________________________________
39400 [ 22495] By: rgs                                   on 2004/03/13  20:05:20
39401         Log: Revert change #22489, that seems to cause build failures on Windows.
39402      Branch: perl
39403            ! win32/Makefile win32/makefile.mk
39404 ____________________________________________________________________________
39405 [ 22494] By: rgs                                   on 2004/03/13  19:55:43
39406         Log: Subject: Re: [PATCH] Stop splitpod truncating sprintf manpage
39407              From: Steve Hay <steve.hay@uk.radan.com>
39408              Date: Fri, 12 Mar 2004 08:38:41 +0000
39409              Message-ID: <40517711.9030204@uk.radan.com>
39410      Branch: perl
39411            ! pod/splitpod
39412 ____________________________________________________________________________
39413 [ 22493] By: rgs                                   on 2004/03/12  23:39:16
39414         Log: perl591delta nits. Regenerate the tables of contents.
39415      Branch: perl
39416            ! pod/perl591delta.pod pod/perlmodlib.pod pod/perltoc.pod
39417 ____________________________________________________________________________
39418 [ 22492] By: rgs                                   on 2004/03/12  21:35:49
39419         Log: Update perl591delta. Include a small to-do list in it.
39420      Branch: perl
39421            ! pod/perl591delta.pod
39422 ____________________________________________________________________________
39423 [ 22491] By: rgs                                   on 2004/03/12  20:08:31
39424         Log: Subject: [PATCH] Math::BigInt v1.70, bignum 0.15, Math::BigRat 0.12
39425              From: Tels <perl_dummy@bloodgate.com>
39426              Date: Fri, 12 Mar 2004 18:02:30 +0100
39427              Message-Id: <200403121802.31679@bloodgate.com>
39428      Branch: perl
39429            + lib/Math/BigInt/t/_e_math.t
39430            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt/t/bare_mbf.t
39431            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
39432            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/with_sub.t
39433            ! lib/bigint.pm lib/bignum.pm
39434 ____________________________________________________________________________
39435 [ 22490] By: rgs                                   on 2004/03/12  18:31:12
39436         Log: Fix a bug in the cloning of regexps
39437
39438              Subject: Re: [perl #27530] Regex qr// interpolation fails when chr(0) is used in a thread
39439              From: hv@crypt.org
39440              Date: Thu, 11 Mar 2004 16:21:50 +0000
39441              Message-Id: <200403111621.i2BGLoi20225@zen.crypt.org>
39442              (plus another similar fix)
39443      Branch: perl
39444            ! sv.c
39445 ____________________________________________________________________________
39446 [ 22489] By: rgs                                   on 2004/03/12  18:26:34
39447         Log: Subject: [PATCH] Fix minitest target in Win32 makefiles
39448              From: Steve Hay <steve.hay@uk.radan.com>
39449              Date: Fri, 12 Mar 2004 15:52:23 +0000
39450              Message-ID: <4051DCB7.107@uk.radan.com>
39451      Branch: perl
39452            ! win32/Makefile win32/makefile.mk
39453 ____________________________________________________________________________
39454 [ 22488] By: rgs                                   on 2004/03/11  22:57:29
39455         Log: Document the new behaviour of the substr lvalue :
39456              Subject: Re: [perl #24346] pulling in stuff from outside the substr lvalue window
39457              From: Dave Mitchell <davem@fdisolutions.com>
39458              Date: Mon, 1 Mar 2004 23:59:21 +0000
39459              Message-ID: <20040301235921.GC6469@fdisolutions.com>
39460      Branch: perl
39461            ! pod/perlfunc.pod
39462 ____________________________________________________________________________
39463 [ 22485] By: davem                                 on 2004/03/11  14:52:58
39464         Log: make op/write.t work better under stdio by running the subtests
39465              in the child process rather than the parent.
39466      Branch: perl
39467            ! t/op/write.t
39468 ____________________________________________________________________________
39469 [ 22484] By: merijn                                on 2004/03/11  10:08:17
39470         Log: Subject: Re: [PATCH] Re: Proposal to remove support for MachTen
39471              From: Dominic Dunlop <shouldbedomo@mac.com>
39472              Date: Thu, 11 Mar 2004 10:34:01 +0100
39473              Message-Id: <3B07B7FC-733F-11D8-AC24-000A27839BD6@mac.com>
39474      Branch: perl
39475            ! README.machten hints/machten.sh
39476 ____________________________________________________________________________
39477 [ 22483] By: nicholas                              on 2004/03/10  20:38:49
39478         Log: croaking for readonly SVs in Perl_sv_utf8_upgrade_flags was a mistake
39479              back this out until we have a tangible policy
39480      Branch: perl
39481            ! sv.c
39482 ____________________________________________________________________________
39483 [ 22482] By: rgs                                   on 2004/03/10  16:16:00
39484         Log: Upgrade to Cwd 2.17.
39485      Branch: perl
39486            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
39487 ____________________________________________________________________________
39488 [ 22481] By: rgs                                   on 2004/03/10  10:55:12
39489         Log: Subject: Re: [PATCH] More "distclean" tidy ups on Win32
39490              From: Steve Hay <steve.hay@uk.radan.com>
39491              Date: Wed, 10 Mar 2004 10:58:15 +0000
39492              Message-ID: <404EF4C7.9090107@uk.radan.com>
39493      Branch: perl
39494            ! win32/Makefile win32/makefile.mk
39495 ____________________________________________________________________________
39496 [ 22480] By: rgs                                   on 2004/03/10  09:25:36
39497         Log: Change 22476 left out a similar fix for ExtUtils::MM_Win32
39498              (noticed by Steve Hay.)
39499              Also, update MANIFEST.SKIP to be in line with the renaming
39500              "blibdirs" to "blibdirs.exists".
39501      Branch: perl
39502            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/MM_Win32.pm
39503 ____________________________________________________________________________
39504 [ 22479] By: rgs                                   on 2004/03/10  09:07:03
39505         Log: A patch by Richard Foley to reduce the amount of
39506              forkage between the 5.8 and 5.9 debuggers.
39507      Branch: perl
39508            ! lib/perl5db.pl
39509 ____________________________________________________________________________
39510 [ 22478] By: chip                                  on 2004/03/09  23:51:41
39511         Log: In line-buffered mode, flush on the *last* newline,
39512              not on every newline.
39513      Branch: perl
39514            ! perlio.c
39515 ____________________________________________________________________________
39516 [ 22477] By: rgs                                   on 2004/03/09  22:27:22
39517         Log: Subject: [PATCH] More "distclean" tidy ups on Win32
39518              From: Steve Hay <steve.hay@uk.radan.com>
39519              Date: Fri, 05 Mar 2004 09:56:36 +0000
39520              Message-ID: <40484ED4.1050001@uk.radan.com>
39521              (only the win32 makefiles part)
39522      Branch: perl
39523            ! win32/Makefile win32/makefile.mk
39524 ____________________________________________________________________________
39525 [ 22476] By: rgs                                   on 2004/03/09  21:45:49
39526         Log: Subject: [PATCH] bleadperl/MM/VMS (was Re: perl@22413)
39527              From: "Craig A. Berry" <craigberry@mac.com>
39528              Date: Mon, 08 Mar 2004 08:18:43 -0600
39529              Message-ID: <404C80C3.6090009@mac.com>
39530
39531              Avoid to build everything twice on VMS.
39532              This is done by renaming the blibdirs target to blibdirs.exists.
39533              No, I don't understand why.
39534      Branch: perl
39535            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_NW5.pm
39536            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
39537            ! lib/ExtUtils/t/INST_PREFIX.t
39538 ____________________________________________________________________________
39539 [ 22474] By: rgs                                   on 2004/03/09  20:29:02
39540         Log: Improve the "Prototype mismatch" error message when
39541              the redefined subroutine didn't have any prototype.
39542      Branch: perl
39543            ! op.c t/comp/redef.t
39544 ____________________________________________________________________________
39545 [ 22473] By: mhx                                   on 2004/03/09  19:09:20
39546         Log: Revert change #22472, but keep the new tests.
39547      Branch: perl
39548            ! pp_ctl.c t/op/range.t
39549 ____________________________________________________________________________
39550 [ 22472] By: mhx                                   on 2004/03/09  18:41:15
39551         Log: Subject: Re: undef and the range operator
39552              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
39553              Date: Mon, 8 Mar 2004 21:49:55 +0100
39554              Message-Id: <20040308214955.3d8be3a6@r2d2>
39555      Branch: perl
39556            ! pp_ctl.c t/op/range.t
39557 ____________________________________________________________________________
39558 [ 22471] By: nicholas                              on 2004/03/09  16:11:37
39559         Log: Make a temporary copy of the input buffer in pp_send, so that send
39560              and syswrite don't gratuitously upgrade their input to UTF8
39561      Branch: perl
39562            ! pp_sys.c t/op/sysio.t
39563 ____________________________________________________________________________
39564 [ 22470] By: rgs                                   on 2004/03/09  15:27:38
39565         Log: Upgrade to Cwd 2.16
39566      Branch: perl
39567            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
39568 ____________________________________________________________________________
39569 [ 22469] By: rgs                                   on 2004/03/09  14:56:10
39570         Log: Upgrade to CGI.pm 3.04.
39571      Branch: perl
39572            ! lib/CGI.pm lib/CGI/Cookie.pm
39573 ____________________________________________________________________________
39574 [ 22468] By: rgs                                   on 2004/03/08  15:35:59
39575         Log: perl591delta.pod update.
39576      Branch: perl
39577            ! pod/perl591delta.pod
39578 ____________________________________________________________________________
39579 [ 22467] By: rgs                                   on 2004/03/08  10:43:23
39580         Log: Another makefile portability fix for Win32 by Steve Hay.
39581      Branch: perl
39582            ! win32/Makefile win32/makefile.mk
39583 ____________________________________________________________________________
39584 [ 22466] By: rgs                                   on 2004/03/08  08:06:33
39585         Log: Subject: [PATCH] win32_fstat has a potential buffer overrun problem
39586              From: Jan Dubois <jand@ActiveState.com>
39587              Date: Sun, 07 Mar 2004 17:04:35 -0800
39588              Message-ID: <8lgn409p4k2kpde8d428d7a4r7fsgjc8b4@4ax.com>
39589      Branch: perl
39590            ! win32/win32.c
39591 ____________________________________________________________________________
39592 [ 22465] By: nicholas                              on 2004/03/07  23:31:49
39593         Log: Fix Dave's original shared hash key corruption bug
39594      Branch: perl
39595            ! sv.c
39596 ____________________________________________________________________________
39597 [ 22463] By: nicholas                              on 2004/03/07  21:34:01
39598         Log: Add a readonly check to Perl_sv_utf8_upgrade_flags, a regresion test
39599              in utf8.t, and fix 3 bugs it exposed in utfhash.t
39600      Branch: perl
39601            ! lib/utf8.t sv.c t/op/utfhash.t
39602 ____________________________________________________________________________
39603 [ 22462] By: rgs                                   on 2004/03/07  20:34:05
39604         Log: Subject: undef and the range operator
39605              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
39606              Date: Sun, 7 Mar 2004 21:11:20 +0100
39607              Message-Id: <20040307211120.10e46933@r2d2>
39608      Branch: perl
39609            ! pp_ctl.c t/op/range.t
39610 ____________________________________________________________________________
39611 [ 22459] By: rgs                                   on 2004/03/07  18:41:36
39612         Log: Subject: Re: [PATCH Cwd 2.15] test tweak for VMS
39613              From: "Ken Williams" <ken@mathforum.org>
39614              Date: Sun, 7 Mar 2004 09:37:19 -0600
39615              Message-Id: <51C75B2A-704D-11D8-BBD2-003065F6D85A@mathforum.org>
39616      Branch: perl
39617            ! ext/Cwd/t/cwd.t
39618 ____________________________________________________________________________
39619 [ 22456] By: rgs                                   on 2004/03/07  14:08:43
39620         Log: Subject: [PATCH t/op/closure.t] line-end tweak for VMS
39621              From: "Craig A. Berry" <craigberry@mac.com>
39622              Date: Sat, 06 Mar 2004 22:50:25 -0600
39623              Message-ID: <404AAA11.8050001@mac.com>
39624      Branch: perl
39625            ! t/op/closure.t
39626 ____________________________________________________________________________
39627 [ 22452] By: rgs                                   on 2004/03/06  21:24:45
39628         Log: Subject: [PATCH Cwd 2.15] test tweak for VMS
39629              From: "Craig A. Berry" <craigberry@mac.com>
39630              Date: Sat, 06 Mar 2004 13:51:55 -0600
39631              Message-ID: <404A2BDB.8030401@mac.com>
39632      Branch: perl
39633            ! ext/Cwd/t/cwd.t
39634 ____________________________________________________________________________
39635 [ 22451] By: rgs                                   on 2004/03/06  21:09:10
39636         Log: Allow syslog() to use numeric constants in addition to strings for
39637              facility names and priorities.
39638
39639              Subject: Patch for Sys::Syslog
39640              From: Jim Schneider <jschneid@netilla.com>
39641              Date: Fri, 5 Mar 2004 14:03:10 -0500
39642              Message-Id: <200403051403.10674.jschneid@netilla.com>
39643      Branch: perl
39644            ! ext/Sys/Syslog/Syslog.pm
39645 ____________________________________________________________________________
39646 [ 22446] By: nicholas                              on 2004/03/06  16:13:48
39647         Log: Make threads tests pass make minitest (by skipping)
39648      Branch: perl
39649            ! t/op/getpid.t t/op/threads.t
39650 ____________________________________________________________________________
39651 [ 22445] By: davem                                 on 2004/03/06  15:25:32
39652         Log: fix coredump in /(?{sub{}})/
39653      Branch: perl
39654            ! pad.c
39655 ____________________________________________________________________________
39656 [ 22444] By: rgs                                   on 2004/03/05  21:19:06
39657         Log: A small perluniintro clarification by Jarkko.
39658      Branch: perl
39659            ! pod/perluniintro.pod
39660 ____________________________________________________________________________
39661 [ 22443] By: rgs                                   on 2004/03/05  14:13:50
39662         Log: Subject: [PATCH] Re: Strange segfault
39663              From: mhx-perl@gmx.net (Marcus Holland-Moritz)
39664              Date: Fri, 5 Mar 2004 15:13:53 +0100
39665              Message-ID: <20040305151353.5f3e913c@r2d2>
39666      Branch: perl
39667            ! pp_ctl.c t/op/range.t
39668 ____________________________________________________________________________
39669 [ 22442] By: rgs                                   on 2004/03/05  09:31:22
39670         Log: Subject: [PATCH] Fix PERLEXE_ICO/PERLEXE_RES targets in makefile.mk on Win32
39671              From: steve.hay@uk.radan.com (Steve Hay)
39672              Date: Fri, 05 Mar 2004 09:42:32 +0000
39673              Message-ID: <40484B88.7070608@uk.radan.com>
39674      Branch: perl
39675            ! win32/makefile.mk
39676 ____________________________________________________________________________
39677 [ 22441] By: rgs                                   on 2004/03/05  08:53:08
39678         Log: Change 22436 broke the Windows build.
39679              Fix by Steve Hay.
39680      Branch: perl
39681            ! ext/POSIX/POSIX.xs
39682 ____________________________________________________________________________
39683 [ 22440] By: davem                                 on 2004/03/05  00:09:23
39684         Log: silence some compiler warnings
39685      Branch: perl
39686            ! pp_ctl.c sv.c
39687 ____________________________________________________________________________
39688 [ 22439] By: davem                                 on 2004/03/04  23:56:42
39689         Log: ensure utf8::encode() normalises its arg
39690      Branch: perl
39691            ! sv.c
39692 ____________________________________________________________________________
39693 [ 22438] By: davem                                 on 2004/03/04  23:32:38
39694         Log: Memory leak in continue loop
39695              make sure redo always frees temps
39696      Branch: perl
39697            ! pp_ctl.c t/op/loopctl.t
39698 ____________________________________________________________________________
39699 [ 22437] By: davem                                 on 2004/03/04  22:03:17
39700         Log: Add perldiag entry for change #22435 (deprecate my $x if 0)
39701      Branch: perl
39702            ! pod/perldiag.pod
39703 ____________________________________________________________________________
39704 [ 22436] By: rgs                                   on 2004/03/04  21:52:18
39705         Log: Subject: [PATCH] Re: [perl #25270] 5.8.3 - POSIX::ctermid() on Solaris
39706              From: Andrew Dougherty <doughera@lafayette.edu>
39707              Date: Thu, 4 Mar 2004 14:41:07 -0500 (EST)
39708              Message-ID: <Pine.SOL.4.58.0403041438350.5863@maxwell.phys.lafayette.edu>
39709      Branch: perl
39710            ! ext/POSIX/POSIX.xs
39711 ____________________________________________________________________________
39712 [ 22435] By: davem                                 on 2004/03/04  21:39:47
39713         Log: add deprecation warning for my $x if 0
39714      Branch: perl
39715            ! op.c t/lib/warnings/op
39716 ____________________________________________________________________________
39717 [ 22434] By: davem                                 on 2004/03/04  21:38:57
39718         Log: remove an 'if $a if 0' from AutoSplit.t
39719      Branch: perl
39720            ! lib/AutoSplit.t
39721 ____________________________________________________________________________
39722 [ 22433] By: davem                                 on 2004/03/04  20:33:44
39723         Log: retract 22328 and 22332: deprecation warning for my $x if foo
39724      Branch: perl
39725            ! embed.h op.c opcode.h opcode.pl pod/perldiag.pod pp.sym
39726            ! pp_proto.h t/lib/warnings/op
39727 ____________________________________________________________________________
39728 [ 22432] By: rgs                                   on 2004/03/04  12:18:11
39729         Log: Maintainers.pl update by MJD.
39730      Branch: perl
39731            ! Porting/Maintainers.pl
39732 ____________________________________________________________________________
39733 [ 22431] By: rgs                                   on 2004/03/04  10:35:59
39734         Log: Fix [perl #27357] Scalar Win32::GetOSVersion() broken in 5.8.3
39735              (by Steve Hay)
39736      Branch: perl
39737            + t/win32/getosversion.t
39738            ! MANIFEST win32/win32.c
39739 ____________________________________________________________________________
39740 [ 22430] By: rgs                                   on 2004/03/04  08:03:54
39741         Log: Clarify the difference between utf8::downgrade/upgrade
39742              and utf8::encode/decode (patch by Jarkko).
39743      Branch: perl
39744            ! lib/utf8.pm pod/perluniintro.pod
39745 ____________________________________________________________________________
39746 [ 22429] By: rgs                                   on 2004/03/03  23:01:56
39747         Log: A couple of notes in perl591delta
39748              (about Benchmark and the debugger.)
39749      Branch: perl
39750            ! pod/perl591delta.pod
39751 ____________________________________________________________________________
39752 [ 22428] By: rgs                                   on 2004/03/03  22:15:42
39753         Log: Subject: [PATCH] simplify sv.h
39754              From: Arthur Bergman <sky@nanisky.com>
39755              Date: Sun, 29 Feb 2004 22:04:53 +0000
39756              Message-Id: <4D3C272C-6B03-11D8-B799-000A95A2734C@nanisky.com>
39757      Branch: perl
39758            ! sv.h
39759 ____________________________________________________________________________
39760 [ 22427] By: rgs                                   on 2004/03/03  21:55:03
39761         Log: Speed up the unicode case mappings (for /i, lc, uc, etc).
39762              Subject: [PATCH] [perl #24826]
39763              From: Jarkko Hietaniemi <jhi@iki.fi>
39764              Date: Wed, 3 Mar 2004 09:37:21 +0200
39765              Message-Id: <9B5CBF96-6CE5-11D8-83B0-00039362CB92@iki.fi>
39766      Branch: perl
39767            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
39768            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
39769            ! lib/unicore/mktables t/uni/case.pl utf8.c
39770 ____________________________________________________________________________
39771 [ 22426] By: rgs                                   on 2004/03/03  21:04:48
39772         Log: Subject: [PATCH] debugger (5.8.x and 5.9.x)
39773              From: Richard.Foley@t-online.de (Richard Foley)
39774              Date: Wed, 3 Mar 2004 16:10:25 +0100
39775              Message-Id: <200403031610.25080.richard.foley@rfi.net>
39776      Branch: perl
39777            ! lib/perl5db.pl
39778 ____________________________________________________________________________
39779 [ 22425] By: davem                                 on 2004/03/03  00:02:51
39780         Log: stop t/op/write.t failures under stdio by always closing files
39781              before reading them back; also replace `cat file` with a function
39782              to read in the file
39783      Branch: perl
39784            ! t/op/write.t
39785 ____________________________________________________________________________
39786 [ 22424] By: nicholas                              on 2004/03/02  22:22:49
39787         Log: Change the skip logic on the unicode tests so that they don't rely on
39788              miniperl's "dynamic loading unavailable" message
39789      Branch: perl
39790            ! t/uni/chomp.t t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t
39791            ! t/uni/tr_utf8.t
39792 ____________________________________________________________________________
39793 [ 22423] By: nicholas                              on 2004/03/02  22:02:36
39794         Log: Work on eliminating systematic failures on make minitest:
39795              make minitest passes a -minitest flag to t/TEST
39796              t/TEST sees this and sets $ENV{PERL_CORE_MINITEST}
39797              Tests can choose to skip based on this.
39798              (Other tactic is to make loading of Errno by %! happen at run time.)
39799      Branch: perl
39800            ! Makefile.SH t/TEST t/io/binmode.t t/io/crlf.t t/io/layers.t
39801            ! t/io/open.t t/io/print.t t/io/read.t t/op/magic.t
39802 ____________________________________________________________________________
39803 [ 22422] By: davem                                 on 2004/03/02  21:33:22
39804         Log: Remove machine-dependent rounding dependency from write overflow
39805              tests
39806      Branch: perl
39807            ! t/op/write.t
39808 ____________________________________________________________________________
39809 [ 22421] By: rgs                                   on 2004/03/02  21:25:12
39810         Log: Subject: [PATCH] nmake distclean cleans too much from lib/Digest on Win32
39811              From: Steve Hay <steve.hay@uk.radan.com>
39812              Date: Fri, 27 Feb 2004 17:42:26 +0000
39813              Message-ID: <403F8182.5090607@uk.radan.com>
39814      Branch: perl
39815            ! win32/Makefile win32/makefile.mk
39816 ____________________________________________________________________________
39817 [ 22419] By: davem                                 on 2004/03/01  22:17:52
39818         Log: add tests for change 22414 (lvalue substr jollity)
39819              courtesy of Graham Barr.
39820      Branch: perl
39821            ! t/op/substr.t
39822 ____________________________________________________________________________
39823 [ 22418] By: davem                                 on 2004/03/01  22:00:11
39824         Log: integrate Time::HiRes 1.56 from CPAN
39825              (which is itself mostly derived from the bleedperl version)
39826      Branch: perl
39827            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
39828            ! ext/Time/HiRes/Makefile.PL
39829 ____________________________________________________________________________
39830 [ 22417] By: mhx                                   on 2004/02/29  21:46:19
39831         Log: Make panics a bit more verbose to ease debugging.
39832      Branch: perl
39833            ! thread.h
39834 ____________________________________________________________________________
39835 [ 22415] By: davem                                 on 2004/02/29  18:06:45
39836         Log: make test breaks permissions on /dev/tty
39837              perl -i could fchmod(stdin) by mistake
39838      Branch: perl
39839            ! doio.c
39840 ____________________________________________________________________________
39841 [ 22414] By: davem                                 on 2004/02/29  16:21:34
39842         Log: Subject: Re: [perl #24346] pulling in stuff from outside the substr lvalue
39843              From: Graham Barr <gbarr@pobox.com>
39844              Date: Wed, 29 Oct 2003 09:56:53 +0000
39845              Message-Id: <3993BF6C-09F6-11D8-B6DD-0003938857CC@pobox.com>
39846
39847              make a variable aliased to an lvalue substr value work as expected
39848      Branch: perl
39849            ! mg.c
39850 ____________________________________________________________________________
39851 [ 22411] By: nicholas                              on 2004/02/29  13:08:28
39852         Log: Bump Socket's version to a real floating point value
39853      Branch: perl
39854            ! ext/Socket/Socket.pm
39855 ____________________________________________________________________________
39856 [ 22410] By: ams                                   on 2004/02/29  04:29:24
39857         Log: Back out _01 version suffix.
39858      Branch: perl
39859            ! ext/Storable/Storable.pm
39860 ____________________________________________________________________________
39861 [ 22409] By: davem                                 on 2004/02/28  23:29:10
39862         Log: Bump version numbers of moules affected by change #22258
39863              (removing /tmp and other insecurities)
39864      Branch: perl
39865            ! ext/DB_File/DB_File.pm ext/Devel/PPPort/PPPort.pm
39866            ! ext/Socket/Socket.pm ext/Storable/Storable.pm
39867            ! ext/Time/HiRes/HiRes.pm lib/CGI/Cookie.pm
39868            ! lib/ExtUtils/MakeMaker.pm lib/Memoize.pm lib/Shell.pm
39869            ! lib/perl5db.pl
39870 ____________________________________________________________________________
39871 [ 22408] By: davem                                 on 2004/02/28  22:37:08
39872         Log: make the bison-based parser threadsafe and capable of deep
39873              recursion by eradicating Perl_yylex_r()
39874      Branch: perl
39875            ! embed.fnc embed.h embedvar.h intrpvar.h mg.c perl.h perlapi.h
39876            ! perly.c proto.h toke.c
39877 ____________________________________________________________________________
39878 [ 22407] By: nicholas                              on 2004/02/28  16:10:20
39879         Log: Use File::Temp for tempfiles if it is available.
39880              (Based on a patch from Solar Designer <solar@openwall.com> in
39881              Message-ID: <20040125222218.GA13499@openwall.com>, the bulk of which
39882              was applied as change 22258)
39883      Branch: perl
39884            ! utils/perlbug.PL
39885 ____________________________________________________________________________
39886 [ 22406] By: mhx                                   on 2004/02/28  15:04:41
39887         Log: Fix segfaults when running under -Dx.
39888      Branch: perl
39889            ! dump.c
39890 ____________________________________________________________________________
39891 [ 22403] By: nicholas                              on 2004/02/27  17:56:30
39892         Log: Assimilate Cwd 2.15 from CPAN
39893      Branch: perl
39894            ! ext/Cwd/Changes lib/Cwd.pm
39895 ____________________________________________________________________________
39896 [ 22401] By: nicholas                              on 2004/02/27  16:27:19
39897         Log: Create a new local $_ without triggering tie by using local *_ = \my $a
39898              (an idea from Ton Hospel, Message-Id: <c1igq3$n84$1@post.home.lunix>)
39899      Branch: perl
39900            ! lib/File/Find.pm lib/File/Find/t/find.t
39901 ____________________________________________________________________________
39902 [ 22400] By: merijn                                on 2004/02/27  15:25:27
39903         Log: When threads are active we need -lpthread, but previous `fix' of
39904              now linked libraries invalidated the regex for sed (AIX 5 has no
39905              seperate libc.a and libc_r.a the latter links to the first)
39906      Branch: perl
39907            ! hints/aix.sh
39908 ____________________________________________________________________________
39909 [ 22397] By: nicholas                              on 2004/02/27  13:13:43
39910         Log: Correct thinko in comment.
39911      Branch: perl
39912            ! op.c
39913 ____________________________________________________________________________
39914 [ 22393] By: nicholas                              on 2004/02/27  10:41:39
39915         Log: In hsplit, if a normal hash has placeholders then clear them before
39916              splitting. We can do this safely because Storable ensures hsplit is
39917              not called while it builds restricted hashes (actually any hashes)
39918              This change may not make things faster, but now we have the choice.
39919      Branch: perl
39920            ! ext/Storable/t/restrict.t hv.c
39921 ____________________________________________________________________________
39922 [ 22391] By: nicholas                              on 2004/02/27  10:27:38
39923         Log: My re-implementation of hv_clear_placeholders was buggy - not sure why
39924              the tests still passed. Fixed.
39925      Branch: perl
39926            ! hv.c
39927 ____________________________________________________________________________
39928 [ 22383] By: nicholas                              on 2004/02/26  14:59:40
39929         Log: Moving all the e-mail addresses over by 1 column makes them start on
39930              an 8 column tabstop, which makes editing this file easier.
39931              So then I replaced spaces with tabs and made it smaller too.
39932      Branch: perl
39933            ! AUTHORS
39934 ____________________________________________________________________________
39935 [ 22382] By: nicholas                              on 2004/02/26  14:49:13
39936         Log: Add Mark Fowler
39937      Branch: perl
39938            ! AUTHORS
39939 ____________________________________________________________________________
39940 [ 22381] By: nicholas                              on 2004/02/26  13:11:07
39941         Log: Integrate:
39942              [ 22339]
39943              Mention 5.005_04 RC2
39944
39945              [ 22360]
39946              Update for 5.005_04 release
39947      Branch: perl
39948           !> pod/perlhist.pod
39949 ____________________________________________________________________________
39950 [ 22380] By: rgs                                   on 2004/02/26  13:03:43
39951         Log: Subject: [PATCH] Improved perlapi documentation for croak
39952              From: Mark Fowler <mark@twoshortplanks.com>
39953              Date: Wed, 25 Feb 2004 22:47:21 +0000 (GMT)
39954              Message-ID: <Pine.LNX.4.55.0402252242510.32152@gan.twoshortplanks.com>
39955
39956              (and regenerate perlapi.pod.)
39957      Branch: perl
39958            ! pod/perlapi.pod util.c
39959 ____________________________________________________________________________
39960 [ 22379] By: merijn                                on 2004/02/26  08:44:53
39961         Log: From: Art Haas <ahaas@airmail.net>
39962              Subject: Replacing '-rdynamic' in Configure script
39963              Date: Fri, 20 Feb 2004 13:53:56 -0600
39964              Message-ID: <20040220195400.31177.qmail@onion.perl.org>
39965      Branch: perl
39966            ! Configure
39967 ____________________________________________________________________________
39968 [ 22377] By: davem                                 on 2004/02/25  21:07:44
39969         Log: remove my work address
39970      Branch: perl
39971            ! AUTHORS
39972 ____________________________________________________________________________
39973 [ 22376] By: davem                                 on 2004/02/25  17:10:56
39974         Log: stop "const in void context" warning for a const in an
39975              optimised-away boolean expresssion, eg 5 || print;
39976      Branch: perl
39977            ! op.c op.h t/lib/warnings/op
39978 ____________________________________________________________________________
39979 [ 22375] By: merijn                                on 2004/02/25  11:13:12
39980         Log: Skip the Net/Ping/450_service failures on HP-UX for the time being
39981      Branch: perl
39982            ! lib/Net/Ping/t/450_service.t
39983 ____________________________________________________________________________
39984 [ 22374] By: merijn                                on 2004/02/25  09:32:12
39985         Log: AIX hints stage 3: remove AIX 3 and AIX 4 after split off
39986              One open issue left: promoting to cc_r for threaded builds
39987              need a review to permit users using -Dcc=xlc_r for non
39988              threaded builds
39989      Branch: perl
39990            ! hints/aix.sh
39991 ____________________________________________________________________________
39992 [ 22373] By: davem                                 on 2004/02/24  23:25:52
39993         Log: fix memory leak in @_ = ...; goto &sub
39994      Branch: perl
39995            ! pp_ctl.c
39996 ____________________________________________________________________________
39997 [ 22372] By: rgs                                   on 2004/02/24  22:44:34
39998         Log: Enhance test cleanliness by a very small factor.
39999      Branch: perl
40000            ! t/comp/parser.t
40001 ____________________________________________________________________________
40002 [ 22371] By: rgs                                   on 2004/02/24  22:34:06
40003         Log: Fix a segfault during optree construction. (bug #27024)
40004      Branch: perl
40005            ! op.c t/comp/parser.t
40006 ____________________________________________________________________________
40007 [ 22370] By: rgs                                   on 2004/02/24  20:39:26
40008         Log: Update Changes and AUTHORS.
40009      Branch: perl
40010            ! AUTHORS Changes
40011 ____________________________________________________________________________
40012 [ 22369] By: rgs                                   on 2004/02/24  19:53:51
40013         Log: Subject: [PATCH] optimization for map in scalar context
40014              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
40015              Date: Tue, 24 Feb 2004 12:02:57 +0100
40016              Message-id: <20040224110257.GA5510@ethan>
40017      Branch: perl
40018            ! pp_ctl.c
40019 ____________________________________________________________________________
40020 [ 22368] By: rgs                                   on 2004/02/24  19:30:12
40021         Log: Subject: Bugfix for perlrequick and perlretut
40022              From: Mark Kvale <kvale@phy.ucsf.edu>
40023              Date: Tue, 24 Feb 2004 11:32:34 -0800
40024              Message-Id: <200402241132.34656.kvale@phy.ucsf.edu>
40025      Branch: perl
40026            ! pod/perlrequick.pod pod/perlretut.pod
40027 ____________________________________________________________________________
40028 [ 22367] By: rgs                                   on 2004/02/23  22:08:33
40029         Log: Instead of localising *_, use a dummy foreach loop to get
40030              a local value of $_
40031      Branch: perl
40032            ! lib/File/Find.pm
40033 ____________________________________________________________________________
40034 [ 22366] By: rgs                                   on 2004/02/23  21:40:02
40035         Log: Subject: Re: [perl #24338] Attribute::Handlers will trash UNIVERSAL
40036              From: alan <alan@pair.com>
40037              Date: Tue, 17 Feb 2004 14:23:08 -0500 (EST)
40038              Message-ID: <Pine.BSF.4.58.0402171418090.80983@smx.pair.com>
40039      Branch: perl
40040            ! lib/Attribute/Handlers.pm
40041 ____________________________________________________________________________
40042 [ 22365] By: rgs                                   on 2004/02/23  21:30:42
40043         Log: Update perl591delta.
40044      Branch: perl
40045            ! pod/perl591delta.pod
40046 ____________________________________________________________________________
40047 [ 22364] By: rgs                                   on 2004/02/23  20:56:38
40048         Log: Fix bug #26910: hints were not propagated into (?{...})
40049              blocks, except the utf8 pragma.
40050      Branch: perl
40051            ! pp_ctl.c t/lib/strict/refs t/lib/strict/subs t/lib/strict/vars
40052 ____________________________________________________________________________
40053 [ 22363] By: rgs                                   on 2004/02/23  19:15:53
40054         Log: Subject: Re: [perl #26905] "use bytes" doesn't apply byte semantics to concatenation
40055              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
40056              Date: Sun, 22 Feb 2004 16:09:33 +0900
40057              Message-Id: <20040222160505.98E5.BQW10602@nifty.com>
40058
40059              Subject: [PATCH] Encode::CN::HZ (was Re: [perl #26905] "use bytes" doesn't apply byte semantics to concatenation)
40060              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
40061              Date: Sun, 22 Feb 2004 18:41:43 +0900
40062              Message-Id: <20040222182357.6B39.BQW10602@nifty.com>
40063
40064              Plus, add a "_01" to the theoretical version number of Encode::CN::HZ.
40065      Branch: perl
40066            ! ext/Encode/lib/Encode/CN/HZ.pm pp_hot.c t/op/concat.t
40067 ____________________________________________________________________________
40068 [ 22362] By: rgs                                   on 2004/02/23  18:31:31
40069         Log: Subject: [PATCH] Benchmark for child processes
40070              From: Chia-liang Kao <clkao@clkao.org>
40071              Date: Mon, 23 Feb 2004 22:53:51 +0800
40072              Message-ID: <20040223145351.GH94376@portege.clkao.org>
40073      Branch: perl
40074            ! lib/Benchmark.pm
40075 ____________________________________________________________________________
40076 [ 22359] By: merijn                                on 2004/02/23  11:55:08
40077         Log: Subject: Re: Perl 5.8.1 on IRIX 5.3
40078              Date: Thu, 22 Jan 2004 18:35:26 +0100 (CET)
40079              From: Georg Schwarz <geos@epost.de>
40080              Message-Id: <E1Ajijm-0006ya-LE@mikro.physik.TU-Berlin.DE>
40081      Branch: perl
40082            ! hints/irix_5.sh
40083 ____________________________________________________________________________
40084 [ 22358] By: rgs                                   on 2004/02/22  21:49:47
40085         Log: Subject: initial patch for cygwin IPC via cygserver
40086              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
40087              Date: Thu, 19 Feb 2004 09:01:13 -0800
40088              Message-ID: <20040219170113.GA2792@efn.org>
40089      Branch: perl
40090            ! ext/IPC/SysV/hints/cygwin.pl hints/cygwin.sh
40091 ____________________________________________________________________________
40092 [ 22357] By: davem                                 on 2004/02/22  15:43:53
40093         Log: Extend OP_AELEMFAST optimisation to lexical arrays
40094      Branch: perl
40095            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm op.c op.h pp_hot.c
40096 ____________________________________________________________________________
40097 [ 22356] By: rgs                                   on 2004/02/21  16:51:52
40098         Log: We're not binary compatible with 5.8.
40099              Change PERL_API_VERSION to 5.9.1.
40100      Branch: perl
40101            ! patchlevel.h
40102 ____________________________________________________________________________
40103 [ 22355] By: rgs                                   on 2004/02/21  16:30:02
40104         Log: Document change #22353 in perldelta.
40105      Branch: perl
40106            ! pod/perl591delta.pod
40107 ____________________________________________________________________________
40108 [ 22354] By: rgs                                   on 2004/02/21  16:23:54
40109         Log: Increment the version number of B, due to the incompatible
40110              API change introduced by #22353 (no more op_seq method.)
40111      Branch: perl
40112            ! ext/B/B.pm
40113 ____________________________________________________________________________
40114 [ 22353] By: rgs                                   on 2004/02/21  16:18:32
40115         Log: Subject: Re: op_seq (was: Freeing code)
40116              From: Paul Johnson <paul@pjcj.net>
40117              Date: Sat, 21 Feb 2004 02:31:47 +0100
40118              Message-ID: <20040221013147.GB6953@pjcj.net>
40119
40120              Rework the OP structure to use less space.
40121              Remove op_seq (and simulate it in dump.c),
40122              replace it by op_opt and op_static,
40123              shrink op_type, remove PL_op_seqmax.
40124      Branch: perl
40125            ! bytecode.pl dump.c embed.h embedvar.h ext/B/B.xs
40126            ! ext/B/B/Asmdata.pm ext/B/B/C.pm ext/B/B/Concise.pm
40127            ! ext/B/B/Debug.pm ext/ByteLoader/byterun.c
40128            ! ext/ByteLoader/byterun.h intrpvar.h op.c op.h perlapi.h
40129            ! pod/perlintern.pod sv.c
40130 ____________________________________________________________________________
40131 [ 22352] By: rgs                                   on 2004/02/20  17:29:32
40132         Log: When you write C<my $_ ; for (...) {...}>, the lexical $_
40133              is not actually introduced by the for statement.
40134      Branch: perl
40135            ! op.c
40136 ____________________________________________________________________________
40137 [ 22351] By: davem                                 on 2004/02/20  15:38:10
40138         Log: remove a split test's dependence on -Dx output
40139              (needed after change #22343)
40140      Branch: perl
40141            ! t/op/split.t
40142 ____________________________________________________________________________
40143 [ 22350] By: davem                                 on 2004/02/20  15:34:27
40144         Log: add Deparse/Concise support for inplace sort (change 22349)
40145      Branch: perl
40146            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm
40147 ____________________________________________________________________________
40148 [ 22349] By: davem                                 on 2004/02/20  14:54:35
40149         Log: optimise the sorting inplace of plain arrays: @a = sort @a
40150      Branch: perl
40151            ! op.c op.h pp_sort.c t/op/sort.t
40152 ____________________________________________________________________________
40153 [ 22348] By: davem                                 on 2004/02/20  14:18:13
40154         Log: Document the SVf_PADSTALE flag
40155      Branch: perl
40156            ! pad.c
40157 ____________________________________________________________________________
40158 [ 22347] By: rgs                                   on 2004/02/20  10:46:51
40159         Log: Delete lib/IPC/SysV.t (duplicate of ext/IPC/SysV/t/ipcsysv.t)
40160      Branch: perl
40161            - lib/IPC/SysV.t
40162            ! MANIFEST
40163 ____________________________________________________________________________
40164 [ 22346] By: rgs                                   on 2004/02/20  10:23:51
40165         Log: Subject: [PATCH] genmk95.pl touchup for distclean on Win98
40166              From: Greg Matheson <lang@ms.chinmin.edu.tw>
40167              Date: Fri, 20 Feb 2004 15:34:59 +0800
40168              Message-ID: <20040220153459.A30249@ms.chinmin.edu.tw>
40169      Branch: perl
40170            ! win32/genmk95.pl
40171 ____________________________________________________________________________
40172 [ 22345] By: rgs                                   on 2004/02/20  08:21:47
40173         Log: Upgrade to Term::ANSIColor 1.08.
40174      Branch: perl
40175            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
40176            ! lib/Term/ANSIColor/README lib/Term/ANSIColor/test.pl
40177 ____________________________________________________________________________
40178 [ 22344] By: rgs                                   on 2004/02/19  21:17:10
40179         Log: Upgrade to prereleases of Math::BigInt 1.70 and
40180              Math::BigRat 0.12, by Tels.
40181      Branch: perl
40182            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
40183            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/CalcEmu.pm
40184            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
40185            ! lib/Math/BigInt/t/bare_mif.t lib/Math/BigInt/t/bigfltpm.inc
40186            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
40187            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
40188            ! lib/Math/BigInt/t/bigints.t lib/Math/BigInt/t/biglog.t
40189            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/config.t
40190            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
40191            ! lib/Math/BigInt/t/req_mbfw.t lib/Math/BigInt/t/sub_mbf.t
40192            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
40193            ! lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
40194            ! lib/Math/BigInt/t/use_mbfw.t lib/Math/BigInt/t/with_sub.t
40195            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltpm.inc
40196            ! lib/Math/BigRat/t/bigfltrt.t lib/Math/BigRat/t/bigrat.t
40197            ! lib/bigint.pm t/lib/Math/BigInt/BareCalc.pm
40198            ! t/lib/Math/BigInt/Scalar.pm t/lib/Math/BigRat/Test.pm
40199 ____________________________________________________________________________
40200 [ 22343] By: davem                                 on 2004/02/19  13:43:18
40201         Log: -Dx could coredump on threaded builds because consts are now
40202              stored in the pad
40203      Branch: perl
40204            ! dump.c
40205 ____________________________________________________________________________
40206 [ 22342] By: rgs                                   on 2004/02/18  21:38:13
40207         Log: Add a tool to report dual-lived core modules that don't
40208              have the same version than the corresponding module on CPAN.
40209      Branch: perl
40210            + Porting/corecpan.pl
40211            ! MANIFEST
40212 ____________________________________________________________________________
40213 [ 22341] By: rgs                                   on 2004/02/18  14:04:11
40214         Log: Document the removal of PERL_XS_APIVERSION and PERL_PM_APIVERSION.
40215      Branch: perl
40216            ! pod/perl591delta.pod
40217 ____________________________________________________________________________
40218 [ 22338] By: rgs                                   on 2004/02/18  13:32:17
40219         Log: Add base.pm and fields.pm to the maintainer list.
40220              Remove a duplicate file from this list.
40221      Branch: perl
40222            ! Porting/Maintainers.pl
40223 ____________________________________________________________________________
40224 [ 22337] By: davem                                 on 2004/02/18  13:22:13
40225         Log: fix write test: -small_number may be displayed as 00.00 or -0.00
40226      Branch: perl
40227            ! t/op/write.t
40228 ____________________________________________________________________________
40229 [ 22334] By: merijn                                on 2004/02/18  12:18:52
40230         Log: Removed pm_apiversion and xs_apiversion as requested by
40231              the pumpkin. Chainsaw was still in perfect working order.
40232      Branch: perl
40233            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
40234            ! NetWare/config_H.wc Porting/Glossary Porting/config.sh
40235            ! Porting/config_H config_h.SH configure.com epoc/config.sh
40236            ! plan9/config.plan9 plan9/config_h.sample
40237            ! plan9/config_sh.sample uconfig.h uconfig.sh win32/config.bc
40238            ! win32/config.gc win32/config.vc win32/config.vc64
40239            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
40240            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
40241 ____________________________________________________________________________
40242 [ 22332] By: davem                                 on 2004/02/18  11:14:43
40243         Log: Add tests for the C<my $x if foo> deprecation, and change the
40244              warning text
40245      Branch: perl
40246            ! op.c pod/perldiag.pod t/lib/warnings/op
40247 ____________________________________________________________________________
40248 [ 22330] By: mhx                                   on 2004/02/18  08:53:03
40249         Log: 1. Add section to perlxs.pod describing that the refcount of AVs/HVs
40250              returned from XSUBs through RETVAL isn't decremented as it is for
40251              SVs. This causes those XSUBs to leak memory and cannot be fixed
40252              without breaking existing CPAN modules that work around this bug.
40253
40254              2. Fix a memory leak of that kind in POSIX::localconv.
40255      Branch: perl
40256            ! ext/POSIX/POSIX.xs pod/perlxs.pod
40257 ____________________________________________________________________________
40258 [ 22329] By: rgs                                   on 2004/02/18  08:25:58
40259         Log: Encode has local changes. Up-version it.
40260      Branch: perl
40261            ! ext/Encode/Encode.pm
40262 ____________________________________________________________________________
40263 [ 22328] By: davem                                 on 2004/02/17  23:30:50
40264         Log: add deprecation warning for C<my $x if foo> and C<foo && (my $x)>
40265      Branch: perl
40266            ! op.c opcode.h opcode.pl pod/perldiag.pod pp.sym pp_proto.h
40267 ____________________________________________________________________________
40268 [ 22327] By: rgs                                   on 2004/02/17  23:22:45
40269         Log: It's better to localize *_ than $_, to avoid magic leakage
40270      Branch: perl
40271            ! lib/File/Find.pm
40272 ____________________________________________________________________________
40273 [ 22326] By: rgs                                   on 2004/02/17  23:18:25
40274         Log: One of the new tests of MIME::Base64 relies on a non-core module.
40275      Branch: perl
40276            - ext/MIME/Base64/t/bad-sv.t
40277            ! MANIFEST
40278 ____________________________________________________________________________
40279 [ 22325] By: rgs                                   on 2004/02/17  23:10:22
40280         Log: Upgrade to MIME::Base64 3.00.
40281              Fix t/warn.t so it works in the core.
40282              Reintegrate change #22309 in it. Bump $VERSION to 3.00_01.
40283      Branch: perl
40284            + ext/MIME/Base64/t/bad-sv.t ext/MIME/Base64/t/warn.t
40285            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
40286            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
40287            ! ext/MIME/Base64/t/base64.t
40288 ____________________________________________________________________________
40289 [ 22323] By: rgs                                   on 2004/02/17  22:20:25
40290         Log: Be more clear. Use simple words.
40291      Branch: perl
40292            ! pod/perl591delta.pod
40293 ____________________________________________________________________________
40294 [ 22322] By: davem                                 on 2004/02/17  21:52:08
40295         Log: remove C<my $x if foo> construct from core modules
40296      Branch: perl
40297            ! ext/B/B/Deparse.pm ext/IO/lib/IO/Handle.pm
40298            ! ext/IO/lib/IO/Pipe.pm lib/ExtUtils/Liblist/Kid.pm
40299            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Win95.pm
40300            ! lib/Net/NNTP.pm lib/Net/POP3.pm lib/Net/SMTP.pm
40301            ! lib/Pod/Parser.pm lib/Test/Harness.pm utils/h2xs.PL
40302 ____________________________________________________________________________
40303 [ 22321] By: rgs                                   on 2004/02/17  21:22:17
40304         Log: Dave Mitchell suggested this perldelta entry for the SVp_* reordering.
40305      Branch: perl
40306            ! pod/perl591delta.pod
40307 ____________________________________________________________________________
40308 [ 22320] By: rgs                                   on 2004/02/17  21:07:11
40309         Log: Bump $B::VERSION (because of change #22315).
40310      Branch: perl
40311            ! ext/B/B.pm
40312 ____________________________________________________________________________
40313 [ 22319] By: rgs                                   on 2004/02/17  21:03:09
40314         Log: Regenerate table of contents and other related files.
40315      Branch: perl
40316            ! MANIFEST pod/perl.pod pod/perltoc.pod
40317 ____________________________________________________________________________
40318 [ 22318] By: rgs                                   on 2004/02/17  20:06:04
40319         Log: Bump up perl's version number to 5.9.1.
40320              Add perl591delta in perl.pod.
40321              Update the sample config files in Porting/.
40322      Branch: perl
40323            ! NetWare/Makefile NetWare/config_H.wc Porting/config.sh
40324            ! Porting/config_H epoc/config.sh epoc/createpkg.pl patchlevel.h
40325            ! plan9/config.plan9 pod/perl.pod win32/Makefile
40326            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
40327            ! win32/config_H.vc64 win32/makefile.mk wince/Makefile.ce
40328 ____________________________________________________________________________
40329 [ 22317] By: davem                                 on 2004/02/17  19:28:58
40330         Log: 22316 had stupid precedence thinkos
40331      Branch: perl
40332            ! pp.c pp_hot.c
40333 ____________________________________________________________________________
40334 [ 22316] By: davem                                 on 2004/02/17  18:23:27
40335         Log: Slight update to #22315 ($lval=*FOO); optimise the hot tests,
40336              and fix some incorrect indentation
40337      Branch: perl
40338            ! pp.c pp_hot.c sv.c
40339 ____________________________________________________________________________
40340 [ 22315] By: davem                                 on 2004/02/17  18:01:52
40341         Log: Subject:  Re: [PATCH] GLOB to LVALUE assignment fix
40342              From:  Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
40343              Date:  Tue, 17 Feb 2004 17:32:16 +0100
40344              Message-Id:  <20040217163216.GA6805@ethan>
40345
40346              Make PVLV a superset of PVGV, so that $lvalue = *FOO works
40347      Branch: perl
40348            ! dump.c ext/B/B.pm ext/B/B.xs pp.c pp_hot.c sv.c sv.h t/op/gv.t
40349 ____________________________________________________________________________
40350 [ 22314] By: merijn                                on 2004/02/17  11:22:24
40351         Log: 1. Creating backward compatibility for Configure after patches
40352              #22227 and #22302 to still support 5.8.x and below
40353
40354              2. Small change for building on GNU hurd
40355              Date: Sun, 15 Feb 2004 23:27:17 +1100
40356              From: "Brendan O'Dea" <bod@debian.org>
40357              Message-ID: <20040215122717.GA26812@londo.c47.org>
40358      Branch: perl
40359            ! Configure Makefile.SH hints/gnu.sh
40360 ____________________________________________________________________________
40361 [ 22313] By: mhx                                   on 2004/02/16  20:27:40
40362         Log: Fix for Win32 build failure caused by the byacc to bison switch.
40363      Branch: perl
40364            ! perl.h
40365 ____________________________________________________________________________
40366 [ 22312] By: rgs                                   on 2004/02/16  13:16:43
40367         Log: Revert change 22308 (the patch was against maint, not blead)
40368      Branch: perl
40369            ! lib/ExtUtils/instmodsh
40370 ____________________________________________________________________________
40371 [ 22310] By: merijn                                on 2004/02/16  11:30:29
40372         Log: Fix typo in doc for Encode
40373              From: "Brendan O'Dea" <bod@debian.org>
40374              Date: Sun, 15 Feb 2004 23:27:17 +1100
40375              Message-ID: <20040215122717.GA26812@londo.c47.org>
40376      Branch: perl
40377            ! ext/Encode/Encode.pm
40378 ____________________________________________________________________________
40379 [ 22309] By: merijn                                on 2004/02/16  11:27:34
40380         Log: Missing semi-colon
40381              From: "Brendan O'Dea" <bod@debian.org>
40382              Date: Sun, 15 Feb 2004 23:27:17 +1100
40383              Message-ID: <20040215122717.GA26812@londo.c47.org>
40384      Branch: perl
40385            ! ext/MIME/Base64/Base64.xs
40386 ____________________________________________________________________________
40387 [ 22308] By: merijn                                on 2004/02/16  11:24:59
40388         Log: Add some basic POD to lib/ExtUtils/instmodsh so that
40389              it has a manpage.
40390              From: "Brendan O'Dea" <bod@debian.org>
40391              Date: Sun, 15 Feb 2004 23:27:17 +1100
40392              Message-ID: <20040215122717.GA26812@londo.c47.org>
40393      Branch: perl
40394            ! lib/ExtUtils/instmodsh
40395 ____________________________________________________________________________
40396 [ 22307] By: rgs                                   on 2004/02/15  11:02:49
40397         Log: Subject: [patch perlguts.pod] save_item doesn't handle magic
40398              From: Stas Bekman <stas@stason.org>
40399              Date: Fri, 13 Feb 2004 20:18:59 -0800
40400              Message-ID: <402DA1B3.2010608@stason.org>
40401      Branch: perl
40402            ! pod/perlguts.pod
40403 ____________________________________________________________________________
40404 [ 22306] By: davem                                 on 2004/02/15  00:24:26
40405         Log: Segmentation fault with
40406              sub x { shift; @a = @b; eval +{ use } }
40407      Branch: perl
40408            ! op.c perly.act perly.h perly.tab perly.y t/comp/parser.t
40409 ____________________________________________________________________________
40410 [ 22305] By: davem                                 on 2004/02/14  23:52:09
40411         Log: Enable v (verbose) switch on -Dp to display the top 8 elements
40412              on the parser stack at each reduce.  Also,
40413
40414              Subject: Re: switch from byacc to bison
40415              From: "Craig A. Berry" <craigberry@mac.com>
40416              Date: Sat, 14 Feb 2004 13:26:45 -0600
40417              Message-ID: <craigberry-8058A3.13264414022004@onion.develooper.com>
40418
40419              change #if DEBUGGING to #ifdef ... in perly.c
40420      Branch: perl
40421            ! perly.c pod/perlrun.pod
40422 ____________________________________________________________________________
40423 [ 22304] By: davem                                 on 2004/02/14  13:33:26
40424         Log: Subject:  Re: switch from byacc to bison
40425              From:  Abe Timmerman <abeltje@cpan.org>
40426              Date:  Sat, 14 Feb 2004 11:56:24 +0100
40427              Message-Id:  <200402141156.58185.abeltje@cpan.org>
40428
40429              Fix typos in pumpkin.pod
40430      Branch: perl
40431            ! Porting/pumpkin.pod
40432 ____________________________________________________________________________
40433 [ 22303] By: davem                                 on 2004/02/14  12:28:37
40434         Log: remove binary compatibility stuff from the yacc -> bison switch
40435              of change #22302
40436      Branch: perl
40437            ! embedvar.h intrpvar.h
40438 ____________________________________________________________________________
40439 [ 22302] By: davem                                 on 2004/02/14  02:06:53
40440         Log: Switch from byacc to bison and simplify the perly.* regeneration
40441              process
40442      Branch: perl
40443            + perly.act perly.tab regen_perly.pl
40444            - perly.fixer perly_c.diff perlyline.pl vms/perly_c.vms
40445            - vms/perly_h.vms vms/vms_yfix.pl
40446            ! MANIFEST Makefile.SH Porting/pumpkin.pod embedvar.h intrpvar.h
40447            ! op.c perl.h perlapi.h perly.c perly.h perly.y sv.c toke.c
40448            ! vms/descrip_mms.template
40449 ____________________________________________________________________________
40450 [ 22301] By: rgs                                   on 2004/02/13  21:11:25
40451         Log: Fix an fcntl example in perlopentut, spotted by MJD.
40452      Branch: perl
40453            ! pod/perlopentut.pod
40454 ____________________________________________________________________________
40455 [ 22300] By: davem                                 on 2004/02/12  23:18:20
40456         Log: The new -Dq option didn't actually work!
40457      Branch: perl
40458            ! perl.h
40459 ____________________________________________________________________________
40460 [ 22299] By: merijn                                on 2004/02/12  14:32:15
40461         Log: Subject: [comment patch] (ed: mg.c:mg_set() => mg.c:Perl_magic_set())
40462              From: Stas Bekman <stas@stason.org>
40463              Date: Wed, 11 Feb 2004 16:53:54 -0800
40464              Message-ID: <402ACEA2.4020907@stason.org>
40465      Branch: perl
40466            ! perl.c
40467 ____________________________________________________________________________
40468 [ 22298] By: rgs                                   on 2004/02/10  08:49:12
40469         Log: Subject: Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows
40470              From: Greg Matheson <lang@ms.chinmin.edu.tw>
40471              Date: Tue, 10 Feb 2004 12:36:33 +0800
40472              Message-ID: <20040210043633.GA33671687@momotaro>
40473      Branch: perl
40474            ! win32/makefile.mk
40475 ____________________________________________________________________________
40476 [ 22297] By: rgs                                   on 2004/02/10  08:05:16
40477         Log: Add 5.005_04-RC1 and Leon in perlhist.
40478      Branch: perl
40479            ! pod/perlhist.pod
40480 ____________________________________________________________________________
40481 [ 22295] By: rgs                                   on 2004/02/09  22:48:54
40482         Log: Add a note in Unicode::UCD about the _getcode() function
40483              being copy-n-pasted in charnames.pm. (spotted by Merijn)
40484      Branch: perl
40485            ! lib/Unicode/UCD.pm
40486 ____________________________________________________________________________
40487 [ 22294] By: rgs                                   on 2004/02/09  21:48:15
40488         Log: Implement stacked filetest operators (-f -w -x $file).
40489      Branch: perl
40490            ! doio.c dump.c ext/B/B/Concise.pm op.c op.h
40491            ! pod/perl591delta.pod pod/perlfunc.pod pp_sys.c t/op/filetest.t
40492 ____________________________________________________________________________
40493 [ 22292] By: rgs                                   on 2004/02/09  21:17:40
40494         Log: Subject: Re: [perl #26073] sprintf miscounts padding when format is utf8
40495              From: hv@crypt.org
40496              Date: Mon, 09 Feb 2004 03:21:21 +0000
40497              Message-Id: <200402090321.i193LL907950@zen.crypt.org>
40498      Branch: perl
40499            ! sv.c t/op/sprintf2.t
40500 ____________________________________________________________________________
40501 [ 22291] By: rgs                                   on 2004/02/09  21:09:14
40502         Log: Subject: reduce overhead of charnames.pm, make op/pat.t work under miniperl
40503              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
40504              Date: Mon, 9 Feb 2004 00:51:45 -0800
40505              Message-ID: <20040209085145.GA3204@efn.org>
40506              (plus an etymological notice)
40507      Branch: perl
40508            ! lib/charnames.pm
40509 ____________________________________________________________________________
40510 [ 22290] By: rgs                                   on 2004/02/08  21:34:27
40511         Log: Add the new private flag OPpGREP_LEX in B::Concise.
40512      Branch: perl
40513            ! ext/B/B/Concise.pm
40514 ____________________________________________________________________________
40515 [ 22289] By: rgs                                   on 2004/02/08  21:21:28
40516         Log: map and grep weren't working correctly with lexical $_ in
40517              scalar context, because pp_mapwhile and pp_grepwhile were using
40518              their target as a temporary slot to store the return value.
40519      Branch: perl
40520            ! pp_ctl.c pp_hot.c t/op/mydef.t
40521 ____________________________________________________________________________
40522 [ 22287] By: rgs                                   on 2004/02/08  12:01:35
40523         Log: Subject: Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows
40524              From: Greg Matheson <lang@ms.chinmin.edu.tw>
40525              Date: Mon, 2 Feb 2004 16:52:44 +0800
40526              Message-ID: <20040202165244.A17415@ms.chinmin.edu.tw>
40527      Branch: perl
40528            ! win32/makefile.mk
40529 ____________________________________________________________________________
40530 [ 22286] By: rgs                                   on 2004/02/08  11:48:09
40531         Log: Subject: [PATCH] Correct some prototypes in perlapi.pod
40532              From: Steve Hay <steve.hay@uk.radan.com>
40533              Date: Fri, 06 Feb 2004 12:44:05 +0000
40534              Message-ID: <40238C15.2090200@uk.radan.com>
40535      Branch: perl
40536            ! pod/perlapi.pod sv.h
40537 ____________________________________________________________________________
40538 [ 22285] By: rgs                                   on 2004/02/08  11:44:22
40539         Log: Subject: [PATCH] Fix absolute path handling in installhtml
40540              From: Steve Hay <steve.hay@uk.radan.com>
40541              Date: Fri, 06 Feb 2004 16:14:14 +0000
40542              Message-ID: <4023BD56.6090903@uk.radan.com>
40543      Branch: perl
40544            ! installhtml
40545 ____________________________________________________________________________
40546 [ 22284] By: rgs                                   on 2004/02/08  11:42:08
40547         Log: Subject: [PATCH perlunicode.pod] chomp() cares about Unicode
40548              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
40549              Date: Sat, 07 Feb 2004 00:08:36 +0900
40550              Message-Id: <20040206235116.0E36.BQW10602@nifty.com>
40551      Branch: perl
40552            ! pod/perlunicode.pod
40553 ____________________________________________________________________________
40554 [ 22282] By: nicholas                              on 2004/02/07  22:32:44
40555         Log: Comment to record why we can't clear placeholders in hsplit
40556      Branch: perl
40557            ! hv.c
40558 ____________________________________________________________________________
40559 [ 22281] By: nicholas                              on 2004/02/07  21:46:59
40560         Log: deleting keys in restricted hashes was leaking the entry. Yow!
40561      Branch: perl
40562            ! hv.c lib/Hash/Util.t
40563 ____________________________________________________________________________
40564 [ 22280] By: nicholas                              on 2004/02/07  21:20:16
40565         Log: Now hv_delete is able to ingore placeholders.
40566              (This is an XS visible change in the hash API. But not of documented
40567              behaviour)
40568      Branch: perl
40569            ! hv.c
40570 ____________________________________________________________________________
40571 [ 22279] By: nicholas                              on 2004/02/07  20:56:50
40572         Log: All whitespace is equal, but some whitespace is more equal than others
40573              (lib/DBM_Filter/Changes line had spaces. Spaces bad. Tabs better)
40574      Branch: perl
40575            ! MANIFEST
40576 ____________________________________________________________________________
40577 [ 22278] By: nicholas                              on 2004/02/07  19:50:10
40578         Log: hv_clear_placeholders now manipulates the linked lists directly, rather
40579              than using the iterator interface and calling hv_delete
40580              This will allow hv_delete to be simplified to remove most of the
40581              special casing related to placeholders.
40582      Branch: perl
40583            ! hv.c
40584 ____________________________________________________________________________
40585 [ 22273] By: merijn                                on 2004/02/06  11:47:14
40586         Log: Added hints_4.sh for specific AIX 4 support
40587              this is the next stage in the general cleanup process
40588              for the AIX hints. More to come
40589      Branch: perl
40590            + hints/aix_4.sh
40591            ! MANIFEST
40592 ____________________________________________________________________________
40593 [ 22272] By: rgs                                   on 2004/02/06  07:32:15
40594         Log: Fix a non-standard NAME pod section
40595              (by Smylers and Casey West)
40596      Branch: perl
40597            ! lib/Carp/Heavy.pm
40598 ____________________________________________________________________________
40599 [ 22268] By: rgs                                   on 2004/02/04  19:50:05
40600         Log: The "my $_" wasn't nice with foreach loops.
40601      Branch: perl
40602            ! op.c t/op/mydef.t
40603 ____________________________________________________________________________
40604 [ 22267] By: merijn                                on 2004/02/04  10:24:33
40605         Log: AIX 3 support removed from default hints after its separation
40606      Branch: perl
40607            ! hints/aix.sh
40608 ____________________________________________________________________________
40609 [ 22266] By: merijn                                on 2004/02/04  10:16:20
40610         Log: AIX 3 hints split off from default hints in preparation
40611              of a hint file cleanup. aix_4.sh will follow soon
40612      Branch: perl
40613            + hints/aix_3.sh
40614            ! MANIFEST
40615 ____________________________________________________________________________
40616 [ 22265] By: rgs                                   on 2004/02/03  21:54:23
40617         Log: More docs and tests for "my $_".
40618      Branch: perl
40619            ! pod/perlfunc.pod pod/perlsub.pod t/op/mydef.t
40620 ____________________________________________________________________________
40621 [ 22264] By: rgs                                   on 2004/02/03  20:33:02
40622         Log: Subject: [PATCH] was Re: [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.36.tar.gz]
40623              From: John Peacock <jpeacock@rowman.com>
40624              Date: Sun, 01 Feb 2004 21:10:07 -0500
40625              Message-ID: <401DB17F.5060808@rowman.com>
40626      Branch: perl
40627            ! embed.fnc embed.h lib/version.pm lib/version.t pod/perlapi.pod
40628            ! proto.h t/comp/use.t t/op/universal.t universal.c util.c
40629 ____________________________________________________________________________
40630 [ 22263] By: rgs                                   on 2004/02/03  19:41:11
40631         Log: Implement "my $_".
40632      Branch: perl
40633            + t/op/mydef.t
40634            ! MANIFEST gv.c op.c op.h opcode.h opcode.pl
40635            ! pod/perl591delta.pod pod/perlapi.pod pod/perlvar.pod pp.c
40636            ! pp_ctl.c pp_hot.c regexec.c toke.c
40637 ____________________________________________________________________________
40638 [ 22262] By: rgs                                   on 2004/02/03  16:38:25
40639         Log: Regenerate perlapi.pod.
40640      Branch: perl
40641            ! pod/perlapi.pod
40642 ____________________________________________________________________________
40643 [ 22261] By: merijn                                on 2004/02/03  12:57:37
40644         Log: If someone chooses xlc as default C compiler, threaded builds
40645              will fail, unless converted to cc_r
40646      Branch: perl
40647            ! hints/aix.sh
40648 ____________________________________________________________________________
40649 [ 22260] By: rgs                                   on 2004/02/01  20:47:35
40650         Log: Subject: patch for IRIX/gcc link issues
40651              From: Martin Pool <mbp@samba.org>
40652              Date: Wed, 28 Jan 2004 10:56:25 +1100
40653              Message-ID: <20040127235624.GA32612@hp.com>
40654      Branch: perl
40655            ! hints/irix_6.sh
40656 ____________________________________________________________________________
40657 [ 22259] By: davem                                 on 2004/02/01  17:42:44
40658         Log: update fix to Shell.pm in change #22254: make /dev/null portable
40659      Branch: perl
40660            ! lib/Shell.pm
40661 ____________________________________________________________________________
40662 [ 22258] By: davem                                 on 2004/02/01  17:40:02
40663         Log: Subject: Re: [perl #15063] /tmp issues
40664              From: Solar Designer <solar@openwall.com>
40665              Date: Mon, 26 Jan 2004 01:22:18 +0300
40666              Message-ID: <20040125222218.GA13499@openwall.com>
40667
40668              Remove insecure usage of /tmp from code and documentation
40669      Branch: perl
40670            ! ext/DB_File/DB_File.pm ext/DB_File/t/db-recno.t
40671            ! ext/Devel/PPPort/PPPort.pm ext/IO/t/io_unix.t
40672            ! ext/ODBM_File/ODBM_File.xs ext/POSIX/POSIX.pod
40673            ! ext/Socket/Socket.pm ext/Storable/Storable.pm
40674            ! ext/Time/HiRes/Makefile.PL lib/CGI/Cookie.pm
40675            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/instmodsh
40676            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
40677            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
40678            ! lib/Memoize/t/tie_storable.t lib/Shell.pm lib/dotsh.pl
40679            ! lib/perl5db.pl mpeix/nm mpeix/relink perly.fixer
40680            ! pod/perl571delta.pod pod/perl58delta.pod pod/perldbmfilter.pod
40681            ! pod/perldebug.pod pod/perlfaq5.pod pod/perlfaq8.pod
40682            ! pod/perlfunc.pod pod/perlipc.pod pod/perllexwarn.pod
40683            ! pod/perlobj.pod pod/perlop.pod pod/perlopentut.pod
40684            ! utils/c2ph.PL
40685 ____________________________________________________________________________
40686 [ 22257] By: davem                                 on 2004/02/01  15:46:24
40687         Log: threads documentation: fork on UNIX might not copy all threads.
40688      Branch: perl
40689            ! pod/perlthrtut.pod
40690 ____________________________________________________________________________
40691 [ 22256] By: davem                                 on 2004/02/01  15:34:59
40692         Log: add test for Change 22194:
40693              [perl #25147] "stmt if BAREWORD" bypasses strict 'subs' checks
40694      Branch: perl
40695            ! t/lib/strict/subs
40696 ____________________________________________________________________________
40697 [ 22254] By: davem                                 on 2004/02/01  13:11:00
40698         Log: Subject:  Patch for Shell.pm
40699              From:  Manuel Valente <mvalente@idealx.com>
40700              Date:  Tue, 27 Jan 2004 19:18:26 +0100
40701              Message-Id:  <4016AB72.1080503@idealx.com>
40702
40703              New option for Shell.pm to discard stderr instead of capturing it
40704      Branch: perl
40705            ! lib/Shell.pm
40706 ____________________________________________________________________________
40707 [ 22253] By: davem                                 on 2004/02/01  11:26:47
40708         Log: Make Time/HiRes/t/HiRes.t die more gracefully if its watchdog
40709              timeout triggers
40710      Branch: perl
40711            ! ext/Time/HiRes/t/HiRes.t
40712 ____________________________________________________________________________
40713 [ 22252] By: chip                                  on 2004/01/31  17:29:05
40714         Log: Don't show code closing STD{IN,OUT} before reopening, because
40715              doing so is unnecessary and occasionally harmful.
40716      Branch: perl
40717            ! pod/perlfork.pod pod/perlfunc.pod
40718 ____________________________________________________________________________
40719 [ 22248] By: rgs                                   on 2004/01/30  08:29:55
40720         Log: Another undocumented use of $_ : with reverse().
40721      Branch: perl
40722            ! pod/perlfunc.pod
40723 ____________________________________________________________________________
40724 [ 22247] By: merijn                                on 2004/01/30  08:18:28
40725         Log: Drop optimization for -O3 *and higher*
40726      Branch: perl
40727            ! ext/Storable/hints/linux.pl
40728 ____________________________________________________________________________
40729 [ 22246] By: rgs                                   on 2004/01/29  23:20:01
40730         Log: Regenerate perlapi.pod.
40731      Branch: perl
40732            ! pod/perlapi.pod
40733 ____________________________________________________________________________
40734 [ 22245] By: rgs                                   on 2004/01/29  21:08:28
40735         Log: Subject: Re: [perl #25269] panic: pp_match start/end pointers in m/^(?=.*(a)).*(bc)/
40736              From: hv@crypt.org
40737              Date: Thu, 29 Jan 2004 15:12:12 +0000
40738              Message-Id: <200401291512.i0TFCCr23736@zen.crypt.org>
40739      Branch: perl
40740            ! pp_hot.c t/op/pat.t
40741 ____________________________________________________________________________
40742 [ 22244] By: rgs                                   on 2004/01/28  22:00:09
40743         Log: I'm the new maintainer of Switch.
40744              Sync with the CPAN version of Switch 2.10.
40745      Branch: perl
40746            ! Porting/Maintainers.pl lib/Switch.pm lib/Switch/README
40747 ____________________________________________________________________________
40748 [ 22243] By: merijn                                on 2004/01/28  20:30:40
40749         Log: Message-ID: <40113F7B.6050701@davidfavor.com>
40750              Date: Fri, 23 Jan 2004 09:36:27 -0600
40751              From: David Favor <david@davidfavor.com>
40752              Part I: In hints/aix.sh change -qmaxmem=16384 to -qmaxmem=-1
40753              so no compilation stack limits are imposed.
40754      Branch: perl
40755            ! hints/aix.sh
40756 ____________________________________________________________________________
40757 [ 22242] By: rgs                                   on 2004/01/27  22:44:30
40758         Log: Update perl591delta.pod with what we've done so far.
40759      Branch: perl
40760            ! pod/perl591delta.pod
40761 ____________________________________________________________________________
40762 [ 22239] By: rgs                                   on 2004/01/27  21:54:31
40763         Log: Regenerate Changes.
40764              Only include changes from the perl branch.
40765      Branch: perl
40766            ! Changes
40767 ____________________________________________________________________________
40768 [ 22238] By: nicholas                              on 2004/01/27  21:51:27
40769         Log: Storable's hints file shouldn't blanket set optimize to -O2 on Linux
40770              Only *drop* optimize to -O2 if it's -O3 on gcc on Linux
40771      Branch: perl
40772            ! ext/Storable/hints/linux.pl
40773 ____________________________________________________________________________
40774 [ 22235] By: rgs                                   on 2004/01/27  21:19:03
40775         Log: More punctuation, good.
40776      Branch: perl
40777            ! pod/perlfunc.pod
40778 ____________________________________________________________________________
40779 [ 22228] By: rgs                                   on 2004/01/27  10:31:09
40780         Log: Subject: [PATCH] 5.8.3 -- fix signal comments in L<perlfunc/system>
40781              From: Brendan O'Dea <bod@debian.org>
40782              Date: Sun, 25 Jan 2004 11:23:48 +1100
40783              Message-ID: <20040125002348.GA31407@londo.c47.org>
40784      Branch: perl
40785            ! pod/perlfunc.pod
40786 ____________________________________________________________________________
40787 [ 22227] By: davem                                 on 2004/01/26  23:53:06
40788         Log: Subject:  [PATCH] myconfig.SH
40789              From:  "Daniel S. Lewart" <lewart@uiuc.edu>
40790              Date:  Sun, 25 Jan 2004 22:11:25 -0600
40791              Message-Id:  <20040125221125.A5390@staff1.cso.uiuc.edu>
40792
40793              make perl -V show the major release as 5 rather than 5.0
40794      Branch: perl
40795            ! myconfig.SH
40796 ____________________________________________________________________________
40797 [ 22224] By: merijn                                on 2004/01/26  22:10:13
40798         Log: Document change 22192
40799              We still need tests!
40800      Branch: perl
40801            ! lib/Exporter.pm
40802 ____________________________________________________________________________
40803 [ 22223] By: rgs                                   on 2004/01/26  21:58:14
40804         Log: Subject: [PATCH] fix vmsish.t #25
40805              From: "Craig A. Berry" <craigberry@mac.com>
40806              Date: Sat, 24 Jan 2004 18:45:35 -0600
40807              Message-ID: <401311AF.1060706@mac.com>
40808      Branch: perl
40809            ! lib/vmsish.t
40810 ____________________________________________________________________________
40811 [ 22221] By: nicholas                              on 2004/01/26  21:18:31
40812         Log: Merge dynamic perldelta from maint (22081)
40813              So now perldelta.pod is copied at build time from perl591delta.pod
40814              perl590delta.pod is as released to CPAN by Hugo
40815              Regen lots of makefiles, pods and the MANIFEST
40816      Branch: perl
40817            + pod/perl591delta.pod
40818           +> pod/perl590delta.pod
40819            - pod/perldelta.pod
40820            ! MANIFEST Makefile.SH pod.lst pod/perl.pod pod/perltoc.pod
40821            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
40822            ! win32/pod.mak
40823 ____________________________________________________________________________
40824 [ 22218] By: rgs                                   on 2004/01/25  23:35:45
40825         Log: Remove the caveat about detached threads crashing on Windows
40826              (fixed by #22201). Bump up the version of threads.pm.
40827      Branch: perl
40828            ! ext/threads/threads.pm
40829 ____________________________________________________________________________
40830 [ 22217] By: nicholas                              on 2004/01/25  22:17:47
40831         Log: Need to skip Storable's threads test on 5.8.2 with ithreads and
40832              -DDEBUGGING, because it tickles a bug. (The same bug that got DBI)
40833      Branch: perl
40834            ! ext/Storable/t/threads.t
40835 ____________________________________________________________________________
40836 [ 22216] By: davem                                 on 2004/01/25  12:06:04
40837         Log: update MANIFEST for 2 new Storable test files introduced by 22205
40838      Branch: perl
40839            ! MANIFEST
40840 ____________________________________________________________________________
40841 [ 22215] By: davem                                 on 2004/01/25  12:00:04
40842         Log: add test for change 22209 (Remove small memory leak in newATTRSUB)
40843      Branch: perl
40844            ! t/op/closure.t
40845 ____________________________________________________________________________
40846 [ 22209] By: davem                                 on 2004/01/25  02:04:23
40847         Log: Remove small memory leak in newATTRSUB that manifested as a
40848              leaking scalar after the interpeter was cloned
40849      Branch: perl
40850            ! op.c
40851 ____________________________________________________________________________
40852 [ 22208] By: davem                                 on 2004/01/24  16:13:17
40853         Log: Subject:  [perl #24942] fields::inherit doesn't bless derived
40854              package's \%FIELDS, results in phash deprecation errors.
40855              From:  "nothingmuch@woobling.org (via RT)" <perlbug-followup@perl.org>
40856              Date:  18 Jan 2004 15:15:46 -0000
40857              Message-Id:  <rt-3.0.8-24942-70144.16.7177902690315@perl.org>
40858      Branch: perl
40859            ! lib/base.pm lib/base/t/fields-base.t
40860 ____________________________________________________________________________
40861 [ 22207] By: davem                                 on 2004/01/24  15:36:28
40862         Log: Subject:  Re: Doc patches for File::Find
40863              From:  Mark Jason Dominus <mjd@plover.com>
40864              Date:  Thu, 22 Jan 2004 09:30:58 -0500
40865              Message-Id:  <20040122143058.29226.qmail@plover.com>
40866
40867              Better document the fact that neither find() nor finddepth() do a
40868              breath-first search.
40869      Branch: perl
40870            ! lib/File/Find.pm
40871 ____________________________________________________________________________
40872 [ 22206] By: ams                                   on 2004/01/24  11:06:51
40873         Log: Subject: [PATCH] Storable-2.08/t/code.t
40874              From: Slaven Rezic <slaven@rezic.de>
40875              Date: Sat, 8 Nov 2003 16:26:19 +0100 (CET)
40876              Message-Id: <200311081526.hA8FQJgb011684@vran.herceg.de>
40877      Branch: perl
40878            ! ext/Storable/t/code.t
40879 ____________________________________________________________________________
40880 [ 22205] By: ams                                   on 2004/01/24  11:03:36
40881         Log: Subject: [patch] make Storable thread-safe
40882              From: Stas Bekman <stas@stason.org>
40883              Date: Mon, 19 Jan 2004 00:20:02 -0800
40884              Message-Id: <400B9332.4070106@stason.org>
40885
40886              Subject: Re: Subroutine reference bug in Storable
40887              From: Slaven Rezic <slaven@rezic.de>
40888              Date: 14 Nov 2003 23:22:55 +0100
40889              Message-Id: <874qx6zj28.fsf@vran.herceg.de>
40890
40891              Subject: Re: [perl #25145] [PATCH] Storable segfaults with B::Deparse +
40892              overload + cyclic structures
40893              From: Sam Vilain <sam@vilain.net>
40894              Date: Tue, 20 Jan 2004 22:30:15 +1300
40895              Message-Id: <200401202230.15865.sam@vilain.net>
40896      Branch: perl
40897            + ext/Storable/t/just_plain_nasty.t ext/Storable/t/threads.t
40898            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
40899            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
40900            ! ext/Storable/t/code.t
40901 ____________________________________________________________________________
40902 [ 22204] By: ams                                   on 2004/01/24  08:59:11
40903         Log: Upgrade to Locale::Maketext 1.08.
40904      Branch: perl
40905            + lib/Locale/Maketext/t/06super.t
40906            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
40907            ! lib/Locale/Maketext/TPJ13.pod
40908 ____________________________________________________________________________
40909 [ 22203] By: davem                                 on 2004/01/23  23:06:49
40910         Log: make some t/op/write.t failures more verbose
40911      Branch: perl
40912            ! t/op/write.t
40913 ____________________________________________________________________________
40914 [ 22201] By: davem                                 on 2004/01/23  22:26:47
40915         Log: Subject:  Re: threads::shared::queue;
40916              From:  Jan Dubois <jand@ActiveState.com>
40917              Date:  Thu, 22 Jan 2004 19:18:46 -0800
40918              Message-Id:  <fi41105602ds7a9o4fko2oae7aokbg6als@4ax.com>
40919
40920              Avoid threads+win32 crash by freeing Perl interpreter slightly later
40921      Branch: perl
40922            ! ext/threads/threads.xs
40923 ____________________________________________________________________________
40924 [ 22200] By: nicholas                              on 2004/01/23  18:28:43
40925         Log: test that use encoding; doesn't cause references to be stringified
40926      Branch: perl
40927            ! t/uni/chomp.t
40928 ____________________________________________________________________________
40929 [ 22199] By: nicholas                              on 2004/01/23  18:03:41
40930         Log: Document chomp's travels in the wonderful world of use encoding;
40931      Branch: perl
40932            ! pod/perlfunc.pod
40933 ____________________________________________________________________________
40934 [ 22198] By: nicholas                              on 2004/01/23  17:41:01
40935         Log: Check the return values of chomp
40936              (more tricky than it may seem, as the return value is unicode)
40937      Branch: perl
40938            ! t/uni/chomp.t
40939 ____________________________________________________________________________
40940 [ 22197] By: nicholas                              on 2004/01/23  13:57:46
40941         Log: Test return values of all chomps
40942      Branch: perl
40943            ! t/op/chop.t
40944 ____________________________________________________________________________
40945 [ 22196] By: nicholas                              on 2004/01/23  13:24:41
40946         Log: Subject: Re: [perl #24888] chomp ignores utf8
40947              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
40948              Message-Id: <20040116040355.A849.BQW10602@nifty.com>
40949              Date: Fri, 16 Jan 2004 04:13:00 +0900
40950      Branch: perl
40951            + t/uni/chomp.t
40952            ! MANIFEST doop.c t/op/chop.t
40953 ____________________________________________________________________________
40954 [ 22195] By: davem                                 on 2004/01/22  20:48:03
40955         Log: Subject: Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows
40956              From: Steve Hay <steve.hay@uk.radan.com>
40957              Date: Thu, 22 Jan 2004 17:08:29 +0000
40958              Message-ID: <4010038D.4070104@uk.radan.com>
40959      Branch: perl
40960            + win32/makeico.pl win32/perlexe.rc
40961            ! MANIFEST README.win32 win32/Makefile win32/makefile.mk
40962 ____________________________________________________________________________
40963 [ 22194] By: davem                                 on 2004/01/22  00:24:51
40964         Log: C<use strict; print if foo> didn't give the
40965              "Bareword not allowed" error unless warnings were enabled
40966      Branch: perl
40967            ! op.c
40968 ____________________________________________________________________________
40969 [ 22193] By: nicholas                              on 2004/01/21  21:58:10
40970         Log: Convert the older parts of op/bop.t over to test.pl
40971      Branch: perl
40972            ! t/op/bop.t
40973 ____________________________________________________________________________
40974 [ 22192] By: merijn                                on 2004/01/21  21:10:10
40975         Log: ':flock' not recognized unless it's first
40976              Exporter::Heavy now will treat :, /, and ! special in
40977              all arguments, not only if the _first_ arg starts with it
40978              Date: Wed, 21 Jan 2004 08:32:47 -0500
40979              Message-ID: <20040121133248.3359.qmail@plover.com>
40980      Branch: perl
40981            ! lib/Exporter/Heavy.pm
40982 ____________________________________________________________________________
40983 [ 22191] By: davem                                 on 2004/01/21  20:45:48
40984         Log: Subject:  PATCH for perl-5.8.4
40985              From:  "Edward S. Peschko" <esp5@pge.com>
40986              Date:  Mon, 19 Jan 2004 17:21:18 -0800
40987              Message-Id:  <20040120012118.GA29151@mdssdev05.comp.pge.com>
40988
40989              Add @DynaLoader::dl_shared_objects feature
40990      Branch: perl
40991            ! ext/DynaLoader/DynaLoader_pm.PL
40992 ____________________________________________________________________________
40993 [ 22190] By: davem                                 on 2004/01/21  20:14:51
40994         Log: remove the platform dependencies of the write.t tests introduced
40995              by change #22161, by hard-coding the expected outputs rather
40996              than using sprintf('%f').
40997      Branch: perl
40998            ! t/op/write.t
40999 ____________________________________________________________________________
41000 [ 22189] By: davem                                 on 2004/01/20  22:41:14
41001         Log: Fix typo in patch #22188
41002      Branch: perl
41003            ! pod/perlfunc.pod
41004 ____________________________________________________________________________
41005 [ 22188] By: davem                                 on 2004/01/20  22:36:10
41006         Log: warn that C<$x : unique> operates on the typeglob, so affects @x
41007              and %x too.
41008      Branch: perl
41009            ! pod/perlfunc.pod
41010 ____________________________________________________________________________
41011 [ 22187] By: davem                                 on 2004/01/20  22:27:50
41012         Log: "sub foo :unique" segfaults
41013
41014              Turn these two into compile-time errors until such time as
41015              someone thinks of a useful meaning for them:
41016              my $x : unique
41017              sub foo : unique
41018      Branch: perl
41019            ! ext/threads/t/problems.t pod/perldiag.pod toke.c xsutils.c
41020 ____________________________________________________________________________
41021 [ 22186] By: rgs                                   on 2004/01/20  21:16:01
41022         Log: Add a new test file for situations where threads may interfere.
41023              Subject: Re: "restricted hashes" hit again !
41024              From: Stas Bekman <stas@stason.org>
41025              Date: Tue, 23 Dec 2003 15:32:26 -0800
41026              Message-ID: <3FE8D08A.4090806@stason.org>
41027      Branch: perl
41028            + t/op/threads.t
41029            ! MANIFEST
41030 ____________________________________________________________________________
41031 [ 22185] By: davem                                 on 2004/01/20  21:01:08
41032         Log: Document CVf_UNIQUE flag better
41033      Branch: perl
41034            ! cv.h
41035 ____________________________________________________________________________
41036 [ 22183] By: rgs                                   on 2004/01/20  20:26:18
41037         Log: Fix precedence errors and add some cleanup in the new
41038              DBM_Filter tests
41039      Branch: perl
41040            ! lib/DBM_Filter/t/01error.t lib/DBM_Filter/t/02core.t
41041 ____________________________________________________________________________
41042 [ 22182] By: davem                                 on 2004/01/20  00:16:42
41043         Log: second attempt to fix [perl #24914] freeing a CV reference that was
41044              currently being executed caused coredumps. The dounwind called by
41045              die unwinds all the contexts on the context stack before unwinding
41046              the save stack.  To stop premature freeing of the CV, hold
41047              references to it on both stacks.
41048      Branch: perl
41049            ! cop.h pp_ctl.c pp_hot.c pp_sort.c t/op/closure.t
41050 ____________________________________________________________________________
41051 [ 22181] By: davem                                 on 2004/01/19  23:41:37
41052         Log: change #22071 (taint bug in $^0) introduced a potential double
41053              free(), because PL_osname may get freed but not nulled if a taint
41054              test fails in between. Mea cupla and all that...
41055      Branch: perl
41056            ! mg.c
41057 ____________________________________________________________________________
41058 [ 22180] By: rgs                                   on 2004/01/19  22:32:27
41059         Log: Subject: Re: [perl #24926] chop/~ mangles UTF8 [PATCH]
41060              From: Gisle Aas <gisle@ActiveState.com>
41061              Date: 17 Jan 2004 01:29:02 -0800
41062              Message-ID: <lrn08m7wkh.fsf@caliper.activestate.com>
41063              (test rewritten to fit in blead)
41064      Branch: perl
41065            ! pp.c t/op/bop.t
41066 ____________________________________________________________________________
41067 [ 22179] By: merijn                                on 2004/01/19  21:36:48
41068         Log: Subject: [PATCH] dl_unload_file for HP-UX
41069              Date: Mon, 12 Jan 2004 07:49:44 -0800
41070              From: Neil Watkiss <neil.watkiss@sophos.com>
41071              Message-ID: <20040112154944.GA15412@ActiveState.com>
41072      Branch: perl
41073            ! ext/DynaLoader/dl_hpux.xs
41074 ____________________________________________________________________________
41075 [ 22177] By: merijn                                on 2004/01/19  16:11:22
41076         Log: Allow -Uinc_version_list to mean -Dinc_version_list=none
41077              See INSTALL for more details
41078      Branch: perl
41079            ! Configure
41080 ____________________________________________________________________________
41081 [ 22175] By: merijn                                on 2004/01/19  16:05:50
41082         Log: Describe how to limit the perl's default @INC during Configure
41083              to _not_ include older versions
41084      Branch: perl
41085            ! INSTALL
41086 ____________________________________________________________________________
41087 [ 22174] By: merijn                                on 2004/01/19  10:41:24
41088         Log: Subject: [PATCH bleadperl] rescue PerlIO_getname for VMS
41089              Date: Sun, 18 Jan 2004 12:51:23 -0600
41090              From: "Craig A. Berry" <craigberry@mac.com>
41091              Message-ID: <400AD5AB.3080708@mac.com>
41092      Branch: perl
41093            ! perlio.c
41094 ____________________________________________________________________________
41095 [ 22173] By: merijn                                on 2004/01/19  10:27:53
41096         Log: Subject: [PATCH bleadperl] detect nanosleep on VMS
41097              Date: Sun, 18 Jan 2004 17:03:30 -0600
41098              From: "Craig A. Berry" <craigberry@mac.com>
41099              Message-ID: <400B10C2.9060504@mac.com>
41100      Branch: perl
41101            ! configure.com
41102 ____________________________________________________________________________
41103 [ 22172] By: davem                                 on 2004/01/17  23:58:04
41104         Log: back out change #24914 "freeing a CV reference that was currently
41105              being executed caused coredumps".
41106              The new test case sometimes locks up linux's malloc, and with
41107              Perl's malloc the test code still coredumps :-(
41108      Branch: perl
41109            ! perl.c scope.c scope.h sv.c t/op/closure.t
41110 ____________________________________________________________________________
41111 [ 22171] By: rgs                                   on 2004/01/17  22:00:48
41112         Log: Subject: Refactor VOS patches for bleadperl and perl-5.8.x
41113              From: "Green, Paul" <Paul.Green@stratus.com>
41114              Date: Thu, 15 Jan 2004 16:00:15 -0500
41115              Message-ID: <A2A34F15EE916148BC4C4748223E67A4069FBB15@exna4.stratus.com>
41116      Branch: perl
41117            ! README.vos hv.c pp_pack.c vos/Changes
41118 ____________________________________________________________________________
41119 [ 22170] By: rgs                                   on 2004/01/17  21:25:08
41120         Log: Subject: Re: open/or inconsistency
41121              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
41122              Date: Sat, 17 Jan 2004 19:59:55 +0900
41123              Message-Id: <20040117195729.623A.BQW10602@nifty.com>
41124              (plus a test.)
41125              Don't produce the warning for constructs like
41126              open my $fh, $file or die;
41127      Branch: perl
41128            ! op.c t/lib/warnings/op
41129 ____________________________________________________________________________
41130 [ 22169] By: davem                                 on 2004/01/17  18:02:31
41131         Log: Subject:  Perl core dumps when running out of memory [PATCH]
41132              From:  Gisle Aas <gisle@ActiveState.com>
41133              Date:  17 Jan 2004 06:18:13 -0800
41134              Message-Id:  <lrsmiebqvu.fsf@caliper.activestate.com>
41135
41136              Display 'out of memeory' errors using low-level I/O to avoid
41137              recursive failure and so coredumps.
41138      Branch: perl
41139            ! util.c
41140 ____________________________________________________________________________
41141 [ 22168] By: davem                                 on 2004/01/17  17:38:21
41142         Log: From: "Paul Marquess" <Paul.Marquess@btinternet.com>
41143              Subject: [PATCH ] Enhanced DBM Filters
41144              Date: Sat, 17 Jan 2004 16:44:53 -0000
41145              Message-ID: <AIEAJICLCBDNAAOLLOKLAEPPPHAA.Paul.Marquess@btinternet.com>
41146
41147              add DBM_Filter
41148      Branch: perl
41149            + lib/DBM_Filter.pm lib/DBM_Filter/Changes
41150            + lib/DBM_Filter/compress.pm lib/DBM_Filter/encode.pm
41151            + lib/DBM_Filter/int32.pm lib/DBM_Filter/null.pm
41152            + lib/DBM_Filter/t/01error.t lib/DBM_Filter/t/02core.t
41153            + lib/DBM_Filter/t/compress.t lib/DBM_Filter/t/encode.t
41154            + lib/DBM_Filter/t/int32.t lib/DBM_Filter/t/null.t
41155            + lib/DBM_Filter/t/utf8.t lib/DBM_Filter/utf8.pm
41156            + lib/dbm_filter_util.pl
41157            ! MANIFEST
41158 ____________________________________________________________________________
41159 [ 22167] By: davem                                 on 2004/01/17  16:12:32
41160         Log: freeing a CV reference that was currently being
41161              executed caused coredumps
41162      Branch: perl
41163            ! perl.c scope.c scope.h sv.c t/op/closure.t
41164 ____________________________________________________________________________
41165 [ 22166] By: nicholas                              on 2004/01/17  15:07:31
41166         Log: Integrate final perl583delta
41167      Branch: perl
41168           !> pod/perl583delta.pod
41169 ____________________________________________________________________________
41170 [ 22163] By: davem                                 on 2004/01/16  19:24:14
41171         Log: Subject:  Re: [perl #24816] Magic vars seem unsure if they are purely numeric
41172              From:  Yitzchak Scott-Thoennes <sthoenna@efn.org>
41173              Date:  Thu, 15 Jan 2004 14:10:37 -0800
41174              Message-Id:  <20040115221037.GA2392@efn.org>
41175
41176              Add sv_2iv_flags() to allow magic to be optionally processed.
41177      Branch: perl
41178            ! doop.c embed.fnc embed.h global.sym pod/perlapi.pod pp.c
41179            ! proto.h sv.c sv.h t/op/bop.t
41180 ____________________________________________________________________________
41181 [ 22162] By: davem                                 on 2004/01/16  16:39:17
41182         Log: format bug with undefined _TOP
41183              name of format_TOP now derived from the name of the current
41184              filehandle rather then the name of the  format associetd with that
41185              handle
41186      Branch: perl
41187            ! pp_sys.c t/op/write.t
41188 ____________________________________________________________________________
41189 [ 22161] By: davem                                 on 2004/01/16  13:29:26
41190         Log: Subject: [PATCH] format/write (version 2)
41191              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
41192              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C4D3@attmsx1>
41193
41194              Fixes and additions to formats:
41195
41196              Improvement: NULL chars in picture line
41197              Bugfix: C<@*> shown in output if not alone on a line
41198              New feature: C<^*> for variable-width, one-line-at-a-time text
41199              Improvement: Diagnostic on C<@#> and C<~~>
41200              Bugfix: Segmentation fault on big numbers
41201              Improvement (maybe): Truncation of numbers produces misleading output
41202              Bugfix: "}" terminates format
41203              Bugfix: Error when copying non-UTF to UTF (EBCDIC only)
41204      Branch: perl
41205            ! embed.fnc embed.h form.h pod/perldiag.pod pod/perlform.pod
41206            ! pp_ctl.c proto.h t/op/write.t toke.c
41207 ____________________________________________________________________________
41208 [ 22160] By: davem                                 on 2004/01/15  23:49:02
41209         Log: buigid #24905 - the code planted to call glob() retained an
41210              extraneous targ index in a pushmark op, leasing to strangeness
41211              when the op was freed
41212      Branch: perl
41213            ! op.c
41214 ____________________________________________________________________________
41215 [ 22159] By: rgs                                   on 2004/01/15  22:19:25
41216         Log: Upgrade to Time::HiRes 1.55
41217      Branch: perl
41218            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
41219            ! ext/Time/HiRes/HiRes.xs
41220 ____________________________________________________________________________
41221 [ 22155] By: nicholas                              on 2004/01/15  00:03:04
41222         Log: Make chomp heed the utf8 flags on the target string and $/
41223              [Fixes #24888]
41224              More work still needed to make chomp heed the encoding pragma.
41225      Branch: perl
41226            ! doop.c t/op/chop.t
41227 ____________________________________________________________________________
41228 [ 22154] By: nicholas                              on 2004/01/14  21:14:14
41229         Log: Update pod.lst with perl583delta,pod, and rerun pod/buildtoc
41230              [Forgot to do this as part of the integration]
41231      Branch: perl
41232            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
41233            ! vms/descrip_mms.template win32/pod.mak
41234 ____________________________________________________________________________
41235 [ 22153] By: nicholas                              on 2004/01/14  19:28:54
41236         Log: Integrate:
41237              [ 22143]
41238              We're planning on making history today. Mind you, not that much -
41239              only 1 line.
41240
41241              perl583delta.pod
41242      Branch: perl
41243           +> pod/perl583delta.pod
41244            ! MANIFEST
41245           !> pod/perlhist.pod
41246 ____________________________________________________________________________
41247 [ 22150] By: nicholas                              on 2004/01/14  17:48:52
41248         Log: Bump version number as file has changed since 5.8.2
41249      Branch: perl
41250            ! lib/File/Find.pm
41251 ____________________________________________________________________________
41252 [ 22149] By: nicholas                              on 2004/01/14  17:45:54
41253         Log: Subject:  Doc patches for File::Find
41254              From:  Andy Lester <andy@petdance.com>
41255              Date:  Mon, 12 Jan 2004 00:10:50 -0600
41256              Message-Id:  <20040112061050.GB7308@petdance.com>
41257      Branch: perl
41258            ! lib/File/Find.pm
41259 ____________________________________________________________________________
41260 [ 22136] By: nicholas                              on 2004/01/14  13:01:27
41261         Log: Assimilate CGI 3.03
41262      Branch: perl
41263            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm
41264 ____________________________________________________________________________
41265 [ 22133] By: nicholas                              on 2004/01/13  22:53:42
41266         Log: Add VMS to the list of "don't fork" OSes
41267              [In the most simple way possible. Fix this properly post 5.8.3
41268              to use $Config{d_fork} or something more robust]
41269      Branch: perl
41270            ! ext/threads/shared/t/wait.t
41271 ____________________________________________________________________________
41272 [ 22129] By: rgs                                   on 2004/01/13  19:26:24
41273         Log: Subject: [PATCH] [ANNOUNCE] Math::BigInt v1.69
41274              From: Tels <perl_dummy@bloodgate.com>
41275              Date: Tue, 13 Jan 2004 19:28:48 +0100
41276              Message-Id: <200401131928.50247@bloodgate.com>
41277      Branch: perl
41278            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
41279            ! lib/Math/BigInt/CalcEmu.pm lib/Math/BigInt/t/bare_mbi.t
41280            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
41281            ! lib/Math/BigInt/t/sub_mbi.t
41282 ____________________________________________________________________________
41283 [ 22128] By: rgs                                   on 2004/01/13  09:06:11
41284         Log: MANIFEST adjustment.
41285      Branch: perl
41286            ! MANIFEST
41287 ____________________________________________________________________________
41288 [ 22126] By: ams                                   on 2004/01/13  07:16:33
41289         Log: Upgrade to Locale::Maketext 1.07.
41290      Branch: perl
41291            + lib/Locale/Maketext/t/04super.t
41292            + lib/Locale/Maketext/t/05super.t
41293            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
41294            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
41295 ____________________________________________________________________________
41296 [ 22125] By: rgs                                   on 2004/01/12  22:44:53
41297         Log: Document usage of $_ and pos() inside /(?{...})/.
41298              (see change #2367.)
41299      Branch: perl
41300            ! pod/perlre.pod
41301 ____________________________________________________________________________
41302 [ 22124] By: rgs                                   on 2004/01/12  22:10:51
41303         Log: Upgrade to MIME::Base64 2.23.
41304      Branch: perl
41305            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
41306            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
41307 ____________________________________________________________________________
41308 [ 22123] By: rgs                                   on 2004/01/12  21:24:28
41309         Log: Subject: [PATCH handy.h] RE: MIME-Base64-2.22 [PATCH]
41310              From: Robin Barker <Robin.Barker@npl.co.uk>
41311              Date: Thu, 8 Jan 2004 16:21:25 -0000
41312              Message-ID: <533D273D4014D411AB1D00062938C4D904046787@hotel.npl.co.uk>
41313      Branch: perl
41314            ! handy.h
41315 ____________________________________________________________________________
41316 [ 22122] By: nicholas                              on 2004/01/12  19:52:16
41317         Log: Subject: Re: 5.8.3-RC1, ext/threads/shared/t/wait still hanging
41318              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
41319              Message-ID: <Pine.LNX.4.58.0401121127210.15844@benevelle.wi.securepipe.com>
41320              Date: Mon, 12 Jan 2004 12:41:52 -0600 (CST)
41321      Branch: perl
41322            ! ext/threads/shared/t/wait.t
41323 ____________________________________________________________________________
41324 [ 22121] By: nicholas                              on 2004/01/12  17:27:25
41325         Log: use sv_setpvn rather than sv_setpv and save a strlen()
41326      Branch: perl
41327            ! doop.c
41328 ____________________________________________________________________________
41329 [ 22120] By: merijn                                on 2004/01/12  13:04:42
41330         Log: Subject: [PATCH] Make 'Configure -Dcf_by=...' work
41331              From: Gisle Aas <gisle@ActiveState.com>
41332              Date: 12 Jan 2004 02:35:27 -0800
41333              Message-ID: <lrvfnh315c.fsf@caliper.activestate.com>
41334      Branch: perl
41335            ! Configure
41336 ____________________________________________________________________________
41337 [ 22117] By: rgs                                   on 2004/01/12  10:10:43
41338         Log: Subject: Re: [perl #24846] [PATCH] Apparent utf8 bug in join() in 5.8.[012]
41339              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
41340              Date: Mon, 12 Jan 2004 11:19:37 +0900
41341              Message-Id: <20040112111007.EB69.BQW10602@nifty.com>
41342      Branch: perl
41343            ! doop.c t/op/join.t
41344 ____________________________________________________________________________
41345 [ 22115] By: nicholas                              on 2004/01/11  23:37:09
41346         Log: Subject: Re: 5.8.3-RC1, ext/threads/shared/t/wait still hanging
41347              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
41348              Message-ID: <Pine.LNX.4.58.0401111548010.6679@localhost.localdomain>
41349              Date: Sun, 11 Jan 2004 16:24:18 -0600 (CST)
41350      Branch: perl
41351            ! ext/threads/shared/t/wait.t
41352 ____________________________________________________________________________
41353 [ 22113] By: nicholas                              on 2004/01/11  23:14:48
41354         Log: Regenerate win32/Makefile and win32/makefile.mk after
41355
41356              Integrate:
41357              [ 22081]
41358              Move pod/perldelta.pod to pod/perl583delta.pod, and arrange for
41359              a copy to be made at build time.
41360
41361              [ 22111]
41362              Subject: Re: [PATCH win32/makefile.mk] (was Re: 5.8.3 RC1)
41363              From: Abe Timmerman <abe@ztreet.demon.nl>
41364              Message-Id: <200401111813.40829.abe@ztreet.demon.nl>
41365              Date: Sun, 11 Jan 2004 18:13:40 +0100
41366
41367              plus revert 22092 and 22080
41368      Branch: perl
41369            ! pod.lst win32/Makefile win32/makefile.mk
41370           !> pod/buildtoc
41371 ____________________________________________________________________________
41372 [ 22112] By: rgs                                   on 2004/01/11  22:38:08
41373         Log: Upgrade to Cwd 2.14.
41374      Branch: perl
41375            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
41376 ____________________________________________________________________________
41377 [ 22110] By: rgs                                   on 2004/01/11  16:34:43
41378         Log: Upgrade to Math::BigRat 0.11
41379
41380              Subject: [PATCH] [ANNOUCNE] Math::BigRat 0.11
41381              From: Tels <perl_dummy@bloodgate.com>
41382              Date: Wed, 7 Jan 2004 18:30:06 +0100
41383              Message-Id: <200401071830.07445@bloodgate.com>
41384      Branch: perl
41385            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
41386            ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
41387 ____________________________________________________________________________
41388 [ 22109] By: rgs                                   on 2004/01/10  23:39:38
41389         Log: Subject: [PATCH] Nicer formatting for function arguments in Carp messages
41390              From: Steve Hay <steve.hay@uk.radan.com>
41391              Date: Wed, 07 Jan 2004 13:22:30 +0000
41392              Message-ID: <3FFC0816.9090406@uk.radan.com>
41393
41394              (and increment version number in Carp)
41395      Branch: perl
41396            ! lib/Carp.pm lib/Carp/Heavy.pm
41397 ____________________________________________________________________________
41398 [ 22108] By: adi                                   on 2004/01/10  21:33:59
41399         Log: documentation nit
41400      Branch: perl
41401            ! pod/perlop.pod
41402 ____________________________________________________________________________
41403 [ 22107] By: adi                                   on 2004/01/10  20:19:09
41404         Log: nit to Bytecode - the av_extend opcode wasn't saved when
41405              the array had AvFILL == 0
41406      Branch: perl
41407            ! ext/B/B/Assembler.pm
41408 ____________________________________________________________________________
41409 [ 22106] By: adi                                   on 2004/01/10  20:16:03
41410         Log: still problems with backreferences + reverse cloning
41411              after #21936 - the weak reference may live on the pad.
41412      Branch: perl
41413            ! sv.c
41414 ____________________________________________________________________________
41415 [ 22104] By: nicholas                              on 2004/01/09  19:50:43
41416         Log: Bah. Makefile.PL still tests the sub-MANIFEST
41417      Branch: perl
41418            ! ext/Storable/MANIFEST
41419 ____________________________________________________________________________
41420 [ 22103] By: davem                                 on 2004/01/09  12:20:38
41421         Log: temporarily backout test of thread returning a closure. It crashes
41422              win32.
41423      Branch: perl
41424            ! ext/threads/t/problems.t
41425 ____________________________________________________________________________
41426 [ 22102] By: davem                                 on 2004/01/08  22:32:28
41427         Log: Subject: segv in pad.c with threads (was: DBD::Oracle and Perl 5.8.2 threads)
41428              Message-ID: <20040107121357.GD82921@dansat.data-plan.com>
41429
41430              Returning a closure from a thread (via join) could mess up because
41431              pointers to PL_sv_undef weren't rejigged to point at the joiner's
41432              version of PL_sv_undef. Also, the closure's CvGV got cloned too
41433              but never freed, since CvGV isn't refcounted.
41434      Branch: perl
41435            ! ext/threads/t/problems.t ext/threads/threads.xs sv.c
41436 ____________________________________________________________________________
41437 [ 22101] By: rgs                                   on 2004/01/08  21:00:56
41438         Log: perl582delta.pod was not in the MANIFEST.
41439      Branch: perl
41440            ! MANIFEST
41441 ____________________________________________________________________________
41442 [ 22100] By: nicholas                              on 2004/01/08  17:35:27
41443         Log: Integrate:
41444              [ 22093]
41445              Graham says that the search.cpan.org pod finder hashes on name
41446              The 4 files all thinking they are perldelta.pod confuses it.
41447      Branch: perl
41448           +> pod/perl582delta.pod
41449           !> pod/perl581delta.pod pod/perl58delta.pod
41450 ____________________________________________________________________________
41451 [ 22096] By: nicholas                              on 2004/01/08  13:15:38
41452         Log: Subject: [PATCH pod/perlhist.pod] Mention 5.8.3-RC1
41453              From: Abigail <abigail@abigail.nl>
41454              Message-ID: <20040107230027.GC393@abigail.nl>
41455              Date: Thu, 8 Jan 2004 00:00:27 +0100
41456      Branch: perl
41457            ! pod/perlhist.pod
41458 ____________________________________________________________________________
41459 [ 22091] By: nicholas                              on 2004/01/07  19:09:50
41460         Log: [Integrate]
41461              22088 22089 22090 (datestamp corrections - let's see if this really
41462              works)
41463      Branch: perl
41464           !> (integrate 35 files)
41465 ____________________________________________________________________________
41466 [ 22084] By: rgs                                   on 2004/01/07  09:25:16
41467         Log: Hardcoded numerical flag masks. Bad.
41468      Branch: perl
41469            ! doop.c
41470 ____________________________________________________________________________
41471 [ 22083] By: nicholas                              on 2004/01/06  18:57:29
41472         Log: Seems that sv_setsv_cow needs to be visible to core extensions,
41473              so that re will build properly on Win32. Thanks to Steve Hay for
41474              trying COW and finding the problems.
41475      Branch: perl
41476            ! embed.fnc embed.h
41477 ____________________________________________________________________________
41478 [ 22082] By: rgs                                   on 2004/01/06  18:11:22
41479         Log: Fix bug #24813 : the -0 wasn't recognized on the #! line
41480      Branch: perl
41481            + t/run/switch0.t
41482            ! MANIFEST perl.c
41483 ____________________________________________________________________________
41484 [ 22079] By: nicholas                              on 2004/01/06  12:38:52
41485         Log: Jarkko didn't move the cd ..\pod correctly. Given that it's been
41486              like this pre 5.8.1, I suspect that no-one has used it recently.
41487      Branch: perl
41488            ! win32/makefile.mk
41489 ____________________________________________________________________________
41490 [ 22076] By: rgs                                   on 2004/01/06  08:18:44
41491         Log: The TODO tag should be included also when a TODO test succeeds,
41492              so it's reported by the test harness
41493      Branch: perl
41494            ! t/op/write.t
41495 ____________________________________________________________________________
41496 [ 22075] By: rgs                                   on 2004/01/06  07:56:25
41497         Log: This TODO test seems to pass now.
41498      Branch: perl
41499            ! t/op/write.t
41500 ____________________________________________________________________________
41501 [ 22074] By: rgs                                   on 2004/01/05  23:29:55
41502         Log: Some of the bitwise manipulation PP functions weren't checking
41503              whether their arguments were magical before using them.
41504              (bug [#24816]).
41505      Branch: perl
41506            ! pp.c
41507 ____________________________________________________________________________
41508 [ 22071] By: davem                                 on 2004/01/05  22:17:04
41509         Log: [perl #24674]
41510              stop $^O getting tainted on read access, and disallow tainted
41511              assignment to it
41512      Branch: perl
41513            ! mg.c t/op/taint.t
41514 ____________________________________________________________________________
41515 [ 22068] By: rgs                                   on 2004/01/05  21:48:30
41516         Log: Some mandatory syntax warnings emitted by the lexer weren't
41517              disableable (bug [perl #24815]).
41518      Branch: perl
41519            ! pod/perldiag.pod t/lib/warnings/toke toke.c
41520 ____________________________________________________________________________
41521 [ 22067] By: nicholas                              on 2004/01/05  21:36:07
41522         Log: Change the flag logic in buildtoc
41523      Branch: perl
41524            ! pod.lst pod/buildtoc
41525 ____________________________________________________________________________
41526 [ 22064] By: nicholas                              on 2004/01/05  21:16:09
41527         Log: Fix bug with MANIFEST generation when we also regenerate perltoc.pod
41528      Branch: perl
41529            ! pod/buildtoc
41530 ____________________________________________________________________________
41531 [ 22058] By: rgs                                   on 2004/01/05  06:17:47
41532         Log: Subject: [PATCH] skip num.t #47 on VMS
41533              From: "Craig A. Berry" <craigberry@mac.com>
41534              Date: Sun, 04 Jan 2004 23:16:26 -0600
41535              Message-ID: <3FF8F32A.5000108@mac.com>
41536      Branch: perl
41537            ! t/base/num.t
41538 ____________________________________________________________________________
41539 [ 22057] By: rgs                                   on 2004/01/05  06:17:07
41540         Log: Subject: [PATCH configure.com] future-proof signal check
41541              From: "Craig A. Berry" <craigberry@mac.com>
41542              Date: Sun, 04 Jan 2004 22:53:40 -0600
41543              Message-ID: <3FF8EDD4.3080308@mac.com>
41544      Branch: perl
41545            ! configure.com
41546 ____________________________________________________________________________
41547 [ 22056] By: rgs                                   on 2004/01/04  20:45:31
41548         Log: Upgrade to Cwd 2.13
41549      Branch: perl
41550            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
41551 ____________________________________________________________________________
41552 [ 22055] By: davem                                 on 2004/01/04  19:34:36
41553         Log: Subject: Re: [perl #24774] eval + format - \n = pp_ctl.c assertion
41554              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
41555              Date: Fri, 2 Jan 2004 11:31:46 +0100
41556              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C4B3@attmsx1>
41557
41558              eval of of a truncated format should fail
41559      Branch: perl
41560            ! t/op/write.t toke.c
41561 ____________________________________________________________________________
41562 [ 22052] By: rgs                                   on 2004/01/03  19:53:53
41563         Log: Upgrade to PerlIO::via::QuotedPrint 0.06
41564      Branch: perl
41565            ! lib/PerlIO/via/QuotedPrint.pm
41566 ____________________________________________________________________________
41567 [ 22051] By: rgs                                   on 2004/01/03  19:51:02
41568         Log: Upgrade to Time::HiRes 1.54
41569      Branch: perl
41570            + ext/Time/HiRes/hints/solaris.pl
41571            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
41572            ! ext/Time/HiRes/HiRes.xs
41573 ____________________________________________________________________________
41574 [ 22050] By: nicholas                              on 2004/01/03  19:24:00
41575         Log: No matter how hard you proof read it, something always slips through.
41576      Branch: perl
41577            ! ext/Storable/ChangeLog
41578 ____________________________________________________________________________
41579 [ 22049] By: nicholas                              on 2004/01/03  19:22:08
41580         Log: Fix minor problems with the CPAN release
41581              1: Make Storable.xs to work on 5.8.2 and later (already in the core)
41582              2: Ship the linux hints file
41583              3: Ship Test::More for the benefit of Perls pre 5.6.2
41584              4: Correct Makefile.PL to install in core for 5.8.0 and later
41585      Branch: perl
41586            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
41587            ! ext/Storable/Makefile.PL ext/Storable/README
41588            ! ext/Storable/Storable.pm
41589 ____________________________________________________________________________
41590 [ 22047] By: rgs                                   on 2004/01/03  00:07:13
41591         Log: Tidy up change #18751, so that the second parameter to unpack()
41592              defaults to $_ at compile-time, instead of run-time (like all
41593              other primitives that default to $_).
41594      Branch: perl
41595            ! embed.h op.c opcode.h opcode.pl pp.sym pp_pack.c pp_proto.h
41596 ____________________________________________________________________________
41597 [ 22044] By: nicholas                              on 2004/01/02  16:17:24
41598         Log: Bump $threads::VERSION as the documentation has changed. Tweak the
41599              documentaiton, update Arthur's e-mail address
41600      Branch: perl
41601            ! ext/threads/threads.pm
41602 ____________________________________________________________________________
41603 [ 22043] By: rgs                                   on 2004/01/02  08:35:22
41604         Log: Use the optimization level -O2 by default on Linux/gcc.
41605              See :
41606              Subject: Benchmarking (was Re: GCC bug breaking Perl_sv_catpvfn()?)
41607              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
41608              Date: Thu, 1 Jan 2004 05:32:15 +0100
41609              Message-ID: <071601c3d020$4046d2a0$d500a8c0@R2D2>
41610      Branch: perl
41611            ! hints/linux.sh
41612 ____________________________________________________________________________
41613 [ 22041] By: nicholas                              on 2004/01/02  00:38:00
41614         Log: Update debugger version number and Changes file
41615      Branch: perl
41616            ! lib/perl5db.pl
41617 ____________________________________________________________________________
41618 [ 22037] By: davem                                 on 2004/01/01  23:22:10
41619         Log: addition to 22036 (document SUPER better): superclass may be plural
41620      Branch: perl
41621            ! pod/perlbot.pod pod/perlobj.pod
41622 ____________________________________________________________________________
41623 [ 22036] By: davem                                 on 2004/01/01  22:23:11
41624         Log: Document the quirks of SUPER, especially the fact that it it
41625              relative to the current package and not to the invoking object.
41626      Branch: perl
41627            ! pod/perlboot.pod pod/perlbot.pod pod/perlobj.pod
41628            ! pod/perltoot.pod
41629 ____________________________________________________________________________
41630 [ 22034] By: davem                                 on 2004/01/01  19:58:08
41631         Log: Fix bug #24383, where hashes with the :unique attribute weren't
41632              getting made readonly on interpreter clone. Also, remove the
41633              :unique attribute from the hashes in warnings.pm, since they may
41634              later be modified by warnings::register.  Finally, adds tests for
41635              the :unique attribute.
41636      Branch: perl
41637            ! ext/threads/t/problems.t lib/warnings.pm sv.c warnings.pl
41638 ____________________________________________________________________________
41639 [ 22033] By: nicholas                              on 2004/01/01  19:22:24
41640         Log: Subject: Perl 5.8.3 patches from the BS2000 port - part 2
41641              From: Dorner Thomas <tdorner@amadeus.net>
41642              Message-ID: <6727B1DACFCDD311A757009027CA8D69044B6740@Ex02.inhouse.start.de>
41643              Date: Fri, 19 Dec 2003 07:16:47 +0100
41644      Branch: perl
41645            ! t/io/utf8.t t/op/pat.t
41646 ____________________________________________________________________________
41647 [ 22032] By: rgs                                   on 2004/01/01  17:29:21
41648         Log: Subject: [PATCH 5.8.2 @21574] OS/2 update
41649              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
41650              Date: Thu, 18 Dec 2003 14:10:29 -0800
41651              Message-ID: <20031218221029.GA7898@math.berkeley.edu>
41652      Branch: perl
41653            ! README.os2 hints/os2.sh installperl lib/ExtUtils/MM_Unix.pm
41654            ! makedef.pl os2/Changes os2/OS2/REXX/DLL/Changes
41655            ! os2/OS2/REXX/DLL/DLL.pm os2/os2.c os2/os2ish.h os2/perl2cmd.pl
41656 ____________________________________________________________________________
41657 [ 22031] By: rgs                                   on 2004/01/01  16:30:13
41658         Log: Document that /[\W]/ doesn't work, unicode-wise (see bug #18281)
41659      Branch: perl
41660            ! pod/perlunicode.pod
41661 ____________________________________________________________________________
41662 [ 22030] By: rgs                                   on 2004/01/01  13:55:31
41663         Log: Document that detached threads aren't supported on Windows yet.
41664      Branch: perl
41665            ! ext/threads/threads.pm
41666 ____________________________________________________________________________
41667 [ 22029] By: rgs                                   on 2004/01/01  13:30:33
41668         Log: Upgrade to Getopt::Long 2.34_01
41669      Branch: perl
41670            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
41671 ____________________________________________________________________________
41672 [ 22026] By: nicholas                              on 2003/12/31  15:22:31
41673         Log: Tweak 00compile.t to avoid splatting a DIAG over core perl's
41674              beautiful clean run of OKs. You are all getting a clean run of OKs,
41675              aren't you?
41676      Branch: perl
41677            ! lib/Test/Harness/t/00compile.t
41678 ____________________________________________________________________________
41679 [ 22025] By: nicholas                              on 2003/12/31  15:11:51
41680         Log: Subject: [PATCH] "piconv -C 512" badly broken
41681              From: Autrijus Tang <autrijus@autrijus.org>
41682              Message-Id: <1072870210.769.5.camel@localhost>
41683              Date: Wed, 31 Dec 2003 19:30:10 +0800
41684      Branch: perl
41685            ! ext/Encode/bin/piconv
41686 ____________________________________________________________________________
41687 [ 22021] By: rgs                                   on 2003/12/31  08:28:43
41688         Log: Upgrade to Test::Harness 2.40.
41689      Branch: perl
41690            ! lib/Test/Harness.pm lib/Test/Harness/Changes
41691            ! lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
41692            ! lib/Test/Harness/bin/prove lib/Test/Harness/t/00compile.t
41693            ! lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
41694            ! lib/Test/Harness/t/prove-switches.t
41695            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
41696            ! lib/Test/Harness/t/test-harness.t
41697 ____________________________________________________________________________
41698 [ 22020] By: rgs                                   on 2003/12/31  07:59:19
41699         Log: C++ comments, bad.
41700      Branch: perl
41701            ! ext/Cwd/Cwd.xs
41702 ____________________________________________________________________________
41703 [ 22018] By: nicholas                              on 2003/12/30  23:29:59
41704         Log: Bump VERSION numbers
41705      Branch: perl
41706            ! ext/POSIX/POSIX.pm lib/Benchmark.pm lib/File/CheckTree.pm
41707            ! lib/Getopt/Std.pm lib/PerlIO.pm lib/Tie/Hash.pm
41708            ! lib/diagnostics.pm
41709 ____________________________________________________________________________
41710 [ 22016] By: rgs                                   on 2003/12/30  21:10:22
41711         Log: A patch for Test::Harness on VMS by Craig Berry
41712              (see RT CPAN bug #4745)
41713      Branch: perl
41714            ! lib/Test/Harness/Straps.pm
41715 ____________________________________________________________________________
41716 [ 22013] By: nicholas                              on 2003/12/30  18:18:28
41717         Log: Subject: more uni doc tweakage
41718              From: Jarkko Hietaniemi <jhi@iki.fi>
41719              Message-ID: <20031230133755.GA23118@vipunen.hut.fi>
41720              Date: Tue, 30 Dec 2003 15:37:55 +0200
41721
41722              Subject: one more pod fix
41723              From: Jarkko Hietaniemi <jhi@iki.fi>
41724              Message-ID: <20031230135641.GA24516@vipunen.hut.fi>
41725              Date: Tue, 30 Dec 2003 15:56:41 +0200
41726      Branch: perl
41727            ! lib/PerlIO.pm pod/perlunicode.pod
41728 ____________________________________________________________________________
41729 [ 22009] By: davem                                 on 2003/12/30  17:14:44
41730         Log: bug #24757 perlrun.pod's description of find -mtime was ambiguous
41731      Branch: perl
41732            ! pod/perlrun.pod
41733 ____________________________________________________________________________
41734 [ 22007] By: rgs                                   on 2003/12/30  16:04:47
41735         Log: Upgrade to Math::BigInt 1.68.
41736      Branch: perl
41737            + lib/Math/BigInt/t/bigroot.t
41738            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
41739            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/CalcEmu.pm
41740            ! lib/Math/BigInt/t/alias.inc lib/Math/BigInt/t/bare_mbi.t
41741            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
41742            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbi.t
41743 ____________________________________________________________________________
41744 [ 22005] By: davem                                 on 2003/12/30  15:07:50
41745         Log: Subject: Re: [perl #24774] eval + format - \n = pp_ctl.c assertion
41746              heuristics for calculating buffer size needed to compile a format
41747              didn't allow for \0
41748      Branch: perl
41749            ! pp_ctl.c t/op/write.t
41750 ____________________________________________________________________________
41751 [ 22003] By: rgs                                   on 2003/12/30  12:54:02
41752         Log: Add a regression test for bug #24762
41753      Branch: perl
41754            ! t/comp/parser.t
41755 ____________________________________________________________________________
41756 [ 22002] By: rgs                                   on 2003/12/30  12:49:09
41757         Log: Updates the notes about byacc in pumpkin.pod.
41758      Branch: perl
41759            ! Porting/pumpkin.pod
41760 ____________________________________________________________________________
41761 [ 22001] By: rgs                                   on 2003/12/30  09:58:08
41762         Log: Bump up UNIVERSAL's version to 1.02
41763              (due to fix #21418)
41764      Branch: perl
41765            ! lib/UNIVERSAL.pm
41766 ____________________________________________________________________________
41767 [ 21999] By: nicholas                              on 2003/12/29  23:53:31
41768         Log: Add Mike Pomraning
41769      Branch: perl
41770            ! AUTHORS
41771 ____________________________________________________________________________
41772 [ 21997] By: rgs                                   on 2003/12/29  20:11:12
41773         Log: Update the README and Changes files for Switch 2.10
41774      Branch: perl
41775            ! lib/Switch/Changes lib/Switch/README
41776 ____________________________________________________________________________
41777 [ 21996] By: rgs                                   on 2003/12/29  20:07:00
41778         Log: Upgrade to Switch 2.10, by integrating some changes by Damian
41779      Branch: perl
41780            ! lib/Switch.pm
41781 ____________________________________________________________________________
41782 [ 21993] By: rgs                                   on 2003/12/29  10:49:29
41783         Log: Windows hasn't getuid/setuid and friends.
41784              Therefore disable the code related to them in POSIX.xs.
41785
41786              Subject: [PATCH: ext/POSIX/POSIX.xs] Re: Smoke [5.8.2] 21979 FAIL(Xt) MSWin32 5.1 Service Pack 1 (x86/1 cpu)
41787              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
41788              Date: Mon, 29 Dec 2003 04:51:19 +0100
41789              Message-ID: <03d401c3cdbf$05730ee0$d500a8c0@R2D2>
41790      Branch: perl
41791            ! ext/POSIX/POSIX.xs
41792 ____________________________________________________________________________
41793 [ 21992] By: rgs                                   on 2003/12/29  10:31:07
41794         Log: Subject: [PATCH] win32_chsize buglet
41795              From: "Kevin Chase" <kevincha99@hotmail.com>
41796              Date: Sun, 28 Dec 2003 15:48:56 -0800
41797              Message-ID: <BAY2-F90usv0ccZRh8Z0005683d@hotmail.com>
41798      Branch: perl
41799            ! win32/win32.c
41800 ____________________________________________________________________________
41801 [ 21991] By: rgs                                   on 2003/12/29  08:10:51
41802         Log: Upgrade to Encode 1.99.
41803      Branch: perl
41804            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
41805            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
41806            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
41807            ! ext/Encode/t/mime-header.t ext/Encode/ucm/gsm0338.ucm
41808            ! ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macFarsi.ucm
41809            ! ext/Encode/ucm/macHebrew.ucm
41810 ____________________________________________________________________________
41811 [ 21990] By: rgs                                   on 2003/12/28  18:41:35
41812         Log: Fix a little syntax error, reported by Marcus Holland-Moritz
41813      Branch: perl
41814            ! win32/win32.c
41815 ____________________________________________________________________________
41816 [ 21989] By: nicholas                              on 2003/12/28  11:49:20
41817         Log: From: "Nigel Sandever" <njsandever@hotmail.com>
41818              Subject: [PATCH] 5.8.1 / bcc55 / win32 / Enable PerlIO and/ or USE_LARGE_FILES
41819              Message-ID: <Law9-F94BdsnvUFcxT500000ea5@hotmail.com>
41820              Date: Thu, 25 Sep 2003 21:49:07 +0000
41821      Branch: perl
41822            ! dosish.h win32/win32.c win32/win32sck.c
41823 ____________________________________________________________________________
41824 [ 21988] By: rgs                                   on 2003/12/27  23:46:40
41825         Log: Regenerate the perly.c patch for byacc output painless fixing
41826      Branch: perl
41827            ! perly_c.diff
41828 ____________________________________________________________________________
41829 [ 21986] By: rgs                                   on 2003/12/27  23:11:59
41830         Log: Fix bug [perl #24762] : C<*foo{CODE} ? 1 : 0> was a syntax error
41831      Branch: perl
41832            ! perly.c perly.y vms/perly_c.vms
41833 ____________________________________________________________________________
41834 [ 21985] By: nicholas                              on 2003/12/27  22:55:35
41835         Log: Subject: Cross compilation patches for arm.
41836              From: Redvers Davies <red@criticalintegration.com>
41837              Message-Id: <1072098653.4789.6.camel@ragefire>
41838              Date: Mon, 22 Dec 2003 08:11:34 -0500
41839      Branch: perl
41840            ! Cross/Makefile Cross/Makefile.SH.patch Cross/README
41841            ! Cross/config.sh-arm-linux Cross/installperl.patch
41842 ____________________________________________________________________________
41843 [ 21983] By: rgs                                   on 2003/12/27  21:29:04
41844         Log: Fix bug [perl #24735] : make sure that the range (..) operator
41845              treats an undefined argument as 0 for numerical ranges and as ""
41846              for magical string ranges.
41847      Branch: perl
41848            ! pp_ctl.c t/op/range.t
41849 ____________________________________________________________________________
41850 [ 21981] By: rgs                                   on 2003/12/27  20:14:09
41851         Log: Subject: PATCH:  *DB*_File
41852              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
41853              Date: Sat, 27 Dec 2003 20:02:30 -0000
41854              Message-ID: <AIEAJICLCBDNAAOLLOKLIEAOPGAA.Paul.Marquess@btinternet.com>
41855      Branch: perl
41856            ! XSUB.h ext/DB_File/Changes ext/DB_File/DB_File.pm
41857            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
41858            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
41859            ! ext/DB_File/typemap ext/GDBM_File/typemap
41860            ! ext/NDBM_File/typemap ext/ODBM_File/typemap
41861            ! ext/SDBM_File/typemap
41862 ____________________________________________________________________________
41863 [ 21978] By: nicholas                              on 2003/12/27  18:31:27
41864         Log: Straggler from Cwd
41865      Branch: perl
41866            + ext/Cwd/Changes
41867 ____________________________________________________________________________
41868 [ 21977] By: nicholas                              on 2003/12/27  18:29:44
41869         Log: Straggler from Unicode::Collate.
41870              We need to automate this.
41871              For some value of we. (tr/w/m/ I suspect)
41872      Branch: perl
41873            + lib/Unicode/Collate/t/rearrang.t
41874 ____________________________________________________________________________
41875 [ 21976] By: nicholas                              on 2003/12/27  18:28:37
41876         Log: Assimilate Unicode::Collate 0.33
41877      Branch: perl
41878            + lib/Unicode/Collate/t/altern.t lib/Unicode/Collate/t/view.t
41879            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
41880            ! lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
41881            ! lib/Unicode/Collate/t/contract.t
41882            ! lib/Unicode/Collate/t/illegal.t lib/Unicode/Collate/t/test.t
41883            ! lib/Unicode/Collate/t/version.t
41884 ____________________________________________________________________________
41885 [ 21975] By: nicholas                              on 2003/12/27  18:12:33
41886         Log: Assimilate PodParser-1.26
41887      Branch: perl
41888            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
41889            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/PlainText.pm
41890            ! lib/Pod/Select.pm lib/Pod/Usage.pm pod/pod2usage.PL
41891            ! pod/podselect.PL t/pod/pod2usage.xr t/pod/podselect.xr
41892 ____________________________________________________________________________
41893 [ 21974] By: nicholas                              on 2003/12/27  17:50:34
41894         Log: Assimilate File::Spec 0.87
41895      Branch: perl
41896            ! lib/File/Spec.pm lib/File/Spec/t/Spec.t
41897 ____________________________________________________________________________
41898 [ 21973] By: nicholas                              on 2003/12/27  17:24:27
41899         Log: Assimilate Digest 1.05
41900      Branch: perl
41901            ! lib/Digest.pm lib/Digest/t/digest.t
41902 ____________________________________________________________________________
41903 [ 21972] By: nicholas                              on 2003/12/27  17:20:23
41904         Log: Assimilate Cwd 2.12 from CPAN. Cwd wasn't in Maintainers, so change
41905              21646 was only applied to core (must punt this back and thereby unfork)
41906              Need to fix test boilerplate properly for PERL_CORE
41907      Branch: perl
41908            ! MANIFEST Porting/Maintainers.pl ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t
41909            ! ext/Cwd/t/taint.t lib/Cwd.pm
41910 ____________________________________________________________________________
41911 [ 21971] By: nicholas                              on 2003/12/27  16:55:54
41912         Log: Subject: [PATCH] Remove Win32 compiler warnings
41913              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
41914              Date: Sat, 27 Dec 2003 17:39:20 +0100
41915              Message-ID: <018901c3cc97$fa976660$d500a8c0@R2D2>
41916      Branch: perl
41917            ! ext/XS/APItest/APItest.xs ext/threads/shared/shared.xs sv.c
41918 ____________________________________________________________________________
41919 [ 21970] By: nicholas                              on 2003/12/27  16:39:01
41920         Log: Allow overriding of the p4 settings via environment variables
41921              Make regexp more robust to parse FreeBSD's patch output
41922      Branch: perl
41923            ! Porting/apply
41924 ____________________________________________________________________________
41925 [ 21968] By: rgs                                   on 2003/12/27  14:27:57
41926         Log: Subject: [PATCH] perl 5.8.0, FindBin::again
41927              From: Slaven Rezic <slaven@rezic.de>
41928              Date: 01 May 2003 21:28:10 +0200
41929              Message-ID: <873cjy31rp.fsf@vran.herceg.de>
41930      Branch: perl
41931            ! lib/FindBin.pm lib/FindBin.t
41932 ____________________________________________________________________________
41933 [ 21967] By: nicholas                              on 2003/12/27  13:26:29
41934         Log: Subject: [PATCH: sv.c] Turn Quad_t to Uquad_t in unsigned branch
41935              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
41936              Date: Sat, 27 Dec 2003 02:48:19 +0100
41937              Message-ID: <010001c3cc1b$813763a0$d500a8c0@R2D2>
41938      Branch: perl
41939            ! sv.c
41940 ____________________________________________________________________________
41941 [ 21964] By: nicholas                              on 2003/12/26  20:31:38
41942         Log: Change minimum perl version where the test is run from 5.9.0 to 5.8.3
41943              as I'm going to integrate the core patch
41944      Branch: perl
41945            ! ext/List/Util/t/weak.t
41946 ____________________________________________________________________________
41947 [ 21962] By: nicholas                              on 2003/12/26  19:22:16
41948         Log: Subject: [PATCH: sv.c] Re: GCC bug breaking Perl_sv_catpvfn()?
41949              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
41950              Date: Fri, 26 Dec 2003 02:47:09 +0100
41951              Message-ID: <03ca01c3cb52$2d509b40$5700a8c0@R2D2>
41952      Branch: perl
41953            ! sv.c
41954 ____________________________________________________________________________
41955 [ 21960] By: rgs                                   on 2003/12/26  10:18:24
41956         Log: Refactor the code that checks whether a range is numeric
41957              or string-magical.
41958      Branch: perl
41959            ! pp_ctl.c
41960 ____________________________________________________________________________
41961 [ 21959] By: rgs                                   on 2003/12/26  08:51:06
41962         Log: Restore ext/SDBM_File/sdbm/Makefile to its pre-21655 state.
41963              This fixes building SDBM_File on AIX.
41964      Branch: perl
41965            ! ext/SDBM_File/sdbm/Makefile.PL
41966 ____________________________________________________________________________
41967 [ 21958] By: rgs                                   on 2003/12/25  21:22:25
41968         Log: Fix bug [perl #24641] : when POSIX::set[ug]id() are called,
41969              update the perl variables PL_uid and PL_euid (resp. PL_gid
41970              and PL_egid) with the new values.
41971      Branch: perl
41972            ! ext/POSIX/POSIX.xs
41973 ____________________________________________________________________________
41974 [ 21957] By: rgs                                   on 2003/12/25  20:14:00
41975         Log: Subject: [PATCH 5.8.2 @21574] INSTALL_PREFIX from C
41976              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
41977              Date: Thu, 18 Dec 2003 12:30:06 -0800
41978              Message-ID: <20031218203006.GA7772@math.berkeley.edu>
41979      Branch: perl
41980            ! config_h.SH
41981 ____________________________________________________________________________
41982 [ 21956] By: rgs                                   on 2003/12/25  19:40:55
41983         Log: Subject: BigInt v1.68 - pre-release
41984              From: Tels <perl_dummy@bloodgate.com>
41985              Date: Tue, 23 Dec 2003 01:09:23 +0100
41986              Message-Id: <200312230106.27661@bloodgate.com>
41987      Branch: perl
41988            + lib/Math/BigInt/CalcEmu.pm lib/Math/BigInt/t/alias.inc
41989            + lib/Math/BigInt/t/mbf_ali.t lib/Math/BigInt/t/mbi_ali.t
41990            + lib/Math/BigInt/t/sub_ali.t
41991            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
41992            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
41993            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
41994            ! lib/Math/BigInt/t/upgrade.inc
41995 ____________________________________________________________________________
41996 [ 21955] By: rgs                                   on 2003/12/25  18:59:54
41997         Log: Subject: [perl #24506] [PATCH] cannot weaken refs to read only values
41998              From: Fergal Daly <fergal@esatclear.ie>
41999              Date: Tue, 2 Dec 2003 23:18:18 +0000
42000              Message-Id: <200312022318.18353.fergal@esatclear.ie>
42001
42002              (tweaked so the test is skipped on perls < 5.9.0)
42003      Branch: perl
42004            ! ext/List/Util/t/weak.t sv.c
42005 ____________________________________________________________________________
42006 [ 21953] By: nicholas                              on 2003/12/23  23:34:48
42007         Log: Subject:  [PATCH: perl@21949] document patch for VMS port on new file systems
42008              From:  PPrymmer@factset.com
42009              Date:  Tue, 23 Dec 2003 17:27:44 -0500
42010              Message-Id:  <OF32243F10.A592C9A9-ON85256E05.007B1741-85256E05.007B63CB@factset.com>
42011      Branch: perl
42012            ! README.vms
42013 ____________________________________________________________________________
42014 [ 21952] By: nicholas                              on 2003/12/23  23:19:19
42015         Log: Subject: [patch t/test.pl] comment fix
42016              From: Stas Bekman <stas@stason.org>
42017              Message-ID: <3FE8C65A.4060708@stason.org>
42018              Date: Tue, 23 Dec 2003 14:48:58 -0800
42019      Branch: perl
42020            ! t/test.pl
42021 ____________________________________________________________________________
42022 [ 21951] By: adi                                   on 2003/12/22  23:22:12
42023         Log: re-fix [perl #24508] without speed regression.
42024              keep an eye on this.
42025      Branch: perl
42026            ! op.c opcode.h opcode.pl
42027 ____________________________________________________________________________
42028 [ 21950] By: adi                                   on 2003/12/22  23:19:25
42029         Log: sanitize some macros - based on Chip Salzenberg suggestions and
42030              on the way GNU people use the gcc-ish 'blocks in parens'
42031      Branch: perl
42032            ! XSUB.h sv.h
42033 ____________________________________________________________________________
42034 [ 21948] By: nicholas                              on 2003/12/22  21:00:30
42035         Log: Subject: Re: Smoke [5.8.2] 21930 FAIL(t) MSWin32 5.1 Service Pack 1 (x86/1 cpu)
42036              Message-ID: <Pine.LNX.4.58.0312220116520.17374@localhost.localdomain>
42037              Date: Mon, 22 Dec 2003 01:52:08 -0600 (CST)
42038              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
42039      Branch: perl
42040            ! ext/threads/shared/shared.xs
42041 ____________________________________________________________________________
42042 [ 21946] By: nicholas                              on 2003/12/22  20:34:06
42043         Log: Subject:  doc nits
42044              From:  Jarkko Hietaniemi <jhi@iki.fi>
42045              Date:  Mon, 22 Dec 2003 21:57:34 +0200
42046              Message-Id:  <20031222195734.GA29441@vipunen.hut.fi>
42047      Branch: perl
42048            ! pod/perltodo.pod pod/perlunicode.pod
42049 ____________________________________________________________________________
42050 [ 21944] By: merijn                                on 2003/12/22  10:13:43
42051         Log: Subject: [PATCH] configure.com archname tweak
42052              From: "Craig A. Berry" <craigberry@mac.com>
42053              Date: Sun, 21 Dec 2003 23:07:13 -0600
42054              Message-ID: <3FE67C01.1000704@mac.com>
42055      Branch: perl
42056            ! configure.com
42057 ____________________________________________________________________________
42058 [ 21942] By: rgs                                   on 2003/12/21  21:29:47
42059         Log: Subject: [perl #24651] Taint bug with multiple backticks in ref consturctors
42060              From: Mike Guy <mjtg@cam.ac.uk>
42061              Date: Fri, 19 Dec 2003 17:17:11 +0000
42062              Message-Id: <E1AXOFT-0007DE-7q@draco.cus.cam.ac.uk>
42063      Branch: perl
42064            ! pod/perlsec.pod
42065 ____________________________________________________________________________
42066 [ 21940] By: rgs                                   on 2003/12/21  15:33:19
42067         Log: Fix a side-effect of bug #24674 in the perl debugger.
42068
42069              Subject: [perl #24674] 5.x odd taint bug
42070              From: Dominique Quatravaux (via RT) <perlbug-followup@perl.org>
42071              Date: 16 Dec 2003 15:03:24 -0000
42072              Message-ID: <rt-3.0.7_01-24674-68456.11.3124667849085@perl.org>
42073      Branch: perl
42074            ! lib/perl5db.pl
42075 ____________________________________________________________________________
42076 [ 21938] By: rgs                                   on 2003/12/20  22:56:24
42077         Log: Subject: Perl 5.8.3 patches from the BS2000 port
42078              From: Dorner Thomas <tdorner@amadeus.net>
42079              Date: Wed, 17 Dec 2003 15:41:17 +0100
42080              Message-ID: <6727B1DACFCDD311A757009027CA8D69044B673A@Ex02.inhouse.start.de>
42081      Branch: perl
42082            ! hints/posix-bc.sh t/base/num.t t/comp/parser.t
42083 ____________________________________________________________________________
42084 [ 21937] By: adi                                   on 2003/12/20  21:37:03
42085         Log: after back-references, restricted hashes.
42086              see http://nntp.perl.org/group/perl.perl5.porters/86497
42087              this is hopefully only a temporary solution.
42088      Branch: perl
42089            ! perl.c
42090 ____________________________________________________________________________
42091 [ 21936] By: adi                                   on 2003/12/20  21:32:37
42092         Log: fix [perl #24660], [perl #24663].
42093      Branch: perl
42094            ! mg.c sv.c
42095 ____________________________________________________________________________
42096 [ 21935] By: rgs                                   on 2003/12/20  21:21:50
42097         Log: Upgrade to Time::Local 1.07_94
42098      Branch: perl
42099            ! lib/Time/Local.pm lib/Time/Local.t
42100 ____________________________________________________________________________
42101 [ 21933] By: nicholas                              on 2003/12/20  20:07:44
42102         Log: Subject: [PATCH] OpenVMS I64 support
42103              From: "Craig A. Berry" <craigberry@mac.com>
42104              Message-ID: <3FE2441F.2070603@mac.com>
42105              Date: Thu, 18 Dec 2003 18:19:43 -0600
42106      Branch: perl
42107            ! configure.com vms/gen_shrfls.pl
42108 ____________________________________________________________________________
42109 [ 21932] By: nicholas                              on 2003/12/20  19:57:51
42110         Log: remove duplicate PERL_HASH (as spotted by Enache Adrian in
42111              <20031220124854.GA1265@ratsnest.hole> )
42112      Branch: perl
42113            ! hv.c
42114 ____________________________________________________________________________
42115 [ 21931] By: nicholas                              on 2003/12/20  18:58:06
42116         Log: Solaris gconvert() doesn't like ndigits == 0. Currently we have no
42117              Configure test for troublesome gconvert(), so for now simply avoid
42118              the optimisation that calls gconvert() in this case.
42119      Branch: perl
42120            ! sv.c
42121 ____________________________________________________________________________
42122 [ 21928] By: rgs                                   on 2003/12/19  08:36:11
42123         Log: Upgrade to CGI.pm 3.01
42124      Branch: perl
42125            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Fast.pm
42126            ! lib/CGI/Pretty.pm lib/CGI/Util.pm lib/CGI/t/carp.t
42127            ! lib/CGI/t/request.t
42128 ____________________________________________________________________________
42129 [ 21927] By: rgs                                   on 2003/12/19  08:10:41
42130         Log: Subject: [DOCPATCH] base.pm
42131              From: Elizabeth Mattijsen <liz@dijkmat.nl>
42132              Date: Thu, 18 Dec 2003 22:30:52 +0100
42133              Message-Id: <p05111b12bc07cc596977@[192.168.56.3]>
42134
42135              Plus, remove leftover mentions of pseudo-hashes
42136      Branch: perl
42137            ! lib/base.pm
42138 ____________________________________________________________________________
42139 [ 21924] By: nicholas                              on 2003/12/18  20:24:29
42140         Log: "Richard" - who he? (Add "Richard Clamp" to the list of pumpkings)
42141      Branch: perl
42142            ! pod/perlhist.pod
42143 ____________________________________________________________________________
42144 [ 21923] By: rgs                                   on 2003/12/18  14:58:42
42145         Log: Perl 1.0.16 has been released.
42146      Branch: perl
42147            ! pod/perlhist.pod
42148 ____________________________________________________________________________
42149 [ 21922] By: rgs                                   on 2003/12/17  21:36:36
42150         Log: Subject: [PATCH: embed.fnc] arguments for perl_clone()
42151              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
42152              Date: Wed, 17 Dec 2003 13:26:52 +0100
42153              Message-ID: <055701c3c499$11144f90$8cecfe91@R2D2>
42154      Branch: perl
42155            ! embed.fnc embed.h global.sym
42156 ____________________________________________________________________________
42157 [ 21921] By: rgs                                   on 2003/12/17  17:34:05
42158         Log: Subject: [PATCH] 2-arg cond_wait, cond_timedwait, tests
42159              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
42160              Date: Wed, 17 Dec 2003 00:05:58 -0600 (CST)
42161              Message-ID: <Pine.LNX.4.58.0312092202040.13494@benevelle.wi.securepipe.com>
42162      Branch: perl
42163            + ext/threads/shared/t/wait.t
42164            ! MANIFEST ext/threads/shared/shared.pm
42165            ! ext/threads/shared/shared.xs
42166 ____________________________________________________________________________
42167 [ 21918] By: rgs                                   on 2003/12/16  22:00:39
42168         Log: Sync with the latest MakeMaker snapshot.
42169              But set the $VERSION to 6.21_01.
42170      Branch: perl
42171            ! lib/ExtUtils/Changes lib/ExtUtils/MANIFEST.SKIP
42172            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_Any.pm
42173            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win95.pm
42174            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
42175            ! lib/ExtUtils/instmodsh
42176 ____________________________________________________________________________
42177 [ 21917] By: alanbur                               on 2003/12/15  09:13:49
42178         Log: Remove incorrect guards around inclusion of <signal.h>
42179              Causes problems with UNIX03/SUSv3
42180              Part 2 of change 21916 - oops!
42181
42182              See:
42183              Message-Id: <3FDD06A5.8010004@sun.com>
42184              Subject: Re: UNIX03 & C99 issue with 5.8.2
42185              From: Alan Burlison <Alan.Burlison@sun.com>
42186              Date: Mon, 15 Dec 2003 00:56:05 +0000
42187      Branch: perl
42188            ! doop.c mg.c mpeix/mpeixish.h plan9/plan9ish.h unixish.h util.c
42189 ____________________________________________________________________________
42190 [ 21916] By: alanbur                               on 2003/12/15  09:02:58
42191         Log: Remove incorrect guards around inclusion of <signal.h>
42192              Causes problems with UNIX03/SUSv3
42193      Branch: perl
42194            ! doio.c
42195 ____________________________________________________________________________
42196 [ 21915] By: rgs                                   on 2003/12/15  07:43:50
42197         Log: Add the macros dAX and dITEMS to PPPort.
42198      Branch: perl
42199            ! ext/Devel/PPPort/PPPort.pm
42200 ____________________________________________________________________________
42201 [ 21914] By: rgs                                   on 2003/12/14  22:53:43
42202         Log: Subject: [patch Porting/pumpkin.pod] trying to ensure that PPPort is up-to-date on each new release
42203              From: Stas Bekman <stas@stason.org>
42204              Date: Sun, 14 Dec 2003 15:12:40 -0800
42205              Message-ID: <3FDCEE68.3080509@stason.org>
42206      Branch: perl
42207            ! Porting/pumpkin.pod
42208 ____________________________________________________________________________
42209 [ 21912] By: rgs                                   on 2003/12/14  22:48:17
42210         Log: Subject: [DOCPATCH] perlfunc delete
42211              From: Elizabeth Mattijsen <liz@dijkmat.nl>
42212              Date: Sun, 14 Dec 2003 20:25:07 +0100
42213              Message-Id: <p05111b07bc0269065a99@[192.168.56.3]>
42214      Branch: perl
42215            ! pod/perlfunc.pod
42216 ____________________________________________________________________________
42217 [ 21910] By: nicholas                              on 2003/12/14  20:06:41
42218         Log: Forgot to remove a comment
42219      Branch: perl
42220            ! pp.c
42221 ____________________________________________________________________________
42222 [ 21907] By: nicholas                              on 2003/12/14  18:35:15
42223         Log: S_save_hek_flags should honour the "free" flag.
42224              Ought to mask the flag bits that shouldn't be stored.
42225      Branch: perl
42226            ! hv.c
42227 ____________________________________________________________________________
42228 [ 21906] By: nicholas                              on 2003/12/14  17:06:13
42229         Log: Some fool missed a letter n.
42230              (and then "optimised" code based on its absense. D'oh)
42231              Restore the correct behaviour - fetch with uppercase key, then if
42232              still not found store with mixed/lowercase key.
42233      Branch: perl
42234            ! hv.c
42235 ____________________________________________________________________________
42236 [ 21905] By: nicholas                              on 2003/12/14  16:34:01
42237         Log: Subject: Re: Change 21862
42238              From: Enache Adrian <enache@rdslink.ro>
42239              Date: Wed, 10 Dec 2003 06:05:58 +0200
42240              Message-ID: <20031210040558.GC1584@ratsnest.hole>
42241
42242              (1st hunk), plus the equivalent for hv_delete_common
42243      Branch: perl
42244            ! hv.c
42245 ____________________________________________________________________________
42246 [ 21904] By: nicholas                              on 2003/12/14  15:32:32
42247         Log: Clean up a bug I introduced into caseless ENV hv_delete
42248              (should be the proper fix for 21870 and 21872's band aid)
42249      Branch: perl
42250            ! hv.c
42251 ____________________________________________________________________________
42252 [ 21902] By: rgs                                   on 2003/12/13  21:56:45
42253         Log: Subject: Re: 5.6.2-RC1 on Cygwin
42254              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
42255              Date: Sat, 6 Dec 2003 22:32:59 -0800
42256              Message-ID: <20031207063259.GA3004@efn.org>
42257              (with tweaks to cleanup code)
42258      Branch: perl
42259            ! t/op/taint.t
42260 ____________________________________________________________________________
42261 [ 21898] By: nicholas                              on 2003/12/13  19:20:41
42262         Log: Add Perl_ceil
42263      Branch: perl
42264            ! perl.h pp.c
42265 ____________________________________________________________________________
42266 [ 21897] By: rgs                                   on 2003/12/13  18:41:51
42267         Log: Reformat a long line in perlembed.pod (bug #24623).
42268      Branch: perl
42269            ! pod/perlembed.pod
42270 ____________________________________________________________________________
42271 [ 21896] By: nicholas                              on 2003/12/13  18:40:59
42272         Log: The binary compatibility notes say that new global functions should
42273              go at the end. Not that I'm anything more than "trainee" when it
42274              comes to this bincompat stuff.
42275      Branch: perl
42276            ! embed.fnc proto.h
42277 ____________________________________________________________________________
42278 [ 21895] By: rgs                                   on 2003/12/13  18:33:38
42279         Log: alarm() is now implemented on Win32.
42280      Branch: perl
42281            ! pod/perlport.pod
42282 ____________________________________________________________________________
42283 [ 21893] By: nicholas                              on 2003/12/13  17:40:32
42284         Log: foreach qw() { # not valid syntax for 5.005. So fix it.
42285      Branch: perl
42286            ! pod/buildtoc
42287 ____________________________________________________________________________
42288 [ 21892] By: rgs                                   on 2003/12/13  17:02:12
42289         Log: Subject: Patch for: [perl #24650] File::CheckTree should list Larry Wall as author, not unknown
42290              From: David Dyck <david.dyck@fluke.com>
42291              Date: Sat, 13 Dec 2003 00:01:34 -0800 (PST)
42292              Message-ID: <Pine.LNX.4.51.0312122351450.8825@dd.tc.fluke.com>
42293      Branch: perl
42294            ! lib/File/CheckTree.pm
42295 ____________________________________________________________________________
42296 [ 21891] By: rgs                                   on 2003/12/13  16:33:46
42297         Log: Make the XSRETURN macro evaluate its argument only once.
42298      Branch: perl
42299            ! XSUB.h
42300 ____________________________________________________________________________
42301 [ 21886] By: rgs                                   on 2003/12/13  12:30:08
42302         Log: More POD fixes ; regenerate perltoc and perlmodlib.
42303      Branch: perl
42304            ! ext/DynaLoader/DynaLoader_pm.PL pod/perlmodlib.pod
42305            ! pod/perltoc.pod
42306 ____________________________________________________________________________
42307 [ 21885] By: rgs                                   on 2003/12/13  12:21:26
42308         Log: Fix some of the pods to produce more standard manpages,
42309              as reported by Eric S. Raymond.
42310      Branch: perl
42311            ! README.ce README.netware lib/Getopt/Std.pm lib/diagnostics.pm
42312 ____________________________________________________________________________
42313 [ 21884] By: rgs                                   on 2003/12/13  00:09:01
42314         Log: Subject: RE: [perl #24610] Pod::Html infinite recursion
42315              From: Anders Johnson <ajohnson@nvidia.com>
42316              Date: Fri, 12 Dec 2003 14:07:40 -0800
42317              Message-ID: <33171CC36240D94EAF1FE584B1D14E0A06EC6F51@mail-sc-11.nvidia.com>
42318              (with tweaks)
42319      Branch: perl
42320            ! lib/Pod/Html.pm
42321 ____________________________________________________________________________
42322 [ 21883] By: rgs                                   on 2003/12/12  23:54:25
42323         Log: Modify the common guard for the signal.h header, because
42324              C99 compilers don't like it.o
42325
42326              see :
42327              Subject: UNIX03 & C99 issue with 5.8.2
42328              From: Alan Burlison <Alan.Burlison@sun.com>
42329              Date: Fri, 12 Dec 2003 23:04:52 +0000
42330              Message-ID: <3FDA4994.6050209@sun.com>
42331      Branch: perl
42332            ! doio.c doop.c mg.c mpeix/mpeixish.h plan9/plan9ish.h unixish.h
42333            ! util.c
42334 ____________________________________________________________________________
42335 [ 21882] By: rgs                                   on 2003/12/12  22:43:11
42336         Log: Subject: [PATCH] Math::BigInt v1.67 released
42337              From: Tels <perl_dummy@bloodgate.com>
42338              Date: Fri, 12 Dec 2003 18:47:43 +0100
42339              Message-Id: <200312121847.49039@bloodgate.com>
42340      Branch: perl
42341            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
42342            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
42343            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
42344            ! lib/Math/BigInt/t/downgrade.t lib/Math/BigInt/t/fallback.t
42345            ! lib/Math/BigInt/t/sub_mbi.t
42346 ____________________________________________________________________________
42347 [ 21881] By: merijn                                on 2003/12/12  16:09:14
42348         Log: Subject: [PATCH] d_u32align for win32
42349              From: Gisle Aas <gisle@ActiveState.com>
42350              Date: 11 Dec 2003 01:33:39 -0800
42351              Message-ID: <lrzndzr958.fsf@caliper.activestate.com>
42352      Branch: perl
42353            ! win32/config.bc win32/config.gc win32/config.vc
42354 ____________________________________________________________________________
42355 [ 21879] By: rgs                                   on 2003/12/11  23:53:34
42356         Log: Subject: [PATCH] environ array fix for VMS
42357              From: "Craig A. Berry" <craigberry@mac.com>
42358              Date: Thu, 11 Dec 2003 14:35:29 -0600
42359              Message-ID: <3FD8D511.2030805@mac.com>
42360      Branch: perl
42361            ! vms/vms.c
42362 ____________________________________________________________________________
42363 [ 21878] By: nicholas                              on 2003/12/11  23:49:20
42364         Log: Subject: [PATCH] Perl 5.9.0 AUTHORS
42365              From: Mark Leighton Fisher <mark-fisher@mindspring.com>
42366              Message-ID: <3FD8E74F.7000202@mindspring.com>
42367              Date: Thu, 11 Dec 2003 16:53:19 -0500
42368      Branch: perl
42369            ! AUTHORS
42370 ____________________________________________________________________________
42371 [ 21877] By: rgs                                   on 2003/12/11  23:40:54
42372         Log: Add a mention of the error "DESTROY created new reference
42373              to dead object" in perldiag.
42374      Branch: perl
42375            ! pod/perldiag.pod
42376 ____________________________________________________________________________
42377 [ 21876] By: adi                                   on 2003/12/11  23:04:03
42378         Log: #21866 was wrong. another try to plumb that damn leak.
42379      Branch: perl
42380            ! mg.c sv.c
42381 ____________________________________________________________________________
42382 [ 21875] By: adi                                   on 2003/12/11  20:11:07
42383         Log: fix bug #24605.
42384              substr() wasn't working when used repeatedly on the same utf-8
42385              string.
42386      Branch: perl
42387            ! sv.c t/op/substr.t
42388 ____________________________________________________________________________
42389 [ 21874] By: rgs                                   on 2003/12/09  21:36:58
42390         Log: Suppress a C< $DB::single = 1 > from Switch.pm, as noticed
42391              by Jan Dubois.
42392      Branch: perl
42393            ! lib/Switch.pm
42394 ____________________________________________________________________________
42395 [ 21873] By: rgs                                   on 2003/12/09  21:33:22
42396         Log: Subject: [PATCH perlunicode.pod, encoding.pm] Implicit upgrading docs
42397              From: Autrijus Tang <autrijus@autrijus.org>
42398              Date: Tue, 9 Dec 2003 20:39:16 +0800
42399              Message-ID: <20031209123915.GA1454@not.autrijus.org>
42400      Branch: perl
42401            ! ext/Encode/encoding.pm pod/perlunicode.pod
42402 ____________________________________________________________________________
42403 [ 21872] By: adi                                   on 2003/12/09  03:26:16
42404         Log: temporary fix to avoid t/op/tie.t failures on Win32
42405      Branch: perl
42406            ! hv.c
42407 ____________________________________________________________________________
42408 [ 21871] By: rgs                                   on 2003/12/08  15:22:26
42409         Log: Upgrade to Digest-MD5 2.33.
42410      Branch: perl
42411            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
42412            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
42413            ! ext/Digest/MD5/t/files.t ext/Digest/MD5/typemap
42414 ____________________________________________________________________________
42415 [ 21870] By: rgs                                   on 2003/12/08  08:22:17
42416         Log: Integrate change #21862 from maint-5.8 :
42417
42418              Win32/MinGW tweaks
42419              A. ENV_IS_CASELESS has trys to free(keysave) when
42420              keysave isn't in scope yet.
42421              B. For default makefile.mk which build with perlhost.h
42422              stuff "live" need to link with g++ to find new/delete etc.
42423      Branch: perl
42424           !> hv.c win32/makefile.mk
42425 ____________________________________________________________________________
42426 [ 21869] By: rgs                                   on 2003/12/08  07:37:27
42427         Log: Subject: [PATCH] iterator reset moved to hv.c (was: [PATCH] SCALAR/FIRSTKEY for tied hashes in scalar context)
42428              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
42429              Date: Mon, 08 Dec 2003 08:17:46 +0100
42430              Message-id: <20031208071746.GA594@ethan>
42431      Branch: perl
42432            ! hv.c mg.c
42433 ____________________________________________________________________________
42434 [ 21868] By: adi                                   on 2003/12/08  03:38:39
42435         Log: yet another leak. bigger fish still swimming around.
42436              #!perl
42437              eval q{ $_ = "x"; s/x/"in subst"/e } while 1;
42438              __END__
42439      Branch: perl
42440            ! pp_ctl.c
42441 ____________________________________________________________________________
42442 [ 21867] By: adi                                   on 2003/12/08  03:34:37
42443         Log: yet another 2 leaks. example for the second:
42444              #! perl
42445              eval q{ open $p{q}, "foo" } while 1
42446              __END__
42447      Branch: perl
42448            ! op.c
42449 ____________________________________________________________________________
42450 [ 21866] By: adi                                   on 2003/12/08  03:30:16
42451         Log: plumb a leak with pos().
42452
42453              #! perl
42454              while (1) {
42455              my $a = "\x{1ff}"; $a =~ /\x{1ff}/g; pos($a);
42456              }
42457              __END__
42458      Branch: perl
42459            ! sv.c
42460 ____________________________________________________________________________
42461 [ 21865] By: rgs                                   on 2003/12/07  21:28:13
42462         Log: Subject: [PATCH] documenting SCALAR gotcha
42463              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
42464              Date: Sun, 07 Dec 2003 16:41:16 +0100
42465              Message-id: <20031207154116.GA825@ethan>
42466      Branch: perl
42467            ! pod/perltie.pod
42468 ____________________________________________________________________________
42469 [ 21864] By: rgs                                   on 2003/12/07  20:13:47
42470         Log: Subject: [PATCH] setenv tweak for VMS
42471              From: "Craig A. Berry" <craigberry@mac.com>
42472              Date: Sat, 06 Dec 2003 18:13:32 -0600
42473              Message-ID: <3FD270AC.3000106@mac.com>
42474      Branch: perl
42475            ! vms/vms.c
42476 ____________________________________________________________________________
42477 [ 21863] By: rgs                                   on 2003/12/06  21:33:22
42478         Log: Missing thingies.
42479      Branch: perl
42480            ! pp.c pp_hot.c
42481 ____________________________________________________________________________
42482 [ 21861] By: rgs                                   on 2003/12/06  20:58:12
42483         Log: Subject: [PATCH] Math::BigInt v1.67 (pre-release)
42484              From: Tels <perl_dummy@bloodgate.com>
42485              Date: Sat, 6 Dec 2003 20:19:44 +0100
42486              Message-Id: <200312062016.50484@bloodgate.com>
42487      Branch: perl
42488            + lib/Math/BigInt/t/const_mbf.t lib/Math/BigInt/t/fallback.t
42489            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
42490            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
42491            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
42492            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
42493            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
42494            ! lib/Math/BigInt/t/bigints.t lib/Math/BigInt/t/biglog.t
42495            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/sub_mbf.t
42496            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/with_sub.t
42497 ____________________________________________________________________________
42498 [ 21860] By: rgs                                   on 2003/12/06  20:33:09
42499         Log: Forgot to update the MANIFEST.
42500      Branch: perl
42501            ! MANIFEST
42502 ____________________________________________________________________________
42503 [ 21859] By: rgs                                   on 2003/12/06  20:19:16
42504         Log: Math::BigInt::Scalar is only for tests.
42505              Move it under t/lib.
42506      Branch: perl
42507           +> t/lib/Math/BigInt/Scalar.pm
42508            - lib/Math/BigInt/Scalar.pm
42509 ____________________________________________________________________________
42510 [ 21858] By: rgs                                   on 2003/12/06  20:01:24
42511         Log: Subject: [PATCH] casting bug in VMS part of Perl_start_glob
42512              From: "Craig A. Berry" <craigberry@mac.com>
42513              Date: Sat, 06 Dec 2003 12:44:40 -0600
42514              Message-ID: <3FD22398.1060506@mac.com>
42515      Branch: perl
42516            ! doio.c
42517 ____________________________________________________________________________
42518 [ 21857] By: rgs                                   on 2003/12/06  19:58:51
42519         Log: Remove the "Can't provide tied hash usage" error from perldiag.
42520              Mention the new tied hash SCALAR method in perldelta.
42521      Branch: perl
42522            ! pod/perldelta.pod pod/perldiag.pod
42523 ____________________________________________________________________________
42524 [ 21856] By: rgs                                   on 2003/12/06  19:51:49
42525         Log: Clarify the description of SCALAR in perltie
42526      Branch: perl
42527            ! pod/perltie.pod
42528 ____________________________________________________________________________
42529 [ 21855] By: rgs                                   on 2003/12/06  19:50:07
42530         Log: Subject: [PATCH] SCALAR/FIRSTKEY for tied hashes in scalar context
42531              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
42532              Date: Sat, 06 Dec 2003 11:50:59 +0100
42533              Message-id: <20031206105059.GA13989@ethan>
42534      Branch: perl
42535            ! embed.fnc embed.h global.sym hv.c lib/Tie/Hash.pm mg.c
42536            ! pod/perlapi.pod pod/perlfunc.pod pod/perltie.pod pp.c pp_hot.c
42537            ! proto.h t/op/tie.t
42538 ____________________________________________________________________________
42539 [ 21854] By: nicholas                              on 2003/12/06  16:30:35
42540         Log: Make sv_force_normal_flags cope with shared hash key scalars
42541              (remember the pointer from SvPVX, reset the flags before SvGROW,
42542              avoid crazy loops or read-from-free)
42543      Branch: perl
42544            ! sv.c
42545 ____________________________________________________________________________
42546 [ 21851] By: nicholas                              on 2003/12/05  20:49:10
42547         Log: Back out the Makefile.PL part of 21808 as requested by Gisle Aas
42548      Branch: perl
42549            ! ext/Digest/MD5/Makefile.PL
42550 ____________________________________________________________________________
42551 [ 21846] By: merijn                                on 2003/12/05  10:41:32
42552         Log: Subject: [PATCH] Configure gets d_u32align wrong
42553              From: Gisle Aas <gisle@ActiveState.com>
42554              Date: 05 Dec 2003 03:47:01 -0800
42555              Message-ID: <lr4qwfbi6i.fsf_-_@caliper.activestate.com>
42556      Branch: perl
42557            ! Configure
42558 ____________________________________________________________________________
42559 [ 21844] By: rgs                                   on 2003/12/05  07:31:18
42560         Log: Subject: [REPATCH lib/AutoLoader.t] Test can() with AutoLoader
42561              From: chromatic <chromatic@wgz.org>
42562              Date: Mon, 01 Dec 2003 09:20:21 -0800
42563              Message-Id: <1070299221.1275.19.camel@localhost>
42564      Branch: perl
42565            ! lib/AutoLoader.t
42566 ____________________________________________________________________________
42567 [ 21843] By: rgs                                   on 2003/12/05  07:13:08
42568         Log: Subject: [PATCH] another ext/SDBM_File/sdbm build fix
42569              From: "Craig A. Berry" <craigberry@mac.com>
42570              Date: Thu, 04 Dec 2003 16:00:03 -0600
42571              Message-ID: <3FCFAE63.1080106@mac.com>
42572      Branch: perl
42573            ! ext/SDBM_File/sdbm/Makefile.PL
42574 ____________________________________________________________________________
42575 [ 21842] By: rgs                                   on 2003/12/05  07:07:30
42576         Log: Subject: [PATCH] $^P, eval and caller
42577              From: Paul Johnson <paul@pjcj.net>
42578              Date: Fri, 5 Dec 2003 00:57:21 +0100
42579              Message-ID: <20031204235721.GJ26355@pjcj.net>
42580      Branch: perl
42581            ! mg.c
42582 ____________________________________________________________________________
42583 [ 21841] By: rgs                                   on 2003/12/04  12:00:28
42584         Log: Fix File::Copy with hard links on Windows.
42585
42586              Subject: [PATCH] Re: perl @ 21830
42587              From: Steve Hay <steve.hay@uk.radan.com>
42588              Date: Wed, 03 Dec 2003 10:53:02 +0000
42589              Message-ID: <3FCDC08E.7080800@uk.radan.com>
42590
42591              and
42592              Date: Thu, 04 Dec 2003 11:02:22 +0000
42593              Message-ID: <3FCF143E.1040905@uk.radan.com>
42594      Branch: perl
42595            ! lib/File/Copy.pm lib/File/Copy.t
42596 ____________________________________________________________________________
42597 [ 21840] By: rgs                                   on 2003/12/04  11:54:28
42598         Log: Subject: Re: a2p.pod not being installed in 5.8.2?
42599              From: Alan Burlison <Alan.Burlison@sun.com>
42600              Date: Thu, 04 Dec 2003 12:14:30 +0000
42601              Message-ID: <3FCF2526.3030905@sun.com>
42602      Branch: perl
42603            ! installperl
42604 ____________________________________________________________________________
42605 [ 21837] By: rgs                                   on 2003/12/03  08:27:33
42606         Log: Subject: Re: XS modules having problems with CLONE and ithreads unless PERL_NO_GET_CONTEXT is defined
42607              From: Stas Bekman <stas@stason.org>
42608              Date: Wed, 03 Dec 2003 01:41:42 -0800
42609              Message-ID: <3FCDAFD6.9050106@stason.org>
42610      Branch: perl
42611            ! sv.c
42612 ____________________________________________________________________________
42613 [ 21836] By: rgs                                   on 2003/12/02  23:31:06
42614         Log: The prove utility should also be installed on VMS and on Windows.
42615              Haven't we regression tests for installations yet ?
42616      Branch: perl
42617            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
42618 ____________________________________________________________________________
42619 [ 21835] By: rgs                                   on 2003/12/02  22:18:05
42620         Log: FAQ sync.
42621      Branch: perl
42622            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
42623            ! pod/perlfaq4.pod pod/perlfaq5.pod
42624 ____________________________________________________________________________
42625 [ 21834] By: rgs                                   on 2003/12/02  21:45:12
42626         Log: Subject: Re: [perl #24574] find2perl provides different results to find
42627              From: Slaven Rezic <slaven@rezic.de>
42628              Date: 30 Nov 2003 22:16:59 +0100
42629              Message-ID: <8765h1pnec.fsf@vran.herceg.de>
42630
42631              (plus a note about find2perl now defaulting to -print in perldelta)
42632      Branch: perl
42633            ! pod/perldelta.pod x2p/find2perl.PL
42634 ____________________________________________________________________________
42635 [ 21833] By: rgs                                   on 2003/12/02  21:34:57
42636         Log: Subject: [PATCH] setting $0 still broken
42637              From: Jan Dubois <jand@ActiveState.com>
42638              Date: Thu, 27 Nov 2003 21:09:51 -0800
42639              Message-ID: <f3mdsv8dcv4asle0kbhiijk0adu1l25sr3@4ax.com>
42640      Branch: perl
42641            ! mg.c
42642 ____________________________________________________________________________
42643 [ 21832] By: rgs                                   on 2003/12/02  21:05:58
42644         Log: Better docs for the special code blocks, based on :
42645              Subject: [DOCPATCH] BEGIN, CHECK, INIT, END explained more
42646              From: Elizabeth Mattijsen <liz@dijkmat.nl>
42647              Date: Sat, 29 Nov 2003 23:15:56 +0100
42648              Message-Id: <p05111b01bbeec2e8bf30@[192.168.56.3]>
42649      Branch: perl
42650            ! pod/perlmod.pod pod/perlsub.pod
42651 ____________________________________________________________________________
42652 [ 21828] By: rgs                                   on 2003/11/30  20:56:00
42653         Log: Fix the test boilerplate in lib/if.t, so it can be run
42654              from the t/ directory.
42655      Branch: perl
42656            ! lib/if.t
42657 ____________________________________________________________________________
42658 [ 21827] By: rgs                                   on 2003/11/30  20:34:39
42659         Log: Keep installing xsubpp in lib/ExtUtils,
42660              so MakeMaker can find it.
42661      Branch: perl
42662            ! installperl
42663 ____________________________________________________________________________
42664 [ 21826] By: rgs                                   on 2003/11/30  20:31:59
42665         Log: Upgrade to Test::Harness 2.38.
42666              Introduce the prove(1) utility.
42667              (The prove-switches test is disabled for now.)
42668      Branch: perl
42669            + lib/Test/Harness/bin/prove lib/Test/Harness/t/inc_taint.t
42670            + lib/Test/Harness/t/prove-switches.t t/lib/Dev/Null.pm
42671            + t/lib/sample-tests/inc_taint t/lib/sample-tests/taint_warn
42672            + utils/prove.PL
42673            ! MANIFEST installperl lib/Test/Harness.pm
42674            ! lib/Test/Harness/Assert.pm lib/Test/Harness/Changes
42675            ! lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
42676            ! lib/Test/Harness/t/00compile.t lib/Test/Harness/t/assert.t
42677            ! lib/Test/Harness/t/callback.t lib/Test/Harness/t/pod.t
42678            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
42679            ! lib/Test/Harness/t/test-harness.t utils.lst utils/Makefile
42680 ____________________________________________________________________________
42681 [ 21823] By: rgs                                   on 2003/11/30  18:22:54
42682         Log: Subject: Re: [perl #24554] Segfault in POSIX module
42683              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
42684              Date: Sat, 29 Nov 2003 23:32:38 +0900
42685              Message-Id: <20031129233010.8E2F.BQW10602@nifty.com>
42686
42687              (plus a test for the stringification of references
42688              passed to POSIX::isXXX())
42689      Branch: perl
42690            ! ext/POSIX/POSIX.xs ext/POSIX/t/is.t ext/POSIX/t/posix.t
42691 ____________________________________________________________________________
42692 [ 21814] By: nicholas                              on 2003/11/29  20:53:23
42693         Log: Integrate if.pm 0.0401
42694              Needed to edit the test file as t/TEST can't cope with extra output
42695              lines as produced by 0.0401's if.t
42696      Branch: perl
42697            ! lib/if.pm lib/if.t
42698 ____________________________________________________________________________
42699 [ 21813] By: nicholas                              on 2003/11/29  19:54:52
42700         Log: Remove whitespace from ends of lines (simply because it irritates me)
42701      Branch: perl
42702            ! utils/h2xs.PL
42703 ____________________________________________________________________________
42704 [ 21812] By: nicholas                              on 2003/11/29  17:55:32
42705         Log: Update Unicode::Normalize to 0.28
42706      Branch: perl
42707            + ext/Unicode/Normalize/t/illegal.t
42708            + ext/Unicode/Normalize/t/null.t ext/Unicode/Normalize/t/short.t
42709            ! MANIFEST ext/Unicode/Normalize/Changes
42710            ! ext/Unicode/Normalize/Normalize.pm
42711            ! ext/Unicode/Normalize/Normalize.xs
42712            ! ext/Unicode/Normalize/README
42713 ____________________________________________________________________________
42714 [ 21811] By: nicholas                              on 2003/11/29  17:30:18
42715         Log: D'oh! This has been moved to lib/Digest/t/digest.t but not deleted.
42716      Branch: perl
42717            - lib/Digest.t
42718 ____________________________________________________________________________
42719 [ 21810] By: nicholas                              on 2003/11/29  17:29:15
42720         Log: Update Unicode::Collate to 0.31 (Only the .pm version for now)
42721      Branch: perl
42722            + lib/Unicode/Collate/t/illegal.t
42723            + lib/Unicode/Collate/t/illegalp.t
42724            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
42725            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/version.t
42726 ____________________________________________________________________________
42727 [ 21809] By: nicholas                              on 2003/11/29  17:09:25
42728         Log: D'oh! Forgot to lib/Digest/base.pm
42729      Branch: perl
42730            + lib/Digest/base.pm
42731            ! MANIFEST
42732 ____________________________________________________________________________
42733 [ 21808] By: nicholas                              on 2003/11/29  17:04:39
42734         Log: Update to Digest::MD5 2.31
42735      Branch: perl
42736            + ext/Digest/MD5/t/bits.t
42737            ! MANIFEST ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
42738            ! ext/Digest/MD5/Makefile.PL ext/Digest/MD5/t/badfile.t
42739            ! ext/Digest/MD5/t/files.t
42740 ____________________________________________________________________________
42741 [ 21807] By: nicholas                              on 2003/11/29  16:45:19
42742         Log: Update Digest to 1.03
42743      Branch: perl
42744            + lib/Digest/t/base.t
42745           +> lib/Digest/t/digest.t
42746            ! MANIFEST Porting/Maintainers.pl lib/Digest.pm
42747 ____________________________________________________________________________
42748 [ 21806] By: nicholas                              on 2003/11/29  15:41:19
42749         Log: When Gconvert is a macro around sprintf with a .* format we need
42750              to cast to int (in case STRLEN isn't the same size as int)
42751              gcc issues a warning even when it is the same size
42752      Branch: perl
42753            ! sv.c
42754 ____________________________________________________________________________
42755 [ 21805] By: nicholas                              on 2003/11/29  14:44:56
42756         Log: Silence gcc 2.95 warning
42757              (Its trace flow isn't good enough to realise that there is no problem)
42758      Branch: perl
42759            ! pp_hot.c
42760 ____________________________________________________________________________
42761 [ 21804] By: nicholas                              on 2003/11/29  14:44:22
42762         Log: Gconvert actually takes type NV, while nv may be either double
42763              or long double (depending on some conditional code)
42764              Rafael and I think that this cast should work.
42765      Branch: perl
42766            ! sv.c
42767 ____________________________________________________________________________
42768 [ 21802] By: rgs                                   on 2003/11/29  11:38:58
42769         Log: POSIX::isXXX(undef) segfaulted. (bug #24554.)
42770      Branch: perl
42771            ! ext/POSIX/POSIX.xs ext/POSIX/t/posix.t
42772 ____________________________________________________________________________
42773 [ 21800] By: rgs                                   on 2003/11/28  22:38:40
42774         Log: Fix a regression introduced by change #21694 on sprintf()
42775              with long doubles, by disabling the specific optimisation
42776              path in this case ; remove a unnecessary cast ; add a new
42777              test file for miscellaneous sprintf() test that don't fit
42778              in the t/op/sprintf.t framework.
42779      Branch: perl
42780            + t/op/sprintf2.t
42781            ! MANIFEST sv.c
42782 ____________________________________________________________________________
42783 [ 21799] By: rgs                                   on 2003/11/28  21:41:29
42784         Log: Subject: [patch pod/perlsec.pod] (was Re: why PERL5LIB is ignored when -T is in effect)
42785              From: Stas Bekman <stas@stason.org>
42786              Date: Fri, 28 Nov 2003 14:42:25 -0800
42787              Message-ID: <3FC7CF51.7060804@stason.org>
42788      Branch: perl
42789            ! pod/perlsec.pod
42790 ____________________________________________________________________________
42791 [ 21798] By: rgs                                   on 2003/11/28  20:42:45
42792         Log: Implement C<use Exporter 'import'> :
42793
42794              Subject: Re: [PATCH] Exporter-related PODs
42795              From: Fergal Daly <fergal@esatclear.ie>
42796              Date: Mon, 10 Nov 2003 00:08:52 +0000
42797              Message-Id: <200311100008.52639.fergal@esatclear.ie>
42798
42799              (tweaked, so the imported import() doesn't spit out warnings)
42800      Branch: perl
42801            ! lib/Exporter.pm lib/Exporter.t
42802 ____________________________________________________________________________
42803 [ 21797] By: rgs                                   on 2003/11/28  20:11:47
42804         Log: Subject: Re: [perl #24245] File::Copy::copy damages hard linked files
42805              From: Slaven Rezic <slaven@rezic.de>
42806              Date: 19 Oct 2003 19:11:31 +0200
42807              Message-ID: <87smlprw3g.fsf@vran.herceg.de>
42808              (with further tweaks)
42809      Branch: perl
42810            ! lib/File/Copy.pm lib/File/Copy.t
42811 ____________________________________________________________________________
42812 [ 21795] By: rgs                                   on 2003/11/28  19:16:33
42813         Log: Subject: [PATCH] Fix perl 5.8 and 5.9 to build on latest VOS
42814              From: "Green, Paul" <Paul.Green@stratus.com>
42815              Date: Thu, 27 Nov 2003 21:51:26 -0500
42816              Message-ID: <A2A34F15EE916148BC4C4748223E67A4069FB815@exna4.stratus.com>
42817      Branch: perl
42818            ! hints/vos.sh
42819 ____________________________________________________________________________
42820 [ 21794] By: nicholas                              on 2003/11/28  19:14:58
42821         Log: Arguments to skip were the wrong way round, hence why all the *BSDs
42822              were failing
42823      Branch: perl
42824            ! t/op/readline.t
42825 ____________________________________________________________________________
42826 [ 21789] By: rgs                                   on 2003/11/27  22:18:29
42827         Log: Marcus Holland-Moritz is now the maintainer of Devel::PPPort.
42828              PerlIO and threads are not on CPAN.
42829      Branch: perl
42830            ! Porting/Maintainers.pl
42831 ____________________________________________________________________________
42832 [ 21788] By: nicholas                              on 2003/11/25  21:27:11
42833         Log: Add Torsten Foertsch to AUTHORS (patches plus tests are what we like)
42834      Branch: perl
42835            ! AUTHORS
42836 ____________________________________________________________________________
42837 [ 21787] By: rgs                                   on 2003/11/25  21:12:19
42838         Log: Subject: [PATCH] Re: bug or a feature?
42839              From: Torsten Foertsch <torsten.foertsch@gmx.net>
42840              Date: Sat, 22 Nov 2003 13:15:53 +0100
42841              Message-Id: <200311221315.58539.torsten.foertsch@gmx.net>
42842
42843              and
42844              Date: Sat, 22 Nov 2003 14:21:45 +0100
42845              Message-Id: <200311221421.48940.torsten.foertsch@gmx.net>
42846              (test moved to t/op/readline.t)
42847      Branch: perl
42848            ! pp_hot.c t/op/readline.t
42849 ____________________________________________________________________________
42850 [ 21783] By: merijn                                on 2003/11/24  21:24:46
42851         Log: Subject: remove hardcoded version number from cygwin/perlld.in
42852              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
42853              Date: Mon, 24 Nov 2003 08:11:36 -0800
42854              Message-ID: <20031124161136.GC2656@efn.org>
42855      Branch: perl
42856            ! cygwin/Makefile.SHs cygwin/perlld.in
42857 ____________________________________________________________________________
42858 [ 21782] By: nicholas                              on 2003/11/24  20:07:29
42859         Log: Should fix the infinite loop on a dynamic %ENV fetch
42860      Branch: perl
42861            ! hv.c
42862 ____________________________________________________________________________
42863 [ 21781] By: nicholas                              on 2003/11/24  19:47:57
42864         Log: Tweak the order of initialisation of oentry in hv_fetch_common -
42865              C source now cleaner, but optimised object file still the same size.
42866      Branch: perl
42867            ! hv.c
42868 ____________________________________________________________________________
42869 [ 21780] By: rgs                                   on 2003/11/23  21:59:06
42870         Log: Subject: Re: [perl #24439] 64 bit build failure on Solaris 9
42871              From: Andy Dougherty <doughera@lafayette.edu>
42872              Date: Thu, 20 Nov 2003 09:38:05 -0500 (EST)
42873              Message-ID: <Pine.SOL.4.53.0311200926550.25274@maxwell.phys.lafayette.edu>
42874
42875              and :
42876              Date: Fri, 21 Nov 2003 09:36:24 -0500 (EST)
42877              Message-ID: <Pine.SOL.4.53.0311210927460.1876@maxwell.phys.lafayette.edu>
42878      Branch: perl
42879            ! hints/solaris_2.sh
42880 ____________________________________________________________________________
42881 [ 21779] By: nicholas                              on 2003/11/22  23:37:24
42882         Log: D'oh. Mistake in the DYNAMIC_ENV_FETCH conditional code
42883              reported by Craig Berry
42884      Branch: perl
42885            ! hv.c
42886 ____________________________________________________________________________
42887 [ 21774] By: nicholas                              on 2003/11/22  21:21:22
42888         Log: restore_magic needs to undo COW
42889              (while magic was off, sv_setsv is likely to have seen this SV as a
42890              good source for COW)
42891              Should fix the smoke failures on lib/locale.t
42892      Branch: perl
42893            ! mg.c
42894 ____________________________________________________________________________
42895 [ 21773] By: nicholas                              on 2003/11/22  19:12:32
42896         Log: Don't COW if the destination has magic.
42897      Branch: perl
42898            ! sv.c
42899 ____________________________________________________________________________
42900 [ 21772] By: nicholas                              on 2003/11/22  17:05:32
42901         Log: Reorder functions in hv.c so that callers of hv_fetch_common are all
42902              close to it.
42903      Branch: perl
42904            ! hv.c
42905 ____________________________________________________________________________
42906 [ 21771] By: nicholas                              on 2003/11/22  16:43:09
42907         Log: "Space Is a Province of Brazil"
42908              Farewell, hv_store_common. Store is now part of Fetch.
42909              All tests pass. hv.c 15% smaller than when I started all this
42910      Branch: perl
42911            ! embed.fnc embed.h hv.c proto.h
42912 ____________________________________________________________________________
42913 [ 21770] By: nicholas                              on 2003/11/22  13:16:43
42914         Log: Farewell hv_exists_common - exists is now a call to fetch
42915              (with the exists magic handling moved into fetch)
42916      Branch: perl
42917            ! embed.fnc embed.h hv.c proto.h
42918 ____________________________________________________________________________
42919 [ 21769] By: nicholas                              on 2003/11/22  11:02:23
42920         Log: Shift negative klen/flags games from hv_store_common out to hv_store
42921      Branch: perl
42922            ! embed.fnc embed.h hv.c proto.h
42923 ____________________________________________________________________________
42924 [ 21768] By: nicholas                              on 2003/11/22  10:37:24
42925         Log: Shift negative klen/flags games from hv_exists_common out to hv_exists
42926      Branch: perl
42927            ! embed.fnc embed.h hv.c proto.h
42928 ____________________________________________________________________________
42929 [ 21767] By: nicholas                              on 2003/11/21  23:15:47
42930         Log: Check that the key is present before a delete, and absent afterwards
42931      Branch: perl
42932            ! ext/XS/APItest/t/hash.t
42933 ____________________________________________________________________________
42934 [ 21766] By: nicholas                              on 2003/11/21  23:12:33
42935         Log: Move the negative key -> utf8 flag conversion out to hv_delete
42936      Branch: perl
42937            ! embed.fnc embed.h hv.c proto.h
42938 ____________________________________________________________________________
42939 [ 21765] By: nicholas                              on 2003/11/21  22:41:23
42940         Log: Tweaks to S_hv_delete_common:
42941              make the magic call hv_fetch_common rather than ent-or-not
42942              grab the hash from a shared hash key scalar if possible
42943              use masked flags rather than flags for the comparison
42944      Branch: perl
42945            ! hv.c
42946 ____________________________________________________________________________
42947 [ 21764] By: nicholas                              on 2003/11/21  21:54:58
42948         Log: Integrate:
42949              [ 21762]
42950              Refactor hash API tests (prior to some additions)
42951
42952              [ 21763]
42953              Test all permuations of utf8 flags on hashes and keys
42954      Branch: perl
42955           !> ext/XS/APItest/t/hash.t
42956 ____________________________________________________________________________
42957 [ 21760] By: nicholas                              on 2003/11/20  22:34:00
42958         Log: Shift negative klen/flags games from hv_fetch_common out to hv_fetch
42959      Branch: perl
42960            ! embed.fnc hv.c proto.h
42961 ____________________________________________________________________________
42962 [ 21758] By: nicholas                              on 2003/11/20  20:14:17
42963         Log: Merge sv_store_flags and sv_store_ent into sv_store_common
42964      Branch: perl
42965            ! embed.fnc embed.h hv.c proto.h
42966 ____________________________________________________________________________
42967 [ 21756] By: rgs                                   on 2003/11/20  12:04:46
42968         Log: Subject: [PATCH] promote hv_clear_placeholders to perl API
42969              From: Alan Burlison <Alan.Burlison@sun.com>
42970              Date: Thu, 20 Nov 2003 10:34:30 +0000
42971              Message-ID: <3FBC98B6.6090909@sun.com>
42972      Branch: perl
42973            ! embed.fnc embed.h global.sym hv.c pod/perlapi.pod proto.h
42974            ! universal.c
42975 ____________________________________________________________________________
42976 [ 21755] By: rgs                                   on 2003/11/19  22:46:20
42977         Log: Regenerate perlapi and perltoc.
42978      Branch: perl
42979            ! pod/perlapi.pod pod/perltoc.pod
42980 ____________________________________________________________________________
42981 [ 21754] By: rgs                                   on 2003/11/19  22:39:51
42982         Log: Subject: [docpatch] PerlIO layers in perlrun.pod and PerlIO.pm
42983              From: Iain Truskett <spoon@cpan.org>
42984              Date: Thu, 20 Nov 2003 00:41:33 +1100
42985              Message-ID: <20031119134132.GG21314@gytha.anu.edu.au>
42986      Branch: perl
42987            ! lib/PerlIO.pm pod/perlrun.pod
42988 ____________________________________________________________________________
42989 [ 21753] By: nicholas                              on 2003/11/19  22:28:25
42990         Log: merge hv_fetch and hv_fetch_ent into hv_fetch_common
42991              remove S_hv_fetch_flags
42992              hv.c now 13% smaller than when I started. hv_store TODO
42993      Branch: perl
42994            ! embed.fnc embed.h hv.c proto.h
42995 ____________________________________________________________________________
42996 [ 21752] By: rgs                                   on 2003/11/19  21:06:01
42997         Log: Fix bug [perl #24508] Wrong assignment in nested assignment
42998              together with subroutine call
42999              Apparently concat still doesn't deal correctly with lexicals
43000              in all cases. Disable the whole TARGET_MY optimisation for it.
43001              (and remove the corresponding code from the peephole optimiser.)
43002      Branch: perl
43003            ! op.c opcode.h opcode.pl t/op/concat.t
43004 ____________________________________________________________________________
43005 [ 21751] By: rgs                                   on 2003/11/19  21:03:20
43006         Log: Update the runops stuff in perlguts
43007      Branch: perl
43008            ! pod/perlguts.pod
43009 ____________________________________________________________________________
43010 [ 21750] By: nicholas                              on 2003/11/19  20:37:27
43011         Log: integrate hv_delete and hv_delete_ent into hv_delete_common
43012      Branch: perl
43013            ! embed.fnc embed.h hv.c proto.h
43014 ____________________________________________________________________________
43015 [ 21748] By: rgs                                   on 2003/11/19  19:56:20
43016         Log: Subject: [PATCH] clear of empty locked hash SEGVs
43017              From: Alan Burlison <Alan.Burlison@sun.com>
43018              Date: Wed, 19 Nov 2003 14:39:03 +0000
43019              Message-ID: <3FBB8087.20206@sun.com>
43020      Branch: perl
43021            ! hv.c lib/Hash/Util.t
43022 ____________________________________________________________________________
43023 [ 21747] By: nicholas                              on 2003/11/19  19:51:41
43024         Log: merge hv_exists and hv_exists_ent into S_hv_exists_common
43025      Branch: perl
43026            ! embed.fnc embed.h hv.c proto.h
43027 ____________________________________________________________________________
43028 [ 21746] By: nicholas                              on 2003/11/19  18:46:07
43029         Log: Run regen.pl (for hv_assert)
43030      Branch: perl
43031            ! global.sym
43032 ____________________________________________________________________________
43033 [ 21744] By: nicholas                              on 2003/11/19  17:44:58
43034         Log: Integrate:
43035              [ 21642]
43036              space should be tab for lib/I18N/LangTags/t/02decency.t
43037      Branch: perl
43038           !> MANIFEST
43039 ____________________________________________________________________________
43040 [ 21743] By: rgs                                   on 2003/11/19  17:21:50
43041         Log: Restore errno after having read $^E (like for $!)
43042              to preserve errno from unfortunate side-effects.
43043      Branch: perl
43044            ! mg.c
43045 ____________________________________________________________________________
43046 [ 21742] By: nicholas                              on 2003/11/18  21:04:40
43047         Log: Whoops. We weren't actually testing hv_store_ent
43048              We are now. Plus test hv_store for an initially empty hash.
43049      Branch: perl
43050            ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/hash.t
43051 ____________________________________________________________________________
43052 [ 21741] By: rgs                                   on 2003/11/17  23:06:07
43053         Log: Complement of change #21740 for Windows.
43054              (I have the feeling that it's already subtly broken on VMS)
43055      Branch: perl
43056            ! win32/Makefile win32/makefile.mk
43057 ____________________________________________________________________________
43058 [ 21740] By: rgs                                   on 2003/11/17  19:02:21
43059         Log: Install instmodsh and xsubpp in bin/ along the other utilities.
43060      Branch: perl
43061            + utils/instmodsh.PL utils/xsubpp.PL
43062            ! MANIFEST installperl utils.lst utils/Makefile
43063 ____________________________________________________________________________
43064 [ 21739] By: rgs                                   on 2003/11/17  08:52:52
43065         Log: Subject: Re: [perl #24493] install.html not working
43066              From: Slaven Rezic <slaven@rezic.de>
43067              Date: 16 Nov 2003 20:52:29 +0100
43068              Message-ID: <87d6bsw0oy.fsf@vran.herceg.de>
43069      Branch: perl
43070            ! installhtml
43071 ____________________________________________________________________________
43072 [ 21737] By: nicholas                              on 2003/11/16  21:32:09
43073         Log: Ooops. left an XXX comment in, and worse still it's a // comment
43074      Branch: perl
43075            ! hv.c
43076 ____________________________________________________________________________
43077 [ 21735] By: nicholas                              on 2003/11/16  20:20:58
43078         Log: utf8 keys now work for tied hashes via hv_fetch, hv_store, hv_delete
43079              (pp functions use the _ent variants, and as the implementation is
43080              duplicated, these bugs aren't tested, and aren't noticed)
43081      Branch: perl
43082            ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/hash.t hv.c
43083 ____________________________________________________________________________
43084 [ 21734] By: nicholas                              on 2003/11/16  17:11:22
43085         Log: Accessing unicode keys in tie hashes via hv_exists was broken.
43086              (pp_exists uses hv_exists_ent, which isn't broken)
43087              I expect an equivalent bug in hv_delete
43088      Branch: perl
43089            + ext/XS/APItest/t/hash.t
43090            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
43091            ! ext/XS/APItest/MANIFEST hv.c
43092 ____________________________________________________________________________
43093 [ 21733] By: rgs                                   on 2003/11/16  16:50:04
43094         Log: Subject: [PATCH] Re:ext/threads/t/problem.t (was: Problems with mod_perl 1.12 (?) and ActivePerl 5.8.1)
43095              From: Elizabeth Mattijsen <liz@dijkmat.nl>
43096              Date: Sat, 15 Nov 2003 23:22:16 +0100
43097              Message-Id: <p05111b04bbdc49076950@[192.168.56.3]>
43098      Branch: perl
43099            ! ext/threads/t/problems.t
43100 ____________________________________________________________________________
43101 [ 21732] By: rgs                                   on 2003/11/16  16:09:34
43102         Log: Subject: [PATCH] configpm, our $summary : unique
43103              From: Elizabeth Mattijsen <liz@dijkmat.nl>
43104              Date: Sat, 15 Nov 2003 22:18:32 +0100
43105              Message-Id: <p05111b03bbdc478d10cb@[192.168.56.3]>
43106              (plus comments)
43107      Branch: perl
43108            ! configpm
43109 ____________________________________________________________________________
43110 [ 21729] By: nicholas                              on 2003/11/15  14:39:00
43111         Log: Subject: [PATCH] Re: Storable Error
43112              From: Nicholas Clark <nick@ccl4.org>
43113              Date: Sat, 9 Aug 2003 00:35:36 +0100
43114              Message-ID: <20030809003535.C20130@plum.flirble.org>
43115      Branch: perl
43116            ! embed.fnc hv.c perl.c perl.h pod/perlapi.pod pod/perlrun.pod
43117            ! proto.h
43118 ____________________________________________________________________________
43119 [ 21728] By: rgs                                   on 2003/11/15  11:43:43
43120         Log: Update perlhist with 5.6.2.
43121      Branch: perl
43122            ! pod/perlhist.pod
43123 ____________________________________________________________________________
43124 [ 21725] By: rgs                                   on 2003/11/14  22:35:20
43125         Log: Add more complete tests for the "variable masks earlier
43126              declaration" warning, including a TODO test
43127      Branch: perl
43128            ! t/lib/warnings/pad
43129 ____________________________________________________________________________
43130 [ 21723] By: rgs                                   on 2003/11/14  07:43:17
43131         Log: Include "SCCS" in the list of directory names that should
43132              be ignored by installperl.
43133      Branch: perl
43134            ! installperl
43135 ____________________________________________________________________________
43136 [ 21718] By: nicholas                              on 2003/11/13  20:46:36
43137         Log: Subject: Re: Empty subroutine as object method segfaults in 5.8.2 (sometimes)
43138              From: Enache Adrian <enache@rdslink.ro>
43139              Date: Tue, 11 Nov 2003 15:25:29 +0200
43140              Message-ID: <20031111132529.GB1271@ratsnest.hole>
43141      Branch: perl
43142            ! op.c
43143 ____________________________________________________________________________
43144 [ 21714] By: rgs                                   on 2003/11/13  18:55:37
43145         Log: Fix bug [perl #24380] : assigning to a hash in list
43146              or scalar context yielded a wrong value if the list
43147              contained duplicated keys for the hash. This is fixed
43148              by counting the number of duplicate keys and trimming
43149              the stack by the corresponding number of items.
43150      Branch: perl
43151            ! pp_hot.c t/op/hashassign.t
43152 ____________________________________________________________________________
43153 [ 21713] By: merijn                                on 2003/11/13  09:25:15
43154         Log: Simplified the reading
43155      Branch: perl
43156            ! hints/solaris_2.sh
43157 ____________________________________________________________________________
43158 [ 21712] By: merijn                                on 2003/11/13  09:22:21
43159         Log: Enable hints to create call-back units that can act when
43160              a specific variable is *not* set (like -Uuselargefiles)
43161      Branch: perl
43162            ! Configure hints/README.hints
43163 ____________________________________________________________________________
43164 [ 21710] By: nicholas                              on 2003/11/12  21:35:35
43165         Log: Subject: [PATCH] Last stab at sdbm/Makefile.PL
43166              From: Michael G Schwern <schwern@pobox.com>
43167              Date: Tue, 11 Nov 2003 21:02:30 -0800
43168              Message-ID: <20031112050230.GO6874@localhost.comcast.net>
43169      Branch: perl
43170            ! ext/SDBM_File/sdbm/Makefile.PL
43171 ____________________________________________________________________________
43172 [ 21708] By: rgs                                   on 2003/11/12  09:46:51
43173         Log: Subject: [PATCH 5.8.2 @21574] make install not installing fully
43174              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
43175              Date: Tue, 4 Nov 2003 20:07:25 -0800
43176              Message-ID: <20031105040725.GA2629@math.berkeley.edu>
43177      Branch: perl
43178            ! installperl
43179 ____________________________________________________________________________
43180 [ 21706] By: ams                                   on 2003/11/11  23:46:19
43181         Log: Subject: Re: [perl #24460] [DOC PATCH] the begincheck program
43182              From: Tom Phoenix <rootbeer@redcat.com>
43183              Date: Tue, 11 Nov 2003 15:50:35 -0800 (PST)
43184              Message-Id: <Pine.BSO.4.53.0311111547500.9242@blue.stonehenge.com>
43185      Branch: perl
43186            ! pod/perlmod.pod
43187 ____________________________________________________________________________
43188 [ 21702] By: rgs                                   on 2003/11/11  20:13:56
43189         Log: Upgrade to MakeMaker 6.21.
43190      Branch: perl
43191            ! lib/ExtUtils/Changes lib/ExtUtils/Install.pm
43192            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_Any.pm
43193            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
43194 ____________________________________________________________________________
43195 [ 21697] By: rgs                                   on 2003/11/10  20:55:25
43196         Log: Subject: [PATCH 5.8.2 @21574] make install: line noise
43197              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
43198              Date: Tue, 4 Nov 2003 20:10:16 -0800
43199              Message-ID: <20031105041016.GA2639@math.berkeley.edu>
43200
43201              and part of
43202              Subject: [PATCH 5.8.2 @21574] make install: PREFIX and DESTDIR
43203              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
43204              Date: Tue, 4 Nov 2003 20:18:37 -0800
43205              Message-ID: <20031105041836.GA2649@math.berkeley.edu>
43206
43207              (I've left out the PREFIX part for now)
43208      Branch: perl
43209            ! Makefile.SH installperl os2/Makefile.SHs
43210 ____________________________________________________________________________
43211 [ 21694] By: rgs                                   on 2003/11/09  17:20:35
43212         Log: Subject: [PATCH 5.8.2 @21574] sprintf() painfully slow
43213              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
43214              Date: Mon, 3 Nov 2003 20:27:39 -0800
43215              Message-ID: <20031104042739.GA1697@math.berkeley.edu>
43216
43217              Subject: Re: [PATCH 5.8.2 @21574] sprintf() painfully slow
43218              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
43219              Date: Mon, 3 Nov 2003 20:57:48 -0800
43220              Message-ID: <20031104045748.GA1826@math.berkeley.edu>
43221      Branch: perl
43222            ! sv.c
43223 ____________________________________________________________________________
43224 [ 21693] By: rgs                                   on 2003/11/09  11:37:29
43225         Log: Subject: [PATCH-5.8.2 for WinCE] must copy changes from win32/makeifle.mk to wince/makefile.ce
43226              From: Vadim Konovalov <konovalo@mail.wplus.net>
43227              Date: Sun, 9 Nov 2003 13:31:59 +0300
43228              Message-ID: <93187393948.20031109133159@mail.wplus.net>
43229      Branch: perl
43230            ! wince/Makefile.ce
43231 ____________________________________________________________________________
43232 [ 21691] By: rgs                                   on 2003/11/09  11:13:40
43233         Log: Update the list of pumpkings in perlhist.pod.
43234      Branch: perl
43235            ! pod/perlhist.pod
43236 ____________________________________________________________________________
43237 [ 21687] By: ams                                   on 2003/11/08  17:09:56
43238         Log: Subject: [PATCH 5.6.2-RC1 pod/perlhist.pod]  Updated.
43239              From: Abigail <abigail@abigail.nl>
43240              Date: Sat, 8 Nov 2003 18:51:30 +0100
43241              Message-Id: <20031108175130.GA22273@abigail.nl>
43242      Branch: perl
43243            ! pod/perlhist.pod
43244 ____________________________________________________________________________
43245 [ 21677] By: rgs                                   on 2003/11/07  07:49:17
43246         Log: Subject: [PATCH 5.8.2 @21574] OS/2 docu
43247              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
43248              Date: Thu, 6 Nov 2003 23:26:18 -0800
43249              Message-ID: <20031107072618.GA4370@math.berkeley.edu>
43250      Branch: perl
43251            ! os2/Changes
43252 ____________________________________________________________________________
43253 [ 21676] By: davem                                 on 2003/11/06  22:11:23
43254         Log: bugid #24407: numeric key for shared hash got stringified using
43255              wrong interpreter, and thus got malloced into the wrong thread
43256              memory pool
43257      Branch: perl
43258            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_simple.t
43259 ____________________________________________________________________________
43260 [ 21675] By: rgs                                   on 2003/11/06  10:27:22
43261         Log: Upgrade to MakeMaker 6.20.
43262      Branch: perl
43263            ! lib/ExtUtils/Changes lib/ExtUtils/Command.pm
43264            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MANIFEST.SKIP
43265            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_Any.pm
43266            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/Tutorial.pod
43267            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/postamble.t
43268 ____________________________________________________________________________
43269 [ 21674] By: ams                                   on 2003/11/06  09:32:26
43270         Log: Subject: [PATCH blead] Re: [perl #24248] taint propagation regression,
43271              tests fail to spot this
43272              From: Rick Delaney <rick@bort.ca>
43273              Date: Wed, 5 Nov 2003 23:02:41 -0500
43274              Message-Id: <20031105230241.D13585@biff.bort.ca>
43275      Branch: perl
43276            ! pp_ctl.c t/op/taint.t
43277 ____________________________________________________________________________
43278 [ 21673] By: rgs                                   on 2003/11/05  21:47:07
43279         Log: Subject: [PATCH] Be sure to use -fPIC not -fpic on Linux/SPARC
43280              From: Andy Dougherty <doughera@lafayette.edu>
43281              Date: Wed, 5 Nov 2003 17:19:03 -0500 (EST)
43282              Message-ID: <Pine.SOL.4.53.0311051715140.24878@maxwell.phys.lafayette.edu>
43283      Branch: perl
43284            ! hints/linux.sh
43285 ____________________________________________________________________________
43286 [ 21672] By: rgs                                   on 2003/11/05  20:42:47
43287         Log: Subject: [patch t/op/hash.t] extending the hash attack test
43288              From: Stas Bekman <stas@stason.org>
43289              Date: Tue, 04 Nov 2003 14:33:09 -0800
43290              Message-ID: <3FA82925.7020703@stason.org>
43291      Branch: perl
43292            ! t/op/hash.t
43293 ____________________________________________________________________________
43294 [ 21671] By: rgs                                   on 2003/11/05  20:38:09
43295         Log: Subject: Re: [perl #24398] Benchmark.pm cmpthese segfault
43296              From: Stas Bekman <stas@stason.org>
43297              Date: Wed, 05 Nov 2003 00:50:25 -0800
43298              Message-ID: <3FA8B9D1.2020806@stason.org>
43299      Branch: perl
43300            ! lib/Benchmark.pm
43301 ____________________________________________________________________________
43302 [ 21667] By: nicholas                              on 2003/11/05  19:13:56
43303         Log: From: Craig Berry <craigberry@mac.com>
43304              Subject: Opcode.xs/RC2 compile nit on VMS
43305              Date: Wed, 05 Nov 2003 12:16:34 -0600
43306              Message-ID: <2097592.1068056194261.JavaMail.craigberry@mac.com>
43307      Branch: perl
43308            ! ext/Opcode/Opcode.xs
43309 ____________________________________________________________________________
43310 [ 21664] By: ams                                   on 2003/11/05  18:34:28
43311         Log: Orphaned submission from #21546.
43312      Branch: perl
43313            ! perl.c
43314 ____________________________________________________________________________
43315 [ 21663] By: ams                                   on 2003/11/05  17:01:29
43316         Log: Subject: Re: Smoke [5.9.0] 21474 FAIL(F) darwin 6.8 (darwin/1 cpu)
43317              From: Slaven Rezic <slaven@rezic.de>
43318              Date: 20 Oct 2003 22:39:28 +0200
43319              Message-Id: <87oewbiqyn.fsf@vran.herceg.de>
43320      Branch: perl
43321            ! lib/filetest.t
43322 ____________________________________________________________________________
43323 [ 21662] By: ams                                   on 2003/11/05  16:51:08
43324         Log: Subject: Re: 'make minitest' fails for op/cproto and op/pat
43325              From: Michael G Schwern <schwern@pobox.com>
43326              Date: Wed, 5 Nov 2003 06:26:36 -0800
43327              Message-Id: <20031105142635.GA22761@localhost.comcast.net>
43328      Branch: perl
43329            ! t/op/cproto.t
43330 ____________________________________________________________________________
43331 [ 21661] By: ams                                   on 2003/11/05  16:50:05
43332         Log: Subject: [PATCH] Modernise INSTALL
43333              From: Gisle Aas <gisle@ActiveState.com>
43334              Date: 05 Nov 2003 05:16:25 -0800
43335              Message-Id: <lrd6c7ez12.fsf@caliper.activestate.com>
43336
43337              Subject: [PATCH pod/perlhist.pod]  Mention 5.8.2-RC2
43338              From: Abigail <abigail@abigail.nl>
43339              Date: Tue, 4 Nov 2003 10:40:57 +0100
43340              Message-Id: <20031104094057.GA22508@abigail.nl>
43341      Branch: perl
43342            ! INSTALL pod/perlhist.pod
43343 ____________________________________________________________________________
43344 [ 21660] By: ams                                   on 2003/11/05  16:46:12
43345         Log: Subject: [PATCH blead]  reentr.pl is not defining _srandom_struct
43346              From: Jan Dubois <jand@ActiveState.com>
43347              Date: Tue, 04 Nov 2003 16:52:14 -0800
43348              Message-Id: <45igqvsus3hr8bno3si087j5qnrqvn79bf@4ax.com>
43349      Branch: perl
43350            ! reentr.c reentr.h reentr.pl
43351 ____________________________________________________________________________
43352 [ 21657] By: rgs                                   on 2003/11/05  08:07:14
43353         Log: Subject: Re: [ANNOUNCE] ExtUtils::MakeMaker 6.19
43354              From: Michael G Schwern <schwern@pobox.com>
43355              Date: Tue, 4 Nov 2003 17:59:13 -0800
43356              Message-ID: <20031105015913.GL15406@localhost.comcast.net>
43357
43358              Replaces the temporary kludge (#21655).
43359      Branch: perl
43360            ! ext/SDBM_File/sdbm/Makefile.PL
43361 ____________________________________________________________________________
43362 [ 21656] By: rgs                                   on 2003/11/05  07:41:41
43363         Log: Subject: Re: [gherteg@csc.com: your CPAN page on EBCDIC]
43364              From: PPrymmer@factset.com
43365              Date: Tue, 4 Nov 2003 10:00:07 -0500
43366              Message-ID: <OF9A22A404.A32A5C26-ON85256DD4.00522E92-85256DD4.005268A4@factset.com>
43367      Branch: perl
43368            ! pod/perlebcdic.pod
43369 ____________________________________________________________________________
43370 [ 21655] By: rgs                                   on 2003/11/04  22:32:28
43371         Log: Temporary kludge to allow SDBM_File being built
43372              with MakeMaker 6.19.
43373      Branch: perl
43374            ! ext/SDBM_File/sdbm/Makefile.PL
43375 ____________________________________________________________________________
43376 [ 21652] By: rgs                                   on 2003/11/04  21:43:10
43377         Log: Upgrade to ExtUtils::MakeMaker 6.19
43378      Branch: perl
43379            + lib/ExtUtils/t/parse_version.t
43380            + t/lib/MakeMaker/Test/Setup/BFD.pm
43381            + t/lib/MakeMaker/Test/Setup/Problem.pm
43382            - lib/ExtUtils/t/00setup_dummy.t
43383            - lib/ExtUtils/t/zz_cleanup_dummy.t
43384            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
43385            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
43386            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
43387            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
43388            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_NW5.pm
43389            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
43390            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
43391            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/bytes.pm
43392            ! lib/ExtUtils/MakeMaker/vmsish.pm lib/ExtUtils/Manifest.pm
43393            ! lib/ExtUtils/README lib/ExtUtils/TODO lib/ExtUtils/instmodsh
43394            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/INST.t
43395            ! lib/ExtUtils/t/INST_PREFIX.t lib/ExtUtils/t/Install.t
43396            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
43397            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
43398            ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/postamble.t
43399            ! lib/ExtUtils/t/prefixify.t lib/ExtUtils/t/prereq_print.t
43400            ! lib/ExtUtils/t/problems.t lib/ExtUtils/t/writemakefile_args.t
43401            ! t/lib/MakeMaker/Test/Setup/Recurs.pm
43402 ____________________________________________________________________________
43403 [ 21651] By: rgs                                   on 2003/11/04  05:43:56
43404         Log: Subject: Re: [PATCH 5.8.2 @21574] OS/2 build
43405              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
43406              Date: Mon, 3 Nov 2003 20:20:44 -0800
43407              Message-ID: <20031104042044.GA1682@math.berkeley.edu>
43408      Branch: perl
43409            ! os2/Makefile.SHs
43410 ____________________________________________________________________________
43411 [ 21650] By: rgs                                   on 2003/11/03  21:55:42
43412         Log: Subject: [PATCH] Re: [perl #24384] 21418 (UNIVERSAL.pm patch) breaks autouse.pm
43413              From: Michael G Schwern <schwern@pobox.com>
43414              Date: Sat, 1 Nov 2003 22:57:45 -0800
43415              Message-ID: <20031102065745.GN3659@localhost.comcast.net>
43416              (goes with change #21418)
43417      Branch: perl
43418            ! lib/autouse.pm lib/autouse.t
43419 ____________________________________________________________________________
43420 [ 21647] By: rgs                                   on 2003/11/03  20:08:18
43421         Log: Subject: [PATCH] Re: PERL_VERSION, SUBVERSION, PATCHLEVEL
43422              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
43423              Date: Mon, 3 Nov 2003 20:53:33 +0100
43424              Message-ID: <023a01c3a244$2a1dd5a0$0c2f1fac@R2D2>
43425      Branch: perl
43426            ! ext/Devel/PPPort/PPPort.pm
43427 ____________________________________________________________________________
43428 [ 21646] By: rgs                                   on 2003/11/03  20:00:07
43429         Log: Subject: Cwd.xs: off-by-one buffer overflow in realpath()
43430              From: Casey West <casey@geeknest.com>
43431              Date: Mon, 3 Nov 2003 10:11:43 -0500
43432              Message-ID: <20031103151143.GB430@geeknest.com>
43433      Branch: perl
43434            ! ext/Cwd/Cwd.xs
43435 ____________________________________________________________________________
43436 [ 21645] By: rgs                                   on 2003/11/03  19:18:42
43437         Log: Subject: Re: [PATCH 5.8.1] make reentr.[ch] compatible with 5.8.0 again
43438              From: Jan Dubois <jand@ActiveState.com>
43439              Date: Sun, 02 Nov 2003 21:43:44 -0800
43440              Message-ID: <8dqbqvg16ln2r807l1l2c905lh7hte303v@4ax.com>
43441      Branch: perl
43442            ! reentr.h reentr.pl
43443 ____________________________________________________________________________
43444 [ 21644] By: rgs                                   on 2003/11/03  15:33:55
43445         Log: Document the fact that keys() and values() are optimized
43446              for void context (as suggested by Liz.)
43447      Branch: perl
43448            ! pod/perlfunc.pod
43449 ____________________________________________________________________________
43450 [ 21639] By: nicholas                              on 2003/11/03  07:04:36
43451         Log: Stas would prefer not to have MOD_PERL defines in perl.
43452      Branch: perl
43453            ! hv.c hv.h
43454 ____________________________________________________________________________
43455 [ 21638] By: nicholas                              on 2003/11/03  06:46:48
43456         Log: s/new_hash/rehash/g (Stas suggested a better name)
43457      Branch: perl
43458            ! embedvar.h hv.h intrpvar.h lib/Hash/Util.pm perl.c perlapi.h
43459            ! sv.c universal.c util.c
43460 ____________________________________________________________________________
43461 [ 21634] By: nicholas                              on 2003/11/02  22:32:21
43462         Log: Provide Internals::new_hash_seed to return PL_new_hash_seed, and
43463              make Hash::Util::hash_seed use this.
43464      Branch: perl
43465            ! lib/Hash/Util.pm universal.c
43466 ____________________________________________________________________________
43467 [ 21628] By: rgs                                   on 2003/11/02  21:05:59
43468         Log: Fix for [perl #24347] segfault with Safe
43469              The empty %INC created for safe compartements was freed
43470              too early.
43471      Branch: perl
43472            ! ext/Opcode/Opcode.xs
43473 ____________________________________________________________________________
43474 [ 21627] By: rgs                                   on 2003/11/02  20:40:47
43475         Log: Subject: [PATCH pod/perlguts.pod] update embed.pl description
43476              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
43477              Date: Sun, 2 Nov 2003 22:24:28 +0100
43478              Message-ID: <007b01c3a187$b34c6110$0c2f1fac@R2D2>
43479      Branch: perl
43480            ! pod/perlguts.pod
43481 ____________________________________________________________________________
43482 [ 21625] By: rgs                                   on 2003/11/02  20:24:21
43483         Log: Mention perl 5.8.2-RC1 in perlhist, as spotted by Abigail.
43484      Branch: perl
43485            ! pod/perlhist.pod
43486 ____________________________________________________________________________
43487 [ 21620] By: nicholas                              on 2003/11/02  18:22:16
43488         Log: Subject: [PATCH 5.8.2 @21574] OS/2 build
43489              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
43490              Date: Wed, 29 Oct 2003 14:00:18 -0800
43491              Message-ID: <20031029220017.GA26384@math.berkeley.edu>
43492      Branch: perl
43493            ! ext/DynaLoader/DynaLoader_pm.PL makedef.pl os2/Makefile.SHs
43494            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2_base.t os2/os2ish.h
43495            ! os2/perl2cmd.pl perlio.c
43496 ____________________________________________________________________________
43497 [ 21619] By: rgs                                   on 2003/11/02  18:07:30
43498         Log: Quoted-printable is evil.
43499      Branch: perl
43500            ! win32/win32.h
43501 ____________________________________________________________________________
43502 [ 21618] By: nicholas                              on 2003/11/02  18:01:21
43503         Log: Stas spotted a missed s//new_/ for the hash seed renaming games
43504      Branch: perl
43505            ! perl.c
43506 ____________________________________________________________________________
43507 [ 21617] By: rgs                                   on 2003/11/02  17:25:50
43508         Log: Portability nit for MinGW 3.
43509
43510              Subject: MinGW-3.1.0-1 _CRTIMP definition preempting win32.h's
43511              From: Greg Matheson <lang@ms.chinmin.edu.tw>
43512              Date: Thu, 30 Oct 2003 14:11:58 +0800
43513              Message-ID: <20031030141158.A11772@ms>
43514              (actual patch by Abe Timmerman)
43515      Branch: perl
43516            ! win32/win32.h
43517 ____________________________________________________________________________
43518 [ 21616] By: rgs                                   on 2003/11/02  12:37:54
43519         Log: Subject: DOCPATCH: does STORE need to return anything and if so what?
43520              From: david nicol <whatever@davidnicol.com>
43521              Date: 26 Oct 2003 22:34:04 -0600
43522              Message-Id: <1067229244.1071.51.camel@plaza.davidnicol.com>
43523      Branch: perl
43524            ! pod/perltie.pod
43525 ____________________________________________________________________________
43526 [ 21615] By: rgs                                   on 2003/11/01  20:01:54
43527         Log: Subject: [PATCH] DB_File 1.807
43528              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
43529              Date: Sat, 1 Nov 2003 13:50:12 -0000
43530              Message-ID: <AIEAJICLCBDNAAOLLOKLOENMPAAA.Paul.Marquess@btinternet.com>
43531      Branch: perl
43532            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
43533            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
43534            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
43535 ____________________________________________________________________________
43536 [ 21614] By: rgs                                   on 2003/11/01  19:40:28
43537         Log: Subject: Re: [PATCH bleadperl] (was Re: Is this brokenness in $< $( $> & $) ?)
43538              From: Rick Delaney <rick@bort.ca>
43539              Date: Mon, 27 Oct 2003 16:24:16 -0500
43540              Message-ID: <20031027162416.H2233@biff.bort.ca>
43541      Branch: perl
43542            ! pp_hot.c
43543 ____________________________________________________________________________
43544 [ 21611] By: nicholas                              on 2003/11/01  16:32:00
43545         Log: D'oh! t/op/hash.t wasn't in the MANIFEST. Rafael spotted this
43546      Branch: perl
43547            ! MANIFEST
43548 ____________________________________________________________________________
43549 [ 21607] By: nicholas                              on 2003/11/01  15:21:23
43550         Log: mod_perl2 will require access to the Plan C hashing function.
43551      Branch: perl
43552            ! hv.h
43553 ____________________________________________________________________________
43554 [ 21604] By: nicholas                              on 2003/11/01  14:21:38
43555         Log: Add Internals::HvREHASH to expose the rehashing flag
43556              t/op/hash.t tests that pathological data triggers rehashing
43557      Branch: perl
43558            + t/op/hash.t
43559            ! universal.c
43560 ____________________________________________________________________________
43561 [ 21599] By: davem                                 on 2003/11/01  00:09:22
43562         Log: whoops, typo
43563      Branch: perl
43564            ! ext/threads/shared/shared.xs
43565 ____________________________________________________________________________
43566 [ 21598] By: davem                                 on 2003/11/01  00:03:38
43567         Log: seg faults when deleting keys of shared hash refs
43568              Ensure that the shared_sv get magic of the element being deleted
43569              is called. Also, avoid posible memory leaks by wrapping all shared
43570              context sections with ENTER/SAVETMPS
43571      Branch: perl
43572            ! ext/threads/shared/shared.xs
43573 ____________________________________________________________________________
43574 [ 21596] By: rgs                                   on 2003/10/31  20:46:44
43575         Log: Subject: Re: [perl #24367] [PATCH] configure flag -Dextras="HTML::Parser" doesn't seem to do anything
43576              From: Andy Dougherty <doughera@lafayette.edu>
43577              Date: Fri, 31 Oct 2003 15:32:35 -0500 (EST)
43578              Message-ID: <Pine.SOL.4.53.0310311433440.8552@maxwell.phys.lafayette.edu>
43579              (plus POD link fixes)
43580      Branch: perl
43581            ! INSTALL
43582 ____________________________________________________________________________
43583 [ 21595] By: rgs                                   on 2003/10/31  20:35:23
43584         Log: Prevent the installation of makefiles that can be found
43585              under lib/.
43586      Branch: perl
43587            ! installperl
43588 ____________________________________________________________________________
43589 [ 21593] By: rgs                                   on 2003/10/31  20:19:01
43590         Log: Test nit ; goes with change 21591
43591      Branch: perl
43592            ! t/lib/warnings/regcomp
43593 ____________________________________________________________________________
43594 [ 21592] By: rgs                                   on 2003/10/31  20:03:58
43595         Log: Subject: [PATCH] Document PERL_DL_NONLAZY
43596              From: Gisle Aas <gisle@ActiveState.com>
43597              Date: 31 Oct 2003 03:13:03 -0800
43598              Message-ID: <lrn0bhbqyo.fsf@caliper.activestate.com>
43599      Branch: perl
43600            ! pod/perlrun.pod
43601 ____________________________________________________________________________
43602 [ 21591] By: rgs                                   on 2003/10/31  19:54:23
43603         Log: Subject: [PATCH] Off-by-one error in regcomp.c
43604              From: Slaven Rezic <slaven@rezic.de>
43605              Date: Fri, 31 Oct 2003 12:16:11 +0000
43606              Message-Id: <1067602571.12768@devpc01.iconmobile.de>
43607      Branch: perl
43608            ! regcomp.c t/op/regmesg.t
43609 ____________________________________________________________________________
43610 [ 21590] By: rgs                                   on 2003/10/31  19:36:32
43611         Log: Subject: [patch pod/perlfunc.pod] separate two unrelated notes in require
43612              From: Stas Bekman <stas@stason.org>
43613              Date: Wed, 29 Oct 2003 16:47:24 -0800
43614              Message-ID: <3FA05F9C.2080304@stason.org>
43615      Branch: perl
43616            ! pod/perlfunc.pod
43617 ____________________________________________________________________________
43618 [ 21589] By: rgs                                   on 2003/10/31  19:31:48
43619         Log: Subject: [5.8.x segfault + patch] chicken&egg segfault in -Dm -Mthreads
43620              From: Stas Bekman <stas@stason.org>
43621              Date: Wed, 29 Oct 2003 15:15:15 -0800
43622              Message-ID: <3FA04A03.5010603@stason.org>
43623              (enclosed in a #ifdef DEBUGGING)
43624      Branch: perl
43625            ! sv.c
43626 ____________________________________________________________________________
43627 [ 21588] By: rgs                                   on 2003/10/31  19:25:38
43628         Log: Subject: [PATCH] Devel::PPPort and scan_bin
43629              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
43630              Date: Wed, 29 Oct 2003 22:53:43 +0100
43631              Message-ID: <037201c39e67$1faa9940$0c2f1fac@R2D2>
43632      Branch: perl
43633            ! ext/Devel/PPPort/PPPort.pm
43634 ____________________________________________________________________________
43635 [ 21587] By: rgs                                   on 2003/10/31  19:19:00
43636         Log: Subject: [PATCH] change p4d2p to deal with new style diff2 output
43637              From: Jan Dubois <jand@ActiveState.com>
43638              Date: Thu, 30 Oct 2003 18:43:08 -0800
43639              Message-ID: <dpi3qvgf1uke7pj1gcpgmoh622lqcvl6uc@4ax.com>
43640      Branch: perl
43641            ! Porting/p4d2p
43642 ____________________________________________________________________________
43643 [ 21586] By: nicholas                              on 2003/10/31  18:54:26
43644         Log: Comment that this "optimisation" is actually a necessary fixup.
43645              When the split occurs (to make the opti{miser,onal}) this isn't
43646              (Richard Clamp reminded me that I forgot to do this)
43647      Branch: perl
43648            ! op.c
43649 ____________________________________________________________________________
43650 [ 21583] By: nicholas                              on 2003/10/30  22:37:26
43651         Log: Rewrite to correctly use test.pl
43652
43653              Date: Thu, 30 Oct 2003 15:51:03 -0800
43654              From: Michael G Schwern <schwern@pobox.com>
43655              Subject: Re: Fix for the orange lion bug - aka empty sub bug
43656              Message-ID: <20031030235103.GC27017@localhost.comcast.net>
43657      Branch: perl
43658            ! t/op/sub.t
43659 ____________________________________________________________________________
43660 [ 21582] By: nicholas                              on 2003/10/30  22:18:53
43661         Log: Date: Thu, 30 Oct 2003 22:01:35 +0000
43662              Subject: Fix for the orange lion bug - aka empty sub bug
43663              From: Arthur Bergman <sky@nanisky.com>
43664              Message-Id: <A10EEA90-0B24-11D8-93CD-000A95A2734C@nanisky.com>
43665      Branch: perl
43666            + t/op/sub.t
43667            ! MANIFEST op.c
43668 ____________________________________________________________________________
43669 [ 21580] By: nicholas                              on 2003/10/30  19:42:28
43670         Log: 14 is the chain length for attack. From
43671
43672              Message-ID: <20031030204117.16008.qmail@plover.com>
43673              Subject: Re: 5.8.2-RC1 and mp2
43674              Date: Thu, 30 Oct 2003 15:41:17 -0500
43675              From: Mark Jason Dominus <mjd@plover.com>
43676
43677              and
43678
43679              From: Scott A Crosby <scrosby@cs.rice.edu>
43680              Subject: Re: 5.8.2-RC1 and mp2
43681              Date: 30 Oct 2003 14:08:06 -0600
43682              Message-ID: <oydd6cea3q1.fsf@bert.cs.rice.edu>
43683      Branch: perl
43684            ! hv.c
43685 ____________________________________________________________________________
43686 [ 21575] By: rgs                                   on 2003/10/29  06:51:19
43687         Log: Move a fcntl() example in perlfunc at a more proper place,
43688              as suggested by :
43689              Subject: [perl #24334] ioctl/fcntl doc confusion
43690              From: "perl-5.8.0@ton.iguana.be (via RT)" <perlbug-followup@perl.org>
43691              Date: 28 Oct 2003 13:37:49 -0000
43692              Message-ID: <rt-24334-66603.12.4990768314782@rt.perl.org>
43693      Branch: perl
43694            ! pod/perlfunc.pod
43695 ____________________________________________________________________________
43696 [ 21567] By: rgs                                   on 2003/10/28  08:48:06
43697         Log: Upgrade to Time::HiRes 1.52.
43698      Branch: perl
43699            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
43700            ! ext/Time/HiRes/Makefile.PL ext/Time/HiRes/t/HiRes.t
43701 ____________________________________________________________________________
43702 [ 21566] By: rgs                                   on 2003/10/28  08:34:26
43703         Log: Subject: [PATCH lib/overload.t] TODO tests for bug #24313.
43704              From: Abigail <abigail@abigail.nl>
43705              Date: Mon, 27 Oct 2003 13:05:37 +0100
43706              Message-ID: <20031027120536.GA24608@abigail.nl>
43707
43708              Subject: [PATCH bleadperl] [perl #24313] (was Re: [PATCH lib/overload.t] TODO tests for bug #24313.)
43709              From: Rick Delaney <rick@bort.ca>
43710              Date: Mon, 27 Oct 2003 12:17:49 -0500
43711              Message-ID: <20031027121749.E2233@biff.bort.ca>
43712      Branch: perl
43713            ! lib/overload.t toke.c
43714 ____________________________________________________________________________
43715 [ 21565] By: rgs                                   on 2003/10/28  07:42:52
43716         Log: Subject: [PATCH t/comp/proto.t]  Test (5.9.x)
43717              From: Abigail <abigail@abigail.nl>
43718              Date: Mon, 27 Oct 2003 14:50:24 +0100
43719              Message-ID: <20031027135024.GA12666@abigail.nl>
43720      Branch: perl
43721            ! t/comp/proto.t
43722 ____________________________________________________________________________
43723 [ 21564] By: davem                                 on 2003/10/27  22:01:12
43724         Log: Fix more shared threads leaks: add SAVETMPS to the second branch
43725              of sharedsv_scalar_store().
43726      Branch: perl
43727            ! ext/threads/shared/shared.xs
43728 ____________________________________________________________________________
43729 [ 21563] By: rgs                                   on 2003/10/27  19:33:29
43730         Log: Add a new taint error, "%ENV is aliased to %s".
43731              This error is thrown when taint checks are enabled and
43732              when *ENV has been aliased, so that %ENV has no env-magic
43733              anymore. (see bug [perl #24291].)
43734      Branch: perl
43735            ! pod/perldiag.pod t/op/taint.t taint.c
43736 ____________________________________________________________________________
43737 [ 21560] By: nicholas                              on 2003/10/27  18:01:02
43738         Log: Record the escape^Wrelease of 5.9.0
43739      Branch: perl
43740            ! pod/perlhist.pod
43741 ____________________________________________________________________________
43742 [ 21554] By: nicholas                              on 2003/10/27  16:09:37
43743         Log: Subject: Re: DBD::Sybase and Sybase::CTlib build problems w/ 5.8.1, Solaris, gcc
43744              From: Alan Burlison <Alan.Burlison@sun.com>
43745              Date: Tue, 21 Oct 2003 15:00:58 +0100
43746              Message-ID: <3F953C1A.3060800@sun.com>
43747      Branch: perl
43748            ! hints/solaris_2.sh
43749 ____________________________________________________________________________
43750 [ 21550] By: nicholas                              on 2003/10/27  13:45:27
43751         Log: Sync with Unicode::Normalize 0.25
43752      Branch: perl
43753            + ext/Unicode/Normalize/t/fcdc.t ext/Unicode/Normalize/t/form.t
43754            + ext/Unicode/Normalize/t/proto.t
43755            + ext/Unicode/Normalize/t/split.t
43756            ! MANIFEST ext/Unicode/Normalize/Changes
43757            ! ext/Unicode/Normalize/Makefile.PL
43758            ! ext/Unicode/Normalize/Normalize.pm
43759            ! ext/Unicode/Normalize/Normalize.xs
43760            ! ext/Unicode/Normalize/README
43761 ____________________________________________________________________________
43762 [ 21549] By: nicholas                              on 2003/10/27  13:11:48
43763         Log: Sync with Unicode::Collate 0.30
43764      Branch: perl
43765            + lib/Unicode/Collate/t/hangtype.t
43766            + lib/Unicode/Collate/t/normal.t lib/Unicode/Collate/t/trailwt.t
43767            + lib/Unicode/Collate/t/variable.t
43768            + lib/Unicode/Collate/t/version.t
43769            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
43770            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/contract.t
43771            ! lib/Unicode/Collate/t/hangul.t lib/Unicode/Collate/t/index.t
43772            ! lib/Unicode/Collate/t/test.t
43773 ____________________________________________________________________________
43774 [ 21548] By: nicholas                              on 2003/10/27  12:39:39
43775         Log: Sync with Pod::Perldoc 3.12
43776      Branch: perl
43777            ! lib/Pod/Perldoc.pm
43778 ____________________________________________________________________________
43779 [ 21546] By: ams                                   on 2003/10/27  09:00:08
43780         Log: Will the real off by one please stand up?
43781      Branch: perl
43782            ! mg.c
43783 ____________________________________________________________________________
43784 [ 21545] By: hv                                    on 2003/10/27  02:52:16
43785         Log: fixup separators
43786      Branch: perl
43787            ! Changes
43788 ____________________________________________________________________________
43789 [ 21544] By: hv                                    on 2003/10/27  02:51:26
43790         Log: don't complain of podless .pm files that have a separate .pod file
43791      Branch: perl
43792            ! pod/buildtoc
43793 ____________________________________________________________________________
43794 [ 21543] By: hv                                    on 2003/10/27  02:50:04
43795         Log: regen pods and toc
43796      Branch: perl
43797            ! pod/perlmodlib.pod pod/perltoc.pod
43798 ____________________________________________________________________________
43799 [ 21542] By: rgs                                   on 2003/10/26  21:36:17
43800         Log: When %ENV has been turned into a non-magical hash after a
43801              glob assignment, TAINT_ENV() may dump core because it
43802              assumes $ENV{PATH} is magical. Fix this ; add a test to
43803              verify that the PATH is still checked for taintedness.
43804      Branch: perl
43805            ! t/op/taint.t taint.c
43806 ____________________________________________________________________________
43807 [ 21540] By: rgs                                   on 2003/10/26  14:59:53
43808         Log: Fix backward-compatibility issues in if.pm.
43809      Branch: perl
43810            ! lib/if.pm
43811 ____________________________________________________________________________
43812 [ 21539] By: hv                                    on 2003/10/26  12:22:54
43813         Log: Update Changes.
43814      Branch: perl
43815            ! Changes patchlevel.h
43816 ____________________________________________________________________________
43817 [ 21538] By: ams                                   on 2003/10/26  08:08:02
43818         Log: Fix off-by-one in $0 set magic. (From Autrijus.)
43819              The whole PL_origalen thing in perl.c looks very hokey.
43820      Branch: perl
43821            ! mg.c
43822 ____________________________________________________________________________
43823 [ 21536] By: nicholas                              on 2003/10/25  22:33:18
43824         Log: show the rehash flags in dumps
43825      Branch: perl
43826            ! dump.c
43827 ____________________________________________________________________________
43828 [ 21535] By: nicholas                              on 2003/10/25  22:32:40
43829         Log: Return 21533 (with modifications) having found the problem
43830      Branch: perl
43831            ! hv.c hv.h
43832 ____________________________________________________________________________
43833 [ 21534] By: nicholas                              on 2003/10/25  20:46:36
43834         Log: Back out 21533 because it broke Encode's build in really weird ways
43835      Branch: perl
43836            ! hv.c hv.h
43837 ____________________________________________________________________________
43838 [ 21533] By: nicholas                              on 2003/10/25  13:10:21
43839         Log: Plan C rough edge smoothing. Criteria for a hash split is now
43840              the earlier of "more keys than buckets" (the old test) or
43841              linked list too long. Rehash is triggered after a split if the
43842              longest linked list is too long.
43843      Branch: perl
43844            ! hv.c hv.h
43845 ____________________________________________________________________________
43846 [ 21532] By: rgs                                   on 2003/10/25  10:03:18
43847         Log: Subject: Re: [perl #948] $, untieable?
43848              From: Richard Clamp <richardc@unixbeard.net>
43849              Date: Tue, 21 Oct 2003 00:02:49 +0100
43850              Message-ID: <20031020230249.GA31123@mirth.demon.co.uk>
43851
43852              Plus a small fix to t/TEST to recognize the added TODO test
43853              as a TODO test.
43854      Branch: perl
43855            ! t/TEST t/op/tie.t
43856 ____________________________________________________________________________
43857 [ 21528] By: nicholas                              on 2003/10/23  19:21:00
43858         Log: When it says "add", then, like, you have to p4 add it. D'oh!
43859              (missed the new file in "Update I18N::LangTags from 0.28 to 0.29")
43860      Branch: perl
43861            + lib/I18N/LangTags/t/02decency.t
43862 ____________________________________________________________________________
43863 [ 21527] By: davem                                 on 2003/10/23  19:13:20
43864         Log: Fix two threads::shared leaks
43865              #24061 - AV in shared interpreter wasn't set to AvREAL
43866              #24255 - mortals were added to the shared interpreter's tmpstack
43867              and never freed.
43868      Branch: perl
43869            ! ext/threads/shared/shared.xs
43870 ____________________________________________________________________________
43871 [ 21526] By: nicholas                              on 2003/10/23  19:11:24
43872         Log: From: Jan Dubois <jand@ActiveState.com>
43873              Subject: [PATCH] Update Pod::Perldoc from 3.10 to 3.11
43874              Date: Wed, 22 Oct 2003 20:17:07 -0700
43875              Message-ID: <mjhepvgtnifdlgrvp20urtuu058e1jrav2@4ax.com>
43876
43877              From: Jan Dubois <jand@ActiveState.com>
43878              Subject: [PATCH] Update I18N::LangTags from 0.28 to 0.29
43879              Date: Wed, 22 Oct 2003 20:26:56 -0700
43880              Message-ID: <jgiepv0a8fp8ffq3lpc5ujl7j25hoo1rdt@4ax.com>
43881      Branch: perl
43882            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
43883            ! lib/I18N/LangTags/List.pm lib/I18N/LangTags/README
43884            ! lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm pod/perldoc.pod
43885            ! utils/perldoc.PL
43886 ____________________________________________________________________________
43887 [ 21523] By: ams                                   on 2003/10/23  12:53:03
43888         Log: Subject: [PATCH] utime documentation
43889              From: Gisle Aas <gisle@ActiveState.com>
43890              Date: 23 Oct 2003 05:33:43 -0700
43891              Message-Id: <lrekx4jfq0.fsf@caliper.activestate.com>
43892      Branch: perl
43893            ! pod/perlfunc.pod
43894 ____________________________________________________________________________
43895 [ 21522] By: ams                                   on 2003/10/23  08:07:18
43896         Log: Subject: [PATCH]  dup2() not going through PerlLIO abstraction layer
43897              From: Jan Dubois <jand@ActiveState.com>
43898              Date: Wed, 22 Oct 2003 20:33:54 -0700
43899              Message-Id: <vniepv0n5mcrbbutm0qgvori6n6vr6arsh@4ax.com>
43900      Branch: perl
43901            ! doio.c
43902 ____________________________________________________________________________
43903 [ 21520] By: nicholas                              on 2003/10/22  19:50:15
43904         Log: patch created by Casey West from:
43905
43906              Subject: CPAN module problems
43907              From: Edward Moy <emoy@apple.com>
43908              Date: Fri, 10 Oct 2003 17:42:06 -0700
43909              Message-Id: <BD2513C0-FB83-11D7-9065-000A956EFDEE@apple.com>
43910
43911              (change ld value in hints file)
43912      Branch: perl
43913            ! hints/darwin.sh
43914 ____________________________________________________________________________
43915 [ 21516] By: rgs                                   on 2003/10/22  15:06:13
43916         Log: Small email update in AUTHORS.
43917      Branch: perl
43918            ! AUTHORS
43919 ____________________________________________________________________________
43920 [ 21515] By: rgs                                   on 2003/10/22  06:39:29
43921         Log: Add a test.taintwarn makefile target,
43922              to run the whole test suite with the -t switch.
43923      Branch: perl
43924            ! Makefile.SH pod/perlhack.pod t/TEST
43925 ____________________________________________________________________________
43926 [ 21514] By: rgs                                   on 2003/10/21  21:21:56
43927         Log: Subject: [PATCH @20458] embedding perl
43928              From: Radu Greab <rgreab@fx.ro>
43929              Date: Tue, 05 Aug 2003 20:57:15 +0300 (EEST)
43930              Message-Id: <20030805.205715.113441323.radu@yx.primIT.ro>
43931      Branch: perl
43932            ! hv.c intrpvar.h perl.c pod/perlembed.pod pod/perlintern.pod
43933            ! sv.c
43934 ____________________________________________________________________________
43935 [ 21513] By: rgs                                   on 2003/10/21  20:45:12
43936         Log: Fix doc bug #23890, as suggested by Himanshu Garg :
43937              in perltoot, $him->fullname should be $him->fullname->as_string
43938              when passed to printf.
43939      Branch: perl
43940            ! pod/perltoot.pod
43941 ____________________________________________________________________________
43942 [ 21509] By: rgs                                   on 2003/10/21  05:42:50
43943         Log: Two OS/2 portability patches from Ilya.
43944
43945              Subject: [PATCH 5.8.1 @21211] sockets broken on OS/2
43946              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
43947              Date: Thu, 25 Sep 2003 12:09:11 -0700
43948              Message-ID: <20030925190911.GA27028@math.berkeley.edu>
43949
43950              Subject: Re: [PATCH 5.8.1 @21379] tmpfile() broken on OS/2
43951              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
43952              Date: Thu, 25 Sep 2003 19:50:45 -0700
43953              Message-ID: <20030926025045.GA27507@math.berkeley.edu>
43954      Branch: perl
43955            ! doio.c os2/os2ish.h perl.h perlio.c pp_sys.c
43956 ____________________________________________________________________________
43957 [ 21506] By: rgs                                   on 2003/10/20  19:28:27
43958         Log: Subject: [PATCH] add some missing defines to Devel::PPPort
43959              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
43960              Date: Mon, 20 Oct 2003 20:14:19 +0200
43961              Message-ID: <03a301c39735$fb7cb220$0c2f1fac@R2D2>
43962      Branch: perl
43963            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
43964 ____________________________________________________________________________
43965 [ 21505] By: rgs                                   on 2003/10/20  19:22:38
43966         Log: Subject: Re: [perl #24225] [5.8.1] segfault in binmode STDOUT, ':stdio'; print 1
43967              From: Slaven Rezic <slaven@rezic.de>
43968              Date: 19 Oct 2003 17:54:59 +0200
43969              Message-ID: <871xt9te7g.fsf@vran.herceg.de>
43970      Branch: perl
43971            ! perlio.c
43972 ____________________________________________________________________________
43973 [ 21503] By: rgs                                   on 2003/10/20  06:04:04
43974         Log: Skip the chflags tests in filetest.t on Darwin.
43975      Branch: perl
43976            ! lib/filetest.t
43977 ____________________________________________________________________________
43978 [ 21474] By: nicholas                              on 2003/10/17  18:44:28
43979         Log: Plan C rough edge smoothing - forgot to turn on the "has key flags"
43980              flag on the hash when rehashing. Can turn off the "rehasing" flag
43981              if the hash is cleared
43982      Branch: perl
43983            ! hv.c
43984 ____________________________________________________________________________
43985 [ 21473] By: rgs                                   on 2003/10/17  08:53:48
43986         Log: -u is deprecated.
43987              Subject: Re: why PERL5LIB is ignored when -T is in effect
43988              From: Slaven Rezic <slaven@rezic.de>
43989              Date: Fri, 17 Oct 2003 10:02:31 +0000
43990              Message-Id: <1066384951.4964@devpc01.iconmobile.de>
43991      Branch: perl
43992            ! perl.c
43993 ____________________________________________________________________________
43994 [ 21472] By: rgs                                   on 2003/10/17  07:29:10
43995         Log: The compilation of PerlIO::via may hang on AIX when
43996              compiling with vac at -O3 optimization level. Disable
43997              optimization for this module.
43998      Branch: perl
43999            + ext/PerlIO/via/hints/aix.pl
44000            ! MANIFEST
44001 ____________________________________________________________________________
44002 [ 21471] By: nicholas                              on 2003/10/16  21:10:27
44003         Log: Plan C for foiling the algorithmic complexity attack
44004              (based on Chip's plan A (binary compatibility with 5.8.0 and 5.8.1),
44005              Chip's plan B (do something new inside the hv functions)
44006              and introspective sort)
44007              Provides infrastructure for hashes to change their hash function
44008              if necessary, and code in hsplit to detect pathalogical data and
44009              instigate a random rehashing.
44010              Needs refinement. Let's see how much smoke it creates.
44011      Branch: perl
44012            ! embedvar.h hv.c hv.h intrpvar.h perl.c perlapi.h sv.c sv.h
44013            ! util.c
44014 ____________________________________________________________________________
44015 [ 21470] By: davem                                 on 2003/10/16  20:03:44
44016         Log: Ensure PL_comppad/curpad point to PL_main_cv's padlist when
44017              PL_main_root is freed; this may not have been be the case if a
44018              thread other than the main one is the last to be destroyed
44019      Branch: perl
44020            ! ext/threads/t/thread.t pad.h perl.c
44021 ____________________________________________________________________________
44022 [ 21469] By: nicholas                              on 2003/10/16  19:31:19
44023         Log: Duplicate 19423 (pathological hashes too easy) into share_hek_flags
44024              (as suggested by Jan Dubois)
44025      Branch: perl
44026            ! hv.c
44027 ____________________________________________________________________________
44028 [ 21468] By: ams                                   on 2003/10/16  19:00:14
44029         Log: Subject: Re: assert.h breaks perl.h
44030              From: Alexey Tourbin <at@altlinux.ru>
44031              Date: Thu, 16 Oct 2003 22:24:35 +0400
44032              Message-Id: <20031016182434.GH1724@julia.office.altlinux.ru>
44033      Branch: perl
44034            ! sv.h
44035 ____________________________________________________________________________
44036 [ 21467] By: ams                                   on 2003/10/16  18:57:57
44037         Log: Subject: [PATCH] Tie::Hash documentation
44038              From: Slaven Rezic <slaven@rezic.de>
44039              Date: Thu, 16 Oct 2003 17:57:35 +0000
44040              Message-Id: <1066327055.1428@devpc01.iconmobile.de>
44041      Branch: perl
44042            ! lib/Tie/Hash.pm
44043 ____________________________________________________________________________
44044 [ 21466] By: rgs                                   on 2003/10/16  08:52:50
44045         Log: Further tweak on change #21464.
44046      Branch: perl
44047            ! perl.c
44048 ____________________________________________________________________________
44049 [ 21464] By: ams                                   on 2003/10/16  08:42:50
44050         Log: Subject: perl -h tweak [PATCH]
44051              From: Gisle Aas <gisle@ActiveState.com>
44052              Date: 16 Oct 2003 02:49:39 -0700
44053              Message-Id: <lrn0c11pho.fsf@caliper.activestate.com>
44054      Branch: perl
44055            ! perl.c
44056 ____________________________________________________________________________
44057 [ 21456] By: rgs                                   on 2003/10/15  19:19:05
44058         Log: Perlfaq1 : take notice that 5.8.1 is now released.
44059      Branch: perl
44060            ! pod/perlfaq1.pod
44061 ____________________________________________________________________________
44062 [ 21454] By: rgs                                   on 2003/10/15  19:06:05
44063         Log: PerlFAQ sync. (only actual changes)
44064      Branch: perl
44065            ! pod/perlfaq4.pod
44066 ____________________________________________________________________________
44067 [ 21453] By: rgs                                   on 2003/10/15  19:02:35
44068         Log: Typos.
44069      Branch: perl
44070            ! hints/aix.sh
44071 ____________________________________________________________________________
44072 [ 21452] By: rgs                                   on 2003/10/15  11:12:31
44073         Log: Fix bug [perl #24212] : improper error recovery in the
44074              tokenizer after an unknown filetest operator.
44075      Branch: perl
44076            ! t/comp/parser.t toke.c
44077 ____________________________________________________________________________
44078 [ 21451] By: rgs                                   on 2003/10/15  09:19:02
44079         Log: Update MIME::Base64 and Digest::MD5 from the CPAN version.
44080      Branch: perl
44081            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
44082            ! ext/Digest/MD5/Makefile.PL ext/Digest/MD5/t/align.t
44083            ! ext/Digest/MD5/t/files.t ext/Digest/MD5/t/utf8.t
44084            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
44085            ! ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
44086            ! ext/MIME/Base64/QuotedPrint.pm ext/MIME/Base64/t/unicode.t
44087 ____________________________________________________________________________
44088 [ 21450] By: rgs                                   on 2003/10/15  06:47:11
44089         Log: Add support for Linux abstract unix domain sockets to Socket.pm.
44090              Based on a idea by Alex Hudson. (Basically those are unix domain
44091              sockets whose name has a '\0' as first character.)
44092      Branch: perl
44093            ! ext/Socket/Socket.xs ext/Socket/t/Socket.t
44094 ____________________________________________________________________________
44095 [ 21449] By: ams                                   on 2003/10/15  06:32:44
44096         Log: Subject: [PATCH] SIGN => 1 support for MakeMaker
44097              From: Autrijus Tang <autrijus@autrijus.org>
44098              Date: Tue, 14 Oct 2003 18:32:28 +0800
44099              Message-Id: <1066127547.65845.35.camel@localhost>
44100      Branch: perl
44101            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
44102            ! lib/ExtUtils/MakeMaker.pm
44103 ____________________________________________________________________________
44104 [ 21448] By: ams                                   on 2003/10/15  05:56:12
44105         Log: Rewrite #21447.
44106      Branch: perl
44107            ! pod/perliol.pod
44108 ____________________________________________________________________________
44109 [ 21447] By: ams                                   on 2003/10/15  05:36:48
44110         Log: Subject: [patch pod/perliol.pod]
44111              From: Stas Bekman <stas@stason.org>
44112              Date: Tue, 14 Oct 2003 18:05:29 -0700
44113              Message-Id: <3F8C9D59.3040403@stason.org>
44114      Branch: perl
44115            ! pod/perliol.pod
44116 ____________________________________________________________________________
44117 [ 21446] By: nicholas                              on 2003/10/14  18:45:39
44118         Log: Duplicate 19423 (pathological hashes too easy) into hv_store_ent
44119              (the routine used by perl level HV operations)
44120      Branch: perl
44121            ! hv.c
44122 ____________________________________________________________________________
44123 [ 21445] By: rgs                                   on 2003/10/13  21:03:05
44124         Log: Subject: [PATCH ext/Devel/PPPort/PPPort.pm] Changes #20819 and #20996 break compatibility with perl 5.6.0
44125              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
44126              Date: Tue, 30 Sep 2003 19:23:34 +0200
44127              Message-ID: <021e01c38777$93ea4e10$0c2f1fac@R2D2>
44128      Branch: perl
44129            ! ext/Devel/PPPort/PPPort.pm
44130 ____________________________________________________________________________
44131 [ 21442] By: ams                                   on 2003/10/13  08:41:17
44132         Log: Subject: [perl #24189] Incorrect comment in perldoc strict
44133              From: "Iain 'Spoon' Truskett (via RT)" <perlbug-followup@perl.org>
44134              Date: 12 Oct 2003 09:01:25 -0000
44135              Message-Id: <rt-24189-65954.9.50514379869631@rt.perl.org>
44136      Branch: perl
44137            ! lib/strict.pm
44138 ____________________________________________________________________________
44139 [ 21441] By: rgs                                   on 2003/10/13  08:02:21
44140         Log: Subject: [PATCH] Internals::hash_seed() returns wrong value
44141              From: Jan Dubois <jand@ActiveState.com>
44142              Date: Sun, 12 Oct 2003 22:09:39 -0700
44143              Message-ID: <07ckovck8mp5e8tthmtbbcrpi2tj6q9eak@4ax.com>
44144      Branch: perl
44145            ! universal.c
44146 ____________________________________________________________________________
44147 [ 21440] By: rgs                                   on 2003/10/12  19:58:05
44148         Log: Subject: [perl #24122] setreuid and friends borked on darwin/osx
44149              From: "pxm@nubz.org (via RT)" <perlbug-followup@perl.org>
44150              Date: 5 Oct 2003 20:55:56 -0000
44151              Message-ID: <rt-24122-65678.14.2411168523081@rt.perl.org>
44152      Branch: perl
44153            ! mg.c
44154 ____________________________________________________________________________
44155 [ 21439] By: rgs                                   on 2003/10/12  16:28:06
44156         Log: Subject: [PATCH] Tie::Hash documentation
44157              From: Slaven Rezic <slaven@rezic.de>
44158              Date: Sun, 12 Oct 2003 18:55:54 +0200 (CEST)
44159              Message-Id: <200310121655.h9CGtsrY003613@vran.herceg.de>
44160      Branch: perl
44161            ! lib/Tie/Hash.pm
44162 ____________________________________________________________________________
44163 [ 21438] By: rgs                                   on 2003/10/12  15:48:13
44164         Log: Subject: Re: [perl #24122] setreuid and friends borked on darwin/osx
44165              From: Slaven Rezic <slaven@rezic.de>
44166              Date: 07 Oct 2003 00:04:34 +0200
44167              Message-ID: <87ekxq6n0t.fsf@vran.herceg.de>
44168      Branch: perl
44169            ! hints/darwin.sh
44170 ____________________________________________________________________________
44171 [ 21437] By: rgs                                   on 2003/10/12  15:25:17
44172         Log: Minor nit in perlrun, spotted by Art Haas.
44173      Branch: perl
44174            ! pod/perlrun.pod
44175 ____________________________________________________________________________
44176 [ 21436] By: ams                                   on 2003/10/10  19:05:55
44177         Log: Subject: [PATCH] threads::async + some cleanup
44178              From: Elizabeth Mattijsen <liz@dijkmat.nl>
44179              Date: Fri, 10 Oct 2003 16:37:55 +0200
44180              Message-Id: <p05111b07bbac713a0aaf@[192.168.56.2]>
44181      Branch: perl
44182            ! ext/threads/threads.pm
44183 ____________________________________________________________________________
44184 [ 21435] By: ams                                   on 2003/10/10  19:02:34
44185         Log: Make everyone stop posting to p5p about 0e0.
44186      Branch: perl
44187            ! pod/perlsyn.pod
44188 ____________________________________________________________________________
44189 [ 21433] By: nicholas                              on 2003/10/09  20:57:26
44190         Log: Put all pre-processor #s on the first column (some compilers are picky)
44191              [perl #24167] `#' comment signs not at the very beginning of a line
44192      Branch: perl
44193            ! cop.h dosish.h ext/SDBM_File/sdbm/sdbm.h iperlsys.h op.c
44194            ! perl.h regcomp.c
44195 ____________________________________________________________________________
44196 [ 21432] By: rgs                                   on 2003/10/09  11:09:24
44197         Log: Suppress the test file t/op/nothr5005.t and integrate its tests into
44198              t/op/args.t, now that 5005threads have been removed. Port t/op/args.t
44199              to t/test.pl.
44200      Branch: perl
44201            - t/op/nothr5005.t
44202            ! MANIFEST t/op/args.t
44203 ____________________________________________________________________________
44204 [ 21431] By: rgs                                   on 2003/10/09  11:06:15
44205         Log: Document the behaviour of filetest operators regarding parentheses.
44206              This fixes bug #24127 (by documenting it as a feature.)
44207      Branch: perl
44208            ! pod/perlop.pod
44209 ____________________________________________________________________________
44210 [ 21430] By: ams                                   on 2003/10/09  07:55:34
44211         Log: Subject: [PATCH 5.8.1 CORE] Internal fixes to source-code coordinate
44212              calculations in regcomp.c
44213              From: Eric Promislow <ericp@ActiveState.com>
44214              Date: Wed, 8 Oct 2003 17:42:42 -0700
44215              Message-Id: <20031008174242.A17544@ActiveState.com>
44216      Branch: perl
44217            ! regcomp.c
44218 ____________________________________________________________________________
44219 [ 21429] By: ams                                   on 2003/10/09  07:43:56
44220         Log: Patch based on:
44221
44222              Subject: [perl #24157] -MModule=} is broken
44223              From: "Lukas Mai" (via RT) <perlbug-followup@perl.org>
44224              Date: 7 Oct 2003 21:47:43 -0000
44225              Message-Id: <rt-24157-65809.10.9980909617566@rt.perl.org>
44226
44227              (Includes a fix for a similar problem in -A, but not -d.)
44228      Branch: perl
44229            ! perl.c
44230 ____________________________________________________________________________
44231 [ 21428] By: ams                                   on 2003/10/09  02:32:07
44232         Log: Subject: [PATCH] Devel::PPPort is missing an aTHX when calling
44233              grok_numeric_radix()
44234              From: Jan Dubois <jand@ActiveState.com>
44235              Date: Wed, 08 Oct 2003 20:37:42 -0700
44236              Message-Id: <8kl9ov0932qo08o24uafuc9v77clrgnoe4@4ax.com>
44237      Branch: perl
44238            ! ext/Devel/PPPort/PPPort.pm
44239 ____________________________________________________________________________
44240 [ 21427] By: ams                                   on 2003/10/09  01:36:18
44241         Log: Subject: Re: require patch breaks locale
44242              From: Rick Delaney <rick@bort.ca>
44243              Date: Wed, 8 Oct 2003 22:41:55 -0400
44244              Message-Id: <20031008224155.A14638@biff.bort.ca>
44245      Branch: perl
44246            ! t/comp/require.t
44247 ____________________________________________________________________________
44248 [ 21426] By: ams                                   on 2003/10/09  01:26:57
44249         Log: Subject: Re: Simple @INC hook core dump [PATCH]
44250              From: Gisle Aas <gisle@ActiveState.com>
44251              Date: 08 Oct 2003 13:35:28 -0700
44252              Message-Id: <lrr81ncvsf.fsf@caliper.activestate.com>
44253      Branch: perl
44254            ! t/op/inccode.t
44255 ____________________________________________________________________________
44256 [ 21425] By: rgs                                   on 2003/10/08  11:34:17
44257         Log: Fix bug #24108: Goto +foo broken
44258              the fix having been suggested by xmath via Juerd.
44259      Branch: perl
44260            ! op.c t/op/goto.t
44261 ____________________________________________________________________________
44262 [ 21424] By: rgs                                   on 2003/10/08  11:16:58
44263         Log: Subject: Re: Simple @INC hook core dump [PATCH]
44264              From: Gisle Aas <gisle@ActiveState.com>
44265              Date: 08 Oct 2003 04:47:33 -0700
44266              Message-ID: <lrllrweysq.fsf_-_@caliper.activestate.com>
44267      Branch: perl
44268            ! pp_ctl.c
44269 ____________________________________________________________________________
44270 [ 21423] By: ams                                   on 2003/10/08  10:09:41
44271         Log: Subject: [PATCH pod/perlrun.pod] Layout & POD nit.
44272              From: Abigail <abigail@abigail.nl>
44273              Date: Wed, 8 Oct 2003 03:50:49 -0700
44274              Message-Id: <20031008105049.GA15770@ucan.foad.org>
44275      Branch: perl
44276            ! pod/perlrun.pod
44277 ____________________________________________________________________________
44278 [ 21422] By: ams                                   on 2003/10/08  06:13:07
44279         Log: "Are implicit undefs true?" asks Gisle.
44280      Branch: perl
44281            ! pod/perlsyn.pod
44282 ____________________________________________________________________________
44283 [ 21421] By: ams                                   on 2003/10/08  03:20:00
44284         Log: Subject: Re: [PATCH] perlop.pod Revamp - revision 4
44285              From: schwern@pobox.com
44286              Date: Tue, 7 Oct 2003 20:39:36 -0700
44287              Message-Id: <20031007203936.X4301@ttul.org>
44288
44289              (Originally from Shlomi Fish. Applied with tweaks.)
44290      Branch: perl
44291            ! pod/perlop.pod
44292 ____________________________________________________________________________
44293 [ 21420] By: ams                                   on 2003/10/07  19:51:35
44294         Log: Minor tweaks to pod/perlsyn.pod (as suggested by Yves Orton),
44295              sv.c (Tim Bunce), t/op/pow.t (John P. Linderman).
44296      Branch: perl
44297            ! pod/perlsyn.pod sv.c t/op/pow.t
44298 ____________________________________________________________________________
44299 [ 21419] By: ams                                   on 2003/10/07  04:03:34
44300         Log: Why should -3**$x be more precisely determined than 3**$x?
44301      Branch: perl
44302            ! t/op/pow.t
44303 ____________________________________________________________________________
44304 [ 21418] By: ams                                   on 2003/10/07  03:59:38
44305         Log: Subject: [PATCH] Fixing UNIVERSAL.pm's bit of unpleasantness
44306              From: schwern@pobox.com
44307              Date: Mon, 6 Oct 2003 13:14:36 -0700
44308              Message-Id: <20031006131436.G20960@ttul.org>
44309      Branch: perl
44310            ! lib/UNIVERSAL.pm t/op/universal.t
44311 ____________________________________________________________________________
44312 [ 21417] By: ams                                   on 2003/10/07  03:55:18
44313         Log: Update perlfunc/require to describe NXDOMAIN caching... er, you
44314              know what I mean.
44315      Branch: perl
44316            ! pod/perlfunc.pod
44317 ____________________________________________________________________________
44318 [ 21416] By: ams                                   on 2003/10/07  03:37:01
44319         Log: Subject: [patch sv.c] improve "...free unref scalar" warning
44320              From: Stas Bekman <stas@stason.org>
44321              Date: Mon, 06 Oct 2003 21:19:53 -0700
44322              Message-Id: <3F823EE9.4030103@stason.org>
44323      Branch: perl
44324            ! sv.c
44325 ____________________________________________________________________________
44326 [ 21415] By: ams                                   on 2003/10/06  17:30:31
44327         Log: Subject: [PATCH bleadperl] (was Re: require() does not behave aas documented)
44328              From: Rick Delaney <rick@bort.ca>
44329              Date: Tue, 23 Sep 2003 12:14:52 -0400
44330              Message-ID: <20030923121452.G18845@biff.bort.ca>
44331      Branch: perl
44332            ! pp_ctl.c t/comp/require.t
44333 ____________________________________________________________________________
44334 [ 21414] By: rgs                                   on 2003/10/06  15:23:01
44335         Log: Subject: Re: [PATCH lib/warnings.t]  Adding TODO functionality to lib/warnings.
44336              From: Abigail <abigail@abigail.nl>
44337              Date: Wed, 1 Oct 2003 14:19:43 +0200
44338              Message-ID: <20031001121943.GA29419@abigail.nl>
44339      Branch: perl
44340            ! lib/warnings.t
44341 ____________________________________________________________________________
44342 [ 21413] By: rgs                                   on 2003/10/06  15:05:32
44343         Log: Fixes in the modules maintainers list.
44344      Branch: perl
44345            ! Porting/Maintainers.pl
44346 ____________________________________________________________________________
44347 [ 21412] By: rgs                                   on 2003/10/06  15:02:42
44348         Log: Fix broken link in perltodo.pod.
44349      Branch: perl
44350            ! pod/perltodo.pod
44351 ____________________________________________________________________________
44352 [ 21411] By: rgs                                   on 2003/10/06  12:11:10
44353         Log: Typos in perldiag.
44354      Branch: perl
44355            ! pod/perldiag.pod
44356 ____________________________________________________________________________
44357 [ 21410] By: rgs                                   on 2003/10/06  11:55:52
44358         Log: Subject: Re: [doc-PATCH] for unpack_str() and question
44359              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
44360              Date: Mon, 6 Oct 2003 08:45:29 +0200
44361              Message-ID: <75A46BF1A9D8D311863A00508B6259A405F180C1@ATTMSX4>
44362      Branch: perl
44363            ! pod/perlapi.pod pp_pack.c
44364 ____________________________________________________________________________
44365 [ 21409] By: rgs                                   on 2003/10/06  11:49:55
44366         Log: Subject: [PATCH pod/perlfunc.pod]  ref can return false on references
44367              From: Abigail <abigail@abigail.nl>
44368              Date: Mon, 6 Oct 2003 05:55:21 -0700
44369              Message-ID: <20031006125521.GA26446@ucan.foad.org>
44370      Branch: perl
44371            ! pod/perlfunc.pod
44372 ____________________________________________________________________________
44373 [ 21408] By: rgs                                   on 2003/10/06  11:46:14
44374         Log: Add a new option --check to Porting/Maintainers,
44375              to check for files who are listed for several maintainers.
44376      Branch: perl
44377            ! Porting/Maintainers.pm
44378 ____________________________________________________________________________
44379 [ 21407] By: rgs                                   on 2003/10/06  11:44:33
44380         Log: Subject: [PATCH]Re: The META.yml file in bleadperl
44381              From: Fergal Daly <fergal@esatclear.ie>
44382              Date: Mon, 6 Oct 2003 00:25:29 +0100
44383              Message-Id: <200310060025.29122.fergal@esatclear.ie>
44384
44385              Plus regeneration of META.yml
44386      Branch: perl
44387            ! META.yml Porting/makemeta
44388 ____________________________________________________________________________
44389 [ 21406] By: ams                                   on 2003/10/06  04:22:11
44390         Log: Subject: Re: [perl #24076] "<> err EXPR" and warnings.
44391              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
44392              Date: Sun, 5 Oct 2003 21:27:54 +0200
44393              Message-Id: <20031005212754.5ef54472.rgarciasuarez@free.fr>
44394              (Applied with tweaks to op.c and a comment.)
44395      Branch: perl
44396            ! op.c t/lib/warnings/op
44397 ____________________________________________________________________________
44398 [ 21405] By: ams                                   on 2003/10/06  03:56:54
44399         Log: Subject: Re: [PATCH] perlsyn.pod Revision - Resend
44400              From: Shlomi Fish <shlomif@vipe.technion.ac.il>
44401              Date: Fri, 3 Oct 2003 12:34:46 +0200 (IST)
44402              Message-Id: <Pine.LNX.4.56.0310031233580.28640@vipe.technion.ac.il>
44403              (Applied with minor tweaks.)
44404      Branch: perl
44405            ! pod/perlsyn.pod
44406 ____________________________________________________________________________
44407 [ 21404] By: ams                                   on 2003/10/06  03:32:50
44408         Log: Subject: [perl #24120] Tie::Hash documentation has broken code
44409              From: "Benjamin J. Tilly" (via RT) <perlbug-followup@perl.org>
44410              Date: 5 Oct 2003 18:40:36 -0000
44411              Message-Id: <rt-24120-65664.15.9776865968429@rt.perl.org>
44412              (Applied without $VERSION update.)
44413      Branch: perl
44414            ! lib/Tie/Hash.pm
44415 ____________________________________________________________________________
44416 [ 21403] By: ams                                   on 2003/10/06  03:26:39
44417         Log: Subject: Re: [PATCH] [perl #24113] mistake in perlretut
44418              From: Robert Spier <rspier@pobox.com>
44419              Date: Sun, 05 Oct 2003 21:34:30 -0700
44420              Message-Id: <m3vfr39e7d.wl_rspier@pobox.com>
44421      Branch: perl
44422            ! pod/perlretut.pod
44423 ____________________________________________________________________________
44424 [ 21402] By: ams                                   on 2003/10/05  03:08:53
44425         Log: Subject: [PATCH] pp_sys.c: pp_waitpid and EINTR
44426              From: Steve Grazzini <grazz@pobox.com>
44427              Date: Sat, 4 Oct 2003 18:15:23 -0400
44428              Message-Id: <20031004221523.GA29324@grazzini.net>
44429      Branch: perl
44430            ! pp_sys.c
44431 ____________________________________________________________________________
44432 [ 21401] By: ams                                   on 2003/10/02  17:25:34
44433         Log: Subject: Re: 5.8.1 and srand
44434              From: Slaven Rezic <slaven@rezic.de>
44435              Date: Thu, 2 Oct 2003 15:51:11 +0000
44436              Message-Id: <1065109871.3115@devpc01.iconmobile.de>
44437      Branch: perl
44438            ! t/op/fork.t
44439 ____________________________________________________________________________
44440 [ 21400] By: hv                                    on 2003/10/02  09:34:36
44441         Log: minor cleanup for Changes
44442      Branch: perl
44443            ! Changes
44444 ____________________________________________________________________________
44445 [ 21399] By: hv                                    on 2003/10/02  09:18:27
44446         Log: Update changes
44447      Branch: perl
44448            ! Changes patchlevel.h
44449 ____________________________________________________________________________
44450 [ 21398] By: hv                                    on 2003/10/02  09:15:42
44451         Log: build perlapi.pod in deterministic order even when functions differ
44452              only in case; regen perlapi.pod
44453      Branch: perl
44454            ! autodoc.pl pod/perlapi.pod
44455 ____________________________________________________________________________
44456 [ 21397] By: ams                                   on 2003/10/02  07:48:51
44457         Log: Subject: Re: 5.8.1 and srand
44458              From: Brendan O'Dea <bod@debian.org>
44459              Date: Thu, 2 Oct 2003 10:30:36 +1000
44460              Message-Id: <20031002003036.GA9198@londo.c47.org>
44461      Branch: perl
44462            ! util.c
44463 ____________________________________________________________________________
44464 [ 21396] By: ams                                   on 2003/10/01  22:18:13
44465         Log: Update Changes.
44466      Branch: perl
44467            ! Changes patchlevel.h
44468 ____________________________________________________________________________
44469 [ 21394] By: ams                                   on 2003/10/01  20:28:20
44470         Log: Subject: misapplied patch 19452
44471              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
44472              Date: Tue, 30 Sep 2003 06:01:50 -0700
44473              Message-Id: <20030930130150.GA1436@efn.org>
44474      Branch: perl
44475            ! pp_hot.c
44476 ____________________________________________________________________________
44477 [ 21392] By: rgs                                   on 2003/09/30  20:22:02
44478         Log: Revamp the section on local() in perlsub.
44479              - avoid using the word "declare" in conjunction with local()
44480              - less archaelogical references
44481              - more about localization of lvalues
44482              - removes examples of localization of tied hashes that don't work
44483              - give titles to subsections
44484              - explain localization of magic values
44485              - explain localization of globs
44486              - fix link to perldelta
44487      Branch: perl
44488            ! pod/perlsub.pod
44489 ____________________________________________________________________________
44490 [ 21391] By: rgs                                   on 2003/09/30  12:47:13
44491         Log: Useless "local $_" in a perlfaq3 example
44492      Branch: perl
44493            ! pod/perlfaq3.pod
44494 ____________________________________________________________________________
44495 [ 21390] By: rgs                                   on 2003/09/30  11:29:17
44496         Log: Subject: Re: NCR MP-RAS perl problems [perl #23791]
44497              From: grommel@sears.com
44498              Date: Mon, 29 Sep 2003 14:45:16 -0500
44499              Message-ID: <OF9B00605E.3CC90F32-ON86256DB0.006B13F0-86256DB0.006C8E85@LocalDomain>
44500      Branch: perl
44501            ! hints/svr4.sh t/op/pack.t
44502 ____________________________________________________________________________
44503 [ 21389] By: rgs                                   on 2003/09/30  11:06:53
44504         Log: Add a TODO test for bug #23790, by Abigail
44505      Branch: perl
44506            ! t/op/sub_lval.t
44507 ____________________________________________________________________________
44508 [ 21388] By: rgs                                   on 2003/09/30  10:52:50
44509         Log: Subject: [PATCH] Re: [perl #24071] Typo in description of binmode
44510              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
44511              Date: Tue, 30 Sep 2003 04:53:02 -0700
44512              Message-ID: <20030930115302.GA3200@efn.org>
44513      Branch: perl
44514            ! pod/perlfunc.pod
44515 ____________________________________________________________________________
44516 [ 21387] By: rgs                                   on 2003/09/29  12:47:37
44517         Log: Subject: [PATCH] perl-5.8.1 hints/powerux.sh, ext/Sys/Syslog/t/syslog.t
44518              From: Tom Horsley <Tom.Horsley@ccur.com>
44519              Date: Mon, 29 Sep 2003 13:00:09 GMT
44520              Message-Id: <200309291300.NAA23856@amber2.ccur.com>
44521      Branch: perl
44522            ! ext/Sys/Syslog/t/syslog.t hints/powerux.sh
44523 ____________________________________________________________________________
44524 [ 21386] By: rgs                                   on 2003/09/29  11:14:27
44525         Log: Subject: [PATCH 5.8.1] Fix broken splitpod program
44526              From: Steve Hay <steve.hay@uk.radan.com>
44527              Date: Mon, 29 Sep 2003 11:50:23 +0100
44528              Message-ID: <3F780E6F.3020704@uk.radan.com>
44529      Branch: perl
44530            ! pod/splitpod
44531 ____________________________________________________________________________
44532 [ 21385] By: rgs                                   on 2003/09/29  11:09:32
44533         Log: Subject: [PATCH 5.8.1] pod/perlrun.pod: no space after -i allowed
44534              From: Brendan O'Dea <bod@debian.org>
44535              Date: Sun, 28 Sep 2003 23:23:34 +1000
44536              Message-ID: <20030928132334.GA29499@londo.c47.org>
44537      Branch: perl
44538            ! pod/perlrun.pod
44539 ____________________________________________________________________________
44540 [ 21384] By: rgs                                   on 2003/09/26  20:39:19
44541         Log: Nit to the maintainers list by SADAHIRO Tomoyuki
44542      Branch: perl
44543            ! Porting/Maintainers.pl
44544 ____________________________________________________________________________
44545 [ 21383] By: jhi                                   on 2003/09/26  04:41:17
44546         Log: Missing +x bits.
44547      Branch: perl
44548            ! Porting/makerel
44549 ____________________________________________________________________________
44550 [ 21382] By: rgs                                   on 2003/09/25  19:40:50
44551         Log: Update the perldelta for 5.9.0.
44552      Branch: perl
44553            ! pod/perldelta.pod
44554 ____________________________________________________________________________
44555 [ 21381] By: rgs                                   on 2003/09/25  19:02:12
44556         Log: Add the perl581delta manpage.
44557              Regenerate the table of contents.
44558      Branch: perl
44559            + pod/perl581delta.pod
44560            ! MANIFEST pod.lst pod/perl.pod pod/perlhist.pod pod/perltoc.pod
44561            ! vms/descrip_mms.template win32/pod.mak
44562 ____________________________________________________________________________
44563 [ 21380] By: rgs                                   on 2003/09/25  18:36:45
44564         Log: Update perlhist.pod
44565      Branch: perl
44566            ! pod/perlhist.pod
44567 ____________________________________________________________________________
44568 [ 21372] By: gbarr                                 on 2003/09/25  07:35:24
44569         Log: Sync with libnet 1.17
44570      Branch: perl
44571            ! lib/Net/ChangeLog.libnet lib/Net/Domain.pm lib/Net/FTP.pm
44572 ____________________________________________________________________________
44573 [ 21371] By: gbarr                                 on 2003/09/25  06:57:35
44574         Log: Update to Scalar-List-Utils 1.13
44575      Branch: perl
44576            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
44577            ! ext/List/Util/lib/List/Util.pm
44578            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/sum.t
44579 ____________________________________________________________________________
44580 [ 21370] By: jhi                                   on 2003/09/25  06:45:42
44581         Log: CPAN sites update.
44582      Branch: perl
44583            ! pod/perlmodlib.PL
44584 ____________________________________________________________________________
44585 [ 21369] By: jhi                                   on 2003/09/25  05:22:48
44586         Log: Subject: Re: 5.8.1 and gcc-3.2.3 (& Win98)
44587              From: Greg Matheson <lang@ms.chinmin.edu.tw>
44588              Date: Wed, 24 Sep 2003 22:51:09 +0800
44589              Message-ID: <20030924225109.A17126@ms>
44590
44591              (Win98 + MinGW, a missing Win95.pm hunk)
44592      Branch: perl
44593            ! lib/ExtUtils/MM_Win95.pm
44594 ____________________________________________________________________________
44595 [ 21365] By: jhi                                   on 2003/09/25  04:44:05
44596         Log: AUTHORS tweak.
44597      Branch: perl
44598            ! AUTHORS
44599 ____________________________________________________________________________
44600 [ 21361] By: jhi                                   on 2003/09/24  17:40:42
44601         Log: Even though undefing SPACE and FORMAT should be safe,
44602              at this point I'm choosing to be paranoid and using
44603              #ifdef __Lynx__.
44604      Branch: perl
44605            ! perl.h
44606 ____________________________________________________________________________
44607 [ 21360] By: jhi                                   on 2003/09/24  17:30:07
44608         Log: Subject: [perl #24032] Perl 5.8.1-RC5 build problems on LynxOS
44609              From: Olli Savia (via RT) <perlbug-followup@perl.org>
44610              Date: 24 Sep 2003 15:42:41 -0000
44611              Message-ID: <rt-24032-65280.10.6144413163834@rt.perl.org>
44612      Branch: perl
44613            ! mg.c perl.h perlio.c pp_sys.c
44614 ____________________________________________________________________________
44615 [ 21356] By: jhi                                   on 2003/09/24  08:27:52
44616         Log: Subject: [DOCPATCH] attributes.pm
44617              From: Elizabeth Mattijsen <liz@dijkmat.nl>
44618              Date: Wed, 24 Sep 2003 11:00:42 +0200
44619              Message-Id: <p05111b02bb970d5eec89@[192.168.56.4]>
44620
44621              (reformatted a bit)
44622      Branch: perl
44623            ! lib/attributes.pm
44624 ____________________________________________________________________________
44625 [ 21354] By: jhi                                   on 2003/09/24  07:25:48
44626         Log: A fix from Graham for
44627              [perl #24012] Weird conversion issue with List::Util::sum on Linux/AMD 850MHz
44628              (seemingly a NV casting issue)
44629      Branch: perl
44630            ! ext/List/Util/Util.xs
44631 ____________________________________________________________________________
44632 [ 21353] By: jhi                                   on 2003/09/24  05:05:39
44633         Log: Someone actually reads the Makefile.PL messages, it seems.
44634              (from Jonathan Leffler)
44635      Branch: perl
44636            ! ext/Time/HiRes/Makefile.PL
44637 ____________________________________________________________________________
44638 [ 21351] By: jhi                                   on 2003/09/24  04:54:33
44639         Log: perliol tweaks.
44640      Branch: perl
44641            ! pod/perliol.pod
44642 ____________________________________________________________________________
44643 [ 21349] By: rgs                                   on 2003/09/23  22:09:57
44644         Log: The FAQ answer about POD comments was incorrect. [perl #23893]
44645              (plus a few typos.)
44646      Branch: perl
44647            ! pod/perlfaq7.pod pod/perlpodspec.pod
44648 ____________________________________________________________________________
44649 [ 21348] By: rgs                                   on 2003/09/23  21:56:50
44650         Log: Subject: [PATCH] perlvar
44651              From: Juerd <juerd@convolution.nl>
44652              Date: Sun, 21 Sep 2003 21:40:54 +0200
44653              Message-ID: <20030921194054.GD14702@c3.convolution.nl>
44654      Branch: perl
44655            ! pod/perlvar.pod
44656 ____________________________________________________________________________
44657 [ 21344] By: jhi                                   on 2003/09/23  19:33:45
44658         Log: Subject: Re: NCR MP-RAS perl problems [perl #23791]
44659              From: grommel@sears.com
44660              Date: Tue, 23 Sep 2003 13:40:33 -0500
44661              Message-ID: <OF17BD5036.3CA48F9B-ON86256DAA.00483620-86256DAA.0066A1AA@LocalDomain>
44662      Branch: perl
44663            ! hints/svr4.sh t/op/stat.t
44664 ____________________________________________________________________________
44665 [ 21343] By: jhi                                   on 2003/09/23  19:26:06
44666         Log: Subject: [PATCH] Re: OK: 5.8.1 RC5 on SuSE 8.2 32bit AMD (gcc 3.3 prerelease)
44667              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
44668              Date: Tue, 23 Sep 2003 09:13:55 -0700
44669              Message-ID: <20030923161354.GA2432@efn.org>
44670      Branch: perl
44671            ! INSTALL
44672 ____________________________________________________________________________
44673 [ 21342] By: rgs                                   on 2003/09/23  19:12:58
44674         Log: Minor nit in a debug message of the tokenizer.
44675      Branch: perl
44676            ! toke.c
44677 ____________________________________________________________________________
44678 [ 21340] By: jhi                                   on 2003/09/23  12:33:53
44679         Log: Let's call it 2.34, already (from Johan).
44680      Branch: perl
44681            ! lib/Getopt/Long.pm
44682 ____________________________________________________________________________
44683 [ 21339] By: jhi                                   on 2003/09/23  12:31:08
44684         Log: Subject: Re: [PATCH] RC5 and Intel's ICC
44685              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
44686              Date: Tue, 23 Sep 2003 15:04:35 +0200
44687              Message-ID: <00d101c381d3$3d761fe0$0c2f1fac@R2D2>
44688
44689              (add -we147 to ccflags if cc = ICC so that prototype
44690              detection works right)
44691      Branch: perl
44692            ! hints/linux.sh
44693 ____________________________________________________________________________
44694 [ 21338] By: jhi                                   on 2003/09/23  12:02:28
44695         Log: Bump the Encode version to 1.9801 since we are no more identical
44696              to the CPAN version.
44697      Branch: perl
44698            ! ext/Encode/Encode.pm
44699 ____________________________________________________________________________
44700 [ 21332] By: jhi                                   on 2003/09/23  09:17:32
44701         Log: ucmlintage.
44702      Branch: perl
44703            ! ext/Encode/ucm/gsm0338.ucm
44704 ____________________________________________________________________________
44705 [ 21331] By: jhi                                   on 2003/09/23  09:11:23
44706         Log: GSM 03.38 mapping in Encoding::Byte is incorrect
44707
44708              Fix as much as possible - the specification is still
44709              a bit unclear.
44710      Branch: perl
44711            + ext/Encode/t/gsm0338.t
44712            ! MANIFEST ext/Encode/MANIFEST
44713            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/ucm/gsm0338.ucm
44714 ____________________________________________________________________________
44715 [ 21329] By: jhi                                   on 2003/09/23  06:10:28
44716         Log: Subject: [PATCH] Re: B::Deparse fails in pure_string()
44717              From: Stephen McCamant <smcc@MIT.EDU>
44718              Date: Mon, 22 Sep 2003 20:53:57 -0700
44719              Message-ID: <16239.50133.367465.947398@famine.OCF.Berkeley.EDU>
44720      Branch: perl
44721            ! ext/B/B/Deparse.pm
44722 ____________________________________________________________________________
44723 [ 21327] By: jhi                                   on 2003/09/23  04:51:15
44724         Log: Subject: [PATCH] RC5 and Intel's ICC
44725              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
44726              Date: Mon, 22 Sep 2003 22:52:40 +0200
44727              Message-ID: <00a101c3814b$76a8cc50$0c2f1fac@R2D2>
44728
44729              (the missing void return type)
44730      Branch: perl
44731            ! ext/threads/shared/shared.xs
44732 ____________________________________________________________________________
44733 [ 21326] By: jhi                                   on 2003/09/23  04:46:48
44734         Log: Subject: [PATCH] RC5 and Intel's ICC
44735              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
44736              Date: Mon, 22 Sep 2003 22:52:40 +0200
44737              Message-ID: <00a101c3814b$76a8cc50$0c2f1fac@R2D2>
44738
44739              (the attribute part)
44740      Branch: perl
44741            ! ext/Devel/PPPort/PPPort.pm perl.h
44742 ____________________________________________________________________________
44743 [ 21325] By: jhi                                   on 2003/09/23  04:43:29
44744         Log: Stray CRs noticed by Jan Dubois.
44745      Branch: perl
44746            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/t/MM_Win32.t
44747 ____________________________________________________________________________
44748 [ 21324] By: jhi                                   on 2003/09/23  04:40:19
44749         Log: The RCs have been missing CRs from certain files because
44750              not all shells can handle multiline arguments right.
44751      Branch: perl
44752            ! Porting/makerel
44753 ____________________________________________________________________________
44754 [ 21323] By: rgs                                   on 2003/09/22  20:31:19
44755         Log: When localising a magic value, propagate the readonly flag
44756              only if this scalar has \0 magic or has magic without a
44757              'set' method. (follows change #20479 for bug #23141.)
44758      Branch: perl
44759            ! scope.c t/op/local.t
44760 ____________________________________________________________________________
44761 [ 21319] By: jhi                                   on 2003/09/22  18:16:40
44762         Log: An error message need not be a novel.
44763      Branch: perl
44764            ! pod/perldiag.pod pp_hot.c
44765 ____________________________________________________________________________
44766 [ 21318] By: jhi                                   on 2003/09/22  17:45:23
44767         Log: Upgrade to Math::BigInt 1.66.
44768      Branch: perl
44769            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
44770            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
44771            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
44772            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/sub_mbi.t
44773            ! lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
44774 ____________________________________________________________________________
44775 [ 21311] By: jhi                                   on 2003/09/22  08:49:24
44776         Log: Some more perlio doc tweaks based on NI-S.
44777      Branch: perl
44778            ! pod/perliol.pod
44779 ____________________________________________________________________________
44780 [ 21305] By: jhi                                   on 2003/09/22  05:59:54
44781         Log: Upgrade to Time::HiRes 1.51.
44782      Branch: perl
44783            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
44784 ____________________________________________________________________________
44785 [ 21303] By: jhi                                   on 2003/09/22  04:37:21
44786         Log: Upgrade to Getopt::Long 2.33_03.
44787      Branch: perl
44788            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
44789 ____________________________________________________________________________
44790 [ 21302] By: jhi                                   on 2003/09/22  04:28:57
44791         Log: CPAN.pm 1.76_01 from Andreas.
44792      Branch: perl
44793            ! lib/CPAN.pm
44794 ____________________________________________________________________________
44795 [ 21299] By: jhi                                   on 2003/09/21  09:23:17
44796         Log: Regen toc.
44797      Branch: perl
44798            ! pod/perltoc.pod
44799 ____________________________________________________________________________
44800 [ 21298] By: jhi                                   on 2003/09/21  09:22:57
44801         Log: Handle also the curliffy files when tocing.
44802      Branch: perl
44803            ! pod/buildtoc
44804 ____________________________________________________________________________
44805 [ 21297] By: jhi                                   on 2003/09/21  08:50:22
44806         Log: Macrofy the compile/runtime test.
44807      Branch: perl
44808            ! cop.h gv.c perl.h pp_ctl.c regcomp.c sv.c utf8.c
44809 ____________________________________________________________________________
44810 [ 21296] By: jhi                                   on 2003/09/21  08:47:32
44811         Log: Tweak the section name to agree with the change #21295.
44812      Branch: perl
44813            ! lib/PerlIO.pm
44814 ____________________________________________________________________________
44815 [ 21295] By: jhi                                   on 2003/09/21  08:44:52
44816         Log: One obvious place to look for PerlIO implementations.
44817      Branch: perl
44818            ! pod/perliol.pod
44819 ____________________________________________________________________________
44820 [ 21294] By: jhi                                   on 2003/09/21  08:15:52
44821         Log: Subject: [PATCH #2] Re: [perl #23576] valgrind errors for /(?{})/ in t/op/pat.t
44822              From: Dave Mitchell <davem@fdgroup.com>
44823              Date: Fri, 19 Sep 2003 19:35:44 +0100
44824              Message-ID: <20030919183544.GA14563@fdgroup.com>
44825      Branch: perl
44826            ! pp_ctl.c
44827 ____________________________________________________________________________
44828 [ 21293] By: jhi                                   on 2003/09/21  08:13:58
44829         Log: More PerlIO documentation.
44830      Branch: perl
44831            ! lib/PerlIO.pm pod/perliol.pod
44832 ____________________________________________________________________________
44833 [ 21292] By: jhi                                   on 2003/09/20  18:44:07
44834         Log: Retract #21273, #21264, and #21263 as requested by Schwern.
44835              (The real bug was mp2 being too "friendly" with MM innards.)
44836      Branch: perl
44837            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
44838            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_Win32.t
44839 ____________________________________________________________________________
44840 [ 21291] By: jhi                                   on 2003/09/20  18:37:33
44841         Log: In FreeBSD allow one to try using Perl's malloc with threads.
44842      Branch: perl
44843            ! hints/freebsd.sh
44844 ____________________________________________________________________________
44845 [ 21290] By: rgs                                   on 2003/09/20  10:05:38
44846         Log: Missing perlfaq chunk.
44847      Branch: perl
44848            ! pod/perlfaq4.pod
44849 ____________________________________________________________________________
44850 [ 21289] By: rgs                                   on 2003/09/20  10:00:12
44851         Log: FAQ sync.
44852      Branch: perl
44853            ! pod/perlfaq4.pod
44854 ____________________________________________________________________________
44855 [ 21288] By: jhi                                   on 2003/09/19  14:49:20
44856         Log: Subject: typo fixo
44857              From: Vadim Konovalov <konovalo@mail.wplus.net>
44858              Date: Fri, 19 Sep 2003 06:32:08 +0400
44859              Message-ID: <4538131828.20030919063208@mail.wplus.net>
44860      Branch: perl
44861            ! pod/perlunicode.pod
44862 ____________________________________________________________________________
44863 [ 21286] By: jhi                                   on 2003/09/19  04:48:52
44864         Log: Subject: [PATCH 5.8.1 @21211] getsysinfo() broken on OS/2
44865              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
44866              Date: Thu, 18 Sep 2003 19:01:06 -0700
44867              Message-ID: <20030919020106.GA22511@math.berkeley.edu>
44868      Branch: perl
44869            ! os2/os2.c
44870 ____________________________________________________________________________
44871 [ 21285] By: jhi                                   on 2003/09/19  04:46:39
44872         Log: Tests for change #21284.
44873      Branch: perl
44874            ! lib/dumpvar.t
44875 ____________________________________________________________________________
44876 [ 21284] By: jhi                                   on 2003/09/19  04:46:12
44877         Log: Subject: [PATCH 5.8.1 @21211] dumpvar.pl broken
44878              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
44879              Date: Thu, 18 Sep 2003 18:58:59 -0700
44880              Message-ID: <20030919015858.GA22503@math.berkeley.edu>
44881      Branch: perl
44882            ! lib/dumpvar.pl
44883 ____________________________________________________________________________
44884 [ 21283] By: rgs                                   on 2003/09/18  21:29:23
44885         Log: Perlfaq nits from Iain Truskett.
44886              (from the perlfaq-workers list)
44887      Branch: perl
44888            ! pod/perlfaq2.pod pod/perlfaq4.pod pod/perlfaq8.pod
44889 ____________________________________________________________________________
44890 [ 21282] By: rgs                                   on 2003/09/18  21:10:26
44891         Log: Integrate a change from the perlfaq CVS.
44892              I consider the bleadperl version being more up-to-date as of now.
44893      Branch: perl
44894            ! pod/perlfaq3.pod
44895 ____________________________________________________________________________
44896 [ 21277] By: jhi                                   on 2003/09/18  19:23:22
44897         Log: Subject: [PATCH 5.8.1 @21211] -M -A -C broken
44898              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
44899              Date: Thu, 18 Sep 2003 11:02:02 -0700
44900              Message-ID: <20030918180202.GA21949@math.berkeley.edu>
44901
44902              (use stat.t instead of time.t)
44903      Branch: perl
44904            ! os2/os2ish.h pp_sys.c t/op/stat.t
44905 ____________________________________________________________________________
44906 [ 21276] By: jhi                                   on 2003/09/18  19:15:07
44907         Log: Subject: Re: [perl #19582] [PATCH bleedperl] bad overload copy constructor segfaults
44908              From: Rick Delaney <rick.delaney@rogers.com>
44909              Date: Wed, 1 Jan 2003 22:54:59 -0500
44910              Message-ID: <20030101225459.A2320@cs839290-a.mtth.phub.net.cable.rogers.com>
44911
44912              (Pity the first patch fell through the cracks back then.
44913              Not that forbidding non-object copy constructors is the right
44914              thing to do but the bug could use fixing.)
44915      Branch: perl
44916            ! lib/overload.t pp.h
44917 ____________________________________________________________________________
44918 [ 21274] By: jhi                                   on 2003/09/18  10:59:58
44919         Log: Subject: [PATCH] small fix for Devel::PPPort
44920              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
44921              Date: Thu, 18 Sep 2003 10:14:58 +0200
44922              Message-id: <20030918081458.GA2653@ethan>
44923      Branch: perl
44924            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
44925 ____________________________________________________________________________
44926 [ 21273] By: jhi                                   on 2003/09/18  10:57:41
44927         Log: ld has many guises.
44928      Branch: perl
44929            ! lib/ExtUtils/t/MM_Unix.t
44930 ____________________________________________________________________________
44931 [ 21271] By: jhi                                   on 2003/09/18  08:05:28
44932         Log: Missed OS/2 patch hunk.
44933      Branch: perl
44934            ! os2/os2.c
44935 ____________________________________________________________________________
44936 [ 21270] By: jhi                                   on 2003/09/18  05:00:23
44937         Log: Subject: Patch for VMS::Filespec
44938              From: Ken Williams <ken@mathforum.org>
44939              Date: Wed, 17 Sep 2003 20:11:46 -0500
44940              Message-Id: <12FBA07F-E975-11D7-BDD7-003065F6D85A@mathforum.org>
44941      Branch: perl
44942            ! vms/ext/Filespec.pm
44943 ____________________________________________________________________________
44944 [ 21268] By: jhi                                   on 2003/09/18  04:58:05
44945         Log: Subject: 5.8.1 warnings when long double == double
44946              From: Andy Dougherty <doughera@lafayette.edu>
44947              Date: Wed, 10 Sep 2003 12:03:53 -0400 (EDT)
44948              Message-ID: <Pine.SOL.4.53.0309101203010.10837@maxwell.phys.lafayette.edu>
44949              (the changed message)
44950      Branch: perl
44951            ! Configure
44952 ____________________________________________________________________________
44953 [ 21267] By: jhi                                   on 2003/09/18  04:54:16
44954         Log: Patch from Enache Adrian for the new tricks of gcc 3.4
44955              for "is this symbol defined" scanning of Configure.
44956      Branch: perl
44957            ! Configure
44958 ____________________________________________________________________________
44959 [ 21266] By: jhi                                   on 2003/09/18  04:29:55
44960         Log: Make it possible to override the mistrustnm hint in Solaris.
44961      Branch: perl
44962            ! hints/solaris_2.sh
44963 ____________________________________________________________________________
44964 [ 21264] By: jhi                                   on 2003/09/17  21:01:36
44965         Log: A potential fix for non-empty LD in Unix.
44966      Branch: perl
44967            ! lib/ExtUtils/t/MM_Unix.t
44968 ____________________________________________________________________________
44969 [ 21263] By: jhi                                   on 2003/09/17  14:09:50
44970         Log: Subject: RE: MM in maint@21251 breaks mp2
44971              From: "Orton, Yves" <yves.orton@de.mci.com>
44972              Message-ID: <71B318898201D311845C0008C75DAD1C089611FE@defra1ex2>
44973              Date: Wed, 17 Sep 2003 15:47:35 +0100
44974      Branch: perl
44975            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
44976            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_Win32.t
44977 ____________________________________________________________________________
44978 [ 21261] By: jhi                                   on 2003/09/17  09:33:39
44979         Log: The AIX C product potentially consists of several packages,
44980              the main package being (hopefully) the first one.
44981      Branch: perl
44982            ! hints/aix.sh
44983 ____________________________________________________________________________
44984 [ 21260] By: jhi                                   on 2003/09/17  07:52:03
44985         Log: Fix Solaris ccversion not having the cc version.
44986      Branch: perl
44987            ! hints/solaris_2.sh
44988 ____________________________________________________________________________
44989 [ 21259] By: jhi                                   on 2003/09/17  06:02:19
44990         Log: Subject: [PATCH 5.8.1 @21211] OS/2 APIs again
44991              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
44992              Date: Tue, 16 Sep 2003 23:49:42 -0700
44993              Message-ID: <20030917064941.GA20444@math.berkeley.edu>
44994      Branch: perl
44995            ! os2/os2ish.h
44996 ____________________________________________________________________________
44997 [ 21258] By: jhi                                   on 2003/09/17  06:00:48
44998         Log: Subject: [PATCH 5.8.1 @21211] os2_process.t
44999              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
45000              Date: Tue, 16 Sep 2003 23:21:48 -0700
45001              Message-ID: <20030917062147.GA20400@math.berkeley.edu>
45002      Branch: perl
45003            ! os2/OS2/Process/t/os2_process.t
45004 ____________________________________________________________________________
45005 [ 21257] By: jhi                                   on 2003/09/17  03:53:46
45006         Log: Subject: [PATCH 5.8.1 @21211] magic.t
45007              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
45008              Date: Tue, 16 Sep 2003 19:17:57 -0700
45009              Message-ID: <20030917021757.GA20261@math.berkeley.edu>
45010      Branch: perl
45011            ! t/op/magic.t
45012 ____________________________________________________________________________
45013 [ 21253] By: jhi                                   on 2003/09/16  19:48:08
45014         Log: Subject: [DOC PATCH] Re: [perl #23779] $? and negative exit codes
45015              From: Dave Mitchell <davem@fdgroup.com>
45016              Date: Tue, 16 Sep 2003 21:56:20 +0100
45017              Message-ID: <20030916205620.GB1246@fdgroup.com>
45018      Branch: perl
45019            ! pod/perlfunc.pod
45020 ____________________________________________________________________________
45021 [ 21249] By: jhi                                   on 2003/09/16  19:10:58
45022         Log: More suggested patches for NCR MP-RAS from Andy Dougherty.
45023      Branch: perl
45024            + ext/Time/HiRes/hints/svr4.pl
45025            ! MANIFEST ext/Sys/Syslog/t/syslog.t t/op/pack.t
45026 ____________________________________________________________________________
45027 [ 21247] By: jhi                                   on 2003/09/16  18:57:34
45028         Log: Subject: Re: [perl #23791] Many errors in build under NCR MP-RAS
45029              From: Andy Dougherty <doughera@lafayette.edu>
45030              Date: Tue, 16 Sep 2003 13:47:55 -0400 (EDT)
45031              Message-ID: <Pine.SOL.4.53.0309161345020.13081@maxwell.phys.lafayette.edu>
45032      Branch: perl
45033            ! ext/POSIX/hints/svr4.pl hints/svr4.sh
45034 ____________________________________________________________________________
45035 [ 21245] By: jhi                                   on 2003/09/16  18:47:52
45036         Log: Subject: Re: [PATCH 5.8.1 @19053] Getopt::Std
45037              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
45038              Date: Wed, 4 Jun 2003 00:45:23 -0700
45039              Message-ID: <20030604074523.GA7148@math.berkeley.edu>
45040      Branch: perl
45041            ! lib/Getopt/Std.pm
45042 ____________________________________________________________________________
45043 [ 21243] By: jhi                                   on 2003/09/16  12:18:03
45044         Log: Give a concrete example of the still existing Unicode slowness.
45045      Branch: perl
45046            ! pod/perlunicode.pod
45047 ____________________________________________________________________________
45048 [ 21241] By: jhi                                   on 2003/09/16  06:38:45
45049         Log: Make the VERSION of File::Spec be 0.86, otherwise File::Temp's
45050              use File::Spec 0.8 is unhappy.
45051      Branch: perl
45052            ! lib/File/Spec.pm
45053 ____________________________________________________________________________
45054 [ 21240] By: jhi                                   on 2003/09/16  06:34:35
45055         Log: The test is not needed, says Schwern.
45056      Branch: perl
45057            - lib/base/t/fields-560.t
45058            ! MANIFEST
45059 ____________________________________________________________________________
45060 [ 21239] By: jhi                                   on 2003/09/16  05:04:09
45061         Log: Upgrade to File::Spec 0.85_03.
45062      Branch: perl
45063            + lib/File/Spec/t/crossplatform.t
45064            ! MANIFEST lib/File/Spec.pm lib/File/Spec/Mac.pm
45065            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
45066            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
45067            ! lib/File/Spec/t/Spec.t
45068 ____________________________________________________________________________
45069 [ 21238] By: jhi                                   on 2003/09/16  04:57:08
45070         Log: Upgrade to MakeMaker 6.17.
45071      Branch: perl
45072            ! lib/ExtUtils/Changes lib/ExtUtils/Install.pm
45073            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
45074            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
45075            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
45076            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
45077            ! lib/ExtUtils/README lib/ExtUtils/t/MM_Win32.t
45078            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
45079            ! t/lib/MakeMaker/Test/Utils.pm
45080 ____________________________________________________________________________
45081 [ 21235] By: jhi                                   on 2003/09/16  04:35:34
45082         Log: Upgrade to base 2.03.
45083              (Rename the fields-5.6.0.t to have less d.o.t.s.)
45084      Branch: perl
45085            + lib/base/t/base.t lib/base/t/fields-560.t
45086            + lib/base/t/fields-base.t lib/base/t/fields.t
45087            - lib/fields-base.t lib/fields.t
45088            ! MANIFEST lib/base.pm lib/fields.pm
45089 ____________________________________________________________________________
45090 [ 21234] By: jhi                                   on 2003/09/15  19:17:03
45091         Log: Subject: Re: perl@21233 looks ok on VMS 7.3-1
45092              From: PPrymmer@factset.com
45093              Date: Mon, 15 Sep 2003 15:28:52 -0400
45094              Message-ID: <OF6F1E6CF4.9206F415-ON85256DA2.006A58F1-85256DA2.006B0330@factset.com>
45095      Branch: perl
45096            ! lib/Memoize/t/tie_sdbm.t
45097 ____________________________________________________________________________
45098 [ 21230] By: jhi                                   on 2003/09/14  17:46:52
45099         Log: Check the context of for/grep/map.
45100      Branch: perl
45101            ! t/op/grep.t
45102 ____________________________________________________________________________
45103 [ 21228] By: jhi                                   on 2003/09/14  13:40:23
45104         Log: For-non-perlio places we need STDOUT back.
45105      Branch: perl
45106            ! t/io/dup.t
45107 ____________________________________________________________________________
45108 [ 21227] By: jhi                                   on 2003/09/14  09:44:49
45109         Log: Also IRIX wants setlogsock('stream').
45110      Branch: perl
45111            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/syslog.t
45112 ____________________________________________________________________________
45113 [ 21224] By: jhi                                   on 2003/09/14  07:44:26
45114         Log: More portable reading.
45115      Branch: perl
45116            ! t/io/dup.t
45117 ____________________________________________________________________________
45118 [ 21222] By: jhi                                   on 2003/09/14  07:35:28
45119         Log: More dup testing.
45120      Branch: perl
45121            ! t/io/dup.t
45122 ____________________________________________________________________________
45123 [ 21220] By: jhi                                   on 2003/09/14  06:54:05
45124         Log: Use $Config{_exe}.
45125      Branch: perl
45126            ! t/run/switches.t
45127 ____________________________________________________________________________
45128 [ 21219] By: jhi                                   on 2003/09/14  06:46:26
45129         Log: Subject: Re: [PATCH 5.8.1 @20218] OS/2 API
45130              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
45131              Date: Sat, 13 Sep 2003 20:20:30 -0700
45132              Message-ID: <20030914032030.GA17822@math.berkeley.edu>
45133      Branch: perl
45134            ! os2/os2.c t/run/switches.t
45135 ____________________________________________________________________________
45136 [ 21218] By: jhi                                   on 2003/09/14  06:45:13
45137         Log: Subject: Re: [PATCH 5.8.1 @20218] OS/2 API
45138              From: Michael G Schwern <schwern@pobox.com>
45139              Date: Thu, 11 Sep 2003 15:07:10 -0700
45140              Message-ID: <20030911220710.GO18786@windhund.schwern.org>
45141
45142              (in OS/2 if a file has been chmod 0400'ed, it cannot be deleted)
45143      Branch: perl
45144            ! lib/ExtUtils/t/Manifest.t
45145 ____________________________________________________________________________
45146 [ 21217] By: jhi                                   on 2003/09/14  06:42:12
45147         Log: Subject: [PATCH] PerlIO_tmpfile clean-up for VMS
45148              From: "Craig A. Berry" <craigberry@mac.com>
45149              Date: Sun, 14 Sep 2003 00:23:56 -0500
45150              Message-ID: <3F63FB6C.5040502@mac.com>
45151      Branch: perl
45152            ! perlio.c
45153 ____________________________________________________________________________
45154 [ 21214] By: jhi                                   on 2003/09/13  18:33:41
45155         Log: parse_version doesn't always succeed.
45156      Branch: perl
45157            ! Porting/cmpVERSION.pl
45158 ____________________________________________________________________________
45159 [ 21213] By: jhi                                   on 2003/09/13  18:31:41
45160         Log: pod changes, so change $VERSION.
45161      Branch: perl
45162            ! lib/Fatal.pm
45163 ____________________________________________________________________________
45164 [ 21210] By: jhi                                   on 2003/09/13  15:24:38
45165         Log: Subject: Re: unicode regex problem
45166              From: hv@crypt.org
45167              Date: Sat, 13 Sep 2003 15:21:34 +0100
45168              Message-Id: <200309131421.h8DELYx25894@zen.crypt.org>
45169      Branch: perl
45170            ! regcomp.c t/op/pat.t
45171 ____________________________________________________________________________
45172 [ 21209] By: jhi                                   on 2003/09/13  15:22:38
45173         Log: More PerlIO warnings changes.
45174      Branch: perl
45175            ! ext/PerlIO/t/fail.t t/lib/warnings/perlio
45176 ____________________________________________________________________________
45177 [ 21208] By: jhi                                   on 2003/09/13  11:15:40
45178         Log: The "perlio: " prefix looks a little odd
45179              in the few warning/error messages, since
45180              no other 'subsystems' have prefixes.
45181      Branch: perl
45182            ! perlio.c pod/perldiag.pod t/io/open.t
45183 ____________________________________________________________________________
45184 [ 21207] By: jhi                                   on 2003/09/13  10:37:30
45185         Log: Layer names were recognized by their prefixes
45186              (e.g. open(F, ":u", "file") worked...)
45187      Branch: perl
45188            ! perlio.c t/io/open.t
45189 ____________________________________________________________________________
45190 [ 21206] By: jhi                                   on 2003/09/13  10:10:46
45191         Log: Apparently at some point doing 3-arg open with
45192              illegal mode like ">>>" had stopped croaking.
45193      Branch: perl
45194            ! doio.c t/io/open.t
45195 ____________________________________________________________________________
45196 [ 21205] By: jhi                                   on 2003/09/13  08:42:10
45197         Log: Minuscule code cleanup.
45198      Branch: perl
45199            ! doio.c
45200 ____________________________________________________________________________
45201 [ 21204] By: jhi                                   on 2003/09/13  06:47:23
45202         Log: Subject: [perl #23788] int of a fraction errors
45203              From: "Boyd, Brooks D" (via RT) <perlbug-followup@perl.org>
45204              Date: 11 Sep 2003 22:38:19 -0000
45205              Message-ID: <rt-23788-64511.8.7546744242259@rt.perl.org>
45206
45207              Add a separate faq entry for int().  (Yes, a bit redundant
45208              with the existing "why are my numbers broken" entry.)
45209      Branch: perl
45210            ! pod/perlfaq4.pod
45211 ____________________________________________________________________________
45212 [ 21203] By: jhi                                   on 2003/09/13  06:34:03
45213         Log: Subject: Unknown discipline ':utf8' w/ maint perl w/o perlio
45214              From: Stas Bekman <stas@stason.org>
45215              Date: Fri, 12 Sep 2003 13:44:11 -0700
45216              Message-ID: <3F62301B.3080604@stason.org>
45217
45218              s/discipline/IO layer/, instead of "unknown" say "unavailable",
45219              and have the fuller explanation in perldiag.
45220      Branch: perl
45221            ! doio.c pod/perldiag.pod
45222 ____________________________________________________________________________
45223 [ 21202] By: jhi                                   on 2003/09/13  06:07:27
45224         Log: Make the new glob tests pass (well, skip) even with miniperl.
45225      Branch: perl
45226            ! t/run/fresh_perl.t
45227 ____________________________________________________________________________
45228 [ 21201] By: rgs                                   on 2003/09/12  21:41:04
45229         Log: Stringify the $VERSION of DynaLoader so it's never dependent
45230              on localized float-to-string conversions.
45231      Branch: perl
45232            ! ext/DynaLoader/DynaLoader_pm.PL
45233 ____________________________________________________________________________
45234 [ 21198] By: jhi                                   on 2003/09/12  17:59:25
45235         Log: It's UTF-8, not UTF8.  (Note: not s/UTF-8/UTF8/,
45236              since that would break a lot of code.)  Also few
45237              stray UTF16s, UTF32s, and "encoded in Unicode".
45238      Branch: perl
45239            ! doop.c hv.h pod/perl570delta.pod pod/perl58delta.pod
45240            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
45241            ! pod/perlhack.pod pod/perlpodspec.pod pod/perltoc.pod
45242            ! pod/perltodo.pod pod/perlunicode.pod pod/perluniintro.pod
45243            ! pp_hot.c pp_sys.c sv.c sv.h utf8.c utf8.h utfebcdic.h
45244 ____________________________________________________________________________
45245 [ 21197] By: jhi                                   on 2003/09/12  17:24:17
45246         Log: The buildtoc now has options.
45247      Branch: perl
45248            ! pod/Makefile.SH
45249 ____________________________________________________________________________
45250 [ 21196] By: jhi                                   on 2003/09/12  14:33:16
45251         Log: Some more tweaks on open ...&=.
45252      Branch: perl
45253            ! pod/perlfunc.pod
45254 ____________________________________________________________________________
45255 [ 21194] By: jhi                                   on 2003/09/12  11:36:14
45256         Log: Slightly more documentation for open ...&=.
45257      Branch: perl
45258            ! pod/perlfunc.pod
45259 ____________________________________________________________________________
45260 [ 21193] By: jhi                                   on 2003/09/12  03:21:53
45261         Log: Document the new strict strict in strict.
45262      Branch: perl
45263            ! lib/strict.pm
45264 ____________________________________________________________________________
45265 [ 21191] By: jhi                                   on 2003/09/12  03:03:17
45266         Log: More comments for the FreeBSD threads hints.
45267      Branch: perl
45268            ! hints/freebsd.sh
45269 ____________________________________________________________________________
45270 [ 21188] By: jhi                                   on 2003/09/11  20:23:55
45271         Log: More refactoring of the FreeBSD threads hints.
45272              Basically, for fresh enough 5.x the -pthread is dropped,
45273              otherwise keep it, and no known FreeBSD release has
45274              a functional gethostbyaddr_r.
45275      Branch: perl
45276            ! hints/freebsd.sh
45277 ____________________________________________________________________________
45278 [ 21187] By: jhi                                   on 2003/09/11  20:12:00
45279         Log: Subject: [PATCH 5.8.1 @20218] OS/2 API
45280              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
45281              Date: Thu, 11 Sep 2003 09:15:04 -0700
45282              Message-ID: <20030911161504.GA16113@math.berkeley.edu>
45283      Branch: perl
45284            ! os2/OS2/Process/MANIFEST os2/OS2/Process/Process.pm
45285            ! os2/OS2/Process/Process.xs
45286 ____________________________________________________________________________
45287 [ 21186] By: jhi                                   on 2003/09/11  20:10:32
45288         Log: Subject: [PATCH maint@21148] Security: suidperl path disclosure revisited
45289              From: "Brendan O'Dea" <bod@debian.org>
45290              Date: Fri, 12 Sep 2003 00:12:51 +1000
45291              Message-ID: <20030911141251.GA26907@londo.c47.org>
45292      Branch: perl
45293            ! perl.c
45294 ____________________________________________________________________________
45295 [ 21181] By: jhi                                   on 2003/09/11  08:25:13
45296         Log: The change of not needing -pthread in FreeBSD 5.x
45297              is very recent (Sep 3) (from Anton Berezin).
45298      Branch: perl
45299            ! hints/freebsd.sh
45300 ____________________________________________________________________________
45301 [ 21179] By: jhi                                   on 2003/09/11  06:13:12
45302         Log: Upgrade to Pod::Perldoc 3.10.
45303              (Yes, the doughera address change is wrong, but hardly worth 3.11.)
45304      Branch: perl
45305            ! lib/Pod/Perldoc.pm
45306 ____________________________________________________________________________
45307 [ 21176] By: jhi                                   on 2003/09/11  05:22:27
45308         Log: Upgrade to base 2.02.
45309      Branch: perl
45310            + lib/fields-base.t
45311            ! MANIFEST lib/base.pm lib/fields.t
45312 ____________________________________________________________________________
45313 [ 21174] By: jhi                                   on 2003/09/11  04:45:56
45314         Log: Replace #21158 with a better patch from Hugo
45315              (for [perl #23769]).
45316      Branch: perl
45317            ! regcomp.c regexec.c t/op/pat.t
45318 ____________________________________________________________________________
45319 [ 21173] By: jhi                                   on 2003/09/11  03:08:04
45320         Log: Subject: [PATCH][TESTS] dumpvar.pl
45321              From: Joe McMahon <mcmahon@metalab.unc.edu>
45322              Date: Thu, 11 Sep 2003 00:10:29 -0400 (EDT)
45323              Message-ID: <Pine.LNX.4.44.0309102337150.2043-300000@tribal.metalab.unc.edu>
45324      Branch: perl
45325            ! lib/dumpvar.pl lib/dumpvar.t
45326 ____________________________________________________________________________
45327 [ 21172] By: jhi                                   on 2003/09/11  03:03:52
45328         Log: Enache still wants -pthread gone for FreeBSD 5.x
45329              since it doesn't work with the latest -current.
45330      Branch: perl
45331            ! hints/freebsd.sh
45332 ____________________________________________________________________________
45333 [ 21171] By: jhi                                   on 2003/09/11  02:58:29
45334         Log: Subject: [patch] more fullpath TAGS patches (emacs/cperl-mode.el + emacs/ptags)
45335              From: Stas Bekman <stas@stason.org>
45336              Date: Thu, 28 Aug 2003 16:10:48 -0700
45337              Message-ID: <3F4E8BF8.1090800@stason.org>
45338      Branch: perl
45339            ! emacs/cperl-mode.el emacs/ptags
45340 ____________________________________________________________________________
45341 [ 21170] By: jhi                                   on 2003/09/11  02:56:50
45342         Log: Retract #21149, sez Schwern.
45343      Branch: perl
45344            ! lib/Test/More.pm
45345 ____________________________________________________________________________
45346 [ 21169] By: jhi                                   on 2003/09/11  02:55:49
45347         Log: Retract #21168 based on advice from Anton Berezin (added).
45348      Branch: perl
45349            ! hints/freebsd.sh
45350 ____________________________________________________________________________
45351 [ 21168] By: rgs                                   on 2003/09/10  21:43:40
45352         Log: Subject: nit to hints/freebsd.sh
45353              From: Enache Adrian <enache@rdslink.ro>
45354              Date: Wed, 10 Sep 2003 19:50:59 +0300
45355              Message-ID: <20030910165059.GB1321@ratsnest.hole>
45356      Branch: perl
45357            ! hints/freebsd.sh
45358 ____________________________________________________________________________
45359 [ 21167] By: rgs                                   on 2003/09/10  21:18:59
45360         Log: Subject: Re: [perl #15395] lexical warnings and inheritance
45361              From: Anno Siegel <Siegel@zrz.TU-Berlin.DE>
45362              Date: Sun, 31 Aug 2003 22:08:19 GMT
45363              Message-Id: <200308312208.WAA25312@lublin.zrz.TU-Berlin.DE>
45364
45365              The test has been moved into warnings.pm's test suite. Note
45366              that this patch fixed as well the behaviour of warnings::enabled
45367              regarding lexical scoping and different files; hence the expected
45368              results in a few tests in /t/lib/warnings/9enabled has been
45369              reverted.
45370      Branch: perl
45371            ! lib/warnings.pm t/lib/warnings/9enabled warnings.pl
45372 ____________________________________________________________________________
45373 [ 21166] By: rgs                                   on 2003/09/10  19:36:30
45374         Log: Remove the warning in perlfaq about using map in void context :
45375              From: abigail@abigail.nl (Abigail)
45376              Subject: [PATCH perlfaq6] map in a void context.
45377              Date: Tue, 9 Sep 2003 10:31:58 +0200
45378              Message-ID: <20030909083158.GA24125@abigail.nl>
45379      Branch: perl
45380            ! pod/perlfaq6.pod
45381 ____________________________________________________________________________
45382 [ 21165] By: jhi                                   on 2003/09/10  16:48:52
45383         Log: Subject: [PATCH] AUTHORS
45384              From: enache@rdslink.ro (Enache Adrian)
45385              Date: Tue, 9 Sep 2003 19:34:05 +0300
45386              Message-ID: <20030909163405.GB1398@ratsnest.hole>
45387      Branch: perl
45388            ! AUTHORS
45389 ____________________________________________________________________________
45390 [ 21164] By: jhi                                   on 2003/09/10  15:38:51
45391         Log: Regen perlapi.
45392      Branch: perl
45393            ! pod/perlapi.pod
45394 ____________________________________________________________________________
45395 [ 21163] By: merijn                                on 2003/09/10  15:31:27
45396         Log: Subject: [perl #23778] hints/aix.sh
45397              Date: 10 Sep 2003 16:30:32 -0000
45398              From: "Gary L. Armstrong" (via RT) <perlbug-followup@perl.org>
45399              Message-ID: <rt-23778-64471.11.7773626323738@rt.perl.org>
45400      Branch: perl
45401            ! hints/aix.sh
45402 ____________________________________________________________________________
45403 [ 21162] By: jhi                                   on 2003/09/10  15:21:43
45404         Log: blead version of #21161.
45405      Branch: perl
45406            ! pod/perlvar.pod
45407 ____________________________________________________________________________
45408 [ 21160] By: jhi                                   on 2003/09/10  15:11:59
45409         Log: Subject: Re: Decreasing VMS tests in File::Spec::VMS?
45410              From: PPrymmer@factset.com
45411              Message-ID: <OF103BAFC0.72D92F9B-ON85256D98.00742293-85256D98.0077A3F5@factset.com>
45412              Date: Fri, 5 Sep 2003 17:46:48 -0400
45413      Branch: perl
45414            ! lib/File/Spec/t/Spec.t
45415 ____________________________________________________________________________
45416 [ 21159] By: jhi                                   on 2003/09/10  15:10:06
45417         Log: Subject: [PATCH 5.8.1] Unwanted "redefined" warnings in h2ph
45418              From: Kurt Starsinic <kstar@cpan.org>
45419              Date: Tue, 9 Sep 2003 23:16:00 -0400
45420              Message-ID: <20030910031600.GA30554@verizon.net>
45421
45422              Subject: Re: [PATCH 5.8.1] Unwanted "redefined" warnings in h2ph
45423              From: "Brendan O'Dea" <bod@debian.org>
45424              Date: Wed, 10 Sep 2003 22:03:15 +1000
45425              Message-ID: <20030910120315.GA1372@londo.c47.org>
45426      Branch: perl
45427            ! t/lib/h2ph.pht utils/h2ph.PL
45428 ____________________________________________________________________________
45429 [ 21158] By: jhi                                   on 2003/09/10  09:31:24
45430         Log: Unicode regex broken on simple example
45431              regrepeat() did not work right for UTF-8(ed Latin-1)
45432              in the EXACT case, which made the \x{a0}+ fail.
45433      Branch: perl
45434            ! regexec.c t/op/pat.t
45435 ____________________________________________________________________________
45436 [ 21157] By: jhi                                   on 2003/09/10  08:15:54
45437         Log: Linenumbers for utf8 warnings were wrong, test also rcatline.
45438      Branch: perl
45439            ! pp_hot.c t/io/utf8.t
45440 ____________________________________________________________________________
45441 [ 21156] By: jhi                                   on 2003/09/10  08:05:13
45442         Log: Detypo and explain better.
45443      Branch: perl
45444            ! pod/perldiag.pod
45445 ____________________________________________________________________________
45446 [ 21155] By: jhi                                   on 2003/09/10  08:02:55
45447         Log: If doing rcatline no point rescanning each time
45448              the beginning of the SV for utf8 validity.
45449      Branch: perl
45450            ! pp_hot.c
45451 ____________________________________________________________________________
45452 [ 21154] By: jhi                                   on 2003/09/10  07:16:52
45453         Log: No utf8 warnings without use warnings.
45454      Branch: perl
45455            ! t/io/utf8.t
45456 ____________________________________________________________________________
45457 [ 21153] By: jhi                                   on 2003/09/10  06:57:16
45458         Log: Reading a latin1 file with open(... "<:utf8") will freeze
45459              is no more valid, the script doesn't freeze, but I noticed
45460              that neither does the <FILE> complain about bad UTF-8 as it
45461              should and as it does with :encoding(utf8).
45462      Branch: perl
45463            ! pp_hot.c t/io/utf8.t
45464 ____________________________________________________________________________
45465 [ 21152] By: jhi                                   on 2003/09/10  06:54:02
45466         Log: A new UTF-8 API, Perl_is_utf8_string_loc(), a variant
45467              of Perl_utf8_is_string().
45468      Branch: perl
45469            ! embed.fnc embed.h global.sym proto.h utf8.c
45470 ____________________________________________________________________________
45471 [ 21151] By: jhi                                   on 2003/09/10  06:16:28
45472         Log: Document a PerlIO/Encode warning.
45473      Branch: perl
45474            ! pod/perldiag.pod
45475 ____________________________________________________________________________
45476 [ 21149] By: jhi                                   on 2003/09/09  17:22:42
45477         Log: Subject: Re: maint @ 21116
45478              From: Fergal Daly <fergal@esatclear.ie>
45479              Date: Tue, 9 Sep 2003 18:26:20 +0100
45480              Message-Id: <200309091826.20630.fergal@esatclear.ie>
45481
45482              (added warning)
45483      Branch: perl
45484            ! lib/Test/More.pm
45485 ____________________________________________________________________________
45486 [ 21146] By: jhi                                   on 2003/09/09  15:36:20
45487         Log: Adjust the test count.
45488      Branch: perl
45489            ! lib/Test/Simple/t/is_deeply.t
45490 ____________________________________________________________________________
45491 [ 21144] By: jhi                                   on 2003/09/09  15:03:58
45492         Log: AUTHORS update from Dave Mitchell.
45493      Branch: perl
45494            ! AUTHORS
45495 ____________________________________________________________________________
45496 [ 21143] By: jhi                                   on 2003/09/09  15:02:18
45497         Log: Retract #20548 and #20465.
45498      Branch: perl
45499            ! lib/Test/More.pm lib/Test/Simple/t/More.t
45500            ! lib/Test/Simple/t/is_deeply.t
45501 ____________________________________________________________________________
45502 [ 21141] By: jhi                                   on 2003/09/09  14:27:10
45503         Log: Subject: Re: maint @ 21116
45504              From: Enache Adrian <enache@rdslink.ro>
45505              Date: Tue, 9 Sep 2003 16:59:44 +0300
45506              Message-ID: <20030909135944.GA1666@ratsnest.hole>
45507      Branch: perl
45508            ! makedef.pl
45509 ____________________________________________________________________________
45510 [ 21140] By: jhi                                   on 2003/09/09  14:25:51
45511         Log: Retract #21132.
45512      Branch: perl
45513            ! makedef.pl perl.h
45514 ____________________________________________________________________________
45515 [ 21139] By: jhi                                   on 2003/09/09  11:55:33
45516         Log: Warn more about disclosing the hash seed, from Scott A. Crosby.
45517      Branch: perl
45518            ! lib/Hash/Util.pm pod/perlrun.pod
45519 ____________________________________________________________________________
45520 [ 21137] By: jhi                                   on 2003/09/09  09:50:13
45521         Log: Subject: =encoding in perlpod/perlpodspec
45522              From: sburke@cpan.org (Sean M. Burke)
45523              Date: Sun, 07 Sep 2003 03:08:28 -0800
45524              Message-ID: <5.2.1.1.1.20030907030717.00a6aaa0@mailstore.pobox.com>
45525      Branch: perl
45526            ! pod/perlpod.pod pod/perlpodspec.pod
45527 ____________________________________________________________________________
45528 [ 21136] By: jhi                                   on 2003/09/09  09:46:01
45529         Log: One more chance... Elizabeth's change #21107 plus
45530              Subject: Re: [PATCH] warnings.pl: each thread 10K smaller
45531              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
45532              Date: Tue, 9 Sep 2003 01:44:24 +0200
45533              Message-Id: <20030909014424.7ef5e0cd.rgarciasuarez@free.fr>
45534      Branch: perl
45535            ! lib/warnings.pm toke.c warnings.pl
45536 ____________________________________________________________________________
45537 [ 21135] By: jhi                                   on 2003/09/09  09:35:48
45538         Log: One more test count tweak.
45539      Branch: perl
45540            ! t/op/grep.t
45541 ____________________________________________________________________________
45542 [ 21132] By: jhi                                   on 2003/09/09  07:57:20
45543         Log: Subject: Re: maint @ 21116
45544              From: Steve Hay <steve.hay@uk.radan.com>
45545              Date: Tue, 09 Sep 2003 09:49:07 +0100
45546              Message-ID: <3F5D9403.3040004@uk.radan.com>
45547      Branch: perl
45548            ! makedef.pl perl.h
45549 ____________________________________________________________________________
45550 [ 21131] By: jhi                                   on 2003/09/09  07:54:52
45551         Log: Subject: Re: [PATCH] honoring void context for map(), return from sub end test
45552              From: david nicol <whatever@davidnicol.com>
45553              Date: 08 Sep 2003 23:39:32 -0500
45554              Message-Id: <1063082372.1375.126.camel@plaza.davidnicol.com>
45555
45556              (a testcase)
45557      Branch: perl
45558            ! t/op/grep.t
45559 ____________________________________________________________________________
45560 [ 21128] By: jhi                                   on 2003/09/09  07:08:15
45561         Log: Ooops, perlio into scalars was already history for this test...
45562      Branch: perl
45563            ! lib/dumpvar.t
45564 ____________________________________________________________________________
45565 [ 21127] By: jhi                                   on 2003/09/09  07:06:26
45566         Log: Cannot do perlio into scalars without perlio.
45567      Branch: perl
45568            ! lib/dumpvar.t
45569 ____________________________________________________________________________
45570 [ 21126] By: jhi                                   on 2003/09/09  07:04:53
45571         Log: I claim that the debugger is untestable until proven otherwise.
45572      Branch: perl
45573            - lib/perl5db/de0.t
45574            ! MANIFEST
45575 ____________________________________________________________________________
45576 [ 21124] By: jhi                                   on 2003/09/09  06:59:52
45577         Log: In trying to save space, the warnings.pl change (#21107)
45578              pulled in attributes.pm... and the change didn't seem to
45579              be that well tested with different configurations.
45580              Retract #21119, #21117, #21107.
45581      Branch: perl
45582            ! ext/B/t/stash.t lib/warnings.pm warnings.pl
45583 ____________________________________________________________________________
45584 [ 21122] By: jhi                                   on 2003/09/09  06:28:31
45585         Log: Really do #21121.
45586      Branch: perl
45587            ! MANIFEST
45588 ____________________________________________________________________________
45589 [ 21121] By: jhi                                   on 2003/09/09  05:56:52
45590         Log: There's no particular reason to have the dumpvar.t
45591              in lib/perl5db/.
45592      Branch: perl
45593            + lib/dumpvar.t
45594            - lib/perl5db/dumpvar.t
45595            ! MANIFEST
45596 ____________________________________________________________________________
45597 [ 21119] By: jhi                                   on 2003/09/09  05:46:02
45598         Log: strict stash seems to have gone, too.
45599      Branch: perl
45600            ! ext/B/t/stash.t
45601 ____________________________________________________________________________
45602 [ 21117] By: rgs                                   on 2003/09/08  22:26:36
45603         Log: Loading warnings.pm now loads attributes.pm that loads strict.pm.
45604              (due to #21107 apparently.) Adjust this test accordingly.
45605      Branch: perl
45606            ! ext/B/t/stash.t
45607 ____________________________________________________________________________
45608 [ 21113] By: jhi                                   on 2003/09/08  21:10:53
45609         Log: Subject: [PATCH] silence 1 compiler warning
45610              From: Nicholas Clark <nick@ccl4.org>
45611              Date: Mon, 8 Sep 2003 23:04:45 +0100
45612              Message-ID: <20030908230445.E30881@plum.flirble.org>
45613      Branch: perl
45614            ! universal.c
45615 ____________________________________________________________________________
45616 [ 21112] By: jhi                                   on 2003/09/08  21:09:34
45617         Log: Retract #21096, mostly: I had misexplained the situation
45618              to Scott A. Crosby.  Seeing the seed value while not good
45619              for the ultimate paranoia viewpoint is not that bad, as long
45620              as the users are fully aware of the dangers of disclosing
45621              the hash seed.     So hash_seed() is okay.
45622
45623              Being able to see the hash values (as in Java) would
45624              be another option, but dubious: it's not that per-key
45625              hash values themselves are bad to allow scripts to see,
45626              but rather that hash values are just as sensitive (from
45627              the DoSing viewpoint) as the hash seed itself (and there
45628              usually more hash values than the one hash seed....)
45629      Branch: perl
45630            ! lib/Hash/Util.pm lib/Hash/Util.t pod/perlrun.pod universal.c
45631 ____________________________________________________________________________
45632 [ 21110] By: jhi                                   on 2003/09/08  20:59:04
45633         Log: Urk.  unique, not shared.
45634      Branch: perl
45635            ! configpm
45636 ____________________________________________________________________________
45637 [ 21109] By: jhi                                   on 2003/09/08  20:57:25
45638         Log: Subject: [PATCH] configpm: about 1.5K less per thread
45639              From: Elizabeth Mattijsen <liz@dijkmat.nl>
45640              Date: Mon, 8 Sep 2003 23:58:34 +0200
45641              Message-Id: <p05111b21bb829c68b496@[192.168.56.4]>
45642      Branch: perl
45643            ! configpm
45644 ____________________________________________________________________________
45645 [ 21107] By: jhi                                   on 2003/09/08  20:45:38
45646         Log: Subject: [PATCH] warnings.pl: each thread 10K smaller
45647              From: Elizabeth Mattijsen <liz@dijkmat.nl>
45648              Date: Mon, 8 Sep 2003 22:22:38 +0200
45649              Message-Id: <p05111b16bb827ce551da@[192.168.56.4]>
45650      Branch: perl
45651            ! lib/warnings.pm warnings.pl
45652 ____________________________________________________________________________
45653 [ 21106] By: rgs                                   on 2003/09/08  20:45:03
45654         Log: A version of change #21073 that works.
45655      Branch: perl
45656            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
45657 ____________________________________________________________________________
45658 [ 21105] By: jhi                                   on 2003/09/08  20:44:22
45659         Log: Regen perlapi.
45660      Branch: perl
45661            ! pod/perlapi.pod
45662 ____________________________________________________________________________
45663 [ 21103] By: jhi                                   on 2003/09/08  20:18:56
45664         Log: Radu Greab is my hero (the recent cygwin getpw*->pw_comment
45665              being a bad pointer is apparently a known cygwin bug).     The
45666              cure is to initialize the field.
45667      Branch: perl
45668            ! pp_sys.c
45669 ____________________________________________________________________________
45670 [ 21100] By: jhi                                   on 2003/09/08  19:38:39
45671         Log: Bad export.
45672      Branch: perl
45673            ! lib/Hash/Util.t
45674 ____________________________________________________________________________
45675 [ 21098] By: jhi                                   on 2003/09/08  19:06:09
45676         Log: The IPC::Open3 is just too unreliable for this task.
45677      Branch: perl
45678            ! lib/perl5db/de0.t
45679 ____________________________________________________________________________
45680 [ 21097] By: jhi                                   on 2003/09/08  18:42:43
45681         Log: Try to make the de0.t test more robust.
45682              The test is so flakey (too many external things influencing
45683              the result) that I'm likely to leave it out from the maint.
45684      Branch: perl
45685            ! lib/perl5db/de0.t
45686 ____________________________________________________________________________
45687 [ 21096] By: jhi                                   on 2003/09/08  17:58:19
45688         Log: Scott A. Crosby believes in not disclosing
45689              any more information than necessary: therefore
45690              instead of hash_seed() we have now hashes_random().
45691      Branch: perl
45692            ! lib/Hash/Util.pm lib/Hash/Util.t pod/perlrun.pod universal.c
45693 ____________________________________________________________________________
45694 [ 21095] By: jhi                                   on 2003/09/08  17:36:50
45695         Log: Mac OS X "last resort" recipe.
45696      Branch: perl
45697            ! README.macosx
45698 ____________________________________________________________________________
45699 [ 21094] By: jhi                                   on 2003/09/08  16:50:55
45700         Log: Subject: [patch] AUTHORS
45701              From: Juerd <juerd@cpan.org>
45702              Date: Mon, 8 Sep 2003 08:42:13 +0200
45703              Message-ID: <20030908064213.GC23461@c3.convolution.nl>
45704      Branch: perl
45705            ! AUTHORS
45706 ____________________________________________________________________________
45707 [ 21093] By: jhi                                   on 2003/09/08  15:47:14
45708         Log: Slightly more intelligent paranoia.
45709      Branch: perl
45710            ! pod/perldiag.pod util.c
45711 ____________________________________________________________________________
45712 [ 21090] By: jhi                                   on 2003/09/08  14:07:03
45713         Log: Win32 is playing to hard to get but I do not have
45714              time to chase it, so restore #21072, more or less.
45715              I think testing the debugger in UNIX-like places
45716              is enough, no need to go into painful contortions
45717              trying to "portably" run interactive programs like
45718              the debugger.
45719      Branch: perl
45720            ! lib/perl5db/de0.t
45721 ____________________________________________________________________________
45722 [ 21088] By: jhi                                   on 2003/09/08  12:50:15
45723         Log: 5.8.1 was mistakenly redefining PL_sv_placeholder.
45724      Branch: perl
45725            ! ext/Storable/Storable.xs
45726 ____________________________________________________________________________
45727 [ 21087] By: jhi                                   on 2003/09/08  12:34:37
45728         Log: Add Hash::Util::hash_seed() which answers among
45729              other things the question whether our hashes are
45730              "randomised".  (They always were...)
45731      Branch: perl
45732            ! lib/Hash/Util.pm lib/Hash/Util.t pod/perlrun.pod universal.c
45733 ____________________________________________________________________________
45734 [ 21086] By: jhi                                   on 2003/09/08  12:22:03
45735         Log: XSRETURN_UV was missing.
45736      Branch: perl
45737            ! XSUB.h
45738 ____________________________________________________________________________
45739 [ 21085] By: jhi                                   on 2003/09/08  12:15:23
45740         Log: Superparanoia.
45741      Branch: perl
45742            ! util.c
45743 ____________________________________________________________________________
45744 [ 21084] By: ams                                   on 2003/09/08  11:44:25
45745         Log: Clean up pp_readdir() somewhat.
45746      Branch: perl
45747            ! pp_sys.c
45748 ____________________________________________________________________________
45749 [ 21082] By: jhi                                   on 2003/09/08  11:32:46
45750         Log: The #21073 broke ext/B/t/o.t, retracting the #21073.
45751      Branch: perl
45752            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
45753 ____________________________________________________________________________
45754 [ 21080] By: jhi                                   on 2003/09/08  09:52:40
45755         Log: In Win32 IPC::Open3 + IO::Select does not work that well
45756              so mostly undo the change #21072 and revert back to using
45757              a temp file.
45758      Branch: perl
45759            ! lib/perl5db/de0.t
45760 ____________________________________________________________________________
45761 [ 21078] By: jhi                                   on 2003/09/08  09:10:47
45762         Log: In Win32 the cmd.exe console output doesn't seem to
45763              be catchable using the in-memory I/O + select trick,
45764              so use tie-STDOUT trick instead.
45765      Branch: perl
45766            ! lib/perl5db/dumpvar.t
45767 ____________________________________________________________________________
45768 [ 21077] By: jhi                                   on 2003/09/08  09:03:13
45769         Log: Move Config test.
45770      Branch: perl
45771            ! lib/perl5db/de0.t
45772 ____________________________________________________________________________
45773 [ 21076] By: jhi                                   on 2003/09/08  08:50:27
45774         Log: Let's require fork for this test.
45775      Branch: perl
45776            ! lib/perl5db/de0.t
45777 ____________________________________________________________________________
45778 [ 21074] By: jhi                                   on 2003/09/08  08:09:27
45779         Log: Subject: [PATCH] call_(pv|etc.) for Devel::PPPort
45780              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
45781              Date: Mon, 08 Sep 2003 08:56:09 +0200
45782              Message-id: <20030908065609.GA1260@ethan>
45783      Branch: perl
45784            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
45785            ! ext/Devel/PPPort/t/test.t
45786 ____________________________________________________________________________
45787 [ 21073] By: jhi                                   on 2003/09/08  08:07:55
45788         Log: Subject: Re: one nit to fix [PATCH]
45789              From: Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com>
45790              Date: Mon, 8 Sep 2003 10:19:08 +0200
45791              Message-Id: <20030908101908.5571326d.rgarcia@hexaflux.com>
45792      Branch: perl
45793            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
45794 ____________________________________________________________________________
45795 [ 21072] By: jhi                                   on 2003/09/08  08:04:53
45796         Log: Subject: Re: [PATCH] Test skeleton for debugger commands
45797              From: Andreas J Koenig <andreas.koenig@anima.de>
45798              Date: Mon, 08 Sep 2003 10:48:27 +0200
45799              Message-ID: <87llszis2s.fsf@franz.ak.mind.de>
45800      Branch: perl
45801            ! lib/perl5db/de0.t
45802 ____________________________________________________________________________
45803 [ 21071] By: jhi                                   on 2003/09/08  06:46:00
45804         Log: de0.t: use Test::More, add some tests.
45805      Branch: perl
45806            ! lib/perl5db/de0.t
45807 ____________________________________________________________________________
45808 [ 21070] By: jhi                                   on 2003/09/08  06:31:39
45809         Log: More dumpvar testing.
45810      Branch: perl
45811            ! lib/perl5db/dumpvar.t
45812 ____________________________________________________________________________
45813 [ 21069] By: jhi                                   on 2003/09/08  05:34:03
45814         Log: An empty test.
45815      Branch: perl
45816            ! lib/perl5db/dumpvar.t
45817 ____________________________________________________________________________
45818 [ 21068] By: jhi                                   on 2003/09/08  05:21:21
45819         Log: dumpvar.t: use Test::More;
45820      Branch: perl
45821            ! lib/perl5db/dumpvar.t
45822 ____________________________________________________________________________
45823 [ 21067] By: jhi                                   on 2003/09/08  05:11:46
45824         Log: Cleanup PerlIO::scalar documentation a bit.
45825      Branch: perl
45826            ! ext/PerlIO/scalar/scalar.pm
45827 ____________________________________________________________________________
45828 [ 21066] By: jhi                                   on 2003/09/08  04:49:28
45829         Log: The in-memory files require PerlIO::scalar.
45830      Branch: perl
45831            ! lib/perl5db/dumpvar.t
45832 ____________________________________________________________________________
45833 [ 21065] By: rgs                                   on 2003/09/07  21:17:23
45834         Log: Subject: [PATCH] Test skeleton for debugger commands
45835              From: Andreas J Koenig <andreas.koenig@anima.de>
45836              Date: Sun, 07 Sep 2003 18:51:56 +0200
45837              Message-ID: <87fzj8k0cz.fsf@franz.ak.mind.de>
45838              With minor adjustments
45839      Branch: perl
45840            + lib/perl5db/de0.t lib/perl5db/dumpvar.t
45841            ! MANIFEST
45842 ____________________________________________________________________________
45843 [ 21064] By: rgs                                   on 2003/09/07  19:12:05
45844         Log: Upgrade to Unicode::Collate 0.28
45845      Branch: perl
45846            + lib/Unicode/Collate/t/contract.t
45847            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
45848            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
45849 ____________________________________________________________________________
45850 [ 21063] By: rgs                                   on 2003/09/07  18:25:23
45851         Log: Subject: [PATCH] Re: [perl #23656] Safe reval bleeds local variable values
45852              From: Dave Mitchell <davem@fdgroup.com>
45853              Date: Sun, 7 Sep 2003 19:14:44 +0100
45854              Message-ID: <20030907181444.GA7058@fdgroup.com>
45855      Branch: perl
45856            ! ext/Opcode/Safe.pm
45857 ____________________________________________________________________________
45858 [ 21062] By: rgs                                   on 2003/09/07  12:44:33
45859         Log: Subject: [PATCH] honoring void context for map()
45860              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
45861              Date: Thu, 04 Sep 2003 11:13:41 +0200
45862              Message-id: <20030904091341.GA30655@ethan>
45863      Branch: perl
45864            ! pp_ctl.c
45865 ____________________________________________________________________________
45866 [ 21061] By: jhi                                   on 2003/09/07  07:04:53
45867         Log: Retract #21010.
45868      Branch: perl
45869            ! lib/dumpvar.pl
45870 ____________________________________________________________________________
45871 [ 21060] By: rgs                                   on 2003/09/06  21:30:10
45872         Log: Minor doc style nits in XSLoader.
45873      Branch: perl
45874            ! ext/DynaLoader/XSLoader_pm.PL
45875 ____________________________________________________________________________
45876 [ 21058] By: jhi                                   on 2003/09/06  19:57:46
45877         Log: Vanity patch.
45878      Branch: perl
45879            ! AUTHORS
45880 ____________________________________________________________________________
45881 [ 21057] By: jhi                                   on 2003/09/06  19:56:53
45882         Log: Updated Sharp Zaurus cross-compilation from Redvers Davies.
45883      Branch: perl
45884            ! Cross/Makefile Cross/Makefile.SH.patch Cross/README Cross/TODO
45885            ! Cross/config.sh-arm-linux Cross/generate_config_sh
45886            ! Cross/installperl.patch
45887 ____________________________________________________________________________
45888 [ 21056] By: rgs                                   on 2003/09/06  19:03:41
45889         Log: Email nits in Fatal.pm [perl #23724].
45890      Branch: perl
45891            ! lib/Fatal.pm
45892 ____________________________________________________________________________
45893 [ 21052] By: jhi                                   on 2003/09/05  20:34:15
45894         Log: Musty corners of Syslog.pm.
45895      Branch: perl
45896            ! ext/Sys/Syslog/Syslog.pm
45897 ____________________________________________________________________________
45898 [ 21051] By: ams                                   on 2003/09/05  18:43:46
45899         Log: 1. Work around the bug fixed by #20587 (because it's in 5.8.0).
45900              2. Compensate for PL_sv_placeholder <= 5.8.1.
45901              3. Clean up non-backwards-compatible tests.
45902              4. Prepare for the 2.08 CPAN release.
45903      Branch: perl
45904            ! ext/Storable/ChangeLog ext/Storable/Storable.xs
45905            ! ext/Storable/t/freeze.t ext/Storable/t/malice.t
45906            ! ext/Storable/t/utf8hash.t
45907 ____________________________________________________________________________
45908 [ 21048] By: jhi                                   on 2003/09/05  13:53:23
45909         Log: One more known tie problem.
45910      Branch: perl
45911            ! pod/perltie.pod
45912 ____________________________________________________________________________
45913 [ 21047] By: jhi                                   on 2003/09/05  13:46:35
45914         Log: Subject: [PATCH] threads/shared.pm: saves 4K per thread
45915              Date: Fri, 5 Sep 2003 14:46:00 +0200
45916              Message-Id: <p05111b05bb7e177db044@[192.168.56.4]>
45917              From: Elizabeth Mattijsen <liz@dijkmat.nl>
45918      Branch: perl
45919            ! ext/threads/shared/shared.pm
45920 ____________________________________________________________________________
45921 [ 21046] By: jhi                                   on 2003/09/05  13:44:30
45922         Log: Subject: versions threads modules
45923              From: Elizabeth Mattijsen <liz@dijkmat.nl>
45924              Date: Fri, 5 Sep 2003 12:22:52 +0200
45925              Message-Id: <p05111b03bb7e1423e6ff@[192.168.56.4]>
45926      Branch: perl
45927            ! ext/threads/shared/shared.pm
45928 ____________________________________________________________________________
45929 [ 21045] By: jhi                                   on 2003/09/05  13:43:36
45930         Log: More suidperl path disclosure plugging:
45931              the #9813 didn't do enough.  See either of
45932              http://rt.perl.org/rt2/Ticket/Display.html?id=6511
45933              http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=203426
45934      Branch: perl
45935            ! perl.c pod/perldiag.pod
45936 ____________________________________________________________________________
45937 [ 21044] By: jhi                                   on 2003/09/05  13:09:54
45938         Log: FreeBSD hints updates from Anton Berezin.
45939      Branch: perl
45940            ! hints/freebsd.sh
45941 ____________________________________________________________________________
45942 [ 21043] By: merijn                                on 2003/09/05  11:18:20
45943         Log: Changed conflicting diff options
45944      Branch: perl
45945            ! patchlevel.h
45946 ____________________________________________________________________________
45947 [ 21042] By: jhi                                   on 2003/09/05  06:47:43
45948         Log: Acknowledge some known tie bugs.
45949      Branch: perl
45950            ! pod/perltie.pod
45951 ____________________________________________________________________________
45952 [ 21041] By: merijn                                on 2003/09/05  04:50:44
45953         Log: Subject: [PATCH] Remove dublicated entry in AUTHORS
45954              From: Ilya Martynov <ilya@martynov.org>
45955              Date: Fri, 05 Sep 2003 00:49:57 +0400
45956              Message-ID: <8765k8uvm2.fsf@abra.ru>
45957      Branch: perl
45958            ! AUTHORS
45959 ____________________________________________________________________________
45960 [ 21040] By: jhi                                   on 2003/09/05  04:36:48
45961         Log: code example error in "perlopentut"
45962      Branch: perl
45963            ! pod/perlopentut.pod
45964 ____________________________________________________________________________
45965 [ 21039] By: jhi                                   on 2003/09/05  04:13:17
45966         Log: Another seemingly fixed (un)tie bug,
45967              [perl ##22297] cannot untie scalar from within tied FETCH
45968      Branch: perl
45969            ! t/op/tie.t
45970 ____________________________________________________________________________
45971 [ 21036] By: jhi                                   on 2003/09/04  19:34:26
45972         Log: Subject: Re: [PATCH] Data::Dumper 2.121
45973              From: Ilya Martynov <ilya@martynov.org>
45974              Date: Fri, 05 Sep 2003 00:33:46 +0400
45975              Message-ID: <87ad9kuwd1.fsf@abra.ru>
45976      Branch: perl
45977            ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
45978            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
45979            ! ext/Data/Dumper/t/overload.t ext/Data/Dumper/t/pair.t
45980 ____________________________________________________________________________
45981 [ 21033] By: jhi                                   on 2003/09/04  18:52:29
45982         Log: I think once is enough.
45983      Branch: perl
45984            ! configure.gnu
45985 ____________________________________________________________________________
45986 [ 21032] By: jhi                                   on 2003/09/04  17:30:28
45987         Log: Subject: [PATCH] Re: [PATCH] Re: ByteLoader and MSWin32
45988              From: Enache Adrian <enache@rdslink.ro>
45989              Date: Thu, 4 Sep 2003 20:09:06 +0300
45990              Message-ID: <20030904170906.GA1235@ratsnest.hole>
45991      Branch: perl
45992            ! bytecode.pl ext/B/B/Bytecode.pm ext/ByteLoader/bytecode.h
45993            ! ext/ByteLoader/byterun.c
45994 ____________________________________________________________________________
45995 [ 21031] By: jhi                                   on 2003/09/04  17:27:58
45996         Log: Subject: [PATCH] perlreftut: change distribution conditions
45997              From: "Brendan O'Dea" <bod@debian.org>
45998              Date: Thu, 4 Sep 2003 02:28:49 +1000
45999              Message-ID: <20030903162849.GA9675@londo.c47.org>
46000      Branch: perl
46001            ! pod/perlreftut.pod
46002 ____________________________________________________________________________
46003 [ 21030] By: jhi                                   on 2003/09/04  17:26:48
46004         Log: Subject: Re: "vendor" patch pickup
46005              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
46006              Date: Thu, 4 Sep 2003 19:47:55 +0200
46007              Message-ID: <009b01c3730c$ac45e750$0c2f1fac@R2D2>
46008
46009              (Gentoo: take Marcus' version of the __THROW patch and
46010              even further #ifdef-protect it with __GLIBC__.)
46011      Branch: perl
46012            ! perl.h
46013 ____________________________________________________________________________
46014 [ 21029] By: jhi                                   on 2003/09/04  16:01:26
46015         Log: Tiny perlcc tweaks.
46016      Branch: perl
46017            ! utils/perlcc.PL
46018 ____________________________________________________________________________
46019 [ 21028] By: jhi                                   on 2003/09/04  15:10:48
46020         Log: A SuSE patchlet for perlcc -c to avoid
46021              "Modification of a read-only value attempted at ... C.pm"
46022      Branch: perl
46023            ! ext/B/B/C.pm
46024 ____________________________________________________________________________
46025 [ 21027] By: jhi                                   on 2003/09/04  08:54:40
46026         Log: AUTHORS updates.
46027      Branch: perl
46028            ! AUTHORS
46029 ____________________________________________________________________________
46030 [ 21025] By: jhi                                   on 2003/09/03  20:27:56
46031         Log: Upgrade to Math::BigInt pre-rel 1.66 as of
46032              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-09/msg00242.html
46033              (the tar.gz link doesn't have 'v1.66', it has '1.66')
46034              so that the smoke builds can start chewing it.
46035      Branch: perl
46036            ! lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
46037            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
46038            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
46039            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
46040            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/sub_mbf.t
46041            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/with_sub.t
46042 ____________________________________________________________________________
46043 [ 21022] By: jhi                                   on 2003/09/03  16:42:24
46044         Log: Subject: [PATCH Porting/valgrindpp.pl] fix: output from different pids
46045              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
46046              Date: Wed, 3 Sep 2003 19:20:20 +0200
46047              Message-ID: <005901c3723f$a7914f10$0c2f1fac@R2D2>
46048      Branch: perl
46049            ! Porting/valgrindpp.pl
46050 ____________________________________________________________________________
46051 [ 21019] By: jhi                                   on 2003/09/03  15:51:35
46052         Log: Also indicate the Unicode level here.
46053              (The last date is non-committal :-)
46054      Branch: perl
46055            ! pod/perlunicode.pod
46056 ____________________________________________________________________________
46057 [ 21018] By: jhi                                   on 2003/09/03  12:08:23
46058         Log: Avoid lvalue casts, from Enache.
46059      Branch: perl
46060            ! ext/ByteLoader/bytecode.h op.h
46061 ____________________________________________________________________________
46062 [ 21017] By: jhi                                   on 2003/09/03  08:23:39
46063         Log: Bump up the VERSION.
46064      Branch: perl
46065            ! lib/bytes.pm
46066 ____________________________________________________________________________
46067 [ 21016] By: jhi                                   on 2003/09/03  08:22:48
46068         Log: Add, document, and test bytes::substr, index, rindex, chr,
46069              document bytes::ord.
46070      Branch: perl
46071            ! lib/bytes.pm lib/bytes.t lib/bytes_heavy.pl
46072 ____________________________________________________________________________
46073 [ 21014] By: jhi                                   on 2003/09/03  06:16:24
46074         Log: Subject: [PATCH] Re: maint@20974 or before broke mp2 ithreads test
46075              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
46076              Date: Wed, 3 Sep 2003 08:57:25 +0200 (MEST)
46077              Message-ID: <29644.1062572245@www50.gmx.net>
46078
46079              The other half of #20930 should be still good.
46080      Branch: perl
46081            ! op.c
46082 ____________________________________________________________________________
46083 [ 21013] By: jhi                                   on 2003/09/03  06:15:09
46084         Log: use IO; is deprecated.
46085      Branch: perl
46086            ! ext/threads/t/join.t
46087 ____________________________________________________________________________
46088 [ 21012] By: jhi                                   on 2003/09/03  05:28:50
46089         Log: Upgrade to base 2.01 from CPAN.
46090      Branch: perl
46091            ! lib/base.pm lib/fields.pm
46092 ____________________________________________________________________________
46093 [ 21011] By: jhi                                   on 2003/09/03  05:08:29
46094         Log: Changing the test count is a good idea.
46095      Branch: perl
46096            ! ext/threads/t/join.t
46097 ____________________________________________________________________________
46098 [ 21010] By: jhi                                   on 2003/09/03  04:59:38
46099         Log: Subject: {PATCH 5.8.1] Re: [perl #23651] Debugger dump failed for blessed REF object
46100              From: Joe McMahon <mcmahon@ibiblio.org>
46101              Date: Tue, 2 Sep 2003 18:02:14 -0400
46102              Message-Id: <1C49133C-DD91-11D7-8450-000393BCA0FC@ibiblio.org>
46103      Branch: perl
46104            ! lib/dumpvar.pl
46105 ____________________________________________________________________________
46106 [ 21009] By: jhi                                   on 2003/09/03  04:48:40
46107         Log: Subject: Re: maint@20974 or before broke mp2 ithreads test
46108              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
46109              Date: Wed, 3 Sep 2003 06:07:54 +0200
46110              Message-ID: <044101c371d0$f39b3fc0$0c2f1fac@R2D2>
46111      Branch: perl
46112            ! ext/threads/t/join.t
46113 ____________________________________________________________________________
46114 [ 21008] By: jhi                                   on 2003/09/03  04:31:35
46115         Log: VMS does not have quite UNIX glob semantics.
46116      Branch: perl
46117            ! t/run/fresh_perl.t
46118 ____________________________________________________________________________
46119 [ 21007] By: rgs                                   on 2003/09/02  21:21:27
46120         Log: Subject: some method calls not autoloaded
46121              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
46122              Date: Tue, 2 Sep 2003 15:06:29 -0700
46123              Message-ID: <20030902220629.GA2952@efn.org>
46124      Branch: perl
46125            ! pod/perlfunc.pod pod/perlsub.pod
46126 ____________________________________________________________________________
46127 [ 21003] By: jhi                                   on 2003/09/02  19:01:07
46128         Log: An untie test from perlmonks-- worked in 5.6.1,
46129              broken in 5.8.0, seems to be working again in maint,
46130              better nail it down now.
46131      Branch: perl
46132            ! t/op/tie.t
46133 ____________________________________________________________________________
46134 [ 21000] By: jhi                                   on 2003/09/02  15:35:40
46135         Log: Retract #20930 because of
46136              Subject: maint@20974 or before broke mp2 ithreads test
46137              From: Stas Bekman <stas@stason.org>
46138              Date: Mon, 01 Sep 2003 23:31:11 -0700
46139              Message-ID: <3F54392F.7080009@stason.org>
46140      Branch: perl
46141            ! op.c
46142 ____________________________________________________________________________
46143 [ 20999] By: jhi                                   on 2003/09/02  15:34:14
46144         Log: Subject: [DOCPATCH] Re: [perl #23630] problem with "used only once" warning
46145              From: Fergal Daly <fergal@esatclear.ie>
46146              Date: Tue, 2 Sep 2003 17:36:52 +0100
46147              Message-Id: <200309021736.52725.fergal@esatclear.ie>
46148      Branch: perl
46149            ! pod/perldiag.pod
46150 ____________________________________________________________________________
46151 [ 20998] By: jhi                                   on 2003/09/02  15:02:47
46152         Log: Subject: [perl #23672] Math::BigInit POD
46153              From: "abigail@abigail.nl (via RT)" <perlbug-followup@perl.org>
46154              Date: 1 Sep 2003 08:47:39 -0000
46155              Message-ID: <rt-23672-64035.19.2973991993763@rt.perl.org>
46156      Branch: perl
46157            ! lib/Math/BigInt.pm
46158 ____________________________________________________________________________
46159 [ 20997] By: jhi                                   on 2003/09/02  14:58:21
46160         Log: Subject: [PATCH perlfaq6.pod] Explain \Q better
46161              From: Mark Jason Dominus <mjd@plover.com>
46162              Date: Mon, 01 Sep 2003 16:19:20 -0400
46163              Message-ID: <20030901201920.3929.qmail@plover.com>
46164      Branch: perl
46165            ! pod/perlfaq6.pod
46166 ____________________________________________________________________________
46167 [ 20996] By: jhi                                   on 2003/09/02  14:56:29
46168         Log: Subject: [PATCH] grok_(number|numeric_radix) added to Devel::PPPort
46169              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
46170              Date: Tue, 02 Sep 2003 11:27:19 +0200
46171              Message-id: <20030902092719.GA18075@ethan>
46172      Branch: perl
46173            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
46174            ! ext/Devel/PPPort/t/test.t
46175 ____________________________________________________________________________
46176 [ 20993] By: jhi                                   on 2003/09/02  14:40:54
46177         Log: Subject: [PATCH] Re: ByteLoader and MSWin32
46178              From: Enache Adrian <enache@rdslink.ro>
46179              Date: Tue, 2 Sep 2003 03:45:11 +0300
46180              Message-ID: <20030902004511.GA1442@ratsnest.hole>
46181      Branch: perl
46182            ! embed.fnc embed.h ext/ByteLoader/bytecode.h global.sym op.c
46183            ! op.h proto.h t/TEST
46184 ____________________________________________________________________________
46185 [ 20990] By: jhi                                   on 2003/09/02  04:29:45
46186         Log: Upgrade to Unicode::Collate 0.27.
46187      Branch: perl
46188            + lib/Unicode/Collate/t/hangul.t
46189            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
46190            ! lib/Unicode/Collate/README
46191 ____________________________________________________________________________
46192 [ 20989] By: jhi                                   on 2003/09/02  04:23:20
46193         Log: Subject: [PATCH Porting/valgrindpp.pl] more options for valgrindpp.pl
46194              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
46195              Date: Mon, 1 Sep 2003 22:28:58 +0200
46196              Message-ID: <007701c370c7$acb85430$0c2f1fac@R2D2>
46197      Branch: perl
46198            ! Porting/valgrindpp.pl
46199 ____________________________________________________________________________
46200 [ 20983] By: jhi                                   on 2003/09/01  14:14:49
46201         Log: From Craig Berry, following the example of the other podxxx.PL
46202              in relying on basename($0, '.PL') to Do The Right Thing with
46203              regard to the case of the extension, which could be either
46204              .pl or .PL on VMS depending on version-specific features.
46205      Branch: perl
46206            ! pod/pod2usage.PL pod/podselect.PL
46207 ____________________________________________________________________________
46208 [ 20982] By: jhi                                   on 2003/09/01  13:01:49
46209         Log: Configure -r in AIX bad.
46210      Branch: perl
46211            ! README.aix
46212 ____________________________________________________________________________
46213 [ 20981] By: jhi                                   on 2003/09/01  11:28:35
46214         Log: Subject: [DOC PATCH] perlfaq4.pod
46215              Date: Mon, 1 Sep 2003 12:38:50 +0200
46216              From: Elizabeth Mattijsen <liz@dijkmat.nl>
46217              Message-Id: <p05111b19bb78d1d7aa70@[192.168.56.4]>
46218      Branch: perl
46219            ! pod/perlfaq4.pod
46220 ____________________________________________________________________________
46221 [ 20980] By: jhi                                   on 2003/09/01  08:49:02
46222         Log: Subject: glob() bug
46223              From: Gurusamy Sarathy <gsar@ActiveState.com>
46224              Date: Mon, 01 Sep 2003 02:25:41 -0700
46225              Message-Id: <200309010925.h819Pf0X011457@smtp3.ActiveState.com>
46226      Branch: perl
46227            ! op.c t/run/fresh_perl.t
46228 ____________________________________________________________________________
46229 [ 20979] By: jhi                                   on 2003/09/01  06:32:01
46230         Log: Ultrix VAX is like VMS VAX in floating point.
46231      Branch: perl
46232            ! t/op/sprintf.t
46233 ____________________________________________________________________________
46234 [ 20978] By: jhi                                   on 2003/09/01  05:44:25
46235         Log: Subject: [PATCH@20959] some WinCE compilers require a little correction
46236              From: Vadim Konovalov <vkonovalov@peterstar.ru>
46237              Date: Mon, 1 Sep 2003 02:57:33 +0400
46238              Message-ID: <1091134912500.20030901025733@peterstar.ru>
46239      Branch: perl
46240            ! wince/Makefile.ce wince/wince.c
46241 ____________________________________________________________________________
46242 [ 20973] By: jhi                                   on 2003/08/31  15:34:43
46243         Log: Add test for -i.
46244      Branch: perl
46245            ! MANIFEST t/run/switches.t
46246 ____________________________________________________________________________
46247 [ 20972] By: jhi                                   on 2003/08/31  15:12:10
46248         Log: Add tests for -h and (unknown) -z.
46249      Branch: perl
46250            ! MANIFEST t/run/switches.t
46251 ____________________________________________________________________________
46252 [ 20971] By: jhi                                   on 2003/08/31  15:03:42
46253         Log: Add test for -v.
46254      Branch: perl
46255            ! MANIFEST t/run/switches.t
46256 ____________________________________________________________________________
46257 [ 20970] By: jhi                                   on 2003/08/31  14:55:54
46258         Log: List the switches tested in switches.t.
46259      Branch: perl
46260            ! t/run/switches.t
46261 ____________________________________________________________________________
46262 [ 20969] By: jhi                                   on 2003/08/31  14:51:19
46263         Log: Subject: [PATCH: perl@20898] have installperl install perl_setup.com and dbga2p.exe for VMS
46264              From: PPrymmer@factset.com
46265              Message-ID: <OF0394CB1E.C7646793-ON85256D93.004D75D4-85256D93.004E01F2@factset.com>
46266              Date: Sun, 31 Aug 2003 10:11:54 -0400
46267      Branch: perl
46268            ! installperl
46269 ____________________________________________________________________________
46270 [ 20968] By: jhi                                   on 2003/08/31  13:24:10
46271         Log: Subject: [PATCH sv.c] Re: [PATCH] add "$lexical not available" warning in C<for my $lex ()>
46272              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
46273              Date: Sun, 31 Aug 2003 15:21:17 +0200
46274              Message-ID: <038401c36fc2$d01b1440$9b00a8c0@R2D2>
46275      Branch: perl
46276            ! sv.c
46277 ____________________________________________________________________________
46278 [ 20965] By: jhi                                   on 2003/08/31  08:55:59
46279         Log: Ouch.  Upgrading to base 2.0 made the threads tests very unhappy
46280              both in blead and maint, lots of "Attempt to free non-existent
46281              shared string" and "Unbalanced string table refcount" errors.
46282              Retract #20960 (and #20963).
46283      Branch: perl
46284            - lib/base/t/base.t lib/base/t/fb18784.t lib/base/t/fb20922.t
46285            - lib/base/t/fields.t lib/base/t/fp560.t lib/base/t/fp580.t
46286            ! MANIFEST lib/base.pm lib/fields.pm
46287 ____________________________________________________________________________
46288 [ 20964] By: jhi                                   on 2003/08/31  08:17:43
46289         Log: Integrate from maint:
46290              [ 20963]
46291              Muffle the 'Pseudo-hashes are deprecated' warning for maint.
46292      Branch: perl
46293           !> lib/base/t/fp560.t
46294 ____________________________________________________________________________
46295 [ 20961] By: jhi                                   on 2003/08/31  08:09:21
46296         Log: De-cargo-cult.
46297      Branch: perl
46298            ! ext/DynaLoader/t/XSLoader.t ext/SDBM_File/t/sdbm.t
46299 ____________________________________________________________________________
46300 [ 20960] By: jhi                                   on 2003/08/31  08:07:43
46301         Log: Upgrade to base.pm 2.0.
46302
46303              (Rename the tests around a bit to be more 8.3-friendly.)
46304      Branch: perl
46305            + lib/base/t/base.t lib/base/t/fb18784.t lib/base/t/fb20922.t
46306            + lib/base/t/fields.t lib/base/t/fp560.t lib/base/t/fp580.t
46307            ! MANIFEST lib/base.pm lib/fields.pm
46308 ____________________________________________________________________________
46309 [ 20957] By: jhi                                   on 2003/08/30  18:47:02
46310         Log: Fewer naked char constants.
46311      Branch: perl
46312            ! doio.c perlio.c sv.h
46313 ____________________________________________________________________________
46314 [ 20956] By: jhi                                   on 2003/08/30  18:38:05
46315         Log: This is probably a wrong fix for
46316              [perl #23645] tell with perlio on appended files
46317              but maybe this gets NI-S agitated enough to present the correct fix :-)
46318      Branch: perl
46319            ! perlio.c t/io/tell.t
46320 ____________________________________________________________________________
46321 [ 20954] By: jhi                                   on 2003/08/30  17:14:19
46322         Log: A new try at
46323
46324              Subject: [PATCH] maint / blead tweaks in perlio.c for Cygwin
46325              From: "Gerrit P. Haase" <gp@familiehaase.de>
46326              Date: Thu, 28 Aug 2003 08:18:51 +0200
46327              Message-ID: <4157199551.20030828081851@familiehaase.de>
46328
46329              (this time Cygwin only)
46330      Branch: perl
46331            ! perlio.c
46332 ____________________________________________________________________________
46333 [ 20952] By: rgs                                   on 2003/08/30  15:20:48
46334         Log: Tweak XSLoader.t.
46335              XSLoader is supposed to work even for extensions that
46336              are statically linked. So only check that the extension we
46337              test for is actually available. (This test is not supposed
46338              to be run by miniperl.)
46339      Branch: perl
46340            ! ext/DynaLoader/t/XSLoader.t
46341 ____________________________________________________________________________
46342 [ 20950] By: jhi                                   on 2003/08/30  06:49:31
46343         Log: Something went wrong in change #20929;
46344              linux 2.4.18-bf2.4 didn't like it:
46345              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-08/msg01992.html
46346              and similar failure pattern also seen in Solaris 8.
46347      Branch: perl
46348            ! perlio.c
46349 ____________________________________________________________________________
46350 [ 20948] By: jhi                                   on 2003/08/30  06:08:57
46351         Log: Setup @INC.
46352      Branch: perl
46353            ! t/op/cproto.t
46354 ____________________________________________________________________________
46355 [ 20946] By: jhi                                   on 2003/08/30  06:00:09
46356         Log: Tabify and re-sort MANIFEST.
46357      Branch: perl
46358            ! MANIFEST
46359 ____________________________________________________________________________
46360 [ 20945] By: jhi                                   on 2003/08/30  05:57:04
46361         Log: Make XSLoader.t more robust (and sdbm.t more verbose)
46362      Branch: perl
46363            ! ext/DynaLoader/t/XSLoader.t ext/SDBM_File/t/sdbm.t
46364 ____________________________________________________________________________
46365 [ 20944] By: jhi                                   on 2003/08/30  05:50:41
46366         Log: Subject: [PATCH] XSLoader nits and tests
46367              From: Michael G Schwern <schwern@pobox.com>
46368              Date: Fri, 29 Aug 2003 22:55:07 -0700
46369              Message-ID: <20030830055507.GI25970@windhund.schwern.org>
46370      Branch: perl
46371            + ext/DynaLoader/t/XSLoader.t
46372            ! MANIFEST ext/DynaLoader/XSLoader_pm.PL
46373 ____________________________________________________________________________
46374 [ 20943] By: jhi                                   on 2003/08/30  05:44:02
46375         Log: Missed from #20942.
46376      Branch: perl
46377            ! lib/File/Spec/VMS.pm
46378 ____________________________________________________________________________
46379 [ 20942] By: jhi                                   on 2003/08/30  05:41:59
46380         Log: Subject: [PATCH: perl@20898] fix File::Spec->abs2rel() to return absolute $path more often for VMS
46381              From: PPrymmer@factset.com
46382              Date: Sat, 30 Aug 2003 00:57:28 -0400
46383              Message-ID: <OFD8AE5D6D.EA3FBE7D-ON85256D92.001A31FE-85256D92.001B3BE5@factset.com>
46384      Branch: perl
46385            ! lib/File/Spec.pm lib/File/Spec/t/Spec.t
46386 ____________________________________________________________________________
46387 [ 20941] By: jhi                                   on 2003/08/30  05:37:13
46388         Log: Subject: [patch sv.h api doc] SvTAINTED_on does its craft only under -T
46389              From: Stas Bekman <stas@stason.org>
46390              Date: Fri, 29 Aug 2003 17:11:41 -0700
46391              Message-ID: <3F4FEBBD.8000901@stason.org>
46392      Branch: perl
46393            ! pod/perlapi.pod sv.h
46394 ____________________________________________________________________________
46395 [ 20940] By: rgs                                   on 2003/08/29  21:17:59
46396         Log: Add a new test, to ensure that we don't unexpectedly change
46397              prototypes of builtins.
46398      Branch: perl
46399            + t/op/cproto.t
46400            ! MANIFEST
46401 ____________________________________________________________________________
46402 [ 20938] By: rgs                                   on 2003/08/29  20:22:21
46403         Log: Don't cast PL_multiline to bool : you may loose important bits.
46404      Branch: perl
46405            ! pp.c pp_hot.c
46406 ____________________________________________________________________________
46407 [ 20937] By: jhi                                   on 2003/08/29  17:22:11
46408         Log: Subject: [PATCH] Re: all 9007199254740992s are equal, but some are more equal than others
46409              From: Nicholas Clark <nick@ccl4.org>
46410              Date: Wed, 27 Aug 2003 22:59:55 +0100
46411              Message-ID: <20030827225955.E558@plum.flirble.org>
46412      Branch: perl
46413            ! pp.c
46414 ____________________________________________________________________________
46415 [ 20936] By: jhi                                   on 2003/08/29  17:17:16
46416         Log: Some perluniintro tweaks.
46417      Branch: perl
46418            ! pod/perluniintro.pod
46419 ____________________________________________________________________________
46420 [ 20935] By: jhi                                   on 2003/08/29  17:07:25
46421         Log: Tiny doc tweak from Shannon -jj Behrens.
46422      Branch: perl
46423            ! pod/perluniintro.pod
46424 ____________________________________________________________________________
46425 [ 20933] By: jhi                                   on 2003/08/29  13:25:18
46426         Log: Comparing an int to a U32 makes VC6 nervous.
46427      Branch: perl
46428            ! pp.c pp_hot.c
46429 ____________________________________________________________________________
46430 [ 20932] By: jhi                                   on 2003/08/29  13:06:06
46431         Log: Better skip() explicit number of tests, test counts getting
46432              out of sync less likely that way.
46433      Branch: perl
46434            ! t/op/pack.t
46435 ____________________________________________________________________________
46436 [ 20931] By: jhi                                   on 2003/08/29  12:59:32
46437         Log: Some Ultrix test dodgings.
46438      Branch: perl
46439            ! t/base/num.t t/op/arith.t t/op/pack.t
46440 ____________________________________________________________________________
46441 [ 20930] By: jhi                                   on 2003/08/29  12:57:07
46442         Log: Subject: [PATCH op.c] Perl_newCONSTSUB() related memory leaks
46443              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
46444              Date: Thu, 28 Aug 2003 21:47:22 +0200
46445              Message-ID: <006301c36d9d$335976a0$e400a8c0@R2D2>
46446      Branch: perl
46447            ! op.c
46448 ____________________________________________________________________________
46449 [ 20929] By: jhi                                   on 2003/08/29  12:55:12
46450         Log: Subject: [PATCH] maint / blead tweaks in perlio.c for Cygwin
46451              From: "Gerrit P. Haase" <gp@familiehaase.de>
46452              Date: Thu, 28 Aug 2003 08:18:51 +0200
46453              Message-ID: <4157199551.20030828081851@familiehaase.de>
46454
46455              (changed so that the 'b' is always appended)
46456      Branch: perl
46457            ! perlio.c
46458 ____________________________________________________________________________
46459 [ 20928] By: jhi                                   on 2003/08/29  07:04:17
46460         Log: Subject: RE: [PATCH] Pod::InputObjects performance de-pessimization
46461              From: marek.rouchal@infineon.com
46462              Date: Wed, 27 Aug 2003 17:25:28 +0200
46463              Message-ID: <9843A649BAD7FB4686F6FCBC840D600E08381508@mucse001.eu.infineon.com>
46464
46465              PodParser-1.25 prerelease.
46466      Branch: perl
46467            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
46468            ! lib/Pod/Parser.pm pod/pod2usage.PL pod/podchecker.PL
46469            ! pod/podselect.PL t/pod/find.t t/pod/poderrs.xr
46470 ____________________________________________________________________________
46471 [ 20927] By: jhi                                   on 2003/08/28  18:53:45
46472         Log: MPE/iX gcc 3.3.1 changes from Mark Klein and Mark Bixby.
46473      Branch: perl
46474            ! ext/DynaLoader/dl_mpeix.xs mpeix/mpeix.c
46475 ____________________________________________________________________________
46476 [ 20925] By: jhi                                   on 2003/08/28  16:15:47
46477         Log: Subject: [PATCH] valgrindpp.pl
46478              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
46479              Date: Thu, 28 Aug 2003 09:43:49 +0200
46480              Message-ID: <002701c36d38$1edb71c0$ae4eeed9@R2D2>
46481      Branch: perl
46482            ! Porting/valgrindpp.pl
46483 ____________________________________________________________________________
46484 [ 20924] By: jhi                                   on 2003/08/28  16:12:08
46485         Log: Subject: [PATCH] Quieten more warnings in Deparse.pm
46486              From: Paul Johnson <paul@pjcj.net>
46487              Date: Thu, 28 Aug 2003 00:13:59 +0200
46488              Message-ID: <20030827221359.GE28396@pjcj.net>
46489      Branch: perl
46490            ! ext/B/B/Deparse.pm
46491 ____________________________________________________________________________
46492 [ 20923] By: jhi                                   on 2003/08/28  01:45:51
46493         Log: Subject: Re: Another oddity in lib/ExtUtils/MakeMaker/Tutorial.pod
46494              From: Michael G Schwern <schwern@pobox.com>
46495              Date: Wed, 27 Aug 2003 15:05:20 -0700
46496              Message-ID: <20030827220520.GD7300@windhund.schwern.org>
46497      Branch: perl
46498            ! lib/ExtUtils/MakeMaker/Tutorial.pod
46499 ____________________________________________________________________________
46500 [ 20922] By: rgs                                   on 2003/08/27  19:52:27
46501         Log: Add caveats and tests for Symbol::delete_package().
46502      Branch: perl
46503            ! lib/Symbol.pm lib/Symbol.t
46504 ____________________________________________________________________________
46505 [ 20921] By: jhi                                   on 2003/08/27  17:12:56
46506         Log: Configure is doing fine in Ultrix, operator error.
46507      Branch: perl
46508            ! hints/ultrix_4.sh
46509 ____________________________________________________________________________
46510 [ 20920] By: jhi                                   on 2003/08/27  16:49:22
46511         Log: Add the valgrindpp.pl script from Marcus Holland-Moritz.
46512      Branch: perl
46513            + Porting/valgrindpp.pl
46514            ! MANIFEST
46515 ____________________________________________________________________________
46516 [ 20917] By: jhi                                   on 2003/08/27  13:09:33
46517         Log: Subject: disturbing, disruptive typo in Tutorial.pod [PATCH]
46518              From: "John P. Linderman" <jpl@research.att.com>
46519              Date: Wed, 27 Aug 2003 08:10:12 -0400 (EDT)
46520              Message-Id: <200308271210.IAA23907@raptor.research.att.com>
46521
46522              Subject: typo in pod/perlnewmod.pod [PATCH]
46523              From: "John P. Linderman" <jpl@research.att.com>
46524              Date: Wed, 27 Aug 2003 09:07:12 -0400 (EDT)
46525              Message-Id: <200308271307.JAA46955@raptor.research.att.com>
46526
46527              Subject: [PATCH] document the location of byacc
46528              From: Dave Mitchell <davem@fdgroup.com>
46529              Date: Wed, 27 Aug 2003 14:26:50 +0100
46530              Message-ID: <20030827132650.GA23144@fdgroup.com>
46531      Branch: perl
46532            ! Porting/pumpkin.pod lib/ExtUtils/MakeMaker/Tutorial.pod
46533            ! pod/perlnewmod.pod
46534 ____________________________________________________________________________
46535 [ 20916] By: jhi                                   on 2003/08/27  13:01:26
46536         Log: Ultrix tweaks: <string.h> must not be included twice
46537              (otherwise one gets prototype conflicts between the <string.h>
46538              and proto.h because Ultrix thinks e.g. Perl_ninstr has been
46539              define in <string.h>...); and Configure misprobes some features.
46540      Branch: perl
46541            ! ext/POSIX/POSIX.xs ext/SDBM_File/sdbm/sdbm.c
46542            ! ext/SDBM_File/sdbm/sdbm.h ext/Socket/Socket.xs
46543            ! hints/ultrix_4.sh
46544 ____________________________________________________________________________
46545 [ 20915] By: jhi                                   on 2003/08/27  05:37:34
46546         Log: Urk.  In Mac OS X byteorder is not one of the "known ones",
46547              but instead it is 0xFFFF.  So retract #20914.
46548      Branch: perl
46549            ! perl.h
46550 ____________________________________________________________________________
46551 [ 20914] By: jhi                                   on 2003/08/27  05:17:44
46552         Log: Sanity check for BYTEORDER.
46553      Branch: perl
46554            ! perl.h
46555 ____________________________________________________________________________
46556 [ 20913] By: rgs                                   on 2003/08/26  20:34:48
46557         Log: Integrate two DJGPP portability patches from the 5.6.2 branch :
46558
46559              [20859]
46560              Two portability patches for DJGPP from Richard Dawe
46561              <rich@phekda.freeserve.co.uk>.
46562              Message-Id: <E19qfNh-0000Zq-00@phekda.freeserve.co.uk>
46563
46564              [20911]
46565              Don't uppercase automatically all environment variables on DJGPP.
46566              (reported by Richard Dawe, this breaks portability of Unix
46567              scripts.) Don't change the behaviour on plain MS/DOS.
46568      Branch: perl
46569            ! perl.c
46570           !> djgpp/djgppsed.sh dosish.h
46571 ____________________________________________________________________________
46572 [ 20912] By: rgs                                   on 2003/08/26  20:15:40
46573         Log: perlapi.pod tweaks, based on :
46574              Subject: misdocumented return value for sv_setref*
46575              From: Joe Schaefer <joe+perl@sunstarsys.com>
46576              Date: 12 Aug 2003 13:21:42 -0400
46577              Message-ID: <m3adae94gp.fsf@sol.sunstarsys.com>
46578      Branch: perl
46579            ! pod/perlapi.pod sv.c
46580 ____________________________________________________________________________
46581 [ 20910] By: rgs                                   on 2003/08/26  19:37:29
46582         Log: Change the internal prototype of the pop() and shift() builtins
46583              to (;\@), to reflect that their array argument is optional.
46584      Branch: perl
46585            ! opcode.h opcode.pl
46586 ____________________________________________________________________________
46587 [ 20909] By: rgs                                   on 2003/08/26  19:13:39
46588         Log: Subject: [PATCH] improved 19064 (local $_[0] problems)
46589              From: Dave Mitchell <davem@fdgroup.com>
46590              Date: Sun, 24 Aug 2003 15:52:00 +0100
46591              Message-ID: <20030824145159.GA12210@fdgroup.com>
46592      Branch: perl
46593            ! pp_ctl.c pp_hot.c scope.c t/op/args.t
46594 ____________________________________________________________________________
46595 [ 20908] By: rgs                                   on 2003/08/26  18:40:50
46596         Log: Subject: [PATCH] minor File::Spec testing cleanup
46597              From: Ken Williams <ken@mathforum.org>
46598              Date: Thu, 21 Aug 2003 22:47:51 -0500
46599              Message-Id: <67C30B63-D453-11D7-8495-003065F6D85A@mathforum.org>
46600      Branch: perl
46601            ! lib/File/Spec/t/rel2abs2rel.t
46602 ____________________________________________________________________________
46603 [ 20907] By: jhi                                   on 2003/08/26  12:12:14
46604         Log: Maintainer catch from Rafael.
46605      Branch: perl
46606            ! Porting/Maintainers.pl
46607 ____________________________________________________________________________
46608 [ 20905] By: jhi                                   on 2003/08/26  09:36:22
46609         Log: Take a cutdown version of the change #20903 also to perlebcdic.
46610      Branch: perl
46611            ! pod/perlebcdic.pod
46612 ____________________________________________________________________________
46613 [ 20904] By: jhi                                   on 2003/08/26  09:29:49
46614         Log: No dynaloading at all in Ultrix.
46615      Branch: perl
46616            ! hints/ultrix_4.sh
46617 ____________________________________________________________________________
46618 [ 20903] By: jhi                                   on 2003/08/26  08:54:02
46619         Log: PerlIO on EBCDIC on BS2000 advice from Thomas Dorner.
46620              (This information looks interesting enough to be mentioned
46621              elsewhere, too.)
46622      Branch: perl
46623            ! README.bs2000
46624 ____________________________________________________________________________
46625 [ 20902] By: jhi                                   on 2003/08/26  08:36:36
46626         Log: CGI::Carp from CGI.pm 3.00 was missing.
46627      Branch: perl
46628            ! lib/CGI/Carp.pm
46629 ____________________________________________________________________________
46630 [ 20901] By: jhi                                   on 2003/08/26  05:18:15
46631         Log: Subject: Re: [PATCH] valgrind and /#/x
46632              From: Enache Adrian <enache@rdslink.ro>
46633              Date: Tue, 26 Aug 2003 08:11:07 +0300
46634              Message-ID: <20030826051107.GA1086@ratsnest.hole>
46635      Branch: perl
46636            ! regcomp.c t/op/re_tests t/run/fresh_perl.t toke.c
46637 ____________________________________________________________________________
46638 [ 20900] By: jhi                                   on 2003/08/26  04:53:09
46639         Log: More memory lane.
46640      Branch: perl
46641            ! hints/ultrix_4.sh
46642 ____________________________________________________________________________
46643 [ 20899] By: rgs                                   on 2003/08/25  21:05:57
46644         Log: fix syscall() prototype description in
46645              perlfunc.pod, as suggested by Lukas Mai.
46646      Branch: perl
46647            ! pod/perlfunc.pod
46648 ____________________________________________________________________________
46649 [ 20896] By: jhi                                   on 2003/08/25  19:52:48
46650         Log: Tiny doc tweak.
46651      Branch: perl
46652            ! README.solaris
46653 ____________________________________________________________________________
46654 [ 20895] By: jhi                                   on 2003/08/25  19:46:31
46655         Log: Even more SunOS 4 info.
46656      Branch: perl
46657            ! README.solaris
46658 ____________________________________________________________________________
46659 [ 20894] By: jhi                                   on 2003/08/25  19:37:00
46660         Log: Subject: [PATCH@20512] make backspace key work for WinCE users
46661              From: Vadim Konovalov <vkonovalov@peterstar.ru>
46662              Date: Tue, 26 Aug 2003 00:10:29 +0400
46663              Message-ID: <135606488000.20030826001029@peterstar.ru>
46664      Branch: perl
46665            ! wince/perlmain.c
46666 ____________________________________________________________________________
46667 [ 20893] By: jhi                                   on 2003/08/25  19:25:08
46668         Log: Subject: more valgrinding: select problem?
46669              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
46670              Date: Mon, 25 Aug 2003 22:02:17 +0200
46671              Message-ID: <008301c36b43$cfe26f10$0c2f1fac@R2D2>
46672
46673              In glibc, just use the __FD_SETSIZE since that's
46674              the size of the buffer (usually 1024 bits, much
46675              more than the selectminbits of 32).
46676      Branch: perl
46677            ! pp_sys.c
46678 ____________________________________________________________________________
46679 [ 20892] By: jhi                                   on 2003/08/25  19:11:32
46680         Log: More ptags tweakage from Stas; now add 'fullpath'
46681              option to get absolute paths.
46682      Branch: perl
46683            ! emacs/ptags
46684 ____________________________________________________________________________
46685 [ 20891] By: jhi                                   on 2003/08/25  18:35:03
46686         Log: The new tests of #20888 didn't really test what they claimed to.
46687      Branch: perl
46688            ! t/op/pat.t
46689 ____________________________________________________________________________
46690 [ 20890] By: jhi                                   on 2003/08/25  18:14:33
46691         Log: Subject: [5.8.1] maint @ 20845 OK on aix 4.2
46692              From: Jose.auguste-etienne@cgss-guyane.fr
46693              Date: Mon, 25 Aug 2003 14:35:45 -0300
46694              Message-ID: <OF1EF867E8.4A2A43A1-ON03256D8D.005DFE9A@Cgss-Guyane.fr>
46695
46696              AIX Configure advice.
46697      Branch: perl
46698            ! README.aix
46699 ____________________________________________________________________________
46700 [ 20889] By: jhi                                   on 2003/08/25  18:08:42
46701         Log: More SunOS 4.x info.
46702      Branch: perl
46703            ! README.solaris
46704 ____________________________________________________________________________
46705 [ 20888] By: jhi                                   on 2003/08/25  17:53:32
46706         Log: The #20887 didn't go over that well;
46707              and add a few more tests from UTS#18.
46708      Branch: perl
46709            ! t/op/pat.t
46710 ____________________________________________________________________________
46711 [ 20887] By: jhi                                   on 2003/08/25  16:40:51
46712         Log: pat.t -> charnames -> UCD -> Storable,
46713              not good for static builds and minitest.
46714      Branch: perl
46715            ! t/op/pat.t
46716 ____________________________________________________________________________
46717 [ 20886] By: jhi                                   on 2003/08/25  16:35:26
46718         Log: SunOS 4.1.4 is working, too.
46719      Branch: perl
46720            ! README.solaris hints/sunos_4_1.sh
46721 ____________________________________________________________________________
46722 [ 20884] By: jhi                                   on 2003/08/25  16:05:18
46723         Log: Regen perlmodlib, perltoc.
46724      Branch: perl
46725            ! pod/perlmodlib.pod pod/perltoc.pod
46726 ____________________________________________________________________________
46727 [ 20881] By: jhi                                   on 2003/08/25  15:45:51
46728         Log: UVSIZE is not yet defined when it would be needed
46729              by MULTIARCH.  So go back to LONGSIZE, and (belt-
46730              and-suspenders-and-rope style) later in UVSIZE
46731              possibly redefine BYTEORDER.
46732      Branch: perl
46733            ! Configure config_h.SH
46734 ____________________________________________________________________________
46735 [ 20880] By: jhi                                   on 2003/08/25  11:28:45
46736         Log: Subject: [PATCH] valgrind and /#/x
46737              From: Dave Mitchell <davem@fdgroup.com>
46738              Date: Mon, 25 Aug 2003 13:27:49 +0100
46739              Message-ID: <20030825122748.GA15560@fdgroup.com>
46740      Branch: perl
46741            ! regcomp.c
46742 ____________________________________________________________________________
46743 [ 20879] By: jhi                                   on 2003/08/25  11:16:29
46744         Log: Subject: Please update my address
46745              From: Ed Avis <ed@membled.com>
46746              Date: Mon, 25 Aug 2003 13:16:45 +0100 (BST)
46747              Message-ID: <Pine.LNX.4.20L2.0308251314530.29902-100000@budvar.future-i.net>
46748
46749              (Just the AUTHORS part, though, I don't think retroactively
46750              updating the Changes* is useful.)
46751      Branch: perl
46752            ! AUTHORS
46753 ____________________________________________________________________________
46754 [ 20878] By: jhi                                   on 2003/08/25  11:14:26
46755         Log: Document even more ways of affecting your "utf8ness".
46756      Branch: perl
46757            ! lib/utf8.pm
46758 ____________________________________________________________________________
46759 [ 20877] By: jhi                                   on 2003/08/25  11:11:40
46760         Log: Change the VERSION since there are now changes since Perl 5.8.0.
46761      Branch: perl
46762            ! ext/I18N/Langinfo/Langinfo.pm
46763 ____________________________________________________________________________
46764 [ 20876] By: jhi                                   on 2003/08/25  11:11:13
46765         Log: Keep the CGI::Util VERSION at 1.31 since there have been changes
46766              since Perl 5.8.0.
46767      Branch: perl
46768            ! lib/CGI/Util.pm
46769 ____________________________________________________________________________
46770 [ 20875] By: jhi                                   on 2003/08/25  11:09:49
46771         Log: Upgrade to CGI.pm 3.00.
46772      Branch: perl
46773            ! lib/CGI.pm lib/CGI/Util.pm
46774 ____________________________________________________________________________
46775 [ 20872] By: jhi                                   on 2003/08/25  09:03:44
46776         Log: Subject: [PATCH] valgrind update
46777              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
46778              Date: Mon, 25 Aug 2003 09:51:57 +0200 (MEST)
46779              Message-ID: <21671.1061797917@www38.gmx.net>
46780      Branch: perl
46781            ! t/TEST t/op/magic.t
46782 ____________________________________________________________________________
46783 [ 20871] By: jhi                                   on 2003/08/25  05:16:02
46784         Log: Subject: [PATCH] valgrind memcpy warnings (Re: [PATCH] Re: valgrind as a leak hound?)
46785              From: Nicholas Clark <nick@ccl4.org>
46786              Date: Sun, 24 Aug 2003 16:48:53 +0100
46787              Message-ID: <20030824164851.E558@plum.flirble.org>
46788      Branch: perl
46789            ! doop.c
46790 ____________________________________________________________________________
46791 [ 20870] By: jhi                                   on 2003/08/25  05:14:04
46792         Log: Subject: [patch emacs/ptags] allow xemacs to be used
46793              From: Stas Bekman <stas@stason.org>
46794              Date: Sun, 24 Aug 2003 22:05:00 -0700
46795              Message-ID: <3F4998FC.3090401@stason.org>
46796      Branch: perl
46797            ! emacs/ptags
46798 ____________________________________________________________________________
46799 [ 20868] By: jhi                                   on 2003/08/24  13:20:03
46800         Log: MPE/iX doc tweak from Mark Bixby.
46801      Branch: perl
46802            ! README.mpeix
46803 ____________________________________________________________________________
46804 [ 20867] By: jhi                                   on 2003/08/24  10:46:42
46805         Log: Various tweaks for getting Perl to compile on SunOS 4.x.
46806              Doesn't work well yet, something broken in DynaLoader/XSLoader?
46807      Branch: perl
46808            ! README.solaris ext/IO/poll.c hints/sunos_4_1.sh
46809 ____________________________________________________________________________
46810 [ 20866] By: jhi                                   on 2003/08/24  10:00:59
46811         Log: IRIX 5.3 is 99.90% okay.
46812      Branch: perl
46813            ! README.irix hints/irix_5.sh
46814 ____________________________________________________________________________
46815 [ 20865] By: jhi                                   on 2003/08/24  08:24:46
46816         Log: An imperfect last resort in case there is no strtoul() but
46817              there is strtol() (like e.g. SunOS 4) because of the Atoul()
46818              in Perl_get_hash_seed()).  The only true fix would be to
46819              implement Perl_my_strtoul() (and Perl_my_strtol(), I guess)
46820              in numeric.c.
46821      Branch: perl
46822            ! perl.h
46823 ____________________________________________________________________________
46824 [ 20864] By: jhi                                   on 2003/08/24  07:45:47
46825         Log: s/rationale/rational/g on bigrats.
46826      Branch: perl
46827            ! lib/Math/BigRat.pm lib/bigrat.pm
46828 ____________________________________________________________________________
46829 [ 20862] By: jhi                                   on 2003/08/24  06:41:17
46830         Log: Update the CPAN mirrors list.
46831      Branch: perl
46832            ! pod/perlmodlib.PL pod/perlmodlib.pod
46833 ____________________________________________________________________________
46834 [ 20861] By: jhi                                   on 2003/08/24  06:13:13
46835         Log: gcc -O3 and Storable in Linux do not like each other.
46836      Branch: perl
46837            ! ext/Storable/hints/linux.pl
46838 ____________________________________________________________________________
46839 [ 20860] By: jhi                                   on 2003/08/24  05:34:56
46840         Log: Bad quote day, noticed by Philip Newton.
46841      Branch: perl
46842            ! hints/dos_djgpp.sh
46843 ____________________________________________________________________________
46844 [ 20856] By: jhi                                   on 2003/08/23  09:15:15
46845         Log: Subject: Re: bytecode.t & OS X "Invalid bytecode for this architecture"
46846              From: Enache Adrian <enache@rdslink.ro>
46847              Date: Mon, 4 Aug 2003 16:20:19 +0300
46848              Message-ID: <20030804132019.GA6764@ratsnest.hole>
46849      Branch: perl
46850            ! Configure config_h.SH
46851 ____________________________________________________________________________
46852 [ 20855] By: jhi                                   on 2003/08/23  07:51:32
46853         Log: Add more comments so that one can see what is supposed to happen.
46854      Branch: perl
46855            ! t/op/lc.t
46856 ____________________________________________________________________________
46857 [ 20854] By: jhi                                   on 2003/08/23  07:41:11
46858         Log: More data points about the Storable optimization problem
46859              in Linux.  (It might be that also non-Debians are affected,
46860              waiting for more information.)
46861      Branch: perl
46862            ! ext/Storable/hints/linux.pl
46863 ____________________________________________________________________________
46864 [ 20853] By: jhi                                   on 2003/08/23  07:37:41
46865         Log: Move the note about known eval leaks earlier.
46866      Branch: perl
46867            ! pod/perlhack.pod
46868 ____________________________________________________________________________
46869 [ 20852] By: jhi                                   on 2003/08/23  07:15:58
46870         Log: Forgot to regen byterun.c.
46871      Branch: perl
46872            ! ext/ByteLoader/byterun.c
46873 ____________________________________________________________________________
46874 [ 20851] By: jhi                                   on 2003/08/23  07:13:29
46875         Log: Doc tweaks on perlhack.
46876      Branch: perl
46877            ! pod/perlhack.pod
46878 ____________________________________________________________________________
46879 [ 20850] By: jhi                                   on 2003/08/23  06:54:58
46880         Log: Subject: [PATCH] Re: valgrind as a leak hound?
46881              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
46882              Date: Fri, 22 Aug 2003 23:28:18 +0200
46883              Message-ID: <002201c368f4$4e5a5e40$0c2f1fac@R2D2>
46884
46885              Add the leak detection to valgrind testing.
46886      Branch: perl
46887            + t/perl.supp
46888            ! MANIFEST pod/perlhack.pod t/TEST
46889 ____________________________________________________________________________
46890 [ 20843] By: jhi                                   on 2003/08/22  15:05:39
46891         Log: Oops.  Why can't C comments nest?
46892      Branch: perl
46893            ! pp_sys.c
46894 ____________________________________________________________________________
46895 [ 20842] By: jhi                                   on 2003/08/22  14:57:09
46896         Log: Try to dodge getspnam() in AIX.
46897      Branch: perl
46898            ! pp_sys.c
46899 ____________________________________________________________________________
46900 [ 20840] By: jhi                                   on 2003/08/22  13:52:26
46901         Log: Subject: Re: mysterious bytecode.t failure
46902              From: Enache Adrian <enache@rdslink.ro>
46903              Date: Fri, 22 Aug 2003 11:49:34 +0300
46904              Message-ID: <20030822084934.GA1257@ratsnest.hole>
46905      Branch: perl
46906            ! t/base/lex.t
46907 ____________________________________________________________________________
46908 [ 20839] By: jhi                                   on 2003/08/22  13:51:44
46909         Log: Subject: [PATCH] for File::Temp::tempdir(CLEANUP => 1)
46910              From: Slaven Rezic <slaven@rezic.de>
46911              Date: Sun, 17 Aug 2003 12:52:47 +0200 (CEST)
46912              Message-Id: <200308171052.h7HAqlfo026317@vran.herceg.de>
46913      Branch: perl
46914            ! lib/File/Temp.pm lib/File/Temp/t/tempfile.t
46915 ____________________________________________________________________________
46916 [ 20837] By: jhi                                   on 2003/08/22  13:42:24
46917         Log: Just #.
46918      Branch: perl
46919            ! pod/buildtoc pod/perltoc.pod
46920 ____________________________________________________________________________
46921 [ 20835] By: jhi                                   on 2003/08/22  13:32:12
46922         Log: Regen toc.
46923      Branch: perl
46924            ! pod/perltoc.pod
46925 ____________________________________________________________________________
46926 [ 20834] By: jhi                                   on 2003/08/22  13:28:36
46927         Log: Also MANIFEST the vms/perlvms restoration.
46928      Branch: perl
46929            ! MANIFEST
46930 ____________________________________________________________________________
46931 [ 20833] By: jhi                                   on 2003/08/22  13:22:02
46932         Log: In the vms/descrip_mms.template    the perlvms.pod must
46933              be copied from vms/, err, [.vms], not [.pod].
46934      Branch: perl
46935            ! pod/buildtoc vms/descrip_mms.template
46936 ____________________________________________________________________________
46937 [ 20832] By: jhi                                   on 2003/08/22  13:15:35
46938         Log: Retract #20826 and #20831; things are done differently
46939              in VMS, it seems.  Maybe the vms/descrip_mms.template
46940              needs to be changed?
46941      Branch: perl
46942            + vms/perlvms.pod
46943            - pod/perlvms.pod
46944            ! MANIFEST Makefile.SH
46945 ____________________________________________________________________________
46946 [ 20831] By: jhi                                   on 2003/08/22  13:04:47
46947         Log: Rafael spotted that vms/perlvms.pod was still referred to.
46948      Branch: perl
46949            ! Makefile.SH
46950 ____________________________________________________________________________
46951 [ 20829] By: jhi                                   on 2003/08/22  12:22:04
46952         Log: The change #20809 opened up a code path that might leave s unset.
46953      Branch: perl
46954            ! mg.c
46955 ____________________________________________________________________________
46956 [ 20828] By: jhi                                   on 2003/08/22  12:17:49
46957         Log: Subject: [PATCH: lib/File/Path.t] Re: maint @ 20803
46958              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
46959              Date: Fri, 22 Aug 2003 14:57:09 +0200
46960              Message-ID: <00dd01c368ac$e69146d0$0c2f1fac@R2D2>
46961      Branch: perl
46962            ! lib/File/Path.t
46963 ____________________________________________________________________________
46964 [ 20827] By: jhi                                   on 2003/08/22  12:17:01
46965         Log: Test the correct longness; from Enache.
46966      Branch: perl
46967            ! ext/B/t/assembler.t
46968 ____________________________________________________________________________
46969 [ 20826] By: jhi                                   on 2003/08/22  12:15:28
46970         Log: perlvms moving day, from Craig Berry.
46971      Branch: perl
46972            + pod/perlvms.pod
46973            - vms/perlvms.pod
46974            ! MANIFEST
46975 ____________________________________________________________________________
46976 [ 20825] By: jhi                                   on 2003/08/22  12:14:14
46977         Log: Lower Storable.xs optimization to -O2 on certain
46978              known platforms.
46979      Branch: perl
46980            + ext/Storable/hints/linux.pl
46981            ! MANIFEST
46982 ____________________________________________________________________________
46983 [ 20824] By: jhi                                   on 2003/08/22  08:20:15
46984         Log: Subject: [PATCH] Re: [perl #23463] compiler version on sparc/netbsd
46985              From: Nicholas Clark <nick@ccl4.org>
46986              Date: Thu, 21 Aug 2003 22:26:18 +0100
46987              Message-ID: <20030821222618.T558@plum.flirble.org>
46988      Branch: perl
46989            ! t/op/pack.t
46990 ____________________________________________________________________________
46991 [ 20823] By: jhi                                   on 2003/08/22  08:16:47
46992         Log: Subject: Re: [perl #23463]: compiler version on sparc/netbsd
46993              From: alian@cpan.org (Alian)
46994              Date: Wed, 20 Aug 2003 20:39:17 +0200
46995              Message-ID: <3F43C055.6030709@jupiter.alianet>
46996      Branch: perl
46997            ! t/op/pack.t
46998 ____________________________________________________________________________
46999 [ 20822] By: jhi                                   on 2003/08/22  08:01:57
47000         Log: Try to make the use of utf8 as clear as possible.
47001      Branch: perl
47002            ! lib/utf8.pm
47003 ____________________________________________________________________________
47004 [ 20821] By: jhi                                   on 2003/08/22  07:51:21
47005         Log: Put the tests of the change #19064 back, but disable them.
47006      Branch: perl
47007            ! t/op/args.t
47008 ____________________________________________________________________________
47009 [ 20820] By: jhi                                   on 2003/08/22  06:47:50
47010         Log: Advertise the encoding pragma at the utf8 pragma.
47011      Branch: perl
47012            ! lib/utf8.pm
47013 ____________________________________________________________________________
47014 [ 20819] By: jhi                                   on 2003/08/22  06:31:29
47015         Log: Subject: [PATCH] grok_* symbols missing in Devel::PPPort (2nd attempt)
47016              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
47017              Date: Fri, 22 Aug 2003 09:01:09 +0200
47018              Message-id: <20030822070109.GA1029@ethan>
47019      Branch: perl
47020            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
47021            ! ext/Devel/PPPort/t/test.t
47022 ____________________________________________________________________________
47023 [ 20817] By: jhi                                   on 2003/08/22  05:18:53
47024         Log: Subject: [PATCH] perl-5.8.0, langinfo.h and YESSTR
47025              From: insecure <insecure@mail.od.ua>
47026              Date: Thu, 21 Aug 2003 21:37:56 +0300
47027              Message-Id: <200308212137.57016.insecure@mail.od.ua>
47028      Branch: perl
47029            ! ext/I18N/Langinfo/Langinfo.xs
47030 ____________________________________________________________________________
47031 [ 20816] By: jhi                                   on 2003/08/22  05:15:30
47032         Log: More bytecode patching from Enache.
47033      Branch: perl
47034            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
47035            ! ext/B/B/Disassembler.pm ext/ByteLoader/bytecode.h
47036 ____________________________________________________________________________
47037 [ 20815] By: jhi                                   on 2003/08/22  05:06:58
47038         Log: Subject: Re: pod cleanup
47039              From: Ken Williams <ken@mathforum.org>
47040              Date: Thu, 21 Aug 2003 21:24:57 -0500
47041              Message-Id: <D2C0AA31-D447-11D7-8495-003065F6D85A@mathforum.org>
47042      Branch: perl
47043            ! lib/File/Spec/Cygwin.pm lib/File/Spec/OS2.pm
47044 ____________________________________________________________________________
47045 [ 20814] By: jhi                                   on 2003/08/22  05:05:52
47046         Log: Do not edit perltoc since it is autogenerated.
47047      Branch: perl
47048            ! pod/buildtoc
47049 ____________________________________________________________________________
47050 [ 20813] By: jhi                                   on 2003/08/22  04:57:12
47051         Log: Subject: [PATCH] Re: pod cleanup
47052              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
47053              Date: Thu, 21 Aug 2003 17:09:17 -0400
47054              Message-ID: <20030821210917.GB164965@linguist.thayer.dartmouth.edu>
47055
47056              (the pod part)
47057      Branch: perl
47058            ! pod/perl5005delta.pod pod/perlfaq4.pod pod/perlhack.pod
47059            ! pod/perlipc.pod pod/perlpacktut.pod
47060 ____________________________________________________________________________
47061 [ 20811] By: jhi                                   on 2003/08/22  04:46:58
47062         Log: No need to E<gt>.
47063      Branch: perl
47064            ! pod/perluniintro.pod
47065 ____________________________________________________________________________
47066 [ 20810] By: jhi                                   on 2003/08/22  04:46:01
47067         Log: Add File::Temp's OO test.
47068      Branch: perl
47069            + lib/File/Temp/t/object.t
47070            ! MANIFEST
47071 ____________________________________________________________________________
47072 [ 20809] By: rgs                                   on 2003/08/21  19:07:22
47073         Log: The magic variables that alter STDOUT have a tendancy to segfault
47074              when accessed if STDOUT is undefined. Protect them.
47075      Branch: perl
47076            ! mg.c
47077 ____________________________________________________________________________
47078 [ 20808] By: jhi                                   on 2003/08/21  18:39:36
47079         Log: Mention the Unicode UTR #18 version referenced.
47080      Branch: perl
47081            ! pod/perlunicode.pod
47082 ____________________________________________________________________________
47083 [ 20807] By: jhi                                   on 2003/08/21  18:22:22
47084         Log: Must close so that unlink works portably.
47085      Branch: perl
47086            ! t/io/utf8.t
47087 ____________________________________________________________________________
47088 [ 20806] By: jhi                                   on 2003/08/21  18:15:07
47089         Log: Subject: [perluniintro.pod] pod markup fix
47090              From: Stas Bekman <stas@stason.org>
47091              Date: Thu, 21 Aug 2003 11:41:01 -0700
47092              Message-ID: <3F45123D.8020805@stason.org>
47093      Branch: perl
47094            ! pod/perluniintro.pod
47095 ____________________________________________________________________________
47096 [ 20805] By: jhi                                   on 2003/08/21  18:11:30
47097         Log: Subject: [PATCH] utf8 variable names scrambled in error messages
47098              From: Enache Adrian <enache@rdslink.ro>
47099              Date: Thu, 21 Aug 2003 21:17:26 +0300
47100              Message-ID: <20030821181726.GA1241@ratsnest.hole>
47101      Branch: perl
47102            ! gv.c t/op/die.t
47103 ____________________________________________________________________________
47104 [ 20804] By: jhi                                   on 2003/08/21  18:09:10
47105         Log: Fix the syswrite downgrade bug of
47106              [perl #23428] Somethings rotten in unicode semantics
47107      Branch: perl
47108            ! pp_sys.c t/io/utf8.t
47109 ____________________________________________________________________________
47110 [ 20801] By: jhi                                   on 2003/08/21  15:06:16
47111         Log: No more public cwd(), use private _cwd().
47112      Branch: perl
47113            ! lib/File/Spec/t/Spec.t
47114 ____________________________________________________________________________
47115 [ 20799] By: jhi                                   on 2003/08/21  14:20:04
47116         Log: Underline the fact that abs2rel() makes no sense
47117              if it spans multiple roots.
47118      Branch: perl
47119            ! lib/File/Spec.pm lib/File/Spec/Unix.pm
47120 ____________________________________________________________________________
47121 [ 20798] By: jhi                                   on 2003/08/21  14:12:29
47122         Log: Rename the internal cwd() to _cwd() (it's not curdir).
47123      Branch: perl
47124            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
47125            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
47126            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
47127            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
47128 ____________________________________________________________________________
47129 [ 20797] By: jhi                                   on 2003/08/21  14:05:18
47130         Log: Subject: Re: [PATCH: perl@20760] clean up quotation issue for use with MMS on VMS
47131              From: PPrymmer@factset.com
47132              Message-ID: <OF261B78F0.19FBE242-ON85256D88.00091B48-85256D88.000A179D@factset.com>
47133              Date: Tue, 19 Aug 2003 21:50:12 -0400
47134      Branch: perl
47135            ! lib/ExtUtils/MM_Unix.pm
47136 ____________________________________________________________________________
47137 [ 20795] By: jhi                                   on 2003/08/21  04:42:56
47138         Log: Retract #19064, broke mod_perl flushing (localisation of $|).
47139              http://public.activestate.com/cgi-bin/perlbrowse?patch=19064
47140              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-08/msg01466.html
47141      Branch: perl
47142            ! pp_ctl.c pp_hot.c scope.c t/op/args.t
47143 ____________________________________________________________________________
47144 [ 20794] By: jhi                                   on 2003/08/21  04:35:54
47145         Log: MPE/iX does not have nanosleep() (the test makes
47146              a wrong conclusion of the linking succeeding)
47147      Branch: perl
47148            ! ext/Time/HiRes/Makefile.PL
47149 ____________________________________________________________________________
47150 [ 20793] By: jhi                                   on 2003/08/21  04:35:05
47151         Log: Subject: Re: untieing your victim during the act
47152              From: Dave Mitchell <davem@fdgroup.com>
47153              Date: Wed, 20 Aug 2003 20:44:53 +0100
47154              Message-ID: <20030820194453.GD27719@fdgroup.com>
47155      Branch: perl
47156            ! mg.c
47157 ____________________________________________________________________________
47158 [ 20792] By: jhi                                   on 2003/08/21  04:30:54
47159         Log: Byteloader patching from Enache continues;
47160              PADOFFSET handling was wrong.
47161      Branch: perl
47162            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
47163            ! ext/B/t/assembler.t ext/ByteLoader/bytecode.h
47164            ! ext/ByteLoader/byterun.c
47165 ____________________________________________________________________________
47166 [ 20791] By: jhi                                   on 2003/08/20  13:55:35
47167         Log: Subject: [PATCH perl@20760] Remove redundant targets from Win32 Makefile
47168              From: Steve Hay <steve.hay@uk.radan.com>
47169              Date: Wed, 20 Aug 2003 10:54:46 +0100
47170              Message-ID: <3F434566.3030602@uk.radan.com>
47171      Branch: perl
47172            ! win32/Makefile win32/makefile.mk
47173 ____________________________________________________________________________
47174 [ 20790] By: jhi                                   on 2003/08/20  11:01:52
47175         Log: Upgrade to Encode 1.98.
47176      Branch: perl
47177            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
47178            ! ext/Encode/META.yml ext/Encode/bin/enc2xs
47179            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
47180            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/enc_eucjp.t
47181            ! ext/Encode/t/enc_utf8.t ext/Encode/t/mime-header.t
47182            ! ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macFarsi.ucm
47183            ! ext/Encode/ucm/macHebrew.ucm
47184 ____________________________________________________________________________
47185 [ 20789] By: jhi                                   on 2003/08/20  10:49:51
47186         Log: Patch from Enache for the crashing of bytecode.t in Tru64.
47187      Branch: perl
47188            ! ext/B/B/Bytecode.pm ext/ByteLoader/bytecode.h
47189 ____________________________________________________________________________
47190 [ 20786] By: rgs                                   on 2003/08/19  20:22:07
47191         Log: t/TEST fails to fail when it can't find tests.
47192      Branch: perl
47193            ! t/TEST
47194 ____________________________________________________________________________
47195 [ 20785] By: jhi                                   on 2003/08/19  19:34:18
47196         Log: Manifest.t.ation of Schwern.
47197      Branch: perl
47198            ! lib/ExtUtils/t/Manifest.t
47199 ____________________________________________________________________________
47200 [ 20783] By: jhi                                   on 2003/08/19  19:24:00
47201         Log: Nick's podulator was right, I just hadn't read the manual...
47202              the vms\perlvms.pod lines needed to be moved.
47203      Branch: perl
47204            ! win32/Makefile win32/makefile.mk
47205 ____________________________________________________________________________
47206 [ 20781] By: jhi                                   on 2003/08/19  16:59:49
47207         Log: Subject: Re: [perl #23304] Installing perl breaks redhat-config scripts[was: New (well  known) printer won't install in RH-9]
47208              From: Andy Dougherty <doughera@lafayette.edu>
47209              Date: Tue, 19 Aug 2003 10:45:24 -0400 (EDT)
47210              Message-ID: <Pine.SOL.4.53.0308191027250.6665@maxwell.phys.lafayette.edu>
47211      Branch: perl
47212            ! INSTALL
47213 ____________________________________________________________________________
47214 [ 20780] By: jhi                                   on 2003/08/19  16:54:48
47215         Log: Subject: [PATCH] Can't build thread on openbsd sparc64 => B.c:5078: virtual memory exhausted
47216              From: alian <alian@cpan.org>
47217              Date: Tue, 19 Aug 2003 18:18:03 +0200
47218              Message-ID: <20030819161650.65754.qmail@onion.perl.org>
47219      Branch: perl
47220            + ext/B/hints/openbsd.pl
47221            ! MANIFEST
47222 ____________________________________________________________________________
47223 [ 20779] By: jhi                                   on 2003/08/19  16:49:22
47224         Log: Subject: Re: [PATCH] Re: [PATCH] maintperl - File::Spec cwd() stuff
47225              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
47226              Date: Tue, 19 Aug 2003 08:28:14 -0700
47227              Message-ID: <20030819152814.GA15441@math.berkeley.edu>
47228      Branch: perl
47229            ! lib/File/Spec/OS2.pm
47230 ____________________________________________________________________________
47231 [ 20778] By: jhi                                   on 2003/08/19  15:09:30
47232         Log: Unnecessary whitespace diff.
47233      Branch: perl
47234            ! lib/ExtUtils/MakeMaker.pm
47235 ____________________________________________________________________________
47236 [ 20777] By: jhi                                   on 2003/08/19  15:05:18
47237         Log: One less failure.
47238      Branch: perl
47239            ! lib/ExtUtils/t/Manifest.t
47240 ____________________________________________________________________________
47241 [ 20776] By: jhi                                   on 2003/08/19  13:36:03
47242         Log: Replace #20772 with
47243
47244              Subject: Re: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t
47245              From: PPrymmer@factset.com
47246              Message-ID: <OFE22C35CE.D5CB1A7F-ON85256D87.004E3BCA-85256D87.004F9EF2@factset.com>
47247              Date: Tue, 19 Aug 2003 10:29:44 -0400
47248      Branch: perl
47249            ! lib/ExtUtils/t/Manifest.t
47250 ____________________________________________________________________________
47251 [ 20775] By: jhi                                   on 2003/08/19  13:29:13
47252         Log: (From Enache) Keep bytecode files (.plc) around in case
47253              of failures.  (Currently Tru64 is reliably barfing.)
47254      Branch: perl
47255            ! ext/B/t/bytecode.t
47256 ____________________________________________________________________________
47257 [ 20774] By: jhi                                   on 2003/08/19  13:20:59
47258         Log: 's buildtoc now.
47259      Branch: perl
47260            ! README.cygwin
47261 ____________________________________________________________________________
47262 [ 20773] By: jhi                                   on 2003/08/19  13:19:24
47263         Log: These are kind of important.
47264      Branch: perl
47265            ! MANIFEST
47266 ____________________________________________________________________________
47267 [ 20772] By: jhi                                   on 2003/08/19  13:13:26
47268         Log: Replace #20763 with
47269
47270              Subject: Re: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t
47271              From: Michael G Schwern <schwern@pobox.com>
47272              Date: Mon, 18 Aug 2003 17:07:30 -0700
47273              Message-ID: <20030819000729.GG14782@windhund.schwern.org>
47274      Branch: perl
47275            ! lib/ExtUtils/t/Manifest.t
47276 ____________________________________________________________________________
47277 [ 20771] By: jhi                                   on 2003/08/19  13:10:42
47278         Log: Subject: [PATCH] Re: [PATCH] maintperl - File::Spec cwd() stuff
47279              From: Michael G Schwern <schwern@pobox.com>
47280              Date: Mon, 18 Aug 2003 18:02:08 -0700
47281              Message-ID: <20030819010208.GI14782@windhund.schwern.org>
47282      Branch: perl
47283            ! lib/File/Spec/OS2.pm
47284 ____________________________________________________________________________
47285 [ 20770] By: jhi                                   on 2003/08/19  13:08:45
47286         Log: Subject: [PATCH] maintperl - File::Spec cwd() stuff
47287              From: Ken Williams <ken@mathforum.org>
47288              Date: Mon, 18 Aug 2003 17:07:43 -0500
47289              Message-Id: <645E5A7D-D1C8-11D7-84BF-003065F6D85A@mathforum.org>
47290      Branch: perl
47291            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
47292            ! lib/File/Spec/t/Spec.t
47293 ____________________________________________________________________________
47294 [ 20769] By: jhi                                   on 2003/08/19  12:25:07
47295         Log: Update the history records.
47296      Branch: perl
47297            ! pod/perlhist.pod
47298 ____________________________________________________________________________
47299 [ 20768] By: jhi                                   on 2003/08/19  12:15:58
47300         Log: Still trying to unify MANIFEST sorting.
47301      Branch: perl
47302            ! MANIFEST pod/buildtoc
47303 ____________________________________________________________________________
47304 [ 20767] By: jhi                                   on 2003/08/19  12:10:00
47305         Log: Try to unify the MANIFEST sorting.
47306      Branch: perl
47307            ! MANIFEST Makefile.SH pod/buildtoc
47308 ____________________________________________________________________________
47309 [ 20766] By: jhi                                   on 2003/08/19  12:04:22
47310         Log: Nicholas Clark's podulator.  The win32 makefile
47311              generation doesn't seem to be working yet.
47312      Branch: perl
47313            + pod.lst pod/buildtoc
47314            - pod/buildtoc.PL
47315            ! MANIFEST Makefile.SH pod/Makefile.SH pod/perl.pod
47316            ! pod/perltoc.pod vms/descrip_mms.template win32/pod.mak
47317 ____________________________________________________________________________
47318 [ 20765] By: jhi                                   on 2003/08/19  03:10:57
47319         Log: Pod tweaks for NEXT from Alan Ferrency.
47320      Branch: perl
47321            ! lib/NEXT.pm
47322 ____________________________________________________________________________
47323 [ 20764] By: jhi                                   on 2003/08/18  19:34:16
47324         Log: Typo tweaks from Gerrit P. Haase.  Fcntl, fcntl, fcntl.
47325      Branch: perl
47326            ! ext/Fcntl/Fcntl.pm pod/perlfunc.pod t/io/utf8.t
47327 ____________________________________________________________________________
47328 [ 20763] By: jhi                                   on 2003/08/18  19:01:33
47329         Log: Subject: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t
47330              From: PPrymmer@factset.com
47331              Date: Mon, 18 Aug 2003 15:57:12 -0400
47332              Message-ID: <OF314202D4.49371ADF-ON85256D86.006CEBE2-85256D86.006D9AA7@factset.com>
47333      Branch: perl
47334            ! lib/ExtUtils/t/Manifest.t
47335 ____________________________________________________________________________
47336 [ 20762] By: jhi                                   on 2003/08/18  18:57:22
47337         Log: Subject: [PATCH: perl@20760] clean up quotation issue for use with MMS on VMS
47338              From: PPrymmer@factset.com
47339              Date: Mon, 18 Aug 2003 14:28:22 -0400
47340              Message-ID: <OFAF7796C8.7F204EDE-ON85256D86.0063976D-85256D86.006578B0@factset.com>
47341      Branch: perl
47342            ! vms/descrip_mms.template
47343 ____________________________________________________________________________
47344 [ 20761] By: jhi                                   on 2003/08/18  18:53:05
47345         Log: Use the base class cwd() method.
47346      Branch: perl
47347            ! lib/File/Spec/VMS.pm
47348 ____________________________________________________________________________
47349 [ 20758] By: jhi                                   on 2003/08/18  09:37:22
47350         Log: Subject: [PATCH] Uppercase globals in Pod::Html
47351              From: Michael G Schwern <schwern@pobox.com>
47352              Date: Mon, 18 Aug 2003 03:29:09 -0700
47353              Message-ID: <20030818102909.GJ823@windhund.schwern.org>
47354      Branch: perl
47355            ! lib/Pod/Html.pm
47356 ____________________________________________________________________________
47357 [ 20756] By: jhi                                   on 2003/08/18  08:46:52
47358         Log: Subject: [PATCH] Pod::Html  unifying global variable declaration and initialization
47359              From: Michael G Schwern <schwern@pobox.com>
47360              Date: Mon, 18 Aug 2003 02:44:31 -0700
47361              Message-ID: <20030818094431.GG823@windhund.schwern.org>
47362      Branch: perl
47363            ! lib/Pod/Html.pm
47364 ____________________________________________________________________________
47365 [ 20755] By: jhi                                   on 2003/08/18  08:41:24
47366         Log: Warn about the slowness of memory debuggers.
47367      Branch: perl
47368            ! pod/perlhack.pod
47369 ____________________________________________________________________________
47370 [ 20754] By: jhi                                   on 2003/08/18  08:34:00
47371         Log: Upgrade to ExtUtils::MakeMaker 6.16.
47372      Branch: perl
47373            + lib/ExtUtils/t/prereq_print.t
47374            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Installed.pm
47375            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
47376            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
47377            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
47378            ! lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Manifest.t
47379 ____________________________________________________________________________
47380 [ 20753] By: jhi                                   on 2003/08/18  08:21:36
47381         Log: Subject: Re: [PATCH] Pod::Html test clean-up (was Re: maint @ 20617 (on VMS))
47382              From: Michael G Schwern <schwern@pobox.com>
47383              Date: Mon, 18 Aug 2003 01:34:34 -0700
47384              Message-ID: <20030818083433.GB823@windhund.schwern.org>
47385      Branch: perl
47386            ! lib/Pod/Html.pm lib/Pod/t/pod2html-lib.pl
47387 ____________________________________________________________________________
47388 [ 20752] By: jhi                                   on 2003/08/18  07:01:16
47389         Log: I could have sworn the base class method was there.
47390      Branch: perl
47391            ! lib/File/Spec/Unix.pm
47392 ____________________________________________________________________________
47393 [ 20751] By: jhi                                   on 2003/08/18  05:09:34
47394         Log: utf8::is_utf8() wasn't there in 5.8.0.
47395      Branch: perl
47396            ! lib/utf8.pm
47397 ____________________________________________________________________________
47398 [ 20750] By: jhi                                   on 2003/08/18  04:53:22
47399         Log: Subject: [PATCH] Pod::Html test clean-up (was Re: maint @ 20617 (on VMS))
47400              From: "Craig A. Berry" <craigberry@mac.com>
47401              Date: Sun, 17 Aug 2003 23:28:21 -0500
47402              Message-ID: <3F4055E5.2070407@mac.com>
47403      Branch: perl
47404            ! lib/Pod/Html.pm lib/Pod/t/pod2html-lib.pl
47405 ____________________________________________________________________________
47406 [ 20749] By: jhi                                   on 2003/08/17  19:27:03
47407         Log: Subject: [PATCH] Taint safe Cwd::_qnx_abs_path()
47408              From: Michael G Schwern <schwern@pobox.com>
47409              Date: Sat, 16 Aug 2003 14:58:25 -0700
47410              Message-ID: <20030816215824.GF5859@windhund.schwern.org>
47411
47412              (plus local *REALPATH)
47413      Branch: perl
47414            ! lib/Cwd.pm
47415 ____________________________________________________________________________
47416 [ 20747] By: jhi                                   on 2003/08/17  08:44:18
47417         Log: Subject: [PATCH] Re: [BUG] string loses its utf8 flag on die
47418              From: Enache Adrian <enache@rdslink.ro>
47419              Date: Sat, 16 Aug 2003 16:03:16 +0300
47420              Message-ID: <20030816130316.GA1654@ratsnest.hole>
47421
47422              Subject: Re: [PATCH] Re: [BUG] string loses its utf8 flag on die
47423              From: Enache Adrian <enache@rdslink.ro>
47424              Date: Sun, 17 Aug 2003 04:42:22 +0300
47425              Message-ID: <20030817014222.GA1287@ratsnest.hole>
47426      Branch: perl
47427            ! t/op/die.t util.c
47428 ____________________________________________________________________________
47429 [ 20745] By: jhi                                   on 2003/08/17  07:52:47
47430         Log: The lib/Cwd.pm diet part of
47431
47432              Subject: [PATCH] File::Spec on diet
47433              From: Tels <perl_dummy@bloodgate.com>
47434              Date: Mon, 7 Jul 2003 22:41:42 +0200
47435              Message-Id: <200307072235.03364@bloodgate.com>
47436      Branch: perl
47437            ! lib/Cwd.pm
47438 ____________________________________________________________________________
47439 [ 20744] By: jhi                                   on 2003/08/17  07:50:00
47440         Log: The "reduce memory footprint and increase speed by not
47441              unconditionally pulling in Cwd"    part of
47442
47443              Subject: [PATCH] File::Spec on diet
47444              From: Tels <perl_dummy@bloodgate.com>
47445              Date: Mon, 7 Jul 2003 22:41:42 +0200
47446              Message-Id: <200307072235.03364@bloodgate.com>
47447
47448              was still valid.
47449      Branch: perl
47450            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
47451            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
47452            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
47453            ! lib/File/Spec/Win32.pm
47454 ____________________________________________________________________________
47455 [ 20741] By: jhi                                   on 2003/08/17  06:53:07
47456         Log: File::Temp 0.14 from Tim Jenness, now with OO interface.
47457      Branch: perl
47458            ! lib/File/Temp.pm
47459 ____________________________________________________________________________
47460 [ 20739] By: jhi                                   on 2003/08/16  21:03:07
47461         Log: Subject: [PATCH: perl@20724] fixes for installperl and the vmsdebug build on VMS
47462              From: PPrymmer@factset.com
47463              Date: Sat, 16 Aug 2003 11:55:58 -0400
47464              Message-ID: <OFA82C9B0A.6463DD81-ON85256D84.0056DF1B-85256D84.005784F2@factset.com>
47465      Branch: perl
47466            ! installperl
47467 ____________________________________________________________________________
47468 [ 20738] By: jhi                                   on 2003/08/16  20:39:47
47469         Log: Update to Filter::Util::Call 1.6 from CPAN, but keep our
47470              $VERSION at 1.601 so that we are different in version
47471              than 5.8.0 since the module is different (one doc tweak).
47472      Branch: perl
47473            ! ext/Filter/Util/Call/Call.pm
47474 ____________________________________________________________________________
47475 [ 20737] By: jhi                                   on 2003/08/16  20:25:21
47476         Log: valgrind --help didn't return a happy exit status.
47477      Branch: perl
47478            ! Makefile.SH
47479 ____________________________________________________________________________
47480 [ 20736] By: rgs                                   on 2003/08/16  19:54:43
47481         Log: Avoid a "Subroutine Cwd::fastcwd redefined" warning when
47482              loading Cwd. Undefing &Cwd::fastcwd beforehand is inconvenient
47483              because loading the XS part of Cwd might fail.
47484      Branch: perl
47485            ! lib/Cwd.pm
47486 ____________________________________________________________________________
47487 [ 20735] By: rgs                                   on 2003/08/16  19:39:39
47488         Log: Subject: [patch lib/utf8.pm] doc tweaks
47489              From: Stas Bekman <stas@stason.org>
47490              Date: Sat, 16 Aug 2003 13:30:28 -0700
47491              Message-ID: <3F3E9464.3030202@stason.org>
47492      Branch: perl
47493            ! lib/utf8.pm
47494 ____________________________________________________________________________
47495 [ 20734] By: rgs                                   on 2003/08/16  19:32:05
47496         Log: Subject: [PATCH] Taint problems in Cwd::abs_path
47497              From: Michael G Schwern <schwern@pobox.com>
47498              Date: Fri, 15 Aug 2003 18:43:45 -0700
47499              Message-ID: <20030816014345.GE4023@windhund.schwern.org>
47500      Branch: perl
47501            ! ext/Cwd/t/taint.t lib/Cwd.pm
47502 ____________________________________________________________________________
47503 [ 20733] By: jhi                                   on 2003/08/16  17:03:15
47504         Log: No ODBM for Mac OS X, even if we have Fink GDBM libraries.
47505      Branch: perl
47506            ! hints/darwin.sh
47507 ____________________________________________________________________________
47508 [ 20732] By: jhi                                   on 2003/08/16  16:52:50
47509         Log: Add valgrind testing target.
47510      Branch: perl
47511            ! Makefile.SH pod/perlhack.pod t/TEST
47512 ____________________________________________________________________________
47513 [ 20731] By: jhi                                   on 2003/08/16  14:37:33
47514         Log: More networking negativity.
47515      Branch: perl
47516            ! pod/perlport.pod
47517 ____________________________________________________________________________
47518 [ 20730] By: rgs                                   on 2003/08/16  12:12:43
47519         Log: Remove a useless vstring reference in perlnumber.pod.
47520      Branch: perl
47521            ! pod/perlnumber.pod
47522 ____________________________________________________________________________
47523 [ 20729] By: jhi                                   on 2003/08/16  10:11:30
47524         Log: README.macosx updates about known problems.
47525      Branch: perl
47526            ! README.macosx
47527 ____________________________________________________________________________
47528 [ 20728] By: jhi                                   on 2003/08/16  08:32:04
47529         Log: Subject: [PATCH] Small test tweak for Memoize/t/error.t
47530              From: Andreas J Koenig <andreas.koenig@anima.de>
47531              Date: Fri, 15 Aug 2003 11:55:22 +0200
47532              Message-ID: <87smo39red.fsf@franz.ak.mind.de>
47533      Branch: perl
47534            ! lib/Memoize/t/errors.t
47535 ____________________________________________________________________________
47536 [ 20727] By: jhi                                   on 2003/08/16  07:25:08
47537         Log: Upgrade to File::Temp 0.13 from CPAN--
47538              but since we had a '0.13' already in 5.8.0, make this
47539              still a '0.131'.
47540      Branch: perl
47541            ! lib/File/Temp.pm lib/File/Temp/t/mktemp.t
47542            ! lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
47543            ! lib/File/Temp/t/tempfile.t
47544 ____________________________________________________________________________
47545 [ 20726] By: jhi                                   on 2003/08/15  20:29:10
47546         Log: Clarify the E flag.
47547      Branch: perl
47548            ! embed.fnc
47549 ____________________________________________________________________________
47550 [ 20725] By: jhi                                   on 2003/08/15  15:37:36
47551         Log: Integrate from maint:
47552              [ 20724]
47553              No peeking before the buffer.
47554              (This was probably the random failure showing up
47555              in Solaris with t/uni/tr_7jis.t)
47556      Branch: perl
47557           !> toke.c
47558 ____________________________________________________________________________
47559 [ 20721] By: jhi                                   on 2003/08/15  08:44:42
47560         Log: Subject: [PATCH] TEST script (Was: Not ok 20712ff)
47561              From: Andreas J Koenig <andreas.koenig@anima.de>
47562              Date: Fri, 15 Aug 2003 11:37:29 +0200
47563              Message-ID: <87wudf9s86.fsf_-_@franz.ak.mind.de>
47564      Branch: perl
47565            ! t/TEST
47566 ____________________________________________________________________________
47567 [ 20720] By: jhi                                   on 2003/08/15  08:40:07
47568         Log: Integrate from maint:
47569              [ 20719]
47570              no_plan is not a good plan until TEST is fixed.
47571      Branch: perl
47572           !> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t
47573 ____________________________________________________________________________
47574 [ 20717] By: jhi                                   on 2003/08/15  05:06:39
47575         Log: Up the F::S subpackage versions; up the JPL JNI.pm version
47576              (the JPL cvs seems to be out of order), the only real change
47577              (in JNI.xs) seems to have been CRLF->LF conversion.
47578      Branch: perl
47579            ! jpl/JNI/JNI.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Unix.pm
47580 ____________________________________________________________________________
47581 [ 20716] By: jhi                                   on 2003/08/15  04:58:34
47582         Log: Upgrade to Test::Harness 2.30.
47583      Branch: perl
47584            ! lib/Test/Harness.pm lib/Test/Harness/Changes
47585            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/pod.t
47586 ____________________________________________________________________________
47587 [ 20715] By: jhi                                   on 2003/08/15  04:41:37
47588         Log: Damian replied that he'll make a CPAN Switch 2.10
47589              out of 5.8.1 Switch 2.10.
47590      Branch: perl
47591            ! lib/Switch.pm
47592 ____________________________________________________________________________
47593 [ 20714] By: jhi                                   on 2003/08/14  18:35:07
47594         Log: Add PerlIO::via::QuotedPrint to Maintainers.
47595      Branch: perl
47596            ! Porting/Maintainers.pl
47597 ____________________________________________________________________________
47598 [ 20713] By: jhi                                   on 2003/08/14  18:33:06
47599         Log: Upgrade to PerlIO::via::Quoted 0.05.
47600      Branch: perl
47601            ! lib/PerlIO/via/QuotedPrint.pm lib/PerlIO/via/t/QuotedPrint.t
47602 ____________________________________________________________________________
47603 [ 20712] By: jhi                                   on 2003/08/14  18:29:19
47604         Log: Upgrade to NEXT 0.60.
47605      Branch: perl
47606            ! lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
47607            ! lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t
47608 ____________________________________________________________________________
47609 [ 20711] By: jhi                                   on 2003/08/14  17:31:55
47610         Log: perlcheat is a reference, not tutorial.
47611      Branch: perl
47612            ! pod/perl.pod
47613 ____________________________________________________________________________
47614 [ 20710] By: jhi                                   on 2003/08/14  16:48:34
47615         Log: Subject: PATCH RC4 IO::Dir
47616              From: Mark Jason Dominus <mjd@plover.com>
47617              Date: Thu, 14 Aug 2003 12:02:59 -0400
47618              Message-ID: <20030814160259.27586.qmail@plover.com>
47619      Branch: perl
47620            ! ext/IO/lib/IO/Dir.pm
47621 ____________________________________________________________________________
47622 [ 20708] By: jhi                                   on 2003/08/14  14:45:20
47623         Log: win32/fcrypt.c was forgotten.
47624      Branch: perl
47625            ! MANIFEST
47626 ____________________________________________________________________________
47627 [ 20706] By: jhi                                   on 2003/08/14  14:40:30
47628         Log: Not so great a version bump, let Paul release 0.17.
47629      Branch: perl
47630            ! ext/Filter/Util/Call/Call.pm
47631 ____________________________________________________________________________
47632 [ 20705] By: jhi                                   on 2003/08/14  14:38:40
47633         Log: One more XS change versus no VERSION change.
47634              (Remaining in JNI.pm/xs, don't know what to about that
47635              since JNI is kind of "stable".)
47636      Branch: perl
47637            ! ext/Filter/Util/Call/Call.pm
47638 ____________________________________________________________________________
47639 [ 20704] By: jhi                                   on 2003/08/14  14:36:45
47640         Log: XS contents changes versus VERSION non-changes.
47641      Branch: perl
47642            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
47643            ! ext/PerlIO/scalar/scalar.pm ext/SDBM_File/SDBM_File.pm
47644            ! ext/Socket/Socket.pm
47645 ____________________________________________________________________________
47646 [ 20702] By: jhi                                   on 2003/08/14  14:24:40
47647         Log: Subject: [PATCH perl@20684] Include fcrypt.c for crypt() on Windows
47648              From: Steve Hay <steve.hay@uk.radan.com>
47649              Date: Thu, 14 Aug 2003 15:39:16 +0100
47650              Message-ID: <3F3B9F14.4040609@uk.radan.com>
47651
47652              (Sarathy okayed the idea.)
47653      Branch: perl
47654            + win32/fcrypt.c
47655            - win32/des_fcrypt.patch
47656            ! MANIFEST README.win32 win32/Makefile win32/makefile.mk
47657 ____________________________________________________________________________
47658 [ 20701] By: jhi                                   on 2003/08/14  14:17:42
47659         Log: Subject: [DOC PATCH] warnings.pl
47660              From: Elizabeth Mattijsen <liz@dijkmat.nl>
47661              Date: Thu, 14 Aug 2003 13:12:55 +0200
47662              Message-id: <p05111b00bb611e8835e0@[192.168.56.3]>
47663
47664              (some rewording)
47665      Branch: perl
47666            ! lib/warnings.pm warnings.pl
47667 ____________________________________________________________________________
47668 [ 20700] By: gbarr                                 on 2003/08/14  14:12:45
47669         Log: Update to Scalar-List-Utils 1.12
47670      Branch: perl
47671            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
47672            ! ext/List/Util/lib/List/Util.pm
47673            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/reduce.t
47674 ____________________________________________________________________________
47675 [ 20699] By: jhi                                   on 2003/08/14  13:16:27
47676         Log: All the authors of these modules have now been contacted;
47677              but assuming no CPAN updates are upcoming, here are 'fake'
47678              version updates to make us different from 5.8.0.
47679              (List::Util+Scalar::Util will soon be updated;
47680              File::Spec CPAN release will be made based on 5.8.1.)
47681      Branch: perl
47682            ! ext/Data/Dumper/Dumper.pm lib/CGI/Fast.pm lib/CGI/Util.pm
47683            ! lib/File/Temp.pm lib/Locale/Country.pm lib/Locale/Currency.pm
47684            ! lib/Locale/Language.pm lib/Locale/Script.pm lib/Switch.pm
47685            ! lib/Test/Harness/Straps.pm lib/Text/Wrap.pm
47686 ____________________________________________________________________________
47687 [ 20697] By: jhi                                   on 2003/08/14  07:05:48
47688         Log: Make the blead versions of these be newer...
47689      Branch: perl
47690            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
47691 ____________________________________________________________________________
47692 [ 20696] By: jhi                                   on 2003/08/14  06:51:34
47693         Log: Tweak from Slaven to catch also changed .xs files
47694              (.pm -> .xs name equivalence is assumed)
47695      Branch: perl
47696            ! Porting/cmpVERSION.pl
47697 ____________________________________________________________________________
47698 [ 20695] By: jhi                                   on 2003/08/14  06:44:10
47699         Log: Diffs-sans-version-diffs between blead and maint.
47700      Branch: perl
47701            ! ext/B/B.pm ext/B/B/C.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm
47702            ! ext/Devel/PPPort/PPPort.pm lib/English.pm lib/overload.pm
47703            ! lib/warnings.pm warnings.pl
47704 ____________________________________________________________________________
47705 [ 20692] By: jhi                                   on 2003/08/14  05:23:58
47706         Log: One more VERSION bump.
47707      Branch: perl
47708            ! lib/SelfLoader.pm
47709 ____________________________________________________________________________
47710 [ 20691] By: jhi                                   on 2003/08/14  05:21:20
47711         Log: Add a known exception.
47712      Branch: perl
47713            ! Porting/cmpVERSION.pl
47714 ____________________________________________________________________________
47715 [ 20689] By: jhi                                   on 2003/08/14  04:54:18
47716         Log: The blead version has got the dor.
47717      Branch: perl
47718            ! ext/Opcode/Opcode.pm
47719 ____________________________________________________________________________
47720 [ 20688] By: jhi                                   on 2003/08/14  04:51:30
47721         Log: A swath of VERSION patches from Nicholas Clark.
47722      Branch: perl
47723            ! lib/AutoSplit.pm lib/CPAN/Nox.pm lib/Cwd.pm lib/English.pm
47724            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Path.pm
47725            ! lib/Hash/Util.pm lib/Net/hostent.pm lib/Net/servent.pm
47726            ! lib/Text/Abbrev.pm lib/Thread/Semaphore.pm lib/Tie/Array.pm
47727            ! lib/Tie/RefHash.pm lib/UNIVERSAL.pm lib/Unicode/UCD.pm
47728            ! lib/attributes.pm lib/base.pm lib/diagnostics.pm lib/fields.pm
47729            ! lib/filetest.pm lib/open.pm lib/overload.pm lib/utf8.pm
47730            ! lib/vmsish.pm os2/OS2/Process/Process.pm
47731            ! os2/OS2/REXX/DLL/DLL.pm t/TestInit.pm
47732            ! t/lib/MakeMaker/Test/Utils.pm t/lib/Math/BigInt/BareCalc.pm
47733            ! vms/ext/Filespec.pm warnings.pl
47734 ____________________________________________________________________________
47735 [ 20687] By: jhi                                   on 2003/08/13  18:53:15
47736         Log: Alpha version numbers noticed by Schwern.
47737              (These hacks are no more needed since the PAUSE indexer no
47738              more indexes the insides of Perl distributions, says Andreas.)
47739      Branch: perl
47740            ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
47741            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
47742            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
47743            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
47744            ! ext/IPC/SysV/SysV.pm
47745 ____________________________________________________________________________
47746 [ 20686] By: jhi                                   on 2003/08/13  18:42:50
47747         Log: Subject: Re: script wanted
47748              From: Nicholas Clark <nick@ccl4.org>
47749              Date: Wed, 13 Aug 2003 20:46:09 +0100
47750              Message-ID: <20030813204609.G20130@plum.flirble.org>
47751      Branch: perl
47752            ! ext/B/B.pm ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/Debug.pm
47753            ! ext/B/B/Lint.pm ext/Fcntl/Fcntl.pm ext/File/Glob/Glob.pm
47754            ! ext/IO/IO.pm ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
47755            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
47756            ! ext/IO/lib/IO/Socket/INET.pm ext/IPC/SysV/Msg.pm
47757            ! ext/IPC/SysV/Semaphore.pm ext/POSIX/POSIX.pm
47758            ! ext/Sys/Hostname/Hostname.pm ext/Sys/Syslog/Syslog.pm
47759            ! ext/re/re.pm ext/threads/shared/shared.pm
47760            ! ext/threads/threads.pm
47761 ____________________________________________________________________________
47762 [ 20685] By: jhi                                   on 2003/08/13  18:24:50
47763         Log: Subject: Re: script wanted
47764              From: Enache Adrian <enache@rdslink.ro>
47765              Date: Wed, 13 Aug 2003 22:31:18 +0300
47766              Message-ID: <20030813193118.GA1273@ratsnest.hole>
47767      Branch: perl
47768            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
47769            ! ext/B/B/Disassembler.pm
47770 ____________________________________________________________________________
47771 [ 20681] By: jhi                                   on 2003/08/13  17:13:12
47772         Log: Subject: [PATCH lib/lib_pm.PL utils/perlcc.PL utils/h2xs.PL] RE: script wanted
47773              From: Robin Barker <Robin.Barker@npl.co.uk>
47774              Date: Wed, 13 Aug 2003 18:05:38 +0100
47775              Message-ID: <533D273D4014D411AB1D00062938C4D904046637@hotel.npl.co.uk>
47776      Branch: perl
47777            ! lib/lib_pm.PL utils/h2xs.PL utils/perlcc.PL
47778 ____________________________________________________________________________
47779 [ 20680] By: jhi                                   on 2003/08/13  17:11:38
47780         Log: Subject: [PATCH] GNU Public General Public General GNU Public License License
47781              From: Michael G Schwern <schwern@pobox.com>
47782              Date: Wed, 13 Aug 2003 11:15:40 -0700
47783              Message-ID: <20030813181539.GA22658@windhund.schwern.org>
47784      Branch: perl
47785            ! pod/perlartistic.pod pod/perlgpl.pod
47786 ____________________________________________________________________________
47787 [ 20678] By: jhi                                   on 2003/08/13  13:46:18
47788         Log: Add cmpVERSION.pl from Slaven for comparing two
47789              Perl source trees for modules that have changed
47790              but have the same version numbers.
47791      Branch: perl
47792            + Porting/cmpVERSION.pl
47793            ! MANIFEST
47794 ____________________________________________________________________________
47795 [ 20676] By: jhi                                   on 2003/08/13  12:03:08
47796         Log: Make Johan's confusion go away, but there are no doubt more
47797              similar cases.
47798      Branch: perl
47799            ! lib/File/Find.pm
47800 ____________________________________________________________________________
47801 [ 20674] By: jhi                                   on 2003/08/13  11:57:47
47802         Log: Make (hopefully) the Windows CR CR LF bug go away
47803              by making the CRLF layer repel any other CRLF layers.
47804              In other words: binmode(FH, ":crlf") in e.g. Win32
47805              is effectively a no-op since there already is one
47806              CRLF layer in the stack by default.
47807      Branch: perl
47808            ! perlio.c pod/perlrun.pod t/io/crlf.t t/io/layers.t
47809 ____________________________________________________________________________
47810 [ 20673] By: jhi                                   on 2003/08/13  10:29:56
47811         Log: One tweak from Dave Mitchell.
47812      Branch: perl
47813            ! pod/perlport.pod
47814 ____________________________________________________________________________
47815 [ 20672] By: jhi                                   on 2003/08/13  10:27:54
47816         Log: One tweak for microperl in OS/2.
47817      Branch: perl
47818            ! perl.h
47819 ____________________________________________________________________________
47820 [ 20671] By: merijn                                on 2003/08/13  08:57:27
47821         Log: Subject: [PATCH] another VMS pod nit
47822              From: "Craig A. Berry" <craigberry@mac.com>
47823              Date: Wed, 13 Aug 2003 01:01:46 -0500
47824              Message-ID: <3F39D44A.4010207@mac.com>
47825      Branch: perl
47826            ! vms/descrip_mms.template
47827 ____________________________________________________________________________
47828 [ 20670] By: merijn                                on 2003/08/13  08:54:45
47829         Log: Subject: [PATCH Tie::File] turn the alarm off in the tests (was Re: maint @ 20617 (on VMS))
47830              From: "Craig A. Berry" <craigberry@mac.com>
47831              Date: Tue, 12 Aug 2003 21:12:00 -0500
47832              Message-ID: <3F399E70.4050607@mac.com>
47833      Branch: perl
47834            ! lib/Tie/File/t/24_cache_loop.t lib/Tie/File/t/29_downcopy.t
47835            ! lib/Tie/File/t/29a_upcopy.t
47836 ____________________________________________________________________________
47837 [ 20669] By: jhi                                   on 2003/08/13  06:06:39
47838         Log: More don't:s for nyetworking.
47839      Branch: perl
47840            ! pod/perlport.pod
47841 ____________________________________________________________________________
47842 [ 20668] By: rgs                                   on 2003/08/12  20:27:41
47843         Log: perlipc thinko by John P. Linderman.
47844      Branch: perl
47845            ! pod/perlipc.pod
47846 ____________________________________________________________________________
47847 [ 20666] By: jhi                                   on 2003/08/12  20:02:13
47848         Log: Subject: Re: maint @ 20617 [PATCH]
47849              From: =?iso-8859-1?q?Sreeji=20K=20Das?= <sreeji_k@yahoo.com>
47850              Date: Tue, 12 Aug 2003 13:19:00 +0100 (BST)
47851              Message-ID: <20030812121900.26127.qmail@web10501.mail.yahoo.com>
47852      Branch: perl
47853            ! lib/ExtUtils/Installed.pm
47854 ____________________________________________________________________________
47855 [ 20665] By: jhi                                   on 2003/08/12  19:59:54
47856         Log: README.cygwin updates from Gerrit P. Haase.
47857      Branch: perl
47858            ! README.cygwin
47859 ____________________________________________________________________________
47860 [ 20664] By: jhi                                   on 2003/08/12  19:57:53
47861         Log: Do some updates also on pod.mak -- which seems to
47862              be badly out of date.
47863      Branch: perl
47864            ! win32/pod.mak
47865 ____________________________________________________________________________
47866 [ 20663] By: jhi                                   on 2003/08/12  19:48:01
47867         Log: More missing pods for VMS.
47868      Branch: perl
47869            ! vms/descrip_mms.template
47870 ____________________________________________________________________________
47871 [ 20662] By: jhi                                   on 2003/08/12  19:43:46
47872         Log: Subject: [PATCH: perl@20617] add handling for new perlreref.pod file to VMS build.
47873              From: PPrymmer@factset.com
47874              Date: Tue, 12 Aug 2003 16:24:21 -0400
47875              Message-ID: <OF26F453CA.0F963A91-ON85256D80.006F991A-85256D80.007017F2@factset.com>
47876      Branch: perl
47877            ! vms/descrip_mms.template
47878 ____________________________________________________________________________
47879 [ 20661] By: jhi                                   on 2003/08/12  19:41:50
47880         Log: perlreref tweaks from SADAHIRO Tomoyuki and Ian Truskett.
47881      Branch: perl
47882            ! pod/perlreref.pod
47883 ____________________________________________________________________________
47884 [ 20660] By: jhi                                   on 2003/08/12  18:44:27
47885         Log: A better patch from Yitzchak Scott-Thoennes for [perl #23287].
47886      Branch: perl
47887            ! pp_sys.c
47888 ____________________________________________________________________________
47889 [ 20657] By: jhi                                   on 2003/08/12  13:55:56
47890         Log: Multiline one-liners are a bit too much to ask.
47891      Branch: perl
47892            ! t/op/closure.t
47893 ____________________________________________________________________________
47894 [ 20654] By: jhi                                   on 2003/08/12  13:23:00
47895         Log: Add perlcheat to the toc and perl.pod; regen toc.
47896      Branch: perl
47897            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
47898 ____________________________________________________________________________
47899 [ 20653] By: jhi                                   on 2003/08/12  13:15:17
47900         Log: Retract #20644 and #20643; on non-microperl non-fcntl
47901              systems Wrong Thing would be done.  (And as Sarathy
47902              points out, closing both ends of a pipe is rather
47903              identical to never opening it...)
47904      Branch: perl
47905            ! pp_sys.c util.c
47906 ____________________________________________________________________________
47907 [ 20652] By: ams                                   on 2003/08/12  13:06:40
47908         Log: Subject: perlcheat
47909              From: Juerd <juerd@cpan.org>
47910              Date: Mon, 11 Aug 2003 20:24:34 +0200
47911              Message-Id: <20030811182434.GI17748@c3.convolution.nl>
47912      Branch: perl
47913            + pod/perlcheat.pod
47914            ! MANIFEST
47915 ____________________________________________________________________________
47916 [ 20651] By: jhi                                   on 2003/08/12  12:52:09
47917         Log: Microperl expects C89 (like the rest of Perl).
47918      Branch: perl
47919            ! README.micro
47920 ____________________________________________________________________________
47921 [ 20650] By: jhi                                   on 2003/08/12  12:32:29
47922         Log: Subject: [PATCH 5.8.1 @20218] xsubpp: wrong code
47923              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
47924              Date: Sun, 3 Aug 2003 06:19:02 -0700
47925              Message-ID: <20030803131902.GA5146@math.berkeley.edu>
47926      Branch: perl
47927            ! lib/ExtUtils/xsubpp
47928 ____________________________________________________________________________
47929 [ 20648] By: jhi                                   on 2003/08/12  11:56:52
47930         Log: If we are void we cannot return a value.
47931      Branch: perl
47932            ! mg.c
47933 ____________________________________________________________________________
47934 [ 20647] By: jhi                                   on 2003/08/12  11:54:32
47935         Log: Oops.
47936      Branch: perl
47937            ! perl.c
47938 ____________________________________________________________________________
47939 [ 20646] By: jhi                                   on 2003/08/12  11:51:25
47940         Log: Apply much of Ilya's microperl patch, but instead of
47941              implementing the opendir()/readdir()/closedir() using
47942              external commands give up "ANSI-pureness" and define them
47943              in uconfig.sh, also define other stuff like rename() and putenv().
47944              Leave out the $| emulation in my_fork() since we are
47945              not supposed to have fork() under microperl.
47946      Branch: perl
47947            ! Makefile.micro README.micro doio.c mg.c perl.c perl.h
47948            ! perlvars.h pp_sys.c sv.c uconfig.h uconfig.sh util.c
47949 ____________________________________________________________________________
47950 [ 20645] By: jhi                                   on 2003/08/12  10:40:54
47951         Log: Localize PARENT (based on Ilya's microperl patch).
47952      Branch: perl
47953            ! lib/Cwd.pm
47954 ____________________________________________________________________________
47955 [ 20644] By: jhi                                   on 2003/08/12  10:37:55
47956         Log: More microperlish faking in case no fcntl F_SETFD for pipes.
47957      Branch: perl
47958            ! util.c
47959 ____________________________________________________________________________
47960 [ 20643] By: jhi                                   on 2003/08/12  10:13:53
47961         Log: A generally useful hunk from Ilya's microperl patch.
47962              (If no fcntl F_SETFD, fake it the best we can.)
47963      Branch: perl
47964            ! pp_sys.c
47965 ____________________________________________________________________________
47966 [ 20640] By: jhi                                   on 2003/08/12  09:59:16
47967         Log: returning would be good, too.
47968      Branch: perl
47969            ! ext/Safe/t/safeops.t
47970 ____________________________________________________________________________
47971 [ 20639] By: jhi                                   on 2003/08/12  09:57:07
47972         Log: No dor in maint.
47973      Branch: perl
47974            ! ext/Safe/t/safeops.t
47975 ____________________________________________________________________________
47976 [ 20634] By: jhi                                   on 2003/08/12  08:41:49
47977         Log: Subject: [PATCH 5.8.1 @19053] XSLoader revisted
47978              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
47979              Date: Mon, 21 Apr 2003 22:44:37 -0700
47980              Message-ID: <20030422054437.GA8297@math.berkeley.edu>
47981
47982              (the XSLoader doc hunk; the h2xs looks like a behavioural change)
47983      Branch: perl
47984            ! ext/DynaLoader/XSLoader_pm.PL
47985 ____________________________________________________________________________
47986 [ 20633] By: jhi                                   on 2003/08/12  08:31:01
47987         Log: Subject: [PATCH h2xs] produce Foo-Bar/lib/Foo/Bar.pm
47988              From: Michael G Schwern <schwern@pobox.com>
47989              Date: Sat, 9 Aug 2003 15:03:02 -0700
47990              Message-ID: <20030809220301.GE24919@windhund.schwern.org>
47991
47992              (plus one extra catfile() in h2xs.t)
47993      Branch: perl
47994            ! lib/h2xs.t utils/h2xs.PL
47995 ____________________________________________________________________________
47996 [ 20632] By: jhi                                   on 2003/08/12  08:11:08
47997         Log: The Debian people have expressed a wish for the boilerplate
47998              being specific about the Perl version; patch from Nicholas Clark.
47999      Branch: perl
48000            ! utils/h2xs.PL
48001 ____________________________________________________________________________
48002 [ 20631] By: jhi                                   on 2003/08/12  08:09:43
48003         Log: A new try from Dave Mitchell for [perl #23265].
48004      Branch: perl
48005            ! pad.c t/op/closure.t
48006 ____________________________________________________________________________
48007 [ 20630] By: jhi                                   on 2003/08/12  07:59:22
48008         Log: Fix for [perl #23287] segfault in untie.
48009              (Well, at least no more coredump.)
48010      Branch: perl
48011            ! pp_sys.c t/op/tie.t
48012 ____________________________________________________________________________
48013 [ 20629] By: jhi                                   on 2003/08/12  06:24:32
48014         Log: =head2 ALL CAPS
48015      Branch: perl
48016            ! pod/perlreref.pod
48017 ____________________________________________________________________________
48018 [ 20628] By: jhi                                   on 2003/08/12  06:22:25
48019         Log: Too enthusiastic head2-ing.
48020      Branch: perl
48021            ! pod/perlreref.pod
48022 ____________________________________________________________________________
48023 [ 20627] By: jhi                                   on 2003/08/12  05:17:14
48024         Log: Gotta Get'em Cases Right.
48025      Branch: perl
48026            ! pod/perlreref.pod
48027 ____________________________________________________________________________
48028 [ 20626] By: jhi                                   on 2003/08/12  05:04:02
48029         Log: head2-ify many of the head1s, will probably make this look
48030              better in HTML.
48031      Branch: perl
48032            ! pod/perlreref.pod
48033 ____________________________________________________________________________
48034 [ 20625] By: jhi                                   on 2003/08/12  04:55:32
48035         Log: Subject: Re: [PATCH] perlreref.pod tweaks
48036              From: Iain Truskett <spoon@cpan.org>
48037              Date: Tue, 12 Aug 2003 13:59:27 +1000
48038              Message-ID: <20030812035927.GJ7914@gytha.anu.edu.au>
48039
48040              plus explain "Titlecase".
48041      Branch: perl
48042            ! pod/perlreref.pod
48043 ____________________________________________________________________________
48044 [ 20623] By: rgs                                   on 2003/08/11  19:59:17
48045         Log: Add a new regression test for Safe : tests that all ops
48046              can be trapped by a Safe compartement (except for the ones
48047              that can't.)
48048      Branch: perl
48049            + ext/Safe/t/safeops.t
48050            ! MANIFEST
48051 ____________________________________________________________________________
48052 [ 20622] By: rgs                                   on 2003/08/11  18:33:06
48053         Log: B::Deparse wasn't handling correctly builtins that
48054              have two filehandles in their prototypes (pipe, socketpair,
48055              accept) when non-bareword prototypes were used.
48056      Branch: perl
48057            ! ext/B/B/Deparse.pm
48058 ____________________________________________________________________________
48059 [ 20620] By: jhi                                   on 2003/08/11  17:08:29
48060         Log: Subject: [PATCH] [@20616] perlreref.pod incorrectly describes \c
48061              From: merlyn@stonehenge.com (Randal L. Schwartz)
48062              Date: 11 Aug 2003 09:45:29 -0700
48063              Message-ID: <86isp4kus6.fsf@blue.stonehenge.com>
48064
48065              Subject: [PATCH] perlreref.pod tweaks
48066              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
48067              Date: Mon, 11 Aug 2003 13:19:51 -0400
48068              Message-ID: <20030811171951.GA332851@linguist.thayer.dartmouth.edu>
48069
48070              Plus a note about {,n} not being a quantifier.
48071      Branch: perl
48072            ! pod/perlreref.pod
48073 ____________________________________________________________________________
48074 [ 20619] By: jhi                                   on 2003/08/11  15:50:34
48075         Log: Integrate:
48076              [ 20618]
48077              $* is not yet fully gone in 5.8.1.
48078      Branch: perl
48079           !> pod/perlreref.pod
48080 ____________________________________________________________________________
48081 [ 20614] By: nick                                  on 2003/08/11  12:14:55
48082         Log: Allow via layer to affect the PERLIO_F_UTF8 flag.
48083      Branch: perl
48084            ! ext/PerlIO/via/via.pm ext/PerlIO/via/via.xs
48085 ____________________________________________________________________________
48086 [ 20612] By: jhi                                   on 2003/08/11  10:55:19
48087         Log: VC6 warning: result still unsigned.
48088      Branch: perl
48089            ! regexec.c
48090 ____________________________________________________________________________
48091 [ 20611] By: jhi                                   on 2003/08/11  08:33:13
48092         Log: Typo fix from Boris Zentner.
48093      Branch: perl
48094            ! pod/perlfaq5.pod
48095 ____________________________________________________________________________
48096 [ 20609] By: jhi                                   on 2003/08/11  04:28:29
48097         Log: Subject: [perl #23273] warnings in Unicode::UCD
48098              From: Lukas Mai (via RT) <perlbug-followup@perl.org>
48099              Date: 10 Aug 2003 22:37:41 -0000
48100              Message-ID: <rt-23273-62473.18.6967347513833@rt.perl.org>
48101      Branch: perl
48102            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
48103 ____________________________________________________________________________
48104 [ 20608] By: jhi                                   on 2003/08/11  04:24:34
48105         Log: Explain the 'Wide character in print' a bit more.
48106      Branch: perl
48107            ! pod/perldiag.pod
48108 ____________________________________________________________________________
48109 [ 20607] By: rgs                                   on 2003/08/10  20:44:23
48110         Log: Subject: Re: killing for vital signs [PATCH]
48111              From: "John P. Linderman" <jpl@research.att.com>
48112              Date: Sun, 10 Aug 2003 15:44:33 -0400 (EDT)
48113              Message-Id: <200308101944.PAA96547@raptor.research.att.com>
48114      Branch: perl
48115            ! pod/perlfunc.pod pod/perlipc.pod
48116 ____________________________________________________________________________
48117 [ 20605] By: jhi                                   on 2003/08/10  20:38:39
48118         Log: gcc -ansi -pedantic cleanup; and a seemingly forgotten
48119              sv_placeholder hunk.
48120      Branch: perl
48121            ! perl.h sv.h
48122 ____________________________________________________________________________
48123 [ 20604] By: jhi                                   on 2003/08/10  20:14:28
48124         Log: Clarify the format checking instructions.
48125      Branch: perl
48126            ! Porting/pumpkin.pod
48127 ____________________________________________________________________________
48128 [ 20602] By: jhi                                   on 2003/08/10  19:45:45
48129         Log: Retract #20597, too many resulting core dumps.
48130      Branch: perl
48131            ! pad.c t/op/closure.t
48132 ____________________________________________________________________________
48133 [ 20597] By: jhi                                   on 2003/08/10  17:55:03
48134         Log: Subject: Re: [perl #23265] Nested anonymous subs
48135              From: Dave Mitchell <davem@fdgroup.com>
48136              Date: Sun, 10 Aug 2003 01:35:30 +0100
48137              Message-ID: <20030810003530.GB6547@fdgroup.com>
48138      Branch: perl
48139            ! pad.c t/op/closure.t
48140 ____________________________________________________________________________
48141 [ 20596] By: jhi                                   on 2003/08/10  17:38:35
48142         Log: Try simple workaround for the POSIX autosplit.ix warning.
48143      Branch: perl
48144            ! ext/POSIX/POSIX.pm
48145 ____________________________________________________________________________
48146 [ 20595] By: jhi                                   on 2003/08/10  17:33:12
48147         Log: One more PL_csighandlerp.
48148      Branch: perl
48149            ! ext/POSIX/POSIX.xs
48150 ____________________________________________________________________________
48151 [ 20594] By: rgs                                   on 2003/08/10  13:30:11
48152         Log: Further tweaks on perlreref.pod (by Iain Truskett)
48153      Branch: perl
48154            ! pod/perlreref.pod
48155 ____________________________________________________________________________
48156 [ 20593] By: rgs                                   on 2003/08/10  12:32:47
48157         Log: Add the perlreref manpage, by Iain Truskett
48158              (regular expressions quick reference.)
48159              Regenerate the table of contents.
48160      Branch: perl
48161            + pod/perlreref.pod
48162            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
48163 ____________________________________________________________________________
48164 [ 20592] By: rgs                                   on 2003/08/09  21:13:27
48165         Log: Remove ByteLoader from the list of modules whose compilability should
48166              be tested : it's loaded (at runtime) by ext/B/t/bytecode.t (as Enache
48167              pointed out.)
48168      Branch: perl
48169            ! t/lib/1_compile.t
48170 ____________________________________________________________________________
48171 [ 20591] By: rgs                                   on 2003/08/09  21:08:59
48172         Log: Subject: [PATCH] add "$lexical not available" warning in C<for my $lex ()>
48173              From: Dave Mitchell <davem@fdgroup.com>
48174              Date: Sat, 9 Aug 2003 14:51:44 +0100
48175              Message-ID: <20030809135144.GC4997@fdgroup.com>
48176      Branch: perl
48177            ! embed.fnc embed.h global.sym op.c pp_ctl.c proto.h scope.c
48178            ! scope.h t/lib/warnings/pad
48179 ____________________________________________________________________________
48180 [ 20590] By: rgs                                   on 2003/08/09  21:02:21
48181         Log: Regenerate perlapi.pod.
48182      Branch: perl
48183            ! pod/perlapi.pod
48184 ____________________________________________________________________________
48185 [ 20589] By: rgs                                   on 2003/08/09  20:26:28
48186         Log: Subject: [PATCH t/lib/1_compile.t] Removing tested modules
48187              From: Michael G Schwern <schwern@pobox.com>
48188              Date: Sat, 9 Aug 2003 13:36:59 -0700
48189              Message-ID: <20030809203659.GB24919@windhund.schwern.org>
48190      Branch: perl
48191            ! t/lib/1_compile.t
48192 ____________________________________________________________________________
48193 [ 20588] By: jhi                                   on 2003/08/09  18:13:07
48194         Log: Update Jon Orwant's email address as he wants it,
48195              drop TPJ URL; upate also Doug MacEachern's address.
48196      Branch: perl
48197            ! pod/perlembed.pod pod/perlmodinstall.pod
48198 ____________________________________________________________________________
48199 [ 20587] By: ams                                   on 2003/08/09  18:09:34
48200         Log: hv_fetch_{ent,flags} failed to set HvHASKFLAGS on a hash where a
48201              normal key was replaced by its UTF-8 equivalent. This caused the
48202              "Storable problem" RT3 users reported under RH9.
48203      Branch: perl
48204            ! hv.c
48205 ____________________________________________________________________________
48206 [ 20586] By: jhi                                   on 2003/08/09  18:08:20
48207         Log: Subject: [PATCH perlmodinstall.pod] Installation on Win32
48208              From: Michael G Schwern <schwern@pobox.com>
48209              Date: Fri, 8 Aug 2003 18:35:51 -0700
48210              Message-ID: <20030809013550.GS1587@windhund.schwern.org>
48211      Branch: perl
48212            ! pod/perlmodinstall.pod
48213 ____________________________________________________________________________
48214 [ 20584] By: jhi                                   on 2003/08/09  18:05:22
48215         Log: Reintroduce the U_32-ification to pad.c,
48216              suggested by Dave Mitchell.
48217      Branch: perl
48218            ! pad.c
48219 ____________________________________________________________________________
48220 [ 20583] By: rgs                                   on 2003/08/09  12:43:50
48221         Log: Change #20578 to SelfLoader is probably also useful to AutoSplit.
48222      Branch: perl
48223            ! lib/AutoSplit.pm
48224 ____________________________________________________________________________
48225 [ 20579] By: jhi                                   on 2003/08/09  08:07:22
48226         Log: Some updates for the memory use debugging section:
48227              -DL is obsolete, mention Devel::Size, and Purify and valgrind.
48228      Branch: perl
48229            ! pod/perldebguts.pod
48230 ____________________________________________________________________________
48231 [ 20578] By: jhi                                   on 2003/08/09  07:34:16
48232         Log: Fix from Dave Mitchell to the recent from lib/Devel/SelfStubber.t:
48233              Variable "$nested" is not available at (re_eval 4) line 2, <DATA> line 8.
48234              which was on old bug unearthed by the change #20559.
48235              Basically, qr// + (??{$lexical}) combination is very, VERY broken.
48236              Workaround is not to use lexicals.
48237      Branch: perl
48238            ! lib/SelfLoader.pm
48239 ____________________________________________________________________________
48240 [ 20577] By: jhi                                   on 2003/08/09  07:28:41
48241         Log: The libcygipc doesn't really work with the Perl SysV IPC tests
48242              so no much point in adding it yet.
48243      Branch: perl
48244            ! hints/cygwin.sh
48245 ____________________________________________________________________________
48246 [ 20575] By: jhi                                   on 2003/08/09  07:24:43
48247         Log: Retract #20524 since it was due to broken INT32_MIN in
48248              Cygwin 1.5's stdint.h.
48249      Branch: perl
48250            ! pad.c
48251 ____________________________________________________________________________
48252 [ 20574] By: jhi                                   on 2003/08/09  07:11:32
48253         Log: Subject: [ PATCH] Re: strange destruction problem on VMS
48254              From: Dave Mitchell <davem@fdgroup.com>
48255              Date: Fri, 8 Aug 2003 22:28:48 +0100
48256              Message-ID: <20030808212848.GA2628@fdgroup.com>
48257      Branch: perl
48258            ! sv.c
48259 ____________________________________________________________________________
48260 [ 20573] By: jhi                                   on 2003/08/09  07:09:07
48261         Log: Subject: Re: [PATCH] perlfaq8.pod and MakeMaker's PREFIX=
48262              From: Michael G Schwern <schwern@pobox.com>
48263              Date: Fri, 8 Aug 2003 13:59:50 -0700
48264              Message-ID: <20030808205950.GJ1587@windhund.schwern.org>
48265      Branch: perl
48266            ! pod/perlfaq8.pod
48267 ____________________________________________________________________________
48268 [ 20572] By: jhi                                   on 2003/08/09  07:06:37
48269         Log: Subject: [PATCH] kill 'INT' doesn't work on Windows
48270              From: Jan Dubois <jand@ActiveState.com>
48271              Date: Fri, 08 Aug 2003 17:49:03 -0700
48272              Message-ID: <ite8jvgjgcfm8e9dhl6f4dtstrbmn1vmpk@4ax.com>
48273      Branch: perl
48274            ! win32/win32.c
48275 ____________________________________________________________________________
48276 [ 20571] By: jhi                                   on 2003/08/09  06:53:54
48277         Log: Subject: [PATCH] Re: [PATCH] Re: Storing &PL_sv_undef as a hash key with perl-5.8.x
48278              From: Nicholas Clark <nick@ccl4.org>
48279              Date: Fri, 8 Aug 2003 23:30:00 +0100
48280              Message-ID: <20030808233000.B20130@plum.flirble.org>
48281      Branch: perl
48282            ! ext/Storable/Storable.xs
48283 ____________________________________________________________________________
48284 [ 20570] By: jhi                                   on 2003/08/09  06:52:36
48285         Log: Two more tests for #20566/#20568.
48286      Branch: perl
48287            ! t/op/pat.t
48288 ____________________________________________________________________________
48289 [ 20568] By: jhi                                   on 2003/08/08  21:05:24
48290         Log: Subject: [PATCH] Re: UNICODE regexp bug
48291              From: Nick Ing-Simmons <nick@ing-simmons.net>
48292              Date: Fri, 08 Aug 2003 23:05:49 +0100
48293              Message-Id: <20030808220549.5109.4@llama.ni-s.u-net.com>
48294
48295              Better patch (than #20566) from NI-S, one more test
48296              (introduce another variable rather than reuse the tmp, though)
48297      Branch: perl
48298            ! regexec.c t/op/pat.t
48299 ____________________________________________________________________________
48300 [ 20566] By: jhi                                   on 2003/08/08  19:47:45
48301         Log: Subject: UNICODE regexp bug
48302              From: Nick Ing-Simmons <nick@ing-simmons.net>
48303              Date: Fri, 08 Aug 2003 20:36:56 +0100
48304              Message-Id: <20030808193656.5109.1@llama.ni-s.u-net.com>
48305      Branch: perl
48306            ! regexec.c t/op/pat.t
48307 ____________________________________________________________________________
48308 [ 20565] By: jhi                                   on 2003/08/08  18:59:40
48309         Log: Move the csighandler to be a data variable so that
48310              things like DLL trampolines can't mess up the code
48311              variables the Perl_csighandler (seen in Cygwin:
48312              Perl_csighandler in POSIX extension was different
48313              than in main executable).
48314      Branch: perl
48315            ! embedvar.h ext/POSIX/POSIX.xs mg.c perlapi.h perlvars.h
48316 ____________________________________________________________________________
48317 [ 20564] By: jhi                                   on 2003/08/08  13:12:19
48318         Log: Subject: [PATCH] Re: main@20537: WinXP build failed op/time.t test 2
48319              From: Steve Hay <steve.hay@uk.radan.com>
48320              Date: Fri, 08 Aug 2003 12:42:28 +0100
48321              Message-ID: <3F338CA4.3010503@uk.radan.com>
48322      Branch: perl
48323            ! t/op/time.t
48324 ____________________________________________________________________________
48325 [ 20563] By: jhi                                   on 2003/08/08  13:09:00
48326         Log: Subject: [PATCH] maintperl & bleadperl for Cygwin: include libgdbm_compat & libcygipc in searchlist
48327              From: "Gerrit P. Haase" <gp@familiehaase.de>
48328              Date: Fri, 8 Aug 2003 13:44:51 +0200
48329              Message-ID: <1621817486657.20030808134451@familiehaase.de>
48330      Branch: perl
48331            ! ext/NDBM_File/hints/cygwin.pl ext/ODBM_File/hints/cygwin.pl
48332            ! hints/cygwin.sh
48333 ____________________________________________________________________________
48334 [ 20560] By: jhi                                   on 2003/08/08  04:28:44
48335         Log: Retract PASTHRU* changes as recommended by Schwern.
48336      Branch: perl
48337            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
48338            ! lib/ExtUtils/t/MM_Win32.t
48339 ____________________________________________________________________________
48340 [ 20559] By: rgs                                   on 2003/08/07  19:59:18
48341         Log: Subject: Fwd: Re: [PATCH] flags set incorrectly on abandoned lexicals
48342              From: Dave Mitchell <davem@fdgroup.com>
48343              Date: Thu, 7 Aug 2003 15:53:35 +0100
48344              Message-ID: <20030807145335.GF26683@fdgroup.com>
48345      Branch: perl
48346            ! scope.c t/lib/warnings/pad
48347 ____________________________________________________________________________
48348 [ 20556] By: jhi                                   on 2003/08/07  18:14:41
48349         Log: The #20546 was too ambitious, broke the test.
48350      Branch: perl
48351            ! lib/Benchmark.pm lib/Benchmark.t
48352 ____________________________________________________________________________
48353 [ 20554] By: jhi                                   on 2003/08/07  17:00:03
48354         Log: Subject: Fw: [PATCH: perl@20512] DBG build tweaks for VMS.
48355              From: PPrymmer@factset.com
48356              Date: Thu, 7 Aug 2003 14:02:02 -0400
48357              Message-ID: <OFA59024FD.170B3227-ON85256D7B.00630753-85256D7B.00631048@factset.com>
48358      Branch: perl
48359            ! vms/descrip_mms.template
48360 ____________________________________________________________________________
48361 [ 20553] By: jhi                                   on 2003/08/07  16:45:25
48362         Log: Some AUTHORS updates.
48363      Branch: perl
48364            ! AUTHORS
48365 ____________________________________________________________________________
48366 [ 20552] By: jhi                                   on 2003/08/07  15:45:03
48367         Log: Hint away the semid_ds test in NetBSD/sparc.
48368      Branch: perl
48369            ! hints/netbsd.sh
48370 ____________________________________________________________________________
48371 [ 20550] By: jhi                                   on 2003/08/07  15:39:53
48372         Log: Allow hinting d_semctl_semun and d_semctl_semid_ds.
48373      Branch: perl
48374            ! Configure
48375 ____________________________________________________________________________
48376 [ 20548] By: jhi                                   on 2003/08/07  14:48:27
48377         Log: Subject: [PATCH] Test::More
48378              From: Fergal Daly <fergal@esatclear.ie>
48379              Date: Thu, 7 Aug 2003 15:52:11 +0100
48380              Message-Id: <200308071552.11873.fergal@esatclear.ie>
48381      Branch: perl
48382            ! lib/Test/More.pm
48383 ____________________________________________________________________________
48384 [ 20547] By: jhi                                   on 2003/08/07  14:45:22
48385         Log: Integrate from maint:
48386              [ 20543]
48387              Workround for SuSE8.2's -lndbm hack
48388      Branch: perl
48389           !> hints/linux.sh
48390 ____________________________________________________________________________
48391 [ 20546] By: jhi                                   on 2003/08/07  14:43:57
48392         Log: Subject: [PATCH 5.8.1] Benchmark problem
48393              From: Radu Greab <rgreab@fx.ro>
48394              Date: Thu, 07 Aug 2003 16:18:25 +0300 (EEST)
48395              Message-Id: <20030807.161825.106541372.radu@yx.primIT.ro>
48396
48397              Subject: Re: [PATCH 5.8.1] Benchmark problem
48398              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
48399              Date: Thu, 7 Aug 2003 15:48:38 +0200
48400              Message-Id: <20030807154838.5d240dbb.rgarciasuarez@free.fr>
48401      Branch: perl
48402            ! lib/Benchmark.pm lib/Benchmark.t
48403 ____________________________________________________________________________
48404 [ 20544] By: jhi                                   on 2003/08/07  14:25:25
48405         Log: Retract #20359: too wide a brush.
48406      Branch: perl
48407            ! hints/netbsd.sh
48408 ____________________________________________________________________________
48409 [ 20542] By: jhi                                   on 2003/08/07  06:24:23
48410         Log: If no alarm(), skip the subtests.
48411      Branch: perl
48412            ! ext/Time/HiRes/t/HiRes.t
48413 ____________________________________________________________________________
48414 [ 20541] By: jhi                                   on 2003/08/07  06:15:54
48415         Log: Subject: Re: maint @ 20537
48416              From: Philip Newton <Philip.Newton@gmx.net>
48417              Date: Thu, 07 Aug 2003 09:05:17 +0200
48418              Message-ID: <s0l3jvo4mju2uu4f6pkq18istk02hme6j9@4ax.com>
48419      Branch: perl
48420            ! ext/Socket/Socket.xs
48421 ____________________________________________________________________________
48422 [ 20540] By: jhi                                   on 2003/08/07  06:13:19
48423         Log: Subject: Re: maint @ 20537
48424              From: Philip Newton <Philip.Newton@gmx.net>
48425              Date: Thu, 07 Aug 2003 09:05:17 +0200
48426              Message-ID: <s0l3jvo4mju2uu4f6pkq18istk02hme6j9@4ax.com>
48427      Branch: perl
48428            ! hints/dos_djgpp.sh
48429 ____________________________________________________________________________
48430 [ 20539] By: jhi                                   on 2003/08/07  05:17:56
48431         Log: NetBSD for Sparc (at least 1.5.3 and 1.6.1) seem to have
48432              broken SysV semaphores.
48433      Branch: perl
48434            ! hints/netbsd.sh
48435 ____________________________________________________________________________
48436 [ 20538] By: jhi                                   on 2003/08/07  05:08:14
48437         Log: Subject: Re: [perl #23030] Error in negative lookahead with alternations
48438              From: hv@crypt.org
48439              Date: Thu, 07 Aug 2003 02:44:23 +0100
48440              Message-Id: <200308070144.h771iN906446@zen.crypt.org>
48441      Branch: perl
48442            ! regexec.c t/op/re_tests
48443 ____________________________________________________________________________
48444 [ 20535] By: jhi                                   on 2003/08/06  19:05:18
48445         Log: ESUCCESS = 0 is not true, but exists.
48446      Branch: perl
48447            ! ext/Errno/t/Errno.t
48448 ____________________________________________________________________________
48449 [ 20533] By: jhi                                   on 2003/08/06  18:39:49
48450         Log: Subject: [pathc] Sys:Syslog.pm::syslog() - Better error message
48451              From: jari.aalto@poboxes.com (Jari Aalto)
48452              Date: Wed, 06 Aug 2003 14:24:42 +0300
48453              Message-ID: <ekzzowp1.fsf@blue.sea.net>
48454      Branch: perl
48455            ! ext/Sys/Syslog/Syslog.pm
48456 ____________________________________________________________________________
48457 [ 20530] By: jhi                                   on 2003/08/06  18:24:56
48458         Log: Make code agree with documentation (from Wolfgang Friebel)
48459      Branch: perl
48460            ! lib/ExtUtils/MakeMaker.pm
48461 ____________________________________________________________________________
48462 [ 20529] By: jhi                                   on 2003/08/06  18:20:31
48463         Log: Various tweaks to help DJGPP builds.
48464      Branch: perl
48465            ! djgpp/djgppsed.sh hints/dos_djgpp.sh
48466 ____________________________________________________________________________
48467 [ 20527] By: jhi                                   on 2003/08/06  14:57:22
48468         Log: More PASTHRU patching from Steve Hay.
48469      Branch: perl
48470            ! lib/ExtUtils/MM_Unix.pm
48471 ____________________________________________________________________________
48472 [ 20526] By: jhi                                   on 2003/08/06  13:53:01
48473         Log: Cast away gcc 3.3 type conversion pickiness.
48474      Branch: perl
48475            ! ext/threads/threads.xs
48476 ____________________________________________________________________________
48477 [ 20524] By: jhi                                   on 2003/08/06  13:36:44
48478         Log: Subject: Re: perl with cygwin 1.5, need help
48479              From: "Gerrit P. Haase" <gp@familiehaase.de>
48480              Date: Tue, 5 Aug 2003 14:36:55 +0200
48481              Message-ID: <71561410910.20030805143655@familiehaase.de>
48482
48483              (needed manual fitting)
48484      Branch: perl
48485            ! pad.c
48486 ____________________________________________________________________________
48487 [ 20523] By: jhi                                   on 2003/08/06  13:30:42
48488         Log: Subject: maint @ 20512
48489              From: Robin Barker <Robin.Barker@npl.co.uk>
48490              Date: Wed, 6 Aug 2003 15:31:33 +0100
48491              Message-ID: <533D273D4014D411AB1D00062938C4D904046625@hotel.npl.co.uk>
48492      Branch: perl
48493            ! MANIFEST Porting/Maintainers.pl
48494 ____________________________________________________________________________
48495 [ 20520] By: jhi                                   on 2003/08/06  11:38:46
48496         Log: Subject: [PATCH] Re: [PATCH] Re: MakeMaker doesn't pasthru DEFINE command-line args to subdirs on Win32
48497              From: Steve Hay <steve.hay@uk.radan.com>
48498              Date: Wed, 06 Aug 2003 10:56:44 +0100
48499              Message-ID: <3F30D0DC.20700@uk.radan.com>
48500      Branch: perl
48501            ! lib/ExtUtils/MM_Unix.pm
48502 ____________________________________________________________________________
48503 [ 20514] By: jhi                                   on 2003/08/06  05:22:29
48504         Log: Subject: Re: [PATCH pod/perlfaq2.pod] update Friedl book listing for 2nd edition
48505              From: Tim Jenness <t.jenness@jach.hawaii.edu>
48506              Date: Tue, 5 Aug 2003 17:21:46 -1000 (HST)
48507              Message-ID: <Pine.LNX.4.44.0308051720280.8532-100000@lapaki>
48508      Branch: perl
48509            ! pod/perlfaq2.pod
48510 ____________________________________________________________________________
48511 [ 20513] By: jhi                                   on 2003/08/06  05:18:32
48512         Log: Subject: [PATCH] dprofpp.PL again -- #20488 thinko
48513              From: "Craig A. Berry" <craigberry@mac.com>
48514              Date: Wed, 06 Aug 2003 00:18:36 -0500
48515              Message-ID: <3F308FAC.4090409@mac.com>
48516
48517              (from vmsperl list)
48518      Branch: perl
48519            ! utils/dprofpp.PL
48520 ____________________________________________________________________________
48521 [ 20510] By: jhi                                   on 2003/08/05  19:01:08
48522         Log: Subject: [PATCH pod/perlfaq2.pod] BETTER update Friedl book listing for 2nd edition
48523              From: mjd@plover.com
48524              Date: 5 Aug 2003 19:23:46 -0000
48525              Message-ID: <20030805192346.25911.qmail@plover.com>
48526      Branch: perl
48527            ! pod/perlfaq2.pod
48528 ____________________________________________________________________________
48529 [ 20508] By: jhi                                   on 2003/08/05  18:36:38
48530         Log: Continue #20506.
48531      Branch: perl
48532            ! lib/ExtUtils/MM_Unix.pm
48533 ____________________________________________________________________________
48534 [ 20506] By: jhi                                   on 2003/08/05  17:58:01
48535         Log: Try to fix the INC in PASTHRU.
48536      Branch: perl
48537            ! lib/ExtUtils/MM_Unix.pm
48538 ____________________________________________________________________________
48539 [ 20503] By: jhi                                   on 2003/08/05  16:02:14
48540         Log: Subject: Re: [perl #23083] [5.8.0-Bug?] backtick returns empty value when $SIG{CHLD} defined.
48541              From: Chip Salzenberg <chip@pobox.com>
48542              Date: Tue, 5 Aug 2003 11:39:24 -0400
48543              Message-ID: <20030805153924.GO1751@perlsupport.com
48544      Branch: perl
48545            ! perlio.c
48546 ____________________________________________________________________________
48547 [ 20502] By: jhi                                   on 2003/08/05  15:32:39
48548         Log: Subject: [PATCH] Re: MakeMaker doesn't pasthru DEFINE command-line args to subdirs on Win32
48549              From: Steve Hay <steve.hay@uk.radan.com>
48550              Date: Tue, 05 Aug 2003 10:43:49 +0100
48551              Message-ID: <3F2F7C55.9020808@uk.radan.com>
48552
48553              (The MM_Unix.pm part was dealt with in #20501.)
48554      Branch: perl
48555            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/t/MM_Win32.t
48556 ____________________________________________________________________________
48557 [ 20501] By: jhi                                   on 2003/08/05  15:28:17
48558         Log: Reinstate #11125, hopefully making MakeMaker to pass
48559              DEFINE and INCLUDE to subdirs (NI-S says he'll work
48560              around any problems caused seen Tk if necessary).
48561              Also (document and) reorder the PASTHRU_INC and PASTHRU_DEFINE
48562              to be _after_ the directory-specific INC and DEFINE as suggested
48563              by NI-S (Tk probably being the only "user" of the said macros).
48564      Branch: perl
48565            ! lib/ExtUtils/MM_Unix.pm
48566 ____________________________________________________________________________
48567 [ 20500] By: jhi                                   on 2003/08/05  15:14:35
48568         Log: Subject: [PATCH-5.8.1-RC4] WinCE more implemented functions
48569              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
48570              Date: Tue, 5 Aug 2003 20:12:18 +0400
48571              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200E66@cio-test001.spb.lucent.com>
48572      Branch: perl
48573            - wince/include/netdb.h
48574            ! MANIFEST wince/Makefile.ce wince/win32.h wince/win32io.c
48575            ! wince/wince.c
48576 ____________________________________________________________________________
48577 [ 20499] By: jhi                                   on 2003/08/05  14:03:43
48578         Log: A suggested perlio doc addition from Stas.
48579      Branch: perl
48580            ! pod/perliol.pod
48581 ____________________________________________________________________________
48582 [ 20498] By: jhi                                   on 2003/08/05  13:32:59
48583         Log: Subject: [PATCH RC4] AUTHORS +  Maintainers.pl
48584              From: Robin Barker <Robin.Barker@npl.co.uk>
48585              Date: Tue, 5 Aug 2003 15:32:36 +0100
48586              Message-ID: <533D273D4014D411AB1D00062938C4D90404661C@hotel.npl.co.uk>
48587      Branch: perl
48588            ! AUTHORS Porting/Maintainers.pl
48589 ____________________________________________________________________________
48590 [ 20497] By: jhi                                   on 2003/08/05  12:23:04
48591         Log: This is necessary to get things building for the VMS debugger.
48592              (Craig Berry)
48593      Branch: perl
48594            ! vms/descrip_mms.template
48595 ____________________________________________________________________________
48596 [ 20495] By: jhi                                   on 2003/08/05  09:23:24
48597         Log: Subject: Re: [perl #23202] [RESOLVED] coredump on ext/POSIX/t/posix with NetBSD-1.6
48598              From: alian <alian@cpan.org>
48599              Date: Tue, 05 Aug 2003 12:21:42 +0200
48600              Message-ID: <3F2F8536.1090702@jupiter.alianet>
48601      Branch: perl
48602            ! ext/POSIX/t/posix.t
48603 ____________________________________________________________________________
48604 [ 20494] By: jhi                                   on 2003/08/05  09:03:57
48605         Log: Add some known cases to Maintainers.
48606      Branch: perl
48607            ! Porting/Maintainers.pl
48608 ____________________________________________________________________________
48609 [ 20492] By: jhi                                   on 2003/08/05  08:34:34
48610         Log: Subject: [PATCH] perlthrtut.pod
48611              From: Elizabeth Mattijsen <liz@dijkmat.nl>
48612              Date: Tue, 5 Aug 2003 11:26:04 +0200
48613              Message-Id: <p05111b0abb5525e65401@[80.127.186.62]>
48614      Branch: perl
48615            ! pod/perlthrtut.pod
48616 ____________________________________________________________________________
48617 [ 20491] By: jhi                                   on 2003/08/05  08:31:29
48618         Log: Add META.yml and Stas' makemeta (plus extensive reworking
48619              of the Maintainers utility)
48620      Branch: perl
48621            + META.yml Porting/Maintainers.pm Porting/makemeta
48622            ! MANIFEST Makefile.SH Porting/Maintainers
48623            ! Porting/Maintainers.pl
48624 ____________________________________________________________________________
48625 [ 20490] By: jhi                                   on 2003/08/05  06:28:06
48626         Log: ext/IPC/SysV/t/sem.t don't remove semaphore on NetBSD sparc
48627              Try to remove the created message queues and semaphores
48628              even in the case of failures.
48629      Branch: perl
48630            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
48631 ____________________________________________________________________________
48632 [ 20489] By: jhi                                   on 2003/08/05  06:21:47
48633         Log: Subject: PerlIO_{read,write} return value doc patch
48634              From: Gisle Aas <gisle@ActiveState.com>
48635              Date: 04 Aug 2003 13:25:28 -0700
48636              Message-ID: <lr4r0xuq4n.fsf@caliper.activestate.com>
48637      Branch: perl
48638            ! pod/perlapio.pod
48639 ____________________________________________________________________________
48640 [ 20488] By: jhi                                   on 2003/08/05  06:12:07
48641         Log: Subject: [PATCH utils/dprofpp.PL] (was Re: DProf tests with -p broken on VMS)
48642              From: "Craig A. Berry" <craigberry@mac.com>
48643              Date: Mon, 04 Aug 2003 19:29:51 -0500
48644              Message-ID: <3F2EFA7F.6070801@mac.com>
48645      Branch: perl
48646            ! utils/dprofpp.PL
48647 ____________________________________________________________________________
48648 [ 20486] By: jhi                                   on 2003/08/05  06:05:53
48649         Log: Subject: [PATCH] typos in encoding.pm
48650              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
48651              Date: Mon, 4 Aug 2003 20:09:35 +0200
48652              Message-ID: <005001c35ab3$9225c320$0c2f1fac@R2D2>
48653      Branch: perl
48654            ! ext/Encode/encoding.pm
48655 ____________________________________________________________________________
48656 [ 20485] By: jhi                                   on 2003/08/05  05:29:11
48657         Log: Bytecode patching from Enache.
48658      Branch: perl
48659            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
48660            ! ext/B/t/bytecode.t ext/ByteLoader/bytecode.h t/TEST
48661 ____________________________________________________________________________
48662 [ 20484] By: jhi                                   on 2003/08/05  05:26:32
48663         Log: Upgrade to Digest::MD5 2.27.
48664      Branch: perl
48665            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
48666            ! ext/Digest/MD5/t/files.t
48667 ____________________________________________________________________________
48668 [ 20483] By: jhi                                   on 2003/08/05  05:15:16
48669         Log: Subject: [Patch 5.8.1 Encode.pm] v-strings deprecated
48670              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
48671              Date: Tue, 05 Aug 2003 00:27:10 +0900
48672              Message-Id: <20030805002313.9880.BQW10602@nifty.com>
48673      Branch: perl
48674            ! ext/Encode/t/at-cn.t ext/Encode/t/at-tw.t
48675 ____________________________________________________________________________
48676 [ 20482] By: rgs                                   on 2003/08/04  22:06:46
48677         Log: Nit in INSTALL about the svr?.sh hint files.
48678      Branch: perl
48679            ! INSTALL
48680 ____________________________________________________________________________
48681 [ 20480] By: rgs                                   on 2003/08/04  21:30:25
48682         Log: Subject: [PATCH] Re: [perl #23210] parser error with 'print $HANDLE func(@args)'
48683              From: Steve Grazzini <grazz@pobox.com>
48684              Date: Mon, 4 Aug 2003 16:01:45 -0400
48685              Message-ID: <20030804200145.GB21699@grazzini.net>
48686
48687              Prevent the warning "Bareword found where operator expected" in
48688              the case "print $fh foo()" where foo() is an undefined function.
48689      Branch: perl
48690            ! toke.c
48691 ____________________________________________________________________________
48692 [ 20479] By: rgs                                   on 2003/08/04  20:26:17
48693         Log: Fix bug #23141 : localization of readonly magic scalars
48694              now produces an error "Modification of a read-only value
48695              attempted", instead of silently failing.
48696      Branch: perl
48697            ! scope.c t/op/local.t
48698 ____________________________________________________________________________
48699 [ 20478] By: rgs                                   on 2003/08/04  20:10:52
48700         Log: Revert change #19282 : it caused problems for some -Duseshrplib
48701              builds. On the other hand, make sure that your C compiler isn't
48702              a perl script !
48703      Branch: perl
48704            ! Makefile.SH
48705 ____________________________________________________________________________
48706 [ 20475] By: jhi                                   on 2003/08/04  09:35:55
48707         Log: Rename DEBUG() and DEB() to PERL_DEBUG() and PERL_DEB().
48708      Branch: perl
48709            ! perl.c perl.h
48710 ____________________________________________________________________________
48711 [ 20474] By: jhi                                   on 2003/08/04  08:41:55
48712         Log: Oops.
48713      Branch: perl
48714            ! hints/darwin.sh hints/rhapsody.sh
48715 ____________________________________________________________________________
48716 [ 20473] By: jhi                                   on 2003/08/04  07:58:36
48717         Log: Subject: [PATCH] Re: Can't usemymalloc on OS X
48718              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
48719              Date: Mon, 4 Aug 2003 10:35:12 +0200
48720              Message-Id: <20030804103512.61a9661c.rgarciasuarez@free.fr>
48721      Branch: perl
48722            ! hints/darwin.sh
48723 ____________________________________________________________________________
48724 [ 20470] By: jhi                                   on 2003/08/04  06:30:05
48725         Log: Test count adjustment from Rafael.
48726      Branch: perl
48727            ! lib/Test/Simple/t/is_deeply.t
48728 ____________________________________________________________________________
48729 [ 20469] By: jhi                                   on 2003/08/04  06:23:26
48730         Log: Subject: [PATCH] maint, Win32, GCC 3.2
48731              From: Mattia Barbon <mbarbon@dsi.unive.it>
48732              Date: Sat, 2 Aug 2003 10:31:07 +0200 (ora legale Europa occidentale)
48733              Message-ID: <Mahogany-0.64.2-624-20030802-103107.00@rbnet.it>
48734      Branch: perl
48735            ! ext/Errno/Errno_pm.PL
48736 ____________________________________________________________________________
48737 [ 20467] By: jhi                                   on 2003/08/04  05:10:57
48738         Log: Apparently the newly introduce -DDARWIN did conflict with
48739              some Apple definition, how ironic...
48740      Branch: perl
48741            ! hints/darwin.sh perl.h
48742 ____________________________________________________________________________
48743 [ 20466] By: jhi                                   on 2003/08/04  05:03:30
48744         Log: Subject: Debian patch that skips podless modules
48745              From: Alexey Tourbin <at@altlinux.ru>
48746              Date: Sun, 3 Aug 2003 21:33:00 +0400
48747              Message-ID: <20030803173300.GC2076@julia.office.altlinux.ru>
48748
48749              (plus Schwern's and Robert's nits)
48750      Branch: perl
48751            ! installman
48752 ____________________________________________________________________________
48753 [ 20465] By: jhi                                   on 2003/08/04  05:00:04
48754         Log: Subject: [PATCH] 4 bugs in Test::More
48755              From: Fergal Daly <fergal@esatclear.ie> (by way of Fergal Daly <fergal@esatclear.ie>)
48756              Date: Fri, 21 Mar 2003 10:57:31 +0000
48757              Message-Id: <200303211057.31879.fergal@esatclear.ie>
48758      Branch: perl
48759            ! lib/Test/More.pm lib/Test/Simple/t/More.t
48760            ! lib/Test/Simple/t/is_deeply.t
48761 ____________________________________________________________________________
48762 [ 20464] By: jhi                                   on 2003/08/04  04:44:08
48763         Log: Upgrade to ExtUtils::MakeMaker 6.15.
48764      Branch: perl
48765            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
48766            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
48767            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/MM_Unix.t
48768 ____________________________________________________________________________
48769 [ 20463] By: jhi                                   on 2003/08/04  04:37:25
48770         Log: Subject: Re: [PATCH] Re: [perl #23206] Benchmark::cmpthese usage message wrong
48771              From: Michael G Schwern <schwern@pobox.com>
48772              Date: Sun, 3 Aug 2003 16:12:35 -0700
48773              Message-ID: <20030803231235.GJ24350@windhund.schwern.org>
48774      Branch: perl
48775            ! lib/Benchmark.pm lib/Benchmark.t
48776 ____________________________________________________________________________
48777 [ 20462] By: rgs                                   on 2003/08/03  22:26:10
48778         Log: Subject: [PATCH] Re: [perl #23207] persistant sideffect involving bitwise xor and substr
48779              From: Enache Adrian <enache@rdslink.ro>
48780              Date: Sun, 3 Aug 2003 18:00:05 +0300
48781              Message-ID: <20030803150005.GA1319@ratsnest.hole>
48782      Branch: perl
48783            ! pp.c t/op/substr.t
48784 ____________________________________________________________________________
48785 [ 20461] By: rgs                                   on 2003/08/03  21:50:11
48786         Log: Subject: Re: [perl #23202] coredump on ext/POSIX/t/posix with NetBSD-1.6
48787              From: alian <alian@cpan.org>
48788              Date: Sat, 02 Aug 2003 16:19:25 +0200
48789              Message-ID: <3F2BC86D.2050400@jupiter.alianet>
48790
48791              Plus, un-mark a test as TODO for darwin >= 6.6 (by M. Schwern)
48792      Branch: perl
48793            ! ext/POSIX/t/posix.t
48794 ____________________________________________________________________________
48795 [ 20458] By: jhi                                   on 2003/08/03  19:01:08
48796         Log: Subject: [PATCH-for-5.8.1-RC4] wince distribution
48797              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
48798              Date: Mon, 4 Aug 2003 00:01:08 +0400
48799              Message-ID: <039c01c359fa$1e755d50$195ec3d9@vad>
48800      Branch: perl
48801            ! wince/makedist.pl
48802 ____________________________________________________________________________
48803 [ 20457] By: jhi                                   on 2003/08/03  18:59:10
48804         Log: Subject: [PATCH perlreftut.pod] Minor edits
48805              From: mjd@plover.com
48806              Date: 3 Aug 2003 17:46:08 -0000
48807              Message-ID: <20030803174608.15792.qmail@plover.com>
48808      Branch: perl
48809            ! pod/perlreftut.pod
48810 ____________________________________________________________________________
48811 [ 20456] By: jhi                                   on 2003/08/03  18:52:16
48812         Log: Subject: [PATCH Time::HiRes docs] Grammar, punctuation, formatting edits
48813              From: mjd@plover.com
48814              Date: 3 Aug 2003 19:37:49 -0000
48815              Message-ID: <20030803193749.3733.qmail@plover.com>
48816      Branch: perl
48817            ! ext/Time/HiRes/HiRes.pm
48818 ____________________________________________________________________________
48819 [ 20455] By: jhi                                   on 2003/08/03  18:47:13
48820         Log: Subject: [PATCH] Re: win32.c bug - handle leak
48821              From: Jan Dubois <jand@ActiveState.com>
48822              Date: Sat, 02 Aug 2003 10:25:05 -0700
48823              Message-ID: <9gsnivssuml394bttjb3mfsmdgfn9l6kh9@4ax.com>
48824      Branch: perl
48825            ! win32/win32.c
48826 ____________________________________________________________________________
48827 [ 20454] By: jhi                                   on 2003/08/03  18:45:53
48828         Log: Subject: [PATCH 5.8.1 @20218] OS/2 build
48829              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
48830              Date: Sat, 2 Aug 2003 09:38:50 -0700
48831              Message-ID: <20030802163850.GA4712@math.berkeley.edu>
48832      Branch: perl
48833            ! os2/os2ish.h
48834 ____________________________________________________________________________
48835 [ 20453] By: jhi                                   on 2003/08/03  18:44:29
48836         Log: Subject: [PATCH] Storable and uninitalized array values
48837              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
48838              Date: Sat, 2 Aug 2003 13:40:16 +0200
48839              Message-ID: <00ab01c358ea$d940a5b0$0c2f1fac@R2D2>
48840      Branch: perl
48841            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
48842 ____________________________________________________________________________
48843 [ 20452] By: jhi                                   on 2003/08/03  18:27:47
48844         Log: Upgrade to Unicode::Collate 0.26.
48845      Branch: perl
48846            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
48847            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/index.t
48848            ! lib/Unicode/Collate/t/test.t
48849 ____________________________________________________________________________
48850 [ 20451] By: jhi                                   on 2003/08/03  18:24:18
48851         Log: Subject: [PATCH Net::Ping] on VMS, set non-blocking with ioctl, not fcntl
48852              From: "Craig A. Berry" <craigberry@mac.com>
48853              Date: Sat, 02 Aug 2003 10:25:44 -0500
48854              Message-ID: <3F2BD7F8.8090003@mac.com>
48855      Branch: perl
48856            ! lib/Net/Ping.pm
48857 ____________________________________________________________________________
48858 [ 20450] By: rgs                                   on 2003/08/03  12:50:07
48859         Log: Subject: [PATCH 5.8.1 @20218] Shell.t
48860              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
48861              Date: Sun, 3 Aug 2003 06:21:41 -0700
48862              Message-ID: <20030803132141.GA5156@math.berkeley.edu>
48863      Branch: perl
48864            ! lib/Shell.t
48865 ____________________________________________________________________________
48866 [ 20447] By: jhi                                   on 2003/08/02  07:26:58
48867         Log: C++ (or C99) sneak attack ("inline" function keyword).
48868      Branch: perl
48869            ! ext/Devel/DProf/DProf.xs
48870 ____________________________________________________________________________
48871 [ 20445] By: jhi                                   on 2003/08/02  06:24:30
48872         Log: Subject: [PATCH] Re: [perl #23185] perl crash with File::Glob
48873              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
48874              Date: Fri, 1 Aug 2003 13:12:14 +0200
48875              Message-ID: <00dc01c3581d$c3412c30$0c2f1fac@R2D2>
48876      Branch: perl
48877            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
48878            ! ext/File/Glob/t/basic.t
48879 ____________________________________________________________________________
48880 [ 20444] By: jhi                                   on 2003/08/02  06:17:28
48881         Log: Only show the message if the locale settings look risky.
48882      Branch: perl
48883            ! ext/Time/HiRes/Makefile.PL
48884 ____________________________________________________________________________
48885 [ 20443] By: jhi                                   on 2003/08/02  06:01:27
48886         Log: Add a message about the LC_ALL=C workaround (for non-core builds);
48887              update Changes.
48888      Branch: perl
48889            ! ext/Time/HiRes/Changes ext/Time/HiRes/Makefile.PL
48890 ____________________________________________________________________________
48891 [ 20441] By: jhi                                   on 2003/08/02  05:37:37
48892         Log: Subject: [PATCH] Small nit to pad.c
48893              From: Enache Adrian <enache@rdslink.ro>
48894              Date: Sat, 2 Aug 2003 01:50:40 +0300
48895              Message-ID: <20030801225040.GB1281@ratsnest.hole>
48896      Branch: perl
48897            ! pad.c
48898 ____________________________________________________________________________
48899 [ 20440] By: jhi                                   on 2003/08/02  05:12:13
48900         Log: Subject: [PATCH @20348] Re: [PATCH @19834] DProf fixes
48901              From: Radu Greab <rgreab@fx.ro>
48902              Date: Sat, 02 Aug 2003 00:17:49 +0300 (EEST)
48903              Message-Id: <20030802.001749.101708736.radu@yx.primIT.ro>
48904      Branch: perl
48905            ! ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
48906            ! ext/Devel/DProf/DProf.xs t/lib/dprof/test8_t
48907            ! t/lib/dprof/test8_v
48908 ____________________________________________________________________________
48909 [ 20439] By: jhi                                   on 2003/08/02  05:06:43
48910         Log: Subject: [PATCH] ioctl for VMS
48911              From: "Craig A. Berry" <craigberry@mac.com>
48912              Date: Fri, 01 Aug 2003 23:34:31 -0500
48913              Message-ID: <3F2B3F57.4050609@mac.com>
48914      Branch: perl
48915            ! configure.com vms/vmsish.h
48916 ____________________________________________________________________________
48917 [ 20438] By: jhi                                   on 2003/08/02  05:05:40
48918         Log: Subject: [PATCH] argv case nit for VMS
48919              From: "Craig A. Berry" <craigberry@mac.com>
48920              Date: Fri, 01 Aug 2003 19:16:30 -0500
48921              Message-ID: <3F2B02DE.10207@mac.com>
48922      Branch: perl
48923            ! ext/Encode/bin/enc2xs pod/pod2usage.PL pod/podselect.PL
48924 ____________________________________________________________________________
48925 [ 20437] By: jhi                                   on 2003/08/01  22:00:30
48926         Log: Hugo's second thoughts: drop the relatively rare and
48927              slow optimization for now.
48928      Branch: perl
48929            ! regexec.c
48930 ____________________________________________________________________________
48931 [ 20435] By: jhi                                   on 2003/08/01  21:55:19
48932         Log: Missed this bit in the last update: couldn't answer ''
48933              or ' ' to get 'none'.
48934      Branch: perl
48935            ! Configure
48936 ____________________________________________________________________________
48937 [ 20432] By: jhi                                   on 2003/08/01  13:45:10
48938         Log: Encode pre-1.98 update from Dan Kogai, sent from
48939              the ashes of his smoldering motherboard.
48940      Branch: perl
48941            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/META.yml
48942            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/t/Aliases.t
48943            ! ext/Encode/t/perlio.t ext/Encode/ucm/macArabic.ucm
48944            ! ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macHebrew.ucm
48945 ____________________________________________________________________________
48946 [ 20431] By: jhi                                   on 2003/08/01  13:34:28
48947         Log: More runperl(switches => ...) finds (bleadperl only).
48948      Branch: perl
48949            ! t/op/readline.t
48950 ____________________________________________________________________________
48951 [ 20426] By: jhi                                   on 2003/08/01  12:45:19
48952         Log: Regen perltoc.
48953      Branch: perl
48954            ! pod/perltoc.pod
48955 ____________________________________________________________________________
48956 [ 20425] By: jhi                                   on 2003/08/01  12:44:16
48957         Log: pod likes whitespace.
48958      Branch: perl
48959            ! ext/ByteLoader/ByteLoader.pm
48960 ____________________________________________________________________________
48961 [ 20422] By: jhi                                   on 2003/08/01  11:37:53
48962         Log: Faulty check.
48963      Branch: perl
48964            ! t/test.pl
48965 ____________________________________________________________________________
48966 [ 20420] By: jhi                                   on 2003/08/01  11:06:54
48967         Log: Update INSTALL on the *dir.
48968      Branch: perl
48969            ! INSTALL
48970 ____________________________________________________________________________
48971 [ 20419] By: jhi                                   on 2003/08/01  11:04:55
48972         Log: Regen Glossary et al.
48973      Branch: perl
48974            ! Porting/Glossary Porting/config.sh Porting/config_H
48975 ____________________________________________________________________________
48976 [ 20418] By: jhi                                   on 2003/08/01  10:58:23
48977         Log: Now the test should be really testing what it's supposed to.
48978      Branch: perl
48979            ! ext/B/t/bytecode.t
48980 ____________________________________________________________________________
48981 [ 20417] By: jhi                                   on 2003/08/01  10:45:57
48982         Log: Fix the options.
48983      Branch: perl
48984            ! ext/B/t/bytecode.t
48985 ____________________________________________________________________________
48986 [ 20416] By: jhi                                   on 2003/08/01  10:44:19
48987         Log: Argument sanity checking.
48988      Branch: perl
48989            ! t/test.pl
48990 ____________________________________________________________________________
48991 [ 20413] By: jhi                                   on 2003/08/01  10:37:09
48992         Log: Regen Configure to use the *html*dir files.
48993              (installhtml uses none of that, though)
48994      Branch: perl
48995            ! Configure Policy_sh.SH config_h.SH
48996 ____________________________________________________________________________
48997 [ 20411] By: jhi                                   on 2003/08/01  10:10:05
48998         Log: More for the *dir changes.
48999      Branch: perl
49000            ! Policy_sh.SH config_h.SH hints/darwin.sh
49001 ____________________________________________________________________________
49002 [ 20410] By: jhi                                   on 2003/08/01  10:09:38
49003         Log: Regen Configure for the new *dir installation variables.
49004              If these don't work, ask Schwern.
49005      Branch: perl
49006            ! Configure
49007 ____________________________________________________________________________
49008 [ 20408] By: jhi                                   on 2003/08/01  05:27:48
49009         Log: Upgrade to MakeMaker 6.13.
49010      Branch: perl
49011            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
49012            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
49013            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
49014            ! lib/ExtUtils/t/basic.t
49015 ____________________________________________________________________________
49016 [ 20407] By: jhi                                   on 2003/08/01  05:21:36
49017         Log: JAPH patch :-) from Abigail.
49018      Branch: perl
49019            ! t/japh/abigail.t
49020 ____________________________________________________________________________
49021 [ 20406] By: jhi                                   on 2003/08/01  05:10:30
49022         Log: Regen perlapi.
49023      Branch: perl
49024            ! perlapi.c
49025 ____________________________________________________________________________
49026 [ 20405] By: jhi                                   on 2003/08/01  05:09:23
49027         Log: Subject: [PATCH] Re: utf8+regex bug in 5.8.1-RC2
49028              From: Dave Mitchell <davem@fdgroup.com>
49029              Date: Fri, 1 Aug 2003 01:16:31 +0100
49030              Message-ID: <20030801001631.GA11233@fdgroup.com>
49031      Branch: perl
49032            ! regcomp.c t/op/pat.t
49033 ____________________________________________________________________________
49034 [ 20404] By: ams                                   on 2003/08/01  03:28:17
49035         Log: Subject: [PATCH] LotR quote for perlapi.c
49036              From: Autrijus Tang <autrijus@autrijus.org>
49037              Date: Fri, 1 Aug 2003 10:00:29 +0800
49038              Message-Id: <20030801020029.GA28241@not.autrijus.org>
49039      Branch: perl
49040            ! embed.pl
49041 ____________________________________________________________________________
49042 [ 20396] By: rgs                                   on 2003/07/31  20:37:50
49043         Log: Document in INSTALL that -Uinstallusrbinperl is now the default.
49044      Branch: perl
49045            ! INSTALL
49046 ____________________________________________________________________________
49047 [ 20395] By: jhi                                   on 2003/07/31  20:32:30
49048         Log: Integrate README.macosx more.
49049      Branch: perl
49050            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
49051            ! win32/Makefile win32/makefile.mk
49052 ____________________________________________________________________________
49053 [ 20394] By: jhi                                   on 2003/07/31  20:31:49
49054         Log: README.macosx from Sherm Pendley.
49055      Branch: perl
49056            + README.macosx
49057            ! MANIFEST
49058 ____________________________________________________________________________
49059 [ 20393] By: jhi                                   on 2003/07/31  20:31:08
49060         Log: Unportable subtest needs rethink.
49061      Branch: perl
49062            ! ext/B/t/bytecode.t
49063 ____________________________________________________________________________
49064 [ 20392] By: jhi                                   on 2003/07/31  20:22:03
49065         Log: Enache again.
49066      Branch: perl
49067            ! ext/ByteLoader/bytecode.h
49068 ____________________________________________________________________________
49069 [ 20390] By: jhi                                   on 2003/07/31  20:20:28
49070         Log: Retract #20385.
49071      Branch: perl
49072            ! ext/ByteLoader/bytecode.h
49073 ____________________________________________________________________________
49074 [ 20389] By: jhi                                   on 2003/07/31  20:14:06
49075         Log: Yet another bytecode tweak from Enache.
49076      Branch: perl
49077            ! ext/B/B/Bytecode.pm
49078 ____________________________________________________________________________
49079 [ 20388] By: jhi                                   on 2003/07/31  20:11:21
49080         Log: Subject: [DOC PATCH] pod/perlguts.pod
49081              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
49082              Date: Thu, 31 Jul 2003 22:39:01 +0200
49083              Message-ID: <004a01c357a3$c71f9f50$0c2f1fac@R2D2>
49084      Branch: perl
49085            ! pod/perlguts.pod
49086 ____________________________________________________________________________
49087 [ 20387] By: jhi                                   on 2003/07/31  19:57:36
49088         Log: Subject: Re: [perl #23171] Regex too selfish
49089              From: hv@crypt.org
49090              Date: Thu, 31 Jul 2003 18:59:43 +0100
49091              Message-Id: <200307311759.h6VHxhn06664@zen.crypt.org>
49092
49093              (choose the second code patch)
49094      Branch: perl
49095            ! regexec.c t/op/re_tests
49096 ____________________________________________________________________________
49097 [ 20386] By: jhi                                   on 2003/07/31  19:48:17
49098         Log: Make consistent with installperl (and working in MPE/iX)
49099              (Mark Bixby)
49100      Branch: perl
49101            ! installman
49102 ____________________________________________________________________________
49103 [ 20385] By: jhi                                   on 2003/07/31  19:46:14
49104         Log: (retracted by #20390)
49105      Branch: perl
49106            ! ext/ByteLoader/bytecode.h
49107 ____________________________________________________________________________
49108 [ 20383] By: jhi                                   on 2003/07/31  19:37:22
49109         Log: Upgrade to real CPAN.pm 1.76.
49110      Branch: perl
49111            + lib/CPAN/META.yml lib/CPAN/PAUSE2003.pub lib/CPAN/SIGNATURE
49112            + lib/CPAN/t/signature.t
49113            ! MANIFEST lib/CPAN.pm
49114 ____________________________________________________________________________
49115 [ 20379] By: jhi                                   on 2003/07/31  12:32:31
49116         Log: One more tweak for Mac OS X hints.
49117      Branch: perl
49118            ! hints/darwin.sh
49119 ____________________________________________________________________________
49120 [ 20378] By: jhi                                   on 2003/07/31  11:39:31
49121         Log: The new PKI system is far too untested and rough yet
49122              (think machines with no network, machines behind firewalls,
49123              corporate and national encryption policies).  It cannot be
49124              considered useable at this stage.
49125
49126              Therefore, create a fake CPAN 1.76.
49127      Branch: perl
49128            ! lib/CPAN.pm
49129 ____________________________________________________________________________
49130 [ 20377] By: jhi                                   on 2003/07/31  11:28:58
49131         Log: This test is pretty useless as it stands.
49132      Branch: perl
49133            - lib/CPAN/t/signature.t
49134            ! MANIFEST
49135 ____________________________________________________________________________
49136 [ 20376] By: jhi                                   on 2003/07/31  10:30:08
49137         Log: Document the requirements for Module::Signature a bit.
49138      Branch: perl
49139            ! lib/CPAN.pm
49140 ____________________________________________________________________________
49141 [ 20375] By: jhi                                   on 2003/07/31  09:37:44
49142         Log: We are change #20316 ahead of 1.75.
49143      Branch: perl
49144            ! lib/CPAN.pm
49145 ____________________________________________________________________________
49146 [ 20373] By: jhi                                   on 2003/07/31  07:35:11
49147         Log: Integrate from maint:
49148              [ 20359]
49149              No more wince/README.compile here, either.
49150      Branch: perl
49151           !> Porting/makerel
49152 ____________________________________________________________________________
49153 [ 20371] By: jhi                                   on 2003/07/31  05:41:56
49154         Log: ext/SDBM_File/sdbm's auto directory ended up in ext/SDBM_File.
49155              (Schwern)
49156      Branch: perl
49157            ! lib/ExtUtils/MakeMaker.pm
49158 ____________________________________________________________________________
49159 [ 20370] By: jhi                                   on 2003/07/31  05:39:11
49160         Log: Schwern says this is most probably an old VMS MakeMaker
49161              bug workaround that can go now.
49162      Branch: perl
49163            ! ext/SDBM_File/sdbm/Makefile.PL
49164 ____________________________________________________________________________
49165 [ 20369] By: jhi                                   on 2003/07/31  05:32:15
49166         Log: Final touches to "Apple-like" installation directories.
49167      Branch: perl
49168            ! hints/darwin.sh
49169 ____________________________________________________________________________
49170 [ 20368] By: jhi                                   on 2003/07/31  05:28:17
49171         Log: Tests for change #20367 (and change use overload; to
49172              just require overload;)
49173      Branch: perl
49174            ! lib/Tie/RefHash.pm lib/Tie/RefHash.t
49175 ____________________________________________________________________________
49176 [ 20367] By: jhi                                   on 2003/07/31  05:12:47
49177         Log: Subject: [PATCH Tie::RefHash] added support for overloaded ""
49178              From: Xavier Noria <fxn@hashref.com>
49179              Date: Thu, 31 Jul 2003 00:29:13 +0200
49180              Message-Id: <200307310029.13567.fxn@hashref.com>
49181      Branch: perl
49182            ! lib/Tie/RefHash.pm
49183 ____________________________________________________________________________
49184 [ 20366] By: jhi                                   on 2003/07/31  05:06:11
49185         Log: Subject: [PATCH] test for B::Bytecode/ByteLoader
49186              From: Enache Adrian <enache@rdslink.ro>
49187              Date: Thu, 31 Jul 2003 03:49:40 +0300
49188              Message-ID: <20030731004940.GB1266@ratsnest.hole>
49189
49190              (but use test.pl:run_perl() instead of manual `$^X ...`)
49191      Branch: perl
49192            + ext/B/t/bytecode.t
49193            ! MANIFEST
49194 ____________________________________________________________________________
49195 [ 20364] By: rgs                                   on 2003/07/30  21:35:08
49196         Log: Silence spurious noise from MakeMaker :
49197              hint files shouldn't return undef and have set $!.
49198      Branch: perl
49199            ! ext/DynaLoader/hints/linux.pl
49200 ____________________________________________________________________________
49201 [ 20362] By: jhi                                   on 2003/07/30  20:24:49
49202         Log: Upgrade to NEXT 0.52.
49203      Branch: perl
49204            ! lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
49205            ! lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t
49206 ____________________________________________________________________________
49207 [ 20356] By: jhi                                   on 2003/07/30  18:16:55
49208         Log: Might as well.
49209      Branch: perl
49210            ! pod/perlhist.pod
49211 ____________________________________________________________________________
49212 [ 20355] By: jhi                                   on 2003/07/30  18:15:49
49213         Log: Silly gcc.
49214      Branch: perl
49215            ! perl.c
49216 ____________________________________________________________________________
49217 [ 20353] By: jhi                                   on 2003/07/30  17:09:59
49218         Log: This is getting comical.  (Practical tip: never ask
49219              for opinions from one than one person at one time.)
49220              Now back to -Dprefix='/usr' replacing the system Perl,
49221              but don't use the Apple internal DSTROOT.
49222      Branch: perl
49223            ! hints/darwin.sh
49224 ____________________________________________________________________________
49225 [ 20352] By: jhi                                   on 2003/07/30  17:00:25
49226         Log: Mac OS X hints dance continues.  Now drop any special
49227              installation directory mangling.  In other words, if
49228              you want to overwrite the system perl, you really need
49229              to find out how to do that.
49230      Branch: perl
49231            ! hints/darwin.sh
49232 ____________________________________________________________________________
49233 [ 20350] By: jhi                                   on 2003/07/30  14:23:03
49234         Log: Try again with the Mac OS X hints.  Now the three cases
49235              (no -Dprefix, /usr, and something else) all install
49236              into separate places.  No prefix installs to /usr/local.
49237              The /usr overwrites the Apple install (modulo the version).
49238      Branch: perl
49239            ! hints/darwin.sh
49240 ____________________________________________________________________________
49241 [ 20348] By: jhi                                   on 2003/07/30  13:28:30
49242         Log: Subject: [PATCH] NEXT and Diamond Inheritance
49243              From: Casey West <casey@geeknest.com>
49244              Date: Tue, 29 Jul 2003 17:37:15 -0400
49245              Message-ID: <20030729213715.GY76899@geeknest.com>
49246
49247              (Use Damian's NEXT-0.51 once Damian and PAUSE like each other)
49248      Branch: perl
49249            ! lib/NEXT.pm lib/NEXT/t/unseen.t
49250 ____________________________________________________________________________
49251 [ 20347] By: jhi                                   on 2003/07/30  13:19:03
49252         Log: Match also on full name and email (though the email is
49253              now less interesting than it used to be).
49254      Branch: perl
49255            ! Porting/Maintainers
49256 ____________________________________________________________________________
49257 [ 20346] By: jhi                                   on 2003/07/30  12:26:53
49258         Log: Maintainers script tweaks.
49259      Branch: perl
49260            ! Porting/Maintainers
49261 ____________________________________________________________________________
49262 [ 20345] By: jhi                                   on 2003/07/30  11:17:33
49263         Log: rmdir t/lib/IO.
49264      Branch: perl
49265            ! ext/IO/t/IO.t
49266 ____________________________________________________________________________
49267 [ 20344] By: jhi                                   on 2003/07/30  11:15:30
49268         Log: Adjust the list of rmdired lib directories.
49269      Branch: perl
49270            ! Makefile.SH
49271 ____________________________________________________________________________
49272 [ 20343] By: jhi                                   on 2003/07/30  10:06:24
49273         Log: Be paranoid about PL_origargv.
49274              Paranoia warranted by Win32 mod_perl.
49275      Branch: perl
49276            ! perl.c
49277 ____________________________________________________________________________
49278 [ 20342] By: jhi                                   on 2003/07/30  09:57:55
49279         Log: Subject: tiny [PATCH-for-perl-5.8.1-RC2] remove one mention of UNDER_CE from perlio.c
49280              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
49281              Date: Wed, 30 Jul 2003 14:56:32 +0400
49282              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200DD3@cio-test001.spb.lucent.com>
49283      Branch: perl
49284            ! perlio.c
49285 ____________________________________________________________________________
49286 [ 20341] By: jhi                                   on 2003/07/30  09:54:46
49287         Log: Upgrade to ExtUtils::MakeMaker 6.12.
49288      Branch: perl
49289            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
49290            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_Unix.pm
49291            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
49292            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
49293 ____________________________________________________________________________
49294 [ 20340] By: jhi                                   on 2003/07/30  09:47:32
49295         Log: That's M. Schwern to you, earthling.
49296      Branch: perl
49297            ! Porting/Maintainers.pl
49298 ____________________________________________________________________________
49299 [ 20339] By: jhi                                   on 2003/07/30  09:43:32
49300         Log: Arthur maintains Safe.
49301      Branch: perl
49302            ! Porting/Maintainers.pl
49303 ____________________________________________________________________________
49304 [ 20338] By: jhi                                   on 2003/07/30  09:40:28
49305         Log: Use the CPAN id where available.
49306      Branch: perl
49307            ! Porting/Maintainers.pl
49308 ____________________________________________________________________________
49309 [ 20337] By: jhi                                   on 2003/07/30  09:26:47
49310         Log: Rename Modules and Modules.pl as Maintainers and
49311              Maintainers.pl since the same framework can be used
49312              for more than just modules.
49313      Branch: perl
49314            + Porting/Maintainers Porting/Maintainers.pl
49315            - Porting/Modules Porting/Modules.pl
49316            ! MANIFEST
49317 ____________________________________________________________________________
49318 [ 20336] By: jhi                                   on 2003/07/30  09:11:06
49319         Log: Strip leading ./
49320      Branch: perl
49321            ! Porting/Modules
49322 ____________________________________________________________________________
49323 [ 20335] By: jhi                                   on 2003/07/30  09:01:47
49324         Log: More Modules.pl.
49325      Branch: perl
49326            ! Porting/Modules.pl
49327 ____________________________________________________________________________
49328 [ 20334] By: jhi                                   on 2003/07/30  08:51:57
49329         Log: Modules.pl: add B::Deparse.
49330      Branch: perl
49331            ! Porting/Modules.pl
49332 ____________________________________________________________________________
49333 [ 20333] By: jhi                                   on 2003/07/30  08:26:47
49334         Log: Mac OS X: tweak once again the installation directories.
49335      Branch: perl
49336            ! hints/darwin.sh
49337 ____________________________________________________________________________
49338 [ 20332] By: jhi                                   on 2003/07/30  07:55:04
49339         Log: Modules.pl tweaks.
49340      Branch: perl
49341            ! Porting/Modules.pl
49342 ____________________________________________________________________________
49343 [ 20331] By: jhi                                   on 2003/07/30  06:13:55
49344         Log: Subject: [PATCH] Extend Win32::GetOSVersion() to return additional information
49345              From: Jan Dubois <jand@ActiveState.com>
49346              Date: Tue, 29 Jul 2003 19:14:10 -0700
49347              Message-ID: <i06eivs0h9khken8rloevj68iqu6n45hnq@4ax.com>
49348      Branch: perl
49349            ! lib/Win32.pod win32/win32.c
49350 ____________________________________________________________________________
49351 [ 20330] By: rgs                                   on 2003/07/29  21:20:28
49352         Log: FAQ sync.
49353      Branch: perl
49354            ! pod/perlfaq4.pod pod/perlfaq7.pod
49355 ____________________________________________________________________________
49356 [ 20329] By: jhi                                   on 2003/07/29  20:54:38
49357         Log: Subject: tiny fix for WinCE (Re: maint @ 20277)
49358              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
49359              Date: Wed, 30 Jul 2003 02:02:41 +0400
49360              Message-ID: <016701c3561d$43735ca0$195ec3d9@vad>
49361      Branch: perl
49362            ! wince/wince.c
49363 ____________________________________________________________________________
49364 [ 20327] By: jhi                                   on 2003/07/29  20:09:15
49365         Log: MPE/iX fix from Mark Bixby: fcntl() on sockets on works.
49366      Branch: perl
49367            ! README.mpeix ext/IO/t/io_sock.t mpeix/mpeix.c mpeix/mpeixish.h
49368 ____________________________________________________________________________
49369 [ 20324] By: jhi                                   on 2003/07/29  19:55:50
49370         Log: Revert #20301, apparently the _SOCKADDR_LEN #define is
49371              important for IPv6 (Spider).  Since there is no way to
49372              otherwise detect 3.X, use the hints.
49373      Branch: perl
49374            ! hints/dec_osf.sh perl.h
49375 ____________________________________________________________________________
49376 [ 20316] By: jhi                                   on 2003/07/29  15:27:46
49377         Log: Don't nag about Module::Signature if there is no
49378              way for the user to use it (based on Autrijus' patch).
49379      Branch: perl
49380            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
49381 ____________________________________________________________________________
49382 [ 20315] By: jhi                                   on 2003/07/29  14:47:04
49383         Log: Oops.
49384      Branch: perl
49385            ! sv.c
49386 ____________________________________________________________________________
49387 [ 20314] By: jhi                                   on 2003/07/29  13:26:26
49388         Log: Slight rewording on the destdir.
49389      Branch: perl
49390            ! INSTALL
49391 ____________________________________________________________________________
49392 [ 20312] By: jhi                                   on 2003/07/29  13:20:21
49393         Log: Subject: [PATCH] pod/perlvar.pod: minor typo
49394              From: "Brendan O'Dea" <bod@debian.org>
49395              Date: Tue, 29 Jul 2003 23:49:18 +1000
49396              Message-ID: <20030729134918.GA4339@londo.c47.org>
49397      Branch: perl
49398            ! pod/perlvar.pod
49399 ____________________________________________________________________________
49400 [ 20310] By: jhi                                   on 2003/07/29  13:11:57
49401         Log: Subject: [PATCH: (repatch) 5.8.1 RC2] Encode test fixes for VMS (was Re: possible fix to File::Find problems)
49402              From: PPrymmer@factset.com
49403              Date: Tue, 22 Jul 2003 11:12:05 -0400
49404              Message-ID: <OFBD4A7559.D7CF9517-ON85256D6B.00534853-85256D6B.00538131@factset.com>
49405      Branch: perl
49406            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
49407            ! ext/Encode/t/perlio.t
49408 ____________________________________________________________________________
49409 [ 20309] By: jhi                                   on 2003/07/29  13:06:24
49410         Log: Subject: [perluniintro vs Encode::Alias] Is KOI8R is an alise for koi8-r?
49411              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
49412              Date: Sun, 13 Jul 2003 10:23:35 +0900
49413              Message-Id: <20030713102228.C76A.BQW10602@nifty.com>
49414      Branch: perl
49415            ! ext/Encode/lib/Encode/Alias.pm
49416 ____________________________________________________________________________
49417 [ 20308] By: jhi                                   on 2003/07/29  13:02:43
49418         Log: The --destdir option to installman should be made
49419              optional so that it doesn't complain when passed
49420              an empty value (from Rafael)
49421      Branch: perl
49422            ! installman
49423 ____________________________________________________________________________
49424 [ 20306] By: jhi                                   on 2003/07/29  12:05:24
49425         Log: Too many my $fh:s.
49426      Branch: perl
49427            ! lib/CPAN.pm
49428 ____________________________________________________________________________
49429 [ 20305] By: jhi                                   on 2003/07/29  11:55:11
49430         Log: Quieten MSVC6.
49431      Branch: perl
49432            ! pp.c
49433 ____________________________________________________________________________
49434 [ 20302] By: jhi                                   on 2003/07/29  11:31:17
49435         Log: Subject: DESTDIR in perl-5.8.1 package?
49436              From: Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
49437              Date: Fri, 11 Jul 2003 14:48:41 +0200
49438              Message-ID: <20030711124841.GA18327@immd4.informatik.uni-erlangen.de>
49439
49440              Subject: Re: DESTDIR in perl-5.8.1 package?
49441              From: Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
49442              Date: Mon, 14 Jul 2003 12:00:25 +0200
49443              Message-ID: <20030714100025.GA26612@immd4.informatik.uni-erlangen.de>
49444
49445              (blindly prepending and s///ing away the $destdir does not work
49446              at least in VMS, but the --destdir should help rpm builders
49447              and the like)
49448      Branch: perl
49449            ! INSTALL Makefile.SH installman installperl
49450 ____________________________________________________________________________
49451 [ 20301] By: jhi                                   on 2003/07/29  11:20:07
49452         Log: Subject: [perl #23134] Problems compiling 5.8.0 on alpha-dec_osf 3.2
49453              From: Chaskiel M Grundman (via RT) <perlbug-followup@perl.org>
49454              Date: 26 Jul 2003 21:44:06 -0000
49455              Message-ID: <rt-23134-61814.9.36507226414463@rt.perl.org>
49456
49457              Helps (the admittedly old) DEC OSF/1 3.x and harms not newer
49458              releases 4.x and 5.x.
49459      Branch: perl
49460            ! perl.h
49461 ____________________________________________________________________________
49462 [ 20300] By: jhi                                   on 2003/07/29  11:18:27
49463         Log: Cleanup the sv_gets() logic for platforms with small stacks.
49464              (I think hogging 8K of stack sounds like bad behaviour on any
49465              platform, big stack or not.)
49466      Branch: perl
49467            ! sv.c
49468 ____________________________________________________________________________
49469 [ 20299] By: merijn                                on 2003/07/29  10:57:37
49470         Log: README.hpux now mentions the http mirror for prebuilt gcc binaries
49471      Branch: perl
49472            ! README.hpux
49473 ____________________________________________________________________________
49474 [ 20298] By: jhi                                   on 2003/07/29  10:57:28
49475         Log: DEC OSF/1 3.x did (does) not do sizer -v.
49476      Branch: perl
49477            ! hints/dec_osf.sh
49478 ____________________________________________________________________________
49479 [ 20295] By: jhi                                   on 2003/07/29  10:36:25
49480         Log: Subject: [PATCH CPAN.pm] unlink pre-PGP-signed CHECKSUM
49481              From: Autrijus Tang <autrijus@autrijus.org>
49482              Date: Tue, 29 Jul 2003 09:58:35 +0800
49483              Message-ID: <20030729015834.GA7149@not.autrijus.org>
49484      Branch: perl
49485            ! lib/CPAN.pm
49486 ____________________________________________________________________________
49487 [ 20294] By: jhi                                   on 2003/07/29  10:30:05
49488         Log: There is no skip() since we are not using Test*.
49489      Branch: perl
49490            ! lib/CPAN/t/signature.t
49491 ____________________________________________________________________________
49492 [ 20293] By: jhi                                   on 2003/07/29  10:28:10
49493         Log: Upgrade to CPAN.pm 1.74.
49494      Branch: perl
49495            ! lib/CPAN.pm lib/CPAN/t/signature.t
49496 ____________________________________________________________________________
49497 [ 20292] By: jhi                                   on 2003/07/29  10:14:26
49498         Log: Most importantly, don't try HvNAME(gp->gp_hv)
49499              unless PL_stashcache exists, otherwise we get
49500              an invalid read (detected by valgrind, and crashes
49501              ext/threads/t/basic.t in Windows).
49502
49503              Also add a few if:s for the refcnt decrements,
49504              no need to call Perl_sv_free() if there's nothing to free.
49505      Branch: perl
49506            ! gv.c
49507 ____________________________________________________________________________
49508 [ 20291] By: jhi                                   on 2003/07/29  09:00:58
49509         Log: Tabify.
49510      Branch: perl
49511            ! MANIFEST
49512 ____________________________________________________________________________
49513 [ 20288] By: jhi                                   on 2003/07/29  08:29:50
49514         Log: Subject: [perl #22969] fix $hash{utf8bareword}
49515              From: Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com>
49516              Date: Tue, 29 Jul 2003 11:09:37 +0200
49517              Message-Id: <20030729110937.31c422d2.rgarcia@hexaflux.com>
49518      Branch: perl
49519            ! t/op/utfhash.t toke.c
49520 ____________________________________________________________________________
49521 [ 20287] By: jhi                                   on 2003/07/29  08:26:48
49522         Log: Subject: [PATCH pointer] B::Deparse 0.64
49523              From: Stephen McCamant <smcc@mit.edu>
49524              Date: Mon, 28 Jul 2003 16:57:19 -0400
49525              Message-ID: <16165.36399.39977.566109@syllepsis.MIT.EDU>
49526      Branch: perl
49527            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
49528 ____________________________________________________________________________
49529 [ 20286] By: jhi                                   on 2003/07/29  08:24:45
49530         Log: More perlio docs from Stas.
49531      Branch: perl
49532            ! pod/perliol.pod
49533 ____________________________________________________________________________
49534 [ 20285] By: jhi                                   on 2003/07/29  08:22:49
49535         Log: Reintroduce Porting/Modules.  No, it's not duplicating
49536              the information in Module::CoreList.
49537      Branch: perl
49538            + Porting/Modules Porting/Modules.pl
49539            ! AUTHORS MANIFEST
49540 ____________________________________________________________________________
49541 [ 20283] By: jhi                                   on 2003/07/29  05:00:12
49542         Log: The better prefixify() patch from Ed Moy.
49543      Branch: perl
49544            ! lib/ExtUtils/MM_Unix.pm
49545 ____________________________________________________________________________
49546 [ 20282] By: jhi                                   on 2003/07/29  04:57:57
49547         Log: PerlIO_popped doc addition from NI-S.
49548      Branch: perl
49549            ! pod/perliol.pod
49550 ____________________________________________________________________________
49551 [ 20281] By: jhi                                   on 2003/07/29  04:55:48
49552         Log: Subject: [PATCH] another File::Find tweak for VMS (improve on #20221)
49553              From: "Craig A. Berry" <craigberry@mac.com>
49554              Date: Tue, 29 Jul 2003 00:11:46 -0500
49555              Message-ID: <3F260212.9000104@mac.com>
49556      Branch: perl
49557            ! lib/File/Find.pm
49558 ____________________________________________________________________________
49559 [ 20278] By: jhi                                   on 2003/07/28  18:03:48
49560         Log: More bytecode tweaks.
49561      Branch: perl
49562            ! ext/B/B.xs ext/B/B/Bytecode.pm
49563 ____________________________________________________________________________
49564 [ 20275] By: jhi                                   on 2003/07/28  16:47:53
49565         Log: No more wince/README.compile.
49566      Branch: perl
49567            ! Porting/curliff.pl
49568 ____________________________________________________________________________
49569 [ 20272] By: jhi                                   on 2003/07/28  16:19:47
49570         Log: Slightly better failure output.
49571      Branch: perl
49572            ! ext/Devel/Peek/t/Peek.t
49573 ____________________________________________________________________________
49574 [ 20270] By: jhi                                   on 2003/07/28  15:12:28
49575         Log: These directories no more exist during cleanup.
49576      Branch: perl
49577            ! Makefile.SH
49578 ____________________________________________________________________________
49579 [ 20269] By: jhi                                   on 2003/07/28  15:07:22
49580         Log: No more ext/*/*.t, move them all to ext/*/t.
49581      Branch: perl
49582            + ext/Devel/DProf/t/DProf.t ext/Devel/Peek/t/Peek.t
49583            + ext/Errno/t/Errno.t ext/GDBM_File/t/gdbm.t
49584            + ext/I18N/Langinfo/t/Langinfo.t ext/IPC/SysV/t/ipcsysv.t
49585            + ext/NDBM_File/t/ndbm.t ext/ODBM_File/t/odbm.t
49586            + ext/Opcode/t/Opcode.t ext/Opcode/t/ops.t ext/PerlIO/t/PerlIO.t
49587            + ext/SDBM_File/t/sdbm.t ext/Safe/t/safe1.t ext/Safe/t/safe2.t
49588            + ext/Safe/t/safe3.t ext/Socket/t/Socket.t
49589            + ext/Socket/t/socketpair.t ext/Sys/Hostname/t/Hostname.t
49590            + ext/Sys/Syslog/t/syslog.t ext/Time/HiRes/t/HiRes.t
49591            + ext/XS/Typemap/t/Typemap.t ext/attrs/t/attrs.t ext/re/t/re.t
49592            - ext/Devel/DProf/DProf.t ext/Devel/Peek/Peek.t
49593            - ext/Errno/Errno.t ext/GDBM_File/gdbm.t
49594            - ext/I18N/Langinfo/Langinfo.t ext/IPC/SysV/ipcsysv.t
49595            - ext/NDBM_File/ndbm.t ext/ODBM_File/odbm.t ext/Opcode/Opcode.t
49596            - ext/Opcode/ops.t ext/PerlIO/PerlIO.t ext/SDBM_File/sdbm.t
49597            - ext/Safe/safe1.t ext/Safe/safe2.t ext/Safe/safe3.t
49598            - ext/Socket/Socket.t ext/Socket/socketpair.t
49599            - ext/Sys/Hostname/Hostname.t ext/Sys/Syslog/syslog.t
49600            - ext/Time/HiRes/HiRes.t ext/XS/Typemap/Typemap.t ext/attrs.t
49601            - ext/re/re.t
49602            ! MANIFEST ext/IPC/SysV/MANIFEST
49603 ____________________________________________________________________________
49604 [ 20268] By: jhi                                   on 2003/07/28  14:31:17
49605         Log: Move the ext/IO tests to a more standard location so that
49606              the *.t do not get copied to the build tree (lib/IO/).
49607      Branch: perl
49608            + ext/IO/t/IO.t ext/IO/t/io_const.t ext/IO/t/io_dir.t
49609            + ext/IO/t/io_dup.t ext/IO/t/io_linenum.t
49610            + ext/IO/t/io_multihomed.t ext/IO/t/io_pipe.t ext/IO/t/io_poll.t
49611            + ext/IO/t/io_sel.t ext/IO/t/io_sock.t ext/IO/t/io_taint.t
49612            + ext/IO/t/io_tell.t ext/IO/t/io_udp.t ext/IO/t/io_unix.t
49613            + ext/IO/t/io_utf8.t ext/IO/t/io_xs.t
49614            - ext/IO/lib/IO/t/IO.t ext/IO/lib/IO/t/io_const.t
49615            - ext/IO/lib/IO/t/io_dir.t ext/IO/lib/IO/t/io_dup.t
49616            - ext/IO/lib/IO/t/io_linenum.t ext/IO/lib/IO/t/io_multihomed.t
49617            - ext/IO/lib/IO/t/io_pipe.t ext/IO/lib/IO/t/io_poll.t
49618            - ext/IO/lib/IO/t/io_sel.t ext/IO/lib/IO/t/io_sock.t
49619            - ext/IO/lib/IO/t/io_taint.t ext/IO/lib/IO/t/io_tell.t
49620            - ext/IO/lib/IO/t/io_udp.t ext/IO/lib/IO/t/io_unix.t
49621            - ext/IO/lib/IO/t/io_utf8.t ext/IO/lib/IO/t/io_xs.t
49622            ! MANIFEST
49623 ____________________________________________________________________________
49624 [ 20267] By: jhi                                   on 2003/07/28  14:16:44
49625         Log: Retract #20260.
49626      Branch: perl
49627            ! perlio.c perliol.h
49628 ____________________________________________________________________________
49629 [ 20266] By: jhi                                   on 2003/07/28  13:38:59
49630         Log: Bump the $VERSION of core File::Spec as requested by Ken Williams.
49631      Branch: perl
49632            ! lib/File/Spec.pm
49633 ____________________________________________________________________________
49634 [ 20265] By: jhi                                   on 2003/07/28  13:23:44
49635         Log: Subject: [PATCH] #20177 broke skip logic in t/op/write.t
49636              From: "Craig A. Berry" <craigberry@mac.com>
49637              Date: Mon, 28 Jul 2003 08:04:32 -0500
49638              Message-ID: <3F251F60.6050607@mac.com>
49639      Branch: perl
49640            ! t/op/write.t
49641 ____________________________________________________________________________
49642 [ 20264] By: jhi                                   on 2003/07/28  13:21:58
49643         Log: Subject: [PATCH] t/op/write.t cleanup after itself.
49644              From: Michael G Schwern <schwern@pobox.com>
49645              Date: Mon, 28 Jul 2003 05:54:19 -0700
49646              Message-ID: <20030728125419.GJ21044@windhund.schwern.org>
49647      Branch: perl
49648            ! t/op/write.t
49649 ____________________________________________________________________________
49650 [ 20263] By: jhi                                   on 2003/07/28  12:13:24
49651         Log: Make Storable work with blead/maint by making PL_sv_placeholder
49652              a true global, bump $VERSION to 2.08.  Will take a look at the
49653              portability issue of placeholders soon.
49654      Branch: perl
49655            ! embedvar.h ext/Storable/Storable.pm ext/Storable/Storable.xs
49656            ! intrpvar.h perlapi.h perlvars.h sv.c
49657 ____________________________________________________________________________
49658 [ 20262] By: jhi                                   on 2003/07/28  11:35:31
49659         Log: Storable test nosewipe.
49660      Branch: perl
49661            ! ext/Storable/t/code.t ext/Storable/t/utf8hash.t
49662 ____________________________________________________________________________
49663 [ 20261] By: jhi                                   on 2003/07/28  11:02:23
49664         Log: Solaris cc didn't appreciate casting a long to a pointer
49665              with no cast, and lval casts are unportable, so introduce
49666              a rval cast.
49667      Branch: perl
49668            ! bytecode.pl ext/ByteLoader/byterun.c
49669 ____________________________________________________________________________
49670 [ 20260] By: jhi                                   on 2003/07/28  10:46:58
49671         Log: (Retracted by #20267)
49672      Branch: perl
49673            ! perlio.c perliol.h
49674 ____________________________________________________________________________
49675 [ 20257] By: jhi                                   on 2003/07/28  10:05:58
49676         Log: Subject: CPAN/t/signature.t noisy
49677              From: Michael G Schwern <schwern@pobox.com>
49678              Date: Mon, 28 Jul 2003 02:14:19 -0700
49679              Message-ID: <20030728091419.GG21044@windhund.schwern.org>
49680      Branch: perl
49681            ! lib/CPAN/t/signature.t
49682 ____________________________________________________________________________
49683 [ 20256] By: jhi                                   on 2003/07/28  10:00:11
49684         Log: Extra noise from File::Spec.
49685      Branch: perl
49686            ! lib/File/Spec/t/rel2abs2rel.t
49687 ____________________________________________________________________________
49688 [ 20255] By: jhi                                   on 2003/07/28  09:50:55
49689         Log: Prettyprint the constants list of defsubs_h.PL.
49690      Branch: perl
49691            ! ext/B/defsubs_h.PL
49692 ____________________________________________________________________________
49693 [ 20253] By: jhi                                   on 2003/07/28  04:56:48
49694         Log: Subject: [PATCH] B enhancements
49695              From: Stephen McCamant <smcc@mit.edu>
49696              Date: Sun, 27 Jul 2003 14:07:46 -0400
49697              Message-ID: <16164.5362.577992.841787@syllepsis.MIT.EDU>
49698      Branch: perl
49699            ! ext/B/B.pm ext/B/B.xs ext/B/defsubs_h.PL
49700 ____________________________________________________________________________
49701 [ 20252] By: jhi                                   on 2003/07/28  04:55:42
49702         Log: More clarification about the hash randomisation defines.
49703      Branch: perl
49704            ! perl.h
49705 ____________________________________________________________________________
49706 [ 20251] By: jhi                                   on 2003/07/28  04:51:46
49707         Log: Clarify the process a bit.
49708      Branch: perl
49709            ! INSTALL
49710 ____________________________________________________________________________
49711 [ 20250] By: jhi                                   on 2003/07/28  04:43:23
49712         Log: Add $VERSION to B::Bytecode.
49713      Branch: perl
49714            ! ext/B/B/Bytecode.pm
49715 ____________________________________________________________________________
49716 [ 20249] By: jhi                                   on 2003/07/28  04:39:14
49717         Log: Missing test file.  (Not very useful since Module::Signature
49718              is not in the core, but let's not make an exception.)
49719      Branch: perl
49720            ! MANIFEST
49721 ____________________________________________________________________________
49722 [ 20248] By: jhi                                   on 2003/07/28  04:35:27
49723         Log: Subject: Re: downrev modules in RC2
49724              From: Gisle Aas <gisle@ActiveState.com>
49725              Date: 27 Jul 2003 20:25:07 -0700
49726              Message-ID: <lrptjv1gfg.fsf@caliper.activestate.com>
49727
49728              (upgrade to Digest::MD5 2.26)
49729      Branch: perl
49730            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
49731            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
49732 ____________________________________________________________________________
49733 [ 20247] By: jhi                                   on 2003/07/28  04:31:32
49734         Log: Upgrade to CGI 2.97.
49735      Branch: perl
49736            ! lib/CGI.pm
49737 ____________________________________________________________________________
49738 [ 20246] By: jhi                                   on 2003/07/28  04:26:58
49739         Log: Revert 20233 + s/GvAVn/GvAV/) + rerun 'perl bytecode.pl'.
49740              (from Enache)
49741      Branch: perl
49742            ! bytecode.pl ext/ByteLoader/byterun.c
49743 ____________________________________________________________________________
49744 [ 20243] By: jhi                                   on 2003/07/27  20:31:31
49745         Log: Upgrade to CPAN 1.72.
49746      Branch: perl
49747            + lib/CPAN/t/signature.t
49748            ! MANIFEST lib/CPAN.pm
49749 ____________________________________________________________________________
49750 [ 20242] By: jhi                                   on 2003/07/27  20:21:40
49751         Log: We now return to your normally scheduled hash randomisation.
49752      Branch: perl
49753            ! INSTALL perl.h pod/perlfunc.pod pod/perlrun.pod
49754            ! pod/perlsec.pod
49755 ____________________________________________________________________________
49756 [ 20240] By: jhi                                   on 2003/07/27  19:45:22
49757         Log: fresh_perl_(is|like) were printing out the wrong file/line
49758              number on failure because _where() was hard coded to only
49759              look one level up the call stack.  In these cases it has to
49760              look two.
49761              (Schwern)
49762      Branch: perl
49763            ! t/test.pl
49764 ____________________________________________________________________________
49765 [ 20239] By: jhi                                   on 2003/07/27  19:43:34
49766         Log: cleanup tiehandle.t to use test.pl, is(), like(), etc...
49767              (Schwern)
49768      Branch: perl
49769            ! t/op/tiehandle.t
49770 ____________________________________________________________________________
49771 [ 20238] By: jhi                                   on 2003/07/27  19:20:45
49772         Log: Upgrade to Test::Harness 2.29.
49773      Branch: perl
49774            ! lib/Test/Harness.pm lib/Test/Harness/Straps.pm
49775            ! lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
49776            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
49777            ! lib/Test/Harness/t/test-harness.t
49778 ____________________________________________________________________________
49779 [ 20237] By: jhi                                   on 2003/07/27  18:37:45
49780         Log: Missing MakeMaker test.
49781      Branch: perl
49782            + lib/ExtUtils/t/postamble.t
49783            ! MANIFEST
49784 ____________________________________________________________________________
49785 [ 20236] By: jhi                                   on 2003/07/27  18:29:16
49786         Log: Add -l (one file per line) option to manicheck.
49787      Branch: perl
49788            ! Porting/manicheck
49789 ____________________________________________________________________________
49790 [ 20235] By: jhi                                   on 2003/07/27  18:08:55
49791         Log: Further Byteloader tweaks from Enache.
49792      Branch: perl
49793            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
49794            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm ext/B/defsubs_h.PL
49795            ! ext/B/t/assembler.t ext/ByteLoader/ByteLoader.pm
49796            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
49797            ! ext/ByteLoader/byterun.h t/TEST
49798 ____________________________________________________________________________
49799 [ 20234] By: jhi                                   on 2003/07/27  18:02:24
49800         Log: Reapply some perldoc changes not in 3.09.
49801      Branch: perl
49802            ! lib/Pod/Perldoc.pm
49803 ____________________________________________________________________________
49804 [ 20233] By: jhi                                   on 2003/07/27  17:51:01
49805         Log: Upgrade to Pod::Perldoc 3.09.
49806      Branch: perl
49807            ! lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm
49808 ____________________________________________________________________________
49809 [ 20232] By: jhi                                   on 2003/07/27  17:34:23
49810         Log: A bug reported in perl-unicode by Terry Jones, fixed
49811              by Andreas Koenig, and add a test.
49812      Branch: perl
49813            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
49814 ____________________________________________________________________________
49815 [ 20231] By: jhi                                   on 2003/07/27  17:21:11
49816         Log: Unicode::UCD doc nit from Andreas Koenig.
49817      Branch: perl
49818            ! lib/Unicode/UCD.pm
49819 ____________________________________________________________________________
49820 [ 20230] By: jhi                                   on 2003/07/27  17:13:55
49821         Log: Upgrade to I18N::LangTags 0.28.
49822      Branch: perl
49823            + lib/I18N/LangTags/t/01test.t
49824            - lib/I18N/LangTags/test.pl
49825            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/List.pm
49826 ____________________________________________________________________________
49827 [ 20229] By: jhi                                   on 2003/07/27  16:59:27
49828         Log: Skip the test until Enache fixes it.
49829      Branch: perl
49830            ! ext/B/t/assembler.t
49831 ____________________________________________________________________________
49832 [ 20225] By: jhi                                   on 2003/07/27  16:12:44
49833         Log: Upgrade to File::Spec 0.85.
49834      Branch: perl
49835            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
49836            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
49837            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
49838            ! lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t
49839            ! lib/File/Spec/t/rel2abs2rel.t
49840 ____________________________________________________________________________
49841 [ 20224] By: jhi                                   on 2003/07/27  15:48:20
49842         Log: Subject: Re: [PATCH] Re: Storing &PL_sv_undef as a hash key with perl-5.8.x
49843              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
49844              Date: Sun, 20 Jul 2003 22:36:02 +0200
49845              Message-ID: <006801c34efe$8aac1920$0c2f1fac@R2D2>
49846      Branch: perl
49847            ! dump.c embedvar.h ext/Storable/Storable.xs hv.c intrpvar.h
49848            ! perl.c perlapi.h sv.c universal.c
49849 ____________________________________________________________________________
49850 [ 20223] By: jhi                                   on 2003/07/27  15:43:30
49851         Log: Regen byterun once more: the incav is not yet right, but at
49852              least it compiles now (Tru64 cc choked on the lvalue cast).
49853      Branch: perl
49854            ! bytecode.pl ext/ByteLoader/byterun.c
49855 ____________________________________________________________________________
49856 [ 20222] By: jhi                                   on 2003/07/27  15:31:52
49857         Log: Regenerated because of #20220.
49858      Branch: perl
49859            ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
49860            ! ext/ByteLoader/byterun.h
49861 ____________________________________________________________________________
49862 [ 20221] By: jhi                                   on 2003/07/27  15:19:57
49863         Log: Subject: [PATCH] fix for File::Find logical name collision on VMS
49864              From: "Craig A. Berry" <craigberry@mac.com>
49865              Date: Mon, 21 Jul 2003 19:40:20 -0500
49866              Message-ID: <3F1C87F4.2070401@mac.com>
49867      Branch: perl
49868            ! lib/File/Find.pm
49869 ____________________________________________________________________________
49870 [ 20220] By: jhi                                   on 2003/07/27  15:13:10
49871         Log: Subject: Re: [perl #22984] perl-5.8.1-RC2: TEST -bytecompile won't work at all
49872              From: Enache Adrian <enache@rdslink.ro>
49873              Date: Fri, 18 Jul 2003 23:15:37 +0300
49874              Message-ID: <20030718201537.GA1574@ratsnest.hole>
49875      Branch: perl
49876            ! Makefile.SH bytecode.pl ext/B/B.xs ext/B/B/Assembler.pm
49877            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm ext/B/typemap
49878            ! ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
49879            ! ext/ByteLoader/bytecode.h installperl t/TEST utils/perlcc.PL
49880 ____________________________________________________________________________
49881 [ 20219] By: jhi                                   on 2003/07/27  15:08:23
49882         Log: Subject: [PATCH-for-RC2] WinCE port addition
49883              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
49884              Date: Fri, 25 Jul 2003 22:17:11 +0400
49885              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200D42@cio-test001.spb.lucent.com>
49886      Branch: perl
49887            - wince/README.compile
49888            ! MANIFEST README.ce wince/Makefile.ce wince/README.perlce
49889            ! wince/compile.bat wince/wince.c wince/wince.h
49890 ____________________________________________________________________________
49891 [ 20217] By: jhi                                   on 2003/07/25  06:39:08
49892         Log: Another missing hunk for MakeMaker from .org.
49893      Branch: perl
49894            ! lib/ExtUtils/MakeMaker.pm
49895 ____________________________________________________________________________
49896 [ 20213] By: jhi                                   on 2003/07/24  14:49:25
49897         Log: Grabbed from www.makemaker.org.
49898      Branch: perl
49899            + t/lib/MakeMaker/Test/Setup/Recurs.pm
49900            ! MANIFEST
49901 ____________________________________________________________________________
49902 [ 20211] By: jhi                                   on 2003/07/24  14:00:29
49903         Log: Subject: [perl #22946] Bug in Unicode surrogate pair conversion in Perl_utf16_to_utf8
49904              From: "Dinger, Tom" (via RT) <perlbug-followup@perl.org>
49905              Date: 14 Jul 2003 05:35:15 -0000
49906              Message-ID: <rt-22946-60715.1.00007189884266@rt.perl.org>
49907      Branch: perl
49908            ! utf8.c
49909 ____________________________________________________________________________
49910 [ 20209] By: jhi                                   on 2003/07/24  13:42:58
49911         Log: Subject: Re: [typo] sv.c pod/perlapi.pod
49912              From: Stas Bekman <stas@stason.org>
49913              Date: Thu, 24 Jul 2003 16:49:27 +0200
49914              Message-ID: <3F1FF1F7.30500@stason.org>
49915      Branch: perl
49916            ! pod/perlapi.pod sv.c
49917 ____________________________________________________________________________
49918 [ 20208] By: jhi                                   on 2003/07/24  13:41:37
49919         Log: Subject: [ANNOUNCE] ExtUtils::MakeMaker 6.11
49920              From: Michael G Schwern <schwern@pobox.com>
49921              Date: Thu, 24 Jul 2003 01:28:07 -0700
49922              Message-ID: <20030724082807.GA24285@windhund.schwern.org>
49923      Branch: perl
49924            ! lib/ExtUtils/MakeMaker.pm
49925 ____________________________________________________________________________
49926 [ 20207] By: jhi                                   on 2003/07/24  13:40:39
49927         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_08
49928              From: Michael G Schwern <schwern@pobox.com>
49929              Date: Mon, 21 Jul 2003 20:12:25 -0700
49930              Message-ID: <20030722031224.GD12711@windhund.schwern.org>
49931      Branch: perl
49932            + lib/ExtUtils/t/recurs.t
49933            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/META.yml
49934            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_MacOS.pm
49935            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
49936            ! lib/ExtUtils/MakeMaker/FAQ.pod lib/ExtUtils/PATCHING
49937            ! lib/ExtUtils/README lib/ExtUtils/t/Command.t
49938            ! lib/ExtUtils/t/INST.t lib/ExtUtils/t/INST_PREFIX.t
49939            ! lib/ExtUtils/t/basic.t
49940 ____________________________________________________________________________
49941 [ 20206] By: jhi                                   on 2003/07/24  13:23:27
49942         Log: (accidentally empty checkin)
49943      Branch: perl
49944            ! lib/perl5db.pl
49945 ____________________________________________________________________________
49946 [ 20203] By: jhi                                   on 2003/07/24  13:14:53
49947         Log: Subject: [possible PATCH?] Re: Where is PerlIO_isutf8()?
49948              From: Steve Hay <steve.hay@uk.radan.com>
49949              Date: Fri, 18 Jul 2003 10:03:21 +0100
49950              Message-ID: <3F17B7D9.80805@uk.radan.com>
49951      Branch: perl
49952            ! makedef.pl
49953 ____________________________________________________________________________
49954 [ 20202] By: jhi                                   on 2003/07/24  13:12:08
49955         Log: Subject: [patch] perldebug.pod clarification
49956              From: Stéphane Payrard <stef@payrard.net>
49957              Date: Mon, 21 Jul 2003 21:36:59 +0200
49958              Message-ID: <20030721193659.GC2722@stefp.dyndns.org>
49959      Branch: perl
49960            ! pod/perldebug.pod
49961 ____________________________________________________________________________
49962 [ 20201] By: jhi                                   on 2003/07/24  13:08:50
49963         Log: Subject: PATCH: More edge tests on t/op/pow.t
49964              From: Andy Lester <andy@petdance.com>
49965              Date: Wed, 23 Jul 2003 16:38:35 -0500
49966              Message-ID: <20030723213834.GA20468@petdance.com>
49967      Branch: perl
49968            ! t/op/pow.t
49969 ____________________________________________________________________________
49970 [ 20200] By: jhi                                   on 2003/07/24  13:06:36
49971         Log: Subject: [PATCH] Fix saving 'V' magic in scan_vstring()
49972              From: Stephen McCamant <smcc@mit.edu>
49973              Date: Tue, 22 Jul 2003 09:41:10 -0400
49974              Message-ID: <16157.16118.998307.110037@syllepsis.MIT.EDU>
49975      Branch: perl
49976            ! toke.c
49977 ____________________________________________________________________________
49978 [ 20199] By: jhi                                   on 2003/07/24  13:04:24
49979         Log: Subject: [PATCH] Re: Reference to tied elements results in lvalue.
49980              From: Dave Mitchell <davem@fdgroup.com>
49981              Date: Fri, 18 Jul 2003 18:49:43 +0100
49982              Message-ID: <20030718174943.GB6427@fdgroup.com>
49983      Branch: perl
49984            ! sv.c t/op/tie.t
49985 ____________________________________________________________________________
49986 [ 20198] By: jhi                                   on 2003/07/24  09:07:45
49987         Log: Subject: [PATCH] Re: Bug in B::Deparse/Concise with ithreads
49988              From: Stephen McCamant <smcc@mit.edu>
49989              Date: Sat, 19 Jul 2003 12:06:31 -0400
49990              Message-ID: <16153.27783.300094.464863@syllepsis.MIT.EDU>
49991      Branch: perl
49992            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm
49993 ____________________________________________________________________________
49994 [ 20197] By: jhi                                   on 2003/07/24  08:59:45
49995         Log: Subject: [PATCH] typo in VMS::Filespec
49996              From: Ken Williams <ken@mathforum.org>
49997              Date: Tue, 22 Jul 2003 15:18:21 -0500
49998              Message-Id: <A3E1AAA0-BC81-11D7-B0BB-003065F6D85A@mathforum.org>
49999      Branch: perl
50000            ! vms/ext/Filespec.pm
50001 ____________________________________________________________________________
50002 [ 20196] By: jhi                                   on 2003/07/24  08:54:54
50003         Log: EBCDIC fix from Thomas Dorner.
50004      Branch: perl
50005            ! Makefile.SH
50006 ____________________________________________________________________________
50007 [ 20195] By: jhi                                   on 2003/07/24  08:54:13
50008         Log: POSIX-BC patch from Thomas Dorner.
50009      Branch: perl
50010            ! hints/posix-bc.sh
50011 ____________________________________________________________________________
50012 [ 20194] By: jhi                                   on 2003/07/24  08:45:55
50013         Log: Subject: [perl #22971] [PATCH] Proper capitalization for IO.pm deprecation warning
50014              From: "ilya@juil.nonet (via RT)" <perlbug-followup@perl.org>
50015              Date: 14 Jul 2003 05:37:15 -0000
50016              Message-ID: <rt-22971-60818.3.78636614866039@rt.perl.org>
50017      Branch: perl
50018            ! ext/IO/IO.pm ext/IO/lib/IO/t/IO.t
50019 ____________________________________________________________________________
50020 [ 20193] By: jhi                                   on 2003/07/24  08:43:33
50021         Log: Subject: [perl #22965] Cannot set undef timeout in IO::Socket in perl 5.8.0
50022              From: Hrunting Johnson (via RT) <perlbug-followup@perl.org>
50023              Date: 14 Jul 2003 05:37:02 -0000
50024              Message-ID: <rt-22965-60791.13.0539297217452@rt.perl.org>
50025      Branch: perl
50026            ! ext/IO/lib/IO/Socket.pm
50027 ____________________________________________________________________________
50028 [ 20191] By: jhi                                   on 2003/07/24  08:38:35
50029         Log: Subject: [PATCH] Re: Fatal 5.8.1 error in our $FOO = x if $FOO
50030              From: Dave Mitchell <davem@fdgroup.com>
50031              Date: Thu, 17 Jul 2003 20:33:29 +0100
50032              Message-ID: <20030717193329.GA2699@fdgroup.com>
50033      Branch: perl
50034            ! pad.c t/lib/warnings/pad
50035 ____________________________________________________________________________
50036 [ 20190] By: jhi                                   on 2003/07/24  08:35:11
50037         Log: Subject: [perl #23080] [DOCPATCH] pod/perlfunc.pod missing C
50038              From: "Iain 'Spoon' Truskett (via RT)" <perlbug-followup@perl.org>
50039              Date: 22 Jul 2003 02:59:13 -0000
50040              Message-ID: <rt-23080-61622.7.95831816717467@rt.perl.org>
50041      Branch: perl
50042            ! pod/perlfunc.pod
50043 ____________________________________________________________________________
50044 [ 20189] By: jhi                                   on 2003/07/24  08:26:02
50045         Log: Subject: [PATCH RC2] Missing semicolon in PERL_FPU_INIT macro
50046              From: Stephen Clouse <stephenc@theiqgroup.com>
50047              Date: Tue, 22 Jul 2003 21:31:38 -0500
50048              Message-ID: <20030723023138.GA15653@owns.warpcore.org>
50049      Branch: perl
50050            ! perl.h
50051 ____________________________________________________________________________
50052 [ 20187] By: jhi                                   on 2003/07/24  07:53:33
50053         Log: Subject: [PATCH] configure.gnu --prefix
50054              From: slaven@rezic.de
50055              Date: Thu, 10 Jul 2003 09:33:27 +0000
50056              Message-Id: <1057829607.9622@devpc01.iconmobile.de>
50057      Branch: perl
50058            ! configure.gnu
50059 ____________________________________________________________________________
50060 [ 20186] By: jhi                                   on 2003/07/24  07:48:21
50061         Log: Subject: Re: problem with rc1 and rc2 on Mac OS X
50062              From: Edward Moy <emoy@apple.com>
50063              Date: Sun, 13 Jul 2003 14:12:57 -0700
50064              Message-Id: <C66FBFAC-B576-11D7-89B5-0030657B317C@apple.com>
50065      Branch: perl
50066            ! lib/ExtUtils/MM_Unix.pm
50067 ____________________________________________________________________________
50068 [ 20184] By: jhi                                   on 2003/07/24  07:02:31
50069         Log: Subject: [PATCH 5.8.1 @20153] malloc cleanup
50070              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
50071              Date: Tue, 15 Jul 2003 07:46:58 -0700
50072              Message-ID: <20030715144657.GA21313@math.berkeley.edu>
50073      Branch: perl
50074            ! makedef.pl malloc.c malloc_ctl.h
50075 ____________________________________________________________________________
50076 [ 20182] By: jhi                                   on 2003/07/23  13:28:52
50077         Log: This should make Stas happy.
50078      Branch: perl
50079            ! hv.h perl.c
50080 ____________________________________________________________________________
50081 [ 20180] By: jhi                                   on 2003/07/23  12:40:11
50082         Log: utils.lst parsing tweak for bin/perldoc installation from Rafael.
50083      Branch: perl
50084            ! installperl
50085 ____________________________________________________________________________
50086 [ 20179] By: rgs                                   on 2003/07/21  19:46:19
50087         Log: As the perldoc.pod is now in a separate file under pod/,
50088              the installman script was installing an empty perldoc.1 manpage.
50089      Branch: perl
50090            ! installperl utils.lst
50091 ____________________________________________________________________________
50092 [ 20178] By: rgs                                   on 2003/07/21  19:19:06
50093         Log: Subject: [DOCPATCH] %SIG and SA_RESTART
50094              From: Steve Grazzini <grazz@pobox.com>
50095              Date: Wed, 16 Jul 2003 08:56:21 -0400
50096              Message-ID: <20030716125620.GA7022@grazzini.net>
50097      Branch: perl
50098            ! pod/perlipc.pod pod/perlvar.pod
50099 ____________________________________________________________________________
50100 [ 20177] By: rgs                                   on 2003/07/21  19:14:35
50101         Log: Subject: [PATCH] Re: Perl formats do not work with tied values
50102              From: Dave Mitchell <davem@fdgroup.com>
50103              Date: Tue, 15 Jul 2003 20:46:07 +0100
50104              Message-ID: <20030715194607.GA24592@fdgroup.com>
50105
50106              plus the regression test :
50107              Subject: Re: [PATCH] Re: Perl formats do not work with tied values
50108              From: Nicholas Clark <nick@ccl4.org>
50109              Date: Tue, 15 Jul 2003 22:24:04 +0100
50110              Message-ID: <20030715222404.L20414@plum.flirble.org>
50111      Branch: perl
50112            ! pp_ctl.c t/op/write.t
50113 ____________________________________________________________________________
50114 [ 20176] By: rgs                                   on 2003/07/21  19:00:32
50115         Log: Subject: Re: [PATCH] h2xs and extra_libraries
50116              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
50117              Date: Tue, 15 Jul 2003 07:28:52 +0200
50118              Message-id: <20030715052852.GA494@ethan>
50119      Branch: perl
50120            ! utils/h2xs.PL
50121 ____________________________________________________________________________
50122 [ 20175] By: merijn                                on 2003/07/21  14:26:43
50123         Log: Subject: Re: [PATCH] test clean-up for VMS
50124              From: "Craig A. Berry" <craigberry@mac.com>
50125              Date: Sun, 20 Jul 2003 10:43:32 -0500
50126              Message-ID: <3F1AB8A4.2070207@mac.com>
50127      Branch: perl
50128            ! ext/PerlIO/t/encoding.t lib/File/Spec/t/rel2abs2rel.t
50129            ! lib/FileCache/t/01open.t lib/FileCache/t/02maxopen.t
50130            ! lib/FileCache/t/03append.t t/io/argv.t t/op/stat.t
50131            ! t/uni/write.t
50132 ____________________________________________________________________________
50133 [ 20174] By: hv                                    on 2003/07/21  10:26:07
50134         Log: Update Changes.
50135      Branch: perl
50136            ! Changes patchlevel.h
50137 ____________________________________________________________________________
50138 [ 20173] By: rgs                                   on 2003/07/20  21:48:21
50139         Log: Minor doc nits concerning the dosish ALTERNATE_SHEBANG
50140              (bug #22968)
50141      Branch: perl
50142            ! pod/perlfaq3.pod pod/perlrun.pod
50143 ____________________________________________________________________________
50144 [ 20172] By: rgs                                   on 2003/07/20  21:14:12
50145         Log: Subject: Re: [perl #22941] Can't build perl with -Duseshrplib if /usr/bin/gcc is a perl script
50146              From: Andy Dougherty <doughera@lafayette.edu>
50147              Date: Tue, 15 Jul 2003 10:52:58 -0400 (EDT)
50148              Message-ID: <Pine.SOL.4.53.0307151011550.7002@maxwell.phys.lafayette.edu>
50149
50150              plus a clarification to INSTALL :
50151              Subject: [PATCH] Re: [perl #22941] Can't build perl with -Duseshrplib if /usr/bin/gcc is a perl script
50152              From: Andy Dougherty <doughera@lafayette.edu>
50153              Date: Wed, 16 Jul 2003 11:01:24 -0400 (EDT)
50154              Message-ID: <Pine.SOL.4.53.0307161059400.10258@maxwell.phys.lafayette.edu>
50155      Branch: perl
50156            ! INSTALL Makefile.SH
50157 ____________________________________________________________________________
50158 [ 20171] By: rgs                                   on 2003/07/20  20:12:54
50159         Log: The warning "Possible precedence problem on bitwise operator"
50160              was incorrectly produced with the bitwise-assignment operators.
50161              Fix it. (bug #23065 concerning 5.8.1 RC2)
50162      Branch: perl
50163            ! op.c t/lib/warnings/op
50164 ____________________________________________________________________________
50165 [ 20170] By: rgs                                   on 2003/07/18  08:03:02
50166         Log: Rename get_seed() to get_hash_seed(), as suggested by
50167              Eric J Kidder, to solve a name conflict on HP_UX 11.00.
50168      Branch: perl
50169            ! embed.fnc embed.h perl.c proto.h util.c
50170 ____________________________________________________________________________
50171 [ 20169] By: rgs                                   on 2003/07/18  06:36:20
50172         Log: Subject: Re: [PATCH] Re: Oops - Can't calculate our powers
50173              From: Andreas J Koenig <andreas.koenig@anima.de>
50174              Date: Fri, 18 Jul 2003 09:36:47 +0200
50175              Message-ID: <87fzl4thf4.fsf@franz.ak.mind.de>
50176      Branch: perl
50177            ! t/op/pow.t
50178 ____________________________________________________________________________
50179 [ 20168] By: rgs                                   on 2003/07/18  06:21:15
50180         Log: Subject: [ PATCH] Re: isa(UNIVERSAL)?
50181              From: Dave Mitchell <davem@fdgroup.com>
50182              Date: Thu, 17 Jul 2003 21:51:12 +0100
50183              Message-ID: <20030717205112.GA2994@fdgroup.com>
50184      Branch: perl
50185            ! t/op/universal.t universal.c
50186 ____________________________________________________________________________
50187 [ 20167] By: rgs                                   on 2003/07/18  06:14:33
50188         Log: Subject: [PATCH] Re: Oops - Can't calculate our powers
50189              From: Stephen McCamant <smcc@mit.edu>
50190              Date: Fri, 18 Jul 2003 02:26:14 -0400
50191              Message-ID: <16151.37638.162561.84142@syllepsis.MIT.EDU>
50192      Branch: perl
50193            ! pp.c t/op/pow.t
50194 ____________________________________________________________________________
50195 [ 20166] By: rgs                                   on 2003/07/17  21:49:10
50196         Log: Subject: [PATCH] Increment cop_seqmax in utilize()
50197              From: Stephen McCamant <smcc@mit.edu>
50198              Date: Tue, 15 Jul 2003 09:57:26 -0400
50199              Message-ID: <16148.2118.348073.76671@syllepsis.MIT.EDU>
50200
50201              Subject: [PATCH] B::Concise 0.56: refcount and BEGIN improvements
50202              From: Stephen McCamant <smcc@mit.edu>
50203              Date: Tue, 15 Jul 2003 09:57:31 -0400
50204              Message-ID: <16148.2123.305325.480187@syllepsis.MIT.EDU>
50205      Branch: perl
50206            ! ext/B/B/Concise.pm ext/B/B/Terse.pm op.c
50207 ____________________________________________________________________________
50208 [ 20165] By: rgs                                   on 2003/07/17  21:24:46
50209         Log: Subject: [PATCH] Re: POSIX::div
50210              From: Michael G Schwern <schwern@pobox.com>
50211              Date: Mon, 14 Jul 2003 14:00:58 -0700
50212              Message-ID: <20030714210057.GK18517@windhund.schwern.org>
50213      Branch: perl
50214            ! ext/POSIX/POSIX.pm
50215 ____________________________________________________________________________
50216 [ 20164] By: rgs                                   on 2003/07/17  21:15:51
50217         Log: PERL5LIB is not colon-separated everywhere
50218      Branch: perl
50219            ! pod/perlrun.pod
50220 ____________________________________________________________________________
50221 [ 20163] By: rgs                                   on 2003/07/17  20:59:15
50222         Log: Subject: [PATCH] fix $^N-related coredump
50223              From: Anton Berezin <tobez@tobez.org>
50224              Date: Mon, 14 Jul 2003 13:50:35 +0200
50225              Message-ID: <20030714115035.GA10971@heechee.tobez.org>
50226      Branch: perl
50227            ! pp_hot.c sv.c
50228 ____________________________________________________________________________
50229 [ 20162] By: rgs                                   on 2003/07/17  20:39:31
50230         Log: Subject: PATCH: tweak 'split' docs for case of explicit 0 LIMIT
50231              From: Tony Bowden <tony@kasei.com>
50232              Date: Thu, 17 Jul 2003 16:49:35 +0100
50233              Message-ID: <20030717154935.GA20302@soto.kasei.com>
50234      Branch: perl
50235            ! pod/perlfunc.pod
50236 ____________________________________________________________________________
50237 [ 20161] By: rgs                                   on 2003/07/17  20:25:52
50238         Log: Minor nits in perlsyn.pod
50239      Branch: perl
50240            ! pod/perlsyn.pod
50241 ____________________________________________________________________________
50242 [ 20159] By: rgs                                   on 2003/07/13  20:02:34
50243         Log: Subject: [PATCH] incorrect error message from Attribute::Handlers
50244              From: Claes Jacobsson <claes@surfar.nu>
50245              Date: Sat, 12 Jul 2003 16:30:42 +0200
50246              Message-Id: <6A6A99C4-B475-11D7-AB05-000393C12F9E@surfar.nu>
50247      Branch: perl
50248            ! lib/Attribute/Handlers.pm
50249 ____________________________________________________________________________
50250 [ 20158] By: rgs                                   on 2003/07/13  19:52:58
50251         Log: Add a TODO test for perlbug #19049
50252              Subject: Re: [perl #19049] Incorrect $` after replacement (test for same)
50253              From: Alex Gough <alex-p5p@earth.li>
50254              Date: Fri, 11 Jul 2003 01:12:42 +0100
50255              Message-ID: <20030711001242.GD2484@the.earth.li>
50256      Branch: perl
50257            ! t/op/pat.t
50258 ____________________________________________________________________________
50259 [ 20157] By: rgs                                   on 2003/07/13  19:43:29
50260         Log: Minor updates of the charnames documentation.
50261      Branch: perl
50262            ! lib/charnames.pm
50263 ____________________________________________________________________________
50264 [ 20156] By: rgs                                   on 2003/07/11  19:37:34
50265         Log: Subject: Re: Sort sub and NaNs
50266              From: "John P. Linderman" <jpl@research.att.com>
50267              Date: Thu, 10 Jul 2003 10:45:06 -0400
50268              Message-Id: <200307101445.KAA79110@raptor.research.att.com>
50269
50270              Warn against a potential edge case with sort, <=> and NaNs.
50271      Branch: perl
50272            ! pod/perlfunc.pod
50273 ____________________________________________________________________________
50274 [ 20155] By: rgs                                   on 2003/07/11  19:11:17
50275         Log: Subject: [DOCPATCH] perlfunc/read
50276              From: Steve Grazzini <grazz@pobox.com>
50277              Date: Tue, 8 Jul 2003 10:23:03 -0400
50278              Message-ID: <20030708142303.GB23698@grazzini.net>
50279
50280              Clarify the OFFSET parameter to read().
50281      Branch: perl
50282            ! pod/perlfunc.pod
50283 ____________________________________________________________________________
50284 [ 20154] By: rgs                                   on 2003/07/11  18:54:09
50285         Log: Subject: [PATCH pod/perlsyn.pod pod/perltrap.pod] New introduction
50286              From: Michael G Schwern <schwern@pobox.com>
50287              Date: Tue, 13 May 2003 18:33:05 -0700
50288              Message-ID: <20030514013305.GB22001@windhund.schwern.org>
50289      Branch: perl
50290            ! pod/perlsyn.pod pod/perltrap.pod
50291 ____________________________________________________________________________
50292 [ 20145] By: jhi                                   on 2003/07/11  05:07:09
50293         Log: I think the API for mod_perl v2 should be simply that
50294              PL_modperl sets the PL_hash_seed (and PL_hash_seed_set)
50295              itself, hopefully from a good source of random bits.
50296      Branch: perl
50297            ! perl.c
50298 ____________________________________________________________________________
50299 [ 20143] By: jhi                                   on 2003/07/11  00:35:07
50300         Log: pTHX.
50301      Branch: perl
50302            ! util.c
50303 ____________________________________________________________________________
50304 [ 20139] By: jhi                                   on 2003/07/11  00:21:43
50305         Log: New order of seed.
50306      Branch: perl
50307            ! pod/perlrun.pod
50308 ____________________________________________________________________________
50309 [ 20138] By: jhi                                   on 2003/07/11  00:13:11
50310         Log: More retraction.
50311      Branch: perl
50312            ! INSTALL
50313 ____________________________________________________________________________
50314 [ 20137] By: jhi                                   on 2003/07/11  00:10:14
50315         Log: Retract the statements.
50316      Branch: perl
50317            ! pod/perlfunc.pod pod/perlsec.pod
50318 ____________________________________________________________________________
50319 [ 20135] By: jhi                                   on 2003/07/11  00:03:33
50320         Log: Chicken out: the hash randomisation is not on by default.
50321              We switch over to the explicit mode: in other words, if
50322              the $ENV{PERL_HASH_SEED} is on, we randomise.  Also, we
50323              randomise only if PL_hash_seed_set is FALSE (this means
50324              one can use PERL_HASH() before perl_run.)  Also, since
50325              now PERL_HASH_SEED is okay even under -T, all should be fine.
50326              (Ha!)
50327      Branch: perl
50328            ! embed.fnc embed.h embedvar.h intrpvar.h perl.c perl.h
50329            ! perlapi.h pod/perldiag.pod pod/perlrun.pod proto.h util.c
50330 ____________________________________________________________________________
50331 [ 20134] By: jhi                                   on 2003/07/10  23:23:38
50332         Log: Check PERL_HASH_SEED even when tainted.
50333      Branch: perl
50334            ! perl.c pod/perlrun.pod
50335 ____________________________________________________________________________
50336 [ 20131] By: jhi                                   on 2003/07/10  22:42:29
50337         Log: &Time::HiRes::d_nanosleep was broken.
50338      Branch: perl
50339            ! ext/Time/HiRes/Makefile.PL
50340 ____________________________________________________________________________
50341 [ 20130] By: jhi                                   on 2003/07/10  22:37:02
50342         Log: Subject: [PATCH} db-recno.t on Mac OS X
50343              From: slaven@rezic.de
50344              Date: Thu, 10 Jul 2003 12:41:05 +0000
50345              Message-Id: <1057840865.9622@devpc01.iconmobile.de>
50346      Branch: perl
50347            ! ext/DB_File/t/db-recno.t
50348 ____________________________________________________________________________
50349 [ 20129] By: jhi                                   on 2003/07/10  22:31:39
50350         Log: Subject: [comment patch]
50351              From: Stas Bekman <stas@stason.org>
50352              Date: Thu, 10 Jul 2003 14:19:22 -0700
50353              Message-ID: <3F0DD85A.1070902@stason.org>
50354      Branch: perl
50355            ! perl.c
50356 ____________________________________________________________________________
50357 [ 20127] By: jhi                                   on 2003/07/10  22:21:04
50358         Log: Be vague enough.
50359      Branch: perl
50360            ! pod/perldata.pod
50361 ____________________________________________________________________________
50362 [ 20125] By: rgs                                   on 2003/07/10  19:28:48
50363         Log: regen embed.pl for the bleadperl branch as well.
50364      Branch: perl
50365            ! embedvar.h
50366 ____________________________________________________________________________
50367 [ 20124] By: jhi                                   on 2003/07/10  18:33:56
50368         Log: Time travel noticed by Enache.
50369      Branch: perl
50370            ! pod/perlhist.pod
50371 ____________________________________________________________________________
50372 [ 20120] By: jhi                                   on 2003/07/10  17:38:28
50373         Log: I can see the future.  It is cloudy.
50374      Branch: perl
50375            ! pod/perlhist.pod
50376 ____________________________________________________________________________
50377 [ 20119] By: jhi                                   on 2003/07/10  17:37:25
50378         Log: Subject: [PATCH] configure.gnu --prefix
50379              From: slaven@rezic.de
50380              Date: Thu, 10 Jul 2003 09:33:27 +0000
50381              Message-Id: <1057829607.9622@devpc01.iconmobile.de>
50382      Branch: perl
50383            ! configure.gnu
50384 ____________________________________________________________________________
50385 [ 20118] By: jhi                                   on 2003/07/10  17:35:32
50386         Log: malloc alignment patch from Spider, needed for Tru64 + longdouble.
50387      Branch: perl
50388            ! malloc.c
50389 ____________________________________________________________________________
50390 [ 20117] By: jhi                                   on 2003/07/10  17:33:53
50391         Log: Subject: [PATCH] Restore SIGFPE on exec()
50392              From: Chip Salzenberg <chip@pobox.com>
50393              Date: Thu, 10 Jul 2003 13:13:20 -0400
50394              Message-ID: <20030710171319.GA21588@perlsupport.com>
50395      Branch: perl
50396            ! doio.c perl.c perl.h perlapi.h perlvars.h toke.c
50397 ____________________________________________________________________________
50398 [ 20116] By: jhi                                   on 2003/07/10  17:28:00
50399         Log: The *right* way to make the csighandler visible.
50400      Branch: perl
50401            ! embed.fnc embed.h global.sym
50402 ____________________________________________________________________________
50403 [ 20114] By: jhi                                   on 2003/07/10  15:06:41
50404         Log: Retract #20112.
50405      Branch: perl
50406            ! embed.fnc embedvar.h intrpvar.h perlapi.h
50407 ____________________________________________________________________________
50408 [ 20112] By: jhi                                   on 2003/07/10  14:17:59
50409         Log: Argh.  At least AIX builds choke because of this.
50410      Branch: perl
50411            ! embed.fnc embedvar.h intrpvar.h perlapi.h
50412 ____________________________________________________________________________
50413 [ 20106] By: jhi                                   on 2003/07/10  04:50:05
50414         Log: Upgrade to podlators 1.27.
50415      Branch: perl
50416            ! lib/Pod/Text/Termcap.pm
50417 ____________________________________________________________________________
50418 [ 20104] By: jhi                                   on 2003/07/10  04:40:02
50419         Log: Deprecate v-strings.
50420      Branch: perl
50421            ! pod/perldata.pod
50422 ____________________________________________________________________________
50423 [ 20103] By: jhi                                   on 2003/07/10  04:28:40
50424         Log: perlfaq sync.
50425      Branch: perl
50426            ! pod/perlfaq1.pod
50427 ____________________________________________________________________________
50428 [ 20100] By: jhi                                   on 2003/07/09  17:40:41
50429         Log: Detypo.
50430      Branch: perl
50431            ! hints/darwin.sh
50432 ____________________________________________________________________________
50433 [ 20098] By: jhi                                   on 2003/07/09  17:29:53
50434         Log: Fixes from Ron Kimball.
50435      Branch: perl
50436            ! pod/perldata.pod
50437 ____________________________________________________________________________
50438 [ 20097] By: jhi                                   on 2003/07/09  17:27:35
50439         Log: Fix for the 'print v65' plus safety tweaks from Rafael.
50440      Branch: perl
50441            ! toke.c
50442 ____________________________________________________________________________
50443 [ 20096] By: jhi                                   on 2003/07/09  17:06:29
50444         Log: More Darwin/MacOSX paths twiddling.
50445      Branch: perl
50446            ! hints/darwin.sh
50447 ____________________________________________________________________________
50448 [ 20093] By: jhi                                   on 2003/07/09  11:43:09
50449         Log: Play safe and use the system malloc in FreeBSD.
50450              Yes, performance suffers.  But that is better than
50451              random core dumps.
50452      Branch: perl
50453            ! hints/freebsd.sh
50454 ____________________________________________________________________________
50455 [ 20090] By: jhi                                   on 2003/07/09  08:12:32
50456         Log: Upgrade to Encode 1.97.
50457      Branch: perl
50458            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
50459            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
50460            ! ext/Encode/lib/Encode/Encoder.pm
50461            ! ext/Encode/lib/Encode/Guess.pm
50462            ! ext/Encode/lib/Encode/JP/JIS7.pm
50463 ____________________________________________________________________________
50464 [ 20089] By: jhi                                   on 2003/07/09  08:08:30
50465         Log: Rework the perldata vXX => ... entry a bit.
50466      Branch: perl
50467            ! pod/perldata.pod
50468 ____________________________________________________________________________
50469 [ 20088] By: jhi                                   on 2003/07/09  08:04:04
50470         Log: Document the vXX => change in perldata, too.
50471      Branch: perl
50472            ! pod/perldata.pod
50473 ____________________________________________________________________________
50474 [ 20085] By: jhi                                   on 2003/07/09  07:49:46
50475         Log: Test the vX => ... fix.
50476      Branch: perl
50477            ! t/op/ver.t
50478 ____________________________________________________________________________
50479 [ 20084] By: jhi                                   on 2003/07/09  06:58:39
50480         Log: Subject: Re: [REPATCH] was Re: [perl #16010] v-strings left of a => don't get quoted.
50481              From: John Peacock <jpeacock@rowman.com>
50482              Date: Wed, 09 Jul 2003 01:05:38 -0700
50483              Message-ID: <3F0BCCD2.1020009@rowman.com>
50484      Branch: perl
50485            ! embed.fnc pod/perlapi.pod toke.c util.c
50486 ____________________________________________________________________________
50487 [ 20083] By: jhi                                   on 2003/07/09  06:27:15
50488         Log: Darwin/Mac OS X: if -Dprefix=/foo, do nothing special
50489              for the install dirs.
50490      Branch: perl
50491            ! hints/darwin.sh
50492 ____________________________________________________________________________
50493 [ 20082] By: jhi                                   on 2003/07/09  05:57:16
50494         Log: Enable avoiding /System/Library in Mac OS X by
50495              doing Configure -Dprefix=/some/where -Uvendorlib.
50496      Branch: perl
50497            ! hints/darwin.sh
50498 ____________________________________________________________________________
50499 [ 20081] By: jhi                                   on 2003/07/09  05:53:56
50500         Log: Subject: [PATCH] Safe signals via POSIX::sigaction
50501              From: Chip Salzenberg <chip@pobox.com>
50502              Date: Wed, 9 Jul 2003 01:49:10 -0400
50503              Message-ID: <20030709054910.GH2021@perlsupport.com>
50504      Branch: perl
50505            ! embed.fnc embed.h ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
50506            ! ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t proto.h
50507 ____________________________________________________________________________
50508 [ 20079] By: rgs                                   on 2003/07/08  20:26:20
50509         Log: The CHECKOP macro was not invoked on some newly created ops
50510              (to match them against the current opmask.) As a consequence,
50511              Safe compartments were unable to trap some ops (pattern
50512              match, slices, conditionals.) This fixes the holes.
50513      Branch: perl
50514            ! op.c
50515 ____________________________________________________________________________
50516 [ 20078] By: jhi                                   on 2003/07/08  19:30:13
50517         Log: Revert #20077.
50518      Branch: perl
50519            ! lib/CPAN.pm
50520 ____________________________________________________________________________
50521 [ 20077] By: jhi                                   on 2003/07/08  18:40:51
50522         Log: Don't recommend to upgrade the base.pm in the core with
50523              the base.pm from Class::Fields.  They are not the same.
50524      Branch: perl
50525            ! lib/CPAN.pm
50526 ____________________________________________________________________________
50527 [ 20076] By: jhi                                   on 2003/07/08  17:39:49
50528         Log: Subject: Re: [PATCH] $^VARIABLES in 'perl -Dt' output
50529              From: Enache Adrian <enache@rdslink.ro>
50530              Date: Tue, 8 Jul 2003 20:47:58 +0300
50531              Message-ID: <20030708174758.GA1177@ratsnest.hole>
50532
50533              (ByteLoader tweak avoiding a leaked scalar)
50534      Branch: perl
50535            ! op.c
50536 ____________________________________________________________________________
50537 [ 20071] By: jhi                                   on 2003/07/08  09:18:19
50538         Log: In 5.8.x, fast stdio places still do use stdio.
50539      Branch: perl
50540            ! ext/Digest/MD5/t/badfile.t
50541 ____________________________________________________________________________
50542 [ 20069] By: jhi                                   on 2003/07/08  08:41:01
50543         Log: Subject: [PATCH] format 'botched' in malloc.c
50544              From: Enache Adrian <enache@rdslink.ro>
50545              Date: Mon, 7 Jul 2003 21:57:06 +0300
50546              Message-ID: <20030707185706.GB7017@ratsnest.hole>
50547      Branch: perl
50548            ! malloc.c
50549 ____________________________________________________________________________
50550 [ 20068] By: jhi                                   on 2003/07/08  08:36:27
50551         Log: Subject: [PATCH: maint @ 20046] warnings, line numbers & windows
50552              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
50553              Date: Tue, 8 Jul 2003 11:14:05 +0200 (MEST)
50554              Message-ID: <12022.1057655645@www59.gmx.net>
50555      Branch: perl
50556            ! ext/B/B.xs lib/Pod/Text/Termcap.pm mg.c op.c
50557 ____________________________________________________________________________
50558 [ 20066] By: jhi                                   on 2003/07/08  05:24:58
50559         Log: Retract #20065: I don't think this is the right way
50560              to patch this issue.
50561      Branch: perl
50562            ! Configure INSTALL Policy_sh.SH pod/perltoc.pod
50563 ____________________________________________________________________________
50564 [ 20065] By: jhi                                   on 2003/07/08  05:14:31
50565         Log: Configure tweak from Johnny Lam so that the
50566              INSTALLSITEMAN[13]DIR get correctly set.
50567      Branch: perl
50568            ! Configure INSTALL Policy_sh.SH pod/perltoc.pod
50569 ____________________________________________________________________________
50570 [ 20063] By: rgs                                   on 2003/07/07  18:58:47
50571         Log: Regexp bug in the docs, spotted by Enache's eagle eyes.
50572      Branch: perl
50573            ! pod/perlsyn.pod
50574 ____________________________________________________________________________
50575 [ 20062] By: jhi                                   on 2003/07/07  18:27:02
50576         Log: Mark Bixby ++.
50577      Branch: perl
50578            ! perl.c
50579 ____________________________________________________________________________
50580 [ 20061] By: jhi                                   on 2003/07/07  18:26:35
50581         Log: The nanosleep() probe was kaputt, fixed by Mark Bixby.
50582      Branch: perl
50583            ! ext/Time/HiRes/Makefile.PL
50584 ____________________________________________________________________________
50585 [ 20059] By: jhi                                   on 2003/07/07  15:06:35
50586         Log: Good catch from Gisle.
50587      Branch: perl
50588            ! pod/perlfunc.pod
50589 ____________________________________________________________________________
50590 [ 20058] By: jhi                                   on 2003/07/07  14:12:27
50591         Log: Refashioned #20055: we cannot trust stdio to fail here.
50592      Branch: perl
50593            ! ext/Digest/MD5/t/badfile.t
50594 ____________________________________________________________________________
50595 [ 20057] By: jhi                                   on 2003/07/07  14:08:16
50596         Log: Retract #20056, #20055, #20052, #20050, #20048: the changes
50597              are just breaking more than they are fixing.
50598      Branch: perl
50599            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
50600            ! ext/Digest/MD5/t/files.t perlio.c
50601 ____________________________________________________________________________
50602 [ 20056] By: jhi                                   on 2003/07/07  13:31:14
50603         Log: Returning zero from PerlIO_read() is okay;
50604              update MD5 sums.
50605      Branch: perl
50606            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
50607 ____________________________________________________________________________
50608 [ 20055] By: jhi                                   on 2003/07/07  13:23:58
50609         Log: If perlio is completely out of the picture, we can
50610              get tripped by different stdio implementations.
50611      Branch: perl
50612            ! ext/Digest/MD5/t/badfile.t
50613 ____________________________________________________________________________
50614 [ 20054] By: jhi                                   on 2003/07/07  12:58:06
50615         Log: AUTHORS tweak.
50616      Branch: perl
50617            ! AUTHORS
50618 ____________________________________________________________________________
50619 [ 20053] By: jhi                                   on 2003/07/07  12:04:26
50620         Log: Subject: Patch to README.solaris
50621              From: Alan Burlison <Alan.Burlison@sun.com>
50622              Date: Mon, 07 Jul 2003 14:15:57 +0100
50623              Message-ID: <3F09728D.1070408@sun.com>
50624      Branch: perl
50625            ! README.solaris
50626 ____________________________________________________________________________
50627 [ 20052] By: jhi                                   on 2003/07/07  10:28:35
50628         Log: Update MD5 checksums.
50629      Branch: perl
50630            ! ext/Digest/MD5/t/files.t
50631 ____________________________________________________________________________
50632 [ 20051] By: jhi                                   on 2003/07/07  09:56:48
50633         Log: Be more explicit than just 'characters'.
50634      Branch: perl
50635            ! pod/perlfunc.pod
50636 ____________________________________________________________________________
50637 [ 20050] By: jhi                                   on 2003/07/07  09:38:28
50638         Log: Try making PerlIO errors more consistent.
50639              (1) Check early whether the filehandle is capable of
50640              the requested action.
50641              (2) PerlIO_read() really can return -1, and so can
50642              PerlIOUnix_read().
50643              (3) Some stdio implementations are more forgiving
50644              than others, so check also for errors recorded
50645              by PerlIO in PerlStdio_errno().
50646      Branch: perl
50647            ! perlio.c
50648 ____________________________________________________________________________
50649 [ 20049] By: jhi                                   on 2003/07/07  09:08:19
50650         Log: Linewrapping.
50651      Branch: perl
50652            ! pod/perlapio.pod
50653 ____________________________________________________________________________
50654 [ 20048] By: jhi                                   on 2003/07/07  09:06:58
50655         Log: PerlIO_read() can return negative.
50656      Branch: perl
50657            ! ext/Digest/MD5/MD5.xs
50658 ____________________________________________________________________________
50659 [ 20043] By: jhi                                   on 2003/07/07  04:36:22
50660         Log: Use the existence, instead of the truth, to decide
50661              whether to scan for a symbol.
50662              (Also remove trailing spaces.)
50663      Branch: perl
50664            ! ext/Time/HiRes/Makefile.PL
50665 ____________________________________________________________________________
50666 [ 20042] By: jhi                                   on 2003/07/07  04:29:35
50667         Log: MPE/iX tweak from Mark Bixby.
50668      Branch: perl
50669            ! ext/Time/HiRes/Makefile.PL
50670 ____________________________________________________________________________
50671 [ 20041] By: rgs                                   on 2003/07/06  21:45:37
50672         Log: Upgrade BigInt and BigRat
50673              Subject: BigInt v1.65, Bigrat v0.10 - reloaded
50674              From: Tels <perl_dummy@bloodgate.com>
50675              Date: Sun, 6 Jul 2003 15:41:36 +0200
50676              Message-Id: <200307061158.23576@bloodgate.com>
50677      Branch: perl
50678            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
50679            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/biglog.t
50680            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigRat.pm
50681            ! lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.inc
50682            ! lib/Math/BigRat/t/bigratpm.t
50683 ____________________________________________________________________________
50684 [ 20040] By: rgs                                   on 2003/07/06  21:11:20
50685         Log: Subject: Re: [perl #5025] #line directive explination wrong
50686              From: Casey West <casey@geeknest.com>
50687              Date: Sun, 6 Jul 2003 18:24:46 -0400
50688              Message-ID: <20030706222446.GL7506@geeknest.com>
50689      Branch: perl
50690            ! pod/perlsyn.pod
50691 ____________________________________________________________________________
50692 [ 20039] By: jhi                                   on 2003/07/06  20:19:31
50693         Log: Update the CPAN mirrors list.
50694      Branch: perl
50695            ! pod/perlmodlib.PL pod/perlmodlib.pod
50696 ____________________________________________________________________________
50697 [ 20036] By: gsar                                  on 2003/07/06  17:11:59
50698         Log: yet another symbol missing in change#20018
50699      Branch: perl
50700            ! makedef.pl
50701 ____________________________________________________________________________
50702 [ 20035] By: gsar                                  on 2003/07/06  17:02:21
50703         Log: PerlIOBase_pushed seems to have gone missing in change#20018
50704      Branch: perl
50705            ! makedef.pl
50706 ____________________________________________________________________________
50707 [ 20034] By: jhi                                   on 2003/07/06  16:46:20
50708         Log: Subject: [PATCH @19834] DProf fixes
50709              From: Radu Greab <radu@netsoft.ro>
50710              Date: Sun, 6 Jul 2003 20:09:12 +0300
50711              Message-ID: <16136.22456.99575.573777@ix.netsoft.ro>
50712      Branch: perl
50713            + t/lib/dprof/test7_t t/lib/dprof/test7_v t/lib/dprof/test8_t
50714            + t/lib/dprof/test8_v
50715            ! MANIFEST ext/Devel/DProf/DProf.pm ext/Devel/DProf/DProf.t
50716            ! ext/Devel/DProf/DProf.xs perl.c pod/perldiag.pod
50717            ! pod/perltodo.pod pod/perlvar.pod pp_ctl.c
50718 ____________________________________________________________________________
50719 [ 20032] By: jhi                                   on 2003/07/06  16:21:33
50720         Log: Forgotten from change #20031.
50721      Branch: perl
50722            ! makedef.pl malloc_ctl.h
50723 ____________________________________________________________________________
50724 [ 20031] By: jhi                                   on 2003/07/06  16:16:08
50725         Log: Subject: [PATCH] improve WinCE port
50726              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
50727              Date: Sun, 6 Jul 2003 18:46:09 +0400
50728              Message-ID: <001401c343cd$8069cd40$ce5ec3d9@vad>
50729
50730              Subject: [PATCH] improve WinCE port -- addition
50731              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
50732              Date: Sun, 6 Jul 2003 19:50:47 +0400
50733              Message-ID: <000b01c343d6$7ff96920$5b5dc3d9@vad>
50734      Branch: perl
50735            + wince/perlhost.h wince/vdir.h wince/vmem.h
50736            ! MANIFEST wince/Makefile.ce wince/config.ce wince/perllib.c
50737            ! wince/win32.h wince/win32io.c wince/win32iop.h
50738            ! wince/win32thread.c wince/win32thread.h wince/wince.c
50739            ! wince/wince.h
50740 ____________________________________________________________________________
50741 [ 20030] By: jhi                                   on 2003/07/06  15:59:25
50742         Log: Subject: [PATCH] for pod/perlfaq2.pod against latest snapshot for Alpaca
50743              From: merlyn@stonehenge.com (Randal L. Schwartz)
50744              Date: 05 Jul 2003 16:29:14 -0700
50745              Message-ID: <867k6weenp.fsf@blue.stonehenge.com>
50746      Branch: perl
50747            ! pod/perlfaq2.pod
50748 ____________________________________________________________________________
50749 [ 20026] By: jhi                                   on 2003/07/06  08:14:48
50750         Log: FreeBSD: if someone *really* wants to use the system malloc.
50751      Branch: perl
50752            ! hints/freebsd.sh
50753 ____________________________________________________________________________
50754 [ 20025] By: jhi                                   on 2003/07/06  07:48:01
50755         Log: Make the 'slow ok' feature optional.
50756      Branch: perl
50757            ! lib/Test/Harness.pm
50758 ____________________________________________________________________________
50759 [ 20024] By: jhi                                   on 2003/07/06  07:44:57
50760         Log: The change #20022 didn't work for Command.t.
50761      Branch: perl
50762            ! lib/ExtUtils/t/Command.t
50763 ____________________________________________________________________________
50764 [ 20023] By: jhi                                   on 2003/07/06  07:29:22
50765         Log: Subject: Re: maint @ 19975 [PATCH lib/Test/Harness.pm]
50766              From: Michael G Schwern <schwern@pobox.com>
50767              Date: Sat, 5 Jul 2003 13:34:37 -0700
50768              Message-ID: <20030705203437.GB2598@windhund.schwern.org>
50769
50770              Print out the "ok" messages only once every second,
50771              this should make output much less and therefore testing
50772              much faster, especially on slower connections.
50773      Branch: perl
50774            ! lib/Test/Harness.pm
50775 ____________________________________________________________________________
50776 [ 20022] By: jhi                                   on 2003/07/06  07:26:52
50777         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_07
50778              From: Michael G Schwern <schwern@pobox.com>
50779              Date: Sat, 5 Jul 2003 16:59:49 -0700
50780              Message-ID: <20030705235949.GB3485@windhund.schwern.org>
50781      Branch: perl
50782            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
50783            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
50784            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker/FAQ.pod
50785            ! lib/ExtUtils/t/Command.t
50786 ____________________________________________________________________________
50787 [ 20021] By: jhi                                   on 2003/07/06  07:19:17
50788         Log: Reintroduce changes #19723 and #19723 that were not
50789              in Net::Ping 2.31; needed for Windows.
50790      Branch: perl
50791            ! lib/Net/Ping/t/250_ping_hires.t lib/Net/Ping/t/450_service.t
50792 ____________________________________________________________________________
50793 [ 20020] By: jhi                                   on 2003/07/05  19:12:21
50794         Log: Upgrade to Digest::MD5 2.25.
50795      Branch: perl
50796            + ext/Digest/MD5/t/clone.t
50797            ! MANIFEST ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
50798            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
50799            ! ext/Digest/MD5/t/files.t
50800 ____________________________________________________________________________
50801 [ 20019] By: jhi                                   on 2003/07/05  18:40:51
50802         Log: Make a read from a write-only fh to set errno
50803              (found by Gisle)
50804      Branch: perl
50805            ! perlio.c
50806 ____________________________________________________________________________
50807 [ 20018] By: jhi                                   on 2003/07/05  18:05:19
50808         Log: Add PerlIOBuf_close to makedef.pl as pointed out by
50809              Vadim Konovalov; add also PerlIOBuf_dup; sort and remove
50810              duplicates.
50811      Branch: perl
50812            ! makedef.pl
50813 ____________________________________________________________________________
50814 [ 20017] By: jhi                                   on 2003/07/05  17:47:47
50815         Log: Subject: [PATCH] fix for ext/threads/t/problems.t failures
50816              From: Dave Mitchell <davem@fdgroup.com>
50817              Date: Sat, 5 Jul 2003 19:12:51 +0100
50818              Message-ID: <20030705181251.GA14502@fdgroup.com>
50819      Branch: perl
50820            ! ext/threads/t/problems.t
50821 ____________________________________________________________________________
50822 [ 20016] By: jhi                                   on 2003/07/05  17:36:34
50823         Log: OpenBSD sometimes gets -0, probably due to fp fuzziness..
50824      Branch: perl
50825            ! lib/Benchmark.t
50826 ____________________________________________________________________________
50827 [ 20012] By: jhi                                   on 2003/07/05  13:46:05
50828         Log: Be explicit about the $0 pain in Linux 2.2.
50829      Branch: perl
50830            ! pod/perlvar.pod
50831 ____________________________________________________________________________
50832 [ 20010] By: rgs                                   on 2003/07/05  12:06:41
50833         Log: Comment out some debugging output in Math::BigInt, that
50834              causes confusion in t/TEST when running Math/BigInt/t/bare_mbi.t.
50835      Branch: perl
50836            ! lib/Math/BigInt.pm
50837 ____________________________________________________________________________
50838 [ 20009] By: jhi                                   on 2003/07/05  10:56:55
50839         Log: The logic for additional randomisation for 64-bit UV
50840              cases was wrong.
50841      Branch: perl
50842            ! perl.c
50843 ____________________________________________________________________________
50844 [ 20008] By: jhi                                   on 2003/07/05  09:10:46
50845         Log: IIRC gcc would complain about if (s = ...).
50846      Branch: perl
50847            ! perl.c
50848 ____________________________________________________________________________
50849 [ 20007] By: jhi                                   on 2003/07/05  09:09:44
50850         Log: Allow $ENV{PERL_HASH_SEED_DEBUG} to work even under taint;
50851              since CGI scripts are (should be) run under -T, being able
50852              to show the HASH_SEED in case of problems is good.
50853              The $ENV{PERL_HASH_SEED} is still ignored under taint.
50854      Branch: perl
50855            ! perl.c
50856 ____________________________________________________________________________
50857 [ 20006] By: jhi                                   on 2003/07/05  07:56:56
50858         Log: Subject: [PATCH] MM_VMS.pm -- fix xs installation
50859              From: "Craig A. Berry" <craigberry@mac.com>
50860              Date: Sat, 05 Jul 2003 00:38:28 -0500
50861              Message-ID: <3F066454.90003@mac.com>
50862      Branch: perl
50863            ! lib/ExtUtils/MM_VMS.pm
50864 ____________________________________________________________________________
50865 [ 20004] By: jhi                                   on 2003/07/05  07:47:02
50866         Log: Subject: [PATCH] dump.c -Wformat; Re: maint @ 19975, maint @ 19997
50867              From: Robin Barker <Robin.Barker@npl.co.uk>
50868              Date: Fri, 4 Jul 2003 19:15:01 +0100
50869              Message-ID: <533D273D4014D411AB1D00062938C4D9040465BD@hotel.npl.co.uk>
50870      Branch: perl
50871            ! dump.c
50872 ____________________________________________________________________________
50873 [ 20003] By: rgs                                   on 2003/07/05  07:45:16
50874         Log: Allow to create more than one Shell object :
50875              Subject: [patch] Shell.pm fix
50876              From: Stéphane Payrard <stef@payrard.net>
50877              Date: Sat, 5 Jul 2003 01:16:50 +0200
50878              Message-ID: <20030704231650.GA19701@stefp.dyndns.org>
50879      Branch: perl
50880            ! lib/Shell.pm
50881 ____________________________________________________________________________
50882 [ 20002] By: rgs                                   on 2003/07/04  21:49:05
50883         Log: Author list update (to be continued...)
50884      Branch: perl
50885            ! AUTHORS
50886 ____________________________________________________________________________
50887 [ 20001] By: rgs                                   on 2003/07/04  21:42:12
50888         Log: Add a new test target in the makefile, test_harness_notty.
50889              It's like test_harness, but sets HARNESS_NOTTY=1 to make
50890              Test::Harness' output less blinking.
50891      Branch: perl
50892            ! Makefile.SH
50893 ____________________________________________________________________________
50894 [ 20000] By: rgs                                   on 2003/07/04  20:58:05
50895         Log: Upgrade to Math::BigInt v1.65, Math::BigRat v0.10,
50896              and bignum v0.14.
50897      Branch: perl
50898            + lib/Math/BigInt/t/biglog.t lib/Math/BigInt/t/req_mbf0.t
50899            + lib/Math/BigInt/t/req_mbf1.t lib/Math/BigInt/t/req_mbfa.t
50900            + lib/Math/BigInt/t/req_mbfi.t lib/Math/BigInt/t/req_mbfn.t
50901            + lib/Math/BigInt/t/req_mbfw.t lib/Math/BigInt/t/trap.t
50902            + lib/Math/BigInt/t/use_mbfw.t lib/Math/BigRat/t/bigratup.t
50903            + lib/Math/BigRat/t/requirer.t lib/Math/BigRat/t/trap.t
50904            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
50905            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
50906            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bare_mif.t
50907            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
50908            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
50909            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/bigints.t
50910            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/inf_nan.t
50911            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/mbimbf.inc
50912            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/require.t
50913            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
50914            ! lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/upgrade.inc
50915            ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/with_sub.t
50916            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
50917            ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
50918            ! lib/bigint.pm lib/bignum.pm lib/bignum/t/bigint.t
50919            ! lib/bignum/t/bignum.t lib/bignum/t/bigrat.t
50920            ! lib/bignum/t/biinfnan.t lib/bignum/t/bninfnan.t
50921            ! lib/bignum/t/brinfnan.t lib/bigrat.pm
50922            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/BareCalc.pm
50923            ! t/lib/Math/BigInt/Subclass.pm
50924 ____________________________________________________________________________
50925 [ 19999] By: rgs                                   on 2003/07/04  19:39:01
50926         Log: Macro reorganization in the Makefile, so that $(LDLIBPTH) always
50927              appears just before the name of the command to be run. See
50928
50929              Subject: Re: PERL_SKIP_TTY_TEST fix
50930              From: Alexey Tourbin <at@altlinux.ru>
50931              Date: Fri, 4 Jul 2003 17:25:34 +0400
50932              Message-ID: <20030704132534.GC1531@julia.office.altlinux.ru>
50933      Branch: perl
50934            ! Makefile.SH
50935 ____________________________________________________________________________
50936 [ 19998] By: rgs                                   on 2003/07/04  19:31:33
50937         Log: Fix non-numeric $VERSION.
50938      Branch: perl
50939            ! lib/Math/BigInt.pm
50940 ____________________________________________________________________________
50941 [ 19995] By: jhi                                   on 2003/07/04  14:36:56
50942         Log: According to Tels our M::BI is _better_ than the 1.64 in CPAN.
50943      Branch: perl
50944            ! lib/Math/BigInt.pm
50945 ____________________________________________________________________________
50946 [ 19994] By: jhi                                   on 2003/07/04  14:36:17
50947         Log: More $0 sad tales.
50948      Branch: perl
50949            ! pod/perlvar.pod
50950 ____________________________________________________________________________
50951 [ 19993] By: jhi                                   on 2003/07/04  14:34:40
50952         Log: Oops.
50953      Branch: perl
50954            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
50955 ____________________________________________________________________________
50956 [ 19990] By: jhi                                   on 2003/07/04  13:50:29
50957         Log: Upgrade to PodParser 1.23; but do not update
50958              t/pod/find.t or t/pod/testp2pt.pl since the
50959              first one does not work at all under core,
50960              and the second change would drop MacOS Classic
50961              portability tweaks introduced by change #18669.
50962      Branch: perl
50963            ! lib/Pod/Find.pm lib/Pod/Usage.pm
50964 ____________________________________________________________________________
50965 [ 19989] By: jhi                                   on 2003/07/04  13:20:51
50966         Log: Upgrade to Text::Balanced 1.94.
50967      Branch: perl
50968            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
50969            ! lib/Text/Balanced/README lib/Text/Balanced/t/extcbk.t
50970            ! lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
50971 ____________________________________________________________________________
50972 [ 19988] By: jhi                                   on 2003/07/04  13:17:22
50973         Log: Upgrade to Net::Ping 2.31.
50974      Branch: perl
50975            ! lib/Net/Ping.pm lib/Net/Ping/Changes
50976            ! lib/Net/Ping/t/250_ping_hires.t
50977            ! lib/Net/Ping/t/300_ping_stream.t lib/Net/Ping/t/450_service.t
50978 ____________________________________________________________________________
50979 [ 19987] By: jhi                                   on 2003/07/04  13:09:04
50980         Log: Upgrade to Locale::Maketext 1.06.
50981      Branch: perl
50982            + lib/Locale/Maketext/Guts.pm lib/Locale/Maketext/GutsLoader.pm
50983            + lib/Locale/Maketext/t/90utf8.t
50984            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
50985 ____________________________________________________________________________
50986 [ 19986] By: jhi                                   on 2003/07/04  12:59:45
50987         Log: Upgrade to Digest::MD5 2.24, with few extra tweaks:
50988              (1) make the PATCHLEVEL logic as it is with List::Util
50989              (more portable to older Perls)
50990              (2) regen the MD5 checksums with ...
50991              (3) ... the Mac OS Classic checksums generated via MacRoman
50992              (just a guess)
50993              (4) Keep the core Makefile.PL.
50994      Branch: perl
50995            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
50996            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
50997 ____________________________________________________________________________
50998 [ 19985] By: jhi                                   on 2003/07/04  12:43:10
50999         Log: Upgrade to CPAN 1.71.
51000      Branch: perl
51001            ! lib/CPAN.pm
51002 ____________________________________________________________________________
51003 [ 19984] By: jhi                                   on 2003/07/04  12:39:20
51004         Log: Upgrade to CGI.pm 2.97.
51005      Branch: perl
51006            ! lib/CGI.pm lib/CGI/Carp.pm
51007 ____________________________________________________________________________
51008 [ 19982] By: jhi                                   on 2003/07/04  10:45:05
51009         Log: No energy now to figure out what is wrong with $0
51010              (or ps) in Tru64.  The test works fine when run from
51011              command line.
51012      Branch: perl
51013            ! ext/threads/t/join.t
51014 ____________________________________________________________________________
51015 [ 19981] By: jhi                                   on 2003/07/04  10:34:42
51016         Log: AUTHORS updates.
51017      Branch: perl
51018            ! AUTHORS
51019 ____________________________________________________________________________
51020 [ 19980] By: jhi                                   on 2003/07/04  08:40:51
51021         Log: line_t is U32, not I32.
51022      Branch: perl
51023            ! bytecode.pl
51024 ____________________________________________________________________________
51025 [ 19979] By: jhi                                   on 2003/07/04  08:33:32
51026         Log: Remove PL_earlytaint since the hash seed code
51027              can be delayed until perl_parse().
51028      Branch: perl
51029            ! dosish.h embedvar.h epoc/epocish.h mpeix/mpeixish.h
51030            ! os2/os2ish.h perl.c perl.h perlapi.h perlvars.h
51031            ! plan9/plan9ish.h unixish.h vms/vmsish.h
51032 ____________________________________________________________________________
51033 [ 19977] By: jhi                                   on 2003/07/04  04:56:41
51034         Log: $0 is pain.
51035      Branch: perl
51036            ! ext/threads/t/join.t
51037 ____________________________________________________________________________
51038 [ 19976] By: jhi                                   on 2003/07/04  04:48:37
51039         Log: Subject: [PATCH: perl@19956] switch vmspipe.com over to using local symbols instead of global
51040              From: PPrymmer@factset.com
51041              Date: Thu, 3 Jul 2003 23:59:51 -0400
51042              Message-ID: <OF4DF4AA68.1EF12116-ON85256D59.00120F5E-85256D59.0015F58D@factset.com>
51043      Branch: perl
51044            ! vms/vms.c vms/vmspipe.com
51045 ____________________________________________________________________________
51046 [ 19973] By: jhi                                   on 2003/07/03  21:34:03
51047         Log: Bump Time::HiRes version to 1.50.
51048      Branch: perl
51049            ! ext/Time/HiRes/HiRes.pm
51050 ____________________________________________________________________________
51051 [ 19972] By: jhi                                   on 2003/07/03  21:33:10
51052         Log: Subject: [PATCH] installperl -n
51053              From: Slaven Rezic <slaven@rezic.de>
51054              Date: Fri, 4 Jul 2003 00:41:36 +0200 (CEST)
51055              Message-Id: <200307032241.h63Mfaka041281@vran.herceg.de>
51056      Branch: perl
51057            ! installperl
51058 ____________________________________________________________________________
51059 [ 19971] By: jhi                                   on 2003/07/03  21:31:47
51060         Log: Subject: [PATCH] t/op/magic.t on FreeBSD
51061              From: Slaven Rezic <slaven@rezic.de>
51062              Date: Fri, 4 Jul 2003 00:35:51 +0200 (CEST)
51063              Message-Id: <200307032235.h63MZpKY036791@vran.herceg.de>
51064      Branch: perl
51065            ! t/op/magic.t
51066 ____________________________________________________________________________
51067 [ 19969] By: jhi                                   on 2003/07/03  21:27:11
51068         Log: Ask Schwern.
51069      Branch: perl
51070            - Porting/Modules
51071            ! AUTHORS MANIFEST
51072 ____________________________________________________________________________
51073 [ 19967] By: jhi                                   on 2003/07/03  19:02:40
51074         Log: Add autarch and Time::Local to Modules.
51075      Branch: perl
51076            ! Porting/Modules
51077 ____________________________________________________________________________
51078 [ 19966] By: jhi                                   on 2003/07/03  18:59:44
51079         Log: Subject: Re: [PATCH] Bring Time::Local to 1.07
51080              From: Dave Rolsky <autarch@urth.org>
51081              Date: Thu, 3 Jul 2003 14:35:56 -0500 (CDT)
51082              Message-ID: <Pine.LNX.4.56.0307031435270.29915@urth.org>
51083      Branch: perl
51084            ! lib/Time/Local.pm
51085 ____________________________________________________________________________
51086 [ 19965] By: jhi                                   on 2003/07/03  18:58:25
51087         Log: Subject: [PATCH] Win32: fix WM_TIMER handling
51088              From: Mattia Barbon <mbarbon@dsi.unive.it>
51089              Date: Thu, 3 Jul 2003 16:05:23 +0200 (ora legale Europa occidentale)
51090              Message-ID: <Mahogany-0.64.2-1016-20030703-160523.00@rbnet.it>
51091      Branch: perl
51092            ! win32/win32.c
51093 ____________________________________________________________________________
51094 [ 19964] By: jhi                                   on 2003/07/03  18:56:26
51095         Log: Subject: Re: randomly untainting?
51096              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
51097              Date: Thu, 3 Jul 2003 17:35:09 +0200
51098              Message-Id: <20030703173509.0c007f0f.rgarciasuarez@free.fr>
51099      Branch: perl
51100            ! t/TestInit.pm
51101 ____________________________________________________________________________
51102 [ 19963] By: jhi                                   on 2003/07/03  18:55:37
51103         Log: Revert #19957 as requested by Rafael.
51104      Branch: perl
51105            ! ext/List/Util/t/tainted.t
51106 ____________________________________________________________________________
51107 [ 19962] By: jhi                                   on 2003/07/03  18:54:09
51108         Log: Add at least meager beginnings of assertion checks for
51109              the UTF-8 length/pos cache.  It's not as full as I would
51110              like since the exact behaviour of the second half of the
51111              cache, used in substr(), eludes me right now.
51112      Branch: perl
51113            ! sv.c
51114 ____________________________________________________________________________
51115 [ 19961] By: jhi                                   on 2003/07/03  13:57:47
51116         Log: Extra light testing for the UTF-8 cache
51117              (that it isn't broken, not that it helps).
51118      Branch: perl
51119            ! t/op/length.t
51120 ____________________________________________________________________________
51121 [ 19957] By: jhi                                   on 2003/07/03  12:01:25
51122         Log: Subject: Re: randomly untainting?
51123              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
51124              Date: Thu, 3 Jul 2003 14:58:18 +0200
51125              Message-Id: <20030703145818.5bdd2873.rgarciasuarez@free.fr>
51126              (plus extra debug printing)
51127      Branch: perl
51128            ! ext/List/Util/t/tainted.t
51129 ____________________________________________________________________________
51130 [ 19954] By: jhi                                   on 2003/07/03  11:10:21
51131         Log: Subject: Re: maint @ 19923
51132              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
51133              Date: Thu, 3 Jul 2003 15:57:55 +0400
51134              Message-ID: <048e01c3415b$da0fe510$7c5ec3d9@vad>
51135      Branch: perl
51136            ! wince/Makefile.ce wince/wince.c
51137 ____________________________________________________________________________
51138 [ 19952] By: jhi                                   on 2003/07/03  10:56:45
51139         Log: Tiny tweak to perlartistic from Robin Barker.
51140      Branch: perl
51141            ! pod/perlartistic.pod
51142 ____________________________________________________________________________
51143 [ 19950] By: jhi                                   on 2003/07/03  07:46:45
51144         Log: Mention Modules in AUTHORS.
51145      Branch: perl
51146            ! AUTHORS
51147 ____________________________________________________________________________
51148 [ 19949] By: jhi                                   on 2003/07/03  06:58:01
51149         Log: No fancy binmode() if no perlio.
51150      Branch: perl
51151            ! ext/IO/lib/IO/t/io_sock.t
51152 ____________________________________________________________________________
51153 [ 19948] By: jhi                                   on 2003/07/03  06:55:12
51154         Log: Underline the fact that XSLoader is not DynaLoader
51155              ([perl #21974] dl_load_flags not honored by XSLoader)
51156      Branch: perl
51157            ! ext/DynaLoader/XSLoader_pm.PL
51158 ____________________________________________________________________________
51159 [ 19947] By: jhi                                   on 2003/07/03  06:35:29
51160         Log: Apply Schwern's suggested warning code from
51161              [perl #22209] Test::Harness::Straps vs. $Config{path_sep}
51162      Branch: perl
51163            ! lib/Test/Harness/Straps.pm
51164 ____________________________________________________________________________
51165 [ 19944] By: jhi                                   on 2003/07/03  06:30:11
51166         Log: Subject: [PATCH] "without parens" vs "without parentheses"
51167              From: Iain Truskett <spoon@cpan.org>
51168              Date: Thu, 3 Jul 2003 12:40:42 +1000
51169              Message-ID: <20030703024042.GI12380@ouroboros.anu.edu.au>
51170      Branch: perl
51171            ! t/lib/warnings/toke toke.c
51172 ____________________________________________________________________________
51173 [ 19943] By: jhi                                   on 2003/07/03  06:27:18
51174         Log: Subject: [PATCH] Re: ext/List/Util/t/weak.t panic
51175              From: Dave Mitchell <davem@fdgroup.com>
51176              Date: Thu, 3 Jul 2003 01:32:11 +0100
51177              Message-ID: <20030703003211.GB3747@fdgroup.com>
51178      Branch: perl
51179            ! mg.c sv.c
51180 ____________________________________________________________________________
51181 [ 19942] By: jhi                                   on 2003/07/03  06:25:30
51182         Log: Nicer options for Porting/Modules.
51183      Branch: perl
51184            ! MANIFEST Porting/Modules
51185 ____________________________________________________________________________
51186 [ 19941] By: rgs                                   on 2003/07/02  21:38:19
51187         Log: Minor test adjustments :
51188              - test name correction in op/concat.t by Yitzchak Scott-Thoennes
51189              - prototypes added to some public functions in t/test.pl,
51190              as suggested by Enache Adrian
51191      Branch: perl
51192            ! t/op/concat.t t/test.pl
51193 ____________________________________________________________________________
51194 [ 19940] By: rgs                                   on 2003/07/02  20:58:19
51195         Log: Skip a socketpair test on SCO OSR
51196      Branch: perl
51197            ! ext/Socket/socketpair.t
51198 ____________________________________________________________________________
51199 [ 19939] By: jhi                                   on 2003/07/02  20:10:47
51200         Log: Subject: [PATCH] various Deparse fixes
51201              From: Dave Mitchell <davem@fdgroup.com>
51202              Date: Wed, 2 Jul 2003 18:10:45 +0100
51203              Message-ID: <20030702171045.GF2137@fdgroup.com>
51204      Branch: perl
51205            ! ext/B/B/Concise.pm ext/B/B/Debug.pm ext/B/B/Deparse.pm
51206            ! ext/B/defsubs_h.PL t/TEST t/op/ord.t
51207 ____________________________________________________________________________
51208 [ 19935] By: jhi                                   on 2003/07/02  20:01:06
51209         Log: It would seem that in Linux 2.2 there is no way
51210              we can do the right thing to make ps(1) see $0
51211              our way.  Also amend the $0 documentation a bit.
51212      Branch: perl
51213            ! pod/perlvar.pod t/op/magic.t
51214 ____________________________________________________________________________
51215 [ 19934] By: jhi                                   on 2003/07/02  19:39:11
51216         Log: Subject: [PATCH] line numbers are given % 64k
51217              From: James Jurach <muaddib@erf.net>
51218              Date: Wed, 2 Jul 2003 13:31:05 -0500
51219              Message-ID: <20030702183105.GA4837@lebowski>
51220      Branch: perl
51221            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
51222            ! handy.h pp_ctl.c scope.h
51223 ____________________________________________________________________________
51224 [ 19933] By: jhi                                   on 2003/07/02  14:55:49
51225         Log: Subject: Re: maint @ 19923
51226              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
51227              Date: Wed, 2 Jul 2003 11:43:05 -0400
51228              Message-ID: <20030702154304.GD206089@linguist.thayer.dartmouth.edu>
51229      Branch: perl
51230            ! pod/perlfunc.pod
51231 ____________________________________________________________________________
51232 [ 19932] By: jhi                                   on 2003/07/02  14:29:42
51233         Log: Subject: Re: maint @ 19923
51234              From: Jim Cromie <jcromie@divsol.com>
51235              Date: Wed, 02 Jul 2003 05:35:06 -0600
51236              Message-ID: <3F02C36A.9030704@divsol.com>
51237      Branch: perl
51238            ! pod/perlfunc.pod
51239 ____________________________________________________________________________
51240 [ 19931] By: jhi                                   on 2003/07/02  11:34:49
51241         Log: Fix for [perl #22759 insufficient format string checking];
51242              using ewix makes no sense, assuming evix was intended,
51243              no old tests fail; add the test case.
51244      Branch: perl
51245            ! sv.c t/op/sprintf.t
51246 ____________________________________________________________________________
51247 [ 19929] By: jhi                                   on 2003/07/02  09:13:33
51248         Log: Better links.
51249      Branch: perl
51250            ! pod/perlipc.pod pod/perlrun.pod
51251 ____________________________________________________________________________
51252 [ 19928] By: jhi                                   on 2003/07/02  08:58:26
51253         Log: Darwin: -Dprefix=$HOME/Perl tried to install to /Library.
51254      Branch: perl
51255            ! hints/darwin.sh
51256 ____________________________________________________________________________
51257 [ 19927] By: jhi                                   on 2003/07/02  08:48:00
51258         Log: ...and getting the comma right, too.
51259      Branch: perl
51260            ! t/op/magic.t
51261 ____________________________________________________________________________
51262 [ 19926] By: jhi                                   on 2003/07/02  08:46:18
51263         Log: Getting the whitespace right.
51264      Branch: perl
51265            ! t/op/magic.t
51266 ____________________________________________________________________________
51267 [ 19925] By: jhi                                   on 2003/07/02  08:40:36
51268         Log: FreeBSD $0 dance.
51269      Branch: perl
51270            ! pod/perlvar.pod t/op/magic.t
51271 ____________________________________________________________________________
51272 [ 19924] By: jhi                                   on 2003/07/02  08:17:31
51273         Log: Fix from Enache Adrian for the magic.t failure in
51274              FreeBSD: setproctitle() cannot get rid of the " (perl)".
51275      Branch: perl
51276            ! t/op/magic.t
51277 ____________________________________________________________________________
51278 [ 19921] By: jhi                                   on 2003/07/02  05:26:33
51279         Log: VMS: with this, 100% make test in Compaq C V6.5-001
51280              on OpenVMS Alpha V7.3-1, from Craig Berry.
51281      Branch: perl
51282            ! configure.com ext/Devel/DProf/DProf.t t/op/magic.t
51283 ____________________________________________________________________________
51284 [ 19920] By: jhi                                   on 2003/07/02  05:21:23
51285         Log: Move the libgcc.a hack into a section for pre-1.6 NetBSD releases.
51286              The latest releases of NetBSD don't require the hack.  From
51287              Johnny Lam.
51288      Branch: perl
51289            ! hints/netbsd.sh
51290 ____________________________________________________________________________
51291 [ 19918] By: jhi                                   on 2003/07/01  20:02:33
51292         Log: Add a new utility, Porting/Modules.
51293      Branch: perl
51294            + Porting/Modules
51295            ! MANIFEST
51296 ____________________________________________________________________________
51297 [ 19917] By: jhi                                   on 2003/07/01  17:00:02
51298         Log: Subject: [PATCH] long C<=item>s in pod/perlunicode.pod
51299              From: Robin Barker <Robin.Barker@npl.co.uk>
51300              Date: Tue, 1 Jul 2003 18:21:34 +0100
51301              Message-ID: <533D273D4014D411AB1D00062938C4D9040465A9@hotel.npl.co.uk>
51302
51303              Subject:  [PATCH] long C<=item>s in lib/CGI.pm
51304              From: Robin Barker <Robin.Barker@npl.co.uk>
51305              Message-ID: <533D273D4014D411AB1D00062938C4D9040465AA@hotel.npl.co.uk>
51306              Date: Tue, 1 Jul 2003 18:25:17 +0100
51307
51308              Subject: [PATCH] long <=item>s  in lib/ExtUtils/MakeMaker/FAQ.pod
51309              From: Robin Barker <Robin.Barker@npl.co.uk>
51310              Date: Tue, 1 Jul 2003 18:29:09 +0100
51311              Message-ID: <533D273D4014D411AB1D00062938C4D9040465AB@hotel.npl.co.uk>
51312      Branch: perl
51313            ! lib/CGI.pm lib/ExtUtils/MakeMaker/FAQ.pod pod/perlunicode.pod
51314 ____________________________________________________________________________
51315 [ 19916] By: jhi                                   on 2003/07/01  16:51:31
51316         Log: Subject: [PATCH] B:: fixes + 'When were CVOPs gone ?'
51317              From: Enache Adrian <enache@rdslink.ro>
51318              Date: Tue, 1 Jul 2003 19:51:25 +0300
51319              Message-ID: <20030701165125.GA1521@ratsnest.hole>
51320      Branch: perl
51321            ! ext/B/B.pm ext/B/B.xs ext/B/B/Debug.pm ext/B/defsubs_h.PL
51322            ! ext/B/typemap t/op/magic.t
51323 ____________________________________________________________________________
51324 [ 19915] By: jhi                                   on 2003/07/01  16:22:09
51325         Log: Upgrade to Unicode::Normalize 0.23.
51326      Branch: perl
51327            ! ext/Unicode/Normalize/Changes
51328            ! ext/Unicode/Normalize/Normalize.pm
51329            ! ext/Unicode/Normalize/Normalize.xs
51330 ____________________________________________________________________________
51331 [ 19914] By: jhi                                   on 2003/07/01  13:08:44
51332         Log: A naked values() caused shuffling of lib/Config.pm,
51333              which in turn caused unnecessary rebuilds.
51334      Branch: perl
51335            ! configpm
51336 ____________________________________________________________________________
51337 [ 19913] By: jhi                                   on 2003/07/01  13:01:10
51338         Log: Even more :utf8 socket testing, now in both directions.
51339      Branch: perl
51340            ! ext/IO/lib/IO/t/io_sock.t
51341 ____________________________________________________________________________
51342 [ 19912] By: jhi                                   on 2003/07/01  12:44:32
51343         Log: One more test (does binmode()ing a socket succeed)
51344              and add -w.
51345      Branch: perl
51346            ! ext/IO/lib/IO/t/io_sock.t
51347 ____________________________________________________________________________
51348 [ 19911] By: jhi                                   on 2003/07/01  12:38:13
51349         Log: Tweak an existing IO test to test also the change #19910.
51350      Branch: perl
51351            ! ext/IO/lib/IO/t/io_sock.t
51352 ____________________________________________________________________________
51353 [ 19910] By: jhi                                   on 2003/07/01  11:18:27
51354         Log: Integrate from perlio:
51355              [ 19909]
51356              binmode() should affect IoOFP() as well as IoIFP() if it is
51357              distinct (e.g. sockets).
51358      Branch: perl
51359           !> pp_sys.c
51360 ____________________________________________________________________________
51361 [ 19906] By: jhi                                   on 2003/07/01  08:03:17
51362         Log: Do the "aligned contiguous" check only if the arguments
51363              look like aligned; re-introduce the "traditional contiguous"
51364              checks with OS/2 special quirks and all.
51365      Branch: perl
51366            ! perl.c
51367 ____________________________________________________________________________
51368 [ 19903] By: jhi                                   on 2003/07/01  06:22:12
51369         Log: Switch on PERL_IMPLICIT_SYS, not on Win32.
51370      Branch: perl
51371            ! perl.c
51372 ____________________________________________________________________________
51373 [ 19902] By: jhi                                   on 2003/07/01  06:20:48
51374         Log: Regen Glossary et al.
51375      Branch: perl
51376            ! Porting/Glossary Porting/config.sh Porting/config_H
51377 ____________________________________________________________________________
51378 [ 19900] By: jhi                                   on 2003/07/01  05:56:38
51379         Log: Regen Configure.
51380      Branch: perl
51381            ! Configure
51382 ____________________________________________________________________________
51383 [ 19899] By: jhi                                   on 2003/07/01  05:56:14
51384         Log: More nanosleep removal.
51385      Branch: perl
51386            ! Cross/config.sh-arm-linux NetWare/config_H.wc epoc/config.sh
51387            ! hints/vos.sh win32/config.gc win32/config.vc win32/config.vc64
51388            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
51389            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
51390 ____________________________________________________________________________
51391 [ 19898] By: jhi                                   on 2003/07/01  05:54:58
51392         Log: Rework Time::HiRes not to need HAS_NANOSLEEP from Configure.
51393      Branch: perl
51394            + ext/Time/HiRes/hints/dec_osf.pl
51395            ! MANIFEST ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
51396            ! ext/Time/HiRes/hints/sco.pl
51397 ____________________________________________________________________________
51398 [ 19897] By: jhi                                   on 2003/07/01  05:04:50
51399         Log: Subject: Re: Subject: Problems: 5.8.1, Solaris, Configure, sched_yield(), -lrt & -lposix4
51400              From: Alan Burlison <Alan.Burlison@sun.com>
51401              Date: Tue, 01 Jul 2003 00:03:24 +0100
51402              Message-ID: <3F00C1BC.3020103@sun.com>
51403      Branch: perl
51404            ! Configure Makefile.SH config_h.SH configure.com
51405            ! hints/solaris_2.sh perl.h uconfig.h uconfig.sh
51406 ____________________________________________________________________________
51407 [ 19896] By: jhi                                   on 2003/06/30  20:20:54
51408         Log: Integrate #19892, #19895 from perlio to compile and avoid
51409              crashing on Win32.
51410      Branch: perl
51411           !> perl.c
51412 ____________________________________________________________________________
51413 [ 19890] By: jhi                                   on 2003/06/30  08:41:51
51414         Log: int is not UV.
51415      Branch: perl
51416            ! perl.c
51417 ____________________________________________________________________________
51418 [ 19889] By: jhi                                   on 2003/06/30  08:36:38
51419         Log: The 'contiguous' test for argv[], envp[] was bogus
51420              since those need not be in memory end-to-end, e.g.
51421              in Tru64 they are aligned by eight.  Loosen the test
51422              so that 'contiguousness' is fulfilled if the elements
51423              are within PTRSIZE alignment.  This makes Tru64 to pass
51424              the join.t, too.
51425      Branch: perl
51426            ! ext/threads/t/join.t mg.c perl.c
51427 ____________________________________________________________________________
51428 [ 19888] By: jhi                                   on 2003/06/30  07:24:18
51429         Log: $0 doc tweakage.
51430      Branch: perl
51431            ! pod/perlvar.pod
51432 ____________________________________________________________________________
51433 [ 19887] By: jhi                                   on 2003/06/30  07:20:58
51434         Log: $0 test tweaks from Andreas.
51435      Branch: perl
51436            ! ext/threads/t/join.t t/op/magic.t
51437 ____________________________________________________________________________
51438 [ 19886] By: rgs                                   on 2003/06/29  19:18:43
51439         Log: Misc Pod Nits.
51440      Branch: perl
51441            ! ext/B/B.pm pod/perlrun.pod
51442 ____________________________________________________________________________
51443 [ 19885] By: jhi                                   on 2003/06/29  15:49:52
51444         Log: Fix a faulty alias.
51445      Branch: perl
51446            ! ext/Encode/lib/Encode/Alias.pm
51447 ____________________________________________________________________________
51448 [ 19884] By: jhi                                   on 2003/06/29  15:41:05
51449         Log: The joy of $0.  Undoing the #16399 makes Andreas'
51450              tests (see [perl #22811]) pass (yes, padding with space    instead
51451              of nul makes no sense, but that seems to work, maybe Linux does
51452              some deep magic in ps(1)?); moving the PL_origalen computation
51453              earlier makes also the threaded-first case fully pass.
51454
51455              But in general modifying the argv[] is very non-portable.
51456              (e.g. in Tru64 it seems to be limited to the size of the
51457              original argv[0] since the argv[] are not contiguous?)
51458
51459              Everybody should just have setproctitle().
51460      Branch: perl
51461            ! mg.c perl.c pod/perlvar.pod
51462 ____________________________________________________________________________
51463 [ 19883] By: jhi                                   on 2003/06/29  13:47:36
51464         Log: More on the macro debugging and expansion.
51465      Branch: perl
51466            ! pod/perlhack.pod
51467 ____________________________________________________________________________
51468 [ 19882] By: rgs                                   on 2003/06/29  13:17:09
51469         Log: Perl_doing_taint must be public, for programs that embed perl
51470      Branch: perl
51471            ! embed.fnc embed.h global.sym
51472 ____________________________________________________________________________
51473 [ 19881] By: jhi                                   on 2003/06/29  10:17:28
51474         Log: More coffee...
51475      Branch: perl
51476            ! lib/Test/Harness.pm
51477 ____________________________________________________________________________
51478 [ 19880] By: jhi                                   on 2003/06/29  09:48:50
51479         Log: argc, argv.
51480      Branch: perl
51481            ! perl.h
51482 ____________________________________________________________________________
51483 [ 19879] By: jhi                                   on 2003/06/29  09:34:47
51484         Log: Another spot where a zero $test{$max} can make things go boom.
51485      Branch: perl
51486            ! lib/Test/Harness.pm
51487 ____________________________________________________________________________
51488 [ 19878] By: jhi                                   on 2003/06/29  09:28:58
51489         Log: Move the PL_earlytaint initialization to the PERL_SYS_INIT()
51490              as per suggestion from Sarathy.
51491      Branch: perl
51492            ! dosish.h epoc/epocish.h miniperlmain.c mpeix/mpeixish.h
51493            ! os2/os2ish.h perl.h plan9/plan9ish.h unixish.h vms/vmsish.h
51494 ____________________________________________________________________________
51495 [ 19877] By: jhi                                   on 2003/06/28  18:28:01
51496         Log: The #19842 is no more needed thanks to #19876,
51497              and the #19842 was wrong anyway (it affected
51498              only the threaded case.)
51499      Branch: perl
51500            ! hints/dec_osf.sh
51501 ____________________________________________________________________________
51502 [ 19876] By: jhi                                   on 2003/06/28  18:24:46
51503         Log: Subject: Re: your malloc patches
51504              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
51505              Date: Fri, 27 Jun 2003 06:54:06 -0700
51506              Message-ID: <20030627135406.GA8914@math.berkeley.edu>
51507
51508              More malloc patches: now they seem to work even in Tru64.
51509      Branch: perl
51510            ! malloc.c
51511 ____________________________________________________________________________
51512 [ 19875] By: jhi                                   on 2003/06/28  18:09:30
51513         Log: Duh.
51514      Branch: perl
51515            ! perl.h
51516 ____________________________________________________________________________
51517 [ 19874] By: jhi                                   on 2003/06/28  17:30:52
51518         Log: Retract #19867; the bug was really much simpler:
51519              the < max must be <= max instead.
51520      Branch: perl
51521            ! hv.c
51522 ____________________________________________________________________________
51523 [ 19873] By: rgs                                   on 2003/06/28  16:02:53
51524         Log: Using $1 without testing success of the regexp, bad.
51525      Branch: perl
51526            ! pod/perlretut.pod
51527 ____________________________________________________________________________
51528 [ 19872] By: rgs                                   on 2003/06/28  16:01:08
51529         Log: Some clarification about the current semantics of CHECK and
51530              INIT blocks. See bug [perl #22826].
51531      Branch: perl
51532            ! pod/perlmod.pod
51533 ____________________________________________________________________________
51534 [ 19871] By: rgs                                   on 2003/06/28  15:47:22
51535         Log: Subject: [Encode] pre-1.97 patches
51536              From: Dan Kogai <dankogai@dan.co.jp>
51537              Date: Sat, 28 Jun 2003 01:20:59 +0900
51538              Message-Id: <56D5BFEE-A8BB-11D7-9092-000393AE4244@dan.co.jp>
51539      Branch: perl
51540            ! ext/Encode/Changes ext/Encode/Encode.pm
51541            ! ext/Encode/lib/Encode/Guess.pm
51542 ____________________________________________________________________________
51543 [ 19870] By: rgs                                   on 2003/06/28  15:39:57
51544         Log: Two debugging patches.
51545              The first allows to hold symbolic switches in $^D
51546              and more generally fixes assignment to $^D. The
51547              second one improves the information given by -Dl.
51548
51549              Subject: [PATCH] allow $^D = "flags"
51550              From: Dave Mitchell <davem@fdgroup.com>
51551              Date: Fri, 27 Jun 2003 22:26:24 +0100
51552              Message-ID: <20030627212624.GB12887@fdgroup.com>
51553
51554              Subject: [PATCH] make -Dl show more scope info
51555              From: Dave Mitchell <davem@fdgroup.com>
51556              Date: Fri, 27 Jun 2003 23:00:36 +0100
51557              Message-ID: <20030627220036.GC12887@fdgroup.com>
51558      Branch: perl
51559            ! cop.h embed.fnc embed.h mg.c perl.c perl.h pod/perlvar.pod
51560            ! proto.h scope.h
51561 ____________________________________________________________________________
51562 [ 19869] By: rgs                                   on 2003/06/28  14:39:40
51563         Log: Fix test count, by Abe Timmerman.
51564      Branch: perl
51565            ! t/comp/require.t
51566 ____________________________________________________________________________
51567 [ 19867] By: jhi                                   on 2003/06/27  10:08:20
51568         Log: The two-for-loops is no more a valid way to walk through
51569              a hash (this was the reason the Hash/Util.t intermittently
51570              failed, the two-loop didn't find all the SVs of the HV).
51571      Branch: perl
51572            ! hv.c
51573 ____________________________________________________________________________
51574 [ 19866] By: jhi                                   on 2003/06/27  08:54:16
51575         Log: Some warnings about the (im)proper uses of the hash randomisation.
51576      Branch: perl
51577            ! pod/perlsec.pod
51578 ____________________________________________________________________________
51579 [ 19865] By: jhi                                   on 2003/06/27  08:40:45
51580         Log: atoi() doesn't cut the mustard if the PERL_HASH_SEED
51581              is larger than INT_MAX (atoi() returns -1 in that case).
51582      Branch: perl
51583            ! perl.c
51584 ____________________________________________________________________________
51585 [ 19864] By: jhi                                   on 2003/06/27  08:18:47
51586         Log: Use the PL_earlytaint.  (PL_earlytaint is a global,
51587              not per-interp, since perl_construct() is not passed
51588              the argc, argv, and therefore it can't set the per-interp
51589              PL_tainting.)
51590      Branch: perl
51591            ! perl.c perl.h
51592 ____________________________________________________________________________
51593 [ 19863] By: jhi                                   on 2003/06/27  08:15:11
51594         Log: Introduce (global) variable PL_earlytaint which
51595              is set very early in main(), before perl_parse()
51596              has been called and PL_tainting (or PL_taint_warn)
51597              might have been set.
51598      Branch: perl
51599            ! embed.fnc embedvar.h miniperlmain.c perl.c perl.h perlapi.h
51600            ! perlvars.h proto.h
51601 ____________________________________________________________________________
51602 [ 19862] By: jhi                                   on 2003/06/27  07:39:58
51603         Log: Make doing_taint() always available (though not
51604              part of the public API).
51605      Branch: perl
51606            ! embed.fnc embed.h perl.c proto.h
51607 ____________________________________________________________________________
51608 [ 19861] By: jhi                                   on 2003/06/27  05:30:03
51609         Log: Do not obey PERL_HASH_SEED or PERL_HASH_SEED_DEBUG
51610              if tainting-- but is this a good thing or a bad thing?
51611              (At least it makes debugging lib/Hash/Util.t harder,
51612              since it has, for no apparent good reason, -T: one must
51613              make a copy of it without the -T.)
51614      Branch: perl
51615            ! perl.c
51616 ____________________________________________________________________________
51617 [ 19860] By: jhi                                   on 2003/06/27  05:02:14
51618         Log: Subject: Re: Change 19854: Bite the bullet and apply the hash randomisation patch.
51619              From: Tim Bunce <Tim.Bunce@pobox.com>
51620              Date: Thu, 26 Jun 2003 10:53:22 +0100
51621              Message-ID: <20030626095322.GE97463@dansat.data-plan.com>
51622      Branch: perl
51623            ! INSTALL
51624 ____________________________________________________________________________
51625 [ 19859] By: jhi                                   on 2003/06/27  04:59:23
51626         Log: Hash/Util.t and Encode/t/Aliases.t seem to be having
51627              random failures.  To make these easier to reproduce,
51628              add a variable, PERL_HASH_SEED_DEBUG, to display the
51629              hash seed.  E.g. in Debian/x86 Linux 3.0 PERL_HASH_SEED
51630              of 82972356 makes the first one to fail.
51631      Branch: perl
51632            ! perl.c pod/perlrun.pod
51633 ____________________________________________________________________________
51634 [ 19858] By: rgs                                   on 2003/06/26  20:21:53
51635         Log: perlhack update, by Steve Grazzini
51636              about macro support in gdb and gcc.
51637      Branch: perl
51638            ! pod/perlhack.pod
51639 ____________________________________________________________________________
51640 [ 19854] By: jhi                                   on 2003/06/26  05:32:02
51641         Log: Bite the bullet and apply the hash randomisation patch.
51642              [perl #22371] Algorimic Complexity Attack on Perl 5.6.1, 5.8.0
51643      Branch: perl
51644            ! INSTALL embedvar.h ext/Data/Dumper/Dumper.pm
51645            ! ext/Data/Dumper/t/dumper.t hv.h intrpvar.h perl.c perl.h
51646            ! perlapi.h pod/perlfunc.pod pod/perlrun.pod pod/perlsec.pod
51647            ! sv.c
51648 ____________________________________________________________________________
51649 [ 19853] By: rgs                                   on 2003/06/25  19:35:02
51650         Log: Subject: Re: P and V
51651              From: "Philip Newton" <pnewton@gmx.de>
51652              Date: Wed, 25 Jun 2003 17:50:22 +0200
51653              Message-ID: <3EF9E0DE.4786.16A6869@localhost>
51654      Branch: perl
51655            ! lib/Thread/Semaphore.pm
51656 ____________________________________________________________________________
51657 [ 19852] By: rgs                                   on 2003/06/25  19:27:42
51658         Log: Enhance some macro robustness.
51659      Branch: perl
51660            ! opcode.h opcode.pl
51661 ____________________________________________________________________________
51662 [ 19851] By: rgs                                   on 2003/06/25  19:25:47
51663         Log: Fix [perl #21742] :
51664              require() should always be called in scalar context,
51665              even when it's the last statement in an eval("").
51666      Branch: perl
51667            ! pp_ctl.c t/comp/require.t
51668 ____________________________________________________________________________
51669 [ 19849] By: jhi                                   on 2003/06/24  17:32:37
51670         Log: Subject: [PATCH] Re: [perl #22719] ISA cache problem with blessed stash objects
51671              From: Dave Mitchell <davem@fdgroup.com>
51672              Date: Tue, 24 Jun 2003 13:16:18 +0100
51673              Message-ID: <20030624121618.GC22675@fdgroup.com>
51674      Branch: perl
51675            ! sv.c t/op/ref.t
51676 ____________________________________________________________________________
51677 [ 19848] By: merijn                                on 2003/06/24  08:06:57
51678         Log: Subject: [PATCH] lib/Perldoc.pm patch for Cygwin Bleadperl
51679              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
51680              Date: Tue, 24 Jun 2003 11:00:34 +0200
51681              Message-ID: <186930306740.20030624110034@familiehaase.de>
51682      Branch: perl
51683            ! lib/Pod/Perldoc.pm
51684 ____________________________________________________________________________
51685 [ 19847] By: jhi                                   on 2003/06/24  04:52:42
51686         Log: Subject: [PATCH] version.pm up to date with CPAN
51687              From: John Peacock <jpeacock@rowman.com>
51688              Date: Mon, 23 Jun 2003 21:58:18 -0400
51689              Message-ID: <3EF7B03A.2060705@rowman.com>
51690      Branch: perl
51691            ! lib/version.pm lib/version.t universal.c
51692 ____________________________________________________________________________
51693 [ 19846] By: rgs                                   on 2003/06/23  20:52:26
51694         Log: Subject: [perlport.pod] code point of \cU
51695              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
51696              Date: Tue, 24 Jun 2003 01:00:16 +0900
51697              Message-Id: <20030624004743.1237.BQW10602@nifty.com>
51698      Branch: perl
51699            ! pod/perlport.pod
51700 ____________________________________________________________________________
51701 [ 19845] By: jhi                                   on 2003/06/23  04:55:39
51702         Log: Test tweaks for VMS from Craig Berry.
51703      Branch: perl
51704            ! lib/strict.t lib/warnings.t
51705 ____________________________________________________________________________
51706 [ 19843] By: jhi                                   on 2003/06/22  17:00:10
51707         Log: Move the (pseudo)seed functio for (pseudo)random numbers to util.c.
51708      Branch: perl
51709            ! embed.fnc embed.h pp.c proto.h util.c
51710 ____________________________________________________________________________
51711 [ 19842] By: jhi                                   on 2003/06/22  16:44:16
51712         Log: Until the Perl malloc problems in Tru64 are fixed.
51713      Branch: perl
51714            ! hints/dec_osf.sh
51715 ____________________________________________________________________________
51716 [ 19841] By: jhi                                   on 2003/06/22  16:35:33
51717         Log: Subject: [PATCH] Re: Is it a Bug? ($c .= "5") . "6"
51718              From: Enache Adrian <enache@rdslink.ro>
51719              Date: Sat, 21 Jun 2003 03:19:31 +0300
51720              Message-ID: <20030621001931.GB1255@ratsnest.hole>
51721      Branch: perl
51722            ! op.c t/op/concat.t
51723 ____________________________________________________________________________
51724 [ 19840] By: jhi                                   on 2003/06/22  16:33:25
51725         Log: Subject: [perl #22753] overload::StrVal() fails for regexp refs
51726              From: "fergal@esatclear.ie (via RT)" <perlbug-followup@perl.org>
51727              Date: 21 Jun 2003 19:02:30 -0000
51728              Message-ID: <rt-22753-59662.14.6066295633041@rt.perl.org>
51729      Branch: perl
51730            ! lib/overload.pm lib/overload.t
51731 ____________________________________________________________________________
51732 [ 19839] By: jhi                                   on 2003/06/22  16:31:05
51733         Log: Subject: FileCache 1.03 broken on VMS -- possible patch
51734              From: "Craig A. Berry" <craigberry@mac.com>
51735              Date: Sat, 21 Jun 2003 10:31:59 -0500
51736              Message-ID: <3EF47A6F.9060904@mac.com>
51737      Branch: perl
51738            ! lib/FileCache.pm lib/FileCache/t/01open.t
51739            ! lib/FileCache/t/03append.t lib/FileCache/t/05override.t
51740 ____________________________________________________________________________
51741 [ 19838] By: jhi                                   on 2003/06/22  16:16:01
51742         Log: Debian fix from Brendan O'Dea:
51743              Adjust output to screen width.
51744              (adjusted to probe for the stty command)
51745      Branch: perl
51746            ! utils/dprofpp.PL
51747 ____________________________________________________________________________
51748 [ 19837] By: jhi                                   on 2003/06/22  15:56:45
51749         Log: Debian fix from Brendan O'Dea:
51750              Use a temporary directory to avoid symlink attacks.
51751              Specify -gstabs explicitly (not the default format for gcc 3.2).
51752      Branch: perl
51753            ! utils/c2ph.PL
51754 ____________________________________________________________________________
51755 [ 19836] By: jhi                                   on 2003/06/22  15:55:13
51756         Log: Debian fix from Brendan O'Dea:
51757              Bug#156284: the stucture used by pp_accept is too small to hold an
51758              IPv6 address.
51759      Branch: perl
51760            ! pp_sys.c
51761 ____________________________________________________________________________
51762 [ 19835] By: jhi                                   on 2003/06/22  15:46:50
51763         Log: For characters beyond the BMP the $bits will be undef,
51764              which will cause utf8_heavy.pl noise (reported by Daniel Yacob,
51765              analysis and fix from SADAHIRO Tomoyuki)
51766      Branch: perl
51767            ! lib/utf8_heavy.pl
51768 ____________________________________________________________________________
51769 [ 19834] By: jhi                                   on 2003/06/20  08:42:58
51770         Log: Allow for things like -DFILL_CHECK_DEFAULT=0 (from Ilya).
51771      Branch: perl
51772            ! malloc.c
51773 ____________________________________________________________________________
51774 [ 19833] By: jhi                                   on 2003/06/20  08:16:02
51775         Log: Don't do sprintf().
51776      Branch: perl
51777            ! malloc.c
51778 ____________________________________________________________________________
51779 [ 19832] By: jhi                                   on 2003/06/20  07:43:48
51780         Log: Show the source code location of an "assertion botch".
51781      Branch: perl
51782            ! malloc.c
51783 ____________________________________________________________________________
51784 [ 19831] By: jhi                                   on 2003/06/20  07:31:11
51785         Log: More Perl malloc debugging magic from Ilya.  Seems to work in
51786              Linux, Solaris, AIX.  Had to do #ifdef OS2 for the <io.h> in
51787              malloc.c, found in AIX since there is no such header.
51788              In Tru64 miniperl fails an assert: "free()ed/realloc()ed-away
51789              memory was overwritten?"
51790              (In IRIX compiles but that doesn't prove much since in IRIX
51791              Perl's malloc is simply not used.)
51792      Branch: perl
51793            + malloc_ctl.h
51794            ! MANIFEST dosish.h epoc/epocish.h malloc.c os2/os2ish.h perl.c
51795            ! perl.h plan9/plan9ish.h sv.c unixish.h vms/vmsish.h
51796 ____________________________________________________________________________
51797 [ 19830] By: jhi                                   on 2003/06/20  06:02:21
51798         Log: Retract #19785 and #19756: JPL nowadays works without this
51799              (verified by a true JPL user).
51800      Branch: perl
51801            ! perl.c
51802 ____________________________________________________________________________
51803 [ 19827] By: jhi                                   on 2003/06/19  20:18:31
51804         Log: Apparently this is needed for VMS (Craig Berry).
51805      Branch: perl
51806            ! lib/Tie/File.pm
51807 ____________________________________________________________________________
51808 [ 19824] By: jhi                                   on 2003/06/19  15:11:48
51809         Log: Bump Time::HiRes to 1.49.
51810      Branch: perl
51811            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
51812            ! ext/Time/HiRes/HiRes.xs
51813 ____________________________________________________________________________
51814 [ 19822] By: jhi                                   on 2003/06/19  14:49:37
51815         Log: This change chunk doesn't work well with blead.
51816      Branch: perl
51817            ! lib/ExtUtils/t/Command.t
51818 ____________________________________________________________________________
51819 [ 19821] By: jhi                                   on 2003/06/19  14:27:52
51820         Log: A tweak from Alan Burlison for MM 6.10_07 that makes Solaris
51821              make happy.
51822      Branch: perl
51823            ! lib/ExtUtils/MM_Unix.pm
51824 ____________________________________________________________________________
51825 [ 19820] By: jhi                                   on 2003/06/19  14:25:53
51826         Log: Upgrade to MakeMaker 6.10_07 (from makemaker.org snapshot
51827              as of 2003-06-19 18:39 EET).
51828      Branch: perl
51829            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_OS2.pm
51830            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
51831            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/Command.t
51832            ! lib/ExtUtils/t/MM_OS2.t lib/ExtUtils/t/MM_Unix.t
51833 ____________________________________________________________________________
51834 [ 19819] By: jhi                                   on 2003/06/19  14:08:13
51835         Log: Subject: [PATCH] Re: [perl #17934] tied STDERR and internal warnings
51836              From: grazz@pobox.com (Steve Grazzini)
51837              Date: Wed, 18 Jun 2003 19:42:37 -0400
51838              Message-ID: <20030618234237.GA6267@grazzini.net>
51839      Branch: perl
51840            ! embed.fnc embed.h pod/perltie.pod pp_ctl.c proto.h
51841            ! t/op/runlevel.t t/op/tiehandle.t util.c
51842 ____________________________________________________________________________
51843 [ 19818] By: jhi                                   on 2003/06/19  13:57:55
51844         Log: Subject: [PATCH -current] email address correction
51845              Date: Thu, 19 Jun 2003 02:19:31 -0700
51846              Message-ID: <CGEAIAFGDFMPCFCBLLCOEENKCBAA.rs@crystalflame.net>
51847              From: rs@crystalflame.net (Richard Soderberg)
51848      Branch: perl
51849            ! ext/threads/threads.pm
51850 ____________________________________________________________________________
51851 [ 19816] By: jhi                                   on 2003/06/19  05:02:22
51852         Log: MPE/iX gets serious indigestion on w-packed infinities.
51853      Branch: perl
51854            ! t/op/pack.t
51855 ____________________________________________________________________________
51856 [ 19815] By: rgs                                   on 2003/06/18  20:47:47
51857         Log: A bunch of minor changes to perlguts.pod.
51858      Branch: perl
51859            ! pod/perlguts.pod
51860 ____________________________________________________________________________
51861 [ 19814] By: jhi                                   on 2003/06/18  19:19:38
51862         Log: Subject: Re: [perl #22727] split() with re_eval segfaults/panics
51863              From: Enache Adrian <enache@rdslink.ro>
51864              Date: Wed, 18 Jun 2003 23:00:43 +0300
51865              Message-ID: <20030618200043.GA1249@ratsnest.hole>
51866      Branch: perl
51867            ! pp.c regexec.c t/op/pat.t
51868 ____________________________________________________________________________
51869 [ 19813] By: jhi                                   on 2003/06/18  17:31:50
51870         Log: Upgrade to Tie::File 0.97.
51871      Branch: perl
51872            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
51873            ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/28_mtwrite.t
51874            ! lib/Tie/File/t/29_downcopy.t
51875 ____________________________________________________________________________
51876 [ 19812] By: gbarr                                 on 2003/06/18  16:41:31
51877         Log: Sync with libnet 1.16
51878      Branch: perl
51879            ! lib/Net/ChangeLog.libnet lib/Net/FTP.pm
51880 ____________________________________________________________________________
51881 [ 19811] By: jhi                                   on 2003/06/18  12:11:07
51882         Log: Subject: Encode] 1.96 Released
51883              From: Dan Kogai <dankogai@dan.co.jp>
51884              Date: Wed, 18 Jun 2003 19:09:11 +0900
51885              Message-Id: <E7FFAE2E-A174-11D7-ACE4-000393AE4244@dan.co.jp>
51886      Branch: perl
51887            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
51888            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.pm
51889            ! ext/Encode/Unicode/Unicode.xs ext/Encode/bin/piconv
51890            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Encoding.pm
51891            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/Unicode.t
51892            ! ext/Encode/t/guess.t
51893 ____________________________________________________________________________
51894 [ 19810] By: jhi                                   on 2003/06/18  09:20:43
51895         Log: Oops in change #19809.
51896      Branch: perl
51897            ! ext/POSIX/POSIX.xs
51898 ____________________________________________________________________________
51899 [ 19809] By: jhi                                   on 2003/06/18  09:08:47
51900         Log: If the first argument of sigaction() was a string, not a number
51901              (or a SIGXXX 'constant') one got first (if using -w) 'Argument "FOO"
51902              isn't numeric in subroutine entry ...' but after that one got
51903              (depending on the OS) either a coredump (because of trying to
51904              assign to *0 in mg_get) or a hang (because of the sigprocmask()
51905              blocking signals inside POSIX::sigaction, a nasty hang since
51906              one obviously cannot interrupt it...only SIGKILL works).
51907              In older Perls (tried with 5.6.1) one got 'No such signal: SIGZERO ...'
51908              because of the string becoming zero due to the XS typemap magic.
51909              Resolved by making the POSIX::sigaction to try harder to figure
51910              out a valid signal number (one still gets the warning, though),
51911              and returning undef if no sense can be made.
51912      Branch: perl
51913            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t
51914 ____________________________________________________________________________
51915 [ 19808] By: rgs                                   on 2003/06/17  21:10:06
51916         Log: Some docs for the assertions.
51917      Branch: perl
51918            ! lib/assertions.pm lib/assertions/activate.pm
51919            ! pod/perllexwarn.pod pod/perlrun.pod t/run/switch_A.t
51920 ____________________________________________________________________________
51921 [ 19806] By: jhi                                   on 2003/06/17  18:12:26
51922         Log: io_dir.t tweak from Craig Berry.
51923      Branch: perl
51924            ! ext/IO/lib/IO/t/io_dir.t
51925 ____________________________________________________________________________
51926 [ 19805] By: jhi                                   on 2003/06/17  16:47:06
51927         Log: Subject: /ext/DynaLoader/dl_dyld.xs
51928              From: "Peter O'Gorman" <peter@pogma.com>
51929              Date: Tue, 17 Jun 2003 23:45:47 +0900
51930              Message-Id: <619B6B53-A0D2-11D7-BAF7-003065F6C222@pogma.com>
51931
51932              No need to see dlclose() and dlsym() outside the dl_dyld.xs
51933              (Mac OS X, NeXT), and seeing them is harmful for libdlcompat
51934              of OpenDarwin.
51935      Branch: perl
51936            ! ext/DynaLoader/dl_dyld.xs
51937 ____________________________________________________________________________
51938 [ 19804] By: jhi                                   on 2003/06/17  13:12:21
51939         Log: Subject: DOCPATCH Re: $1 remains uncleared for failed matches
51940              From: david nicol <whatever@davidnicol.com>
51941              Date: 16 Jun 2003 20:35:24 -0500
51942              Message-Id: <1055813724.1580.19.camel@plaza.davidnicol.com>
51943
51944              Subject: Re: DOCPATCH Re: $1 remains uncleared for failed matches
51945              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
51946              Date: Tue, 17 Jun 2003 00:12:04 -0400
51947              Message-ID: <20030617041204.GA34960@linguist.thayer.dartmouth.edu>
51948      Branch: perl
51949            ! pod/perlre.pod pod/perltrap.pod
51950 ____________________________________________________________________________
51951 [ 19802] By: jhi                                   on 2003/06/17  04:51:33
51952         Log: UNICOS: try papering over the Configure symbol scan problems
51953              by disavowing any knowledge of dynaloading.
51954      Branch: perl
51955            ! hints/unicos.sh
51956 ____________________________________________________________________________
51957 [ 19801] By: rgs                                   on 2003/06/16  22:47:28
51958         Log: Revert change #19126, a poor attempt at fixing bug #21742.
51959              The test for #21742 is marked as TODO.
51960              Plus new regression tests from :
51961
51962              Subject: [perl #22708] void context in string eval is broken
51963              From: "Marcus Holland-Moritz" (via RT) <perlbug-followup@perl.org>
51964              Date: 15 Jun 2003 23:09:03 -0000
51965              Message-ID: <rt-22708-59432.14.6755501393177@rt.perl.org>
51966      Branch: perl
51967            ! pp_ctl.c t/comp/require.t t/op/eval.t
51968 ____________________________________________________________________________
51969 [ 19800] By: rgs                                   on 2003/06/16  21:14:26
51970         Log: Subject: [PATCH] unnecessary stringification in eval/die
51971              From: Steve Grazzini <grazz@pobox.com>
51972              Date: 15 Jun 2003 21:02:26 -0000
51973              Message-ID: <20030615210226.56430.qmail@onion.perl.org>
51974              (See also <slrnbek5u6.cfi.joey@dragon.kitenet.net>
51975              in c.l.p.misc and bug #17763)
51976      Branch: perl
51977            ! pod/perlfunc.pod pp_ctl.c
51978 ____________________________________________________________________________
51979 [ 19799] By: rgs                                   on 2003/06/16  20:15:28
51980         Log: Subject: [perl #22622] Bogus error codes from File::Copy::move
51981              From: "Amick, Eric" (via RT) <perlbug-followup@perl.org>
51982              Date: 9 Jun 2003 15:48:09 -0000
51983              Message-ID: <rt-22622-59134.12.3966151660257@rt.perl.org>
51984      Branch: perl
51985            ! lib/File/Copy.pm
51986 ____________________________________________________________________________
51987 [ 19798] By: jhi                                   on 2003/06/16  12:26:29
51988         Log: And even more glibc fcntl constants, this time mostly F_XXX.
51989              Be more conservative and use @EXPORT_OK instead of @EXPORT.
51990      Branch: perl
51991            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL
51992 ____________________________________________________________________________
51993 [ 19797] By: jhi                                   on 2003/06/16  08:05:11
51994         Log: Even more glibc O_ modes.
51995      Branch: perl
51996            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL
51997 ____________________________________________________________________________
51998 [ 19796] By: jhi                                   on 2003/06/16  07:59:26
51999         Log: Add O_NOATIME.
52000      Branch: perl
52001            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL
52002 ____________________________________________________________________________
52003 [ 19795] By: jhi                                   on 2003/06/16  06:51:19
52004         Log: Instead of fancy condvar footwork do a simple join,
52005              as suggested by Arthur.
52006      Branch: perl
52007            ! ext/threads/shared/t/hv_refs.t
52008 ____________________________________________________________________________
52009 [ 19794] By: rgs                                   on 2003/06/15  21:01:18
52010         Log: Rename again the warning about $* being no longer supported
52011              (and update perldiag this time!)
52012      Branch: perl
52013            ! gv.c pod/perldiag.pod t/lib/warnings/gv
52014 ____________________________________________________________________________
52015 [ 19793] By: rgs                                   on 2003/06/15  19:47:21
52016         Log: Remove all magic in untie()
52017
52018              Subject: Re: untie from within FETCH/STORE not working under 5.8.0 (fwd)
52019              From: Aaron J Mackey <ajm6q@virginia.edu>
52020              Date: Fri, 13 Jun 2003 08:22:05 -0400 (EDT)
52021              Message-ID: <Pine.OSF.4.33.0306130820570.29017-100000@alpha10.bioch.virginia.edu>
52022              (plus a test case)
52023      Branch: perl
52024            ! pp_sys.c t/op/tie.t
52025 ____________________________________________________________________________
52026 [ 19790] By: jhi                                   on 2003/06/15  17:22:08
52027         Log: Start using Perl malloc in FreeBSD since the system malloc
52028              is reaaally slooow for Perl.
52029
52030              Subject: FreeBSD 5.1 vs. -Uusemymalloc
52031              From: Dan Kogai <dankogai@dan.co.jp>
52032              Date: Mon, 16 Jun 2003 01:48:49 +0900
52033              Message-Id: <3CE9B94D-9F51-11D7-AF50-000393AE4244@dan.co.jp>
52034      Branch: perl
52035            ! hints/freebsd.sh
52036 ____________________________________________________________________________
52037 [ 19789] By: jhi                                   on 2003/06/15  17:08:02
52038         Log: Subject: [PATCH 5.8.1 @19774] OS2 patches
52039              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
52040              Date: Sat, 14 Jun 2003 17:49:57 -0700
52041              Message-ID: <20030615004956.GA28272@math.berkeley.edu>
52042      Branch: perl
52043            + os2/OS2/typemap os2/perlrexx.cmd
52044            - os2/OS2/PrfDB/typemap
52045            ! MANIFEST doio.c emacs/ptags ext/Time/HiRes/Makefile.PL handy.h
52046            ! hints/os2.sh lib/ExtUtils/t/MM_OS2.t makedef.pl
52047            ! os2/OS2/Process/Makefile.PL os2/OS2/Process/Process.pm
52048            ! os2/OS2/Process/Process.xs os2/OS2/REXX/DLL/DLL.pm
52049            ! os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/t/rx_emxrv.t
52050            ! os2/OS2/REXX/t/rx_objcall.t os2/dl_os2.c os2/os2.c
52051            ! os2/os2ish.h pp_sys.c utils/h2xs.PL
52052 ____________________________________________________________________________
52053 [ 19788] By: jhi                                   on 2003/06/15  15:05:40
52054         Log: Reindent a section of the file.
52055      Branch: perl
52056            ! universal.c
52057 ____________________________________________________________________________
52058 [ 19787] By: jhi                                   on 2003/06/15  15:01:26
52059         Log: Unused variable.
52060      Branch: perl
52061            ! universal.c
52062 ____________________________________________________________________________
52063 [ 19786] By: jhi                                   on 2003/06/15  07:41:23
52064         Log: Subject: Re: [PATCH: sv.c] strchr() running amok in sv_vcatpvfn()
52065              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
52066              Date: Sun, 15 Jun 2003 10:48:40 +0200
52067              Message-ID: <004a01c3331a$ec001320$3445eed9@R2D2>
52068      Branch: perl
52069            ! embed.fnc embed.h proto.h sv.c
52070 ____________________________________________________________________________
52071 [ 19785] By: jhi                                   on 2003/06/15  07:37:02
52072         Log: Most often unused variables.
52073      Branch: perl
52074            ! perl.c
52075 ____________________________________________________________________________
52076 [ 19784] By: rgs                                   on 2003/06/14  20:08:52
52077         Log: Rename the warning about $* being removed,
52078              as suggested by Dave Mitchell
52079      Branch: perl
52080            ! gv.c t/lib/warnings/gv
52081 ____________________________________________________________________________
52082 [ 19783] By: jhi                                   on 2003/06/14  16:30:23
52083         Log: The FileCache 1.03 tests from belg4mit.
52084      Branch: perl
52085            + lib/FileCache/t/01open.t lib/FileCache/t/02maxopen.t
52086            + lib/FileCache/t/03append.t lib/FileCache/t/04twoarg.t
52087            + lib/FileCache/t/05override.t
52088            - lib/FileCache.t
52089            ! MANIFEST
52090 ____________________________________________________________________________
52091 [ 19782] By: jhi                                   on 2003/06/14  13:45:01
52092         Log: Mention the Unicode::Regex::Set module.
52093      Branch: perl
52094            ! pod/perlunicode.pod
52095 ____________________________________________________________________________
52096 [ 19781] By: jhi                                   on 2003/06/14  13:39:45
52097         Log: Followup on #19779: make the helper function static,
52098              and rename it for paranoia reasons.
52099      Branch: perl
52100            ! embed.fnc embed.h proto.h sv.c
52101 ____________________________________________________________________________
52102 [ 19779] By: jhi                                   on 2003/06/14  13:13:34
52103         Log: Subject: [PATCH: sv.c] strchr() running amok in sv_vcatpvfn()
52104              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
52105              Date: Sat, 14 Jun 2003 12:51:31 +0200
52106              Message-ID: <041901c33262$eac8ae30$f248eed9@R2D2>
52107
52108              (choosing the safe alternative)
52109      Branch: perl
52110            ! sv.c
52111 ____________________________________________________________________________
52112 [ 19778] By: jhi                                   on 2003/06/14  09:28:01
52113         Log: Exercise the utf8:: "internal" functions.
52114      Branch: perl
52115            ! lib/utf8.pm lib/utf8.t
52116 ____________________________________________________________________________
52117 [ 19777] By: jhi                                   on 2003/06/14  09:05:07
52118         Log: Having to pull in the whole Encode just to get SvUTF8()
52119              is a bit too much: introduce utf8::is_utf8().
52120      Branch: perl
52121            ! lib/utf8.pm pod/perluniintro.pod universal.c
52122 ____________________________________________________________________________
52123 [ 19776] By: jhi                                   on 2003/06/14  08:56:11
52124         Log: Slight tweaks on the length() and chr() entries,
52125              passing-by rewrapping on the rmdir entry.
52126      Branch: perl
52127            ! pod/perlfunc.pod
52128 ____________________________________________________________________________
52129 [ 19775] By: jhi                                   on 2003/06/14  08:50:16
52130         Log: test.pl-ify and add a couple of tests.
52131      Branch: perl
52132            ! lib/bytes.t
52133 ____________________________________________________________________________
52134 [ 19773] By: jhi                                   on 2003/06/14  08:05:01
52135         Log: Slight reorg of the binmode() entry.
52136      Branch: perl
52137            ! pod/perlfunc.pod
52138 ____________________________________________________________________________
52139 [ 19772] By: jhi                                   on 2003/06/14  07:07:38
52140         Log: Illegal cpp.
52141      Branch: perl
52142            ! util.c
52143 ____________________________________________________________________________
52144 [ 19770] By: jhi                                   on 2003/06/14  04:36:18
52145         Log: Subject: Re: FileCache
52146              From: belg4mit <belg4mit@MIT.EDU>
52147              Date: Sat, 14 Jun 2003 01:35:05 -0400
52148              Message-ID: <3EEAB409.7B4C21EA@mit.edu>
52149
52150              FileCache 1.03.
52151      Branch: perl
52152            ! lib/FileCache.pm
52153 ____________________________________________________________________________
52154 [ 19769] By: rgs                                   on 2003/06/13  19:17:50
52155         Log: Remove the deprecated $* variable.
52156              Incidentally, this fixes bug #22354, about unwanted
52157              action-at-distance of the /m regexp modifier.
52158              Add a new warning to advertise this fact.
52159      Branch: perl
52160            ! gv.c lib/English.pm mg.c pod/perldelta.pod pod/perldiag.pod
52161            ! pod/perlre.pod pod/perlvar.pod pp.c pp_hot.c t/lib/warnings/gv
52162            ! t/op/pat.t t/op/study.t
52163 ____________________________________________________________________________
52164 [ 19768] By: jhi                                   on 2003/06/13  17:08:45
52165         Log: Encode simply needs more work on EBCDIC.
52166      Branch: perl
52167            ! ext/Encode/t/Unicode.t
52168 ____________________________________________________________________________
52169 [ 19767] By: jhi                                   on 2003/06/13  17:05:01
52170         Log: Redundancy removal from Brian De Pradine;
52171              both the forms, pthread_mutexattr_settype() and
52172              pthread_mutexattr_setkind_np(), exist on z/OS.
52173      Branch: perl
52174            ! thread.h
52175 ____________________________________________________________________________
52176 [ 19766] By: jhi                                   on 2003/06/13  17:02:57
52177         Log: Somehow MPE/iX managed to get
52178              "18/0Illegal division by zero at ../lib/Test/Harness.pm line 921."
52179      Branch: perl
52180            ! lib/Test/Harness.pm
52181 ____________________________________________________________________________
52182 [ 19765] By: jhi                                   on 2003/06/13  14:36:18
52183         Log: Subject: [PATCH] Re: [perl #18849] fork/system bug on FreeBSD
52184              From: alan <alan@pair.com>
52185              Date: Wed, 11 Jun 2003 14:07:00 -0400 (EDT)
52186              Message-ID: <Pine.BSF.4.30.0306111348450.32145-100000@smx.pair.com>
52187
52188              (the first alternative)
52189      Branch: perl
52190            ! util.c
52191 ____________________________________________________________________________
52192 [ 19764] By: jhi                                   on 2003/06/13  14:33:51
52193         Log: Apparently the __APPLE__ cpp symbol is not Officially Sanctioned
52194              way of detecting Darwin/Mac OS X; instead it is recommended to
52195              detect the OS at a higher level and pass the information manually
52196              down to the application, using e.g. a -Ddefinition.
52197      Branch: perl
52198            ! hints/darwin.sh perl.h x2p/util.c
52199 ____________________________________________________________________________
52200 [ 19763] By: jhi                                   on 2003/06/13  14:12:13
52201         Log: Define a cpp symbol, BSDish, if that looks appropriate.
52202      Branch: perl
52203            ! perl.h
52204 ____________________________________________________________________________
52205 [ 19760] By: jhi                                   on 2003/06/13  12:00:06
52206         Log: Even more tweakage on symbol scanning from Alan Burlison.
52207      Branch: perl
52208            ! Configure
52209 ____________________________________________________________________________
52210 [ 19758] By: gbarr                                 on 2003/06/13  07:01:11
52211         Log: Sync with libnet 1.15
52212      Branch: perl
52213            ! lib/Net/ChangeLog.libnet lib/Net/FTP.pm
52214 ____________________________________________________________________________
52215 [ 19756] By: jhi                                   on 2003/06/13  05:09:17
52216         Log: The changes #8803 and #8896 that fixed JPL for use with
52217              JDK 1.2/1.3 had somehow disappeared.
52218      Branch: perl
52219            ! perl.c perl.h
52220 ____________________________________________________________________________
52221 [ 19752] By: rgs                                   on 2003/06/12  20:49:25
52222         Log: Add a new warning, "Newline in left-justified string for printf/sprintf"
52223              to be issued if the string to be left-justified by s?printf contains
52224              a newline.
52225
52226              Subject: [PATCH] RE: [perl #22599] Strange behaviour when combining foreac h and printf
52227              From: Robin Barker <Robin.Barker@npl.co.uk>
52228              Date: Wed, 11 Jun 2003 18:10:14 +0100
52229              Message-ID: <533D273D4014D411AB1D00062938C4D904046571@hotel.npl.co.uk>
52230      Branch: perl
52231            ! pod/perldiag.pod sv.c t/lib/warnings/sv
52232 ____________________________________________________________________________
52233 [ 19751] By: rgs                                   on 2003/06/12  20:25:41
52234         Log: Patch for a warning emitted twice, from :
52235              Subject: [PATCH: perl@19733] "perldoc -f -X" + "extra warning from -T"
52236              From: Steve Grazzini <grazz@pobox.com>
52237              Date: Wed, 11 Jun 2003 00:46:47 -0400
52238              Message-ID: <20030611044647.GA16696@grazzini.net>
52239      Branch: perl
52240            ! pp_sys.c
52241 ____________________________________________________________________________
52242 [ 19750] By: sky                                   on 2003/06/12  15:03:55
52243         Log: In free we want to destroy, not init, thanks to Tim Bunce for
52244              detecting this. Should hopefully fix memory leak on Tru64
52245      Branch: perl
52246            ! ext/threads/shared/shared.xs
52247 ____________________________________________________________________________
52248 [ 19749] By: jhi                                   on 2003/06/12  13:27:44
52249         Log: More perlio ->Open paranoia.  Set errno to EINVAL if there's
52250              no ->Open, not if ->Open returns NULL.
52251      Branch: perl
52252            ! perlio.c
52253 ____________________________________________________________________________
52254 [ 19748] By: jhi                                   on 2003/06/12  11:32:44
52255         Log: Further perlio doc tweaks.
52256      Branch: perl
52257            ! lib/PerlIO.pm pod/perlrun.pod
52258 ____________________________________________________________________________
52259 [ 19747] By: jhi                                   on 2003/06/12  11:25:19
52260         Log: Slightly amended version of the proposed patch for
52261              "[perl #22390] export PERLIO=bytes segfaults";
52262              the amendment is to set errno.
52263              TODO: we really should not get here if the layer
52264              stack is corrupt or non-sensical (like "bytes").
52265      Branch: perl
52266            ! perlio.c
52267 ____________________________________________________________________________
52268 [ 19746] By: sky                                   on 2003/06/12  08:37:39
52269         Log: Be polite and destroy the mutexes and conditions we use!
52270      Branch: perl
52271            ! ext/threads/shared/shared.xs
52272 ____________________________________________________________________________
52273 [ 19744] By: rgs                                   on 2003/06/11  20:49:04
52274         Log: Subject: Re: [PATCH] Annoyingly unhelpful messages from lib/File/Temp/t/security.t
52275              From: Andy Dougherty <doughera@lafayette.edu>
52276              Date: Wed, 11 Jun 2003 12:57:58 -0400 (EDT)
52277              Message-ID: <Pine.SOL.4.53.0306111252540.19074@maxwell.phys.lafayette.edu>
52278      Branch: perl
52279            ! lib/File/Temp/t/security.t
52280 ____________________________________________________________________________
52281 [ 19742] By: jhi                                   on 2003/06/11  18:28:12
52282         Log: Subject: [PATCH] Configure -Dnoextensions would not accept a list
52283              From: Andy Dougherty <doughera@lafayette.edu>
52284              Date: Wed, 11 Jun 2003 13:35:26 -0400 (EDT)
52285              Message-ID: <Pine.SOL.4.53.0306111331550.2477@maxwell.phys.lafayette.edu>
52286      Branch: perl
52287            ! Configure
52288 ____________________________________________________________________________
52289 [ 19741] By: merijn                                on 2003/06/11  14:06:49
52290         Log: Subject: [PATCH: perl@19733] fix vmsish.t #25 by letting $0 find itself in the face of chdir() calls
52291              From: PPrymmer@factset.com
52292              Date: Wed, 11 Jun 2003 09:00:34 -0400
52293              Message-ID: <OF2535E971.A30D9C74-ON85256D42.00461FF9-85256D42.004776C4@factset.com>
52294      Branch: perl
52295            ! lib/vmsish.t
52296 ____________________________________________________________________________
52297 [ 19740] By: jhi                                   on 2003/06/11  13:29:59
52298         Log: Doc nit.
52299      Branch: perl
52300            ! INSTALL
52301 ____________________________________________________________________________
52302 [ 19739] By: jhi                                   on 2003/06/11  05:30:53
52303         Log: Integrate from maint:
52304              [ 19738]
52305              Subject: Re: [PATCH: maint @ 19733] CL compiler warnings on MSWin32
52306              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
52307              Date: Tue, 10 Jun 2003 22:10:47 +0200
52308              Message-ID: <011701c32f8c$62d85ee0$0c2f1fac@R2D2>
52309      Branch: perl
52310           !> ext/Encode/encengine.c ext/List/Util/Util.xs
52311           !> ext/POSIX/POSIX.xs ext/Storable/Storable.xs
52312           !> ext/Thread/Thread.xs ext/threads/threads.xs op.c perl.c pp.h
52313           !> sv.c
52314 ____________________________________________________________________________
52315 [ 19735] By: jhi                                   on 2003/06/10  05:27:33
52316         Log: Upgrade to Unicode::Normalize 0.22.
52317      Branch: perl
52318            ! ext/Unicode/Normalize/Changes
52319            ! ext/Unicode/Normalize/Makefile.PL
52320            ! ext/Unicode/Normalize/Normalize.pm
52321            ! ext/Unicode/Normalize/Normalize.xs
52322            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
52323            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
52324            ! ext/Unicode/Normalize/t/test.t
52325 ____________________________________________________________________________
52326 [ 19734] By: jhi                                   on 2003/06/10  05:14:18
52327         Log: Upgrade to Unicode::Collate 0.25.
52328      Branch: perl
52329            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
52330            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/index.t
52331            ! lib/Unicode/Collate/t/test.t
52332 ____________________________________________________________________________
52333 [ 19731] By: jhi                                   on 2003/06/09  20:48:14
52334         Log: On a real multicpu box the child thread could still be running
52335              when the parent thread was already testing.
52336      Branch: perl
52337            ! ext/threads/shared/t/hv_refs.t
52338 ____________________________________________________________________________
52339 [ 19730] By: rgs                                   on 2003/06/09  19:56:29
52340         Log: Subject: [PATCH] Annoyingly unhelpful messages from lib/File/Temp/t/security.t
52341              From: Andy Dougherty <doughera@lafayette.edu>
52342              Date: Mon, 9 Jun 2003 14:45:38 -0400 (EDT)
52343              Message-ID: <Pine.SOL.4.53.0306091323300.4467@maxwell.phys.lafayette.edu>
52344      Branch: perl
52345            ! INSTALL
52346 ____________________________________________________________________________
52347 [ 19729] By: rgs                                   on 2003/06/09  19:13:16
52348         Log: Subject: [PATCH] Re: nitpick with \(0..2)
52349              From: Steve Grazzini <grazz@pobox.com>
52350              Date: Fri, 6 Jun 2003 01:42:59 -0400
52351              Message-ID: <20030606054259.GA30249@grazzini.net>
52352      Branch: perl
52353            ! op.c pod/perlop.pod t/op/ref.t
52354 ____________________________________________________________________________
52355 [ 19726] By: jhi                                   on 2003/06/09  18:45:00
52356         Log: Possible fix for the problems in EBCDIC from Sadahiro Tomoyuki.
52357      Branch: perl
52358            ! ext/Unicode/Normalize/Normalize.pm
52359 ____________________________________________________________________________
52360 [ 19725] By: rgs                                   on 2003/06/09  18:33:50
52361         Log: In the debugger, flush stdout/stderr before the prompt is printed
52362              Subject: Re: [PATCH] Perlbug #15228
52363              From: Alex Vandiver <alexmv@MIT.EDU>
52364              Date: 04 Jun 2003 04:50:10 -0400
52365              Message-Id: <1054716610.21402.45.camel@supox>
52366      Branch: perl
52367            ! lib/perl5db.pl
52368 ____________________________________________________________________________
52369 [ 19724] By: gsar                                  on 2003/06/09  18:17:42
52370         Log: mark 450_service.t#18 as a todo test on windows
52371      Branch: perl
52372            ! lib/Net/Ping/t/450_service.t
52373 ____________________________________________________________________________
52374 [ 19723] By: gsar                                  on 2003/06/09  18:00:57
52375         Log: one of the Net::Ping time-dependent tests fails sporadically
52376              when the response from localhost is "too quick"
52377      Branch: perl
52378            ! lib/Net/Ping/t/250_ping_hires.t
52379 ____________________________________________________________________________
52380 [ 19721] By: jhi                                   on 2003/06/09  17:04:50
52381         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_06 (plus FAQ update)
52382              From: Michael G Schwern <schwern@pobox.com>
52383              Date: Sat, 7 Jun 2003 01:16:32 -0700
52384              Message-ID: <20030607081632.GA16228@windhund.schwern.org>
52385      Branch: perl
52386            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
52387            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MakeMaker/FAQ.pod
52388            ! lib/ExtUtils/t/Liblist.t
52389 ____________________________________________________________________________
52390 [ 19720] By: gsar                                  on 2003/06/09  15:59:52
52391         Log: fix for perlio.t failures on windows (from Dan Kogai)
52392      Branch: perl
52393            ! ext/Encode/t/perlio.t
52394 ____________________________________________________________________________
52395 [ 19719] By: jhi                                   on 2003/06/09  15:28:18
52396         Log: Subject: [PATCH: perl@19683] fix ups for perlivp on VMS plus more symbols for utils
52397              From: PPrymmer@factset.com
52398              Date: Mon, 9 Jun 2003 09:57:43 -0400
52399              Message-ID: <OFBA811434.A612F1C0-ON85256D40.004B5ECC-85256D40.004CB24D@factset.com>
52400      Branch: perl
52401            ! configure.com utils/perlivp.PL
52402 ____________________________________________________________________________
52403 [ 19717] By: gsar                                  on 2003/06/09  14:09:55
52404         Log: windows: fix memory leak in %ENV handling (shows up as a
52405              leak even in the simplest fork() loop, because perl_construct()
52406              now does the equivalent of %ENV assignments using mg_set())
52407      Branch: perl
52408            ! win32/perlhost.h
52409 ____________________________________________________________________________
52410 [ 19715] By: sky                                   on 2003/06/09  09:35:47
52411         Log: Support blessed shared references.
52412      Branch: perl
52413            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
52414            ! ext/threads/shared/t/hv_refs.t
52415 ____________________________________________________________________________
52416 [ 19714] By: jhi                                   on 2003/06/09  04:29:04
52417         Log: Subject: [PATCH] pack.t tweak for non-IEEE VMS systems
52418              From: "Craig A. Berry" <craigberry@mac.com>
52419              Date: Sun, 08 Jun 2003 16:49:43 -0500
52420              Message-ID: <3EE3AF77.7060302@mac.com>
52421      Branch: perl
52422            ! t/op/pack.t
52423 ____________________________________________________________________________
52424 [ 19712] By: jhi                                   on 2003/06/08  17:05:59
52425         Log: Subject: Re: forwarded you a test result
52426              From: Dan Kogai <dankogai@dan.co.jp>
52427              Date: Sun, 8 Jun 2003 11:04:43 +0900
52428              Message-Id: <92344ED4-9955-11D7-8DFA-000393AE4244@dan.co.jp>
52429      Branch: perl
52430            ! ext/Encode/t/Encode.t
52431 ____________________________________________________________________________
52432 [ 19710] By: jhi                                   on 2003/06/08  17:03:07
52433         Log: Regen Configure et al.
52434      Branch: perl
52435            ! Configure Porting/config.sh Porting/config_H
52436 ____________________________________________________________________________
52437 [ 19709] By: jhi                                   on 2003/06/08  16:45:50
52438         Log: More symbol scan logic from Alan Burlison.
52439      Branch: perl
52440            ! Configure Porting/Glossary hints/solaris_2.sh
52441 ____________________________________________________________________________
52442 [ 19708] By: sky                                   on 2003/06/07  13:28:50
52443         Log: Major (internal) change to make it much more easy to embed
52444              threaded perl because we don't use our own TLS for the current
52445              thread info, but instead use PL_modglobal. Should make the
52446              mod_perl2 team (Hi Stas!) happy. Should also be more robust.
52447      Branch: perl
52448            ! ext/threads/threads.xs
52449 ____________________________________________________________________________
52450 [ 19707] By: sky                                   on 2003/06/07  13:27:01
52451         Log: Last patch broke this slightly because INC was wrong.
52452      Branch: perl
52453            ! ext/threads/t/thread.t
52454 ____________________________________________________________________________
52455 [ 19706] By: sky                                   on 2003/06/07  13:07:53
52456         Log: Remove warnings from tests.
52457      Branch: perl
52458            ! ext/threads/t/basic.t ext/threads/t/end.t ext/threads/t/join.t
52459            ! ext/threads/t/list.t
52460 ____________________________________________________________________________
52461 [ 19705] By: sky                                   on 2003/06/07  12:42:28
52462         Log: Work in non core env.
52463      Branch: perl
52464            ! ext/threads/t/basic.t ext/threads/t/end.t ext/threads/t/join.t
52465            ! ext/threads/t/libc.t ext/threads/t/list.t
52466            ! ext/threads/t/problems.t ext/threads/t/stress_cv.t
52467            ! ext/threads/t/stress_re.t ext/threads/t/stress_string.t
52468            ! ext/threads/t/thread.t
52469 ____________________________________________________________________________
52470 [ 19703] By: jhi                                   on 2003/06/07  05:11:50
52471         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_04 -> 6.10_05
52472              From: Michael G Schwern <schwern@pobox.com>
52473              Date: Fri, 6 Jun 2003 18:41:45 -0700
52474              Message-ID: <20030607014145.GB12031@windhund.schwern.org>
52475      Branch: perl
52476            ! lib/ExtUtils/Changes lib/ExtUtils/Install.pm
52477            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/META.yml
52478            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
52479            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
52480            ! lib/ExtUtils/TODO lib/ExtUtils/t/00compile.t
52481            ! lib/ExtUtils/t/Install.t lib/ExtUtils/t/basic.t
52482            ! lib/ExtUtils/t/zz_cleanup_dummy.t
52483 ____________________________________________________________________________
52484 [ 19702] By: rgs                                   on 2003/06/06  23:00:00
52485         Log: Upgrade to Time::Local 1.06, by Dave Rolsky
52486      Branch: perl
52487            ! lib/Time/Local.pm lib/Time/Local.t
52488 ____________________________________________________________________________
52489 [ 19701] By: rgs                                   on 2003/06/06  22:50:37
52490         Log: Complement to change #19698 :
52491              add also this information (=> and curly braces doesn't
52492              quote compound identifiers) to the strict manpage.
52493              As an experiment in documentation, add a "HISTORY" section
52494              to the strict manpage.
52495      Branch: perl
52496            ! lib/strict.pm
52497 ____________________________________________________________________________
52498 [ 19700] By: rgs                                   on 2003/06/06  22:31:50
52499         Log: Minor grammatical nit.
52500      Branch: perl
52501            ! README.hpux
52502 ____________________________________________________________________________
52503 [ 19699] By: rgs                                   on 2003/06/06  22:29:38
52504         Log: Subject: [patch] L<perlguts/"API LISTING"> is now L<perlapi>
52505              From: Stas Bekman <stas@stason.org>
52506              Date: Thu, 05 Jun 2003 10:10:36 +1000
52507              Message-ID: <3EDE8A7C.2080302@stason.org>
52508
52509              Subject: [patch] perlguts authors dup
52510              From: Stas Bekman <stas@stason.org>
52511              Date: Thu, 05 Jun 2003 10:14:12 +1000
52512              Message-ID: <3EDE8B54.6090808@stason.org>
52513      Branch: perl
52514            ! pod/perl5005delta.pod pod/perlguts.pod pod/perlxs.pod
52515 ____________________________________________________________________________
52516 [ 19698] By: rgs                                   on 2003/06/06  22:23:56
52517         Log: Clarify that => doesn't quote compound identifiers.
52518      Branch: perl
52519            ! pod/perldata.pod
52520 ____________________________________________________________________________
52521 [ 19696] By: merijn                                on 2003/06/06  12:21:43
52522         Log: Perl *is* 100% 64bit compliant on HP-UX 11.00 and up (as long
52523              as the compiler supports it)
52524      Branch: perl
52525            ! README.hpux
52526 ____________________________________________________________________________
52527 [ 19695] By: jhi                                   on 2003/06/05  18:50:51
52528         Log: Subject: [PATCH] Re: SPUG:-s option doesn't always work!
52529              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
52530              Date: Wed, 04 Jun 2003 00:08:32 -0700
52531              Message-ID: <wrZ3+gzkg2iX092yn@efn.org>
52532      Branch: perl
52533            ! t/run/switches.t toke.c
52534 ____________________________________________________________________________
52535 [ 19694] By: jhi                                   on 2003/06/05  18:37:02
52536         Log: Subject: [PATCH] RE: maint @ 19683
52537              From: Robin Barker <Robin.Barker@npl.co.uk>
52538              Date: Thu, 5 Jun 2003 17:16:58 +0100
52539              Message-ID: <533D273D4014D411AB1D00062938C4D904046564@hotel.npl.co.uk>
52540
52541              (skipped the MIME::Base64 part, leaving that to Gisle)
52542      Branch: perl
52543            ! ext/POSIX/POSIX.xs gv.c op.c perl.c perl.h
52544 ____________________________________________________________________________
52545 [ 19693] By: jhi                                   on 2003/06/05  17:26:04
52546         Log: SKIP label was missing.
52547      Branch: perl
52548            ! t/io/utf8.t
52549 ____________________________________________________________________________
52550 [ 19692] By: jhi                                   on 2003/06/05  16:58:23
52551         Log: z/OS makedepend fix from Peter Prymmer;
52552              still needed as reported by Brian De Pradine.
52553      Branch: perl
52554            ! makedepend.SH
52555 ____________________________________________________________________________
52556 [ 19691] By: jhi                                   on 2003/06/05  16:56:01
52557         Log: Even more getspecific patches from Brian De Pradine;
52558              macrofy the construct.
52559      Branch: perl
52560            ! ext/threads/threads.xs
52561 ____________________________________________________________________________
52562 [ 19690] By: jhi                                   on 2003/06/05  16:19:40
52563         Log: z/OS threads tweak from Brian De Pradine.
52564      Branch: perl
52565            ! ext/threads/threads.xs
52566 ____________________________________________________________________________
52567 [ 19689] By: jhi                                   on 2003/06/05  05:43:31
52568         Log: Upgrade to Time::HiRes 1.48.
52569      Branch: perl
52570            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
52571 ____________________________________________________________________________
52572 [ 19688] By: rgs                                   on 2003/06/04  18:53:48
52573         Log: Prevent a potential null pointer dereference.
52574              Noticed by Ryan Koga <rkoga@caida.org> in
52575              Message-ID: <Pine.BSF.4.44.0306031659090.1489-100000@login.caida.org>
52576      Branch: perl
52577            ! perlio.c
52578 ____________________________________________________________________________
52579 [ 19687] By: jhi                                   on 2003/06/04  18:26:08
52580         Log: Subject: Re: [MacOS X] consider useshrplib='false' by default
52581              From: Andy Dougherty <doughera@lafayette.edu>
52582              Date: Wed, 4 Jun 2003 11:33:29 -0400 (EDT)
52583              Message-ID: <Pine.SOL.4.53.0306041128350.15343@maxwell.phys.lafayette.edu>
52584      Branch: perl
52585            ! hints/darwin.sh
52586 ____________________________________________________________________________
52587 [ 19686] By: jhi                                   on 2003/06/04  11:02:54
52588         Log: On closer reading the proposed UTS#18 update required
52589              even more changes.
52590      Branch: perl
52591            ! lib/unicore/lib/Blank.pl lib/unicore/lib/Graph.pl
52592            ! lib/unicore/lib/Print.pl lib/unicore/lib/Space.pl
52593            ! lib/unicore/lib/SpacePer.pl lib/unicore/lib/Word.pl
52594            ! lib/unicore/mktables
52595 ____________________________________________________________________________
52596 [ 19685] By: jhi                                   on 2003/06/04  10:14:09
52597         Log: Align the 'graph' property definition with the proposed
52598              Unicode UTS #18 update (v7).
52599      Branch: perl
52600            ! lib/unicore/lib/Graph.pl lib/unicore/mktables
52601 ____________________________________________________________________________
52602 [ 19681] By: jhi                                   on 2003/06/04  05:16:38
52603         Log: Subject: [MacOS X] consider useshrplib='false' by default
52604              From: Dan Kogai <dankogai@dan.co.jp>
52605              Date: Wed, 4 Jun 2003 01:29:42 +0900
52606              Message-Id: <94213618-95E0-11D7-8A27-000393AE4244@dan.co.jp>
52607      Branch: perl
52608            ! hints/darwin.sh
52609 ____________________________________________________________________________
52610 [ 19679] By: jhi                                   on 2003/06/03  15:51:36
52611         Log: Urk.  Joe's patches were for the maint branch,
52612              not for the blead (which has assertions and stuff).
52613              Retract #19677, #19676, #19674.
52614      Branch: perl
52615            ! lib/perl5db.pl
52616 ____________________________________________________________________________
52617 [ 19678] By: jhi                                   on 2003/06/03  15:05:19
52618         Log: According to Arthur this should help
52619              #22060 Perl 5.8.0 on FreeBSD 5.0 threads (threads->list) possible bug
52620      Branch: perl
52621            ! ext/threads/threads.xs
52622 ____________________________________________________________________________
52623 [ 19677] By: jhi                                   on 2003/06/03  14:07:06
52624         Log: Tiny tweaks from Joe McMahon.
52625      Branch: perl
52626            ! lib/perl5db.pl
52627 ____________________________________________________________________________
52628 [ 19676] By: jhi                                   on 2003/06/03  12:38:46
52629         Log: Tiny pod and speling tweaks.
52630      Branch: perl
52631            ! lib/perl5db.pl
52632 ____________________________________________________________________________
52633 [ 19674] By: jhi                                   on 2003/06/03  12:20:59
52634         Log: Subject: Extensive documentation patch redux
52635              From: Joe McMahon <mcmahon@ibiblio.org>
52636              Date: Mon, 2 Jun 2003 09:53:40 -0400
52637              Message-Id: <9DB6529E-9501-11D7-9377-000393BCA0FC@ibiblio.org>
52638
52639              Subject: RE: [PATCH] RE: Extensive documentation patch redux
52640              From: Robin Barker <Robin.Barker@npl.co.uk>
52641              Date: Tue, 3 Jun 2003 10:00:22 +0100
52642              Message-ID: <533D273D4014D411AB1D00062938C4D904046555@hotel.npl.co.uk>
52643      Branch: perl
52644            ! lib/perl5db.pl
52645 ____________________________________________________________________________
52646 [ 19673] By: jhi                                   on 2003/06/03  09:51:59
52647         Log: Salvage parts of #19667.
52648      Branch: perl
52649            ! perlio.c win32/win32.c win32/win32iop.h
52650 ____________________________________________________________________________
52651 [ 19672] By: jhi                                   on 2003/06/03  09:26:45
52652         Log: Salvage parts of #19418 (the ext/PerlIO/t/open.t
52653              still is there).
52654      Branch: perl
52655            ! MANIFEST pod/perlfunc.pod
52656 ____________________________________________________________________________
52657 [ 19671] By: merijn                                on 2003/06/03  08:27:07
52658         Log: Subject: Re: [PATCH] perl.h, README.cygwin: Cygwin O_TEXT <> O_BINARY issue
52659              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
52660              Date: Tue, 03 Jun 2003 01:55:06 -0700
52661              Message-ID: <qJG3+gzkgajL092yn@efn.org>
52662      Branch: perl
52663            ! README.cygwin
52664 ____________________________________________________________________________
52665 [ 19670] By: jhi                                   on 2003/06/03  08:04:39
52666         Log: Retract #19667, #19660, #19659, #19658, #19657, #19656,
52667              #19655, #19418; File::Temp no more used internally.
52668              Some parts of these will be salvaged later.
52669      Branch: perl
52670            ! MANIFEST embed.fnc embed.h op.c perlio.c pod/perlfunc.pod
52671            ! proto.h win32/win32.c win32/win32iop.h
52672 ____________________________________________________________________________
52673 [ 19669] By: gsar                                  on 2003/06/02  20:59:39
52674         Log: fix for 09_gen_rs.t#59 failure on windows
52675      Branch: perl
52676            ! lib/Tie/File/t/09_gen_rs.t
52677 ____________________________________________________________________________
52678 [ 19668] By: gsar                                  on 2003/06/02  20:40:19
52679         Log: resurrect change#19628 and make it work by generalizing
52680              a spot that had a hardcoded dependency on the cmd.exe
52681              arguments being "/x/c" or "/c"
52682      Branch: perl
52683            ! pod/perlrun.pod win32/win32.c
52684 ____________________________________________________________________________
52685 [ 19667] By: gsar                                  on 2003/06/02  18:44:34
52686         Log: don't use File::Temp to implement PerlIO_tmpfile() on windows;
52687              reuse the straightforward native implementation instead
52688
52689              this fixes the warning from io_xs.t
52690
52691              NOTE: File::Temp has a less-than-robust implementation on windows
52692              that relies on END blocks being run (this may not happen always)
52693      Branch: perl
52694            ! op.c win32/win32.c win32/win32iop.h
52695 ____________________________________________________________________________
52696 [ 19666] By: gsar                                  on 2003/06/02  18:29:46
52697         Log: change#19628 broke many win32/system.t tests, so back it out
52698      Branch: perl
52699            ! pod/perlrun.pod win32/win32.c
52700 ____________________________________________________________________________
52701 [ 19665] By: rgs                                   on 2003/06/02  18:22:06
52702         Log: A little bit more of weird-code-proofing in B::Deparse.
52703              Fixes a bug reported by Alexey Tourbin in
52704              Message-ID: <20030602085348.GA24023@solemn.turbinal.org>
52705      Branch: perl
52706            ! ext/B/B/Deparse.pm
52707 ____________________________________________________________________________
52708 [ 19664] By: jhi                                   on 2003/06/02  16:41:37
52709         Log: Upgrade to the CGI.pm 2.93.
52710
52711              (Lincoln keeps ripping out the BEGIN/PERL_CORE blocks.  Sigh.)
52712      Branch: perl
52713            + lib/CGI/t/util-58.t
52714            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
52715            ! lib/CGI/Fast.pm lib/CGI/Pretty.pm lib/CGI/Util.pm
52716            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
52717            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
52718            ! lib/CGI/t/html.t lib/CGI/t/push.t lib/CGI/t/request.t
52719            ! lib/CGI/t/switch.t lib/CGI/t/util.t
52720 ____________________________________________________________________________
52721 [ 19663] By: jhi                                   on 2003/06/02  16:16:51
52722         Log: Whitespace tweaks.
52723      Branch: perl
52724            ! hints/uwin.sh
52725 ____________________________________________________________________________
52726 [ 19662] By: jhi                                   on 2003/06/02  16:08:22
52727         Log: U/WIN: final (for now) touches from John P. Linderman;
52728              now we get 97% success rate, the remaining failures are
52729              quite obscure.
52730      Branch: perl
52731            ! hints/uwin.sh lib/locale.t
52732 ____________________________________________________________________________
52733 [ 19661] By: gbarr                                 on 2003/06/02  12:13:35
52734         Log: Sync with libnet 1.14
52735      Branch: perl
52736            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Domain.pm
52737            ! lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/NNTP.pm
52738            ! lib/Net/POP3.pm lib/Net/README.libnet lib/Net/SMTP.pm
52739            ! lib/Net/libnetFAQ.pod lib/Net/t/hostname.t
52740 ____________________________________________________________________________
52741 [ 19660] By: jhi                                   on 2003/06/02  09:28:30
52742         Log: Beautification.
52743      Branch: perl
52744            ! op.c
52745 ____________________________________________________________________________
52746 [ 19659] By: jhi                                   on 2003/06/02  09:07:38
52747         Log: Duplicate definition bad.
52748      Branch: perl
52749            ! op.c
52750 ____________________________________________________________________________
52751 [ 19658] By: jhi                                   on 2003/06/02  09:02:18
52752         Log: I thought I tried building threaded.  Never think.  Try.
52753      Branch: perl
52754            ! perlio.c
52755 ____________________________________________________________________________
52756 [ 19657] By: jhi                                   on 2003/06/02  08:54:04
52757         Log: Stick with the original (5.8.0) logic.
52758      Branch: perl
52759            ! op.c
52760 ____________________________________________________________________________
52761 [ 19656] By: jhi                                   on 2003/06/02  08:28:51
52762         Log: Since pulling in File::Temp for tempfiles would pull in
52763              also Fcntl, miniperl could not open up tempfiles.  This broke
52764              the use of miniperl in VMS, as noticed by Craig Berry.
52765              Try to cure this by moving the creation of tempfile into its
52766              own routine, my_tmpfp(), which gets compiled differently
52767              for miniperl and perl.
52768      Branch: perl
52769            ! embed.fnc embed.h op.c perlio.c proto.h
52770 ____________________________________________________________________________
52771 [ 19655] By: jhi                                   on 2003/06/02  06:54:05
52772         Log: A pointless test, noticed by Craig Berry.
52773      Branch: perl
52774            ! perlio.c
52775 ____________________________________________________________________________
52776 [ 19654] By: rgs                                   on 2003/06/01  07:37:50
52777         Log: Two Cygwin patches from Gerrit.
52778
52779              Subject: [PATCH] perl.h, README.cygwin: Cygwin O_TEXT <> O_BINARY issue
52780              From: "Gerrit P. Haase" <gp@familiehaase.de>
52781              Date: Sat, 31 May 2003 14:12:07 +0200
52782              Message-ID: <179860591535.20030531141207@familiehaase.de>
52783
52784              Subject: [PATCH] t/io/layers.t, Cygwin != DOSISH
52785              Date: Sat, 31 May 2003 13:57:49 +0200
52786              Message-ID: <11859733881.20030531135749@familiehaase.de>
52787      Branch: perl
52788            ! README.cygwin perl.h t/io/layers.t
52789 ____________________________________________________________________________
52790 [ 19652] By: rgs                                   on 2003/05/31  19:54:31
52791         Log: Fix a case of segfault in gv_check(), by making
52792              it ignore non-GV values in stashes.
52793      Branch: perl
52794            ! gv.c t/op/stash.t
52795 ____________________________________________________________________________
52796 [ 19651] By: rgs                                   on 2003/05/31  18:48:59
52797         Log: Don't install test.pl files.
52798      Branch: perl
52799            ! installperl
52800 ____________________________________________________________________________
52801 [ 19650] By: rgs                                   on 2003/05/31  18:47:50
52802         Log: Regenerate internals pods.
52803      Branch: perl
52804            ! pod/perlapi.pod pod/perlintern.pod
52805 ____________________________________________________________________________
52806 [ 19649] By: rgs                                   on 2003/05/31  18:33:07
52807         Log: Subject: [PATCH] jumbo closure patch broke formats
52808              From: Dave Mitchell <davem@fdgroup.com>
52809              Date: Sat, 31 May 2003 19:54:48 +0100
52810              Message-ID: <20030531185448.GA6055@fdgroup.com>
52811              Plus restore the original test script for bug #22372
52812      Branch: perl
52813            ! pad.c t/op/write.t
52814 ____________________________________________________________________________
52815 [ 19648] By: jhi                                   on 2003/05/31  17:37:36
52816         Log: Better patch from Inaba Hiroto for
52817              [perl #22375] 'split'/'index' problem for utf8
52818      Branch: perl
52819            ! sv.c
52820 ____________________________________________________________________________
52821 [ 19647] By: rgs                                   on 2003/05/31  11:46:52
52822         Log: Subject: Re: [perl #22372] [PATCH] sv_chop() broken
52823              From: Enache Adrian <enache@rdslink.ro>
52824              Date: Sat, 31 May 2003 14:18:11 +0300
52825              Message-ID: <20030531111811.GA1240@ratsnest.hole>
52826      Branch: perl
52827            ! t/op/write.t
52828 ____________________________________________________________________________
52829 [ 19646] By: jhi                                   on 2003/05/31  05:40:15
52830         Log: Interesting patch(1) glitch.
52831      Branch: perl
52832            ! lib/Tie/File.pm
52833 ____________________________________________________________________________
52834 [ 19645] By: jhi                                   on 2003/05/31  05:37:10
52835         Log: Subject: Re: [perl #22372] [PATCH] sv_chop() broken
52836              From: Enache Adrian <enache@rdslink.ro>
52837              Date: Fri, 30 May 2003 18:52:28 +0300
52838              Message-ID: <20030530155228.GA872@ratsnest.hole>
52839      Branch: perl
52840            ! sv.c t/op/write.t
52841 ____________________________________________________________________________
52842 [ 19644] By: jhi                                   on 2003/05/31  05:31:11
52843         Log: Subject: [PATCH] ext/Encode/t/perlio.t filename tweak
52844              From: "Craig A. Berry" <craigberry@mac.com>
52845              Date: Fri, 30 May 2003 13:08:01 -0500
52846              Message-ID: <3ED79E01.8050401@mac.com>
52847      Branch: perl
52848            ! ext/Encode/t/perlio.t
52849 ____________________________________________________________________________
52850 [ 19643] By: jhi                                   on 2003/05/31  05:28:56
52851         Log: Upgrade to Tie::File 0.96.
52852      Branch: perl
52853            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
52854            ! lib/Tie/File/t/09_gen_rs.t
52855 ____________________________________________________________________________
52856 [ 19642] By: jhi                                   on 2003/05/30  19:06:02
52857         Log: test.pl-isation.
52858      Branch: perl
52859            ! t/op/index.t
52860 ____________________________________________________________________________
52861 [ 19641] By: jhi                                   on 2003/05/30  15:59:57
52862         Log: A bit of networking notworking negativity.
52863              (Inspiration from Jos.)
52864      Branch: perl
52865            ! pod/perlport.pod
52866 ____________________________________________________________________________
52867 [ 19640] By: jhi                                   on 2003/05/30  05:47:15
52868         Log: Fix for "#22375 'split'/'index' problem for utf8".
52869      Branch: perl
52870            ! sv.c t/op/index.t
52871 ____________________________________________________________________________
52872 [ 19639] By: jhi                                   on 2003/05/29  19:07:35
52873         Log: Add the test case for the already fixed
52874              [perl #22351] perl bug with 'e' substitution modifier
52875      Branch: perl
52876            ! t/op/subst.t
52877 ____________________________________________________________________________
52878 [ 19638] By: jhi                                   on 2003/05/29  18:56:46
52879         Log: Comment tweakage.
52880      Branch: perl
52881            ! intrpvar.h
52882 ____________________________________________________________________________
52883 [ 19637] By: rgs                                   on 2003/05/29  18:47:40
52884         Log: Subject: [PATCH] jumbo closure fix
52885              From: Dave Mitchell <davem@fdgroup.com>
52886              Date: Wed, 26 Feb 2003 14:49:47 +0000
52887              Message-ID: <20030226144947.A14444@fdgroup.com>
52888      Branch: perl
52889            ! embed.fnc embed.h embedvar.h ext/Devel/Peek/Peek.t intrpvar.h
52890            ! op.c pad.c perlapi.h pod/perldiag.pod pod/perlintern.pod
52891            ! pod/perlref.pod proto.h regcomp.c t/lib/warnings/pad
52892            ! t/op/closure.t
52893 ____________________________________________________________________________
52894 [ 19635] By: jhi                                   on 2003/05/29  09:13:06
52895         Log: Subject: Credits patch
52896              From: Ed Avis <ed@membled.com>
52897              Date: Sun, 18 May 2003 18:08:55 +0100 (BST)
52898              Message-ID: <Pine.LNX.4.20L2.0305181807080.10859-100000@budvar.future-i.net>
52899      Branch: perl
52900            ! lib/Tie/RefHash.pm
52901 ____________________________________________________________________________
52902 [ 19634] By: jhi                                   on 2003/05/29  09:11:30
52903         Log: Subject: [patch] IO::File->open() with encoding
52904              From: Pradeep Hodigere <phodigere@yahoo.com>
52905              Date: Mon, 19 May 2003 16:05:47 -0700 (PDT)
52906              Message-ID: <20030519230547.39731.qmail@web12302.mail.yahoo.com>
52907      Branch: perl
52908            + ext/IO/lib/IO/t/io_utf8.t
52909            ! MANIFEST ext/IO/lib/IO/File.pm
52910 ____________________________________________________________________________
52911 [ 19633] By: jhi                                   on 2003/05/29  08:18:09
52912         Log: A *much* cut-down version of the patches in the thread
52913              Subject: [perl #22224] 2 patches to perldiag.pod; for POSIX and Win32 errors
52914              From: Jim Cromie (via RT) <perlbug-followup@perl.org>
52915              Date: 16 May 2003 19:04:28 -0000
52916              Message-Id: <rt-22224-57743.7.22990607358@bugs6.perl.org>
52917      Branch: perl
52918            ! pod/perldiag.pod
52919 ____________________________________________________________________________
52920 [ 19632] By: jhi                                   on 2003/05/29  08:12:46
52921         Log: Subject: [PATCH] $x = $empty_hash{$undef_val} doesn't give a warning
52922              From: Dave Mitchell <davem@fdgroup.com>
52923              Date: Tue, 27 May 2003 19:31:10 +0100
52924              Message-ID: <20030527183110.GA22715@fdgroup.com>
52925      Branch: perl
52926            ! hv.c
52927 ____________________________________________________________________________
52928 [ 19631] By: jhi                                   on 2003/05/29  08:11:42
52929         Log: Document that setvbuf() is not probably any more available.
52930              Many reports, most recently by mjd in
52931              [perl #22339] IO::Handle::setvbuf not defined properly
52932      Branch: perl
52933            ! ext/IO/lib/IO/Handle.pm
52934 ____________________________________________________________________________
52935 [ 19630] By: jhi                                   on 2003/05/29  07:59:51
52936         Log: Subject: typo in pod/perlfunc.pod
52937              From: Alexey Mahotkin <alexm@w-m.ru>
52938              Date: Wed, 28 May 2003 15:18:04 +0400
52939              Message-ID: <878ysrs4k3.fsf@dim.w-m.ru>
52940      Branch: perl
52941            ! pod/perlfunc.pod
52942 ____________________________________________________________________________
52943 [ 19629] By: merijn                                on 2003/05/28  12:24:42
52944         Log: Subject: [PATCH] Re: a2p is linked against too many libraries
52945              From: Andy Dougherty <doughera@lafayette.edu>
52946              Date: Wed, 28 May 2003 09:20:06 -0400 (EDT)
52947              Message-ID: <Pine.SOL.4.53.0305280913350.27138@maxwell.phys.lafayette.edu>
52948      Branch: perl
52949            ! x2p/Makefile.SH
52950 ____________________________________________________________________________
52951 [ 19628] By: jhi                                   on 2003/05/28  05:26:43
52952         Log: Subject: [PATCH] Use "cmd.exe /x/d/c" as the default PERL5SHELL on Windows NT/2K/XP
52953              From: Jan Dubois <jand@ActiveState.com>
52954              Date: Mon, 26 May 2003 23:33:53 -0700
52955              Message-ID: <dv06dv48900iqv5hqddmbc6vt0efvto8d6@4ax.com>
52956      Branch: perl
52957            ! pod/perlrun.pod win32/win32.c
52958 ____________________________________________________________________________
52959 [ 19627] By: jhi                                   on 2003/05/28  05:08:07
52960         Log: OpenZaurus cross-compilation patches from Redvers Davies.
52961      Branch: perl
52962            ! Cross/Makefile Cross/Makefile.SH.patch Cross/README
52963            ! Cross/config.sh-arm-linux Cross/generate_config_sh
52964            ! Cross/installperl.patch
52965 ____________________________________________________________________________
52966 [ 19626] By: jhi                                   on 2003/05/27  06:30:54
52967         Log: For now reword the sysread/syswrite description to
52968              stress the fact that by default everything is still bytes.
52969      Branch: perl
52970            ! pod/perlfunc.pod
52971 ____________________________________________________________________________
52972 [ 19625] By: jhi                                   on 2003/05/26  20:31:56
52973         Log: Subject: Re: [perl #22299] goto doesn't find label
52974              From: Dave Mitchell <davem@fdgroup.com>
52975              Date: Sat, 24 May 2003 12:25:17 +0100
52976              Message-ID: <20030524112517.GA11761@fdgroup.com>
52977
52978              Subject: [PATCH] Re: [perl #22299] goto doesn't find label
52979              From: Dave Mitchell <davem@fdgroup.com>
52980              Date: Mon, 26 May 2003 13:47:11 +0100
52981              Message-ID: <20030526124710.GA17670@fdgroup.com>
52982      Branch: perl
52983            ! pp_ctl.c t/op/goto.t
52984 ____________________________________________________________________________
52985 [ 19623] By: merijn                                on 2003/05/26  11:19:38
52986         Log: Subject: [PATCH] for cygwin/perlld.in
52987              From: "Gerrit P. Haase" <gp@familiehaase.de>
52988              Date: Sat, 24 May 2003 16:51:29 +0200
52989              Message-ID: <162265353578.20030524165129@familiehaase.de>
52990      Branch: perl
52991            ! cygwin/perlld.in
52992 ____________________________________________________________________________
52993 [ 19622] By: jhi                                   on 2003/05/25  18:57:18
52994         Log: Regen modlib and toc.
52995      Branch: perl
52996            ! pod/perlmodlib.pod pod/perltoc.pod
52997 ____________________________________________________________________________
52998 [ 19621] By: jhi                                   on 2003/05/25  18:51:00
52999         Log: Run external commands only with localized sanitized $ENV{PATH}.
53000      Branch: perl
53001            ! ext/Sys/Hostname/Hostname.pm
53002 ____________________________________________________________________________
53003 [ 19620] By: jhi                                   on 2003/05/25  18:39:04
53004         Log: Subject: Re: [PATCH: perlio.h] maint snap @ 19613
53005              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
53006              Date: Sun, 25 May 2003 21:17:42 +0200
53007              Message-ID: <003701c322f2$517fb5e0$0c2f1fac@R2D2>
53008      Branch: perl
53009            ! perlio.h
53010 ____________________________________________________________________________
53011 [ 19619] By: jhi                                   on 2003/05/25  18:36:17
53012         Log: Protect against race conditions: if the pid is not seen,
53013              neither will be the $0 change be seen (and vice versa).
53014      Branch: perl
53015            ! ext/threads/t/join.t
53016 ____________________________________________________________________________
53017 [ 19618] By: jhi                                   on 2003/05/24  19:54:39
53018         Log: Subject: [Encode] Minor bug in piconv induced by Getopt::Long
53019              From: Dan Kogai <dankogai@dan.co.jp>
53020              Date: 24 May 2003 19:50:48 -0000
53021              Message-ID: <20030524195048.16052.qmail@dan-gm.gm.dan.co.jp>
53022      Branch: perl
53023            ! ext/Encode/bin/piconv
53024 ____________________________________________________________________________
53025 [ 19610] By: jhi                                   on 2003/05/24  06:42:52
53026         Log: Subject: [PATCH #2] Re: [perl #22181] goto undefines my() variables
53027              From: Dave Mitchell <davem@fdgroup.com>
53028              Date: Thu, 22 May 2003 10:13:19 +0100
53029              Message-ID: <20030522091319.GA4568@fdgroup.com>
53030
53031              Subject: Re: [PATCH #2] Re: [perl #22181] goto undefines my() variables
53032              From: Dave Mitchell <davem@fdgroup.com>
53033              Date: Fri, 23 May 2003 17:09:44 +0100
53034              Message-ID: <20030523160944.GC9194@fdgroup.com>
53035      Branch: perl
53036            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/t/debug.t
53037            ! ext/B/t/deparse.t op.c op.h t/op/goto.t t/run/switchd.t
53038 ____________________________________________________________________________
53039 [ 19608] By: jhi                                   on 2003/05/24  06:30:40
53040         Log: Missing "to".
53041      Branch: perl
53042            ! NetWare/config_H.wc Porting/config_H config_h.SH
53043            ! plan9/config.plan9 plan9/config_h.sample uconfig.h
53044            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
53045            ! win32/config_H.vc64 wince/config_H.ce
53046 ____________________________________________________________________________
53047 [ 19607] By: jhi                                   on 2003/05/24  06:23:51
53048         Log: Introduce (undefined) pthread_attr_setscope to non-Configure lands.
53049      Branch: perl
53050            ! Cross/config.sh-arm-linux NetWare/config.wc
53051            ! NetWare/config_H.wc configure.com epoc/config.sh
53052            ! plan9/config.plan9 plan9/config_h.sample
53053            ! plan9/config_sh.sample uconfig.h uconfig.sh win32/config.bc
53054            ! win32/config.gc win32/config.vc win32/config.vc64
53055            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
53056            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
53057 ____________________________________________________________________________
53058 [ 19606] By: jhi                                   on 2003/05/24  06:05:17
53059         Log: Regen Glossary et al.
53060      Branch: perl
53061            ! Porting/Glossary Porting/config.sh Porting/config_H
53062 ____________________________________________________________________________
53063 [ 19604] By: jhi                                   on 2003/05/24  05:57:49
53064         Log: Add a real scan for pthread_attr_setscope().
53065      Branch: perl
53066            ! Configure config_h.SH ext/threads/threads.xs
53067 ____________________________________________________________________________
53068 [ 19603] By: jhi                                   on 2003/05/24  05:32:34
53069         Log: lib/ftp.pl requires the obsoleted (and removed) chat2.pl.
53070      Branch: perl
53071            - lib/ftp.pl
53072            ! MANIFEST
53073 ____________________________________________________________________________
53074 [ 19602] By: jhi                                   on 2003/05/23  17:02:28
53075         Log: Noticed by John P. Linderman.
53076      Branch: perl
53077            ! epoc/epocish.h mpeix/mpeixish.h perl.h unixish.h
53078 ____________________________________________________________________________
53079 [ 19601] By: jhi                                   on 2003/05/23  16:58:04
53080         Log: Subject: [PATCH] RE: state of deparse?
53081              From: Robin Barker <Robin.Barker@npl.co.uk>
53082              Date: Fri, 23 May 2003 17:42:37 +0100
53083              Message-ID: <533D273D4014D411AB1D00062938C4D90404653E@hotel.npl.co.uk>
53084      Branch: perl
53085            ! ext/B/B/Deparse.pm
53086 ____________________________________________________________________________
53087 [ 19600] By: jhi                                   on 2003/05/23  16:55:09
53088         Log: Subject: [PATCH] for Configure -Dnoextensions=Encode
53089              From: Robin Barker <Robin.Barker@npl.co.uk>
53090              Date: Fri, 23 May 2003 17:37:09 +0100
53091              Message-ID: <533D273D4014D411AB1D00062938C4D90404653D@hotel.npl.co.uk>
53092      Branch: perl
53093            ! ext/PerlIO/t/encoding.t ext/PerlIO/t/fallback.t
53094            ! ext/Storable/t/utf8hash.t lib/open.pm lib/open.t
53095 ____________________________________________________________________________
53096 [ 19599] By: jhi                                   on 2003/05/23  16:51:18
53097         Log: Subject: [PATCH] RE: [PATCH] RE: maint snapshot @ 19525
53098              From: Robin Barker <Robin.Barker@npl.co.uk>
53099              Date: Fri, 23 May 2003 17:32:22 +0100
53100              Message-ID: <533D273D4014D411AB1D00062938C4D90404653C@hotel.npl.co.uk>
53101      Branch: perl
53102            ! embed.pl perl.h perlio.c perlio.h proto.h
53103 ____________________________________________________________________________
53104 [ 19598] By: jhi                                   on 2003/05/23  16:05:36
53105         Log: Hasty editing, grumble.
53106      Branch: perl
53107            ! ext/POSIX/POSIX.xs
53108 ____________________________________________________________________________
53109 [ 19597] By: jhi                                   on 2003/05/23  16:02:30
53110         Log: Linewrapping MUAs, grumble.
53111      Branch: perl
53112            ! ext/POSIX/POSIX.xs
53113 ____________________________________________________________________________
53114 [ 19596] By: jhi                                   on 2003/05/23  16:00:51
53115         Log: U/WIN extension fix from John P. Linderman.
53116      Branch: perl
53117            ! ext/POSIX/POSIX.xs
53118 ____________________________________________________________________________
53119 [ 19595] By: jhi                                   on 2003/05/23  14:19:53
53120         Log: Subject: Re: Stateful PerlIO implemented [Was: [perl #22261] Was: Unrecognised BOM...]
53121              From: Dan Kogai <dankogai@dan.co.jp>
53122              Date: Sat, 24 May 2003 00:15:49 +0900
53123              Message-Id: <6F7B29DA-8D31-11D7-9F95-000393AE4244@dan.co.jp>
53124      Branch: perl
53125            ! ext/Encode/Changes ext/Encode/Unicode/Unicode.xs
53126            ! ext/Encode/t/perlio.t ext/PerlIO/encoding/encoding.pm
53127 ____________________________________________________________________________
53128 [ 19594] By: jhi                                   on 2003/05/23  13:06:25
53129         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_03 -> 6.10_04
53130              From: Michael G Schwern <schwern@pobox.com>
53131              Date: Fri, 23 May 2003 02:10:46 -0700
53132              Message-ID: <20030523091046.GB11662@windhund.schwern.org>
53133      Branch: perl
53134            + lib/ExtUtils/META.yml lib/ExtUtils/MakeMaker/bytes.pm
53135            + lib/ExtUtils/t/bytes.t lib/ExtUtils/t/vmsish.t
53136            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Install.pm
53137            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MM_Any.pm
53138            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_Unix.pm
53139            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
53140            ! lib/ExtUtils/MakeMaker/FAQ.pod
53141            ! lib/ExtUtils/MakeMaker/Tutorial.pod lib/ExtUtils/Manifest.pm
53142            ! lib/ExtUtils/TODO lib/ExtUtils/t/Install.t
53143            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
53144 ____________________________________________________________________________
53145 [ 19593] By: jhi                                   on 2003/05/23  12:56:23
53146         Log: Subject: Stateful PerlIO implemented [Was: [perl #22261] Was: Unrecognised BOM...]
53147              From: Dan Kogai <dankogai@dan.co.jp>
53148              Date: Fri, 23 May 2003 20:17:16 +0900
53149              Message-Id: <1C123D88-8D10-11D7-B277-000393AE4244@dan.co.jp>
53150      Branch: perl
53151            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
53152            ! ext/Encode/Unicode/Unicode.pm ext/Encode/Unicode/Unicode.xs
53153            ! ext/Encode/lib/Encode/Encoding.pm
53154            ! ext/PerlIO/encoding/encoding.xs
53155 ____________________________________________________________________________
53156 [ 19592] By: jhi                                   on 2003/05/23  12:52:05
53157         Log: Workaround for buggy gcc 2.95.3 in openbsd/sparc64.
53158      Branch: perl
53159            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
53160            ! ext/Time/HiRes/HiRes.xs
53161 ____________________________________________________________________________
53162 [ 19590] By: jhi                                   on 2003/05/22  11:51:46
53163         Log: Subject: Re: [cpan #2629] Wrong assumption in numeric comparison
53164              From: Dan Kogai <dankogai@dan.co.jp>
53165              Date: Thu, 22 May 2003 18:46:40 +0900
53166              Message-Id: <49E36875-8C3A-11D7-9C91-000393AE4244@dan.co.jp>
53167      Branch: perl
53168            ! ext/Encode/encoding.pm
53169 ____________________________________________________________________________
53170 [ 19589] By: rgs                                   on 2003/05/21  21:37:28
53171         Log: Subject: [PATCH] [perl #21887] h2xs becoming enum-aware
53172              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
53173              Date: Tue, 13 May 2003 10:36:32 +0200
53174              Message-id: <20030513083631.GA21782@ethan>
53175      Branch: perl
53176            ! utils/h2xs.PL
53177 ____________________________________________________________________________
53178 [ 19588] By: rgs                                   on 2003/05/21  21:03:04
53179         Log: New warning "Useless localization of %s", based on
53180              Subject: [PATCH] new warning "Useless localization of %s is deprecated"
53181              From: Dave Mitchell <davem@fdgroup.com>
53182              Date: Wed, 30 Apr 2003 21:17:38 +0100
53183              Message-ID: <20030430201738.GA22054@fdgroup.com>
53184
53185              The proposed patch added this warning in the 'deprecated' category ;
53186              I think this category is for things that exist and will be removed,
53187              rather than for things that don't exist and that will maybe be added.
53188      Branch: perl
53189            ! op.c pod/perldiag.pod t/lib/warnings/op
53190 ____________________________________________________________________________
53191 [ 19586] By: rgs                                   on 2003/05/21  19:56:38
53192         Log: Introduce a new preprocessor symbol, PERL_DISABLE_PMC, to
53193              disable the loading of .pmc files if defined.
53194              Rename the function S_doopen_pmc to S_doopen_pm.
53195      Branch: perl
53196            ! Porting/thirdclean embed.fnc embed.h pp_ctl.c proto.h
53197 ____________________________________________________________________________
53198 [ 19585] By: jhi                                   on 2003/05/21  19:28:23
53199         Log: More U/WIN tweaks from John P. Linderman.
53200      Branch: perl
53201            ! t/io/layers.t t/io/tell.t
53202 ____________________________________________________________________________
53203 [ 19584] By: rgs                                   on 2003/05/21  19:27:13
53204         Log: Subject: [PATCH] perldata.pod revamp rev. 3
53205              From: Shlomi Fish <shlomif@vipe.technion.ac.il>
53206              Date: Wed, 14 May 2003 17:46:05 +0300 (IDT)
53207              Message-ID: <Pine.LNX.4.33L2.0305141744520.24207-200000@vipe.technion.ac.il>
53208      Branch: perl
53209            ! pod/perldata.pod
53210 ____________________________________________________________________________
53211 [ 19583] By: jhi                                   on 2003/05/21  19:18:21
53212         Log: Subject: Re: [perl #22231] <$foo> is parsed as glob(' ' . $foo) if Switch.pm is used
53213              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
53214              Date: Mon, 19 May 2003 17:53:25 -0400
53215              Message-ID: <20030519215325.GE1629175@linguist.thayer.dartmouth.edu>
53216
53217              (the bug id corrected to be #22231, not #22238)
53218      Branch: perl
53219            ! lib/Switch.pm
53220 ____________________________________________________________________________
53221 [ 19582] By: jhi                                   on 2003/05/21  14:17:14
53222         Log: MAN3PODS => {} good.  (Was in 5.8.0, has been lost at some point.)
53223      Branch: perl
53224            ! ext/MIME/Base64/Makefile.PL
53225 ____________________________________________________________________________
53226 [ 19581] By: jhi                                   on 2003/05/21  14:15:26
53227         Log: U/WIN test tweak from John P. Linderman.
53228      Branch: perl
53229            ! t/op/chdir.t
53230 ____________________________________________________________________________
53231 [ 19580] By: jhi                                   on 2003/05/21  13:06:13
53232         Log: VMS test tweak from Craig Berry.
53233      Branch: perl
53234            ! lib/DirHandle.t
53235 ____________________________________________________________________________
53236 [ 19579] By: jhi                                   on 2003/05/21  13:03:34
53237         Log: U/WIN test nit for John P. Linderman.
53238      Branch: perl
53239            ! ext/Cwd/t/cwd.t
53240 ____________________________________________________________________________
53241 [ 19578] By: jhi                                   on 2003/05/21  13:01:42
53242         Log: Subject: [Encode] 1.95 released
53243              From: Dan Kogai <dankogai@dan.co.jp>
53244              Date: Wed, 21 May 2003 18:26:26 +0900
53245              Message-Id: <4B8D9AB5-8B6E-11D7-848A-000393AE4244@dan.co.jp>
53246      Branch: perl
53247            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
53248            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.pm
53249            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/Config.pm
53250            ! ext/Encode/lib/Encode/Unicode/UTF7.pm ext/Encode/t/Unicode.t
53251            ! ext/Encode/ucm/8859-1.ucm ext/Encode/ucm/8859-10.ucm
53252            ! ext/Encode/ucm/8859-11.ucm ext/Encode/ucm/8859-13.ucm
53253            ! ext/Encode/ucm/8859-14.ucm ext/Encode/ucm/8859-15.ucm
53254            ! ext/Encode/ucm/8859-16.ucm ext/Encode/ucm/8859-2.ucm
53255            ! ext/Encode/ucm/8859-3.ucm ext/Encode/ucm/8859-4.ucm
53256            ! ext/Encode/ucm/8859-5.ucm ext/Encode/ucm/8859-6.ucm
53257            ! ext/Encode/ucm/8859-7.ucm ext/Encode/ucm/8859-8.ucm
53258            ! ext/Encode/ucm/8859-9.ucm
53259 ____________________________________________________________________________
53260 [ 19575] By: rgs                                   on 2003/05/20  19:22:30
53261         Log: Enhance the failure reporting for the pod2html tests
53262      Branch: perl
53263            ! lib/Pod/t/htmlview.t lib/Pod/t/pod2html-lib.pl
53264 ____________________________________________________________________________
53265 [ 19574] By: rgs                                   on 2003/05/20  18:52:21
53266         Log: Upgrade to Getopt::Long 2.33
53267              (mostly a version number increment)
53268      Branch: perl
53269            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
53270            ! lib/Getopt/Long/README
53271 ____________________________________________________________________________
53272 [ 19573] By: rgs                                   on 2003/05/20  18:43:37
53273         Log: Upgrade to CPAN 1.70_54
53274              Subject: Re: CPAN.pm into blead
53275              From: Andreas J Koenig <andreas.koenig@anima.de>
53276              Date: Tue, 20 May 2003 11:31:16 +0200
53277              Message-ID: <87of1y6k2j.fsf@franz.ak.mind.de>
53278      Branch: perl
53279            - lib/CPAN/README
53280            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
53281 ____________________________________________________________________________
53282 [ 19571] By: jhi                                   on 2003/05/19  19:52:23
53283         Log: Further -Uuseperlio tweaking.
53284      Branch: perl
53285            ! ext/Encode/t/Unicode.t
53286 ____________________________________________________________________________
53287 [ 19570] By: rgs                                   on 2003/05/19  19:20:48
53288         Log: Subject: Re: Possible precedence problem on bitwise ^ operator
53289              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
53290              Date: Sun, 18 May 2003 19:21:01 -0700
53291              Message-ID: <N+Dy+gzkg+XX092yn@efn.org>
53292              (with tweaks to perldiag.pod)
53293      Branch: perl
53294            ! op.c pod/perldiag.pod
53295 ____________________________________________________________________________
53296 [ 19569] By: jhi                                   on 2003/05/19  19:02:23
53297         Log: More Ultrix double definition avoidance.
53298      Branch: perl
53299            ! ext/Socket/Socket.xs
53300 ____________________________________________________________________________
53301 [ 19566] By: jhi                                   on 2003/05/19  04:58:25
53302         Log: Integrate perlio:
53303              [ 19556]
53304              Fix ticket 18265
53305
53306              [ 19557]
53307              EINTR retry should exit on count >= 0 not !=0
53308      Branch: perl
53309           !> perlio.c
53310 ____________________________________________________________________________
53311 [ 19565] By: jhi                                   on 2003/05/19  04:56:16
53312         Log: Nekkid numbers.
53313      Branch: perl
53314            ! ext/threads/threads.xs
53315 ____________________________________________________________________________
53316 [ 19564] By: jhi                                   on 2003/05/19  04:52:49
53317         Log: Meaningless cosmetics.
53318      Branch: perl
53319            ! ext/threads/threads.xs
53320 ____________________________________________________________________________
53321 [ 19563] By: jhi                                   on 2003/05/19  04:47:53
53322         Log: Make Perl_ithread_self() a bit more helpful when
53323              finding the thread fails (suggested by Stas in
53324              perl-ithreads Mar 01)
53325      Branch: perl
53326            ! ext/threads/threads.xs
53327 ____________________________________________________________________________
53328 [ 19562] By: jhi                                   on 2003/05/19  04:40:11
53329         Log: Slightly wrong panic messages.
53330      Branch: perl
53331            ! ext/threads/threads.xs
53332 ____________________________________________________________________________
53333 [ 19561] By: jhi                                   on 2003/05/19  04:33:31
53334         Log: Ultrix: the #19435 helped the IO extension, so this should
53335              help the Socket extension (socket structs redefinitions).
53336      Branch: perl
53337            ! ext/Socket/Socket.xs
53338 ____________________________________________________________________________
53339 [ 19560] By: jhi                                   on 2003/05/19  04:30:01
53340         Log: Based on
53341
53342              Subject: [PATCH threads.xs] no system scope on VMS
53343              From: "Craig A. Berry" <craigberry@mac.com>
53344              Date: Sun, 18 May 2003 23:02:07 -0500
53345              Message-ID: <3EC8573F.6050005@mac.com>
53346
53347              but instead go for #ifdef PTHREAD_SCOPE_SYSTEM.
53348      Branch: perl
53349            ! ext/threads/threads.xs
53350 ____________________________________________________________________________
53351 [ 19559] By: jhi                                   on 2003/05/19  04:24:27
53352         Log: Make the test work without perlio, from Dan Kogai.
53353      Branch: perl
53354            ! ext/Encode/t/Unicode.t
53355 ____________________________________________________________________________
53356 [ 19558] By: rgs                                   on 2003/05/18  21:40:10
53357         Log: Subject: [PATCH] Re: [PATCH pod/perlsyn.pod pod/perltrap.pod] Unseding perlsyn
53358              From: Michael G Schwern <schwern@pobox.com>
53359              Date: Wed, 14 May 2003 15:36:23 -0700
53360              Message-ID: <20030514223623.GD23350@windhund.schwern.org>
53361      Branch: perl
53362            ! pod/perlsyn.pod pod/perltrap.pod
53363 ____________________________________________________________________________
53364 [ 19552] By: jhi                                   on 2003/05/18  07:57:23
53365         Log: Integrate from perlio:
53366              [ 19542]
53367              Fix ticket #22219
53368
53369              [ 19543]
53370              Spotted a bare close() where PerlLIO_close() seems correct.
53371      Branch: perl
53372           !> doio.c perlio.c
53373 ____________________________________________________________________________
53374 [ 19550] By: jhi                                   on 2003/05/18  06:23:50
53375         Log: UTF-7 tweak from Dan Kogai.
53376      Branch: perl
53377            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
53378 ____________________________________________________________________________
53379 [ 19549] By: jhi                                   on 2003/05/18  05:58:58
53380         Log: The 'quotes' really are important (caught by Enache Adrian).
53381      Branch: perl
53382            ! Makefile.SH
53383 ____________________________________________________________________________
53384 [ 19548] By: jhi                                   on 2003/05/17  16:39:19
53385         Log: Subject: [Encode] UTF-7 Support
53386              From: Dan Kogai <dankogai@dan.co.jp>
53387              Date: Sun, 18 May 2003 00:45:35 +0900
53388              Message-Id: <99C4504E-887E-11D7-840A-000393AE4244@dan.co.jp>
53389      Branch: perl
53390            + ext/Encode/lib/Encode/Unicode/UTF7.pm
53391            ! MANIFEST ext/Encode/Changes ext/Encode/MANIFEST
53392            ! ext/Encode/Unicode/Unicode.pm ext/Encode/lib/Encode/Alias.pm
53393            ! ext/Encode/lib/Encode/Config.pm
53394            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Unicode.t
53395 ____________________________________________________________________________
53396 [ 19547] By: jhi                                   on 2003/05/17  16:26:47
53397         Log: Old (4.2BSD, like Ultrix) Bourne shells do not understand
53398              non-left-aligned heredocs.
53399      Branch: perl
53400            ! Makefile.SH
53401 ____________________________________________________________________________
53402 [ 19545] By: jhi                                   on 2003/05/17  15:51:07
53403         Log: Subject: Re: Last Call For (Least) Favourite Issues For 5.8.1
53404              From: Alan Burlison <Alan.Burlison@sun.com>
53405              Date: Thu, 15 May 2003 22:17:55 +0100
53406              Message-ID: <3EC40403.9000804@sun.com>
53407
53408              (fixed symbol scanning for Solaris 10)
53409      Branch: perl
53410            ! Configure
53411 ____________________________________________________________________________
53412 [ 19541] By: rgs                                   on 2003/05/17  12:10:14
53413         Log: Upgrade to Getopt::Long 2.32_05
53414      Branch: perl
53415            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
53416            ! lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
53417            ! lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
53418            ! lib/Getopt/Long/t/gol-oo.t
53419 ____________________________________________________________________________
53420 [ 19540] By: rgs                                   on 2003/05/17  11:46:25
53421         Log: Clarify the explanation of the warning "Possible precedence problem
53422              on bitwise operator".
53423      Branch: perl
53424            ! pod/perldiag.pod
53425 ____________________________________________________________________________
53426 [ 19539] By: rgs                                   on 2003/05/17  11:36:08
53427         Log: Fix bug #22216 : B::Deparse can't handle "use Module Version"
53428              with fractional version numbers or v-strings.
53429      Branch: perl
53430            ! ext/B/B/Deparse.pm
53431 ____________________________________________________________________________
53432 [ 19537] By: gsar                                  on 2003/05/17  06:32:46
53433         Log: missing init in change#19533
53434      Branch: perl
53435            ! win32/win32sck.c
53436 ____________________________________________________________________________
53437 [ 19536] By: gsar                                  on 2003/05/17  06:07:07
53438         Log: apply Net::Ping patch that makes the fork()-based approach
53439              work better on windows (Marcus Holland-Moritz <mhx-perl@gmx.net>)
53440
53441              the code this affects is currently not enabled anywhere, but
53442              could be enabled if the non-blocking approach runs into problems
53443              on older windows versions
53444      Branch: perl
53445            ! lib/Net/Ping.pm
53446 ____________________________________________________________________________
53447 [ 19535] By: gsar                                  on 2003/05/17  05:54:39
53448         Log: improve the implementation of Net::Ping on windows by avoiding
53449              fork(), which is pretty heavy-weight for this kind of
53450              application; use non-blocking sockets instead
53451
53452              has been verified to work on Win2k but will need testing on
53453              other flavors of windows
53454
53455              there is a single known failure on windows in 450_service.t (test 18)
53456              due to what appears to be bugs in the ping_syn()/ack() code
53457      Branch: perl
53458            ! lib/Net/Ping.pm
53459 ____________________________________________________________________________
53460 [ 19534] By: gsar                                  on 2003/05/17  04:53:06
53461         Log: change#16723 broke the ioctl() return value on platforms
53462              that have ioctl() but no fcntl() (e.g. windows)
53463
53464              change#17577 then attempted to fix the bustage, but got
53465              it wrong
53466      Branch: perl
53467            ! pp_sys.c
53468 ____________________________________________________________________________
53469 [ 19533] By: gsar                                  on 2003/05/17  04:49:18
53470         Log: avoid select() on windows destroying errno (used to typically
53471              always sets it to EINVAL due to the way it maps the FD_SETs)
53472      Branch: perl
53473            ! win32/win32sck.c
53474 ____________________________________________________________________________
53475 [ 19532] By: jhi                                   on 2003/05/16  18:21:27
53476         Log: The suggested patch for [perl #22201] "patch: perl 5.8.0
53477              compile error on ia64/HP-UX (comparing incompatible pointers)"
53478              plus a possible cure for the warning mentioned in the case.
53479      Branch: perl
53480            ! ext/Storable/Storable.xs
53481 ____________________________________________________________________________
53482 [ 19531] By: jhi                                   on 2003/05/16  17:56:06
53483         Log: Apply the supplied patch for [perl #22195]
53484              "File::Find, sorted directory traversal order is inverted"
53485      Branch: perl
53486            ! lib/File/Find.pm
53487 ____________________________________________________________________________
53488 [ 19528] By: jhi                                   on 2003/05/16  15:56:33
53489         Log: Subject: [PATCH] RE: maint snapshot @ 19525
53490              From: Robin Barker <Robin.Barker@npl.co.uk>
53491              Date: Fri, 16 May 2003 17:16:57 +0100
53492              Message-ID: <533D273D4014D411AB1D00062938C4D90404651D@hotel.npl.co.uk>
53493
53494              (Part #2: the hv.c SVf)
53495      Branch: perl
53496            ! hv.c
53497 ____________________________________________________________________________
53498 [ 19527] By: jhi                                   on 2003/05/16  15:55:10
53499         Log: Subject: [PATCH] RE: maint snapshot @ 19525
53500              From: Robin Barker <Robin.Barker@npl.co.uk>
53501              Date: Fri, 16 May 2003 17:16:57 +0100
53502              Message-ID: <533D273D4014D411AB1D00062938C4D90404651D@hotel.npl.co.uk>
53503
53504              (Part #1: the __format__ and __printf__)
53505      Branch: perl
53506            ! Configure embed.pl perlio.c proto.h
53507 ____________________________________________________________________________
53508 [ 19523] By: jhi                                   on 2003/05/14  05:19:05
53509         Log: Subject: Re: [PATCH] Sync up MIME-Base64 to latest on CPAN
53510              From: Gisle Aas <gisle@ActiveState.com>
53511              Date: 13 May 2003 19:51:19 -0700
53512              Message-ID: <lrptmmw89k.fsf@caliper.activestate.com>
53513      Branch: perl
53514            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
53515            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
53516            ! ext/MIME/Base64/t/quoted-print.t
53517 ____________________________________________________________________________
53518 [ 19522] By: jhi                                   on 2003/05/14  05:11:49
53519         Log: More Panther moves.
53520      Branch: perl
53521            ! Makefile.SH hints/darwin.sh
53522 ____________________________________________________________________________
53523 [ 19521] By: jhi                                   on 2003/05/13  19:33:44
53524         Log: Curliff and liff with ease.
53525      Branch: perl
53526            + Porting/curliff.pl
53527            ! MANIFEST
53528 ____________________________________________________________________________
53529 [ 19520] By: jhi                                   on 2003/05/13  18:59:51
53530         Log: Use /usr/bin/perl (de facto in Porting/ scripts).
53531      Branch: perl
53532            ! Porting/sort_perldiag.pl
53533 ____________________________________________________________________________
53534 [ 19518] By: jhi                                   on 2003/05/13  18:53:48
53535         Log: Subject: [PATCH] [perl #8599] s/catenate/concatenate/
53536              From: Casey West <casey@geeknest.com>
53537              Date: Fri, 9 May 2003 04:00:44 -0400
53538              Message-ID: <20030509080044.GA49820@geeknest.com>
53539
53540              (except for the dup.t patch which diddled with system().)
53541      Branch: perl
53542            ! Configure NetWare/config_H.wc Porting/config_H README.Y2K
53543            ! config_h.SH lib/File/Spec.pm lib/File/Spec/Unix.pm
53544            ! plan9/config.plan9 plan9/config_h.sample uconfig.h
53545            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
53546            ! win32/config_H.vc64 wince/config_H.ce
53547 ____________________________________________________________________________
53548 [ 19517] By: jhi                                   on 2003/05/13  18:39:40
53549         Log: Subject: [PATCH] Sync up MIME-Base64 to latest on CPAN
53550              From: Gisle Aas <gisle@ActiveState.com>
53551              Date: 13 May 2003 09:59:50 -0700
53552              Message-ID: <lru1byzss9.fsf@caliper.activestate.com>
53553      Branch: perl
53554            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
53555            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
53556            ! ext/MIME/Base64/t/quoted-print.t
53557 ____________________________________________________________________________
53558 [ 19516] By: jhi                                   on 2003/05/13  18:37:11
53559         Log: Subject: [PATCH] More perldiag.pod sorting
53560              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
53561              Date: Tue, 13 May 2003 15:13:53 -0400
53562              Message-ID: <20030513191353.GB1556429@linguist.thayer.dartmouth.edu>
53563
53564              (plus add 'no locale;')
53565      Branch: perl
53566            + Porting/sort_perldiag.pl
53567            ! MANIFEST pod/perldiag.pod
53568 ____________________________________________________________________________
53569 [ 19514] By: jhi                                   on 2003/05/13  17:38:09
53570         Log: Detypo.
53571      Branch: perl
53572            ! lib/Unicode/UCD.pm
53573 ____________________________________________________________________________
53574 [ 19512] By: gsar                                  on 2003/05/13  13:28:42
53575         Log: make it easier to reproduce the bug
53576      Branch: perl
53577            ! lib/Tie/File.pm
53578 ____________________________________________________________________________
53579 [ 19511] By: gsar                                  on 2003/05/13  13:08:47
53580         Log: the \do {local *FH} trick in Tie::File was really only needed
53581              on 5.005 and earlier, since later versions can autovivify
53582              the handle
53583
53584              however, a search in the p5p archives reveals the trick doesn't
53585              fully work in the versions it is needed in, so use the more
53586              standard Symbol::gensym() way
53587      Branch: perl
53588            ! lib/Tie/File.pm lib/Tie/File/t/09_gen_rs.t
53589 ____________________________________________________________________________
53590 [ 19510] By: gsar                                  on 2003/05/13  12:36:01
53591         Log: $Config{usethreads} wasn't being set on windows
53592      Branch: perl
53593            ! win32/Makefile win32/makefile.mk
53594 ____________________________________________________________________________
53595 [ 19509] By: jhi                                   on 2003/05/13  12:24:19
53596         Log: Reinstate the #19498 but now skip the crashing
53597              tests (when threaded) as TODOs.
53598      Branch: perl
53599            ! lib/Tie/File.pm lib/Tie/File/t/09_gen_rs.t
53600 ____________________________________________________________________________
53601 [ 19508] By: jhi                                   on 2003/05/13  11:22:06
53602         Log: Revert #19498 since it broke threaded builds.
53603      Branch: perl
53604            ! lib/Tie/File.pm
53605 ____________________________________________________________________________
53606 [ 19507] By: jhi                                   on 2003/05/13  05:20:56
53607         Log: Better be explicit with dangling elses.
53608      Branch: perl
53609            ! pp.c
53610 ____________________________________________________________________________
53611 [ 19506] By: jhi                                   on 2003/05/13  04:46:18
53612         Log: Detypo Pantherisms.
53613      Branch: perl
53614            ! Makefile.SH hints/darwin.sh
53615 ____________________________________________________________________________
53616 [ 19505] By: rgs                                   on 2003/05/12  21:49:21
53617         Log: Subject: Re: Bug stomping fun. [PATCH: bug #1016]
53618              From: Alex Vandiver <alexmv@MIT.EDU>
53619              Date: 02 May 2003 06:45:05 -0400
53620              Message-Id: <1051872303.26203.104.camel@supox>
53621              (plus perldiag nit)
53622      Branch: perl
53623            ! dump.c gv.c hv.c pod/perldiag.pod pp.c pp_hot.c sv.c
53624            ! t/comp/package.t
53625 ____________________________________________________________________________
53626 [ 19504] By: rgs                                   on 2003/05/12  20:52:52
53627         Log: Small nit in perlsyn about the new // operator
53628      Branch: perl
53629            ! pod/perlsyn.pod
53630 ____________________________________________________________________________
53631 [ 19503] By: rgs                                   on 2003/05/12  19:43:07
53632         Log: Use a more sophisticated heuristics to produce the warning
53633              'Parentheses missing around "%s" list'. This fixes bug #22147.
53634              Also, the warning is now produced for C<local *a,*b;>.
53635      Branch: perl
53636            ! op.c t/lib/warnings/op
53637 ____________________________________________________________________________
53638 [ 19502] By: jhi                                   on 2003/05/12  19:34:10
53639         Log: Work also without perlio.
53640      Branch: perl
53641            ! t/io/dup.t
53642 ____________________________________________________________________________
53643 [ 19500] By: jhi                                   on 2003/05/12  05:25:14
53644         Log: Panther preparation.
53645      Branch: perl
53646            ! Makefile.SH hints/darwin.sh
53647 ____________________________________________________________________________
53648 [ 19499] By: jhi                                   on 2003/05/12  04:49:57
53649         Log: More moves to intrpvar.h.
53650      Branch: perl
53651            ! embedvar.h intrpvar.h perlapi.h perlvars.h sv.c
53652 ____________________________________________________________________________
53653 [ 19498] By: gsar                                  on 2003/05/12  01:40:46
53654         Log: fix for Tie::File test failures on windows: the problem was
53655              that Tie::File did not close any file handles it opens internally,
53656              leading to file handle leaks and t/tf* temporary file littering;
53657              we now close the handle iff Tie::File opened it
53658
53659              this fix unearths what appears to be a perl bug in localizing globs:
53660              09_gen_rs.t fails due to a prematurely closed filehandle, although
53661              it wasn't explicitly closed anywhere by the code (renaming the
53662              *FH at line 97 to *FH1 makes it work, but I haven't done this
53663              to allow the bug to be tracked down)
53664      Branch: perl
53665            ! lib/Tie/File.pm
53666 ____________________________________________________________________________
53667 [ 19497] By: jhi                                   on 2003/05/11  20:17:30
53668         Log: Move the thread *hook into interpreter.
53669      Branch: perl
53670            ! embedvar.h intrpvar.h perlapi.h perlvars.h sv.c
53671 ____________________________________________________________________________
53672 [ 19496] By: rgs                                   on 2003/05/11  20:06:03
53673         Log: Subject: [PATCH] [perl #7391] Perl crashes with certain write() formats.
53674              From: Dave Mitchell <davem@fdgroup.com>
53675              Date: Sat, 10 May 2003 01:45:23 +0100
53676              Message-ID: <20030510004523.GC20871@fdgroup.com>
53677      Branch: perl
53678            ! pp_ctl.c
53679 ____________________________________________________________________________
53680 [ 19495] By: rgs                                   on 2003/05/11  20:01:10
53681         Log: Open UNIX is not really "formerly Unixware", since the most
53682              recent releases are known as Unixware, not as Open UNIX.
53683      Branch: perl
53684            ! pod/perlport.pod
53685 ____________________________________________________________________________
53686 [ 19494] By: jhi                                   on 2003/05/11  19:52:38
53687         Log: Slight tweaks to the platform list.
53688      Branch: perl
53689            ! pod/perlport.pod
53690 ____________________________________________________________________________
53691 [ 19493] By: rgs                                   on 2003/05/11  19:13:00
53692         Log: Subject: Re: [PATCH] [perl #8636] [perl #8634] Both patches together for perlop
53693              From: Casey West <casey@geeknest.com>
53694              Date: Fri, 9 May 2003 10:30:13 -0400
53695              Message-ID: <20030509143013.GM49820@geeknest.com>
53696      Branch: perl
53697            ! pod/perlop.pod
53698 ____________________________________________________________________________
53699 [ 19492] By: rgs                                   on 2003/05/11  19:04:27
53700         Log: perlport.pod nit for doc bug #8253.
53701      Branch: perl
53702            ! pod/perlport.pod
53703 ____________________________________________________________________________
53704 [ 19491] By: jhi                                   on 2003/05/11  17:50:49
53705         Log: Use test.pl.
53706      Branch: perl
53707            ! t/io/fflush.t
53708 ____________________________________________________________________________
53709 [ 19490] By: jhi                                   on 2003/05/11  17:46:09
53710         Log: Try to handle a $^X with spaces in it.
53711      Branch: perl
53712            ! t/test.pl
53713 ____________________________________________________________________________
53714 [ 19489] By: jhi                                   on 2003/05/11  17:44:28
53715         Log: Separate the creation of the command to run by
53716              runperl() into its own function, _create_runperl().
53717      Branch: perl
53718            ! t/test.pl
53719 ____________________________________________________________________________
53720 [ 19488] By: jhi                                   on 2003/05/11  16:52:00
53721         Log: Fixup the method behaviour table.
53722      Branch: perl
53723            ! pod/perliol.pod
53724 ____________________________________________________________________________
53725 [ 19487] By: jhi                                   on 2003/05/11  16:43:26
53726         Log: Integrate from perlio:
53727              [ 19474]
53728              Tweaks to Jarkko's NULL deref checks in perlio.c
53729
53730              [ 19475]
53731              Fix for bugs 21717 and 22140.
53732              Win32's lseek claims to have succeeded in pipes etc. Which confuses :perlio
53733              and derived layers. So have :unix's "pushed" method stat() the fd and
53734              cache non S_ISREG nature. Have Unix_seek fail if fd is NOT S_ISREG to match
53735              UNIX behaviour.
53736
53737              [ 19479]
53738              Better but still unproven fix for lseek() on pipes.
53739
53740              [ 19483]
53741              Unused variable
53742
53743              [ 19485]
53744              Tests to prove Ticket 9468 is fixed.
53745
53746              [ 19486]
53747              add test for change#19475,19479 (bugs#21717,22140)
53748      Branch: perl
53749           !> ext/Encode/Encode.xs perlio.c perliol.h t/io/dup.t
53750           !> t/io/fflush.t
53751 ____________________________________________________________________________
53752 [ 19484] By: gsar                                  on 2003/05/11  15:37:14
53753         Log: fix Embed.t failure on windows: PERL_SYS_TERM() is implemented
53754              in terms of an exported function rather than as an inlined
53755              macro (latter wants PL_op_mutex which isn't exported as such)
53756
53757              Jarkko: please merge into maint-5.8
53758      Branch: perl
53759            ! dosish.h makedef.pl win32/win32.c win32/win32.h
53760 ____________________________________________________________________________
53761 [ 19482] By: jhi                                   on 2003/05/11  07:53:26
53762         Log: Test _getcode().
53763      Branch: perl
53764            ! lib/Unicode/UCD.t
53765 ____________________________________________________________________________
53766 [ 19481] By: jhi                                   on 2003/05/11  06:25:08
53767         Log: Clarify the doc (and the code) for Unicode code points.
53768      Branch: perl
53769            ! lib/Unicode/UCD.pm
53770 ____________________________________________________________________________
53771 [ 19480] By: jhi                                   on 2003/05/11  06:18:06
53772         Log: Another doc suggestion from terry@eatoni.com (terry jones):
53773              use codepoints that return undef.
53774      Branch: perl
53775            ! lib/Unicode/UCD.pm
53776 ____________________________________________________________________________
53777 [ 19478] By: jhi                                   on 2003/05/10  19:01:17
53778         Log: Add Encode's META.yml.
53779      Branch: perl
53780            + ext/Encode/META.yml
53781            ! MANIFEST
53782 ____________________________________________________________________________
53783 [ 19477] By: jhi                                   on 2003/05/10  18:59:29
53784         Log: Upgrade to Encode 1.94.
53785      Branch: perl
53786            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
53787            ! ext/Encode/MANIFEST ext/Encode/bin/piconv
53788            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/enc_module.t
53789            ! ext/Encode/t/mime-header.t
53790 ____________________________________________________________________________
53791 [ 19476] By: jhi                                   on 2003/05/10  18:56:08
53792         Log: Doc bug noticed by terry@eatoni.com (terry jones).
53793      Branch: perl
53794            ! lib/Unicode/UCD.pm
53795 ____________________________________________________________________________
53796 [ 19472] By: jhi                                   on 2003/05/10  10:55:49
53797         Log: Try to plug more potential PerlIO NULL method
53798              dereferences; try to document the matter.
53799      Branch: perl
53800            ! perlio.c pod/perliol.pod
53801 ____________________________________________________________________________
53802 [ 19471] By: jhi                                   on 2003/05/10  07:07:30
53803         Log: UseNicerNames instead of SHOUTING_LIKE_THIS.
53804      Branch: perl
53805            ! perlio.c
53806 ____________________________________________________________________________
53807 [ 19470] By: jhi                                   on 2003/05/10  06:51:24
53808         Log: In eof() the errno can get stomped by the peek-ahead.
53809      Branch: perl
53810            ! doio.c ext/Socket/socketpair.t
53811 ____________________________________________________________________________
53812 [ 19469] By: rgs                                   on 2003/05/09  21:33:15
53813         Log: A regression test for the remaining "Final $ should be..." error.
53814      Branch: perl
53815            ! t/comp/parser.t
53816 ____________________________________________________________________________
53817 [ 19468] By: rgs                                   on 2003/05/09  21:23:57
53818         Log: Remove the error messages "Final @ should be \@ or @name"
53819              and "Final % should be \% or %name", that appear to be
53820              only produced in addition to another syntax error, and therefore
53821              misleading, if I understand correctly that kind of black magic.
53822      Branch: perl
53823            ! pod/perldiag.pod toke.c
53824 ____________________________________________________________________________
53825 [ 19467] By: jhi                                   on 2003/05/09  20:11:18
53826         Log: Have to think this test more when I'm awake.
53827      Branch: perl
53828            ! ext/Socket/socketpair.t
53829 ____________________________________________________________________________
53830 [ 19466] By: rgs                                   on 2003/05/09  19:56:37
53831         Log: Document that perl tries to load .pmc files before .pm files.
53832              Subject: Re: [perl #8860] [not RESOLVED] .pmc extension not documented in require
53833              From: Casey West <casey@geeknest.com>
53834              Date: Fri, 9 May 2003 17:03:50 -0400
53835              Message-ID: <20030509210350.GW49820@geeknest.com>
53836      Branch: perl
53837            ! pod/perlfunc.pod
53838 ____________________________________________________________________________
53839 [ 19465] By: rgs                                   on 2003/05/09  19:47:49
53840         Log: Fix for doc bug #8602 : clarify eof() example comments
53841      Branch: perl
53842            ! pod/perlfunc.pod
53843 ____________________________________________________________________________
53844 [ 19464] By: rgs                                   on 2003/05/09  19:34:30
53845         Log: Subject: [PATCH] [perl #8702] Clean up perltrap mis-information
53846              From: Casey West <casey@geeknest.com>
53847              Date: Fri, 9 May 2003 11:09:39 -0400
53848              Message-ID: <20030509150939.GN49820@geeknest.com>
53849      Branch: perl
53850            ! pod/perltrap.pod
53851 ____________________________________________________________________________
53852 [ 19463] By: rgs                                   on 2003/05/09  19:33:25
53853         Log: Subject: Re: [DOC PATCH] [perl #1165] crypt accepts any character as salt
53854              From: Casey West <casey@geeknest.com>
53855              Date: Fri, 9 May 2003 15:25:59 -0400
53856              Message-ID: <20030509192559.GS49820@geeknest.com>
53857      Branch: perl
53858            ! pod/perlfunc.pod
53859 ____________________________________________________________________________
53860 [ 19462] By: jhi                                   on 2003/05/09  18:53:27
53861         Log: Try to comprehensively have a plan B if a PerlIO
53862              layer doesn't have a particular function.
53863              (1) If there's a corresponding PerlIOBase, call it.
53864              (2) If not having the function is 'harmless', be silently happy.
53865              (Currently only Flush is in this category.)
53866              (3) Otherwise set errno and return failure.
53867      Branch: perl
53868            ! perlio.c
53869 ____________________________________________________________________________
53870 [ 19461] By: rgs                                   on 2003/05/09  18:45:39
53871         Log: Subject: [PATCH] [perl #8703] unescaped @ is fine
53872              From: Casey West <casey@geeknest.com>
53873              Date: Fri, 9 May 2003 11:17:53 -0400
53874              Message-ID: <20030509151753.GO49820@geeknest.com>
53875      Branch: perl
53876            ! pod/perltrap.pod
53877 ____________________________________________________________________________
53878 [ 19460] By: jhi                                   on 2003/05/09  14:25:49
53879         Log: Add the PerlIOBase_noop_* to the public API as suggested by Stas.
53880      Branch: perl
53881            ! makedef.pl
53882 ____________________________________________________________________________
53883 [ 19459] By: jhi                                   on 2003/05/09  14:22:08
53884         Log: Result of change #19458.
53885      Branch: perl
53886            ! MANIFEST
53887 ____________________________________________________________________________
53888 [ 19458] By: jhi                                   on 2003/05/09  14:21:51
53889         Log: Subject: Weekend fun: MANIFEST sorting
53890              From: andreas.koenig@anima.de (Andreas J. Koenig)
53891              Date: Fri, 09 May 2003 15:12:05 +0200
53892              Message-ID: <m3y91g463e.fsf@franz.ak.mind.de>
53893
53894              (both sorts need LC_ALL=C)
53895              (add also manicheck target)
53896      Branch: perl
53897            ! Makefile.SH
53898 ____________________________________________________________________________
53899 [ 19457] By: jhi                                   on 2003/05/09  04:30:13
53900         Log: Better skip this test on OpenBSD and BSD/OS since it
53901              does not seem to work (Slaven Rezic).
53902      Branch: perl
53903            ! lib/filetest.t
53904 ____________________________________________________________________________
53905 [ 19456] By: jhi                                   on 2003/05/09  03:41:56
53906         Log: Subject: [PATCH] Re: [perl #16834] Anomolous behaviour of SUBSTR() used as LValue
53907              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
53908              Date: Wed, 07 May 2003 23:37:47 -0700
53909              Message-ID: <7sfu+gzkg+AY092yn@efn.org>
53910      Branch: perl
53911            ! pod/perlfunc.pod
53912 ____________________________________________________________________________
53913 [ 19455] By: jhi                                   on 2003/05/09  03:36:54
53914         Log: Missing files.
53915      Branch: perl
53916            ! MANIFEST
53917 ____________________________________________________________________________
53918 [ 19454] By: rgs                                   on 2003/05/08  18:49:25
53919         Log: Suppress a few compilation warnings in pp_hot.c.
53920      Branch: perl
53921            ! pp_hot.c
53922 ____________________________________________________________________________
53923 [ 19453] By: rgs                                   on 2003/05/08  18:42:16
53924         Log: Remove duplicate entries from perldiag
53925      Branch: perl
53926            ! pod/perldiag.pod
53927 ____________________________________________________________________________
53928 [ 19452] By: jhi                                   on 2003/05/08  18:12:46
53929         Log: Subject: Re: [perl #17718] %tiedhash in bool context doesn't check if hash is empty
53930              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
53931              Date: Wed, 07 May 2003 15:27:07 -0700
53932              Message-ID: <7gYu+gzkgaFU092yn@efn.org>
53933      Branch: perl
53934            ! pod/perldata.pod pod/perldiag.pod pod/perltie.pod pp.c
53935            ! pp_hot.c t/op/magic.t
53936 ____________________________________________________________________________
53937 [ 19451] By: jhi                                   on 2003/05/08  17:47:13
53938         Log: Tiny nit from mjd.
53939      Branch: perl
53940            ! lib/Tie/File.pm
53941 ____________________________________________________________________________
53942 [ 19450] By: jhi                                   on 2003/05/08  17:46:26
53943         Log: Upgrade to Tie::File 0.95.
53944      Branch: perl
53945            + lib/Tie/File/t/27_iwrite.t lib/Tie/File/t/28_mtwrite.t
53946            + lib/Tie/File/t/29_downcopy.t lib/Tie/File/t/29a_upcopy.t
53947            + lib/Tie/File/t/42_offset.t
53948            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
53949            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
53950            ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/16_handle.t
53951            ! lib/Tie/File/t/19_cache.t lib/Tie/File/t/21_win32.t
53952            ! lib/Tie/File/t/25_gen_nocache.t lib/Tie/File/t/26_twrite.t
53953            ! lib/Tie/File/t/30_defer.t
53954 ____________________________________________________________________________
53955 [ 19449] By: jhi                                   on 2003/05/08  17:35:10
53956         Log: Subject: [perl #22141] patch for Time::HiRes to get rid of -lrt on linux
53957              From: Marc Lehmann (via RT) <perlbug-followup@perl.org>
53958              Message-Id: <rt-22141-56710.3.69543054121962@bugs6.perl.org>
53959              Date: 8 May 2003 00:42:18 -0000
53960      Branch: perl
53961            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
53962            ! ext/Time/HiRes/Makefile.PL
53963 ____________________________________________________________________________
53964 [ 19448] By: jhi                                   on 2003/05/08  17:27:47
53965         Log: Subject: [PATCH] alphabetize perldiag.pod
53966              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
53967              Date: Thu, 8 May 2003 11:52:39 -0400
53968              Message-ID: <20030508155239.GC1495587@linguist.thayer.dartmouth.edu>
53969      Branch: perl
53970            ! pod/perldiag.pod
53971 ____________________________________________________________________________
53972 [ 19447] By: jhi                                   on 2003/05/08  17:19:06
53973         Log: Subject: [PATCH] [perl #22127] get(av|cv|hv|sv) added to Devel::PPPort
53974              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
53975              Date: Thu, 08 May 2003 08:42:20 +0200
53976              Message-id: <20030508064220.GA763@ethan>
53977      Branch: perl
53978            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
53979            ! ext/Devel/PPPort/t/test.t
53980 ____________________________________________________________________________
53981 [ 19445] By: jhi                                   on 2003/05/08  05:21:44
53982         Log: A variant of
53983
53984              Subject: Re: 0 is not perl (was Re: Report /export/home/nwc10/Gripping-Smoke/Smoke)
53985              From: enache@rdslink.ro (Enache Adrian)
53986              Date: Tue, 22 Apr 2003 02:54:05 +0300
53987              Message-ID: <20030421235405.GA1162@ratsnest.hole>
53988
53989              to quench the black smoke from the BSD builds.
53990      Branch: perl
53991            ! lib/ExtUtils/MM_Unix.pm
53992 ____________________________________________________________________________
53993 [ 19444] By: rgs                                   on 2003/05/07  20:25:45
53994         Log: Subject: Re: [DOC PATCH] & More File::Path issues
53995              From: Casey West <casey@geeknest.com>
53996              Date: Mon, 5 May 2003 13:25:47 -0400
53997              Message-ID: <20030505172547.GB20508@geeknest.com>
53998      Branch: perl
53999            ! lib/File/Path.pm
54000 ____________________________________________________________________________
54001 [ 19443] By: jhi                                   on 2003/05/07  20:03:58
54002         Log: Spelling correction from Nicholas Clark.
54003      Branch: perl
54004            ! ext/POSIX/POSIX.pod
54005 ____________________________________________________________________________
54006 [ 19440] By: jhi                                   on 2003/05/07  19:20:53
54007         Log: One more possible extensions permutation.
54008      Branch: perl
54009            ! Configure
54010 ____________________________________________________________________________
54011 [ 19437] By: jhi                                   on 2003/05/07  16:58:21
54012         Log: Allow platforms to manipulate their archname by creating
54013              a archname.cbu in their hints files.
54014      Branch: perl
54015            ! Configure
54016 ____________________________________________________________________________
54017 [ 19436] By: jhi                                   on 2003/05/07  16:53:26
54018         Log: More long double logic from Alan Burlison.
54019      Branch: perl
54020            ! Configure
54021 ____________________________________________________________________________
54022 [ 19435] By: jhi                                   on 2003/05/06  15:21:55
54023         Log: Worth a try for [perl #17146]
54024      Branch: perl
54025            ! ext/IO/poll.c
54026 ____________________________________________________________________________
54027 [ 19433] By: jhi                                   on 2003/05/06  05:12:23
54028         Log: Document which interfaces are NOT Unicode-aware.
54029      Branch: perl
54030            ! pod/perltodo.pod pod/perlunicode.pod
54031 ____________________________________________________________________________
54032 [ 19432] By: rgs                                   on 2003/05/05  20:31:22
54033         Log: Subject: [PATCH] [perl #8063] perlfilter doesn't mention potential DATA clobber
54034              From: Casey West <casey@geeknest.com>
54035              Date: Mon, 28 Apr 2003 11:07:36 -0400
54036              Message-ID: <20030428150736.GD62281@geeknest.com>
54037      Branch: perl
54038            ! pod/perlfilter.pod
54039 ____________________________________________________________________________
54040 [ 19431] By: rgs                                   on 2003/05/05  20:07:33
54041         Log: Subject: [patch] Re: [perl #21728] regexp SEGV
54042              From: Enache Adrian <enache@rdslink.ro>
54043              Date: Fri, 28 Mar 2003 23:53:09 +0200
54044              Message-ID: <20030328215309.GA6413@ratsnest.hole>
54045              (with minor tweaks)
54046      Branch: perl
54047            ! embed.fnc embed.h global.sym proto.h regexec.c scope.c scope.h
54048 ____________________________________________________________________________
54049 [ 19430] By: rgs                                   on 2003/05/05  20:01:36
54050         Log: Fix doc bug #22067, noticed by Mark Knutsen
54051      Branch: perl
54052            ! pod/perlfunc.pod
54053 ____________________________________________________________________________
54054 [ 19429] By: rgs                                   on 2003/05/05  18:59:59
54055         Log: Fix : the svr5 hints file doesn't propagate libswanted with
54056              threads enabled. Now threads are OK on OpenUNIX 8, except a
54057              mysterious failure in ext/POSIX/t/sigaction.t.
54058      Branch: perl
54059            ! hints/svr5.sh
54060 ____________________________________________________________________________
54061 [ 19428] By: jhi                                   on 2003/05/05  16:54:34
54062         Log: Snip away the perlunicode slowness demo since the new
54063              caching scheme should help things a bit.
54064      Branch: perl
54065            ! pod/perlunicode.pod
54066 ____________________________________________________________________________
54067 [ 19427] By: jhi                                   on 2003/05/05  16:14:09
54068         Log: Subject: Re: Minor change to strict.pm. Who? How?
54069              From: Adam Kennedy <adam@ali.as>
54070              Date: Wed, 30 Apr 2003 00:02:40 +1000
54071              Message-ID: <3EAE8600.2000806@ali.as>
54072
54073              Subject: [PATCH] Re: Minor change to strict.pm. Who? How?
54074              From: Michael G Schwern <schwern@pobox.com>
54075              Date: Tue, 29 Apr 2003 12:26:32 -0700
54076              Message-ID: <20030429192632.GA6129@windhund.schwern.org>
54077      Branch: perl
54078            ! lib/strict.pm
54079 ____________________________________________________________________________
54080 [ 19426] By: jhi                                   on 2003/05/05  15:48:57
54081         Log: Subject: [DOC PATCH] missing ')' in File::Path docs
54082              From: "Jos I.Boumans" <kane@dwim.org>
54083              Date: 30 Apr 2003 09:45:16 -0000
54084              Message-ID: <20030430114513165+0200@nntp.perl.org>
54085      Branch: perl
54086            ! lib/File/Path.pm
54087 ____________________________________________________________________________
54088 [ 19425] By: jhi                                   on 2003/05/05  15:47:19
54089         Log: Subject: [PATCH pod/perlmod.pod] Simpler $Revision$ based $VERSION. Plus, repentance!
54090              From: Michael G Schwern <schwern@pobox.com>
54091              Date: Sat, 3 May 2003 15:30:16 -0700
54092              Message-ID: <20030503223016.GE1234@windhund.schwern.org>
54093      Branch: perl
54094            ! pod/perlmod.pod
54095 ____________________________________________________________________________
54096 [ 19424] By: jhi                                   on 2003/05/05  15:44:39
54097         Log: Subject: [PATCH] [perl #3096] undefing hash with object values
54098              From: Dave Mitchell <davem@fdgroup.com>
54099              Date: Thu, 1 May 2003 21:06:57 +0100
54100              Message-ID: <20030501200657.GA25456@fdgroup.com>
54101      Branch: perl
54102            ! hv.c t/op/undef.t
54103 ____________________________________________________________________________
54104 [ 19423] By: jhi                                   on 2003/05/05  15:42:58
54105         Log: Subject: Re: hv.c patch - pathological hashes too easy
54106              From: "Tye McQueen" <tye@metronet.com>
54107              Date: Thu, 1 May 2003 13:34:50 -0500 (CDT)
54108              Message-Id: <200305011834.h41IYoE08503@metronet.com>
54109      Branch: perl
54110            ! hv.c
54111 ____________________________________________________________________________
54112 [ 19422] By: jhi                                   on 2003/05/05  15:40:02
54113         Log: Subject: [PATCH] [perl #18341] random nits in perlrequick.pod
54114              From: Casey West <casey@geeknest.com>
54115              Date: Tue, 29 Apr 2003 16:14:20 -0400
54116              Message-ID: <20030429201420.GT62281@geeknest.com>
54117      Branch: perl
54118            ! pod/perlrequick.pod
54119 ____________________________________________________________________________
54120 [ 19421] By: jhi                                   on 2003/05/05  15:38:23
54121         Log: Subject: [PATCH] ExtUtils::Install and the don't-really-do-it switch
54122              From: Slaven Rezic <slaven@rezic.de>
54123              Date: Thu, 24 Apr 2003 00:42:11 +0200 (CEST)
54124              Message-Id: <200304232242.h3NMgBqD028515@vran.herceg.de>
54125      Branch: perl
54126            ! lib/ExtUtils/Install.pm lib/ExtUtils/t/Install.t
54127 ____________________________________________________________________________
54128 [ 19420] By: jhi                                   on 2003/05/05  15:36:39
54129         Log: Subject: [PATCH 5.8.0 UTIL] h2xs generates false comments about ABSTRACT
54130              From: Steve Hay <steve.hay@uk.radan.com>
54131              Date: Wed, 30 Apr 2003 09:52:30 +0100
54132              Message-ID: <3EAF8ECE.8060403@uk.radan.com>
54133      Branch: perl
54134            ! utils/h2xs.PL
54135 ____________________________________________________________________________
54136 [ 19419] By: jhi                                   on 2003/05/05  08:20:34
54137         Log: Reintroduce the mention of the fact that the Artistic/GPL
54138              also are Perl's own licenses.
54139      Branch: perl
54140            ! pod/perlartistic.pod pod/perlgpl.pod
54141 ____________________________________________________________________________
54142 [ 19418] By: jhi                                   on 2003/05/05  07:23:57
54143         Log: Switch the new perlio way of opening anonymous temporary files
54144              open my $fh, '+>', undef
54145              to using File::Temp.  Test it, and test also the "accidental
54146              feature" of +< working the same way.
54147              This should address [perl #21937].
54148      Branch: perl
54149            + ext/PerlIO/t/open.t
54150            ! MANIFEST perlio.c pod/perlfunc.pod
54151 ____________________________________________________________________________
54152 [ 19417] By: jhi                                   on 2003/05/05  05:52:47
54153         Log: perlartistic and perlgpl reformatting from Sean Burke.
54154      Branch: perl
54155            ! pod/perlartistic.pod pod/perlgpl.pod
54156 ____________________________________________________________________________
54157 [ 19416] By: jhi                                   on 2003/05/05  05:33:43
54158         Log: pack/unpack fixes from Wolfgang Laun:
54159              - fix bug in UNICOS (where SIZE16 != sizeof(short))
54160              - introduce and use new internal pack/unpack API
54161              (packlist, unpackstring)
54162              that does away with the unused arguments in the old API
54163              (pack_cat, unpack_str).
54164      Branch: perl
54165            ! embed.fnc embed.h global.sym pod/perlapi.pod pp_pack.c proto.h
54166 ____________________________________________________________________________
54167 [ 19415] By: jhi                                   on 2003/05/05  04:58:39
54168         Log: Subject: [PATCH] Embed.t flushing problem
54169              From: "Craig A. Berry" <craigberry@mac.com>
54170              Date: Sun, 04 May 2003 16:25:38 -0500
54171              Message-ID: <3EB58552.2070207@mac.com>
54172      Branch: perl
54173            ! lib/ExtUtils/t/Embed.t
54174 ____________________________________________________________________________
54175 [ 19414] By: jhi                                   on 2003/05/05  04:52:37
54176         Log: Doc nit from mjd.
54177      Branch: perl
54178            ! ext/DB_File/DB_File.pm
54179 ____________________________________________________________________________
54180 [ 19413] By: ams                                   on 2003/05/05  04:03:10
54181         Log: None of that "our" stuff here, please.
54182      Branch: perl
54183            ! ext/Storable/t/tied.t
54184 ____________________________________________________________________________
54185 [ 19412] By: ams                                   on 2003/05/05  03:57:06
54186         Log: Oops. More Storable 2.07 preparations.
54187      Branch: perl
54188            ! ext/Storable/README ext/Storable/Storable.pm
54189 ____________________________________________________________________________
54190 [ 19411] By: ams                                   on 2003/05/05  03:53:44
54191         Log: Update changelog for 2.07 release.
54192      Branch: perl
54193            ! ext/Storable/ChangeLog
54194 ____________________________________________________________________________
54195 [ 19410] By: ams                                   on 2003/05/05  03:31:36
54196         Log: Update Changes.
54197      Branch: perl
54198            ! Changes
54199 ____________________________________________________________________________
54200 [ 19409] By: ams                                   on 2003/05/05  03:21:41
54201         Log: Subject: Re: Bug in Storable???
54202              From: Slaven Rezic <slaven@rezic.de>
54203              Date: 04 May 2003 18:00:40 +0200
54204              Message-Id: <87of2iwvkn.fsf@vran.herceg.de>
54205      Branch: perl
54206            ! ext/Storable/Storable.xs ext/Storable/t/integer.t
54207 ____________________________________________________________________________
54208 [ 19407] By: jhi                                   on 2003/05/04  19:39:01
54209         Log: This way reads a bit better with pod2man.
54210      Branch: perl
54211            ! pod/perlartistic.pod pod/perlgpl.pod
54212 ____________________________________________________________________________
54213 [ 19406] By: jhi                                   on 2003/05/04  12:01:00
54214         Log: Integrate from maint:
54215              [ 18568]
54216              Add the POSIX::sigaction() trick by Slaven Rezic
54217              for [perl #17341].
54218      Branch: perl
54219           !> pod/perlfunc.pod pod/perlipc.pod
54220 ____________________________________________________________________________
54221 [ 19401] By: jhi                                   on 2003/05/04  09:25:48
54222         Log: Add Artistic as perlartistic and GPL (the Copying) as perlgpl;
54223              regen perltoc, perlmodlib.  The GPL added as verbatim as possible,
54224              the perlartistic is a straightforward podification.
54225      Branch: perl
54226            + pod/perlartistic.pod pod/perlgpl.pod
54227            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlmodlib.PL
54228            ! pod/perlmodlib.pod pod/perlmodstyle.pod pod/perltoc.pod
54229 ____________________________________________________________________________
54230 [ 19398] By: jhi                                   on 2003/05/04  08:19:14
54231         Log: Doesn't make any difference for the test but is more logical.
54232      Branch: perl
54233            ! t/lib/Devel/switchd.pm
54234 ____________________________________________________________________________
54235 [ 19396] By: jhi                                   on 2003/05/03  15:42:54
54236         Log: Plagued by thinkos tonight.
54237      Branch: perl
54238            ! lib/filetest.t
54239 ____________________________________________________________________________
54240 [ 19395] By: jhi                                   on 2003/05/03  15:37:35
54241         Log: Must skip more.
54242      Branch: perl
54243            ! lib/filetest.t
54244 ____________________________________________________________________________
54245 [ 19394] By: jhi                                   on 2003/05/03  15:30:45
54246         Log: Subject: Re: Does filetest work at all?
54247              From: Slaven Rezic <slaven@rezic.de>
54248              Date: 03 May 2003 18:26:49 +0200
54249              Message-ID: <87ade4q9me.fsf@vran.herceg.de>
54250      Branch: perl
54251            ! lib/filetest.t pp_sys.c
54252 ____________________________________________________________________________
54253 [ 19393] By: jhi                                   on 2003/05/03  05:34:21
54254         Log: Extra tweakage from Rafael for #19392.
54255      Branch: perl
54256            ! ext/B/B/Concise.pm lib/filetest.pm
54257 ____________________________________________________________________________
54258 [ 19392] By: jhi                                   on 2003/05/03  05:33:04
54259         Log: Salvage 'use filetest "access"' from compiletime to runtime.
54260      Branch: perl
54261            ! dump.c op.c op.h pp_sys.c
54262 ____________________________________________________________________________
54263 [ 19391] By: jhi                                   on 2003/05/03  05:19:23
54264         Log: Upgrade to Unicode 4.0.0.  (Well, upgrade at least
54265              the Unicode character database to 4.0.0.)
54266      Branch: perl
54267            + lib/unicore/HangulSyllableType.txt
54268            + lib/unicore/NormalizationCorrections.txt
54269            + lib/unicore/StandardizedVariants.txt
54270            + lib/unicore/lib/Braille.pl lib/unicore/lib/Cypriot.pl
54271            + lib/unicore/lib/InAegean.pl lib/unicore/lib/InCyprio.pl
54272            + lib/unicore/lib/InKhmerS.pl lib/unicore/lib/InLimbu.pl
54273            + lib/unicore/lib/InLinea2.pl lib/unicore/lib/InLinear.pl
54274            + lib/unicore/lib/InMisce5.pl lib/unicore/lib/InOsmany.pl
54275            + lib/unicore/lib/InPhonet.pl lib/unicore/lib/InShavia.pl
54276            + lib/unicore/lib/InTaiLe.pl lib/unicore/lib/InTaiXua.pl
54277            + lib/unicore/lib/InUgarit.pl lib/unicore/lib/InVaria2.pl
54278            + lib/unicore/lib/InYijing.pl lib/unicore/lib/Limbu.pl
54279            + lib/unicore/lib/LinearB.pl lib/unicore/lib/Osmanya.pl
54280            + lib/unicore/lib/OtherIdS.pl lib/unicore/lib/Shavian.pl
54281            + lib/unicore/lib/TaiLe.pl lib/unicore/lib/Ugaritic.pl
54282            ! (edit 129 files)
54283 ____________________________________________________________________________
54284 [ 19390] By: jhi                                   on 2003/05/03  04:52:09
54285         Log: Tru64: PerlIO_tell() was returning about one _megabyte_ for
54286              the fp offset, which was quite a big larger than the input file,
54287              which meant that the SvGROW tried to grow the file to about
54288              2**64-2**20, which made safesysrealloc() to understandably
54289              croak (in argv.t).
54290      Branch: perl
54291            ! sv.c
54292 ____________________________________________________________________________
54293 [ 19387] By: jhi                                   on 2003/05/02  19:18:35
54294         Log: Regen Configure (no changes but that's fine).
54295      Branch: perl
54296            ! Configure
54297 ____________________________________________________________________________
54298 [ 19386] By: jhi                                   on 2003/05/02  19:06:39
54299         Log: Subject: [PATCH] Re: maintperl on OpenUNIX 8
54300              From: Andy Dougherty <doughera@lafayette.edu>
54301              Date: Mon, 28 Apr 2003 12:24:38 -0400 (EDT)
54302              Message-ID: <Pine.SOL.4.53.0304281208490.25038@maxwell.phys.lafayette.edu>
54303      Branch: perl
54304            ! Configure
54305 ____________________________________________________________________________
54306 [ 19385] By: jhi                                   on 2003/05/02  19:01:04
54307         Log: Subject: [PATCH] OpenUNIX 8 support
54308              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
54309              Date: Fri, 2 May 2003 12:12:08 +0200
54310              Message-Id: <20030502121208.3d235027.rgarciasuarez@free.fr>
54311      Branch: perl
54312            ! Configure ext/Socket/socketpair.t hints/svr5.sh pp_sys.c
54313 ____________________________________________________________________________
54314 [ 19384] By: jhi                                   on 2003/05/02  18:58:32
54315         Log: Subject: [PATCH win32/win32.c] silence compiler warnings
54316              From: Abe Timmerman <abe@ztreet.demon.nl>
54317              Date: Fri, 2 May 2003 00:51:42 +0200
54318              Message-Id: <200305020051.43166.abe@ztreet.demon.nl>
54319      Branch: perl
54320            ! win32/win32.c
54321 ____________________________________________________________________________
54322 [ 19383] By: jhi                                   on 2003/05/02  18:55:37
54323         Log: Subject: [PATCH win32/win32.h] Re: Smoke [5.9.0] 19367 FAIL(F) MSWin32 5.0 Service Pack 3 (x86/1 cpu)
54324              From: Abe Timmerman <abe@ztreet.demon.nl>
54325              Date: Thu, 1 May 2003 18:34:35 +0200
54326              Message-Id: <200305011834.35685.abe@ztreet.demon.nl>
54327      Branch: perl
54328            ! win32/win32.h
54329 ____________________________________________________________________________
54330 [ 19382] By: jhi                                   on 2003/05/02  18:50:25
54331         Log: Subject: [PATCH ext/POSIX/POSIX.pod] Deceptive POSIX exporting docs
54332              From: Michael G Schwern <schwern@pobox.com>
54333              Date: Wed, 30 Apr 2003 18:19:32 -0700
54334              Message-ID: <20030501011932.GM701@windhund.schwern.org>
54335      Branch: perl
54336            ! ext/POSIX/POSIX.pod
54337 ____________________________________________________________________________
54338 [ 19381] By: jhi                                   on 2003/05/02  15:12:47
54339         Log: Forgot to check in the -d: file.
54340      Branch: perl
54341            + t/lib/Devel/switchd.pm
54342            ! MANIFEST t/run/switchd.t
54343 ____________________________________________________________________________
54344 [ 19380] By: jhi                                   on 2003/05/02  15:02:04
54345         Log: Solaris: make -Duse64bitall'ed to have an archname of
54346              sun4-solaris-64, from Alan Burlison.  (The default is to not
54347              to suffix anything with -Duse64bitall if longs are 64 bit.
54348              This may lead into confusion and much sorrow if 32-bit binaries
54349              and 64-bit binaries are installed under the same directories.
54350              Why is "-64" or something like that the default?  Well, there
54351              are platforms where 64 bits really is the default default.
54352              There adding a "-64" would be kind of odd.  Better to let
54353              each 64-bit capable platform to choose their archnames.)
54354      Branch: perl
54355            ! hints/solaris_2.sh
54356 ____________________________________________________________________________
54357 [ 19378] By: jhi                                   on 2003/05/02  08:41:40
54358         Log: The [perl #21890] (Devel::Coverage breakage) has been fixed
54359              by change #18589 (it was broken by change #9754); add test case.
54360      Branch: perl
54361            + t/run/switchd.t
54362            ! MANIFEST
54363 ____________________________________________________________________________
54364 [ 19376] By: jhi                                   on 2003/05/02  05:31:52
54365         Log: great_circle_direction() was broken,
54366              reported by Alexander Becher.
54367      Branch: perl
54368            ! lib/Math/Trig.pm lib/Math/Trig.t
54369 ____________________________________________________________________________
54370 [ 19375] By: jhi                                   on 2003/05/01  18:18:06
54371         Log: OS X: could not -Doptimize=-g.
54372      Branch: perl
54373            ! hints/darwin.sh
54374 ____________________________________________________________________________
54375 [ 19374] By: jhi                                   on 2003/05/01  12:33:44
54376         Log: OS X test tweak.
54377      Branch: perl
54378            ! ext/Cwd/t/cwd.t
54379 ____________________________________________________________________________
54380 [ 19373] By: jhi                                   on 2003/05/01  11:09:42
54381         Log: Subject: [PATCH] RE: perl@19333
54382              From: Robin Barker <Robin.Barker@npl.co.uk>
54383              Date: Tue, 29 Apr 2003 17:30:23 +0100
54384              Message-ID: <533D273D4014D411AB1D00062938C4D9040464F7@hotel.npl.co.uk>
54385      Branch: perl
54386            ! embed.pl pp_hot.c pp_pack.c proto.h
54387 ____________________________________________________________________________
54388 [ 19372] By: jhi                                   on 2003/05/01  09:52:52
54389         Log: miniperl cannot handle layers.t.
54390      Branch: perl
54391            ! t/io/layers.t
54392 ____________________________________________________________________________
54393 [ 19371] By: jhi                                   on 2003/05/01  08:26:06
54394         Log: The solution in change #19363 was too unportable.
54395      Branch: perl
54396            ! t/io/openpid.t
54397 ____________________________________________________________________________
54398 [ 19369] By: jhi                                   on 2003/05/01  07:48:06
54399         Log: perlreftut updates from mjd.
54400      Branch: perl
54401            ! pod/perlreftut.pod
54402 ____________________________________________________________________________
54403 [ 19368] By: jhi                                   on 2003/05/01  07:45:06
54404         Log: z/OS: More threaded build tweaks from Brian De Pradine--
54405              apparently now it works!
54406      Branch: perl
54407            ! ext/threads/threads.xs handy.h hints/os390.sh thread.h
54408 ____________________________________________________________________________
54409 [ 19367] By: rgs                                   on 2003/04/29  20:31:07
54410         Log: Subject: [PATCH] buglet: sub a(;&) { } doesn't work
54411              From: Enache Adrian <enache@rdslink.ro>
54412              Date: Sat, 19 Apr 2003 01:41:07 +0300
54413              Message-ID: <20030418224107.GA2751@ratsnest.hole>
54414      Branch: perl
54415            ! t/comp/parser.t toke.c
54416 ____________________________________________________________________________
54417 [ 19366] By: jhi                                   on 2003/04/29  08:55:12
54418         Log: If it's S_, it should be STATIC.
54419      Branch: perl
54420            ! embed.fnc embed.h numeric.c proto.h
54421 ____________________________________________________________________________
54422 [ 19365] By: sky                                   on 2003/04/28  16:30:03
54423         Log: Subject: [PATCH] [perl #7592] Clarify what qw() does in scalar context
54424              From: Casey West <casey@geeknest.com>
54425              Date: mÂŒn apr 28, 2003  16:00:05 Europe/Stockholm
54426              Message-Id: <20030428140005.GC62281@geeknest.com>
54427      Branch: perl
54428            ! pod/perlop.pod
54429 ____________________________________________________________________________
54430 [ 19364] By: sky                                   on 2003/04/28  16:20:43
54431         Log: Subject: [PATCH] [patch #7514] Bug in perlop regex explination
54432              From: Casey West <casey@geeknest.com>
54433              Date: mÂŒn apr 28, 2003  19:22:06 Europe/Stockholm
54434              Message-Id: <20030428172206.GK62281@geeknest.com>
54435      Branch: perl
54436            ! pod/perlop.pod
54437 ____________________________________________________________________________
54438 [ 19363] By: sky                                   on 2003/04/28  15:32:35
54439         Log: Fix bug 2681, change the test not to use the shell and use 3+arg
54440              open.
54441      Branch: perl
54442            ! t/io/openpid.t
54443 ____________________________________________________________________________
54444 [ 19359] By: jhi                                   on 2003/04/28  08:43:23
54445         Log: Feel-good cleanup.
54446      Branch: perl
54447            ! intrpvar.h sv.c
54448 ____________________________________________________________________________
54449 [ 19358] By: jhi                                   on 2003/04/28  08:27:15
54450         Log: SysV msg queues can be something hanging (witnessed in IRIX),
54451              so let's use IPC_NOWAIT.
54452      Branch: perl
54453            ! ext/IPC/SysV/t/msg.t t/op/taint.t
54454 ____________________________________________________________________________
54455 [ 19357] By: jhi                                   on 2003/04/28  06:32:47
54456         Log: Detecting errors of reentrant APIs: getgrgid_r and the like
54457              when returning an int can either return the error in the return
54458              value or in the errno.  We need a new per-interp variable to store
54459              the return value instead of clobbering the errno with it.  The new
54460              variable, PL_reentrant_retint, is only used within the reentrancy
54461              framework, and immediately after it's set, so there should not be
54462              similar visibility issues as for the errno.  Spotted by Edward Moy.
54463      Branch: perl
54464            ! embedvar.h intrpvar.h perlapi.h reentr.c reentr.h reentr.pl
54465 ____________________________________________________________________________
54466 [ 19356] By: rgs                                   on 2003/04/27  20:09:01
54467         Log: Newer glibc's nice(2) return the new nice value, instead of 0 or -1.
54468              Check errno to see if the call to nice(2) succeeded.
54469              Subject: Re: [PATCH++] all about the recent standard conforming glibc's nic
54470              From: Enache Adrian <enache@rdslink.ro>
54471              Date: Wed, 23 Apr 2003 22:48:20 +0300
54472              Message-ID: <20030423194820.GA874@ratsnest.hole>
54473      Branch: perl
54474            ! ext/POSIX/POSIX.xs
54475 ____________________________________________________________________________
54476 [ 19355] By: jhi                                   on 2003/04/27  19:56:09
54477         Log: Document a faint compilation noise.
54478      Branch: perl
54479            ! README.aix
54480 ____________________________________________________________________________
54481 [ 19354] By: rgs                                   on 2003/04/27  19:35:11
54482         Log: $[ clarifications.
54483      Branch: perl
54484            ! pod/perlvar.pod
54485 ____________________________________________________________________________
54486 [ 19353] By: rgs                                   on 2003/04/27  18:51:37
54487         Log: utime() doc clarifications
54488              based on :
54489              Subject: Re: [PATCH] [perl #18589] Add NFS warning, clarify touch example
54490              From: Casey West <casey@geeknest.com>
54491              Date: Fri, 25 Apr 2003 08:00:54 -0400
54492              Message-ID: <20030425120054.GQ34510@geeknest.com>
54493      Branch: perl
54494            ! pod/perlfunc.pod
54495 ____________________________________________________________________________
54496 [ 19351] By: jhi                                   on 2003/04/27  08:13:34
54497         Log: Add a test case for [perl #15288] (already solved).
54498      Branch: perl
54499            ! t/op/pack.t
54500 ____________________________________________________________________________
54501 [ 19350] By: jhi                                   on 2003/04/27  07:38:17
54502         Log: Add Dave Mitchell's test case for fields.
54503      Branch: perl
54504            ! lib/fields.t
54505 ____________________________________________________________________________
54506 [ 19349] By: jhi                                   on 2003/04/27  06:50:09
54507         Log: Subject: [PATCH] VMS::Stdio test tweak
54508              From: "Craig A. Berry" <craigberry@mac.com>
54509              Date: Sat, 26 Apr 2003 15:53:07 -0500
54510              Message-ID: <3EAAF1B3.7020708@mac.com>
54511      Branch: perl
54512            ! vms/ext/Stdio/test.pl
54513 ____________________________________________________________________________
54514 [ 19348] By: jhi                                   on 2003/04/27  06:46:16
54515         Log: Subject: Re: [COMPLETE PATCH lib/UNIVERSAL.pm] RE: [perl #22018] UNIVERSAL documentatio n contradicts itself
54516              From: Casey West <casey@geeknest.com>
54517              Date: Thu, 24 Apr 2003 08:18:42 -0400
54518              Message-ID: <20030424121842.GW34510@geeknest.com>
54519      Branch: perl
54520            ! lib/UNIVERSAL.pm
54521 ____________________________________________________________________________
54522 [ 19346] By: jhi                                   on 2003/04/27  06:03:48
54523         Log: Document that restricted hashes are not atomic
54524              (from Dave Mitchell).
54525      Branch: perl
54526            ! lib/Hash/Util.pm
54527 ____________________________________________________________________________
54528 [ 19345] By: jhi                                   on 2003/04/27  05:59:39
54529         Log: Subject: [PATCH] Re: the revenge of the bride of the son of the night of the living pseudohashes
54530              From: Dave Mitchell <davem@fdgroup.com>
54531              Date: Sat, 26 Apr 2003 18:45:28 +0100
54532              Message-ID: <20030426174528.GA9588@fdgroup.com>
54533      Branch: perl
54534            ! hv.c lib/Hash/Util.t pod/perldiag.pod
54535 ____________________________________________________________________________
54536 [ 19344] By: rgs                                   on 2003/04/26  22:48:32
54537         Log: Some doc patches by Casey West :
54538
54539              Subject: Re: [PATCH] Re: [perl #21260] adding error handling info to perlfunc/readline
54540              From: Casey West <casey@geeknest.com>
54541              Date: Fri, 25 Apr 2003 10:46:39 -0400
54542              Message-ID: <20030425144639.GY34510@geeknest.com>
54543
54544              Subject: Re: [perl #21785] [PATCH] clarify readdir in for conditional
54545              From: Casey West <casey@geeknest.com>
54546              Date: Fri, 25 Apr 2003 07:52:13 -0400
54547              Message-ID: <20030425115213.GP34510@geeknest.com>
54548
54549              Subject: Re: [perl #7213] [PATCH] Updating example in perldata
54550              From: Casey West <casey@geeknest.com>
54551              Date: Thu, 24 Apr 2003 21:27:22 -0400
54552              Message-ID: <20030425012722.GN34510@geeknest.com>
54553      Branch: perl
54554            ! pod/perldata.pod pod/perlfunc.pod pod/perlsyn.pod
54555 ____________________________________________________________________________
54556 [ 19343] By: rgs                                   on 2003/04/26  22:30:07
54557         Log: Document that splice() doesn't extend arrays
54558              Subject: Re: slice autoextending ? still another revised doc patch; COW
54559              From: david nicol <whatever@davidnicol.com>
54560              Date: 22 Apr 2003 22:05:02 -0500
54561              Message-Id: <1051067101.1086.113.camel@plaza.davidnicol.com>
54562      Branch: perl
54563            ! pod/perlfunc.pod
54564 ____________________________________________________________________________
54565 [ 19342] By: sky                                   on 2003/04/26  21:43:32
54566         Log: Fix bug #15161 by increasing the refcount on the RE and making
54567              sure to restore it correctly. Deals with both s//e and s///g.
54568      Branch: perl
54569            ! pp_ctl.c pp_hot.c
54570 ____________________________________________________________________________
54571 [ 19341] By: jhi                                   on 2003/04/26  04:36:03
54572         Log: Integrate:
54573              [ 19340]
54574              Caught by Mark Lutz in UNICOS: A declaration cannot appear
54575              after an executable statement in a block.
54576      Branch: perl
54577           !> pp_pack.c
54578 ____________________________________________________________________________
54579 [ 19337] By: jhi                                   on 2003/04/25  20:19:36
54580         Log: Now the -Dnoextensions and -Dnoextensions have the
54581              chance of actually doing something.
54582      Branch: perl
54583            ! Configure
54584 ____________________________________________________________________________
54585 [ 19334] By: jhi                                   on 2003/04/25  19:48:31
54586         Log: Subject: [PATCH] Configure's extension sanity check is too strict
54587              From: Andy Dougherty <doughera@lafayette.edu>
54588              Date: Fri, 25 Apr 2003 16:23:45 -0400 (EDT)
54589              Message-ID: <Pine.SOL.4.53.0304251621250.24848@maxwell.phys.lafayette.edu>
54590      Branch: perl
54591            ! Configure
54592 ____________________________________________________________________________
54593 [ 19330] By: jhi                                   on 2003/04/25  14:11:33
54594         Log: Subject: [PATCH Encode 1.93] another spin on the enc_module.t merry-go-round
54595              From: "Craig A. Berry" <craigberry@mac.com>
54596              Date: Thu, 24 Apr 2003 20:09:48 -0500
54597              Message-ID: <3EA88ADC.3000300@mac.com>
54598      Branch: perl
54599            ! ext/Encode/t/enc_module.t
54600 ____________________________________________________________________________
54601 [ 19329] By: jhi                                   on 2003/04/25  07:06:49
54602         Log: Upgrade to Time::HiRes 1.46.
54603      Branch: perl
54604            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
54605            ! ext/Time/HiRes/Makefile.PL
54606 ____________________________________________________________________________
54607 [ 19328] By: jhi                                   on 2003/04/25  06:57:10
54608         Log: Subject: typo in Time::HiRes docs
54609              From: mjd@plover.com
54610              Date: 19 Apr 2003 15:13:44 -0000
54611              Message-ID: <20030419151344.28237.qmail@plover.com>
54612      Branch: perl
54613            ! ext/Time/HiRes/HiRes.pm
54614 ____________________________________________________________________________
54615 [ 19327] By: jhi                                   on 2003/04/25  04:45:05
54616         Log: Clarify(?) the perlio default layers table.
54617      Branch: perl
54618            ! lib/PerlIO.pm t/io/layers.t
54619 ____________________________________________________________________________
54620 [ 19326] By: jhi                                   on 2003/04/25  04:22:49
54621         Log: Upgrade to Test::Harness 2.28.
54622      Branch: perl
54623            ! lib/Test/Harness.pm lib/Test/Harness/Changes
54624            ! lib/Test/Harness/t/pod.t
54625 ____________________________________________________________________________
54626 [ 19325] By: jhi                                   on 2003/04/24  19:06:29
54627         Log: Upgrade to Encode 1.93.
54628      Branch: perl
54629            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Makefile.PL
54630            ! ext/Encode/lib/Encode/CJKConstants.pm
54631            ! ext/Encode/lib/Encode/CN/HZ.pm
54632            ! ext/Encode/lib/Encode/Encoding.pm
54633            ! ext/Encode/lib/Encode/Guess.pm
54634            ! ext/Encode/lib/Encode/KR/2022_KR.pm
54635            ! ext/Encode/lib/Encode/PerlIO.pod ext/Encode/t/CJKT.t
54636            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_module.t
54637            ! ext/Encode/t/guess.t ext/Encode/ucm/euc-cn.ucm
54638            ! ext/Encode/ucm/euc-jp.ucm ext/Encode/ucm/euc-kr.ucm
54639 ____________________________________________________________________________
54640 [ 19323] By: jhi                                   on 2003/04/24  16:57:13
54641         Log: VMS patch for faststdio from Craig Berry.
54642      Branch: perl
54643            ! configure.com
54644 ____________________________________________________________________________
54645 [ 19320] By: rgs                                   on 2003/04/23  20:20:58
54646         Log: Subject: Re: [PATCH] [perl #18055] Clarify for bug resolution.
54647              From: Casey West <casey@geeknest.com>
54648              Date: Wed, 23 Apr 2003 14:03:20 -0400
54649              Message-ID: <20030423180320.GZ15574@geeknest.com>
54650      Branch: perl
54651            ! pod/perlmodlib.PL pod/perlmodlib.pod
54652 ____________________________________________________________________________
54653 [ 19319] By: rgs                                   on 2003/04/23  19:54:31
54654         Log: Subject: [perl #22011] [PATCH] pod/perlmod.pod (v5.8.0)
54655              From: Chris Pepper (via RT) <perlbug-followup@perl.org>
54656              Date: 22 Apr 2003 04:31:17 -0000
54657              Message-Id: <rt-22011-55473.11.0523590303906@bugs6.perl.org>
54658              (with minor further corrections)
54659      Branch: perl
54660            ! pod/perlmod.pod
54661 ____________________________________________________________________________
54662 [ 19316] By: rgs                                   on 2003/04/23  19:11:01
54663         Log: A new fatal error :
54664              Subject: [PATCH] Perl_croak("Use of freed value in iteration")
54665              From: Dave Mitchell <davem@fdgroup.com>
54666              Date: Mon, 21 Apr 2003 13:19:50 +0100
54667              Message-ID: <20030421121950.GB18189@fdgroup.com>
54668              Message-ID: <20030421125433.GC18189@fdgroup.com>
54669      Branch: perl
54670            ! pod/perldiag.pod pp_hot.c t/cmd/for.t
54671 ____________________________________________________________________________
54672 [ 19314] By: jhi                                   on 2003/04/23  18:53:46
54673         Log: Introduce 'fast stdio' symbols to non-Configure lands.
54674      Branch: perl
54675            ! NetWare/config.wc NetWare/config_H.wc configure.com
54676            ! epoc/config.sh plan9/config.plan9 plan9/config_h.sample
54677            ! plan9/config_sh.sample uconfig.h uconfig.sh win32/config.bc
54678            ! win32/config.gc win32/config.vc win32/config.vc64
54679            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
54680            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
54681 ____________________________________________________________________________
54682 [ 19312] By: jhi                                   on 2003/04/23  18:21:47
54683         Log: Regen Configure, Glossary, et alia.
54684      Branch: perl
54685            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
54686            ! config_h.SH
54687 ____________________________________________________________________________
54688 [ 19310] By: jhi                                   on 2003/04/23  08:34:33
54689         Log: Handle the combination of dosish and non-faststdio.
54690      Branch: perl
54691            ! t/io/layers.t
54692 ____________________________________________________________________________
54693 [ 19308] By: rgs                                   on 2003/04/22  20:53:20
54694         Log: Subject: 5.8.0: two problems
54695              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
54696              Date: Tue, 22 Apr 2003 11:43:17 -0700
54697              Message-ID: <20030422184316.GA8602@math.berkeley.edu>
54698      Branch: perl
54699            ! XSUB.h
54700 ____________________________________________________________________________
54701 [ 19307] By: ams                                   on 2003/04/22  16:39:51
54702         Log: Subject: [PATCH] Doc pointers in perlbot.
54703              From: Casey West <casey@geeknest.com>
54704              Date: Tue, 22 Apr 2003 11:19:09 -0400
54705              Message-Id: <20030422151909.GC11119@geeknest.com>
54706              (Applied by hand.)
54707      Branch: perl
54708            ! pod/perlbot.pod
54709 ____________________________________________________________________________
54710 [ 19306] By: jhi                                   on 2003/04/22  13:09:21
54711         Log: z/OS: changes for building threaded from "Brian De Pradine"
54712              <PRADINE@uk.ibm.com>.
54713      Branch: perl
54714            ! Makefile.SH hints/os390.sh thread.h util.c
54715 ____________________________________________________________________________
54716 [ 19305] By: jhi                                   on 2003/04/22  11:42:35
54717         Log: Enache's turn.
54718      Branch: perl
54719            ! ext/Encode/t/enc_module.t
54720 ____________________________________________________________________________
54721 [ 19304] By: jhi                                   on 2003/04/22  10:48:47
54722         Log: Re-merge Encode 1.92.
54723      Branch: perl
54724            ! ext/Encode/Makefile.PL ext/Encode/t/enc_module.t
54725 ____________________________________________________________________________
54726 [ 19302] By: jhi                                   on 2003/04/22  05:26:21
54727         Log: Argh, cut-and-pasto.
54728      Branch: perl
54729            ! perlio.c
54730 ____________________________________________________________________________
54731 [ 19301] By: sky                                   on 2003/04/21  21:33:14
54732         Log: Fix bug 17964 by properly refcounting the gv top.
54733              Seems like the entries in rsfp are way different than
54734              normal PVIO objects.
54735      Branch: perl
54736            ! sv.c
54737 ____________________________________________________________________________
54738 [ 19300] By: rgs                                   on 2003/04/21  19:42:04
54739         Log: Fix another segfault case (warn called from UNIVERSAL::DESTROY).
54740
54741              Subject: Re: [perl #21347] segfault in UNIVERSAL::AUTOLOAD
54742              From: Enache Adrian <enache@rdslink.ro>
54743              Date: Sun, 20 Apr 2003 02:45:48 +0300
54744              Message-ID: <20030419234548.GA849@ratsnest.hole>
54745              and
54746              Date: Wed, 2 Apr 2003 07:52:28 +0300
54747              Message-ID: <20030402045227.GA1023@ratsnest.hole>
54748      Branch: perl
54749            ! pp_sys.c t/op/ref.t util.c
54750 ____________________________________________________________________________
54751 [ 19299] By: sky                                   on 2003/04/21  17:05:31
54752         Log: Croak on non ref to shared methods instead of segfault.
54753              This can really only happen for &share("string").
54754      Branch: perl
54755            ! ext/threads/shared/shared.xs
54756 ____________________________________________________________________________
54757 [ 19297] By: jhi                                   on 2003/04/21  16:24:36
54758         Log: Add OpenZaurus cross-compilation patches.
54759      Branch: perl
54760            + Cross/Makefile Cross/Makefile.SH.patch Cross/TODO Cross/config
54761            + Cross/config.sh-arm-linux Cross/generate_config_sh
54762            + Cross/installperl.patch Cross/warp
54763            ! Cross/README INSTALL MANIFEST
54764 ____________________________________________________________________________
54765 [ 19289] By: sky                                   on 2003/04/21  13:24:40
54766         Log: Fixes bug #17043, resets PL_srand_called before the cloning.
54767              Allows people to override the resetting by using srand() in CLONE.
54768      Branch: perl
54769            ! ext/threads/t/thread.t ext/threads/threads.xs
54770 ____________________________________________________________________________
54771 [ 19286] By: jhi                                   on 2003/04/21  06:50:42
54772         Log: Introduce two new Configure symbols:
54773              [1] d_faststdio  = d_stdstdio && d_stdio_ptr_lval &&
54774              (d_stdio_cnt_lval || d_stdio_ptr_lval_sets_cnt)
54775              [2] usefaststdio = do we use fast stdio if we have it?
54776              For 5.[68], we do.  For anything else, we don't.
54777              (At least, unless otherwise instructed by -Dusefaststdio.)
54778              This means that for bleadperl we no more use stdio, but instead
54779              default to perlio: the effect of PERLIO=perlio, in other words.
54780              (PERLIO=stdio will still switch to using stdio.)
54781              This change may endanger extensions using FILE*-- but if we are
54782              to migrate fully to perlio, better start swallowing the poison now.
54783              For maintperl, the usefaststdio still defaults to yes.
54784      Branch: perl
54785            ! Configure config_h.SH perlio.c t/io/layers.t
54786 ____________________________________________________________________________
54787 [ 19285] By: jhi                                   on 2003/04/21  05:43:55
54788         Log: Upgrade to Locale::Maketext 1.05.
54789      Branch: perl
54790            ! lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
54791 ____________________________________________________________________________
54792 [ 19284] By: jhi                                   on 2003/04/21  05:40:34
54793         Log: Upgrade to Test 1.24.
54794      Branch: perl
54795            ! lib/Test.pm
54796 ____________________________________________________________________________
54797 [ 19283] By: rgs                                   on 2003/04/20  22:01:28
54798         Log: Subject: [PATCH] goto &sub doesn't empty @_
54799              From: Dave Mitchell <davem@fdgroup.com>
54800              Date: Sun, 20 Apr 2003 21:46:51 +0100
54801              Message-ID: <20030420204651.GE15591@fdgroup.com>
54802      Branch: perl
54803            ! pp_ctl.c
54804 ____________________________________________________________________________
54805 [ 19282] By: rgs                                   on 2003/04/20  21:22:29
54806         Log: Remove, in the main Makefile, the $(LDLIBPTH) variable from
54807              the commands that invoke $(CC).
54808              Subject: Re: Smoke failure
54809              From: Enache Adrian <enache@rdslink.ro>
54810              Date: Fri, 18 Apr 2003 19:06:07 +0300
54811              Message-ID: <20030418160606.GA797@ratsnest.hole>
54812      Branch: perl
54813            ! Makefile.SH
54814 ____________________________________________________________________________
54815 [ 19281] By: rgs                                   on 2003/04/20  19:53:53
54816         Log: Subject: Re: [perl #22000] AutoReply: [PATCH] Naughty sv_gets/RsRECORD bug
54817              From: Enache Adrian <enache@rdslink.ro>
54818              Date: Sat, 19 Apr 2003 20:12:18 +0300
54819              Message-ID: <20030419171218.GA974@ratsnest.hole>
54820      Branch: perl
54821            ! sv.c
54822 ____________________________________________________________________________
54823 [ 19280] By: rgs                                   on 2003/04/20  18:55:40
54824         Log: Document PERL_DEBUGGING_MSTATS in INSTALL and in the Win32 Makefile.
54825              Subject: [DOC PATCH 5.8.0] Re: Problem with Devel::Peek on Perl 5.8.0
54826              From: Steve Hay <steve.hay@uk.radan.com>
54827              Date: Wed, 16 Apr 2003 11:12:22 +0100
54828              Message-ID: <3E9D2C86.8040104@uk.radan.com>
54829      Branch: perl
54830            ! INSTALL win32/Makefile
54831 ____________________________________________________________________________
54832 [ 19278] By: jhi                                   on 2003/04/20  07:42:17
54833         Log: Give more information of what to do when -Dusexxx fail.
54834      Branch: perl
54835            ! Configure
54836 ____________________________________________________________________________
54837 [ 19277] By: rgs                                   on 2003/04/19  19:40:22
54838         Log: Fix bug #21347 (segfault in UNIVERSAL::AUTOLOAD with qr//)
54839              by adding a dummy destructor method Regexp::DESTROY.
54840              This prevents infinite recursion, since Regexp::DESTROY
54841              is no more autoloaded.
54842
54843              Subject: Re: [perl #21347] segfault in UNIVERSAL::AUTOLOAD
54844              From: Enache Adrian <enache@rdslink.ro>
54845              Date: Wed, 2 Apr 2003 05:02:42 +0300
54846              Message-ID: <20030402020242.GA2966@ratsnest.hole>
54847      Branch: perl
54848            ! ext/B/t/stash.t t/op/ref.t universal.c
54849 ____________________________________________________________________________
54850 [ 19276] By: rgs                                   on 2003/04/19  19:32:25
54851         Log: Subject: Re: [PATCH] [perl #21875] Hash ref transformed as a list
54852              From: Dave Mitchell <davem@fdgroup.com>
54853              Date: Sat, 19 Apr 2003 20:06:51 +0100
54854              Message-ID: <20030419190651.GD13333@fdgroup.com>
54855      Branch: perl
54856            ! t/comp/parser.t toke.c
54857 ____________________________________________________________________________
54858 [ 19275] By: jhi                                   on 2003/04/19  18:52:24
54859         Log: Restore the two variables retired by the change #19268
54860              (for binary backward compatibility)
54861      Branch: perl
54862            ! embedvar.h perlapi.h thrdvar.h
54863 ____________________________________________________________________________
54864 [ 19273] By: jhi                                   on 2003/04/19  17:36:33
54865         Log: Fail if the specified -Duse64xxx cannot be fulfilled.
54866              (And undo a doublesize probe glitch from change #19272.)
54867      Branch: perl
54868            ! Configure
54869 ____________________________________________________________________________
54870 [ 19272] By: jhi                                   on 2003/04/19  16:38:12
54871         Log: If long doubles fail, we really cannot sensibly
54872              drop back to doubles anymore, therefore abort.
54873              Pointed out by Slaven Rezic. (I tried to fix this
54874              via metaconfig but ended up with a vicious cyclic
54875              dependency.)
54876      Branch: perl
54877            ! Configure
54878 ____________________________________________________________________________
54879 [ 19270] By: jhi                                   on 2003/04/19  12:09:21
54880         Log: Upgrade to Net::Ping 2.30.
54881      Branch: perl
54882            ! lib/Net/Ping.pm lib/Net/Ping/Changes
54883            ! lib/Net/Ping/t/450_service.t
54884 ____________________________________________________________________________
54885 [ 19269] By: jhi                                   on 2003/04/19  07:10:57
54886         Log: Bump the test count.
54887      Branch: perl
54888            ! ext/Storable/t/tied.t
54889 ____________________________________________________________________________
54890 [ 19268] By: jhi                                   on 2003/04/19  07:06:13
54891         Log: Subject: [PATCH] allow recursive FETCHes
54892              From: Dave Mitchell <davem@fdgroup.com>
54893              Date: Mon, 7 Apr 2003 10:00:41 +0100
54894              Message-ID: <20030407100041.A1617@fdgroup.com>
54895      Branch: perl
54896            ! av.c dump.c embed.fnc embed.h embedvar.h
54897            ! ext/Storable/t/st-dump.pl hv.c perl.c perlapi.h proto.h sv.c
54898            ! sv.h t/op/tie.t thrdvar.h
54899 ____________________________________________________________________________
54900 [ 19267] By: jhi                                   on 2003/04/19  06:54:34
54901         Log: Subject: [PATCH] readline.t tweak for VMS
54902              From: "Craig A. Berry" <craigberry@mac.com>
54903              Date: Thu, 17 Apr 2003 17:18:19 -0500
54904              Message-ID: <3E9F282B.6090603@mac.com>
54905      Branch: perl
54906            ! t/op/readline.t
54907 ____________________________________________________________________________
54908 [ 19266] By: jhi                                   on 2003/04/19  06:46:48
54909         Log: Subject: [PATCH] Re: any takers for this Storable bug?
54910              From: Enache Adrian <enache@rdslink.ro>
54911              Date: Wed, 16 Apr 2003 21:11:11 +0300
54912              Message-ID: <20030416181111.GA6687@ratsnest.hole>
54913
54914              ams had already fixed the bug by #19227, but take the
54915              test case.
54916      Branch: perl
54917            ! ext/Storable/t/tied.t
54918 ____________________________________________________________________________
54919 [ 19265] By: sky                                   on 2003/04/19  00:40:42
54920         Log: Don't use the stack to allocate a SV that we hand out to another
54921              function, only badness can ensure.
54922              Message-Id: <20030418180131.GD10086@fdgroup.com>
54923              Thanks go to Dave Mitchell for help in tracking down the bug!
54924      Branch: perl
54925            ! sv.c
54926 ____________________________________________________________________________
54927 [ 19264] By: jhi                                   on 2003/04/18  19:28:04
54928         Log: UTF8 regexp patch from Inaba Hiroto.
54929      Branch: perl
54930            ! regcomp.c t/op/pat.t
54931 ____________________________________________________________________________
54932 [ 19263] By: jhi                                   on 2003/04/18  19:16:43
54933         Log: Unused variables.
54934      Branch: perl
54935            ! perlio.c universal.c
54936 ____________________________________________________________________________
54937 [ 19262] By: sky                                   on 2003/04/17  20:02:33
54938         Log: Another needle in the voodoo doll.
54939              Now I think it should work with the shared
54940              strings.
54941      Branch: perl
54942            ! sv.c
54943 ____________________________________________________________________________
54944 [ 19254] By: sky                                   on 2003/04/17  17:31:52
54945         Log: Extreme Voodoo programming, by not pinching the SV if it is a
54946              PADTMP it happily keeps it's value later on!
54947      Branch: perl
54948            ! sv.c
54949 ____________________________________________________________________________
54950 [ 19253] By: jhi                                   on 2003/04/17  17:09:16
54951         Log: Implement -Dnoextensions=... and -Donlyextensions=...
54952      Branch: perl
54953            ! Configure INSTALL
54954 ____________________________________________________________________________
54955 [ 19252] By: ams                                   on 2003/04/17  16:19:31
54956         Log: Speculative fix: don't set GvNAMELEN to 1 if GvNAME is "".
54957              Anything that's broken by this change should be fixed.
54958      Branch: perl
54959            ! gv.c
54960 ____________________________________________________________________________
54961 [ 19251] By: jhi                                   on 2003/04/17  15:39:56
54962         Log: Introduce the new *l APIs, undefined, to non-Configure lands.
54963      Branch: perl
54964            ! NetWare/config.wc NetWare/config_H.wc configure.com
54965            ! djgpp/configure.bat epoc/config.sh plan9/config.plan9
54966            ! plan9/config_h.sample plan9/config_sh.sample win32/config.bc
54967            ! win32/config.gc win32/config.vc win32/config.vc64
54968            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
54969            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
54970 ____________________________________________________________________________
54971 [ 19250] By: jhi                                   on 2003/04/17  15:07:08
54972         Log: Regen Glossary et alia.
54973      Branch: perl
54974            ! Porting/Glossary Porting/config.sh Porting/config_H
54975 ____________________________________________________________________________
54976 [ 19248] By: jhi                                   on 2003/04/17  14:53:41
54977         Log: Small tidying up of the selectminbits code, but most
54978              importantly allocate the buffer from the heap using
54979              malloc, not from the stack: using stack causes unaligned
54980              access in LP64 Solaris since stack data is not guaranteed
54981              to be 64-bit aligned, while a fd_set is (it has 1024 longs).
54982              (via Alan Burlison)
54983      Branch: perl
54984            ! Configure
54985 ____________________________________________________________________________
54986 [ 19247] By: ams                                   on 2003/04/17  12:24:57
54987         Log: Subject: Re: [perl #21950] 5.8.x -- :scalar and magic strings
54988              From: Enache Adrian <enache@rdslink.ro>
54989              Date: Thu, 17 Apr 2003 14:35:36 +0300
54990              Message-Id: <20030417113536.GA898@ratsnest.hole>
54991      Branch: perl
54992            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
54993 ____________________________________________________________________________
54994 [ 19245] By: jhi                                   on 2003/04/17  09:20:27
54995         Log: Document that the open pragma does not affect
54996              the three-headed hydra, ummm, open.
54997      Branch: perl
54998            ! lib/open.pm
54999 ____________________________________________________________________________
55000 [ 19244] By: jhi                                   on 2003/04/17  06:45:26
55001         Log: More maneuvering closer to proposed POSIX classes
55002              mapping to Unicode: (1) The definitions of "graph" and
55003              "print" are still in flux: move closer back to how Perl
55004              5.8.0 defined it (though drop Co, that did not make sense)
55005              (2) Add U+0085 (NEL) to "space".
55006      Branch: perl
55007            ! lib/unicore/lib/Graph.pl lib/unicore/lib/Print.pl
55008            ! lib/unicore/lib/Space.pl lib/unicore/mktables
55009 ____________________________________________________________________________
55010 [ 19243] By: jhi                                   on 2003/04/17  05:29:24
55011         Log: Detect the 'fast stdio' case.
55012      Branch: perl
55013            ! lib/PerlIO.pm t/io/layers.t
55014 ____________________________________________________________________________
55015 [ 19242] By: jhi                                   on 2003/04/16  20:14:01
55016         Log: Fix up Larry's copyright statements to my best knowledge.
55017              (Lots of Perl 5 source code archaeology was involved.)
55018              Larry didn't make strangled noises when I showed him
55019              the patch, either :-)
55020      Branch: perl
55021            ! EXTERN.h INTERN.h Porting/pumpkin.pod README XSUB.h av.c av.h
55022            ! cc_runtime.h cop.h cv.h deb.c doio.c doop.c dosish.h dump.c
55023            ! embed.h embed.pl embedvar.h fakesdio.h fakethr.h form.h
55024            ! global.sym globals.c gv.c gv.h handy.h hv.c hv.h keywords.h
55025            ! keywords.pl locale.c mg.c mg.h miniperlmain.c nostdio.h
55026            ! numeric.c op.c op.h opcode.h opcode.pl opnames.h pad.c pad.h
55027            ! patchlevel.h perl.c perl.h perlapi.c perlapi.h perlio.h
55028            ! perlsdio.h perlsfio.h perlvars.h pp.c pp.h pp_ctl.c pp_hot.c
55029            ! pp_pack.c pp_sort.c pp_sys.c proto.h reentr.c reentr.h
55030            ! reentr.pl regcomp.c regcomp.h regexec.c regexp.h run.c scope.c
55031            ! scope.h sv.c sv.h taint.c thrdvar.h thread.h toke.c
55032            ! universal.c unixish.h utf8.c utf8.h utfebcdic.h util.c util.h
55033            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
55034            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
55035            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c xsutils.c
55036 ____________________________________________________________________________
55037 [ 19241] By: jhi                                   on 2003/04/16  17:24:24
55038         Log: Handle PERLIO= and document a bit.
55039      Branch: perl
55040            ! lib/PerlIO.pm pod/perlrun.pod t/io/layers.t
55041 ____________________________________________________________________________
55042 [ 19240] By: sky                                   on 2003/04/16  16:27:43
55043         Log: Fix double join problem for those places where free
55044              actually means free (solaris for example :)
55045              Fixes bug #16681
55046      Branch: perl
55047            ! ext/threads/t/join.t ext/threads/threads.xs
55048 ____________________________________________________________________________
55049 [ 19239] By: jhi                                   on 2003/04/16  14:57:47
55050         Log: Try to get the layers.t working also for dosish platforms.
55051      Branch: perl
55052            ! lib/PerlIO.pm t/io/layers.t
55053 ____________________________________________________________________________
55054 [ 19238] By: jhi                                   on 2003/04/16  13:27:24
55055         Log: A -C parsed from the #! line can still have line endings in it.
55056      Branch: perl
55057            ! util.c
55058 ____________________________________________________________________________
55059 [ 19237] By: jhi                                   on 2003/04/16  13:23:37
55060         Log: What does an empty PERLIO= mean, anyway?
55061      Branch: perl
55062            ! t/io/layers.t
55063 ____________________________________________________________________________
55064 [ 19236] By: jhi                                   on 2003/04/16  13:09:42
55065         Log: Document the effect of thread creation context.
55066      Branch: perl
55067            ! ext/threads/threads.pm
55068 ____________________________________________________________________________
55069 [ 19235] By: jhi                                   on 2003/04/16  12:13:07
55070         Log: Use the right prototype and a glob is fine (from Rafael).
55071      Branch: perl
55072            ! lib/PerlIO.pm universal.c
55073 ____________________________________________________________________________
55074 [ 19234] By: jhi                                   on 2003/04/16  10:20:46
55075         Log: PerlIO::get_layers() usage tip.
55076      Branch: perl
55077            ! lib/PerlIO.pm
55078 ____________________________________________________________________________
55079 [ 19233] By: jhi                                   on 2003/04/16  10:07:48
55080         Log: Syntax terror.
55081      Branch: perl
55082            ! lib/unicore/mktables
55083 ____________________________________________________________________________
55084 [ 19232] By: jhi                                   on 2003/04/16  09:45:51
55085         Log: Redundant test.
55086      Branch: perl
55087            ! lib/unicore/mktables
55088 ____________________________________________________________________________
55089 [ 19231] By: jhi                                   on 2003/04/16  09:21:25
55090         Log: Synchronize the specifications of the POSIX character
55091              classes alnum, graph, and print closer to the planned
55092              Unicode proposal.
55093      Branch: perl
55094            ! lib/unicore/lib/Alnum.pl lib/unicore/lib/Graph.pl
55095            ! lib/unicore/lib/Print.pl lib/unicore/mktables utf8.c
55096 ____________________________________________________________________________
55097 [ 19230] By: jhi                                   on 2003/04/16  08:57:01
55098         Log: Patch from Merijn.
55099      Branch: perl
55100            ! perl.h
55101 ____________________________________________________________________________
55102 [ 19228] By: jhi                                   on 2003/04/16  08:27:26
55103         Log: Thinko in modfl detection.
55104      Branch: perl
55105            ! Configure
55106 ____________________________________________________________________________
55107 [ 19227] By: ams                                   on 2003/04/16  02:32:11
55108         Log: Storable now handles self-tied scalars with NULL mg_obj.
55109      Branch: perl
55110            ! ext/Storable/Storable.xs
55111 ____________________________________________________________________________
55112 [ 19226] By: jhi                                   on 2003/04/15  18:00:21
55113         Log: Upgrade to Pod::LaTeX 0.55.
55114      Branch: perl
55115            + lib/Pod/t/pod2latex.t
55116            - lib/Pod/t/latex.t
55117            ! MANIFEST lib/Pod/LaTeX.pm pod/pod2latex.PL
55118 ____________________________________________________________________________
55119 [ 19224] By: jhi                                   on 2003/04/15  17:01:27
55120         Log: The 'disable-longdouble-if-no-modfl-sqrtl' part didn't stick.
55121      Branch: perl
55122            ! Configure
55123 ____________________________________________________________________________
55124 [ 19223] By: jhi                                   on 2003/04/15  16:36:32
55125         Log: Handle PERLIO=stdio, PERLIO=perlio, PERLIO=mmap, and no PERLIO.
55126      Branch: perl
55127            ! t/io/layers.t
55128 ____________________________________________________________________________
55129 [ 19221] By: jhi                                   on 2003/04/15  16:27:49
55130         Log: False alarm: no cyclic dependency.
55131      Branch: perl
55132            ! Configure config_h.SH
55133 ____________________________________________________________________________
55134 [ 19219] By: jhi                                   on 2003/04/15  16:08:11
55135         Log: Backport of _most_ of the changes in #19218: not one big
55136              cyclic dependency, though, it must be broken up somehow.
55137      Branch: perl
55138            ! Configure config_h.SH
55139 ____________________________________________________________________________
55140 [ 19218] By: jhi                                   on 2003/04/15  14:09:31
55141         Log: Big patch from Alan Burlison to make Solaris long doubles work.
55142              (Also spreads more <stdlib.h> joy.)
55143              Needs backporting to metaconfig units and introducing the new
55144              symbols to non-Configure lands.
55145      Branch: perl
55146            ! Configure config_h.SH hints/solaris_2.sh numeric.c perl.h pp.c
55147 ____________________________________________________________________________
55148 [ 19217] By: jhi                                   on 2003/04/15  14:01:03
55149         Log: Don't skip the whole test for PERLIO=perlio.
55150      Branch: perl
55151            ! t/io/layers.t
55152 ____________________________________________________________________________
55153 [ 19215] By: jhi                                   on 2003/04/15  05:54:17
55154         Log: Add a test for [perl #17753].
55155      Branch: perl
55156            ! t/op/undef.t
55157 ____________________________________________________________________________
55158 [ 19214] By: jhi                                   on 2003/04/15  05:40:52
55159         Log: "proto.h": 'id' is a reserved word in Objective-C.
55160      Branch: perl
55161            ! embed.fnc op.c proto.h
55162 ____________________________________________________________________________
55163 [ 19213] By: sky                                   on 2003/04/14  21:42:10
55164         Log: Ook, run tests on correct build-dir next time.
55165              We must check if the hv is a stash, otherwise we try to delete
55166              something that is a HvNAME of null.....  tests pass better now
55167      Branch: perl
55168            ! gv.c
55169 ____________________________________________________________________________
55170 [ 19212] By: sky                                   on 2003/04/14  21:15:00
55171         Log: Fixes to bugs introduced by PL_stashcache
55172              A) Follow suggestion by Benjamin Goldberg to use hv_delete
55173              instead of hv_delete_ent to avoid creating a temporary SV
55174              B) Don't increment the refcount, sneak it into an IV instead
55175              C) When a GP is a deleted that contains a stash, remove the
55176              corresponding entry since hv might be in use in other places.
55177              D) Note that no test cases test the deletion of packages to catch
55178              this bug.
55179      Branch: perl
55180            ! gv.c hv.c pp_hot.c
55181 ____________________________________________________________________________
55182 [ 19211] By: rgs                                   on 2003/04/14  21:11:11
55183         Log: Mention that "make test_harness" lets messages sent through
55184              standard error out. Complements change #19206.
55185      Branch: perl
55186            ! pod/perlhack.pod
55187 ____________________________________________________________________________
55188 [ 19210] By: rgs                                   on 2003/04/14  20:48:02
55189         Log: Subject: Re: Parse::RecDescent triggers infinete loop in perl5.9.0 and 5.8.1  [perl #17757]
55190              From: Inaba Hiroto <inaba@st.rim.or.jp>
55191              Date: Fri, 21 Mar 2003 17:35:21 +0900
55192              Message-ID: <3E7ACEC8.E0D57221@st.rim.or.jp>
55193              Date: Sat, 22 Mar 2003 11:28:05 +0900
55194              Message-ID: <3E7BCA34.6824269F@st.rim.or.jp>
55195      Branch: perl
55196            ! regexec.c t/op/pat.t
55197 ____________________________________________________________________________
55198 [ 19209] By: jhi                                   on 2003/04/14  20:36:55
55199         Log: PERLIO=perlio requires extra steps.
55200      Branch: perl
55201            ! lib/PerlIO.pm t/io/layers.t
55202 ____________________________________________________________________________
55203 [ 19208] By: jhi                                   on 2003/04/14  20:02:04
55204         Log: Skip as early as possible if no perlio since the
55205              use open would be compile-time.
55206      Branch: perl
55207            ! t/io/layers.t
55208 ____________________________________________________________________________
55209 [ 19207] By: rgs                                   on 2003/04/14  19:34:42
55210         Log: Document and test autovivified dirhandles.
55211              Subject: [perl #21952] [patch] t/op/readdir.t and perlfunc.pod
55212              From: Nathan Torkington (via RT) <perlbug-followup@perl.org>
55213              Date: 12 Apr 2003 12:40:45 -0000
55214              Message-Id: <rt-21952-55079.8.08945458828887@bugs6.perl.org>
55215      Branch: perl
55216            ! pod/perlfunc.pod t/op/readdir.t
55217 ____________________________________________________________________________
55218 [ 19206] By: rgs                                   on 2003/04/14  19:13:26
55219         Log: More docs about running tests and the test suite.
55220              Update perlhack.pod in various places.
55221              Add 'test_harness' as a .PHONY dependency in the Makefile.
55222      Branch: perl
55223            ! Makefile.SH pod/perlhack.pod t/README
55224 ____________________________________________________________________________
55225 [ 19205] By: jhi                                   on 2003/04/14  18:58:01
55226         Log: Build get_layers() also under -Uuseperlio.
55227      Branch: perl
55228            ! universal.c
55229 ____________________________________________________________________________
55230 [ 19204] By: jhi                                   on 2003/04/14  18:48:04
55231         Log: Bump up the version and admonish against aspiring (ab)use.
55232      Branch: perl
55233            ! lib/PerlIO.pm
55234 ____________________________________________________________________________
55235 [ 19203] By: jhi                                   on 2003/04/14  17:35:51
55236         Log: Introduce PerlIO::get_layers() to allow people to peek
55237              at the PerlIO layer stack.
55238      Branch: perl
55239            + t/io/layers.t
55240            ! MANIFEST lib/PerlIO.pm perlio.c perlio.h t/io/open.t
55241            ! universal.c
55242 ____________________________________________________________________________
55243 [ 19202] By: merijn                                on 2003/04/14  05:42:18
55244         Log: Subject: [PATCH] vms/vms.c waitpid tweak
55245              From: "Craig A. Berry" <craigberry@mac.com>
55246              Date: Mon, 14 Apr 2003 00:43:00 -0500
55247              Message-ID: <3E9A4A64.6030205@mac.com>
55248      Branch: perl
55249            ! vms/vms.c
55250 ____________________________________________________________________________
55251 [ 19201] By: sky                                   on 2003/04/13  19:26:46
55252         Log: Fix bug #16253, use all the CPU that we can :-)
55253      Branch: perl
55254            ! ext/threads/threads.xs
55255 ____________________________________________________________________________
55256 [ 19200] By: sky                                   on 2003/04/13  18:38:58
55257         Log: Fix bug #15893 by creating shared scalars with a refcount of 1
55258              instead of 2 and make push and pop increase the refcount.
55259      Branch: perl
55260            ! ext/threads/shared/shared.xs
55261 ____________________________________________________________________________
55262 [ 19199] By: jhi                                   on 2003/04/13  11:45:42
55263         Log: Because we chdir to 'Big-Dummy' the lib/utf8.pm may be at
55264              ../../lib for the lc() at line 66 (UTF-8 data possible
55265              if using UTF-8 locales).
55266      Branch: perl
55267            ! lib/ExtUtils/t/Install.t
55268 ____________________________________________________________________________
55269 [ 19198] By: jhi                                   on 2003/04/13  09:43:09
55270         Log: The lib/ipc_sysv.t test has a new name.
55271      Branch: perl
55272            ! INSTALL
55273 ____________________________________________________________________________
55274 [ 19197] By: jhi                                   on 2003/04/13  09:32:05
55275         Log: Continue hunting for the cause of the Tru64 failed threaded smokes
55276              most probably introduced by the change #19157.  The tweak suggested
55277              by Stephen McCamant trades a possible dangling pointer (CopFILE()
55278              is tricky like that with threads) to a memory leak.  (This means
55279              that this tweak shouldn't be left in as-is, but if this helps,
55280              we at least know that the failure was caused by the #19157.)
55281      Branch: perl
55282            ! op.c
55283 ____________________________________________________________________________
55284 [ 19196] By: jhi                                   on 2003/04/13  09:20:02
55285         Log: Upgrade to Net::Ping 2.29.
55286      Branch: perl
55287            + lib/Net/Ping/t/510_ping_udp.t
55288            - lib/Net/Ping/README
55289            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/Changes
55290 ____________________________________________________________________________
55291 [ 19195] By: jhi                                   on 2003/04/13  09:02:05
55292         Log: Upgrade to Test::Harness 2.27_04.
55293      Branch: perl
55294            + lib/Test/Harness/t/pod.t t/lib/sample-tests/switches
55295            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Straps.pm
55296            ! lib/Test/Harness/t/test-harness.t
55297 ____________________________________________________________________________
55298 [ 19194] By: rgs                                   on 2003/04/12  21:21:04
55299         Log: Darwin/Rhapsody hints files updates by Wilfredo Sánchez
55300      Branch: perl
55301            ! hints/darwin.sh hints/rhapsody.sh
55302 ____________________________________________________________________________
55303 [ 19192] By: jhi                                   on 2003/04/12  18:23:40
55304         Log: The debugging aid #19182 didn't.
55305      Branch: perl
55306            ! ext/B/t/deparse.t
55307 ____________________________________________________________________________
55308 [ 19191] By: jhi                                   on 2003/04/12  16:51:12
55309         Log: Benchmark nit from Nicholas Clark (in OpenBSD the result could
55310              be a negative zero, -0).
55311      Branch: perl
55312            ! lib/Benchmark.t
55313 ____________________________________________________________________________
55314 [ 19190] By: rgs                                   on 2003/04/12  13:41:25
55315         Log: Subject: [PATCH] MakeMaker 6.10_02 -> 6.10_03
55316              From: Michael G Schwern <schwern@pobox.com>
55317              Date: Fri, 11 Apr 2003 00:32:02 -0700
55318              Message-ID: <20030411073202.GC5916@windhund.schwern.org>
55319      Branch: perl
55320            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_MacOS.pm
55321            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
55322            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/TODO
55323            ! lib/ExtUtils/t/00compile.t lib/ExtUtils/t/00setup_dummy.t
55324            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/basic.t
55325            ! lib/ExtUtils/t/zz_cleanup_dummy.t
55326 ____________________________________________________________________________
55327 [ 19189] By: rgs                                   on 2003/04/10  20:40:14
55328         Log: Peter Scott suggests that the docs for base.pm should
55329              state explicitely that base.pm doesn't call import()
55330              on base classes. Plus a few typos.
55331      Branch: perl
55332            ! lib/base.pm
55333 ____________________________________________________________________________
55334 [ 19188] By: rgs                                   on 2003/04/10  19:45:08
55335         Log: PerlFAQ sync.
55336      Branch: perl
55337            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
55338            ! pod/perlfaq7.pod pod/perlfaq9.pod
55339 ____________________________________________________________________________
55340 [ 19187] By: rgs                                   on 2003/04/10  19:25:18
55341         Log: Fix bug #21914, 3-arg open + local $fh + strict coredump.
55342              There used to be a nullstash (%{"<none>::"}) to hold illegal
55343              variables under strict 'vars'. It has been removed by change #17942.
55344              This can lead to segfaults during the parsing, because some illegal
55345              variables might have been discarded before the compilation of the
55346              current statement had completed.
55347              Bug analysis and test case by Enache Adrian.
55348      Branch: perl
55349            ! gv.c t/lib/strict/vars
55350 ____________________________________________________________________________
55351 [ 19186] By: jhi                                   on 2003/04/10  19:13:40
55352         Log: Be more descriptive.
55353      Branch: perl
55354            ! MANIFEST
55355 ____________________________________________________________________________
55356 [ 19185] By: jhi                                   on 2003/04/10  19:06:02
55357         Log: Noted by Nat: -0 didn't work that well with Unicode.
55358      Branch: perl
55359            ! perl.c pod/perlrun.pod
55360 ____________________________________________________________________________
55361 [ 19184] By: jhi                                   on 2003/04/10  17:26:43
55362         Log: Add an option for the grok_xxx() to silently ignore bad digits.
55363      Branch: perl
55364            ! numeric.c perl.h
55365 ____________________________________________________________________________
55366 [ 19183] By: jhi                                   on 2003/04/10  10:56:25
55367         Log: The test doesn't work that well when -Uusedl.
55368              Some of the tests could be salvaged even then I guess.
55369      Branch: perl
55370            ! lib/ExtUtils/t/Constant.t
55371 ____________________________________________________________________________
55372 [ 19182] By: jhi                                   on 2003/04/10  09:40:24
55373         Log: A temporary debugging aid for Tru64 threaded builds.
55374      Branch: perl
55375            ! ext/B/t/deparse.t
55376 ____________________________________________________________________________
55377 [ 19181] By: jhi                                   on 2003/04/10  08:02:10
55378         Log: Unless Inuits are involved...
55379      Branch: perl
55380            ! pod/perlrun.pod
55381 ____________________________________________________________________________
55382 [ 19180] By: jhi                                   on 2003/04/10  07:02:44
55383         Log: With AFS the cwds have little chance of agreeing.
55384      Branch: perl
55385            ! ext/Cwd/t/cwd.t
55386 ____________________________________________________________________________
55387 [ 19179] By: jhi                                   on 2003/04/10  06:46:50
55388         Log: I assume the idea was to use the *cwd variables for testing.
55389      Branch: perl
55390            ! ext/Cwd/t/cwd.t
55391 ____________________________________________________________________________
55392 [ 19177] By: jhi                                   on 2003/04/10  04:34:48
55393         Log: perlport information about portably embedding string data.
55394      Branch: perl
55395            ! pod/perlport.pod
55396 ____________________________________________________________________________
55397 [ 19176] By: jhi                                   on 2003/04/10  04:18:45
55398         Log: Also locale names can contain illegal UTF-8.
55399      Branch: perl
55400            ! lib/locale.t
55401 ____________________________________________________________________________
55402 [ 19175] By: jhi                                   on 2003/04/10  04:03:48
55403         Log: In case someone is using UTF-8 locales.
55404      Branch: perl
55405            ! lib/ExtUtils/MM_MacOS.pm
55406 ____________________________________________________________________________
55407 [ 19174] By: merijn                                on 2003/04/09  14:33:12
55408         Log: Even more promotion for -lc128 (long doubles on AIX)
55409              More obvious detection of C compiler
55410              cc_type should not promote to config.sh
55411
55412              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
55413              Date: Wed, 09 Apr 2003 14:31:48 +0200
55414              Message-Id: <20030409143007.B4A4.H.M.BRAND@hccnet.nl>
55415      Branch: perl
55416            ! hints/aix.sh
55417 ____________________________________________________________________________
55418 [ 19173] By: jhi                                   on 2003/04/09  12:39:35
55419         Log: open(my $fh, ">&", STDOUT) should not warn under strict.
55420      Branch: perl
55421            ! op.c t/io/open.t
55422 ____________________________________________________________________________
55423 [ 19172] By: jhi                                   on 2003/04/09  10:40:31
55424         Log: Try to be more descriptive than just __ANONIO__ which is what
55425              you get when you autovivify filehandles into array/hash elements.
55426      Branch: perl
55427            ! doio.c op.c t/io/open.t
55428 ____________________________________________________________________________
55429 [ 19171] By: rgs                                   on 2003/04/08  20:44:20
55430         Log: Implement support for --help and --version in Getopt::Std
55431              Subject: Re: [PATCH 5.8.1 @19053] Getopt::Std
55432              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
55433              Date: Mon, 7 Apr 2003 17:07:15 -0700
55434              Message-ID: <20030408000714.GA953@math.berkeley.edu>
55435      Branch: perl
55436            ! lib/Getopt/Std.pm
55437 ____________________________________________________________________________
55438 [ 19170] By: rgs                                   on 2003/04/08  19:47:05
55439         Log: Subject: [PATCH] Re: Error: Unknown error
55440              From: Enache Adrian <enache@rdslink.ro>
55441              Date: Tue, 8 Apr 2003 07:12:13 +0300
55442              Message-ID: <20030408041213.GA13553@ratsnest.hole>
55443      Branch: perl
55444            ! lib/fields.t lib/strict.t op.c t/lib/strict/subs
55445 ____________________________________________________________________________
55446 [ 19169] By: rgs                                   on 2003/04/08  19:19:34
55447         Log: Subject: [PATCH] (vaguely connected with) [perl #21875] Hash ref transformed as a list
55448              From: Dave Mitchell <davem@fdgroup.com>
55449              Date: Mon, 7 Apr 2003 21:43:17 +0100
55450              Message-ID: <20030407204317.GA8796@fdgroup.com>
55451
55452              The new XTERMORDORDOR lexer expectation must also be named
55453              in debugging perls, to be used in the output of -DT.
55454      Branch: perl
55455            ! perl.h toke.c
55456 ____________________________________________________________________________
55457 [ 19168] By: rgs                                   on 2003/04/08  19:05:22
55458         Log: Document that perl recognizes 2>&1 on the command-line on VMS.
55459      Branch: perl
55460            ! vms/perlvms.pod
55461 ____________________________________________________________________________
55462 [ 19167] By: rgs                                   on 2003/04/08  18:47:18
55463         Log: Typos fixes by Stas Bekman.
55464      Branch: perl
55465            ! cv.h lib/attributes.pm sv.h
55466 ____________________________________________________________________________
55467 [ 19166] By: rgs                                   on 2003/04/08  18:43:22
55468         Log: Subject: [PATCH pod/perlpod.pod] was RE: How cross-platform is `foo 2>&1`  these days?
55469              From: Robin Barker <Robin.Barker@npl.co.uk>
55470              Date: Tue, 8 Apr 2003 14:23:04 +0100
55471              Message-ID: <533D273D4014D411AB1D00062938C4D904046395@hotel.npl.co.uk>
55472      Branch: perl
55473            ! pod/perlpod.pod
55474 ____________________________________________________________________________
55475 [ 19164] By: jhi                                   on 2003/04/08  04:42:05
55476         Log: Few more words about safe/unsafe signals.
55477      Branch: perl
55478            ! pod/perlipc.pod pod/perlrun.pod pod/perlvar.pod
55479 ____________________________________________________________________________
55480 [ 19163] By: jhi                                   on 2003/04/07  19:25:39
55481         Log: The SvGROW() might move the PV.
55482      Branch: perl
55483            ! pp.c
55484 ____________________________________________________________________________
55485 [ 19162] By: jhi                                   on 2003/04/07  18:23:29
55486         Log: Subject: Re: [PATCH] ExtUtils::MakeMaker 6.10_02
55487              From: Michael G Schwern <schwern@pobox.com>
55488              Date: Mon, 7 Apr 2003 02:09:17 -0700
55489              Message-ID: <20030407090917.GA9221@windhund.schwern.org>
55490      Branch: perl
55491            + lib/ExtUtils/t/MM_Any.t
55492            ! MANIFEST lib/ExtUtils/Command.pm lib/ExtUtils/Command/MM.pm
55493            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
55494            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Liblist/Kid.pm
55495            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_BeOS.pm
55496            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_DOS.pm
55497            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_NW5.pm
55498            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_UWIN.pm
55499            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
55500            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
55501            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
55502            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/PATCHING
55503            ! lib/ExtUtils/README lib/ExtUtils/TODO
55504            ! lib/ExtUtils/t/00compile.t lib/ExtUtils/t/MM_Cygwin.t
55505            ! lib/ExtUtils/t/basic.t t/lib/MakeMaker/Test/Utils.pm
55506 ____________________________________________________________________________
55507 [ 19160] By: jhi                                   on 2003/04/07  04:17:38
55508         Log: Time::HiRes: Do not create files in blib directories under core
55509              (from Rafael)
55510      Branch: perl
55511            ! ext/Time/HiRes/Makefile.PL
55512 ____________________________________________________________________________
55513 [ 19159] By: jhi                                   on 2003/04/07  03:53:01
55514         Log: Future binary compat wishful thinking:
55515              maint will use the stashcache, but not the dbassertion.
55516      Branch: perl
55517            ! intrpvar.h
55518 ____________________________________________________________________________
55519 [ 19158] By: jhi                                   on 2003/04/07  03:41:17
55520         Log: More WinCE tweaking for Vadim Konovalov.
55521      Branch: perl
55522            ! wince/Makefile.ce wince/compile-all.bat wince/compile.bat
55523            ! wince/makedist.pl
55524 ____________________________________________________________________________
55525 [ 19157] By: rgs                                   on 2003/04/06  20:53:29
55526         Log: Subject: CvFILE for constant subs
55527              From: Stephen McCamant <smcc@mit.edu>
55528              Date: Sun, 6 Apr 2003 16:39:13 -0400
55529              Message-ID: <16016.36977.667436.279778@syllepsis.MIT.EDU>
55530      Branch: perl
55531            ! op.c
55532 ____________________________________________________________________________
55533 [ 19156] By: rgs                                   on 2003/04/06  20:44:09
55534         Log: Subject: [PATCH] B::Deparse: sv_no != 0
55535              From: Stephen McCamant <smcc@mit.edu>
55536              Date: Sun, 6 Apr 2003 17:00:48 -0400
55537              Message-ID: <16016.38272.921140.343901@syllepsis.MIT.EDU>
55538      Branch: perl
55539            ! ext/B/B/Deparse.pm
55540 ____________________________________________________________________________
55541 [ 19154] By: jhi                                   on 2003/04/06  19:46:35
55542         Log: An unconditional carp is not nice.
55543      Branch: perl
55544            ! ext/Sys/Syslog/Syslog.pm
55545 ____________________________________________________________________________
55546 [ 19153] By: rgs                                   on 2003/04/06  18:37:58
55547         Log: Subject: [DOC PATCH] README.solaris and -Dcc=gcc
55548              From: Robert Spier <rspier@pobox.com>
55549              Date: Sat, 05 Apr 2003 21:12:20 -0800
55550              Message-ID: <m37ka88b0r.wl_rspier@pobox.com>
55551      Branch: perl
55552            ! README.solaris
55553 ____________________________________________________________________________
55554 [ 19152] By: rgs                                   on 2003/04/06  18:24:38
55555         Log: Remove unportable ">|" shell syntax
55556              Subject: Re: Change 19150: LD_PRELOAD hack, still badly flawed / a solution
55557              From: Enache Adrian <enache@rdslink.ro>
55558              Date: Sun, 6 Apr 2003 21:13:27 +0300
55559              Message-ID: <20030406181326.GA873@ratsnest.hole>
55560      Branch: perl
55561            ! Makefile.SH
55562 ____________________________________________________________________________
55563 [ 19151] By: jhi                                   on 2003/04/06  18:14:44
55564         Log: Subject: PATCH (was: Re: [perl #18180] problem with sys:syslog on solaris 8 with perl 5.8.0)
55565              From: Joost van Baal <J.E.vanBaal@uvt.nl>
55566              Date: Mon, 25 Nov 2002 17:35:37 +0100
55567              Message-ID: <20021125163537.GC4745@banach.uvt.nl>
55568
55569              (The .pm patch modified a bit, and removed the false
55570              claim that _PATH_INFO would be coming from syslog.ph)
55571      Branch: perl
55572            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
55573            ! ext/Sys/Syslog/syslog.t
55574 ____________________________________________________________________________
55575 [ 19150] By: rgs                                   on 2003/04/05  21:10:00
55576         Log: Subject: LD_PRELOAD hack, still badly flawed / a solution
55577              From: Enache Adrian <enache@rdslink.ro>
55578              Date: Thu, 3 Apr 2003 15:50:48 +0300
55579              Message-ID: <20030403125048.GA6107@ratsnest.hole>
55580
55581              On linux, when building a shared library, generate
55582              a small shell wrapper, "preload", that preloads libperl.so
55583              only if it exists. Useful when the 'make' process stops
55584              before the link phase.
55585      Branch: perl
55586            ! Makefile.SH
55587 ____________________________________________________________________________
55588 [ 19149] By: jhi                                   on 2003/04/05  20:44:25
55589         Log: Upgrade to Locale::Maketext 1.04.
55590      Branch: perl
55591            + lib/Locale/Maketext/t/00about.t lib/Locale/Maketext/t/01make.t
55592            + lib/Locale/Maketext/t/02get.t lib/Locale/Maketext/t/03http.t
55593            - lib/Locale/Maketext/test.pl
55594            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
55595            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
55596 ____________________________________________________________________________
55597 [ 19148] By: jhi                                   on 2003/04/05  20:38:30
55598         Log: perluniintro.pod: nice_string() doesn't escape
55599              literal escape chars -- use Sadahiro-san's fix(es).
55600      Branch: perl
55601            ! pod/perluniintro.pod
55602 ____________________________________________________________________________
55603 [ 19147] By: rgs                                   on 2003/04/05  19:12:30
55604         Log: Subject: [PATCH 5.8.1 @19053] Embedding
55605              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
55606              Date: Mon, 31 Mar 2003 12:39:24 -0800
55607              Message-ID: <20030331203924.GA3602@math.berkeley.edu>
55608
55609              Advertise the pair of macros PERL_SYS_INIT3 / PERL_SYS_TERM
55610              to be used in a C program's main function.
55611      Branch: perl
55612            ! lib/ExtUtils/t/Embed.t pod/perlembed.pod
55613 ____________________________________________________________________________
55614 [ 19146] By: jhi                                   on 2003/04/05  19:08:37
55615         Log: Heredocs and use encoding didn't work for SJIS;
55616              patch from Inaba Hiroto.
55617      Branch: perl
55618            ! toke.c
55619 ____________________________________________________________________________
55620 [ 19145] By: rgs                                   on 2003/04/05  11:45:36
55621         Log: The manpages don't have to be built by MakeMaker for the
55622              core modules in ext/. Disable this in Devel::PPPort (not
55623              up-to-date on CPAN), Unicode::Normalize (the CPAN version
55624              uses a different Makefile.PL anyway) and XS::APItest
55625              (not CPANized.)
55626      Branch: perl
55627            ! ext/Devel/PPPort/Makefile.PL ext/Unicode/Normalize/Makefile.PL
55628            ! ext/XS/APItest/Makefile.PL
55629 ____________________________________________________________________________
55630 [ 19144] By: rgs                                   on 2003/04/05  11:28:22
55631         Log: Upgrade to Unicode::Normalize 0.21 and Unicode::Collate 0.24,
55632              by SADAHIRO Tomoyuki.
55633      Branch: perl
55634            ! ext/Unicode/Normalize/Changes
55635            ! ext/Unicode/Normalize/Normalize.pm
55636            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
55637            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
55638            ! ext/Unicode/Normalize/t/test.t lib/Unicode/Collate.pm
55639            ! lib/Unicode/Collate/Changes lib/Unicode/Collate/README
55640            ! lib/Unicode/Collate/t/index.t lib/Unicode/Collate/t/test.t
55641 ____________________________________________________________________________
55642 [ 19143] By: merijn                                on 2003/04/03  08:55:33
55643         Log: Subject: [PATCH] VMS %ENV fix (follow-up to 18852)
55644              From: "Craig A. Berry" <craigberry@mac.com>
55645              Date: Wed, 02 Apr 2003 18:09:03 -0600
55646              Message-Id: <5.2.0.9.0.20030402173822.01ba1df0@dcichiexc1>
55647      Branch: perl
55648            ! vms/vms.c vms/vmsish.h
55649 ____________________________________________________________________________
55650 [ 19142] By: merijn                                on 2003/04/03  08:50:55
55651         Log: Subject: Re: [PATCH 5.8.0 DOC] Fix missing functions when splitting perlfunc
55652              From: andreas.koenig@anima.de (Andreas J. Koenig)
55653              Date: Thu, 03 Apr 2003 08:28:52 +0200
55654              Message-ID: <m3u1dgnlgb.fsf@franz.ak.mind.de>
55655      Branch: perl
55656            ! lib/Pod/t/Functions.t
55657 ____________________________________________________________________________
55658 [ 19141] By: jhi                                   on 2003/04/03  05:00:36
55659         Log: Don't recurse from threads to threads/shared (since
55660              threads/shared is built separately, temp solution from
55661              Schwern while MM is being fixed.)
55662      Branch: perl
55663            ! ext/threads/Makefile.PL
55664 ____________________________________________________________________________
55665 [ 19140] By: rgs                                   on 2003/04/02  20:41:46
55666         Log: Subject: [PATCH 5.8.0 DOC] Fix missing functions when splitting perlfunc
55667              From: Steve Hay <steve.hay@uk.radan.com>
55668              Date: Thu, 20 Mar 2003 11:55:01 +0000
55669              Message-ID: <3E79AC15.80307@uk.radan.com>
55670      Branch: perl
55671            ! installhtml lib/Pod/Functions.pm pod/perlfunc.pod pod/splitpod
55672 ____________________________________________________________________________
55673 [ 19139] By: jhi                                   on 2003/04/02  19:44:07
55674         Log: Make perldiag agree with #19138.
55675      Branch: perl
55676            ! pod/perldiag.pod
55677 ____________________________________________________________________________
55678 [ 19138] By: jhi                                   on 2003/04/02  19:37:59
55679         Log: Make at least the thread count make sense.
55680      Branch: perl
55681            ! ext/threads/threads.xs
55682 ____________________________________________________________________________
55683 [ 19137] By: rgs                                   on 2003/04/02  19:24:47
55684         Log: Adjust test for the recent change (#19136) to Pod::Html
55685      Branch: perl
55686            ! lib/Pod/t/htmlview.t
55687 ____________________________________________________________________________
55688 [ 19136] By: rgs                                   on 2003/04/02  18:46:31
55689         Log: Fixes for "installhtml --splithead", based on :
55690              Subject: Re: [PATCH 5.8.0 UTIL] Fix installhtml for splitting and PM/POD conflicts
55691              From: Steve Hay <steve.hay@uk.radan.com>
55692              Date: Wed, 02 Apr 2003 11:33:41 +0100
55693              Message-ID: <3E8ABC85.5060807@uk.radan.com>
55694
55695              This also includes a small patch to Pod::Html : when generating
55696              anchor names, play on the safe side and turn every non-alphanumeric
55697              character into an '_'. Moreover, Pod::Html::anchorify() is now
55698              optionally exported.
55699      Branch: perl
55700            ! installhtml lib/Pod/Html.pm
55701 ____________________________________________________________________________
55702 [ 19135] By: rgs                                   on 2003/04/02  18:42:50
55703         Log: Subject: Re: [perl #21765] $s = ""; $n = @a = split(/,/, $s); results in undef $n
55704              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
55705              Date: Tue, 01 Apr 2003 16:32:46 -0800
55706              Message-ID: <u+ii+gzkgqkV092yn@efn.org>
55707      Branch: perl
55708            ! pp.c t/op/split.t
55709 ____________________________________________________________________________
55710 [ 19134] By: sky                                   on 2003/04/02  18:01:40
55711         Log: Fix some small nits, thanks to Rafael.
55712      Branch: perl
55713            ! pp_hot.c
55714 ____________________________________________________________________________
55715 [ 19133] By: sky                                   on 2003/04/02  13:41:14
55716         Log: Add packname->stash cache before the check if a packname is a
55717              filehandle or a package, it works because only packnames
55718              that have been resolved to stashes are added to the cache,
55719              and when a newIO is created we clean the cache.
55720              Results in roughly 1.8 speed increase for class->method()
55721              calls.
55722      Branch: perl
55723            ! embedvar.h gv.c hv.c intrpvar.h perl.c perlapi.h pp_hot.c sv.c
55724 ____________________________________________________________________________
55725 [ 19132] By: merijn                                on 2003/04/02  11:28:02
55726         Log: #19122 should have been tested on non-glibc system (like AIX)
55727      Branch: perl
55728            ! pp.c
55729 ____________________________________________________________________________
55730 [ 19131] By: jhi                                   on 2003/04/02  05:25:19
55731         Log: Spread IlyaZ's PERL_CORE detection trick.
55732      Branch: perl
55733            ! ext/Encode/Makefile.PL
55734 ____________________________________________________________________________
55735 [ 19130] By: jhi                                   on 2003/04/02  04:42:40
55736         Log: Cannot portably compare files if one of them is still open
55737              (from Craig Berry).
55738      Branch: perl
55739            ! ext/Encode/t/enc_module.t
55740 ____________________________________________________________________________
55741 [ 19129] By: jhi                                   on 2003/04/02  04:30:45
55742         Log: MM_VMS tweak from Craig Berry:
55743              http://nntp.x.perl.org/group/perl.makemaker/1002
55744      Branch: perl
55745            ! lib/ExtUtils/MM_VMS.pm
55746 ____________________________________________________________________________
55747 [ 19128] By: rgs                                   on 2003/04/01  21:30:12
55748         Log: Subject: [PATCH 5.8.0 UTIL] Fix installhtml for splitting and PM/POD conflicts
55749              From: Steve Hay <steve.hay@uk.radan.com>
55750              Date: Thu, 20 Mar 2003 12:34:15 +0000
55751              Message-ID: <3E79B547.6030201@uk.radan.com>
55752              (with a few minor tweaks)
55753      Branch: perl
55754            ! installhtml
55755 ____________________________________________________________________________
55756 [ 19127] By: rgs                                   on 2003/04/01  19:01:20
55757         Log: Subject: Re: [perl #21744] Deparse bug: "\::" deparsed as "::"
55758              From: Enache Adrian <enache@rdslink.ro>
55759              Date: Sat, 29 Mar 2003 19:45:41 +0200
55760              Message-ID: <20030329174541.GA8138@ratsnest.hole>
55761      Branch: perl
55762            ! ext/B/B/Deparse.pm
55763 ____________________________________________________________________________
55764 [ 19126] By: rgs                                   on 2003/04/01  18:39:43
55765         Log: Fix bug #21742. require should be always invoked in
55766              scalar context. This wasn't the case when called from
55767              an eval(""), because the void context doesn't propagate
55768              through the leaveeval op. Instead of making scalarvoid()
55769              handle OP_LEAVEEVAL -- this breaks AutoLoader -- implement
55770              a workaround in doeval().
55771      Branch: perl
55772            ! pp_ctl.c t/comp/require.t
55773 ____________________________________________________________________________
55774 [ 19124] By: jhi                                   on 2003/04/01  16:52:28
55775         Log: Subject: [patch] fix HiRes.t failures on Stratus VOS
55776              From: "Green, Paul" <Paul.Green@stratus.com>
55777              Date: Tue, 1 Apr 2003 12:37:38 -0500
55778              Message-ID: <A2A34F15EE916148BC4C4748223E67A403D99C9D@exna4.stratus.com>
55779      Branch: perl
55780            ! hints/vos.sh
55781 ____________________________________________________________________________
55782 [ 19122] By: jhi                                   on 2003/04/01  16:36:52
55783         Log: Integrate:
55784              [ 19119]
55785              Address "5.8.1@19053: crypt_r() takes 128K per thread".
55786      Branch: perl
55787           !> pp.c reentr.c reentr.h reentr.pl
55788 ____________________________________________________________________________
55789 [ 19121] By: jhi                                   on 2003/04/01  16:36:02
55790         Log: Integrate:
55791              [ 19109]
55792              Subject: [PATCH 5.8.1 @19053] Time::HiRes
55793              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
55794              Date: Mon, 31 Mar 2003 12:53:01 -0800
55795              Message-ID: <20030331205301.GA3687@math.berkeley.edu>
55796
55797              [ 19111]
55798              A cleaner way to detect PERL_CORE, from IlyaZ.
55799      Branch: perl
55800           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/Makefile.PL
55801 ____________________________________________________________________________
55802 [ 19120] By: jhi                                   on 2003/04/01  16:32:03
55803         Log: Integrate:
55804              [ 19106]
55805              Subject: [PATCH 5.8.1 @19053] OS/2-related patches
55806              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
55807              Date: Mon, 31 Mar 2003 12:43:37 -0800
55808              Message-ID: <20030331204337.GA3634@math.berkeley.edu>
55809
55810              and regen Configure.
55811      Branch: perl
55812            ! Configure config_h.SH embedvar.h
55813           !> Makefile.SH embed.fnc embed.h embed.pl ext/threads/threads.xs
55814           !> intrpvar.h makedef.pl os2/Makefile.SHs os2/OS2/ExtAttr/Changes
55815           !> os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/PrfDB/Changes
55816           !> os2/OS2/PrfDB/PrfDB.pm os2/OS2/REXX/DLL/DLL.pm
55817           !> os2/OS2/REXX/REXX.pm os2/dl_os2.c os2/os2.c os2/os2ish.h
55818           !> os2/os2thread.h perlapi.h perlio.c perlvars.h reentr.c
55819           !> reentr.h reentr.pl sv.c
55820 ____________________________________________________________________________
55821 [ 19118] By: jhi                                   on 2003/04/01  16:17:04
55822         Log: Document the _exit() issue with threads in Linux [perl #17057].
55823      Branch: perl
55824            ! ext/POSIX/POSIX.pod
55825 ____________________________________________________________________________
55826 [ 19117] By: jhi                                   on 2003/04/01  16:07:59
55827         Log: Subject: Re: 5.8.1@19053 bug: make minitest fails with threads
55828              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
55829              Date: Tue, 1 Apr 2003 11:02:35 +0200
55830              Message-Id: <20030401110235.3f20ffb2.rgarciasuarez@free.fr>
55831      Branch: perl
55832            ! t/op/getpid.t
55833 ____________________________________________________________________________
55834 [ 19116] By: jhi                                   on 2003/04/01  16:06:12
55835         Log: Subject: [PATCH ext/SDBM_File/sdbm/Makefile.PL] MM hackery and whitespace changes
55836              From: Michael G Schwern <schwern@pobox.com>
55837              Date: Mon, 31 Mar 2003 15:16:57 -0800
55838              Message-ID: <20030331231657.GJ17529@windhund.schwern.org>
55839      Branch: perl
55840            ! ext/SDBM_File/sdbm/Makefile.PL
55841 ____________________________________________________________________________
55842 [ 19115] By: jhi                                   on 2003/04/01  15:58:45
55843         Log: Subject: [PATCH] overdue perlhack.pod corrections for RT
55844              From: Richard.Foley@ubsw.com
55845              Date: Mon, 31 Mar 2003 16:27:14 +0200
55846              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD9857B39@NZURC900PEX1.ubsgs.ubsgroup.net>
55847      Branch: perl
55848            ! pod/perlhack.pod
55849 ____________________________________________________________________________
55850 [ 19114] By: jhi                                   on 2003/04/01  15:56:27
55851         Log: Subject: [PATCH] Text::Abbrev warnings safe
55852              From: Peter Scott <Peter@PSDT.com>
55853              Date: Fri, 28 Mar 2003 16:34:47 -0800
55854              Message-id: <5.2.0.9.2.20030328161002.00b45f08@shell2.webquarry.com>
55855      Branch: perl
55856            ! lib/Text/Abbrev.pm lib/Text/Abbrev.t
55857 ____________________________________________________________________________
55858 [ 19113] By: merijn                                on 2003/04/01  14:12:33
55859         Log: Implemented AIX longdouble support in hints/aix.sh, which now
55860              actually work.  Thanks to John L. Allen for the hint.
55861
55862              Subject: Re: AIX longdoubles
55863              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
55864              Date: Tue, 01 Apr 2003 17:18:57 +0200
55865              Message-Id: <20030401171819.D8E6.H.M.BRAND@hccnet.nl>
55866      Branch: perl
55867            ! hints/aix.sh
55868 ____________________________________________________________________________
55869 [ 19104] By: jhi                                   on 2003/03/31  10:51:36
55870         Log: Tabify; strictly speaking unnecessary but anyway...
55871      Branch: perl
55872            ! MANIFEST
55873 ____________________________________________________________________________
55874 [ 19102] By: jhi                                   on 2003/03/31  10:36:48
55875         Log: Upgrade to Test::Harness 2.27_02.
55876      Branch: perl
55877            + t/lib/sample-tests/no_output t/lib/sample-tests/segfault
55878            + t/lib/sample-tests/too_many
55879            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
55880            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
55881            ! lib/Test/Harness/t/strap.t lib/Test/Harness/t/test-harness.t
55882 ____________________________________________________________________________
55883 [ 19101] By: jhi                                   on 2003/03/31  10:07:35
55884         Log: Upgrade to podlators 1.26.
55885      Branch: perl
55886            ! lib/Pod/Man.pm
55887 ____________________________________________________________________________
55888 [ 19100] By: jhi                                   on 2003/03/31  10:03:50
55889         Log: Upgrade to Encode 1.92.
55890      Branch: perl
55891            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
55892            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Guess.pm
55893            ! ext/Encode/t/CJKT.t ext/Encode/t/enc_module.t
55894            ! ext/Encode/ucm/big5-eten.ucm ext/Encode/ucm/big5-hkscs.ucm
55895            ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm
55896            ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm
55897 ____________________________________________________________________________
55898 [ 19099] By: jhi                                   on 2003/03/31  09:54:52
55899         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.03 -> 6.06_05ish
55900              From: Michael G Schwern <schwern@pobox.com>
55901              Date: Mon, 31 Mar 2003 02:42:58 -0800
55902              Message-ID: <20030331104257.GB15327@windhund.schwern.org>
55903      Branch: perl
55904            + lib/ExtUtils/MakeMaker/FAQ.pod
55905            + lib/ExtUtils/MakeMaker/Tutorial.pod
55906            + lib/ExtUtils/MakeMaker/vmsish.pm lib/ExtUtils/NOTES
55907            + lib/ExtUtils/PATCHING lib/ExtUtils/README lib/ExtUtils/TODO
55908            + lib/ExtUtils/t/00compile.t lib/ExtUtils/t/Install.t
55909            + lib/ExtUtils/t/Liblist.t lib/ExtUtils/t/oneliner.t
55910            + lib/ExtUtils/t/prompt.t lib/ExtUtils/t/split_command.t
55911            + t/lib/TieIn.pm
55912            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
55913            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
55914            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Liblist/Kid.pm
55915            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/MM_Any.pm
55916            ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm
55917            ! lib/ExtUtils/MM_DOS.pm lib/ExtUtils/MM_MacOS.pm
55918            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
55919            ! lib/ExtUtils/MM_UWIN.pm lib/ExtUtils/MM_Unix.pm
55920            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
55921            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MakeMaker.pm
55922            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/t/00setup_dummy.t
55923            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/INST.t
55924            ! lib/ExtUtils/t/INST_PREFIX.t lib/ExtUtils/t/MM_BeOS.t
55925            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_NW5.t
55926            ! lib/ExtUtils/t/MM_OS2.t lib/ExtUtils/t/MM_Unix.t
55927            ! lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/MM_Win32.t
55928            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
55929            ! lib/ExtUtils/t/hints.t lib/ExtUtils/t/prefixify.t
55930 ____________________________________________________________________________
55931 [ 19098] By: jhi                                   on 2003/03/31  09:36:11
55932         Log: Subject: [PATCH dump.c] stray n_a
55933              From: Michael G Schwern <schwern@pobox.com>
55934              Date: Mon, 31 Mar 2003 00:55:49 -0800
55935              Message-ID: <20030331085549.GB1300@windhund.schwern.org>
55936      Branch: perl
55937            ! dump.c
55938 ____________________________________________________________________________
55939 [ 19097] By: jhi                                   on 2003/03/31  05:00:07
55940         Log: Some low-hanging fruit for EBCDIC portability
55941              (or for marking as EBCDIC todos)
55942      Branch: perl
55943            ! ext/List/Util/t/isvstring.t lib/utf8.t t/run/switchC.t
55944            ! t/uni/write.t
55945 ____________________________________________________________________________
55946 [ 19094] By: jhi                                   on 2003/03/30  15:54:35
55947         Log: Upgrade to Time::HiRes 1.44.
55948      Branch: perl
55949            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
55950 ____________________________________________________________________________
55951 [ 19092] By: jhi                                   on 2003/03/30  15:09:02
55952         Log: IRIX 5.3 update.
55953      Branch: perl
55954            ! README.irix
55955 ____________________________________________________________________________
55956 [ 19091] By: jhi                                   on 2003/03/30  10:26:32
55957         Log: Not all compilers like #ifdefs within cpp macros
55958              (follow-up on #19086)
55959      Branch: perl
55960            ! pp_sys.c
55961 ____________________________________________________________________________
55962 [ 19090] By: jhi                                   on 2003/03/30  09:50:33
55963         Log: Ending strings is customary (typo from #19084).
55964      Branch: perl
55965            ! ext/Socket/Socket.t
55966 ____________________________________________________________________________
55967 [ 19089] By: jhi                                   on 2003/03/30  09:24:08
55968         Log: Re-sort MANIFEST (LC_ALL=C sort -fo MANIFEST MANIFEST)
55969      Branch: perl
55970            ! MANIFEST
55971 ____________________________________________________________________________
55972 [ 19088] By: jhi                                   on 2003/03/30  09:09:42
55973         Log: Another victim of IRIX 5.3's inability to resolve 'localhost'
55974              as the test expects.
55975      Branch: perl
55976            ! lib/Net/hostent.t
55977 ____________________________________________________________________________
55978 [ 19087] By: jhi                                   on 2003/03/30  09:08:07
55979         Log: In IRIX 5.3 turn off some of the warnings that cannot
55980              really be helped (e.g. warnings coming from system headers,
55981              or linker warnings during Configure).
55982      Branch: perl
55983            ! hints/irix_5.sh
55984 ____________________________________________________________________________
55985 [ 19086] By: jhi                                   on 2003/03/30  08:59:24
55986         Log: In IRIX 5.3 the cc is awfully confused about the prototype
55987              of select().
55988      Branch: perl
55989            ! hints/irix_5.sh pp_sys.c
55990 ____________________________________________________________________________
55991 [ 19085] By: jhi                                   on 2003/03/30  08:43:53
55992         Log: In IRIX 5.3 being too POSIXly hides the struct timespec.
55993      Branch: perl
55994            + ext/Time/HiRes/hints/irix.pl
55995            ! MANIFEST
55996 ____________________________________________________________________________
55997 [ 19084] By: jhi                                   on 2003/03/30  08:31:53
55998         Log: gethostbyname('localhost') is not that portable.
55999              inet_aton('localhost') in IRIX 5.3 returned an undef,
56000              which in turn made pack_sockaddr_in to barf on zero
56001              length in_addr.
56002      Branch: perl
56003            ! ext/Socket/Socket.t pod/perlfunc.pod pod/perlport.pod
56004 ____________________________________________________________________________
56005 [ 19083] By: jhi                                   on 2003/03/30  07:49:46
56006         Log: Subject: [PATCH] COW formats (was Re: Smoke [5.9.0] 19044 FAIL(F) linux 2.4.18-3 (i686/1 cpu))
56007              From: Nicholas Clark <nick@unfortu.net>
56008              Date: Sun, 30 Mar 2003 00:35:48 +0000
56009              Message-ID: <20030330003547.GO274@Bagpuss.unfortu.net>
56010      Branch: perl
56011            ! sv.c
56012 ____________________________________________________________________________
56013 [ 19082] By: jhi                                   on 2003/03/29  21:18:32
56014         Log: IRIX 5.3 can have PF_LINK defined to be AF_LINK but
56015              not defined AF_LINK.
56016      Branch: perl
56017            ! ext/Socket/Socket.xs
56018 ____________________________________________________________________________
56019 [ 19081] By: jhi                                   on 2003/03/29  20:41:56
56020         Log: Subject: [unPATCH] Re: Smoke [5.8.1] 19076 FAIL(F) openbsd 3.2 (i386/1 cpu)
56021              From: Nicholas Clark <nick@unfortu.net>
56022              Date: Sat, 29 Mar 2003 18:58:09 +0000
56023              Message-ID: <20030329185807.GL274@Bagpuss.unfortu.net>
56024      Branch: perl
56025            ! dump.c
56026 ____________________________________________________________________________
56027 [ 19080] By: rgs                                   on 2003/03/29  20:39:34
56028         Log: Minor rephrasing in perlopentut,
56029              noticed by Bob Wilkinson (RT [perl #21725])
56030      Branch: perl
56031            ! pod/perlopentut.pod
56032 ____________________________________________________________________________
56033 [ 19079] By: rgs                                   on 2003/03/29  20:21:11
56034         Log: Subject: [DOCPATCH] Re: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
56035              From: Nicholas Clark <nick@unfortu.net>
56036              Date: Thu, 27 Mar 2003 22:37:35 +0000
56037              Message-ID: <20030327223735.GD277@Bagpuss.unfortu.net>
56038      Branch: perl
56039            ! pod/perlapi.pod sv.h
56040 ____________________________________________________________________________
56041 [ 19078] By: jhi                                   on 2003/03/29  07:23:00
56042         Log: It seems that in Tru64 V5 gcc cannot be used to
56043              compile a threaded Perl because <pthread.h> explicitly
56044              checks for supported compilers (gcc not being one of them).
56045              This is not so bad since the system C compiler is always there.
56046      Branch: perl
56047            ! README.tru64 hints/dec_osf.sh
56048 ____________________________________________________________________________
56049 [ 19077] By: jhi                                   on 2003/03/28  06:03:16
56050         Log: Feeding illegal QP (like \x80) to this
56051              ./perl -Ilib -wne 'use PerlIO::via::QuotedPrint;BEGIN{binmode(STDIN, ":via(QuotedPrint)")};print'
56052              caused a coredump in av_length() <- nextargv() because
56053              the av was NULL.  I don't know that returning Nullfp is
56054              the best thing to do, but it dodges the segfault and
56055              introduces no test failures.
56056      Branch: perl
56057            ! doio.c
56058 ____________________________________________________________________________
56059 [ 19074] By: jhi                                   on 2003/03/27  18:17:20
56060         Log: Missing final \n.
56061      Branch: perl
56062            ! lib/Attribute/Handlers/Changes
56063 ____________________________________________________________________________
56064 [ 19072] By: rgs                                   on 2003/03/26  22:30:09
56065         Log: Subject: [perl #21672] IO::New and undefined filename behaviour
56066              From: "mike@exegenix.com (via RT)" <perlbug-followup@perl.org>
56067              Date: 24 Mar 2003 16:29:08 -0000
56068              Message-Id: <rt-21672-54038.2.07650993465862@bugs6.perl.org>
56069              plus a regression test
56070      Branch: perl
56071            ! ext/IO/lib/IO/File.pm lib/FileHandle.t
56072 ____________________________________________________________________________
56073 [ 19071] By: rgs                                   on 2003/03/26  22:08:16
56074         Log: Better version of change #19069
56075              Subject: [PATCH] Re: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
56076              From: Nicholas Clark <nick@unfortu.net>
56077              Date: Wed, 26 Mar 2003 23:01:46 +0000
56078              Message-ID: <20030326230145.GC279@Bagpuss.unfortu.net>
56079      Branch: perl
56080            ! pp_hot.c sv.c t/op/readline.t
56081 ____________________________________________________________________________
56082 [ 19070] By: rgs                                   on 2003/03/26  21:31:55
56083         Log: Subject: [patch] for Stratus VOS
56084              From: "Green, Paul" <Paul.Green@stratus.com>
56085              Date: Wed, 26 Mar 2003 17:24:38 -0500
56086              Message-ID: <A2A34F15EE916148BC4C4748223E67A403D99C74@exna4.stratus.com>
56087              (plus a small tweak to the test script)
56088      Branch: perl
56089            ! README.vos t/op/pack.t
56090 ____________________________________________________________________________
56091 [ 19069] By: rgs                                   on 2003/03/26  21:14:33
56092         Log: Subject: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
56093              From: Nicholas Clark <nick@unfortu.net>
56094              Date: Tue, 25 Mar 2003 22:59:17 +0000
56095              Message-ID: <20030325225917.GE284@Bagpuss.unfortu.net>
56096      Branch: perl
56097            ! sv.c t/op/readline.t
56098 ____________________________________________________________________________
56099 [ 19068] By: rgs                                   on 2003/03/26  20:53:18
56100         Log: Win32 counterpart of change #19065
56101      Branch: perl
56102            ! win32/Makefile win32/makefile.mk
56103 ____________________________________________________________________________
56104 [ 19067] By: rgs                                   on 2003/03/26  20:34:32
56105         Log: VMS counterpart of change #19065
56106      Branch: perl
56107            ! vms/descrip_mms.template
56108 ____________________________________________________________________________
56109 [ 19066] By: jhi                                   on 2003/03/26  20:05:40
56110         Log: Upgrade to Term::ANSIColor 1.07.
56111      Branch: perl
56112            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
56113            ! lib/Term/ANSIColor/README
56114 ____________________________________________________________________________
56115 [ 19065] By: rgs                                   on 2003/03/26  19:55:20
56116         Log: Add a file utils/cpan.PL to generate the "cpan" utility,
56117              also separately maintained on CPAN, and now moved as
56118              lib/CPAN/bin/cpan. Tweak installperl to avoid installing
56119              this last file.
56120      Branch: perl
56121            + utils/cpan.PL
56122           +> lib/CPAN/bin/cpan
56123            - utils/cpan
56124            ! MANIFEST installperl utils/Makefile
56125 ____________________________________________________________________________
56126 [ 19064] By: jhi                                   on 2003/03/26  19:48:32
56127         Log: Subject: [PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails.
56128              From: Dave Mitchell <davem@fdgroup.com>
56129              Date: Thu, 20 Mar 2003 01:26:19 +0000
56130              Message-ID: <20030320012619.C19869@fdgroup.com>
56131
56132              Subject: Re: [PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails.
56133              From: Dave Mitchell <davem@fdgroup.com>
56134              Date: Mon, 24 Mar 2003 16:06:51 +0000
56135              Message-ID: <20030324160651.D1798@fdgroup.com>
56136      Branch: perl
56137            ! pp_ctl.c pp_hot.c scope.c t/op/args.t
56138 ____________________________________________________________________________
56139 [ 19063] By: jhi                                   on 2003/03/26  19:33:09
56140         Log: Subject: [perl #21648] Doc typo in Net::servent
56141              From: Andy Lester (via RT) <perlbug-followup@perl.org>
56142              Date: 22 Mar 2003 05:02:31 -0000
56143              Message-Id: <rt-21648-53986.0.682889311382979@bugs6.perl.org>
56144      Branch: perl
56145            ! lib/Net/servent.pm
56146 ____________________________________________________________________________
56147 [ 19062] By: jhi                                   on 2003/03/26  19:29:39
56148         Log: Subject: [PATCH README.qnx] for QNX 6.2
56149              From: Norton Allen <allen@huarp.harvard.edu>
56150              Date: Tue, 25 Mar 2003 12:09:42 -0500 (est)
56151              Message-Id: <200303251709.MAA11391@bottesini.harvard.edu>
56152      Branch: perl
56153            ! README.qnx
56154 ____________________________________________________________________________
56155 [ 19060] By: merijn                                on 2003/03/26  13:13:23
56156         Log: Subject: [PATCH] lib/vmsish.t GMT bug fix
56157              From: "Craig A. Berry" <craigberry@mac.com>
56158              Date: Tue, 25 Mar 2003 22:52:58 -0600
56159              Message-ID: <3E81322A.3040508@mac.com>
56160      Branch: perl
56161            ! lib/vmsish.t
56162 ____________________________________________________________________________
56163 [ 19059] By: rgs                                   on 2003/03/24  21:43:03
56164         Log: Change 19056 wasn't good enough.
56165              ldlibpth should be changed later, to avoid spaces to be quoted.
56166      Branch: perl
56167            ! Makefile.SH
56168 ____________________________________________________________________________
56169 [ 19058] By: rgs                                   on 2003/03/24  21:37:59
56170         Log: Subject: [PATCH pod/perlhist.pod] Adding the latest version of Perl
56171              From: Michael G Schwern <schwern@pobox.com>
56172              Date: Mon, 24 Mar 2003 00:50:39 -0800
56173              Message-ID: <20030324085039.GA19981@windhund.schwern.org>
56174      Branch: perl
56175            ! pod/perlhist.pod
56176 ____________________________________________________________________________
56177 [ 19057] By: rgs                                   on 2003/03/24  21:33:43
56178         Log: Typo, spotted by Doru Petrescu
56179              Message-ID: <Pine.LNX.4.31.0303241134170.13160-100000@linux.kappa.ro>
56180      Branch: perl
56181            ! ext/Data/Dumper/Dumper.pm
56182 ____________________________________________________________________________
56183 [ 19056] By: rgs                                   on 2003/03/24  21:05:48
56184         Log: Subject: Re: Smoke [5.9.0] 19055 FAIL(m) linux 2.4.18-3 (i686/1 cpu)
56185              From: Enache Adrian <enache@rdslink.ro>
56186              Date: Mon, 24 Mar 2003 23:56:25 +0200
56187              Message-ID: <20030324215625.GB853@ratsnest.hole>
56188      Branch: perl
56189            ! Makefile.SH
56190 ____________________________________________________________________________
56191 [ 19055] By: merijn                                on 2003/03/24  07:05:39
56192         Log: Subject: no more 'make install && make test' with shared libperl.so on Linux
56193              From: Enache Adrian <enache@rdslink.ro>
56194              Date: Sat, 22 Mar 2003 22:49:49 +0200
56195              Message-ID: <20030322204949.GB794@ratsnest.hole>
56196
56197              This is a slightly more defensive patch than Chip's patch that
56198              fell through the cracks, but does the same
56199              Subject: Shared libperl.so and build issues
56200              From: Chip Turner <cturner@redhat.com>
56201              Date: Tue 31 Dec 2002 17:21
56202      Branch: perl
56203            ! Makefile.SH
56204 ____________________________________________________________________________
56205 [ 19054] By: merijn                                on 2003/03/24  06:54:23
56206         Log: Subject: [PATCH bleadperl] vms.c thread clean-up
56207              From: "Craig A. Berry" <craigberry@mac.com>
56208              Date: Sun, 23 Mar 2003 15:32:58 -0600
56209              Message-ID: <3E7E280A.5000304@mac.com>
56210      Branch: perl
56211            ! vms/vms.c
56212 ____________________________________________________________________________
56213 [ 19052] By: jhi                                   on 2003/03/24  04:28:13
56214         Log: For change #19051: a new .bat to CRLF.
56215      Branch: perl
56216            ! Porting/makerel
56217 ____________________________________________________________________________
56218 [ 19051] By: jhi                                   on 2003/03/24  04:27:55
56219         Log: WinCE update from Vadim Konovalov.
56220      Branch: perl
56221            + wince/compile-all.bat wince/makedist.pl
56222            - wince/include/sys/stat.h wince/xbuildall.ksh
56223            - wince/xdistclean.ksh wince/xmakediffs.ksh
56224            ! MANIFEST README.ce dosish.h wince/Makefile.ce
56225            ! wince/compile.bat wince/config.ce
56226 ____________________________________________________________________________
56227 [ 19050] By: jhi                                   on 2003/03/24  04:25:15
56228         Log: Oops (change #19013 missed changing the Perl version number).
56229      Branch: perl
56230            ! cygwin/perlld.in
56231 ____________________________________________________________________________
56232 [ 19047] By: jhi                                   on 2003/03/23  17:54:33
56233         Log: Integrate from maint-5.8:
56234              [ 19045]
56235              If no IVSIZE == 8, no need for modulo_1.
56236      Branch: perl
56237           !> pp.c
56238 ____________________________________________________________________________
56239 [ 19044] By: rgs                                   on 2003/03/21  21:09:15
56240         Log: Subject: [PATCH] p4genpatch
56241              From: andreas.koenig@anima.de (Andreas J. Koenig)
56242              Date: Sat, 15 Mar 2003 12:04:18 +0100
56243              Message-ID: <m3hea4gabx.fsf@k242.linux.bogus>
56244      Branch: perl
56245            ! Porting/p4genpatch
56246 ____________________________________________________________________________
56247 [ 19043] By: rgs                                   on 2003/03/21  20:43:55
56248         Log: Subject: [PATCH] perlsub.pod and perlsyn.pod: better organise scoping info for modifiers
56249              From: Martien Verbruggen <mgjv@tradingpost.com.au>
56250              Date: Sat, 15 Mar 2003 12:31:47 +1100
56251              Message-Id: <slrnb750k3.j8t.mgjv@martien.heliotrope.home>
56252      Branch: perl
56253            ! pod/perlsub.pod pod/perlsyn.pod
56254 ____________________________________________________________________________
56255 [ 19042] By: merijn                                on 2003/03/21  07:45:54
56256         Log: Subject: [PATCH] readdir_r for VMS (was Re: [PATCH] configure.com: sig_num, etc.)
56257              From: "Craig A. Berry" <craigberry@mac.com>
56258              Date: Thu, 20 Mar 2003 23:03:36 -0600
56259              Message-ID: <3E7A9D28.1040706@mac.com>
56260      Branch: perl
56261            ! configure.com vms/vms.c vms/vmsish.h
56262 ____________________________________________________________________________
56263 [ 19039] By: rgs                                   on 2003/03/20  22:40:38
56264         Log: Subject: Re: [patch] [perl #21628] rcatline issue
56265              From: Enache Adrian <enache@rdslink.ro>
56266              Date: Thu, 20 Mar 2003 22:39:06 +0200
56267              Message-ID: <20030320203906.GA31199@ratsnest.hole>
56268      Branch: perl
56269            ! MANIFEST pp_hot.c t/op/readline.t
56270 ____________________________________________________________________________
56271 [ 19038] By: rgs                                   on 2003/03/20  22:07:50
56272         Log: Subject: Re: Bytecode? Back into service.
56273              From: Enache Adrian <enache@rdslink.ro>
56274              Date: Thu, 20 Mar 2003 07:38:39 +0200
56275              Message-ID: <20030320053839.GA4044@ratsnest.hole>
56276      Branch: perl
56277            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
56278            ! ext/ByteLoader/byterun.h op.c
56279 ____________________________________________________________________________
56280 [ 19037] By: rgs                                   on 2003/03/20  20:16:43
56281         Log: Subject: [DOC-PATCH] for README.cygwin, bleadperl version
56282              From: "Gerrit P. Haase" <gp@familiehaase.de>
56283              Date: Thu, 20 Mar 2003 21:23:28 +0100
56284              Message-ID: <941032389637.20030320212328@familiehaase.de>
56285      Branch: perl
56286            ! README.cygwin
56287 ____________________________________________________________________________
56288 [ 19036] By: jhi                                   on 2003/03/20  05:23:15
56289         Log: Integrate:
56290              [ 19033]
56291              file test operators weren't doing the right thing if the SV
56292              passed to them wasn't NUL-terminated
56293
56294              [ 19034]
56295              ensure SVs returned by Win32::Get{Short,Full}PathName() are
56296              NUL-terminated
56297      Branch: perl
56298           !> doio.c win32/win32.c
56299 ____________________________________________________________________________
56300 [ 19028] By: jhi                                   on 2003/03/19  09:46:27
56301         Log: Better wording as requested by Rafael, and
56302              the module is BerkeleyDB, not BerkeleyFile.
56303      Branch: perl
56304            ! README.tru64
56305 ____________________________________________________________________________
56306 [ 19026] By: jhi                                   on 2003/03/19  09:11:43
56307         Log: Update the DB_File instructions in Tru64.
56308      Branch: perl
56309            ! README.tru64
56310 ____________________________________________________________________________
56311 [ 19025] By: rgs                                   on 2003/03/18  21:59:33
56312         Log: Subject: [PATCH] [perl #9990] avoid goto &tmpsub coredump
56313              From: Dave Mitchell <davem@fdgroup.com>
56314              Date: Tue, 18 Mar 2003 21:55:05 +0000
56315              Message-ID: <20030318215505.A16787@fdgroup.com>
56316      Branch: perl
56317            ! pp_ctl.c t/op/goto.t
56318 ____________________________________________________________________________
56319 [ 19024] By: rgs                                   on 2003/03/18  21:24:27
56320         Log: Subject: [PATCH] VMS pod install tweaks
56321              From: "Craig A. Berry" <craigberry@mac.com>
56322              Date: Sat, 15 Mar 2003 16:06:07 -0600
56323              Message-ID: <3E73A3CF.3060502@mac.com>
56324      Branch: perl
56325            ! vms/descrip_mms.template
56326 ____________________________________________________________________________
56327 [ 19023] By: rgs                                   on 2003/03/18  21:22:03
56328         Log: Subject: [PATCH] poll() help for VMS
56329              From: "Craig A. Berry" <craigberry@mac.com>
56330              Date: Tue, 18 Mar 2003 01:10:10 -0600
56331              Message-ID: <3E76C652.30205@mac.com>
56332      Branch: perl
56333            ! configure.com ext/IO/poll.h
56334 ____________________________________________________________________________
56335 [ 19021] By: jhi                                   on 2003/03/18  06:56:26
56336         Log: The description of SIG_SIZE was off.
56337      Branch: perl
56338            ! Configure NetWare/config_H.wc Porting/Glossary
56339            ! Porting/config.sh Porting/config_H config_h.SH
56340            ! plan9/config.plan9 plan9/config_h.sample win32/config_H.bc
56341            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
56342            ! wince/config_H.ce
56343 ____________________________________________________________________________
56344 [ 19020] By: merijn                                on 2003/03/18  05:45:50
56345         Log: Minor updates of Wolfgang's pack patch
56346
56347              Subject: Re: pack changes and related fixes
56348              From: Philip Newton <Philip.Newton@gmx.net>
56349              Date: Tue, 18 Mar 2003 06:19:30 +0100
56350              Message-ID: <tb9d7vo1ocb14o73lnhabbmh5bsjoe5m46@4ax.com>
56351      Branch: perl
56352            ! embed.fnc pod/perldiag.pod
56353 ____________________________________________________________________________
56354 [ 19019] By: gsar                                  on 2003/03/18  05:06:07
56355         Log: regenerate win32/config_H.*
56356      Branch: perl
56357            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
56358            ! win32/config_H.vc64
56359 ____________________________________________________________________________
56360 [ 19018] By: gsar                                  on 2003/03/18  03:02:38
56361         Log: there is no trailing NULL in sig_name or sig_num, so don't
56362              talk about it
56363      Branch: perl
56364            ! Porting/Glossary
56365 ____________________________________________________________________________
56366 [ 19017] By: gsar                                  on 2003/03/18  03:01:02
56367         Log: according to the new Porting/Glossary, sig_num doesn't have an
56368              extra '0' at the end
56369      Branch: perl
56370            ! win32/config.bc win32/config.gc win32/config.vc
56371            ! win32/config.vc64
56372 ____________________________________________________________________________
56373 [ 19016] By: hv                                    on 2003/03/18  00:52:09
56374         Log: add tests for existing behaviour of undef postinc/dec
56375      Branch: perl
56376            ! t/op/inc.t
56377 ____________________________________________________________________________
56378 [ 19015] By: hv                                    on 2003/03/18  00:46:18
56379         Log: add comment at undef postinc special case
56380      Branch: perl
56381            ! pp.c
56382 ____________________________________________________________________________
56383 [ 19014] By: hv                                    on 2003/03/18  00:27:19
56384         Log: clarify behaviour of $a++
56385      Branch: perl
56386            ! pod/perlop.pod
56387 ____________________________________________________________________________
56388 [ 19013] By: jhi                                   on 2003/03/17  19:52:06
56389         Log: Integrate:
56390              [ 19012]
56391              We don't have the new Perl at this stage.
56392      Branch: perl
56393           !> cygwin/perlld.in
56394 ____________________________________________________________________________
56395 [ 19010] By: jhi                                   on 2003/03/17  17:16:44
56396         Log: Subject: pack changes and related fixes
56397              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
56398              Date: Mon, 17 Mar 2003 13:55:37 +0100
56399              Message-ID: <75A46BF1A9D8D311863A00508B6259A405F17EB8@ATTMSX4>
56400      Branch: perl
56401            ! embed.fnc embed.h lib/diagnostics.pm perl.h pod/perldiag.pod
56402            ! pod/perlfunc.pod pod/perlpacktut.pod pp_pack.c proto.h
56403            ! t/lib/warnings/pp_pack t/op/pack.t
56404 ____________________________________________________________________________
56405 [ 19007] By: jhi                                   on 2003/03/17  04:45:40
56406         Log: Integrate:
56407              [ 19006]
56408              Subject: Re: [Patch] Maintperl versioning for Cygwin
56409              From: Slaven Rezic <slaven@rezic.de>
56410              Date: 17 Mar 2003 00:42:43 +0100
56411              Message-ID: <87ptoqev4c.fsf@vran.herceg.de>
56412      Branch: perl
56413           !> cygwin/perlld.in
56414 ____________________________________________________________________________
56415 [ 19005] By: hv                                    on 2003/03/17  02:06:20
56416         Log: Subject: Patch for Data::Dumper 2.12 to Allow Custom Hash Key/Value Separator
56417              From: chocolateboy <chocolateboy@chocolatey.com>
56418              Date: Sat, 22 Feb 2003 12:17:28 +0000
56419              Message-ID: <3E576A58.8010901@chocolatey.com>
56420      Branch: perl
56421            + ext/Data/Dumper/t/pair.t
56422            ! MANIFEST ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
56423 ____________________________________________________________________________
56424 [ 19004] By: hv                                    on 2003/03/17  01:38:23
56425         Log: Subject: [patch] utils/h2xs.PL (get rid of \t and '')
56426              From: Stas Bekman <stas@stason.org>
56427              Date: Fri, 14 Feb 2003 11:59:53 +1100
56428              Message-ID: <3E4C3F89.6050005@stason.org>
56429      Branch: perl
56430            ! utils/h2xs.PL
56431 ____________________________________________________________________________
56432 [ 19003] By: hv                                    on 2003/03/17  01:23:02
56433         Log: Subject: [perl #20724] Patch for dprofpp
56434              From: Nicholas "Oxhøj" (via RT) <perlbug-followup@perl.org>
56435              Date: 5 Feb 2003 08:41:17 -0000
56436              Message-Id: <rt-20724-50329.7.50247680562964@bugs6.perl.org>
56437      Branch: perl
56438            ! utils/dprofpp.PL
56439 ____________________________________________________________________________
56440 [ 19002] By: hv                                    on 2003/03/16  23:36:57
56441         Log: Subject: [perl #19898] [PATCH] forking to Perl children with IPC::Open3
56442              From: Adam Spiers (via RT) <perlbug-followup@perl.org>
56443              Date: 10 Jan 2003 10:59:44 -0000
56444              Message-Id: <rt-19898-47213.12.0892150698178@bugs6.perl.org>
56445      Branch: perl
56446            ! lib/IPC/Open3.pm
56447 ____________________________________________________________________________
56448 [ 19001] By: jhi                                   on 2003/03/16  21:50:24
56449         Log: getservbyname_r() kaputt in OpenBSD (might get fixed
56450              for 3.3, but only might)
56451      Branch: perl
56452            ! hints/openbsd.sh
56453 ____________________________________________________________________________
56454 [ 18999] By: jhi                                   on 2003/03/16  21:33:49
56455         Log: Stay within known facts: what platforms the skippage helps,
56456              and in which it is not needed.
56457      Branch: perl
56458            ! ext/POSIX/t/posix.t
56459 ____________________________________________________________________________
56460 [ 18998] By: jhi                                   on 2003/03/16  18:15:42
56461         Log: This seems to fix (well, dodge) the problems in FreeBSD for
56462              Enache Adrian; in _theory_ this patch could be good for NetBSD,
56463              too, but Alian gets a core dump already at subtest #9 (anyone
56464              with a real NetBSD, Alian's is a VMware one, which has in the
56465              past caused similar odd crashes).  OpenBSD threaded build result
56466              still unknown.
56467      Branch: perl
56468            ! ext/POSIX/t/posix.t
56469 ____________________________________________________________________________
56470 [ 18997] By: jhi                                   on 2003/03/16  18:07:30
56471         Log: IRIX ls -l marks sockets with 'S'.
56472      Branch: perl
56473            ! t/op/stat.t
56474 ____________________________________________________________________________
56475 [ 18996] By: jhi                                   on 2003/03/16  17:41:42
56476         Log: Turn on UTF-8 flag only if the $str is valid utf8
56477              (pointed out by Dan Kogai).
56478      Branch: perl
56479            ! lib/Term/ReadLine.pm
56480 ____________________________________________________________________________
56481 [ 18995] By: jhi                                   on 2003/03/16  16:40:06
56482         Log: Signedness nits.
56483      Branch: perl
56484            ! regcomp.c
56485 ____________________________________________________________________________
56486 [ 18994] By: jhi                                   on 2003/03/16  15:41:44
56487         Log: Fix for [perl #21479] Term::ReadLine(::Stub) doesn't set UTF-8 flag.
56488              Should work both for PERL_UNICODE/-C and use encoding 'foo';
56489      Branch: perl
56490            ! lib/Term/ReadLine.pm
56491 ____________________________________________________________________________
56492 [ 18991] By: jhi                                   on 2003/03/16  15:14:31
56493         Log: Pod fix from Philip Newton.
56494      Branch: perl
56495            ! pod/perlfunc.pod
56496 ____________________________________________________________________________
56497 [ 18990] By: jhi                                   on 2003/03/16  15:12:00
56498         Log: Further potential pitfalls for the utf8 len/pos cache
56499              found by Inaba Hiroto.  No test cases, yet.
56500      Branch: perl
56501            ! regcomp.c
56502 ____________________________________________________________________________
56503 [ 18989] By: jhi                                   on 2003/03/16  08:02:31
56504         Log: Make the :bytes conditional on PerlIO.
56505      Branch: perl
56506            ! ext/Encode/t/CJKT.t
56507 ____________________________________________________________________________
56508 [ 18988] By: jhi                                   on 2003/03/15  18:27:36
56509         Log: Needs PerlIO for :bytes.
56510      Branch: perl
56511            ! ext/Encode/t/CJKT.t
56512 ____________________________________________________________________________
56513 [ 18986] By: rgs                                   on 2003/03/14  20:28:20
56514         Log: Subject: Re: [fix] [perl #21575] Bug with print( followed by a newline
56515              From: Enache Adrian <enache@rdslink.ro>
56516              Date: Fri, 14 Mar 2003 23:02:42 +0200
56517              Message-ID: <20030314210242.GA1159@ratsnest.hole>
56518              (with an added test)
56519      Branch: perl
56520            ! t/comp/parser.t toke.c
56521 ____________________________________________________________________________
56522 [ 18985] By: rgs                                   on 2003/03/14  19:45:18
56523         Log: Time::HiRes is a core module
56524      Branch: perl
56525            ! pod/perlfunc.pod
56526 ____________________________________________________________________________
56527 [ 18984] By: rgs                                   on 2003/03/14  19:38:57
56528         Log: Subject: [patch ext/B/typemap] STRLEN T_UV
56529              From: Stas Bekman <stas@stason.org>
56530              Date: Fri, 14 Mar 2003 17:45:09 +1100
56531              Message-ID: <3E717A75.2060300@stason.org>
56532      Branch: perl
56533            ! ext/B/typemap
56534 ____________________________________________________________________________
56535 [ 18982] By: jhi                                   on 2003/03/14  15:16:18
56536         Log: Better pass in the $self for a method.
56537      Branch: perl
56538            ! lib/File/Spec/Unix.pm
56539 ____________________________________________________________________________
56540 [ 18980] By: jhi                                   on 2003/03/14  13:42:32
56541         Log: Cleanup the File::Spec tmpdir() implementations:
56542              now all the platforms specific modules call _tmpdir()
56543              (inherited from Unix.pm) with the list of platform
56544              specific list of temporary directories, and _tmpdir()
56545              then does the appropriate suitability checking.
56546      Branch: perl
56547            ! lib/File/Spec.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
56548            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
56549            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
56550            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
56551 ____________________________________________________________________________
56552 [ 18979] By: jhi                                   on 2003/03/14  12:48:09
56553         Log: whichsig() really does return -1 for unknown signals.
56554      Branch: perl
56555            ! mg.c
56556 ____________________________________________________________________________
56557 [ 18977] By: jhi                                   on 2003/03/14  10:42:33
56558         Log: Rework the @Config{/sig.*/} tests.
56559      Branch: perl
56560            ! lib/Config.t
56561 ____________________________________________________________________________
56562 [ 18976] By: jhi                                   on 2003/03/14  10:31:50
56563         Log: Subject: [PATCH] configure.com: sig_num, etc.
56564              From: "Craig A. Berry" <craigberry@mac.com>
56565              Date: Thu, 13 Mar 2003 21:38:19 -0600
56566              Message-ID: <3E714EAB.6030001@mac.com>
56567      Branch: perl
56568            ! configure.com
56569 ____________________________________________________________________________
56570 [ 18975] By: jhi                                   on 2003/03/14  10:30:53
56571         Log: Make whichsig() to work also if some system defines
56572              zero signals (now -1 is the "not found").  Note that
56573              in couple of mg.c spots only whichsig() > 0 branches
56574              are taken because signal handlers et al don't make
56575              much sense for the zero signal.
56576      Branch: perl
56577            ! doio.c mg.c
56578 ____________________________________________________________________________
56579 [ 18973] By: jhi                                   on 2003/03/14  10:27:46
56580         Log: Since Configure does the signal name/number probe with awk
56581              based on the cpp results (not by really running code), testing
56582              for the signum value is not really helpful if we have runtime
56583              function calls (some signal numbers are dynamic, for example)
56584              (or other extra stuff where the signum value is expected).
56585              (Runtimeness also means that Configure cannot get these right,
56586              anyway.) Better filter in just the constant non-negative numbers.
56587      Branch: perl
56588            ! Configure
56589 ____________________________________________________________________________
56590 [ 18971] By: jhi                                   on 2003/03/14  09:30:18
56591         Log: Signal issues.
56592              (1) Filter out negative signals.
56593              (2) Correct sig_num* and sig_name* descriptions.
56594      Branch: perl
56595            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
56596            ! config_h.SH
56597 ____________________________________________________________________________
56598 [ 18970] By: jhi                                   on 2003/03/14  06:21:48
56599         Log: Hopefully this works also in Win32.
56600      Branch: perl
56601            ! ext/Encode/t/CJKT.t
56602 ____________________________________________________________________________
56603 [ 18969] By: jhi                                   on 2003/03/14  05:43:34
56604         Log: Subject: [PATCH] Perldoc.pm tweak for VMS
56605              From: "Craig A. Berry" <craigberry@mac.com>
56606              Date: Thu, 13 Mar 2003 13:44:55 -0600
56607              Message-ID: <3E70DFB7.8070405@mac.com>
56608      Branch: perl
56609            ! lib/Pod/Perldoc.pm
56610 ____________________________________________________________________________
56611 [ 18968] By: gsar                                  on 2003/03/14  04:41:25
56612         Log: fix for switchC.t test#6 failure on windows
56613      Branch: perl
56614            ! perl.c
56615 ____________________________________________________________________________
56616 [ 18967] By: gsar                                  on 2003/03/14  04:29:10
56617         Log: Config.t wasn't getting the sig_num and sig_size relationship
56618              right, and therefore failed test#35 on windows
56619
56620              note that config_h.SH documents that $sig_size does NOT include
56621              the final NULL in $sig_num!
56622      Branch: perl
56623            ! lib/Config.t
56624 ____________________________________________________________________________
56625 [ 18966] By: gsar                                  on 2003/03/14  04:20:51
56626         Log: another fix for failing test on windows ("use encoding" puts
56627              STDIN in :raw mode, so chomp() wasn't stripping the CR)
56628      Branch: perl
56629            ! ext/Encode/t/enc_module.t
56630 ____________________________________________________________________________
56631 [ 18965] By: gsar                                  on 2003/03/14  04:06:31
56632         Log: fix CJKT.t failures on windows due to incorrect binmode()
56633      Branch: perl
56634            ! ext/Encode/t/CJKT.t
56635 ____________________________________________________________________________
56636 [ 18964] By: rgs                                   on 2003/03/13  21:47:52
56637         Log: Skip the last test of Config.t on HP-UX.
56638              (This test should be skipped for every system that
56639              actually defines a negative signal number. Maybe that
56640              test should be removed, to be future-proof.)
56641      Branch: perl
56642            ! lib/Config.t
56643 ____________________________________________________________________________
56644 [ 18963] By: rgs                                   on 2003/03/13  20:57:32
56645         Log: Subject: [perl #20755] [PATCH] 5.8.0 h2ph barfs on checksum.h on RH6.2/7.2
56646              From: Kurt Starsinic <kstar@cpan.org>
56647              Date: Mon, 10 Mar 2003 00:54:49 -0500
56648              Message-ID: <m3d6kyvazx.wl_rspier@pobox.com>
56649      Branch: perl
56650            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
56651 ____________________________________________________________________________
56652 [ 18962] By: rgs                                   on 2003/03/13  20:46:53
56653         Log: Subject: [PATCH] checking for magic in hv.c and ext/POSIX/POSIX.xs
56654              From: "Craig A. Berry" <craigberry@mac.com>
56655              Date: Tue, 11 Mar 2003 21:29:31 -0600
56656              Message-ID: <3E6EA99B.9060902@mac.com>
56657              Patch by Scott Lepage (scott.lepage@hp.com)
56658      Branch: perl
56659            ! hv.c
56660 ____________________________________________________________________________
56661 [ 18959] By: jhi                                   on 2003/03/13  20:05:50
56662         Log: Some more stdlib.h inclusions and change the gccversion
56663              test to use return (could have used that for all, sigh).
56664      Branch: perl
56665            ! Configure
56666 ____________________________________________________________________________
56667 [ 18958] By: rgs                                   on 2003/03/12  20:46:58
56668         Log: Trims slashes from the argument to rmdir(), likewise
56669              to what happens with rmdir(). Factorize the code in a
56670              local macro, TRIMSLASHES.
56671      Branch: perl
56672            ! pp_sys.c
56673 ____________________________________________________________________________
56674 [ 18957] By: jhi                                   on 2003/03/12  14:23:02
56675         Log: VOS nit from Paul Green.
56676      Branch: perl
56677            ! vos/configure_full_perl.sh
56678 ____________________________________________________________________________
56679 [ 18956] By: jhi                                   on 2003/03/12  13:58:26
56680         Log: File::Spec: Do not fall back to '', use curdir instead.
56681              Note: Mac used to use cwd(), now curdir, slight change
56682              (relative vs. absolute).
56683      Branch: perl
56684            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Mac.pm
56685            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
56686            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
56687 ____________________________________________________________________________
56688 [ 18955] By: jhi                                   on 2003/03/12  13:49:15
56689         Log: File::Temp tests were failing in Cygwin if $ENV{TMPDIR}
56690              was unset (the tests attempted to create files at the /)
56691      Branch: perl
56692            ! lib/File/Spec/Cygwin.pm
56693 ____________________________________________________________________________
56694 [ 18954] By: jhi                                   on 2003/03/12  10:59:03
56695         Log: Another finding by IRIX cc: non-void function
56696              sv_cat_decode() should return a value.
56697      Branch: perl
56698            ! sv.c
56699 ____________________________________________________________________________
56700 [ 18952] By: jhi                                   on 2003/03/12  10:53:02
56701         Log: Integrate:
56702              [ 18949]
56703              pudge> never integrate anything from macos/
56704      Branch: perl
56705            - macos/MacPerlTests.cmd macos/Makefile.mk macos/configpm
56706            - macos/macperl.sym
56707           !> MANIFEST
56708 ____________________________________________________________________________
56709 [ 18951] By: jhi                                   on 2003/03/12  10:52:17
56710         Log: Integrate:
56711              [ 18946]
56712              Integrate from maint-5.8/macperl:
56713              [ 18937]
56714              Various MacOS portability fixes for tests
56715
56716              [ 18938]
56717              File::Spec::Unix method should be called on $self
56718
56719              [ 18939]
56720              lib.pm:_get_dirs() should use $_[0], not $_
56721
56722              [ 18940]
56723              Update MacOS for new configpm
56724
56725              [ 18941]
56726              Update MacOS build
56727              Update Makefile for new source files,
56728              update test script, add additional symbol for APItest
56729      Branch: perl
56730           +> macos/MacPerlTests.cmd macos/Makefile.mk macos/configpm
56731           +> macos/macperl.sym
56732           !> ext/Digest/MD5/t/files.t ext/Filter/t/call.t
56733           !> ext/POSIX/t/taint.t lib/File/Spec/Unix.pm
56734           !> lib/Unicode/Collate/t/index.t lib/Unicode/Collate/t/test.t
56735           !> lib/charnames.t lib/lib_pm.PL t/io/crlf.t t/op/method.t
56736           !> t/op/mkdir.t t/op/recurse.t t/op/sprintf.t t/op/stat.t
56737           !> t/op/taint.t t/pod/testp2pt.pl t/run/switchI.t
56738 ____________________________________________________________________________
56739 [ 18950] By: jhi                                   on 2003/03/12  10:49:27
56740         Log: Cygwin doesn't like initing the $0 mutex in perl_construct()
56741              (Too early? If inited there the pthread_mutex_init() returns
56742              an integer much too large be an errno), but initing the mutex
56743              later, in perl_alloc(), seems to be okay with Cygwin, and also
56744              with Linux.
56745      Branch: perl
56746            ! perl.c
56747 ____________________________________________________________________________
56748 [ 18944] By: jhi                                   on 2003/03/12  06:00:48
56749         Log: Ouch.  Missed one more, the void flags check (and exit() is void).
56750      Branch: perl
56751            ! Configure
56752 ____________________________________________________________________________
56753 [ 18943] By: jhi                                   on 2003/03/12  05:51:21
56754         Log: Tell how to possibly dodge 'Out of memory' errors.
56755      Branch: perl
56756            ! pod/perldiag.pod
56757 ____________________________________________________________________________
56758 [ 18935] By: jhi                                   on 2003/03/11  22:00:54
56759         Log: WinCE tweaks from Vadim Konovalov.
56760      Branch: perl
56761            ! perl.c perlio.c wince/Makefile.ce
56762 ____________________________________________________________________________
56763 [ 18932] By: jhi                                   on 2003/03/11  20:22:07
56764         Log: Missed one.
56765      Branch: perl
56766            ! Configure
56767 ____________________________________________________________________________
56768 [ 18929] By: jhi                                   on 2003/03/11  20:15:51
56769         Log: Single vs doublequoted context is important...
56770      Branch: perl
56771            ! Configure
56772 ____________________________________________________________________________
56773 [ 18927] By: jhi                                   on 2003/03/11  20:04:33
56774         Log: """glob.*""" patch for VMS, from Peter Prymmer.
56775      Branch: perl
56776            ! vms/perlvms.pod vms/vms.c
56777 ____________________________________________________________________________
56778 [ 18926] By: rgs                                   on 2003/03/11  19:44:54
56779         Log: Questionable construct.
56780      Branch: perl
56781            ! pod/perltooc.pod
56782 ____________________________________________________________________________
56783 [ 18925] By: jhi                                   on 2003/03/11  19:15:15
56784         Log: Better setmode() prototype for cygwin.
56785      Branch: perl
56786            ! perl.h
56787 ____________________________________________________________________________
56788 [ 18923] By: jhi                                   on 2003/03/11  19:11:39
56789         Log: Solaris cc wants prototype for exit(), so <stdlib.h> needed.
56790      Branch: perl
56791            ! Configure
56792 ____________________________________________________________________________
56793 [ 18921] By: jhi                                   on 2003/03/11  18:15:45
56794         Log: The 0, in the assert_not_ROK() makes IRIX cc to worry
56795              (cc-1171 cc: WARNING ... The indicated expression has no effect.)
56796              So make the macro to include the , and the non-gcc case empty.
56797      Branch: perl
56798            ! sv.h
56799 ____________________________________________________________________________
56800 [ 18919] By: jhi                                   on 2003/03/11  17:43:10
56801         Log: Uid_t and Gid_t can easily be shorts and one cannot
56802              pull shorts off the va_args, int is the shortest (ahem).
56803      Branch: perl
56804            ! reentr.c reentr.pl
56805 ____________________________________________________________________________
56806 [ 18918] By: jhi                                   on 2003/03/11  17:32:23
56807         Log: Subject: [PATCH] io_sock.t
56808              From: Norton Allen <allen@huarp.harvard.edu>
56809              Date: Tue, 11 Mar 2003 13:37:36 -0500 (est)
56810              Message-Id: <200303111837.NAA30438@bottesini.harvard.edu>
56811      Branch: perl
56812            ! README.qnx ext/IO/lib/IO/t/io_sock.t
56813 ____________________________________________________________________________
56814 [ 18917] By: jhi                                   on 2003/03/11  17:30:43
56815         Log: Get rid of one Cygwin warning by introducing a prototype
56816              for the init_os_extras().  Since there is no header file
56817              in Perl specific to cygwin, use perl.h.
56818      Branch: perl
56819            ! perl.h
56820 ____________________________________________________________________________
56821 [ 18916] By: jhi                                   on 2003/03/11  11:40:38
56822         Log: Upgrade to Time-HiRes 1.43.
56823      Branch: perl
56824            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
56825            ! ext/Time/HiRes/Makefile.PL
56826 ____________________________________________________________________________
56827 [ 18915] By: jhi                                   on 2003/03/11  09:19:54
56828         Log: Be more lax about the out of memory error message.
56829      Branch: perl
56830            ! t/op/recurse.t
56831 ____________________________________________________________________________
56832 [ 18914] By: jhi                                   on 2003/03/11  09:18:25
56833         Log: Try to handle hitting the heap/data limit in small systems.
56834              (One can simulate this with e.g. 32MB or 64MB datasize,
56835              use your shell's ulimit/limit/limits command.)
56836      Branch: perl
56837            ! t/op/recurse.t
56838 ____________________________________________________________________________
56839 [ 18912] By: hv                                    on 2003/03/11  07:36:00
56840         Log: typo for utf8locale in #18907
56841      Branch: perl
56842            ! sv.c
56843 ____________________________________________________________________________
56844 [ 18910] By: jhi                                   on 2003/03/11  06:55:29
56845         Log: Subject: [PATCH] clear PL_exitlist in perl_destruct
56846              From: "Craig A. Berry" <craigberry@mac.com>
56847              Date: Tue, 11 Mar 2003 00:34:39 -0600
56848              Message-ID: <3E6D837F.7000506@mac.com>
56849      Branch: perl
56850            ! perl.c
56851 ____________________________________________________________________________
56852 [ 18909] By: jhi                                   on 2003/03/11  06:29:35
56853         Log: Upgrade to cperl-mode 5.0, from IlyaZ.
56854      Branch: perl
56855            ! emacs/cperl-mode.el
56856 ____________________________________________________________________________
56857 [ 18908] By: jhi                                   on 2003/03/11  06:09:05
56858         Log: Missed some, cryptically.
56859      Branch: perl
56860            ! pod/perlfunc.pod
56861 ____________________________________________________________________________
56862 [ 18907] By: jhi                                   on 2003/03/11  06:01:28
56863         Log: Add missing intrpvar clonings to perl_clone.
56864              Also move the IDBassertion to the end since there's
56865              no particular reason to break bincompat for that.
56866      Branch: perl
56867            ! intrpvar.h sv.c
56868 ____________________________________________________________________________
56869 [ 18906] By: jhi                                   on 2003/03/11  05:43:30
56870         Log: Add reminders to intrpvar.h about perl_clone(), as suggested by Stas.
56871      Branch: perl
56872            ! intrpvar.h
56873 ____________________________________________________________________________
56874 [ 18905] By: jhi                                   on 2003/03/11  05:38:10
56875         Log: Subject: [patch] PL_taint_warn falls between chairs in perl_clone()
56876              From: Stas Bekman <stas@stason.org>
56877              Date: Tue, 11 Mar 2003 17:09:02 +1100
56878              Message-ID: <3E6D7D7E.5000704@stason.org>
56879      Branch: perl
56880            ! sv.c
56881 ____________________________________________________________________________
56882 [ 18904] By: jhi                                   on 2003/03/11  05:33:10
56883         Log: Subject: [PATCH] typos and other minor things
56884              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
56885              Date: Mon, 10 Mar 2003 21:00:55 -0700
56886              Message-Id: <200303110400.h2B40tEQ018838@xerxes.courtesan.com>
56887      Branch: perl
56888            ! emacs/cperl-mode.el ext/B/B/Concise.pm ext/DB_File/DB_File.pm
56889            ! ext/DB_File/DB_File.xs ext/Devel/PPPort/PPPort.pm
56890            ! ext/IO/lib/IO/Socket.pm ext/PerlIO/encoding/encoding.xs
56891            ! ext/PerlIO/via/via.pm ext/Storable/Storable.xs lib/Net/FTP.pm
56892            ! lib/Net/NNTP.pm lib/Net/Ping.pm lib/Pod/Perldoc.pm
56893            ! lib/Tie/File/t/05_size.t lib/charnames.pm lib/ftp.pl
56894            ! lib/utf8.t pad.c pod/perlfunc.pod pod/perlintern.pod
56895            ! pod/perlthrtut.pod pod/pod2latex.PL regcomp.c t/op/sprintf.t
56896            ! utils/libnetcfg.PL vms/vms.c win32/vmem.h
56897 ____________________________________________________________________________
56898 [ 18903] By: jhi                                   on 2003/03/11  05:29:12
56899         Log: A rejected hunk of #18902 reapplied.
56900      Branch: perl
56901            ! t/io/utf8.t
56902 ____________________________________________________________________________
56903 [ 18902] By: jhi                                   on 2003/03/11  05:19:15
56904         Log: Patch from Craig Berry to resolve test failures in VMS.
56905              Will poke the Net::Ping author.
56906      Branch: perl
56907            ! ext/threads/shared/t/cond.t lib/Net/Ping/t/190_alarm.t
56908            ! t/io/utf8.t t/op/magic.t
56909 ____________________________________________________________________________
56910 [ 18900] By: rgs                                   on 2003/03/10  22:12:37
56911         Log: Integrate (by hand) change #18386 from maint-5.8
56912      Branch: perl
56913            ! t/op/split.t
56914 ____________________________________________________________________________
56915 [ 18899] By: jhi                                   on 2003/03/10  21:44:12
56916         Log: VMS has an extra \n at the end, and I assume Windows has \r\n.
56917      Branch: perl
56918            ! t/run/switchC.t
56919 ____________________________________________________________________________
56920 [ 18891] By: rgs                                   on 2003/03/10  20:22:39
56921         Log: A new test, to check that signal numbers are actually positive,
56922              and that there is a consistent number of signals available.
56923      Branch: perl
56924            ! lib/Config.t
56925 ____________________________________________________________________________
56926 [ 18889] By: rgs                                   on 2003/03/10  19:55:06
56927         Log: Subject: Re: odd (or not so odd?) segmentation fault in 5.8.0
56928              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
56929              Date: Fri, 07 Mar 2003 13:12:49 -0800
56930              Message-ID: <RtQa+gzkg2kF092yn@efn.org>
56931      Branch: perl
56932            ! mg.c pod/perldiag.pod t/op/tie.t
56933 ____________________________________________________________________________
56934 [ 18888] By: rgs                                   on 2003/03/10  19:37:40
56935         Log: Subject: Re: [perl #21505] 5.8.0 lib/Config test failure due to compiler flag
56936              From: Nicholas Clark <nick@unfortu.net>
56937              Date: Sun, 9 Mar 2003 21:24:46 +0000
56938              Message-ID: <20030309212445.GE277@Bagpuss.unfortu.net>
56939      Branch: perl
56940            ! lib/Config.t
56941 ____________________________________________________________________________
56942 [ 18880] By: jhi                                   on 2003/03/10  16:17:50
56943         Log: Integrate from maint:
56944              [ 18428]
56945              Somehow I managed to get makefile.olds that didn't get cleaned away.
56946      Branch: perl
56947           !> Makefile.SH x2p/Makefile.SH
56948 ____________________________________________________________________________
56949 [ 18876] By: jhi                                   on 2003/03/10  06:35:20
56950         Log: Comment fix.
56951      Branch: perl
56952            ! t/io/utf8.t
56953 ____________________________________________________________________________
56954 [ 18875] By: jhi                                   on 2003/03/10  05:31:00
56955         Log: Remove the foo-old files.
56956      Branch: perl
56957            ! opcode.pl
56958 ____________________________________________________________________________
56959 [ 18874] By: jhi                                   on 2003/03/10  05:23:32
56960         Log: Subject: Re: Shared libperl.so and build issues
56961              From: Chip Turner <cturner@redhat.com>
56962              Date: 05 Jan 2003 10:35:40 -0500
56963              Message-ID: <vzky95z8v8z.fsf@minbar.devel.redhat.com>
56964      Branch: perl
56965            ! INSTALL
56966 ____________________________________________________________________________
56967 [ 18873] By: jhi                                   on 2003/03/10  05:18:02
56968         Log: Bunch of doc patches from Stas; plus regen.
56969
56970              Subject: [doc patch] perl.c's pod api entry
56971              From: Stas Bekman <stas@stason.org>
56972              Date: Mon, 10 Mar 2003 12:35:52 +1100
56973              Message-ID: <3E6BEBF8.80402@stason.org>
56974
56975              Subject: Re: [patch] perlguts.pod
56976              From: Stas Bekman <stas@stason.org>
56977              Date: Mon, 10 Mar 2003 12:38:57 +1100
56978              Message-ID: <3E6BECB1.7050009@stason.org>
56979
56980              Subject: Re: [PATCH ext/DynaLoader/DynaLoader_pm.PL] doc fix: s/dl_loadflags/dl_load_flags/
56981              From: Stas Bekman <stas@stason.org>
56982              Date: Mon, 10 Mar 2003 12:41:46 +1100
56983              Message-ID: <3E6BED5A.801@stason.org>
56984
56985              Subject: Re: [patch] perlapi.pod fix
56986              From: Stas Bekman <stas@stason.org>
56987              Date: Mon, 10 Mar 2003 12:43:33 +1100
56988              Message-ID: <3E6BEDC5.6010405@stason.org>
56989
56990              Subject: Re: [docs patch] replace gets() with fgets() in example
56991              From: Stas Bekman <stas@stason.org>
56992              Date: Mon, 10 Mar 2003 12:45:41 +1100
56993              Message-ID: <3E6BEE45.9030901@stason.org>
56994
56995              Subject: [doc patch] perlrun.pod
56996              From: Stas Bekman <stas@stason.org>
56997              Date: Mon, 10 Mar 2003 14:49:59 +1100
56998              Message-ID: <3E6C0B67.4050606@stason.org>
56999      Branch: perl
57000            ! ext/DynaLoader/DynaLoader_pm.PL handy.h perl.c pod/perlapi.pod
57001            ! pod/perlembed.pod pod/perlguts.pod pod/perlrun.pod
57002 ____________________________________________________________________________
57003 [ 18871] By: jhi                                   on 2003/03/09  20:15:13
57004         Log: Must not hide the protos, though.
57005      Branch: perl
57006            ! embed.pl proto.h
57007 ____________________________________________________________________________
57008 [ 18870] By: jhi                                   on 2003/03/09  20:12:11
57009         Log: I hate embed*.  Tell me what you know.
57010      Branch: perl
57011            ! embed.fnc embed.h
57012 ____________________________________________________________________________
57013 [ 18869] By: jhi                                   on 2003/03/09  19:32:19
57014         Log: Upgrade to Encode 1.91.
57015      Branch: perl
57016            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
57017            ! ext/Encode/encoding.pm ext/Encode/t/enc_module.t
57018 ____________________________________________________________________________
57019 [ 18868] By: jhi                                   on 2003/03/09  19:04:22
57020         Log: Export the symbols from #18863; do not prototype (but export)
57021              Nicholas Clark's experimental COW functions.
57022              Sidenote: the embed.fnc/embed.fnc/makedef.pl thing is becoming
57023              a mess of Herculean proportions.  Someone should redesign and
57024              clean up the stables.
57025      Branch: perl
57026            ! embed.fnc embed.pl global.sym proto.h
57027 ____________________________________________________________________________
57028 [ 18867] By: jhi                                   on 2003/03/09  17:12:55
57029         Log: Upgrade to Encode 1.90 (plus the one extra use lib in enc_module.t)
57030      Branch: perl
57031            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
57032            ! ext/Encode/MANIFEST ext/Encode/encoding.pm
57033            ! ext/Encode/t/Mod_EUCJP.pm ext/Encode/t/enc_data.t
57034            ! ext/Encode/t/enc_module.t
57035 ____________________________________________________________________________
57036 [ 18865] By: jhi                                   on 2003/03/09  13:50:57
57037         Log: From Inaba Hiroto: DATA wasn't properly utf8ed
57038              under 'use encoding'.
57039      Branch: perl
57040            + ext/Encode/t/enc_data.t
57041            ! MANIFEST ext/Encode/MANIFEST toke.c
57042 ____________________________________________________________________________
57043 [ 18864] By: jhi                                   on 2003/03/09  13:21:09
57044         Log: Tru64: additional instructions for building a newer Berkeley DB.
57045      Branch: perl
57046            ! README.tru64 hints/dec_osf.sh
57047 ____________________________________________________________________________
57048 [ 18863] By: jhi                                   on 2003/03/09  12:07:28
57049         Log: At Sarathy's request restore the bin5005compat Perl_foo_sv()
57050              function stubs, should be helpful for really simple extensions.
57051              Undoes large parts of changes #16289 and #16290.
57052      Branch: perl
57053            ! sv.c
57054 ____________________________________________________________________________
57055 [ 18862] By: rgs                                   on 2003/03/09  11:48:37
57056         Log: ... and add a test case for bug #20798
57057      Branch: perl
57058            ! t/op/eval.t
57059 ____________________________________________________________________________
57060 [ 18861] By: jhi                                   on 2003/03/09  11:46:17
57061         Log: Subject: Re: [perl #21498] printf behaviour changes 5.6.1(and earlier) -> 5.8
57062              From: Enache Adrian <enache@rdslink.ro>
57063              Date: Fri, 7 Mar 2003 23:28:37 +0200
57064              Message-ID: <20030307212837.GB765@ratsnest.hole>
57065
57066              (and few more test cases from the thread)
57067      Branch: perl
57068            ! sv.c t/op/sprintf.t
57069 ____________________________________________________________________________
57070 [ 18860] By: rgs                                   on 2003/03/09  11:33:09
57071         Log: Subject: Re: [perl #20798] foo(eval {}) crashes Perl 5.8
57072              From: Enache Adrian <enache@rdslink.ro>
57073              Date: Fri, 7 Mar 2003 00:12:03 +0200
57074              Message-ID: <20030306221203.GB13330@ratsnest.hole>
57075      Branch: perl
57076            ! op.c
57077 ____________________________________________________________________________
57078 [ 18859] By: rgs                                   on 2003/03/09  11:30:22
57079         Log: Adjust test count.
57080      Branch: perl
57081            ! t/op/pat.t
57082 ____________________________________________________________________________
57083 [ 18858] By: jhi                                   on 2003/03/09  10:54:10
57084         Log: From Inaba Hiroto: re_intuit_start set a value to
57085              PL_bostr before calling find_byclass when regexp has
57086              ROPT_UTF8 flag on. But right value for PL_bostr is set
57087              before re_intuit_start is called.  PL_regdata is always
57088              assigned by cache_re(), so the whole if(prog->reganch & ROPT_UTF8){}
57089              can be deleted.
57090      Branch: perl
57091            ! regexec.c t/op/pat.t
57092 ____________________________________________________________________________
57093 [ 18857] By: jhi                                   on 2003/03/09  10:46:23
57094         Log: From Inaba Hiroto: the UTF-8 length cache wasn't
57095              updated when fbm_compile() appended a "\n".
57096      Branch: perl
57097            ! t/op/pat.t util.c
57098 ____________________________________________________________________________
57099 [ 18856] By: rgs                                   on 2003/03/08  20:16:36
57100         Log: Add a B::COP::io() method, to return the cop_io field of COPs.
57101              Print it in B::Debug. Can be used later in B::Deparse to deparse
57102              the open pragma.
57103      Branch: perl
57104            ! ext/B/B.pm ext/B/B.xs ext/B/B/Debug.pm
57105 ____________________________________________________________________________
57106 [ 18855] By: rgs                                   on 2003/03/08  19:51:40
57107         Log: Subject: [PATCH perldebug.pod] to explain new [<>{] behaviour - attached
57108              From: Richard.Foley@ubsw.com
57109              Date: Fri, 21 Feb 2003 13:51:51 +0100
57110              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD98579F1@NZURC900PEX1.ubsgs.ubsgroup.net>
57111      Branch: perl
57112            ! pod/perldebug.pod
57113 ____________________________________________________________________________
57114 [ 18854] By: jhi                                   on 2003/03/08  19:41:25
57115         Log: Enache Adrian reads comments.
57116      Branch: perl
57117            ! perl.h
57118 ____________________________________________________________________________
57119 [ 18853] By: rgs                                   on 2003/03/08  19:40:13
57120         Log: Subject: [PATCH] Re: [perl #20551] Documentation error for IO::Select
57121              From: Richard Soderberg <perl@crystalflame.net>
57122              Date: Sat, 15 Feb 2003 01:27:17 -0500
57123              Message-Id: <87D7A731-40AE-11D7-9B07-000393801F84@crystalflame.net>
57124      Branch: perl
57125            ! ext/IO/lib/IO/Select.pm
57126 ____________________________________________________________________________
57127 [ 18852] By: jhi                                   on 2003/03/08  19:05:04
57128         Log: Subject: [PATCH] long %ENV values for VMS
57129              From: "Craig A. Berry" <craigberry@mac.com>
57130              Date: Fri, 07 Mar 2003 13:49:50 -0600
57131              Message-ID: <3E68F7DE.8070603@mac.com>
57132      Branch: perl
57133            ! vms/vms.c
57134 ____________________________________________________________________________
57135 [ 18851] By: jhi                                   on 2003/03/08  06:49:35
57136         Log: regen_headers tiny tidying:
57137              - regen.pl renamed as regen_lib.pl
57138              - regen_headers.pl renamed as regen.pl
57139              - added make target 'regen' (kept target 'regen_headers'
57140              for porters' brains' backward compatibility)
57141              - regen.pl fancified a bit to display the names
57142              of the files that got changed by running the scripts
57143      Branch: perl
57144            + regen_lib.pl
57145            - regen_headers.pl
57146            ! MANIFEST Makefile.SH autodoc.pl bytecode.pl embed.pl
57147            ! keywords.pl opcode.pl regcomp.pl regen.pl
57148 ____________________________________________________________________________
57149 [ 18848] By: jhi                                   on 2003/03/07  08:40:52
57150         Log: Give pointers to runtime Unicode changes.
57151      Branch: perl
57152            ! pod/perlrun.pod pod/perlvar.pod
57153 ____________________________________________________________________________
57154 [ 18847] By: jhi                                   on 2003/03/07  08:02:50
57155         Log: Extra character noticed by Tels.
57156      Branch: perl
57157            ! MANIFEST
57158 ____________________________________________________________________________
57159 [ 18846] By: jhi                                   on 2003/03/07  05:28:11
57160         Log: Subject: [PATCH] FreeBSD 5.0 gethostbyaddr_r hints update
57161              From: Kay Roepke <kay@dolphin-services.de>
57162              Date: Thu, 06 Mar 2003 23:00:10 +0100
57163              Message-ID: <3E67C4EA.A55FFE5C@dolphin-services.de>
57164
57165              (plus change the d_gethostbyaddr_r_proto default to "0",
57166              that is what an undefined r_proto looks like)
57167      Branch: perl
57168            ! hints/freebsd.sh
57169 ____________________________________________________________________________
57170 [ 18845] By: jhi                                   on 2003/03/07  05:21:43
57171         Log: Define the Perl_pp_i_modulo_1() only iff we have glibc.
57172              (Stronger variant of "pp.c: Perl_pp_i_modulo_1 needs help
57173              in non-glibc case", from Craig Berry)
57174      Branch: perl
57175            ! pp.c
57176 ____________________________________________________________________________
57177 [ 18844] By: jhi                                   on 2003/03/07  05:05:57
57178         Log: Good observation from Philip Newton.
57179      Branch: perl
57180            ! pod/perlrun.pod
57181 ____________________________________________________________________________
57182 [ 18843] By: rgs                                   on 2003/03/06  21:59:02
57183         Log: Make the -A switch work without an assertion name.
57184              by Salvador Fandiño.
57185      Branch: perl
57186            ! perl.c t/run/switch_A.t
57187 ____________________________________________________________________________
57188 [ 18842] By: rgs                                   on 2003/03/06  21:27:15
57189         Log: Subject: Re: [PATCH] let perlmodstyle mention Module::Build and Test::More
57190              From: "Jos I. Boumans" <kane@dwim.org>
57191              Date: Fri, 21 Feb 2003 20:33:53 +0100
57192              Message-ID: <3E567F21.6020006@dwim.org>
57193              (with some minor tweaks)
57194      Branch: perl
57195            ! pod/perlmodstyle.pod
57196 ____________________________________________________________________________
57197 [ 18841] By: rgs                                   on 2003/03/06  20:56:32
57198         Log: Subject: Re: [perl #20682] [fix] @- array not visible in s///
57199              From: Enache Adrian <enache@rdslink.ro>
57200              Date: Sun, 2 Mar 2003 06:05:22 +0200
57201              Message-ID: <20030302040522.GB4905@ratsnest.hole>
57202      Branch: perl
57203            ! t/op/subst.t
57204 ____________________________________________________________________________
57205 [ 18840] By: rgs                                   on 2003/03/06  20:45:08
57206         Log: Subject: cleaning up tests of the 'eval { decl. } <=> runtime decl.' assumption
57207              From: Enache Adrian <enache@rdslink.ro>
57208              Date: Wed, 5 Mar 2003 12:06:20 +0200
57209              Message-ID: <20030305100620.GA909@ratsnest.hole>
57210      Branch: perl
57211            ! ext/POSIX/t/sigaction.t ext/POSIX/t/waitpid.t t/op/method.t
57212            ! t/op/sub_lval.t t/op/ver.t t/run/fresh_perl.t
57213 ____________________________________________________________________________
57214 [ 18839] By: jhi                                   on 2003/03/06  17:21:36
57215         Log: Subject: [PATCH perl@18838] mg.c needs Perl_csighandler prototype
57216              From: "Craig A. Berry" <craigberry@mac.com>
57217              Date: Thu, 06 Mar 2003 10:42:05 -0600
57218              Message-ID: <3E677A5D.10805@mac.com>
57219      Branch: perl
57220            ! mg.c
57221 ____________________________________________________________________________
57222 [ 18838] By: jhi                                   on 2003/03/06  10:11:22
57223         Log: Thinko fix.
57224      Branch: perl
57225            ! Porting/findrfuncs
57226 ____________________________________________________________________________
57227 [ 18837] By: jhi                                   on 2003/03/06  09:33:33
57228         Log: PERL_UNICODE explanation saga continues.
57229      Branch: perl
57230            ! pod/perlrun.pod
57231 ____________________________________________________________________________
57232 [ 18836] By: jhi                                   on 2003/03/06  07:55:03
57233         Log: Handle also extra directories et alia.
57234      Branch: perl
57235            ! Porting/manicheck
57236 ____________________________________________________________________________
57237 [ 18835] By: jhi                                   on 2003/03/06  07:48:05
57238         Log: Add mani(fest) check(ing) utility.
57239      Branch: perl
57240            + Porting/manicheck
57241            ! MANIFEST
57242 ____________________________________________________________________________
57243 [ 18833] By: jhi                                   on 2003/03/06  05:36:13
57244         Log: Subject: [patch config_h.SH] redefining __attribute__
57245              From: Stas Bekman <stas@stason.org>
57246              Date: Thu, 06 Mar 2003 12:03:39 +1100
57247              Message-ID: <3E669E6B.1060606@stason.org>
57248      Branch: perl
57249            ! Configure NetWare/config_H.wc Porting/config.sh
57250            ! Porting/config_H config_h.SH plan9/config.plan9
57251            ! plan9/config_h.sample win32/config_H.bc win32/config_H.gc
57252            ! win32/config_H.vc win32/config_H.vc64 wince/config_H.ce
57253 ____________________________________________________________________________
57254 [ 18831] By: jhi                                   on 2003/03/05  19:56:41
57255         Log: Couple more _r possibilities (found in a RH 8.0 box), and
57256              the random() macros were all wrong.  (I don't know why
57257              metaconfig did so much reordering of config_h.SH.)
57258      Branch: perl
57259            ! Configure config_h.SH reentr.h reentr.pl
57260 ____________________________________________________________________________
57261 [ 18830] By: rgs                                   on 2003/03/04  23:25:01
57262         Log: Change #18829 makes this test workaround obsolete.
57263      Branch: perl
57264            ! ext/B/t/deparse.t
57265 ____________________________________________________________________________
57266 [ 18829] By: rgs                                   on 2003/03/04  22:23:41
57267         Log: Patch by Salvador Fandiño to read the warning mask
57268              returned by caller() and ${^WARNING_BITS} from
57269              $warnings::Bits{all} and not from the hardcoded core
57270              constant. (This mask could have been extended by
57271              warnings::register.) Plus tests.
57272      Branch: perl
57273            ! mg.c pp_ctl.c t/op/caller.t
57274 ____________________________________________________________________________
57275 [ 18828] By: rgs                                   on 2003/03/04  20:49:59
57276         Log: Subject: [PATCH] assertions
57277              From: Salvador Fandiño <sfandino@yahoo.com>
57278              Date: Fri, 21 Feb 2003 17:26:16 +0000
57279              Message-ID: <3E566138.4090709@yahoo.com>
57280              and the complement : (with added comments)
57281              Subject: [PATCH] bug in ext/B/t/deparse.t
57282              Message-ID: <3E563E16.7060303@yahoo.com>
57283              plus perldiag.pod patch for the new warning
57284              (previous change was, once again, empty)
57285      Branch: perl
57286            ! ext/B/t/deparse.t lib/assertions.pm lib/assertions/activate.pm
57287            ! lib/perl5db.pl lib/warnings.pm op.c perl.h perlapi.c
57288            ! pod/perldiag.pod warnings.h warnings.pl
57289 ____________________________________________________________________________
57290 [ 18827] By: rgs                                   on 2003/03/04  20:48:09
57291         Log: Subject: [PATCH] assertions
57292              From: Salvador Fandiño <sfandino@yahoo.com>
57293              Date: Fri, 21 Feb 2003 17:26:16 +0000
57294              Message-ID: <3E566138.4090709@yahoo.com>
57295              and the complement : (with added comments)
57296              Subject: [PATCH] bug in ext/B/t/deparse.t
57297              Message-ID: <3E563E16.7060303@yahoo.com>
57298              plus perldiag.pod patch for the new warning
57299      Branch: perl
57300            ! ext/B/t/deparse.t lib/assertions.pm lib/assertions/activate.pm
57301            ! lib/perl5db.pl lib/warnings.pm op.c perl.h perlapi.c
57302            ! pod/perldiag.pod warnings.h warnings.pl
57303 ____________________________________________________________________________
57304 [ 18826] By: jhi                                   on 2003/03/04  20:22:25
57305         Log: Try to make PPPort.pm 5.005-friendlier (see [perl #21339]).
57306              The variant is from how List::Util Util.xs does it.
57307      Branch: perl
57308            ! ext/Devel/PPPort/PPPort.pm
57309 ____________________________________________________________________________
57310 [ 18825] By: rgs                                   on 2003/03/04  19:56:28
57311         Log: Doc typos.
57312      Branch: perl
57313            ! lib/File/Find.pm
57314 ____________________________________________________________________________
57315 [ 18823] By: jhi                                   on 2003/03/04  05:33:50
57316         Log: Try to give rcatline() a good jog on Unicode.
57317      Branch: perl
57318            ! t/io/utf8.t
57319 ____________________________________________________________________________
57320 [ 18822] By: jhi                                   on 2003/03/04  05:14:13
57321         Log: Subject: Re: [perl #21395] rcatline doesn't grok utf8
57322              From: Enache Adrian <enache@rdslink.ro>
57323              Date: Sun, 2 Mar 2003 05:43:54 +0200
57324              Message-ID: <20030302034354.GA4905@ratsnest.hole>
57325      Branch: perl
57326            ! sv.c t/io/utf8.t
57327 ____________________________________________________________________________
57328 [ 18821] By: jhi                                   on 2003/03/04  04:58:36
57329         Log: Can't test this without PerlIO.
57330      Branch: perl
57331            ! t/uni/write.t
57332 ____________________________________________________________________________
57333 [ 18820] By: sky                                   on 2003/03/04  01:01:07
57334         Log: Fixes bug #15654 bizarre constant mangling in 5.8.0
57335              What happened was that a constant was freed, the pad released but
57336              the pad slot still held the SV, when pad slot was reallocated
57337              to be a target for a stringify, it did a sv_setpv on the target
57338              and the original SV was wiped out. When this SV was later on
57339              to new places using the constant, they got the wrong value.
57340              By replacing pad_free with pad_swipe for these cases, we
57341              won't have such a problem. (pad_swipe also removes the
57342              pointer to the original SV).
57343      Branch: perl
57344            ! op.c
57345 ____________________________________________________________________________
57346 [ 18819] By: jhi                                   on 2003/03/03  19:15:07
57347         Log: Further clarification on PERL_UNICODE's semantics.
57348      Branch: perl
57349            ! pod/perlrun.pod
57350 ____________________________________________________________________________
57351 [ 18818] By: gbarr                                 on 2003/03/03  10:07:44
57352         Log: Sync with libnet-1.13
57353      Branch: perl
57354            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/FTP.pm
57355            ! lib/Net/POP3.pm lib/Net/SMTP.pm
57356 ____________________________________________________________________________
57357 [ 18817] By: jhi                                   on 2003/03/03  06:45:59
57358         Log: Upgrade to Unicode::Normalize 0.20.
57359      Branch: perl
57360            ! ext/Unicode/Normalize/Changes
57361            ! ext/Unicode/Normalize/Normalize.pm
57362            ! ext/Unicode/Normalize/Normalize.xs
57363            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
57364            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
57365            ! ext/Unicode/Normalize/t/test.t
57366 ____________________________________________________________________________
57367 [ 18816] By: jhi                                   on 2003/03/03  06:17:28
57368         Log: Upgrade to Encode 1.89.  The enc_module.t required
57369              a little tweak, sending that to Dan.
57370      Branch: perl
57371            + ext/Encode/t/Mod_EUCJP.pm ext/Encode/t/enc_module.enc
57372            + ext/Encode/t/enc_module.t
57373            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
57374            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
57375            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
57376            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
57377            ! ext/Encode/ucm/viscii.ucm
57378 ____________________________________________________________________________
57379 [ 18813] By: jhi                                   on 2003/03/03  05:33:21
57380         Log: Use a macro for abs() to avoid the possible truncation to an int;
57381              also make an explicit (double)cast for the arguments to fabs().
57382      Branch: perl
57383            ! perl.h pp.c sv.c util.c
57384 ____________________________________________________________________________
57385 [ 18812] By: hv                                    on 2003/03/02  22:36:05
57386         Log: Subject: Re: [PATCH] Make adding notes to patchlevel.h easier
57387              From: andreas.koenig@anima.de (Andreas J. Koenig)
57388              Date: Wed, 19 Feb 2003 11:05:28 +0100
57389              Message-ID: <m3d6lozitz.fsf@k242.linux.bogus>
57390      Branch: perl
57391            ! patchlevel.h
57392 ____________________________________________________________________________
57393 [ 18811] By: hv                                    on 2003/03/02  22:30:50
57394         Log: Subject: [perl #21289] [Fwd: IPC::Msg bug report]
57395              From: Edmund Bacon (via RT) <perlbug-followup@perl.org>
57396              Date: 18 Feb 2003 21:05:15 -0000
57397              Message-Id: <rt-21289-52384.13.2700974026643@bugs6.perl.org>
57398      Branch: perl
57399            ! ext/IPC/SysV/Msg.pm
57400 ____________________________________________________________________________
57401 [ 18810] By: hv                                    on 2003/03/02  21:59:10
57402         Log: Subject: [PATCH] Re: [perl #18872] File::Basename example misleading
57403              From: Richard Soderberg <perl@crystalflame.net>
57404              Date: Sat, 15 Feb 2003 01:27:21 -0500
57405              Message-Id: <89FAC8B9-40AE-11D7-9B07-000393801F84@crystalflame.net>
57406      Branch: perl
57407            ! lib/File/Basename.pm
57408 ____________________________________________________________________________
57409 [ 18809] By: hv                                    on 2003/03/02  21:54:53
57410         Log: Subject: [perl #21031] $File::Find::name ne $_ w/no_chdir
57411              From: "Anders Johnson" (via RT) <perlbug-followup@perl.org>
57412              Date: 15 Feb 2003 00:21:41 -0000
57413              Message-Id: <rt-21031-51306.12.8541374577158@bugs6.perl.org>
57414      Branch: perl
57415            ! lib/File/Find.pm
57416 ____________________________________________________________________________
57417 [ 18807] By: hv                                    on 2003/03/02  21:22:56
57418         Log: Reverse copyright update (#18801) for files not changed in 2003.
57419      Branch: perl
57420            ! EXTERN.h INTERN.h README av.h cc_runtime.h deb.c doop.c
57421            ! dosish.h fakethr.h form.h globals.c gv.h handy.h hv.h
57422            ! keywords.h keywords.pl mg.h miniperlmain.c numeric.c pad.h
57423            ! perlapi.c perlsdio.h perlsfio.h perlvars.h perly.y pp.h
57424            ! regcomp.h run.c scope.h taint.c thread.h unixish.h utf8.h
57425            ! utfebcdic.h util.h x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c
57426            ! x2p/a2p.h x2p/a2p.y x2p/hash.c x2p/hash.h x2p/proto.h
57427            ! x2p/str.c x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
57428 ____________________________________________________________________________
57429 [ 18805] By: hv                                    on 2003/03/02  16:29:28
57430         Log: Subject: Re: [perl #21411] [fix] Postponed RE with split()
57431              From: Enache Adrian <enache@rdslink.ro>
57432              Date: Sun, 2 Mar 2003 10:11:27 +0200
57433              Message-ID: <20030302081127.GA10782@ratsnest.hole>
57434      Branch: perl
57435            ! pp.c t/op/pat.t
57436 ____________________________________________________________________________
57437 [ 18803] By: hv                                    on 2003/03/02  16:12:34
57438         Log: Subject: RE: [perl #20613] Perl_magic_setsig/clearsig problems (patch   included)
57439              From: "Anders Johnson" <ajohnson@wischip.com>
57440              Date: Mon, 10 Feb 2003 14:09:46 -0800
57441              Message-ID: <000e01c2d151$2228ca90$9800a8c0@wis.com>
57442      Branch: perl
57443            ! mg.c t/op/magic.t
57444 ____________________________________________________________________________
57445 [ 18802] By: jhi                                   on 2003/03/02  15:39:06
57446         Log: Narrow down the -C test skippage.
57447      Branch: perl
57448            ! t/run/switchC.t
57449 ____________________________________________________________________________
57450 [ 18801] By: hv                                    on 2003/03/02  15:24:22
57451         Log: Update all copyrights to 2003, from Jarkko
57452      Branch: perl
57453            ! EXTERN.h INTERN.h README XSUB.h av.c av.h cc_runtime.h cop.h
57454            ! cv.h deb.c doio.c doop.c dosish.h dump.c embed.h embed.pl
57455            ! embedvar.h fakesdio.h fakethr.h form.h global.sym globals.c
57456            ! gv.c gv.h handy.h hv.c hv.h keywords.h keywords.pl locale.c
57457            ! mg.c mg.h miniperlmain.c nostdio.h numeric.c op.c op.h
57458            ! opcode.h opcode.pl opnames.h pad.c pad.h patchlevel.h perl.c
57459            ! perl.h perlapi.c perlapi.h perlio.h perlsdio.h perlsfio.h
57460            ! perlvars.h perly.y pp.c pp.h pp_ctl.c pp_hot.c pp_pack.c
57461            ! pp_sort.c pp_sys.c proto.h reentr.c reentr.h reentr.pl
57462            ! regcomp.c regcomp.h regexec.c regexp.h run.c scope.c scope.h
57463            ! sv.c sv.h taint.c thrdvar.h thread.h toke.c universal.c
57464            ! unixish.h utf8.c utf8.h utfebcdic.h util.c util.h x2p/EXTERN.h
57465            ! x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/hash.c
57466            ! x2p/hash.h x2p/proto.h x2p/str.c x2p/str.h x2p/util.c
57467            ! x2p/util.h x2p/walk.c xsutils.c
57468 ____________________________________________________________________________
57469 [ 18800] By: hv                                    on 2003/03/02  15:16:38
57470         Log: Subject: [PATCH] for perl5db.pl against missing args destroying pre-post command setups
57471              From: Richard.Foley@ubsw.com
57472              Date: Wed, 19 Feb 2003 13:24:38 +0100
57473              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD98579DB@NZURC900PEX1.ubsgs.ubsgroup.net>
57474      Branch: perl
57475            ! lib/perl5db.pl
57476 ____________________________________________________________________________
57477 [ 18799] By: jhi                                   on 2003/03/02  13:34:13
57478         Log: The -CI cannot be easily tested under UTF-8 locale with
57479              the t/test.pl (the 'stdin' data gets doubly UTF-8-ied).
57480              Also other small tweaks in the -C neighbourhood.
57481      Branch: perl
57482            ! perl.c perl.h t/run/switchC.t util.c
57483 ____________________________________________________________________________
57484 [ 18798] By: jhi                                   on 2003/03/02  09:12:06
57485         Log: Go with "right = -right" for greater portability, some platforms
57486              might require llabs() to get abs() of long longs.
57487      Branch: perl
57488            ! pp.c
57489 ____________________________________________________________________________
57490 [ 18797] By: jhi                                   on 2003/03/02  08:07:32
57491         Log: Patch for [perl #9402], known also as "glibc _moddi3 bug
57492              with negative quads", or also as RedHat bug #65612.
57493      Branch: perl
57494            ! pp.c
57495 ____________________________________________________________________________
57496 [ 18796] By: jhi                                   on 2003/03/02  07:34:54
57497         Log: Forgotten from change #18795.
57498      Branch: perl
57499            ! global.sym
57500 ____________________________________________________________________________
57501 [ 18795] By: jhi                                   on 2003/03/02  07:27:44
57502         Log: Subject: Re: [PATCH embed.fnc] Re: [PATCH] Get MSWin32 back compiling
57503              From: Abe Timmerman <abe@ztreet.demon.nl>
57504              Date: Sun, 2 Mar 2003 02:03:16 +0100
57505              Message-Id: <200303020203.16708.abe@ztreet.demon.nl>
57506      Branch: perl
57507            ! embed.fnc embed.h makedef.pl
57508 ____________________________________________________________________________
57509 [ 18794] By: jhi                                   on 2003/03/02  07:21:36
57510         Log: Further Unicode formats patching from Inaba Hiroto.
57511      Branch: perl
57512            + t/uni/write.t
57513            ! MANIFEST pp_ctl.c
57514 ____________________________________________________________________________
57515 [ 18793] By: jhi                                   on 2003/03/01  08:18:35
57516         Log: Integrate change #18788 from maint.
57517      Branch: perl
57518           !> perl.h
57519 ____________________________________________________________________________
57520 [ 18792] By: jhi                                   on 2003/03/01  08:14:43
57521         Log: Subject: [PATCH] Get MSWin32 back compiling
57522              From: Abe Timmerman <abe@ztreet.demon.nl>
57523              Date: Sat, 1 Mar 2003 04:31:19 +0100
57524              Message-Id: <200303010431.20205.abe@ztreet.demon.nl>
57525      Branch: perl
57526            ! embed.fnc embed.h global.sym makedef.pl
57527 ____________________________________________________________________________
57528 [ 18785] By: jhi                                   on 2003/02/26  20:38:55
57529         Log: Subject: Re: [PATCH] Re: format, PerlIO and utf8
57530              From: Inaba Hiroto <inaba@st.rim.or.jp>
57531              Date: Mon, 10 Feb 2003 00:04:51 +0900
57532              Message-ID: <3E466E12.E5349D84@st.rim.or.jp>
57533      Branch: perl
57534            ! pp_ctl.c toke.c
57535 ____________________________________________________________________________
57536 [ 18784] By: jhi                                   on 2003/02/26  19:45:53
57537         Log: An already fixed bug from perl-unicode.
57538      Branch: perl
57539            ! t/op/pat.t
57540 ____________________________________________________________________________
57541 [ 18782] By: hv                                    on 2003/02/26  01:36:49
57542         Log: Subject: Re: [perl #20683] [fix] Better Patch
57543              From: Enache Adrian <enache@rdslink.ro>
57544              Date: Sun, 23 Feb 2003 20:16:39 +0200
57545              Message-ID: <20030223181639.GA18713@ratsnest.hole>
57546      Branch: perl
57547            ! embed.fnc embed.h ext/Devel/Peek/Peek.t mg.c perl.h proto.h
57548            ! regexec.c sv.c t/op/pat.t
57549 ____________________________________________________________________________
57550 [ 18781] By: hv                                    on 2003/02/26  01:11:14
57551         Log: regen headers
57552      Branch: perl
57553            ! perlapi.h pod/perlapi.pod
57554 ____________________________________________________________________________
57555 [ 18780] By: hv                                    on 2003/02/26  00:25:32
57556         Log: Two typos found by Philip Newton <pnewton@gmx.de>
57557      Branch: perl
57558            ! configpm ext/DB_File/DB_File.pm
57559 ____________________________________________________________________________
57560 [ 18779] By: jhi                                   on 2003/02/25  18:20:01
57561         Log: Add tests for the -C switch.  Depending on the
57562              CLIs some $^O dance may be needed.
57563      Branch: perl
57564            + t/run/switchC.t
57565            ! MANIFEST
57566 ____________________________________________________________________________
57567 [ 18778] By: hv                                    on 2003/02/25  15:24:17
57568         Log: Add missing file from change #18774.
57569      Branch: perl
57570            + t/op/localref.t
57571 ____________________________________________________________________________
57572 [ 18777] By: hv                                    on 2003/02/25  14:07:59
57573         Log: More variables for change #18776.
57574      Branch: perl
57575            ! op.c
57576 ____________________________________________________________________________
57577 [ 18776] By: hv                                    on 2003/02/25  14:04:03
57578         Log: Subject: [perl #20682] [fix] @- array not visible in s///
57579              From: Enache Adrian <enache@rdslink.ro>
57580              Date: Fri, 21 Feb 2003 17:50:14 +0200
57581              Message-ID: <20030221155014.GB793@ratsnest.hole>
57582      Branch: perl
57583            ! op.c t/op/subst.t
57584 ____________________________________________________________________________
57585 [ 18775] By: hv                                    on 2003/02/25  13:53:11
57586         Log: Subject: [perl #20684] [fix] s/// with (??{..}) inside returns wrong count
57587              From: Enache Adrian <enache@rdslink.ro>
57588              Date: Fri, 21 Feb 2003 17:49:41 +0200
57589              Message-ID: <20030221154941.GA793@ratsnest.hole>
57590      Branch: perl
57591            ! pp_ctl.c t/op/subst.t
57592 ____________________________________________________________________________
57593 [ 18774] By: hv                                    on 2003/02/25  13:21:19
57594         Log: Subject: Re: [perl #21321] local ${"FOO"} does not work
57595              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
57596              Date: Sun, 23 Feb 2003 00:03:27 +0100
57597              Message-Id: <20030223000327.6f0c11fa.rgarciasuarez@free.fr>
57598      Branch: perl
57599            ! MANIFEST op.c perl.h pp.c pp_hot.c t/op/local.t
57600 ____________________________________________________________________________
57601 [ 18773] By: hv                                    on 2003/02/25  12:45:01
57602         Log: Subject: [Encode] 1.88 Released
57603              From: Dan Kogai <dankogai@dan.co.jp>
57604              Date: Thu, 20 Feb 2003 23:49:55 +0900
57605              Message-Id: <935F75D0-44E2-11D7-B310-000393AE4244@dan.co.jp>
57606      Branch: perl
57607            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
57608            ! ext/Encode/Encode.xs ext/Encode/Unicode/Unicode.xs
57609            ! ext/Encode/lib/Encode/CJKConstants.pm
57610            ! ext/Encode/lib/Encode/Encoder.pm ext/Encode/t/enc_eucjp.t
57611            ! ext/Encode/t/enc_utf8.t ext/Encode/ucm/viscii.ucm
57612 ____________________________________________________________________________
57613 [ 18772] By: merijn                                on 2003/02/25  12:12:14
57614         Log: Subject: [perl@18752] warnings from CGI tests under cygwin
57615              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
57616              Date: Wed, 19 Feb 2003 13:37:39 -0800
57617              Message-ID: <jk/U+gzkg2DE092yn@efn.org>
57618      Branch: perl
57619            ! lib/CGI.pm
57620 ____________________________________________________________________________
57621 [ 18771] By: jhi                                   on 2003/02/25  07:46:53
57622         Log: Cleanup #18770 as suggested by Rafael.
57623      Branch: perl
57624            ! mg.c perl.h
57625 ____________________________________________________________________________
57626 [ 18770] By: jhi                                   on 2003/02/25  06:01:09
57627         Log: A new try at #18765 (for [perl #20920]).
57628      Branch: perl
57629            ! mg.c
57630 ____________________________________________________________________________
57631 [ 18769] By: jhi                                   on 2003/02/25  05:33:10
57632         Log: Retract change #18765: makes HiRes.t hang after subtest #11.
57633      Branch: perl
57634            ! mg.c
57635 ____________________________________________________________________________
57636 [ 18768] By: chip                                  on 2003/02/24  21:42:57
57637         Log: Include p4d2p in Porting again, because p4genpatch doesn't work
57638              until a change has been submitted.
57639      Branch: perl
57640            + Porting/p4d2p
57641            ! MANIFEST
57642 ____________________________________________________________________________
57643 [ 18767] By: chip                                  on 2003/02/24  21:35:56
57644         Log: In Porting scripts, use standard perl path of "/usr/bin/perl".
57645      Branch: perl
57646            ! Porting/check83.pl Porting/findvars Porting/fixCORE
57647            ! Porting/fixvars Porting/genlog Porting/makerel Porting/patchls
57648 ____________________________________________________________________________
57649 [ 18766] By: jhi                                   on 2003/02/24  20:04:36
57650         Log: PERL_SIGNALS=unsafe enables the old unsafe/immediate signals.
57651      Branch: perl
57652            ! embedvar.h intrpvar.h mg.c perl.c perl.h pod/perldiag.pod
57653            ! pod/perlipc.pod pod/perlrun.pod pp_sys.c util.c
57654 ____________________________________________________________________________
57655 [ 18765] By: jhi                                   on 2003/02/24  19:56:23
57656         Log: Subject: Re: [perl #20920] Segmentation fault ("Safe Signal" queue problem?)
57657              From: Slaven Rezic <slaven@rezic.de>
57658              Date: 14 Feb 2003 09:11:15 +0100
57659              Message-ID: <878ywji8nw.fsf@vran.herceg.de>
57660
57661              (with slight tweaks)
57662      Branch: perl
57663            ! mg.c
57664 ____________________________________________________________________________
57665 [ 18764] By: jhi                                   on 2003/02/24  18:44:41
57666         Log: Patching magic from Inaba-san's keyboard: fix for [perl #8769]:
57667              "scalar upgraded to UTF-8 as a side effect of quote-interpolation
57668              when 'use encoding' is engaged"-- wasn't actually encoding's fault.
57669      Branch: perl
57670            ! pp_ctl.c pp_hot.c sv.c sv.h t/op/concat.t
57671 ____________________________________________________________________________
57672 [ 18763] By: chip                                  on 2003/02/24  14:54:36
57673         Log: Use PL_{argv,stdin,stdout}gv to avoid unnecessary gv_fetch calls.
57674      Branch: perl
57675            ! op.c win32/perlhost.h
57676 ____________________________________________________________________________
57677 [ 18762] By: hv                                    on 2003/02/24  00:18:42
57678         Log: Remove no-longer-true line from perlop
57679      Branch: perl
57680            ! pod/perlop.pod
57681 ____________________________________________________________________________
57682 [ 18761] By: jhi                                   on 2003/02/23  12:07:53
57683         Log: Chip noticed that the intended optionality of the 'IV' was
57684              forgotten in the change #18758.
57685      Branch: perl
57686            ! ext/Devel/Peek/Peek.t
57687 ____________________________________________________________________________
57688 [ 18760] By: jhi                                   on 2003/02/22  19:17:04
57689         Log: API doc tweaks.
57690      Branch: perl
57691            ! utf8.c
57692 ____________________________________________________________________________
57693 [ 18759] By: sky                                   on 2003/02/21  09:08:30
57694         Log: Change regex to be a bit more friendly against various
57695              outputs from ps -f, regex suggest by rgs
57696      Branch: perl
57697            ! ext/threads/t/join.t
57698 ____________________________________________________________________________
57699 [ 18758] By: jhi                                   on 2003/02/20  17:28:44
57700         Log: Subject: [PATCH: perl@18639] add some IV stuff to ext/Devel/Peek/Peek.t test 21
57701              From: PPrymmer@factset.com
57702              Date: Thu, 20 Feb 2003 13:28:09 -0500
57703              Message-ID: <OF2DC297F4.A63F24F9-ON85256CD3.006513E4@factset.com>
57704      Branch: perl
57705            ! ext/Devel/Peek/Peek.t
57706 ____________________________________________________________________________
57707 [ 18757] By: jhi                                   on 2003/02/20  17:27:17
57708         Log: Subject: [PATCH: perl@186389] add probe for yet another dangerous logical name: COMP
57709              From: PPrymmer@factset.com
57710              Date: Wed, 19 Feb 2003 15:04:40 -0500
57711              Message-ID: <OFC0A627AD.02B9D968-ON85256CD2.006DDC21@factset.com>
57712      Branch: perl
57713            ! README.vms configure.com
57714 ____________________________________________________________________________
57715 [ 18756] By: jhi                                   on 2003/02/20  06:16:05
57716         Log: Doc tweakage on -C.
57717      Branch: perl
57718            ! pod/perlrun.pod
57719 ____________________________________________________________________________
57720 [ 18755] By: rgs                                   on 2003/02/19  21:31:43
57721         Log: Subject: [PATCH] 5.8.0: typo in pod/perlcompile.pod
57722              From: Brendan O'Dea <bod@debian.org>
57723              Date: Sun, 16 Feb 2003 21:09:23 +1100
57724              Message-ID: <20030216100923.GA29761@londo.c47.org>
57725      Branch: perl
57726            ! pod/perlcompile.pod
57727 ____________________________________________________________________________
57728 [ 18754] By: rgs                                   on 2003/02/19  21:14:37
57729         Log: Document clearly that "_" is always in package "main".
57730      Branch: perl
57731            ! pod/perlvar.pod
57732 ____________________________________________________________________________
57733 [ 18753] By: rgs                                   on 2003/02/19  20:55:09
57734         Log: Subject: Re: [perl #20716] scope error with brackets
57735              From: Enache Adrian <enache@rdslink.ro>
57736              Date: Thu, 13 Feb 2003 04:52:21 +0200
57737              Message-ID: <20030213025221.GA1215@ratsnest.hole>
57738              (better version of change #18687)
57739      Branch: perl
57740            ! t/comp/parser.t toke.c
57741 ____________________________________________________________________________
57742 [ 18752] By: jhi                                   on 2003/02/19  05:10:26
57743         Log: 'A' is not 65 everywhere.
57744      Branch: perl
57745            ! t/op/pack.t
57746 ____________________________________________________________________________
57747 [ 18751] By: chip                                  on 2003/02/19  03:54:45
57748         Log: Support one-parameter unpack(), which unpacks $_.
57749      Branch: perl
57750            ! opcode.h opcode.pl pod/perlfunc.pod pp_pack.c t/op/pack.t
57751 ____________________________________________________________________________
57752 [ 18750] By: hv                                    on 2003/02/19  00:53:03
57753         Log: more complex assertions activation:
57754              Subject: Re: Did the assertion patch/feature submission get overlooked?
57755              From: =?ISO-8859-1?Q?Salvador_Fandi=F1o?= <sfandino@yahoo.com>
57756              Date: Tue, 18 Feb 2003 19:24:13 +0000
57757              Message-ID: <3E52885D.5060903@yahoo.com>
57758      Branch: perl
57759            ! lib/assertions.pm lib/assertions/activate.pm
57760            ! t/comp/assertions.t
57761 ____________________________________________________________________________
57762 [ 18749] By: hv                                    on 2003/02/19  00:19:21
57763         Log: Subject: [PATCH] Make adding notes to patchlevel.h easier
57764              From: andreas.koenig@anima.de (Andreas J. Koenig)
57765              Date: Tue, 18 Feb 2003 11:48:40 +0100
57766              Message-ID: <m3n0kt27av.fsf@k242.linux.bogus>
57767      Branch: perl
57768            ! patchlevel.h
57769 ____________________________________________________________________________
57770 [ 18748] By: hv                                    on 2003/02/19  00:00:41
57771         Log: Subject: [PATCH IO/Socket/INET.pm] Blocking option ignored
57772              From: Dave Mitchell <davem@fdgroup.com>
57773              Date: Tue, 18 Feb 2003 21:45:45 +0000
57774              Message-ID: <20030218214545.C18547@fdgroup.com>
57775
57776              and tests for the same:
57777              From: Dave Mitchell <davem@fdgroup.com>
57778              Date: Wed, 19 Feb 2003 00:42:01 +0000
57779              Message-ID: <20030219004201.F18547@fdgroup.com>
57780      Branch: perl
57781            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
57782 ____________________________________________________________________________
57783 [ 18747] By: hv                                    on 2003/02/18  23:47:06
57784         Log: Shouldn't have added as t/run/switchA.t in #18739 - it'll cause
57785              problems on case-insensitive file systems. Rename it back to
57786              t/run/switch_A.t
57787      Branch: perl
57788           +> t/run/switch_A.t
57789            - t/run/switchA.t
57790            ! MANIFEST
57791 ____________________________________________________________________________
57792 [ 18746] By: sky                                   on 2003/02/18  21:31:37
57793         Log: Subject: Re: -Os for Darwin why?
57794              From: schwern@pobox.com
57795              Date: tis feb 18, 2003  20:37:39 Europe/Stockholm
57796              Message-Id: <20030218113739.D25848@ttul.org>
57797      Branch: perl
57798            ! hints/darwin.sh
57799 ____________________________________________________________________________
57800 [ 18741] By: jhi                                   on 2003/02/18  14:01:34
57801         Log: Format nit.
57802      Branch: perl
57803            ! util.c
57804 ____________________________________________________________________________
57805 [ 18740] By: sky                                   on 2003/02/18  06:33:57
57806         Log: Re: -Os for Darwin why?
57807              From: schwern@pobox.com
57808              Date: tis feb 18, 2003  04:14:03 Europe/Stockholm
57809              Message-Id: <20030217191403.A17553@ttul.org>
57810      Branch: perl
57811            ! hints/darwin.sh
57812 ____________________________________________________________________________
57813 [ 18739] By: hv                                    on 2003/02/18  01:04:01
57814         Log: Subject: Re: Did the assertion patch/feature submission get overlooked?
57815              From: =?ISO-8859-1?Q?Salvador_Fandi=F1o?= <sfandino@yahoo.com>
57816              Date: Mon, 17 Feb 2003 23:38:05 +0000
57817              Message-ID: <3E51725D.5060303@yahoo.com>
57818      Branch: perl
57819            + t/comp/assertions.t t/run/switchA.t
57820            ! MANIFEST
57821 ____________________________________________________________________________
57822 [ 18738] By: hv                                    on 2003/02/18  00:51:24
57823         Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH] Copy on write for $& and $1...
57824              From: Nicholas Clark <nick@ccl4.org>
57825              Date: Mon, 17 Feb 2003 21:07:03 +0000
57826              Message-ID: <20030217210330.A8611@plum.flirble.org>
57827      Branch: perl
57828            ! sv.c
57829 ____________________________________________________________________________
57830 [ 18737] By: hv                                    on 2003/02/18  00:47:00
57831         Log: Subject: [PATCH] Re: [perl #21261] B::Terse not outputting correct constants or variable names
57832              From: Stephen McCamant <smcc@mit.edu>
57833              Date: Mon, 17 Feb 2003 19:34:36 -0500
57834              Date: Mon, 17 Feb 2003 19:34:36 -0500
57835              Message-ID: <15953.32668.277063.470885@syllepsis.MIT.EDU>
57836      Branch: perl
57837            ! ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/Concise.pm
57838            ! ext/B/B/Terse.pm ext/B/t/terse.t
57839 ____________________________________________________________________________
57840 [ 18736] By: hv                                    on 2003/02/17  09:33:47
57841         Log: Subject: [PATCH] Re: [PATCH] Copy on write for $& and $1...
57842              From: Nicholas Clark <nick@unfortu.net>
57843              Date: Sun, 16 Feb 2003 23:09:50 +0000
57844              Message-ID: <20030216230950.GB276@Bagpuss.unfortu.net>
57845      Branch: perl
57846            ! sv.c
57847 ____________________________________________________________________________
57848 [ 18735] By: hv                                    on 2003/02/17  09:13:02
57849         Log: Use the escape E<ntilde> in source files rather than the actual char.
57850      Branch: perl
57851            ! lib/assertions.pm lib/assertions/activate.pm
57852 ____________________________________________________________________________
57853 [ 18734] By: hv                                    on 2003/02/17  09:06:44
57854         Log: Suppress empty #ifdef blocks in embed.pl
57855      Branch: perl
57856            ! embed.h embed.pl
57857 ____________________________________________________________________________
57858 [ 18733] By: hv                                    on 2003/02/17  08:51:53
57859         Log: fix typo in sv.c and regenerate perlapi.pod
57860      Branch: perl
57861            ! pod/perlapi.pod sv.c
57862 ____________________________________________________________________________
57863 [ 18732] By: jhi                                   on 2003/02/17  06:40:09
57864         Log: Philip Newton has eagle eyes :-)
57865      Branch: perl
57866            ! pod/perlrun.pod
57867 ____________________________________________________________________________
57868 [ 18731] By: jhi                                   on 2003/02/17  05:31:18
57869         Log: Doc tweaks (and one code tweak) based on Philip Newton's comments.
57870      Branch: perl
57871            ! locale.c pod/perlrun.pod pod/perlunicode.pod
57872            ! pod/perluniintro.pod pod/perlvar.pod util.c
57873 ____________________________________________________________________________
57874 [ 18730] By: jhi                                   on 2003/02/17  04:44:53
57875         Log: Make also the -CAL conditional on locale.
57876      Branch: perl
57877            ! perl.c pod/perlrun.pod
57878 ____________________________________________________________________________
57879 [ 18729] By: jhi                                   on 2003/02/16  18:33:05
57880         Log: NO_SHORT_NAMES is better than HIDE_SHORT_NAMES.
57881      Branch: perl
57882            ! embed.h embed.pl pod/perlembed.pod
57883 ____________________________________________________________________________
57884 [ 18728] By: jhi                                   on 2003/02/16  18:20:04
57885         Log: According to Sarathy it's better have the Ministry
57886              of Information to remove all memory of NO_EMBED.
57887              What NO_EMBED?
57888      Branch: perl
57889            ! embed.h embed.pl
57890 ____________________________________________________________________________
57891 [ 18727] By: hv                                    on 2003/02/16  13:55:10
57892         Log: add support for assertions. Updated form of:
57893              Subject: Re: Did the assertion patch/feature submission get overlooked?
57894              From: Salvador =?ISO-8859-1?Q?Fandi=F1o?= <sfandino@yahoo.com>
57895              Date: Sat, 30 Nov 2002 17:24:09 +0000
57896              Message-ID: <3DE8F439.50402@yahoo.com>
57897      Branch: perl
57898            + lib/assertions.pm lib/assertions/activate.pm
57899            ! MANIFEST cv.h dump.c embed.pl embedvar.h ext/B/B/Deparse.pm
57900            ! ext/B/defsubs_h.PL intrpvar.h lib/perl5db.pl op.c perl.c
57901            ! perl.h perlapi.h pp_hot.c sv.c toke.c xsutils.c
57902 ____________________________________________________________________________
57903 [ 18726] By: hv                                    on 2003/02/16  13:10:32
57904         Log: COW regexps:
57905              Subject: [PATCH] Copy on write for $& and $1...
57906              From: Nicholas Clark <nick@unfortu.net>
57907              Date: Sun, 9 Feb 2003 23:00:09 +0000
57908              Message-ID: <20030209230008.GF299@Bagpuss.unfortu.net>
57909      Branch: perl
57910            ! embed.fnc embed.h global.sym pod/perlapi.pod pp_ctl.c pp_hot.c
57911            ! proto.h regcomp.c regexec.c regexp.h sv.c sv.h thrdvar.h
57912 ____________________________________________________________________________
57913 [ 18725] By: hv                                    on 2003/02/16  13:08:52
57914         Log: inline SvREFCNT_dec:
57915              Subject: [PATCH] Copy on write for $& and $1...
57916              From: Nicholas Clark <nick@unfortu.net>
57917              Date: Sun, 9 Feb 2003 23:00:09 +0000
57918              Message-ID: <20030209230008.GF299@Bagpuss.unfortu.net>
57919      Branch: perl
57920            ! embed.fnc embed.h proto.h sv.c sv.h
57921 ____________________________________________________________________________
57922 [ 18723] By: hv                                    on 2003/02/16  11:12:58
57923         Log: Subject: Re: [perl #20798] foo(eval {}) crashes Perl 5.8
57924              From: Enache Adrian <enache@rdslink.ro>
57925              Date: Sun, 16 Feb 2003 00:05:10 +0200
57926              Message-ID: <20030215220510.GB893@ratsnest.hole>
57927      Branch: perl
57928            ! op.c
57929 ____________________________________________________________________________
57930 [ 18722] By: hv                                    on 2003/02/16  11:08:06
57931         Log: outdent else-if chain in scope()
57932      Branch: perl
57933            ! op.c
57934 ____________________________________________________________________________
57935 [ 18721] By: hv                                    on 2003/02/16  11:00:47
57936         Log: Subject: [PATCH] arcane tainting bug in vms.c
57937              From: "Craig A. Berry" <craigberry@mac.com>
57938              Date: Sat, 15 Feb 2003 12:29:03 -0600
57939              Message-ID: <3E4E86EF.8090609@mac.com>
57940      Branch: perl
57941            ! vms/vms.c
57942 ____________________________________________________________________________
57943 [ 18720] By: hv                                    on 2003/02/16  10:54:58
57944         Log: restrict PERL_PRESERVE_IVUV to things that should really give an
57945              integer, but extend to runtime. Based on:
57946              Subject: Re: [perl #20827] Unexpected scientific notation.
57947              From: hv@crypt.org
57948              Date: Wed, 12 Feb 2003 03:12:43 +0000
57949              Message-Id: <200302120312.h1C3ChS02613@crypt.compulink.co.uk>
57950      Branch: perl
57951            ! op.c pp.c
57952 ____________________________________________________________________________
57953 [ 18718] By: jhi                                   on 2003/02/16  09:47:02
57954         Log: As suggested by Sarathy, add -DPERL_HIDE_SHORT_NAMES option
57955              which will disable the short forms of the Perl_ API, good for
57956              embedding stuff.  (Kind of like the old NO_EMBED, but better.)
57957      Branch: perl
57958            ! embed.h embed.pl pod/perlembed.pod
57959 ____________________________________________________________________________
57960 [ 18717] By: jhi                                   on 2003/02/16  09:44:57
57961         Log: Clarify the -C syntax a bit.
57962      Branch: perl
57963            ! pod/perlrun.pod
57964 ____________________________________________________________________________
57965 [ 18716] By: jhi                                   on 2003/02/16  08:29:54
57966         Log: Forgotten from #18715.
57967      Branch: perl
57968            ! embed.h proto.h
57969 ____________________________________________________________________________
57970 [ 18715] By: jhi                                   on 2003/02/15  21:19:37
57971         Log: The new(er) way of controlling Unicode I/O (and other) features;
57972              -C (or PERL_UNICODE).  See perlrun/-C for more details.
57973      Branch: perl
57974            ! embed.fnc embedvar.h gv.c intrpvar.h locale.c mg.c perl.c
57975            ! perl.h perlapi.h pod/perldiag.pod pod/perlrun.pod
57976            ! pod/perlunicode.pod pod/perluniintro.pod pod/perlvar.pod
57977            ! util.c
57978 ____________________________________________________________________________
57979 [ 18714] By: jhi                                   on 2003/02/15  12:31:25
57980         Log: Also Storable really wants the PATCHLEVEL, not PERL_VERSION.
57981      Branch: perl
57982            ! ext/Storable/Storable.xs
57983 ____________________________________________________________________________
57984 [ 18712] By: jhi                                   on 2003/02/15  08:39:38
57985         Log: Bring the CPAN Digest::MD5 (2.23) and the core Digest::MD5
57986              even closer to each other.  The dec_osf.pl is irrelevant
57987              for the current core but adding it makes for one less exception
57988              when integrating.
57989      Branch: perl
57990            + ext/Digest/MD5/hints/dec_osf.pl
57991            ! MANIFEST ext/Digest/MD5/MD5.pm ext/Digest/MD5/Makefile.PL
57992            ! ext/Digest/MD5/t/files.t
57993 ____________________________________________________________________________
57994 [ 18711] By: jhi                                   on 2003/02/15  08:32:04
57995         Log: Update MD5 Changes; update checksums.
57996      Branch: perl
57997            ! ext/Digest/MD5/Changes ext/Digest/MD5/t/files.t
57998 ____________________________________________________________________________
57999 [ 18710] By: jhi                                   on 2003/02/15  08:19:20
58000         Log: Update the MD5 checksums.
58001      Branch: perl
58002            ! ext/Digest/MD5/t/files.t
58003 ____________________________________________________________________________
58004 [ 18709] By: jhi                                   on 2003/02/15  08:16:26
58005         Log: Make the patchlevel.h inclusion attempt pre-5.6.0-safe(r)
58006              (problem noticed by Graham with List::Util).
58007      Branch: perl
58008            ! ext/Data/Dumper/Dumper.xs ext/Digest/MD5/MD5.xs
58009            ! ext/MIME/Base64/Base64.xs ext/Storable/Storable.xs
58010 ____________________________________________________________________________
58011 [ 18708] By: jhi                                   on 2003/02/15  07:31:17
58012         Log: Subject: Re: [perl #20912] UTF8 related glitch + fix
58013              From: Enache Adrian <enache@rdslink.ro>
58014              Date: Sat, 15 Feb 2003 00:37:40 +0200
58015              Message-ID: <20030214223740.GA13575@ratsnest.hole>
58016      Branch: perl
58017            ! pp.c t/op/split.t
58018 ____________________________________________________________________________
58019 [ 18707] By: hv                                    on 2003/02/15  06:38:15
58020         Log: Subject: [doc patch] ext/threads/shared/shared.pm
58021              From: Stas Bekman <stas@stason.org>
58022              Date: Fri, 14 Feb 2003 11:12:39 +1100
58023              Message-ID: <3E4C3477.7030306@stason.org>
58024      Branch: perl
58025            ! ext/threads/shared/shared.pm
58026 ____________________________________________________________________________
58027 [ 18706] By: hv                                    on 2003/02/15  06:32:35
58028         Log: Subject: Re: perlvar phrasing clarification for $^S
58029              From: "Iain 'Spoon' Truskett" <perl@dellah.anu.edu.au>
58030              Date: Fri, 14 Feb 2003 10:12:00 +1100
58031              Message-ID: <20030213231200.GE16300@ouroboros.anu.edu.au>
58032      Branch: perl
58033            ! pod/perlvar.pod
58034 ____________________________________________________________________________
58035 [ 18705] By: hv                                    on 2003/02/15  06:27:07
58036         Log: Subject: Re: [perl #20933] \substr reuses lvalues (sometimes)
58037              From: Dave Mitchell <davem@fdgroup.com>
58038              Date: Fri, 14 Feb 2003 22:48:27 +0000
58039              Message-ID: <20030214224827.B6783@fdgroup.com>
58040
58041              with tests:
58042              From: Slaven Rezic <slaven@rezic.de>
58043              Date: 14 Feb 2003 20:23:20 +0100
58044              Message-ID: <87bs1e4qfr.fsf@vran.herceg.de>
58045      Branch: perl
58046            ! pp.c t/op/substr.t t/op/vec.t
58047 ____________________________________________________________________________
58048 [ 18704] By: hv                                    on 2003/02/15  06:17:06
58049         Log: Subject: Re: overriding builtins quirk
58050              From: Jerrad Pierce <belg4mit@MIT.EDU>
58051              Date: Fri, 14 Feb 2003 09:28:13 -0500
58052              Message-Id: <200302141428.JAA25752@cathedral-seven.mit.edu>
58053      Branch: perl
58054            ! pod/perlsub.pod
58055 ____________________________________________________________________________
58056 [ 18703] By: rgs                                   on 2003/02/14  22:23:56
58057         Log: Subject: Re: trying to fix #20154, #20357
58058              From: Enache Adrian <enache@rdslink.ro>
58059              Date: Sat, 8 Feb 2003 21:05:14 +0200
58060              Message-ID: <20030208190514.GA866@ratsnest.hole>
58061              (fixes #19061 as well)
58062      Branch: perl
58063            ! pp_ctl.c t/op/goto.t
58064 ____________________________________________________________________________
58065 [ 18702] By: gbarr                                 on 2003/02/14  19:26:23
58066         Log: Update to Scalar-List-Utils 1.11
58067      Branch: perl
58068            + ext/List/Util/t/proto.t
58069            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
58070            ! ext/List/Util/lib/List/Util.pm
58071            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/isvstring.t
58072 ____________________________________________________________________________
58073 [ 18699] By: jhi                                   on 2003/02/13  09:43:33
58074         Log: gcc 3.2.1 does not have -Wall faith that tmp
58075              will not be used uninitialized.
58076      Branch: perl
58077            ! toke.c
58078 ____________________________________________________________________________
58079 [ 18698] By: hv                                    on 2003/02/12  03:01:32
58080         Log: Subject: perlbug (was: Re: [perl #20606] [no subject])
58081              From: Slaven Rezic <slaven@rezic.de>
58082              Date: 30 Jan 2003 19:03:41 +0100
58083              Message-ID: <87fzra7bwi.fsf@vran.herceg.de>
58084      Branch: perl
58085            ! utils/perlbug.PL
58086 ____________________________________________________________________________
58087 [ 18697] By: hv                                    on 2003/02/12  02:20:39
58088         Log: Subject: [PATCH 5.9.0] to silence compiler warning
58089              From: Robin Barker <Robin.Barker@npl.co.uk>
58090              Date: Tue, 28 Jan 2003 13:27:17 -0000
58091              Message-ID: <533D273D4014D411AB1D00062938C4D9040462CC@hotel.npl.co.uk>
58092      Branch: perl
58093            ! ext/PerlIO/scalar/scalar.xs ext/Storable/Storable.xs
58094            ! universal.c util.c
58095 ____________________________________________________________________________
58096 [ 18696] By: rgs                                   on 2003/02/11  20:13:21
58097         Log: Subject: [perl #20654] %*v02x considered invalid in printf
58098              From: Robin Barker (via RT) <perlbug-followup@perl.org>
58099              Date: 10 Feb 2003 16:43:23 -0000
58100              Message-Id: <rt-20654-50711.19.9711009821137@bugs6.perl.org>
58101      Branch: perl
58102            ! sv.c t/op/sprintf.t
58103 ____________________________________________________________________________
58104 [ 18695] By: rgs                                   on 2003/02/11  20:00:23
58105         Log: Subject: mini-[patch] perlrun "^$W" typo
58106              From: Iain Truskett <spoon@dellah.org>
58107              Date: Tue, 11 Feb 2003 08:38:52 +1100
58108              Message-ID: <20030210213851.GC31721@ouroboros.anu.edu.au>
58109      Branch: perl
58110            ! pod/perlrun.pod
58111 ____________________________________________________________________________
58112 [ 18694] By: rgs                                   on 2003/02/11  19:44:00
58113         Log: Subject: [PATCH] More B::Concise fixes
58114              From: Stephen McCamant <smcc@mit.edu>
58115              Date: Sun, 9 Feb 2003 17:28:38 -0500
58116              Message-ID: <15942.54806.381678.173391@syllepsis.MIT.EDU>
58117      Branch: perl
58118            ! ext/B/B/Concise.pm
58119 ____________________________________________________________________________
58120 [ 18693] By: merijn                                on 2003/02/11  08:14:29
58121         Log: More code cleanup.
58122
58123              Subject: Re: New SV Flag
58124              Date: Fri, 07 Feb 2003 09:57:43 +0100
58125              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
58126              Message-Id: <20030207095258.6E05.H.M.BRAND@hccnet.nl>
58127      Branch: perl
58128            ! sv.c sv.h
58129 ____________________________________________________________________________
58130 [ 18692] By: jhi                                   on 2003/02/11  07:53:26
58131         Log: Dueling patches.
58132      Branch: perl
58133            - lib/CPAN/ChangeLog
58134            ! MANIFEST
58135 ____________________________________________________________________________
58136 [ 18691] By: hv                                    on 2003/02/11  00:27:56
58137         Log: Subject: PATCH: sv_rvweaken() deficiency (against 5.8.0)
58138              From: Mark Mielke <mark@mark.mielke.cc>
58139              Date: Mon, 20 Jan 2003 19:56:13 -0500
58140              Message-ID: <20030121005613.GA31739@mark.mielke.cc>
58141      Branch: perl
58142            ! sv.c
58143 ____________________________________________________________________________
58144 [ 18690] By: hv                                    on 2003/02/10  22:08:05
58145         Log: fix comment in change #18689
58146      Branch: perl
58147            ! sv.c
58148 ____________________________________________________________________________
58149 [ 18689] By: hv                                    on 2003/02/10  21:59:34
58150         Log: Fix for [perl #20339]: "%lf" rejected as invalid by recent sprintf.
58151              Now allows but ignores the 'l' modifier on floating point formats
58152              and adds a couple of tests.
58153      Branch: perl
58154            ! sv.c t/op/sprintf.t
58155 ____________________________________________________________________________
58156 [ 18688] By: sky                                   on 2003/02/10  19:54:13
58157         Log: Subject: Re: [perl #20777] [PATCH] goto &subroutine leaks memory
58158              From: Enache Adrian <enache@rdslink.ro>
58159              Date: sun feb 9, 2003  21:10:25 Europe/Stockholm
58160              Message-Id: <20030209201025.GA1247@ratsnest.hole>
58161      Branch: perl
58162            ! pp_ctl.c
58163 ____________________________________________________________________________
58164 [ 18687] By: sky                                   on 2003/02/10  18:13:29
58165         Log: Subject: Re: [perl #20716] [FIX] scope error with brackets
58166              From: Enache Adrian <enache@rdslink.ro>
58167              Date: mon feb 10, 2003  18:48:58 Europe/Stockholm
58168              Message-id: <20030210174858.GA872@ratsnest.hole>
58169      Branch: perl
58170            ! t/comp/parser.t toke.c
58171 ____________________________________________________________________________
58172 [ 18686] By: sky                                   on 2003/02/10  18:11:35
58173         Log: Compile under threads and MacOSX. For some reason newSVpvf
58174              was not exapnded.
58175      Branch: perl
58176            ! universal.c
58177 ____________________________________________________________________________
58178 [ 18685] By: ams                                   on 2003/02/10  03:44:07
58179         Log: No, we don't really want the utility scripts.
58180      Branch: perl
58181            - ext/MIME/Base64/decode-base64 ext/MIME/Base64/decode-qp
58182            - ext/MIME/Base64/encode-base64 ext/MIME/Base64/encode-qp
58183            ! MANIFEST ext/MIME/Base64/Makefile.PL
58184 ____________________________________________________________________________
58185 [ 18684] By: hv                                    on 2003/02/10  01:43:12
58186         Log: fix for C< use if qw/ 1 open :utf8 / > based on:
58187              Subject: [perl #20536] use if 1, open => ':utf8' fails
58188              From: Autrijus Tang (via RT) <perlbug-followup@perl.org>
58189              Date: 24 Jan 2003 22:39:06 -0000
58190              Message-Id: <rt-20536-49670.13.2464320257255@bugs6.perl.org>
58191      Branch: perl
58192            ! lib/if.pm lib/if.t
58193 ____________________________________________________________________________
58194 [ 18683] By: hv                                    on 2003/02/10  01:15:52
58195         Log: Subject: RE: perldebug.pod suggestion
58196              From: "Jay Hannah" <jhannah@omnihotels.com>
58197              Date: Fri, 24 Jan 2003 11:28:44 -0600
58198              Message-ID: <00b001c2c3ce$0c4716e0$4709a8c0@omarests2>
58199      Branch: perl
58200            ! pod/perldebug.pod
58201 ____________________________________________________________________________
58202 [ 18682] By: hv                                    on 2003/02/10  00:26:50
58203         Log: Subject: [PATCH] version objects final(?) patch
58204              From: John Peacock <jpeacock@rowman.com>
58205              Date: Sun, 05 Jan 2003 21:28:41 -0500
58206              Message-ID: <3E18E9D9.2040908@rowman.com>
58207      Branch: perl
58208            ! lib/version.pm lib/version.t universal.c util.c
58209 ____________________________________________________________________________
58210 [ 18680] By: chip                                  on 2003/02/09  17:39:33
58211         Log: Add CPAN ChangeLog to MANIFEST.
58212      Branch: perl
58213            ! MANIFEST
58214 ____________________________________________________________________________
58215 [ 18678] By: jhi                                   on 2003/02/09  14:37:38
58216         Log: CPAN ChangeLog not needed, says Andreas.
58217      Branch: perl
58218            ! MANIFEST
58219 ____________________________________________________________________________
58220 [ 18677] By: jhi                                   on 2003/02/09  08:42:19
58221         Log: Subject: [perl #20785] glitches with $PerlIO::encoding::fallback
58222              From: "autrijus@ossf.iis.sinica.edu.tw (via RT)" <perlbug-followup@perl.org>
58223              Date: 8 Feb 2003 11:54:11 -0000
58224              Message-Id: <rt-20785-50586.6.45611613038412@bugs6.perl.org>
58225      Branch: perl
58226            ! ext/PerlIO/encoding/encoding.pm
58227 ____________________________________________________________________________
58228 [ 18676] By: jhi                                   on 2003/02/09  08:35:25
58229         Log: Subject: Re: utime undef, undef, "/tmp/test" and warnings
58230              From: Stas Bekman <stas@stason.org>
58231              Date: Sat, 08 Feb 2003 11:12:28 +1100
58232              Message-ID: <3E444B6C.5060407@stason.org>
58233      Branch: perl
58234            ! doio.c
58235 ____________________________________________________________________________
58236 [ 18675] By: jhi                                   on 2003/02/08  19:49:40
58237         Log: Possible cruft removal.
58238      Branch: perl
58239            ! x2p/Makefile.SH
58240 ____________________________________________________________________________
58241 [ 18674] By: jhi                                   on 2003/02/08  18:22:42
58242         Log: Signedness nits.
58243      Branch: perl
58244            ! toke.c
58245 ____________________________________________________________________________
58246 [ 18672] By: jhi                                   on 2003/02/08  08:45:35
58247         Log: Upgrade to CPAN 1.64, from Andreas Koenig.
58248      Branch: perl
58249            + lib/CPAN/ChangeLog lib/CPAN/README utils/cpan
58250            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/t/Nox.t
58251            ! lib/CPAN/t/loadme.t lib/CPAN/t/mirroredby.t lib/CPAN/t/vcmp.t
58252            ! utils.lst
58253 ____________________________________________________________________________
58254 [ 18671] By: jhi                                   on 2003/02/08  08:35:06
58255         Log: Upgrade to Net::Ping 2.28, from Rob Brown.
58256      Branch: perl
58257            + lib/Net/Ping/t/190_alarm.t lib/Net/Ping/t/500_ping_icmp.t
58258            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/Changes
58259            ! lib/Net/Ping/README lib/Net/Ping/t/300_ping_stream.t
58260            ! lib/Net/Ping/t/400_ping_syn.t lib/Net/Ping/t/410_syn_host.t
58261 ____________________________________________________________________________
58262 [ 18670] By: jhi                                   on 2003/02/08  07:23:02
58263         Log: Subject: [PATCH] perluniintro nit
58264              From: Autrijus Tang <autrijus@autrijus.org>
58265              Date: Fri, 7 Feb 2003 00:02:49 +0800
58266              Message-ID: <20030206160249.GA12984@not.autrijus.org>
58267      Branch: perl
58268            ! pod/perluniintro.pod
58269 ____________________________________________________________________________
58270 [ 18669] By: jhi                                   on 2003/02/06  20:06:09
58271         Log: Subject: [PATCH: perl@186389] path tweak fix up for t/pod/find.t on VMS
58272              From: PPrymmer@factset.com
58273              Date: Wed, 5 Feb 2003 12:00:05 -0500
58274              Message-ID: <OFF5FDC924.68DBF580-ON85256CC4.005CC78E@factset.com>
58275      Branch: perl
58276            ! t/pod/find.t
58277 ____________________________________________________________________________
58278 [ 18668] By: jhi                                   on 2003/02/06  20:00:52
58279         Log: sv_cat_recode() proto was missing, noticed by Craig Berry.
58280      Branch: perl
58281            ! proto.h
58282 ____________________________________________________________________________
58283 [ 18666] By: sky                                   on 2003/02/06  09:39:24
58284         Log: Patch from Richard Soderberg, cleanup the code a bit and comment
58285              why we are not using SvOOK_on.
58286      Branch: perl
58287            ! sv.c
58288 ____________________________________________________________________________
58289 [ 18664] By: jhi                                   on 2003/02/06  09:26:53
58290         Log: Things forgotten from Encode 1.87.
58291      Branch: perl
58292            ! ext/Encode/Unicode/Unicode.xs ext/Encode/t/CJKT.t
58293 ____________________________________________________________________________
58294 [ 18663] By: jhi                                   on 2003/02/06  04:03:31
58295         Log: Upgrade to Encode 1.87.
58296      Branch: perl
58297            ! ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm ext/Encode/Changes
58298            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/KR/KR.pm
58299            ! ext/Encode/Unicode/Unicode.pm ext/Encode/Unicode/Unicode.xs
58300            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
58301            ! ext/Encode/lib/Encode/CJKConstants.pm
58302            ! ext/Encode/lib/Encode/Encoder.pm
58303            ! ext/Encode/lib/Encode/Encoding.pm
58304            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/CJKT.t
58305            ! ext/Encode/t/enc_eucjp.t
58306 ____________________________________________________________________________
58307 [ 18662] By: jhi                                   on 2003/02/05  19:40:38
58308         Log: Add the test of [perl #8760] (fixed by change #18656).
58309      Branch: perl
58310            ! t/run/fresh_perl.t
58311 ____________________________________________________________________________
58312 [ 18661] By: jhi                                   on 2003/02/05  19:28:37
58313         Log: has become fixed too (by changes #18653
58314              and #18658, methinks), adding the test(s).
58315      Branch: perl
58316            ! t/op/pat.t
58317 ____________________________________________________________________________
58318 [ 18660] By: jhi                                   on 2003/02/05  17:15:35
58319         Log: Subject: [Patch] parsing under encoding (Re: [Encode] HEADS-UP; $Encode::VERSION++ to enhance filter option)([perl #16823])
58320              From: Inaba HIroto <inaba@st.rim.or.jp>
58321              Date: Sat, 01 Feb 2003 21:58:20 +0900
58322              Message-ID: <3E3BC46B.6C687CFD@st.rim.or.jp>
58323      Branch: perl
58324            ! embed.fnc embed.h ext/Encode/Encode.pm ext/Encode/Encode.xs
58325            ! ext/Encode/Encode/encode.h ext/Encode/encengine.c
58326            ! ext/Encode/lib/Encode/Encoding.pm
58327            ! ext/Encode/lib/Encode/JP/JIS7.pm global.sym lib/utf8.t
58328            ! pod/perlapi.pod sv.c t/uni/tr_7jis.t toke.c
58329 ____________________________________________________________________________
58330 [ 18659] By: jhi                                   on 2003/02/05  11:51:30
58331         Log: Subject: [PATCH: perl@186389] fix for PerlIO/Via compilation on VMS
58332              From: PPrymmer@factset.com
58333              Date: Tue, 4 Feb 2003 12:03:17 -0500
58334              Message-ID: <OFCBC6AE62.FF2B83D4-ON85256CC3.005D7A9F@factset.com>
58335      Branch: perl
58336            ! ext/PerlIO/via/via.xs
58337 ____________________________________________________________________________
58338 [ 18658] By: jhi                                   on 2003/02/05  05:45:11
58339         Log: s/S_cache_re/cache_re/ for building with threads.
58340      Branch: perl
58341            ! regexec.c
58342 ____________________________________________________________________________
58343 [ 18657] By: rgs                                   on 2003/02/04  20:06:19
58344         Log: Subject: [PATCH] B::Concise updates (incl. avoiding use of op_seq)
58345              From: Stephen McCamant <smcc@mit.edu>
58346              Date: Mon, 3 Feb 2003 21:01:07 -0500
58347              Message-ID: <15935.7907.976943.74729@syllepsis.MIT.EDU>
58348      Branch: perl
58349            ! ext/B/B/Concise.pm ext/B/t/concise.t
58350 ____________________________________________________________________________
58351 [ 18656] By: rgs                                   on 2003/02/04  20:02:56
58352         Log: Better version of change #18648, by Enache Adrian
58353              Message-ID: <20030204101533.GA11817@ratsnest.hole>
58354      Branch: perl
58355            ! op.c
58356 ____________________________________________________________________________
58357 [ 18655] By: jhi                                   on 2003/02/04  15:56:36
58358         Log: Add the new test to MANIFEST.
58359      Branch: perl
58360            ! MANIFEST
58361 ____________________________________________________________________________
58362 [ 18654] By: gbarr                                 on 2003/02/04  14:42:51
58363         Log: Sync with 1.10
58364      Branch: perl
58365            + ext/List/Util/t/lln.t
58366            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
58367            ! ext/List/Util/lib/List/Util.pm
58368            ! ext/List/Util/lib/Scalar/Util.pm
58369 ____________________________________________________________________________
58370 [ 18653] By: jhi                                   on 2003/02/04  11:04:25
58371         Log: Fix "[perl #20667] unicode regex vs non-unicode regex".
58372              The PL_regdata was not set up (S_cache_re()) before it
58373              was needed (S_reginclass()).  The test put in fresh_perl.t
58374              because we need a pristine state to start.
58375      Branch: perl
58376            ! regexec.c t/run/fresh_perl.t
58377 ____________________________________________________________________________
58378 [ 18652] By: jhi                                   on 2003/02/04  06:35:51
58379         Log: Comment tweak.
58380      Branch: perl
58381            ! t/op/pat.t
58382 ____________________________________________________________________________
58383 [ 18651] By: jhi                                   on 2003/02/04  06:28:53
58384         Log: Signedness issue.
58385      Branch: perl
58386            ! ext/MIME/Base64/Base64.xs
58387 ____________________________________________________________________________
58388 [ 18650] By: rgs                                   on 2003/02/03  22:02:44
58389         Log: Force the C locale in makedepend, to prevent gcc from
58390              producing locale-dependent messages.
58391      Branch: perl
58392            ! makedepend.SH
58393 ____________________________________________________________________________
58394 [ 18649] By: rgs                                   on 2003/02/03  22:00:21
58395         Log: Document the environment variable PERL_UTF8_LOCALE in perlrun.
58396      Branch: perl
58397            ! pod/perlrun.pod
58398 ____________________________________________________________________________
58399 [ 18648] By: rgs                                   on 2003/02/03  19:32:57
58400         Log: Fix bug #8760 : cop_line isn't properly restored
58401              when a module is loaded at runtime behind the scenes.
58402      Branch: perl
58403            ! op.c t/lib/warnings/perlio
58404 ____________________________________________________________________________
58405 [ 18647] By: merijn                                on 2003/02/03  16:14:00
58406         Log: Subject: Re: [perl #20606] [PATCH} openbsd hints
58407              From: Abe Timmerman <abe@ztreet.demon.nl>
58408              Date: Sun, 2 Feb 2003 18:27:57 +0100
58409              Message-Id: <200302021827.57240.abe@ztreet.demon.nl>
58410      Branch: perl
58411            ! hints/openbsd.sh
58412 ____________________________________________________________________________
58413 [ 18644] By: jhi                                   on 2003/02/03  12:41:51
58414         Log: Duh, test -e ENOPORTABLE, I should've remembered that.
58415              (Made Solaris go boom.)
58416      Branch: perl
58417            ! Configure
58418 ____________________________________________________________________________
58419 [ 18643] By: jhi                                   on 2003/02/03  10:36:15
58420         Log: Detypo.
58421      Branch: perl
58422            ! cop.h
58423 ____________________________________________________________________________
58424 [ 18642] By: ams                                   on 2003/02/03  08:26:36
58425         Log: Integrate MIME::Base64 2.16 from CPAN. (Do we really want the
58426              utility scripts?)
58427      Branch: perl
58428            + ext/MIME/Base64/decode-base64 ext/MIME/Base64/decode-qp
58429            + ext/MIME/Base64/encode-base64 ext/MIME/Base64/encode-qp
58430            ! MANIFEST ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
58431            ! ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
58432            ! ext/MIME/Base64/QuotedPrint.pm ext/MIME/Base64/t/base64.t
58433            ! ext/MIME/Base64/t/quoted-print.t
58434 ____________________________________________________________________________
58435 [ 18641] By: sky                                   on 2003/02/02  23:46:24
58436         Log: In any case, never copy this but use the same SV since
58437              if we copy we loose the hash we so badly need.
58438              For op_const we might still need to copy however.
58439      Branch: perl
58440            ! op.c
58441 ____________________________________________________________________________
58442 [ 18640] By: sky                                   on 2003/02/02  23:38:40
58443         Log: Move SvPVIV out of ->op_sv of METHOD_NAMED into the pad, fixes
58444              threading issue. Should perhaps be a PVOP to save memory, but then
58445              we have nowhere to store the hash of the function!
58446      Branch: perl
58447            ! dump.c op.c pp_hot.c
58448 ____________________________________________________________________________
58449 [ 18637] By: jhi                                   on 2003/02/02  20:07:57
58450         Log: Plan 9: Some time has passed.
58451      Branch: perl
58452            ! plan9/buildinfo
58453 ____________________________________________________________________________
58454 [ 18636] By: jhi                                   on 2003/02/02  20:02:11
58455         Log: Subject: Re: typo in checkin 18616
58456              From: Nick Ing-Simmons <nick@ing-simmons.net>
58457              Date: Sun, 02 Feb 2003 17:23:08 +0000
58458              Message-Id: <20030202172308.9244.1@bactrian.ni-s.u-net.com>
58459      Branch: perl
58460            ! XSUB.h
58461 ____________________________________________________________________________
58462 [ 18635] By: jhi                                   on 2003/02/02  19:46:35
58463         Log: Plan 9: Add also config.sh sample for 5.8.0 from Russ Cox.
58464      Branch: perl
58465            + plan9/config_sh.sample
58466            ! MANIFEST
58467 ____________________________________________________________________________
58468 [ 18634] By: ams                                   on 2003/02/02  18:07:01
58469         Log: Subject: [PATCH] pod/perlfunc.pod
58470              From: abigail@abigail.nl
58471              Date: Sun, 2 Feb 2003 16:59:48 +0100
58472              Message-Id: <20030202155948.7971.qmail@abigail.nl>
58473      Branch: perl
58474            ! pod/perlfunc.pod
58475 ____________________________________________________________________________
58476 [ 18633] By: jhi                                   on 2003/02/02  16:48:26
58477         Log: Subject: [perl #18232] [PATCH] store PL_reg_match_utf8 in reganch
58478              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
58479              Date: Wed, 22 Jan 2003 22:35:56 +0100
58480              Message-Id: <20030122223556.57d597a3.rgarciasuarez@free.fr>
58481      Branch: perl
58482            ! mg.c pp.c pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t
58483 ____________________________________________________________________________
58484 [ 18632] By: jhi                                   on 2003/02/02  15:31:36
58485         Log: Also [perl #3547] has been fixed; add its test case.
58486      Branch: perl
58487            ! t/op/pat.t
58488 ____________________________________________________________________________
58489 [ 18631] By: jhi                                   on 2003/02/02  15:26:10
58490         Log: The [perl #7471] seems to have been fixed; add its test.
58491      Branch: perl
58492            ! t/op/pat.t
58493 ____________________________________________________________________________
58494 [ 18630] By: jhi                                   on 2003/02/02  15:21:23
58495         Log: seems to have been fixed; add its test.
58496      Branch: perl
58497            ! t/op/pat.t
58498 ____________________________________________________________________________
58499 [ 18629] By: jhi                                   on 2003/02/02  15:09:39
58500         Log: Plan 9: Supply also Russ Cox' original config.h for 5.8.0.
58501      Branch: perl
58502            + plan9/config_h.sample
58503            ! MANIFEST
58504 ____________________________________________________________________________
58505 [ 18628] By: jhi                                   on 2003/02/02  14:46:26
58506         Log: Plan 9: Update config.plan9 based on Russ Cox' work.
58507      Branch: perl
58508            ! plan9/config.plan9
58509 ____________________________________________________________________________
58510 [ 18627] By: jhi                                   on 2003/02/02  14:24:00
58511         Log: Plan 9: Update the list of object files.
58512      Branch: perl
58513            ! plan9/mkfile
58514 ____________________________________________________________________________
58515 [ 18626] By: jhi                                   on 2003/02/02  14:03:16
58516         Log: Plan 9: No Configure.
58517      Branch: perl
58518            ! Configure
58519 ____________________________________________________________________________
58520 [ 18624] By: jhi                                   on 2003/02/02  13:29:02
58521         Log: Plan 9: doesn't really do Configure (undo #18585/#18586)
58522      Branch: perl
58523            ! Configure
58524 ____________________________________________________________________________
58525 [ 18622] By: jhi                                   on 2003/02/02  12:49:13
58526         Log: minitest wasn't working.  (The $^X /miniperl/ test in
58527              io/crlf.t didn't work in Tru64, $^X was "./perl", used
58528              the same 'eval q/use .../' trick everywhere.)
58529      Branch: perl
58530            ! t/io/crlf.t t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t
58531            ! t/uni/tr_utf8.t
58532 ____________________________________________________________________________
58533 [ 18621] By: jhi                                   on 2003/02/02  12:23:28
58534         Log: Fix and test for [perl #15549 Empty \Q\E not permitted]
58535              (test.pl-ise quotemeta.t, too)
58536      Branch: perl
58537            ! t/op/quotemeta.t toke.c
58538 ____________________________________________________________________________
58539 [ 18618] By: sky                                   on 2003/02/01  21:04:36
58540         Log: Fix bug #15837, temporary from storable call hadn't gotten
58541              freed yet and was cloned but without a real (AvREAL)
58542              reference to it. @_ doesn't refcount!
58543      Branch: perl
58544            ! ext/threads/threads.xs
58545 ____________________________________________________________________________
58546 [ 18616] By: jhi                                   on 2003/02/01  19:43:09
58547         Log: Integrate from perlio:
58548
58549              [ 18591]
58550              PERL_IMPLICIT_SYS does NOT vector PerlIO_xxx but PerlSIO_xxx, so
58551              correct XSUB.h
58552
58553              [ 18611]
58554              Michael Schroeder's fix for re-try if stdio ops after
58555              interrupts. (Calls to PERL_ASYNC_CHECK added by NI-S).
58556
58557              [ 18612]
58558              PerlIO friendly version of speed up of $/ = undef case.
58559
58560              [ 18613]
58561              fflush() before invalidating stdio's fileno.
58562      Branch: perl
58563           !> XSUB.h perlio.c sv.c
58564 ____________________________________________________________________________
58565 [ 18615] By: sky                                   on 2003/02/01  12:01:01
58566         Log: Don't free thread before using it, breaks platforms that
58567              trust that I really want to free what I free, (like HPUX
58568              and AIX).
58569      Branch: perl
58570            ! ext/threads/threads.xs
58571 ____________________________________________________________________________
58572 [ 18614] By: ams                                   on 2003/02/01  12:00:29
58573         Log: Subject: Re: bleadperl: PerlIOStdio_invalidate_fileno breaks fclose semantics
58574              From: Nick Ing-Simmons <nick@ing-simmons.net>
58575              Date: Sat, 01 Feb 2003 13:03:52 +0000
58576              Message-Id: <20030201130352.1872.12@bactrian.ni-s.u-net.com>
58577      Branch: perl
58578            ! perlio.c
58579 ____________________________________________________________________________
58580 [ 18609] By: jhi                                   on 2003/01/31  08:58:40
58581         Log: Go even further (back) than change #18608 and revert
58582              to the 5.8.0 code, since otherwise split.t #40 fails.
58583              The four new tests of pat.t should keep us more honest.
58584      Branch: perl
58585            ! regexec.c
58586 ____________________________________________________________________________
58587 [ 18608] By: jhi                                   on 2003/01/31  08:24:53
58588         Log: Subject: [FIX] Re: UTF-8 failures (surprise!)
58589              From: Enache Adrian <enache@rdslink.ro>
58590              Date: Fri, 31 Jan 2003 09:20:59 +0200
58591              Message-ID: <20030131072059.GB6045@ratsnest.hole>
58592      Branch: perl
58593            ! regexec.c t/op/pat.t
58594 ____________________________________________________________________________
58595 [ 18607] By: ams                                   on 2003/01/31  02:29:56
58596         Log: Fix typo in version check ($[ to $]).
58597      Branch: perl
58598            ! ext/Storable/t/restrict.t
58599 ____________________________________________________________________________
58600 [ 18606] By: rgs                                   on 2003/01/30  22:02:47
58601         Log: Subject: [PATCH] Upper<->Lower case mistake in perlunicode.pod ?
58602              From: Jose.auguste-etienne@cgss-guyane.fr
58603              Date: Thu, 30 Jan 2003 12:40:53 -0300
58604              Message-ID: <OF8E7C1B73.22FEA7CE-ON03256CBE.00528AB8@Cgss-Guyane.fr>
58605      Branch: perl
58606            ! pod/perlunicode.pod
58607 ____________________________________________________________________________
58608 [ 18605] By: rgs                                   on 2003/01/30  20:58:52
58609         Log: code example in the FAQ that isn't strict-friendly.
58610              Subject: [perl #20616] Tie::IxHash doc error.
58611              From: Beckett Richard-qswi266 (via RT) <perlbug-followup@perl.org>
58612              Date: 30 Jan 2003 11:43:17 -0000
58613              Message-Id: <rt-20616-49904.16.891027432675@bugs6.perl.org>
58614      Branch: perl
58615            ! pod/perlfaq4.pod
58616 ____________________________________________________________________________
58617 [ 18604] By: rgs                                   on 2003/01/30  20:52:05
58618         Log: FAQ sync.
58619      Branch: perl
58620            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
58621            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq7.pod
58622            ! pod/perlfaq8.pod
58623 ____________________________________________________________________________
58624 [ 18603] By: jhi                                   on 2003/01/30  08:05:22
58625         Log: Subject: [FIX] Re: UTF-8 failures (surprise!)
58626              From: Enache Adrian <enache@rdslink.ro>
58627              Date: Thu, 30 Jan 2003 10:48:09 +0200
58628              Message-ID: <20030130084809.GA16902@ratsnest.hole>
58629
58630              Fix for half of the failures, with an expanded test.
58631      Branch: perl
58632            ! lib/utf8.t sv.c
58633 ____________________________________________________________________________
58634 [ 18602] By: merijn                                on 2003/01/30  06:31:50
58635         Log: Updates to the openbsd hints
58636
58637              Subject: [perl #20606] [no subject]
58638              Date: 29 Jan 2003 18:38:37 -0000
58639              From: "Todd C. Miller" (via RT) <perlbug-followup@perl.org>
58640              Message-Id: <rt-20606-49879.4.78874436094841@bugs6.perl.org>
58641      Branch: perl
58642            ! hints/openbsd.sh
58643 ____________________________________________________________________________
58644 [ 18601] By: jhi                                   on 2003/01/29  05:58:36
58645         Log: More of the #18600.
58646      Branch: perl
58647            ! pad.c
58648 ____________________________________________________________________________
58649 [ 18600] By: jhi                                   on 2003/01/29  05:37:12
58650         Log: Retract the %_/SVf change (part of #18456) for PROTOTYPE (CV)
58651              dumping (but now use SvPV_nolen).  (This change made an empty
58652              prototype to show up as "_" under -Uuseperlio.)
58653      Branch: perl
58654            ! dump.c
58655 ____________________________________________________________________________
58656 [ 18599] By: rgs                                   on 2003/01/28  21:07:08
58657         Log: Fix a very small memory leak in op_free, by reserving the
58658              case op_seq == (U16)-1 for the compiler backend
58659
58660              Subject: Re: Freeing code
58661              From: "Paul Johnson" <paul@pjcj.net>
58662              Date: Tue, 28 Jan 2003 14:13:09 +0100 (CET)
58663              Message-ID: <18918.193.134.254.145.1043759589.squirrel@wesley.pjcj.net>
58664      Branch: perl
58665            ! op.c
58666 ____________________________________________________________________________
58667 [ 18598] By: rgs                                   on 2003/01/28  20:43:02
58668         Log: Integrate from maint-5.8:
58669              Change 18450 :
58670              Tiny output tweak.
58671              Change 18429 :
58672              AIX gcc (2.9) threaded build tweak (without the _THREAD_SAFE
58673              things like drand48_data are undefined).
58674              Change 18388 :
58675              List the PERL_MAGIC_utf8 ('w') flag.
58676      Branch: perl
58677           !> hints/aix.sh pod/perlguts.pod t/op/pat.t
58678 ____________________________________________________________________________
58679 [ 18597] By: rgs                                   on 2003/01/27  21:52:00
58680         Log: Subject: Re: [perl #20274] perlbug requires dynamic loading
58681              From: Slaven Rezic <slaven@rezic.de>
58682              Date: 14 Jan 2003 20:58:54 +0100
58683              Message-ID: <87n0m3v6yp.fsf@vran.herceg.de>
58684      Branch: perl
58685            ! ext/Sys/Hostname/Hostname.pm
58686 ____________________________________________________________________________
58687 [ 18596] By: rgs                                   on 2003/01/27  20:38:21
58688         Log: Introduce the PUSHSUB_DB macro, equivalent to PUSHSUB, but
58689              without the lval context tweak. Used in OP_DBSTATE.
58690              Subject: Re: [PATCH] Re: change #9754: 5 x slowdown for perl -d
58691              From: Dave Mitchell <davem@fdgroup.com>
58692              Date: Sun, 26 Jan 2003 17:42:42 +0000
58693              Message-ID: <20030126174242.H16182@fdgroup.com>
58694      Branch: perl
58695            ! cop.h pp_ctl.c
58696 ____________________________________________________________________________
58697 [ 18595] By: rgs                                   on 2003/01/27  20:32:01
58698         Log: Subject: [PATCH] make Copy On Write work once again
58699              From: Nicholas Clark <nick@unfortu.net>
58700              Date: Sat, 25 Jan 2003 00:25:50 +0000
58701              Message-ID: <20030125002550.GG278@Bagpuss.unfortu.net>
58702      Branch: perl
58703            ! sv.h
58704 ____________________________________________________________________________
58705 [ 18594] By: jhi                                   on 2003/01/27  20:01:44
58706         Log: Update the pod list for Plan 9.
58707      Branch: perl
58708            ! plan9/mkfile
58709 ____________________________________________________________________________
58710 [ 18593] By: sky                                   on 2003/01/26  22:37:21
58711         Log: When we copy things out of a hash and increment the
58712              refcount of the shared scalar, we really must protect
58713              that refcount increase with a lock, or else it might not
58714              happen. Fixes segfault when objects would prematurely
58715              be killed.
58716      Branch: perl
58717            ! ext/threads/shared/shared.xs
58718 ____________________________________________________________________________
58719 [ 18592] By: jhi                                   on 2003/01/26  21:54:36
58720         Log: Missing (STRLEN)casts.
58721      Branch: perl
58722            ! sv.c
58723 ____________________________________________________________________________
58724 [ 18589] By: rgs                                   on 2003/01/26  13:06:49
58725         Log: OPf_SPECIAL on OP_DBSTATE now indicates a breakpoint.
58726
58727              Subject: Re: [PATCH] Re: change #9754: 5 x slowdown for perl -d
58728              From: Dave Mitchell <davem@fdgroup.com>
58729              Date: Fri, 24 Jan 2003 18:44:19 +0000
58730              Message-ID: <20030124184419.F11179@fdgroup.com>
58731      Branch: perl
58732            ! mg.c op.h pp_ctl.c
58733 ____________________________________________________________________________
58734 [ 18588] By: jhi                                   on 2003/01/26  12:18:10
58735         Log: Lest people get worried about not having PerlIO.
58736      Branch: perl
58737            ! pod/perluniintro.pod
58738 ____________________________________________________________________________
58739 [ 18586] By: jhi                                   on 2003/01/26  09:19:01
58740         Log: Plan 9 doesn't do nm, from Russ Cox.
58741      Branch: perl
58742            ! Configure
58743 ____________________________________________________________________________
58744 [ 18584] By: jhi                                   on 2003/01/26  09:11:23
58745         Log: Plan 9 doesn't really have the symlink API, from Russ Cox.
58746      Branch: perl
58747            ! plan9/plan9ish.h
58748 ____________________________________________________________________________
58749 [ 18583] By: jhi                                   on 2003/01/26  09:08:36
58750         Log: Plan 9 compiler can't return quads from the ?: (condop).
58751              (There may be more spots like this, so a Configure test
58752              maybe in order, but this works for now.)  From Russ Cox.
58753      Branch: perl
58754            ! ext/PerlIO/via/via.xs plan9/plan9ish.h
58755 ____________________________________________________________________________
58756 [ 18581] By: ams                                   on 2003/01/26  05:29:40
58757         Log: Subject: Re: truncate using a globref
58758              From: Slaven Rezic <slaven@rezic.de>
58759              Date: Thu, 23 Jan 2003 15:48:52 +0100 (CET)
58760              Message-Id: <200301231448.h0NEmqnu022591@vran.herceg.de>
58761      Branch: perl
58762            ! pp_sys.c t/io/fs.t
58763 ____________________________________________________________________________
58764 [ 18580] By: ams                                   on 2003/01/26  04:57:47
58765         Log: Subject: patch to speed up Perl's slurp mode
58766              From: Enache Adrian <enache@rdslink.ro>
58767              Date: Fri, 24 Jan 2003 06:23:54 +0200
58768              Message-Id: <20030124042354.GA30362@ratsnest.hole>
58769      Branch: perl
58770            ! sv.c
58771 ____________________________________________________________________________
58772 [ 18579] By: ams                                   on 2003/01/26  02:50:44
58773         Log: Subject: Re: [perl #20408] SV's SvPVX get freed even when its SvLEN is zero
58774              From: Enache Adrian <enache@rdslink.ro>
58775              Date: Sun, 26 Jan 2003 04:55:48 +0200
58776              Message-Id: <20030126025548.GB812@ratsnest.hole>
58777      Branch: perl
58778            ! pp_ctl.c
58779 ____________________________________________________________________________
58780 [ 18578] By: ams                                   on 2003/01/26  02:40:20
58781         Log: Subject: [PATCH Storable 2.06] const declaration fixup
58782              From: "Craig A. Berry" <craigberry@mac.com>
58783              Date: Thu, 23 Jan 2003 16:24:46 -0600
58784              Message-Id: <3E306BAE.4030807@mac.com>
58785      Branch: perl
58786            ! ext/Storable/Storable.xs
58787 ____________________________________________________________________________
58788 [ 18577] By: rgs                                   on 2003/01/23  20:46:00
58789         Log: Subject: [PATCH] move pad.c warnings to different test file
58790              From: Dave Mitchell <davem@fdgroup.com>
58791              Date: Thu, 23 Jan 2003 20:56:47 +0000
58792              Message-ID: <20030123205647.C8696@fdgroup.com>
58793      Branch: perl
58794            + t/lib/warnings/pad
58795            ! MANIFEST t/lib/warnings/op
58796 ____________________________________________________________________________
58797 [ 18573] By: nick                                  on 2003/01/23  07:26:43
58798         Log: Fix Solaris 32-bit invalidate case.
58799      Branch: perl
58800            ! perlio.c
58801 ____________________________________________________________________________
58802 [ 18572] By: rgs                                   on 2003/01/22  21:40:21
58803         Log: Integrate change 18448 from maint-5.8 :
58804
58805              Subject: Partial Data::Dumper patch
58806              From: Richard Clamp <richardc@unixbeard.net>
58807              Date: Sat, 4 Jan 2003 00:52:47 +0000
58808              Message-ID: <20030104005247.GA27685@mirth.demon.co.uk>
58809
58810              Subject: Re: Partial Data::Dumper patch
58811              From: Slaven Rezic <slaven@rezic.de>
58812              Date: 04 Jan 2003 02:48:08 +0100
58813              Message-ID: <87u1gp4rdz.fsf@vran.herceg.de>
58814      Branch: perl
58815           !> ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
58816 ____________________________________________________________________________
58817 [ 18571] By: rgs                                   on 2003/01/22  21:22:31
58818         Log: Subject: [PATCH] Re: difference between my and our before introduction
58819              From: Dave Mitchell <davem@fdgroup.com>
58820              Date: Thu, 16 Jan 2003 17:12:37 +0000
58821              Message-ID: <20030116171237.C420@fdgroup.com>
58822              (with a small test tweak)
58823      Branch: perl
58824            ! pad.c t/comp/our.t toke.c
58825 ____________________________________________________________________________
58826 [ 18569] By: rgs                                   on 2003/01/22  21:00:59
58827         Log: Fix [perl #19860] by adding a POSIX::fsync() stub.
58828      Branch: perl
58829            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
58830 ____________________________________________________________________________
58831 [ 18561] By: jhi                                   on 2003/01/22  17:43:45
58832         Log: Integrate from perlio:
58833              [ 18560]
58834              Fixes for open.pm which attempts to load layers:
58835              1. C equivalent of local $SIG{__WARN__} = sub {}
58836              while loading layers to supress warnings lib/open.t does
58837              not want.
58838              2. The loading scheme does not recurse now so look for
58839              new symptom of bad layer which is that a good module
58840              fails to load (as we cannot open any files).
58841
58842              NOTE: In my opinion open.pm should probably die on bad layer
58843              spec rather than just (maybe) warning and then allowing opens
58844              to fail.
58845      Branch: perl
58846           !> lib/open.t perlio.c
58847 ____________________________________________________________________________
58848 [ 18559] By: jhi                                   on 2003/01/22  13:19:31
58849         Log: Upgrade to Encode 1.86.
58850      Branch: perl
58851            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
58852            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
58853            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
58854 ____________________________________________________________________________
58855 [ 18558] By: jhi                                   on 2003/01/22  13:05:27
58856         Log: Subject: Re: slight tweak to -DR flag - display whether on tmps stack
58857              From: Dave Mitchell <davem@fdgroup.com>
58858              Date: Sun, 19 Jan 2003 17:22:05 +0000
58859              Message-ID: <20030119172204.D24444@fdgroup.com>
58860      Branch: perl
58861            ! dump.c
58862 ____________________________________________________________________________
58863 [ 18557] By: jhi                                   on 2003/01/22  13:01:15
58864         Log: Subject: [PATCH] Re: [perl #9394] Re: [ID 20020525.002] coredump/ bad free warning   in blead with SIGWARN
58865              From: Nicholas Clark <nick@unfortu.net>
58866              Date: Tue, 21 Jan 2003 22:27:21 +0000
58867              Message-ID: <20030121222720.GG293@Bagpuss.unfortu.net>
58868      Branch: perl
58869            ! sv.c t/op/ref.t
58870 ____________________________________________________________________________
58871 [ 18556] By: jhi                                   on 2003/01/22  12:59:02
58872         Log: Subject: [PATCH perlio.h] (was RE: [PATCH] %_ (was Re: [PATCH] operation on `PL_na' may be undefined))
58873              From: Robin Barker <Robin.Barker@npl.co.uk>
58874              Date: Mon, 20 Jan 2003 15:26:21 -0000
58875              Message-ID: <533D273D4014D411AB1D00062938C4D904046299@hotel.npl.co.uk>
58876      Branch: perl
58877            ! perlio.h
58878 ____________________________________________________________________________
58879 [ 18555] By: jhi                                   on 2003/01/22  12:57:20
58880         Log: Integrate from perlio:
58881              [ 18539]
58882              Try the invalidate_fileno() idea for non-leaky stdio sockets.
58883
58884              [ 18540]
58885              stdio does NOT set errno==EBADF on invalidated fileno
58886
58887              [ 18547]
58888              Tweak APItest for new semantics of printf.
58889              Now printf() is always real printf() and not #define'd to
58890              PerlIO_stdoutf() so PerlIO_flush() when STDOUT is redirected
58891              back to original file does not affect stdout unless we are
58892              using :stdio as implementation. So things printf()ed XS side
58893              are not written to file (and turn up at end of test).
58894              So add an XS function which does fflush(stdout), modify .pm
58895              file to export it and .t file to call it.
58896
58897              [ 18548]
58898              Add defined(__osf__) case to invalidate_fileno (for Tru64).
58899
58900              [ 18549]
58901              Report layer name (without arg) on fail, and attempt to
58902              autoload layer name. (Fix for [perl #20460]).
58903
58904              [ 18550]
58905              #if defined(__irix__) (for stdio invalidate) from Jarkko.
58906      Branch: perl
58907           !> ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
58908           !> ext/XS/APItest/t/printf.t lib/open.pm perlio.c
58909 ____________________________________________________________________________
58910 [ 18554] By: jhi                                   on 2003/01/22  12:47:03
58911         Log: Subject: [PATCH av.c] Re: [perl #15439] unreferenced scalar due to double DESTROY
58912              From: Dave Mitchell <davem@fdgroup.com>
58913              Date: Sun, 19 Jan 2003 16:43:54 +0000
58914              Message-ID: <20030119164353.B24444@fdgroup.com>
58915      Branch: perl
58916            ! av.c t/op/array.t
58917 ____________________________________________________________________________
58918 [ 18553] By: jhi                                   on 2003/01/22  12:43:31
58919         Log: Subject: Term::Complete problem + fix (Was: Re: muttprofile + perl 5.8)
58920              From: Martti Rahkila <martti.rahkila@hut.fi>
58921              Date: Sat, 18 Jan 2003 00:25:39 +0200
58922              Message-ID: <20030118002539.A30585@wurlitzer.hut.fi>
58923
58924              (chose the 'even safer' version)
58925      Branch: perl
58926            ! lib/Term/Complete.pm
58927 ____________________________________________________________________________
58928 [ 18552] By: jhi                                   on 2003/01/22  12:34:06
58929         Log: Subject: [PATCH] assert PV isn't RV
58930              From: Nicholas Clark <nick@unfortu.net>
58931              Date: Fri, 17 Jan 2003 19:40:45 +0000
58932              Message-ID: <20030117194044.GB297@Bagpuss.unfortu.net>
58933      Branch: perl
58934            ! sv.h
58935 ____________________________________________________________________________
58936 [ 18551] By: jhi                                   on 2003/01/22  12:28:11
58937         Log: Integrate from maint-5.8:
58938              [ 18375]
58939              Better version of change #18370; use the new 'E' flag
58940              so that cxinc is exposed (as cpp) only to List::Util
58941              (well, any extension) (well, anyone who does -DPERL_EXT),
58942              no need to export it globally.
58943      Branch: perl
58944           !> embed.fnc embed.h ext/List/Util/Makefile.PL global.sym
58945 ____________________________________________________________________________
58946 [ 18545] By: ams                                   on 2003/01/22  06:06:26
58947         Log: Subject: [PATCH perl-current] AUTHORS correction
58948              From: Richard Soderberg <rs@crystalflame.net>
58949              Date: Wed, 22 Jan 2003 02:08:13 -0500
58950              Message-Id: <45B4D3AE-2DD8-11D7-8CF9-000393801F84@crystalflame.net>
58951      Branch: perl
58952            ! AUTHORS
58953 ____________________________________________________________________________
58954 [ 18544] By: jhi                                   on 2003/01/22  03:45:01
58955         Log: Continuation of #18542.
58956      Branch: perl
58957            ! sv.c
58958 ____________________________________________________________________________
58959 [ 18543] By: jhi                                   on 2003/01/22  03:21:23
58960         Log: Update the MD5 checksums.
58961      Branch: perl
58962            ! ext/Digest/MD5/t/files.t
58963 ____________________________________________________________________________
58964 [ 18542] By: hv                                    on 2003/01/22  01:37:52
58965         Log: #18530 misses a couple of pTHX definitions
58966      Branch: perl
58967            ! sv.c
58968 ____________________________________________________________________________
58969 [ 18541] By: jhi                                   on 2003/01/21  22:08:51
58970         Log: Try to make including patchlevel.h a bit more
58971              robust (use <> instead of "") and in case of
58972              failure (PERL_VERSION didn't get defined) try
58973              to fail (by trying to #include an "obviously"
58974              named file that should not exist) (didn't use
58975              #error since IIRC older cpps do not have it)
58976              (Tries to address [perl #20276].)
58977      Branch: perl
58978            ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm
58979            ! ext/Digest/MD5/MD5.xs ext/List/Util/Util.xs
58980            ! ext/Storable/Storable.xs
58981 ____________________________________________________________________________
58982 [ 18538] By: merijn                                on 2003/01/21  16:54:00
58983         Log: Subject: [PATCH] Re: FreeBSD 5 hints patch
58984              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
58985              Date: Mon, 30 Dec 2002 18:01:16 -0800
58986              Message-ID: <spPE+gzkg+6F092yn@efn.org>
58987      Branch: perl
58988            ! Configure
58989 ____________________________________________________________________________
58990 [ 18536] By: jhi                                   on 2003/01/21  14:18:40
58991         Log: Allow explicit -C enable/disable by -C:1/-C:0
58992              (suggested by Peter Haworth).
58993      Branch: perl
58994            ! perl.c pod/perlrun.pod
58995 ____________________________________________________________________________
58996 [ 18534] By: hv                                    on 2003/01/21  02:22:53
58997         Log: Subject: PATCH: perldoc in MAINT branch (probably unstable too)
58998              From: Chip Turner <cturner@redhat.com>
58999              Date: 02 Jan 2003 11:35:57 -0500
59000              Message-ID: <vzksmwb8q6q.fsf@minbar.devel.redhat.com>
59001      Branch: perl
59002            ! lib/Pod/Perldoc.pm
59003 ____________________________________________________________________________
59004 [ 18533] By: hv                                    on 2003/01/21  02:15:29
59005         Log: Subject: Re: [perl #17757] s///g fails when using English & study in 5.8.0
59006              From: hv@crypt.org
59007              Date: Thu, 02 Jan 2003 14:33:49 +0000
59008              Message-Id: <200301021433.h02EXno03562@crypt.compulink.co.uk>
59009      Branch: perl
59010            ! regexec.c t/op/subst.t
59011 ____________________________________________________________________________
59012 [ 18532] By: hv                                    on 2003/01/21  01:56:31
59013         Log: Subject: Re: [perl #19236] perlsyn: implicit localisation in while()
59014              From: Martien Verbruggen <mgjv@tradingpost.com.au>
59015              Date: Tue, 31 Dec 2002 16:42:28 +1100
59016              Message-Id: <slrnb12bi4.4tt.mgjv@martien.heliotrope.home>
59017      Branch: perl
59018            ! pod/perlsyn.pod
59019 ____________________________________________________________________________
59020 [ 18531] By: hv                                    on 2003/01/21  01:52:49
59021         Log: integrate #18366-18370 from maint-5.8:
59022              Implement the CPP namespace protection from [perl #8610];
59023              unless a function has an 'A' flag, it's defined only if
59024              PERL_CORE.  (Why do we have so many many functions with an
59025              'A' flag, is another matter.)  (The number of #ifdef PERL_COREs
59026              could be cut down further by having a state variable and
59027              inserting #ifdefs and #endifs when the state flips.)
59028
59029              Caught by change #18366; thanks to the re extension we have some
59030              functions that are file static but yet part of "the public API"...
59031              Maybe a new class of exportability (a new embed.fnc flag) is
59032              required for this case.
59033
59034              Continue on change #18367; implement the said flag, 'E'.
59035              (Some nm output studying was needed to get the right set
59036              of re symbols defined.)
59037
59038              In AIX (strict symbol exports) the cxinc is needed for List::Util.
59039      Branch: perl
59040            ! embed.fnc embed.h embed.pl ext/re/Makefile.PL global.sym
59041 ____________________________________________________________________________
59042 [ 18530] By: hv                                    on 2003/01/21  01:37:03
59043         Log: integrate (by hand) #18353 and #18359 from maint-5.8:
59044              Introduce a cache for UTF-8 data: length and byte<->char offset
59045              mapping are stored in a new type of magic.  Speeds up length(),
59046              substr(), index(), rindex(), pos(), and some parts of s///.
59047
59048              The speedup varies a lot (on the usual suspects: what is the
59049              access pattern of the data, compiler, CPU), but should be at
59050              least one order of magnitude, and getting to the same magnitude
59051              as byte string speeds, and in some cases  (length on unchanged data)
59052              even reaching the byte string speed.  On the other hand, in some
59053              cases (index) the byte speed is still faster by a factor of five
59054              or so, but the bottleneck there does not seem to be any more
59055              the byte<->char offset mapping (instead, the fbm_instr() speed).
59056
59057              There is one cache slot for the length, and only two for the
59058              byte<->char offset mapping (the first one for the start->offset,
59059              and the second for the offset->offset+length, when talking
59060              in substr() terms).
59061
59062              Code this hairy is bound to have hairy trolls hiding under it.
59063              [...]
59064              A small tweak on top of #18353: don't display mg_len bytes of
59065              mg_ptr for PERL_MAGIC_utf8 because that's not what's there.
59066      Branch: perl
59067            ! dump.c embed.fnc embed.h mg.c perl.h pod/perlapi.pod proto.h
59068            ! sv.c util.c
59069 ____________________________________________________________________________
59070 [ 18529] By: hv                                    on 2003/01/21  00:44:20
59071         Log: integrate #18349 from maint-5.8:
59072              At least partially address [perl #10000] by speeding
59073              up both the ASCII case (by about 2-3%) and the UTF-8 case
59074              (by about 45%).  The major trick is to avoid hitting the
59075              costly S_reginclass().  (Even before this patch the speedup
59076              since 5.8.0 was about 40-50%.)  After this the UTF-8 case is
59077              still about 30-60% slower than the ASCII case.  (Note that
59078              I'm unable to reproduce the 10-fold speed difference of the
59079              original bug report; I can see a factor of 2 or 3, but no more.)
59080      Branch: perl
59081           !> regexec.c
59082 ____________________________________________________________________________
59083 [ 18528] By: hv                                    on 2003/01/21  00:24:11
59084         Log: Subject: [PATCH pp_ctl.c] silence warning
59085              From: Dave Mitchell <davem@fdgroup.com>
59086              Date: Sun, 29 Dec 2002 15:09:31 +0000
59087              Message-ID: <20021229150931.C2325@fdgroup.com>
59088      Branch: perl
59089            ! pp_ctl.c
59090 ____________________________________________________________________________
59091 [ 18527] By: hv                                    on 2003/01/21  00:04:14
59092         Log: Subject: perl version reporting
59093              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
59094              Date: Wed, 18 Dec 2002 08:30:32 +0100
59095              Message-Id: <20021218081957.ABD8.H.M.BRAND@hccnet.nl>
59096      Branch: perl
59097            ! perl.c
59098 ____________________________________________________________________________
59099 [ 18526] By: hv                                    on 2003/01/20  23:21:22
59100         Log: Subject: Re: When Storable and Devel::DProf mix, core dump [perl #19385]
59101              From: Blair Zajac <blair@orcaware.com>
59102              Date: Wed, 08 Jan 2003 12:28:35 -0800
59103              Message-ID: <3E1C89F3.2B4759C@orcaware.com>
59104      Branch: perl
59105            ! ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
59106            ! ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
59107 ____________________________________________________________________________
59108 [ 18524] By: jhi                                   on 2003/01/20  17:51:10
59109         Log: Integrate from perlio:
59110              [ 18520]
59111              Move #define printf out of perl.h into appropriate
59112              PerlIO files.
59113      Branch: perl
59114           !> fakesdio.h nostdio.h perl.h
59115 ____________________________________________________________________________
59116 [ 18523] By: jhi                                   on 2003/01/20  17:48:51
59117         Log: Upgrade to Digest 1.02.
59118      Branch: perl
59119            ! lib/Digest.pm lib/Digest.t
59120 ____________________________________________________________________________
59121 [ 18522] By: jhi                                   on 2003/01/20  17:43:15
59122         Log: Subject: [perl #20408] SV's SvPVX get freed even when its SvLEN is zero
59123              From: "enache@rdslink.ro (via RT)" <perlbug-followup@perl.org>
59124              Date: 20 Jan 2003 01:54:07 -0000
59125              Message-Id: <rt-20408-49009.18.2567818321236@bugs6.perl.org>
59126      Branch: perl
59127            ! pp_hot.c
59128 ____________________________________________________________________________
59129 [ 18521] By: jhi                                   on 2003/01/20  17:37:35
59130         Log: Retract #18154 (integrate of perlio #18507), not enough
59131              threadsafety.
59132      Branch: perl
59133            ! perlio.c
59134 ____________________________________________________________________________
59135 [ 18519] By: jhi                                   on 2003/01/20  12:25:43
59136         Log: Encode MANIFEST update.
59137      Branch: perl
59138            ! ext/Encode/MANIFEST
59139 ____________________________________________________________________________
59140 [ 18517] By: nick                                  on 2003/01/20  08:34:10
59141         Log: Integrate #18405 from maint-5.8 which fixes whitespac
59142              issues in open(FH,"&...")
59143      Branch: perl
59144           !> doio.c
59145 ____________________________________________________________________________
59146 [ 18516] By: jhi                                   on 2003/01/19  13:48:10
59147         Log: microperl update.
59148      Branch: perl
59149            ! Makefile.micro uconfig.h uconfig.sh
59150 ____________________________________________________________________________
59151 [ 18514] By: jhi                                   on 2003/01/18  18:36:00
59152         Log: Integrate from perlio:
59153              [ 18507]
59154              Thread-protection for dup/fclose/dup2 scheme of stdio leak
59155              avoidance.
59156      Branch: perl
59157           !> perlio.c t/io/tell.t
59158 ____________________________________________________________________________
59159 [ 18513] By: jhi                                   on 2003/01/18  18:07:01
59160         Log: Slight pod reformatting based on [perl #20284].
59161      Branch: perl
59162            ! README.mint ext/Data/Dumper/Dumper.pm
59163 ____________________________________________________________________________
59164 [ 18512] By: jhi                                   on 2003/01/17  21:00:15
59165         Log: EPOC perl address updates.
59166      Branch: perl
59167            ! README.epoc
59168 ____________________________________________________________________________
59169 [ 18511] By: jhi                                   on 2003/01/17  20:23:42
59170         Log: Upgrade to Digest 1.01.
59171      Branch: perl
59172            ! lib/Digest.pm
59173 ____________________________________________________________________________
59174 [ 18510] By: jhi                                   on 2003/01/17  19:53:37
59175         Log: Typo fixes from jmc@prioris.mini.pw.edu.pl (from openbsd.bugs)
59176      Branch: perl
59177            ! utils/libnetcfg.PL
59178 ____________________________________________________________________________
59179 [ 18509] By: jhi                                   on 2003/01/17  19:45:11
59180         Log: Upgrade to Digest::MD5 2.22.
59181      Branch: perl
59182            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
59183            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/README
59184            ! ext/Digest/MD5/t/files.t
59185 ____________________________________________________________________________
59186 [ 18508] By: merijn                                on 2003/01/17  14:12:53
59187         Log: Subject: Re: 18457 on cygwin/20030113
59188              From: Nick Ing-Simmons <nick.ing-simmons@elixent.com>
59189              Date: Fri, 17 Jan 2003 15:10:34 +0000
59190              Message-Id: <20030117151034.2651.3@bactrian.elixent.com>
59191      Branch: perl
59192            ! t/io/tell.t
59193 ____________________________________________________________________________
59194 [ 18504] By: jhi                                   on 2003/01/17  13:21:51
59195         Log: Integrate from perlio:
59196              [ 18476]
59197              Remove workaround for :stdio layer bug now fixed
59198              (Fixes #18975)
59199      Branch: perl
59200           !> pp_sys.c
59201 ____________________________________________________________________________
59202 [ 18502] By: jhi                                   on 2003/01/16  22:53:23
59203         Log: Integrate from maint-5.6:
59204              [ 18477]
59205              search utility doesn't skip exe/lib/pdb files properly on windows
59206      Branch: perl
59207           !> win32/bin/search.pl
59208 ____________________________________________________________________________
59209 [ 18501] By: rgs                                   on 2003/01/16  21:28:42
59210         Log: Subject: Re: [perl #19977] unlocalized $_ in File::Find clobbers upstream $_
59211              From: "Jos I. Boumans" <kane@dwim.org>
59212              Date: Thu, 16 Jan 2003 14:04:48 +0100
59213              Message-ID: <3E26ADF0.6010605@dwim.org>
59214              (with test tweaks)
59215      Branch: perl
59216            ! lib/File/Find.pm lib/File/Find/t/find.t
59217 ____________________________________________________________________________
59218 [ 18500] By: rgs                                   on 2003/01/16  21:17:14
59219         Log: Integrate #18447 from maint-5.8 :
59220              test.pl-ise t/op/fh.t.
59221      Branch: perl
59222           !> t/op/fh.t
59223 ____________________________________________________________________________
59224 [ 18499] By: rgs                                   on 2003/01/16  20:58:59
59225         Log: Integrate changes to Attribute::Handlers from maint-5.8
59226              (18404 and 18427).
59227              Subject: [PATCH] Re: Attribute::Handlers phase variance
59228              From: Richard Clamp <richardc@unixbeard.net>
59229              Date: Mon, 9 Dec 2002 11:10:24 +0000
59230              Message-ID: <20021209111024.GA14365@mirth.demon.co.uk>
59231      Branch: perl
59232           !> lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
59233 ____________________________________________________________________________
59234 [ 18498] By: rgs                                   on 2003/01/16  20:48:10
59235         Log: Integrate changes #18422 and #18423 from maint-5.8.
59236              18422 :
59237              Third Degree found a read of uninit memory (after setting
59238              grent_size with sysconf(), pwent_size was read).  Also make
59239              the ERANGE/INVARG more consistent.
59240              18423 :
59241              spent_size was still off.  (As far as I can tell
59242              _SC_GETPW_R_SIZE_MAX is supposed to be used also
59243              for spents, not just pwents.)
59244      Branch: perl
59245           !> reentr.c reentr.h reentr.pl
59246 ____________________________________________________________________________
59247 [ 18497] By: rgs                                   on 2003/01/16  20:40:58
59248         Log: Subject: [PATCH] Re: [perl #19393] Bug in Time::localtime?
59249              From: Dave Mitchell <davem@fdgroup.com>
59250              Date: Wed, 1 Jan 2003 21:43:24 +0000
59251              Message-ID: <20030101214324.F12907@fdgroup.com>
59252              (integrated from change #18397 in maint-5.8)
59253      Branch: perl
59254           !> lib/Time/Local.pm lib/Time/Local.t
59255 ____________________________________________________________________________
59256 [ 18496] By: jhi                                   on 2003/01/16  20:36:23
59257         Log: Fix 'use encoding' I/O for code points 0x80..0xFF;
59258              code changes from Inaba Hiroto; test tweaks by jhi.
59259      Branch: perl
59260            + ext/Encode/t/enc_eucjp.t
59261            ! MANIFEST doio.c ext/Encode/encoding.pm ext/Encode/t/enc_utf8.t
59262            ! pp.c sv.c sv.h t/uni/tr_utf8.t
59263 ____________________________________________________________________________
59264 [ 18495] By: jhi                                   on 2003/01/16  20:19:36
59265         Log: It seems the binmode() is needed with UTF-8 locales enabled.
59266      Branch: perl
59267            ! ext/Encode/t/CJKT.t
59268 ____________________________________________________________________________
59269 [ 18494] By: jhi                                   on 2003/01/16  20:11:35
59270         Log: Upgrade to CGI.pm 2.89.
59271      Branch: perl
59272            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
59273            ! lib/CGI/t/carp.t lib/CGI/t/html.t lib/CGI/t/pretty.t
59274 ____________________________________________________________________________
59275 [ 18493] By: jhi                                   on 2003/01/16  20:03:01
59276         Log: Subject: Update for ext/MIME/Base64/
59277              From: Gisle Aas <gisle@ActiveState.com>
59278              Date: 30 Dec 2002 07:34:34 -0800
59279              Message-ID: <lrhecvzfjp.fsf@caliper.activestate.com>
59280      Branch: perl
59281            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
59282            ! ext/MIME/Base64/QuotedPrint.pm
59283            ! ext/MIME/Base64/t/quoted-print.t ext/MIME/Base64/t/unicode.t
59284 ____________________________________________________________________________
59285 [ 18492] By: jhi                                   on 2003/01/16  19:56:07
59286         Log: Subject: Update for ext/Digest/MD5/
59287              From: Gisle Aas <gisle@ActiveState.com>
59288              Date: 30 Dec 2002 07:38:16 -0800
59289              Message-ID: <lrd6njzfdj.fsf@caliper.activestate.com>
59290      Branch: perl
59291            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
59292            ! ext/Digest/MD5/Makefile.PL ext/Digest/MD5/t/align.t
59293            ! ext/Digest/MD5/t/files.t
59294 ____________________________________________________________________________
59295 [ 18491] By: jhi                                   on 2003/01/16  19:24:10
59296         Log: if (0) the PL_widesyscalls code for now: Sarathy
59297              should take another look to see whether it is really
59298              safe to remove the code, too.
59299      Branch: perl
59300            ! win32/win32.h wince/win32.h
59301 ____________________________________________________________________________
59302 [ 18490] By: jhi                                   on 2003/01/16  01:58:39
59303         Log: Make the locale-induced UTF-8-ification of STD fhs
59304              and the default file open layer explicit (either -C
59305              or PERL_UTF8_LOCALE), instead of implicit (and unasked-for).
59306      Branch: perl
59307            ! embedvar.h gv.c intrpvar.h locale.c mg.c perl.c perlapi.h
59308            ! pod/perlrun.pod pod/perlunicode.pod pod/perluniintro.pod
59309            ! pod/perlvar.pod
59310 ____________________________________________________________________________
59311 [ 18489] By: rgs                                   on 2003/01/15  20:55:00
59312         Log: Subject: [PATCH 5.8.0] perlrun.pod: fix -i examples
59313              From: Brendan O'Dea <bod@debian.org>
59314              Date: Sun, 12 Jan 2003 06:18:32 +1100
59315              Message-ID: <20030111191832.GA19441@londo.c47.org>
59316      Branch: perl
59317            ! pod/perlrun.pod
59318 ____________________________________________________________________________
59319 [ 18488] By: rgs                                   on 2003/01/15  20:51:48
59320         Log: Subject: [PATCH 5.8.0] diagnostics.pm: useful apropos description for splain
59321              From: Brendan O'Dea <bod@debian.org>
59322              Date: Sun, 12 Jan 2003 06:17:30 +1100
59323              Message-ID: <20030111191730.GA19420@londo.c47.org>
59324      Branch: perl
59325            ! lib/diagnostics.pm
59326 ____________________________________________________________________________
59327 [ 18487] By: rgs                                   on 2003/01/15  20:45:14
59328         Log: Add a test case for bug [perl #19545]
59329      Branch: perl
59330            ! t/op/do.t
59331 ____________________________________________________________________________
59332 [ 18486] By: rgs                                   on 2003/01/15  20:34:52
59333         Log: isa() and can() didn't work on magic variables
59334              see Message-Id: <20030114220737.2190ba7c.rgarciasuarez@free.fr>
59335              plus a test case by B. Goldberg
59336      Branch: perl
59337            ! t/op/universal.t universal.c
59338 ____________________________________________________________________________
59339 [ 18485] By: rgs                                   on 2003/01/15  20:10:57
59340         Log: Subject: [PATCH] Re: [perl #19566] Perl 5.8.0 segfault
59341              From: Stephen McCamant <smcc@mit.edu>
59342              Date: Thu, 2 Jan 2003 18:08:23 -0500
59343              Message-ID: <15892.50791.692636.982873@syllepsis.MIT.EDU>
59344              Plus a test by Jarkko
59345              Integrated from changes 18444 and 18446 from maint-5.8
59346      Branch: perl
59347           +> t/op/readline.t
59348           !> MANIFEST pp_hot.c
59349 ____________________________________________________________________________
59350 [ 18484] By: jhi                                   on 2003/01/15  14:09:57
59351         Log: Upgrade to Time::HiRes 1.42.
59352      Branch: perl
59353            + ext/Time/HiRes/fallback/const-c.inc
59354            + ext/Time/HiRes/fallback/const-xs.inc
59355            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
59356            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
59357 ____________________________________________________________________________
59358 [ 18483] By: jhi                                   on 2003/01/15  00:23:20
59359         Log: Detypo.
59360      Branch: perl
59361            ! ext/Encode/Unicode/Unicode.xs
59362 ____________________________________________________________________________
59363 [ 18482] By: rgs                                   on 2003/01/14  21:41:04
59364         Log: Integrate change #18365 from maint-5.8 :
59365              Doc tweak on the S_ macros.
59366      Branch: perl
59367           !> pod/perlfunc.pod
59368 ____________________________________________________________________________
59369 [ 18481] By: jhi                                   on 2003/01/14  12:40:24
59370         Log: Apparently some stdios have bugs (no! don't tell it is so!)
59371              or there is a corner of stdio that is substandardised.
59372      Branch: perl
59373            ! t/io/tell.t
59374 ____________________________________________________________________________
59375 [ 18480] By: jhi                                   on 2003/01/14  01:25:14
59376         Log: Encode 1.84 broke the subtest #7, further study required.
59377      Branch: perl
59378            ! t/uni/tr_utf8.t
59379 ____________________________________________________________________________
59380 [ 18479] By: jhi                                   on 2003/01/13  23:13:02
59381         Log: Add a test for encoding 'utf8'.
59382      Branch: perl
59383            + ext/Encode/t/enc_utf8.t
59384            ! MANIFEST ext/Encode/MANIFEST
59385 ____________________________________________________________________________
59386 [ 18478] By: jhi                                   on 2003/01/13  23:10:55
59387         Log: Upgrade to Encode 1.84.
59388      Branch: perl
59389            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
59390            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
59391 ____________________________________________________________________________
59392 [ 18475] By: jhi                                   on 2003/01/13  02:42:47
59393         Log: Integrate from perlio:
59394              [ 18471]
59395              Fix #18711 and add test for it (and indeed tell on write
59396              handles at all !
59397
59398              (#18711 Serious bug of tell() in perl)
59399      Branch: perl
59400           !> perlio.c t/io/tell.t
59401 ____________________________________________________________________________
59402 [ 18474] By: jhi                                   on 2003/01/13  02:41:04
59403         Log: Integrate from perlio:
59404              [ 18470]
59405              Fix #16306 and #16880
59406
59407              (#16306 Big Badda leak in Sockets)
59408              (#16880 Memory leak with IO::Socket in Perl v5.8.0)
59409      Branch: perl
59410           !> perlio.c
59411 ____________________________________________________________________________
59412 [ 18473] By: jhi                                   on 2003/01/13  02:38:33
59413         Log: Integrate perlio #18040 and #18043 (no real changes;
59414              some whitespace changes but ignored them so that Dan's
59415              version of Encode wins)
59416      Branch: perl
59417           !> ext/Encode/Encode.xs
59418 ____________________________________________________________________________
59419 [ 18472] By: jhi                                   on 2003/01/13  01:31:01
59420         Log: Integrate perlio to mainline:
59421              [ 18240]
59422              Avoid eqtime() wiping the file (as suggested by
59423              "Luis G. Uribe C." <GUribe@SoftHome.net>
59424      Branch: perl
59425           !> lib/ExtUtils/Command.pm
59426 ____________________________________________________________________________
59427 [ 18468] By: rgs                                   on 2003/01/09  21:07:44
59428         Log: Subject: [PATCH] VMS perly build tweak
59429              From: "Craig A. Berry" <craigberry@mac.com>
59430              Date: Thu, 9 Jan 2003 14:44:40 -0600
59431              Message-Id: <a05200f03ba4389ff49eb@[172.16.52.1]>
59432      Branch: perl
59433            ! vms/descrip_mms.template
59434 ____________________________________________________________________________
59435 [ 18467] By: rgs                                   on 2003/01/09  21:03:07
59436         Log: Document that ${^TAINT} is read-only.
59437      Branch: perl
59438            ! pod/perlvar.pod
59439 ____________________________________________________________________________
59440 [ 18465] By: rgs                                   on 2003/01/08  22:02:26
59441         Log: Fix the doc for splitpath() in the File::Spec modules :
59442              this function doesn't return undef in any case.
59443      Branch: perl
59444            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
59445            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
59446 ____________________________________________________________________________
59447 [ 18464] By: rgs                                   on 2003/01/08  21:40:37
59448         Log: Subject: [PATCH] label code in pp_ctl.c
59449              From: Nicholas Clark <nick@unfortu.net>
59450              Date: Thu, 26 Dec 2002 21:19:36 +0000
59451              Message-ID: <20021226211935.GE284@Bagpuss.unfortu.net>
59452              (Integrated from change #18400 from maint-5.8)
59453      Branch: perl
59454           !> pp_ctl.c
59455 ____________________________________________________________________________
59456 [ 18463] By: rgs                                   on 2003/01/08  21:27:49
59457         Log: Subject: [DOCPATCH] hv_store and hv_store_ent
59458              From: Nicholas Clark <nick@unfortu.net>
59459              Date: Wed, 1 Jan 2003 18:17:59 +0000
59460              Message-ID: <20030101181757.GB296@Bagpuss.unfortu.net>
59461              (Integrated from change #18399 from maint-5.8)
59462      Branch: perl
59463           !> hv.c
59464 ____________________________________________________________________________
59465 [ 18462] By: rgs                                   on 2003/01/08  21:24:09
59466         Log: Integrate change #18391 from maint-5.8:
59467              Document the installprefix trick for compiling PASE Perl in AIX.
59468      Branch: perl
59469           !> README.os400
59470 ____________________________________________________________________________
59471 [ 18461] By: rgs                                   on 2003/01/08  21:16:54
59472         Log: Integrate change #18362 from maint-5.8:
59473              Fix [perl #18666] (taking the more conservative approach).
59474      Branch: perl
59475           !> lib/File/Spec/Unix.pm
59476 ____________________________________________________________________________
59477 [ 18460] By: rgs                                   on 2003/01/08  21:14:20
59478         Log: Integrate change #18361 from maint-5.8:
59479              Document that the socketpair tests are unhappy in old SCO,
59480              as per [perl #18537].
59481      Branch: perl
59482           !> pod/perl58delta.pod
59483 ____________________________________________________________________________
59484 [ 18459] By: rgs                                   on 2003/01/08  20:48:19
59485         Log: PerlFAQ sync.
59486      Branch: perl
59487            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
59488            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
59489            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
59490            ! pod/perlfaq9.pod
59491 ____________________________________________________________________________
59492 [ 18456] By: hv                                    on 2003/01/07  09:20:22
59493         Log: Subject: [PATCH] %_ (was Re: [PATCH] operation on `PL_na' may be undefined)
59494              From: Nicholas Clark <nick@unfortu.net>
59495              Date: Thu, 26 Dec 2002 21:16:27 +0000
59496              Message-ID: <20021226211626.GD284@Bagpuss.unfortu.net>
59497      Branch: perl
59498            ! doio.c dump.c ext/Data/Dumper/Dumper.xs gv.c op.c pad.c perl.c
59499            ! pp_ctl.c pp_hot.c pp_sort.c pp_sys.c sv.c toke.c universal.c
59500            ! utf8.c
59501 ____________________________________________________________________________
59502 [ 18455] By: hv                                    on 2003/01/07  08:54:38
59503         Log: Subject: [PATCH] integrate more with report_evil_fh
59504              From: Nicholas Clark <nick@unfortu.net>
59505              Date: Thu, 26 Dec 2002 20:56:21 +0000
59506              Message-ID: <20021226205620.GA16584@Bagpuss.unfortu.net>
59507      Branch: perl
59508            ! pp_sys.c
59509 ____________________________________________________________________________
59510 [ 18454] By: hv                                    on 2003/01/07  08:45:54
59511         Log: Integrate podlators-1.25
59512      Branch: perl
59513            ! lib/Pod/Man.pm lib/Pod/t/man.t
59514 ____________________________________________________________________________
59515 [ 18453] By: rgs                                   on 2003/01/06  20:31:43
59516         Log: Change the value of ${^TAINT} : 0 without taint checks,
59517              1 with -T, and -1 with -t or -TU.
59518      Branch: perl
59519            ! mg.c pod/perlvar.pod t/op/taint.t t/run/runenv.t
59520            ! t/run/switcht.t
59521 ____________________________________________________________________________
59522 [ 18451] By: merijn                                on 2003/01/06  06:43:11
59523         Log: Subject: [PATCH perl@18746] VMS test adjustments
59524              Date: Sat, 04 Jan 2003 11:26:00 -0600
59525              From: "Craig A. Berry" <craigberry@mac.com>
59526              Message-ID: <3E171928.1040100@mac.com>
59527      Branch: perl
59528            ! ext/Devel/Peek/Peek.t ext/Filter/t/call.t lib/charnames.t
59529            ! t/run/switchI.t
59530 ____________________________________________________________________________
59531 [ 18441] By: rgs                                   on 2003/01/04  20:06:45
59532         Log: Subject: [DOCPATCH] File::Copy's synopsis
59533              From: Nicholas Clark <nick@unfortu.net>
59534              Date: Wed, 1 Jan 2003 21:09:30 +0000
59535              Message-ID: <20030101210930.GE296@Bagpuss.unfortu.net>
59536      Branch: perl
59537            ! lib/File/Copy.pm
59538 ____________________________________________________________________________
59539 [ 18440] By: rgs                                   on 2003/01/04  16:31:31
59540         Log: Integrate change #18420 from maint-5.8:
59541              Mea culpa: the join() was the string join, not the
59542              ithreads join().
59543      Branch: perl
59544           !> ext/threads/t/join.t
59545 ____________________________________________________________________________
59546 [ 18439] By: rgs                                   on 2003/01/04  15:34:54
59547         Log: Subject: [PATCH] [perl #15184] ExtUtils/t/Embed.t fails with -Duseshrplib -Dlibperl=...
59548              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
59549              Date: Fri, 13 Dec 2002 00:54:43 +0100
59550              Message-Id: <20021213005443.3077a229.rgarciasuarez@free.fr>
59551              Same as change 18403 for maint-5.8 branch
59552      Branch: perl
59553            ! lib/ExtUtils/t/Embed.t
59554 ____________________________________________________________________________
59555 [ 18438] By: rgs                                   on 2003/01/04  15:24:22
59556         Log: Subject: Re: [PATCH] Tiny nits in perlre.pod
59557              From: andreas.koenig@anima.de (Andreas J. Koenig)
59558              Date: Fri, 03 Jan 2003 00:57:15 +0100
59559              Message-ID: <m33cob14x0.fsf@k242.linux.bogus>
59560      Branch: perl
59561            ! pod/perlre.pod
59562 ____________________________________________________________________________
59563 [ 18435] By: jhi                                   on 2003/01/04  14:36:08
59564         Log: The problems.t is back.
59565      Branch: perl
59566            ! MANIFEST
59567 ____________________________________________________________________________
59568 [ 18434] By: sky                                   on 2003/01/04  07:43:50
59569         Log: Forgot to add problems.t with change #18419
59570      Branch: perl
59571            + ext/threads/t/problems.t
59572 ____________________________________________________________________________
59573 [ 18432] By: jhi                                   on 2003/01/04  04:48:30
59574         Log: One more (or, rather, less) //.
59575      Branch: perl
59576            ! ext/threads/threads.xs
59577 ____________________________________________________________________________
59578 [ 18431] By: jhi                                   on 2003/01/04  04:39:01
59579         Log: Integrate from maintperl:
59580              [ 18430]
59581              // is still not portable C commentary.
59582      Branch: perl
59583           !> ext/threads/threads.xs
59584 ____________________________________________________________________________
59585 [ 18425] By: jhi                                   on 2003/01/04  03:37:04
59586         Log: Until Arthur really adds the problems.t.
59587      Branch: perl
59588            ! MANIFEST
59589 ____________________________________________________________________________
59590 [ 18421] By: sky                                   on 2003/01/04  01:27:55
59591         Log: Fix long standing memory leak with pop and shift!
59592      Branch: perl
59593            ! ext/threads/shared/shared.xs
59594 ____________________________________________________________________________
59595 [ 18419] By: sky                                   on 2003/01/03  23:45:34
59596         Log: Fixes bug #15273, the return of the object caused
59597              the stash of the object to be cloned, cloning the entire syntax
59598              tree and all lexicals in there creating danglning copies to the
59599              object. (Pararell but unlinked STASH tree).
59600              This adds a new flag, when set it will use STASHES from the
59601              thread we are joining into avoiding the problem.
59602      Branch: perl
59603            ! MANIFEST ext/threads/threads.xs sv.c sv.h
59604 ____________________________________________________________________________
59605 [ 18417] By: sky                                   on 2003/01/03  18:16:46
59606         Log: Fake what context we are running in for CLONE and DESTROY so
59607              threads->tid() returns the correct value.
59608              This is reported as bug #10046
59609      Branch: perl
59610            ! ext/threads/t/basic.t ext/threads/threads.xs
59611 ____________________________________________________________________________
59612 [ 18413] By: sky                                   on 2003/01/03  15:15:14
59613         Log: Change pp_lock to take a reference instead of a
59614              scalar since it wouldn't fork for the HELEM/AELEM
59615              case. This was reported in bug #10045
59616      Branch: perl
59617            ! ext/threads/shared/t/hv_refs.t opcode.h opcode.pl opnames.h
59618 ____________________________________________________________________________
59619 [ 18412] By: hv                                    on 2003/01/03  11:14:51
59620         Log: Integrate from maint-5.8 #18348:
59621              Make Math::Trig a little bit more better behaved module citizen.
59622      Branch: perl
59623           !> lib/Math/Trig.pm
59624 ____________________________________________________________________________
59625 [ 18411] By: hv                                    on 2003/01/03  11:11:09
59626         Log: Subject: Re: [perl #19061] 'goto' confuses 'redo'
59627              From: Stephen McCamant <smcc@mit.edu>
59628              Date: Sun, 22 Dec 2002 22:09:51 -0500
59629              Message-ID: <15878.32383.94274.950128@syllepsis.MIT.EDU>
59630      Branch: perl
59631            ! pp_ctl.c
59632 ____________________________________________________________________________
59633 [ 18410] By: hv                                    on 2003/01/03  11:06:40
59634         Log: Subject: new flag SvPADSTALE
59635              From: Dave Mitchell <davem@fdgroup.com>
59636              Date: Thu, 19 Dec 2002 19:00:21 +0000
59637              Message-ID: <20021219190021.D9530@fdgroup.com>
59638      Branch: perl
59639            ! dump.c scope.c sv.h
59640 ____________________________________________________________________________
59641 [ 18409] By: hv                                    on 2003/01/03  11:05:09
59642         Log: Subject: remove flag SvPADBUSY
59643              From: Dave Mitchell <davem@fdgroup.com>
59644              Date: Thu, 19 Dec 2002 18:55:43 +0000
59645              Message-ID: <20021219185543.C9530@fdgroup.com>
59646      Branch: perl
59647            ! dump.c ext/Devel/Peek/Peek.t pad.c scope.c sv.h
59648 ____________________________________________________________________________
59649 [ 18408] By: hv                                    on 2003/01/03  10:56:54
59650         Log: Subject: win32_msgwait() problem
59651              From: Gurusamy Sarathy <gsar@ActiveState.com>
59652              Date: Fri, 13 Dec 2002 17:31:59 -0800
59653              Message-Id: <200212140132.gBE1Vxp02090@smtp3.ActiveState.com>
59654      Branch: perl
59655            ! win32/win32.c
59656 ____________________________________________________________________________
59657 [ 18407] By: hv                                    on 2003/01/03  10:30:05
59658         Log: Subject: Re: [perl #18257] Attempt to free unreferenced scalar (in 5 lines)
59659              From: hv@crypt.org
59660              Date: Thu, 02 Jan 2003 17:16:04 +0000
59661              Message-Id: <200301021716.h02HG5809404@crypt.compulink.co.uk>
59662      Branch: perl
59663            ! sv.c
59664 ____________________________________________________________________________
59665 [ 18406] By: sky                                   on 2003/01/03  08:23:16
59666         Log: Under darwin 6.0+ (MacOSX 10.2) we have threadsafe
59667              libc_r functions.
59668      Branch: perl
59669            ! hints/darwin.sh
59670 ____________________________________________________________________________
59671 [ 18393] By: merijn                                on 2003/01/02  19:41:29
59672         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)
59673              Date: Thu, 2 Jan 2003 19:02:21 +0100
59674              Message-ID: <200301021902.22444.abe@ztreet.demon.nl>
59675              From: abe@ztreet.demon.nl (Abe Timmerman)
59676      Branch: perl
59677            ! win32/makefile.mk
59678 ____________________________________________________________________________
59679 [ 18390] By: merijn                                on 2003/01/02  07:32:00
59680         Log: Use a more likely location for the perl binary
59681      Branch: perl
59682            ! Porting/genlog
59683 ____________________________________________________________________________
59684 [ 18378] By: gsar                                  on 2002/12/31  04:07:56
59685         Log: integrate change#18377 from maint-5.6 branch
59686
59687              change#17566 needs to be more defensive about win32_dup2()
59688              itself calling SetStdHandle() (at least MSVCRT does this)
59689      Branch: perl
59690           !> win32/win32.c
59691 ____________________________________________________________________________
59692 [ 18376] By: hv                                    on 2002/12/31  02:02:17
59693         Log: Update Changes
59694      Branch: perl
59695            ! Changes patchlevel.h
59696 ____________________________________________________________________________
59697 [ 18374] By: hv                                    on 2002/12/30  03:32:22
59698         Log: Remove duplicate entry
59699      Branch: perl
59700            ! MANIFEST
59701 ____________________________________________________________________________
59702 [ 18373] By: hv                                    on 2002/12/30  03:19:17
59703         Log: Subject: [perl #19343] perlfunc.pod patch for stat() and lstat()
59704              From: Dave Paris (via RT) <perlbug-followup@perl.org>
59705              Date: 22 Dec 2002 05:15:14 -0000
59706              Message-Id: <rt-19343-46041.7.82970696202895@bugs6.perl.org>
59707      Branch: perl
59708            ! pod/perlfunc.pod
59709 ____________________________________________________________________________
59710 [ 18372] By: hv                                    on 2002/12/30  03:13:42
59711         Log: Subject: [PATCH lib/AutoSplit.pm] Holding filehandle open
59712              From: Michael G Schwern <schwern@pobox.com>
59713              Date: Sat, 21 Dec 2002 19:29:41 -0800
59714              Message-ID: <20021222032941.GD24887@blackrider.schwern.org>
59715      Branch: perl
59716            ! lib/AutoSplit.pm
59717 ____________________________________________________________________________
59718 [ 18371] By: hv                                    on 2002/12/30  03:08:12
59719         Log: Subject: [PATCH] Re: [perl #19330] Uneffective increment of $\
59720              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
59721              Date: Fri, 27 Dec 2002 16:14:24 +0100
59722              Message-Id: <20021227161424.17234e3c.rgarciasuarez@free.fr>
59723      Branch: perl
59724            ! mg.c t/op/magic.t
59725 ____________________________________________________________________________
59726 [ 18358] By: gsar                                  on 2002/12/28  03:30:49
59727         Log: save_re_context() was not saving many regexec.c state
59728              variables, resulting in various reentrancy problems when
59729              the swatches were autoloaded by perl in the midst of a
59730              match
59731      Branch: perl
59732            ! regcomp.c
59733 ____________________________________________________________________________
59734 [ 18357] By: gsar                                  on 2002/12/28  02:16:51
59735         Log: silence another signed/unsigned mismatch warning
59736      Branch: perl
59737            ! op.c
59738 ____________________________________________________________________________
59739 [ 18356] By: gsar                                  on 2002/12/28  02:08:23
59740         Log: fix signed/unsigned mismatch warning from change#18266
59741      Branch: perl
59742            ! regcomp.c
59743 ____________________________________________________________________________
59744 [ 18355] By: gsar                                  on 2002/12/28  02:05:14
59745         Log: these variables are not in use anywhere since 5.8.0
59746      Branch: perl
59747            ! embedvar.h perlapi.h sv.c thrdvar.h
59748 ____________________________________________________________________________
59749 [ 18354] By: ams                                   on 2002/12/26  03:54:09
59750         Log: Subject: [PATCH] docpatch for cv.h
59751              From: Nicholas Clark <nick@unfortu.net>
59752              Date: Wed, 25 Dec 2002 21:01:04 +0000
59753              Message-Id: <20021225210102.GA284@Bagpuss.unfortu.net>
59754      Branch: perl
59755            ! cv.h
59756 ____________________________________________________________________________
59757 [ 18351] By: hv                                    on 2002/12/25  02:29:17
59758         Log: #18345 was still broken; should be fixed now.
59759      Branch: perl
59760            ! sv.c
59761 ____________________________________________________________________________
59762 [ 18350] By: merijn                                on 2002/12/24  05:26:40
59763         Log: Removal of duplicate comment block
59764
59765              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
59766              Subject: Re: [perl #19306] Sys::Syslog issues.
59767              Date: Mon, 23 Dec 2002 15:25:51 -0800
59768              Message-ID: </t5B+gzkg6DR092yn@efn.org>
59769      Branch: perl
59770            ! ext/Sys/Syslog/Syslog.pm
59771 ____________________________________________________________________________
59772 [ 18346] By: hv                                    on 2002/12/23  06:14:22
59773         Log: integrate maint-5.8 #18301
59774      Branch: perl
59775           !> lib/perl5db.pl
59776 ____________________________________________________________________________
59777 [ 18345] By: hv                                    on 2002/12/23  06:01:17
59778         Log: more on #18344.
59779      Branch: perl
59780            ! sv.c
59781 ____________________________________________________________________________
59782 [ 18344] By: hv                                    on 2002/12/23  05:56:43
59783         Log: more on #18312: sv.c:ss_dup()
59784      Branch: perl
59785            ! sv.c
59786 ____________________________________________________________________________
59787 [ 18343] By: hv                                    on 2002/12/23  05:47:17
59788         Log: Subject: [perl #19153] Term::Complete (the argument of stty)
59789              From: OKAIE Yutaka (via RT) <perlbug-followup@perl.org>
59790              Date: 15 Dec 2002 13:45:23 -0000
59791              Message-Id: <rt-19153-45441.1.2145712923207@bugs6.perl.org>
59792      Branch: perl
59793            ! lib/Term/Complete.pm
59794 ____________________________________________________________________________
59795 [ 18342] By: hv                                    on 2002/12/23  05:27:25
59796         Log: Subject: [perl #18544] Patch included to fix problem.
59797              From: Richard Kandarian <richard.kandarian@lanl.gov>
59798              Date: Thu, 21 Nov 2002 08:00:20 -0700
59799              (from RT)
59800      Branch: perl
59801            ! regexec.c
59802 ____________________________________________________________________________
59803 [ 18341] By: hv                                    on 2002/12/23  05:08:49
59804         Log: Subject: [PATCH] operation on `PL_na' may be undefined
59805              From: Nicholas Clark <nick@unfortu.net>
59806              Date: Tue, 10 Dec 2002 19:59:18 +0000
59807              Message-ID: <20021210195917.GJ288@Bagpuss.unfortu.net>
59808      Branch: perl
59809            ! universal.c
59810 ____________________________________________________________________________
59811 [ 18340] By: hv                                    on 2002/12/23  05:04:29
59812         Log: Subject: [PATCH] 2% speedup (pp_entersub needs to go on a diet)
59813              From: Nicholas Clark <nick@unfortu.net>
59814              Date: Tue, 10 Dec 2002 18:55:28 +0000
59815              Message-ID: <20021210185527.GG288@Bagpuss.unfortu.net>
59816      Branch: perl
59817            ! pp_hot.c
59818 ____________________________________________________________________________
59819 [ 18339] By: hv                                    on 2002/12/23  04:39:48
59820         Log: Integrate Time::HiRes v1.39 (for VMS build tweak)
59821      Branch: perl
59822            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
59823            ! ext/Time/HiRes/Makefile.PL
59824 ____________________________________________________________________________
59825 [ 18338] By: hv                                    on 2002/12/23  03:43:09
59826         Log: Subject: [PATCH] read permissions for h2ph-generated files
59827              From: Slaven Rezic <slaven.rezic@berlin.de>
59828              Date: Fri, 22 Nov 2002 14:49:14 +0100 (CET)
59829              Message-Id: <200211221349.gAMDnEAK014033@vran.herceg.de>
59830      Branch: perl
59831            ! utils/h2ph.PL
59832 ____________________________________________________________________________
59833 [ 18337] By: hv                                    on 2002/12/23  03:38:59
59834         Log: handy hint: getting a perforce change as a usable patch
59835      Branch: perl
59836            ! Porting/repository.pod
59837 ____________________________________________________________________________
59838 [ 18336] By: hv                                    on 2002/12/23  03:36:26
59839         Log: Reverse #18285, for reasons given in:
59840              Subject: Re: Precedence of ? :
59841              From: hv@crypt.org
59842              Date: Fri, 20 Dec 2002 00:35:27 +0000
59843              Message-Id: <200212200035.gBK0ZRm29309@crypt.compulink.co.uk>
59844      Branch: perl
59845            ! perly.c perly.y perly_c.diff pod/perldelta.pod t/op/cond.t
59846            ! vms/perly_c.vms
59847 ____________________________________________________________________________
59848 [ 18335] By: gsar                                  on 2002/12/18  23:12:14
59849         Log: my_fflush_all() wasn't doing the right thing under useperlio
59850              on many platforms
59851      Branch: perl
59852            ! util.c
59853 ____________________________________________________________________________
59854 [ 18334] By: merijn                                on 2002/12/18  06:48:11
59855         Log: AIX compiler version updates
59856      Branch: perl
59857            ! README.aix
59858 ____________________________________________________________________________
59859 [ 18332] By: gsar                                  on 2002/12/18  03:20:27
59860         Log: $Config{prefixexp} was set incorrectly on windows
59861      Branch: perl
59862            ! win32/config.bc win32/config.gc win32/config.vc
59863            ! win32/config.vc64
59864 ____________________________________________________________________________
59865 [ 18330] By: gsar                                  on 2002/12/18  02:32:20
59866         Log: remove CRs from a couple of files (these show up as CRCRLF
59867              on windows)
59868      Branch: perl
59869            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
59870 ____________________________________________________________________________
59871 [ 18328] By: gsar                                  on 2002/12/18  02:27:10
59872         Log: fix for GPF in C<print Win32::GetFullPathName('\\\\host\share')>
59873      Branch: perl
59874            ! win32/win32.c
59875 ____________________________________________________________________________
59876 [ 18327] By: gsar                                  on 2002/12/18  02:08:12
59877         Log: windows: support for large files
59878
59879              note that this change will break binary compatibility with the
59880              default 5.8.0 build options; nevertheless I think it is worth
59881              having in 5.8.1 (people who want the compatibility can disable
59882              the option in the makefile)
59883      Branch: perl
59884            ! ext/Devel/DProf/DProf.xs ext/POSIX/POSIX.xs
59885            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/via/via.xs iperlsys.h
59886            ! pp_sys.c win32/Makefile win32/config.bc win32/config.gc
59887            ! win32/config.vc win32/config.vc64 win32/config_H.bc
59888            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
59889            ! win32/config_sh.PL win32/makefile.mk win32/perlhost.h
59890            ! win32/win32.c win32/win32iop.h
59891 ____________________________________________________________________________
59892 [ 18326] By: gsar                                  on 2002/12/18  00:57:46
59893         Log: Win32.pod update
59894      Branch: perl
59895            ! lib/Win32.pod
59896 ____________________________________________________________________________
59897 [ 18325] By: gsar                                  on 2002/12/18  00:42:45
59898         Log: PerlIO_{stdoutf,vprintf} don't exist, should be PerlSIO_*
59899      Branch: perl
59900            ! XSUB.h
59901 ____________________________________________________________________________
59902 [ 18324] By: gsar                                  on 2002/12/18  00:34:08
59903         Log: windows: avoid prompting under some shells during $(MAKE) distclean
59904      Branch: perl
59905            ! win32/Makefile win32/makefile.mk
59906 ____________________________________________________________________________
59907 [ 18323] By: gsar                                  on 2002/12/18  00:17:29
59908         Log: PerlSIO_stderr et al are not functions
59909      Branch: perl
59910            ! XSUB.h
59911 ____________________________________________________________________________
59912 [ 18321] By: gsar                                  on 2002/12/17  22:56:25
59913         Log: integrate change#18320 from maint-5.6 branch
59914
59915              C<require '\foo\bar.pm'> fails on windows if not running
59916              from the root directory; for a test case, see:
59917
59918              http://bugs.activestate.com/show_bug.cgi?id=19317
59919
59920              this was due to not recognizing \foo\bar.pm as an absolute
59921              path name
59922      Branch: perl
59923           !> util.h
59924 ____________________________________________________________________________
59925 [ 18319] By: hv                                    on 2002/12/17  10:08:24
59926         Log: Whoops, these are the changes supposed to be in #18318.
59927      Branch: perl
59928            ! pad.c t/op/eval.t
59929 ____________________________________________________________________________
59930 [ 18318] By: hv                                    on 2002/12/17  03:12:18
59931         Log: Subject: Re: [PATCH] Re: [perl #19022] POSIX failures in bleadperl
59932              From: Nicholas Clark <nick@unfortu.net>
59933              Date: Sat, 14 Dec 2002 23:13:37 +0000
59934              Message-ID: <20021214231337.GF306@Bagpuss.unfortu.net>
59935      Branch: perl
59936            ! pad.c t/op/eval.t
59937 ____________________________________________________________________________
59938 [ 18317] By: hv                                    on 2002/12/17  02:58:12
59939         Log: Integrate Net::Ping v2.26. (lib/Net/Ping/t/450_service.t should work now)
59940      Branch: perl
59941            + lib/Net/Ping/t/410_syn_host.t
59942            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/t/400_ping_syn.t
59943            ! lib/Net/Ping/t/450_service.t
59944 ____________________________________________________________________________
59945 [ 18316] By: hv                                    on 2002/12/17  02:17:16
59946         Log: Subject: [PATCH 5.8.1 @oldish-18156] build
59947              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
59948              Date: Fri, 13 Dec 2002 13:54:05 -0800
59949              Message-ID: <20021213215404.GA2597@math.berkeley.edu>
59950      Branch: perl
59951            ! os2/os2.c t/run/runenv.t
59952 ____________________________________________________________________________
59953 [ 18315] By: hv                                    on 2002/12/17  02:03:58
59954         Log: Subject: [PATCH 5.8.1 @oldish-18156] deprecated warnings
59955              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
59956              Date: Fri, 13 Dec 2002 13:47:08 -0800
59957              Message-ID: <20021213214707.GA2588@math.berkeley.edu>
59958      Branch: perl
59959            ! lib/constant.t lib/fields.t
59960 ____________________________________________________________________________
59961 [ 18314] By: hv                                    on 2002/12/17  01:58:32
59962         Log: Subject: [PATCH 5.8.1 @oldish-18156] Morphing to PM on OS/2
59963              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
59964              Date: Fri, 13 Dec 2002 14:00:48 -0800
59965              Message-ID: <20021213220048.GA2606@math.berkeley.edu>
59966      Branch: perl
59967            ! os2/OS2/Process/t/os2_process.t os2/os2.c
59968 ____________________________________________________________________________
59969 [ 18313] By: hv                                    on 2002/12/17  01:54:19
59970         Log: Subject: [PATCH 5.8.1 @oldish-18156] OS/2 REXX interface assuming Object REXX
59971              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
59972              Date: Fri, 13 Dec 2002 14:08:00 -0800
59973              Message-ID: <20021213220800.GA2625@math.berkeley.edu>
59974      Branch: perl
59975            ! os2/OS2/REXX/REXX.xs
59976 ____________________________________________________________________________
59977 [ 18312] By: hv                                    on 2002/12/17  01:43:28
59978         Log: Subject: [Fwd: Patch for perl utf8-related bug]
59979              From: Richard Hitt <rbh00@utsglobal.com>
59980              Date: Fri, 06 Dec 2002 16:47:42 -0800
59981              [perl #18932]
59982      Branch: perl
59983            ! embed.fnc embed.h global.sym perl.h proto.h regcomp.c scope.c
59984            ! scope.h
59985 ____________________________________________________________________________
59986 [ 18311] By: hv                                    on 2002/12/17  00:52:05
59987         Log: Subject: [PATCH] Re: [jhi@iki.fi: enums are not nums]
59988              From: Dave Mitchell <davem@fdgroup.com>
59989              Date: Sat, 14 Dec 2002 19:16:49 +0000
59990              Message-ID: <20021214191649.B3992@fdgroup.com>
59991      Branch: perl
59992            ! embed.fnc pad.c pad.h pod/perlintern.pod proto.h
59993 ____________________________________________________________________________
59994 [ 18310] By: hv                                    on 2002/12/17  00:51:46
59995         Log: regen-headers to get new API docs from #18306
59996      Branch: perl
59997            ! pod/perlapi.pod
59998 ____________________________________________________________________________
59999 [ 18308] By: rgs                                   on 2002/12/16  22:06:23
60000         Log: Subject: [PATCH] Re: [perl #19017] lexical "my" variables not visible in debugger "x" command
60001              From: peter@PSDT.com (Peter Scott)
60002              Date: 12 Dec 2002 18:13:17 -0000
60003              Message-ID: <20021212181317.50538.qmail@onion.perl.org>
60004              (fix bug [perl #19058])
60005      Branch: perl
60006            ! lib/perl5db.pl
60007 ____________________________________________________________________________
60008 [ 18307] By: rgs                                   on 2002/12/16  22:01:14
60009         Log: Subject: [PATCH] Re: [perl #19017] lexical "my" variables not visible in debugger "x" command
60010              From: Dave Mitchell <davem@fdgroup.com>
60011              Date: Thu, 12 Dec 2002 23:42:35 +0000
60012              Message-ID: <20021212234235.A29245@fdgroup.com>
60013              and
60014              Date: Sat, 14 Dec 2002 19:16:38 +0000
60015              Message-ID: <20021214191638.A3992@fdgroup.com>
60016      Branch: perl
60017            ! embed.fnc embed.h pod/perlfunc.pod pod/perlintern.pod pp_ctl.c
60018            ! proto.h t/op/eval.t
60019 ____________________________________________________________________________
60020 [ 18306] By: sky                                   on 2002/12/16  21:41:40
60021         Log: More documentation of obscure flags is good, even if the
60022              documentation might be not so good. Atleast it's not false!
60023              Documents the flags one can give to perl_clone
60024      Branch: perl
60025            ! sv.c
60026 ____________________________________________________________________________
60027 [ 18305] By: merijn                                on 2002/12/16  10:53:19
60028         Log: Enough changes to Configure and metaunits warrant an update.
60029              Several small changes and three additions
60030      Branch: perl
60031            ! Porting/Glossary
60032 ____________________________________________________________________________
60033 [ 18304] By: merijn                                on 2002/12/16  10:44:57
60034         Log: Redone #18011 from metaunits
60035      Branch: perl
60036            ! Configure
60037 ____________________________________________________________________________
60038 [ 18302] By: rgs                                   on 2002/12/14  22:34:25
60039         Log: Subject: Proper fix for CvOUTSIDE weak refcounting
60040              From: Dave Mitchell <davem@fdgroup.com>
60041              Date: Tue, 10 Dec 2002 01:26:44 +0000
60042              Message-ID: <20021210012644.A7843@fdgroup.com>
60043      Branch: perl
60044            ! cv.h dump.c embed.fnc ext/B/B/Deparse.pm ext/B/defsubs_h.PL
60045            ! ext/Devel/Peek/Peek.t op.c pad.c pod/perlapi.pod
60046            ! pod/perlintern.pod pp_ctl.c sv.c t/op/closure.t
60047 ____________________________________________________________________________
60048 [ 18300] By: rgs                                   on 2002/12/12  20:40:22
60049         Log: Subject: [patch] typo in perlop
60050              From: andreas.koenig@anima.de (Andreas J. Koenig)
60051              Date: Wed, 11 Dec 2002 21:31:14 +0100
60052              Message-ID: <m3k7igjo19.fsf@k242.linux.bogus>
60053      Branch: perl
60054            ! pod/perlop.pod
60055 ____________________________________________________________________________
60056 [ 18299] By: rgs                                   on 2002/12/12  20:35:29
60057         Log: Integrate from maint-5.8 : changes 18290-1, 18293-5, 18297
60058      Branch: perl
60059           !> ext/POSIX/POSIX.pod ext/POSIX/t/is.t ext/POSIX/t/posix.t
60060           !> pod/perlre.pod pod/perlretut.pod regexec.c t/op/pat.t
60061           !> t/op/subst.t
60062 ____________________________________________________________________________
60063 [ 18298] By: rgs                                   on 2002/12/12  20:00:36
60064         Log: Whitespace and indentation fix in the output of B::Debug.
60065      Branch: perl
60066            ! ext/B/B/Debug.pm
60067 ____________________________________________________________________________
60068 [ 18292] By: gbarr                                 on 2002/12/12  09:23:04
60069         Log: Update to Scalar-List-Utils 1.09
60070      Branch: perl
60071            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
60072            ! ext/List/Util/lib/List/Util.pm
60073 ____________________________________________________________________________
60074 [ 18287] By: gsar                                  on 2002/12/11  18:53:07
60075         Log: this has been incorrect for a while now, and has changed
60076              again recently
60077      Branch: perl
60078            ! Porting/repository.pod
60079 ____________________________________________________________________________
60080 [ 18285] By: hv                                    on 2002/12/11  10:35:01
60081         Log: Subject: [PATCH] Re: Precedence of ? :
60082              From: Stephen McCamant <smcc@mit.edu>
60083              Date: Tue, 10 Dec 2002 00:57:07 -0500 (EST)
60084              Message-Id: <20021210055707.974F073CCC@syllepsis>
60085      Branch: perl
60086            ! perly.c perly.y perly_c.diff pod/perldelta.pod t/op/cond.t
60087            ! vms/perly_c.vms
60088 ____________________________________________________________________________
60089 [ 18284] By: hv                                    on 2002/12/11  10:21:12
60090         Log: One more email address for #18282
60091      Branch: perl
60092            ! lib/Pod/Perldoc.pm
60093 ____________________________________________________________________________
60094 [ 18283] By: hv                                    on 2002/12/11  10:18:07
60095         Log: More email addresses for #18282
60096      Branch: perl
60097            ! hints/aix.sh hints/apollo.sh hints/epix.sh hints/freebsd.sh
60098            ! hints/irix_6.sh hints/isc.sh hints/isc_2.sh hints/machten.sh
60099            ! hints/machten_2.sh hints/openbsd.sh hints/os2.sh
60100            ! hints/os390.sh hints/sunos_4_1.sh hints/titanos.sh
60101            ! hints/ultrix_4.sh hints/umips.sh hints/utekv.sh
60102 ____________________________________________________________________________
60103 [ 18282] By: hv                                    on 2002/12/11  10:16:05
60104         Log: Subject: Remove stale e-mail addresses
60105              From: Andy Dougherty <doughera@lafayette.edu>
60106              Date: Wed, 20 Nov 2002 09:40:33 -0500 (EST)
60107              Message-ID: <Pine.SOL.4.10.10211200938110.19608-100000@maxwell.phys.lafayette.edu>
60108      Branch: perl
60109            ! Porting/pumpkin.pod configure.gnu
60110            ! ext/ODBM_File/hints/dec_osf.pl ext/ODBM_File/hints/hpux.pl
60111            ! ext/ODBM_File/hints/ultrix.pl ext/SDBM_File/sdbm/README.too
60112            ! lib/File/Spec.pm perly.fixer pod/checkpods.PL
60113 ____________________________________________________________________________
60114 [ 18281] By: hv                                    on 2002/12/11  09:59:31
60115         Log: Integrate from maint-5.8 #18156, #18218.
60116      Branch: perl
60117           !> lib/Unicode/UCD.t lib/unicore/Category.pl
60118           !> lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
60119           !> lib/unicore/lib/C.pl lib/unicore/lib/Cf.pl
60120           !> lib/unicore/lib/Cntrl.pl lib/unicore/lib/Graph.pl
60121           !> lib/unicore/lib/P.pl lib/unicore/lib/Pd.pl
60122           !> lib/unicore/lib/Print.pl lib/unicore/lib/Punct.pl t/op/pack.t
60123 ____________________________________________________________________________
60124 [ 18280] By: rgs                                   on 2002/12/10  21:30:10
60125         Log: Integrate from the maint-5.8/ branch :
60126              changes 18219, 18236, 18242-3, 18247-8,
60127              18253-5, 18257, 18273-6
60128      Branch: perl
60129           +> t/op/lc_user.t
60130           !> MANIFEST hints/irix_6.sh lib/File/Copy.pm lib/utf8_heavy.pl
60131           !> pod/perldiag.pod pod/perlguts.pod pod/perlsec.pod
60132           !> pod/perlunicode.pod pp.c t/op/lc.t t/op/pat.t t/op/split.t
60133           !> t/uni/tr_utf8.t
60134 ____________________________________________________________________________
60135 [ 18279] By: merijn                                on 2002/12/10  14:10:03
60136         Log: Subject: Re: ANSIColor 1.06 released
60137              Version bump only after typo fix to sync with CPAN
60138      Branch: perl
60139            ! lib/Term/ANSIColor.pm
60140 ____________________________________________________________________________
60141 [ 18277] By: merijn                                on 2002/12/10  08:46:05
60142         Log: Subject: [PATCH perl@18251] VMS build update
60143              Message-ID: <3DF56BE2.9000300@mac.com>
60144              Date: Mon, 09 Dec 2002 22:21:54 -0600
60145              From: "Craig A. Berry" <craigberry@mac.com>
60146      Branch: perl
60147            ! configure.com ext/Time/HiRes/Makefile.PL
60148            ! vms/descrip_mms.template
60149 ____________________________________________________________________________
60150 [ 18272] By: merijn                                on 2002/12/09  15:31:28
60151         Log: RT#15950
60152
60153              Subject: [PATCH] Typo in Term::ANSIColor
60154              Date: Fri, 2 Aug 2002 14:13:19 -0700 (PDT)
60155              From: "Mr. Nobody" <mrnobo1024  at  yahoo.com>
60156      Branch: perl
60157            ! lib/Term/ANSIColor.pm
60158 ____________________________________________________________________________
60159 [ 18270] By: hv                                    on 2002/12/09  00:25:26
60160         Log: Subject: [perl #18256] xsubpp can make nested comments in C code
60161              From: Nicholas Clark (via RT) <perlbug@perl.org>
60162              Date: 7 Nov 2002 14:58:14 -0000
60163              Message-Id: <rt-18256-41218.19.7625495305233@bugs6.perl.org>
60164      Branch: perl
60165            ! lib/ExtUtils/xsubpp
60166 ____________________________________________________________________________
60167 [ 18269] By: hv                                    on 2002/12/09  00:19:33
60168         Log: Subject: Re: Bug in Filter::Simple
60169              From: Slaven Rezic <slaven.rezic@berlin.de>
60170              Date: 07 Nov 2002 10:01:41 +0100
60171              Message-ID: <87of91u51m.fsf@vran.herceg.de>
60172      Branch: perl
60173            ! ext/Filter/Util/Call/Call.xs ext/Filter/t/call.t
60174 ____________________________________________________________________________
60175 [ 18268] By: hv                                    on 2002/12/09  00:14:58
60176         Log: fix #18266 sprintf format mismatch
60177      Branch: perl
60178            ! regcomp.c
60179 ____________________________________________________________________________
60180 [ 18267] By: hv                                    on 2002/12/09  00:10:09
60181         Log: Subject: Re: [perl #18238] timezone and gmt offset as output by POSIX::strftime()  are sometimes wrong
60182              From: Slaven Rezic <slaven.rezic@berlin.de>
60183              Date: 09 Nov 2002 23:21:16 +0100
60184              Message-ID: <874raqz8o3.fsf@vran.herceg.de>
60185      Branch: perl
60186            ! config_h.SH ext/POSIX/t/posix.t util.c
60187 ____________________________________________________________________________
60188 [ 18266] By: hv                                    on 2002/12/09  00:02:57
60189         Log: Subject: Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex
60190              From: Abhijit Menon-Sen <ams@wiw.org>
60191              Date: Wed, 6 Nov 2002 19:38:11 +0530
60192              Message-ID: <20021106193811.E20858@lustre.dyn.wiw.org>
60193      Branch: perl
60194            ! regcomp.c t/op/lc.t
60195 ____________________________________________________________________________
60196 [ 18265] By: rgs                                   on 2002/12/08  22:10:45
60197         Log: Subject: Re: [perl #18927] barewords with no errors
60198              From: Abe Timmerman <abe@ztreet.demon.nl>
60199              Date: Sun, 8 Dec 2002 17:12:56 +0100
60200              Message-Id: <200212081712.56102.abe@ztreet.demon.nl>
60201      Branch: perl
60202            ! t/lib/strict/subs
60203 ____________________________________________________________________________
60204 [ 18264] By: rgs                                   on 2002/12/08  22:04:39
60205         Log: Subject: Re: [perl #18165] "0" fails as right-hand argument to ..
60206              From: Slaven Rezic <slaven.rezic@berlin.de>
60207              Date: 30 Nov 2002 00:07:05 +0100
60208              Message-ID: <8765ugnffq.fsf@vran.herceg.de>
60209      Branch: perl
60210            ! pp_ctl.c t/cmd/for.t
60211 ____________________________________________________________________________
60212 [ 18263] By: rgs                                   on 2002/12/08  21:56:13
60213         Log: Subject: Re: [perl #18888] $Exporter::Verbose=1 does not work for testing, $Heavy::Verbose is not setting the value to $Exporter::Verbose
60214              From: Slaven Rezic <slaven.rezic@berlin.de>
60215              Date: 08 Dec 2002 01:31:45 +0100
60216              Message-ID: <874r9pmjv2.fsf@vran.herceg.de>
60217      Branch: perl
60218            ! lib/Exporter/Heavy.pm
60219 ____________________________________________________________________________
60220 [ 18262] By: rgs                                   on 2002/12/08  20:31:42
60221         Log: getservbyport() should accept an empty string as its
60222              proto argument (as does getservbyname()).
60223
60224              Subject: Re: Is this a bug or am I being stupid?
60225              From: Slaven Rezic <slaven.rezic@berlin.de>
60226              Date: 08 Dec 2002 01:54:37 +0100
60227              Message-ID: <87znrhl48i.fsf@vran.herceg.de>
60228      Branch: perl
60229            ! pp_sys.c
60230 ____________________________________________________________________________
60231 [ 18261] By: rgs                                   on 2002/12/08  20:17:37
60232         Log: Change the set of characters that are considered to be
60233              safe in $ENV{TERM} for taint checkings.
60234      Branch: perl
60235            ! taint.c
60236 ____________________________________________________________________________
60237 [ 18260] By: rgs                                   on 2002/12/08  20:14:57
60238         Log: Document that $ENV{TERM} may produce taint failures.
60239              Subject: Re: [perl #18717] spurious failures in regression test
60240              From: Slaven Rezic <slaven.rezic@berlin.de>
60241              Date: 29 Nov 2002 22:11:46 +0100
60242              Message-ID: <87hee0nkrx.fsf@vran.herceg.de>
60243      Branch: perl
60244            ! pod/perldiag.pod
60245 ____________________________________________________________________________
60246 [ 18259] By: rgs                                   on 2002/12/08  19:34:34
60247         Log: Subject: [PATCH] Re: [perl #18651] Hash::Util's lock_key() breaks hash
60248              From: Nicholas Clark <nick@unfortu.net>
60249              Date: Mon, 2 Dec 2002 21:48:29 +0000
60250              Message-ID: <20021202214828.GA284@Bagpuss.unfortu.net>
60251      Branch: perl
60252            ! hv.c lib/Hash/Util.t
60253 ____________________________________________________________________________
60254 [ 18251] By: rgs                                   on 2002/12/06  21:27:55
60255         Log: Fix two cases of buffer overflow in the lexer.
60256      Branch: perl
60257            ! t/comp/parser.t toke.c
60258 ____________________________________________________________________________
60259 [ 18250] By: rgs                                   on 2002/12/06  20:44:26
60260         Log: Fix bug #18874, essentially by reverting change #11890.
60261              Add a regression test for it.
60262      Branch: perl
60263            ! lib/English.pm lib/English.t
60264 ____________________________________________________________________________
60265 [ 18249] By: rgs                                   on 2002/12/06  20:42:01
60266         Log: Suppress a compilation warning reported by Jarkko
60267              (variable initialization skipped by goto).
60268      Branch: perl
60269            ! toke.c
60270 ____________________________________________________________________________
60271 [ 18239] By: jhi                                   on 2002/12/03  12:49:01
60272         Log: Fix up #18229.
60273      Branch: perl
60274            ! embedvar.h ext/threads/t/join.t perl.c perlapi.h perlvars.h
60275            ! pod/perlintern.pod
60276 ____________________________________________________________________________
60277 [ 18233] By: rgs                                   on 2002/12/02  20:03:09
60278         Log: Fix bug #18573 : in a double-quoted string, a \c not followed
60279              by any character may corrupt memory due to reading past the
60280              end of the input buffer. Add a new error message corresponding
60281              to this case.
60282      Branch: perl
60283            ! pod/perldiag.pod t/comp/parser.t toke.c
60284 ____________________________________________________________________________
60285 [ 18232] By: rgs                                   on 2002/12/02  19:59:07
60286         Log: Skip test #17 of lib/open.t when useperlio is not defined.
60287      Branch: perl
60288            ! lib/open.t
60289 ____________________________________________________________________________
60290 [ 18231] By: merijn                                on 2002/12/02  16:00:12
60291         Log: Subject: Re: [perl #15129] building a dynamically linked Perl 5.6.1 on HPUX 11.0
60292              Date: Mon, 2 Dec 2002 12:04:40 -0500 (EST)
60293              From: Andy Dougherty <doughera@lafayette.edu>
60294              Message-ID: <Pine.SOL.4.10.10212021200050.24023-100000@maxwell.phys.lafayette.edu>
60295      Branch: perl
60296            ! README.hpux
60297 ____________________________________________________________________________
60298 [ 18230] By: merijn                                on 2002/12/02  15:45:31
60299         Log: $0 modifying part II (HP-UX only)
60300
60301              Date: Sat, 30 Nov 2002 20:16:51 +0200
60302              From: Jarkko Hietaniemi <jhi@iki.fi>
60303              Subject: [PATCH] $0 modifying
60304              Message-ID: <20021130181651.GA5876@kosh.hut.fi>
60305      Branch: perl
60306            ! mg.c
60307 ____________________________________________________________________________
60308 [ 18229] By: merijn                                on 2002/12/02  15:43:16
60309         Log: $0 mofifying part I
60310
60311              Date: Sat, 30 Nov 2002 20:16:51 +0200
60312              From: Jarkko Hietaniemi <jhi@iki.fi>
60313              Subject: [PATCH] $0 modifying
60314              Message-ID: <20021130181651.GA5876@kosh.hut.fi>
60315      Branch: perl
60316            ! ext/threads/t/join.t makedef.pl mg.c perl.c pod/perlvar.pod
60317            ! sv.c t/op/magic.t thread.h
60318 ____________________________________________________________________________
60319 [ 18228] By: hv                                    on 2002/12/02  13:37:59
60320         Log: integrate Pod-Perldoc-3.07. This replaces the original inline perldoc
60321              with a module-driven version, and separates out its docs.
60322      Branch: perl
60323            + lib/Pod/Perldoc.pm lib/Pod/Perldoc/BaseTo.pm
60324            + lib/Pod/Perldoc/GetOptsOO.pm lib/Pod/Perldoc/ToChecker.pm
60325            + lib/Pod/Perldoc/ToMan.pm lib/Pod/Perldoc/ToNroff.pm
60326            + lib/Pod/Perldoc/ToPod.pm lib/Pod/Perldoc/ToRtf.pm
60327            + lib/Pod/Perldoc/ToText.pm lib/Pod/Perldoc/ToTk.pm
60328            + lib/Pod/Perldoc/ToXml.pm lib/Pod/Perldoc/t/checkerbasic.t
60329            + lib/Pod/Perldoc/t/perldocbasic.t lib/Pod/Perldoc/t/textbasic.t
60330            + pod/perldoc.pod
60331            ! MANIFEST utils/perldoc.PL
60332 ____________________________________________________________________________
60333 [ 18226] By: hv                                    on 2002/12/02  12:44:35
60334         Log: missed the new file from #18224
60335      Branch: perl
60336            + lib/Pod/PlainText.pm
60337            ! MANIFEST
60338 ____________________________________________________________________________
60339 [ 18225] By: hv                                    on 2002/12/02  03:09:42
60340         Log: integrate util.c fragment from #18200 to undef SA_RESTART on MacOS
60341      Branch: perl
60342            ! util.c
60343 ____________________________________________________________________________
60344 [ 18224] By: hv                                    on 2002/12/02  02:59:02
60345         Log: Integrate PodParser-1.20, with matching tweaks to lib/Pod/t/latex.t
60346              and lib/Pod/t/utils.t to cater for simpler output text.
60347      Branch: perl
60348            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm lib/Pod/Usage.pm
60349            ! lib/Pod/t/latex.t lib/Pod/t/utils.t pod/podselect.PL
60350            ! t/pod/emptycmd.t t/pod/for.t t/pod/headings.t t/pod/include.t
60351            ! t/pod/included.t t/pod/lref.t t/pod/lref.xr
60352            ! t/pod/multiline_items.t t/pod/multiline_items.xr
60353            ! t/pod/nested_items.t t/pod/nested_seqs.t t/pod/oneline_cmds.t
60354            ! t/pod/pod2usage.t t/pod/pod2usage.xr t/pod/poderrs.t
60355            ! t/pod/poderrs.xr t/pod/podselect.t t/pod/podselect.xr
60356            ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
60357 ____________________________________________________________________________
60358 [ 18223] By: hv                                    on 2002/12/02  02:46:17
60359         Log: Subject: [PATCH] SvFAKE lexicals in scope for all of the sub
60360              From: Dave Mitchell <davem@fdgroup.com>
60361              Date: Mon, 25 Nov 2002 21:25:33 +0000
60362              Message-ID: <20021125212533.B29157@fdgroup.com>
60363      Branch: perl
60364            ! ext/Devel/Peek/Peek.t pad.c t/op/closure.t
60365 ____________________________________________________________________________
60366 [ 18222] By: hv                                    on 2002/12/02  02:23:28
60367         Log: #18221 broke t/op/eval.t
60368      Branch: perl
60369            ! t/op/eval.t
60370 ____________________________________________________________________________
60371 [ 18221] By: hv                                    on 2002/12/02  02:18:19
60372         Log: integrate 5.8-maint: changes #18174 18187 18189-92 18202 18209 18214-5
60373      Branch: perl
60374           +> ext/POSIX/t/is.t
60375           !> INSTALL MANIFEST README.os2 ext/Fcntl/t/syslfs.t
60376           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/Makefile.PL
60377           !> lib/Unicode/UCD.pm lib/Unicode/UCD.t pod/perldiag.pod
60378           !> t/op/eval.t t/op/grep.t t/op/lfs.t t/op/subst.t
60379 ____________________________________________________________________________
60380 [ 18220] By: hv                                    on 2002/12/02  00:58:54
60381         Log: Subject: [PATCH 2nd attempt] allow evals to see the full lexical scope
60382              From: Dave Mitchell <davem@fdgroup.com>
60383              Date: Sun, 24 Nov 2002 22:19:06 +0000
60384              Message-ID: <20021124221906.A25386@fdgroup.com>
60385      Branch: perl
60386            ! cop.h cv.h dump.c embed.fnc embed.h ext/B/B.pm ext/B/B.xs
60387            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Debug.pm
60388            ! ext/Devel/Peek/Peek.t op.c pad.c pod/perlintern.pod pp_ctl.c
60389            ! pp_hot.c proto.h sv.c sv.h t/op/eval.t toke.c
60390 ____________________________________________________________________________
60391 [ 18217] By: rgs                                   on 2002/11/29  12:11:28
60392         Log: Document the hint constants and where they're used.
60393      Branch: perl
60394            ! ext/re/re.pm lib/File/Basename.pm lib/charnames.pm
60395            ! lib/filetest.pm lib/open.pm lib/overload.pm lib/vmsish.pm
60396            ! perl.h
60397 ____________________________________________________________________________
60398 [ 18216] By: merijn                                on 2002/11/29  10:00:54
60399         Log: 64bit Peek failure on HP-UX 11.00
60400
60401              Subject: Re: Smoke 18188
60402              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
60403              From: Slaven Rezic <slaven.rezic@berlin.de>
60404              Date: 28 Nov 2002 19:25:25 +0100
60405              Message-ID: <877kexsga2.fsf@vran.herceg.de>
60406      Branch: perl
60407            ! ext/Devel/Peek/Peek.t
60408 ____________________________________________________________________________
60409 [ 18203] By: jhi                                   on 2002/11/28  14:54:34
60410         Log: Slight beauty tweak.
60411      Branch: perl
60412            ! intrpvar.h
60413 ____________________________________________________________________________
60414 [ 18188] By: hv                                    on 2002/11/27  01:32:52
60415         Log: Subject: Re: [perl #18203] Recursive call in PerlIO_find_layer
60416              From: Slaven Rezic <slaven.rezic@berlin.de>
60417              Date: 03 Nov 2002 10:59:43 +0100
60418              Message-ID: <877kfvnfcg.fsf@vran.herceg.de>
60419      Branch: perl
60420            ! embedvar.h intrpvar.h lib/open.t perlapi.h perlio.c
60421 ____________________________________________________________________________
60422 [ 18186] By: hv                                    on 2002/11/27  00:57:18
60423         Log: Subject: DESTROY called in scalar context ?
60424              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
60425              Date: Tue, 29 Oct 2002 22:04:23 +0100
60426              Message-Id: <20021029220423.6f8e6600.rgarciasuarez@free.fr>
60427      Branch: perl
60428            ! sv.c
60429 ____________________________________________________________________________
60430 [ 18185] By: rgs                                   on 2002/11/26  21:06:48
60431         Log: PerlFAQ sync.
60432      Branch: perl
60433            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
60434            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
60435            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
60436            ! pod/perlfaq9.pod
60437 ____________________________________________________________________________
60438 [ 18184] By: rgs                                   on 2002/11/26  20:42:25
60439         Log: Subject: [PATCH] 2 Pod errors in perlop.pod
60440              From: andreas.koenig@anima.de (Andreas J. Koenig)
60441              Date: Mon, 25 Nov 2002 10:21:08 +0100
60442              Message-ID: <m31y5admyj.fsf@k242.linux.bogus>
60443
60444              Plus a few similar POD fixes
60445      Branch: perl
60446            ! pod/perl570delta.pod pod/perl572delta.pod pod/perlop.pod
60447            ! pod/perltie.pod
60448 ____________________________________________________________________________
60449 [ 18183] By: rgs                                   on 2002/11/26  19:53:26
60450         Log: Subject: Re: [perl #18626] bug in perlipc man page
60451              From: Slaven Rezic <slaven.rezic@berlin.de>
60452              Date: 23 Nov 2002 21:23:20 +0100
60453              Message-ID: <87bs4gdohz.fsf@vran.herceg.de>
60454      Branch: perl
60455            ! pod/perlipc.pod
60456 ____________________________________________________________________________
60457 [ 18182] By: merijn                                on 2002/11/26  08:44:39
60458         Log: Subject: #17171: ld flag for shrplib on OpenBSD
60459              Date: Wed, 11 Sep 2002 13:44:12 -0600 (MDT)
60460              From: "Todd C. Miller" <Todd.Miller  at  courtesan.com>
60461      Branch: perl
60462            ! Configure
60463 ____________________________________________________________________________
60464 [ 18180] By: hv                                    on 2002/11/25  03:10:03
60465         Log: integrate #18144 updates to pod/perlport.pod
60466      Branch: perl
60467            ! pod/perlport.pod
60468 ____________________________________________________________________________
60469 [ 18179] By: hv                                    on 2002/11/25  03:06:44
60470         Log: Subject: [PATCH] UTF8 regexp {n} bug
60471              From: Inaba Hiroto <inaba@st.rim.or.jp>
60472              Date: Sat, 16 Nov 2002 19:23:00 +0900
60473              Message-ID: <3DD61C83.62FF9887@st.rim.or.jp>
60474      Branch: perl
60475            ! regcomp.c t/op/pat.t
60476 ____________________________________________________________________________
60477 [ 18178] By: hv                                    on 2002/11/25  02:43:40
60478         Log: Subject: Re: Storable bug #1698
60479              From: Slaven Rezic <slaven.rezic@berlin.de>
60480              Date: 18 Nov 2002 10:41:36 +0100
60481              Message-ID: <87ptt343lb.fsf@vran.herceg.de>
60482      Branch: perl
60483            ! ext/Storable/Storable.xs ext/Storable/t/blessed.t
60484            ! ext/Storable/t/forgive.t
60485 ____________________________________________________________________________
60486 [ 18177] By: hv                                    on 2002/11/25  02:37:07
60487         Log: add support for STASH and MAGIC information for REFs to sv_dump().
60488              Subject: [PATCH]
60489              From: Slaven Rezic <slaven.rezic@berlin.de>
60490              Date: Mon, 18 Nov 2002 11:09:51 +0100 (CET)
60491              Message-Id: <200211181009.gAIA9pFG034877@vran.herceg.de>
60492      Branch: perl
60493            ! dump.c ext/Devel/Peek/Peek.t
60494 ____________________________________________________________________________
60495 [ 18176] By: hv                                    on 2002/11/25  02:31:10
60496         Log: Subject: Re: [perl #18479] Error when no strict refs in effect
60497              From: Slaven Rezic <slaven.rezic@berlin.de>
60498              Date: 18 Nov 2002 22:50:04 +0100
60499              Message-ID: <87smxya6pf.fsf@vran.herceg.de>
60500      Branch: perl
60501            ! pp_ctl.c
60502 ____________________________________________________________________________
60503 [ 18175] By: hv                                    on 2002/11/25  02:20:48
60504         Log: Subject: [Encode] 1.83 + bleedperl patch released
60505              From: Dan Kogai <dankogai@dan.co.jp>
60506              Date: Tue, 19 Nov 2002 03:18:44 +0900
60507              Message-Id: <2C132F6D-FB22-11D6-87FC-0003939A104C@dan.co.jp>
60508      Branch: perl
60509            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
60510            ! ext/Encode/Encode.xs ext/Encode/MANIFEST ext/Encode/bin/enc2xs
60511            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/rt.pl
60512            ! t/uni/tr_7jis.t t/uni/tr_sjis.t t/uni/tr_utf8.t
60513 ____________________________________________________________________________
60514 [ 18172] By: rgs                                   on 2002/11/22  21:44:09
60515         Log: Subject: [PATCH] Historic version labels
60516              From: andreas.koenig@anima.de (Andreas J. Koenig)
60517              Date: Fri, 22 Nov 2002 14:39:41 +0100
60518              Message-ID: <m3lm3loh9e.fsf@k242.linux.bogus>
60519      Branch: perl
60520            ! Changes5.005 Changes5.6
60521 ____________________________________________________________________________
60522 [ 18171] By: rgs                                   on 2002/11/22  21:15:54
60523         Log: A new test for $^S, based on a patch by Iain 'Spoon' Truskett.
60524              Fix the existing tests that didn't checked the difference
60525              between 0 and undef.
60526      Branch: perl
60527            ! t/op/magic.t
60528 ____________________________________________________________________________
60529 [ 18170] By: rgs                                   on 2002/11/22  20:49:12
60530         Log: Move some tests from t/run/fresh_perl.t
60531              to the new t/comp/parser.t. The goal being to
60532              get rid of fresh_perl.t at some point.
60533      Branch: perl
60534            ! t/comp/parser.t t/run/fresh_perl.t
60535 ____________________________________________________________________________
60536 [ 18169] By: rgs                                   on 2002/11/21  20:49:36
60537         Log: Add a test for bug #17920, and a new test file for it.
60538      Branch: perl
60539            + t/comp/parser.t
60540            ! MANIFEST
60541 ____________________________________________________________________________
60542 [ 18168] By: merijn                                on 2002/11/21  13:59:12
60543         Log: Subject: [PATCH] hires sleeping wants libs
60544              Date: Wed, 20 Nov 2002 17:18:31 +0200
60545              From: Jarkko Hietaniemi <jhi@iki.fi>
60546              Message-ID: <20021120151830.GC127060@lyta.hut.fi>
60547      Branch: perl
60548            ! Configure hints/irix_6.sh
60549 ____________________________________________________________________________
60550 [ 18166] By: rgs                                   on 2002/11/19  23:02:31
60551         Log: Fix perl bug #17920 : a case of parser coredump.
60552              The fix is to disable Perl_block_start and Perl_block_end
60553              when the yacc parser has encountered errors. This prevents
60554              corruption of the internal stack, at the expense of correctness,
60555              but this doesn't matter as the code is unparseable anyway.
60556      Branch: perl
60557            ! op.c
60558 ____________________________________________________________________________
60559 [ 18165] By: rgs                                   on 2002/11/19  22:45:36
60560         Log: Subject: Re: [PATCH] UTF-8 enabling via locale (was: Re: Redhat 8 issue?)
60561              From: Jarkko Hietaniemi <jhi@iki.fi>
60562              Date: Sun, 3 Nov 2002 17:50:08 +0200
60563              Message-ID: <20021103155008.GA382682@lyta.hut.fi>
60564      Branch: perl
60565            ! lib/open.pm locale.c pod/perl58delta.pod
60566 ____________________________________________________________________________
60567 [ 18164] By: rgs                                   on 2002/11/19  22:32:52
60568         Log: t/io/crlf.t failed with miniperl.
60569      Branch: perl
60570            ! t/io/crlf.t
60571 ____________________________________________________________________________
60572 [ 18163] By: rgs                                   on 2002/11/19  22:11:24
60573         Log: Subject: Re: [PATCH] AutoLoader gives wrong message
60574              From: Peter Scott <Peter@PSDT.com>
60575              Date: Thu, 07 Nov 2002 19:04:27 -0800
60576              Message-id: <4.3.2.7.2.20021107185902.00b93ec0@shell2.webquarry.com>
60577
60578              With a tweak to the END cleanup block to fully remove the
60579              temporary test directory
60580      Branch: perl
60581            ! lib/AutoLoader.t
60582 ____________________________________________________________________________
60583 [ 18162] By: rgs                                   on 2002/11/19  21:29:25
60584         Log: Subject: [PATCH ext/threads/threads.xs] trivial typo
60585              From: Dave Mitchell <davem@fdgroup.com>
60586              Date: Thu, 14 Nov 2002 22:55:39 +0000
60587              Message-ID: <20021114225539.A18614@fdgroup.com>
60588      Branch: perl
60589            ! ext/threads/threads.xs
60590 ____________________________________________________________________________
60591 [ 18161] By: rgs                                   on 2002/11/19  21:26:21
60592         Log: Subject: [PATCH Win32] Document wperl.exe
60593              From: "Brent Dax" <brentdax@cpan.org>
60594              Date: Fri, 15 Nov 2002 23:02:01 -0800
60595              Message-ID: <034e01c28d3e$0fed1680$6501a8c0@deepblue>
60596      Branch: perl
60597            ! README.win32
60598 ____________________________________________________________________________
60599 [ 18160] By: hv                                    on 2002/11/19  12:07:25
60600         Log: Subject: [PATCH] regen_headers outside Makefile (was Re: [PATCH] embed.pl doc)
60601              From: Nicholas Clark <nick@unfortu.net>
60602              Date: Tue, 29 Oct 2002 23:00:05 +0000
60603              Message-ID: <20021029230003.GF287@Bagpuss.unfortu.net>
60604      Branch: perl
60605            + regen.pl regen_headers.pl
60606            ! MANIFEST Makefile.SH autodoc.pl bytecode.pl embed.pl
60607            ! keywords.pl opcode.pl regcomp.pl
60608 ____________________________________________________________________________
60609 [ 18159] By: hv                                    on 2002/11/19  11:48:30
60610         Log: Subject: Re: [perl #18113] UNIVERSAL::AUTOLOAD doesn't work if the stash doesn't exist yet
60611              From: Gurusamy Sarathy <gsar@ActiveState.com>
60612              Date: Wed, 30 Oct 2002 20:58:15 -0800
60613              Message-Id: <200210310458.g9V4wFK00513@smtp3.ActiveState.com>
60614              Date: Wed, 30 Oct 2002 21:56:22 -0800
60615              Message-Id: <200210310556.g9V5uMK05748@smtp3.ActiveState.com>
60616              Date: Wed, 30 Oct 2002 22:55:30 -0800
60617              Message-Id: <200210310655.g9V6tUK10959@smtp3.ActiveState.com>
60618      Branch: perl
60619            ! gv.c pp_hot.c t/op/method.t
60620 ____________________________________________________________________________
60621 [ 18158] By: hv                                    on 2002/11/19  11:35:16
60622         Log: Remove duplicate my() declaration giving warnings from change #18105.
60623      Branch: perl
60624            ! lib/Class/Struct.t
60625 ____________________________________________________________________________
60626 [ 18154] By: rgs                                   on 2002/11/16  22:08:44
60627         Log: Correction to change #18152, by Dave Mitchell.
60628      Branch: perl
60629            ! pod/perlhack.pod
60630 ____________________________________________________________________________
60631 [ 18152] By: rgs                                   on 2002/11/16  21:23:15
60632         Log: Subject: Re: [PATCH] optional code for debugging leaking scalars
60633              From: Dave Mitchell <davem@fdgroup.com>
60634              Date: Sat, 16 Nov 2002 22:18:23 +0000
60635              Message-ID: <20021116221823.A23614@fdgroup.com>
60636              Documentation for change #18150.
60637      Branch: perl
60638            ! pod/perlhack.pod
60639 ____________________________________________________________________________
60640 [ 18151] By: rgs                                   on 2002/11/16  20:45:26
60641         Log: Document PRIVSHIFT.
60642              Subject: [PATCH] two small doc patches
60643              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
60644              Date: Thu, 14 Nov 2002 15:07:35 -0800
60645              Message-ID: <3yC19gzkguTO092yn@efn.org>
60646      Branch: perl
60647            ! sv.h
60648 ____________________________________________________________________________
60649 [ 18150] By: rgs                                   on 2002/11/16  20:25:57
60650         Log: Subject: [PATCH] optional code for debugging leaking scalars
60651              From: Dave Mitchell <davem@fdgroup.com>
60652              Date: Thu, 14 Nov 2002 23:03:00 +0000
60653              Message-ID: <20021114230300.B18614@fdgroup.com>
60654      Branch: perl
60655            ! perl.c sv.c
60656 ____________________________________________________________________________
60657 [ 18149] By: rgs                                   on 2002/11/16  20:10:50
60658         Log: New B::Lint option, bare-subs, that checks for implicitely
60659              quoted barewords that are also subroutines, from
60660              Ian Phillipps <ip@tarragon-et.co.uk>.
60661              Message-ID: <20021107122909.A11199@bob.tarragon-et.co.uk>
60662              With a few tweaks to the implementation and tests.
60663              (previous change was empty)
60664      Branch: perl
60665            ! ext/B/B/Lint.pm ext/B/t/lint.t
60666 ____________________________________________________________________________
60667 [ 18148] By: rgs                                   on 2002/11/16  20:05:34
60668         Log: New B::Lint option, bare-subs, that checks for implicitely
60669              quoted barewords that are also subroutines, from
60670              Ian Phillipps <ip@tarragon-et.co.uk>.
60671              Message-ID: <20021107122909.A11199@bob.tarragon-et.co.uk>
60672              With a few tweaks to the implementation and tests.
60673      Branch: perl
60674            ! ext/B/B/Lint.pm ext/B/t/lint.t
60675 ____________________________________________________________________________
60676 [ 18147] By: rgs                                   on 2002/11/16  19:52:54
60677         Log: Subject: [PATCH] Typo in perl58delta
60678              From: andreas.koenig@anima.de (Andreas J. Koenig)
60679              Date: Sat, 16 Nov 2002 16:29:14 +0100
60680              Message-ID: <m3u1ihjzxx.fsf@k242.linux.bogus>
60681      Branch: perl
60682            ! pod/perl58delta.pod
60683 ____________________________________________________________________________
60684 [ 18142] By: rgs                                   on 2002/11/12  22:09:39
60685         Log: Subject: [PATCH] Re: threads and Win2000 (Smoke 18064 FAIL(F) MSWin32 5.0 W2000Pro)
60686              From: Dave Mitchell <davem@fdgroup.com>
60687              Date: Thu, 7 Nov 2002 16:38:02 +0000
60688              Message-ID: <20021107163802.C25337@fdgroup.com>
60689      Branch: perl
60690            ! pad.h
60691 ____________________________________________________________________________
60692 [ 18141] By: merijn                                on 2002/11/12  16:15:30
60693         Log: repair 18139 (missing awk command)
60694      Branch: perl
60695            ! Configure
60696 ____________________________________________________________________________
60697 [ 18139] By: merijn                                on 2002/11/12  14:20:36
60698         Log: Date: Tue, 12 Nov 2002 16:49:22 +0200
60699              From: Jarkko Hietaniemi <jhi@iki.fi>
60700              Subject: [PATCH] Tru64 osvers
60701              Message-ID: <20021112144922.GI511825@lyta.hut.fi>
60702      Branch: perl
60703            ! Configure
60704 ____________________________________________________________________________
60705 [ 18137] By: rgs                                   on 2002/11/10  21:57:04
60706         Log: Subject: [PATCH] warning fix in SYNOPSIS example of Term::ReadLine pod
60707              From: Slaven Rezic <slaven.rezic@berlin.de>
60708              Date: Sat, 9 Nov 2002 22:31:31 +0100 (CET)
60709              Message-Id: <200211092131.gA9LVVAV007663@vran.herceg.de>
60710      Branch: perl
60711            ! lib/Term/ReadLine.pm
60712 ____________________________________________________________________________
60713 [ 18136] By: rgs                                   on 2002/11/10  21:38:44
60714         Log: Subject: t/run/runenv.t bug
60715              From: Salvador "Fandiño" <sfandino@yahoo.com>
60716              Date: Fri, 8 Nov 2002 08:07:13 -0800 (PST)
60717              Message-ID: <20021108160713.78109.qmail@web13409.mail.yahoo.com>
60718      Branch: perl
60719            ! t/run/runenv.t
60720 ____________________________________________________________________________
60721 [ 18135] By: rgs                                   on 2002/11/10  21:30:36
60722         Log: Subject: [PATCH] perlopentut and PerlIO documentation
60723              From: Slaven Rezic <slaven.rezic@berlin.de>
60724              Date: 08 Nov 2002 22:22:19 +0100
60725              Message-ID: <8765v7kb90.fsf@vran.herceg.de>
60726      Branch: perl
60727            ! lib/PerlIO.pm pod/perlopentut.pod
60728 ____________________________________________________________________________
60729 [ 18125] By: hv                                    on 2002/11/07  14:01:57
60730         Log: Subject: Re: The Inaba patch for tr/// vs. use encoding
60731              From: Dan Kogai <dankogai@dan.co.jp>
60732              Date: Fri, 25 Oct 2002 13:04:00 +0900
60733              Message-Id: <CAC896FE-E7CE-11D6-9228-0003939A104C@dan.co.jp>
60734      Branch: perl
60735            + t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t
60736            + t/uni/tr_utf8.t
60737            ! MANIFEST
60738 ____________________________________________________________________________
60739 [ 18124] By: hv                                    on 2002/11/07  13:51:39
60740         Log: Subject: [PATCH] File::Temp documentation fix
60741              From: Slaven Rezic <slaven.rezic@berlin.de>
60742              Date: Thu, 24 Oct 2002 19:04:20 +0200 (CEST)
60743              Message-Id: <200210241704.g9OH4KlR030883@vran.herceg.de>
60744      Branch: perl
60745            ! lib/File/Temp.pm
60746 ____________________________________________________________________________
60747 [ 18123] By: hv                                    on 2002/11/07  13:46:59
60748         Log: Subject: PATCH x2p/find2perl.PL
60749              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
60750              Date: Thu, 24 Oct 2002 10:05:19 +0200
60751              Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCF41@hamsem01.de.gedas.vwg>
60752      Branch: perl
60753            ! x2p/find2perl.PL
60754 ____________________________________________________________________________
60755 [ 18122] By: hv                                    on 2002/11/07  13:40:25
60756         Log: Subject: [perl #18065] LFS related bug in perl-5.8.0 testsuite
60757              From: "david@dhaller.de (via RT)" <perlbug@perl.org>
60758              Date: 23 Oct 2002 18:42:51 -0000
60759              Message-Id: <rt-18065-40384.14.044473925414@bugs6.perl.org>
60760      Branch: perl
60761            ! ext/Fcntl/t/syslfs.t t/op/lfs.t
60762 ____________________________________________________________________________
60763 [ 18121] By: hv                                    on 2002/11/07  13:21:15
60764         Log: Subject: Re: [perl #18038] DESTROY change in 5.8.0?
60765              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
60766              Date: Sun, 03 Nov 2002 15:48:18 -0800
60767              Message-ID: <CXbx9gzkgS8W092yn@efn.org>
60768      Branch: perl
60769            ! sv.c t/op/tie.t
60770 ____________________________________________________________________________
60771 [ 18120] By: hv                                    on 2002/11/07  13:14:21
60772         Log: Subject: Re: Is this true that Perl 5.8 uses :crlf as default DISCIPLINE on so ckets?
60773              From: Gurusamy Sarathy <gsar@ActiveState.com>
60774              Date: Sat, 19 Oct 2002 12:11:43 -0700
60775              Message-Id: <200210191911.g9JJBhK02618@smtp3.ActiveState.com>
60776      Branch: perl
60777            ! doio.c ext/DB_File/t/db-recno.t perl.h pp_sys.c win32/win32.h
60778 ____________________________________________________________________________
60779 [ 18119] By: hv                                    on 2002/11/07  12:13:28
60780         Log: Subject: [perl #18154] Problem found in calculating offsets in regex
60781              From: Mark Pease (via RT) <perlbug@perl.org>
60782              Date: 29 Oct 2002 20:23:54 -0000
60783              Message-Id: <rt-18154-40762.0.46361502706489@bugs6.perl.org>
60784      Branch: perl
60785            ! regcomp.c
60786 ____________________________________________________________________________
60787 [ 18118] By: hv                                    on 2002/11/07  11:33:38
60788         Log: Subject: Re: [perl #17605] strange behaviour (difference between perl 5.6 and perl 5.8.0) in the regexp
60789              From: hv@crypt.org
60790              Date: Sun, 03 Nov 2002 16:41:24 +0000
60791              Message-Id: <200211031641.gA3GfOm08609@crypt.compulink.co.uk>
60792      Branch: perl
60793            ! ext/B/B/Concise.pm op.c pp_hot.c t/op/closure.t
60794            ! t/op/sub_lval.t
60795 ____________________________________________________________________________
60796 [ 18117] By: rgs                                   on 2002/11/06  22:15:36
60797         Log: "make distclean" should remove the generated file lib/Config.pod.
60798      Branch: perl
60799            ! Makefile.SH
60800 ____________________________________________________________________________
60801 [ 18116] By: rgs                                   on 2002/11/06  22:11:06
60802         Log: The new test introduced in #18114 failed with threads
60803      Branch: perl
60804            ! ext/B/t/concise.t
60805 ____________________________________________________________________________
60806 [ 18115] By: rgs                                   on 2002/11/06  20:43:14
60807         Log: Subject: Re: [perl #18048] read \*FH, ... returns undef but doesn' t set $! if \*FH not open
60808              From: Slaven Rezic <slaven.rezic@berlin.de>
60809              Date: 24 Oct 2002 00:44:35 +0200
60810              Message-ID: <87vg3sixm4.fsf@vran.herceg.de>
60811      Branch: perl
60812            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/io/binmode.t
60813            ! t/io/print.t t/io/read.t t/lib/warnings/pp_sys
60814 ____________________________________________________________________________
60815 [ 18114] By: rgs                                   on 2002/11/06  20:08:53
60816         Log: Subject: Re: [PATCH] [perl #18175] B::Concise,-exec doesn't handle // operator well
60817              From: Stephen McCamant <smcc@mit.edu>
60818              Date: Thu, 31 Oct 2002 01:35:29 -0500
60819              Message-ID: <15808.53041.181907.308803@syllepsis.MIT.EDU>
60820
60821              plus a test case in ext/B/t/concise.t
60822              plus a (less intrusive, but less future-proof) fix for a
60823              similar problem in B::walkoptree_exec().
60824      Branch: perl
60825            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/t/concise.t
60826 ____________________________________________________________________________
60827 [ 18113] By: rgs                                   on 2002/11/05  20:11:55
60828         Log: make regen_headers.
60829              Backport change #18078 to warnings.pl.
60830      Branch: perl
60831            ! global.sym perlapi.c perlapi.h proto.h warnings.pl
60832 ____________________________________________________________________________
60833 [ 18109] By: ams                                   on 2002/11/05  13:03:34
60834         Log: Subject: Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex
60835              From: hv@crypt.org
60836              Date: Tue, 05 Nov 2002 13:30:00 +0000
60837              Message-Id: <200211051330.gA5DU0p00718@crypt.compulink.co.uk>
60838
60839              This is half of the fix for #18107. The swash_init() problems
60840              described in <20021105143646.M18101@lustre.dyn.wiw.org> remain,
60841              but can now be seen only with UTF-8 test cases.
60842      Branch: perl
60843            ! pp.c
60844 ____________________________________________________________________________
60845 [ 18108] By: merijn                                on 2002/11/05  07:52:08
60846         Log: Put back the DO NOT EDIT headers in proto.h and global.sym
60847
60848              Subject: Re: [perl #18066] Bug in -I when path has double colons?
60849              From: Slaven Rezic <slaven.rezic@berlin.de>
60850              Date: 03 Nov 2002 10:25:10 +0100
60851              Message-ID: <87adkrngy1.fsf@vran.herceg.de>
60852      Branch: perl
60853            ! embed.pl
60854 ____________________________________________________________________________
60855 [ 18107] By: ams                                   on 2002/11/05  03:43:46
60856         Log: 1. Update pp_ucfirst to enter the UTF-8 branch only if the first
60857              character is UTF-8. (Copied from pp_lcfirst.)
60858              2. sv_dump() should display FLAGS=...,UTF8 for both POK and pPOK.
60859      Branch: perl
60860            ! dump.c pp.c
60861 ____________________________________________________________________________
60862 [ 18106] By: hv                                    on 2002/11/05  01:43:27
60863         Log: new test based on:
60864              Subject: [TEST] for [PATCH] bug in utf8.c(?)
60865              From: Marty Pauley <marty+p5p@kasei.com>
60866              Date: Fri, 18 Oct 2002 21:02:38 +0100
60867              Message-ID: <20021018200238.GY3764@soto.kasei.com>
60868      Branch: perl
60869            ! lib/utf8.t
60870 ____________________________________________________________________________
60871 [ 18105] By: hv                                    on 2002/11/05  00:59:30
60872         Log: Subject: Re: Class::Struct, simple patch, tests
60873              From: Marty Pauley <marty+p5p@kasei.com>
60874              Date: Fri, 18 Oct 2002 22:26:38 +0100
60875              Message-ID: <20021018212638.GB3764@soto.kasei.com>
60876      Branch: perl
60877            ! lib/Class/Struct.pm lib/Class/Struct.t
60878 ____________________________________________________________________________
60879 [ 18102] By: rgs                                   on 2002/11/04  21:43:53
60880         Log: Subject: Re: [perl #18066] Bug in -I when path has double colons?
60881              From: Slaven Rezic <slaven.rezic@berlin.de>
60882              Date: 30 Oct 2002 11:18:47 +0100
60883              Message-ID: <87of9c2prs.fsf@vran.herceg.de>
60884
60885              With the corresponding change to embed.fnc
60886      Branch: perl
60887            + t/run/switchI.t
60888            ! MANIFEST embed.fnc embed.h embedvar.h global.sym perl.c
60889            ! proto.h t/run/runenv.t
60890 ____________________________________________________________________________
60891 [ 18094] By: merijn                                on 2002/11/04  16:08:22
60892         Log: Changed the warning detection pattern because of:
60893
60894              Subject: ccache gcc3.2 doesn't work
60895              From: Nicholas Clark <nick@ccl4.org>
60896              Date: Tue, 29 Oct 2002 15:01:39
60897              Message-ID: <20021029150139.J82080@plum.flirble.org>
60898      Branch: perl
60899            ! Configure
60900 ____________________________________________________________________________
60901 [ 18093] By: jhi                                   on 2002/11/04  16:06:39
60902         Log: s/Perlf/Perl/ (thanks rgs)
60903      Branch: perl
60904            ! pod/perldiag.pod
60905 ____________________________________________________________________________
60906 [ 18091] By: jhi                                   on 2002/11/04  15:50:07
60907         Log: How pre-5.9.0 Perl can be fooled by a defined-or.
60908      Branch: perl
60909            ! pod/perldiag.pod
60910 ____________________________________________________________________________
60911 [ 18090] By: hv                                    on 2002/11/04  15:49:29
60912         Log: extend #13786 to cover the other four identical chunks of code
60913              to avoid looping under overload.
60914      Branch: perl
60915            ! sv.c
60916 ____________________________________________________________________________
60917 [ 18088] By: merijn                                on 2002/11/04  15:37:06
60918         Log: Charnames take 4
60919              Mon, 04 Nov 2002; H.Merijn Brand <h.m.brand@hccnet.nl>
60920      Branch: perl
60921            ! lib/charnames.pm lib/charnames.t
60922 ____________________________________________________________________________
60923 [ 18086] By: hv                                    on 2002/11/04  15:16:34
60924         Log: integrate from perlio: changes #17709, #17795, #17796, #18032
60925      Branch: perl
60926           !> Porting/apply ext/PerlIO/t/encoding.t ext/PerlIO/t/via.t
60927           !> ext/PerlIO/via/via.xs perlio.c t/io/crlf.t
60928 ____________________________________________________________________________
60929 [ 18085] By: hv                                    on 2002/11/04  12:17:12
60930         Log: Subject: Re: [perl #17064] illegal legal unicode character
60931              From: hv@crypt.org
60932              Date: Mon, 04 Nov 2002 13:23:49 +0000
60933              Message-Id: <200211041323.gA4DNn313132@crypt.compulink.co.uk>
60934      Branch: perl
60935            ! regexec.c t/op/split.t
60936 ____________________________________________________________________________
60937 [ 18084] By: merijn                                on 2002/11/04  11:04:45
60938         Log: Tru64, gcc -O3, datasize
60939              Sun, 3 Nov 2002; Jarkko Hietaniemi <jhi@iki.fi>
60940      Branch: perl
60941            ! README.tru64 hints/dec_osf.sh
60942 ____________________________________________________________________________
60943 [ 18083] By: merijn                                on 2002/11/04  10:58:52
60944         Log: Typo configpm
60945              Mon, 4 Nov 2002; Rafael Garcia-Suarez <rgarciasuarez@free.fr>
60946      Branch: perl
60947            ! configpm
60948 ____________________________________________________________________________
60949 [ 18078] By: hv                                    on 2002/11/03  13:20:50
60950         Log: avoid reliance on croak() prototype
60951      Branch: perl
60952            ! lib/warnings.pm
60953 ____________________________________________________________________________
60954 [ 18077] By: hv                                    on 2002/11/03  13:18:17
60955         Log: Subject: [PATCH lib/Config.*] Document and test Config::config_re().
60956              (with tweaks)
60957              From: Michael G Schwern <schwern@pobox.com>
60958              Date: Wed, 4 Sep 2002 12:06:08 -0700
60959              Message-ID: <20020904190607.GG8367@ool-18b93024.dyn.optonline.net>
60960      Branch: perl
60961            ! configpm lib/Config.t
60962 ____________________________________________________________________________
60963 [ 18076] By: gbarr                                 on 2002/11/03  10:11:18
60964         Log: Update to Scalar-List-Utils 1.08
60965      Branch: perl
60966            + ext/List/Util/t/isvstring.t ext/List/Util/t/refaddr.t
60967            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/README
60968            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
60969            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/first.t
60970            ! ext/List/Util/t/reduce.t
60971 ____________________________________________________________________________
60972 [ 18075] By: rgs                                   on 2002/10/31  20:58:12
60973         Log: Adjust the number of tests in t/op/range.t
60974      Branch: perl
60975            ! t/op/range.t
60976 ____________________________________________________________________________
60977 [ 18074] By: ams                                   on 2002/10/30  22:30:32
60978         Log: Subject: Re: [perl #18114] [no subject] BUG: "-4\n".."0\n" is not DWIM
60979              but "-4\n".."-0\n" is!
60980              From: Slaven Rezic <slaven.rezic@berlin.de>
60981              Date: 30 Oct 2002 16:22:36 +0100
60982              Message-Id: <87n0ow0x4z.fsf@vran.herceg.de>
60983
60984              Subject: RE: [perl #18114] [no subject] [TEST PATCH]BUG: "-4\n".."0\n"
60985              is not DWIM but "-4\n".."-0\n" is!
60986              From: "Orton, Yves" <yves.orton@mciworldcom.de>
60987              Date: Wed, 30 Oct 2002 11:59:31 -0000
60988              Message-Id: <71B318898201D311845C0008C75DAD1C07B78BF7@defra1ex2>
60989
60990              (Applied over previous fix.)
60991      Branch: perl
60992            ! pp_ctl.c t/op/range.t
60993 ____________________________________________________________________________
60994 [ 18073] By: ams                                   on 2002/10/30  19:47:12
60995         Log: Subject: [perl #18165] "0" fails as right-hand argument to ..
60996              From: Mark-Jason Dominus (via RT) <perlbug@perl.org>
60997              Date: 30 Oct 2002 17:27:53 -0000
60998              Message-Id: <rt-18165-40816.6.86096008382222@bugs6.perl.org>
60999
61000              (Fixed by making an exception for .."0" in pp_flop.)
61001      Branch: perl
61002            ! pp_ctl.c t/op/range.t
61003 ____________________________________________________________________________
61004 [ 18072] By: rgs                                   on 2002/10/29  20:37:31
61005         Log: Partial fix of bug [perl #17589] : prevent the parser to
61006              segfault when encountering the erroneous construct "sub;".
61007      Branch: perl
61008            ! pod/perldiag.pod t/op/anonsub.t toke.c
61009 ____________________________________________________________________________
61010 [ 18071] By: rgs                                   on 2002/10/28  21:57:25
61011         Log: Subject: RE: [PATCH] Warning on pararameterless 'use IO' and doc update
61012              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
61013              Date: Mon, 28 Oct 2002 12:53:52 -0000
61014              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOEFLAA.Paul.Marquess@btinternet.com>
61015      Branch: perl
61016            ! ext/IO/IO.pm ext/IO/lib/IO/t/IO.t
61017 ____________________________________________________________________________
61018 [ 18070] By: rgs                                   on 2002/10/28  20:46:33
61019         Log: Subject: [PATCH] Re: Not OK: perl v5.9.0 +DEVEL17881 on i386-freebsd 4.6-release (UNINSTALLED)
61020              From: Nicholas Clark <nick@unfortu.net>
61021              Date: Sun, 27 Oct 2002 18:39:03 +0000
61022              Message-ID: <20021027183902.GJ292@Bagpuss.unfortu.net>
61023      Branch: perl
61024            ! util.c
61025 ____________________________________________________________________________
61026 [ 18069] By: rgs                                   on 2002/10/28  20:44:12
61027         Log: Subject: [PATCH] Re: [PATCH] Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallacious
61028              From: Nicholas Clark <nick@unfortu.net>
61029              Date: Sun, 27 Oct 2002 22:31:08 +0000
61030              Message-ID: <20021027223108.GK292@Bagpuss.unfortu.net>
61031      Branch: perl
61032            ! t/op/pack.t
61033 ____________________________________________________________________________
61034 [ 18068] By: merijn                                on 2002/10/27  17:57:15
61035         Log: Repair broken previous patch. I don't like it, but not repairing it
61036              breaks each and every build. Will teach me to test on the same
61037              machine where I patched it. Sorry.
61038      Branch: perl
61039            ! embed.pl
61040 ____________________________________________________________________________
61041 [ 18067] By: merijn                                on 2002/10/27  06:02:21
61042         Log: embed.pl doc. (embed.pl reorganization for doc headers)
61043              Wed, 23 Oct 2002; Jarkko Hietaniemi <jhi@iki.fi>
61044              With some additional modifications
61045      Branch: perl
61046            ! embed.pl
61047 ____________________________________________________________________________
61048 [ 18064] By: merijn                                on 2002/10/25  11:47:07
61049         Log: The 5005thread todo list; 2 down 25 to go
61050      Branch: perl
61051            ! README.irix README.tru64
61052 ____________________________________________________________________________
61053 [ 18063] By: hv                                    on 2002/10/25  00:28:48
61054         Log: change #18038 gives too many problems on t/450_service.t; disable
61055              it for now
61056      Branch: perl
61057            ! lib/Net/Ping/t/450_service.t
61058 ____________________________________________________________________________
61059 [ 18062] By: hv                                    on 2002/10/25  00:21:17
61060         Log: Subject: [PATCH] DB_File 1.806
61061              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
61062              Date: Tue, 22 Oct 2002 11:16:21 +0100
61063              Message-ID: <AIEAJICLCBDNAAOLLOKLCEDMFLAA.Paul.Marquess@btinternet.com>
61064      Branch: perl
61065            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
61066            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
61067            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
61068 ____________________________________________________________________________
61069 [ 18061] By: hv                                    on 2002/10/25  00:13:07
61070         Log: Subject: [PATCH lib/IO.t] Add tests for IO.pm
61071              From: chromatic <chromatic@wgz.org>
61072              Date: Mon, 21 Oct 2002 20:27:43 -0700
61073              Message-ID: <20021022033253.57952.qmail@onion.perl.org>
61074      Branch: perl
61075            + ext/IO/lib/IO/t/IO.t
61076            ! MANIFEST lib/Net/Ping/t/450_service.t
61077 ____________________________________________________________________________
61078 [ 18060] By: hv                                    on 2002/10/24  23:54:50
61079         Log: 2 lines of change #18039 had several problems
61080      Branch: perl
61081            ! ext/IO/IO.pm
61082 ____________________________________________________________________________
61083 [ 18059] By: hv                                    on 2002/10/24  23:46:29
61084         Log: Subject: [perl #18036] perldoc refuses to run on BeOS
61085              From: "mauzo@csv.warwick.ac.uk (via RT)" <perlbug@perl.org>
61086              Date: 21 Oct 2002 10:18:50 -0000
61087              Message-Id: <rt-18036-40246.15.4017814246886@bugs6.perl.org>
61088      Branch: perl
61089            ! utils/perldoc.PL
61090 ____________________________________________________________________________
61091 [ 18058] By: hv                                    on 2002/10/24  23:36:48
61092         Log: Subject: The Inaba patch for tr/// vs. use encoding
61093              From: Dan Kogai <dankogai@dan.co.jp>
61094              Date: Mon, 21 Oct 2002 17:36:02 +0900
61095              Message-Id: <218B4434-E4D0-11D6-A668-0003939A104C@dan.co.jp>
61096      Branch: perl
61097            ! mg.c regcomp.c sv.c toke.c
61098 ____________________________________________________________________________
61099 [ 18057] By: hv                                    on 2002/10/24  23:16:15
61100         Log: Subject: [Encode] 1.80 released
61101              From: Dan Kogai <dankogai@dan.co.jp>
61102              Date: Tue, 22 Oct 2002 05:47:16 +0900
61103              Message-Id: <48F1B85D-E536-11D6-A87D-0003939A104C@dan.co.jp>
61104      Branch: perl
61105            + ext/Encode/bin/ucmsort ext/Encode/t/rt.pl
61106            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
61107            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
61108            ! ext/Encode/lib/Encode/MIME/Header.pm
61109            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/CJKT.t
61110            ! ext/Encode/t/jperl.t ext/Encode/t/mime-header.t
61111            ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm
61112            ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm
61113 ____________________________________________________________________________
61114 [ 18056] By: hv                                    on 2002/10/24  22:48:06
61115         Log: Subject: [PATCH] B/C.pm: make $0 to argv[0] again
61116              From: Autrijus Tang <autrijus@autrijus.org>
61117              Date: Sat, 19 Oct 2002 17:51:57 +0800
61118              Message-ID: <20021019095157.GA430@not.autrijus.org>
61119      Branch: perl
61120            ! ext/B/B/C.pm
61121 ____________________________________________________________________________
61122 [ 18055] By: hv                                    on 2002/10/24  22:34:10
61123         Log: Reverse change #8066 and sense of test, to satisfy [perl #17763]
61124      Branch: perl
61125            ! pp_sys.c t/run/fresh_perl.t
61126 ____________________________________________________________________________
61127 [ 18054] By: hv                                    on 2002/10/24  22:17:40
61128         Log: change #18030 needs the removal of ext/Thread/thr5005.t
61129      Branch: perl
61130            - ext/Thread/thr5005.t
61131 ____________________________________________________________________________
61132 [ 18053] By: merijn                                on 2002/10/24  08:20:09
61133         Log: charnames pragma extended with :alias for customized
61134              unicode naming aliases
61135              Mon, 21 Oct 2002; "H.Merijn Brand" <h.m.brand@hccnet.nl>
61136      Branch: perl
61137            ! lib/charnames.pm lib/charnames.t
61138 ____________________________________________________________________________
61139 [ 18052] By: rgs                                   on 2002/10/23  19:16:50
61140         Log: Further tweaks to perlmodlib.pod.
61141              Add a note about perllocal.pod, which wasn't documented.
61142      Branch: perl
61143            ! pod/perlmodlib.PL pod/perlmodlib.pod
61144 ____________________________________________________________________________
61145 [ 18051] By: rgs                                   on 2002/10/23  18:56:08
61146         Log: Further tweaks to perluniintro.pod
61147      Branch: perl
61148            ! pod/perluniintro.pod
61149 ____________________________________________________________________________
61150 [ 18050] By: rgs                                   on 2002/10/22  19:11:12
61151         Log: perlmodlib.pod nit suggested by David Dyck (bug #18055)
61152              Regenerate perlmodlib.pod
61153      Branch: perl
61154            ! pod/perlmodlib.PL pod/perlmodlib.pod
61155 ____________________________________________________________________________
61156 [ 18049] By: rgs                                   on 2002/10/22  18:48:00
61157         Log: Subject: [PATCH] perluniintro
61158              From: Jarkko Hietaniemi <jhi@iki.fi>
61159              Date: Sun, 20 Oct 2002 15:48:09 +0300
61160              Message-ID: <20021020124809.GE444369@lyta.hut.fi>
61161      Branch: perl
61162            ! pod/perluniintro.pod
61163 ____________________________________________________________________________
61164 [ 18048] By: hv                                    on 2002/10/22  17:04:26
61165         Log: Subject: [PATCH] PL_curpad == AvARRAY(PL_comppad) always
61166              From: Dave Mitchell <davem@fdgroup.com>
61167              Date: Fri, 18 Oct 2002 13:36:40 +0100
61168              Message-ID: <20021018133640.A19172@fdgroup.com>
61169      Branch: perl
61170            ! cop.h embed.fnc ext/List/Util/Util.xs global.sym op.c pad.c
61171            ! pad.h perl.c perlapi.h pod/perlintern.pod pp_ctl.c proto.h
61172            ! regcomp.c regexec.c scope.c scope.h sv.c t/op/closure.t
61173 ____________________________________________________________________________
61174 [ 18047] By: hv                                    on 2002/10/22  16:20:18
61175         Log: Subject: [PATCH] AutoLoader gives wrong message
61176              From: Peter Scott <peter@psdt.com>
61177              Date: Thu, 17 Oct 2002 19:54:56 -0700
61178              Message-id: <4.3.2.7.2.20021017192450.00b3dce0@shell2.webquarry.com>
61179      Branch: perl
61180            ! lib/AutoLoader.pm
61181 ____________________________________________________________________________
61182 [ 18046] By: hv                                    on 2002/10/22  15:52:40
61183         Log: Subject: Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86)
61184              From: Alain Barbet <alian@alianwebserver.com>
61185              Date: Fri, 18 Oct 2002 15:29:29 +0200
61186              Message-ID: <3DB00CB9.70708@alianwebserver.com>
61187      Branch: perl
61188            ! README.win32 win32/makefile.mk win32/win32.c
61189 ____________________________________________________________________________
61190 [ 18045] By: hv                                    on 2002/10/22  15:47:21
61191         Log: improve 'atomicity' wording
61192      Branch: perl
61193            ! lib/filetest.pm
61194 ____________________________________________________________________________
61195 [ 18044] By: hv                                    on 2002/10/22  15:43:55
61196         Log: Subject: [PATCH] Shell.pm object methods broken
61197              From: Dan Brook <dbrook@easyspace.com>
61198              Date: Thu, 17 Oct 2002 16:05:04 +0100
61199              Message-Id: <20021017160504.63926a1b.dbrook@easyspace.com>
61200      Branch: perl
61201            ! lib/Shell.pm lib/Shell.t
61202 ____________________________________________________________________________
61203 [ 18042] By: hv                                    on 2002/10/21  09:20:54
61204         Log: Subject: Re: [perl #16184] Unexpected warning when using C<< open FH => >>
61205              From: hv@crypt.org
61206              Date: Mon, 21 Oct 2002 11:27:40 +0100
61207              Message-Id: <200210211027.g9LARef05722@crypt.compulink.co.uk>
61208      Branch: perl
61209            ! t/lib/warnings/toke toke.c
61210 ____________________________________________________________________________
61211 [ 18041] By: hv                                    on 2002/10/21  01:14:48
61212         Log: Subject: Re: [perl #18019] regex overoptimization
61213              From: hv@crypt.org
61214              Date: Mon, 21 Oct 2002 03:21:54 +0100
61215              Message-Id: <200210210221.g9L2LsU32598@crypt.compulink.co.uk>
61216      Branch: perl
61217            ! regcomp.c t/op/re_tests
61218 ____________________________________________________________________________
61219 [ 18039] By: hv                                    on 2002/10/20  14:33:16
61220         Log: Subject: Re: [PATCH] Warning on pararameterless 'use IO' and doc update
61221              From: =?iso-8859-1?Q?St=E9phane?= Payrard <s.payrard@wanadoo.fr>
61222              Date: Tue, 15 Oct 2002 02:17:03 +0200
61223              Message-ID: <20021015001703.GG7914@stefp.dyndns.org>
61224      Branch: perl
61225            ! ext/IO/IO.pm
61226 ____________________________________________________________________________
61227 [ 18038] By: hv                                    on 2002/10/20  14:23:06
61228         Log: Update to Net::Ping v2.23
61229      Branch: perl
61230            + lib/Net/Ping/t/150_syn_inst.t lib/Net/Ping/t/400_ping_syn.t
61231            + lib/Net/Ping/t/450_service.t
61232            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/t/110_icmp_inst.t
61233            ! lib/Net/Ping/t/200_ping_tcp.t
61234 ____________________________________________________________________________
61235 [ 18037] By: hv                                    on 2002/10/20  13:57:06
61236         Log: Subject: [PATCH] t/op/pack.t: Tru64 5.1A gcc 3.2.1 no inf
61237              From: Jarkko Hietaniemi <jhi@iki.fi>
61238              Date: Mon, 14 Oct 2002 14:49:54 +0300
61239              Message-ID: <20021014114954.GB80937@lyta.hut.fi>
61240      Branch: perl
61241            ! t/op/pack.t
61242 ____________________________________________________________________________
61243 [ 18036] By: hv                                    on 2002/10/20  13:43:56
61244         Log: Subject: Re: [perl #17892] Perl's mkdir() doesn't remove trailing slashes
61245              From: Slaven Rezic <slaven.rezic@berlin.de>
61246              Date: 14 Oct 2002 09:37:18 +0200
61247              Message-ID: <8765w5wjwx.fsf@vran.herceg.de>
61248      Branch: perl
61249            ! pp_sys.c t/op/mkdir.t
61250 ____________________________________________________________________________
61251 [ 18035] By: hv                                    on 2002/10/20  13:39:09
61252         Log: Subject: Re: [perl #17951] Strange UTF error
61253              From: Jarkko Hietaniemi <jhi@iki.fi>
61254              Date: Wed, 16 Oct 2002 18:50:51 +0300
61255              Message-ID: <20021016155051.GB268437@lyta.hut.fi>
61256      Branch: perl
61257            ! lib/utf8_heavy.pl t/run/fresh_perl.t
61258 ____________________________________________________________________________
61259 [ 18034] By: hv                                    on 2002/10/20  13:23:16
61260         Log: Update to Time::HiRes v1.38
61261      Branch: perl
61262            + ext/Time/HiRes/typemap
61263            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
61264            ! ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs
61265            ! ext/Time/HiRes/Makefile.PL
61266 ____________________________________________________________________________
61267 [ 18033] By: hv                                    on 2002/10/20  13:12:25
61268         Log: Upgrade to Test.pm v1.23
61269      Branch: perl
61270            ! lib/Test.pm
61271 ____________________________________________________________________________
61272 [ 18030] By: merijn                                on 2002/10/19  14:10:21
61273         Log: Happy chainsaw stories; The removal of the 5005 threads
61274              Still imcomplete. Configure will follow
61275      Branch: perl
61276            ! MANIFEST NetWare/Makefile NetWare/config.wc
61277            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
61278            ! Porting/Glossary Porting/config.sh Porting/config_H
61279            ! config_h.SH cop.h cv.h deb.c dosish.h dump.c embed.fnc embed.h
61280            ! embed.pl embedvar.h epoc/config.sh ext/B/B.xs ext/B/B/C.pm
61281            ! ext/B/ramblings/runtime.porting ext/B/t/lint.t
61282            ! ext/DynaLoader/dl_aix.xs ext/Thread/README.threads
61283            ! ext/Thread/Thread.xs ext/Thread/thr5005.t gv.c hints/darwin.sh
61284            ! installperl intrpvar.h makedef.pl mg.c miniperlmain.c
61285            ! myconfig.SH op.c os2/os2.c os2/os2ish.h pad.c perl.c perl.h
61286            ! perlvars.h pod/perltoc.pod pp.c pp.h pp_ctl.c pp_hot.c
61287            ! pp_sort.c proto.h scope.c sv.c sv.h thrdvar.h thread.h toke.c
61288            ! uconfig.h uconfig.sh util.c vms/vms.c win32/Makefile
61289            ! win32/config.bc win32/config.gc win32/config.vc
61290            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
61291            ! win32/config_H.vc win32/config_H.vc64 win32/config_sh.PL
61292            ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
61293            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
61294            ! wince/Makefile.ce wince/config.ce wince/config_H.ce
61295            ! wince/config_sh.PL wince/win32.h wince/win32thread.c
61296            ! wince/win32thread.h wince/wincesck.c
61297 ____________________________________________________________________________
61298 [ 18029] By: merijn                                on 2002/10/18  07:28:21
61299         Log: minor tweaks in Porting/pumpkin.pod
61300              Fri, 18 Oct 2002; Philip Newton <Philip.Newton@gmx.net>
61301      Branch: perl
61302            ! Porting/pumpkin.pod
61303 ____________________________________________________________________________
61304 [ 18028] By: rgs                                   on 2002/10/17  20:33:32
61305         Log: Subject: [PATCH t/run/switches.t] Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86)
61306              From: Abe Timmerman <abe@ztreet.demon.nl>
61307              Date: Thu, 17 Oct 2002 23:38:34 +0200
61308              Message-Id: <200210172338.34728.abe@ztreet.demon.nl>
61309      Branch: perl
61310            ! t/run/switches.t
61311 ____________________________________________________________________________
61312 [ 18027] By: hv                                    on 2002/10/17  14:39:27
61313         Log: Subject: Re: versions too accurate
61314              From: John Peacock <jpeacock@rowman.com>
61315              Date: Mon, 14 Oct 2002 22:36:48 -0400
61316              Message-ID: <3DAB7F40.1050200@rowman.com>
61317      Branch: perl
61318            ! lib/version.pm util.c
61319 ____________________________________________________________________________
61320 [ 18026] By: hv                                    on 2002/10/17  14:29:41
61321         Log: Subject: Re: [PATCH] Version object combined patch
61322              From: John Peacock <jpeacock@rowman.com>
61323              Date: Thu, 10 Oct 2002 21:23:01 -0400
61324              Message-ID: <3DA627F5.5050907@rowman.com>
61325      Branch: perl
61326            ! lib/version.pm lib/version.t pod/perldiag.pod util.c
61327 ____________________________________________________________________________
61328 [ 18025] By: hv                                    on 2002/10/17  13:37:04
61329         Log: definition of MAXPATHLEN
61330              Subject: [PATCH] standard lawyerism
61331              From: Jarkko Hietaniemi <jhi@iki.fi>
61332              Date: Fri, 11 Oct 2002 02:48:26 +0300
61333              Message-ID: <20021010234825.GM292305@lyta.hut.fi>
61334      Branch: perl
61335            ! perl.h
61336 ____________________________________________________________________________
61337 [ 18024] By: hv                                    on 2002/10/17  13:34:01
61338         Log: Subject: Re: [perl #17061] no strict 'garbage'
61339              From: Slaven Rezic <slaven.rezic@berlin.de>
61340              Date: 10 Oct 2002 16:23:22 +0200
61341              Message-ID: <87ptui5q5h.fsf@vran.herceg.de>
61342      Branch: perl
61343            ! ext/Storable/Storable.pm
61344 ____________________________________________________________________________
61345 [ 18023] By: hv                                    on 2002/10/17  12:56:28
61346         Log: Subject: Re: [perl #17830] open FH, "<&", $fd
61347              From: Steve Grazzini <grazz@nyc.rr.com>
61348              Date: 11 Oct 2002 22:28:58 -0000
61349              Message-ID: <20021011222858.452.qmail@onion.perl.org>
61350      Branch: perl
61351            ! doio.c t/io/open.t
61352 ____________________________________________________________________________
61353 [ 18022] By: hv                                    on 2002/10/17  12:24:42
61354         Log: Subject: Re: [perl #17809] Different warning behaviour between normal and tied hashes
61355              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
61356              Date: Tue, 15 Oct 2002 17:01:43 -0700
61357              Message-ID: <nxKr9gzkgmBO092yn@efn.org>
61358      Branch: perl
61359            ! t/op/assignwarn.t
61360 ____________________________________________________________________________
61361 [ 18021] By: hv                                    on 2002/10/17  11:28:38
61362         Log: Subject: [PATCH] minor tweaks in Porting/pumpkin.pod
61363              From: Slaven Rezic <slaven.rezic@berlin.de>
61364              Date: Thu, 3 Oct 2002 21:54:22 +0200 (CEST)
61365              Message-Id: <200210031954.g93JsMiZ034457@vran.herceg.de>
61366      Branch: perl
61367            ! Porting/pumpkin.pod
61368 ____________________________________________________________________________
61369 [ 18020] By: rgs                                   on 2002/10/16  18:43:21
61370         Log: prototype() didn't warn when used in void context.
61371      Branch: perl
61372            ! op.c t/lib/warnings/op
61373 ____________________________________________________________________________
61374 [ 18019] By: ams                                   on 2002/10/15  20:54:53
61375         Log: Subject: Japanese translation of Storable
61376              From: "KAWAI,Takanori" <GCD00051@nifty.ne.jp>
61377              Date: Tue, 15 Oct 2002 06:31:01 +0900
61378              Message-Id: <003801c273c9$05888910$1401a8c0@hipposam>
61379      Branch: perl
61380            ! ext/Storable/README
61381 ____________________________________________________________________________
61382 [ 18018] By: rgs                                   on 2002/10/15  19:08:20
61383         Log: Subject: Re: [PATCH] cv.h: Comment update
61384              From: Paul Johnson <paul@pjcj.net>
61385              Date: Mon, 14 Oct 2002 20:00:50 +0200
61386              Message-ID: <20021014180050.GC7333@pjcj.net>
61387      Branch: perl
61388            ! cv.h
61389 ____________________________________________________________________________
61390 [ 18017] By: rgs                                   on 2002/10/14  20:37:06
61391         Log: Subject: [PATCH] perlipc.pod
61392              From: Slaven Rezic <slaven.rezic@berlin.de>
61393              Date: Sun, 13 Oct 2002 14:26:26 +0200 (CEST)
61394              Message-Id: <200210131226.g9DCQQLN014591@vran.herceg.de>
61395      Branch: perl
61396            ! pod/perlipc.pod
61397 ____________________________________________________________________________
61398 [ 18016] By: rgs                                   on 2002/10/14  20:30:03
61399         Log: Subject: [PATCH] minor typos in perlhist.pod and perlunicode.pod
61400              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
61401              Date: Sun, 13 Oct 2002 09:02:36 +0900
61402              Message-Id: <20021013090227.FFCD.BQW10602@nifty.com>
61403      Branch: perl
61404            ! pod/perlunicode.pod
61405 ____________________________________________________________________________
61406 [ 18015] By: rgs                                   on 2002/10/12  20:22:37
61407         Log: The -0 command-line switch wasn't setting $/ at compile-time.
61408              Move the initialization of $/ just after switch parsing
61409              (it was done after yyparse().)
61410      Branch: perl
61411            ! perl.c t/run/switches.t
61412 ____________________________________________________________________________
61413 [ 18014] By: rgs                                   on 2002/10/12  20:18:55
61414         Log: Subject: Re: [PATCH] perl573delta delinting
61415              From: Philip Newton <Philip.Newton@gmx.net>
61416              Date: Sat, 12 Oct 2002 21:25:49 +0200
61417              Message-ID: <iotgqucnbttvvc43o0j7kv55p5dstui4oc@4ax.com>
61418      Branch: perl
61419            ! pod/perl573delta.pod
61420 ____________________________________________________________________________
61421 [ 18013] By: hv                                    on 2002/10/12  15:41:50
61422         Log: Subject: [PATCH] for -Dm
61423              From: Slaven Rezic <slaven.rezic@berlin.de>
61424              Date: Wed, 9 Oct 2002 00:49:33 +0200 (CEST)
61425              Message-Id: <200210082249.g98MnXqM076566@vran.herceg.de>
61426      Branch: perl
61427            ! malloc.c
61428 ____________________________________________________________________________
61429 [ 18012] By: hv                                    on 2002/10/12  15:39:49
61430         Log: #18005 was not enough
61431              Subject: [PATCH win32/makefile.mk] (Was Re: Building bleadperl (minperl) fails completely under VC7)
61432              From: Abe Timmerman <abeltje@cpan.org>
61433              Date: Sat, 12 Oct 2002 17:56:39 +0200
61434              Message-Id: <200210121756.39803.abeltje@cpan.org>
61435      Branch: perl
61436            ! win32/makefile.mk
61437 ____________________________________________________________________________
61438 [ 18011] By: hv                                    on 2002/10/12  15:36:43
61439         Log: Subject: [perl #17805] BUG: Grammar bug during Configure
61440              From: Richard Hitt (via RT) <perlbug@perl.org>
61441              Date: 8 Oct 2002 21:04:30 -0000
61442              Message-Id: <rt-17805-39395.9.0319493317925@bugs6.perl.org>
61443      Branch: perl
61444            ! Configure
61445 ____________________________________________________________________________
61446 [ 18010] By: hv                                    on 2002/10/12  15:31:06
61447         Log: Subject: [PATCH] Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallacious
61448              From: Nicholas Clark <nick@unfortu.net>
61449              Date: Tue, 8 Oct 2002 21:52:53 +0100
61450              Message-ID: <20021008205253.GA283@Bagpuss.unfortu.net>
61451      Branch: perl
61452            ! pod/perldiag.pod pp_pack.c t/op/pack.t
61453 ____________________________________________________________________________
61454 [ 18009] By: hv                                    on 2002/10/12  15:12:18
61455         Log: Subject: [PATCH perldoc] For screaming hell's sake
61456              From: Simon Cozens <simon@netthink.co.uk>
61457              Date: Tue, 8 Oct 2002 11:13:07 +0100
61458              Message-ID: <20021008101307.GA8175@netthink.co.uk>
61459      Branch: perl
61460            ! utils/perldoc.PL
61461 ____________________________________________________________________________
61462 [ 18008] By: hv                                    on 2002/10/12  14:38:19
61463         Log: Subject: [PATCH] Storable 2.06 (was Re: Bug in ext/Storable/t/integer.t)
61464              From: Nicholas Clark <nick@unfortu.net>
61465              Date: Mon, 7 Oct 2002 23:35:34 +0100
61466              Message-ID: <20021007223534.GD286@Bagpuss.unfortu.net>
61467      Branch: perl
61468            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
61469            ! ext/Storable/README ext/Storable/Storable.pm
61470            ! ext/Storable/Storable.xs ext/Storable/t/downgrade.t
61471            ! ext/Storable/t/forgive.t ext/Storable/t/integer.t
61472            ! ext/Storable/t/malice.t ext/Storable/t/restrict.t
61473 ____________________________________________________________________________
61474 [ 18007] By: hv                                    on 2002/10/12  14:22:36
61475         Log: Subject: [perl #17773] errors in c2ph(1) man page
61476              From: Eric Melville (via RT) <perlbug@perl.org>
61477              Date: 7 Oct 2002 02:58:34 -0000
61478              Message-Id: <rt-17773-39313.12.4820309875481@bugs6.perl.org>
61479      Branch: perl
61480            ! utils/c2ph.PL
61481 ____________________________________________________________________________
61482 [ 18006] By: hv                                    on 2002/10/12  14:19:55
61483         Log: Subject: [PATCH pad.c] Re: closure failures
61484              From: Dave Mitchell <davem@fdgroup.com>
61485              Date: Mon, 7 Oct 2002 02:42:13 +0100
61486              Message-ID: <20021007024213.B29760@fdgroup.com>
61487      Branch: perl
61488            ! pad.c
61489 ____________________________________________________________________________
61490 [ 18005] By: hv                                    on 2002/10/12  14:17:07
61491         Log: Subject: Re: Building bleadperl (minperl) fails completely under VC7
61492              From: Abe Timmerman <abeltje@cpan.org>
61493              Date: Tue, 8 Oct 2002 14:16:56 +0200
61494              Message-Id: <200210081416.56942.abeltje@cpan.org>
61495      Branch: perl
61496            ! win32/Makefile
61497 ____________________________________________________________________________
61498 [ 18004] By: hv                                    on 2002/10/12  14:06:59
61499         Log: updated hints for Darwin from Wilfredo Sanchez <wsanchez@mit.edu>
61500      Branch: perl
61501            ! hints/darwin.sh
61502 ____________________________________________________________________________
61503 [ 18003] By: hv                                    on 2002/10/12  13:48:34
61504         Log: Second attempt to fix Devel::Peek test of $ENV{PATH}, after #17956
61505              and #18001.
61506      Branch: perl
61507            ! ext/Devel/Peek/Peek.t
61508 ____________________________________________________________________________
61509 [ 18002] By: hv                                    on 2002/10/11  23:22:56
61510         Log: Subject: [Encode] 1.77 Released
61511              From: Dan Kogai <dankogai@dan.co.jp>
61512              Date: Sun, 6 Oct 2002 12:52:52 +0900
61513              Message-Id: <16D4C6C9-D8DF-11D6-A5EA-0003939A104C@dan.co.jp>
61514      Branch: perl
61515            ! ext/Encode/Changes ext/Encode/Encode.pm
61516            ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm
61517            ! ext/Encode/lib/Encode/Alias.pm
61518            ! ext/Encode/lib/Encode/Encoding.pm ext/Encode/t/jperl.t
61519            ! ext/Encode/ucm/big5-eten.ucm
61520 ____________________________________________________________________________
61521 [ 18001] By: hv                                    on 2002/10/11  22:52:43
61522         Log: Subject: Re: Smoke 17977 FAIL(F) MSWin32 5.0 W2000Pro (MSWin32-x86)
61523              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
61524              Date: Thu, 10 Oct 2002 14:28:55 -0700
61525              Message-ID: <XEfp9gzkgquV092yn@efn.org>
61526      Branch: perl
61527            ! ext/Devel/Peek/Peek.t
61528 ____________________________________________________________________________
61529 [ 18000] By: hv                                    on 2002/10/11  22:30:36
61530         Log: Subject: [PATCH] perl573delta delinting
61531              From: Jarkko Hietaniemi <jhi@iki.fi>
61532              Date: Fri, 4 Oct 2002 16:19:31 +0300
61533              Message-ID: <20021004131931.GE278184@lyta.hut.fi>
61534      Branch: perl
61535            ! pod/perl573delta.pod
61536 ____________________________________________________________________________
61537 [ 17999] By: hv                                    on 2002/10/11  22:28:36
61538         Log: Subject: [PATCH] No warn, just ERANGE (Was: Re: [PATCH] reentrant buffers)
61539              From: Jarkko Hietaniemi <jhi@iki.fi>
61540              Date: Fri, 4 Oct 2002 16:11:57 +0300
61541              Message-ID: <20021004131157.GD278184@lyta.hut.fi>
61542      Branch: perl
61543            ! pod/perldiag.pod reentr.c reentr.pl
61544 ____________________________________________________________________________
61545 [ 17998] By: rgs                                   on 2002/10/11  19:53:05
61546         Log: Fix bug #17771 : segfault with the 'for' statement modifier
61547              used inside a map or a grep.
61548      Branch: perl
61549            ! pp_ctl.c t/op/grep.t
61550 ____________________________________________________________________________
61551 [ 17997] By: hv                                    on 2002/10/11  12:10:39
61552         Log: Subject: [perl #17751] File::Spec::Win32::canonpath patch try#3
61553              From: Information Service <info@lingo.kiev.ua>
61554              Date: Wed, 09 Oct 2002 07:17:00 +0400
61555              Message-ID: <3DA39FAC.85471200@lingo.kiev.ua>
61556      Branch: perl
61557            ! lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t
61558 ____________________________________________________________________________
61559 [ 17996] By: hv                                    on 2002/10/11  11:55:53
61560         Log: Subject: [PROPOSED PATCH lib/AutoLoader.t lib/AutoLoader.pm] Test and Improve unimport()
61561              From: chromatic <chromatic@wgz.org>
61562              Date: Thu, 03 Oct 2002 22:56:54 -0700
61563              Message-ID: <20021004060120.33329.qmail@onion.perl.org>
61564      Branch: perl
61565            ! lib/AutoLoader.pm lib/AutoLoader.t
61566 ____________________________________________________________________________
61567 [ 17995] By: ams                                   on 2002/10/11  05:24:20
61568         Log: Subject: [perl #17819] Typo in perltooc?
61569              From: Bob Wilkinson (via RT) <perlbug@perl.org>
61570              Date: 9 Oct 2002 09:50:40 -0000
61571              Message-Id: <rt-17819-39445.14.7484532089852@bugs6.perl.org>
61572
61573              Subject: [perl #17821] Typo in perltooc
61574              From: Bob Wilkinson (via RT) <perlbug@perl.org>
61575              Date: 9 Oct 2002 10:12:51 -0000
61576              Message-Id: <rt-17821-39458.9.41452851965508@bugs6.perl.org>
61577      Branch: perl
61578            ! pod/perltooc.pod
61579 ____________________________________________________________________________
61580 [ 17994] By: rgs                                   on 2002/10/10  20:19:27
61581         Log: Fix bug #17776 : memory corruption in qr/##/x
61582      Branch: perl
61583            ! sv.c t/op/pat.t
61584 ____________________________________________________________________________
61585 [ 17993] By: rgs                                   on 2002/10/10  19:52:00
61586         Log: croak() is better written Perl_croak() in C code.
61587      Branch: perl
61588            ! util.c
61589 ____________________________________________________________________________
61590 [ 17992] By: hv                                    on 2002/10/10  11:29:12
61591         Log: Subject: Re: Hash::Util::lock_keys inhibits bless
61592              From: andreas.koenig@anima.de (Andreas J. Koenig)
61593              Date: Fri, 04 Oct 2002 06:38:57 +0200
61594              Message-ID: <m3bs6astr2.fsf@k242.linux.bogus>
61595      Branch: perl
61596            ! lib/Hash/Util.pm
61597 ____________________________________________________________________________
61598 [ 17991] By: hv                                    on 2002/10/10  11:20:41
61599         Log: new files lib/version.pm and lib/version.t for change #17990.
61600      Branch: perl
61601            + lib/version.pm lib/version.t
61602 ____________________________________________________________________________
61603 [ 17990] By: hv                                    on 2002/10/10  11:19:57
61604         Log: Subject: [PATCH] Version object combined patch
61605              From: John Peacock <jpeacock@rowman.com>
61606              Date: Fri, 04 Oct 2002 23:15:10 -0400
61607              Message-ID: <3D9E593E.1060605@rowman.com>
61608      Branch: perl
61609            ! MANIFEST embed.fnc embed.h global.sym pod/perlapi.pod
61610            ! pod/perlintern.pod proto.h t/comp/use.t universal.c util.c
61611 ____________________________________________________________________________
61612 [ 17989] By: hv                                    on 2002/10/10  10:48:42
61613         Log: Subject: PATCH: lib/ExtUtils/typemap
61614              From: Brian Ingerson <ingy@ttul.org>
61615              Date: Sat, 28 Sep 2002 13:03:24 -0700
61616              Message-ID: <20020928130324.A16900@ttul.org>
61617      Branch: perl
61618            ! lib/ExtUtils/typemap
61619 ____________________________________________________________________________
61620 [ 17988] By: hv                                    on 2002/10/10  10:45:19
61621         Log: Subject: [PATCH] Make Exporter cope with changing EXPORT_OK (was Re: Recent changes to Exporter::Heavy break Math::Pari)
61622              From: Nicholas Clark <nick@unfortu.net>
61623              Date: Sat, 28 Sep 2002 18:52:00 +0100
61624              Message-ID: <20020928175159.GC403@Bagpuss.unfortu.net>
61625      Branch: perl
61626            ! lib/Exporter.t lib/Exporter/Heavy.pm
61627 ____________________________________________________________________________
61628 [ 17987] By: hv                                    on 2002/10/10  10:27:40
61629         Log: Subject: Re: [perl #17075] sprintf: '%.[num](g|G)' documentation incorrect
61630              From: "Allen Smith" <easmith@beatrice.rutgers.edu>
61631              Date: Mon, 9 Sep 2002 17:36:55 -0400
61632              Message-Id: <10209091736.ZM1631710@puck2.rutgers.edu>
61633      Branch: perl
61634            ! pod/perlfunc.pod
61635 ____________________________________________________________________________
61636 [ 17986] By: hv                                    on 2002/10/10  09:51:24
61637         Log: Remove use of caller() in strict.pm, and tighten Safe compartment
61638              for Storable tests to match.
61639      Branch: perl
61640            ! ext/Storable/t/code.t lib/strict.pm lib/strict.t
61641 ____________________________________________________________________________
61642 [ 17985] By: hv                                    on 2002/10/10  09:27:00
61643         Log: Subject: Re: README.cygwin draft update
61644              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
61645              Date: Mon, 07 Oct 2002 17:15:09 -0700
61646              Message-ID: <NOio9gzkg6oR092yn@efn.org>
61647      Branch: perl
61648            ! README.cygwin pod/perl58delta.pod
61649 ____________________________________________________________________________
61650 [ 17984] By: rgs                                   on 2002/10/09  19:17:08
61651         Log: Fix bug #17823 : non-modifying tr/// stringifies references
61652      Branch: perl
61653            ! doop.c t/op/tr.t
61654 ____________________________________________________________________________
61655 [ 17983] By: merijn                                on 2002/10/09  12:22:26
61656         Log: Tru64 and gcc and threads
61657              Sat, 5 Oct 2002; Jarkko Hietaniemi <jhi@iki.fi>
61658      Branch: perl
61659            ! thread.h
61660 ____________________________________________________________________________
61661 [ 17982] By: merijn                                on 2002/10/09  10:34:40
61662         Log: Correct mailing list archive URL
61663              Wed, 9 Oct 2002; Slaven Rezic <slaven.rezic@berlin.de>
61664      Branch: perl
61665            ! Porting/pumpkin.pod
61666 ____________________________________________________________________________
61667 [ 17981] By: merijn                                on 2002/10/09  04:49:06
61668         Log: Try #3 for Porting/pumpkin.pod APPLLIB_EXP quoting
61669              Tue, 8 Oct 2002; Andy Dougherty <doughera@lafayette.edu>
61670      Branch: perl
61671            ! Porting/pumpkin.pod
61672 ____________________________________________________________________________
61673 [ 17980] By: sky                                   on 2002/10/06  15:40:56
61674         Log: Upgrade Safe.pm to 2.09 after CPAN backport.
61675              Fix testcases to run properly outside perl core build enviroment.
61676      Branch: perl
61677            ! ext/Opcode/Safe.pm ext/Safe/safe1.t ext/Safe/safe2.t
61678            ! ext/Safe/safe3.t
61679 ____________________________________________________________________________
61680 [ 17979] By: sky                                   on 2002/10/06  07:03:19
61681         Log: Subject: [PATCH] fix typo in Tie::Array
61682              From: "Jos I. Boumans" <kane@cpan.org>
61683              Date: sat okt 5, 2002  20:39:17 Europe/Stockholm
61684              Message-Id: <20021005183920.14746.qmail@onion.perl.org>
61685      Branch: perl
61686            ! lib/Tie/Array.pm
61687 ____________________________________________________________________________
61688 [ 17978] By: sky                                   on 2002/10/05  04:44:10
61689         Log: Upgrade to Attribute::Handlers 0.78
61690      Branch: perl
61691            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
61692            ! lib/Attribute/Handlers/README
61693 ____________________________________________________________________________
61694 [ 17977] By: rgs                                   on 2002/10/04  20:01:54
61695         Log: Complement to change #17976 :
61696              there was a similar bug on rdo().
61697              Increment $Safe::VERSION.
61698      Branch: perl
61699            ! ext/Opcode/Safe.pm ext/Safe/safe3.t
61700 ____________________________________________________________________________
61701 [ 17976] By: rgs                                   on 2002/10/04  19:44:48
61702         Log: Fix bug #17744, suggested by Andreas Jurenda,
61703              tweaked by rgs (security hole in Safe).
61704      Branch: perl
61705            + ext/Safe/safe3.t
61706            ! MANIFEST ext/Opcode/Safe.pm
61707 ____________________________________________________________________________
61708 [ 17975] By: merijn                                on 2002/10/04  13:30:17
61709         Log: Non ANSI feature detection in enum
61710      Branch: perl
61711            ! pad.h
61712 ____________________________________________________________________________
61713 [ 17974] By: rgs                                   on 2002/10/03  21:00:50
61714         Log: Fix a precedence problem.
61715      Branch: perl
61716            ! ext/Storable/t/integer.t
61717 ____________________________________________________________________________
61718 [ 17973] By: rgs                                   on 2002/10/03  20:34:13
61719         Log: Change the warning message "%s trapped by operation mask"
61720              to include '' around the op name. Document it in perldiag.
61721      Branch: perl
61722            ! ext/Opcode/Opcode.t ext/Opcode/Safe.pm ext/Safe/safe2.t op.c
61723            ! pod/perldiag.pod
61724 ____________________________________________________________________________
61725 [ 17972] By: rgs                                   on 2002/10/03  20:26:54
61726         Log: Add a new warning, "Possible precedence problem on bitwise
61727              %c operator", triggerred when a bitwise op has a numeric
61728              comparison op as child.
61729      Branch: perl
61730            ! op.c pod/perldiag.pod t/lib/warnings/op
61731 ____________________________________________________________________________
61732 [ 17971] By: ams                                   on 2002/10/03  11:03:41
61733         Log: Subject: Re: Not OK 17969
61734              From: Slaven Rezic <slaven.rezic@berlin.de>
61735              Date: 03 Oct 2002 13:12:58 +0200
61736              Message-Id: <87lm5fn5c5.fsf@vran.herceg.de>
61737      Branch: perl
61738            ! ext/Storable/Storable.pm ext/Storable/t/code.t
61739            ! ext/Storable/t/downgrade.t ext/Storable/t/forgive.t
61740            ! ext/Storable/t/malice.t
61741 ____________________________________________________________________________
61742 [ 17970] By: ams                                   on 2002/10/03  02:21:15
61743         Log: Add a line about 2.05.
61744      Branch: perl
61745            ! ext/Storable/ChangeLog
61746 ____________________________________________________________________________
61747 [ 17969] By: ams                                   on 2002/10/03  02:12:27
61748         Log: Subject: [PATCH] Storable and code serialization: documentation
61749              From: Slaven Rezic <slaven.rezic@berlin.de>
61750              Date: Wed, 2 Oct 2002 10:21:37 +0200 (CEST)
61751              Message-Id: <200210020821.g928Lb2i003767@vran.herceg.de>
61752      Branch: perl
61753            ! ext/Storable/MANIFEST ext/Storable/Storable.pm
61754            ! ext/Storable/t/code.t
61755 ____________________________________________________________________________
61756 [ 17968] By: ams                                   on 2002/10/03  01:40:51
61757         Log: Subject: [PATCH] Re: speed of my
61758              From: Stephen McCamant <smcc@mit.edu>
61759              Date: Wed, 2 Oct 2002 21:48:59 -0400
61760              Message-Id: <15771.41483.524281.299958@syllepsis.MIT.EDU>
61761      Branch: perl
61762            ! pp.c
61763 ____________________________________________________________________________
61764 [ 17967] By: hv                                    on 2002/10/02  15:04:57
61765         Log: Subject: [PATCH] reentrant buffers
61766              From: Jarkko Hietaniemi <jhi@iki.fi>
61767              Date: Fri, 27 Sep 2002 01:08:56 +0300
61768              Message-ID: <20020926220856.GA339120@lyta.hut.fi>
61769      Branch: perl
61770            ! INSTALL pod/perldiag.pod pod/perlthrtut.pod reentr.c reentr.pl
61771 ____________________________________________________________________________
61772 [ 17966] By: hv                                    on 2002/10/02  14:46:52
61773         Log: Subject: [PATCH] retropatch
61774              From: Jarkko Hietaniemi <jhi@iki.fi>
61775              Date: Fri, 27 Sep 2002 03:51:34 +0300
61776              Message-ID: <20020927005134.GB339120@lyta.hut.fi>
61777      Branch: perl
61778            + pod/perl573delta.pod
61779            ! MANIFEST pod/buildtoc.PL pod/perl.pod
61780 ____________________________________________________________________________
61781 [ 17965] By: hv                                    on 2002/10/02  14:42:21
61782         Log: op/tr.t test is affected by #17962
61783      Branch: perl
61784            ! t/op/tr.t
61785 ____________________________________________________________________________
61786 [ 17964] By: hv                                    on 2002/10/02  14:38:59
61787         Log: Subject: Re: [PATCH] Re: builtin die parsed differently to CORE::GLOBAL::die
61788              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
61789              Date: Tue, 1 Oct 2002 23:34:35 +0200
61790              Message-Id: <20021001233435.318514f3.rgarciasuarez@free.fr>
61791      Branch: perl
61792            ! t/op/override.t toke.c
61793 ____________________________________________________________________________
61794 [ 17963] By: hv                                    on 2002/10/02  14:15:22
61795         Log: Subject: Re: [perl #17376] Bug Report - our(%)
61796              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
61797              Date: Tue, 01 Oct 2002 09:54:30 -0700
61798              Message-ID: <GNdm9gzkgWOS092yn@efn.org>
61799      Branch: perl
61800            ! op.c pp_hot.c t/comp/our.t
61801 ____________________________________________________________________________
61802 [ 17962] By: ams                                   on 2002/10/02  14:10:07
61803         Log: Subject: [PATCH] no [] in tr///
61804              From: Jarkko Hietaniemi <jhi@iki.fi>
61805              Date: Wed, 2 Oct 2002 17:09:11 +0300
61806              Message-Id: <20021002140911.GH278184@lyta.hut.fi>
61807      Branch: perl
61808            ! pod/perldiag.pod toke.c
61809 ____________________________________________________________________________
61810 [ 17961] By: hv                                    on 2002/10/02  14:09:11
61811         Log: Subject: Re: Hash::Util::lock_keys inhibits bless
61812              From: andreas.koenig@anima.de (Andreas J. Koenig)
61813              Date: Mon, 30 Sep 2002 17:24:06 +0200
61814              Message-ID: <m3zntzwlex.fsf@k242.linux.bogus>
61815      Branch: perl
61816            ! lib/Hash/Util.pm
61817 ____________________________________________________________________________
61818 [ 17959] By: hv                                    on 2002/10/02  14:06:29
61819         Log: Subject: [DOCPATCH] Unicode porting advice
61820              From: andreas.koenig@anima.de (Andreas J. Koenig)
61821              Date: Fri, 27 Sep 2002 15:30:16 +0200
61822              Message-ID: <m3znu3zhjr.fsf@k242.linux.bogus>
61823      Branch: perl
61824            ! pod/perlunicode.pod
61825 ____________________________________________________________________________
61826 [ 17958] By: hv                                    on 2002/10/02  13:57:06
61827         Log: missing quote from #17957
61828      Branch: perl
61829            ! Porting/pumpkin.pod
61830 ____________________________________________________________________________
61831 [ 17957] By: hv                                    on 2002/10/02  13:55:56
61832         Log: document how to set APPLLIB_EXP
61833              Subject: Re: [perl #15957] error installing perl 5.8.0
61834              From: Andy Dougherty <doughera@lafayette.edu>
61835              Date: Fri, 27 Sep 2002 09:13:29 -0400 (EDT)
61836              Message-ID: <Pine.SOL.4.10.10209270902210.6800-100000@maxwell.phys.lafayette.edu>
61837      Branch: perl
61838            ! Porting/pumpkin.pod
61839 ____________________________________________________________________________
61840 [ 17956] By: hv                                    on 2002/10/02  13:51:12
61841         Log: Devel::Peek tests from:
61842              Subject: [PATCH] MGf_TAINTEDDIR and MGf_MINMATCH reuse unknown to dump.c
61843              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
61844              Date: Thu, 26 Sep 2002 22:16:39 -0700
61845              Message-ID: <3m+k9gzkgqnP092yn@efn.org>
61846      Branch: perl
61847            ! ext/Devel/Peek/Peek.t
61848 ____________________________________________________________________________
61849 [ 17955] By: hv                                    on 2002/10/02  13:43:26
61850         Log: add precedence warning for bitwise docs
61851              Subject: [PATCH] Bug in ARM's floating point emulation - Need someone, really...
61852              From: Mike Guy <mjtg@cam.ac.uk>
61853              Date: Thu, 26 Sep 2002 13:20:45 +0100
61854              Message-Id: <E17uXdN-0003ko-00@libra.cus.cam.ac.uk>
61855      Branch: perl
61856            ! pod/perlop.pod
61857 ____________________________________________________________________________
61858 [ 17954] By: hv                                    on 2002/10/02  13:18:01
61859         Log: Subject: [PATCH] Re: perlio bug?
61860              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
61861              Date: Wed, 25 Sep 2002 21:58:12 +0200
61862              Message-Id: <20020925215812.3b7adb0d.rgarciasuarez@free.fr>
61863      Branch: perl
61864            ! doio.c pod/perldiag.pod t/lib/warnings/doio
61865 ____________________________________________________________________________
61866 [ 17953] By: hv                                    on 2002/10/02  12:55:29
61867         Log: Subject: [PATCH pad.c,h] move all pad-related code to its own src file
61868              From: Dave Mitchell <davem@fdgroup.com>
61869              Date: Wed, 25 Sep 2002 23:40:23 +0100
61870              Message-ID: <20020925234023.A20044@fdgroup.com>
61871      Branch: perl
61872            + pad.c pad.h
61873            ! MANIFEST Makefile.SH Makefile.micro cop.h cv.h dump.c
61874            ! embed.fnc embed.h embedvar.h ext/B/B.xs ext/Devel/Peek/Peek.t
61875            ! op.c op.h perl.c perl.h perlapi.h pod/perlapi.pod
61876            ! pod/perlintern.pod pp.c pp_ctl.c pp_hot.c pp_sort.c pp_sys.c
61877            ! proto.h scope.c sv.c toke.c
61878 ____________________________________________________________________________
61879 [ 17952] By: hv                                    on 2002/10/02  11:23:38
61880         Log: better handling of whitespace in autodoc declarations; fragment from:
61881              Subject: [PATCH pad.c,h] move all pad-related code to its own src file
61882              From: Dave Mitchell <davem@fdgroup.com>
61883              Date: Wed, 25 Sep 2002 23:40:23 +0100
61884              Message-ID: <20020925234023.A20044@fdgroup.com>
61885      Branch: perl
61886            ! autodoc.pl
61887 ____________________________________________________________________________
61888 [ 17951] By: merijn                                on 2002/10/02  09:15:18
61889         Log: MakeMaker's INSTALLSITEMANXDIR Configure's counterpart
61890              Thu, 25 Jul 2002, Andy Dougherty
61891      Branch: perl
61892            ! Configure Policy_sh.SH
61893 ____________________________________________________________________________
61894 [ 17950] By: ams                                   on 2002/10/02  03:43:41
61895         Log: Add silly bandaid to stop segfaults on subsequent accesses to
61896              the Nullgv returned by gv_fetchpv() in S_scan_inputsymbol()
61897              (<$fred>).
61898      Branch: perl
61899            ! op.c
61900 ____________________________________________________________________________
61901 [ 17949] By: hv                                    on 2002/10/01  08:49:02
61902         Log: patch based on:
61903              Subject: Re: [perl #17376] Bug Report - our(%)
61904              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
61905              Date: Mon, 30 Sep 2002 15:22:18 -0700
61906              Message-ID: <a6Mm9gzkgK0P092yn@efn.org>
61907      Branch: perl
61908            ! op.c
61909 ____________________________________________________________________________
61910 [ 17948] By: hv                                    on 2002/10/01  08:26:44
61911         Log: Subject: [REPATCH lib/AutoLoader.pm] Remove Dependency on Exporter (take 2 or 3)
61912              From: chromatic <chromatic@wgz.org>
61913              Date: Fri, 13 Sep 2002 14:26:08 -0700
61914              Message-Id: <200209131426.08116.chromatic@wgz.org>
61915      Branch: perl
61916            ! lib/AutoLoader.pm
61917 ____________________________________________________________________________
61918 [ 17947] By: hv                                    on 2002/10/01  08:10:21
61919         Log: Subject: Re: sv_2pv_flags and ROK and UTF8 flags
61920              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
61921              Date: Wed, 11 Sep 2002 22:22:45 -0700
61922              Message-ID: <lSCg9gzkgymX092yn@efn.org>
61923      Branch: perl
61924            ! dump.c mg.h regexec.c sv.c t/op/pat.t
61925 ____________________________________________________________________________
61926 [ 17946] By: merijn                                on 2002/09/30  15:19:36
61927         Log: nanosleep on VMS not present
61928      Branch: perl
61929            ! configure.com
61930 ____________________________________________________________________________
61931 [ 17945] By: merijn                                on 2002/09/30  09:51:40
61932         Log: -Dgccansipedantic only for gcc 3+
61933              Mon, 30 Sep 2002, Jarkko Hietaniemi <jhi@iki.fi>
61934      Branch: perl
61935            ! Porting/pumpkin.pod cflags.SH
61936 ____________________________________________________________________________
61937 [ 17944] By: merijn                                on 2002/09/30  08:29:33
61938         Log: nanosleep probes as per Jarkko's request
61939      Branch: perl
61940            ! Configure NetWare/config_H.wc Porting/config.sh
61941            ! Porting/config_H config_h.SH epoc/config.sh perl.h
61942            ! win32/config.bc win32/config.gc win32/config.vc
61943            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
61944            ! win32/config_H.vc win32/config_H.vc64 wince/config.ce
61945            ! wince/config_H.ce
61946 ____________________________________________________________________________
61947 [ 17942] By: ams                                   on 2002/09/29  22:26:37
61948         Log: Remove package; (Heh heh.)
61949      Branch: perl
61950            ! gv.c intrpvar.h op.c perl.c perly.c perly.h perly.y
61951            ! perly_c.diff sv.c t/lib/warnings/op t/op/anonsub.t
61952            ! vms/perly_c.vms vms/perly_h.vms
61953 ____________________________________________________________________________
61954 [ 17941] By: hv                                    on 2002/09/29  12:11:06
61955         Log: Subject: [perl #16796] Configure script buglet
61956              From: "Amick, Eric" (via RT) <perlbug@perl.org>
61957              Date: 27 Aug 2002 20:09:29 -0000
61958              Message-Id: <rt-16796-35837.19.7072355819815@bugs6.perl.org>
61959      Branch: perl
61960            ! Configure
61961 ____________________________________________________________________________
61962 [ 17940] By: hv                                    on 2002/09/29  11:59:28
61963         Log: Subject: Re: [perl #17587] Attribute::Handlers and Config in 5.9.0
61964              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
61965              Date: Fri, 27 Sep 2002 13:52:18 +0200
61966              Message-Id: <20020927135218.3a20dd68.rgarciasuarez@free.fr>
61967      Branch: perl
61968            ! lib/Attribute/Handlers.pm
61969 ____________________________________________________________________________
61970 [ 17939] By: hv                                    on 2002/09/29  11:55:17
61971         Log: Subject: [perl #17222] [PATCH] h2ph and Fortran, other wacky headers on IRIX
61972              From: Allen Smith (via RT) <perlbug@perl.org>
61973              Date: 13 Sep 2002 03:01:30 -0000
61974              Message-Id: <rt-17222-37356.6.04859798196188@bugs6.perl.org>
61975      Branch: perl
61976            ! t/lib/h2ph.pht utils/h2ph.PL
61977 ____________________________________________________________________________
61978 [ 17938] By: rgs                                   on 2002/09/28  20:42:59
61979         Log: Email address change for Stéphane Payrard
61980      Branch: perl
61981            ! AUTHORS
61982 ____________________________________________________________________________
61983 [ 17937] By: hv                                    on 2002/09/27  10:05:42
61984         Log: Subject: Re: [REVISED PATCH] Magic v-strings
61985              From: John Peacock <jpeacock@rowman.com>
61986              Date: Thu, 19 Sep 2002 22:30:58 -0400
61987              Message-ID: <3D8A8862.3000602@rowman.com>
61988      Branch: perl
61989            ! sv.c util.c
61990 ____________________________________________________________________________
61991 [ 17936] By: hv                                    on 2002/09/27  10:00:42
61992         Log: Subject: [PATCH] configure.com -- don't exclude threads::shared
61993              From: "Craig A. Berry" <craigberry@mac.com>
61994              Date: Wed, 25 Sep 2002 17:14:33 -0500
61995              Message-ID: <3D923549.6050809@mac.com>
61996      Branch: perl
61997            ! configure.com
61998 ____________________________________________________________________________
61999 [ 17935] By: hv                                    on 2002/09/27  09:48:19
62000         Log: Subject: [PATCH 5.8.0 DOC] perlopentut.pod, #3: The last of the content changes.
62001              From: Andy Lester <andy@petdance.com>
62002              Date: Fri, 20 Sep 2002 12:23:41 -0500
62003              Message-ID: <20020920172341.GA15672@petdance.com>
62004      Branch: perl
62005            ! pod/perlopentut.pod
62006 ____________________________________________________________________________
62007 [ 17934] By: hv                                    on 2002/09/26  18:50:02
62008         Log: missing '.' in test from #17932
62009      Branch: perl
62010            ! t/lib/strict/subs
62011 ____________________________________________________________________________
62012 [ 17933] By: hv                                    on 2002/09/26  17:01:11
62013         Log: Subject: [PATCH] perl #17453
62014              From: Jarkko Hietaniemi <jhi@iki.fi>
62015              Date: Fri, 20 Sep 2002 17:22:45 +0300
62016              Message-ID: <20020920142245.GG280265@lyta.hut.fi>
62017      Branch: perl
62018            ! lib/utf8_heavy.pl t/op/pat.t
62019 ____________________________________________________________________________
62020 [ 17932] By: hv                                    on 2002/09/26  16:47:32
62021         Log: #17931 checked for wrong constant
62022      Branch: perl
62023            ! op.c
62024 ____________________________________________________________________________
62025 [ 17931] By: hv                                    on 2002/09/26  16:29:26
62026         Log: Subject: [PATCH] [perl #10021] Fixing bareword usage under strict.pm
62027              From: Kay_Röpke <kay@dolphin-services.de>
62028              Date: Fri, 20 Sep 2002 16:09:08 +0200
62029              Message-Id: <8775B355-CCA2-11D6-AADE-000393414688@dolphin-services.de>
62030      Branch: perl
62031            ! op.c t/lib/strict/subs
62032 ____________________________________________________________________________
62033 [ 17930] By: hv                                    on 2002/09/26  15:56:07
62034         Log: Subject: [perl #17445] Class::Struct patch: version number, examples
62035              From: Ken Neighbors (via RT) <perlbug@perl.org>
62036              Date: 19 Sep 2002 18:48:22 -0000
62037              Message-Id: <rt-17445-38150.7.26118647008619@bugs6.perl.org>
62038      Branch: perl
62039            ! lib/Class/Struct.pm
62040 ____________________________________________________________________________
62041 [ 17928] By: hv                                    on 2002/09/26  09:54:05
62042         Log: Subject: [PATCH] bug in utf8.c(?)
62043              From: Marty Pauley <marty+p5p@kasei.com>
62044              Date: Fri, 20 Sep 2002 10:55:33 +0100
62045              Subject: [PATCH] bug in utf8.c(?)
62046      Branch: perl
62047            ! utf8.c
62048 ____________________________________________________________________________
62049 [ 17927] By: hv                                    on 2002/09/26  09:37:19
62050         Log: Subject: [PATCH] Re: [perl #17439] broken Locale::Language in a UTF environment
62051              From: Marty Pauley <marty+p5p@kasei.com>
62052              Date: Fri, 20 Sep 2002 09:52:16 +0100
62053              Message-Id: 20020920085216.GC10512@soto.kasei.com
62054      Branch: perl
62055            ! lib/Locale/Codes/t/languages.t lib/Locale/Language.pm
62056 ____________________________________________________________________________
62057 [ 17926] By: hv                                    on 2002/09/26  09:28:06
62058         Log: Subject: [PATCH] defuse installusrbinperl
62059              From: Jarkko Hietaniemi <jhi@iki.fi>
62060              Date: Thu, 19 Sep 2002 18:01:03 +0300
62061              Message-ID: <20020919150103.GI208696@lyta.hut.fi>
62062      Branch: perl
62063            ! Configure
62064 ____________________________________________________________________________
62065 [ 17925] By: hv                                    on 2002/09/26  09:15:55
62066         Log: Subject: [PATCH v2] enable -ansi -pedantic
62067              From: Jarkko Hietaniemi <jhi@iki.fi>
62068              Date: Wed, 18 Sep 2002 01:19:25 +0300
62069              Message-ID: <20020917221925.GF85044@lyta.hut.fi>
62070      Branch: perl
62071            ! Configure Porting/pumpkin.pod cflags.SH doio.c mg.c perl.c
62072            ! perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c sv.h toke.c util.c
62073 ____________________________________________________________________________
62074 [ 17924] By: hv                                    on 2002/09/26  08:44:16
62075         Log: Subject: [PATCH] ANSI-clean? (was Re: [PATCH] COW for ithreads)
62076              From: Nicholas Clark <nick@unfortu.net>
62077              Date: Sat, 14 Sep 2002 18:49:10 +0100
62078              Message-ID: <20020914174909.GG285@Bagpuss.unfortu.net>
62079      Branch: perl
62080            ! sv.c
62081 ____________________________________________________________________________
62082 [ 17923] By: hv                                    on 2002/09/26  08:33:54
62083         Log: Subject: [PATCH] Re: Advice on coredump
62084              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
62085              Date: Wed, 18 Sep 2002 22:14:57 +0200
62086              Message-Id: <20020918221457.16cb1b43.rgarciasuarez@free.fr>
62087      Branch: perl
62088            ! op.c t/op/closure.t
62089 ____________________________________________________________________________
62090 [ 17922] By: hv                                    on 2002/09/26  08:25:28
62091         Log: Subject: Re: [PATCH] spurious t/auto directory appears
62092              From: Michael G Schwern <schwern@pobox.com>
62093              Date: Fri, 13 Sep 2002 23:56:05 -0400
62094              Message-ID: <20020914035605.GF18928@ool-18b93024.dyn.optonline.net>
62095      Branch: perl
62096            ! lib/ExtUtils/t/Installed.t
62097 ____________________________________________________________________________
62098 [ 17921] By: hv                                    on 2002/09/26  08:21:59
62099         Log: add TODO tests for slow our() declaration
62100              Subject: Re: [perl #17376] Bug Report - our(%)
62101              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
62102              Date: Thu, 19 Sep 2002 22:34:01 -0700
62103              Message-ID: <JNri9gzkgSBB092yn@efn.org>
62104      Branch: perl
62105            + t/comp/our.t
62106            ! MANIFEST
62107 ____________________________________________________________________________
62108 [ 17920] By: hv                                    on 2002/09/26  08:16:43
62109         Log: LEAKTEST is dead, RIP
62110              Subject: Re: [perl #17197] SIGSEGV in perl 5.8.0 multithread build with -DLEAKTEST
62111              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
62112              Date: Mon, 23 Sep 2002 18:33:12 +0200
62113              Message-Id: <20020923182824.C7B6.H.M.BRAND@hccnet.nl>
62114      Branch: perl
62115            ! av.c embed.fnc embed.h ext/GDBM_File/GDBM_File.xs global.sym
62116            ! handy.h perl.c perl.h pod/perlrun.pod proto.h sv.c util.c
62117 ____________________________________________________________________________
62118 [ 17919] By: hv                                    on 2002/09/26  07:59:42
62119         Log: Subject: [PATCH] AIX hints missinga  >&4
62120              From: Jarkko Hietaniemi <jhi@iki.fi>
62121              Date: Fri, 13 Sep 2002 16:48:42 +0300
62122              Message-ID: <20020913134842.GD8929@lyta.hut.fi>
62123      Branch: perl
62124            ! hints/aix.sh
62125 ____________________________________________________________________________
62126 [ 17918] By: hv                                    on 2002/09/26  07:51:10
62127         Log: Subject: [PATCH] perldoc -f stat (perlfunc.pod)
62128              From: "Brendan O'Dea" <bod@debian.org>
62129              Date: Mon, 23 Sep 2002 22:45:40 +1000
62130              Message-ID: <20020923124540.GB28031@londo.odea.dropbear.id.au>
62131      Branch: perl
62132            ! pod/perlfunc.pod
62133 ____________________________________________________________________________
62134 [ 17917] By: hv                                    on 2002/09/26  07:46:43
62135         Log: Subject: Re: [perl #17141] Text::Wrap "this should not happen" message
62136              From: Slaven Rezic <slaven.rezic@berlin.de>
62137              Date: 11 Sep 2002 19:37:09 +0200
62138              Message-ID: <871y80a0my.fsf@vran.herceg.de>
62139      Branch: perl
62140            ! lib/Text/TabsWrap/t/wrap.t lib/Text/Wrap.pm
62141 ____________________________________________________________________________
62142 [ 17916] By: hv                                    on 2002/09/26  07:31:42
62143         Log: Subject: [PATCH 5.8.0] perlembed.pod: make some examples work with multiplicity
62144              From: "Brendan O'Dea" <bod@debian.org>
62145              Date: Tue, 10 Sep 2002 09:19:05 +1000
62146              Message-ID: <20020909231905.GA31868@londo.odea.dropbear.id.au>
62147      Branch: perl
62148            ! pod/perlembed.pod
62149 ____________________________________________________________________________
62150 [ 17915] By: rgs                                   on 2002/09/24  20:19:22
62151         Log: Patch #17914 was empty ; this should have been applied instead.
62152      Branch: perl
62153            ! hints/aix.sh
62154 ____________________________________________________________________________
62155 [ 17914] By: rgs                                   on 2002/09/21  19:58:57
62156         Log: Subject: [PATCH] PASE saga continues
62157              From: Jarkko Hietaniemi <jhi@iki.fi>
62158              Date: Thu, 19 Sep 2002 23:30:20 +0300
62159              Message-ID: <20020919203020.GB274453@lyta.hut.fi>
62160      Branch: perl
62161            ! hints/aix.sh
62162 ____________________________________________________________________________
62163 [ 17913] By: rgs                                   on 2002/09/21  19:46:56
62164         Log: Subject: [PATCH perl@17882] file spec tweaks for VMS
62165              From: "Craig A. Berry" <craigberry@mac.com>
62166              Date: Wed, 18 Sep 2002 16:57:02 -0500
62167              Message-ID: <3D88F6AE.3020708@mac.com>
62168      Branch: perl
62169            ! lib/File/Spec/VMS.pm vms/ext/filespec.t
62170 ____________________________________________________________________________
62171 [ 17912] By: ams                                   on 2002/09/19  17:21:24
62172         Log: Subject: [PATCH] AIX test shouldn't trip OS/400 PASE
62173              From: Jarkko Hietaniemi <jhi@iki.fi>
62174              Date: Thu, 19 Sep 2002 18:59:48 +0300
62175              Message-Id: <20020919155948.GU208696@lyta.hut.fi>
62176
62177              Subject: [PATCH] more PASE tweakage
62178              From: Jarkko Hietaniemi <jhi@iki.fi>
62179              Date: Thu, 19 Sep 2002 18:01:44 +0300
62180              Message-Id: <20020919150144.GJ208696@lyta.hut.fi>
62181      Branch: perl
62182            ! README.os400 hints/aix.sh
62183 ____________________________________________________________________________
62184 [ 17911] By: ams                                   on 2002/09/17  19:29:53
62185         Log: Typo fix.
62186      Branch: perl
62187            ! ext/POSIX/POSIX.pod
62188 ____________________________________________________________________________
62189 [ 17910] By: ams                                   on 2002/09/17  18:09:32
62190         Log: Fix #17375 (rcatline didn't work on a formerly-defined undef) by
62191              checking for SvOK in do_readline().
62192      Branch: perl
62193            ! pp_hot.c t/op/gv.t
62194 ____________________________________________________________________________
62195 [ 17909] By: rgs                                   on 2002/09/16  21:49:27
62196         Log: Pod formatting nit, found by Merijn and Jos Boumans.
62197      Branch: perl
62198            ! pod/perlunicode.pod
62199 ____________________________________________________________________________
62200 [ 17908] By: rgs                                   on 2002/09/16  21:34:55
62201         Log: Subject: [perl #17340] When used/requied Locale::*** modules unexpectedly modify $_
62202              From: (Ilya Martynov) (via RT) <perlbug@perl.org>
62203              Date: 15 Sep 2002 19:06:56 -0000
62204              Message-Id: <rt-17340-37749.5.67862754668525@bugs6.perl.org>
62205      Branch: perl
62206            ! lib/Locale/Country.pm lib/Locale/Currency.pm
62207            ! lib/Locale/Language.pm lib/Locale/Script.pm
62208 ____________________________________________________________________________
62209 [ 17907] By: rgs                                   on 2002/09/16  20:33:51
62210         Log: Subject: Re: [perl #17174] perl 5.8.0 fails tests on NetBSD/Alpha
62211              From: Jarkko Hietaniemi <jhi@iki.fi>
62212              Date: Sun, 15 Sep 2002 18:02:17 +0300
62213              Message-ID: <20020915150217.GB21300@lyta.hut.fi>
62214      Branch: perl
62215            ! hints/netbsd.sh
62216 ____________________________________________________________________________
62217 [ 17906] By: rgs                                   on 2002/09/15  11:30:38
62218         Log: Fix pod/perlmodlib.PL (it wasn't generating a complete list
62219              of modules.) Regenerate pod/perlmodlib.pod. Add a warning :
62220              not all modules listed in perlmodlib are necessarily installed.
62221              Plus some corrections by Vincent Lefevre.
62222      Branch: perl
62223            ! lib/Term/ReadLine.pm pod/perlmodlib.PL pod/perlmodlib.pod
62224 ____________________________________________________________________________
62225 [ 17904] By: merijn                                on 2002/09/13  14:02:18
62226         Log: Tabs erroneusly expanded to spaces, causing AIX to fail
62227              in building DProf
62228      Branch: perl
62229            ! Configure
62230 ____________________________________________________________________________
62231 [ 17902] By: merijn                                on 2002/09/13  07:47:29
62232         Log: configure.com needs d_modflproto
62233              Thu 12 Sep 2002 23:19, "Craig A. Berry"
62234      Branch: perl
62235            ! configure.com
62236 ____________________________________________________________________________
62237 [ 17901] By: rgs                                   on 2002/09/12  20:19:55
62238         Log: Subject: [PATCH] more PASE wisdom
62239              From: Jarkko Hietaniemi <jhi@iki.fi>
62240              Date: Fri, 13 Sep 2002 00:17:39 +0300
62241              Message-ID: <20020912211739.GB6980@lyta.hut.fi>
62242      Branch: perl
62243            ! README.os400
62244 ____________________________________________________________________________
62245 [ 17900] By: rgs                                   on 2002/09/12  19:33:06
62246         Log: Fix a syntax incompatibility introduced by the // operator.
62247              (Note that C<print $fh //> is still a syntax error, it
62248              wasn't with perl 5.8.0.)
62249      Branch: perl
62250            ! t/op/dor.t toke.c
62251 ____________________________________________________________________________
62252 [ 17898] By: rgs                                   on 2002/09/11  20:58:46
62253         Log: Fix bug #17006 : remove spurious do{} in the deparsing
62254              of s/.../.../e.
62255      Branch: perl
62256            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
62257 ____________________________________________________________________________
62258 [ 17897] By: rgs                                   on 2002/09/11  20:56:21
62259         Log: Subject: [perl #17119] typo in utils/dprofpp.PL
62260              From: "Todd C. Miller" (via RT) <perlbug@perl.org>
62261              Date: 10 Sep 2002 18:49:56 -0000
62262              Message-ID: <rt-17119-37126.4.55444095171472@bugs6.perl.org>
62263      Branch: perl
62264            ! utils/dprofpp.PL
62265 ____________________________________________________________________________
62266 [ 17896] By: merijn                                on 2002/09/11  08:31:45
62267         Log: re-synced Configure to backported metaunits
62268      Branch: perl
62269            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
62270            ! config_h.SH
62271 ____________________________________________________________________________
62272 [ 17892] By: merijn                                on 2002/09/10  15:43:53
62273         Log: Callback behaviour in hints
62274              Mon, 9 Sep 2002, Allen Smith
62275      Branch: perl
62276            ! hints/README.hints
62277 ____________________________________________________________________________
62278 [ 17888] By: merijn                                on 2002/09/10  09:20:52
62279         Log: New low-price HP servers
62280      Branch: perl
62281            ! README.hpux
62282 ____________________________________________________________________________
62283 [ 17887] By: rgs                                   on 2002/09/09  21:00:08
62284         Log: Subject: Re: [PATCH] Quieten warnings in Deparse.pm
62285              From: Paul Johnson <paul@pjcj.net>
62286              Date: Mon, 9 Sep 2002 23:37:33 +0200
62287              Message-ID: <20020909213733.GD879@pjcj.net>
62288      Branch: perl
62289            ! ext/B/B/Deparse.pm
62290 ____________________________________________________________________________
62291 [ 17886] By: rgs                                   on 2002/09/09  20:38:01
62292         Log: Subject: [PATCH] Re: [PATCH] Attempt at speeding up Config.pm.  Didn't work.
62293              From: Nicholas Clark <nick@unfortu.net>
62294              Date: Sun, 8 Sep 2002 23:05:54 +0100
62295              Message-ID: <20020908220553.GO286@Bagpuss.unfortu.net>
62296      Branch: perl
62297            ! configpm
62298 ____________________________________________________________________________
62299 [ 17885] By: rgs                                   on 2002/09/09  20:35:34
62300         Log: Subject: [PATCH] strict.pm pod at __END__
62301              From: Nicholas Clark <nick@unfortu.net>
62302              Date: Sun, 8 Sep 2002 22:36:09 +0100
62303              Message-ID: <20020908213608.GM286@Bagpuss.unfortu.net>
62304      Branch: perl
62305            ! lib/strict.pm
62306 ____________________________________________________________________________
62307 [ 17884] By: rgs                                   on 2002/09/09  19:33:11
62308         Log: Subject: [PATCH] File/Find/t/find.t tests 1 and 2 (was Re: [perl #17061] no strict 'garbage')
62309              From: Nicholas Clark <nick@unfortu.net>
62310              Date: Sun, 8 Sep 2002 19:45:52 +0100
62311              Message-ID: <20020908184551.GH286@Bagpuss.unfortu.net>
62312      Branch: perl
62313            ! lib/File/Find/t/find.t
62314 ____________________________________________________________________________
62315 [ 17883] By: rgs                                   on 2002/09/09  19:10:08
62316         Log: Subject: [PATCH] Quieten warnings in Deparse.pm
62317              From: Paul Johnson <paul@pjcj.net>
62318              Date: Sun, 8 Sep 2002 23:50:11 +0200
62319              Message-ID: <20020908215011.GA879@pjcj.net>
62320      Branch: perl
62321            ! ext/B/B/Deparse.pm
62322 ____________________________________________________________________________
62323 [ 17882] By: hv                                    on 2002/09/09  10:33:58
62324         Log: Update Changes
62325      Branch: perl
62326            ! Changes patchlevel.h
62327 ____________________________________________________________________________
62328 [ 17881] By: hv                                    on 2002/09/09  09:54:55
62329         Log: Subject: Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.t
62330              From: "Allen Smith" <easmith@beatrice.rutgers.edu>
62331              Date: Mon, 9 Sep 2002 01:48:08 -0400
62332              Message-Id: <10209090148.ZM1555835@puck2.rutgers.edu>
62333      Branch: perl
62334            ! perl.h sv.c
62335 ____________________________________________________________________________
62336 [ 17880] By: hv                                    on 2002/09/09  09:33:55
62337         Log: integrate Math::BigInt-1.63
62338              Subject: Re: [perl #16997] Math::BigFloat hang on bsqrt [ANNOUNCE v1.63
62339              From: Tels <perl_dummy@bloodgate.com>
62340              Date: Mon, 09 Sep 2002 00:23:01 +0200 (CEST)
62341              Message-Id: <200209082022.g88KMGY20194@crypt.org>
62342      Branch: perl
62343            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
62344            ! lib/Math/BigInt/t/bare_mif.t lib/Math/BigInt/t/constant.t
62345            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
62346            ! lib/Math/BigInt/t/sub_mif.t
62347 ____________________________________________________________________________
62348 [ 17879] By: hv                                    on 2002/09/09  09:23:53
62349         Log: Subject: [PATCH] Configure locincpth vs Jaguar gcc 3
62350              From: Jarkko Hietaniemi <jhi@iki.fi>
62351              Date: Mon, 9 Sep 2002 00:07:46 +0300
62352              Message-ID: <20020908210746.GB4136@lyta.hut.fi>
62353      Branch: perl
62354            ! Configure
62355 ____________________________________________________________________________
62356 [ 17878] By: hv                                    on 2002/09/09  09:11:57
62357         Log: small grammar fix in Benchmark docs
62358      Branch: perl
62359            ! lib/Benchmark.pm
62360 ____________________________________________________________________________
62361 [ 17877] By: hv                                    on 2002/09/09  09:09:30
62362         Log: Subject: [PATCH] configpm
62363              From: Abe Timmerman <abe@ztreet.demon.nl>
62364              Date: Sun, 8 Sep 2002 17:21:19 +0200
62365              Message-Id: <200209081721.19233.abe@ztreet.demon.nl>
62366      Branch: perl
62367            ! configpm
62368 ____________________________________________________________________________
62369 [ 17876] By: hv                                    on 2002/09/09  08:48:35
62370         Log: Subject: Re: Smoke 17849 MSWin32 (w2k/GCC)
62371              From: Abe Timmerman <abe@ztreet.demon.nl>
62372              Date: Mon, 9 Sep 2002 01:32:19 +0200
62373              Message-Id: <200209090132.19891.abe@ztreet.demon.nl>
62374      Branch: perl
62375            ! makedef.pl
62376 ____________________________________________________________________________
62377 [ 17875] By: rgs                                   on 2002/09/08  18:55:01
62378         Log: Subject: [PATCH] cleanup temp files (was Re: Smoke 17805 irix 6.5 6.5.16m IP32 r5000 /usr/share/src/cpan-current-benedick)
62379              From: Nicholas Clark <nick@unfortu.net>
62380              Date: Sun, 8 Sep 2002 15:46:44 +0100
62381              Message-ID: <20020908144643.GC286@Bagpuss.unfortu.net>
62382
62383              Plus two other similar tweaks
62384      Branch: perl
62385            ! ext/SDBM_File/sdbm.t
62386 ____________________________________________________________________________
62387 [ 17874] By: hv                                    on 2002/09/08  17:10:38
62388         Log: Subject: Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.t
62389              From: "Allen Smith" <easmith@beatrice.rutgers.edu>
62390              Date: Sat, 7 Sep 2002 05:25:45 -0400
62391              Message-Id: <10209070525.ZM1584639@puck2.rutgers.edu>
62392      Branch: perl
62393            ! hints/irix_6.sh numeric.c perl.h sv.c t/base/num.t
62394            ! t/op/sprintf.t
62395 ____________________________________________________________________________
62396 [ 17873] By: hv                                    on 2002/09/08  16:48:54
62397         Log: Subject: [PATCH] COW for ithreads (was Re: what copies scalars in ithreads?)
62398              From: Nicholas Clark <nick@unfortu.net>
62399              Date: Sat, 7 Sep 2002 00:20:53 +0100
62400              Message-ID: <20020906232052.GB901@Bagpuss.unfortu.net>
62401      Branch: perl
62402            ! op.c sv.c
62403 ____________________________________________________________________________
62404 [ 17872] By: hv                                    on 2002/09/08  16:35:46
62405         Log: temporarily skip failing Storable tests caused by #17869
62406      Branch: perl
62407            ! ext/Storable/t/code.t
62408 ____________________________________________________________________________
62409 [ 17871] By: hv                                    on 2002/09/08  16:23:49
62410         Log: Subject: [PATCH] tiddly tidy up for util.c
62411              From: Nicholas Clark <nick@unfortu.net>
62412              Date: Fri, 6 Sep 2002 23:00:14 +0100
62413              Message-ID: <20020906220013.GD428@Bagpuss.unfortu.net>
62414      Branch: perl
62415            ! util.c
62416 ____________________________________________________________________________
62417 [ 17870] By: hv                                    on 2002/09/08  16:21:23
62418         Log: regularise whitespace and formatting in util.c
62419      Branch: perl
62420            ! util.c
62421 ____________________________________________________________________________
62422 [ 17869] By: hv                                    on 2002/09/08  15:46:08
62423         Log: Subject: [perl #17061] no strict 'garbage'
62424              From: Elizabeth Mattijsen (via RT) <perlbug@perl.org>
62425              Date: 6 Sep 2002 19:31:02 -0000
62426              Message-Id: <rt-17061-36808.6.19994322284541@bugs6.perl.org>
62427              Date: Sat, 07 Sep 2002 13:40:22 +0200
62428              Message-Id: <4.2.0.58.20020907133846.02476d40@mickey.dijkmat.nl>
62429      Branch: perl
62430            ! lib/strict.pm lib/strict.t
62431 ____________________________________________________________________________
62432 [ 17868] By: hv                                    on 2002/09/08  15:24:08
62433         Log: small fix to perl58delta for MIME::QuotedPrint, from Jarkko
62434      Branch: perl
62435            ! pod/perl58delta.pod
62436 ____________________________________________________________________________
62437 [ 17867] By: hv                                    on 2002/09/08  15:10:46
62438         Log: Subject: [PATCH] allow using hires time() in Benchmark
62439              From: Jarkko Hietaniemi <jhi@iki.fi>
62440              Date: Fri, 6 Sep 2002 00:38:11 +0300
62441              Message-ID: <20020905213811.GA23771@lyta.hut.fi>
62442      Branch: perl
62443            ! lib/Benchmark.pm
62444 ____________________________________________________________________________
62445 [ 17866] By: hv                                    on 2002/09/08  15:06:05
62446         Log: Subject: [PATCH] OS/400 PASE symbol scan tweak
62447              From: Jarkko Hietaniemi <jhi@kosh.hut.fi>
62448              Date: Thu, 5 Sep 2002 21:46:20 +0300 (EET DST)
62449              Message-Id: <200209051846.g85IkKOk013697@kosh.hut.fi>
62450      Branch: perl
62451            ! Configure
62452 ____________________________________________________________________________
62453 [ 17865] By: hv                                    on 2002/09/08  15:03:23
62454         Log: Subject: Unicode::Collate 0.23 Released
62455              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
62456              Date: Thu, 05 Sep 2002 23:28:32 +0900
62457              Message-Id: <20020905232316.8151.BQW10602@nifty.com>
62458      Branch: perl
62459            + lib/Unicode/Collate/t/index.t
62460            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
62461            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
62462 ____________________________________________________________________________
62463 [ 17864] By: hv                                    on 2002/09/08  14:55:31
62464         Log: Subject: sv_2pv_flags and ROK and UTF8 flags
62465              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
62466              Date: Wed, 04 Sep 2002 21:09:01 -0700
62467              Message-ID: <djtd9gzkgyLd092yn@efn.org>
62468              Date: Fri, 06 Sep 2002 09:23:03 -0700
62469              Message-ID: <nZNe9gzkgKdH092yn@efn.org>
62470      Branch: perl
62471            ! lib/overload.t sv.c sv.h t/op/pat.t
62472 ____________________________________________________________________________
62473 [ 17863] By: hv                                    on 2002/09/08  14:11:54
62474         Log: setting PERL_CORE as in #17861 violates assumptions made by taint tests
62475      Branch: perl
62476            ! t/op/taint.t
62477 ____________________________________________________________________________
62478 [ 17862] By: hv                                    on 2002/09/08  14:01:07
62479         Log: Subject: [PATCH t/TestInit.pm] Set env PERL_CORE
62480              From: Michael G Schwern <schwern@pobox.com>
62481              Date: Wed, 4 Sep 2002 11:38:01 -0700
62482              Message-ID: <20020904183801.GF8367@ool-18b93024.dyn.optonline.net>
62483      Branch: perl
62484            ! t/TestInit.pm
62485 ____________________________________________________________________________
62486 [ 17861] By: hv                                    on 2002/09/08  13:58:10
62487         Log: Subject: Re: [PATCH t/test.pl] Let is/isnt() handle undef without warnings
62488              From: Michael G Schwern <schwern@pobox.com>
62489              Date: Fri, 6 Sep 2002 14:03:16 -0700
62490              Message-ID: <20020906210315.GC808@ool-18b93024.dyn.optonline.net>
62491      Branch: perl
62492            ! t/test.pl
62493 ____________________________________________________________________________
62494 [ 17860] By: hv                                    on 2002/09/08  13:48:49
62495         Log: #17859 misuses s/// return values
62496      Branch: perl
62497            ! configpm
62498 ____________________________________________________________________________
62499 [ 17859] By: hv                                    on 2002/09/08  13:17:46
62500         Log: Subject: Re: [PATCH] Attempt at speeding up Config.pm.  Didn't work.
62501              From: Nicholas Clark <nick@unfortu.net>
62502              Date: Mon, 2 Sep 2002 23:22:32 +0100
62503              Message-ID: <20020902222231.GG284@Bagpuss.unfortu.net>
62504      Branch: perl
62505            ! configpm
62506 ____________________________________________________________________________
62507 [ 17850] By: ams                                   on 2002/09/06  03:31:32
62508         Log: Subject: [PATCH] (mostly (Unicode)) pod nits
62509              From: Jarkko Hietaniemi <jhi@iki.fi>
62510              Date: Fri, 6 Sep 2002 06:01:57 +0300
62511              Message-Id: <20020906030157.GA28252@lyta.hut.fi>
62512      Branch: perl
62513            ! pod/perl.pod pod/perlunicode.pod pod/perluniintro.pod
62514 ____________________________________________________________________________
62515 [ 17849] By: gsar                                  on 2002/09/05  06:28:36
62516         Log: document setting the email address
62517      Branch: perl
62518            ! Porting/repository.pod
62519 ____________________________________________________________________________
62520 [ 17848] By: hv                                    on 2002/09/04  23:12:15
62521         Log: AUTHORS: preferred address for Allen Smith
62522      Branch: perl
62523            ! AUTHORS
62524 ____________________________________________________________________________
62525 [ 17847] By: hv                                    on 2002/09/04  23:10:37
62526         Log: copy on write: fixes and debugging
62527              Subject: what copies scalars in ithreads?
62528              From: Nicholas Clark <nick@unfortu.net>
62529              Date: Wed, 4 Sep 2002 21:52:47 +0100
62530              Message-ID: <20020904205247.GA280@Bagpuss.unfortu.net>
62531      Branch: perl
62532            ! sv.c
62533 ____________________________________________________________________________
62534 [ 17846] By: hv                                    on 2002/09/04  23:02:43
62535         Log: Subject: Re: [PATCH] A variety of README nitpicks.
62536              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
62537              Date: Wed, 04 Sep 2002 09:10:05 +0200
62538              Message-Id: <20020904090853.F13D.H.M.BRAND@hccnet.nl>
62539      Branch: perl
62540            ! README.hpux
62541 ____________________________________________________________________________
62542 [ 17845] By: hv                                    on 2002/09/04  15:06:33
62543         Log: Avoid 'unportable' warnings for lib/Math/BigInt/t/constant.t
62544      Branch: perl
62545            ! lib/Math/BigInt/t/constant.t
62546 ____________________________________________________________________________
62547 [ 17844] By: hv                                    on 2002/09/04  14:32:19
62548         Log: #17836 (DB_File-1.805) misses a couple of dTHX declarations
62549      Branch: perl
62550            ! ext/DB_File/DB_File.xs
62551 ____________________________________________________________________________
62552 [ 17843] By: hv                                    on 2002/09/04  14:09:13
62553         Log: #17842 was only half the story
62554              Subject: [PATCH deb.c] Re: HiRes failure is success?
62555              From: Dave Mitchell <davem@fdgroup.com>
62556              Date: Wed, 4 Sep 2002 16:11:15 +0100
62557              Message-ID: <20020904161115.E27603@fdgroup.com>
62558      Branch: perl
62559            ! deb.c
62560 ____________________________________________________________________________
62561 [ 17842] By: hv                                    on 2002/09/04  14:04:40
62562         Log: printf argument mismatch in Perl_deb_stack_all() from change #17718
62563      Branch: perl
62564            ! deb.c
62565 ____________________________________________________________________________
62566 [ 17841] By: hv                                    on 2002/09/04  13:57:27
62567         Log: Subject: [PATCH] op/getpid.t failure
62568              From: Michael G Schwern <schwern@pobox.com>
62569              Date: Tue, 3 Sep 2002 17:48:24 -0700
62570              Message-ID: <20020904004824.GG2701@ool-18b93024.dyn.optonline.net>
62571      Branch: perl
62572            ! t/op/getpid.t
62573 ____________________________________________________________________________
62574 [ 17840] By: hv                                    on 2002/09/04  13:55:20
62575         Log: Subject: [PATCH] File::Basename doesn't lazy load Carp right.
62576              and Subject: [PATCH] More modules that don't lazy load Carp right.
62577              From: Michael G Schwern <schwern@pobox.com>
62578              Date: Tue, 3 Sep 2002 17:21:57 -0700
62579              Message-ID: <20020904002157.GD2701@ool-18b93024.dyn.optonline.net>
62580              and Message-ID: <20020904003857.GE2701@ool-18b93024.dyn.optonline.net>
62581      Branch: perl
62582            ! ext/Encode/Unicode/Unicode.pm
62583            ! ext/Encode/lib/Encode/Encoding.pm ext/Sys/Hostname/Hostname.pm
62584            ! lib/File/Basename.pm
62585 ____________________________________________________________________________
62586 [ 17839] By: hv                                    on 2002/09/04  13:47:12
62587         Log: Subject: Re: [PATCH 5.8.0] add accessors for POSIX::SigAction
62588              From: "Brendan O'Dea" <bod@debian.org>
62589              Date: Wed, 4 Sep 2002 02:36:10 +1000
62590              Message-ID: <20020903163610.GA14595@londo.odea.dropbear.id.au>
62591      Branch: perl
62592            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
62593 ____________________________________________________________________________
62594 [ 17838] By: hv                                    on 2002/09/04  13:41:27
62595         Log: Subject: [PATCHes] Still no working Berkeley DB in OS X 10.2
62596              From: =?ISO-8859-1?Q?Kay_R=F6pke?= <kay@dolphin-services.de>
62597              Date: Tue, 3 Sep 2002 13:46:18 +0200
62598              Message-Id: <C287A20E-BF32-11D6-A454-000393414688@dolphin-services.de>
62599      Branch: perl
62600            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-recno.t
62601 ____________________________________________________________________________
62602 [ 17837] By: hv                                    on 2002/09/04  13:38:27
62603         Log: Subject: [PATCH lib/Config.t] test grandfathered Config variables
62604              From: Michael G Schwern <schwern@pobox.com>
62605              Date: Mon, 2 Sep 2002 22:29:07 -0700
62606              Message-ID: <20020903052907.GR8061@ool-18b93024.dyn.optonline.net>
62607      Branch: perl
62608            ! lib/Config.t
62609 ____________________________________________________________________________
62610 [ 17836] By: hv                                    on 2002/09/04  13:35:36
62611         Log: Subject: [PATCH] DB_File 1.805
62612              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
62613              Date: Mon, 2 Sep 2002 23:56:40 +0100
62614              Message-ID: <AIEAJICLCBDNAAOLLOKLAEMCFFAA.Paul.Marquess@btinternet.com>
62615      Branch: perl
62616            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
62617            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
62618            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
62619            ! ext/DB_File/t/db-recno.t ext/DB_File/typemap
62620 ____________________________________________________________________________
62621 [ 17835] By: hv                                    on 2002/09/04  13:23:17
62622         Log: fix coredump after 64k-deep recursion
62623              Subject: Re: debugging coredump with -DD
62624              From: hv@crypt.org
62625              Date: Tue, 03 Sep 2002 14:34:20 +0100
62626              Message-Id: <200209031334.g83DYLN09709@crypt.compulink.co.uk>
62627      Branch: perl
62628            ! cop.h t/op/recurse.t
62629 ____________________________________________________________________________
62630 [ 17834] By: hv                                    on 2002/09/04  13:08:36
62631         Log: perldoc: allow arguments for pager
62632              Subject: perldoc patch for better $Config{pager} support, mandir patch, fhs patch
62633              From: Chip Turner <cturner@redhat.com>
62634              Date: 02 Sep 2002 01:17:23 -0400
62635              Message-ID: <vzku1l9x95o.fsf@minbar.devel.redhat.com>
62636      Branch: perl
62637            ! utils/perldoc.PL
62638 ____________________________________________________________________________
62639 [ 17833] By: hv                                    on 2002/09/04  12:55:54
62640         Log: Subject: [PATCH] use sysconf(_SC_CLK_TCK) for times()
62641              From: Jarkko Hietaniemi <jhi@iki.fi>
62642              Date: Sun, 1 Sep 2002 19:23:55 +0300
62643              Message-ID: <20020901162355.GH12536@lyta.hut.fi>
62644      Branch: perl
62645            ! embedvar.h intrpvar.h perl.c perlapi.h pp_sys.c
62646 ____________________________________________________________________________
62647 [ 17832] By: hv                                    on 2002/09/04  12:39:42
62648         Log: Subject: Re: [PATCH] Correct/completes Overloading in XS mods
62649              From: John Peacock <jpeacock@rowman.com>
62650              Date: Sun, 01 Sep 2002 15:00:12 -0400
62651              Message-ID: <3D7263BC.9020608@rowman.com>
62652      Branch: perl
62653            ! lib/ExtUtils/xsubpp pod/perlxs.pod
62654 ____________________________________________________________________________
62655 [ 17831] By: hv                                    on 2002/09/04  11:47:10
62656         Log: #17827 misses some win32 tweaks
62657      Branch: perl
62658            ! win32/Makefile win32/makefile.mk
62659 ____________________________________________________________________________
62660 [ 17830] By: hv                                    on 2002/09/04  11:41:22
62661         Log: update email address for Paul Marquess
62662      Branch: perl
62663            ! AUTHORS
62664 ____________________________________________________________________________
62665 [ 17829] By: hv                                    on 2002/09/04  11:38:39
62666         Log: Subject: Correction for AUTHORS.html
62667              From: Sean Davis <dive@ender.com>
62668              Date: Fri, 30 Aug 2002 03:51:16 -0700
62669              Message-ID: <20020830035116.A18739@endersgame.net>
62670      Branch: perl
62671            ! AUTHORS
62672 ____________________________________________________________________________
62673 [ 17828] By: hv                                    on 2002/09/04  11:31:42
62674         Log: Subject: [PATCH] File::Spec->catfile not canonicalizing consistently
62675              From: Michael G Schwern <schwern@pobox.com>
62676              Date: Fri, 30 Aug 2002 03:40:45 -0700
62677              Message-ID: <20020830104044.GF859@ool-18b93024.dyn.optonline.net>
62678      Branch: perl
62679            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
62680            ! lib/File/Spec/t/Spec.t
62681 ____________________________________________________________________________
62682 [ 17827] By: hv                                    on 2002/09/04  11:21:57
62683         Log: Subject: [PATCH] OS/400 PASE port
62684              From: Jarkko Hietaniemi <jhi@iki.fi>
62685              Date: Thu, 29 Aug 2002 22:22:51 +0300
62686              Message-ID: <20020829192251.GA27102@lyta.hut.fi>
62687      Branch: perl
62688            + README.os400 hints/os400.sh
62689            ! Configure MANIFEST hints/aix.sh lib/Cwd.pm pod/buildtoc.PL
62690            ! pod/perl.pod pod/perlebcdic.pod pod/perlport.pod
62691 ____________________________________________________________________________
62692 [ 17826] By: hv                                    on 2002/09/04  11:10:54
62693         Log: Subject: [PATCH 5.8.0] allow Sys::Syslog test to fail gracefully
62694              From: "Brendan O'Dea" <bod@debian.org>
62695              Date: Thu, 29 Aug 2002 22:42:39 +1000
62696              Message-ID: <20020829124239.GA31934@londo.odea.dropbear.id.au>
62697      Branch: perl
62698            ! ext/Sys/Syslog/syslog.t
62699 ____________________________________________________________________________
62700 [ 17825] By: hv                                    on 2002/09/04  10:53:59
62701         Log: Subject: Re: Possible bug in IPC/Semaphore.pm [PATCH]
62702              From: "John P. Linderman" <jpl@research.att.com>
62703              Date: Wed, 28 Aug 2002 08:04:29 -0400 (EDT)
62704              Message-Id: <200208271900.PAA98096@raptor.research.att.com>
62705      Branch: perl
62706            ! ext/IPC/SysV/Semaphore.pm
62707 ____________________________________________________________________________
62708 [ 17824] By: rgs                                   on 2002/09/03  20:02:36
62709         Log: Subject: [perl #16971] [PATCH] Fix a couple of URLs that changed recently.
62710              From: Richard Soderberg (via RT) <perlbug@perl.org>
62711              Date: 3 Sep 2002 18:48:54 -0000
62712              Message-ID: <rt-16971-36426.15.5276119194873@bugs6.perl.org>
62713
62714              Subject: [PATCH] A variety of README nitpicks.
62715              From: Richard Soderberg <rs@crystalflame.net>
62716              Date: Tue, 3 Sep 2002 11:54:39 -0700 (PDT)
62717              Message-ID: <Pine.LNX.4.33.0209031148280.32671-200000@oregonnet.com>
62718      Branch: perl
62719            ! README.amiga README.dgux README.dos README.epoc README.hpux
62720            ! README.mint README.netware README.vmesa
62721 ____________________________________________________________________________
62722 [ 17823] By: rgs                                   on 2002/09/03  19:47:05
62723         Log: Fix bug #16828.
62724              Add a few tests to ext/B/t/b.t, make it use Test::More.
62725      Branch: perl
62726            ! ext/B/B.xs ext/B/t/b.t
62727 ____________________________________________________________________________
62728 [ 17822] By: rgs                                   on 2002/09/02  19:29:52
62729         Log: Some simple tests for the POSIX::isXXX() functions.
62730      Branch: perl
62731            ! ext/POSIX/t/posix.t
62732 ____________________________________________________________________________
62733 [ 17821] By: rgs                                   on 2002/08/30  19:56:53
62734         Log: Advertise Linux::Pid.
62735      Branch: perl
62736            ! pod/perlfunc.pod pod/perlvar.pod
62737 ____________________________________________________________________________
62738 [ 17819] By: hv                                    on 2002/08/30  13:42:02
62739         Log: Subject: [PATCH] Tweaks to Bleadperl Version Object Support
62740              From: John Peacock <jpeacock@rowman.com>
62741              Date: Wed, 28 Aug 2002 22:13:48 -0400
62742              Message-ID: <3D6D835C.50809@rowman.com>
62743      Branch: perl
62744            ! universal.c util.c
62745 ____________________________________________________________________________
62746 [ 17818] By: hv                                    on 2002/08/30  13:16:05
62747         Log: add test related to change #17799:
62748              Subject: Re: if.pm bug.
62749              From: "Steffen Mueller" <kjx9zthh3001@sneakemail.com>
62750              Date: Thu, 29 Aug 2002 19:39:58 +0200
62751              Message-ID: <20020829173358.34731.qmail@onion.perl.org>
62752      Branch: perl
62753            ! lib/if.t
62754 ____________________________________________________________________________
62755 [ 17817] By: hv                                    on 2002/08/30  13:12:20
62756         Log: Subject: [PATCH] AUTHORS
62757              From: "Brendan O'Dea" <bod@debian.org>
62758              Date: Thu, 29 Aug 2002 22:49:34 +1000
62759              Message-ID: <20020829124934.GA1984@londo.odea.dropbear.id.au>
62760      Branch: perl
62761            ! AUTHORS
62762 ____________________________________________________________________________
62763 [ 17816] By: hv                                    on 2002/08/30  13:10:45
62764         Log: Subject: [PATCH 5.8.0] Term::Cap allow # comments in infcocmp output
62765              From: "Brendan O'Dea" <bod@debian.org>
62766              Date: Thu, 29 Aug 2002 22:46:47 +1000
62767              Message-ID: <20020829124647.GA1498@londo.odea.dropbear.id.au>
62768      Branch: perl
62769            ! lib/Term/Cap.pm
62770 ____________________________________________________________________________
62771 [ 17815] By: hv                                    on 2002/08/30  13:02:41
62772         Log: formatting cleanup and:
62773              Subject: Re: perl-5.8.0 on HP porting center
62774              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
62775              Date: Thu, 29 Aug 2002 12:23:31 +0200
62776              Message-Id: <20020829122221.0CA3.H.M.BRAND@hccnet.nl>
62777      Branch: perl
62778            ! installperl
62779 ____________________________________________________________________________
62780 [ 17814] By: hv                                    on 2002/08/30  12:23:33
62781         Log: Subject: [PATCH] perlmod.pod nit
62782              From: Autrijus Tang <autrijus@autrijus.org>
62783              Date: Thu, 29 Aug 2002 03:49:34 +0800
62784              Message-ID: <20020828194934.GA12244@not.autrijus.org>
62785      Branch: perl
62786            ! pod/perlmod.pod
62787 ____________________________________________________________________________
62788 [ 17813] By: hv                                    on 2002/08/30  12:19:15
62789         Log: Subject: [PATCH] Re: glob names and Regexp type introspection
62790              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
62791              Date: Thu, 29 Aug 2002 17:31:31 -0700
62792              Message-ID: <jzrb9gzkgO7W092yn@efn.org>
62793      Branch: perl
62794            ! sv.c t/op/pat.t
62795 ____________________________________________________________________________
62796 [ 17812] By: hv                                    on 2002/08/30  12:06:20
62797         Log: Subject: [PATCH] typos in Hash::Util documentation
62798              From: Slaven Rezic <slaven.rezic@berlin.de>
62799              Date: Wed, 28 Aug 2002 17:08:50 +0200 (CEST)
62800              Message-Id: <200208281508.g7SF8o9Z015197@vran.herceg.de>
62801      Branch: perl
62802            ! lib/Hash/Util.pm
62803 ____________________________________________________________________________
62804 [ 17811] By: hv                                    on 2002/08/30  12:02:59
62805         Log: Subject: Re: Recent changes on the HP porting center
62806              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
62807              Date: Wed, 28 Aug 2002 17:39:27 +0200
62808              Message-Id: <20020828173024.3E95.H.M.BRAND@hccnet.nl>
62809      Branch: perl
62810            ! README.hpux
62811 ____________________________________________________________________________
62812 [ 17810] By: hv                                    on 2002/08/30  11:58:18
62813         Log: Subject: [PATCH] Fixes to threads::shared when disabled
62814              From: Michael G Schwern <schwern@pobox.com>
62815              Date: Wed, 28 Aug 2002 06:04:18 -0700
62816              Message-ID: <20020828130418.GG773@ool-18b93024.dyn.optonline.net>
62817      Branch: perl
62818            + ext/threads/shared/t/disabled.t
62819            ! MANIFEST ext/threads/shared/shared.pm
62820            ! ext/threads/shared/t/hv_refs.t
62821 ____________________________________________________________________________
62822 [ 17808] By: ams                                   on 2002/08/30  02:59:31
62823         Log: Subject: [PATCH] Tru64 vs Berkeley DB
62824              From: Jarkko Hietaniemi <jhi@iki.fi>
62825              Date: Fri, 30 Aug 2002 06:56:38 +0300
62826              Message-Id: <20020830035638.GB874@lyta.hut.fi>
62827      Branch: perl
62828            ! README.tru64 hints/dec_osf.sh
62829 ____________________________________________________________________________
62830 [ 17807] By: ams                                   on 2002/08/30  02:32:30
62831         Log: Subject: [PATCH] IRIX + INSTALL
62832              From: Jarkko Hietaniemi <jhi@iki.fi>
62833              Date: Fri, 30 Aug 2002 06:31:48 +0300
62834              Message-Id: <20020830033148.GA874@lyta.hut.fi>
62835      Branch: perl
62836            ! INSTALL hints/irix_6.sh
62837 ____________________________________________________________________________
62838 [ 17806] By: hv                                    on 2002/08/29  22:56:45
62839         Log: #17449 failed to apply the actual patch. This is it.
62840      Branch: perl
62841            ! lib/Exporter.pm lib/Exporter/Heavy.pm
62842 ____________________________________________________________________________
62843 [ 17805] By: hv                                    on 2002/08/29  13:49:04
62844         Log: Fix based on:
62845              Subject: [perl #16799] Perl 5.8.0 breaks POSIX::isprint() (and other POSIX::xxx)
62846              From: "esm@pobox.com (via RT)" <perlbug@perl.org>
62847              Date: 27 Aug 2002 22:10:16 -0000
62848              Message-Id: <rt-16799-35846.14.4842888832041@bugs6.perl.org>
62849      Branch: perl
62850            ! ext/POSIX/POSIX.xs
62851 ____________________________________________________________________________
62852 [ 17804] By: hv                                    on 2002/08/29  13:29:43
62853         Log: Subject: [PATCH] B::check_av() ; B::Deparse for CHECK blocks
62854              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
62855              Date: Tue, 27 Aug 2002 23:36:53 +0200
62856              Message-Id: <20020827233653.535bc211.rgarciasuarez@free.fr>
62857      Branch: perl
62858            ! embedvar.h ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm intrpvar.h
62859            ! perl.c perlapi.h sv.c
62860 ____________________________________________________________________________
62861 [ 17803] By: ams                                   on 2002/08/29  13:09:47
62862         Log: Subject: [PATCH] AIX compiler setup sanity checking
62863              From: Jarkko Hietaniemi <jhi@iki.fi>
62864              Date: Thu, 29 Aug 2002 16:43:51 +0300
62865              Message-Id: <20020829134351.GG5219@lyta.hut.fi>
62866      Branch: perl
62867            ! hints/aix.sh
62868 ____________________________________________________________________________
62869 [ 17802] By: hv                                    on 2002/08/29  12:32:51
62870         Log: Subject: [perl #16769] Documention bug
62871              From: "dformosa@dformosa.zeta.org.au (via RT)" <perlbug@perl.org>
62872              Date: 26 Aug 2002 10:01:04 -0000
62873              Message-Id: <rt-16769-35720.17.1057454913803@bugs6.perl.org>
62874      Branch: perl
62875            ! pod/perl58delta.pod
62876 ____________________________________________________________________________
62877 [ 17801] By: hv                                    on 2002/08/29  12:19:30
62878         Log: Subject: [PATCH] ExtUtils::Constant 0.14
62879              From: Nicholas Clark <nick@unfortu.net>
62880              Date: Sun, 25 Aug 2002 18:06:00 +0100
62881              Message-ID: <20020825170600.GE322@Bagpuss.unfortu.net>
62882      Branch: perl
62883            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
62884 ____________________________________________________________________________
62885 [ 17800] By: hv                                    on 2002/08/29  12:08:59
62886         Log: Subject: Patch: Put local($^I, @ARGV) = ... trick back into perlfaq5
62887              From: Mark-Jason Dominus <mjd@plover.com>
62888              Date: Sun, 25 Aug 2002 12:09:53 -0400
62889              Message-ID: <20020825160953.15987.qmail@plover.com>
62890      Branch: perl
62891            ! pod/perlfaq5.pod
62892 ____________________________________________________________________________
62893 [ 17799] By: hv                                    on 2002/08/29  11:48:39
62894         Log: Subject: Re: if.pm bug.
62895              From: "Steffen Mueller" <kjx9zthh3001@sneakemail.com>
62896              Date: Sun, 25 Aug 2002 00:27:59 +0200
62897              Message-ID: <20020824222210.16387.qmail@onion.perl.org>
62898      Branch: perl
62899            ! lib/if.pm
62900 ____________________________________________________________________________
62901 [ 17798] By: hv                                    on 2002/08/29  11:44:00
62902         Log: Subject: [PATCH] posixify getppid on linux-multithread
62903              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
62904              Date: Tue, 6 Aug 2002 21:56:46 +0200
62905              Message-Id: <20020806215646.3f6852bb.rgarciasuarez@free.fr>
62906      Branch: perl
62907            + t/op/getpid.t
62908            ! MANIFEST embedvar.h hints/linux.sh perl.c perlapi.h perlvars.h
62909            ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c util.c
62910 ____________________________________________________________________________
62911 [ 17797] By: hv                                    on 2002/08/29  10:55:41
62912         Log: Subject: Re: [perl #16677] B::SV::FLAGS dumps core
62913              From: Mark-Jason Dominus <mjd@plover.com>
62914              Date: Sun, 25 Aug 2002 22:31:54 -0400
62915              Message-ID: <20020826023154.22986.qmail@plover.com>
62916      Branch: perl
62917            ! ext/B/B.pm
62918 ____________________________________________________________________________
62919 [ 17791] By: hv                                    on 2002/08/27  11:28:32
62920         Log: Missing MANIFEST files for #17783.
62921      Branch: perl
62922            ! MANIFEST
62923 ____________________________________________________________________________
62924 [ 17790] By: hv                                    on 2002/08/27  11:22:36
62925         Log: #17783 introduced an outdated test module, causing failure in
62926              lib/ExtUtils/t/problems.t. This grabs a more recent copy from
62927              ExtUtils::MakeMaker.
62928      Branch: perl
62929            ! t/lib/TieOut.pm
62930 ____________________________________________________________________________
62931 [ 17789] By: ams                                   on 2002/08/27  04:04:48
62932         Log: Subject: Patch perlvar.pod
62933              From: mjd@plover.com
62934              Date: 27 Aug 2002 03:03:01 -0000
62935              Message-Id: <20020827030301.32481.qmail@plover.com>
62936      Branch: perl
62937            ! pod/perlvar.pod
62938 ____________________________________________________________________________
62939 [ 17788] By: hv                                    on 2002/08/26  23:59:47
62940         Log: Update Changes
62941      Branch: perl
62942            ! Changes patchlevel.h
62943 ____________________________________________________________________________
62944 [ 17787] By: hv                                    on 2002/08/26  19:22:27
62945         Log: fix for:
62946              Subject: [perl #16773] "abc" =~ /(ab)()(c)??/ broken
62947              From: (Randal L. Schwartz) (via RT) <perlbug@perl.org>
62948              Date: 26 Aug 2002 15:01:36 -0000
62949              Message-Id: <rt-16773-35748.5.13188490159294@bugs6.perl.org>
62950      Branch: perl
62951            ! regexec.c t/op/re_tests
62952 ____________________________________________________________________________
62953 [ 17786] By: hv                                    on 2002/08/26  15:34:25
62954         Log: Subject: CPAN Upload: S/SB/SBURKE/Test-1.21.tar.gz
62955              From: "Sean M. Burke" <sburke@cpan.org>
62956              Date: Mon, 26 Aug 2002 04:38:19 -0600
62957              Message-Id: <5.1.0.14.1.20020826043702.022ca320@mail.spinn.net>
62958      Branch: perl
62959            ! lib/Test.pm lib/Test/t/fail.t lib/Test/t/mix.t
62960            ! lib/Test/t/todo.t
62961 ____________________________________________________________________________
62962 [ 17785] By: hv                                    on 2002/08/26  15:18:41
62963         Log: fix non-ANSI C++-style comment
62964              Subject: [ PATCH ]  Smoke 17780 /pro/3gl/CPAN/perl-current
62965              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
62966              Date: Mon, 26 Aug 2002 09:15:18 +0200
62967              Message-Id: <20020826090145.6975.H.M.BRAND@hccnet.nl>
62968      Branch: perl
62969            ! ext/Storable/Storable.xs
62970 ____________________________________________________________________________
62971 [ 17784] By: hv                                    on 2002/08/26  15:15:19
62972         Log: #17780 relies on unixy paths to locate own directory for bignum tests.
62973      Branch: perl
62974            ! lib/bignum/t/biinfnan.t lib/bignum/t/bninfnan.t
62975            ! lib/bignum/t/brinfnan.t
62976 ____________________________________________________________________________
62977 [ 17783] By: hv                                    on 2002/08/26  15:07:21
62978         Log: Subject: [ANNOUNCE] Test::Simple 0.47
62979              From: Michael G Schwern <schwern@pobox.com>
62980              Date: Mon, 26 Aug 2002 04:13:03 -0700
62981              Message-ID: <20020826111303.GJ758@ool-18b93024.dyn.optonline.net>
62982      Branch: perl
62983            + lib/Test/Simple/t/details.t lib/Test/Simple/t/fork.t
62984            + lib/Test/Simple/t/has_plan.t lib/Test/Simple/t/has_plan2.t
62985            + lib/Test/Simple/t/ok_obj.t
62986            + t/lib/Test/Simple/sample_tests/pre_plan_death.plx
62987            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple.pm
62988            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
62989            ! lib/Test/Simple/t/plan.t lib/Test/Simple/t/threads.t
62990            ! lib/Test/Tutorial.pod t/lib/TieOut.pm
62991 ____________________________________________________________________________
62992 [ 17782] By: hv                                    on 2002/08/26  15:00:55
62993         Log: new test for change #17773
62994              Subject: lib/Pod/t/htmlview.t and lib/Pod/t/htmlview.pod patch (to account for the Pod::Html patch)
62995              From: DH <crazyinsomniac@yahoo.com>
62996              Date: Mon, 26 Aug 2002 01:36:27 -0700 (PDT)
62997              Message-ID: <20020826083627.46199.qmail@web40207.mail.yahoo.com>
62998      Branch: perl
62999            ! lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
63000 ____________________________________________________________________________
63001 [ 17781] By: hv                                    on 2002/08/26  14:48:35
63002         Log: #17775 changed reentr.c instead of reentr.pl, which generates it
63003      Branch: perl
63004            ! reentr.pl
63005 ____________________________________________________________________________
63006 [ 17780] By: hv                                    on 2002/08/25  19:03:50
63007         Log: fix bignum test failures
63008      Branch: perl
63009            ! lib/bignum/t/biinfnan.t lib/bignum/t/bninfnan.t
63010            ! lib/bignum/t/brinfnan.t
63011 ____________________________________________________________________________
63012 [ 17779] By: hv                                    on 2002/08/25  18:56:29
63013         Log: upgrade bignum to v0.13: fix test failures and update docs
63014      Branch: perl
63015            ! lib/bignum.pm lib/bignum/t/bignum.t lib/bignum/t/bninfnan.t
63016 ____________________________________________________________________________
63017 [ 17778] By: hv                                    on 2002/08/25  18:43:06
63018         Log: Subject: Encode 1.76 Released
63019              From: Dan Kogai <dankogai@dan.co.jp>
63020              Date: su elo 25, 2002  11:27:07 US/Eastern
63021              Message-Id: <1DE68466-B83F-11D6-8805-0003939A104C@dan.co.jp>
63022      Branch: perl
63023            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/bin/piconv
63024            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
63025            ! ext/Encode/lib/Encode/MIME/Header.pm
63026            ! ext/Encode/t/big5-eten.utf ext/Encode/ucm/big5-eten.ucm
63027 ____________________________________________________________________________
63028 [ 17777] By: rgs                                   on 2002/08/25  18:42:46
63029         Log: Fix parsing problems with the // operator.
63030              Make // able to follow various unary operators used without
63031              arguments or parens (shift, pop, getc, pos, readline,
63032              readlink, undef, umask, and the filetest operators), as
63033              well as the <FH> operator.
63034      Branch: perl
63035            ! perl.h t/op/dor.t toke.c
63036 ____________________________________________________________________________
63037 [ 17776] By: hv                                    on 2002/08/25  15:56:37
63038         Log: Subject: [PATCH] ExtUtils::Constant 0.13
63039              From: Nicholas Clark <nick@unfortu.net>
63040              Date: Fri, 23 Aug 2002 19:21:12 +0100
63041              Message-ID: <20020823182111.GA281@Bagpuss.unfortu.net>
63042      Branch: perl
63043            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
63044 ____________________________________________________________________________
63045 [ 17775] By: hv                                    on 2002/08/25  15:46:28
63046         Log: Subject: [perl #16729] crypt() doesn't work in multithreaded perl
63047              From: "mls@suse.de (via RT)" <perlbug@perl.org>
63048              Date: 23 Aug 2002 15:24:39 -0000
63049              Message-Id: <rt-16729-35555.9.25145891475907@bugs6.perl.org>
63050      Branch: perl
63051            ! reentr.c
63052 ____________________________________________________________________________
63053 [ 17774] By: hv                                    on 2002/08/25  15:29:42
63054         Log: Subject: [PATCH lib/Benchmark.(pm|t)]  Make cmpthese work as documented.
63055              From: Abigail <abigail@foad.org>
63056              Date: Thu, 22 Aug 2002 04:10:39 -0700
63057              Message-ID: <20020822041039.A2089@ucan.foad.org>
63058      Branch: perl
63059            ! lib/Benchmark.pm lib/Benchmark.t
63060 ____________________________________________________________________________
63061 [ 17773] By: hv                                    on 2002/08/25  15:17:16
63062         Log: Subject: Re: a bugfix for Pod::Html (in diff -u format)
63063              From: DH <crazyinsomniac@yahoo.com>
63064              Date: Thu, 22 Aug 2002 02:32:50 -0700 (PDT)
63065              Message-ID: <20020822093250.30523.qmail@web40205.mail.yahoo.com>
63066      Branch: perl
63067            ! lib/Pod/Html.pm
63068 ____________________________________________________________________________
63069 [ 17772] By: hv                                    on 2002/08/25  14:49:37
63070         Log: Subject: Re: p5p patches
63071              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
63072              Date: Fri, 23 Aug 2002 15:27:48 +0200
63073              Message-Id: <20020823152535.D3EA.H.M.BRAND@hccnet.nl>
63074      Branch: perl
63075            ! Porting/patching.pod
63076 ____________________________________________________________________________
63077 [ 17771] By: hv                                    on 2002/08/25  14:45:46
63078         Log: Subject: Newdated info for HP-UX
63079              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
63080              Date: Wed, 21 Aug 2002 20:20:17 +0200
63081              Message-Id: <20020821201737.697B.H.M.BRAND@hccnet.nl>
63082      Branch: perl
63083            ! README.hpux
63084 ____________________________________________________________________________
63085 [ 17770] By: hv                                    on 2002/08/25  14:26:36
63086         Log: Subject: [PATCH] let perlfaq1.pod mention 5.8 as the current stable release
63087              From: "Jos I. Boumans" <kane@cpan.org>
63088              Date: Wed, 21 Aug 2002 14:55:51 +0200
63089              Message-ID: <20020821124817.34761.qmail@onion.perl.org>
63090      Branch: perl
63091            ! pod/perlfaq1.pod
63092 ____________________________________________________________________________
63093 [ 17769] By: hv                                    on 2002/08/25  14:16:50
63094         Log: Subject: bit more for WinCE
63095              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
63096              Date: Wed, 21 Aug 2002 01:31:52 +0400
63097              Message-ID: <000f01c24891$045c4990$2b5ec3d9@vad>
63098      Branch: perl
63099            ! wince/Makefile.ce wince/compile.bat wince/win32io.c
63100            ! wince/wince.c
63101 ____________________________________________________________________________
63102 [ 17768] By: hv                                    on 2002/08/25  14:02:47
63103         Log: Subject: [PATCH] fix lib.pm's import() to accept readonly parameters
63104              From: Anton Berezin <tobez@tobez.org>
63105              Date: Tue, 20 Aug 2002 23:44:25 +0200
63106              Message-ID: <20020820214425.GG16178@heechee.tobez.org>
63107      Branch: perl
63108            ! lib/lib.t lib/lib_pm.PL
63109 ____________________________________________________________________________
63110 [ 17767] By: hv                                    on 2002/08/25  13:52:08
63111         Log: Subject: [perl #16281] patch to enable perldoc -n for MSWin32 (perl-5.8.0)
63112              From: "Randy W. Sims" (via RT) <perlbug@perl.org>
63113              Date: 18 Aug 2002 13:27:12 -0000
63114              Message-Id: <rt-16281-34264.3.49471192322156@bugs6.perl.org>
63115      Branch: perl
63116            ! utils/perldoc.PL
63117 ____________________________________________________________________________
63118 [ 17766] By: rgs                                   on 2002/08/24  20:33:05
63119         Log: Subject: [perl #16737] [PATCH] Perl5.8.0 two simple typos in perlxstut
63120              From: Peter BARABAS (via RT) <perlbug@perl.org>
63121              Date: 24 Aug 2002 08:16:19 -0000
63122              Message-ID: <rt-16737-35573.3.51579548306248@bugs6.perl.org>
63123      Branch: perl
63124            ! pod/perlxstut.pod
63125 ____________________________________________________________________________
63126 [ 17765] By: rgs                                   on 2002/08/24  19:03:52
63127         Log: Subject: [PATCH] remove 2 unit warnings from lib/Net/t/hostname.t
63128              From: Nicholas Clark <nick@unfortu.net>
63129              Date: Sat, 24 Aug 2002 17:01:08 +0100
63130              Message-ID: <20020824160107.GI280@Bagpuss.unfortu.net>
63131              (plus a typo fix)
63132      Branch: perl
63133            ! lib/Net/t/hostname.t
63134 ____________________________________________________________________________
63135 [ 17764] By: rgs                                   on 2002/08/24  12:29:27
63136         Log: a2p wasn't installed with -Dversiononly
63137      Branch: perl
63138            ! installperl
63139 ____________________________________________________________________________
63140 [ 17763] By: hv                                    on 2002/08/23  12:23:31
63141         Log: #17747 caused bad free()s with PERL_DESTRUCT by calling newXS()
63142              with a NULL subaddr. Fix that, and stop it happening again.
63143      Branch: perl
63144            ! op.c universal.c
63145 ____________________________________________________________________________
63146 [ 17762] By: hv                                    on 2002/08/23  11:02:35
63147         Log: fixup threaded build for vstring changes
63148      Branch: perl
63149            ! universal.c util.c
63150 ____________________________________________________________________________
63151 [ 17761] By: ams                                   on 2002/08/23  02:54:09
63152         Log: Incorporate fix from JHI at:
63153              http://rt.perl.org/rt2/Ticket/Display.html?id=16708
63154      Branch: perl
63155            ! ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
63156 ____________________________________________________________________________
63157 [ 17760] By: ams                                   on 2002/08/23  01:30:46
63158         Log: Subject: [PATCH] PPPort IVSIZE and SvPV_nolen
63159              From: Jarkko Hietaniemi <jhi@iki.fi>
63160              Date: Fri, 23 Aug 2002 05:29:09 +0300
63161              Message-Id: <20020823022909.GC9135@lyta.hut.fi>
63162      Branch: perl
63163            ! ext/Devel/PPPort/PPPort.pm
63164 ____________________________________________________________________________
63165 [ 17759] By: ams                                   on 2002/08/23  01:27:23
63166         Log: Subject: [PATCH] x2p/str.c signedness nits
63167              From: Jarkko Hietaniemi <jhi@iki.fi>
63168              Date: Fri, 23 Aug 2002 02:43:30 +0300
63169              Message-Id: <20020822234330.GC31624@lyta.hut.fi>
63170      Branch: perl
63171            ! x2p/str.c
63172 ____________________________________________________________________________
63173 [ 17758] By: hv                                    on 2002/08/22  22:29:45
63174         Log: bignum-0.12 updates from:
63175              Subject: [ANNOUCNE] Big Math::Big* update
63176              From: Tels <perl_dummy@bloodgate.com>
63177              Date: Tue, 13 Aug 2002 22:02:09 +0200 (CEST)
63178              Message-Id: <200208132121.g7DLLRV21408@crypt.org>
63179      Branch: perl
63180            + lib/bignum/t/biinfnan.t lib/bignum/t/bn_lite.t
63181            + lib/bignum/t/bninfnan.t lib/bignum/t/br_lite.t
63182            + lib/bignum/t/brinfnan.t lib/bignum/t/infnan.inc
63183            ! MANIFEST lib/bigint.pm lib/bignum.pm lib/bignum/t/bignum.t
63184            ! lib/bigrat.pm
63185 ____________________________________________________________________________
63186 [ 17757] By: hv                                    on 2002/08/22  22:19:42
63187         Log: new file for #17756
63188      Branch: perl
63189            ! MANIFEST
63190 ____________________________________________________________________________
63191 [ 17756] By: hv                                    on 2002/08/22  22:16:41
63192         Log: Subject: ANNOUCNE: Math::BigRat v0.09
63193              From: Tels <perl_dummy@bloodgate.com>
63194              Date: Wed, 14 Aug 2002 20:12:03 +0200 (CEST)
63195              Message-Id: <200208141812.g7EICrV23771@crypt.org>
63196      Branch: perl
63197            + lib/Math/BigRat/t/big_ap.t
63198            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
63199            ! lib/Math/BigRat/t/bigratpm.inc
63200 ____________________________________________________________________________
63201 [ 17755] By: hv                                    on 2002/08/22  19:44:03
63202         Log: new files from #17754
63203      Branch: perl
63204            + lib/Math/BigInt/Scalar.pm lib/Math/BigInt/t/bigints.t
63205 ____________________________________________________________________________
63206 [ 17754] By: hv                                    on 2002/08/22  19:42:58
63207         Log: Subject: ANNOUNCE: Math-BigInt v1.62
63208              From: Tels <perl_dummy@bloodgate.com>
63209              Date: Wed, 21 Aug 2002 19:12:59 +0200 (CEST)
63210              Message-Id: <200208211513.g7LFDUs02512@crypt.org>
63211      Branch: perl
63212            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
63213            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
63214            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bare_mif.t
63215            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
63216            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
63217            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/calling.t
63218            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/mbimbf.inc
63219            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
63220            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
63221            ! lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
63222            ! lib/Math/BigInt/t/with_sub.t t/lib/Math/BigFloat/Subclass.pm
63223 ____________________________________________________________________________
63224 [ 17753] By: hv                                    on 2002/08/22  12:05:57
63225         Log: Subject: podlators 1.24 released
63226              From: Russ Allbery <rra@stanford.edu>
63227              Date: Sat, 03 Aug 2002 20:56:42 -0700
63228              Message-ID: <ylbs8jff9h.fsf@windlord.stanford.edu>
63229      Branch: perl
63230            + lib/Pod/t/text-options.t
63231            ! MANIFEST lib/Pod/Text.pm lib/Pod/Text/Overstrike.pm
63232            ! lib/Pod/t/basic.t pod/pod2text.PL
63233 ____________________________________________________________________________
63234 [ 17752] By: hv                                    on 2002/08/22  11:13:17
63235         Log: Subject: [Announce] Unicode::Collate 0.20 -> UCA version 9
63236              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
63237              Date: Fri, 26 Jul 2002 02:59:12 +0900
63238              Message-Id: <20020726025828.B5E9.BQW10602@nifty.com>
63239      Branch: perl
63240            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
63241            ! lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
63242            ! lib/Unicode/Collate/t/test.t
63243 ____________________________________________________________________________
63244 [ 17751] By: hv                                    on 2002/08/22  11:08:35
63245         Log: fix test failure from #17747
63246      Branch: perl
63247            ! ext/B/t/stash.t
63248 ____________________________________________________________________________
63249 [ 17750] By: hv                                    on 2002/08/22  10:46:19
63250         Log: Subject: [PATCH] Fix DBM filters
63251              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
63252              Date: Wed, 21 Aug 2002 11:40:49 +0100
63253              Message-ID: <AIEAJICLCBDNAAOLLOKLAEHCFEAA.Paul.Marquess@btinternet.com>
63254      Branch: perl
63255            ! XSUB.h ext/DB_File/DB_File.xs ext/DB_File/typemap
63256            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/gdbm.t
63257            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.xs
63258            ! ext/NDBM_File/ndbm.t ext/NDBM_File/typemap
63259            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
63260            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
63261            ! ext/SDBM_File/sdbm.t ext/SDBM_File/typemap
63262 ____________________________________________________________________________
63263 [ 17749] By: hv                                    on 2002/08/22  01:04:32
63264         Log: avoid use of %caller::EXPORT
63265              Subject: [PATCH] Re: question about Exporter::import
63266              From: Nicholas Clark <nick@unfortu.net>
63267              Date: Wed, 14 Aug 2002 21:33:12 +0100
63268              Message-id: <20020814203311.GD278@Bagpuss.unfortu.net>
63269      Branch: perl
63270            ! lib/Exporter.pm lib/Exporter/Heavy.pm
63271 ____________________________________________________________________________
63272 [ 17748] By: hv                                    on 2002/08/22  00:54:03
63273         Log: todo test for linux $0 modification
63274              Subject: Re: [perl #16206] $0 in 5.8
63275              From: Slaven Rezic <slaven.rezic@berlin.de>
63276              Date: 17 Aug 2002 21:32:37 +0200
63277              Message-id: <87elcx2sdm.fsf@vran.herceg.de>
63278      Branch: perl
63279            ! t/op/magic.t
63280 ____________________________________________________________________________
63281 [ 17747] By: hv                                    on 2002/08/22  00:11:34
63282         Log: Subject: Re: [PATCH] Version object patch #1
63283              From: John Peacock <jpeacock@rowman.com>
63284              Date: Tue, 20 Aug 2002 22:51:46 -0400 (Wed 03:51 BST)
63285              Message-id: <3D630042.6020407@rowman.com>
63286
63287              Subject: Re: [REVISED PATCH] Magic v-strings
63288              From: John Peacock <jpeacock@rowman.com>
63289              Date: Wed, 21 Aug 2002 15:08:34 -0400 (20:08 BST)
63290              Message-id: <3D63E532.7020305@rowman.com>
63291      Branch: perl
63292            ! sv.c t/op/ver.t universal.c util.c
63293 ____________________________________________________________________________
63294 [ 17746] By: hv                                    on 2002/08/20  16:48:05
63295         Log: Subject: [PATCH] Version object patch #1
63296              From: John Peacock <jpeacock@rowman.com>
63297              Date: Thu, 15 Aug 2002 10:06:21 -0400 (15:06 BST)
63298              Message-id: <3D5BB55D.6090603@rowman.com>
63299              and Message-id: <3D627D1A.4050607@rowman.com>
63300              and t/lib/warnings/universal tweak to skip
63301      Branch: perl
63302            ! embed.fnc embed.h global.sym pod/perlapi.pod proto.h sv.h
63303            ! t/lib/warnings/universal toke.c util.c
63304 ____________________________________________________________________________
63305 [ 17745] By: hv                                    on 2002/08/20  16:27:01
63306         Log: perldelta for #17727
63307      Branch: perl
63308            ! pod/perldelta.pod
63309 ____________________________________________________________________________
63310 [ 17744] By: hv                                    on 2002/08/20  15:34:36
63311         Log: Subject: typo in perfunc.pod
63312              From: "John P. Linderman" <jpl@research.att.com>
63313              Date: Mon, 19 Aug 2002 08:45:31 -0400 (EDT) (13:45 BST)
63314              Message-id: <200208191245.IAA20072@raptor.research.att.com>
63315      Branch: perl
63316            ! pod/perlfunc.pod
63317 ____________________________________________________________________________
63318 [ 17743] By: hv                                    on 2002/08/20  15:31:40
63319         Log: Subject: Re: [PATCH] fix typos in perlpacktut
63320              From: "Mr. Nobody" <mrnobo1024@yahoo.com>
63321              Date: Fri, 16 Aug 2002 20:40:58 -0700 (PDT) (Sat 04:40 BST)
63322              Message-id: <20020817034058.45633.qmail@web20802.mail.yahoo.com>
63323      Branch: perl
63324            ! pod/perlpacktut.pod
63325 ____________________________________________________________________________
63326 [ 17742] By: hv                                    on 2002/08/20  14:51:16
63327         Log: Subject: [REVISED PATCH] Magic v-strings
63328              From: John Peacock <jpeacock@rowman.com>
63329              Date: Sat, 10 Aug 2002 15:56:22 -0400 (20:56 BST)
63330              Message-id: <3D556FE6.6000404@rowman.com>
63331              plus a bit of cleanup
63332      Branch: perl
63333            ! dump.c perl.h pod/perlguts.pod sv.c sv.h util.c
63334 ____________________________________________________________________________
63335 [ 17741] By: hv                                    on 2002/08/20  14:20:16
63336         Log: Subject: Re: [PATCH] Storable and CODE references
63337              From: Slaven Rezic <slaven.rezic@berlin.de>
63338              Date: 17 Aug 2002 21:58:03 +0200
63339              Message-id: <87bs812r78.fsf@vran.herceg.de>
63340      Branch: perl
63341            + ext/Storable/t/code.t
63342            ! MANIFEST ext/Storable/Storable.xs ext/Storable/t/forgive.t
63343            ! ext/Storable/t/malice.t
63344 ____________________________________________________________________________
63345 [ 17740] By: hv                                    on 2002/08/20  14:07:56
63346         Log: Clean up copy-on-write macros and debug facilities (new flag 'C').
63347              Handle CoW in hashes:
63348              Subject: Re: why would tr/// be performing hash copies?
63349              From: Nicholas Clark <nick@unfortu.net>
63350              Date: Sun, 18 Aug 2002 23:17:01 +0100
63351              Message-id: <20020818221700.GD294@Bagpuss.unfortu.net>
63352      Branch: perl
63353            ! hv.c perl.c perl.h pod/perlrun.pod sv.c sv.h
63354 ____________________________________________________________________________
63355 [ 17739] By: hv                                    on 2002/08/20  13:52:18
63356         Log: Subject: Re: [perl #15326] Not OK: perl v5.8.0 on i686-linux-64int-ld 2.4.5
63357              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
63358              Date: Tue, 23 Jul 2002 09:21:10 +0200
63359              Message-id: <20020723092051.184C.H.M.BRAND@hccnet.nl>
63360      Branch: perl
63361            ! Configure
63362 ____________________________________________________________________________
63363 [ 17737] By: ams                                   on 2002/08/19  07:48:39
63364         Log: Effect a speedy recovery from POD affected by (ahem, Australian)
63365              negligence.
63366      Branch: perl
63367            ! pod/perlrun.pod
63368 ____________________________________________________________________________
63369 [ 17736] By: hv                                    on 2002/08/18  18:27:28
63370         Log: Subject: [PATCH] Re: 5.8.0 sprintf (?) problem with floats?
63371              From: Dave Mitchell <davem@fdgroup.com>
63372              Date: Fri, 16 Aug 2002 23:31:07 +0100
63373              Message-id: <20020816233107.E9388@fdgroup.com>
63374      Branch: perl
63375            ! numeric.c t/base/num.t
63376 ____________________________________________________________________________
63377 [ 17735] By: hv                                    on 2002/08/18  02:22:21
63378         Log: Subject: Re: [perl #16198] pod tpyo in hostent.pm
63379              From: Mark-Jason Dominus <mjd@plover.com>
63380              Date: Tue, 13 Aug 2002 21:19:08 -0400 (Wed 02:19 BST)
63381              Message-id: <20020814011909.22744.qmail@plover.com>
63382      Branch: perl
63383            ! lib/Net/hostent.pm
63384 ____________________________________________________________________________
63385 [ 17734] By: hv                                    on 2002/08/18  02:20:05
63386         Log: Subject: [PATCH] Re: Pod::Functions tpyo
63387              From: Abe Timmerman <abe@ztreet.demon.nl>
63388              Date: Tue, 13 Aug 2002 23:47:00 +0200
63389              Message-id: <200208132347.00782.abe@ztreet.demon.nl>
63390      Branch: perl
63391            ! lib/Pod/Functions.pm
63392 ____________________________________________________________________________
63393 [ 17733] By: hv                                    on 2002/08/18  02:17:18
63394         Log: Subject: Server rename revisited
63395              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
63396              Date: Tue, 13 Aug 2002 19:19:03 +0200
63397              Message-id: <20020813191821.DC98.H.M.BRAND@hccnet.nl>
63398      Branch: perl
63399            ! README.hpux
63400 ____________________________________________________________________________
63401 [ 17732] By: hv                                    on 2002/08/18  02:11:49
63402         Log: Subject: [PATCH] Remove old VOS build methods
63403              From: Paul_GreenVOS@vos.stratus.com
63404              Date: Tue, 13 Aug 02 10:25 edt (15:25 BST)
63405              Message-id: <200208131426.KAA01012@mailhub1.stratus.com>
63406      Branch: perl
63407            - vos/Makefile vos/build.cm vos/compile_perl.cm
63408            - vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
63409            - vos/config.ga.h vos/config.pl vos/configure_perl.cm
63410            - vos/install_perl.cm vos/perl.bind vos/test_vos_dummies.c
63411            - vos/vos_dummies.c
63412            ! MANIFEST README.vos pod/perlport.pod vos/Changes
63413 ____________________________________________________________________________
63414 [ 17731] By: hv                                    on 2002/08/18  01:57:12
63415         Log: Subject: [PATCH] Configure missing d_modflproto=''
63416              From: "Gerrit P. Haase" <gp@familiehaase.de>
63417              Date: Tue, 13 Aug 2002 15:11:05 +0200
63418              Message-id: <11417599086.20020813151105@familiehaase.de>
63419      Branch: perl
63420            ! Configure
63421 ____________________________________________________________________________
63422 [ 17730] By: hv                                    on 2002/08/18  01:41:33
63423         Log: missing chunk from #17725 causes lib/constant.t test failures
63424      Branch: perl
63425            ! lib/constant.t
63426 ____________________________________________________________________________
63427 [ 17729] By: hv                                    on 2002/08/17  02:33:15
63428         Log: Subject: [PATCH] Safe.pm documentation
63429              From: Slaven Rezic <slaven.rezic@berlin.de>
63430              Date: Sat, 10 Aug 2002 19:30:38 +0200 (CEST)
63431              Message-id: <200208101730.g7AHUc9p001668@vran.herceg.de>
63432      Branch: perl
63433            ! ext/Opcode/Safe.pm pod/perlre.pod
63434 ____________________________________________________________________________
63435 [ 17728] By: hv                                    on 2002/08/17  02:07:24
63436         Log: Subject: Copy On Write
63437              From: Nicholas Clark <nick@ccl4.org>
63438              Date: Thu, 15 Aug 2002 00:10:35 +0100
63439              Message-id: <20020815001035.A69079@plum.flirble.org>
63440              specify "-Accflags='-DPERL_COPY_ON_WRITE'" to use
63441      Branch: perl
63442            ! doop.c dump.c embed.fnc embed.h mg.c pod/perlapi.pod pp.c
63443            ! pp_hot.c proto.h sv.c sv.h
63444 ____________________________________________________________________________
63445 [ 17727] By: hv                                    on 2002/08/17  01:20:05
63446         Log: Subject: [PATCH 5.7.3] Negative subscripts optionally passed to tied array methods
63447              From: Mark-Jason Dominus <mjd@plover.com>
63448              Date: Sun, 14 Apr 2002 23:38:55 -0400 (Mon 04:38 BST)
63449              Message-id: <20020415033855.6343.qmail@plover.com>
63450      Branch: perl
63451            ! av.c av.h pod/perltie.pod t/op/tiearray.t
63452 ____________________________________________________________________________
63453 [ 17726] By: hv                                    on 2002/08/17  01:17:09
63454         Log: pp.c warns that sv may be used uninitialised in pp_delete()
63455      Branch: perl
63456            ! pp.c
63457 ____________________________________________________________________________
63458 [ 17725] By: hv                                    on 2002/08/17  00:51:19
63459         Log: Subject: [PATCH] Remove pseudo-hashes (complete)
63460              From: Michael G Schwern <schwern@pobox.com>
63461              Date: Tue, 6 Aug 2002 13:05:10 -0700 (21:05 BST)
63462              Message-id: <20020806200510.GC31473@ool-18b93024.dyn.optonline.net>
63463      Branch: perl
63464            ! av.c doop.c dump.c embed.fnc embed.h ext/B/B/Concise.pm
63465            ! global.sym lib/fields.pm lib/fields.t lib/overload.pm mg.c
63466            ! op.c op.h pod/perldiag.pod pod/perlfunc.pod pod/perlref.pod
63467            ! pp.c pp_hot.c proto.h t/op/avhv.t t/op/hashwarn.t
63468 ____________________________________________________________________________
63469 [ 17724] By: hv                                    on 2002/08/17  00:27:33
63470         Log: ext/B/defsubs.h also depends on the program that builds it
63471      Branch: perl
63472            ! ext/B/Makefile.PL
63473 ____________________________________________________________________________
63474 [ 17723] By: hv                                    on 2002/08/17  00:10:24
63475         Log: Subject: Re: deb.c compile time error (patchlevel 17721)
63476              From: Dave Mitchell <davem@fdgroup.com>
63477              Date: Tue, 13 Aug 2002 14:42:15 +0100
63478              Message-ID: <20020813144215.G11939@fdgroup.com>
63479      Branch: perl
63480            ! embed.fnc embed.h global.sym proto.h
63481 ____________________________________________________________________________
63482 [ 17722] By: ams                                   on 2002/08/16  05:20:22
63483         Log: Subject: Minor perlrun.pod patch
63484              From: Iain Truskett <spoon@cpan.org>
63485              Date: Fri, 16 Aug 2002 16:20:27 +1000
63486              Message-Id: <20020816162027.D17196@eh.org>
63487      Branch: perl
63488            ! pod/perlrun.pod
63489 ____________________________________________________________________________
63490 [ 17721] By: hv                                    on 2002/08/12  12:17:19
63491         Log: #17717 needed tests fixing up
63492      Branch: perl
63493            ! t/op/chop.t
63494 ____________________________________________________________________________
63495 [ 17720] By: hv                                    on 2002/08/12  12:10:07
63496         Log: Subject: Re: [PATCH] Re: taint news
63497              From: Rick Delaney <rick.delaney@rogers.com>
63498              Date: 04 Aug 2002 00:28:58 EDT
63499              Message-ID: <m3heibs0vp.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
63500              missed patch fragment from Change #17676
63501      Branch: perl
63502            ! pod/perlsec.pod
63503 ____________________________________________________________________________
63504 [ 17719] By: hv                                    on 2002/08/12  12:03:53
63505         Log: Subject: [perl #15987] Tests fail when sources are under CVS control
63506              From: Warren Jones (via RT) <perlbug@perl.org>
63507              Date: 5 Aug 2002 19:08:50 -0000 (Mon 20:08 BST)
63508              Message-id: <rt-15987-32864.15.6255441902154@bugs6.perl.org>
63509      Branch: perl
63510            ! lib/strict.t lib/warnings.t
63511 ____________________________________________________________________________
63512 [ 17718] By: hv                                    on 2002/08/12  11:57:17
63513         Log: Subject: [PATCH] add verbose stack display option, -Dvs
63514              From: Dave Mitchell <davem@fdgroup.com>
63515              Date: Mon, 5 Aug 2002 00:55:33 +0100
63516              Message-id: <20020805005533.B26111@fdgroup.com>
63517      Branch: perl
63518            ! deb.c dump.c embed.fnc embed.h perl.c perl.h pod/perlapi.pod
63519            ! pod/perlrun.pod proto.h
63520 ____________________________________________________________________________
63521 [ 17717] By: hv                                    on 2002/08/12  11:44:06
63522         Log: Subject: Re: [PATCH@8545] [ID 20000808.005] OP_REFGEN as an lvalue
63523              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
63524              Date: Sat, 27 Jan 2001 19:31:29 -0800 (PST)
63525              Message-ID: <14963.32943.102669.67625@soda.csua.berkeley.edu>
63526      Branch: perl
63527            ! op.c t/op/chop.t t/op/ref.t
63528 ____________________________________________________________________________
63529 [ 17716] By: hv                                    on 2002/08/12  11:29:53
63530         Log: Subject: Re: [ID 20020713.001] chomp($data=<tied_fh>) strangeness.
63531              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
63532              Date: Sat, 13 Jul 2002 17:44:02 +0100
63533              Message-id: <200207131644.g6DGi2214456@crypt.compulink.co.uk>
63534      Branch: perl
63535            ! pp_hot.c t/op/tiehandle.t
63536 ____________________________________________________________________________
63537 [ 17715] By: hv                                    on 2002/08/12  11:28:26
63538         Log: Subject: [PATCH] better modfl detection
63539              From: Nicholas Clark <nick@unfortu.net>
63540              Date: Sun, 11 Aug 2002 20:05:49 +0100
63541              Message-id: <20020811190548.GK300@Bagpuss.unfortu.net>
63542      Branch: perl
63543            ! Configure config_h.SH perl.h
63544 ____________________________________________________________________________
63545 [ 17714] By: hv                                    on 2002/08/12  11:26:23
63546         Log: Subject: [PATCH] perltodo.pod
63547              From: Richard.Foley@t-online.de
63548              Date: Sun, 11 Aug 2002 18:26:10 +0200
63549              Message-id: <17dwY1-0spbdoC@fwd06.sul.t-online.com>
63550              perlbug credits
63551      Branch: perl
63552            ! pod/perltodo.pod
63553 ____________________________________________________________________________
63554 [ 17713] By: hv                                    on 2002/08/12  11:24:44
63555         Log: Subject: [PATCH] gv_fullname3 as call to gv_fullname4
63556              From: Nicholas Clark <nick@unfortu.net>
63557              Date: Sun, 11 Aug 2002 16:59:16 +0100
63558              Message-id: <20020811155914.GE300@Bagpuss.unfortu.net>
63559      Branch: perl
63560            ! gv.c
63561 ____________________________________________________________________________
63562 [ 17712] By: hv                                    on 2002/08/12  11:23:06
63563         Log: Subject: Re: Smoke 17703 /pro/3gl/CPAN/perl-current
63564              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
63565              Date: Mon, 12 Aug 2002 10:25:20 +0200
63566              Message-id: <20020812102347.AFB6.H.M.BRAND@hccnet.nl>
63567              gcc bug test needs -lm
63568      Branch: perl
63569            ! hints/hpux.sh
63570 ____________________________________________________________________________
63571 [ 17711] By: hv                                    on 2002/08/12  11:20:49
63572         Log: Subject: [PATCH s2p] Small typo correction
63573              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
63574              Date: Wed, 7 Aug 2002 11:50:51 +0200
63575              Message-id: <C9A98F2128EDD411B0920008C7B337A13DCE2B@hamsem01.de.gedas.vwg>
63576      Branch: perl
63577            ! x2p/s2p.PL
63578 ____________________________________________________________________________
63579 [ 17710] By: hv                                    on 2002/08/12  11:17:21
63580         Log: Subject: [PATCH] pod/perlfaq4.pod
63581              From: Abigail <abigail@foad.org>
63582              Date: Tue, 30 Jul 2002 09:52:02 -0700 (17:52 BST)
63583              Message-id: <20020730095202.A6462@ucan.foad.org>
63584              Add references to Regexp::Common.
63585      Branch: perl
63586            ! pod/perlfaq4.pod
63587 ____________________________________________________________________________
63588 [ 17707] By: rgs                                   on 2002/08/09  21:23:20
63589         Log: Subject: New HP-UX itanium servers
63590              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
63591              Date: Wed, 07 Aug 2002 13:25:57 +0200
63592              Message-ID: <20020807132518.FCBF.H.M.BRAND@hccnet.nl>
63593      Branch: perl
63594            ! README.hpux
63595 ____________________________________________________________________________
63596 [ 17706] By: rgs                                   on 2002/08/09  21:00:41
63597         Log: Subject: Re: missing lower range in {} regex
63598              From: "John P. Linderman" <jpl@research.att.com>
63599              Date: Fri, 09 Aug 2002 12:48:55 -0400
63600              Message-ID: <200208091648.MAA77577@raptor.research.att.com>
63601      Branch: perl
63602            ! pod/perlre.pod
63603 ____________________________________________________________________________
63604 [ 17705] By: rgs                                   on 2002/08/08  20:57:59
63605         Log: More tests for the attribute syntax, from the
63606              attributes manpage.
63607      Branch: perl
63608            ! t/op/attrs.t
63609 ____________________________________________________________________________
63610 [ 17704] By: rgs                                   on 2002/08/08  19:47:44
63611         Log: Fix bug #16080 : an attribute list should end at '}'
63612      Branch: perl
63613            ! t/op/attrs.t toke.c
63614 ____________________________________________________________________________
63615 [ 17703] By: hv                                    on 2002/08/08  15:30:12
63616         Log: Update Changes
63617      Branch: perl
63618            ! Changes patchlevel.h
63619 ____________________________________________________________________________
63620 [ 17702] By: hv                                    on 2002/08/08  15:08:57
63621         Log: Subject: Re: README.aix
63622              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
63623              Date: Tue, 30 Jul 2002 13:30:29 +0200
63624              Message-id: <20020730130812.48B9.H.M.BRAND@hccnet.nl>
63625      Branch: perl
63626            ! README.aix
63627 ____________________________________________________________________________
63628 [ 17701] By: hv                                    on 2002/08/08  15:06:01
63629         Log: Subject: [PATCH] Re: pp_sys.c compile failed..
63630              From: Andy Dougherty <doughera@lafayette.edu>
63631              Date: Tue, 6 Aug 2002 10:42:07 -0400 (EDT) (15:42 BST)
63632              Message-id: <Pine.SOL.4.10.10208061024250.5315-100000@maxwell.phys.lafayette.edu>
63633      Branch: perl
63634            ! hints/aix.sh
63635 ____________________________________________________________________________
63636 [ 17700] By: hv                                    on 2002/08/08  15:02:57
63637         Log: Subject: [DOC PATCH] perlipc.pod
63638              From: Arjen Laarhoven <arjen@nl.demon.net>
63639              Date: Tue, 6 Aug 2002 14:16:01 +0200
63640              Message-id: <20020806121601.GK40785@aragorn.noc.nl.demon.net>
63641      Branch: perl
63642            ! pod/perlipc.pod
63643 ____________________________________________________________________________
63644 [ 17699] By: hv                                    on 2002/08/08  14:56:56
63645         Log: Subject: [PATCH] Re: [perl #15898] coredump with variable our
63646              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
63647              Date: Fri, 2 Aug 2002 23:44:21 +0200
63648              Message-id: <20020802234421.11c62fe6.rgarciasuarez@free.fr>
63649      Branch: perl
63650            ! op.c t/op/attrs.t
63651 ____________________________________________________________________________
63652 [ 17698] By: hv                                    on 2002/08/08  14:52:45
63653         Log: Subject: [perl #16000] Configure -Dstatic_ext=foo builds foo as both static and dynamic
63654              From: Yitzchak Scott-Thoennes (via RT) <perlbug@perl.org>
63655              Date: 6 Aug 2002 04:28:15 -0000 (Tue 05:28 BST)
63656              Message-id: <rt-16000-32913.8.41582281961522@bugs6.perl.org>
63657      Branch: perl
63658            ! Configure
63659 ____________________________________________________________________________
63660 [ 17697] By: hv                                    on 2002/08/08  14:49:00
63661         Log: Subject: Doc patch for Class::Struct under 5.8.0
63662              From: Damian Conway <damian@conway.org>
63663              Date: Tue, 30 Jul 2002 23:03:14 +1000
63664              Message-id: <3D471FCF.1C7C6E6B@conway.org>
63665      Branch: perl
63666            ! lib/Class/Struct.pm
63667 ____________________________________________________________________________
63668 [ 17696] By: hv                                    on 2002/08/08  14:44:21
63669         Log: Subject: Re: [perl #15523] Memory Leak in split with trailing empty elements
63670              From: Slaven Rezic <slaven.rezic@berlin.de>
63671              Date: 31 Jul 2002 09:50:06 +0200
63672              Message-id: <87ado85ob5.fsf@vran.herceg.de>
63673      Branch: perl
63674            ! pp.c
63675 ____________________________________________________________________________
63676 [ 17695] By: hv                                    on 2002/08/08  14:40:41
63677         Log: Subject: [PATCH] Re: [perl #15479] perl 5.8.0 segfault
63678              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
63679              Date: Fri, 2 Aug 2002 00:13:10 +0200
63680              Message-id: <20020802001310.7e1dc694.rgarciasuarez@free.fr>
63681      Branch: perl
63682            + t/op/stash.t
63683            ! MANIFEST perl.h
63684 ____________________________________________________________________________
63685 [ 17694] By: hv                                    on 2002/08/08  14:31:55
63686         Log: Subject: Re: [RE-PATCH] Not OK: perl v5.8.0 on PA-RISC2.0 11.00
63687              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
63688              Date: Wed, 31 Jul 2002 16:04:02 +0200
63689              Message-id: <20020731155005.4915.H.M.BRAND@hccnet.nl>
63690      Branch: perl
63691            ! hints/hpux.sh
63692 ____________________________________________________________________________
63693 [ 17693] By: hv                                    on 2002/08/08  14:25:16
63694         Log: Subject: [PATCH: lib/ExtUtils/MM_Unix.pm] Be less strict about what's POD.
63695              From: Abigail <abigail@foad.org>
63696              Date: Thu, 25 Jul 2002 08:52:52 -0700 (16:52 BST)
63697              Message-id: <20020725085252.A2703@ucan.foad.org>
63698      Branch: perl
63699            ! lib/ExtUtils/MM_Unix.pm
63700 ____________________________________________________________________________
63701 [ 17692] By: hv                                    on 2002/08/08  14:20:05
63702         Log: Subject: [PATCH] README.jp and README.cn
63703              From: Autrijus Tang <autrijus@autrijus.org>
63704              Date: Thu, 25 Jul 2002 07:05:11 +0800
63705              Message-id: <20020724230511.GA1327@not.autrijus.org>
63706      Branch: perl
63707            ! README.cn README.jp
63708 ____________________________________________________________________________
63709 [ 17691] By: hv                                    on 2002/08/08  14:01:50
63710         Log: Subject: [perl #15398] Usage::pod2usage looks for perldoc in $Config{bin} and not in $Config{scriptdir}
63711              From: Henrik Tougaard (via RT) <perlbug@perl.org>
63712              Date: 23 Jul 2002 13:45:49 -0000 (Tue 14:45 BST)
63713              Message-id: <rt-15398-31095.6.30466042998663@perl>
63714      Branch: perl
63715            ! lib/Pod/Usage.pm
63716 ____________________________________________________________________________
63717 [ 17690] By: rgs                                   on 2002/08/07  19:56:42
63718         Log: Doc fix : the symbol for COPs wasn't documented.
63719      Branch: perl
63720            ! opcode.pl
63721 ____________________________________________________________________________
63722 [ 17689] By: rgs                                   on 2002/08/06  20:45:30
63723         Log: Subject: Re: no warnings 'io';
63724              From: Nicholas Clark <nick@unfortu.net>
63725              Date: Sat, 27 Jul 2002 21:49:55 +0100
63726              Message-ID: <20020727204954.GB5117@Bagpuss.unfortu.net>
63727
63728              Plus a little bit of regression tests.
63729      Branch: perl
63730            ! t/lib/warnings/pp_hot util.c
63731 ____________________________________________________________________________
63732 [ 17688] By: rgs                                   on 2002/08/06  20:04:19
63733         Log: Subject: [PATCH] XS build fix for VMS
63734              From: "Craig A. Berry" <craigberry@mac.com>
63735              Date: Sun, 4 Aug 2002 12:13:06 -0500
63736              Message-ID: <a05111b07b97256e1c335@[172.16.52.1]>
63737      Branch: perl
63738            ! vms/descrip_mms.template
63739 ____________________________________________________________________________
63740 [ 17687] By: rgs                                   on 2002/08/06  19:50:12
63741         Log: PerlIO::scalar wasn't able to read from non-string
63742              scalar ; now stringifies its argument.
63743      Branch: perl
63744            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
63745 ____________________________________________________________________________
63746 [ 17686] By: rgs                                   on 2002/08/06  19:10:51
63747         Log: More regression tests for $^H and %^H.
63748              Add a TODO test for eval "" preserving %^H.
63749      Branch: perl
63750            ! t/comp/hints.t
63751 ____________________________________________________________________________
63752 [ 17685] By: hv                                    on 2002/08/05  22:42:09
63753         Log: Subject: Re: mention of "use sort" botched in perlfunc? + PATCH
63754              From: "John P. Linderman" <jpl@research.att.com>
63755              Date: Sun, 21 Jul 2002 12:13:32 -0400 (17:13 BST)
63756              Message-id: <200207211613.MAA69505@raptor.research.att.com>
63757      Branch: perl
63758            ! lib/sort.pm lib/sort.t
63759 ____________________________________________________________________________
63760 [ 17684] By: hv                                    on 2002/08/05  22:35:22
63761         Log: Integrate from perlio: change #17653 fixes bug RT15283
63762      Branch: perl
63763           !> ext/PerlIO/via/via.xs
63764 ____________________________________________________________________________
63765 [ 17683] By: hv                                    on 2002/08/05  22:26:45
63766         Log: Integrate from maint-5.6/macperl via macperl
63767              Changes 17660, 17661, 17662, 17663, 17664
63768      Branch: perl
63769           !> perl.c
63770 ____________________________________________________________________________
63771 [ 17682] By: hv                                    on 2002/08/05  15:04:54
63772         Log: Subject: Defined-or patch (cleaned up)
63773              From: "Brent Dax" <brentdax@cpan.org>
63774              Date: Fri, 26 Jul 2002 05:41:52 -0700 (13:41 BST)
63775              Message-id: <000001c234a1$d1ca72c0$6501a8c0@deepblue>
63776      Branch: perl
63777            + t/op/dor.t
63778            ! MANIFEST embed.h ext/B/B/Deparse.pm ext/Opcode/Opcode.pm
63779            ! keywords.h keywords.pl op.c opcode.h opcode.pl opnames.h
63780            ! perly.c perly.h perly.y perly_c.diff pod/perlop.pod pp.sym
63781            ! pp_ctl.c pp_hot.c pp_proto.h toke.c vms/perly_c.vms
63782            ! vms/perly_h.vms
63783 ____________________________________________________________________________
63784 [ 17681] By: hv                                    on 2002/08/05  14:41:23
63785         Log: typo
63786      Branch: perl
63787            ! keywords.h keywords.pl
63788 ____________________________________________________________________________
63789 [ 17680] By: hv                                    on 2002/08/05  14:33:39
63790         Log: warn that keywords.h is generated
63791      Branch: perl
63792            ! keywords.h keywords.pl
63793 ____________________________________________________________________________
63794 [ 17679] By: hv                                    on 2002/08/04  23:40:22
63795         Log: again: #17678 caused test failures in pod2html,
63796              in which $1 could leak from previous regexp
63797      Branch: perl
63798            ! mg.c
63799 ____________________________________________________________________________
63800 [ 17678] By: hv                                    on 2002/08/04  15:34:19
63801         Log: Subject: Re: [ID 20020704.001] my $foo = $1 won't taint $foo (with use re 'taint')
63802              From: hv@crypt.org
63803              Date: Sun, 04 Aug 2002 17:40:30 +0100
63804              Message-id: <200208041640.g74GeUU25061@crypt.compulink.co.uk>
63805      Branch: perl
63806            ! mg.c t/op/taint.t
63807 ____________________________________________________________________________
63808 [ 17677] By: hv                                    on 2002/08/04  15:25:25
63809         Log: Main branch no longer needs op/taint.t version check.
63810      Branch: perl
63811            ! t/op/taint.t
63812 ____________________________________________________________________________
63813 [ 17676] By: hv                                    on 2002/08/04  15:14:09
63814         Log: Subject: Re: [PATCH] Re: taint news
63815              From: Rick Delaney <rick.delaney@rogers.com>
63816              Date: 04 Aug 2002 00:28:58 EDT
63817              Message-ID: <m3heibs0vp.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
63818              Ref: 20020208.005
63819      Branch: perl
63820            ! pp_sys.c
63821 ____________________________________________________________________________
63822 [ 17675] By: hv                                    on 2002/08/04  01:48:36
63823         Log: Fix email address for Kragen Sitaker <kragen@pobox.com>.
63824      Branch: perl
63825            ! AUTHORS
63826 ____________________________________________________________________________
63827 [ 17674] By: hv                                    on 2002/08/04  01:30:11
63828         Log: Subject: [PATCH] AUTHORS
63829              From: Colin Watson <colinw@zeus.com>
63830              Date: Thu, 25 Jul 2002 15:54:37 +0100
63831              Message-id: <20020725145437.GC4921@zeus.com>
63832      Branch: perl
63833            ! AUTHORS
63834 ____________________________________________________________________________
63835 [ 17673] By: hv                                    on 2002/08/04  01:27:36
63836         Log: Subject: [PATCH] AUTHORS
63837              From: Walt Mankowski <waltman@pobox.com>
63838              Date: Sat, 20 Jul 2002 22:56:12 -0400 (Sun 03:56 BST)
63839              Message-id: <20020721025612.GB15958@pobox.com>
63840      Branch: perl
63841            ! AUTHORS
63842 ____________________________________________________________________________
63843 [ 17672] By: hv                                    on 2002/08/04  01:25:14
63844         Log: Subject: Re: mention of "use sort" botched in perlfunc?
63845              From: Michael G Schwern <schwern@pobox.com>
63846              Date: Sat, 20 Jul 2002 13:49:58 -0400 (18:49 BST)
63847              Message-id: <20020720174958.GL362@ool-18b93024.dyn.optonline.net>
63848      Branch: perl
63849            ! pod/perlfunc.pod
63850 ____________________________________________________________________________
63851 [ 17671] By: hv                                    on 2002/08/04  01:11:32
63852         Log: Change version from 5.8.0 to 5.9.0.
63853      Branch: perl
63854            ! Configure NetWare/Makefile NetWare/config_H.wc
63855            ! Porting/config.sh Porting/config_H README.win32 config_h.SH
63856            ! cygwin/perlld.in epoc/config.sh epoc/createpkg.pl
63857            ! hints/dgux.sh installperl lib/ExtUtils/MM_NW5.pm makedef.pl
63858            ! patchlevel.h win32/Makefile win32/makefile.mk
63859            ! wince/Makefile.ce
63860 ____________________________________________________________________________
63861 [ 17656] By: ams                                   on 2002/07/28  06:12:33
63862         Log: Subject: [PATCH] Typo in regcomp.c
63863              From: Chris Ball <chris@cpan.org>
63864              Date: 26 Jul 2002 17:49:35 +0100
63865              Message-Id: <868z3yzb6o.fsf@void.printf.net>
63866              (With additional tweak to s_reginclasslen.)
63867      Branch: perl
63868            ! regcomp.c
63869 ____________________________________________________________________________
63870 [ 17655] By: jhi                                   on 2002/07/25  20:37:16
63871         Log: Upgrade to Unicode::Collate 0.20.
63872      Branch: perl
63873            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
63874            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
63875 ____________________________________________________________________________
63876 [ 17654] By: jhi                                   on 2002/07/23  16:33:52
63877         Log: Commas, schcommas.
63878      Branch: perl
63879            ! patchlevel.h
63880 ____________________________________________________________________________
63881 [ 17644] By: jhi                                   on 2002/07/19  18:55:18
63882         Log: Copy perldelta as perl58delta, purge the perldelta.
63883      Branch: perl
63884            + pod/perl58delta.pod
63885            ! MANIFEST pod/perldelta.pod
63886 ____________________________________________________________________________
63887 [ 17642] By: jhi                                   on 2002/07/19  16:37:39
63888         Log: Update Changes; mainly to get the DEVELNNNNN stamp back in business.
63889      Branch: perl
63890            ! Changes patchlevel.h
63891 ____________________________________________________________________________
63892 [ 17641] By: jhi                                   on 2002/07/19  16:31:08
63893         Log: Integrate perlio (no changes, but that's fine).
63894      Branch: perl
63895           !> embed.fnc perl.h
63896 ____________________________________________________________________________
63897 [ 17639] By: jhi                                   on 2002/07/19  00:47:18
63898         Log: It's all yours, Hugo.
63899      Branch: perl
63900            + Changes5.8
63901            ! Changes MANIFEST