Remove warnings against WHOA THERE warnings from the hints files.
[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 [ 29230] By: rgs                                   on 2006/11/08  11:23:13
33         Log: Subject: Re: New version diagnostic breaks a bunch of modules.
34              From: Glenn Linderman <perl@NevCal.com>
35              Date: Mon, 30 Oct 2006 12:50:21 -0800
36              Message-ID: <4546658D.6090507@NevCal.com>
37      Branch: perl
38            ! pod/perlfunc.pod
39 ____________________________________________________________________________
40 [ 29229] By: rgs                                   on 2006/11/08  10:43:52
41         Log: Subject: [PATCH] Perl_die() / Perl_croak()
42              From: "Philip M. Gollucci" <pgollucci@p6m7g8.com>
43              Date: Tue, 07 Nov 2006 23:27:40 -0800
44              Message-ID: <455186EC.8010906@p6m7g8.com>
45              
46              (backported to embed.fnc)
47      Branch: perl
48            ! embed.fnc proto.h
49 ____________________________________________________________________________
50 [ 29228] By: rgs                                   on 2006/11/08  10:28:49
51         Log: Subject: Patch for bug in SelfLoader.pm
52              From: Mike Schilli <m@perlmeister.com>
53              Date: Tue, 7 Nov 2006 13:39:30 -0800 (PST)
54              Message-ID: <20061107132809.I31331@spiral.corp.yahoo.com>
55      Branch: perl
56            ! lib/SelfLoader.pm
57 ____________________________________________________________________________
58 [ 29227] By: rgs                                   on 2006/11/07  17:31:02
59         Log: Use $HOME/localperl as default prefix for installing perl
60              in the terse installation instructions in README.
61      Branch: perl
62            ! README
63 ____________________________________________________________________________
64 [ 29226] By: rgs                                   on 2006/11/07  16:50:47
65         Log: More notes in perldelta
66      Branch: perl
67            ! pod/perl595delta.pod
68 ____________________________________________________________________________
69 [ 29225] By: rgs                                   on 2006/11/07  14:23:08
70         Log: Forbid using tainted formats in printf and sprintf
71      Branch: perl
72            ! pod/perl595delta.pod pp.c pp_sys.c t/op/taint.t
73 ____________________________________________________________________________
74 [ 29224] By: rgs                                   on 2006/11/07  11:16:54
75         Log: Subject: Re: [PATCH] [perl #40668] Data::Dumper fails to dump all hash keys when itertaor is not at start
76              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
77              Date: Mon, 6 Nov 2006 08:57:04 -0800 (PST)
78              Message-ID: <20061106165704.939.qmail@web30214.mail.mud.yahoo.com>
79      Branch: perl
80            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/bugs.t
81 ____________________________________________________________________________
82 [ 29223] By: rgs                                   on 2006/11/07  10:45:26
83         Log: Subject: Because I like pain. An update to README
84              From: Jesse Vincent <jesse@fsck.com>
85              Date: Mon, 6 Nov 2006 19:52:35 -0500
86              Message-Id: <7BF48AB1-5285-4A9D-929B-8DD697348664@fsck.com>
87      Branch: perl
88            ! README
89 ____________________________________________________________________________
90 [ 29222] By: rgs                                   on 2006/11/07  10:21:25
91         Log: Subject: [PATCH] New regex syntax omnibus
92              From: demerphq <demerphq@gmail.com>
93              Date: Mon, 6 Nov 2006 13:06:28 +0100
94              Message-ID: <9b18b3110611060406u2fa1572as57073949a5df9e62@mail.gmail.com>
95              
96              Plus a portability fix (in string comparison for regex verbs)
97              and doc tweaks / podchecker fixes
98      Branch: perl
99            ! embed.fnc embed.h ext/re/t/regop.t pod/perl595delta.pod
100            ! pod/perldiag.pod pod/perlre.pod proto.h regcomp.c regcomp.h
101            ! regcomp.sym regexec.c regexp.h regnodes.h t/op/pat.t
102            ! t/op/re_tests
103 ____________________________________________________________________________
104 [ 29221] By: nicholas                              on 2006/11/06  22:21:05
105         Log: assert() that SvPV_set() isn't used on arrays.
106      Branch: perl
107            ! av.c cop.h mathoms.c pp.c pp_ctl.c pp_hot.c pp_sort.c sv.c
108            ! sv.h
109 ____________________________________________________________________________
110 [ 29220] By: nicholas                              on 2006/11/06  21:05:59
111         Log: assert() that SvPV_set() isn't used on hashes.
112      Branch: perl
113            ! sv.c sv.h
114 ____________________________________________________________________________
115 [ 29219] By: nicholas                              on 2006/11/06  20:02:38
116         Log: assert() that scalars are of the correct type in *set macros.
117      Branch: perl
118            ! sv.h
119 ____________________________________________________________________________
120 [ 29218] By: steveh                                on 2006/11/06  16:26:48
121         Log: Get Visual C++ 2005 (aka Visual C++ 8.x) support off the ground
122              
123              This is not a complete fix yet by any means (there are lots of compiler
124              warnings and lots of test failures), but it's a step in the right
125              direction.
126              
127              See the thread starting here:
128              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-10/msg00893.html
129              and continuing here:
130              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-11/msg00102.html
131              for further information
132      Branch: perl
133            ! win32/Makefile win32/makefile.mk win32/win32.c win32/win32.h
134 ____________________________________________________________________________
135 [ 29217] By: merijn                                on 2006/11/06  15:19:38
136         Log: Subject: Re: [PATCH] Detecting bad /dev/null's in Configure
137              From: Michael Cummings <mcummings@gentoo.org>
138              Date: Fri, 25 Aug 2006 15:48:44 -0400
139              Message-ID: <44EF541C.7050801@gentoo.org>
140      Branch: perl
141            ! Configure
142 ____________________________________________________________________________
143 [ 29215] By: rgs                                   on 2006/11/06  14:37:32
144         Log: Subject: Re: [perl #26136] localtime(3) calls tzset(3), but localtime_r(3) may not.
145              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
146              Date: Mon, 06 Nov 2006 23:31:50 +0900
147              Message-Id: <20061106233139.A2BC.BQW10602@nifty.com>
148      Branch: perl
149            ! t/op/time.t
150 ____________________________________________________________________________
151 [ 29214] By: rgs                                   on 2006/11/06  14:05:41
152         Log: Sync Pod::Usage with the CPAN version
153      Branch: perl
154            ! lib/Pod/Usage.pm
155 ____________________________________________________________________________
156 [ 29213] By: merijn                                on 2006/11/06  13:58:56
157         Log: The non-unix parts for localtime_r_needs_tzset
158              Plus forced Glossary entry. That is a TODO for automation
159      Branch: perl
160            ! Cross/config.sh-arm-linux NetWare/config.wc Porting/Glossary
161            ! Porting/config_H config_h.SH configure.com epoc/config.sh
162            ! handy.h plan9/config.plan9 plan9/config_h.sample
163            ! plan9/config_sh.sample uconfig.sh win32/config.bc
164            ! win32/config.ce win32/config.gc win32/config.vc
165            ! win32/config.vc64 win32/config_H.bc win32/config_H.ce
166            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
167 ____________________________________________________________________________
168 [ 29212] By: rgs                                   on 2006/11/06  13:18:25
169         Log: Subject: [PATCH] Re: the new t/run/cloexec.t failing in Solaris and Tru64
170              From: Andrew Savige <ajsavige@yahoo.com.au>
171              Date: Tue, 7 Nov 2006 00:06:46 +1100 (EST)
172              Message-ID: <20061106130647.57891.qmail@web56411.mail.re3.yahoo.com>
173      Branch: perl
174            ! t/run/cloexec.t
175 ____________________________________________________________________________
176 [ 29211] By: rgs                                   on 2006/11/06  10:59:16
177         Log: Upgrade to Test::Simple 0.64_03
178      Branch: perl
179            + lib/Test/Simple/t/carp.t
180            ! MANIFEST lib/Test/Builder.pm lib/Test/Builder/Module.pm
181            ! lib/Test/Builder/Tester.pm lib/Test/More.pm lib/Test/Simple.pm
182            ! lib/Test/Simple/Changes
183            ! lib/Test/Simple/t/00test_harness_check.t
184            ! lib/Test/Simple/t/tbt_01basic.t
185            ! lib/Test/Simple/t/tbt_02fhrestore.t
186            ! lib/Test/Simple/t/tbt_03die.t
187            ! lib/Test/Simple/t/tbt_04line_num.t
188            ! lib/Test/Simple/t/tbt_05faildiag.t
189            ! lib/Test/Simple/t/tbt_06errormess.t
190            ! lib/Test/Simple/t/tbt_07args.t
191 ____________________________________________________________________________
192 [ 29210] By: rgs                                   on 2006/11/06  10:09:12
193         Log: Change reentr.pl to generate reentr.h accordingly to change 29209
194      Branch: perl
195            ! reentr.pl
196 ____________________________________________________________________________
197 [ 29209] By: merijn                                on 2006/11/06  09:43:30
198         Log: RE: [perl #26136] localtime(3) calls tzset(3), but localtime_r(3) may not.
199              From: "Benjamin Holzman" <bholzman@longitude.com>
200              Date: Wed, 19 Jul 2006 07:11:09 -0400
201              Message-ID: <010801c6ab24$09b9ed30$ce0515ac@office.iseoptions.com>
202      Branch: perl
203            ! Configure Porting/Glossary config_h.SH reentr.h t/op/time.t
204 ____________________________________________________________________________
205 [ 29208] By: rgs                                   on 2006/11/06  09:30:41
206         Log: Silence a cast warning
207      Branch: perl
208            ! regcomp.c
209 ____________________________________________________________________________
210 [ 29206] By: nicholas                              on 2006/11/06  08:13:09
211         Log: PVCVs no longer allocate memory for the SvNVX slot, so assert that
212              no-one is trying to access it.
213      Branch: perl
214            ! sv.h
215 ____________________________________________________________________________
216 [ 29205] By: craigb                                on 2006/11/06  01:37:13
217         Log: In pipe_exit_routine in vms/vms.c, mark a subprocess we've deleted
218              as done.  Courtesy of Scott Lepage.
219      Branch: perl
220            ! vms/vms.c
221 ____________________________________________________________________________
222 [ 29204] By: merijn                                on 2006/11/04  19:15:19
223         Log: Subject: Re: [perl #40641] crash with unicode characters in regex comment
224              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
225              Date: Sat, 04 Nov 2006 21:53:50 +0900
226              Message-Id: <20061104215302.3325.BQW10602@nifty.com>
227      Branch: perl
228            + t/uni/greek.t t/uni/latin2.t
229            ! MANIFEST embed.fnc embed.h global.sym pod/perldiag.pod proto.h
230            ! regcomp.c t/uni/tr_utf8.t
231 ____________________________________________________________________________
232 [ 29203] By: nicholas                              on 2006/11/04  18:56:33
233         Log: Change 27506 wasn't quite correct - the copy of the AMAGIC flag should
234              be as part of RvDEEPCP() in gv.c (Perl_amagic_call())
235      Branch: perl
236            ! gv.c sv.c
237 ____________________________________________________________________________
238 [ 29202] By: stevep                                on 2006/11/04  15:39:57
239         Log: Subject: [PATCH] New test for close-on-exec ($^F): t/run/cloexec.t
240              From: Andrew Savige <ajsavige@yahoo.com.au>
241              Date: Sat, 4 Nov 2006 21:24:14 +1100 (EST)
242              Message-ID: <20061104102414.78987.qmail@web56403.mail.re3.yahoo.com>
243      Branch: perl
244            + t/run/cloexec.t
245            ! MANIFEST
246 ____________________________________________________________________________
247 [ 29201] By: rgs                                   on 2006/11/03  16:04:48
248         Log: Subject: [PATCH] replace S_sv_pos_b2u_forwards with utf8_length (was: sv_pos_b2u dislikes the extended UTF-8)
249              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
250              Date: Sun, 21 May 2006 14:00:43 +0900
251              Message-Id: <20060521140011.358D.BQW10602@nifty.com>
252      Branch: perl
253            ! embed.fnc embed.h proto.h sv.c t/op/index.t
254 ____________________________________________________________________________
255 [ 29200] By: rgs                                   on 2006/11/03  15:04:15
256         Log: The assignment to $VERSION must be on its own line, for
257              ExtUtils::MM_Unix::parse_version to be happy.
258      Branch: perl
259            ! ext/DynaLoader/DynaLoader_pm.PL
260 ____________________________________________________________________________
261 [ 29199] By: rgs                                   on 2006/11/03  14:01:30
262         Log: Subject: [PATCH] threads 1.49
263              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
264              Date: Fri, 3 Nov 2006 05:37:16 -0800 (PST)
265              Message-ID: <20061103133716.95143.qmail@web30214.mail.mud.yahoo.com>
266      Branch: perl
267            ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t
268            ! ext/threads/t/thread.t ext/threads/threads.pm
269            ! ext/threads/threads.xs
270 ____________________________________________________________________________
271 [ 29198] By: rgs                                   on 2006/11/03  13:32:31
272         Log: Wrap the $VERSION initialization of DynaLoader in a BEGIN block
273              
274              Subject: [perl #40651] (Obscure) Bug in Dynaloader 
275              From: gml4410@ggr.co.uk (via RT) <perlbug-followup@perl.org>
276              Date: Thu, 02 Nov 2006 09:30:34 -0800
277              Message-ID: <rt-3.5.HEAD-4979-1162488633-1267.40651-75-0@perl.org>
278      Branch: perl
279            ! ext/DynaLoader/DynaLoader_pm.PL
280 ____________________________________________________________________________
281 [ 29197] By: rgs                                   on 2006/11/03  10:09:19
282         Log: When code is loaded through an @INC-hook, and when this hook
283              has set a filename entry in %INC, make sure __FILE__ is set
284              for this code accordingly to the contents of that %INC entry.
285      Branch: perl
286            ! pp_ctl.c t/op/inccode.t
287 ____________________________________________________________________________
288 [ 29196] By: gisle                                 on 2006/11/03  07:08:18
289         Log: Typo fixes by Troy Topnik.
290      Branch: perl
291            ! pod/perlretut.pod
292 ____________________________________________________________________________
293 [ 29195] By: merijn                                on 2006/11/02  17:49:53
294         Log: Change #29193 makes this addition unneeded
295      Branch: perl
296            ! t/lib/common.pl
297 ____________________________________________________________________________
298 [ 29194] By: davem                                 on 2006/11/02  17:36:33
299         Log: add test that eval undef clears $@
300      Branch: perl
301            ! t/op/eval.t
302 ____________________________________________________________________________
303 [ 29193] By: davem                                 on 2006/11/02  17:07:00
304         Log: eval $undef should emit one warning, not three.
305              Also ensure that eval $undef clears $@ (it did, but only by luck)
306      Branch: perl
307            ! pp_ctl.c t/lib/warnings/9uninit toke.c
308 ____________________________________________________________________________
309 [ 29192] By: rgs                                   on 2006/11/02  16:45:13
310         Log: Fix case in external pod link
311      Branch: perl
312            ! pod/perlop.pod
313 ____________________________________________________________________________
314 [ 29191] By: rgs                                   on 2006/11/02  13:51:21
315         Log: say() has the same syntax than print(), so forbid to override it
316              (like print())
317      Branch: perl
318            ! perl_keyword.pl t/op/cproto.t toke.c
319 ____________________________________________________________________________
320 [ 29190] By: rgs                                   on 2006/11/02  13:04:10
321         Log: This volatile modifier is not on the referent, but on the pointer
322              (see change 28606)
323      Branch: perl
324            ! op.c
325 ____________________________________________________________________________
326 [ 29189] By: rgs                                   on 2006/11/02  12:26:47
327         Log: Subject: [PATCH] Add more backtracking control verbs to regex engine (?CUT), (?ERROR)
328              From: demerphq <demerphq@gmail.com>
329              Date: Thu, 2 Nov 2006 12:35:10 +0100
330              Message-ID: <9b18b3110611020335h7ea469a8g28ca483f6832816d@mail.gmail.com>
331      Branch: perl
332            ! embed.fnc ext/re/re.pm pod/perl595delta.pod pod/perlre.pod
333            ! proto.h regcomp.c regcomp.h regcomp.pl regcomp.sym regexec.c
334            ! regexp.h regnodes.h t/op/pat.t
335 ____________________________________________________________________________
336 [ 29188] By: rgs                                   on 2006/11/02  11:59:23
337         Log: Subject: [patch at 21983] factor out $^O eq 'darwin' from XSLoader.pm
338              From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **" <vkonovalov@Lucent.com>
339              Date: Thu, 2 Nov 2006 12:36:49 +0100 
340              Message-ID: <E3FB32585BF1D411B9E900805FF51A080204E833@ru0022exch001u.ru.lucent.com>
341      Branch: perl
342            ! ext/DynaLoader/XSLoader_pm.PL
343 ____________________________________________________________________________
344 [ 29187] By: rgs                                   on 2006/11/02  11:14:42
345         Log: Subject: Re: $, and say
346              From: Gisle Aas <gisle@ActiveState.com>
347              Date: 27 Jan 2006 14:46:00 -0800
348              Message-ID: <lrek2t1e8n.fsf@caliper.activestate.com>
349              
350              with tweaks so "say;" continues to default to $_
351              plus a regression test
352      Branch: perl
353            ! embed.fnc embed.h op.c opcode.h opcode.pl pod/perlfunc.pod
354            ! pp.sym pp_hot.c pp_proto.h proto.h t/io/say.t
355 ____________________________________________________________________________
356 [ 29186] By: rgs                                   on 2006/11/02  11:01:29
357         Log: Silence a gcc warning
358      Branch: perl
359            ! regexec.c
360 ____________________________________________________________________________
361 [ 29185] By: rgs                                   on 2006/11/02  10:32:18
362         Log: More regression tests for the _ prototype
363      Branch: perl
364            ! t/comp/uproto.t
365 ____________________________________________________________________________
366 [ 29184] By: rgs                                   on 2006/11/02  10:06:37
367         Log: More heuristics to make warnings.t pass under different
368              combinations of PERL_UNICODE / locale
369      Branch: perl
370            ! t/lib/common.pl
371 ____________________________________________________________________________
372 [ 29183] By: rgs                                   on 2006/11/01  17:05:03
373         Log: Subject: [PATCH] Add a commit verb to regex engine to allow fine tuning of backtracking control.
374              From: demerphq <demerphq@gmail.com>
375              Date: Tue, 31 Oct 2006 22:49:57 +0100
376              Message-ID: <9b18b3110610311349n5947cc8fsf0b2e6ddd9a7ee01@mail.gmail.com>
377      Branch: perl
378            ! pod/perlre.pod regcomp.c regcomp.sym regexec.c regnodes.h
379            ! t/op/pat.t
380 ____________________________________________________________________________
381 [ 29182] By: rgs                                   on 2006/11/01  16:29:05
382         Log: Fix the failures in warnings tests when PERL_UNICODE is defined
383              that show up in the smokes under UTF-8 locales. Based on :
384              
385              Subject: Re: UTF-8 Failures in smoke ($PERL_UNICODE)
386              From: "H.Merijn Brand" <h.m.brand@xs4all.nl>
387              Date: Wed, 1 Nov 2006 17:03:55 +0100
388              Message-ID: <20061101170355.7c57b515@pc09>
389      Branch: perl
390            ! t/lib/common.pl t/lib/warnings/9uninit
391 ____________________________________________________________________________
392 [ 29181] By: steveh                                on 2006/11/01  13:22:16
393         Log: Forgot to bump Time-HiRes $VERSION in change #29180
394              (IO's $VERSION is bumped already)
395      Branch: perl
396            ! ext/Time/HiRes/HiRes.pm
397 ____________________________________________________________________________
398 [ 29180] By: steveh                                on 2006/11/01  13:07:37
399         Log: Silence VC++ compiler warnings
400              See: http://www.nntp.perl.org/group/perl.daily-build.reports/42208
401      Branch: perl
402            ! ext/IO/IO.xs ext/Time/HiRes/HiRes.xs regexec.c
403 ____________________________________________________________________________
404 [ 29179] By: rgs                                   on 2006/11/01  12:39:39
405         Log: Subject: [PATCH] Remove beta status from compression modules
406              From: "Paul Marquess" <paul.marquess@ntlworld.com>
407              Date: Wed, 1 Nov 2006 10:34:52 -0000
408              Message-ID: <02b301c6fda1$5d799950$4e3c140a@myopwv.com>
409      Branch: perl
410            ! ext/Compress/IO/Base/Changes ext/Compress/IO/Base/README
411            ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm
412            ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
413            ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
414            ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
415            ! ext/Compress/IO/Zlib/Changes ext/Compress/IO/Zlib/README
416            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm
417            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm
418            ! ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm
419            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm
420            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm
421            ! ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm
422            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm
423            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm
424            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm
425            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Extra.pm
426            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
427            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
428            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
429            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
430            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
431            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
432            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
433            ! ext/Compress/Raw/Zlib/Changes ext/Compress/Raw/Zlib/README
434            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
435            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
436            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
437 ____________________________________________________________________________
438 [ 29178] By: rgs                                   on 2006/11/01  10:44:58
439         Log: Regression test by Yves Orton for : [perl #36046] Special var @-
440              becomes arbitrarily large
441      Branch: perl
442            ! t/op/pat.t
443 ____________________________________________________________________________
444 [ 29177] By: nicholas                              on 2006/10/31  22:36:40
445         Log: Missed a ) in a comment.
446      Branch: perl
447            ! perl.c
448 ____________________________________________________________________________
449 [ 29176] By: rgs                                   on 2006/10/31  16:28:33
450         Log: Don't run ext/Sys/Syslog/t/constants.t with taint mode, so it's
451              not systematically skipped
452      Branch: perl
453            ! ext/Sys/Syslog/t/constants.t
454 ____________________________________________________________________________
455 [ 29175] By: rgs                                   on 2006/10/31  16:02:03
456         Log: Some diagnostic output was giving warnings in op/pack.t
457              under UTF-8 locales, and warnings where fatal by default.
458              Make them non-fatal for diagnostics.
459      Branch: perl
460            ! t/op/pack.t
461 ____________________________________________________________________________
462 [ 29174] By: rgs                                   on 2006/10/31  14:47:25
463         Log: Fix a case of segfault in ithread destruction
464      Branch: perl
465            ! ext/threads/threads.xs
466 ____________________________________________________________________________
467 [ 29173] By: rgs                                   on 2006/10/31  14:29:07
468         Log: Doc clarification for PerlIO::encoding
469              (thanks to Steve Hay)
470      Branch: perl
471            ! ext/PerlIO/encoding/encoding.pm
472 ____________________________________________________________________________
473 [ 29172] By: rgs                                   on 2006/10/31  14:10:25
474         Log: threads::shared doesn't use ppport.h in the core
475      Branch: perl
476            ! mkppport.lst
477 ____________________________________________________________________________
478 [ 29171] By: rgs                                   on 2006/10/31  14:03:30
479         Log: Subject: [PATCH] threads 1.47
480              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
481              Date: Tue, 31 Oct 2006 05:26:25 -0800 (PST)
482              Message-ID: <20061031132626.18317.qmail@web30214.mail.mud.yahoo.com>
483      Branch: perl
484            ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t
485            ! ext/threads/t/stack.t ext/threads/t/thread.t
486            ! ext/threads/threads.pm ext/threads/threads.xs
487 ____________________________________________________________________________
488 [ 29170] By: rgs                                   on 2006/10/31  13:51:38
489         Log: Silence a warning and call readpipe_override() correctly.
490      Branch: perl
491            ! toke.c
492 ____________________________________________________________________________
493 [ 29169] By: rgs                                   on 2006/10/31  13:49:26
494         Log: Make S_readpipe_override() compile with threads; regenerate perlapi.pod
495      Branch: perl
496            ! embed.fnc embed.h pod/perlapi.pod proto.h toke.c
497 ____________________________________________________________________________
498 [ 29168] By: rgs                                   on 2006/10/31  13:34:30
499         Log: Make readpipe() overridable (and also `` and qx//)
500      Branch: perl
501            ! opcode.h opcode.pl pod/perlsub.pod pod/perltodo.pod pp.c
502            ! t/op/cproto.t t/op/override.t toke.c
503 ____________________________________________________________________________
504 [ 29167] By: rgs                                   on 2006/10/31  10:59:02
505         Log: Remove duplicated entries
506      Branch: perl
507            ! pod/perltodo.pod
508 ____________________________________________________________________________
509 [ 29166] By: gisle                                 on 2006/10/30  20:13:04
510         Log: Improve documentation of av_len and av_fill.
511      Branch: perl
512            ! av.c
513 ____________________________________________________________________________
514 [ 29165] By: nicholas                              on 2006/10/30  18:37:41
515         Log: Avoid Devel::DProf failing an assertion during global destruction.
516      Branch: perl
517            ! ext/Devel/DProf/DProf.xs
518 ____________________________________________________________________________
519 [ 29164] By: stevep                                on 2006/10/30  18:29:30
520         Log: It seems only HWND__* is needed by MinGW g++.
521      Branch: perl
522            ! win32/win32.c
523 ____________________________________________________________________________
524 [ 29162] By: rgs                                   on 2006/10/30  17:56:33
525         Log: The second patch from:
526              Subject: [PATCH] regex engine optimiser should grok subroutine patterns, and, name subroutine regops more intuitively
527              From: demerphq <demerphq@gmail.com>
528              Date: Mon, 30 Oct 2006 19:15:13 +0200
529              Message-ID: <9b18b3110610300915x3abf6cddu9c2071a70bea48e1@mail.gmail.com>
530      Branch: perl
531            ! pod/perldiag.pod regcomp.c regcomp.sym regexec.c regnodes.h
532 ____________________________________________________________________________
533 [ 29161] By: rgs                                   on 2006/10/30  17:36:18
534         Log: The first patch from:
535              Subject: [PATCH] regex engine optimiser should grok subroutine patterns, and, name subroutine regops more intuitively
536              From: demerphq <demerphq@gmail.com>
537              Date: Mon, 30 Oct 2006 19:15:13 +0200
538              Message-ID: <9b18b3110610300915x3abf6cddu9c2071a70bea48e1@mail.gmail.com>
539      Branch: perl
540            ! embed.fnc embed.h proto.h regcomp.c regcomp.sym regexec.c
541            ! regnodes.h
542 ____________________________________________________________________________
543 [ 29160] By: rgs                                   on 2006/10/30  17:07:46
544         Log: Mention that field hashes are for inside-out objects
545              (this will be useful for perl5100delta.)
546      Branch: perl
547            ! pod/perl594delta.pod
548 ____________________________________________________________________________
549 [ 29159] By: stevep                                on 2006/10/30  16:46:13
550         Log: Subject: Patch 29155 breaks VC
551              From: demerphq <demerphq@gmail.com>
552              Date: Mon, 30 Oct 2006 18:08:17 +0200
553              Message-ID: <9b18b3110610300808u39cc6cefxbee1468a149dc186@mail.gmail.com>
554              
555              Plus an additional casting.
556      Branch: perl
557            ! win32/win32.c
558 ____________________________________________________________________________
559 [ 29158] By: rgs                                   on 2006/10/30  16:29:35
560         Log: Update perldelta with changes up to 28867
561      Branch: perl
562            ! pod/perl595delta.pod
563 ____________________________________________________________________________
564 [ 29157] By: stevep                                on 2006/10/30  15:53:50
565         Log: VOL should be used instead of volatile in the core.
566      Branch: perl
567            ! op.c perl.c
568 ____________________________________________________________________________
569 [ 29156] By: merijn                                on 2006/10/30  14:14:25
570         Log: $hex is already hex, so cannot be used in %X if starting with [A-F]
571      Branch: perl
572            ! lib/charnames.pm
573 ____________________________________________________________________________
574 [ 29155] By: stevep                                on 2006/10/30  13:58:15
575         Log: Initial cleanups to support compiling Win32 with MinGW g++.
576      Branch: perl
577            ! perlio.c win32/win32.c
578 ____________________________________________________________________________
579 [ 29154] By: rgs                                   on 2006/10/30  11:25:39
580         Log: Subject: Re: Closures with named subs
581              From: Christian Winter <bitpoet@linux-config.de>
582              Date: Sun, 29 Oct 2006 21:34:25 +0100
583              Message-ID: <45451051.4080200@linux-config.de>
584      Branch: perl
585            ! pod/perlref.pod
586 ____________________________________________________________________________
587 [ 29153] By: rgs                                   on 2006/10/30  10:38:09
588         Log: Subject: [PATCH] threads 1.46
589              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
590              Date: Fri, 27 Oct 2006 17:01:11 -0700 (PDT)
591              Message-ID: <20061028000111.23729.qmail@web30207.mail.mud.yahoo.com>
592      Branch: perl
593            ! ext/threads/Changes ext/threads/README ext/threads/t/thread.t
594            ! ext/threads/threads.pm ext/threads/threads.xs
595 ____________________________________________________________________________
596 [ 29152] By: rgs                                   on 2006/10/30  10:13:22
597         Log: Silence a g++ warning reported by Jarkko.
598      Branch: perl
599            ! ext/Data/Dumper/Dumper.xs
600 ____________________________________________________________________________
601 [ 29151] By: rgs                                   on 2006/10/30  10:08:24
602         Log: Delete Encode's MANIFEST (or else the make process complains
603              about the missing Encode's META.yml file)
604      Branch: perl
605            - ext/Encode/MANIFEST
606            ! MANIFEST
607 ____________________________________________________________________________
608 [ 29150] By: steveh                                on 2006/10/30  10:02:35
609         Log: Bump $VERSION in Term::UI following change #29120
610      Branch: perl
611            ! lib/Term/UI.pm
612 ____________________________________________________________________________
613 [ 29149] By: rgs                                   on 2006/10/30  09:52:05
614         Log: Subject: [PATCH] Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.68.tar.gz
615              From: John Peacock <jpeacock@rowman.com>
616              Date: Sun, 29 Oct 2006 14:47:51 -0500
617              Message-ID: <45450567.7040609@rowman.com>
618      Branch: perl
619            ! lib/version.pm lib/version.t
620 ____________________________________________________________________________
621 [ 29148] By: rgs                                   on 2006/10/30  09:43:30
622         Log: Subject: [patch] simplify optree test support
623              From: Jim Cromie <jim.cromie@gmail.com>
624              Date: Sun, 29 Oct 2006 14:50:02 -0700
625              Message-ID: <4545220A.6060500@gmail.com>
626      Branch: perl
627            ! ext/B/t/OptreeCheck.pm
628 ____________________________________________________________________________
629 [ 29147] By: steveh                                on 2006/10/30  09:38:21
630         Log: Add some missing targets to win32/makefile.mk
631              
632              This updates makefile.mk w.r.t. Makefile, following changes #28293,
633              #28832, #28904 and #29131
634      Branch: perl
635            ! win32/makefile.mk
636 ____________________________________________________________________________
637 [ 29146] By: rgs                                   on 2006/10/30  09:33:33
638         Log: In vim, modelines are not taken into account if they begin on the
639              first character. Also, regenerate perlintern.pod.
640      Branch: perl
641            ! autodoc.pl pod/perlapi.pod pod/perlintern.pod
642 ____________________________________________________________________________
643 [ 29145] By: merijn                                on 2006/10/30  07:17:18
644         Log: Subject: [PATCH@29157] wince patch
645              From: Vadim <vadim@vkonovalov.ru>
646              Date: Sat, 28 Oct 2006 23:48:46 +0400
647              Message-ID: <4543B41E.3070006@vkonovalov.ru>
648      Branch: perl
649            ! README.ce win32/Makefile.ce
650 ____________________________________________________________________________
651 [ 29144] By: craigb                                on 2006/10/30  00:33:34
652         Log: When we open a file and pass it along to PerlIO, be sure to enter the
653              PerlIO world via Unix I/O.  If you start from stdio, a Unix I/O counter
654              will get decremented on close even though it was never incremented (and 
655              may not even exist).  Exposed by #29065.
656      Branch: perl
657            ! vms/ext/Stdio/Stdio.xs
658 ____________________________________________________________________________
659 [ 29143] By: craigb                                on 2006/10/30  00:23:35
660         Log: Change the non-mkstemp, non-win32 code path of PerlIO_tmpfile
661              to use PerlIO_fdopen so that when the tmpfile is closed we do
662              not decrement a ref count that doesn't exist or is zero.
663      Branch: perl
664            ! perlio.c
665 ____________________________________________________________________________
666 [ 29142] By: stevep                                on 2006/10/30  00:22:00
667         Log: Changes to get perl to compile with g++ on Cygwin.  Some additional
668              changes will be needed to get it to link though.
669      Branch: perl
670            ! cygwin/cygwin.c malloc.c perl.h sv.c
671 ____________________________________________________________________________
672 [ 29140] By: nicholas                              on 2006/10/29  22:01:17
673         Log: Subject: [PATHCH]  Scalar::Util::readonly &  compression (was RE: Change 29117: [PATCH] IO::Compress modules)
674              From: "Paul Marquess" <paul.marquess@ntlworld.com>
675              Message-ID: <02cf01c6fb9d$ade808a0$6501a8c0@myopwv.com>
676              Date: Sun, 29 Oct 2006 21:03:21 -0000
677      Branch: perl
678            ! ext/Compress/IO/Base/t/01misc.t t/lib/compress/oneshot.pl
679 ____________________________________________________________________________
680 [ 29139] By: nicholas                              on 2006/10/29  21:54:29
681         Log: Fix a typo in my description for change 26427.
682      Branch: perl
683            ! Changes
684 ____________________________________________________________________________
685 [ 29138] By: nicholas                              on 2006/10/29  21:23:12
686         Log: Modify autodoc.pl to add read-only editor boilerplate for perlapi.pod
687              and perlguts.pod
688      Branch: perl
689            ! autodoc.pl pod/perlapi.pod pod/perlguts.pod
690 ____________________________________________________________________________
691 [ 29133] By: nicholas                              on 2006/10/29  19:27:45
692         Log: Subject: [PATCH] Re: Deparse bug?
693              From: Stephen McCamant <smcc@mit.edu>
694              Message-ID: <17732.55694.646895.706177@apocalypse.OCF.Berkeley.EDU>
695              Date: Sun, 29 Oct 2006 08:40:46 -0800
696      Branch: perl
697            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
698 ____________________________________________________________________________
699 [ 29131] By: merijn                                on 2006/10/29  18:32:55
700         Log: Subject: [PATCH] Add a few useful developers maketargets to win32/Makefile
701              From: demerphq <demerphq@gmail.com>
702              Date: Sun, 29 Oct 2006 13:28:31 +0200
703              Message-ID: <9b18b3110610290328v71956891s7df10e40efd2350c@mail.gmail.com>
704      Branch: perl
705            ! win32/Makefile
706 ____________________________________________________________________________
707 [ 29130] By: nicholas                              on 2006/10/29  18:30:25
708         Log: Add the note from change 25773 about auditing for destruction ordering.
709      Branch: perl
710            ! pod/perltodo.pod
711 ____________________________________________________________________________
712 [ 29128] By: nicholas                              on 2006/10/29  18:23:01
713         Log: I shrunk struct context, so remove it from perltodo.
714      Branch: perl
715            ! pod/perltodo.pod
716 ____________________________________________________________________________
717 [ 29127] By: nicholas                              on 2006/10/27  21:40:40
718         Log: Change 27779 failed to free() memory in two places in Perl_magic_set(),
719              and hence was leaking like the proverbial Jumblie maritime craft.
720      Branch: perl
721            ! mg.c
722 ____________________________________________________________________________
723 [ 29126] By: stevep                                on 2006/10/27  13:29:05
724         Log: Upgrade to Pod-Parser-1.35.
725      Branch: perl
726            + t/pod/p2u_data.pl t/pod/twice.t
727            ! MANIFEST lib/Pod/Checker.pm lib/Pod/ParseUtils.pm
728            ! lib/Pod/Parser.pm lib/Pod/PlainText.pm lib/Pod/Select.pm
729            ! lib/Pod/Usage.pm t/pod/testcmp.pl
730 ____________________________________________________________________________
731 [ 29125] By: rgs                                   on 2006/10/27  09:45:33
732         Log: Document the limitation of Attribute::Handlers w.r.t. UNITCHECK blocks.
733      Branch: perl
734            ! lib/Attribute/Handlers.pm
735 ____________________________________________________________________________
736 [ 29124] By: rgs                                   on 2006/10/27  08:43:26
737         Log: Subject: [PATCH] Change MY_CXT ref in perl.h
738              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
739              Date: Thu, 26 Oct 2006 08:35:46 -0700 (PDT)
740              Message-ID: <20061026153546.71547.qmail@web30214.mail.mud.yahoo.com>
741      Branch: perl
742            ! perl.h
743 ____________________________________________________________________________
744 [ 29123] By: rgs                                   on 2006/10/27  08:41:45
745         Log: Subject: [PATCH] Make 'threads' conform to perlguts
746              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
747              Date: Thu, 26 Oct 2006 11:10:57 -0700 (PDT)
748              Message-ID: <20061026181057.74650.qmail@web30211.mail.mud.yahoo.com>
749      Branch: perl
750            ! ext/threads/threads.xs
751 ____________________________________________________________________________
752 [ 29122] By: stevep                                on 2006/10/27  04:48:43
753         Log: Spelling fixes for re.pm.
754      Branch: perl
755            ! ext/re/re.pm
756 ____________________________________________________________________________
757 [ 29121] By: stevep                                on 2006/10/27  03:48:34
758         Log: Spelling nits from Debian bug list...
759              
760              Subject: Bug#395426: perl: spelling errors
761              From: Matt Taggart <taggart@debian.org>
762              Date: Thu, 26 Oct 2006 15:23:29 -0700
763              Message-Id: <20061026222329.8B8CF1AAC6D@cyrix.home.bogus>
764      Branch: perl
765            ! ext/Encode/bin/enc2xs lib/ExtUtils/xsubpp x2p/find2perl.PL
766            ! x2p/s2p.PL
767 ____________________________________________________________________________
768 [ 29120] By: steveh                                on 2006/10/26  16:26:56
769         Log: Close temporary test file before unlinking (for the sake of Win32)
770      Branch: perl
771            ! lib/Term/UI/t/02_ui.t
772 ____________________________________________________________________________
773 [ 29119] By: rgs                                   on 2006/10/26  16:11:26
774         Log: Document the new (?FAIL) assertion (Yves Orton)
775      Branch: perl
776            ! pod/perlre.pod
777 ____________________________________________________________________________
778 [ 29118] By: rgs                                   on 2006/10/26  15:58:18
779         Log: Subject: [PATCH] Fix a problem with jump-tries, add (?FAIL) pattern.
780              From: demerphq <demerphq@gmail.com>
781              Date: Thu, 26 Oct 2006 14:59:11 +0200
782              Message-ID: <9b18b3110610260559k3efa98barc28987e88c581a8a@mail.gmail.com>
783      Branch: perl
784            ! regcomp.c regcomp.sym regexec.c regexp.h regnodes.h
785            ! t/op/re_tests
786 ____________________________________________________________________________
787 [ 29117] By: rgs                                   on 2006/10/26  15:42:40
788         Log: Subject: [PATCH] IO::Compress modules
789              From: "Paul Marquess" <paul.marquess@ntlworld.com>
790              Date: Thu, 26 Oct 2006 15:29:43 +0100
791              Message-ID: <028201c6f90b$2de7a4b0$4e3c140a@myopwv.com>
792      Branch: perl
793            ! ext/Compress/IO/Base/Changes ext/Compress/IO/Base/Makefile.PL
794            ! ext/Compress/IO/Base/README
795            ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm
796            ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
797            ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
798            ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
799            ! ext/Compress/IO/Base/private/MakeUtil.pm
800            ! ext/Compress/IO/Base/t/01misc.t ext/Compress/IO/Zlib/Changes
801            ! ext/Compress/IO/Zlib/README
802            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm
803            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm
804            ! ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm
805            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm
806            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm
807            ! ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm
808            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm
809            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm
810            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm
811            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Extra.pm
812            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
813            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
814            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
815            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
816            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
817            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
818            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
819            ! ext/Compress/IO/Zlib/private/MakeUtil.pm
820            ! ext/Compress/Raw/Zlib/Changes
821            ! ext/Compress/Raw/Zlib/Makefile.PL ext/Compress/Raw/Zlib/README
822            ! ext/Compress/Raw/Zlib/Zlib.xs
823            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
824            ! ext/Compress/Raw/Zlib/private/MakeUtil.pm
825            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
826            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
827            ! ext/Compress/Zlib/private/MakeUtil.pm
828            ! t/lib/compress/CompTestUtils.pm t/lib/compress/generic.pl
829            ! t/lib/compress/multi.pl t/lib/compress/oneshot.pl
830 ____________________________________________________________________________
831 [ 29116] By: rgs                                   on 2006/10/26  15:30:52
832         Log: Subject: Re: [perl #40583] sprintf "%#04X" also uppercases the 0x-prefix
833              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
834              Date: Fri, 27 Oct 2006 00:19:34 +0900
835              Message-Id: <20061027001924.B158.BQW10602@nifty.com>
836      Branch: perl
837            ! pod/perlfunc.pod sv.c t/op/sprintf.t
838 ____________________________________________________________________________
839 [ 29115] By: merijn                                on 2006/10/26  14:08:03
840         Log: Subject: [PATCH] Fix typo in File::Find POD
841              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
842              Date: Thu, 26 Oct 2006 06:50:04 -0700 (PDT)
843              Message-ID: <20061026135004.79720.qmail@web30211.mail.mud.yahoo.com>
844      Branch: perl
845            ! lib/File/Find.pm
846 ____________________________________________________________________________
847 [ 29114] By: rgs                                   on 2006/10/26  12:22:07
848         Log: Add Term::UI and Object::Accessor to the list of dual-life modules
849      Branch: perl
850            ! Porting/Maintainers.pl
851 ____________________________________________________________________________
852 [ 29113] By: rgs                                   on 2006/10/26  12:16:49
853         Log: Subject: [PATCH] Add Object::Accessor to the core
854              From: "Jos Boumans" <kane@xs4all.net>
855              Date: Thu, 26 Oct 2006 14:04:44 +0200 (CEST)
856              Message-ID: <18983.80.127.35.68.1161864284.squirrel@webmail.xs4all.nl>
857      Branch: perl
858            + lib/Object/Accessor.pm
859            + lib/Object/Accessor/t/00_Object-Accessor.t
860            + lib/Object/Accessor/t/01_Object-Accessor-Subclassed.t
861            + lib/Object/Accessor/t/02_Object-Accessor-allow.t
862            + lib/Object/Accessor/t/03_Object-Accessor-local.t
863            + lib/Object/Accessor/t/04_Object-Accessor-lvalue.t
864            + lib/Object/Accessor/t/05_Object-Accessor-callback.t
865            ! MANIFEST
866 ____________________________________________________________________________
867 [ 29112] By: rgs                                   on 2006/10/26  12:13:59
868         Log: Subject: [PATCH] Add Term::UI to the core
869              From: "Jos Boumans" <kane@xs4all.net>
870              Date: Mon, 23 Oct 2006 12:07:23 +0200 (CEST)
871              Message-ID: <19689.80.127.35.68.1161598043.squirrel@webmail.xs4all.nl>
872      Branch: perl
873            + lib/Term/UI.pm lib/Term/UI/History.pm lib/Term/UI/t/00_load.t
874            + lib/Term/UI/t/01_history.t lib/Term/UI/t/02_ui.t
875            ! MANIFEST
876 ____________________________________________________________________________
877 [ 29111] By: rgs                                   on 2006/10/26  11:02:15
878         Log: Fix a memory leak :
879              Subject: Re: Valgrind findings
880              From: demerphq <demerphq@gmail.com>
881              Date: Thu, 26 Oct 2006 12:34:43 +0200
882              Message-ID: <9b18b3110610260334t6b77c2dbu2ca8207d822402da@mail.gmail.com>
883      Branch: perl
884            ! regexec.c
885 ____________________________________________________________________________
886 [ 29110] By: rgs                                   on 2006/10/26  10:42:03
887         Log: Subject: [PATCH] threads-shared 1.05
888              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
889              Date: Wed, 25 Oct 2006 11:27:15 -0700 (PDT)
890              Message-ID: <20061025182715.561.qmail@web30211.mail.mud.yahoo.com>
891      Branch: perl
892            ! ext/threads/shared/Changes ext/threads/shared/Makefile.PL
893            ! ext/threads/shared/README ext/threads/shared/shared.pm
894            ! ext/threads/shared/shared.xs
895 ____________________________________________________________________________
896 [ 29109] By: rgs                                   on 2006/10/26  10:37:43
897         Log: Subject: [PATCH] threads 1.45
898              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
899              Date: Wed, 25 Oct 2006 11:26:29 -0700 (PDT)
900              Message-ID: <20061025182629.16434.qmail@web30209.mail.mud.yahoo.com>
901      Branch: perl
902            ! ext/threads/Changes ext/threads/Makefile.PL ext/threads/README
903            ! ext/threads/t/thread.t ext/threads/threads.pm
904 ____________________________________________________________________________
905 [ 29108] By: rgs                                   on 2006/10/25  16:19:50
906         Log: Fix small leak with -F at interpreter destruction
907      Branch: perl
908            ! perl.c
909 ____________________________________________________________________________
910 [ 29107] By: rgs                                   on 2006/10/25  13:51:55
911         Log: Plug a memory leak in newCONSTSUB
912      Branch: perl
913            ! op.c
914 ____________________________________________________________________________
915 [ 29106] By: rgs                                   on 2006/10/25  12:16:08
916         Log: I'll finally get it right. (thanks to Sadahiro Tomoyuki)
917      Branch: perl
918            ! pod/perlfunc.pod
919 ____________________________________________________________________________
920 [ 29105] By: rgs                                   on 2006/10/25  11:18:27
921         Log: Fix nit in previous patch, spotted by Gisle
922      Branch: perl
923            ! pod/perlfunc.pod
924 ____________________________________________________________________________
925 [ 29104] By: rgs                                   on 2006/10/25  10:59:55
926         Log: Add a %B sprintf format
927              
928              Subject: Re: [perl #40583] sprintf "%#04X" also uppercases the 0x-prefix
929              From: Nicholas Clark <nick@ccl4.org>
930              Date: Mon, 23 Oct 2006 18:19:51 +0100
931              Message-ID: <20061023171951.GA3262@plum.flirble.org>
932              (plus docs)
933      Branch: perl
934            ! pod/perlfunc.pod sv.c t/op/sprintf.t
935 ____________________________________________________________________________
936 [ 29103] By: rgs                                   on 2006/10/25  10:27:05
937         Log: Subject: [PATCH] FindBin.pm: better fix for PATH entries
938              From: Alexey Tourbin <at@altlinux.ru>
939              Date: Wed, 25 Oct 2006 14:02:55 +0400
940              Message-ID: <20061025100255.GE7821@localhost.localdomain>
941      Branch: perl
942            ! lib/FindBin.pm
943 ____________________________________________________________________________
944 [ 29102] By: rgs                                   on 2006/10/25  09:56:06
945         Log: Document that warnings.pm doesn't load Carp anymore
946      Branch: perl
947            ! pod/perl595delta.pod
948 ____________________________________________________________________________
949 [ 29101] By: craigb                                on 2006/10/25  03:58:38
950         Log: Initialize d_ctermid and i_gdbm in configure.com.
951      Branch: perl
952            ! configure.com
953 ____________________________________________________________________________
954 [ 29100] By: stevep                                on 2006/10/24  15:44:22
955         Log: Upgrade to CPAN-1.88_57.
956      Branch: perl
957            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
958            ! lib/CPAN/SIGNATURE
959 ____________________________________________________________________________
960 [ 29099] By: rgs                                   on 2006/10/24  14:42:13
961         Log: Silence an expected warning (when playing with utf8ness and string overloading)
962      Branch: perl
963            ! t/uni/overload.t
964 ____________________________________________________________________________
965 [ 29098] By: rgs                                   on 2006/10/24  12:53:14
966         Log: New UTF-8 warning : Variable length character upgraded in print.
967              
968              Subject: Re: Changing the internal encoding (was: Re: utf8 regexp performance problem)
969              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
970              Date: Sun, 22 Oct 2006 14:32:34 +0900
971              Message-Id: <20061022142512.A7D3.BQW10602@nifty.com>
972              
973              (but with ckWARN_d replaced by ckWARN)
974      Branch: perl
975            ! doio.c pod/perldiag.pod
976 ____________________________________________________________________________
977 [ 29097] By: rgs                                   on 2006/10/24  09:46:57
978         Log: No warning was produced if perl failed to load PerlIO::scalar
979              (contrary to other PerlIO layers.)
980      Branch: perl
981            ! perlio.c
982 ____________________________________________________________________________
983 [ 29096] By: merijn                                on 2006/10/23  15:43:15
984         Log: Fix for RT#38169 & RT#38945
985              Configure won't handle versions 5.10.0 or 5.8.10.
986      Branch: perl
987            ! Configure config_h.SH
988 ____________________________________________________________________________
989 [ 29093] By: rgs                                   on 2006/10/23  13:43:32
990         Log: Document that the %#X printf format prefixes the output with 0X, not 0x.
991      Branch: perl
992            ! pod/perlfunc.pod
993 ____________________________________________________________________________
994 [ 29092] By: rgs                                   on 2006/10/23  09:33:26
995         Log: Update Changes
996      Branch: perl
997            ! Changes
998 ____________________________________________________________________________
999 [ 29091] By: rgs                                   on 2006/10/23  09:22:05
1000         Log: Some notes about the recent changes in perldelta
1001      Branch: perl
1002            ! pod/perl595delta.pod
1003 ____________________________________________________________________________
1004 [ 29090] By: rgs                                   on 2006/10/23  08:51:02
1005         Log: Subject: [PATCH] base.pm
1006              From: Ovid <publiustemp-p5p3@yahoo.com>
1007              Date: Thu, 19 Oct 2006 08:47:48 -0700 (PDT)
1008              Message-ID: <20061019154748.87433.qmail@web60824.mail.yahoo.com>
1009      Branch: perl
1010            ! lib/base.pm lib/base/t/base.t
1011 ____________________________________________________________________________
1012 [ 29089] By: rgs                                   on 2006/10/23  08:28:08
1013         Log: Protection against overwriting defsubs.h via a symlink
1014              (by Jim Cromie)
1015      Branch: perl
1016            ! ext/B/defsubs_h.PL
1017 ____________________________________________________________________________
1018 [ 29088] By: rgs                                   on 2006/10/23  08:27:05
1019         Log: Subject: [patch] make test.valgrind capable of running cachegrind
1020              From: Jim Cromie <jim.cromie@gmail.com>
1021              Date: Fri, 20 Oct 2006 14:49:03 -0600
1022              Message-ID: <4539363F.9020205@gmail.com>
1023      Branch: perl
1024            ! t/TEST
1025 ____________________________________________________________________________
1026 [ 29086] By: nicholas                              on 2006/10/22  22:51:59
1027         Log: Fix the other bug introduced by change 29079
1028      Branch: perl
1029            ! sv.c
1030 ____________________________________________________________________________
1031 [ 29085] By: nicholas                              on 2006/10/22  22:35:42
1032         Log: Fix bug in change 27321 - Perl_ss_dup should also have been updated.
1033      Branch: perl
1034            ! sv.c
1035 ____________________________________________________________________________
1036 [ 29084] By: nicholas                              on 2006/10/22  22:12:57
1037         Log: Fix a bug introduced by change 29079
1038      Branch: perl
1039            ! sv.c
1040 ____________________________________________________________________________
1041 [ 29083] By: stevep                                on 2006/10/22  21:47:11
1042         Log: Removed typo that caused a variable to shadow an existing variable
1043              in an external scope.
1044      Branch: perl
1045            ! ext/threads/Makefile.PL
1046 ____________________________________________________________________________
1047 [ 29082] By: nicholas                              on 2006/10/22  21:02:28
1048         Log: Merge cases in Perl_ss_dup().
1049      Branch: perl
1050            ! sv.c
1051 ____________________________________________________________________________
1052 [ 29079] By: nicholas                              on 2006/10/22  19:06:14
1053         Log: const the variable used for the save stack type in Perl_ss_dup().
1054      Branch: perl
1055            ! sv.c
1056 ____________________________________________________________________________
1057 [ 29078] By: rgs                                   on 2006/10/22  13:15:39
1058         Log: Make the overrides of built-ins in the bytes pragma use the new prototype _.
1059      Branch: perl
1060            ! lib/bytes.pm lib/bytes_heavy.pl
1061 ____________________________________________________________________________
1062 [ 29077] By: nicholas                              on 2006/10/21  23:01:45
1063         Log: Add PERLIO_INIT and PERLIO_TERM to PERL_SYS_INIT* and PERL_SYS_TERM*
1064              in */*ish.h headers.
1065      Branch: perl
1066            ! epoc/epocish.h mpeix/mpeixish.h os2/os2ish.h plan9/plan9ish.h
1067            ! vms/vmsish.h
1068 ____________________________________________________________________________
1069 [ 29076] By: nicholas                              on 2006/10/21  22:40:28
1070         Log: Subject: Re: Change 29050: Memory leak fix, by Jarkko
1071              From: Jarkko Hietaniemi <jhi@iki.fi>
1072              Message-ID: <453A97FA.5090403@iki.fi>
1073              Date: Sat, 21 Oct 2006 17:58:18 -0400
1074              
1075              (Make AIX linker happy)
1076      Branch: perl
1077            ! makedef.pl
1078 ____________________________________________________________________________
1079 [ 29075] By: nicholas                              on 2006/10/21  21:53:48
1080         Log: Semicolon consistency between PERL_FPU_INIT and the other INITs.
1081      Branch: perl
1082            ! perl.h unixish.h
1083 ____________________________________________________________________________
1084 [ 29074] By: nicholas                              on 2006/10/21  21:31:20
1085         Log: Add PERLIO_INIT to PERL_SYS_INIT.
1086              I infer that this was accidentally omitted from change 29060
1087      Branch: perl
1088            ! dosish.h perl.h unixish.h
1089 ____________________________________________________________________________
1090 [ 29073] By: nicholas                              on 2006/10/21  21:02:53
1091         Log: Always defining PERLIO_TERM, even if it's empty, makes for a simpler
1092              PERL_SYS_TERM
1093      Branch: perl
1094            ! dosish.h perl.h unixish.h
1095 ____________________________________________________________________________
1096 [ 29072] By: stevep                                on 2006/10/21  18:16:53
1097         Log: Changes for threads::shared to all building with g++.
1098      Branch: perl
1099            ! ext/threads/shared/Makefile.PL ext/threads/shared/shared.xs
1100 ____________________________________________________________________________
1101 [ 29071] By: stevep                                on 2006/10/21  16:45:38
1102         Log: Fixes for Storable.xs when compiling a threaded Perl with g++.
1103      Branch: perl
1104            ! ext/Storable/Storable.xs
1105 ____________________________________________________________________________
1106 [ 29070] By: stevep                                on 2006/10/21  16:17:58
1107         Log: Fix in perl.h for compiling with g++.
1108      Branch: perl
1109            ! perl.h
1110 ____________________________________________________________________________
1111 [ 29069] By: stevep                                on 2006/10/21  13:28:13
1112         Log: Better solution to silencing prereq warnings from threads's
1113              Makefile.PL
1114      Branch: perl
1115            ! ext/threads/Makefile.PL
1116 ____________________________________________________________________________
1117 [ 29068] By: stevep                                on 2006/10/21  02:04:19
1118         Log: Quiet a warning in pp_sys.c on AIX.
1119      Branch: perl
1120            ! pp_sys.c
1121 ____________________________________________________________________________
1122 [ 29067] By: stevep                                on 2006/10/20  19:28:46
1123         Log: Comment out Hash::Util and IO::File from prereqs of threads, since
1124              they are both available in the core.
1125      Branch: perl
1126            ! ext/threads/Makefile.PL
1127 ____________________________________________________________________________
1128 [ 29066] By: rgs                                   on 2006/10/20  15:31:36
1129         Log: Adjustment to symbol lists after latest changes (by Jarkko)
1130      Branch: perl
1131            ! makedef.pl perlio.sym
1132 ____________________________________________________________________________
1133 [ 29065] By: rgs                                   on 2006/10/20  15:04:47
1134         Log: Enable perlio mutexes under threads (by Jarkko)
1135      Branch: perl
1136            ! perlio.c perlvars.h
1137 ____________________________________________________________________________
1138 [ 29064] By: rgs                                   on 2006/10/20  13:01:14
1139         Log: regen headers
1140      Branch: perl
1141            ! embedvar.h perlapi.h
1142 ____________________________________________________________________________
1143 [ 29063] By: davem                                 on 2006/10/20  13:00:52
1144         Log: only do \C hackery if \C is seen
1145              
1146              From: demerphq <demerphq@gmail.com>
1147              Date: Fri, 20 Oct 2006 12:38:13 +0200
1148              Subject: Re: utf8 regexp performance problem
1149              Message-ID: <9b18b3110610200338k5df1d3afpf829fbc0f3663a75@mail.gmail.com>
1150      Branch: perl
1151            ! mg.c
1152 ____________________________________________________________________________
1153 [ 29062] By: rgs                                   on 2006/10/20  11:51:57
1154         Log: Subject: [PATCH] B:: changes for UNITCHECK blocks
1155              From: Alex Gough <alex-p5p@earth.li>
1156              Date: Fri, 20 Oct 2006 02:05:20 +0100
1157              Message-ID: <20061020010520.GC12290@the.earth.li>
1158      Branch: perl
1159            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Deparse.pm
1160            ! ext/B/t/concise-xs.t ext/B/t/optree_specials.t
1161 ____________________________________________________________________________
1162 [ 29061] By: rgs                                   on 2006/10/20  10:32:20
1163         Log: Let's undocument -Dusesfio in INSTALL.
1164      Branch: perl
1165            ! INSTALL
1166 ____________________________________________________________________________
1167 [ 29060] By: rgs                                   on 2006/10/20  10:20:18
1168         Log: More leak fixes, by Jarkko
1169      Branch: perl
1170            ! dosish.h perl.h perlio.c perliol.h perlvars.h unixish.h
1171 ____________________________________________________________________________
1172 [ 29059] By: davem                                 on 2006/10/20  10:06:57
1173         Log: zero length $1 took too long to detect utf8-ness
1174      Branch: perl
1175            ! mg.c
1176 ____________________________________________________________________________
1177 [ 29058] By: rgs                                   on 2006/10/20  09:04:49
1178         Log: Silence some warnings
1179      Branch: perl
1180            ! pp_ctl.c regcomp.c
1181 ____________________________________________________________________________
1182 [ 29057] By: nicholas                              on 2006/10/19  20:52:31
1183         Log: Subject: Re: Off by one in the trie code?
1184              From: demerphq <demerphq@gmail.com>
1185              Message-ID: <9b18b3110610181151i3ca438cdied769ebaa4255079@mail.gmail.com>
1186              Date: Wed, 18 Oct 2006 20:51:41 +0200
1187              
1188              1. code necessary to make patterns with interpolated vars behave
1189              correctly under lexical re 'debug', including additional tests.
1190              2. changes necessary to resolve the off by one error,
1191              3. tweaks to re.pm to document that re 'debug' is lexical,
1192      Branch: perl
1193            ! ext/re/re.pm ext/re/t/lexical_debug.pl
1194            ! ext/re/t/lexical_debug.t ext/re/t/regop.pl ext/re/t/regop.t
1195            ! pp_ctl.c regcomp.c regcomp.h
1196 ____________________________________________________________________________
1197 [ 29056] By: nicholas                              on 2006/10/19  20:47:53
1198         Log: Subject: Re: Off by one in the trie code?
1199              From: demerphq <demerphq@gmail.com>
1200              Date: Wed, 18 Oct 2006 20:51:41 +0200
1201              Message-ID: <9b18b3110610181151i3ca438cdied769ebaa4255079@mail.gmail.com>
1202              
1203              change test files that do a require "./test.pl"; without a BEGIN block
1204              to ensure prototypes are seen, plus fix any breakage this reveals.
1205      Branch: perl
1206            ! ext/Devel/Peek/t/Peek.t ext/POSIX/t/posix.t lib/vmsish.t
1207            ! t/comp/parser.t t/comp/utf.t t/io/argv.t t/io/utf8.t
1208            ! t/op/stash.t t/run/switchC.t t/run/switchd.t t/run/switches.t
1209 ____________________________________________________________________________
1210 [ 29055] By: merijn                                on 2006/10/19  16:40:08
1211         Log: <tr> isnb't the same as C<tr>, and <tr> looks so stupid in man
1212      Branch: perl
1213            ! pod/perlop.pod
1214 ____________________________________________________________________________
1215 [ 29054] By: rgs                                   on 2006/10/19  16:20:41
1216         Log: Trim perltodo.
1217      Branch: perl
1218            ! pod/perltodo.pod
1219 ____________________________________________________________________________
1220 [ 29053] By: rgs                                   on 2006/10/19  15:54:15
1221         Log: Subject: [PATCH] stab at UNITCHECK blocks
1222              From: Alex Gough <alex-p5p@earth.li>
1223              Date: Thu, 19 Oct 2006 13:04:12 +0100
1224              Message-ID: <20061019120412.GA12290@the.earth.li>
1225      Branch: perl
1226            + t/op/blocks.t
1227            ! MANIFEST cv.h embedvar.h intrpvar.h keywords.h keywords.pl
1228            ! madly.act madly.h madly.tab madly.y op.c perl.c
1229            ! perl_keyword.pl perlapi.h perly.act perly.tab perly.y
1230            ! pod/perldebug.pod pod/perldiag.pod pod/perlfunc.pod
1231            ! pod/perlmod.pod pod/perlrun.pod pod/perlsub.pod pp_ctl.c sv.c
1232            ! toke.c
1233 ____________________________________________________________________________
1234 [ 29052] By: stevep                                on 2006/10/19  13:49:56
1235         Log: Subject: [PATCH] Add Log::Message and Log::Message::Simple to the core
1236              From: "Jos Boumans" <kane@xs4all.net>
1237              Date: Fri, 13 Oct 2006 17:12:57 +0200 (CEST)
1238              Message-ID: <13003.80.127.35.68.1160752377.squirrel@webmail.xs4all.nl>
1239      Branch: perl
1240            + lib/Log/Message.pm lib/Log/Message/Config.pm
1241            + lib/Log/Message/Handlers.pm lib/Log/Message/Item.pm
1242            + lib/Log/Message/Simple.pm lib/Log/Message/Simple/t/01_use.t
1243            + lib/Log/Message/Simple/t/02_imports.t
1244            + lib/Log/Message/Simple/t/03_functions.t
1245            + lib/Log/Message/t/01_Log-Message-Config.t
1246            + lib/Log/Message/t/02_Log-Message.t
1247            + lib/Log/Message/t/conf/LoadMe.pl
1248            + lib/Log/Message/t/conf/config_file
1249            ! MANIFEST Porting/Maintainers.pl
1250 ____________________________________________________________________________
1251 [ 29051] By: rgs                                   on 2006/10/19  12:17:18
1252         Log: Make prototype("CORE::mkdir") work. That's a special case,
1253              since from the OA_* flags we can't figure out which parameter
1254              is going to default to $_.
1255      Branch: perl
1256            ! pp.c t/op/cproto.t
1257 ____________________________________________________________________________
1258 [ 29050] By: rgs                                   on 2006/10/19  12:08:24
1259         Log: Memory leak fix, by Jarkko
1260      Branch: perl
1261            ! perlio.c
1262 ____________________________________________________________________________
1263 [ 29049] By: rgs                                   on 2006/10/19  10:27:20
1264         Log: Adjust documentation for previous change
1265      Branch: perl
1266            ! pod/perlsub.pod
1267 ____________________________________________________________________________
1268 [ 29048] By: rgs                                   on 2006/10/19  10:26:54
1269         Log: Allow the _ prototype character to be followed by optional arguments
1270      Branch: perl
1271            ! op.c t/comp/uproto.t
1272 ____________________________________________________________________________
1273 [ 29047] By: rgs                                   on 2006/10/19  08:56:14
1274         Log: Make all JAPH tests pass
1275      Branch: perl
1276            ! t/japh/abigail.t
1277 ____________________________________________________________________________
1278 [ 29046] By: rgs                                   on 2006/10/19  08:04:04
1279         Log: Remove free() part of change #29045, which causes
1280              panics from miniperl in FreeBSD/multithreaded
1281      Branch: perl
1282            ! perlio.c
1283 ____________________________________________________________________________
1284 [ 29045] By: stevep                                on 2006/10/19  01:18:50
1285         Log: Subject: [PATCH] blead valgrind finding
1286              From: Jarkko Hietaniemi <jhi@iki.fi>
1287              Date: Wed, 18 Oct 2006 20:07:54 -0400
1288              Message-ID: <4536C1DA.4060600@iki.fi>
1289      Branch: perl
1290            ! perlio.c
1291 ____________________________________________________________________________
1292 [ 29044] By: rgs                                   on 2006/10/18  20:26:37
1293         Log: Make prototype("CORE::foo") return prototypes with _ when it should
1294              (except for mkdir)
1295      Branch: perl
1296            ! pp.c t/op/cproto.t
1297 ____________________________________________________________________________
1298 [ 29043] By: rgs                                   on 2006/10/18  19:37:01
1299         Log: Add a regression test for change #29041
1300      Branch: perl
1301            ! t/comp/uproto.t
1302 ____________________________________________________________________________
1303 [ 29042] By: nicholas                              on 2006/10/18  19:11:55
1304         Log: Using explicit printf-like APIs with a format of "%s" isn't the world's
1305              most efficient idea.
1306      Branch: perl
1307            ! XSUB.h dump.c
1308 ____________________________________________________________________________
1309 [ 29041] By: rgs                                   on 2006/10/18  17:40:57
1310         Log: Functions with a (_) prototype should behave as unary operators
1311              (which is not the case of functions with a (;$) prototype)
1312      Branch: perl
1313            ! toke.c
1314 ____________________________________________________________________________
1315 [ 29040] By: nicholas                              on 2006/10/18  17:35:06
1316         Log: panic if we attempt to sv_setsv to or from an already freed SV.
1317      Branch: perl
1318            ! sv.c
1319 ____________________________________________________________________________
1320 [ 29039] By: rgs                                   on 2006/10/18  14:41:26
1321         Log: Test for the interaction between ; and _ in prototypes
1322      Branch: perl
1323            ! t/comp/uproto.t
1324 ____________________________________________________________________________
1325 [ 29038] By: rgs                                   on 2006/10/18  14:34:26
1326         Log: Document _ prototype in perlsub
1327      Branch: perl
1328            ! pod/perlsub.pod
1329 ____________________________________________________________________________
1330 [ 29037] By: rgs                                   on 2006/10/18  14:30:57
1331         Log: Fix prototype to mimic built-in in perlsub examples
1332      Branch: perl
1333            ! pod/perlsub.pod
1334 ____________________________________________________________________________
1335 [ 29036] By: rgs                                   on 2006/10/18  14:01:59
1336         Log: The _ character is only allowed to be at the end of prototypes
1337      Branch: perl
1338            ! op.c t/comp/uproto.t
1339 ____________________________________________________________________________
1340 [ 29035] By: rgs                                   on 2006/10/18  12:54:34
1341         Log: Improvements and fixes to the _ prototype
1342      Branch: perl
1343            ! op.c t/comp/uproto.t
1344 ____________________________________________________________________________
1345 [ 29034] By: rgs                                   on 2006/10/18  08:49:01
1346         Log: FAQ sync
1347      Branch: perl
1348            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
1349            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
1350            ! pod/perlfaq7.pod pod/perlfaq9.pod
1351 ____________________________________________________________________________
1352 [ 29033] By: rgs                                   on 2006/10/18  08:24:30
1353         Log: Subject: [perl #40557] regexec.c saves context stack position improperly 
1354              From: Dave Bailey (via RT) <perlbug-followup@perl.org>
1355              Date: Tue, 17 Oct 2006 09:37:28 -0700
1356              Message-ID: <rt-3.5.HEAD-4979-1161103047-337.40557-75-0@perl.org>
1357      Branch: perl
1358            ! regexec.c scope.c scope.h
1359 ____________________________________________________________________________
1360 [ 29032] By: rgs                                   on 2006/10/17  16:07:04
1361         Log: First attempt at implementing the _ prototype
1362      Branch: perl
1363            + t/comp/uproto.t
1364            ! MANIFEST op.c toke.c
1365 ____________________________________________________________________________
1366 [ 29031] By: stevep                                on 2006/10/17  15:43:05
1367         Log: Upgrade to Time-HiRes-1.94.
1368      Branch: perl
1369            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
1370            ! ext/Time/HiRes/t/HiRes.t
1371 ____________________________________________________________________________
1372 [ 29030] By: rgs                                   on 2006/10/17  14:13:52
1373         Log: Subject: Re: [PATCH] remove leaveit from toke.c:scan_const
1374              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
1375              Date: Tue, 17 Oct 2006 23:10:04 +0900
1376              Message-Id: <20061017230958.41A2.BQW10602@nifty.com>
1377      Branch: perl
1378            ! pod/perldiag.pod
1379 ____________________________________________________________________________
1380 [ 29029] By: stevep                                on 2006/10/17  12:42:04
1381         Log: Upgrade to CPAN-1.88_55.
1382      Branch: perl
1383            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/SIGNATURE
1384 ____________________________________________________________________________
1385 [ 29028] By: rgs                                   on 2006/10/17  07:44:09
1386         Log: Less brace nesting.
1387      Branch: perl
1388            ! toke.c
1389 ____________________________________________________________________________
1390 [ 29027] By: rgs                                   on 2006/10/16  12:59:07
1391         Log: The "Unrecognized escape" warning can now be emitted in category
1392              "regexp" after change 29026 
1393      Branch: perl
1394            ! pod/perldiag.pod
1395 ____________________________________________________________________________
1396 [ 29026] By: rgs                                   on 2006/10/16  12:55:28
1397         Log: Subject: [PATCH] remove leaveit from toke.c:scan_const
1398              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
1399              Date: Sun, 15 Oct 2006 22:23:00 +0900
1400              Message-Id: <20061015222223.BC38.BQW10602@nifty.com>
1401      Branch: perl
1402            ! pod/perlop.pod t/lib/warnings/regcomp t/lib/warnings/toke
1403            ! t/op/pat.t t/op/regmesg.t toke.c
1404 ____________________________________________________________________________
1405 [ 29025] By: rgs                                   on 2006/10/16  09:26:17
1406         Log: Subject: [PATCH] Re: sprintf 64 test
1407              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
1408              Date: Sun, 15 Oct 2006 16:51:34 +0900
1409              Message-Id: <20061015165052.77AD.BQW10602@nifty.com>
1410              
1411              1. nullify 0 flag in integer conversions when precision is given
1412              2. ignore space after a plus sign as a sign for a nonnegative number
1413              3. make a negative precision through * working as if the precision
1414              is omitted
1415      Branch: perl
1416            ! pod/perlfunc.pod sv.c t/op/sprintf.t t/op/sprintf2.t
1417 ____________________________________________________________________________
1418 [ 29024] By: nicholas                              on 2006/10/16  04:41:30
1419         Log: Fix change 28770 to cope with the strange 32 bit bool type on VMS.
1420              (I should have seen this one coming - the two structures weren't
1421              textually identical)
1422      Branch: perl
1423            ! cop.h
1424 ____________________________________________________________________________
1425 [ 29023] By: stevep                                on 2006/10/15  17:17:32
1426         Log: Upgrade to Time-HiRes-1.93.
1427      Branch: perl
1428            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
1429            ! ext/Time/HiRes/t/HiRes.t
1430 ____________________________________________________________________________
1431 [ 29020] By: stevep                                on 2006/10/14  23:18:29
1432         Log: Upgrade to CPAN-1.88_54.
1433      Branch: perl
1434            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
1435 ____________________________________________________________________________
1436 [ 29019] By: stevep                                on 2006/10/14  23:11:23
1437         Log: Upgrade to Digest-SHA-5.44.
1438      Branch: perl
1439            ! ext/Digest/SHA/Changes ext/Digest/SHA/README
1440            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/SHA.xs
1441            ! ext/Digest/SHA/bin/shasum ext/Digest/SHA/src/hmac.c
1442            ! ext/Digest/SHA/src/hmac.h ext/Digest/SHA/src/sha.c
1443            ! ext/Digest/SHA/src/sha.h
1444 ____________________________________________________________________________
1445 [ 29018] By: nicholas                              on 2006/10/14  23:06:52
1446         Log: Avoid undefined behaviour for -DPERL_MEM_LOG by not using a
1447              dereference of member of the structure being reallocated as part of
1448              the size calculation. (This one was well hidden by macros)
1449      Branch: perl
1450            ! regcomp.c
1451 ____________________________________________________________________________
1452 [ 29017] By: stevep                                on 2006/10/14  23:00:35
1453         Log: Upgrade to XSLoader-0.07.
1454      Branch: perl
1455            ! ext/DynaLoader/XSLoader_pm.PL ext/DynaLoader/t/XSLoader.t
1456 ____________________________________________________________________________
1457 [ 29016] By: nicholas                              on 2006/10/14  22:40:00
1458         Log: Avoid undefined behaviour for -DPERL_MEM_LOG by not using a direct
1459              dereference of member of the structure being reallocated as part of
1460              the size calculation. (There may be other similar bugs).
1461      Branch: perl
1462            ! regcomp.c
1463 ____________________________________________________________________________
1464 [ 29015] By: nicholas                              on 2006/10/14  20:38:59
1465         Log: Use Perl_croak_nocontext() rather than Perl_croak() for the snprintf()
1466              and vsnprintf() macros.
1467      Branch: perl
1468            ! perl.h
1469 ____________________________________________________________________________
1470 [ 29012] By: nicholas                              on 2006/10/14  14:32:28
1471         Log: Fix typo.
1472      Branch: perl
1473            ! Changes
1474 ____________________________________________________________________________
1475 [ 29011] By: nicholas                              on 2006/10/13  20:35:44
1476         Log: Subject: Re: SVpvs vs SVpvn
1477              From: Jim Cromie <jim.cromie@gmail.com>
1478              Message-ID: <452FED1D.1000504@gmail.com>
1479              Date: Fri, 13 Oct 2006 13:46:37 -0600
1480              
1481              plus the last newSVpvn() in toke.c that his regexp missed.
1482      Branch: perl
1483            ! toke.c
1484 ____________________________________________________________________________
1485 [ 29010] By: stevep                                on 2006/10/13  14:11:04
1486         Log: Upgrade to Time-HiRes-1.92.
1487      Branch: perl
1488            + ext/Time/HiRes/hints/aix.pl
1489            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
1490            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
1491            ! ext/Time/HiRes/t/HiRes.t
1492 ____________________________________________________________________________
1493 [ 29009] By: nicholas                              on 2006/10/13  13:53:16
1494         Log: Correct one "parenthesis" to "parentheses".
1495      Branch: perl
1496            ! pod/perlre.pod
1497 ____________________________________________________________________________
1498 [ 29008] By: rgs                                   on 2006/10/13  12:12:04
1499         Log: Don't bother checking for bad characters in prototypes if we're not
1500              going to warn about them.
1501      Branch: perl
1502            ! toke.c
1503 ____________________________________________________________________________
1504 [ 29007] By: rgs                                   on 2006/10/13  11:27:54
1505         Log: Subject: [PATCH] compiler warning noreturn
1506              From: "Robin Barker" <Robin.Barker@npl.co.uk>
1507              Date: Fri, 13 Oct 2006 11:49:11 +0100
1508              Message-ID: <2C2E01334A940D4792B3E115F95B7226120A70@exchsvr1.npl.ad.local>
1509      Branch: perl
1510            ! doio.c
1511 ____________________________________________________________________________
1512 [ 29006] By: rgs                                   on 2006/10/13  09:15:43
1513         Log: Fix nit in possessive quantifier descriptions.
1514              Add some =head3 headings.
1515      Branch: perl
1516            ! pod/perlre.pod
1517 ____________________________________________________________________________
1518 [ 29005] By: rgs                                   on 2006/10/13  09:02:05
1519         Log: Subject: [PATCH] Add possessive quantifiers to regex engine.
1520              From: demerphq <demerphq@gmail.com>
1521              Date: Thu, 12 Oct 2006 21:23:15 +0200
1522              Message-ID: <9b18b3110610121223m191e47ddtce3398cb0e8ba320@mail.gmail.com>
1523              
1524              With doc tweaks
1525      Branch: perl
1526            ! pod/perl595delta.pod pod/perlre.pod pod/perltodo.pod regcomp.c
1527            ! regcomp.h t/op/re_tests t/op/regexp.t
1528 ____________________________________________________________________________
1529 [ 29004] By: stevep                                on 2006/10/12  15:07:17
1530         Log: Upgrade to PathTools-3.23.
1531      Branch: perl
1532            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
1533            ! lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t
1534 ____________________________________________________________________________
1535 [ 29003] By: rgs                                   on 2006/10/12  14:52:42
1536         Log: Subject: [PATCH] threads::shared 1.04
1537              From: Jerry Hedden <jdhedden@yahoo.com>
1538              Date: Thu, 12 Oct 2006 07:47:37 -0700 (PDT)
1539              Message-ID: <20061012144737.56305.qmail@web30207.mail.mud.yahoo.com>
1540      Branch: perl
1541            ! ext/threads/Changes ext/threads/Makefile.PL ext/threads/README
1542            ! ext/threads/shared/shared.pm
1543 ____________________________________________________________________________
1544 [ 29002] By: rgs                                   on 2006/10/12  14:26:37
1545         Log: Subject: [PATCH] threads 1.44
1546              From: Jerry Hedden <jdhedden@yahoo.com>
1547              Date: Wed, 11 Oct 2006 05:57:43 -0700 (PDT)
1548              Message-ID: <20061011125743.68567.qmail@web30211.mail.mud.yahoo.com>
1549      Branch: perl
1550            ! ext/threads/Changes ext/threads/README ext/threads/t/thread.t
1551            ! ext/threads/threads.pm
1552 ____________________________________________________________________________
1553 [ 29001] By: rgs                                   on 2006/10/12  14:19:33
1554         Log: Subject: [PATCH] fix format errors; was RE: g++ compile and make test 100%
1555              From: "Robin Barker" <Robin.Barker@npl.co.uk>
1556              Date: Wed, 11 Oct 2006 17:02:01 +0100
1557              Message-ID: <2C2E01334A940D4792B3E115F95B7226120A69@exchsvr1.npl.ad.local>
1558      Branch: perl
1559            ! regcomp.c
1560 ____________________________________________________________________________
1561 [ 29000] By: rgs                                   on 2006/10/12  14:03:55
1562         Log: Subject: [PATCH] RE: g++ compile and make test 100%
1563              From: "Robin Barker" <Robin.Barker@npl.co.uk>
1564              Date: Wed, 11 Oct 2006 16:58:10 +0100
1565              Message-ID: <2C2E01334A940D4792B3E115F95B7226120A68@exchsvr1.npl.ad.local>
1566      Branch: perl
1567            ! ext/ODBM_File/t/odbm.t
1568 ____________________________________________________________________________
1569 [ 28999] By: rgs                                   on 2006/10/12  13:57:57
1570         Log: Subject: [PATCH] More regexp documentation
1571              From: demerphq <demerphq@gmail.com>
1572              Date: Thu, 12 Oct 2006 14:45:25 +0200
1573              Message-ID: <9b18b3110610120545m3002e17cqace30f908b0e2277@mail.gmail.com>
1574      Branch: perl
1575            ! pod/perlre.pod pod/perlreguts.pod regcomp.c
1576 ____________________________________________________________________________
1577 [ 28998] By: rgs                                   on 2006/10/12  08:43:20
1578         Log: Subject: [PATCH] Add Regex conditionals. Various bugfixes. More tests.
1579              From: demerphq <demerphq@gmail.com>
1580              Date: Thu, 12 Oct 2006 00:46:50 +0200
1581              Message-ID: <9b18b3110610111546j74ca490dg21bd9fd1e7e10d42@mail.gmail.com>
1582      Branch: perl
1583            ! embed.fnc embed.h pod/perlre.pod proto.h regcomp.c regcomp.sym
1584            ! regexec.c regnodes.h t/op/pat.t t/op/re_tests
1585 ____________________________________________________________________________
1586 [ 28997] By: rgs                                   on 2006/10/11  15:01:52
1587         Log: Subject: RE: g++ compile and make test 100%
1588              From: "Robin Barker" <Robin.Barker@npl.co.uk>
1589              Date: Wed, 11 Oct 2006 15:29:43 +0100
1590              Message-ID: <2C2E01334A940D4792B3E115F95B7226120A65@exchsvr1.npl.ad.local>
1591      Branch: perl
1592            ! ext/NDBM_File/typemap
1593 ____________________________________________________________________________
1594 [ 28996] By: stevep                                on 2006/10/11  14:48:45
1595         Log: Fix typo in NDBM_File.xs and bump up the version number.
1596      Branch: perl
1597            ! ext/NDBM_File/NDBM_File.pm ext/NDBM_File/NDBM_File.xs
1598 ____________________________________________________________________________
1599 [ 28995] By: rgs                                   on 2006/10/11  09:59:15
1600         Log: Fix aliasing to an non-existent element of %+
1601              (by Yves Orton)
1602      Branch: perl
1603            ! hv.c
1604 ____________________________________________________________________________
1605 [ 28994] By: rgs                                   on 2006/10/11  09:38:37
1606         Log: Update comment (by Yves Orton), plus POD fixes
1607      Branch: perl
1608            ! ext/re/re.pm
1609 ____________________________________________________________________________
1610 [ 28993] By: rgs                                   on 2006/10/11  08:03:03
1611         Log: Missing % in format string
1612      Branch: perl
1613            ! perl.h
1614 ____________________________________________________________________________
1615 [ 28992] By: merijn                                on 2006/10/11  07:02:56
1616         Log: Subject: [PATCH] ext re: C++: EXTERN_C needed, and where did sub install() go?
1617              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
1618              Date: Wed, 11 Oct 2006 09:53:59 +0300 (EEST)
1619              Message-Id: <20061011065359.DFC4C8B3A1@seth.hut.fi>
1620      Branch: perl
1621            ! ext/re/re.pm ext/re/re.xs
1622 ____________________________________________________________________________
1623 [ 28991] By: stevep                                on 2006/10/11  00:52:58
1624         Log: Grrr...moved the files, but forgot to update Soundex.pm
1625      Branch: perl
1626            ! ext/Text/Soundex/Soundex.pm
1627 ____________________________________________________________________________
1628 [ 28990] By: rgs                                   on 2006/10/10  16:26:31
1629         Log: Subject: [PATCH] C++: class is a keyword
1630              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
1631              Date: Tue, 10 Oct 2006 19:20:26 +0300 (EEST)
1632              Message-Id: <20061010162026.190BE8B37C@seth.hut.fi>
1633      Branch: perl
1634            ! lib/ExtUtils/ParseXS/t/XSTest.xs
1635 ____________________________________________________________________________
1636 [ 28989] By: rgs                                   on 2006/10/10  16:23:48
1637         Log: Adjust test count for ExtUtils::Command
1638      Branch: perl
1639            ! lib/ExtUtils/t/eu_command.t
1640 ____________________________________________________________________________
1641 [ 28988] By: stevep                                on 2006/10/10  15:04:09
1642         Log: Upgrade to ExtUtils-Manifest-1.49.
1643      Branch: perl
1644            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/t/Manifest.t
1645 ____________________________________________________________________________
1646 [ 28987] By: stevep                                on 2006/10/10  15:01:21
1647         Log: Upgrade to ExtUtils-Command-1.12.
1648      Branch: perl
1649            ! lib/ExtUtils/Command.pm lib/ExtUtils/t/eu_command.t
1650 ____________________________________________________________________________
1651 [ 28986] By: stevep                                on 2006/10/10  14:49:47
1652         Log: Upgrade to CPAN-1.88_53.
1653      Branch: perl
1654            ! lib/CPAN.pm lib/CPAN/HandleConfig.pm lib/CPAN/Queue.pm
1655            ! lib/CPAN/SIGNATURE
1656 ____________________________________________________________________________
1657 [ 28985] By: rgs                                   on 2006/10/10  14:36:49
1658         Log: Subject: [perl #40473] sprintf width+precision fails on wide chars 
1659              From: Anatoly Vorobey (via RT) <perlbug-followup@perl.org>
1660              Date: Sun, 08 Oct 2006 17:58:16 -0700
1661              Message-ID: <rt-3.5.HEAD-31259-1160355496-1702.40473-75-0@perl.org>
1662      Branch: perl
1663            ! sv.c t/op/sprintf2.t
1664 ____________________________________________________________________________
1665 [ 28984] By: stevep                                on 2006/10/10  14:33:53
1666         Log: Upgrade to ExtUtils-Makemaker-6.31.
1667      Branch: perl
1668            ! lib/ExtUtils/Changes lib/ExtUtils/Command/MM.pm
1669            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Liblist/Kid.pm
1670            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_AIX.pm
1671            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_BeOS.pm
1672            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_DOS.pm
1673            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_NW5.pm
1674            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_QNX.pm
1675            ! lib/ExtUtils/MM_UWIN.pm lib/ExtUtils/MM_Unix.pm
1676            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_VOS.pm
1677            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
1678            ! lib/ExtUtils/MY.pm lib/ExtUtils/MakeMaker.pm
1679            ! lib/ExtUtils/MakeMaker/Config.pm
1680            ! lib/ExtUtils/MakeMaker/bytes.pm
1681            ! lib/ExtUtils/MakeMaker/vmsish.pm lib/ExtUtils/Mkbootstrap.pm
1682            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/README
1683            ! lib/ExtUtils/TODO lib/ExtUtils/t/basic.t
1684            ! lib/ExtUtils/testlib.pm
1685 ____________________________________________________________________________
1686 [ 28983] By: stevep                                on 2006/10/10  14:05:52
1687         Log: Update to PathTools-3.22.
1688      Branch: perl
1689            ! ext/Cwd/Changes ext/Text/Soundex/Soundex.xs lib/Cwd.pm
1690            ! lib/File/Spec.pm lib/File/Spec/Unix.pm lib/File/Spec/t/Spec.t
1691            ! lib/File/Spec/t/crossplatform.t
1692 ____________________________________________________________________________
1693 [ 28982] By: merijn                                on 2006/10/10  14:02:16
1694         Log: New shiny models
1695      Branch: perl
1696            ! README.hpux
1697 ____________________________________________________________________________
1698 [ 28981] By: rgs                                   on 2006/10/10  13:13:18
1699         Log: Subject: [PATCH] Regexp Recurse by name.
1700              From: demerphq <demerphq@gmail.com>
1701              Date: Mon, 9 Oct 2006 20:36:20 +0200
1702              Message-ID: <9b18b3110610091136g48e5b154tf16d00d38e80a6dc@mail.gmail.com>
1703              
1704              (with doc nits)
1705      Branch: perl
1706            ! embed.fnc embed.h ext/re/re.pm pod/perlre.pod proto.h
1707            ! regcomp.c t/op/re_tests
1708 ____________________________________________________________________________
1709 [ 28980] By: rgs                                   on 2006/10/10  11:25:58
1710         Log: Subject: [PATCH] enc2xs and C++: add extern "C" to  data
1711              From: Jarkko Hietaniemi <jhi@iki.fi>
1712              Date: Tue, 10 Oct 2006 13:52:57 +0300
1713              Message-ID: <452B7B89.201@iki.fi>
1714      Branch: perl
1715            ! ext/Encode/bin/enc2xs
1716 ____________________________________________________________________________
1717 [ 28979] By: rgs                                   on 2006/10/10  11:20:19
1718         Log: Subject: [PATCH] Linux and Solaris hints: C++ vs dlerror
1719              From: Jarkko Hietaniemi <jhi@iki.fi>
1720              Date: Tue, 10 Oct 2006 14:00:40 +0300
1721              Message-ID: <452B7D58.1090009@iki.fi>
1722      Branch: perl
1723            ! hints/linux.sh hints/solaris_2.sh
1724 ____________________________________________________________________________
1725 [ 28978] By: steveh                                on 2006/10/10  10:25:06
1726         Log: Updates for building on Win32 with Visual C++ 2005 Express Edition
1727              
1728              Add some instructions in README.win32, clarify macro comments and add
1729              missing macros to makefile.mk, and drop the GLOBEXEBUILD macro from
1730              Makefile--the Express Edition of Visual C++ 2005 is free and includes
1731              setargv.obj, so there is no need to support the .NET 2.0 SDK compiler
1732              which didn't include it.
1733              
1734              Unfortunately, the build still doesn't work yet--my attempt got as far
1735              as building extensions, but miniperl.exe crashed.  Hopefully this can
1736              be sorted out soon.
1737      Branch: perl
1738            ! README.win32 win32/Makefile win32/makefile.mk
1739 ____________________________________________________________________________
1740 [ 28977] By: craigb                                on 2006/10/10  03:29:50
1741         Log: fix a doc typo and a warning typo in VMS::DCLsym
1742      Branch: perl
1743            ! vms/ext/DCLsym/DCLsym.pm
1744 ____________________________________________________________________________
1745 [ 28976] By: stevep                                on 2006/10/09  20:17:07
1746         Log: Make g++ happy when compiling NDBM_File on a system that
1747              is likely using the GDBM compatibility headers that 
1748              g++ (and other C++ implementations) cannot handle.
1749      Branch: perl
1750            ! ext/NDBM_File/Makefile.PL ext/NDBM_File/NDBM_File.xs
1751 ____________________________________________________________________________
1752 [ 28975] By: davem                                 on 2006/10/09  16:35:02
1753         Log: fix bad free in do_exec3()
1754      Branch: perl
1755            ! doio.c
1756 ____________________________________________________________________________
1757 [ 28974] By: rgs                                   on 2006/10/09  14:29:52
1758         Log: Subject: [PATCH] Encode.xs: add an explicit cast to make g++ happier
1759              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
1760              Date: Mon,  9 Oct 2006 16:54:12 +0300 (EEST)
1761              Message-Id: <20061009135412.47F7A8B3A0@seth.hut.fi>
1762      Branch: perl
1763            ! ext/Encode/Encode.xs
1764 ____________________________________________________________________________
1765 [ 28973] By: rgs                                   on 2006/10/09  14:13:25
1766         Log: Address update for Jerry D. Hedden
1767      Branch: perl
1768            ! AUTHORS
1769 ____________________________________________________________________________
1770 [ 28972] By: rgs                                   on 2006/10/09  12:53:40
1771         Log: Update perldelta for recent regexp changes, based on a text by Yves Orton.
1772      Branch: perl
1773            ! pod/perl595delta.pod
1774 ____________________________________________________________________________
1775 [ 28971] By: rgs                                   on 2006/10/09  12:28:11
1776         Log: Subject: [PATCH] Digest::SHA 5.43_01 - ANSIfy src/hmac.c
1777              From: Jarkko Hietaniemi <jhi@iki.fi>
1778              Date: Mon, 09 Oct 2006 14:24:09 +0300
1779              Message-ID: <452A3159.3060003@iki.fi>
1780      Branch: perl
1781            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/src/hmac.c
1782 ____________________________________________________________________________
1783 [ 28970] By: rgs                                   on 2006/10/09  10:32:06
1784         Log: Add perl595delta
1785      Branch: perl
1786            + pod/perl595delta.pod
1787            ! MANIFEST Makefile.SH pod.lst pod/perl.pod
1788            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
1789            ! win32/pod.mak
1790 ____________________________________________________________________________
1791 [ 28969] By: rgs                                   on 2006/10/09  10:11:09
1792         Log: Bump version to 5.9.5
1793      Branch: perl
1794            ! Cross/config.sh-arm-linux NetWare/Makefile NetWare/config_H.wc
1795            ! epoc/config.sh epoc/createpkg.pl patchlevel.h
1796            ! plan9/config.plan9 win32/Makefile win32/Makefile.ce
1797            ! win32/config_H.bc win32/config_H.ce win32/config_H.gc
1798            ! win32/config_H.vc win32/config_H.vc64 win32/makefile.mk
1799 ____________________________________________________________________________
1800 [ 28968] By: rgs                                   on 2006/10/09  10:02:08
1801         Log: Subject: Re: [PATCH] regexec.c: goto crossing initialization
1802              From: Jarkko Hietaniemi <jhi@iki.fi>
1803              Date: Mon, 09 Oct 2006 12:47:11 +0300
1804              Message-ID: <452A1A9F.4080103@iki.fi>
1805      Branch: perl
1806            ! regexec.c
1807 ____________________________________________________________________________
1808 [ 28967] By: rgs                                   on 2006/10/08  19:53:10
1809         Log: Subject: Re: [perl #40468] Not OK: perl 5.9.4 +patchaperlup: on i686-linux-64int 2.6.17-2-k7 (UNINSTALLED)
1810              From: demerphq <demerphq@gmail.com>
1811              Date: Sun, 8 Oct 2006 20:14:24 +0200
1812              Message-ID: <9b18b3110610081114g11dabafaw860181598ab54bd6@mail.gmail.com>
1813      Branch: perl
1814            ! hv.c regcomp.c t/op/pat.t
1815 ____________________________________________________________________________
1816 [ 28966] By: rgs                                   on 2006/10/08  19:39:00
1817         Log: Revert change 28962 (at least until a better solution is found)
1818      Branch: perl
1819            ! XSUB.h perl.h sv.c
1820 ____________________________________________________________________________
1821 [ 28965] By: rgs                                   on 2006/10/08  17:07:42
1822         Log: Clarifications on the usage of setlocale() and LC_NUMERIC to
1823              affect the decimal point in output, by Jarkko.
1824      Branch: perl
1825            ! pod/perldata.pod pod/perlfunc.pod pod/perllocale.pod
1826 ____________________________________________________________________________
1827 [ 28964] By: nicholas                              on 2006/10/08  00:25:07
1828         Log: Document the growth policy, and Yves suggested a better arbitary
1829              constant. (The original plan was add 80 if free space is less than 80,
1830              which wasn't a noticable improvement. Hence 40 was 80/2 for plan B)
1831      Branch: perl
1832            ! ext/Data/Dumper/Dumper.xs
1833 ____________________________________________________________________________
1834 [ 28963] By: nicholas                              on 2006/10/07  23:42:56
1835         Log: Yves said that the XS version of Data::Dumper was inefficient because
1836              it keeps triggering realloc() due to sv_cat(). Here's a rather brute
1837              force approach to pre-stretching the buffer - if there are less than
1838              40 bytes free, grow it by 50%.
1839              
1840              Surprisingly effective for my test program
1841              ./perl -Ilib -MData::Dumper -MStorable=retrieve -we \
1842              'print Dumper(retrieve(shift))' ~/.cpan/Metadata >/dev/null
1843              
1844              Before
1845              real    2m42.921s
1846              user    1m43.321s
1847              sys     0m55.611s
1848              
1849              
1850              After
1851              real    0m5.205s
1852              user    0m4.885s
1853              sys     0m0.255s
1854              
1855              Same 25M of output, byte for byte. :-)
1856      Branch: perl
1857            ! ext/Data/Dumper/Dumper.xs
1858 ____________________________________________________________________________
1859 [ 28962] By: nicholas                              on 2006/10/07  22:24:28
1860         Log: No need to create a new magic vtable if it's all 0 pointers.
1861              [And these are function pointers, so they're not NULL :-)]
1862      Branch: perl
1863            ! XSUB.h perl.h sv.c
1864 ____________________________________________________________________________
1865 [ 28961] By: nicholas                              on 2006/10/07  22:06:19
1866         Log: Make reference stringification (blessed and unblessed) about as fast as
1867              is possible, because I'm told it's used quite frequently.
1868      Branch: perl
1869            ! sv.c
1870 ____________________________________________________________________________
1871 [ 28960] By: nicholas                              on 2006/10/07  17:16:01
1872         Log: Use packed addresses for the seen tracking hash, rather than
1873              "stringified" references. These use less memory, and should be faster
1874              as there is no call to sprintf().
1875      Branch: perl
1876            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
1877 ____________________________________________________________________________
1878 [ 28959] By: nicholas                              on 2006/10/07  16:08:04
1879         Log: Eliminate two more unneeded strlen()s from Dumper.xs
1880      Branch: perl
1881            ! ext/Data/Dumper/Dumper.xs
1882 ____________________________________________________________________________
1883 [ 28958] By: rgs                                   on 2006/10/07  16:01:55
1884         Log: Subject: [PATCH] threads 1.43 - stringify
1885              From: Jerry Hedden <jdhedden@yahoo.com>
1886              Date: Fri, 6 Oct 2006 12:19:41 -0700 (PDT)
1887              Message-ID: <20061006191941.22457.qmail@web30205.mail.mud.yahoo.com>
1888      Branch: perl
1889            - ext/threads/typemap
1890            ! MANIFEST ext/threads/Changes ext/threads/Makefile.PL
1891            ! ext/threads/README ext/threads/t/basic.t
1892            ! ext/threads/t/thread.t ext/threads/threads.pm
1893 ____________________________________________________________________________
1894 [ 28957] By: rgs                                   on 2006/10/07  14:30:32
1895         Log: Subject: Re: [PATCH] Initial attempt at named captures for perls regexp engine
1896              From: demerphq <demerphq@gmail.com>
1897              Date: Fri, 6 Oct 2006 19:16:01 +0200
1898              Message-ID: <9b18b3110610061016x5ddce965u30d9a821f632d450@mail.gmail.com>
1899      Branch: perl
1900            ! XSUB.h doop.c dump.c embed.fnc embed.h gv.c hv.c perl.h
1901            ! pod/perlre.pod pod/perltodo.pod pod/perlvar.pod pp.c proto.h
1902            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
1903            ! sv.c t/op/pat.t t/op/re_tests t/op/regexp.t toke.c
1904 ____________________________________________________________________________
1905 [ 28956] By: nicholas                              on 2006/10/07  13:53:36
1906         Log: Change sprintf() to my_sprintf(), and use the returnled length from
1907              that and my_snprintf() to avoid calls to strlen()
1908      Branch: perl
1909            ! ext/Data/Dumper/Dumper.xs
1910 ____________________________________________________________________________
1911 [ 28955] By: merijn                                on 2006/10/07  11:56:31
1912         Log: Subject: [PATCH] cflags.SH: strip -std=c89 for g++
1913              From: Jarkko Hietaniemi <jhi@iki.fi>
1914              Date: Sat, 07 Oct 2006 13:37:04 +0300
1915              Message-ID: <45278350.8020707@iki.fi>
1916      Branch: perl
1917            ! cflags.SH
1918 ____________________________________________________________________________
1919 [ 28954] By: merijn                                on 2006/10/07  11:52:04
1920         Log: Subject: [PATCH] another g++ patch (Util.xs)
1921              From: "Paul Marquess" <paul.marquess@ntlworld.com>
1922              Date: Fri, 6 Oct 2006 11:14:03 +0100
1923              Message-ID: <00ea01c6e930$269f3d70$4e3c140a@myopwv.com>
1924      Branch: perl
1925            ! ext/List/Util/Util.xs
1926 ____________________________________________________________________________
1927 [ 28953] By: stevep                                on 2006/10/07  01:34:15
1928         Log: Upgrade to Test-Harness-2.64
1929      Branch: perl
1930            + lib/Test/Harness/Results.pm
1931            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
1932            ! lib/Test/Harness/Straps.pm lib/Test/Harness/Util.pm
1933            ! lib/Test/Harness/bin/prove lib/Test/Harness/t/00compile.t
1934            ! lib/Test/Harness/t/callback.t lib/Test/Harness/t/failure.t
1935            ! lib/Test/Harness/t/prove-switches.t
1936            ! lib/Test/Harness/t/strap-analyze.t
1937            ! lib/Test/Harness/t/test-harness.t
1938 ____________________________________________________________________________
1939 [ 28952] By: nicholas                              on 2006/10/06  21:56:46
1940         Log: Make the executable slightly smaller by using PL_hexdigit in
1941              Perl_sv_vcatpvfn.
1942      Branch: perl
1943            ! sv.c
1944 ____________________________________________________________________________
1945 [ 28951] By: nicholas                              on 2006/10/06  21:27:13
1946         Log: Fix typo spotted by Rafael. Close the file handle explicity and check
1947              for errors. Add overload.pl to regen.pl
1948      Branch: perl
1949            ! overload.pl regen.pl
1950 ____________________________________________________________________________
1951 [ 28950] By: nicholas                              on 2006/10/06  21:19:26
1952         Log: Generate the overload enum and names array programatically, which
1953              allows experimentation with the order. The new order shaves nearly
1954              900 bytes from gv.o, because the compiler can make smaller branch
1955              tables for switch statements.
1956      Branch: perl
1957            + overload.h overload.pl
1958            ! MANIFEST perl.h
1959 ____________________________________________________________________________
1960 [ 28949] By: nicholas                              on 2006/10/06  21:01:00
1961         Log: Reoder struct am_table and am_table_short to save 8 bytes on LP64
1962              systems, by placing the two U32 fields next to each other.
1963      Branch: perl
1964            ! perl.h
1965 ____________________________________________________________________________
1966 [ 28948] By: stevep                                on 2006/10/06  20:02:48
1967         Log: Upgrade to PathTools-3.21
1968      Branch: perl
1969            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
1970            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
1971            ! lib/File/Spec/t/Spec.t
1972 ____________________________________________________________________________
1973 [ 28947] By: nicholas                              on 2006/10/06  18:05:45
1974         Log: Don't bother generating the "Operation \"%s\": no method found..."
1975              message text if we're not going to use it.
1976      Branch: perl
1977            ! gv.c
1978 ____________________________________________________________________________
1979 [ 28946] By: davem                                 on 2006/10/05  18:16:19
1980         Log: Document the new regmatch() backtracking mechanism
1981      Branch: perl
1982            ! regexec.c
1983 ____________________________________________________________________________
1984 [ 28945] By: davem                                 on 2006/10/05  16:05:57
1985         Log: remove REGMATCH detritus and shrink the size of the backtrack structure
1986      Branch: perl
1987            ! regexec.c regexp.h
1988 ____________________________________________________________________________
1989 [ 28944] By: davem                                 on 2006/10/05  14:00:38
1990         Log: migrate CURLYX/WHILEM branch in regmatch() to new FSM-esque paradigm
1991      Branch: perl
1992            ! regcomp.sym regexec.c regexp.h regnodes.h t/op/pat.t
1993 ____________________________________________________________________________
1994 [ 28943] By: rgs                                   on 2006/10/05  12:39:53
1995         Log: Subject: Re: [perl #8835] fairly large regex optimization bug with 5.7.3
1996              From: demerphq <demerphq@gmail.com>
1997              Date: Wed, 4 Oct 2006 19:08:47 +0200
1998              Message-ID: <9b18b3110610041008v2bd63d14g9294f93804122dec@mail.gmail.com>
1999      Branch: perl
2000            ! regcomp.c regcomp.h
2001 ____________________________________________________________________________
2002 [ 28942] By: rgs                                   on 2006/10/05  12:23:24
2003         Log: Nit in regcomp, discovered by a gcc warning, fixed by Yves
2004      Branch: perl
2005            ! regcomp.c
2006 ____________________________________________________________________________
2007 [ 28941] By: rgs                                   on 2006/10/05  12:20:28
2008         Log: Fix a couple of casting warnings
2009      Branch: perl
2010            ! regcomp.c
2011 ____________________________________________________________________________
2012 [ 28940] By: stevep                                on 2006/10/05  11:30:56
2013         Log: Fix a few pod nits in perlre.
2014      Branch: perl
2015            ! pod/perlre.pod
2016 ____________________________________________________________________________
2017 [ 28939] By: rgs                                   on 2006/10/05  10:23:08
2018         Log: Subject: Re: [PATCH] Add recursive regexes similar to PCRE
2019              From: demerphq <demerphq@gmail.com>
2020              Date: Wed, 4 Oct 2006 15:45:15 +0200
2021              Message-ID: <9b18b3110610040645s563220a2id6f235494b497e90@mail.gmail.com>
2022              
2023              Subject: Re: [PATCH] Add recursive regexes similar to PCRE
2024              From: demerphq <demerphq@gmail.com>
2025              Date: Wed, 4 Oct 2006 21:05:10 +0200
2026              Message-ID: <9b18b3110610041205m2660eb43m1315cf4b0653db96@mail.gmail.com>
2027      Branch: perl
2028            ! embed.fnc embed.h pod/perlre.pod pod/perltodo.pod proto.h
2029            ! regcomp.c regcomp.h regcomp.pl regcomp.sym regexec.c regexp.h
2030            ! regnodes.h t/op/pat.t t/op/re_tests
2031 ____________________________________________________________________________
2032 [ 28938] By: rgs                                   on 2006/10/05  08:43:25
2033         Log: Upgrade to Module::CoreList 2.09:
2034              - make the dependency on version.pm optional
2035              - improve doc of corelist(1)
2036      Branch: perl
2037            ! lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist
2038 ____________________________________________________________________________
2039 [ 28937] By: rgs                                   on 2006/10/05  08:00:57
2040         Log: Change md5sum of MD5.xs after change 28936 (on UNIX, might
2041              need adjustments on other platforms)
2042      Branch: perl
2043            ! ext/Digest/MD5/t/files.t
2044 ____________________________________________________________________________
2045 [ 28936] By: stevep                                on 2006/10/04  19:56:13
2046         Log: Change to sv_reftype return value caused compile for Digest::MD5
2047              with g++ to fail.
2048      Branch: perl
2049            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
2050 ____________________________________________________________________________
2051 [ 28935] By: stevep                                on 2006/10/04  19:44:58
2052         Log: Subject: [PATCH] Give zlib the ASNI C treatmant
2053              From: "Paul Marquess" <paul.marquess@ntlworld.com>
2054              Date: Wed, 4 Oct 2006 17:14:05 +0100
2055              Message-ID: <018901c6e7d0$1f06c8f0$7565140a@myopwv.com>
2056      Branch: perl
2057            ! ext/Compress/Raw/Zlib/zlib-src/adler32.c
2058            ! ext/Compress/Raw/Zlib/zlib-src/compress.c
2059            ! ext/Compress/Raw/Zlib/zlib-src/crc32.c
2060            ! ext/Compress/Raw/Zlib/zlib-src/deflate.c
2061            ! ext/Compress/Raw/Zlib/zlib-src/infback.c
2062            ! ext/Compress/Raw/Zlib/zlib-src/inffast.c
2063            ! ext/Compress/Raw/Zlib/zlib-src/inflate.c
2064            ! ext/Compress/Raw/Zlib/zlib-src/inftrees.c
2065            ! ext/Compress/Raw/Zlib/zlib-src/trees.c
2066            ! ext/Compress/Raw/Zlib/zlib-src/uncompr.c
2067            ! ext/Compress/Raw/Zlib/zlib-src/zutil.c
2068 ____________________________________________________________________________
2069 [ 28934] By: stevep                                on 2006/10/04  18:45:37
2070         Log: Fixes to compile Perl with g++ and DEBUGGING.
2071      Branch: perl
2072            ! regcomp.pl regnodes.h x2p/a2p.c
2073 ____________________________________________________________________________
2074 [ 28933] By: rgs                                   on 2006/10/04  07:16:04
2075         Log: Subject: [PATCH] Update Stratus VOS files.
2076              From: "Green, Paul" <Paul.Green@stratus.com>
2077              Date: Tue, 3 Oct 2006 17:40:03 -0400
2078              Message-ID: <F5F42E77A43DD944B6D664B00A5401CB022CA121@EXNA.corp.stratus.com>
2079      Branch: perl
2080            + vos/syslog.h
2081            ! MANIFEST vos/Changes vos/vos.c
2082 ____________________________________________________________________________
2083 [ 28932] By: rgs                                   on 2006/10/03  16:39:58
2084         Log: Text::Soundex is now dual-lived.
2085      Branch: perl
2086            ! Porting/Maintainers.pl
2087 ____________________________________________________________________________
2088 [ 28931] By: rgs                                   on 2006/10/03  15:52:33
2089         Log: Subject: [PATCH] threads-shared 1.03 - Changes, Makefile.PL
2090              From: Jerry Hedden <jdhedden@yahoo.com>
2091              Date: Tue, 3 Oct 2006 07:49:37 -0700 (PDT)
2092              Message-ID: <20061003144937.58522.qmail@web30202.mail.mud.yahoo.com>
2093      Branch: perl
2094            + ext/threads/shared/Changes
2095            ! MANIFEST ext/threads/shared/Makefile.PL
2096 ____________________________________________________________________________
2097 [ 28930] By: stevep                                on 2006/10/03  15:36:55
2098         Log: Upgrade to CGI.pm-3.25
2099      Branch: perl
2100            ! lib/CGI.pm lib/CGI/Changes lib/CGI/Util.pm
2101 ____________________________________________________________________________
2102 [ 28929] By: stevep                                on 2006/10/03  15:08:35
2103         Log: Quiet warnings in new test for ExtUtils::Command.
2104      Branch: perl
2105            ! lib/ExtUtils/t/eu_command.t
2106 ____________________________________________________________________________
2107 [ 28928] By: rgs                                   on 2006/10/03  14:53:33
2108         Log: Subject: PATCH: clarify docs for lib.pm
2109              From: Mark Stosberg <mark@summersault.com>
2110              Date: Mon, 25 Sep 2006 15:53:44 -0400
2111              Message-ID: <20060925195512.27418.qmail@lists.develooper.com>
2112              
2113              (further modified by Merijn)
2114      Branch: perl
2115            ! lib/lib_pm.PL
2116 ____________________________________________________________________________
2117 [ 28927] By: stevep                                on 2006/10/03  14:52:45
2118         Log: Move Text::Soundex from lib/ to ext/ and upgrade it to 
2119              Text-Soundex-3.02.
2120      Branch: perl
2121            + ext/Text/Soundex/Changes ext/Text/Soundex/Makefile.PL
2122            + ext/Text/Soundex/README ext/Text/Soundex/Soundex.pm
2123            + ext/Text/Soundex/Soundex.xs
2124           +> ext/Text/Soundex/t/Soundex.t
2125            - lib/Text/Soundex.pm lib/Text/Soundex.t
2126            ! MANIFEST
2127 ____________________________________________________________________________
2128 [ 28926] By: rgs                                   on 2006/10/03  14:36:59
2129         Log: Subject: [patch] convert spare debug flag to DEBUG_U, for Unofficial, User hacking.
2130              From: Jim Cromie <jim.cromie@gmail.com>
2131              Date: Fri, 29 Sep 2006 12:38:56 -0600
2132              Message-ID: <451D6840.3020408@gmail.com>
2133      Branch: perl
2134            ! perl.c perl.h
2135 ____________________________________________________________________________
2136 [ 28925] By: rgs                                   on 2006/10/03  14:29:48
2137         Log: Un-TODO some B tests
2138      Branch: perl
2139            ! ext/B/t/optree_constants.t
2140 ____________________________________________________________________________
2141 [ 28924] By: stevep                                on 2006/10/03  13:51:30
2142         Log: Upgrade to version-0.6701  
2143      Branch: perl
2144            ! lib/version.pm
2145 ____________________________________________________________________________
2146 [ 28923] By: stevep                                on 2006/10/03  13:46:26
2147         Log: Upgrade to threads-shared-1.03
2148      Branch: perl
2149            ! ext/threads/shared/README ext/threads/shared/shared.pm
2150            ! ext/threads/shared/shared.xs ext/threads/shared/t/0nothread.t
2151            ! ext/threads/shared/t/av_refs.t
2152            ! ext/threads/shared/t/av_simple.t
2153            ! ext/threads/shared/t/blessed.t ext/threads/shared/t/cond.t
2154            ! ext/threads/shared/t/disabled.t ext/threads/shared/t/hv_refs.t
2155            ! ext/threads/shared/t/hv_simple.t
2156            ! ext/threads/shared/t/no_share.t
2157            ! ext/threads/shared/t/shared_attr.t
2158            ! ext/threads/shared/t/sv_refs.t
2159            ! ext/threads/shared/t/sv_simple.t ext/threads/shared/t/wait.t
2160            ! mkppport.lst
2161 ____________________________________________________________________________
2162 [ 28922] By: stevep                                on 2006/10/03  13:28:30
2163         Log: Upgrade to threads-1.42
2164      Branch: perl
2165            ! ext/threads/Changes ext/threads/README ext/threads/t/libc.t
2166            ! ext/threads/t/thread.t ext/threads/threads.pm
2167 ____________________________________________________________________________
2168 [ 28921] By: stevep                                on 2006/10/03  13:19:48
2169         Log: Upgrade to ExtUtils-Manifest-1.48
2170      Branch: perl
2171            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/t/Manifest.t
2172 ____________________________________________________________________________
2173 [ 28920] By: stevep                                on 2006/10/03  13:13:53
2174         Log: Upgrade to CPAN-1.88_52
2175      Branch: perl
2176            ! lib/CPAN.pm lib/CPAN/Debug.pm lib/CPAN/HandleConfig.pm
2177            ! lib/CPAN/SIGNATURE lib/CPAN/Tarzip.pm lib/CPAN/Version.pm
2178            ! lib/CPAN/t/10version.t
2179 ____________________________________________________________________________
2180 [ 28919] By: stevep                                on 2006/10/03  13:08:35
2181         Log: Upgrade to Time-HiRes-1.91
2182      Branch: perl
2183            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
2184            ! ext/Time/HiRes/HiRes.xs
2185 ____________________________________________________________________________
2186 [ 28918] By: stevep                                on 2006/10/03  13:06:06
2187         Log: Update to ExtUtils-Command-1.11
2188      Branch: perl
2189            + lib/ExtUtils/t/eu_command.t
2190            - lib/ExtUtils/t/Command.t
2191            ! MANIFEST lib/ExtUtils/Command.pm
2192 ____________________________________________________________________________
2193 [ 28917] By: rgs                                   on 2006/10/03  11:58:46
2194         Log: Subject: [perl #40427] Segfault in pack 
2195              From: dgay@acm.org (via RT) <perlbug-followup@perl.org>
2196              Date: Thu, 28 Sep 2006 17:30:37 -0700
2197              Message-ID: <rt-3.5.HEAD-31259-1159489837-428.40427-75-0@perl.org>
2198      Branch: perl
2199            ! pp_pack.c
2200 ____________________________________________________________________________
2201 [ 28916] By: rgs                                   on 2006/10/03  07:51:03
2202         Log: Regenerate proto.h
2203      Branch: perl
2204            ! proto.h
2205 ____________________________________________________________________________
2206 [ 28915] By: merijn                                on 2006/10/03  06:56:41
2207         Log: Subject: [PATCH] const sv_reftype
2208              From: Jarkko Hietaniemi <jhi@iki.fi>
2209              Date: Tue, 03 Oct 2006 08:05:24 +0300
2210              Message-ID: <4521EF94.5080602@iki.fi>
2211      Branch: perl
2212            ! embed.fnc pod/perlapi.pod sv.c
2213 ____________________________________________________________________________
2214 [ 28914] By: merijn                                on 2006/10/02  20:50:18
2215         Log: Subject: Re: [PATCH] cflags.SH: rethink of the gcc -std=c89 and -pedantic
2216              From: Jarkko Hietaniemi <jhi@iki.fi>
2217              Date: Mon, 02 Oct 2006 13:04:14 +0300
2218              Message-ID: <4520E41E.8040300@iki.fi>
2219      Branch: perl
2220            ! cflags.SH
2221 ____________________________________________________________________________
2222 [ 28913] By: merijn                                on 2006/10/02  11:10:21
2223         Log: doc typo change on jhi's request
2224      Branch: perl
2225            ! pod/perldiag.pod
2226 ____________________________________________________________________________
2227 [ 28912] By: merijn                                on 2006/10/02  10:09:48
2228         Log: Subject: [PATCH] perldiag.pod: followup on the PerlIO::scalar patch
2229              From: Jarkko Hietaniemi <jhi@iki.fi>
2230              Date: Mon, 02 Oct 2006 12:58:18 +0300
2231              Message-ID: <4520E2BA.1000309@iki.fi>
2232      Branch: perl
2233            ! pod/perldiag.pod
2234 ____________________________________________________________________________
2235 [ 28911] By: nicholas                              on 2006/10/01  20:22:02
2236         Log: In PerlIO_debug(), if tainting or set*id, set PL_perlio_debug_fd to -1
2237              first time through to reduce the checks on subsequent calls.
2238      Branch: perl
2239            ! perlio.c
2240 ____________________________________________________________________________
2241 [ 28910] By: nicholas                              on 2006/10/01  19:29:50
2242         Log: In pp_binmode, call mode_from_discipline() once and remember the result.
2243      Branch: perl
2244            ! pp_sys.c
2245 ____________________________________________________________________________
2246 [ 28909] By: stevep                                on 2006/09/30  14:17:55
2247         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.88_51.tar.gz
2248              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
2249              Date: Sat, 30 Sep 2006 13:44:02 +0200
2250              Message-ID: <87ejttmvel.fsf@k75.linux.bogus>
2251      Branch: perl
2252            + lib/CPAN/Queue.pm
2253            ! MANIFEST lib/CPAN.pm lib/CPAN/Debug.pm lib/CPAN/FirstTime.pm
2254            ! lib/CPAN/HandleConfig.pm lib/CPAN/SIGNATURE
2255            ! lib/CPAN/t/03pkgs.t
2256 ____________________________________________________________________________
2257 [ 28908] By: davem                                 on 2006/09/30  11:31:14
2258         Log: remove backing up outercc->cur in regmatch()/WHILEM
2259      Branch: perl
2260            ! regexec.c
2261 ____________________________________________________________________________
2262 [ 28907] By: davem                                 on 2006/09/30  00:29:10
2263         Log: assert that backing up outercc->cur in regmatch()/WHILEM is not needed
2264      Branch: perl
2265            ! regexec.c
2266 ____________________________________________________________________________
2267 [ 28906] By: davem                                 on 2006/09/30  00:22:20
2268         Log: add stress test for CURLYX/WHILEM regex ops
2269      Branch: perl
2270            ! t/op/pat.t
2271 ____________________________________________________________________________
2272 [ 28905] By: davem                                 on 2006/09/30  00:07:49
2273         Log: rationalise sayYES and sayNO code in regmatch()
2274      Branch: perl
2275            ! regexec.c regexp.h
2276 ____________________________________________________________________________
2277 [ 28904] By: merijn                                on 2006/09/29  17:54:12
2278         Log: Subject: [PATCH] Minor re 'Debug' tweaks, also fix a bug in dumping certain patterns.
2279              From: demerphq <demerphq@gmail.com>
2280              Date: Fri, 29 Sep 2006 17:39:16 +0200
2281              Message-ID: <9b18b3110609290839i58fa703u59259e4ec1d9f2d9@mail.gmail.com>
2282      Branch: perl
2283            ! ext/re/re.pm regcomp.c regcomp.h win32/Makefile
2284 ____________________________________________________________________________
2285 [ 28903] By: stevep                                on 2006/09/29  15:10:41
2286         Log: Subject: [PATCH] PerlIO::scalar (aka open(my $fh, >\$foo)): zero-filling seekand don't talk to negative strangers
2287              From: Jarkko Hietaniemi <jhi@iki.fi>
2288              Date: Fri, 29 Sep 2006 17:41:28 +0300
2289              Message-ID: <451D3098.1000305@iki.fi>
2290      Branch: perl
2291            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
2292            ! pod/perldiag.pod
2293 ____________________________________________________________________________
2294 [ 28902] By: merijn                                on 2006/09/29  15:05:22
2295         Log: Subject: Re: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re pluggable under threads)
2296              From: demerphq <demerphq@gmail.com>
2297              Date: Fri, 29 Sep 2006 16:57:07 +0200
2298              Message-ID: <9b18b3110609290757n62b3484i7bb948f965524191@mail.gmail.com>
2299      Branch: perl
2300            ! perl.h regcomp.c regexp.h
2301 ____________________________________________________________________________
2302 [ 28901] By: stevep                                on 2006/09/29  13:55:55
2303         Log: Fix debug format in regcomp.c that was failing under
2304              -Doptimize="-g"
2305      Branch: perl
2306            ! regcomp.c
2307 ____________________________________________________________________________
2308 [ 28900] By: merijn                                on 2006/09/29  12:29:24
2309         Log: Subject: Re: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re pluggable under threads)
2310              From: demerphq <demerphq@gmail.com>
2311              Date: Fri, 29 Sep 2006 12:41:26 +0200
2312              Message-ID: <9b18b3110609290341p11767110sec20a6fee2038a00@mail.gmail.com>
2313      Branch: perl
2314            + ext/re/t/lexical_debug.pl ext/re/t/lexical_debug.t
2315            ! MANIFEST embed.fnc embed.h embedvar.h ext/re/re.pm
2316            ! ext/re/re.xs ext/re/t/re.t op.c perl.h perlapi.h pp.c pp_ctl.c
2317            ! pp_hot.c proto.h regcomp.c regcomp.h regcomp.pl regexec.c
2318            ! regexp.h regnodes.h sv.c thrdvar.h
2319 ____________________________________________________________________________
2320 [ 28899] By: nicholas                              on 2006/09/28  22:15:57
2321         Log: Silence two warnings from gcc when being -pedantic
2322      Branch: perl
2323            ! perl.h
2324 ____________________________________________________________________________
2325 [ 28898] By: merijn                                on 2006/09/28  11:23:38
2326         Log: Subject: Re: reentr reshuffle
2327              From: Jarkko Hietaniemi <jhi@iki.fi>
2328              Date: Thu, 28 Sep 2006 14:15:45 +0300
2329              Message-ID: <451BAEE1.1070509@iki.fi>
2330      Branch: perl
2331            ! reentr.h reentr.pl
2332 ____________________________________________________________________________
2333 [ 28897] By: merijn                                on 2006/09/28  10:36:00
2334         Log: Regen for #28896
2335      Branch: perl
2336            ! reentr.c reentr.h
2337 ____________________________________________________________________________
2338 [ 28896] By: merijn                                on 2006/09/28  10:30:21
2339         Log: Subject: reentr reshuffle
2340              From: Jarkko Hietaniemi <jhi@iki.fi>
2341              Date: Thu, 28 Sep 2006 12:40:04 +0300
2342              Message-ID: <451B9874.7060000@iki.fi>
2343      Branch: perl
2344            ! pod/perlembed.pod pod/perlxs.pod reentr.pl
2345 ____________________________________________________________________________
2346 [ 28895] By: rgs                                   on 2006/09/27  08:45:02
2347         Log: Saddest patch I ever had to apply.
2348      Branch: perl
2349            ! Porting/Maintainers.pl
2350 ____________________________________________________________________________
2351 [ 28894] By: steveh                                on 2006/09/27  08:37:23
2352         Log: I think we need to skip PL_regdupe as well as Perl_regdupe
2353              when USE_ITHREADS is not defined
2354              
2355              See: http://www.nntp.perl.org/group/perl.daily-build.reports/41274
2356      Branch: perl
2357            ! makedef.pl
2358 ____________________________________________________________________________
2359 [ 28893] By: nicholas                              on 2006/09/26  22:29:09
2360         Log: Make Perl_regdupe only exist for threaded perls.
2361      Branch: perl
2362            ! embed.fnc embed.h ext/re/re.xs makedef.pl proto.h regcomp.c
2363            ! thrdvar.h
2364 ____________________________________________________________________________
2365 [ 28892] By: davem                                 on 2006/09/25  22:01:36
2366         Log: Automate generation of the regmatch() state constants
2367              
2368              Subject:  Re: Problem with EVAL handling in bleads iterative regex code.
2369              From:  demerphq <demerphq@gmail.com>
2370              Date:  Mon, 25 Sep 2006 20:09:07 +0200
2371              Message-Id:  <9b18b3110609251109t4cb1d443y87d7a7dc94fcfc24@mail.gmail.com>
2372      Branch: perl
2373            ! regcomp.c regcomp.pl regcomp.sym regexec.c regnodes.h
2374 ____________________________________________________________________________
2375 [ 28891] By: nicholas                              on 2006/09/25  20:47:34
2376         Log: Subject: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re
2377              From: demerphq <demerphq@gmail.com>
2378              Message-ID: <9b18b3110609170557r73d94c18v90285bd57a38b876@mail.gmail.com>
2379              Date: Sun, 17 Sep 2006 14:57:57 +0200
2380      Branch: perl
2381            ! embed.fnc embed.h embedvar.h ext/re/re.xs ext/re/re_top.h
2382            ! global.sym perl.h perlapi.h proto.h regcomp.c sv.c thrdvar.h
2383 ____________________________________________________________________________
2384 [ 28890] By: rgs                                   on 2006/09/25  13:28:24
2385         Log: Remove three X<...> that cannot be handled by pod2text currently
2386              (spotted by David Landgren)
2387      Branch: perl
2388            ! pod/perlref.pod
2389 ____________________________________________________________________________
2390 [ 28889] By: rgs                                   on 2006/09/25  13:10:45
2391         Log: Subject: [PATCH] perlref clarification (was: Re: Is this a bug or a feature?)
2392              From: David Landgren <david@landgren.net>
2393              Date: Mon, 25 Sep 2006 15:03:33 +0200
2394              Message-ID: <4517D3A5.4010200@landgren.net>
2395      Branch: perl
2396            ! pod/perlref.pod
2397 ____________________________________________________________________________
2398 [ 28888] By: davem                                 on 2006/09/25  10:03:41
2399         Log: Fix re debug formatting nits
2400              
2401              From: demerphq <demerphq@gmail.com>
2402              Message-ID: <9b18b3110609250237h4dcf1784s487f1979b2b431b9@mail.gmail.com>
2403              Date: Mon, 25 Sep 2006 11:37:36 +0200
2404              Subject: Re: Problem with EVAL handling in bleads iterative regex code.
2405      Branch: perl
2406            ! regexec.c
2407 ____________________________________________________________________________
2408 [ 28887] By: rgs                                   on 2006/09/25  08:31:37
2409         Log: Typo fix in overload docs
2410      Branch: perl
2411            ! lib/overload.pm
2412 ____________________________________________________________________________
2413 [ 28886] By: nicholas                              on 2006/09/25  07:12:36
2414         Log: Subject: Re: Change 28877: [PATCH] deal with some gcc warnings
2415              From: Jarkko Hietaniemi <jhi@iki.fi>
2416              Message-ID: <45175CA4.3020900@iki.fi>
2417              Date: Mon, 25 Sep 2006 07:35:48 +0300
2418              
2419              remove casts that were causing failure on FreeBSD -Duse64bitint, and
2420              some other cleanups.
2421      Branch: perl
2422            ! doio.c reentr.c reentr.pl
2423 ____________________________________________________________________________
2424 [ 28885] By: davem                                 on 2006/09/25  01:23:31
2425         Log: eliminate PL_regindent and improve -Mre=Debug,STATE output
2426      Branch: perl
2427            ! perl.c regexec.c regexp.h
2428 ____________________________________________________________________________
2429 [ 28884] By: davem                                 on 2006/09/24  22:31:59
2430         Log: fix regression introduced in #27778: must backtrack into inner regex
2431              "aa" =~ /(??{"a+"})a/
2432      Branch: perl
2433            ! regexec.c regexp.h t/op/pat.t t/op/re_tests
2434 ____________________________________________________________________________
2435 [ 28883] By: davem                                 on 2006/09/24  22:03:05
2436         Log: in S_regmatch(), convert state var st->cc into local var cur_curlyx
2437      Branch: perl
2438            ! regexec.c regexp.h
2439 ____________________________________________________________________________
2440 [ 28882] By: davem                                 on 2006/09/24  21:23:28
2441         Log: allow fields in re_tests to include \x{nnn} etc
2442      Branch: perl
2443            ! t/op/re_tests t/op/regexp.t
2444 ____________________________________________________________________________
2445 [ 28881] By: stevep                                on 2006/09/23  16:58:17
2446         Log: Upgrade to CPAN-1.8801.
2447      Branch: perl
2448            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Tarzip.pm
2449 ____________________________________________________________________________
2450 [ 28880] By: rgs                                   on 2006/09/21  15:08:54
2451         Log: Document the values that mad_key can hold
2452              (by Larry)
2453      Branch: perl
2454            ! op.h
2455 ____________________________________________________________________________
2456 [ 28879] By: rgs                                   on 2006/09/21  14:52:15
2457         Log: Subject: RE: Combining UTF-16 output with :crlf is awkward
2458              From: "Jan Dubois" <jand@ActiveState.com>
2459              Date: Thu, 6 Apr 2006 18:37:21 -0700
2460              Message-ID: <0bbe01c659e3$d0c334a0$2217a8c0@candy>
2461      Branch: perl
2462            ! perlio.c
2463 ____________________________________________________________________________
2464 [ 28878] By: merijn                                on 2006/09/21  12:02:14
2465         Log: Subject: Re: \N{...} in regular expression [PATCH]
2466              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
2467              Date: Thu, 21 Sep 2006 20:47:02 +0900
2468              Message-Id: <20060921204520.80A6.BQW10602@nifty.com>
2469      Branch: perl
2470            ! pod/perlop.pod
2471 ____________________________________________________________________________
2472 [ 28877] By: rgs                                   on 2006/09/21  07:54:10
2473         Log: Subject: [PATCH] deal with some gcc warnings
2474              From: Jarkko Hietaniemi <jhi@iki.fi>
2475              Date: Thu, 21 Sep 2006 09:08:47 +0300
2476              Message-ID: <45122C6F.9080904@iki.fi>
2477      Branch: perl
2478            ! doio.c reentr.c reentr.pl regcomp.c regexec.c sv.c toke.c
2479            ! util.c
2480 ____________________________________________________________________________
2481 [ 28876] By: stevep                                on 2006/09/21  02:17:30
2482         Log: Subject: [perl #40369] File::Find mishandles non-dangling symlinks
2483              From: ammon@rhythm.com (via RT) <perlbug-followup@perl.org>
2484              Date: Tue, 19 Sep 2006 20:56:32 -0700
2485              Message-ID: <rt-3.5.HEAD-31258-1158724592-1714.40369-75-0@perl.org>
2486      Branch: perl
2487            ! lib/File/Find.pm
2488 ____________________________________________________________________________
2489 [ 28875] By: rgs                                   on 2006/09/20  16:12:14
2490         Log: Deliver SIGILL, SIGBUS and SIGSEGV always in an "unsafe" manner.
2491              
2492              Subject: Safe signals and SIGSEGV
2493              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
2494              Date: Fri, 8 Sep 2006 17:43:41 +0200
2495              Message-ID: <20060908174341.0cc7988f@grubert.mandriva.com>
2496      Branch: perl
2497            ! mg.c
2498 ____________________________________________________________________________
2499 [ 28874] By: rgs                                   on 2006/09/20  15:22:22
2500         Log: prototype() wasn't working to get the prototype of optional core
2501              keywords (like say, err, given.) Fix this by adding a parameter to
2502              Perl_keyword to always get the keyword number, even if the feature
2503              isn't in effect.
2504      Branch: perl
2505            ! embed.fnc embed.h perl_keyword.pl pp.c proto.h t/op/cproto.t
2506            ! toke.c
2507 ____________________________________________________________________________
2508 [ 28873] By: rgs                                   on 2006/09/20  11:53:59
2509         Log: Subject: Re: [PATCH] Patch for win32.c to fix #38723 and #39531
2510              From: Andrew Savige <ajsavige@yahoo.com.au>
2511              Date: Tue, 19 Sep 2006 23:42:31 +1000 (EST)
2512              Message-ID: <20060919134231.87370.qmail@web56407.mail.re3.yahoo.com>
2513      Branch: perl
2514            ! win32/win32.c
2515 ____________________________________________________________________________
2516 [ 28872] By: merijn                                on 2006/09/19  19:09:36
2517         Log: Subject: Re: \N{...} in regular expression [PATCH]
2518              From: demerphq <demerphq@gmail.com>
2519              Date: Tue, 19 Sep 2006 20:36:17 +0200
2520              Message-ID: <9b18b3110609191136v4d595f37pa0a52b8c20851588@mail.gmail.com>
2521      Branch: perl
2522            ! regcomp.c
2523 ____________________________________________________________________________
2524 [ 28871] By: rgs                                   on 2006/09/19  14:05:48
2525         Log: Upgrade to podlators 2.0.5
2526      Branch: perl
2527            + lib/Pod/t/pod-parser.t
2528            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/t/basic.man
2529            ! lib/Pod/t/basic.t lib/Pod/t/filehandle.t lib/Pod/t/man.t
2530 ____________________________________________________________________________
2531 [ 28870] By: merijn                                on 2006/09/19  11:16:11
2532         Log: Changed +DA2.0w to +DD64; Added notes about C ANSI C updates
2533              on HP-UX 11.00.
2534      Branch: perl
2535            ! README.hpux
2536 ____________________________________________________________________________
2537 [ 28869] By: rgs                                   on 2006/09/19  07:54:24
2538         Log: Subject: Re: [PATCH] lib/File/Copy.t - test descriptions and minor fixes
2539              From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
2540              Date: Mon, 18 Sep 2006 17:36:50 -0300
2541              Message-ID: <73ddeb6c0609181336g53a90dceo9a29777f7686e372@mail.gmail.com>
2542      Branch: perl
2543            ! lib/File/Copy.t
2544 ____________________________________________________________________________
2545 [ 28868] By: merijn                                on 2006/09/19  06:56:36
2546         Log: Subject: Re: \N{...} in regular expression [PATCH]
2547              From: demerphq <demerphq@gmail.com>
2548              Date: Tue, 19 Sep 2006 01:37:19 +0200
2549              Message-ID: <9b18b3110609181637m796d6c16o1b2741edc5f09eb2@mail.gmail.com>
2550      Branch: perl
2551            + t/lib/Cname.pm
2552            ! MANIFEST embed.fnc embed.h pod/perldiag.pod proto.h regcomp.c
2553            ! regexec.c t/op/pat.t toke.c
2554 ____________________________________________________________________________
2555 [ 28867] By: merijn                                on 2006/09/19  06:45:26
2556         Log: Subject: [PATCH] C++: add -Wno-used-parameter, and drop ODBM_File
2557              From: Jarkko Hietaniemi <jhi@iki.fi>
2558              Date: Tue, 19 Sep 2006 09:19:22 +0300
2559              Message-ID: <450F8BEA.1010802@iki.fi>
2560      Branch: perl
2561            ! Makefile.SH cflags.SH
2562 ____________________________________________________________________________
2563 [ 28866] By: rgs                                   on 2006/09/18  09:04:02
2564         Log: Fix declaration-after-statement problem
2565              
2566              Subject: [bug] IO::Socket's IO.xs fails to compile
2567              From: Sebastian Steinlechner <steinlechner@gmx.net>
2568              Date: Mon, 18 Sep 2006 01:38:31 +0200
2569              Message-ID: <450DDC77.2060405@gmx.net>
2570      Branch: perl
2571            ! ext/IO/IO.xs
2572 ____________________________________________________________________________
2573 [ 28865] By: rgs                                   on 2006/09/18  08:37:21
2574         Log: Subject: [PATCH] bleed -  silence warning in sv.c
2575              From: "Philip M. Gollucci" <pgollucci@p6m7g8.com>
2576              Date: Mon, 18 Sep 2006 01:30:05 -0700
2577              Message-ID: <450E590D.1060205@p6m7g8.com>
2578      Branch: perl
2579            ! sv.c
2580 ____________________________________________________________________________
2581 [ 28864] By: rgs                                   on 2006/09/18  08:35:21
2582         Log: Subject: [PATCH] Re: [perl #37714] XSUB.h version check may fail due to locale
2583              From: John Peacock <jpeacock@rowman.com>
2584              Date: Sun, 17 Sep 2006 16:58:58 -0400
2585              Message-ID: <450DB712.4040703@rowman.com>
2586      Branch: perl
2587            ! universal.c util.c
2588 ____________________________________________________________________________
2589 [ 28863] By: nicholas                              on 2006/09/17  19:26:01
2590         Log: Fix one genuine unitialised code path spotted by gcc, and a signed/
2591              unsigned warning.
2592      Branch: perl
2593            ! doio.c
2594 ____________________________________________________________________________
2595 [ 28862] By: nicholas                              on 2006/09/17  18:52:00
2596         Log: Avoid compiler warning about a variable that isn't used when
2597              -DDEBUGGING is not in force.
2598      Branch: perl
2599            ! regcomp.c
2600 ____________________________________________________________________________
2601 [ 28861] By: rgs                                   on 2006/09/17  13:32:18
2602         Log: A better version of change #28847
2603      Branch: perl
2604            ! universal.c util.c
2605 ____________________________________________________________________________
2606 [ 28860] By: rgs                                   on 2006/09/17  12:07:27
2607         Log: Subject: [PATCH] util.c: restore Perl_my_setenv() to pre-28814
2608              From: Jarkko Hietaniemi <jhi@iki.fi>
2609              Date: Sun, 17 Sep 2006 10:29:08 +0300
2610              Message-ID: <450CF944.7000402@iki.fi>
2611      Branch: perl
2612            ! util.c
2613 ____________________________________________________________________________
2614 [ 28859] By: nicholas                              on 2006/09/17  10:39:27
2615         Log: Some notes about struct block_loop
2616      Branch: perl
2617            ! cop.h
2618 ____________________________________________________________________________
2619 [ 28858] By: nicholas                              on 2006/09/17  00:06:53
2620         Log: Store a pointer to the op in struct block_loop, rather than the 
2621              pointers to last and redo. (for ithreads also drop the next pointer,
2622              as pp_ctl.c doesn't re-write it for ithreads). This shrinks the struct
2623              to 40 bytes on ILP32 systems, and therefore struct block to 64 bytes.
2624      Branch: perl
2625            ! cop.h pp_ctl.c scope.c sv.c
2626 ____________________________________________________________________________
2627 [ 28857] By: stevep                                on 2006/09/16  20:19:08
2628         Log: Upgrade to CPAN-CPAN-1.87_64
2629      Branch: perl
2630            ! lib/CPAN/Debug.pm lib/CPAN/FirstTime.pm
2631            ! lib/CPAN/HandleConfig.pm lib/CPAN/Nox.pm lib/CPAN/SIGNATURE
2632            ! lib/CPAN/Tarzip.pm lib/CPAN/Version.pm
2633 ____________________________________________________________________________
2634 [ 28856] By: stevep                                on 2006/09/16  19:37:51
2635         Log: Upgrade to ExtUtils-ParseXS-2.16.  There actually are a couple of
2636              changes in bleadperl not in the new version, so version was bumped
2637              to 2.16_01.
2638      Branch: perl
2639            ! lib/ExtUtils/ParseXS.pm
2640 ____________________________________________________________________________
2641 [ 28855] By: nicholas                              on 2006/09/16  17:59:17
2642         Log: Shrink the interpreter structure by 4 bytes (usually) by making
2643              PL_in_eval a U8 and PL_delaymagic a U16. (And corresponding changes
2644              in struct block_eval in cop.h to avoid any possible compiler warnings)
2645      Branch: perl
2646            ! cop.h thrdvar.h
2647 ____________________________________________________________________________
2648 [ 28853] By: nicholas                              on 2006/09/16  17:07:03
2649         Log: Revert changes 28772, 28773, 28774 as they won't gain us anything - I
2650              failed to realise that struct block_sub is not the largest of the
2651              4 structures in the block.blk_u union. (It's actually block_loop)
2652      Branch: perl
2653            ! cop.h pp_ctl.c pp_hot.c scope.c sv.c
2654 ____________________________________________________________________________
2655 [ 28851] By: craigb                                on 2006/09/16  15:14:36
2656         Log: return value of -1 without errno set is ok in 
2657              ext/POSIX/t/sysconf.t (it just means the feature is
2658              not implemented, not defined, or has no limit)
2659      Branch: perl
2660            ! ext/POSIX/t/sysconf.t
2661 ____________________________________________________________________________
2662 [ 28850] By: rgs                                   on 2006/09/16  06:32:36
2663         Log: No declarations after statements ! (noticed by Sadahiro Tomoyuki)
2664      Branch: perl
2665            ! util.c
2666 ____________________________________________________________________________
2667 [ 28849] By: nicholas                              on 2006/09/15  22:03:53
2668         Log: Avoid warnings when $Config{d_cplusplus} is undefined.
2669      Branch: perl
2670            ! ext/Encode/bin/enc2xs
2671 ____________________________________________________________________________
2672 [ 28848] By: craigb                                on 2006/09/15  00:39:32
2673         Log: More hacking in util.c's ifdef jungle following 28844 to avoid
2674              duplicate definition of Perl_my_setenv on VMS.
2675      Branch: perl
2676            ! util.c
2677 ____________________________________________________________________________
2678 [ 28847] By: rgs                                   on 2006/09/14  15:31:22
2679         Log: Fix for bug #37714: XSUB.h version check may fail due to locale
2680              Always convert version to number under C locale settings
2681      Branch: perl
2682            ! util.c
2683 ____________________________________________________________________________
2684 [ 28846] By: stevep                                on 2006/09/14  15:24:04
2685         Log: Subject: [PATCH] C++ Encode
2686              From: Jarkko Hietaniemi <jhi@iki.fi>
2687              Date: Thu, 14 Sep 2006 09:05:10 +0300
2688              Message-ID: <4508F116.40606@iki.fi>
2689      Branch: perl
2690            ! ext/Encode/bin/enc2xs
2691 ____________________________________________________________________________
2692 [ 28845] By: rgs                                   on 2006/09/14  14:18:32
2693         Log: MakeMaker is being split in new sub-distributions on CPAN
2694      Branch: perl
2695            ! Porting/Maintainers.pl
2696 ____________________________________________________________________________
2697 [ 28844] By: rgs                                   on 2006/09/14  12:39:16
2698         Log: Subject: Re: Re: [PATCH] C++: Solaris CC now compiles "perl"
2699              From: demerphq <demerphq@gmail.com>
2700              Date: Thu, 14 Sep 2006 14:28:16 +0200
2701              Message-ID: <9b18b3110609140528x49e063aay724169d7f1e49531@mail.gmail.com>
2702      Branch: perl
2703            ! util.c
2704 ____________________________________________________________________________
2705 [ 28843] By: craigb                                on 2006/09/14  03:50:18
2706         Log: Define d_cplusplus on VMS when appropriate
2707      Branch: perl
2708            ! configure.com
2709 ____________________________________________________________________________
2710 [ 28842] By: stevep                                on 2006/09/14  01:36:13
2711         Log: Subject: [PATCH] (1) g++ 4.x (or Mac OS X) (2) Solaris g++ or CC
2712              From: Jarkko Hietaniemi <jhi@iki.fi>
2713              Date: Wed, 13 Sep 2006 20:19:04 +0300
2714              Message-ID: <45083D88.7050207@iki.fi>
2715              
2716              Plus a tweak to the name of CC.
2717      Branch: perl
2718            ! cflags.SH hints/solaris_2.sh perl.h
2719 ____________________________________________________________________________
2720 [ 28841] By: stevep                                on 2006/09/14  01:10:01
2721         Log: Regenerated mktables.lst per Yves Orton's suggestion.
2722      Branch: perl
2723            ! lib/unicore/mktables.lst
2724 ____________________________________________________________________________
2725 [ 28840] By: stevep                                on 2006/09/13  16:05:33
2726         Log: darwin also seems to be lacking a dl_unload_file() in its
2727              DynaLoader, so some additional skips are needed.  If I only
2728              had a NeXT to test with now...
2729      Branch: perl
2730            ! ext/DynaLoader/t/DynaLoader.t
2731 ____________________________________________________________________________
2732 [ 28839] By: stevep                                on 2006/09/13  15:34:46
2733         Log: Add darwin to the list of OS's that fail to pass test 
2734              op/sprintf.t #157.  Newer versions appear to be OK, 
2735              but Mac OS X 10.2.X regularly fail with this test.
2736      Branch: perl
2737            ! t/op/sprintf.t
2738 ____________________________________________________________________________
2739 [ 28838] By: stevep                                on 2006/09/13  14:59:01
2740         Log: Test cases for version cannot handle Test::More versions that
2741              end with _0X.  TODO-ing the failing test cases for now.
2742      Branch: perl
2743            ! lib/version.t
2744 ____________________________________________________________________________
2745 [ 28837] By: rgs                                   on 2006/09/13  14:23:38
2746         Log: Upgrade to CPAN 1.87_63
2747      Branch: perl
2748            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
2749            ! lib/CPAN/SIGNATURE
2750 ____________________________________________________________________________
2751 [ 28836] By: stevep                                on 2006/09/13  13:35:32
2752         Log: Upgrade to Test-Simple-0.64_02
2753      Branch: perl
2754            ! lib/Test/Builder.pm lib/Test/Builder/Module.pm
2755            ! lib/Test/Builder/Tester.pm lib/Test/More.pm lib/Test/Simple.pm
2756            ! lib/Test/Simple/Changes
2757            ! lib/Test/Simple/t/00test_harness_check.t
2758            ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/extra.t
2759            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
2760            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/fail_one.t
2761            ! lib/Test/Simple/t/harness_active.t
2762            ! lib/Test/Simple/t/is_deeply_fail.t lib/Test/Simple/t/is_fh.t
2763            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
2764            ! lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_bad.t
2765            ! lib/Test/Simple/t/skip.t lib/Test/Simple/t/sort_bug.t
2766            ! lib/Test/Simple/t/threads.t
2767 ____________________________________________________________________________
2768 [ 28835] By: rgs                                   on 2006/09/13  13:27:05
2769         Log: Bump version and other misc. changes. 3rd patch from:
2770              
2771              Subject: [PATCH] thread 1.41 - A drama in three parts
2772              From: "Jerry D. Hedden" <jdhedden@cpan.org>
2773              Date: Sun, 10 Sep 2006 09:12:06 -0700
2774              Message-ID: <20060910091206.fb30e530d17747c2b054d625b8945d88.321c7cbc94.wbe@email.secureserver.net>
2775      Branch: perl
2776            ! ext/threads/Changes ext/threads/README ext/threads/t/state.t
2777            ! ext/threads/t/thread.t ext/threads/threads.pm
2778            ! ext/threads/threads.xs
2779 ____________________________________________________________________________
2780 [ 28834] By: rgs                                   on 2006/09/13  13:21:07
2781         Log: Statically allocate the main thread.
2782              2nd patch from:
2783              
2784              Subject: [PATCH] thread 1.41 - A drama in three parts
2785              From: "Jerry D. Hedden" <jdhedden@cpan.org>
2786              Date: Sun, 10 Sep 2006 09:12:06 -0700
2787              Message-ID: <20060910091206.fb30e530d17747c2b054d625b8945d88.321c7cbc94.wbe@email.secureserver.net>
2788      Branch: perl
2789            ! ext/threads/threads.xs
2790 ____________________________________________________________________________
2791 [ 28833] By: rgs                                   on 2006/09/13  13:15:44
2792         Log: Race condition fix in threads.pm
2793              First patch from:
2794              
2795              Subject: [PATCH] thread 1.41 - A drama in three parts
2796              From: "Jerry D. Hedden" <jdhedden@cpan.org>
2797              Date: Sun, 10 Sep 2006 09:12:06 -0700
2798              Message-ID: <20060910091206.fb30e530d17747c2b054d625b8945d88.321c7cbc94.wbe@email.secureserver.net>
2799      Branch: perl
2800            ! ext/threads/threads.xs
2801 ____________________________________________________________________________
2802 [ 28832] By: rgs                                   on 2006/09/13  09:55:09
2803         Log: Subject: mktables executes seven time per build sigh
2804              From: demerphq <demerphq@gmail.com>
2805              Date: Sun, 10 Sep 2006 17:52:10 +0200
2806              Message-ID: <9b18b3110609100852q2cfc2497ufceda5ff5d0875e3@mail.gmail.com>
2807              
2808              (Fix for Windows)
2809      Branch: perl
2810            ! lib/unicore/mktables win32/Makefile
2811 ____________________________________________________________________________
2812 [ 28831] By: rgs                                   on 2006/09/13  09:44:26
2813         Log: Subject: [perl #40328] B::Deparse pod does not list failure to grok outer lexical scopes in BUGS section 
2814              From: David Nicol (via RT) <perlbug-followup@perl.org>
2815              Date: Tue, 12 Sep 2006 13:21:24 -0700
2816              Message-ID: <rt-3.5.HEAD-31259-1158092484-244.40328-75-0@perl.org>
2817      Branch: perl
2818            ! ext/B/B/Deparse.pm
2819 ____________________________________________________________________________
2820 [ 28830] By: rgs                                   on 2006/09/13  09:36:11
2821         Log: Subject: [perl #40327] Doc patch for perlfunc.pod 
2822              From: merijnb@ms.com (via RT) <perlbug-followup@perl.org>
2823              Date: Tue, 12 Sep 2006 09:12:12 -0700
2824              Message-ID: <rt-3.5.HEAD-31259-1158077531-1067.40327-75-0@perl.org>
2825      Branch: perl
2826            ! pod/perlfunc.pod
2827 ____________________________________________________________________________
2828 [ 28829] By: merijn                                on 2006/09/13  06:51:55
2829         Log: Accumulated fixes from earlier backports, amongst of which:
2830              Subject: [PATCH] remove -Wdeclaration-after-statement scan from Configure
2831              From: Jarkko Hietaniemi <jhi@iki.fi>
2832              Date: Tue, 12 Sep 2006 07:19:32 +0300
2833              Message-ID: <45063554.1040301@iki.fi>
2834      Branch: perl
2835            ! Configure Porting/Glossary config_h.SH
2836 ____________________________________________________________________________
2837 [ 28827] By: rgs                                   on 2006/09/12  15:51:53
2838         Log: Disable study() for utf-8 strings
2839              
2840              Subject: Re: Re: [Fwd: Smoke [5.9.4] 28821 FAIL(XF) OSF1 V5.1 (EV6/4 cpu)]
2841              From: demerphq <demerphq@gmail.com>
2842              Date: Tue, 12 Sep 2006 17:08:55 +0200
2843              Message-ID: <9b18b3110609120808jceb84ces55ef29c2f2b73ebc@mail.gmail.com>
2844      Branch: perl
2845            ! pp.c
2846 ____________________________________________________________________________
2847 [ 28826] By: stevep                                on 2006/09/12  15:30:57
2848         Log: Upgrade to CPAN-1.87_62
2849      Branch: perl
2850            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
2851 ____________________________________________________________________________
2852 [ 28825] By: rgs                                   on 2006/09/12  14:49:21
2853         Log: Upgrade to MakeMaker 6.30_04
2854      Branch: perl
2855            + lib/ExtUtils/t/build_man.t lib/ExtUtils/t/pm.t
2856            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Any.pm
2857            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
2858            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win95.pm
2859            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
2860            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/MM_Win32.t
2861            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/revision.t
2862 ____________________________________________________________________________
2863 [ 28824] By: rgs                                   on 2006/09/12  14:04:54
2864         Log: More warnings silencing, including suggestions by Dominic Dunlop
2865      Branch: perl
2866            ! regcomp.c regexec.c
2867 ____________________________________________________________________________
2868 [ 28823] By: rgs                                   on 2006/09/12  07:26:46
2869         Log: Subject: [PATCH] Re: C++ status [Fwd: Smoke [5.9.4] 28776 FAIL(FM) OSF1 V5.1 (EV6/4 cpu)]
2870              From: Dominic Dunlop <domo@computer.org>
2871              Date: Tue, 12 Sep 2006 09:13:41 +0200
2872              Message-Id: <6FD7503D-349B-4BE4-B457-D79458900FA0@computer.org>
2873      Branch: perl
2874            ! sv.c
2875 ____________________________________________________________________________
2876 [ 28822] By: rgs                                   on 2006/09/12  07:22:40
2877         Log: Another warning-silencing cast
2878      Branch: perl
2879            ! regcomp.c
2880 ____________________________________________________________________________
2881 [ 28821] By: rgs                                   on 2006/09/11  13:05:16
2882         Log: POD fixes in perlce manpage
2883      Branch: perl
2884            ! README.ce
2885 ____________________________________________________________________________
2886 [ 28820] By: rgs                                   on 2006/09/11  12:32:35
2887         Log: FAQ sync
2888      Branch: perl
2889            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
2890            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
2891            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
2892            ! pod/perlfaq9.pod
2893 ____________________________________________________________________________
2894 [ 28819] By: rgs                                   on 2006/09/11  11:51:04
2895         Log: Fix a few more printf format warnings
2896      Branch: perl
2897            ! regexec.c
2898 ____________________________________________________________________________
2899 [ 28818] By: rgs                                   on 2006/09/11  10:19:20
2900         Log: Fix definition of macro HOP3 (spotted by a gcc warning)
2901      Branch: perl
2902            ! regexec.c
2903 ____________________________________________________________________________
2904 [ 28817] By: rgs                                   on 2006/09/11  10:12:32
2905         Log: Fix some compilation warnings
2906      Branch: perl
2907            ! regcomp.c
2908 ____________________________________________________________________________
2909 [ 28816] By: rgs                                   on 2006/09/11  10:04:19
2910         Log: Subject: [PATCH] Teach regex optimiser how to handle (?=) and (?<=) properly.
2911              From: demerphq <demerphq@gmail.com>
2912              Date: Sat, 9 Sep 2006 22:00:05 +0200
2913              Message-ID: <9b18b3110609091300x1fd0b15dt32932902a0a80674@mail.gmail.com>
2914      Branch: perl
2915            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regcomp.sym
2916            ! regexec.c regnodes.h sv.c t/op/re_tests t/op/regexp.t
2917 ____________________________________________________________________________
2918 [ 28815] By: rgs                                   on 2006/09/11  09:14:58
2919         Log: Subject: Re: [perl #40302] sigtrap(3pm) man page is vague
2920              From: "David Nicol" <davidnicol@gmail.com>
2921              Date: Fri, 8 Sep 2006 11:19:23 -0500
2922              Message-ID: <934f64a20609080919g3d0add8cr1ca3d1c7ea9a5d32@mail.gmail.com>
2923      Branch: perl
2924            ! lib/sigtrap.pm
2925 ____________________________________________________________________________
2926 [ 28814] By: rgs                                   on 2006/09/11  08:56:21
2927         Log: Subject: [PATCH] C++: Solaris CC now compiles "perl"
2928              From: Jarkko Hietaniemi <jhi@iki.fi>
2929              Date: Sat, 09 Sep 2006 15:29:12 +0300
2930              Message-ID: <4502B398.6060505@iki.fi>
2931      Branch: perl
2932            ! hints/solaris_2.sh opcode.h opcode.pl perl.h perlio.c
2933            ! unixish.h util.c
2934 ____________________________________________________________________________
2935 [ 28813] By: rgs                                   on 2006/09/11  08:41:50
2936         Log: Subject: NULL and sv_setpv vs. newSVpv
2937              From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
2938              Date: Sun, 10 Sep 2006 20:31:46 -0700 (PDT)
2939              Message-ID: <8750.24.19.24.170.1157945506.squirrel@24.19.24.170>
2940      Branch: perl
2941            ! sv.c
2942 ____________________________________________________________________________
2943 [ 28812] By: steveh                                on 2006/09/08  16:08:53
2944         Log: Update Porting/Maintainers.pl w.r.t. #28811
2945      Branch: perl
2946            ! Porting/Maintainers.pl
2947 ____________________________________________________________________________
2948 [ 28811] By: steveh                                on 2006/09/08  16:05:53
2949         Log: Subject: [PATCH] Add Params::Check to the core
2950              From: "Jos Boumans" <kane@dwim.org>
2951              Date: Fri, 8 Sep 2006 13:57:16 +0200 (CEST)
2952              Message-ID: <8319.80.127.35.68.1157716636.squirrel@webmail.xs4all.nl>
2953              
2954              (Just the Params-Check part: Locale-Maketext-Simple has already been
2955              added by change #28809)
2956      Branch: perl
2957            + lib/Params/Check.pm lib/Params/Check/t/01_Params-Check.t
2958            ! MANIFEST
2959 ____________________________________________________________________________
2960 [ 28810] By: steveh                                on 2006/09/08  15:33:18
2961         Log: Update Porting/Maintainers.pl w.r.t. #28809
2962      Branch: perl
2963            ! Porting/Maintainers.pl
2964 ____________________________________________________________________________
2965 [ 28809] By: steveh                                on 2006/09/08  15:19:50
2966         Log: Subject: Re: [PATCH] Add Locale::Maketext::Simple to the core
2967              From: kane@xs4all.nl
2968              Date: Sun, 13 Aug 2006 15:51:58 +0200 (CEST)
2969              Message-ID: <24406.80.127.35.68.1155477118.squirrel@webmail.xs4all.nl>
2970              
2971              Actually added 0.18, rather than 0.17 which this PATCH contained, for
2972              an updated licence statement.
2973      Branch: perl
2974            + lib/Locale/Maketext/Simple.pm
2975            + lib/Locale/Maketext/Simple/t/0-signature.t
2976            + lib/Locale/Maketext/Simple/t/1-basic.t
2977            ! MANIFEST
2978 ____________________________________________________________________________
2979 [ 28808] By: rgs                                   on 2006/09/08  08:36:32
2980         Log: Use %^H instead of $^H for the assertions pragma
2981      Branch: perl
2982            ! lib/assertions.pm op.c perl.h
2983 ____________________________________________________________________________
2984 [ 28807] By: rgs                                   on 2006/09/08  07:39:10
2985         Log: Remove empty typemap file
2986      Branch: perl
2987            - ext/threads/shared/typemap
2988            ! MANIFEST
2989 ____________________________________________________________________________
2990 [ 28806] By: craigb                                on 2006/09/08  02:07:30
2991         Log: declaration after code nit in vms/vms.c (from Martin Vorlaender)
2992      Branch: perl
2993            ! vms/vms.c
2994 ____________________________________________________________________________
2995 [ 28805] By: stevep                                on 2006/09/07  18:39:22
2996         Log: Clean up some comments.
2997      Branch: perl
2998            ! cygwin/ld2.in
2999 ____________________________________________________________________________
3000 [ 28804] By: rgs                                   on 2006/09/07  15:21:56
3001         Log: Typo fix in #ifdef
3002      Branch: perl
3003            ! toke.c
3004 ____________________________________________________________________________
3005 [ 28803] By: stevep                                on 2006/09/07  14:24:18
3006         Log: Fix to first problem causing Cygwin Perl to fail to build 
3007              in a path with spaces in it. 
3008      Branch: perl
3009            ! cygwin/Makefile.SHs
3010 ____________________________________________________________________________
3011 [ 28802] By: gisle                                 on 2006/09/07  14:12:14
3012         Log: Document mkpath() return value in scalar context.
3013              Document that rmtree() return value include deleted
3014              directories.
3015      Branch: perl
3016            ! lib/File/Path.pm
3017 ____________________________________________________________________________
3018 [ 28801] By: rgs                                   on 2006/09/07  13:16:12
3019         Log: Subject: Re: [perl #40262] kill( 0, ... ) does not return alive status of child process
3020              From: "David Nicol" <davidnicol@gmail.com>
3021              Date: Fri, 1 Sep 2006 17:26:34 -0500
3022              Message-ID: <934f64a20609011526odd7f5bta847a3be1f6fa5f0@mail.gmail.com>
3023      Branch: perl
3024            ! pod/perlfunc.pod
3025 ____________________________________________________________________________
3026 [ 28800] By: rgs                                   on 2006/09/07  13:13:05
3027         Log: Subject: [perl #40293] perlsec talks erroneously about "Non-Finite Automaton" 
3028              From: premchai21@yahoo.com (via RT) <perlbug-followup@perl.org>
3029              Date: Wed, 06 Sep 2006 23:11:10 -0700
3030              Message-ID: <rt-3.5.HEAD-31258-1157609470-1994.40293-75-0@perl.org>
3031      Branch: perl
3032            ! pod/perlsec.pod
3033 ____________________________________________________________________________
3034 [ 28799] By: rgs                                   on 2006/09/07  11:46:40
3035         Log: Bump version of PerlIO::scalar
3036      Branch: perl
3037            ! ext/PerlIO/scalar/scalar.pm
3038 ____________________________________________________________________________
3039 [ 28798] By: rgs                                   on 2006/09/07  11:45:36
3040         Log: Fix for [perl #40267] PerlIO::scalar doesn't respect readonly-ness
3041      Branch: perl
3042            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
3043 ____________________________________________________________________________
3044 [ 28797] By: rgs                                   on 2006/09/07  09:49:31
3045         Log: Invalidate ISA and method caches when calling a safe compartment
3046              (bug #39887)
3047              
3048              Remove XS_VERSION, make it equal to VERSION
3049      Branch: perl
3050            ! ext/Opcode/Makefile.PL ext/Opcode/Opcode.pm
3051            ! ext/Opcode/Opcode.xs
3052 ____________________________________________________________________________
3053 [ 28796] By: rgs                                   on 2006/09/07  09:25:18
3054         Log: Add Exporter in the dual-lived module list
3055      Branch: perl
3056            ! Porting/Maintainers.pl
3057 ____________________________________________________________________________
3058 [ 28795] By: rgs                                   on 2006/09/07  09:21:56
3059         Log: Subject: Dual life for Exporter
3060              From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
3061              Date: Wed, 6 Sep 2006 16:40:28 -0300
3062              Message-ID: <73ddeb6c0609061240g34f60d9fodaf7727575778d8e@mail.gmail.com>
3063      Branch: perl
3064            ! lib/Exporter.t
3065 ____________________________________________________________________________
3066 [ 28794] By: stevep                                on 2006/09/07  02:07:57
3067         Log: Convert Errno.t to Test::More.  Increase the test coverage
3068              while in there as well. 
3069      Branch: perl
3070            ! ext/Errno/t/Errno.t
3071 ____________________________________________________________________________
3072 [ 28793] By: steveh                                on 2006/09/06  16:54:19
3073         Log: cxtype is a U16, not a U32 (Stops VC++ complaining)
3074      Branch: perl
3075            ! pp_ctl.c
3076 ____________________________________________________________________________
3077 [ 28792] By: stevep                                on 2006/09/06  14:33:06
3078         Log: Removed some leftover debugging accidentally added with
3079              change #28788.
3080      Branch: perl
3081            ! regexec.c
3082 ____________________________________________________________________________
3083 [ 28791] By: rgs                                   on 2006/09/06  14:11:09
3084         Log: Revert accidental file deletion
3085      Branch: perl
3086            + ext/threads/shared/typemap
3087 ____________________________________________________________________________
3088 [ 28790] By: rgs                                   on 2006/09/06  14:04:33
3089         Log: Remove perlcc and the byteloader
3090      Branch: perl
3091            - ext/B/B/Assembler.pm ext/B/B/Bblock.pm ext/B/B/Bytecode.pm
3092            - ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Disassembler.pm
3093            - ext/B/B/Stackobj.pm ext/B/B/Stash.pm ext/B/B/assemble
3094            - ext/B/B/cc_harness ext/B/B/disassemble ext/B/B/makeliblinks
3095            - ext/B/C/C.xs ext/B/C/Makefile.PL ext/B/NOTES ext/B/README
3096            - ext/B/TESTS ext/B/Todo ext/B/ramblings/cc.notes
3097            - ext/B/ramblings/curcop.runtime ext/B/ramblings/flip-flop
3098            - ext/B/ramblings/magic ext/B/ramblings/reg.alloc
3099            - ext/B/ramblings/runtime.porting ext/B/t/asmdata.t
3100            - ext/B/t/assembler.t ext/B/t/bblock.t ext/B/t/bytecode.t
3101            - ext/B/t/stash.t ext/ByteLoader/ByteLoader.pm
3102            - ext/ByteLoader/ByteLoader.xs ext/ByteLoader/Makefile.PL
3103            - ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
3104            - ext/ByteLoader/byterun.h ext/ByteLoader/hints/sunos.pl
3105            - ext/threads/shared/typemap utils/perlcc.PL
3106            ! MANIFEST Makefile.SH NetWare/Makefile bytecode.pl
3107            ! configure.com ext/B/B/Asmdata.pm pod/Makefile.SH
3108            ! pod/perlcompile.pod regen.pl t/TEST t/harness
3109            ! t/lib/1_compile.t utils.lst utils/Makefile
3110            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
3111            ! win32/pod.mak x2p/Makefile.SH
3112 ____________________________________________________________________________
3113 [ 28789] By: rgs                                   on 2006/09/06  09:18:31
3114         Log: Remove JPL
3115      Branch: perl
3116            - jpl/ChangeLog jpl/JNI/Changes jpl/JNI/Closer.java
3117            - jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/JNIConfig
3118            - jpl/JNI/JNIConfig.Win32 jpl/JNI/JNIConfig.kaffe
3119            - jpl/JNI/JNIConfig.noembed jpl/JNI/JNIConfig.standard
3120            - jpl/JNI/Makefile.PL jpl/JNI/test.pl jpl/JNI/typemap
3121            - jpl/JNI/typemap.gcc jpl/JNI/typemap.win32
3122            - jpl/JPL/AutoLoader.pm jpl/JPL/Class.pm jpl/JPL/Compile.pm
3123            - jpl/JPL/Makefile.PL jpl/JPL_Rolo/JPL_Rolo.jpl
3124            - jpl/JPL_Rolo/Makefile.PL jpl/JPL_Rolo/README
3125            - jpl/JPL_Rolo/cardfile jpl/PerlInterpreter/Makefile.PL
3126            - jpl/PerlInterpreter/PerlInterpreter.c
3127            - jpl/PerlInterpreter/PerlInterpreter.h
3128            - jpl/PerlInterpreter/PerlInterpreter.java jpl/README
3129            - jpl/README.JUST-JNI jpl/SETVARS.PL jpl/Sample/Makefile.PL
3130            - jpl/Sample/Sample.jpl jpl/Test/Makefile.PL jpl/Test/Test.jpl
3131            - jpl/bin/jpl jpl/docs/Tutorial.pod jpl/get_jdk/README
3132            - jpl/get_jdk/get_jdk.pl jpl/get_jdk/jdk_hosts jpl/install-jpl
3133            ! MANIFEST
3134 ____________________________________________________________________________
3135 [ 28788] By: stevep                                on 2006/09/06  00:35:15
3136         Log: Subject: [PATCH] UCD 5.0.0
3137              From: Jarkko Hietaniemi <jhi@iki.fi>
3138              Date: Tue, 05 Sep 2006 21:29:45 +0300
3139              Message-ID: <44FDC219.8010006@iki.fi>
3140      Branch: perl
3141            + lib/unicore/NamedSqProv.txt
3142            ! MANIFEST lib/Unicode/UCD.t lib/unicore/ArabicShaping.txt
3143            ! lib/unicore/BidiMirroring.txt lib/unicore/Blocks.txt
3144            ! lib/unicore/CaseFolding.txt
3145            ! lib/unicore/CompositionExclusions.txt
3146            ! lib/unicore/EastAsianWidth.txt
3147            ! lib/unicore/HangulSyllableType.txt lib/unicore/Index.txt
3148            ! lib/unicore/Jamo.txt lib/unicore/LineBreak.txt
3149            ! lib/unicore/NamedSequences.txt lib/unicore/NamesList.txt
3150            ! lib/unicore/NormalizationCorrections.txt
3151            ! lib/unicore/PropList.txt lib/unicore/PropValueAliases.txt
3152            ! lib/unicore/PropertyAliases.txt lib/unicore/README.perl
3153            ! lib/unicore/Scripts.txt lib/unicore/SpecialCasing.txt
3154            ! lib/unicore/StandardizedVariants.txt
3155            ! lib/unicore/UnicodeData.txt lib/unicore/version regexec.c
3156            ! t/uni/class.t
3157 ____________________________________________________________________________
3158 [ 28787] By: rgs                                   on 2006/09/05  11:09:03
3159         Log: Fix a few warnings
3160      Branch: perl
3161            ! regcomp.c regexec.c
3162 ____________________________________________________________________________
3163 [ 28786] By: rgs                                   on 2006/09/05  10:40:25
3164         Log: Subject: [PATCH perl-current]; was RE: [PATCH perlio.c pp.c regcomp.c] silence format and comparison warnings
3165              From: "Robin Barker" <Robin.Barker@npl.co.uk>
3166              Date: Fri, 1 Sep 2006 16:10:25 +0100
3167              Message-ID: <2C2E01334A940D4792B3E115F95B7226120A21@exchsvr1.npl.ad.local>
3168      Branch: perl
3169            ! dump.c perl.h perlio.c pp.c pp_pack.c sv.c utf8.c
3170 ____________________________________________________________________________
3171 [ 28785] By: rgs                                   on 2006/09/05  10:21:57
3172         Log: Subject: Re: [PATCH] Trie jumping
3173              From: demerphq <demerphq@gmail.com>
3174              Date: Sat, 2 Sep 2006 16:40:12 +0200
3175              Message-ID: <9b18b3110609020740y2eb9004cpab313c3353a437ca@mail.gmail.com>
3176      Branch: perl
3177            ! embed.fnc embed.h ext/re/re.pm opcode.h proto.h regcomp.c
3178            ! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h t/op/pat.t
3179            ! t/op/re_tests
3180 ____________________________________________________________________________
3181 [ 28783] By: rgs                                   on 2006/09/04  16:54:36
3182         Log: Subject: [perl #40239] New hints file for MidnightBSD 
3183              From: Lucas Holt (via RT) <perlbug-followup@perl.org>
3184              Date: Fri, 25 Aug 2006 20:16:40 -0700
3185              Message-ID: <rt-3.5.HEAD-31263-1156562199-1390.40239-75-0@perl.org>
3186      Branch: perl
3187            + hints/midnightbsd.sh
3188            ! MANIFEST
3189 ____________________________________________________________________________
3190 [ 28782] By: rgs                                   on 2006/09/04  15:50:17
3191         Log: Upgrade to Sys::Syslog 0.18
3192      Branch: perl
3193            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/README
3194            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/syslog.t
3195 ____________________________________________________________________________
3196 [ 28781] By: rgs                                   on 2006/09/04  14:53:00
3197         Log: Subject: [perl #40272] subroutine call with & in perlop example 
3198              From: yath-perlbug@yath.de (via RT) <perlbug-followup@perl.org>
3199              Date: Sun, 03 Sep 2006 13:03:28 -0700
3200              Message-ID: <rt-3.5.HEAD-31251-1157313807-430.40272-75-0@perl.org>
3201      Branch: perl
3202            ! pod/perlop.pod
3203 ____________________________________________________________________________
3204 [ 28780] By: rgs                                   on 2006/09/04  13:12:20
3205         Log: Documentation nit, found by Dr Ruud.
3206      Branch: perl
3207            ! pod/perldsc.pod
3208 ____________________________________________________________________________
3209 [ 28779] By: rgs                                   on 2006/09/04  13:11:01
3210         Log: Subject: [PATCH] Correction to POD for FETCH_*_ATTRIBUTES 
3211              From: "Jerry D. Hedden" <jerry@hedden.us>
3212              Date: Fri, 01 Sep 2006 12:43:46 -0700
3213              Message-ID: <20060901124346.fb30e530d17747c2b054d625b8945d88.0cfdb87cb8.wbe@email.secureserver.net>
3214      Branch: perl
3215            ! lib/attributes.pm
3216 ____________________________________________________________________________
3217 [ 28778] By: rgs                                   on 2006/09/04  12:41:39
3218         Log: Subject: Re: AW: [PATCH pod/*] Use Direct Object Constructor Calls
3219              From: chromatic <chromatic@wgz.org>
3220              Date: Fri, 1 Sep 2006 09:12:45 -0700
3221              Message-Id: <200609010912.46314.chromatic@wgz.org>
3222      Branch: perl
3223            ! pod/perllexwarn.pod pod/perlmodlib.PL pod/perlop.pod
3224            ! pod/perlothrtut.pod pod/perlref.pod pod/perltie.pod
3225 ____________________________________________________________________________
3226 [ 28777] By: rgs                                   on 2006/09/04  12:30:36
3227         Log: Subject: [PATCH pod/perlfunc.pod] Add Index Numbers to caller() Docs
3228              From: chromatic <chromatic@wgz.org>
3229              Date: Fri, 1 Sep 2006 05:42:17 -0700
3230              Message-Id: <200609010542.17571.chromatic@wgz.org>
3231      Branch: perl
3232            ! pod/perlfunc.pod
3233 ____________________________________________________________________________
3234 [ 28776] By: rgs                                   on 2006/09/03  12:51:57
3235         Log: Remove dead code from sort.pm
3236      Branch: perl
3237            ! lib/sort.pm
3238 ____________________________________________________________________________
3239 [ 28774] By: nicholas                              on 2006/09/01  17:25:50
3240         Log: Merge lval and hasargs into one U8 in struct block_sub
3241      Branch: perl
3242            ! cop.h
3243 ____________________________________________________________________________
3244 [ 28773] By: nicholas                              on 2006/09/01  16:27:48
3245         Log: Access to cx->blk_sub.lval via macros (as it's about to move).
3246      Branch: perl
3247            ! cop.h pp_ctl.c pp_hot.c scope.c sv.c
3248 ____________________________________________________________________________
3249 [ 28772] By: nicholas                              on 2006/09/01  15:05:10
3250         Log: Access cx->blk_sub.hasargs via a pair of macros (as it's about to
3251              move)
3252      Branch: perl
3253            ! cop.h pp_ctl.c scope.c sv.c
3254 ____________________________________________________________________________
3255 [ 28771] By: nicholas                              on 2006/08/31  09:05:50
3256         Log: Change the generation of {} and [] from 3 ops to 1, and avoid 1 mortal
3257              on the tempstack, by augmenting pp_anonlist and pp_anonhash to accept
3258              OPf_SPECIAL to mean "return a reference to the aggregate" on the stack
3259              rather than the aggregate itself.
3260      Branch: perl
3261            ! ext/B/B/Deparse.pm ext/B/t/concise-xs.t ext/B/t/f_map.t
3262            ! ext/B/t/f_sort.t ext/Devel/Peek/t/Peek.t op.c op.h pp.c
3263 ____________________________________________________________________________
3264 [ 28770] By: nicholas                              on 2006/08/31  08:26:13
3265         Log: Save 4 bytes from struct context (on ILP32) by moving cx_type into
3266              struct block and struct subst.
3267      Branch: perl
3268            ! cop.h
3269 ____________________________________________________________________________
3270 [ 28769] By: steveh                                on 2006/08/30  15:57:13
3271         Log: Silence some more Borland compiler warnings
3272              (See: http://www.nntp.perl.org/group/perl.daily-build.reports/40471)
3273              
3274              - Change the cryptic pragma warn strings into numbers that are more
3275              easily recognized, and add a new one (8027).
3276              
3277              - Add a similar pragma warn line to fcrypt.c, which doesn't use
3278              win32.h.
3279      Branch: perl
3280            ! win32/fcrypt.c win32/win32.h
3281 ____________________________________________________________________________
3282 [ 28768] By: steveh                                on 2006/08/29  13:24:56
3283         Log: Silence Borland compiler warnings in XS::APItest and Win32
3284              (See: http://www.nntp.perl.org/group/perl.daily-build.reports/40471)
3285      Branch: perl
3286            ! ext/XS/APItest/APItest.xs win32/ext/Win32/Win32.pm
3287            ! win32/ext/Win32/Win32.xs
3288 ____________________________________________________________________________
3289 [ 28767] By: rgs                                   on 2006/08/28  12:52:00
3290         Log: Revert bogus change 28763.
3291      Branch: perl
3292            ! EXTERN.h INTERN.h
3293 ____________________________________________________________________________
3294 [ 28766] By: rgs                                   on 2006/08/28  09:26:52
3295         Log: Fix PerlIO::scalar fileno() documentation as suggested in:
3296              Subject: [perl #40245] POD error for PerlIO::scalar in 5.8.8 
3297              From: "Shawn Boyette" (via RT) <perlbug-followup@perl.org>
3298              Date: Mon, 28 Aug 2006 00:21:25 -0700
3299              Message-ID: <rt-3.5.HEAD-31263-1156749685-634.40245-75-0@perl.org>
3300      Branch: perl
3301            ! ext/PerlIO/scalar/scalar.pm
3302 ____________________________________________________________________________
3303 [ 28765] By: stevep                                on 2006/08/27  17:53:17
3304         Log: Added an additional #ifndef based on comments by Jarkko and
3305              John Malmberg.
3306      Branch: perl
3307            ! x2p/INTERN.h
3308 ____________________________________________________________________________
3309 [ 28764] By: rgs                                   on 2006/08/27  16:05:09
3310         Log: Subject: [PATCH DOC] perlsyn incomplete duplicate definition of truth
3311              From: Daniel Frederick Crisman <daniel@crisman.org>
3312              Date: Thu, 24 Aug 2006 17:29:57 -0400
3313              Message-ID: <20060824212957.GA32557@fury.crisman.org>
3314      Branch: perl
3315            ! pod/perlsyn.pod
3316 ____________________________________________________________________________
3317 [ 28763] By: rgs                                   on 2006/08/27  15:57:39
3318         Log: More conditional defines of EXTERN_C, by Jarkko
3319      Branch: perl
3320            ! EXTERN.h INTERN.h
3321 ____________________________________________________________________________
3322 [ 28762] By: rgs                                   on 2006/08/27  15:51:25
3323         Log: Subject: [PATCH] Change #24364 broke Data::Dumper::Seen()
3324              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
3325              Date: Fri, 25 Aug 2006 22:35:33 +0200
3326              Message-ID: <20060825223533.04efdf2d@r2d2>
3327      Branch: perl
3328            ! ext/Data/Dumper/Dumper.pm
3329 ____________________________________________________________________________
3330 [ 28761] By: rgs                                   on 2006/08/27  15:46:54
3331         Log: Regression test for attributes 'reserved' warning,
3332              by Jerry D. Hedden
3333      Branch: perl
3334            ! t/op/attrs.t
3335 ____________________________________________________________________________
3336 [ 28760] By: rgs                                   on 2006/08/25  16:47:08
3337         Log: Put a plan in the last added test
3338      Branch: perl
3339            ! lib/SelfLoader-buggy.t
3340 ____________________________________________________________________________
3341 [ 28759] By: steveh                                on 2006/08/25  16:12:52
3342         Log: Silence a bunch of Borland compiler warnings in SDBM_File
3343              (See: http://www.nntp.perl.org/group/perl.daily-build.reports/40283)
3344      Branch: perl
3345            ! XSUB.h
3346 ____________________________________________________________________________
3347 [ 28758] By: rgs                                   on 2006/08/25  15:58:41
3348         Log: Subject: Re: [perl #40216] SelfLoader::croak doesn't protect $@ from being clobbered by require
3349              From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
3350              Date: Thu, 24 Aug 2006 10:20:43 -0300
3351              Message-ID: <73ddeb6c0608240620s207124d1mc202aea6a4598576@mail.gmail.com>
3352      Branch: perl
3353            + lib/SelfLoader-buggy.t
3354            ! MANIFEST lib/SelfLoader.pm
3355 ____________________________________________________________________________
3356 [ 28757] By: rgs                                   on 2006/08/25  15:45:08
3357         Log: Following Jarkko's advice, it seems that ODBM_File cannot be
3358              compiled as C++ as-is.
3359      Branch: perl
3360            ! ext/ODBM_File/ODBM_File.xs
3361 ____________________________________________________________________________
3362 [ 28756] By: rgs                                   on 2006/08/25  15:24:28
3363         Log: Subject: [PATCH] RE: [perl #40227] 'reserved' warning not working
3364              From: "Jerry D. Hedden" <jdhedden@cpan.org>
3365              Date: Thu, 24 Aug 2006 09:04:12 -0700
3366              Message-ID: <20060824090412.fb30e530d17747c2b054d625b8945d88.e8ae12ccab.wbe@email.secureserver.net>
3367      Branch: perl
3368            ! lib/attributes.pm xsutils.c
3369 ____________________________________________________________________________
3370 [ 28755] By: stevep                                on 2006/08/24  15:07:58
3371         Log: Upgrade to File-Temp-0.17.  Also, a change to Tim Jenness's email.
3372      Branch: perl
3373            + lib/File/Temp/t/seekable.t
3374            ! AUTHORS MANIFEST lib/File/Temp.pm
3375 ____________________________________________________________________________
3376 [ 28754] By: rgs                                   on 2006/08/24  12:36:08
3377         Log: Subject: [PATCH ext/ODBM_File/ODBM_File.xs] change 28744 broke ODBM_File
3378              From: "Robin Barker" <Robin.Barker@npl.co.uk>
3379              Date: Thu, 24 Aug 2006 13:22:47 +0100
3380              Message-ID: <2C2E01334A940D4792B3E115F95B7226120A1A@exchsvr1.npl.ad.local>
3381      Branch: perl
3382            ! ext/ODBM_File/ODBM_File.xs
3383 ____________________________________________________________________________
3384 [ 28753] By: rgs                                   on 2006/08/24  12:23:15
3385         Log: Subject: [PATCH] Don't promulgate Perl attributes
3386              From: "Jerry D. Hedden" <jdhedden@cpan.org>
3387              Date: Wed, 23 Aug 2006 10:07:05 -0700
3388              Message-ID: <20060823100705.fb30e530d17747c2b054d625b8945d88.87c0ee9326.wbe@email.secureserver.net>
3389      Branch: perl
3390            ! lib/attributes.pm xsutils.c
3391 ____________________________________________________________________________
3392 [ 28752] By: stevep                                on 2006/08/24  01:27:08
3393         Log: Upgrade to CGI.pm-3.22.
3394      Branch: perl
3395            ! lib/CGI.pm lib/CGI/Changes
3396 ____________________________________________________________________________
3397 [ 28751] By: stevep                                on 2006/08/23  16:08:17
3398         Log: Subject: [perl #40161] ccversion fix for hpux
3399              From: smoketst@hp46t243.cup.hp.com (via RT) <perlbug-followup@perl.org>
3400              Date: Wed, 16 Aug 2006 23:10:52 -0700
3401              Message-ID: <rt-3.5.HEAD-31263-1155795052-1297.40161-75-0@perl.org>
3402      Branch: perl
3403            ! hints/hpux.sh
3404 ____________________________________________________________________________
3405 [ 28750] By: stevep                                on 2006/08/23  03:04:47
3406         Log: The previous change causes compile failures with threaded Perls.
3407      Branch: perl
3408            ! reentr.h reentr.pl
3409 ____________________________________________________________________________
3410 [ 28749] By: stevep                                on 2006/08/22  20:16:55
3411         Log: Part of one of Jarkko's g++ patches that was missed.
3412      Branch: perl
3413            ! reentr.h reentr.pl
3414 ____________________________________________________________________________
3415 [ 28748] By: stevep                                on 2006/08/22  17:41:33
3416         Log: Update to Time-HiRes-1.90.
3417      Branch: perl
3418            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
3419            ! ext/Time/HiRes/HiRes.xs
3420 ____________________________________________________________________________
3421 [ 28747] By: stevep                                on 2006/08/22  16:43:52
3422         Log: Upgrade to Time-HiRes-1.89.
3423      Branch: perl
3424            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
3425            ! ext/Time/HiRes/HiRes.xs
3426 ____________________________________________________________________________
3427 [ 28746] By: stevep                                on 2006/08/22  14:18:16
3428         Log: Upgrade to CGI.pm-3.21
3429      Branch: perl
3430            ! lib/CGI.pm lib/CGI/Changes lib/CGI/Cookie.pm
3431 ____________________________________________________________________________
3432 [ 28745] By: stevep                                on 2006/08/22  14:14:23
3433         Log: Upgrade to Time-HiRes-1.88.
3434      Branch: perl
3435            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
3436            ! ext/Time/HiRes/HiRes.xs
3437 ____________________________________________________________________________
3438 [ 28744] By: stevep                                on 2006/08/22  14:07:13
3439         Log: Subject: [PATCH] g++: fix Digest::MD5, Math::BigInt::FastCalc, ODBM_File, XS::APItest (and Time::HiRes 1.88 in CPAN)
3440              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
3441              Date: Tue, 22 Aug 2006 10:45:41 +0300 (EEST)
3442              Message-Id: <200608220745.k7M7jfjP050939@kosh.hut.fi>
3443              
3444              ...plus various version bumps and Digest::MD5 test file fixes.
3445      Branch: perl
3446            ! ext/Digest/MD5/MD5.pm ext/Digest/MD5/MD5.xs
3447            ! ext/Digest/MD5/t/files.t ext/Math/BigInt/FastCalc/FastCalc.pm
3448            ! ext/Math/BigInt/FastCalc/FastCalc.xs
3449            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
3450            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
3451 ____________________________________________________________________________
3452 [ 28743] By: stevep                                on 2006/08/22  02:12:16
3453         Log: Subject: [PATCH] perlhack.pod: small porta-tweaks (this time without pod2man :-)
3454              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
3455              Date: Mon, 21 Aug 2006 22:39:35 +0300 (EEST)
3456              Message-Id: <200608211939.k7LJdZ9P170671@kosh.hut.fi>
3457      Branch: perl
3458            ! pod/perlhack.pod
3459 ____________________________________________________________________________
3460 [ 28742] By: stevep                                on 2006/08/22  01:03:05
3461         Log: Subject: [PATCH] g++/x2p (better version)
3462              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
3463              Date: Mon, 21 Aug 2006 14:48:26 +0300 (EEST)
3464              Message-Id: <200608211148.k7LBmQGL161830@kosh.hut.fi>
3465      Branch: perl
3466            ! x2p/EXTERN.h x2p/INTERN.h x2p/hash.h
3467 ____________________________________________________________________________
3468 [ 28741] By: rgs                                   on 2006/08/21  10:15:30
3469         Log: Subject: [PATCH] g++/Tru64: got perl linking once got the linkage right
3470              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
3471              Date: Fri, 18 Aug 2006 13:03:17 +0300 (EEST)
3472              Message-Id: <200608181003.k7IA3Hso276655@kosh.hut.fi>
3473      Branch: perl
3474            ! hints/dec_osf.sh perl.h pp_sys.c
3475 ____________________________________________________________________________
3476 [ 28740] By: rgs                                   on 2006/08/20  10:13:12
3477         Log: Amendment to change #28739
3478      Branch: perl
3479            ! ext/B/B/Assembler.pm
3480 ____________________________________________________________________________
3481 [ 28739] By: rgs                                   on 2006/08/20  09:25:59
3482         Log: Subject: [PATCH] bytecode.t failures in Tru64: svtype (enum) is int, not long
3483              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
3484              Date: Sat, 19 Aug 2006 14:34:53 +0300 (EEST)
3485              Message-Id: <200608191134.k7JBYroK518962@kosh.hut.fi>
3486      Branch: perl
3487            ! ext/B/B/Assembler.pm
3488 ____________________________________________________________________________
3489 [ 28738] By: rgs                                   on 2006/08/20  09:15:21
3490         Log: perlthrtut update, by Jerry D. Hedden.
3491      Branch: perl
3492            ! pod/perlthrtut.pod
3493 ____________________________________________________________________________
3494 [ 28737] By: rgs                                   on 2006/08/20  08:46:33
3495         Log: Subject: [PATCH] g++/Solaris: force d_dlopen=define
3496              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
3497              Date: Fri, 18 Aug 2006 15:48:34 +0300 (EEST)
3498              Message-Id: <200608181248.k7ICmY2W028375@vipunen.hut.fi>
3499      Branch: perl
3500            ! hints/solaris_2.sh
3501 ____________________________________________________________________________
3502 [ 28736] By: rgs                                   on 2006/08/18  16:22:18
3503         Log: Phrasing nit in perlxstut (by Ville Koskinen)
3504      Branch: perl
3505            ! pod/perlxstut.pod
3506 ____________________________________________________________________________
3507 [ 28735] By: rgs                                   on 2006/08/18  15:46:18
3508         Log: A type change that apparently works around a compiler bug
3509              (gcc 4.1.1 on Solaris) (by Robin Barker)
3510      Branch: perl
3511            ! pp_hot.c
3512 ____________________________________________________________________________
3513 [ 28734] By: stevep                                on 2006/08/17  20:28:36
3514         Log: Subject: [PATCH] Re: A large-ish C++ TODO (Re: [PATCH] g++ stage 1 reached)
3515              From: Jarkko Hietaniemi <jhi@iki.fi>
3516              Date: Thu, 17 Aug 2006 19:16:09 +0300
3517              Message-ID: <44E49649.9090307@iki.fi>
3518      Branch: perl
3519            ! XSUB.h mathoms.c op.h perl.h perlio.c utf8.c
3520 ____________________________________________________________________________
3521 [ 28733] By: stevep                                on 2006/08/17  17:57:33
3522         Log: syscall() declaration in perl.h needs to have an EXTERN_C prefixing
3523              it for some C++ compiles.  Might as well fix usleep()'s 
3524              declaration too.
3525      Branch: perl
3526            ! perl.h
3527 ____________________________________________________________________________
3528 [ 28732] By: stevep                                on 2006/08/17  15:28:36
3529         Log: Fix to problem where CGI can lose the filehandle during an upload.
3530              Patch posted to the Debian bug list by Eric Wong 
3531              <eric@petta-tech.com>.
3532      Branch: perl
3533            ! lib/CGI.pm
3534 ____________________________________________________________________________
3535 [ 28731] By: stevep                                on 2006/08/17  14:50:36
3536         Log: gcc-4.1.1 on Fedora optimized away NULL chacks in Perl_do_close(),
3537              which caused core dumps.
3538      Branch: perl
3539            ! embed.fnc proto.h
3540 ____________________________________________________________________________
3541 [ 28730] By: stevep                                on 2006/08/16  17:44:44
3542         Log: Cast needed to compile bsd_glob.c with C++
3543      Branch: perl
3544            ! ext/File/Glob/bsd_glob.c
3545 ____________________________________________________________________________
3546 [ 28729] By: stevep                                on 2006/08/16  13:11:15
3547         Log: Additional changes to get C++ a little closer to a clean compile
3548              of Perl.
3549      Branch: perl
3550            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/bytecode.h
3551            ! ext/ByteLoader/byterun.c ext/DB_File/DB_File.pm
3552            ! ext/DB_File/DB_File.xs ext/Hash/Util/FieldHash/FieldHash.xs
3553            ! ext/Hash/Util/FieldHash/lib/Hash/Util/FieldHash.pm
3554            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
3555 ____________________________________________________________________________
3556 [ 28728] By: stevep                                on 2006/08/15  18:57:11
3557         Log: Additional floating point strictness is needed to get Intel cc to pass
3558              its tests.
3559      Branch: perl
3560            ! hints/linux.sh
3561 ____________________________________________________________________________
3562 [ 28727] By: rgs                                   on 2006/08/15  10:01:48
3563         Log: Update Changes
3564      Branch: perl
3565            ! Changes
3566 ____________________________________________________________________________
3567 [ 28726] By: rgs                                   on 2006/08/15  09:59:24
3568         Log: Update Module::CoreList data with 5.9.4
3569      Branch: perl
3570            ! lib/Module/CoreList.pm
3571 ____________________________________________________________________________
3572 [ 28725] By: rgs                                   on 2006/08/15  09:55:27
3573         Log: 5.9.4 is today.
3574      Branch: perl
3575            ! pod/perlhist.pod
3576 ____________________________________________________________________________
3577 [ 28724] By: rgs                                   on 2006/08/15  09:54:02
3578         Log: Actually, Richard Clamp doesn't maintain Module::CoreList anymore.
3579      Branch: perl
3580            ! Porting/Maintainers.pl
3581 ____________________________________________________________________________
3582 [ 28723] By: rgs                                   on 2006/08/15  09:43:40
3583         Log: Regenerate perlmodlib and perltoc
3584      Branch: perl
3585            ! pod/perlmodlib.pod pod/perltoc.pod
3586 ____________________________________________________________________________
3587 [ 28722] By: rgs                                   on 2006/08/15  09:40:08
3588         Log: POD formatting nit
3589      Branch: perl
3590            ! pod/perl594delta.pod
3591 ____________________________________________________________________________
3592 [ 28721] By: rgs                                   on 2006/08/15  09:29:03
3593         Log: Remove some of the known problems documented in perldelta, which were
3594              caused by change #28319, just backed out. Add some Windows news (by
3595              Steve Hay)
3596      Branch: perl
3597            ! pod/perl594delta.pod
3598 ____________________________________________________________________________
3599 [ 28720] By: rgs                                   on 2006/08/15  09:22:54
3600         Log: Revert change 28319, which may cause segfaults with threaded perls
3601              on eval("syntax error") statements
3602      Branch: perl
3603            ! perly.c
3604 ____________________________________________________________________________
3605 [ 28719] By: rgs                                   on 2006/08/15  07:57:54
3606         Log: More perldelta nits found by my reviewers
3607      Branch: perl
3608            ! pod/perl594delta.pod
3609 ____________________________________________________________________________
3610 [ 28718] By: rgs                                   on 2006/08/14  22:30:18
3611         Log: Spelling fixes, thanks to Nicholas and to Ronald Kimball
3612      Branch: perl
3613            ! pod/perl594delta.pod
3614 ____________________________________________________________________________
3615 [ 28717] By: rgs                                   on 2006/08/14  21:58:15
3616         Log: More perldelta entries and fixes
3617      Branch: perl
3618            ! pod/perl594delta.pod
3619 ____________________________________________________________________________
3620 [ 28716] By: rgs                                   on 2006/08/14  21:31:43
3621         Log: Typo fix in the documentation of source filters in @INC
3622      Branch: perl
3623            ! pod/perlfunc.pod
3624 ____________________________________________________________________________
3625 [ 28715] By: mhx                                   on 2006/08/14  20:29:57
3626         Log: Only copy ppport.h to destination if it is different.
3627              This avoids unneccessary rebuilds.
3628      Branch: perl
3629            ! mkppport
3630 ____________________________________________________________________________
3631 [ 28714] By: mhx                                   on 2006/08/14  19:43:23
3632         Log: Upgrade to Devel::PPPort 3.10
3633      Branch: perl
3634            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort_pm.PL
3635            ! ext/Devel/PPPort/soak
3636 ____________________________________________________________________________
3637 [ 28713] By: rgs                                   on 2006/08/14  19:30:17
3638         Log: perldelta entry describing regexp work, by Yves Orton
3639      Branch: perl
3640            ! pod/perl594delta.pod
3641 ____________________________________________________________________________
3642 [ 28712] By: rgs                                   on 2006/08/14  15:27:51
3643         Log: Regenerate metafile
3644      Branch: perl
3645            ! META.yml
3646 ____________________________________________________________________________
3647 [ 28711] By: rgs                                   on 2006/08/14  14:24:19
3648         Log: New authors
3649      Branch: perl
3650            ! AUTHORS
3651 ____________________________________________________________________________
3652 [ 28710] By: rgs                                   on 2006/08/14  12:45:59
3653         Log: More perldelta entries; plus, credits.
3654      Branch: perl
3655            ! pod/perl594delta.pod
3656 ____________________________________________________________________________
3657 [ 28709] By: rgs                                   on 2006/08/14  12:35:13
3658         Log: Typo fix in perldiag
3659      Branch: perl
3660            ! pod/perldiag.pod
3661 ____________________________________________________________________________
3662 [ 28708] By: steveh                                on 2006/08/14  10:20:13
3663         Log: Update pod/perl594delta.pod w.r.t. #28706, and arrange list of modules
3664              alphabetically.
3665      Branch: perl
3666            ! pod/perl594delta.pod
3667 ____________________________________________________________________________
3668 [ 28707] By: steveh                                on 2006/08/14  10:15:04
3669         Log: Update Porting/Maintainers.pl w.r.t. #28695, #28703 and #28706.
3670      Branch: perl
3671            ! Porting/Maintainers.pl
3672 ____________________________________________________________________________
3673 [ 28706] By: steveh                                on 2006/08/14  10:10:07
3674         Log: Subject: [PATCH] Add Module::Loaded to the core
3675              From: kane@xs4all.nl
3676              Date: Sun, 13 Aug 2006 16:22:09 +0200 (CEST)
3677              Message-ID: <9310.80.127.35.68.1155478929.squirrel@webmail.xs4all.nl>
3678      Branch: perl
3679            + lib/Module/Loaded.pm lib/Module/Loaded/t/01_Module-Loaded.t
3680            ! MANIFEST
3681 ____________________________________________________________________________
3682 [ 28705] By: rgs                                   on 2006/08/14  09:30:38
3683         Log: More perldelta nits.
3684      Branch: perl
3685            ! pod/perl594delta.pod
3686 ____________________________________________________________________________
3687 [ 28704] By: rgs                                   on 2006/08/14  09:19:02
3688         Log: Make the NAME section of Package::Constants more conformant to
3689              man page conventions
3690      Branch: perl
3691            ! lib/Package/Constants.pm
3692 ____________________________________________________________________________
3693 [ 28703] By: steveh                                on 2006/08/14  09:09:40
3694         Log: Subject: [PATCH] Add Package::Constants to the core
3695              From: kane@xs4all.nl
3696              Date: Sat, 12 Aug 2006 23:57:58 +0200 (CEST)
3697              Message-ID: <9749.80.127.35.68.1155419878.squirrel@webmail.xs4all.nl>
3698      Branch: perl
3699            + lib/Package/Constants.pm lib/Package/Constants/t/01_list.t
3700            ! MANIFEST
3701 ____________________________________________________________________________
3702 [ 28702] By: nicholas                              on 2006/08/13  19:51:41
3703         Log: Regularise the indents of Changes to placate Porting/checkAUTHORS.pl
3704      Branch: perl
3705            ! Changes
3706 ____________________________________________________________________________
3707 [ 28701] By: rgs                                   on 2006/08/13  13:53:54
3708         Log: Fix URL of perlbug database
3709      Branch: perl
3710            ! pod/perl594delta.pod
3711 ____________________________________________________________________________
3712 [ 28700] By: rgs                                   on 2006/08/13  12:44:18
3713         Log: More perldelta entries
3714      Branch: perl
3715            ! pod/perl594delta.pod
3716 ____________________________________________________________________________
3717 [ 28699] By: rgs                                   on 2006/08/13  07:51:46
3718         Log: Fix a couple URLs in perlhack
3719      Branch: perl
3720            ! pod/perlhack.pod
3721 ____________________________________________________________________________
3722 [ 28698] By: rgs                                   on 2006/08/12  12:53:32
3723         Log: Subject: [PATCH] perlhack.pod: more portability pitfalls
3724              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
3725              Date: Sat, 12 Aug 2006 10:33:38 +0300 (EEST)
3726              Message-Id: <200608120733.k7C7XcU0268432@kosh.hut.fi>
3727      Branch: perl
3728            ! pod/perlhack.pod
3729 ____________________________________________________________________________
3730 [ 28697] By: steveh                                on 2006/08/11  17:31:45
3731         Log: Resync win32/config_H.* and win32/config.* with config_h.SH
3732              and Porting/config.sh respectively
3733              
3734              No real changes except for the addition of the missing
3735              HAS_C99_VARIADIC_MACROS to win32/config_H.* and
3736              initialinstalllocation, madlyh, madlyobj and madlysrc to
3737              win32/config.*
3738      Branch: perl
3739            ! win32/config.bc win32/config.gc win32/config.vc
3740            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
3741            ! win32/config_H.vc win32/config_H.vc64
3742 ____________________________________________________________________________
3743 [ 28696] By: rgs                                   on 2006/08/11  16:02:32
3744         Log: More perldelta notes. Also, I did forget things
3745              in perl593delta...
3746      Branch: perl
3747            ! pod/perl593delta.pod pod/perl594delta.pod
3748 ____________________________________________________________________________
3749 [ 28695] By: steveh                                on 2006/08/11  12:52:51
3750         Log: Subject: [PATCH] Add Module::Load to 5.9.x
3751              From: kane@xs4all.nl
3752              Date: Wed, 9 Aug 2006 12:23:42 +0200 (CEST)
3753              Message-ID: <9866.194.109.0.185.1155119022.squirrel@webmail.xs4all.nl>
3754      Branch: perl
3755            + lib/Module/Load.pm lib/Module/Load/t/01_Module-Load.t
3756            + lib/Module/Load/t/to_load/LoadIt.pm
3757            + lib/Module/Load/t/to_load/LoadMe.pl
3758            + lib/Module/Load/t/to_load/Must/Be/Loaded.pm
3759            + lib/Module/Load/t/to_load/TestModule.pm
3760            + lib/Module/Load/t/to_load/ToBeLoaded
3761            + lib/Module/Load/t/to_load/config_file
3762            ! MANIFEST
3763 ____________________________________________________________________________
3764 [ 28694] By: steveh                                on 2006/08/11  12:49:00
3765         Log: Close file before unlinking (on Win32 at least!)
3766      Branch: perl
3767            ! t/op/stat.t
3768 ____________________________________________________________________________
3769 [ 28693] By: rgs                                   on 2006/08/10  16:46:07
3770         Log: Subject: [PATCH] Re: Smoke [5.9.4] 28683 FAIL(F) Solaris 2.11 (i386/1 cpu)
3771              From: Andrew Dougherty <doughera@lafayette.edu>
3772              Date: Thu, 10 Aug 2006 12:37:39 -0400 (EDT)
3773              Message-ID: <Pine.LNX.4.62.0608101230260.12531@fractal.phys.lafayette.edu>
3774      Branch: perl
3775            ! lib/open.t
3776 ____________________________________________________________________________
3777 [ 28692] By: rgs                                   on 2006/08/10  14:27:44
3778         Log: Update Changes
3779      Branch: perl
3780            ! Changes
3781 ____________________________________________________________________________
3782 [ 28691] By: rgs                                   on 2006/08/10  13:17:51
3783         Log: Some updates to the cross-compilation config script
3784      Branch: perl
3785            ! Cross/config.sh-arm-linux
3786 ____________________________________________________________________________
3787 [ 28690] By: rgs                                   on 2006/08/10  09:46:34
3788         Log: lstat on *GLOB{IO} with warnings on would segfault
3789              (noticed by Andrew Dougherty)
3790      Branch: perl
3791            ! pp_sys.c
3792 ____________________________________________________________________________
3793 [ 28689] By: rgs                                   on 2006/08/10  08:23:31
3794         Log: Subject: [PATCH] g++: gethostbyaddr, and more Tru64 defines
3795              From: Jarkko Hietaniemi <jhi@iki.fi>
3796              Date: Thu, 10 Aug 2006 09:00:44 +0300
3797              Message-ID: <44DACB8C.1080708@iki.fi>
3798      Branch: perl
3799            ! hints/dec_osf.sh pp_sys.c
3800 ____________________________________________________________________________
3801 [ 28688] By: rgs                                   on 2006/08/10  08:22:01
3802         Log: Subject: [PATCH] doio.c: vararg NULLs must be cast right
3803              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
3804              Date: Thu, 10 Aug 2006 08:35:53 +0300 (EEST)
3805              Message-Id: <200608100535.k7A5Zr2Z156515@kosh.hut.fi>
3806      Branch: perl
3807            ! doio.c
3808 ____________________________________________________________________________
3809 [ 28687] By: rgs                                   on 2006/08/10  08:14:46
3810         Log: Upgrade to version.pm 0.67
3811      Branch: perl
3812            ! lib/version.pm lib/version.pod lib/version.t
3813 ____________________________________________________________________________
3814 [ 28686] By: stevep                                on 2006/08/09  21:54:08
3815         Log: A couple const's and a cast to get Sun CC to compile these files.
3816              Perl, however, still will not build with the Sun CC.  
3817      Branch: perl
3818            ! op.c pp_sort.c toke.c
3819 ____________________________________________________________________________
3820 [ 28685] By: stevep                                on 2006/08/09  19:45:06
3821         Log: Fix comment nit in config.h
3822      Branch: perl
3823            ! config_h.SH
3824 ____________________________________________________________________________
3825 [ 28684] By: rgs                                   on 2006/08/09  15:46:55
3826         Log: Subject: Re: [perl #37731] junk and uninit'ed values in tied scalars
3827              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
3828              Date: Mon, 28 Nov 2005 01:26:31 -0800
3829              Message-ID: <20051128092605.GA2328@efn.org>
3830              
3831              plus a regression test
3832      Branch: perl
3833            ! sv.c t/op/tie.t
3834 ____________________________________________________________________________
3835 [ 28683] By: rgs                                   on 2006/08/09  12:43:19
3836         Log: Subject: PATCH: Sync Time::Local in blead to 1.13 on CPAN
3837              From: Dave Rolsky <autarch@urth.org>
3838              Date: Wed, 9 Aug 2006 04:38:28 -0500 (CDT)
3839              Message-ID: <Pine.LNX.4.64.0608090422450.8735@urth.org>
3840      Branch: perl
3841            ! lib/Time/Local.pm lib/Time/Local.t
3842 ____________________________________________________________________________
3843 [ 28682] By: rgs                                   on 2006/08/09  09:58:52
3844         Log: Add OS-specific core modules in Module::CoreList for 5.8.[78] and 5.9.[23]
3845      Branch: perl
3846            ! lib/Module/CoreList.pm
3847 ____________________________________________________________________________
3848 [ 28681] By: rgs                                   on 2006/08/09  09:52:38
3849         Log: Add OS-specific modules in Module::Corelist generation script
3850              (hinted by Steve Hay)
3851      Branch: perl
3852            ! Porting/corelist.pl
3853 ____________________________________________________________________________
3854 [ 28680] By: rgs                                   on 2006/08/09  09:42:34
3855         Log: Fix data for 5.9.2, 5.9.3, 5.8.7 and 5.8.8
3856      Branch: perl
3857            ! lib/Module/CoreList.pm
3858 ____________________________________________________________________________
3859 [ 28679] By: rgs                                   on 2006/08/09  09:23:02
3860         Log: More fixes in the Module::Corelist data generation process
3861      Branch: perl
3862            ! Porting/corelist.pl
3863 ____________________________________________________________________________
3864 [ 28678] By: rgs                                   on 2006/08/09  09:01:25
3865         Log: Really submit previous change
3866      Branch: perl
3867            ! Porting/corelist.pl
3868 ____________________________________________________________________________
3869 [ 28677] By: rgs                                   on 2006/08/09  08:34:42
3870         Log: Several fixes in Porting/corelist.pl
3871              - make it run with 5.8.x perls
3872              - make it handle new modules layout in bleadperl
3873      Branch: perl
3874            ! Porting/corelist.pl
3875 ____________________________________________________________________________
3876 [ 28676] By: rgs                                   on 2006/08/08  09:39:35
3877         Log: Subject: [PATCH] Small precision about $SIG{__WARN__}
3878              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
3879              Date: Tue, 08 Aug 2006 11:17:58 +0200
3880              Message-ID: <1155028678.44d856c64fa0d@imp6-g19.free.fr>
3881      Branch: perl
3882            ! pod/perlvar.pod
3883 ____________________________________________________________________________
3884 [ 28675] By: rgs                                   on 2006/08/08  09:22:27
3885         Log: Simplification in Perl_magic_clearsig, plus a fix similar and
3886              symmetrical to the one implemented in change #28669.
3887      Branch: perl
3888            ! mg.c
3889 ____________________________________________________________________________
3890 [ 28674] By: stevep                                on 2006/08/08  03:55:13
3891         Log: Subject: [PATCH] g++ stage 1 reached
3892              From: Jarkko Hietaniemi <jhi@iki.fi>
3893              Date: Tue, 08 Aug 2006 00:02:35 +0300
3894              Message-ID: <44D7AA6B.4040802@iki.fi>
3895      Branch: perl
3896            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
3897            ! Porting/config_H cflags.SH config_h.SH configure.com deb.c
3898            ! dump.c epoc/config.sh gv.c mathoms.c mg.c op.c opcode.h
3899            ! plan9/config.plan9 plan9/config_h.sample symbian/config.sh
3900            ! uconfig.h uconfig.sh win32/config.bc win32/config.ce
3901            ! win32/config.gc win32/config.vc win32/config.vc64
3902            ! win32/config_H.bc win32/config_H.ce win32/config_H.gc
3903            ! win32/config_H.vc win32/config_H.vc64
3904 ____________________________________________________________________________
3905 [ 28673] By: stevep                                on 2006/08/07  19:54:51
3906         Log: Upgrade to Module-Build-0.2805
3907      Branch: perl
3908            ! lib/Module/Build.pm lib/Module/Build/API.pod
3909            ! lib/Module/Build/Authoring.pod lib/Module/Build/Base.pm
3910            ! lib/Module/Build/Changes lib/Module/Build/ModuleInfo.pm
3911            ! lib/Module/Build/Platform/MacOS.pm lib/Module/Build/Version.pm
3912            ! lib/Module/Build/t/moduleinfo.t
3913 ____________________________________________________________________________
3914 [ 28672] By: stevep                                on 2006/08/07  19:37:28
3915         Log: Upgrade to Digest-SHA-5.43
3916      Branch: perl
3917            ! ext/Digest/SHA/Changes ext/Digest/SHA/README
3918            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/bin/shasum
3919            ! ext/Digest/SHA/src/hmac.c ext/Digest/SHA/src/hmac.h
3920            ! ext/Digest/SHA/src/sha.c ext/Digest/SHA/src/sha.h
3921            ! ext/Digest/SHA/src/sha64bit.c
3922 ____________________________________________________________________________
3923 [ 28671] By: steveh                                on 2006/08/07  16:58:16
3924         Log: Subject: Define PERL_NO_DEV_RANDOM on Windows
3925              From: "Davies, Alex" <adavies@ptc.com>
3926              Date: Thu, 3 Aug 2006 13:31:14 -0400
3927              Message-ID: <A69AA663CE9BBC44AE1DA72483DE15DE04622D66@HQ-MAIL3.ptcnet.ptc.com>
3928              
3929              This stops perl from trying to read C:\dev\urandom on Windows
3930      Branch: perl
3931            ! dosish.h
3932 ____________________________________________________________________________
3933 [ 28670] By: steveh                                on 2006/08/07  16:21:40
3934         Log: Fixups for test failures caused by #28667 and #28668
3935      Branch: perl
3936            ! ext/B/B/Assembler.pm ext/B/t/assembler.t
3937 ____________________________________________________________________________
3938 [ 28669] By: rgs                                   on 2006/08/07  14:10:15
3939         Log: We shouldn't try to decrement the refcount of PL_warnhook
3940              if it has been set to PERL_WARNHOOK_FATAL.
3941      Branch: perl
3942            ! mg.c
3943 ____________________________________________________________________________
3944 [ 28668] By: steveh                                on 2006/08/07  10:24:39
3945         Log: Provide a BGET_svtype, required by #28667
3946      Branch: perl
3947            ! ext/ByteLoader/bytecode.h
3948 ____________________________________________________________________________
3949 [ 28667] By: rgs                                   on 2006/08/07  09:43:20
3950         Log: Try to reinstate the fix of change #28638 by patching bytecode.pl and
3951              not the file it generates
3952      Branch: perl
3953            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
3954 ____________________________________________________________________________
3955 [ 28666] By: rgs                                   on 2006/08/07  09:23:35
3956         Log: Restore modification in warnings.h from change 28662 by backporting it
3957              to warnings.pl
3958      Branch: perl
3959            ! warnings.h warnings.pl
3960 ____________________________________________________________________________
3961 [ 28665] By: rgs                                   on 2006/08/07  09:13:42
3962         Log: Subject: [PATCH] File::Basename add X<> tags, replace regex delimiters
3963              From: "Gabor Szabo" <szabgab@gmail.com>
3964              Date: Sat, 5 Aug 2006 23:00:14 +0300
3965              Message-ID: <d8a74af10608051300m4a1ebd93j491889b9b4e8523d@mail.gmail.com>
3966      Branch: perl
3967            ! lib/File/Basename.pm
3968 ____________________________________________________________________________
3969 [ 28664] By: rgs                                   on 2006/08/07  08:28:50
3970         Log: Subject: [PATCH] adding X<> to perlvar
3971              From: "Gabor Szabo" <szabgab@gmail.com>
3972              Date: Sun, 6 Aug 2006 13:59:28 +0300
3973              Message-ID: <d8a74af10608060359g7d4726dalf947f051a51c10e@mail.gmail.com>
3974      Branch: perl
3975            ! pod/perlvar.pod
3976 ____________________________________________________________________________
3977 [ 28663] By: rgs                                   on 2006/08/07  08:23:13
3978         Log: Regenerate files after previous change
3979      Branch: perl
3980            ! ext/ByteLoader/byterun.c warnings.h
3981 ____________________________________________________________________________
3982 [ 28662] By: rgs                                   on 2006/08/07  08:15:39
3983         Log: Subject: [PATCH] g++ large patch
3984              From: Jarkko Hietaniemi <jhi@iki.fi>
3985              Date: Fri, 04 Aug 2006 08:58:27 +0300
3986              Message-ID: <44D2E203.5050201@iki.fi>
3987      Branch: perl
3988            ! cflags.SH deb.c dump.c embed.fnc embed.h gv.c hv.c mathoms.c
3989            ! mg.c op.c perl.h perlio.c pp_ctl.c pp_hot.c pp_pack.c pp_sys.c
3990            ! proto.h regcomp.c regexec.c scope.c sv.c toke.c utf8.c util.c
3991            ! warnings.h
3992 ____________________________________________________________________________
3993 [ 28661] By: rgs                                   on 2006/08/05  15:46:34
3994         Log: Subject: [PATCH] perlfunc.pod - unite gmtime and localtime
3995              From: "Gabor Szabo" <szabgab@gmail.com>
3996              Date: Thu, 27 Jul 2006 09:25:02 +0300
3997              Message-ID: <d8a74af10607262325n472b424cr78c9591c31ffe190@mail.gmail.com>
3998      Branch: perl
3999            ! pod/perlfunc.pod
4000 ____________________________________________________________________________
4001 [ 28660] By: rgs                                   on 2006/08/05  15:28:39
4002         Log: Subject: [PATCH] add more X<> tags to perlfunc
4003              From: "Gabor Szabo" <szabgab@gmail.com>
4004              Date: Thu, 27 Jul 2006 00:27:06 +0300
4005              Message-ID: <d8a74af10607261427g142f0c6bge6f77c2f5e59da40@mail.gmail.com>
4006      Branch: perl
4007            ! pod/perlfunc.pod
4008 ____________________________________________________________________________
4009 [ 28659] By: rgs                                   on 2006/08/05  15:22:18
4010         Log: Subject: [PATCH] File::Copy pod updated adding X<>
4011              From: "Gabor Szabo" <szabgab@gmail.com>
4012              Date: Tue, 1 Aug 2006 08:55:37 +0200
4013              Message-ID: <d8a74af10607312355t7f3fed91g1459cb74b9b50fcd@mail.gmail.com>
4014      Branch: perl
4015            ! lib/File/Copy.pm
4016 ____________________________________________________________________________
4017 [ 28658] By: stevep                                on 2006/08/04  16:42:54
4018         Log: Sorting the MANIFEST
4019      Branch: perl
4020            ! MANIFEST
4021 ____________________________________________________________________________
4022 [ 28657] By: rgs                                   on 2006/08/04  09:45:37
4023         Log: Subject: [PATCH blead] Re: [perl #39882] inconsistent list slice behaviour
4024              From: Rick Delaney <rick@bort.ca>
4025              Date: Thu, 3 Aug 2006 21:48:07 -0400
4026              Message-ID: <20060804014807.GW21381@localhost.localdomain>
4027      Branch: perl
4028            ! pp.c t/op/list.t
4029 ____________________________________________________________________________
4030 [ 28656] By: rgs                                   on 2006/08/04  09:20:31
4031         Log: Subject: [PATCH blead] Re: [perl #40055] B::Deparse double do
4032              From: Rick Delaney <rick@bort.ca>
4033              Date: Thu, 3 Aug 2006 17:30:06 -0400
4034              Message-ID: <20060803213006.GU21381@localhost.localdomain>
4035      Branch: perl
4036            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
4037 ____________________________________________________________________________
4038 [ 28655] By: stevep                                on 2006/08/03  20:18:28
4039         Log: Subject: [PATCH] Tru64 oops
4040              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
4041              Date: Thu, 3 Aug 2006 22:59:37 +0300 (EEST)
4042              Message-Id: <200608031959.k73JxbsC395856@kosh.hut.fi>
4043      Branch: perl
4044            ! pp_sys.c
4045 ____________________________________________________________________________
4046 [ 28654] By: rgs                                   on 2006/08/03  08:15:51
4047         Log: Subject: [PATCH] more g++ in Tru64
4048              From: Jarkko Hietaniemi <jhi@iki.fi>
4049              Date: Thu, 03 Aug 2006 09:04:45 +0300
4050              Message-ID: <44D191FD.9030902@iki.fi>
4051      Branch: perl
4052            ! hints/dec_osf.sh perlio.c pp_sys.c
4053 ____________________________________________________________________________
4054 [ 28653] By: stevep                                on 2006/08/02  17:47:34
4055         Log: Upgrade to Archive-Tar-1.30.  Since change #27571 is not included,
4056              the bleadperl version is bumped to 1.30_01.
4057      Branch: perl
4058            ! lib/Archive/Tar.pm
4059 ____________________________________________________________________________
4060 [ 28652] By: rgs                                   on 2006/08/02  13:11:25
4061         Log: Cross-compilation makefile fails to copy Config_heavy.pl
4062              (noticed by Alexandre Jousset <mid@gtmp.org>)
4063      Branch: perl
4064            ! Cross/Makefile
4065 ____________________________________________________________________________
4066 [ 28651] By: merijn                                on 2006/08/02  11:21:30
4067         Log: Subject: [PATCH] g++ heavy shoveling
4068              From: Jarkko Hietaniemi <jhi@iki.fi>
4069              Date: Wed, 02 Aug 2006 00:04:42 +0300
4070              Message-ID: <44CFC1EA.2050702@iki.fi>
4071      Branch: perl
4072            ! Configure
4073 ____________________________________________________________________________
4074 [ 28649] By: rgs                                   on 2006/08/02  09:49:10
4075         Log: Subject: [PATCH blead] Re: [perl #39733] $AUTOLOAD is never tainted
4076              From: Rick Delaney <rick@bort.ca>
4077              Date: Sun, 9 Jul 2006 15:01:50 -0400
4078              Message-ID: <20060709190150.GA1922@localhost.localdomain>
4079              
4080              Plus a note in perldelta
4081      Branch: perl
4082            ! gv.c pod/perl594delta.pod t/op/taint.t
4083 ____________________________________________________________________________
4084 [ 28645] By: stevep                                on 2006/08/02  03:11:51
4085         Log: Subject: [PATCH] g++ heavy shoveling
4086              From: Jarkko Hietaniemi <jhi@iki.fi>
4087              Date: Wed, 02 Aug 2006 00:04:42 +0300
4088              Message-ID: <44CFC1EA.2050702@iki.fi>
4089      Branch: perl
4090            ! cflags.SH hints/linux.sh perl.h
4091 ____________________________________________________________________________
4092 [ 28644] By: rgs                                   on 2006/08/01  16:47:01
4093         Log: Subject: Re: New perltrap?
4094              From: Rick Delaney <rick@bort.ca>
4095              Date: Tue, 1 Aug 2006 08:43:36 -0400
4096              Message-ID: <20060801124336.GM21381@localhost.localdomain>
4097      Branch: perl
4098            ! pod/perlsec.pod
4099 ____________________________________________________________________________
4100 [ 28643] By: steveh                                on 2006/08/01  16:17:47
4101         Log: Silence a couple of Borland compiler warnings
4102      Branch: perl
4103            ! cop.h regexec.c win32/win32.h
4104 ____________________________________________________________________________
4105 [ 28642] By: rgs                                   on 2006/08/01  16:11:24
4106         Log: Subject: [PATCH] threads 1.38
4107              From: "Jerry D. Hedden" <jerry@hedden.us>
4108              Date: Tue, 01 Aug 2006 08:58:52 -0700
4109              Message-ID: <20060801085852.fb30e530d17747c2b054d625b8945d88.ad7fb0a136.wbe@email.secureserver.net>
4110      Branch: perl
4111            ! ext/threads/Changes ext/threads/README ext/threads/t/free.t
4112            ! ext/threads/t/free2.t ext/threads/t/thread.t
4113            ! ext/threads/threads.pm ext/threads/threads.xs
4114 ____________________________________________________________________________
4115 [ 28641] By: rgs                                   on 2006/08/01  15:11:15
4116         Log: Bump version of Module::CoreList
4117      Branch: perl
4118            ! lib/Module/CoreList.pm
4119 ____________________________________________________________________________
4120 [ 28640] By: rgs                                   on 2006/08/01  14:59:36
4121         Log: Patch by Marius Feraru <altblue@n0i.net> to handle dotted perl versions
4122              in the corelist utility, and to add an easy way to determine what was
4123              some module's version bundled with a specified Perl release.
4124      Branch: perl
4125            ! lib/Module/CoreList/bin/corelist
4126 ____________________________________________________________________________
4127 [ 28639] By: merijn                                on 2006/08/01  12:13:53
4128         Log: Subject: [PATCH] g++ dNOOP (luckily one can mix code and decls in C++)
4129              Somewhat modifies as per Steve Hay's comment
4130              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
4131              Date: Tue, 1 Aug 2006 08:46:15 +0300 (EEST)
4132              Message-Id: <200608010546.k715kEdP017064@kosh.hut.fi>
4133      Branch: perl
4134            ! perl.h
4135 ____________________________________________________________________________
4136 [ 28638] By: steveh                                on 2006/08/01  11:20:47
4137         Log: Silence the VC7 compiler warning in the following smoke:
4138              http://www.nntp.perl.org/group/perl.daily-build.reports/39824
4139      Branch: perl
4140            ! ext/ByteLoader/byterun.c
4141 ____________________________________________________________________________
4142 [ 28637] By: merijn                                on 2006/08/01  08:44:58
4143         Log: ANSI-C headers in test snippets to please g++ (and the rest)
4144              Subject: [PATCH]  (back) towards g++ compilation (in Tru64, and elsewhere)
4145              From: Jarkko Hietaniemi <jhi@iki.fi>
4146              Date: Mon, 31 Jul 2006 23:44:55 +0300
4147              Message-ID: <44CE6BC7.8060805@iki.fi>
4148      Branch: perl
4149            ! Configure
4150 ____________________________________________________________________________
4151 [ 28635] By: steveh                                on 2006/08/01  08:10:07
4152         Log: Subject: [PATCH] op/stat.t: SKIP count fix in case of no dirfd()
4153              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
4154              Date: Tue, 1 Aug 2006 08:04:26 +0300 (EEST)
4155              Message-Id: <200608010504.k7154QT3178692@kosh.hut.fi>
4156      Branch: perl
4157            ! t/op/stat.t
4158 ____________________________________________________________________________
4159 [ 28634] By: stevep                                on 2006/08/01  00:17:19
4160         Log: Subject: [PATCH] solution(?) to the "warning: comparison is always false dueto limited range of data type" with New*()
4161              From: Jarkko Hietaniemi <jhi@iki.fi>
4162              Date: Fri, 28 Jul 2006 09:00:28 +0300
4163              Message-ID: <44C9A7FC.1060801@iki.fi>
4164      Branch: perl
4165            ! handy.h
4166 ____________________________________________________________________________
4167 [ 28633] By: stevep                                on 2006/08/01  00:10:06
4168         Log: Subject: [PATCH] (back) towards g++ compilation (in Tru64, and elsewhere)
4169              From: Jarkko Hietaniemi <jhi@iki.fi>
4170              Date: Mon, 31 Jul 2006 23:44:55 +0300
4171              Message-ID: <44CE6BC7.8060805@iki.fi>
4172              
4173              Just the hints/dec_osf.sh changes from this set of patches.
4174      Branch: perl
4175            ! hints/dec_osf.sh
4176 ____________________________________________________________________________
4177 [ 28632] By: stevep                                on 2006/07/30  17:03:10
4178         Log: Tests to go with change #28628.
4179      Branch: perl
4180            ! t/op/stat.t
4181 ____________________________________________________________________________
4182 [ 28631] By: stevep                                on 2006/07/30  16:20:58
4183         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.87_55.tar.gz
4184              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
4185              Date: Sat, 29 Jul 2006 22:06:31 +0200
4186              Message-ID: <877j1w2n20.fsf@k75.linux.bogus>
4187      Branch: perl
4188            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
4189            ! lib/CPAN/SIGNATURE lib/CPAN/Tarzip.pm
4190 ____________________________________________________________________________
4191 [ 28630] By: steveh                                on 2006/07/28  16:37:48
4192         Log: Remove a (UINT) cast to silence a VC6 compiler warning
4193              (this was added by #27352, but Digest-SHA-5.37 changed the
4194              loop variable to be signed so the cast now needs to go).
4195              Also bump the VERSION since #27482 has not yet been applied
4196              to the CPAN version.
4197      Branch: perl
4198            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/src/sha.c
4199 ____________________________________________________________________________
4200 [ 28629] By: merijn                                on 2006/07/28  08:04:01
4201         Log: Subject: [PATCH] z/OS: an easy test nit
4202              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
4203              Date: Thu, 27 Jul 2006 20:00:02 +0300 (EEST)
4204              Message-Id: <200607271700.k6RH02V1355005@kosh.hut.fi>
4205      Branch: perl
4206            ! ext/PerlIO/t/encoding.t
4207 ____________________________________________________________________________
4208 [ 28628] By: stevep                                on 2006/07/28  00:42:04
4209         Log: Change stat() and -X filetests so that they treat *FILE{IO} 
4210              filehandles like *FILE filehandles.  This resolves RT #8244.
4211      Branch: perl
4212            ! doio.c pp_sys.c
4213 ____________________________________________________________________________
4214 [ 28627] By: stevep                                on 2006/07/27  21:17:10
4215         Log: Upgrade to Digest-SHA-5.42
4216      Branch: perl
4217            ! ext/Digest/SHA/Changes ext/Digest/SHA/README
4218            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/bin/shasum
4219            ! ext/Digest/SHA/src/hmac.c ext/Digest/SHA/src/hmac.h
4220            ! ext/Digest/SHA/src/sha.c ext/Digest/SHA/src/sha.h
4221            ! ext/Digest/SHA/t/1-exist.t ext/Digest/SHA/t/2-nist-sha-oo.t
4222            ! ext/Digest/SHA/t/2-nist-vectors-bit.t
4223            ! ext/Digest/SHA/t/2-nist-vectors-byte.t
4224            ! ext/Digest/SHA/t/3-gillogly-hard.t
4225            ! ext/Digest/SHA/t/6-dump-load.t ext/Digest/SHA/t/7-ireland.t
4226 ____________________________________________________________________________
4227 [ 28626] By: steveh                                on 2006/07/27  16:25:41
4228         Log: Clear up most of the VC6 compiler warnings in the following smoke:
4229              http://www.nntp.perl.org/group/perl.daily-build.reports/39733
4230      Branch: perl
4231            ! doio.c ext/B/B.xs ext/XS/APItest/APItest.xs hv.c op.c pp.c
4232            ! pp_pack.c utf8.c
4233 ____________________________________________________________________________
4234 [ 28625] By: merijn                                on 2006/07/27  15:33:07
4235         Log: #7217: config.h comments for HAS_POLL incorrect
4236              http://rt.perl.org/rt3/Ticket/Display.html?id=7217
4237              Date: Mon, 2 Jul 2001 14:58:27 -0700
4238              From: David Dyck <dcd@tc.fluke.com>
4239              Subject: config.h comments for HAS_POLL incorrect
4240      Branch: perl
4241            ! config_h.SH
4242 ____________________________________________________________________________
4243 [ 28623] By: craigb                                on 2006/07/27  13:54:55
4244         Log: Subject: Re: Silence/fix more warnings from the regex engine
4245              From: demerphq <demerphq@gmail.com>
4246              Date: Tue, 18 Jul 2006 21:57:15 +0200
4247              Message-ID: <9b18b3110607181257l28cc424aj1de28ebfc4c196d7@mail.gmail.com>
4248              
4249              REGCP_SET should only set a value, not check the previous value of its arg
4250      Branch: perl
4251            ! regexec.c
4252 ____________________________________________________________________________
4253 [ 28622] By: stevep                                on 2006/07/27  11:00:18
4254         Log: Subject: [perl #39835] Patch for perlipc.pod to update TCP server example wrt safe signals and accept()
4255              From: Andy Wardley (via RT) <perlbug-followup@perl.org>
4256              Date: Fri, 14 Jul 2006 10:11:44 -0700      
4257              Message-ID: <rt-3.6.HEAD-20371-1152897103-1865.39835-75-0@perl.org>
4258      Branch: perl
4259            ! pod/perlipc.pod
4260 ____________________________________________________________________________
4261 [ 28621] By: rgs                                   on 2006/07/26  20:36:19
4262         Log: Some notes in perl594delta.
4263      Branch: perl
4264            ! pod/perl594delta.pod
4265 ____________________________________________________________________________
4266 [ 28620] By: rgs                                   on 2006/07/26  20:32:08
4267         Log: Subject: interpolation of @- (and @+) in patterns ([perl #27940] comes back)
4268              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
4269              Date: Tue, 25 Jul 2006 00:15:50 +0900
4270              Message-Id: <20060725001517.3C5D.BQW10602@nifty.com>
4271      Branch: perl
4272            ! pod/perlop.pod t/op/pat.t t/op/subst.t t/op/tr.t toke.c
4273 ____________________________________________________________________________
4274 [ 28619] By: stevep                                on 2006/07/26  13:54:28
4275         Log: Added tests from CGI.pm that had not been integrated into core.
4276      Branch: perl
4277            + lib/CGI/t/start_end_asterisk.t lib/CGI/t/start_end_end.t
4278            + lib/CGI/t/start_end_start.t
4279            ! MANIFEST
4280 ____________________________________________________________________________
4281 [ 28618] By: rgs                                   on 2006/07/26  06:41:56
4282         Log: Add a few links to standard modules in perlfunc, by Gabor Szabo.
4283      Branch: perl
4284            ! pod/perlfunc.pod
4285 ____________________________________________________________________________
4286 [ 28617] By: stevep                                on 2006/07/26  01:59:06
4287         Log: Subject: [PATCH] Re: [ID 20000816.012] *foo = *_ is broken
4288              From: Mike Guy <mjtg@cam.ac.uk>
4289              Date: Thu, 17 Aug 2000 16:26:56 +0100
4290              Message-Id: <E13PRZI-0007Ge-00@libra.cus.cam.ac.uk>
4291              
4292              Only part regarding @ARG missing from the documentation was applied.
4293      Branch: perl
4294            ! pod/perlvar.pod
4295 ____________________________________________________________________________
4296 [ 28616] By: mhx                                   on 2006/07/25  18:54:08
4297         Log: Upgrade to Devel::PPPort 3.09_02
4298      Branch: perl
4299            + ext/Devel/PPPort/parts/inc/strlfuncs
4300            + ext/Devel/PPPort/t/strlfuncs.t
4301            ! MANIFEST ext/Devel/PPPort/Changes
4302            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/TODO
4303            ! ext/Devel/PPPort/parts/apicheck.pl
4304            ! ext/Devel/PPPort/parts/base/5009004
4305            ! ext/Devel/PPPort/parts/embed.fnc
4306            ! ext/Devel/PPPort/parts/todo/5009004 ext/Devel/PPPort/soak
4307 ____________________________________________________________________________
4308 [ 28615] By: mhx                                   on 2006/07/25  18:42:26
4309         Log: Very recent development versions of gcc (4.2.0 20060715) seem
4310              to have switched from '<command line>' to '<command-line>'.
4311      Branch: perl
4312            ! makedepend.SH
4313 ____________________________________________________________________________
4314 [ 28614] By: stevep                                on 2006/07/24  17:30:38
4315         Log: Replace some sprintf()'s in Data::Dumper with my_snprintf()'s
4316      Branch: perl
4317            ! ext/Data/Dumper/Dumper.xs mkppport.lst
4318 ____________________________________________________________________________
4319 [ 28613] By: rgs                                   on 2006/07/23  20:32:33
4320         Log: Revert change 28603: this was a wrong fix, that didn't prevent
4321              a later crash. Reindent a bit of the same function.
4322      Branch: perl
4323            ! pp_hot.c
4324 ____________________________________________________________________________
4325 [ 28612] By: rgs                                   on 2006/07/23  19:59:55
4326         Log: Subject: [PATCH document] perlop: parsing quoted constructs 
4327              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
4328              Date: Sun, 16 Jul 2006 20:06:33 +0900
4329              Message-Id: <20060716200218.2CE6.BQW10602@nifty.com>
4330      Branch: perl
4331            ! pod/perlop.pod
4332 ____________________________________________________________________________
4333 [ 28611] By: stevep                                on 2006/07/23  13:46:05
4334         Log: The rest of the changes for Sys-Syslog-0.17 which my new patch no
4335              longer automatically "p4 edits" for me.
4336      Branch: perl
4337            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/Makefile.PL
4338            ! ext/Sys/Syslog/README ext/Sys/Syslog/t/syslog.t
4339 ____________________________________________________________________________
4340 [ 28610] By: stevep                                on 2006/07/23  13:42:55
4341         Log: Upgrade to Sys-Syslog-0.17
4342      Branch: perl
4343            ! ext/Sys/Syslog/Syslog.pm
4344 ____________________________________________________________________________
4345 [ 28609] By: stevep                                on 2006/07/23  13:20:07
4346         Log: Subject: [PATCH] Tru64: if cc given both -O and -g, -g must be -g3
4347              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
4348              Date: Sun, 23 Jul 2006 10:18:11 +0300 (EEST)
4349              Message-Id: <200607230718.k6N7IB4u009170@kosh.hut.fi>
4350      Branch: perl
4351            ! hints/dec_osf.sh
4352 ____________________________________________________________________________
4353 [ 28608] By: rgs                                   on 2006/07/23  13:17:48
4354         Log: Revert part of last change, that was causing utf8 test failures
4355      Branch: perl
4356            ! toke.c
4357 ____________________________________________________________________________
4358 [ 28607] By: rgs                                   on 2006/07/23  13:04:10
4359         Log: Subject: [PATCH] z/OS: pp_sys.c, reg*.c, toke.c, utf8.c
4360              From: Jarkko Hietaniemi <jhi@iki.fi>
4361              Date: Sat, 22 Jul 2006 18:51:48 +0300
4362              Message-ID: <44C24994.6020008@iki.fi>
4363      Branch: perl
4364            ! pp_sys.c regcomp.c regexec.c toke.c utf8.c
4365 ____________________________________________________________________________
4366 [ 28606] By: rgs                                   on 2006/07/23  12:51:02
4367         Log: Add another volatile modifier to protect against longjmp clobbering
4368      Branch: perl
4369            ! op.c
4370 ____________________________________________________________________________
4371 [ 28605] By: mhx                                   on 2006/07/21  17:56:39
4372         Log: Upgrade to Devel::PPPort 3.09_01
4373      Branch: perl
4374            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
4375            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/PPPort_xs.PL
4376            ! ext/Devel/PPPort/mktests.PL ext/Devel/PPPort/parts/ppptools.pl
4377            ! ext/Devel/PPPort/soak
4378 ____________________________________________________________________________
4379 [ 28604] By: rgs                                   on 2006/07/21  15:27:20
4380         Log: More tweaks to threads 1.37, by Jerry D. Hedden
4381      Branch: perl
4382            ! ext/threads/Changes ext/threads/t/exit.t
4383            ! ext/threads/t/thread.t ext/threads/threads.pm
4384            ! ext/threads/threads.xs
4385 ____________________________________________________________________________
4386 [ 28603] By: rgs                                   on 2006/07/20  22:03:59
4387         Log: In pp_entersub, accept to handle a CV with a NULL padlist.
4388              This fixes a crash with mod_perl 1.29.
4389      Branch: perl
4390            ! pp_hot.c
4391 ____________________________________________________________________________
4392 [ 28602] By: rgs                                   on 2006/07/20  21:36:25
4393         Log: Upgrade to threads 1.37, by Jerry D. Hedden
4394      Branch: perl
4395            ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t
4396            ! ext/threads/t/thread.t ext/threads/threads.pm
4397            ! ext/threads/threads.xs
4398 ____________________________________________________________________________
4399 [ 28601] By: rgs                                   on 2006/07/19  21:34:05
4400         Log: Band-aid for segfault in ext/threads/t/blocks.t on SMP machines
4401      Branch: perl
4402            ! pp_hot.c
4403 ____________________________________________________________________________
4404 [ 28600] By: stevep                                on 2006/07/19  14:59:24
4405         Log: Subject: [perl #39876] Time::gmtime 1.02 examples patch
4406              From: Alexandr Ciornii (via RT) <perlbug-followup@perl.org>
4407              Date: Wed, 19 Jul 2006 05:46:36 -0700
4408              Message-ID: <rt-3.6.HEAD-25412-1153313196-897.39876-75-0@perl.org>
4409              
4410              Pod fixes for Time::gmtime.pm
4411      Branch: perl
4412            ! lib/Time/gmtime.pm
4413 ____________________________________________________________________________
4414 [ 28599] By: rgs                                   on 2006/07/18  21:43:52
4415         Log: Subject: [PATCH] make magic vtables const if PERL_GLOBAL_STRUCT_PRIVATE
4416              From: Jarkko Hietaniemi <jhi@iki.fi>
4417              Date: Mon, 17 Jul 2006 09:09:24 +0300
4418              Message-ID: <44BB2994.5090609@iki.fi>
4419      Branch: perl
4420            ! perl.h pod/perlguts.pod pod/perlhack.pod
4421 ____________________________________________________________________________
4422 [ 28598] By: rgs                                   on 2006/07/18  21:02:39
4423         Log: Subject: [PATCH] [Fwd: Smoke [5.9.4] 28575 FAIL(XF) OSF1 V5.1 (EV6/4 cpu)]
4424              From: "Jerry D. Hedden" <jerry@hedden.us>
4425              Date: Mon, 17 Jul 2006 05:00:01 -0700
4426              Message-ID: <20060717050001.fb30e530d17747c2b054d625b8945d88.b729fe881f.wbe@email.secureserver.net>
4427      Branch: perl
4428            ! ext/threads/t/basic.t ext/threads/t/free.t
4429 ____________________________________________________________________________
4430 [ 28597] By: steveh                                on 2006/07/18  12:11:36
4431         Log: Fix Borland problem with quoted pre-processor macros in response files
4432              
4433              This should clear up the errors from Module/Build/t/ppm.t and
4434              Module/Build/t/xs.t in the Borland smokes.
4435              
4436              Subject: Re: Smoke [5.9.4] 27656 FAIL(F) MSWin32 WinXP/.Net SP2 (x86/2 cpu)
4437              From: "Randy W. Sims" <ml-perl@thepierianspring.org>
4438              Date: Thu, 06 Apr 2006 22:33:04 -0400
4439              Message-ID: <4435CF60.1000707@thepierianspring.org>
4440              
4441              See the thread here for details:
4442              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-04/msg00027.html
4443      Branch: perl
4444            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
4445 ____________________________________________________________________________
4446 [ 28596] By: stevep                                on 2006/07/18  03:10:51
4447         Log: Additional reason for ssh passphrase failures.
4448      Branch: perl
4449            ! Porting/repository.pod
4450 ____________________________________________________________________________
4451 [ 28595] By: rgs                                   on 2006/07/17  21:11:52
4452         Log: Remove the C89 checking with gcc
4453              (but leave a note in perlhack)
4454      Branch: perl
4455            ! cflags.SH pod/perlhack.pod
4456 ____________________________________________________________________________
4457 [ 28594] By: steveh                                on 2006/07/17  14:32:19
4458         Log: Subject: Silence system warning during tests (only on win32 for now)
4459              From: demerphq <demerphq@gmail.com>
4460              Date: Sat, 15 Jul 2006 18:21:15 +0200
4461              Message-ID: <9b18b3110607150921p33be8e87wd51b2fd317a81587@mail.gmail.com>
4462      Branch: perl
4463            ! t/comp/opsubs.t
4464 ____________________________________________________________________________
4465 [ 28593] By: steveh                                on 2006/07/17  14:23:59
4466         Log: Avoid an error that VC++'s resource compiler seems to have
4467              with a reference to "perly.y" in "perly.h"
4468              
4469              See the thread here for details:
4470              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-07/msg00460.html
4471      Branch: perl
4472            ! perly.h regen_perly.pl
4473 ____________________________________________________________________________
4474 [ 28592] By: merijn                                on 2006/07/17  06:51:54
4475         Log: Cygwin doesn't cope (yet) with gcc flags -std=c89
4476      Branch: perl
4477            ! cflags.SH
4478 ____________________________________________________________________________
4479 [ 28591] By: rgs                                   on 2006/07/16  21:42:59
4480         Log: Check for taintedness of PERL5SHELL on Windows
4481              (bug #39832)
4482      Branch: perl
4483            ! taint.c
4484 ____________________________________________________________________________
4485 [ 28590] By: stevep                                on 2006/07/16  19:18:27
4486         Log: Subject: [PATCH] MIME::Base64 quoted-print.t: z/OS (EBCDIC)
4487              From: Jarkko Hietaniemi <jhi@iki.fi>
4488              Date: Sun, 16 Jul 2006 13:11:15 +0300
4489              Message-ID: <44BA10C3.8040007@iki.fi>
4490      Branch: perl
4491            ! ext/MIME/Base64/t/quoted-print.t
4492 ____________________________________________________________________________
4493 [ 28589] By: stevep                                on 2006/07/16  19:12:28
4494         Log: Subject: Re: Fix loads of warnings from the last escaping patch...
4495              From: demerphq <demerphq@gmail.com>
4496              Date: Sun, 16 Jul 2006 19:59:02 +0200
4497              Message-ID: <9b18b3110607161059j276ac869p450aa178150044ae@mail.gmail.com>
4498      Branch: perl
4499            ! dump.c embed.fnc ext/re/re.pm pod/perlapi.pod proto.h
4500            ! regcomp.c regcomp.h
4501 ____________________________________________________________________________
4502 [ 28588] By: stevep                                on 2006/07/16  19:06:01
4503         Log: Subject: [PATCH] perlhack: advertise Configure -Dgccansipedantic
4504              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
4505              Date: Sun, 16 Jul 2006 20:27:20 +0300 (EEST)
4506              Message-Id: <200607161727.k6GHRKFk069579@kosh.hut.fi>
4507      Branch: perl
4508            ! pod/perlhack.pod
4509 ____________________________________________________________________________
4510 [ 28587] By: stevep                                on 2006/07/16  15:40:29
4511         Log: Upgrade to Module-Build-0.2803
4512      Branch: perl
4513            ! lib/Module/Build.pm lib/Module/Build/Base.pm
4514            ! lib/Module/Build/Changes
4515 ____________________________________________________________________________
4516 [ 28586] By: stevep                                on 2006/07/16  14:54:58
4517         Log: Upgrade to Test-Simple-0.64
4518      Branch: perl
4519            ! lib/Test/Builder/Tester.pm lib/Test/More.pm lib/Test/Simple.pm
4520            ! lib/Test/Simple/Changes lib/Test/Simple/t/skip.t
4521            ! lib/Test/Simple/t/tbt_01basic.t
4522            ! lib/Test/Simple/t/tbt_05faildiag.t
4523            ! lib/Test/Simple/t/tbt_06errormess.t
4524            ! lib/Test/Simple/t/tbt_07args.t
4525 ____________________________________________________________________________
4526 [ 28585] By: stevep                                on 2006/07/16  13:46:35
4527         Log: various safety/portability tweaks
4528              From: Jarkko Hietaniemi <jhi@iki.fi>
4529              Date: Sat, 15 Jul 2006 22:15:29 +0300
4530              Message-ID: <44B93ED1.7080000@iki.fi>
4531              
4532              Fix for change #28578.
4533      Branch: perl
4534            ! util.c
4535 ____________________________________________________________________________
4536 [ 28584] By: davem                                 on 2006/07/16  00:20:25
4537         Log: run regen_headerds
4538      Branch: perl
4539            ! embed.h global.sym proto.h
4540 ____________________________________________________________________________
4541 [ 28583] By: davem                                 on 2006/07/15  22:14:46
4542         Log: Subject:  [PATCH] comment update for scan_const
4543              From:  SADAHIRO Tomoyuki <bqw10602@nifty.com>
4544              Date:  Sat, 15 Jul 2006 20:16:01 +0900
4545              Message-Id:  <20060715201552.9FA5.BQW10602@nifty.com>
4546      Branch: perl
4547            ! toke.c
4548 ____________________________________________________________________________
4549 [ 28582] By: davem                                 on 2006/07/15  21:59:43
4550         Log: Subject:  Updated escaping code. utf8 regex debug output improvements
4551              From:  demerphq <demerphq@gmail.com>
4552              Date:  Sat, 15 Jul 2006 18:56:03 +0200
4553              Message-Id:  <9b18b3110607150956o6273a16clb1518911d1945d4@mail.gmail.com>
4554      Branch: perl
4555            ! dump.c embed.fnc ext/re/re.pm perl.h regcomp.c regcomp.h
4556            ! regexec.c
4557 ____________________________________________________________________________
4558 [ 28581] By: stevep                                on 2006/07/15  18:57:39
4559         Log: Adding Module::Build::Version missed in upgrade.
4560      Branch: perl
4561            + lib/Module/Build/Version.pm
4562            ! MANIFEST
4563 ____________________________________________________________________________
4564 [ 28580] By: stevep                                on 2006/07/15  15:22:35
4565         Log: Upgrade to ANSIColor-1.11
4566      Branch: perl
4567            + lib/Term/ANSIColor/t/basic.t lib/Term/ANSIColor/t/pod.t
4568            - lib/Term/ANSIColor/test.pl
4569            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
4570            ! lib/Term/ANSIColor/README
4571 ____________________________________________________________________________
4572 [ 28579] By: stevep                                on 2006/07/15  14:46:53
4573         Log: Upgrade to Module-Build-0.2802
4574      Branch: perl
4575            ! lib/Module/Build.pm lib/Module/Build/Base.pm
4576            ! lib/Module/Build/Changes lib/Module/Build/ModuleInfo.pm
4577            ! lib/Module/Build/t/moduleinfo.t
4578            ! lib/Module/Build/t/runthrough.t
4579 ____________________________________________________________________________
4580 [ 28578] By: merijn                                on 2006/07/15  11:53:36
4581         Log: Subject: [PATCH] various safety/portability tweaks
4582              From: Jarkko Hietaniemi <jhi@iki.fi>
4583              Date: Sat, 15 Jul 2006 13:14:32 +0300
4584              Message-ID: <44B8C008.4030300@iki.fi>
4585      Branch: perl
4586            ! pod/perlhack.pod pod/perltodo.pod pp_sys.c sv.c util.c
4587 ____________________________________________________________________________
4588 [ 28577] By: merijn                                on 2006/07/15  11:45:15
4589         Log: Subject: [PATCH] cflags.SH: add missing C files
4590              From: Jarkko Hietaniemi <jhi@iki.fi>
4591              Date: Sat, 15 Jul 2006 12:30:25 +0300
4592              Message-ID: <44B8B5B1.2050902@iki.fi>
4593      Branch: perl
4594            ! cflags.SH
4595 ____________________________________________________________________________
4596 [ 28576] By: merijn                                on 2006/07/15  11:41:59
4597         Log: Subject: [PATCH] Re: [PATCH] cflags.SH: add -std=c89
4598              From: Jarkko Hietaniemi <jhi@iki.fi>
4599              Date: Sat, 15 Jul 2006 12:19:45 +0300
4600              Message-ID: <44B8B331.8090009@iki.fi>
4601      Branch: perl
4602            ! cflags.SH
4603 ____________________________________________________________________________
4604 [ 28575] By: craigb                                on 2006/07/14  18:18:18
4605         Log: overload.t has same locale problem with VMS that it has with dec_osf
4606      Branch: perl
4607            ! t/uni/overload.t
4608 ____________________________________________________________________________
4609 [ 28574] By: craigb                                on 2006/07/14  18:09:40
4610         Log: Make sysconf tests handle unimplemented success indications
4611              for the benefit of Mac OS X and VMS.
4612      Branch: perl
4613            ! ext/POSIX/t/sysconf.t
4614 ____________________________________________________________________________
4615 [ 28573] By: steveh                                on 2006/07/14  14:42:57
4616         Log: Silence a compiler warning on Win32/VC++
4617              
4618              Subject: Re: Smoke [5.9.4] 28569 FAIL(F) MSWin32 WinXP/.Net SP2 (x86/2 cpu)
4619              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
4620              Date: Fri, 14 Jul 2006 16:33:01 +0200
4621              Message-Id: <8CC2FF7E-42EE-4B28-A9D2-4FCD8C745004@mailbox.tu-berlin.de>
4622      Branch: perl
4623            ! ext/Hash/Util/FieldHash/FieldHash.xs
4624 ____________________________________________________________________________
4625 [ 28572] By: stevep                                on 2006/07/14  14:38:28
4626         Log: Skip tests for pathconf() and fpathconf() on HP-UX for 
4627              _PC_CHOWN_RESTRICTED.  The HP-UX manpage suggests not trying
4628              to do it, and that the errno will not be set on failure.
4629      Branch: perl
4630            ! ext/POSIX/t/sysconf.t
4631 ____________________________________________________________________________
4632 [ 28571] By: davem                                 on 2006/07/14  11:50:37
4633         Log: remove regex postive super-linear cache code
4634              (it wasn't actually achieving anything)
4635      Branch: perl
4636            ! regexec.c t/op/re_tests
4637 ____________________________________________________________________________
4638 [ 28570] By: merijn                                on 2006/07/14  07:03:08
4639         Log: Subject: [PATCH] -DPERL_GLOBAL_STRUCT_PRIVATE tweaks (done_sanity_check global? yech!)
4640              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
4641              Date: Fri, 14 Jul 2006 09:34:09 +0300 (EEST)
4642              Message-Id: <200607140634.k6E6Y9Ia471707@kosh.hut.fi>
4643      Branch: perl
4644            ! hv.c sv.c
4645 ____________________________________________________________________________
4646 [ 28569] By: stevep                                on 2006/07/13  20:31:59
4647         Log: Version bumps for z/OS fixes.
4648      Branch: perl
4649            ! ext/Encode/Encode.pm ext/MIME/Base64/Base64.pm
4650            ! ext/threads/shared/shared.pm
4651 ____________________________________________________________________________
4652 [ 28568] By: stevep                                on 2006/07/13  20:18:59
4653         Log: Subject: [PATCH] z/OS: CPAN-ized ext/ and lib/
4654              From: Jarkko Hietaniemi <jhi@iki.fi>
4655              Date: Thu, 13 Jul 2006 23:10:27 +0300
4656              Message-ID: <44B6A8B3.5070605@iki.fi>
4657      Branch: perl
4658            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
4659            ! ext/Encode/Encode.xs ext/Encode/t/utf8strict.t
4660            ! ext/MIME/Base64/Base64.xs ext/Storable/t/downgrade.t
4661            ! ext/Storable/t/overload.t ext/threads/shared/shared.xs
4662            ! lib/CGI/t/util-58.t lib/Digest/t/base.t lib/Digest/t/file.t
4663            ! lib/Pod/t/pod2html-lib.pl lib/Tie/File/t/09_gen_rs.t
4664 ____________________________________________________________________________
4665 [ 28567] By: merijn                                on 2006/07/13  17:12:00
4666         Log: Subject: [PATCH] z/OS: non-CPAN ext and lib + main() without the third arg + Stephen McCamant's comment
4667              From: Jarkko Hietaniemi <jhi@iki.fi>
4668              Date: Thu, 13 Jul 2006 19:47:29 +0300
4669              Message-ID: <44B67921.6090901@iki.fi>
4670      Branch: perl
4671            ! ext/B/B/Deparse.pm lib/AutoLoader.t lib/DBM_Filter/t/encode.t
4672            ! lib/DBM_Filter/t/utf8.t lib/ExtUtils/Constant/Utils.pm
4673            ! lib/ExtUtils/Embed.pm lib/ExtUtils/t/Embed.t
4674            ! lib/PerlIO/via/t/QuotedPrint.t lib/bytes.t lib/dumpvar.pl
4675            ! lib/utf8.t miniperlmain.c perl.h
4676 ____________________________________________________________________________
4677 [ 28566] By: stevep                                on 2006/07/13  15:46:11
4678         Log: Keep Intel C++ from claiming that it is gcc.
4679      Branch: perl
4680            ! hints/linux.sh
4681 ____________________________________________________________________________
4682 [ 28565] By: stevep                                on 2006/07/13  14:04:18
4683         Log: Clear up a few more warnings from blead.
4684      Branch: perl
4685            ! op.c perl.c reentr.c reentr.pl regexec.c
4686 ____________________________________________________________________________
4687 [ 28564] By: rgs                                   on 2006/07/13  08:46:30
4688         Log: Not everybody has env
4689      Branch: perl
4690            ! pod/perlintro.pod
4691 ____________________________________________________________________________
4692 [ 28563] By: rgs                                   on 2006/07/13  08:40:12
4693         Log: Subject: Re: Misunderstanding escapes in heredocs?
4694              From: demerphq <demerphq@gmail.com>
4695              Date: Sun, 9 Jul 2006 16:42:45 +0200
4696              Message-ID: <9b18b3110607090742gc55b4ffl402d5fadc5bd231e@mail.gmail.com>
4697              
4698              with formatting nits
4699      Branch: perl
4700            ! pod/perlop.pod
4701 ____________________________________________________________________________
4702 [ 28562] By: rgs                                   on 2006/07/13  08:17:04
4703         Log: Additions to perlhack based on a patch by Gabor Szabo
4704      Branch: perl
4705            ! pod/perlhack.pod
4706 ____________________________________________________________________________
4707 [ 28561] By: rgs                                   on 2006/07/13  08:04:44
4708         Log: Nits to the perlintro safety net (by Gabor Szabo and Merijn)
4709      Branch: perl
4710            ! pod/perlintro.pod
4711 ____________________________________________________________________________
4712 [ 28560] By: merijn                                on 2006/07/13  06:50:55
4713         Log: Relink to use temp file forced on current dir in mpeix
4714              Subject: [PATCH] mpeix/relink: tweak from Donna Garverick
4715              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
4716              Date: Thu, 13 Jul 2006 08:25:59 +0300 (EEST)
4717              Message-Id: <200607130525.k6D5PxFp251263@kosh.hut.fi>
4718      Branch: perl
4719            ! mpeix/relink
4720 ____________________________________________________________________________
4721 [ 28559] By: rgs                                   on 2006/07/12  13:19:04
4722         Log: Cleanup and conversion to t/test.pl
4723      Branch: perl
4724            ! ext/Devel/Peek/t/Peek.t
4725 ____________________________________________________________________________
4726 [ 28558] By: rgs                                   on 2006/07/12  12:29:58
4727         Log: I prefer array indexes that start from 0 in beginner docs
4728      Branch: perl
4729            ! pod/perlintro.pod
4730 ____________________________________________________________________________
4731 [ 28557] By: rgs                                   on 2006/07/12  12:28:34
4732         Log: Integration of strlcat is to-done (noticed by Yves)
4733      Branch: perl
4734            ! pod/perltodo.pod
4735 ____________________________________________________________________________
4736 [ 28556] By: steveh                                on 2006/07/12  10:28:39
4737         Log: Fix change #28552: VC++ doesn't like code before declarations
4738      Branch: perl
4739            ! ext/Hash/Util/FieldHash/FieldHash.xs
4740 ____________________________________________________________________________
4741 [ 28555] By: rgs                                   on 2006/07/12  09:56:04
4742         Log: Additions and removals in perltodo
4743      Branch: perl
4744            ! pod/perltodo.pod
4745 ____________________________________________________________________________
4746 [ 28554] By: merijn                                on 2006/07/12  09:40:14
4747         Log: Subject: [PATCH] more strictness in perlintro
4748              From: "Gabor Szabo" <szabgab@gmail.com>
4749              Date: Wed, 12 Jul 2006 10:30:06 +0300
4750              Message-ID: <d8a74af10607120030p1964b935y9493e29994a5b371@mail.gmail.com>
4751      Branch: perl
4752            ! pod/perlintro.pod
4753 ____________________________________________________________________________
4754 [ 28553] By: merijn                                on 2006/07/12  09:27:59
4755         Log: Subject: [PATCH] perlinro (use $fh filehandler + not to use built in function name in sub example)
4756              From: "Gabor Szabo" <szabgab@gmail.com>
4757              Date: Wed, 12 Jul 2006 10:51:03 +0300
4758              Message-ID: <d8a74af10607120051t10382a7fw95ce094f0f395490@mail.gmail.com>
4759      Branch: perl
4760            ! pod/perlintro.pod
4761 ____________________________________________________________________________
4762 [ 28552] By: rgs                                   on 2006/07/12  09:00:01
4763         Log: Subject: Re: [PATCH] FieldHash coverity-compliant
4764              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
4765              Date: Wed, 12 Jul 2006 00:45:44 +0200
4766              Message-Id: <7AEBF247-0AF7-46A8-9D61-D38B45FD21EA@mailbox.tu-berlin.de>
4767      Branch: perl
4768            ! ext/Hash/Util/FieldHash/FieldHash.xs
4769 ____________________________________________________________________________
4770 [ 28551] By: rgs                                   on 2006/07/12  08:49:17
4771         Log: Upgrade to PathTools 3.19
4772      Branch: perl
4773            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
4774            ! lib/File/Spec/Unix.pm lib/File/Spec/t/Spec.t
4775 ____________________________________________________________________________
4776 [ 28550] By: merijn                                on 2006/07/12  06:53:22
4777         Log: Subject: [PATCH] z/OS: t/ - mostly EBCDIC fixes
4778              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
4779              Date: Wed, 12 Jul 2006 00:01:29 +0300 (EEST)
4780              Message-Id: <200607112101.k6BL1TGr321715@kosh.hut.fi>
4781      Branch: perl
4782            ! t/comp/parser.t t/op/caller.t t/op/chop.t t/op/exec.t
4783            ! t/op/index.t t/op/pack.t t/op/pat.t t/op/sprintf.t
4784            ! t/op/utfhash.t t/run/fresh_perl.t t/uni/case.pl t/uni/class.t
4785 ____________________________________________________________________________
4786 [ 28549] By: rgs                                   on 2006/07/11  17:00:26
4787         Log: A few rough notes for the next perldelta
4788      Branch: perl
4789            ! pod/perl594delta.pod
4790 ____________________________________________________________________________
4791 [ 28548] By: rgs                                   on 2006/07/11  14:55:17
4792         Log: Revert bogus fix for bug #27940, which wasn't really a bug,
4793              and a new test item, as found and suggested by Sadahiro Tomoyuki.
4794      Branch: perl
4795            ! t/op/pat.t toke.c
4796 ____________________________________________________________________________
4797 [ 28547] By: rgs                                   on 2006/07/11  14:06:08
4798         Log: Subject: Re: Misunderstanding escapes in heredocs?
4799              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
4800              Date: Sun, 09 Jul 2006 11:57:42 +0900
4801              Message-Id: <20060709115613.78FF.BQW10602@nifty.com>
4802      Branch: perl
4803            ! pod/perlop.pod
4804 ____________________________________________________________________________
4805 [ 28546] By: stevep                                on 2006/07/11  12:31:10
4806         Log: Upgrade to Text-Tabs+Wrap-2006.0711.  Keep the local changes from
4807              change #27541.  Also, leave out the test files Jacobson.t and 
4808              Jacobson2.t which both generated several warnings.
4809      Branch: perl
4810            + lib/Text/TabsWrap/t/37000.t lib/Text/TabsWrap/t/39548.t
4811            + lib/Text/TabsWrap/t/Jochen.t lib/Text/TabsWrap/t/belg4mit.t
4812            + lib/Text/TabsWrap/t/sep.t lib/Text/TabsWrap/t/sep2.t
4813            ! MANIFEST lib/Text/Tabs.pm lib/Text/TabsWrap/CHANGELOG
4814            ! lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
4815 ____________________________________________________________________________
4816 [ 28545] By: steveh                                on 2006/07/11  11:26:17
4817         Log: Fix change #28533: my_strlcpy does not return the dest str!
4818      Branch: perl
4819            ! util.c
4820 ____________________________________________________________________________
4821 [ 28544] By: rgs                                   on 2006/07/11  09:29:23
4822         Log: Adjust test count in threads test
4823      Branch: perl
4824            ! ext/threads/t/kill.t
4825 ____________________________________________________________________________
4826 [ 28543] By: rgs                                   on 2006/07/11  09:27:25
4827         Log: Subject: [PATCH] threads 1.36 - Signalling terminated threads core dumps
4828              From: "Jerry D. Hedden" <jerry@hedden.us>
4829              Date: Mon, 10 Jul 2006 13:28:25 -0700
4830              Message-ID: <20060710132825.fb30e530d17747c2b054d625b8945d88.5bdc82d2c0.wbe@email.secureserver.net>
4831      Branch: perl
4832            ! ext/threads/Changes ext/threads/README ext/threads/t/kill.t
4833            ! ext/threads/t/thread.t ext/threads/threads.pm
4834            ! ext/threads/threads.xs
4835 ____________________________________________________________________________
4836 [ 28542] By: rgs                                   on 2006/07/11  08:06:26
4837         Log: Subject: [PATCH] FieldHash coverity-compliant
4838              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
4839              Date: Mon, 10 Jul 2006 21:30:15 +0200
4840              Message-Id: <9C6C104C-8040-489A-BB35-40D22BC48AFC@mailbox.tu-berlin.de>
4841      Branch: perl
4842            ! ext/Hash/Util/FieldHash/FieldHash.xs
4843            ! ext/Hash/Util/FieldHash/lib/Hash/Util/FieldHash.pm
4844            ! ext/Hash/Util/FieldHash/t/02_function.t
4845            ! ext/Hash/Util/FieldHash/t/04_thread.t
4846 ____________________________________________________________________________
4847 [ 28541] By: rgs                                   on 2006/07/11  07:55:21
4848         Log: Subject: [PATCH] Re: [perl #39634] gcc 3.3 has problems with __attribute__((unused))
4849              From: Andy Dougherty <doughera@lafayette.edu>
4850              Date: Mon, 10 Jul 2006 13:16:27 -0400 (EDT)
4851              Message-ID: <Pine.LNX.4.62.0607101312540.24708@fractal.phys.lafayette.edu>
4852      Branch: perl
4853            ! perl.h
4854 ____________________________________________________________________________
4855 [ 28540] By: rgs                                   on 2006/07/11  07:48:24
4856         Log: Subject: [PATCH] sysconf.t: still failing in tru64, try harder to skip
4857              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
4858              Date: Tue, 11 Jul 2006 09:23:08 +0300 (EEST)
4859              Message-Id: <200607110623.k6B6N8Ni488812@kosh.hut.fi>
4860      Branch: perl
4861            ! ext/POSIX/t/sysconf.t
4862 ____________________________________________________________________________
4863 [ 28539] By: rgs                                   on 2006/07/10  20:14:34
4864         Log: Subject: [PATCH] z/OS: hints/os390.sh and Makefile.SH
4865              From: Jarkko Hietaniemi <jhi@iki.fi>
4866              Date: Mon, 10 Jul 2006 22:55:33 +0300
4867              Message-ID: <44B2B0B5.3000008@iki.fi>
4868      Branch: perl
4869            ! Makefile.SH hints/os390.sh
4870 ____________________________________________________________________________
4871 [ 28538] By: rgs                                   on 2006/07/10  19:42:18
4872         Log: Update Changes
4873      Branch: perl
4874            ! Changes
4875 ____________________________________________________________________________
4876 [ 28537] By: stevep                                on 2006/07/10  19:28:54
4877         Log: Subject: [PATCH] perlhack: argh...
4878              From: Jarkko Hietaniemi <jhi@iki.fi>
4879              Date: Mon, 10 Jul 2006 21:07:35 +0300
4880              Message-ID: <44B29767.4040606@iki.fi>
4881      Branch: perl
4882            ! pod/perlhack.pod
4883 ____________________________________________________________________________
4884 [ 28536] By: stevep                                on 2006/07/10  19:12:07
4885         Log: Restoring change #28523 accidentilly reverted with change #28528.
4886      Branch: perl
4887            ! doio.c
4888 ____________________________________________________________________________
4889 [ 28535] By: stevep                                on 2006/07/10  18:26:25
4890         Log: Fix another empty if-statement warning
4891      Branch: perl
4892            ! sv.c
4893 ____________________________________________________________________________
4894 [ 28534] By: stevep                                on 2006/07/10  18:17:30
4895         Log: Silence empty if-statement warning.
4896      Branch: perl
4897            ! universal.c
4898 ____________________________________________________________________________
4899 [ 28533] By: stevep                                on 2006/07/10  17:23:02
4900         Log: Convert some low hanging fruit to my_strlcpy/my_strlcat.
4901      Branch: perl
4902            ! doio.c mg.c pp_sys.c toke.c util.c
4903 ____________________________________________________________________________
4904 [ 28532] By: rgs                                   on 2006/07/10  17:09:38
4905         Log: POD fixes in perlhack
4906      Branch: perl
4907            ! pod/perlhack.pod
4908 ____________________________________________________________________________
4909 [ 28531] By: rgs                                   on 2006/07/10  17:07:43
4910         Log: Typo found by Craig Berry
4911      Branch: perl
4912            ! pod/perlhack.pod
4913 ____________________________________________________________________________
4914 [ 28530] By: rgs                                   on 2006/07/10  17:05:12
4915         Log: More perlhack portability additions by Jarkko
4916      Branch: perl
4917            ! pod/perlhack.pod
4918 ____________________________________________________________________________
4919 [ 28529] By: rgs                                   on 2006/07/10  14:04:00
4920         Log: Subject: [PATCH] threads 1.35 - Borland compiler fix
4921              From: "Jerry D. Hedden" <jerry@hedden.us>
4922              Date: Mon, 10 Jul 2006 06:49:34 -0700
4923              Message-ID: <20060710064934.fb30e530d17747c2b054d625b8945d88.384e3b280c.wbe@email.secureserver.net>
4924      Branch: perl
4925            ! ext/threads/Changes ext/threads/README ext/threads/t/thread.t
4926            ! ext/threads/threads.pm ext/threads/threads.xs
4927 ____________________________________________________________________________
4928 [ 28528] By: stevep                                on 2006/07/10  13:55:39
4929         Log: Change existing uses of strlcpy()/strlcat() to use new my_strlcpy()/
4930              my_strlcat() API.  Convert ext/File/Glob/bsd_glob.c to use 
4931              my_strlcat().  Add to the strlcy()/strlcat() todo entry.
4932      Branch: perl
4933            ! doio.c ext/File/Glob/bsd_glob.c pod/perltodo.pod pp_ctl.c
4934            ! util.c
4935 ____________________________________________________________________________
4936 [ 28527] By: rgs                                   on 2006/07/10  12:46:41
4937         Log: Subject: [PATCH] perlhack: more portability musings
4938              From: Jarkko Hietaniemi <jhi@iki.fi>
4939              Date: Mon, 10 Jul 2006 15:41:10 +0300
4940              Message-ID: <44B24AE6.6030708@iki.fi>
4941      Branch: perl
4942            ! pod/perlhack.pod
4943 ____________________________________________________________________________
4944 [ 28526] By: rgs                                   on 2006/07/10  12:01:20
4945         Log: Subject: examples in the core documentation
4946              From: "Gabor Szabo" <szabgab@gmail.com>
4947              Date: Sun, 9 Jul 2006 15:44:47 +0200
4948              Message-ID: <d8a74af10607090644o5c1ee3b2p98f6aa9301898b44@mail.gmail.com>
4949      Branch: perl
4950            ! pod/perlfunc.pod
4951 ____________________________________________________________________________
4952 [ 28525] By: stevep                                on 2006/07/10  11:28:24
4953         Log: Add Russ Allbery's public domain implementations of strlcat and
4954              strlcpy as Perl_my_strlcat and Perl_my_strlcpy to the Perl core.
4955              Thanks Russ!
4956      Branch: perl
4957            ! embed.fnc embed.h global.sym perl.h proto.h util.c
4958 ____________________________________________________________________________
4959 [ 28524] By: rgs                                   on 2006/07/10  10:16:53
4960         Log: Add a macro to remove duplicated code
4961              
4962              Subject: Re: cut-and-paste findings for blead 28504
4963              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
4964              Date: Sun, 09 Jul 2006 13:47:04 +0900
4965              Message-Id: <20060709134236.E51A.BQW10602@nifty.com>
4966      Branch: perl
4967            ! pp_sort.c
4968 ____________________________________________________________________________
4969 [ 28523] By: rgs                                   on 2006/07/10  10:11:22
4970         Log: Fix a signed/unsigned warning
4971      Branch: perl
4972            ! doio.c
4973 ____________________________________________________________________________
4974 [ 28522] By: rgs                                   on 2006/07/10  09:53:33
4975         Log: Pod cleanup in Shell.pm
4976      Branch: perl
4977            ! lib/Shell.pm
4978 ____________________________________________________________________________
4979 [ 28521] By: merijn                                on 2006/07/10  07:41:25
4980         Log: Even Jarkko's patches should go in only once
4981              Subject: [PATCH] undouble Jarkko's patch
4982              From: andy@petdance.com (Andy Lester)
4983              Date: Mon, 10 Jul 2006 00:22:18 -0500
4984              Message-ID: <20060710052218.GA7477@petdance.com>
4985      Branch: perl
4986            ! pod/perlhack.pod
4987 ____________________________________________________________________________
4988 [ 28520] By: stevep                                on 2006/07/10  03:07:59
4989         Log: Subject: [PATCH] Skip tests of a POSIX constant on Mac OS X because saved IDs are borked
4990              From: Dominic Dunlop <shouldbedomo@mac.com>
4991              Date: Sun, 9 Jul 2006 22:22:14 +0200
4992              Message-Id: <F1942C06-CDE3-47C6-AC5A-4358960E0F6E@mac.com>
4993      Branch: perl
4994            ! ext/POSIX/t/sysconf.t
4995 ____________________________________________________________________________
4996 [ 28519] By: stevep                                on 2006/07/10  00:29:02
4997         Log: Clear up test based on line number differences between the core and the
4998              Test-Simple version.
4999      Branch: perl
5000            ! lib/Test/Simple/t/tbt_01basic.t
5001 ____________________________________________________________________________
5002 [ 28518] By: nicholas                              on 2006/07/09  21:56:18
5003         Log: Tweak for Jarkko's addition to perlhack, suggested by Yves.
5004      Branch: perl
5005            ! pod/perlhack.pod
5006 ____________________________________________________________________________
5007 [ 28517] By: stevep                                on 2006/07/09  20:51:48
5008         Log: Hmmm...patch didn't warn about rejects in tbt_01basic.t.
5009      Branch: perl
5010            ! lib/Test/Simple/t/tbt_01basic.t
5011 ____________________________________________________________________________
5012 [ 28516] By: merijn                                on 2006/07/09  18:50:01
5013         Log: Subject: [PATCH] some coding guidelines/tips to perlhack (+ one perltodo)
5014              From: Jarkko Hietaniemi <jhi@iki.fi>
5015              Date: Sun, 09 Jul 2006 19:42:10 +0300
5016              Message-ID: <44B131E2.8050805@iki.fi>
5017      Branch: perl
5018            ! pod/perlhack.pod pod/perltodo.pod
5019 ____________________________________________________________________________
5020 [ 28515] By: stevep                                on 2006/07/09  13:57:25
5021         Log: Subject: [PATCH] perlhack.pod
5022              From: Jarkko Hietaniemi <jhi@iki.fi>
5023              Date: Sun, 09 Jul 2006 14:55:20 +0300
5024              Message-ID: <44B0EEA8.4080003@iki.fi>
5025      Branch: perl
5026            ! pod/perlhack.pod
5027 ____________________________________________________________________________
5028 [ 28514] By: stevep                                on 2006/07/09  13:51:37
5029         Log: Upgrade to Test-Simple-0.63
5030      Branch: perl
5031            ! lib/Test/Builder.pm lib/Test/Builder/Tester.pm
5032            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
5033            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/tbt_01basic.t
5034            ! lib/Test/Simple/t/tbt_05faildiag.t
5035 ____________________________________________________________________________
5036 [ 28513] By: mhx                                   on 2006/07/09  08:19:33
5037         Log: Integrate mkppport. All ppport.h files in the core will now
5038              be autogenerated at build time (and removed during cleanup).
5039      Branch: perl
5040            + mkppport mkppport.lst
5041            - ext/Compress/Raw/Zlib/ppport.h ext/Cwd/ppport.h
5042            - ext/Digest/SHA/ppport.h ext/Sys/Syslog/ppport.h
5043            - ext/Time/HiRes/ppport.h win32/ext/Win32API/File/ppport.h
5044            ! MANIFEST Makefile.SH vms/descrip_mms.template win32/Makefile
5045            ! win32/Makefile.ce win32/makefile.mk
5046 ____________________________________________________________________________
5047 [ 28512] By: stevep                                on 2006/07/08  18:08:07
5048         Log: Subject: [PATCH] Macroize vast tracks of duplicated code in regexec.c
5049              From: demerphq <demerphq@gmail.com>
5050              Date: Sat, 8 Jul 2006 17:48:34 +0200
5051              Message-ID: <9b18b3110607080848u663b114ag86f76ac5c9c9d5e@mail.gmail.com>
5052              
5053              Removing duplicated regexp trie-related code.
5054      Branch: perl
5055            ! regexec.c
5056 ____________________________________________________________________________
5057 [ 28511] By: stevep                                on 2006/07/08  18:00:17
5058         Log: Subject: [PATCH] optimisation for File::Spec::abs2rel where both args are relative
5059              From: Brendan O'Dea <bod@debian.org>
5060              Date: Thu, 6 Jul 2006 01:02:41 +1000
5061              Message-ID: <20060705150241.GA2244@londo.c47.org>
5062      Branch: perl
5063            ! lib/File/Spec/Unix.pm
5064 ____________________________________________________________________________
5065 [ 28510] By: stevep                                on 2006/07/08  17:51:43
5066         Log: Subject: [PATCH] perl5db.pl: read full lines from remote socket
5067              From: Brendan O'Dea <bod@debian.org>
5068              Date: Sat, 8 Jul 2006 13:27:50 +1000
5069              Message-ID: <20060708032750.GA20454@londo.c47.org>
5070      Branch: perl
5071            ! lib/perl5db.pl
5072 ____________________________________________________________________________
5073 [ 28509] By: stevep                                on 2006/07/08  17:47:24
5074         Log: Making encoding::warnings lexical is to-done.
5075      Branch: perl
5076            ! pod/perltodo.pod
5077 ____________________________________________________________________________
5078 [ 28508] By: stevep                                on 2006/07/08  17:28:36
5079         Log: Subject: Skip some POSIX tests when the thing they are testing is unimplemented
5080              From: demerphq <demerphq@gmail.com>
5081              Date: Sat, 8 Jul 2006 17:55:09 +0200
5082              Message-ID: <9b18b3110607080855g73407c4fx41a578815c2a6da2@mail.gmail.com>
5083      Branch: perl
5084            ! ext/POSIX/t/sysconf.t ext/POSIX/t/termios.t
5085 ____________________________________________________________________________
5086 [ 28507] By: mhx                                   on 2006/07/08  16:27:10
5087         Log: Upgrade to Devel::PPPort 3.09
5088      Branch: perl
5089            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
5090            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort_pm.PL
5091            ! ext/Devel/PPPort/parts/apidoc.fnc
5092            ! ext/Devel/PPPort/parts/base/5009004
5093            ! ext/Devel/PPPort/parts/embed.fnc
5094            ! ext/Devel/PPPort/parts/inc/podtest
5095            ! ext/Devel/PPPort/parts/todo/5009004 ext/Devel/PPPort/soak
5096            ! ext/Devel/PPPort/t/podtest.t
5097 ____________________________________________________________________________
5098 [ 28506] By: stevep                                on 2006/07/08  14:50:33
5099         Log: Update Audrey Tang's email throughout various files.
5100      Branch: perl
5101            ! AUTHORS Porting/Maintainers.pl Porting/checkAUTHORS.pl
5102 ____________________________________________________________________________
5103 [ 28505] By: merijn                                on 2006/07/08  09:04:56
5104         Log: POSIX test improvements on True64
5105              Subject: [PATCH] the new POSIX tests
5106              From: Jarkko Hietaniemi <jhi@iki.fi>
5107              Date: Sat, 08 Jul 2006 11:43:05 +0300
5108              Message-ID: <44AF7019.3070509@iki.fi>
5109      Branch: perl
5110            ! ext/POSIX/POSIX.pod ext/POSIX/t/sysconf.t
5111            ! ext/POSIX/t/termios.t
5112 ____________________________________________________________________________
5113 [ 28504] By: stevep                                on 2006/07/08  01:14:28
5114         Log: Upgrade to encoding-warnings-0.10
5115      Branch: perl
5116            + lib/encoding/warnings/t/4-lexical.t
5117            ! MANIFEST lib/encoding/warnings.pm
5118            ! lib/encoding/warnings/t/3-normal.t
5119 ____________________________________________________________________________
5120 [ 28503] By: stevep                                on 2006/07/07  18:38:01
5121         Log: Subject: [PATCH] Test scripts for I18N::Langinfo and POSIX
5122              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
5123              Date: Fri, 07 Jul 2006 11:02:31 +0200
5124              Message-ID: <1152262951.44ae23272ffa0@imp3-g19.free.fr>
5125              
5126              Only includes changes to:
5127              * ext/I18N/Langinfo/t/Langinfo.t
5128              * ext/POSIX/t/sysconf.t
5129              * ext/POSIX/t/termios.t
5130      Branch: perl
5131            + ext/POSIX/t/sysconf.t ext/POSIX/t/termios.t
5132            ! MANIFEST ext/I18N/Langinfo/t/Langinfo.t
5133 ____________________________________________________________________________
5134 [ 28502] By: rgs                                   on 2006/07/07  14:52:15
5135         Log: Subject: Re: Dual life for Shell.pm
5136              From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
5137              Date: Thu, 6 Jul 2006 13:02:23 -0300
5138              Message-ID: <73ddeb6c0607060902tc471f84sf1bb841b6e9ecddf@mail.gmail.com>
5139      Branch: perl
5140            ! lib/Shell.pm lib/Shell.t
5141 ____________________________________________________________________________
5142 [ 28501] By: rgs                                   on 2006/07/07  14:12:59
5143         Log: Subject: [PATCH] threads 1.34 - state methods
5144              From: "Jerry D. Hedden" <jerry@hedden.us>
5145              Date: Thu, 06 Jul 2006 07:33:13 -0700
5146              Message-ID: <20060706073313.fb30e530d17747c2b054d625b8945d88.baa39d91bc.wbe@email.secureserver.net>
5147      Branch: perl
5148            + ext/threads/t/state.t
5149            ! MANIFEST ext/threads/Changes ext/threads/README
5150            ! ext/threads/t/context.t ext/threads/t/thread.t
5151            ! ext/threads/threads.pm ext/threads/threads.xs
5152 ____________________________________________________________________________
5153 [ 28500] By: rgs                                   on 2006/07/07  13:23:45
5154         Log: Subject: More escaping in the RE
5155              From: demerphq <demerphq@gmail.com>
5156              Date: Fri, 7 Jul 2006 10:40:40 +0200
5157              Message-ID: <9b18b3110607070140p5cb2c58ftcadbcd113a58c3af@mail.gmail.com>
5158              
5159              (with tweaks)
5160      Branch: perl
5161            ! regcomp.c regcomp.h regexec.c
5162 ____________________________________________________________________________
5163 [ 28499] By: rgs                                   on 2006/07/07  09:50:35
5164         Log: Fix the implementation of list assignment to state().
5165      Branch: perl
5166            ! op.c t/lib/warnings/op t/op/state.t
5167 ____________________________________________________________________________
5168 [ 28498] By: rgs                                   on 2006/07/06  16:55:57
5169         Log: The state() implementation is not yet perfect. Check in a new todo test
5170      Branch: perl
5171            ! t/op/state.t
5172 ____________________________________________________________________________
5173 [ 28497] By: rgs                                   on 2006/07/06  16:35:37
5174         Log: Error in the formulation of the new warning, spotted by Dominic Dunlop
5175      Branch: perl
5176            ! pod/perldiag.pod
5177 ____________________________________________________________________________
5178 [ 28496] By: rgs                                   on 2006/07/06  15:49:30
5179         Log: Add a new warning, "State variable %s will be reinitialized"
5180      Branch: perl
5181            ! op.c pod/perldiag.pod t/lib/warnings/op
5182 ____________________________________________________________________________
5183 [ 28495] By: stevep                                on 2006/07/06  15:38:51
5184         Log: Upgrade to Module-Build-0.2801.
5185      Branch: perl
5186            ! lib/Module/Build.pm lib/Module/Build/Base.pm
5187            ! lib/Module/Build/Changes lib/Module/Build/Compat.pm
5188            ! lib/Module/Build/Cookbook.pm lib/Module/Build/Platform/Unix.pm
5189            ! lib/Module/Build/Platform/Windows.pm lib/Module/Build/YAML.pm
5190            ! lib/Module/Build/t/extend.t lib/Module/Build/t/lib/MBTest.pm
5191            ! lib/Module/Build/t/mbyaml.t lib/Module/Build/t/runthrough.t
5192 ____________________________________________________________________________
5193 [ 28494] By: stevep                                on 2006/07/06  15:18:58
5194         Log: Math-Complex now dual-lived with Jarkko Hietaniemi as the maintainer.
5195              Also, sync'ing up with the CPAN version of the module.
5196      Branch: perl
5197            ! Porting/Maintainers.pl lib/Math/Complex.pm lib/Math/Complex.t
5198            ! lib/Math/Trig.pm lib/Math/Trig.t
5199 ____________________________________________________________________________
5200 [ 28493] By: rgs                                   on 2006/07/06  14:31:55
5201         Log: Document state() variables in perlsub
5202      Branch: perl
5203            ! pod/perlsub.pod
5204 ____________________________________________________________________________
5205 [ 28492] By: stevep                                on 2006/07/06  14:12:56
5206         Log: Alphabetizing function names in perlfunc lists. 
5207      Branch: perl
5208            ! pod/perlfunc.pod
5209 ____________________________________________________________________________
5210 [ 28491] By: rgs                                   on 2006/07/06  13:36:57
5211         Log: Mention state variables in perldiag. Add switch-related keywords
5212              in the keyword listing section in perlfunc. Add a summary of
5213              C<state> in perlfunc. Fix a typo in the synopsis for C<our>.
5214              Don't say that C<my $_> is illegal in perlsub.
5215      Branch: perl
5216            ! pod/perldiag.pod pod/perlfunc.pod pod/perlsub.pod
5217 ____________________________________________________________________________
5218 [ 28490] By: rgs                                   on 2006/07/06  09:01:16
5219         Log: Introduce a new function, pv_escape(), to display contents of PVs
5220              that might contain non printable chars.
5221              
5222              Subject: Re: [PATCH]: fix: [perl #39583] Pattern Match fails for specific length string
5223              From: demerphq <demerphq@gmail.com>
5224              Date: Wed, 5 Jul 2006 20:40:58 +0200
5225              Message-ID: <9b18b3110607051140n10c211a1jf17d3b7914d6f68b@mail.gmail.com>
5226      Branch: perl
5227            ! dump.c embed.fnc embed.h global.sym perl.h pod/perlapi.pod
5228            ! proto.h reentr.c regexec.c t/lib/warnings/9uninit
5229 ____________________________________________________________________________
5230 [ 28489] By: rgs                                   on 2006/07/05  21:00:31
5231         Log: Implement handling of state variables in list assignment
5232      Branch: perl
5233            ! ext/B/B/Concise.pm op.c pp_hot.c t/op/state.t
5234 ____________________________________________________________________________
5235 [ 28488] By: rgs                                   on 2006/07/05  20:00:10
5236         Log: Fix a bug on setting OPpASSIGN_COMMON on a AASSIGN op when the left
5237              side is made out a list declared with our(). In this case OPpLVAL_INTRO
5238              isn't set on the left op, so we just remove that check. Add new tests.
5239      Branch: perl
5240            ! op.c t/op/array.t
5241 ____________________________________________________________________________
5242 [ 28487] By: rgs                                   on 2006/07/05  19:49:36
5243         Log: Adjust test count after introducing new constants in POSIX
5244      Branch: perl
5245            ! ext/B/t/concise-xs.t
5246 ____________________________________________________________________________
5247 [ 28486] By: stevep                                on 2006/07/05  16:27:16
5248         Log: Add constants needed for recvmsg()/sendmsg() support.
5249      Branch: perl
5250            ! ext/POSIX/Makefile.PL
5251 ____________________________________________________________________________
5252 [ 28485] By: stevep                                on 2006/07/05  15:40:05
5253         Log: Skip lib/Memoize/t/tie_ndbm.t if $TMP is not writable.
5254      Branch: perl
5255            ! lib/Memoize/t/tie_ndbm.t
5256 ____________________________________________________________________________
5257 [ 28484] By: rgs                                   on 2006/07/05  14:10:18
5258         Log: Add a TODO test for list assignment to a list of state variables.
5259              Not sure yet how to encode in the optree the information that
5260              state($x, $y) and (state $x, state $y) must be treated differently.
5261      Branch: perl
5262            ! t/op/state.t
5263 ____________________________________________________________________________
5264 [ 28483] By: rgs                                   on 2006/07/05  12:48:57
5265         Log: Don't add extra warning flags for gcc versions < 3.
5266      Branch: perl
5267            ! cflags.SH
5268 ____________________________________________________________________________
5269 [ 28482] By: rgs                                   on 2006/07/05  08:53:56
5270         Log: Make the distclean target remove lib/Hash correctly
5271      Branch: perl
5272            ! Makefile.SH
5273 ____________________________________________________________________________
5274 [ 28481] By: craigb                                on 2006/07/05  02:31:06
5275         Log: Subject: [PATCH] RE: [PATCH] threads 1.33
5276              From: "Jerry D. Hedden" <jdhedden@cpan.org>
5277              Message-id: <20060704171845.fb30e530d17747c2b054d625b8945d88.f0db2cab53.wbe@email.secureserver.net>
5278              Date: Tue, 04 Jul 2006 17:18:45 -0700
5279              
5280              exiting from threads works differently on VMS
5281      Branch: perl
5282            ! ext/threads/t/exit.t
5283 ____________________________________________________________________________
5284 [ 28480] By: craigb                                on 2006/07/04  21:27:42
5285         Log: fix signed/unsigned nit in reentr.c
5286      Branch: perl
5287            ! reentr.c
5288 ____________________________________________________________________________
5289 [ 28479] By: craigb                                on 2006/07/04  19:08:16
5290         Log: fix type mismatch warning caused by return statement lurking in DIE macro
5291      Branch: perl
5292            ! doio.c
5293 ____________________________________________________________________________
5294 [ 28478] By: nicholas                              on 2006/07/04  18:58:10
5295         Log: Subject: [PATCH] more warning-silencing in FieldHash
5296              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
5297              Message-Id: <CE8BC13E-8BE5-4743-803C-6DF0D1FB2010@mailbox.tu-berlin.de>
5298              Date: Tue, 4 Jul 2006 19:42:12 +0200
5299      Branch: perl
5300            ! ext/Hash/Util/FieldHash/FieldHash.xs
5301            ! ext/Hash/Util/FieldHash/t/02_function.t
5302            ! ext/Hash/Util/FieldHash/t/05_perlhook.t
5303 ____________________________________________________________________________
5304 [ 28477] By: rgs                                   on 2006/07/04  12:04:58
5305         Log: Subject: [PATCH] consting and localizing in universal.c
5306              From: andy@petdance.com (Andy Lester)
5307              Date: Mon, 3 Jul 2006 17:41:48 -0500
5308              Message-ID: <20060703224148.GA14449@petdance.com>
5309      Branch: perl
5310            ! embed.fnc proto.h universal.c
5311 ____________________________________________________________________________
5312 [ 28476] By: rgs                                   on 2006/07/04  09:42:12
5313         Log: Subject: [PATCH] toke.c consting and localizing
5314              From: andy@petdance.com (Andy Lester)
5315              Date: Mon, 3 Jul 2006 17:42:50 -0500
5316              Message-ID: <20060703224250.GA14481@petdance.com>
5317      Branch: perl
5318            ! toke.c
5319 ____________________________________________________________________________
5320 [ 28475] By: rgs                                   on 2006/07/04  09:37:10
5321         Log: Subject: [PATCH] threads 1.33
5322              From: "Jerry D. Hedden" <jdhedden@cpan.org>
5323              Date: Mon, 03 Jul 2006 09:01:53 -0700
5324              Message-ID: <20060703090153.fb30e530d17747c2b054d625b8945d88.b26e047e0f.wbe@email.secureserver.net>
5325      Branch: perl
5326            + ext/threads/t/exit.t
5327            ! MANIFEST ext/threads/Changes ext/threads/README
5328            ! ext/threads/t/blocks.t ext/threads/t/context.t
5329            ! ext/threads/t/end.t ext/threads/t/free.t ext/threads/t/free2.t
5330            ! ext/threads/t/join.t ext/threads/t/thread.t
5331            ! ext/threads/threads.pm ext/threads/threads.xs
5332 ____________________________________________________________________________
5333 [ 28474] By: mhx                                   on 2006/07/03  21:40:58
5334         Log: Upgrade to Devel::PPPort 3.08_07
5335      Branch: perl
5336            + ext/Devel/PPPort/PPPort.xs
5337            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/Makefile.PL
5338            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/PPPort_xs.PL
5339            ! ext/Devel/PPPort/parts/inc/ppphbin
5340            ! ext/Devel/PPPort/parts/inc/ppphdoc
5341            ! ext/Devel/PPPort/parts/inc/ppphtest ext/Devel/PPPort/soak
5342            ! ext/Devel/PPPort/t/ppphtest.t
5343 ____________________________________________________________________________
5344 [ 28473] By: stevep                                on 2006/07/03  18:09:01
5345         Log: Allow stat() and -X file tests work on dirhandles.
5346      Branch: perl
5347            ! doio.c pod/perlfunc.pod pp_sys.c t/op/stat.t
5348 ____________________________________________________________________________
5349 [ 28472] By: rgs                                   on 2006/07/03  16:51:05
5350         Log: Subject: [PATCH] embed.pl enhancements
5351              From: andy@petdance.com (Andy Lester)
5352              Date: Sun, 2 Jul 2006 12:11:39 -0500
5353              Message-ID: <20060702171139.GA20266@petdance.com>
5354              
5355              Add experimental (and optional) splint support
5356      Branch: perl
5357            ! embed.pl perlapi.c
5358 ____________________________________________________________________________
5359 [ 28471] By: rgs                                   on 2006/07/03  16:40:19
5360         Log: Subject: [PATCH] Makefile splint support
5361              From: andy@petdance.com (Andy Lester)
5362              Date: Sun, 2 Jul 2006 12:19:08 -0500
5363              Message-ID: <20060702171908.GA20443@petdance.com>
5364      Branch: perl
5365            ! Makefile.SH
5366 ____________________________________________________________________________
5367 [ 28470] By: rgs                                   on 2006/07/03  16:36:14
5368         Log: Subject: [PATCH] DProf.xs patch
5369              From: andy@petdance.com (Andy Lester)
5370              Date: Sun, 2 Jul 2006 12:17:08 -0500
5371              Message-ID: <20060702171708.GA20392@petdance.com>
5372      Branch: perl
5373            ! ext/Devel/DProf/DProf.xs
5374 ____________________________________________________________________________
5375 [ 28469] By: rgs                                   on 2006/07/03  09:39:42
5376         Log: Subject: [PATCH] mg.c cleanups
5377              From: andy@petdance.com (Andy Lester)
5378              Date: Sun, 2 Jul 2006 12:33:36 -0500
5379              Message-ID: <20060702173336.GA20641@petdance.com>
5380      Branch: perl
5381            ! mg.c
5382 ____________________________________________________________________________
5383 [ 28468] By: rgs                                   on 2006/07/03  09:34:44
5384         Log: Subject: [PATCH] Clean up mathoms.c
5385              From: andy@petdance.com (Andy Lester)
5386              Date: Sun, 2 Jul 2006 12:24:45 -0500
5387              Message-ID: <20060702172445.GA20521@petdance.com>
5388      Branch: perl
5389            ! mathoms.c
5390 ____________________________________________________________________________
5391 [ 28467] By: steveh                                on 2006/07/03  08:23:03
5392         Log: Subject: Re: Win32API::File now in core
5393              From: demerphq <demerphq@gmail.com>
5394              Date: Sun, 2 Jul 2006 15:19:58 +0200
5395              Message-ID: <9b18b3110607020619s4c4480d8ra3e681aee69a8d7@mail.gmail.com>
5396              
5397              Sync blead with Win32API-File-0.1001
5398              (plus change to sync README too)
5399      Branch: perl
5400            ! win32/ext/Win32API/File/Changes
5401            ! win32/ext/Win32API/File/File.pm win32/ext/Win32API/File/README
5402 ____________________________________________________________________________
5403 [ 28466] By: davem                                 on 2006/07/02  22:47:24
5404         Log: silence a compiler warning
5405      Branch: perl
5406            ! regexec.c
5407 ____________________________________________________________________________
5408 [ 28465] By: davem                                 on 2006/07/02  19:30:49
5409         Log: remove some unnecessary uses of WITH_THR
5410      Branch: perl
5411            ! mg.c op.c
5412 ____________________________________________________________________________
5413 [ 28464] By: craigb                                on 2006/07/02  18:06:36
5414         Log: s/have a more/have more/ typo fix in perlfaq4
5415      Branch: perl
5416            ! pod/perlfaq4.pod
5417 ____________________________________________________________________________
5418 [ 28463] By: davem                                 on 2006/07/02  16:31:10
5419         Log: Subject:  [PATCH] Synchronize ExtUtils::Instal 1.41
5420              From:  demerphq <demerphq@gmail.com>
5421              Date:  Sun, 2 Jul 2006 16:23:21 +0200
5422              Message-Id:  <9b18b3110607020723h1765f051hda802b6682a99df0@mail.gmail.com>
5423              
5424              Sync ExtUtils::Install with CPAN (just trivially change version nos)
5425      Branch: perl
5426            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
5427            ! lib/ExtUtils/Packlist.pm
5428 ____________________________________________________________________________
5429 [ 28462] By: davem                                 on 2006/07/02  15:34:23
5430         Log: 
5431              From: demerphq <demerphq@gmail.com>
5432              Date: Sun, 2 Jul 2006 15:13:20 +0200
5433              Subject: Re: [PATCH]: fix: [perl #39583] Pattern Match fails for specific length string
5434              Message-ID: <9b18b3110607020613u1ab782dam2c425da61deb1876@mail.gmail.com>
5435              
5436              add test for patch #28417
5437      Branch: perl
5438            ! t/op/pat.t
5439 ____________________________________________________________________________
5440 [ 28461] By: rgs                                   on 2006/06/30  16:33:57
5441         Log: Must not forget that.
5442      Branch: perl
5443            ! pod/perltodo.pod
5444 ____________________________________________________________________________
5445 [ 28460] By: steveh                                on 2006/06/30  13:46:06
5446         Log: Add Win32API::File to the core
5447              
5448              For discussions, see the thread starting here:
5449              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-06/msg00710.html
5450      Branch: perl
5451            + win32/ext/Win32API/File/Changes
5452            + win32/ext/Win32API/File/ExtUtils/Myconst2perl.pm
5453            + win32/ext/Win32API/File/File.pm
5454            + win32/ext/Win32API/File/File.xs
5455            + win32/ext/Win32API/File/Makefile.PL
5456            + win32/ext/Win32API/File/README
5457            + win32/ext/Win32API/File/buffers.h
5458            + win32/ext/Win32API/File/cFile.h
5459            + win32/ext/Win32API/File/cFile.pc
5460            + win32/ext/Win32API/File/const2perl.h
5461            + win32/ext/Win32API/File/ppport.h
5462            + win32/ext/Win32API/File/t/file.t
5463            + win32/ext/Win32API/File/t/tie.t
5464            + win32/ext/Win32API/File/typemap
5465            ! MANIFEST Porting/Maintainers.pl t/TEST t/harness
5466            ! win32/Makefile win32/config_sh.PL win32/makefile.mk
5467 ____________________________________________________________________________
5468 [ 28459] By: rgs                                   on 2006/06/30  13:28:46
5469         Log: Fix casting warnings related to snprintf/vsnprintf
5470      Branch: perl
5471            ! perl.h util.c
5472 ____________________________________________________________________________
5473 [ 28458] By: merijn                                on 2006/06/30  13:17:59
5474         Log: Solaris' sh doesn't like empty if's
5475      Branch: perl
5476            ! hints/solaris_2.sh
5477 ____________________________________________________________________________
5478 [ 28457] By: rgs                                   on 2006/06/30  13:09:40
5479         Log: PERL_UNUSED_CONTEXT is not enough to silence warnings when pTHXx
5480              is used.
5481      Branch: perl
5482            ! perl.c
5483 ____________________________________________________________________________
5484 [ 28456] By: rgs                                   on 2006/06/30  12:56:59
5485         Log: Fix a couple of compilation warnings
5486      Branch: perl
5487            ! regcomp.c toke.c
5488 ____________________________________________________________________________
5489 [ 28455] By: davem                                 on 2006/06/30  12:07:01
5490         Log: migrate CURLY/PLUS/STAR branch in regmatch() to new FSM-esque paradigm
5491      Branch: perl
5492            ! regexec.c regexp.h
5493 ____________________________________________________________________________
5494 [ 28454] By: rgs                                   on 2006/06/30  08:13:24
5495         Log: Small adjustment to the Plan
5496      Branch: perl
5497            ! pod/perltodo.pod
5498 ____________________________________________________________________________
5499 [ 28453] By: merijn                                on 2006/06/30  05:00:22
5500         Log: HASATTRIBUTE_UNUSED works for gcc-3.3, but not for g++-3.3
5501              Subject: Re: [PATCH] Re: [perl #39634] gcc 3.3 has problems with __attribute__((unused))
5502              From: Andrew Dougherty <doughera@lafayette.edu>
5503              Date: Thu, 29 Jun 2006 13:41:28 -0400 (EDT)
5504              Message-ID: <Pine.LNX.4.62.0606291327130.16718@fractal.phys.lafayette.edu>
5505      Branch: perl
5506            ! perl.h
5507 ____________________________________________________________________________
5508 [ 28452] By: rgs                                   on 2006/06/29  16:47:32
5509         Log: Another typo fix.
5510      Branch: perl
5511            ! pod/perlre.pod
5512 ____________________________________________________________________________
5513 [ 28451] By: rgs                                   on 2006/06/29  16:12:05
5514         Log: Typo fix.
5515      Branch: perl
5516            ! pod/perlre.pod
5517 ____________________________________________________________________________
5518 [ 28450] By: rgs                                   on 2006/06/29  15:53:43
5519         Log: Subject: [PATCH] Small precision about \Q \E inside m//x
5520              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
5521              Date: Thu, 29 Jun 2006 17:46:57 +0200
5522              Message-ID: <1151596017.44a3f5f105205@imp1-g19.free.fr>
5523      Branch: perl
5524            ! pod/perlre.pod
5525 ____________________________________________________________________________
5526 [ 28449] By: rgs                                   on 2006/06/29  14:53:38
5527         Log: Subject: [PATCH] Cleanup in Hash::Util::FieldHash
5528              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
5529              Date: Wed, 28 Jun 2006 19:20:14 +0200
5530              Message-Id: <B45A1CCD-ECCA-44EB-97A6-1DA9F5E4DE81@mailbox.tu-berlin.de>
5531      Branch: perl
5532            ! ext/Hash/Util/FieldHash/FieldHash.xs
5533            ! ext/Hash/Util/FieldHash/Makefile.PL
5534            ! ext/Hash/Util/FieldHash/t/01_load.t
5535 ____________________________________________________________________________
5536 [ 28448] By: craigb                                on 2006/06/29  14:21:35
5537         Log: Updated handling of signal names and signals for VMS
5538      Branch: perl
5539            ! configure.com vms/vms.c
5540 ____________________________________________________________________________
5541 [ 28447] By: rgs                                   on 2006/06/29  12:12:00
5542         Log: Some CPP macro sanitization by Sadahiro Tomoyuki
5543      Branch: perl
5544            ! utfebcdic.h
5545 ____________________________________________________________________________
5546 [ 28446] By: merijn                                on 2006/06/28  17:51:28
5547         Log: Solaris hints: gcc flags confuse Configure
5548              Subject: [PATCH] (Was Re: [perl #39636] Configure fails)
5549              From: Andy Dougherty <doughera@lafayette.edu>
5550              Date: Wed, 28 Jun 2006 13:37:54 -0400 (EDT)
5551              Message-ID: <Pine.LNX.4.62.0606281331350.3867@fractal.phys.lafayette.edu>
5552      Branch: perl
5553            ! hints/solaris_2.sh
5554 ____________________________________________________________________________
5555 [ 28445] By: rgs                                   on 2006/06/28  14:37:03
5556         Log: Subject: [PATCH] Update for IO::Uncompress::Base
5557              From: "Paul Marquess" <paul.marquess@ntlworld.com>
5558              Date: Wed, 28 Jun 2006 14:22:46 +0100
5559              Message-ID: <001701c69ab5$f4d5d3d0$2405140a@myopwv.com>
5560      Branch: perl
5561            ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
5562            ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
5563            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
5564            ! t/lib/compress/CompTestUtils.pm t/lib/compress/any.pl
5565            ! t/lib/compress/anyunc.pl t/lib/compress/multi.pl
5566            ! t/lib/compress/oneshot.pl
5567 ____________________________________________________________________________
5568 [ 28444] By: rgs                                   on 2006/06/28  08:42:09
5569         Log: Subject: [perl #39639] perldoc -f waitpid has wrong code example 
5570              From: Alexander_Gernler@genua.de (via RT) <perlbug-followup@perl.org>
5571              Date: Tue, 27 Jun 2006 07:23:59 -0700
5572              Message-ID: <rt-3.0.11-39639-135396.19.0765391798804@perl.org>
5573      Branch: perl
5574            ! pod/perlfunc.pod
5575 ____________________________________________________________________________
5576 [ 28435] By: rgs                                   on 2006/06/27  14:01:30
5577         Log: Nits in the perlpragma manpage
5578      Branch: perl
5579            ! pod/perlpragma.pod
5580 ____________________________________________________________________________
5581 [ 28434] By: rgs                                   on 2006/06/27  08:48:45
5582         Log: Subject: [PATCH] cflags.SH: scan the gcc warning flags only once, during .SH expansion
5583              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
5584              Date: Mon, 26 Jun 2006 22:12:37 +0300 (EEST)
5585              Message-Id: <20060626191237.8A0936CF04@seth.hut.fi>
5586      Branch: perl
5587            ! cflags.SH
5588 ____________________________________________________________________________
5589 [ 28433] By: rgs                                   on 2006/06/26  17:17:57
5590         Log: Adjust test preamble for Hash::Util tests too.
5591      Branch: perl
5592            ! ext/Hash/Util/t/Util.t
5593 ____________________________________________________________________________
5594 [ 28432] By: rgs                                   on 2006/06/26  16:50:58
5595         Log: Adjust test preambles for Hash::Util::FieldHash tests to change
5596              the @INC path only when testing inside the core
5597      Branch: perl
5598            ! ext/Hash/Util/FieldHash/t/01_load.t
5599            ! ext/Hash/Util/FieldHash/t/02_function.t
5600            ! ext/Hash/Util/FieldHash/t/03_class.t
5601            ! ext/Hash/Util/FieldHash/t/04_thread.t
5602            ! ext/Hash/Util/FieldHash/t/05_perlhook.t
5603            ! ext/Hash/Util/FieldHash/t/10_hash.t
5604            ! ext/Hash/Util/FieldHash/t/11_hashassign.t
5605            ! ext/Hash/Util/FieldHash/t/12_hashwarn.t
5606 ____________________________________________________________________________
5607 [ 28431] By: rgs                                   on 2006/06/26  16:32:16
5608         Log: Subject: Re: [PATCH] Hash::Util::FieldHash
5609              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
5610              Date: Mon, 26 Jun 2006 18:05:53 +0200
5611              Message-Id: <133195AB-599D-49EC-8CFE-D67299D947EB@mailbox.tu-berlin.de>
5612      Branch: perl
5613            ! ext/Hash/Util/FieldHash/Changes
5614            ! ext/Hash/Util/FieldHash/FieldHash.xs
5615            ! ext/Hash/Util/FieldHash/Makefile.PL
5616 ____________________________________________________________________________
5617 [ 28430] By: rgs                                   on 2006/06/26  16:29:06
5618         Log: Remove notes about removed 5005-threads from perlguts.
5619      Branch: perl
5620            ! pod/perlguts.pod
5621 ____________________________________________________________________________
5622 [ 28429] By: rgs                                   on 2006/06/26  12:31:19
5623         Log: Subject: [patch@28427] vms.c - null termination of string missing.
5624              From: "John E. Malmberg" <wb8tyw@qsl.net>
5625              Date: Mon, 26 Jun 2006 08:24:57 -0400
5626              Message-ID: <449FD219.5060900@qsl.net>
5627      Branch: perl
5628            ! vms/vms.c
5629 ____________________________________________________________________________
5630 [ 28428] By: rgs                                   on 2006/06/26  08:55:56
5631         Log: More perlreguts nits by Dominic Dunlop,
5632              plus fix a broken internal POD link
5633      Branch: perl
5634            ! pod/perlreguts.pod
5635 ____________________________________________________________________________
5636 [ 28427] By: rgs                                   on 2006/06/25  22:23:46
5637         Log: Nits about lock() in perlthrtut by Daniel Frederick Crisman,
5638              plus other nits by rgs
5639      Branch: perl
5640            ! pod/perlthrtut.pod
5641 ____________________________________________________________________________
5642 [ 28426] By: rgs                                   on 2006/06/25  21:57:30
5643         Log: Compilation fixes for VMS by John E. Malmberg
5644      Branch: perl
5645            ! ext/Hash/Util/FieldHash/FieldHash.xs
5646 ____________________________________________________________________________
5647 [ 28425] By: rgs                                   on 2006/06/25  21:12:06
5648         Log: Nits to perlreguts.pod by Dominic Dunlop
5649      Branch: perl
5650            ! pod/perlreguts.pod
5651 ____________________________________________________________________________
5652 [ 28424] By: mhx                                   on 2006/06/25  08:13:33
5653         Log: Upgrade to Devel::PPPort 3.08_06
5654      Branch: perl
5655            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/Makefile.PL
5656            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/mktests.PL
5657            ! ext/Devel/PPPort/ppport_h.PL ext/Devel/PPPort/soak
5658            ! ext/Devel/PPPort/t/MY_CXT.t ext/Devel/PPPort/t/SvPV.t
5659            ! ext/Devel/PPPort/t/SvREFCNT.t ext/Devel/PPPort/t/Sv_set.t
5660            ! ext/Devel/PPPort/t/call.t ext/Devel/PPPort/t/cop.t
5661            ! ext/Devel/PPPort/t/exception.t ext/Devel/PPPort/t/grok.t
5662            ! ext/Devel/PPPort/t/limits.t ext/Devel/PPPort/t/mPUSH.t
5663            ! ext/Devel/PPPort/t/magic.t ext/Devel/PPPort/t/memory.t
5664            ! ext/Devel/PPPort/t/misc.t ext/Devel/PPPort/t/newCONSTSUB.t
5665            ! ext/Devel/PPPort/t/newRV.t ext/Devel/PPPort/t/podtest.t
5666            ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/pvs.t
5667            ! ext/Devel/PPPort/t/snprintf.t ext/Devel/PPPort/t/sv_xpvf.t
5668            ! ext/Devel/PPPort/t/threads.t ext/Devel/PPPort/t/uv.t
5669            ! ext/Devel/PPPort/t/variables.t ext/Devel/PPPort/t/warn.t
5670 ____________________________________________________________________________
5671 [ 28423] By: stevep                                on 2006/06/25  01:45:51
5672         Log: Re: [PATCH] Hash::Util::FieldHash
5673              From: demerphq <demerphq@gmail.com>
5674              Date: Sat, 24 Jun 2006 13:19:35 +0200
5675              Message-ID: <9b18b3110606240419p1b5a2072t3867306925a3ce46@mail.gmail.com>
5676      Branch: perl
5677            ! ext/Hash/Util/FieldHash/Makefile.PL
5678 ____________________________________________________________________________
5679 [ 28422] By: davem                                 on 2006/06/24  23:31:33
5680         Log: quieten warning by avoiding a comment-within-a-comment
5681      Branch: perl
5682            ! regcomp.c
5683 ____________________________________________________________________________
5684 [ 28421] By: davem                                 on 2006/06/23  22:26:02
5685         Log: migrate TRIE branch in regmatch() to new FSM-esque paradigm
5686      Branch: perl
5687            ! regexec.c regexp.h
5688 ____________________________________________________________________________
5689 [ 28420] By: mhx                                   on 2006/06/23  19:06:43
5690         Log: Upgrade to Devel::PPPort 3.08_05
5691      Branch: perl
5692            - ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
5693            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/Makefile.PL
5694            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/soak
5695 ____________________________________________________________________________
5696 [ 28419] By: rgs                                   on 2006/06/23  16:28:03
5697         Log: Subject: Re: [PATCH] Hash::Util::FieldHash
5698              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
5699              Date: Wed, 21 Jun 2006 22:39:51 +0200
5700              Message-Id: <974A5B4B-7614-4F3F-BA7C-828960D82C55@mailbox.tu-berlin.de>
5701      Branch: perl
5702            + ext/Hash/Util/FieldHash/Changes
5703            + ext/Hash/Util/FieldHash/FieldHash.xs
5704            + ext/Hash/Util/FieldHash/Makefile.PL
5705            + ext/Hash/Util/FieldHash/lib/Hash/Util/FieldHash.pm
5706            + ext/Hash/Util/FieldHash/t/01_load.t
5707            + ext/Hash/Util/FieldHash/t/02_function.t
5708            + ext/Hash/Util/FieldHash/t/03_class.t
5709            + ext/Hash/Util/FieldHash/t/04_thread.t
5710            + ext/Hash/Util/FieldHash/t/05_perlhook.t
5711            + ext/Hash/Util/FieldHash/t/10_hash.t
5712            + ext/Hash/Util/FieldHash/t/11_hashassign.t
5713            + ext/Hash/Util/FieldHash/t/12_hashwarn.t
5714            ! MANIFEST embed.fnc embed.h ext/Hash/Util/Changes
5715            ! ext/Hash/Util/Makefile.PL ext/Hash/Util/lib/Hash/Util.pm hv.c
5716            ! mg.c pod/perlapi.pod pod/perlguts.pod proto.h sv.c
5717 ____________________________________________________________________________
5718 [ 28418] By: rgs                                   on 2006/06/23  14:00:59
5719         Log: Subject: Re: [PATCH] perlhack.pod
5720              From: "Dr.Ruud" <rvtol+news@isolution.nl>
5721              Date: Thu, 22 Jun 2006 23:42:53 +0200
5722              Message-ID: <20060622215407.9605.qmail@lists.develooper.com>
5723      Branch: perl
5724            ! pod/perlhack.pod
5725 ____________________________________________________________________________
5726 [ 28417] By: rgs                                   on 2006/06/23  10:50:29
5727         Log: Subject: [PATCH]: fix: [perl #39583] Pattern Match fails for specific length string
5728              From: demerphq <demerphq@gmail.com>
5729              Date: Fri, 23 Jun 2006 11:54:19 +0200
5730              Message-ID: <9b18b3110606230254m6afd620bjde6322aefda6f199@mail.gmail.com>
5731      Branch: perl
5732            ! regexec.c
5733 ____________________________________________________________________________
5734 [ 28416] By: rgs                                   on 2006/06/23  09:41:36
5735         Log: perltodo additions by Vadim Konovalov
5736      Branch: perl
5737            ! pod/perltodo.pod
5738 ____________________________________________________________________________
5739 [ 28415] By: stevep                                on 2006/06/22  11:34:20
5740         Log: Subject: [PATCH] IO::Compress::Base
5741              From: "Paul Marquess" <paul.marquess@ntlworld.com>
5742              Date: Thu, 22 Jun 2006 11:40:10 +0100
5743              Message-ID: <01f701c695e8$3d035e20$2405140a@myopwv.com>
5744      Branch: perl
5745            ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm
5746            ! t/lib/compress/merge.pl
5747 ____________________________________________________________________________
5748 [ 28414] By: steveh                                on 2006/06/22  08:05:14
5749         Log: Subject: Re: Smoke [5.9.4] 28410 FAIL(Fm) MSWin32 WinXP/.Net SP2 (x86/2 cpu)
5750              From: demerphq <demerphq@gmail.com>
5751              Date: Wed, 21 Jun 2006 22:51:03 +0200
5752              Message-ID: <9b18b3110606211351v5b052103i4d727ad464a162e@mail.gmail.com>
5753      Branch: perl
5754            ! regcomp.c
5755 ____________________________________________________________________________
5756 [ 28413] By: rgs                                   on 2006/06/21  08:15:38
5757         Log: Subject: [PATCH] <toke.c> isALNUM(*s) && *s != '_'
5758              From: "Dr.Ruud" <rvtol+news@isolution.nl>
5759              Date: Wed, 21 Jun 2006 01:58:19 +0200
5760              Message-ID: <20060621000237.24398.qmail@lists.develooper.com>
5761      Branch: perl
5762            ! toke.c
5763 ____________________________________________________________________________
5764 [ 28412] By: steveh                                on 2006/06/21  08:07:21
5765         Log: Fix code before declaration error introduced by #28405
5766      Branch: perl
5767            ! regcomp.c
5768 ____________________________________________________________________________
5769 [ 28411] By: rgs                                   on 2006/06/21  07:44:24
5770         Log: Subject: [PATCH] Re: [PATCH] Re: [perl #39530] printf: bad formatting of hexadecimal conversion of binary string using vector flag
5771              From: Dominic Dunlop <shouldbedomo@mac.com>
5772              Date: Tue, 20 Jun 2006 21:49:07 +0200
5773              Message-Id: <C48A3CD4-DDA5-43AD-8DDC-20375A187EFD@mac.com>
5774      Branch: perl
5775            ! t/op/sprintf.t
5776 ____________________________________________________________________________
5777 [ 28410] By: rgs                                   on 2006/06/20  22:01:16
5778         Log: Upgrade to Sys::Syslog 0.16
5779      Branch: perl
5780            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/Syslog.pm
5781            ! ext/Sys/Syslog/t/syslog.t
5782 ____________________________________________________________________________
5783 [ 28409] By: rgs                                   on 2006/06/20  17:22:15
5784         Log: Change 28404 broke the construct s/foo/<<BAR/e. So, try to be more
5785              clever. If the right hand side of s///e contains a #, then maybe
5786              it's a comment, so add a \n after it. Obviously, this is fast, but
5787              won't cover all possible cases.
5788      Branch: perl
5789            ! toke.c
5790 ____________________________________________________________________________
5791 [ 28408] By: rgs                                   on 2006/06/20  14:18:28
5792         Log: Subject: [PATCH] Re: [perl #39530] printf: bad formatting of hexadecimal conversion of binary string using vector flag
5793              From: Dominic Dunlop <shouldbedomo@mac.com>
5794              Date: Tue, 20 Jun 2006 16:02:38 +0200
5795              Message-Id: <D223CF35-9AC3-4351-A0C9-F4E224AAC19E@mac.com>
5796      Branch: perl
5797            ! sv.c t/op/sprintf.t
5798 ____________________________________________________________________________
5799 [ 28407] By: rgs                                   on 2006/06/20  12:51:31
5800         Log: Subject: [PATCH] IO::Compress::* 2.000_13
5801              From: "Paul Marquess" <paul.marquess@ntlworld.com>
5802              Date: Tue, 20 Jun 2006 13:40:47 +0100
5803              Message-ID: <00b101c69466$c18f0af0$2405140a@myopwv.com>
5804      Branch: perl
5805            ! ext/Compress/IO/Base/Changes ext/Compress/IO/Base/README
5806            ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm
5807            ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
5808            ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
5809            ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
5810            ! ext/Compress/IO/Base/t/01misc.t ext/Compress/IO/Zlib/Changes
5811            ! ext/Compress/IO/Zlib/README
5812            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm
5813            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm
5814            ! ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm
5815            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm
5816            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm
5817            ! ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm
5818            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm
5819            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm
5820            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm
5821            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Extra.pm
5822            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
5823            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
5824            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
5825            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
5826            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
5827            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
5828            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
5829            ! ext/Compress/IO/Zlib/t/105oneshot-zip-only.t
5830            ! ext/Compress/Raw/Zlib/README
5831            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
5832            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
5833            ! ext/Compress/Zlib/lib/Compress/Zlib.pm t/lib/compress/multi.pl
5834            ! t/lib/compress/oneshot.pl
5835 ____________________________________________________________________________
5836 [ 28406] By: rgs                                   on 2006/06/20  12:44:27
5837         Log: Upgrade to Unicode::Normalize 1.01
5838      Branch: perl
5839            + ext/Unicode/Normalize/t/tie.t
5840            ! MANIFEST ext/Unicode/Normalize/Changes
5841            ! ext/Unicode/Normalize/Normalize.pm
5842            ! ext/Unicode/Normalize/Normalize.xs
5843            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/t/func.t
5844            ! ext/Unicode/Normalize/t/illegal.t
5845 ____________________________________________________________________________
5846 [ 28405] By: stevep                                on 2006/06/20  12:14:27
5847         Log: Clean up a few warnings in regcomp.c under -Dgccansipedantic.
5848      Branch: perl
5849            ! regcomp.c
5850 ____________________________________________________________________________
5851 [ 28404] By: rgs                                   on 2006/06/20  08:52:12
5852         Log: Subject: [perl #39365] Bug in toke.c (eval in subst) 
5853              From: bcarter@gumdrop.flyinganvil.org (via RT) <perlbug-followup@perl.org>
5854              Date: Fri, 09 Jun 2006 02:08:44 -0700
5855              Message-ID: <rt-3.0.11-39365-134716.18.9775670722527@perl.org>
5856              
5857              plus a regression test.
5858      Branch: perl
5859            ! t/comp/parser.t toke.c
5860 ____________________________________________________________________________
5861 [ 28403] By: rgs                                   on 2006/06/20  08:16:58
5862         Log: Subject: [PATCH lib/UNIVERSAL.pm] Add Documentation for DOES()
5863              From: chromatic <chromatic@wgz.org>
5864              Date: Sat, 17 Jun 2006 17:24:03 -0700
5865              Message-Id: <200606171724.04302.chromatic@wgz.org>
5866      Branch: perl
5867            ! lib/UNIVERSAL.pm
5868 ____________________________________________________________________________
5869 [ 28402] By: rgs                                   on 2006/06/19  11:27:03
5870         Log: Subject: RE: [PATCH] cflags.SH: rework the gcc warnings selection
5871              From: "Green, Paul" <Paul.Green@stratus.com>
5872              Date: Sun, 18 Jun 2006 19:41:50 -0400
5873              Message-ID: <F5F42E77A43DD944B6D664B00A5401CB02026106@EXNA.corp.stratus.com>
5874      Branch: perl
5875            ! cflags.SH
5876 ____________________________________________________________________________
5877 [ 28401] By: davem                                 on 2006/06/18  09:58:08
5878         Log: Subject:  [PATCH] Re: blead trie problems in tru64 with -DDEBUGGING
5879              From:  Jarkko Hietaniemi <jhi@iki.fi>
5880              Date:  Sun, 18 Jun 2006 01:04:46 +0300
5881              Message-Id:  <44947C7E.7090100@iki.fi>
5882      Branch: perl
5883            ! regexec.c
5884 ____________________________________________________________________________
5885 [ 28400] By: davem                                 on 2006/06/17  20:01:38
5886         Log: Subject:  [PATCH] Comply with the 0x80th commandment
5887              From:  demerphq <demerphq@gmail.com>
5888              Date:  Sat, 17 Jun 2006 16:44:17 +0200
5889              Message-Id:  <9b18b3110606170744x60f4074bg11bf0f4c87eeb6c1@mail.gmail.com>
5890              
5891              add some (U8) casts
5892      Branch: perl
5893            ! regcomp.h
5894 ____________________________________________________________________________
5895 [ 28399] By: davem                                 on 2006/06/17  16:39:53
5896         Log: dont warn at exit of detatched threads still running
5897      Branch: perl
5898            ! ext/threads/t/blocks.t ext/threads/threads.xs
5899 ____________________________________________________________________________
5900 [ 28398] By: davem                                 on 2006/06/16  23:25:51
5901         Log: start turning regmatch() main loop into a FSM
5902              also make BRANCH use the state stack rather than its own unwind struct
5903      Branch: perl
5904            ! regcomp.pl regexec.c regexp.h regnodes.h t/op/re_tests
5905 ____________________________________________________________________________
5906 [ 28397] By: rgs                                   on 2006/06/15  10:01:14
5907         Log: Subject: [PATCH] cflags.SH: rework the gcc warnings selection
5908              From: Jarkko Hietaniemi <jhi@iki.fi>
5909              Date: Thu, 15 Jun 2006 09:12:53 +0300
5910              Message-ID: <4490FA65.70006@iki.fi>
5911      Branch: perl
5912            ! cflags.SH
5913 ____________________________________________________________________________
5914 [ 28396] By: craigb                                on 2006/06/15  03:20:48
5915         Log: only use NAML$M_OPEN_SPECIAL where it exists
5916      Branch: perl
5917            ! vms/vms.c
5918 ____________________________________________________________________________
5919 [ 28395] By: craigb                                on 2006/06/15  03:16:34
5920         Log: signedness nit in Unicode::Normalize::decompose
5921      Branch: perl
5922            ! ext/Unicode/Normalize/Normalize.xs
5923 ____________________________________________________________________________
5924 [ 28394] By: rgs                                   on 2006/06/14  14:58:14
5925         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)
5926              From: demerphq <demerphq@gmail.com>
5927              Date: Wed, 14 Jun 2006 14:33:24 +0200
5928              Message-ID: <9b18b3110606140533k583fdd3bh6c4b292e7ff4cf13@mail.gmail.com>
5929      Branch: perl
5930            ! regcomp.c regcomp.h
5931 ____________________________________________________________________________
5932 [ 28393] By: rgs                                   on 2006/06/14  12:11:13
5933         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)
5934              From: demerphq <demerphq@gmail.com>
5935              Date: Wed, 14 Jun 2006 13:54:04 +0200
5936              Message-ID: <9b18b3110606140454p19f4241exae6528f1c7bb32d7@mail.gmail.com>
5937      Branch: perl
5938            ! ext/re/t/regop.pl lib/Benchmark.pm regcomp.c regcomp.h
5939            ! regexec.c
5940 ____________________________________________________________________________
5941 [ 28392] By: rgs                                   on 2006/06/13  09:23:23
5942         Log: I thought I had fixed the spelling of DOES() in universal.t, but
5943              apparently no.
5944      Branch: perl
5945            ! t/op/universal.t
5946 ____________________________________________________________________________
5947 [ 28391] By: rgs                                   on 2006/06/13  08:32:04
5948         Log: Subject: Guard clause should happen first, otherwise its not a guard clause.
5949              From: demerphq <demerphq@gmail.com>
5950              Date: Tue, 13 Jun 2006 09:39:42 +0200
5951              Message-ID: <9b18b3110606130039v1c6a3fe6s448e92ab2a05888a@mail.gmail.com>
5952      Branch: perl
5953            ! regcomp.c regexec.c
5954 ____________________________________________________________________________
5955 [ 28390] By: stevep                                on 2006/06/13  01:15:21
5956         Log: Upgrade to Digest-SHA-5.41
5957      Branch: perl
5958            ! ext/Digest/SHA/Changes ext/Digest/SHA/README
5959            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/bin/shasum
5960            ! ext/Digest/SHA/src/hmac.c ext/Digest/SHA/src/hmac.h
5961            ! ext/Digest/SHA/src/sha.c ext/Digest/SHA/src/sha.h
5962            ! ext/Digest/SHA/t/2-nist-sha-oo.t
5963 ____________________________________________________________________________
5964 [ 28389] By: stevep                                on 2006/06/13  01:00:02
5965         Log: Upgrade to Unicode-Normalize-1.00
5966      Branch: perl
5967            ! ext/Unicode/Normalize/Changes
5968            ! ext/Unicode/Normalize/Normalize.pm
5969            ! ext/Unicode/Normalize/Normalize.xs
5970            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
5971            ! ext/Unicode/Normalize/t/fcdc.t ext/Unicode/Normalize/t/func.t
5972            ! ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/null.t
5973            ! ext/Unicode/Normalize/t/test.t
5974 ____________________________________________________________________________
5975 [ 28388] By: rgs                                   on 2006/06/12  17:21:22
5976         Log: Subject: Re: Segv from new regex code when under threads.
5977              From: demerphq <demerphq@gmail.com>
5978              Date: Mon, 12 Jun 2006 19:17:30 +0200
5979              Message-ID: <9b18b3110606121017t3af81484t4fb13015fac74592@mail.gmail.com>
5980      Branch: perl
5981            ! regcomp.c win32/vmem.h
5982 ____________________________________________________________________________
5983 [ 28387] By: rgs                                   on 2006/06/12  16:41:44
5984         Log: Add the new method UNIVERSAL::DOES() and the API function sv_does()
5985              
5986              Subject: Re: [PROPOSED PATCH: universal.c, t/op/universal.t] Add does()
5987              From: chromatic <chromatic@wgz.org>
5988              Date: Tue, 30 May 2006 17:41:08 -0700
5989              Message-Id: <200605301741.08363.chromatic@wgz.org>
5990      Branch: perl
5991            ! embed.fnc embed.h global.sym pod/perlapi.pod proto.h
5992            ! t/op/universal.t universal.c
5993 ____________________________________________________________________________
5994 [ 28386] By: rgs                                   on 2006/06/12  14:35:22
5995         Log: Adapt the new Test::Harness test to the core
5996      Branch: perl
5997            ! lib/Test/Harness/t/failure.t
5998 ____________________________________________________________________________
5999 [ 28385] By: rgs                                   on 2006/06/12  14:12:18
6000         Log: Subject: [PATCH] Static cleanup in pp_sort.c
6001              From: andy@petdance.com (Andy Lester)
6002              Date: Mon, 12 Jun 2006 08:59:34 -0500
6003              Message-ID: <20060612135934.GA2202@petdance.com>
6004      Branch: perl
6005            ! embed.fnc embed.h pp_sort.c proto.h
6006 ____________________________________________________________________________
6007 [ 28384] By: rgs                                   on 2006/06/12  14:08:09
6008         Log: Upgrade to Test::Harness 2.62
6009      Branch: perl
6010            + lib/Test/Harness/t/failure.t
6011            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
6012 ____________________________________________________________________________
6013 [ 28383] By: rgs                                   on 2006/06/12  13:01:43
6014         Log: Subject: Fw: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.15.tar.gz
6015              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
6016              Date: Sun, 11 Jun 2006 02:30:54 +0200
6017              Message-ID: <1149985854.448b643e27a1f@imp5-g19.free.fr>
6018      Branch: perl
6019            + ext/Sys/Syslog/ppport.h
6020            ! MANIFEST ext/Sys/Syslog/Changes ext/Sys/Syslog/README
6021            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/Syslog.xs
6022            ! ext/Sys/Syslog/t/syslog.t
6023 ____________________________________________________________________________
6024 [ 28382] By: rgs                                   on 2006/06/12  12:08:54
6025         Log: Subject: Re: [PATCH DOC] Three minor fixes related to perlop
6026              From: Daniel Frederick Crisman <daniel@crisman.org>
6027              Date: Sat, 10 Jun 2006 10:49:29 -0400
6028              Message-ID: <20060610144929.GA10201@fury.crisman.org>
6029      Branch: perl
6030            ! pod/perldiag.pod pod/perlop.pod
6031 ____________________________________________________________________________
6032 [ 28381] By: rgs                                   on 2006/06/12  10:07:18
6033         Log: Subject: [PATCH] Proper use of enums
6034              From: andy@petdance.com (Andy Lester)
6035              Date: Sun, 11 Jun 2006 22:44:34 -0500
6036              Message-ID: <20060612034434.GA21588@petdance.com>
6037      Branch: perl
6038            ! embed.fnc gv.c op.c perlio.c pod/perlapi.pod pp.c proto.h sv.c
6039            ! sv.h
6040 ____________________________________________________________________________
6041 [ 28380] By: rgs                                   on 2006/06/11  23:08:32
6042         Log: Subject: Re: [PATCH] regexec/regcomp.c cleanups
6043              From: demerphq <demerphq@gmail.com>
6044              Date: Sun, 11 Jun 2006 23:01:14 +0200
6045              Message-ID: <9b18b3110606111401o143b2f57rd17bf117979853e7@mail.gmail.com>
6046      Branch: perl
6047            ! ext/re/re.pm pod/perlreguts.pod regcomp.c regcomp.h regexec.c
6048            ! regexp.h sv.c
6049 ____________________________________________________________________________
6050 [ 28379] By: rgs                                   on 2006/06/11  22:00:03
6051         Log: Subject: Re: [PATCH] Better version of the Aho-Corasick patch and lots of benchmarks.
6052              From: demerphq <demerphq@gmail.com>
6053              Date: Fri, 9 Jun 2006 19:48:11 +0200
6054              Message-ID: <9b18b3110606091048n4d1f3b17vc608943044d4532a@mail.gmail.com>
6055      Branch: perl
6056            ! ext/re/re.pm regcomp.c regexec.c regexp.h
6057 ____________________________________________________________________________
6058 [ 28378] By: nicholas                              on 2006/06/11  20:52:36
6059         Log: A little more work needed to get ext/re/t/re.t test 14 (no segv) passing
6060              with PERL_DESTRUCT_LEVEL=2.
6061      Branch: perl
6062            ! gv.c regcomp.h
6063 ____________________________________________________________________________
6064 [ 28377] By: rgs                                   on 2006/06/09  16:40:52
6065         Log: Mark the 1st argument to S_exec_failed as non null
6066      Branch: perl
6067            ! embed.fnc proto.h
6068 ____________________________________________________________________________
6069 [ 28376] By: rgs                                   on 2006/06/09  16:15:08
6070         Log: Subject: [PATCH] Add error checks after execing PL_cshname or PL_sh_path
6071              From: "Jan Dubois" <jand@activestate.com>
6072              Date: Wed, 7 Jun 2006 15:53:02 -0700
6073              Message-ID: <002301c68a85$21aa7320$d045a8c0@candy>
6074      Branch: perl
6075            ! doio.c embed.fnc embed.h proto.h
6076 ____________________________________________________________________________
6077 [ 28375] By: rgs                                   on 2006/06/09  16:03:03
6078         Log: Subject: [patch] Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.64.tar.gz
6079              From: John Peacock <jpeacock@rowman.com>
6080              Date: Thu, 08 Jun 2006 21:14:04 -0400
6081              Message-ID: <4488CB5C.4070702@rowman.com>
6082      Branch: perl
6083            ! lib/version.pm lib/version.pod lib/version.t universal.c
6084            ! util.c
6085 ____________________________________________________________________________
6086 [ 28374] By: rgs                                   on 2006/06/09  14:39:31
6087         Log: Subject: [PATCH] sv_dup
6088              From: andy@petdance.com (Andy Lester)
6089              Date: Fri, 9 Jun 2006 00:39:25 -0500
6090              Message-ID: <20060609053925.GA30698@petdance.com>
6091      Branch: perl
6092            ! sv.c
6093 ____________________________________________________________________________
6094 [ 28373] By: rgs                                   on 2006/06/09  14:06:24
6095         Log: Subject: Re: [PATCH] Better version of the Aho-Corasick patch and lots of benchmarks.
6096              From: demerphq <demerphq@gmail.com>
6097              Date: Fri, 9 Jun 2006 00:56:37 +0200
6098              Message-ID: <9b18b3110606081556t779de698r82f361d82a05fbc8@mail.gmail.com>
6099              
6100              (with tweaks)
6101      Branch: perl
6102            ! embed.fnc embed.h ext/re/t/re.t ext/re/t/regop.pl
6103            ! ext/re/t/regop.t proto.h regcomp.c regcomp.h regexec.c sv.c
6104 ____________________________________________________________________________
6105 [ 28372] By: rgs                                   on 2006/06/08  14:11:29
6106         Log: Add the perlreguts manpage, by Yves Orton
6107      Branch: perl
6108            + pod/perlreguts.pod
6109            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
6110            ! vms/descrip_mms.template win32/pod.mak
6111 ____________________________________________________________________________
6112 [ 28371] By: rgs                                   on 2006/06/08  13:00:18
6113         Log: Subject: [PATCH] Re: range operator vs. unicode
6114              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
6115              Date: Thu, 8 Jun 2006 02:33:43 -0700
6116              Message-ID: <20060608093343.GD2676@efn.org>
6117              
6118              with tweaks
6119      Branch: perl
6120            ! pod/perlop.pod
6121 ____________________________________________________________________________
6122 [ 28370] By: rgs                                   on 2006/06/07  20:47:20
6123         Log: Revert change #20462 (except the regression test),
6124              since the bug has been really fixed by change #22074,
6125              as explained in :
6126              Subject: Re: [perl #39247] defined-ness of substrings disappear over repeated calls
6127              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
6128              Date: Thu, 01 Jun 2006 08:16:51 +0900
6129              Message-Id: <20060601081304.7A39.BQW10602@nifty.com>
6130      Branch: perl
6131            ! pp.c
6132 ____________________________________________________________________________
6133 [ 28369] By: nicholas                              on 2006/06/07  17:36:32
6134         Log: The binmode in t/iop/utf8.t doesn't need to be conditional on ${^OPEN}
6135      Branch: perl
6136            ! t/io/utf8.t
6137 ____________________________________________________________________________
6138 [ 28368] By: craigb                                on 2006/06/07  12:29:32
6139         Log: autosplit one level deeper so we don't miss anything
6140              on a second pass (where lib/auto already exists)
6141      Branch: perl
6142            ! vms/descrip_mms.template
6143 ____________________________________________________________________________
6144 [ 28367] By: craigb                                on 2006/06/07  12:14:39
6145         Log: Subject: [patch@28349] vmsify - full EFS charset support
6146              From: "John E. Malmberg" <wb8tyw@qsl.net>
6147              Date: Mon, 05 Jun 2006 23:39:32 -0400
6148              Message-id: <4484F8F4.7040902@qsl.net>
6149
6150      Branch: perl
6151            ! vms/vms.c vms/vmsish.h
6152 ____________________________________________________________________________
6153 [ 28366] By: rgs                                   on 2006/06/07  09:13:51
6154         Log: Add a regression test to ensure that charnames pragma
6155              is propagated to eval("")
6156      Branch: perl
6157            ! lib/charnames.t
6158 ____________________________________________________________________________
6159 [ 28365] By: rgs                                   on 2006/06/07  08:47:49
6160         Log: Make "use feature 'dor'" an alias for "use feature 'err'"
6161      Branch: perl
6162            ! lib/feature.pm
6163 ____________________________________________________________________________
6164 [ 28364] By: rgs                                   on 2006/06/07  08:33:35
6165         Log: Subject: [PATCH] exhausting <> in BEGIN{} gets ARGVOUT used only once warning
6166              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
6167              Date: Tue, 6 Jun 2006 22:24:46 -0700
6168              Message-ID: <20060607052446.GA3240@efn.org>
6169      Branch: perl
6170            ! gv.c t/op/readline.t
6171 ____________________________________________________________________________
6172 [ 28363] By: rgs                                   on 2006/06/07  08:30:03
6173         Log: Subject: [PATCH] dump.c patches
6174              From: andy@petdance.com (Andy Lester)
6175              Date: Tue, 6 Jun 2006 10:01:37 -0500
6176              Message-ID: <20060606150137.GA4434@petdance.com>
6177      Branch: perl
6178            ! doop.c dump.c
6179 ____________________________________________________________________________
6180 [ 28362] By: merijn                                on 2006/06/06  18:33:52
6181         Log: Subject: [PATCH]Teach Configure that icc is not gcc
6182              From: Steve Peters <steve@fisharerojo.org>
6183              Date: Tue, 6 Jun 2006 10:33:12 -0500
6184              Message-ID: <20060606153312.GA5542@fisharerojo.org>
6185      Branch: perl
6186            ! Configure
6187 ____________________________________________________________________________
6188 [ 28360] By: rgs                                   on 2006/06/06  16:30:36
6189         Log: Upgrade to Module::CoreList 2.05
6190              (contains a patch by Adriano Ferreira to make corelist accept
6191              regexps as arguments)
6192      Branch: perl
6193            + lib/Module/CoreList/t/find_modules.t
6194            ! MANIFEST lib/Module/CoreList.pm
6195            ! lib/Module/CoreList/bin/corelist
6196 ____________________________________________________________________________
6197 [ 28359] By: rgs                                   on 2006/06/06  12:37:34
6198         Log: Upgrade to Encode 2.18
6199      Branch: perl
6200            ! ext/Encode/Byte/Byte.pm ext/Encode/CN/CN.pm ext/Encode/Changes
6201            ! ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/Encode.pm
6202            ! ext/Encode/Encode.xs ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm
6203            ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/TW.pm
6204            ! ext/Encode/bin/enc2xs ext/Encode/encoding.pm
6205            ! ext/Encode/lib/Encode/Alias.pm
6206            ! ext/Encode/lib/Encode/CJKConstants.pm
6207            ! ext/Encode/lib/Encode/CN/HZ.pm ext/Encode/lib/Encode/Config.pm
6208            ! ext/Encode/lib/Encode/Encoding.pm
6209            ! ext/Encode/lib/Encode/Guess.pm ext/Encode/lib/Encode/JP/H2Z.pm
6210            ! ext/Encode/lib/Encode/JP/JIS7.pm
6211            ! ext/Encode/lib/Encode/KR/2022_KR.pm
6212            ! ext/Encode/lib/Encode/MIME/Header.pm
6213            ! ext/Encode/lib/Encode/MIME/Header/ISO_2022_JP.pm
6214            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
6215 ____________________________________________________________________________
6216 [ 28358] By: rgs                                   on 2006/06/06  11:27:19
6217         Log: Subject: [PATCH] more accumulated cleanups
6218              From: andy@petdance.com (Andy Lester)
6219              Date: Tue, 6 Jun 2006 00:25:01 -0500
6220              Message-ID: <20060606052501.GA30469@petdance.com>
6221      Branch: perl
6222            ! av.c doio.c utf8.c util.c
6223 ____________________________________________________________________________
6224 [ 28357] By: rgs                                   on 2006/06/06  11:17:22
6225         Log: Subject: [PATCH] Accumulated toke.c cleanups
6226              From: andy@petdance.com (Andy Lester)
6227              Date: Tue, 6 Jun 2006 00:07:36 -0500
6228              Message-ID: <20060606050736.GA30291@petdance.com>
6229      Branch: perl
6230            ! toke.c
6231 ____________________________________________________________________________
6232 [ 28356] By: rgs                                   on 2006/06/06  11:05:46
6233         Log: Subject: [PATCH] random thread test failure
6234              From: "Jerry D. Hedden" <jerry@hedden.us>
6235              Date: Mon, 05 Jun 2006 13:28:51 -0700
6236              Message-ID: <20060605132851.fb30e530d17747c2b054d625b8945d88.65486bb40b.wbe@email.secureserver.net>
6237      Branch: perl
6238            ! ext/threads/t/thread.t
6239 ____________________________________________________________________________
6240 [ 28355] By: rgs                                   on 2006/06/06  11:02:14
6241         Log: Subject: [PATCH] threads 1.32
6242              From: "Jerry D. Hedden" <jerry@hedden.us>
6243              Date: Mon, 05 Jun 2006 06:34:56 -0700
6244              Message-ID: <20060605063456.fb30e530d17747c2b054d625b8945d88.21396dde59.wbe@email.secureserver.net>
6245      Branch: perl
6246            + ext/threads/hints/hpux.pl
6247            ! MANIFEST ext/threads/Changes ext/threads/README
6248            ! ext/threads/t/blocks.t ext/threads/t/context.t
6249            ! ext/threads/t/end.t ext/threads/t/free.t ext/threads/t/free2.t
6250            ! ext/threads/t/join.t ext/threads/t/kill.t ext/threads/t/libc.t
6251            ! ext/threads/t/problems.t ext/threads/t/thread.t
6252            ! ext/threads/threads.pm ext/threads/threads.xs
6253 ____________________________________________________________________________
6254 [ 28354] By: nicholas                              on 2006/06/05  21:39:40
6255         Log: Eliminate most of the UTF-8 black smoke by skipping optree tests when
6256              ${^OPEN} is set, and tweaking hints.t to understand that $^H is
6257              different when -C has been used.
6258      Branch: perl
6259            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
6260            ! ext/B/t/optree_constants.t ext/B/t/optree_misc.t
6261            ! ext/B/t/optree_samples.t ext/B/t/optree_sort.t
6262            ! ext/B/t/optree_specials.t ext/B/t/optree_varinit.t
6263            ! t/comp/hints.t
6264 ____________________________________________________________________________
6265 [ 28353] By: nicholas                              on 2006/06/05  21:38:38
6266         Log: Add the missing ${^OPEN} hints flag to B::Concise
6267      Branch: perl
6268            ! ext/B/B/Concise.pm
6269 ____________________________________________________________________________
6270 [ 28352] By: rgs                                   on 2006/06/05  16:22:46
6271         Log: Subject: [DOCPATCH perlunicode.pod] paragraphing nit
6272              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
6273              Date: Sun, 04 Jun 2006 15:52:54 +0900
6274              Message-Id: <20060604155149.0913.BQW10602@nifty.com>
6275      Branch: perl
6276            ! pod/perlunicode.pod
6277 ____________________________________________________________________________
6278 [ 28351] By: rgs                                   on 2006/06/05  08:35:45
6279         Log: Subject: [PATCH] mg.c: using #ifdef inside a macro call ENONPORTABLE (causes e.g. AIX to barf)
6280              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
6281              Date: Sun, 4 Jun 2006 11:21:30 +0300 (EEST)
6282              Message-Id: <200606040821.k548LUYu010965@vipunen.hut.fi>
6283      Branch: perl
6284            ! mg.c
6285 ____________________________________________________________________________
6286 [ 28350] By: rgs                                   on 2006/06/05  07:50:12
6287         Log: Use POSIX::_exit instead of exit in IPC::Open when exiting after an
6288              exec() failure, as suggested by Salvador Fandino after change #28347
6289      Branch: perl
6290            ! lib/IPC/Open3.pm
6291 ____________________________________________________________________________
6292 [ 28349] By: rgs                                   on 2006/06/04  22:32:50
6293         Log: The smart match table was duplicated in source code and in perlsyn,
6294              so remove the one in the source code
6295      Branch: perl
6296            ! pod/perlsyn.pod pp_ctl.c
6297 ____________________________________________________________________________
6298 [ 28348] By: craigb                                on 2006/06/02  23:18:08
6299         Log: It's all relative -- better handling of tainted directories
6300              in PATH on VMS (and scrubbing them in t/test.pl).
6301      Branch: perl
6302            ! mg.c t/test.pl
6303 ____________________________________________________________________________
6304 [ 28347] By: davem                                 on 2006/06/02  19:53:52
6305         Log: IPC::Open3 handled exec failure badly
6306              When you're in the child, don't croak - you may get trapped by
6307              eval. Also clarify the documentation
6308      Branch: perl
6309            ! lib/IPC/Open3.pm
6310 ____________________________________________________________________________
6311 [ 28346] By: stevep                                on 2006/06/01  19:11:38
6312         Log: Subject: [perl #39178] IO::Socket::connect returns wrong errno on timeout
6313              From: "mlelstv@serpens.de (via RT)" <perlbug-followup@perl.org>
6314              Date: Sun, 21 May 2006 04:23:38 -0700
6315              Message-ID: <rt-3.0.11-39178-133695.13.7935957232893@perl.org>
6316      Branch: perl
6317            ! ext/IO/lib/IO/Socket.pm
6318 ____________________________________________________________________________
6319 [ 28345] By: rgs                                   on 2006/06/01  14:50:50
6320         Log: Add the perlunitut manpage, by Juerd Waalboer
6321      Branch: perl
6322            + pod/perlunitut.pod
6323            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
6324            ! vms/descrip_mms.template win32/pod.mak
6325 ____________________________________________________________________________
6326 [ 28344] By: rgs                                   on 2006/06/01  12:16:09
6327         Log: Subject: [PATCH: installperl] Was: Bug#369481: perl-base: 5.8.4-8sarge4 seemed to trigger "weak references not implemented"
6328              From: Brendan O'Dea <bod@debian.org>
6329              Date: Wed, 31 May 2006 22:51:48 +1000
6330              Message-ID: <20060531125148.GA20658@londo.c47.org>
6331      Branch: perl
6332            ! installperl
6333 ____________________________________________________________________________
6334 [ 28343] By: rgs                                   on 2006/06/01  11:40:34
6335         Log: Add a few more built-in types in perlfunc/ref()
6336      Branch: perl
6337            ! pod/perlfunc.pod
6338 ____________________________________________________________________________
6339 [ 28342] By: rgs                                   on 2006/06/01  07:08:36
6340         Log: Remove duplicate file in manifest
6341      Branch: perl
6342            ! MANIFEST
6343 ____________________________________________________________________________
6344 [ 28341] By: rgs                                   on 2006/06/01  07:07:43
6345         Log: Add missing file to MANIFEST
6346      Branch: perl
6347            ! MANIFEST
6348 ____________________________________________________________________________
6349 [ 28340] By: craigb                                on 2006/05/31  03:31:54
6350         Log: Teach incfilter.t some DCL.
6351      Branch: perl
6352            ! t/op/incfilter.t
6353 ____________________________________________________________________________
6354 [ 28339] By: craigb                                on 2006/05/31  03:19:27
6355         Log: Make VMS-specific device name encoding routine say no more politely.
6356      Branch: perl
6357            ! vms/vms.c
6358 ____________________________________________________________________________
6359 [ 28338] By: rgs                                   on 2006/05/30  12:21:17
6360         Log: Subject: Re: B::Lint changes
6361              From: "Joshua ben Jore" <twists@gmail.com>
6362              Date: Thu, 18 May 2006 08:45:30 -0500
6363              Message-ID: <dc5c751d0605180645q63ddba5fga354d2660a4877f5@mail.gmail.com>
6364      Branch: perl
6365            ! ext/B/B/Lint.pm ext/B/t/lint.t
6366 ____________________________________________________________________________
6367 [ 28337] By: nicholas                              on 2006/05/30  11:59:26
6368         Log: Fix bugs in the bytecode system caused by the abolition of cop_io.
6369      Branch: perl
6370            ! ext/B/B.xs ext/B/B/Bytecode.pm
6371 ____________________________________________________________________________
6372 [ 28336] By: rgs                                   on 2006/05/30  08:32:00
6373         Log: Subject: C is not perl, AV's dont just magically free themselves...
6374              From: demerphq <demerphq@gmail.com>
6375              Date: Tue, 30 May 2006 10:23:19 +0200
6376              Message-ID: <9b18b3110605300123t467f14eerf30a149f253be281@mail.gmail.com>
6377      Branch: perl
6378            ! regcomp.c
6379 ____________________________________________________________________________
6380 [ 28335] By: nicholas                              on 2006/05/29  22:58:46
6381         Log: Comprehensive regression tests for Perl_refcounted_he_fetch().
6382              Fix a bug due to the fact that Perl's typedef'd "bool" type isn't
6383              actually boolean.
6384      Branch: perl
6385            + ext/XS/APItest/t/op.t t/op/caller.pl
6386            ! MANIFEST ext/XS/APItest/APItest.xs hv.c t/op/caller.t
6387 ____________________________________________________________________________
6388 [ 28334] By: craigb                                on 2006/05/29  22:34:23
6389         Log: Subject: [PATCH] redo part of change 27374
6390              From: Abe Timmerman <abe@ztreet.demon.nl>
6391              Date: Mon, 29 May 2006 23:24:51 +0200
6392              Message-id: <200605292324.51714.abe@ztreet.demon.nl>
6393
6394      Branch: perl
6395            ! configure.com
6396 ____________________________________________________________________________
6397 [ 28333] By: craigb                                on 2006/05/29  19:37:41
6398         Log: And some more DynaLoader things that should not be tested on
6399              VMS since they are not part of the implementation.
6400      Branch: perl
6401            ! ext/DynaLoader/t/DynaLoader.t
6402 ____________________________________________________________________________
6403 [ 28332] By: mhx                                   on 2006/05/29  17:50:48
6404         Log: Upgrade to Devel::PPPort 3.08_04
6405      Branch: perl
6406            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
6407            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
6408            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/TODO
6409            ! ext/Devel/PPPort/apicheck_c.PL
6410            ! ext/Devel/PPPort/devel/buildperl.pl
6411            ! ext/Devel/PPPort/devel/devtools.pl
6412            ! ext/Devel/PPPort/devel/mktodo ext/Devel/PPPort/devel/mktodo.pl
6413            ! ext/Devel/PPPort/devel/regenerate
6414            ! ext/Devel/PPPort/parts/apicheck.pl
6415            ! ext/Devel/PPPort/parts/base/5004000
6416            ! ext/Devel/PPPort/parts/base/5004050
6417            ! ext/Devel/PPPort/parts/base/5005000
6418            ! ext/Devel/PPPort/parts/base/5005030
6419            ! ext/Devel/PPPort/parts/base/5006000
6420            ! ext/Devel/PPPort/parts/base/5006001
6421            ! ext/Devel/PPPort/parts/base/5007001
6422            ! ext/Devel/PPPort/parts/base/5007002
6423            ! ext/Devel/PPPort/parts/base/5007003
6424            ! ext/Devel/PPPort/parts/base/5008000
6425            ! ext/Devel/PPPort/parts/base/5008001
6426            ! ext/Devel/PPPort/parts/base/5009000
6427            ! ext/Devel/PPPort/parts/base/5009001
6428            ! ext/Devel/PPPort/parts/base/5009002
6429            ! ext/Devel/PPPort/parts/base/5009003
6430            ! ext/Devel/PPPort/parts/base/5009004
6431            ! ext/Devel/PPPort/parts/inc/podtest
6432            ! ext/Devel/PPPort/parts/todo/5004000
6433            ! ext/Devel/PPPort/parts/todo/5005000
6434            ! ext/Devel/PPPort/parts/todo/5005030
6435            ! ext/Devel/PPPort/parts/todo/5006000
6436            ! ext/Devel/PPPort/parts/todo/5006001
6437            ! ext/Devel/PPPort/parts/todo/5007001
6438            ! ext/Devel/PPPort/parts/todo/5007002
6439            ! ext/Devel/PPPort/parts/todo/5007003
6440            ! ext/Devel/PPPort/parts/todo/5008000
6441            ! ext/Devel/PPPort/parts/todo/5008001
6442            ! ext/Devel/PPPort/parts/todo/5009000
6443            ! ext/Devel/PPPort/parts/todo/5009001
6444            ! ext/Devel/PPPort/parts/todo/5009002
6445            ! ext/Devel/PPPort/parts/todo/5009003
6446            ! ext/Devel/PPPort/parts/todo/5009004 ext/Devel/PPPort/soak
6447            ! ext/Devel/PPPort/t/podtest.t
6448 ____________________________________________________________________________
6449 [ 28331] By: davem                                 on 2006/05/29  15:27:02
6450         Log: make require report too many open files error
6451              ie don't continue searching the rest of @INC
6452      Branch: perl
6453            ! pp_ctl.c
6454 ____________________________________________________________________________
6455 [ 28330] By: davem                                 on 2006/05/29  14:12:13
6456         Log: ensure failure to load Carp::Heavy gets reported
6457      Branch: perl
6458            ! lib/Carp.pm
6459 ____________________________________________________________________________
6460 [ 28329] By: rgs                                   on 2006/05/29  14:08:42
6461         Log: Revert change 28322, which makes ithreads panic
6462      Branch: perl
6463            ! perlio.c
6464 ____________________________________________________________________________
6465 [ 28328] By: rgs                                   on 2006/05/29  13:41:24
6466         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. 
6467              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
6468              Date: Sun, 21 May 2006 19:33:21 +0900
6469              Message-Id: <20060521193259.81E5.BQW10602@nifty.com>
6470              
6471              with test tweaks further suggested by the same
6472      Branch: perl
6473            ! sv.c t/op/sprintf2.t
6474 ____________________________________________________________________________
6475 [ 28327] By: rgs                                   on 2006/05/29  13:10:45
6476         Log: Silence a warning
6477      Branch: perl
6478            ! regcomp.c
6479 ____________________________________________________________________________
6480 [ 28326] By: rgs                                   on 2006/05/29  12:40:15
6481         Log: Regen headers following change 28325. Also, make it compile
6482              with gcc by forward-declaring struct _reg_trie_data; and
6483              tweak the new re test to use test.pl, in order to portably
6484              run a new interpreter
6485      Branch: perl
6486            ! embed.h ext/re/t/regop.t perl.h proto.h regcomp.c regcomp.h
6487            ! regexec.c regnodes.h
6488 ____________________________________________________________________________
6489 [ 28325] By: rgs                                   on 2006/05/29  12:38:09
6490         Log: Subject: Re: [PATCH] More regex optimisations and debug enhancements (including Andys stuff too)
6491              From: demerphq <demerphq@gmail.com>
6492              Date: Sun, 28 May 2006 16:24:59 +0200
6493              Message-ID: <9b18b3110605280724u54a9c53bn3b20692b6fe4f1c3@mail.gmail.com>
6494      Branch: perl
6495            + ext/re/t/regop.pl ext/re/t/regop.t
6496            ! MANIFEST embed.fnc ext/re/re.pm regcomp.c regcomp.h regcomp.pl
6497            ! regcomp.sym regexec.c t/op/re_tests
6498 ____________________________________________________________________________
6499 [ 28324] By: rgs                                   on 2006/05/29  09:39:06
6500         Log: Subject: [PATCH] skip t/op/incfilter.t for "make clean;make miniperl;make minitest"
6501              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
6502              Date: Sun, 28 May 2006 14:11:02 +0300 (EEST)
6503              Message-Id: <200605281111.k4SBB2jc133843@kosh.hut.fi>
6504      Branch: perl
6505            ! t/op/incfilter.t
6506 ____________________________________________________________________________
6507 [ 28323] By: rgs                                   on 2006/05/29  08:20:36
6508         Log: Subject: [PATCH] gv.c consting
6509              From: andy@petdance.com (Andy Lester)
6510              Date: Sun, 28 May 2006 12:24:25 -0500
6511              Message-ID: <20060528172425.GA8291@petdance.com>
6512              
6513              Subject: [PATCH] mg.c consting
6514              From: andy@petdance.com (Andy Lester)
6515              Date: Sun, 28 May 2006 11:34:33 -0500
6516              Message-ID: <20060528163433.GA5518@petdance.com>
6517      Branch: perl
6518            ! embed.fnc gv.c mg.c proto.h
6519 ____________________________________________________________________________
6520 [ 28322] By: rgs                                   on 2006/05/29  08:00:04
6521         Log: Subject: [PATCH] perlio.c: nobody was freeing PL_perlio_fd_refcnt, now PerlIO_cleanup() is
6522              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
6523              Date: Sun, 28 May 2006 18:15:35 +0300 (EEST)
6524              Message-Id: <20060528151535.BEA3E6D08C@seth.hut.fi>
6525      Branch: perl
6526            ! perlio.c
6527 ____________________________________________________________________________
6528 [ 28321] By: nicholas                              on 2006/05/28  10:55:17
6529         Log: Subject: [PATCH] DynaLoader.t: less assumptions
6530              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
6531              Message-ID: <44796AF2.8060903@gmail.com>
6532              Date: Sun, 28 May 2006 12:18:42 +0300
6533      Branch: perl
6534            ! ext/DynaLoader/t/DynaLoader.t
6535 ____________________________________________________________________________
6536 [ 28320] By: nicholas                              on 2006/05/28  10:40:48
6537         Log: Perl_refcounted_he_chain_2hv()'s code to skip duplicate keys was far
6538              too lax.
6539      Branch: perl
6540            ! hv.c t/op/caller.t
6541 ____________________________________________________________________________
6542 [ 28319] By: davem                                 on 2006/05/27  21:16:30
6543         Log: fix eval qw(BEGIN{die}) style leaks.
6544              death while exdcuting code while parsing meant that the current
6545              parse stack got quiety abandonded, thus leaking a bunch of OPs.
6546              Register a destructor to be called when this happens.
6547      Branch: perl
6548            ! perly.c
6549 ____________________________________________________________________________
6550 [ 28318] By: craigb                                on 2006/05/27  18:00:31
6551         Log: use the same arg names everyone else does and handle undef filename
6552      Branch: perl
6553            ! ext/DynaLoader/dl_vms.xs
6554 ____________________________________________________________________________
6555 [ 28317] By: davem                                 on 2006/05/27  15:05:30
6556         Log: Subject:  RE: perlhack.pod confused about POPSTACK
6557              From:  "Jan Dubois" <jand@activestate.com>
6558              Date:  Thu, 25 May 2006 18:20:25 -0700
6559              Message-Id:  <059101c68062$9143d550$2217a8c0@candy>
6560              
6561              more fixing of the PUSHMARK example
6562      Branch: perl
6563            ! pod/perlhack.pod
6564 ____________________________________________________________________________
6565 [ 28316] By: davem                                 on 2006/05/27  00:54:18
6566         Log: make -Dpv display OP names ons the parser stack
6567      Branch: perl
6568            ! perly.c
6569 ____________________________________________________________________________
6570 [ 28315] By: davem                                 on 2006/05/27  00:31:33
6571         Log: stop OPs leaking in eval "syntax error"
6572              When bison pops states during error recovery, any states holding
6573              an OP would leak the OP. Create an extra YY table that tells us
6574              which states are of type opval, and when popping one of those,
6575              free the op.
6576      Branch: perl
6577            ! madly.tab perly.c perly.tab regen_perly.pl
6578 ____________________________________________________________________________
6579 [ 28314] By: davem                                 on 2006/05/26  18:50:34
6580         Log: stop eval "sub{" leaking
6581      Branch: perl
6582            ! madly.act madly.h madly.tab madly.y perly.act perly.h
6583            ! perly.tab perly.y
6584 ____________________________________________________________________________
6585 [ 28313] By: stevep                                on 2006/05/26  15:03:12
6586         Log: Subject: [PATCH] SysV IPC
6587              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
6588              Date: Thu, 25 May 2006 18:49:33 +0300
6589              Message-ID: <4475D20D.9010600@gmail.com>
6590      Branch: perl
6591            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
6592            ! ext/IPC/SysV/SysV.pm pod/perlipc.pod
6593 ____________________________________________________________________________
6594 [ 28312] By: stevep                                on 2006/05/26  14:45:01
6595         Log: Upgrade to Sys-Syslog-0.14
6596      Branch: perl
6597            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/Makefile.PL
6598            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/fallback/const-c.inc
6599            ! ext/Sys/Syslog/t/constants.t ext/Sys/Syslog/t/syslog.t
6600 ____________________________________________________________________________
6601 [ 28311] By: stevep                                on 2006/05/26  13:39:06
6602         Log: Fix pod nit in perltodo.
6603      Branch: perl
6604            ! pod/perltodo.pod
6605 ____________________________________________________________________________
6606 [ 28310] By: stevep                                on 2006/05/26  13:38:16
6607         Log: Stop a warning generated from thread's Makefile.PL
6608      Branch: perl
6609            ! ext/threads/Makefile.PL
6610 ____________________________________________________________________________
6611 [ 28309] By: stevep                                on 2006/05/26  13:33:54
6612         Log: Sun C on Linux doesn't complain about the attributes sprinkled 
6613              through the code in all cases, even though attributes are not
6614              supported.  In some cases, however, it does.  
6615      Branch: perl
6616            ! hints/linux.sh
6617 ____________________________________________________________________________
6618 [ 28308] By: rgs                                   on 2006/05/26  13:01:35
6619         Log: Subject: Re: [PATCH] Test script for DynaLoader
6620              From: demerphq <demerphq@gmail.com>
6621              Date: Thu, 25 May 2006 13:20:53 +0200
6622              Message-ID: <9b18b3110605250420m7431bfbeve44aada2025264f7@mail.gmail.com>
6623      Branch: perl
6624            ! ext/DynaLoader/t/DynaLoader.t
6625 ____________________________________________________________________________
6626 [ 28307] By: mhx                                   on 2006/05/25  15:52:02
6627         Log: Upgrade to Devel::PPPort 3.08_03
6628      Branch: perl
6629            + ext/Devel/PPPort/devel/devtools.pl
6630            + ext/Devel/PPPort/devel/regenerate
6631            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
6632            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
6633            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/apicheck_c.PL
6634            ! ext/Devel/PPPort/devel/mktodo ext/Devel/PPPort/devel/mktodo.pl
6635            ! ext/Devel/PPPort/parts/apicheck.pl
6636            ! ext/Devel/PPPort/parts/apidoc.fnc
6637            ! ext/Devel/PPPort/parts/base/5006000
6638            ! ext/Devel/PPPort/parts/base/5009003
6639            ! ext/Devel/PPPort/parts/base/5009004
6640            ! ext/Devel/PPPort/parts/embed.fnc
6641            ! ext/Devel/PPPort/parts/inc/podtest
6642            ! ext/Devel/PPPort/parts/inc/ppphtest
6643            ! ext/Devel/PPPort/parts/todo/5009003
6644            ! ext/Devel/PPPort/parts/todo/5009004 ext/Devel/PPPort/soak
6645            ! ext/Devel/PPPort/t/podtest.t ext/Devel/PPPort/t/ppphtest.t
6646 ____________________________________________________________________________
6647 [ 28306] By: stevep                                on 2006/05/25  13:48:56
6648         Log: Upgrade to Digest-SHA-5.38.
6649      Branch: perl
6650            ! ext/Digest/SHA/Changes ext/Digest/SHA/README
6651            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/bin/shasum
6652            ! ext/Digest/SHA/src/hmac.c ext/Digest/SHA/src/hmac.h
6653            ! ext/Digest/SHA/src/sha.c ext/Digest/SHA/src/sha.h
6654            ! ext/Digest/SHA/t/2-nist-sha-oo.t
6655 ____________________________________________________________________________
6656 [ 28305] By: gisle                                 on 2006/05/25  07:09:15
6657         Log: Subject: Pod::Html should not convert "foo" in `foo''
6658              From: Gisle Aas <gisle@ActiveState.com>
6659              Date: 24 May 2006 14:09:49 -0700
6660              Message-ID: <lr1wujqgde.fsf@caliper.activestate.com>
6661      Branch: perl
6662            ! lib/Pod/Html.pm
6663 ____________________________________________________________________________
6664 [ 28304] By: stevep                                on 2006/05/25  02:17:21
6665         Log: Upgrade to Test-Harness-2.60
6666      Branch: perl
6667            ! lib/Test/Harness.pm lib/Test/Harness/Changes
6668 ____________________________________________________________________________
6669 [ 28303] By: davem                                 on 2006/05/25  00:21:21
6670         Log: Subject:  RE: perlhack.pod confused about POPSTACK
6671              From:  "Jan Dubois" <jand@activestate.com>
6672              Date:  Wed, 24 May 2006 16:35:14 -0700
6673              Message-Id:  <03ee01c67f8a$b4d6aca0$2217a8c0@candy>
6674              
6675              clean up davem's doc thinko of change #28292
6676      Branch: perl
6677            ! pod/perlhack.pod
6678 ____________________________________________________________________________
6679 [ 28302] By: mhx                                   on 2006/05/24  17:44:20
6680         Log: Run 'make regen' for changes 28299, 28300, 28301.
6681      Branch: perl
6682            ! pod/perlapi.pod proto.h
6683 ____________________________________________________________________________
6684 [ 28301] By: mhx                                   on 2006/05/24  17:40:01
6685         Log: The sv_catpvs() and sv_setpvs() macros also return void.
6686      Branch: perl
6687            ! handy.h
6688 ____________________________________________________________________________
6689 [ 28300] By: mhx                                   on 2006/05/24  17:38:08
6690         Log: The SvREFCNT_*void* macros return void, not SV*.
6691      Branch: perl
6692            ! sv.h
6693 ____________________________________________________________________________
6694 [ 28299] By: mhx                                   on 2006/05/24  17:31:28
6695         Log: The 'f' flag was missing for my_snprintf().
6696      Branch: perl
6697            ! embed.fnc
6698 ____________________________________________________________________________
6699 [ 28298] By: rgs                                   on 2006/05/24  13:34:45
6700         Log: Fix segfault in SDBM_File when the destructor is called multiple times
6701      Branch: perl
6702            ! ext/SDBM_File/SDBM_File.pm ext/SDBM_File/SDBM_File.xs
6703 ____________________________________________________________________________
6704 [ 28297] By: rgs                                   on 2006/05/24  12:39:31
6705         Log: Subject: [PATCH] Stop harness from printing summary table header for each row in table
6706              From: demerphq <demerphq@gmail.com>
6707              Date: Tue, 23 May 2006 22:27:40 +0200
6708              Message-ID: <9b18b3110605231327t316104caoce301668178ee442@mail.gmail.com>
6709      Branch: perl
6710            ! lib/Test/Harness.pm
6711 ____________________________________________________________________________
6712 [ 28296] By: rgs                                   on 2006/05/24  12:24:27
6713         Log: Subject: [PATCH] Refactoring in av.c
6714              From: andy@petdance.com (Andy Lester)
6715              Date: Wed, 24 May 2006 00:16:40 -0500
6716              Message-ID: <20060524051640.GA4713@petdance.com>
6717      Branch: perl
6718            ! av.c cop.h
6719 ____________________________________________________________________________
6720 [ 28295] By: rgs                                   on 2006/05/24  07:27:47
6721         Log: Subject: [PATCH lib/AutoLoader.pm lib/AutoLoader.t] Export can() with AUTOLOAD()
6722              From: chromatic <chromatic@wgz.org>
6723              Date: Sat, 20 May 2006 11:40:27 -0700
6724              Message-Id: <200605201140.27789.chromatic@wgz.org>
6725              
6726              With tweaks: use built-in ref() instead of Scalar::Util::blessed
6727      Branch: perl
6728            ! lib/AutoLoader.pm lib/AutoLoader.t
6729 ____________________________________________________________________________
6730 [ 28294] By: stevep                                on 2006/05/24  02:56:23
6731         Log: Subject: [PATCH] Make t/TEST more helpful
6732              From: andy@petdance.com (Andy Lester)
6733              Date: Tue, 23 May 2006 21:07:48 -0500
6734              Message-ID: <20060524020748.GA16729@petdance.com>
6735      Branch: perl
6736            ! t/TEST
6737 ____________________________________________________________________________
6738 [ 28293] By: stevep                                on 2006/05/24  02:53:38
6739         Log: Subject: Re: [patch] win32/buildext.pl to handle inclusions and not just exclusions
6740              From: demerphq <demerphq@gmail.com>
6741              Date: Sun, 21 May 2006 12:20:12 +0200
6742              Message-ID: <9b18b3110605210320h5adc9df4hbee2302722b3dd6e@mail.gmail.com>
6743      Branch: perl
6744            ! win32/Makefile win32/buildext.pl
6745 ____________________________________________________________________________
6746 [ 28292] By: davem                                 on 2006/05/23  22:16:28
6747         Log: correct POPSTACK/POPMARK confusion in perlhack.pod
6748      Branch: perl
6749            ! pod/perlhack.pod
6750 ____________________________________________________________________________
6751 [ 28291] By: rgs                                   on 2006/05/23  08:05:56
6752         Log: Typo fix
6753      Branch: perl
6754            ! ext/threads/threads.pm
6755 ____________________________________________________________________________
6756 [ 28290] By: rgs                                   on 2006/05/23  08:03:08
6757         Log: Subject: [PATCH] Explicit thread context
6758              From: "Jerry D. Hedden" <jerry@hedden.us>
6759              Date: Fri, 19 May 2006 13:42:50 -0700
6760              Message-ID: <20060519134250.fb30e530d17747c2b054d625b8945d88.933b701674.wbe@email.secureserver.net>
6761      Branch: perl
6762            + ext/threads/t/context.t
6763            ! MANIFEST ext/threads/Changes ext/threads/README
6764            ! ext/threads/threads.pm ext/threads/threads.xs
6765 ____________________________________________________________________________
6766 [ 28289] By: rgs                                   on 2006/05/23  07:27:11
6767         Log: Subject: [PATCH] clean some lint findings
6768              From: andy@petdance.com (Andy Lester)
6769              Date: Sun, 21 May 2006 00:02:40 -0500
6770              Message-ID: <20060521050240.GA21051@petdance.com>
6771      Branch: perl
6772            ! embed.fnc embed.h hv.c perlio.c pp_pack.c proto.h
6773 ____________________________________________________________________________
6774 [ 28288] By: rgs                                   on 2006/05/23  07:23:48
6775         Log: Subject: Re: [PATCH - DUH] Synchronize bleadperl with version-0.60
6776              From: John Peacock <jpeacock@rowman.com>
6777              Date: Mon, 22 May 2006 19:08:03 -0400
6778              Message-ID: <44724453.5090606@rowman.com>
6779      Branch: perl
6780            ! lib/version.pm lib/version.t
6781 ____________________________________________________________________________
6782 [ 28287] By: rgs                                   on 2006/05/23  07:20:15
6783         Log: Fix a syntax error in test
6784      Branch: perl
6785            ! lib/Text/Balanced/t/00-load.t
6786 ____________________________________________________________________________
6787 [ 28286] By: merijn                                on 2006/05/23  06:17:26
6788         Log: HAS_HAS WAS NOW HAS
6789      Branch: perl
6790            ! handy.h
6791 ____________________________________________________________________________
6792 [ 28285] By: stevep                                on 2006/05/22  20:30:14
6793         Log: Subject: [PATCH] IO::Compress::Base::Common
6794              From: "Paul Marquess" <paul.marquess@openwave.com>
6795              Date: Sat, 20 May 2006 11:55:21 +0100
6796              Message-ID: <3F2DD0FCF1E2EA4D974C6195B482FD8801C339EF@bfs-exch-prd1.myopwv.com>
6797      Branch: perl
6798            ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
6799 ____________________________________________________________________________
6800 [ 28284] By: merijn                                on 2006/05/22  17:39:47
6801         Log: If I needed this now, I'll probably need it next time too :)
6802      Branch: perl
6803            ! handy.h
6804 ____________________________________________________________________________
6805 [ 28283] By: merijn                                on 2006/05/22  17:37:33
6806         Log: Re-generation after backports of
6807              #28188 Only ask about MAD for 5.9.0 and greater. Otherwise silently
6808              #28189 A Configure probe for C99 variadic macros, based on code from
6809              #28202 Take advantage of the bug that binexp ignores the Configure
6810              #28263 Oops. Fix bad #! lines when not using userelocatableinc
6811              One small cleanup fix added. Some small re-ordering. Some whitespace.
6812      Branch: perl
6813            ! Configure Porting/Glossary Porting/config.sh config_h.SH
6814 ____________________________________________________________________________
6815 [ 28280] By: rgs                                   on 2006/05/22  16:51:36
6816         Log: Amend version.pm so it correctly loads the XS version of qv()
6817      Branch: perl
6818            ! lib/version.pm
6819 ____________________________________________________________________________
6820 [ 28279] By: rgs                                   on 2006/05/22  16:41:56
6821         Log: Subject: [PATCH] pp_sys cleanup again
6822              From: andy@petdance.com (Andy Lester)
6823              Date: Sat, 20 May 2006 16:20:20 -0500
6824              Message-ID: <20060520212020.GA30688@petdance.com>
6825      Branch: perl
6826            ! pp_sys.c
6827 ____________________________________________________________________________
6828 [ 28277] By: steveh                                on 2006/05/22  15:18:33
6829         Log: Fix Win32 linker error
6830              
6831              See:
6832              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-05/msg00758.html
6833      Branch: perl
6834            ! embed.fnc embed.h global.sym
6835 ____________________________________________________________________________
6836 [ 28276] By: rgs                                   on 2006/05/22  15:02:08
6837         Log: Upgrade to version.pm 0.60
6838      Branch: perl
6839            ! lib/version.pm lib/version.t universal.c util.c
6840 ____________________________________________________________________________
6841 [ 28275] By: rgs                                   on 2006/05/22  14:49:05
6842         Log: Subject: Perl_PerlIO_context_layers and PerlIO_apply_layers, as well as other unexported/undefined entities... (patch 28258/28264 incomplete?)
6843              From: demerphq <demerphq@gmail.com>
6844              Date: Sun, 21 May 2006 15:06:20 +0200
6845              Message-ID: <9b18b3110605210606l441b69b3lf6934a15d9a26e4b@mail.gmail.com>
6846              
6847              (only the makedef.pl and perlio.c patches)
6848      Branch: perl
6849            ! makedef.pl perlio.c
6850 ____________________________________________________________________________
6851 [ 28274] By: merijn                                on 2006/05/22  14:42:47
6852         Log: Better handling for error-checking
6853              From: IRC/#p5p/Maddingue (Sebastien Aperghis-Tramoni)
6854      Branch: perl
6855            ! ext/DynaLoader/t/DynaLoader.t
6856 ____________________________________________________________________________
6857 [ 28273] By: rgs                                   on 2006/05/22  13:58:45
6858         Log: Subject: [PATCH] literal string macros
6859              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
6860              Date: Mon, 22 May 2006 13:39:33 +0200
6861              Message-ID: <20060522133933.65ea93ce@r2d2>
6862      Branch: perl
6863            ! handy.h pod/perlapi.pod
6864 ____________________________________________________________________________
6865 [ 28272] By: stevep                                on 2006/05/22  13:57:54
6866         Log: Additional perlpragma.pod nits.
6867      Branch: perl
6868            ! pod/perlpragma.pod
6869 ____________________________________________________________________________
6870 [ 28271] By: rgs                                   on 2006/05/22  13:47:19
6871         Log: More nits in perlpragma, and remove the warning about %^H being
6872              strictly internal in perlvar.
6873      Branch: perl
6874            ! pod/perlpragma.pod pod/perlvar.pod
6875 ____________________________________________________________________________
6876 [ 28270] By: stevep                                on 2006/05/22  13:46:30
6877         Log: Silence Text::Balanced's 00-load.t when PERL_CORE is defined.
6878      Branch: perl
6879            ! lib/Text/Balanced/t/00-load.t
6880 ____________________________________________________________________________
6881 [ 28269] By: rgs                                   on 2006/05/22  13:09:12
6882         Log: Subject: Re: [PATCH] optimize /[x]/ to /x/.
6883              From: demerphq <demerphq@gmail.com>
6884              Date: Sun, 21 May 2006 19:32:15 +0200
6885              Message-ID: <9b18b3110605211032n5035d2cfne703514d8271e181@mail.gmail.com>
6886              
6887              New tests.
6888      Branch: perl
6889            ! t/op/re_tests
6890 ____________________________________________________________________________
6891 [ 28268] By: rgs                                   on 2006/05/22  12:55:13
6892         Log: Fix two nits in perlpragma.pod
6893      Branch: perl
6894            ! pod/perlpragma.pod
6895 ____________________________________________________________________________
6896 [ 28267] By: mhx                                   on 2006/05/22  11:31:57
6897         Log: Upgrade to Devel::PPPort 3.08_02
6898      Branch: perl
6899            + ext/Devel/PPPort/parts/inc/SvREFCNT
6900            + ext/Devel/PPPort/parts/inc/podtest
6901            + ext/Devel/PPPort/t/SvREFCNT.t ext/Devel/PPPort/t/podtest.t
6902            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
6903            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/PPPort_pm.PL
6904            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/mktests.PL
6905            ! ext/Devel/PPPort/parts/apidoc.fnc
6906            ! ext/Devel/PPPort/parts/base/5009004
6907            ! ext/Devel/PPPort/parts/embed.fnc
6908            ! ext/Devel/PPPort/parts/inc/memory
6909            ! ext/Devel/PPPort/parts/inc/misc
6910            ! ext/Devel/PPPort/parts/inc/ppphbin
6911            ! ext/Devel/PPPort/parts/inc/ppphdoc
6912            ! ext/Devel/PPPort/parts/inc/pvs
6913            ! ext/Devel/PPPort/parts/todo/5009004 ext/Devel/PPPort/soak
6914            ! ext/Devel/PPPort/t/MY_CXT.t ext/Devel/PPPort/t/SvPV.t
6915            ! ext/Devel/PPPort/t/Sv_set.t ext/Devel/PPPort/t/call.t
6916            ! ext/Devel/PPPort/t/cop.t ext/Devel/PPPort/t/exception.t
6917            ! ext/Devel/PPPort/t/grok.t ext/Devel/PPPort/t/limits.t
6918            ! ext/Devel/PPPort/t/mPUSH.t ext/Devel/PPPort/t/magic.t
6919            ! ext/Devel/PPPort/t/memory.t ext/Devel/PPPort/t/misc.t
6920            ! ext/Devel/PPPort/t/newCONSTSUB.t ext/Devel/PPPort/t/newRV.t
6921            ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/pvs.t
6922            ! ext/Devel/PPPort/t/snprintf.t ext/Devel/PPPort/t/sv_xpvf.t
6923            ! ext/Devel/PPPort/t/testutil.pl ext/Devel/PPPort/t/threads.t
6924            ! ext/Devel/PPPort/t/uv.t ext/Devel/PPPort/t/variables.t
6925            ! ext/Devel/PPPort/t/warn.t
6926 ____________________________________________________________________________
6927 [ 28266] By: mhx                                   on 2006/05/21  22:34:29
6928         Log: Remove duplicate documentation for SvREFCNT_inc().
6929              Add documentation for SvREFCNT_inc_simple_void_NN().
6930              Wrap SvREFCNT_inc_simple_void() in STMT_START/STMT_END.
6931      Branch: perl
6932            ! sv.h
6933 ____________________________________________________________________________
6934 [ 28265] By: mhx                                   on 2006/05/21  22:20:48
6935         Log: Document PoisonFree() instead of documenting Poison() twice.
6936      Branch: perl
6937            ! handy.h
6938 ____________________________________________________________________________
6939 [ 28264] By: stevep                                on 2006/05/21  03:47:18
6940         Log: Add Perl_PerlIO_context_layers() to the public API to fix Win32 builds.
6941              Also, picked up a missed change for pod/perlapi.pod.
6942      Branch: perl
6943            ! embed.fnc embed.h global.sym pod/perlapi.pod
6944 ____________________________________________________________________________
6945 [ 28263] By: nicholas                              on 2006/05/20  23:08:40
6946         Log: Oops. Fix bad #! lines when not using userelocatableinc
6947      Branch: perl
6948            ! Configure
6949 ____________________________________________________________________________
6950 [ 28262] By: davem                                 on 2006/05/20  22:23:21
6951         Log: Subject:  [PATCH] optimize /[x]/ to /x/.
6952              From:  demerphq <demerphq@gmail.com>
6953              Date:  Sat, 20 May 2006 23:16:33 +0200
6954              Message-Id:  <9b18b3110605201416i3dc44c39k86cd9b2f47f5cda0@mail.gmail.com>
6955      Branch: perl
6956            ! regcomp.c
6957 ____________________________________________________________________________
6958 [ 28261] By: nicholas                              on 2006/05/20  22:17:07
6959         Log: Fix bug in change 28258. So how come I thought I'd passed all tests?
6960      Branch: perl
6961            ! ext/B/B.xs
6962 ____________________________________________________________________________
6963 [ 28260] By: davem                                 on 2006/05/20  21:07:34
6964         Log: don't try to dump GVish parts of an LV if it hasn't got GVish parts
6965      Branch: perl
6966            ! dump.c
6967 ____________________________________________________________________________
6968 [ 28259] By: mhx                                   on 2006/05/20  18:22:00
6969         Log: Upgrade to Devel::PPPort 3.08_01
6970      Branch: perl
6971            + ext/Devel/PPPort/parts/base/5008008
6972            + ext/Devel/PPPort/parts/base/5009004
6973            + ext/Devel/PPPort/parts/inc/pvs
6974            + ext/Devel/PPPort/parts/inc/snprintf
6975            + ext/Devel/PPPort/parts/inc/warn
6976            + ext/Devel/PPPort/parts/todo/5008008
6977            + ext/Devel/PPPort/parts/todo/5009004 ext/Devel/PPPort/t/pvs.t
6978            + ext/Devel/PPPort/t/snprintf.t ext/Devel/PPPort/t/warn.t
6979            - ext/Devel/PPPort/MANIFEST
6980            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
6981            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
6982            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/TODO
6983            ! ext/Devel/PPPort/parts/apicheck.pl
6984            ! ext/Devel/PPPort/parts/apidoc.fnc
6985            ! ext/Devel/PPPort/parts/base/5004050
6986            ! ext/Devel/PPPort/parts/base/5006000
6987            ! ext/Devel/PPPort/parts/base/5006001
6988            ! ext/Devel/PPPort/parts/base/5007002
6989            ! ext/Devel/PPPort/parts/base/5007003
6990            ! ext/Devel/PPPort/parts/base/5008000
6991            ! ext/Devel/PPPort/parts/base/5008001
6992            ! ext/Devel/PPPort/parts/base/5009000
6993            ! ext/Devel/PPPort/parts/base/5009003
6994            ! ext/Devel/PPPort/parts/embed.fnc
6995            ! ext/Devel/PPPort/parts/inc/Sv_set
6996            ! ext/Devel/PPPort/parts/inc/magic
6997            ! ext/Devel/PPPort/parts/inc/misc
6998            ! ext/Devel/PPPort/parts/todo/5004000
6999            ! ext/Devel/PPPort/parts/todo/5005000
7000            ! ext/Devel/PPPort/parts/todo/5006000
7001            ! ext/Devel/PPPort/parts/todo/5006001
7002            ! ext/Devel/PPPort/parts/todo/5007003
7003            ! ext/Devel/PPPort/parts/todo/5009003 ext/Devel/PPPort/soak
7004            ! ext/Devel/PPPort/t/Sv_set.t ext/Devel/PPPort/t/magic.t
7005            ! ext/Devel/PPPort/t/misc.t
7006 ____________________________________________________________________________
7007 [ 28258] By: nicholas                              on 2006/05/20  17:29:52
7008         Log: Abolish cop_io (the simple way) by storing the value in cop_hints_hash.
7009              Todo - store the in and out values under 2 keys, and avoid the need to
7010              create a temporary mortal SV while checking it.
7011      Branch: perl
7012            ! bytecode.pl cop.h embed.fnc embed.h ext/B/B.xs
7013            ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
7014            ! ext/ByteLoader/byterun.h mg.c op.c perl.c perl.h perlio.c
7015            ! perlio.h pp_ctl.c pp_sys.c proto.h sv.c
7016 ____________________________________________________________________________
7017 [ 28257] By: nicholas                              on 2006/05/20  15:27:28
7018         Log: Move the hints from op_private into cop_hints. This allows all 32 bits
7019              to be stored. Make B::Concise display the new hints field, and modify
7020              B::Deparse to use it.
7021      Branch: perl
7022            ! cop.h ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm
7023            ! ext/B/B/Deparse.pm ext/B/t/f_map.t ext/B/t/f_sort.t
7024            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
7025            ! ext/B/t/optree_constants.t ext/B/t/optree_misc.t
7026            ! ext/B/t/optree_samples.t ext/B/t/optree_sort.t
7027            ! ext/B/t/optree_specials.t ext/B/t/optree_varinit.t
7028            ! ext/ByteLoader/bytecode.h op.c perl.h
7029 ____________________________________________________________________________
7030 [ 28255] By: merijn                                on 2006/05/20  15:16:29
7031         Log: Small typo correction
7032      Branch: perl
7033            ! INSTALL
7034 ____________________________________________________________________________
7035 [ 28254] By: davem                                 on 2006/05/20  14:30:50
7036         Log: eval { s/$foo/die/e } leaked a scalar
7037      Branch: perl
7038            ! pp_ctl.c pp_hot.c
7039 ____________________________________________________________________________
7040 [ 28253] By: merijn                                on 2006/05/20  13:26:51
7041         Log: Subject: Re: Over-pious message from Configure?
7042              From: Dominic Dunlop <shouldbedomo@mac.com>
7043              Date: Thu, 18 May 2006 15:47:27 +0200
7044              Message-Id: <90C6E6BF-D1B1-4346-A893-1708E8E50534@mac.com>
7045      Branch: perl
7046            ! INSTALL
7047 ____________________________________________________________________________
7048 [ 28252] By: nicholas                              on 2006/05/20  12:31:09
7049         Log: Rename cop_hints to cop_hints_hash
7050      Branch: perl
7051            ! cop.h mg.c op.c perl.c pod/perlintern.pod pp_ctl.c scope.c
7052            ! scope.h sv.c
7053 ____________________________________________________________________________
7054 [ 28251] By: davem                                 on 2006/05/20  11:58:07
7055         Log: Perl segfaults; test case available
7056              sub f { s/$var/f()/e } could free the wrong RE
7057      Branch: perl
7058            ! cop.h pp_ctl.c pp_hot.c
7059 ____________________________________________________________________________
7060 [ 28250] By: nicholas                              on 2006/05/20  11:29:26
7061         Log: Abolish cop_arybase. Signal a non zero $[ with a hint flag, and store
7062              the value in the hints structure used for %^H.
7063      Branch: perl
7064            ! cop.h embed.fnc embed.h global.sym hv.c op.c perl.h proto.h
7065 ____________________________________________________________________________
7066 [ 28249] By: nicholas                              on 2006/05/20  10:27:23
7067         Log: Solaris was happy, but change 28247 removed the wrong dTHX as far as
7068              some other operating systems were concerned.
7069      Branch: perl
7070            ! perlio.c
7071 ____________________________________________________________________________
7072 [ 28248] By: davem                                 on 2006/05/20  00:43:42
7073         Log: SEGV with complicated regexp and long string
7074              PL_reg_maxiter was wrapping to a negative value
7075      Branch: perl
7076            ! op.c regexec.c
7077 ____________________________________________________________________________
7078 [ 28247] By: nicholas                              on 2006/05/19  22:48:38
7079         Log: Perl_croak() needs an aTHX_ in PerlIO_vsprintf().
7080      Branch: perl
7081            ! perlio.c
7082 ____________________________________________________________________________
7083 [ 28246] By: mhx                                   on 2006/05/19  22:11:44
7084         Log: There is no STASH type.
7085      Branch: perl
7086            ! sv.h
7087 ____________________________________________________________________________
7088 [ 28245] By: nicholas                              on 2006/05/19  21:44:14
7089         Log: Correct Perl_refcounted_he_chain_2hv() and its caller - it doesn't
7090              store a reference to the value, so don't pass it in a new SV.
7091      Branch: perl
7092            ! hv.c mg.c pod/perlintern.pod
7093 ____________________________________________________________________________
7094 [ 28244] By: stevep                                on 2006/05/19  20:15:10
7095         Log: Grrr...Perforce decided not to add the MANIFEST changes for change
7096              #28243.  Hateful indeed!
7097      Branch: perl
7098            ! MANIFEST
7099 ____________________________________________________________________________
7100 [ 28243] By: stevep                                on 2006/05/19  20:12:23
7101         Log: Shortening name of a Pod::Simple test case to allow the test to be 
7102              run on the VOS operating system.  Fixes "RT #38645: Test case name
7103              is too long".
7104      Branch: perl
7105           +> lib/Pod/Simple/t/search_25_glob_squaa.t
7106            - lib/Pod/Simple/t/search_25_glob_squaa_coloncolon_kleene.t
7107 ____________________________________________________________________________
7108 [ 28242] By: nicholas                              on 2006/05/19  20:11:57
7109         Log: Rebuild perltoc.pod.
7110      Branch: perl
7111            ! pod/perltoc.pod
7112 ____________________________________________________________________________
7113 [ 28241] By: nicholas                              on 2006/05/19  20:10:47
7114         Log: Add perlpragma.pod, which describes how to implement user pragmata.
7115      Branch: perl
7116            + pod/perlpragma.pod
7117            ! MANIFEST pod.lst pod/perl.pod vms/descrip_mms.template
7118            ! win32/pod.mak
7119 ____________________________________________________________________________
7120 [ 28239] By: nicholas                              on 2006/05/19  20:08:46
7121         Log: Add README.riscos to pod.lst
7122      Branch: perl
7123            ! pod.lst pod/perl.pod vms/descrip_mms.template win32/Makefile
7124            ! win32/makefile.mk
7125 ____________________________________________________________________________
7126 [ 28238] By: nicholas                              on 2006/05/19  20:08:21
7127         Log: pod/buildtoc has fussy ideas about the order of MANIFEST
7128      Branch: perl
7129            ! MANIFEST
7130 ____________________________________________________________________________
7131 [ 28237] By: stevep                                on 2006/05/19  18:36:13
7132         Log: Subject: [PATCH] strlcat aaargh
7133              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
7134              Date: Fri, 19 May 2006 20:44:46 +0300
7135              Message-ID: <446E040E.8030205@gmail.com>
7136      Branch: perl
7137            ! doio.c
7138 ____________________________________________________________________________
7139 [ 28236] By: nicholas                              on 2006/05/19  16:31:35
7140         Log: strlen(foo) rather than strchr(foo, 0) makes simpler code, and is
7141              likely to be a more efficient implementation.
7142      Branch: perl
7143            ! perlio.c
7144 ____________________________________________________________________________
7145 [ 28235] By: davem                                 on 2006/05/19  16:06:58
7146         Log: give a more useful example for $^V
7147      Branch: perl
7148            ! pod/perlvar.pod
7149 ____________________________________________________________________________
7150 [ 28234] By: rgs                                   on 2006/05/19  15:17:00
7151         Log: Subject: [PATCH] Re: [PATCH] Re: Change 28183 has broken 64-bit builds?
7152              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
7153              Date: Thu, 18 May 2006 22:44:14 +0300
7154              Message-ID: <446CCE8E.8010407@gmail.com>
7155      Branch: perl
7156            ! perl.h perlio.c util.c
7157 ____________________________________________________________________________
7158 [ 28232] By: rgs                                   on 2006/05/19  08:46:09
7159         Log: Adjust test following change #28225
7160      Branch: perl
7161            ! t/lib/h2ph.pht
7162 ____________________________________________________________________________
7163 [ 28231] By: davem                                 on 2006/05/19  00:14:15
7164         Log: lots of warnings with diagnostics and (warn or die)
7165              stop C<use diagnostics; warn "\n">  outputing lots of 'uninit'
7166              warnings.
7167      Branch: perl
7168            ! lib/diagnostics.pm
7169 ____________________________________________________________________________
7170 [ 28230] By: davem                                 on 2006/05/18  23:50:51
7171         Log: test some die codepaths in pp_enterwrite
7172      Branch: perl
7173            ! t/op/write.t
7174 ____________________________________________________________________________
7175 [ 28229] By: davem                                 on 2006/05/18  23:16:16
7176         Log: Subject:  [PATCH] threads core dump in BEGIN
7177              From:  "Jerry D. Hedden" <jerry@hedden.us>
7178              Date:  Thu, 18 May 2006 13:22:20 -0700
7179              Message-Id:  <20060518132220.fb30e530d17747c2b054d625b8945d88.f45de90925.wbe@email.secureserver.net>
7180      Branch: perl
7181            + ext/threads/t/blocks.t
7182            ! MANIFEST ext/threads/Changes ext/threads/README
7183            ! ext/threads/threads.pm ext/threads/threads.xs
7184 ____________________________________________________________________________
7185 [ 28228] By: rgs                                   on 2006/05/18  15:45:49
7186         Log: We can now remove DynaLoader from 1_compile.t
7187      Branch: perl
7188            ! t/lib/1_compile.t
7189 ____________________________________________________________________________
7190 [ 28227] By: rgs                                   on 2006/05/18  15:43:25
7191         Log: Nits in the DynaLoader test: make it warning-clean,
7192              and avoid checking OS- and locale-specific messages
7193      Branch: perl
7194            ! ext/DynaLoader/t/DynaLoader.t
7195 ____________________________________________________________________________
7196 [ 28226] By: stevep                                on 2006/05/18  15:16:40
7197         Log: Subject: [PATCH] Test script for DynaLoader
7198              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
7199              Date: Thu, 18 May 2006 16:46:00 +0200
7200              Message-ID: <1147963560.446c88a8891e1@imp1-g19.free.fr>
7201      Branch: perl
7202            + ext/DynaLoader/t/DynaLoader.t
7203            ! MANIFEST
7204 ____________________________________________________________________________
7205 [ 28225] By: rgs                                   on 2006/05/18  12:52:34
7206         Log: Subject: [perl #39130] h2ph generates incorrect code for '#if defined A || defined B' 
7207              From: Jason Vas Dias (via RT) <perlbug-followup@perl.org>
7208              Date: Thu, 11 May 2006 11:00:42 -0700
7209              Message-ID: <rt-3.0.11-39130-133411.1.91055283125046@perl.org>
7210      Branch: perl
7211            ! utils/h2ph.PL
7212 ____________________________________________________________________________
7213 [ 28224] By: rgs                                   on 2006/05/18  12:34:35
7214         Log: Subject: Re: [perl #39152] diagnostics.pm: "-traceonly" vs "-trace"
7215              From: "Fergal Daly" <fergal@esatclear.ie>
7216              Date: Wed, 17 May 2006 18:59:50 +0100
7217              Message-ID: <875029960605171059y286fe449nd39d6830ef2b229a@mail.gmail.com>
7218      Branch: perl
7219            ! lib/diagnostics.pm
7220 ____________________________________________________________________________
7221 [ 28223] By: rgs                                   on 2006/05/18  11:38:00
7222         Log: Subject: [PATCH] threads 1.28
7223              From: "Jerry D. Hedden" <jerry@hedden.us>
7224              Date: Wed, 17 May 2006 11:45:32 -0700
7225              Message-ID: <20060517114532.fb30e530d17747c2b054d625b8945d88.ca725822fc.wbe@email.secureserver.net>
7226      Branch: perl
7227            ! ext/threads/Changes ext/threads/README ext/threads/t/kill.t
7228            ! ext/threads/threads.pm ext/threads/threads.xs
7229 ____________________________________________________________________________
7230 [ 28222] By: rgs                                   on 2006/05/18  06:30:09
7231         Log: Adjust calling of Perl_va_copy(), noticed by Jarkko
7232      Branch: perl
7233            ! util.c
7234 ____________________________________________________________________________
7235 [ 28221] By: nicholas                              on 2006/05/17  23:13:51
7236         Log: Another SvVOK(). I believe that this is the last.
7237      Branch: perl
7238            ! util.c
7239 ____________________________________________________________________________
7240 [ 28219] By: rgs                                   on 2006/05/17  21:01:54
7241         Log: Oops, missed a SvVOK.
7242      Branch: perl
7243            ! util.c
7244 ____________________________________________________________________________
7245 [ 28218] By: rgs                                   on 2006/05/17  20:54:23
7246         Log: Add a new macro SvVSTRING_mg that returns vstring magic, if any.
7247              SvVOK used to do that, in stealth mode, but now it returns a
7248              boolean like it used to. Patch suggested by John Peacock.
7249      Branch: perl
7250            ! sv.c sv.h
7251 ____________________________________________________________________________
7252 [ 28217] By: rgs                                   on 2006/05/17  19:55:30
7253         Log: Parenthesize uses of macro arguments
7254      Branch: perl
7255            ! perl.h
7256 ____________________________________________________________________________
7257 [ 28216] By: rgs                                   on 2006/05/17  19:50:54
7258         Log: Subject: Re: Change 28183 has broken 64-bit builds?
7259              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
7260              Date: Wed, 17 May 2006 22:19:51 +0300
7261              Message-ID: <446B7757.8030301@gmail.com>
7262      Branch: perl
7263            ! perl.h perlio.c pod/perlapi.pod util.c
7264 ____________________________________________________________________________
7265 [ 28215] By: steveh                                on 2006/05/17  17:06:26
7266         Log: Subject: Re: [perl #39145] win32, @_ and fork crashing in dounwind
7267              From: Dave Mitchell <davem@iabyn.com>
7268              Date: Wed, 17 May 2006 17:38:16 +0100
7269              Message-ID: <20060517163816.GN17109@iabyn.com>
7270              
7271              (Dave's fix, plus a test taken from [perl #39145])
7272      Branch: perl
7273            ! sv.c t/op/fork.t
7274 ____________________________________________________________________________
7275 [ 28214] By: stevep                                on 2006/05/17  15:02:45
7276         Log: Subject: [PATCH] IO::Compress* 2.000_12
7277              From: "Paul Marquess" <paul.marquess@ntlworld.com>
7278              Date: Wed, 17 May 2006 13:45:16 +0100
7279              Message-ID: <00c101c679af$c0305af0$2405140a@myopwv.com>
7280      Branch: perl
7281            + ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Extra.pm
7282            + ext/Compress/Raw/Zlib/Changes
7283            ! MANIFEST ext/Compress/IO/Base/README
7284            ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm
7285            ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
7286            ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
7287            ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
7288            ! ext/Compress/IO/Base/t/01misc.t ext/Compress/IO/Zlib/Changes
7289            ! ext/Compress/IO/Zlib/README
7290            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm
7291            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm
7292            ! ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm
7293            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm
7294            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm
7295            ! ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm
7296            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm
7297            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm
7298            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm
7299            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
7300            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
7301            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
7302            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
7303            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
7304            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
7305            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
7306            ! ext/Compress/IO/Zlib/t/004gziphdr.t
7307            ! ext/Compress/IO/Zlib/t/101truncate-zip.t
7308            ! ext/Compress/Raw/Zlib/README
7309            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
7310            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
7311            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
7312            ! t/lib/compress/CompTestUtils.pm x2p/find2perl.PL
7313 ____________________________________________________________________________
7314 [ 28210] By: nicholas                              on 2006/05/16  16:41:45
7315         Log: Revert change 27513
7316              [Make the original versions of relocated paths available from
7317              %Config::Config with the prefix "raw_". Not sure if "raw_" is the
7318              best choice.]
7319      Branch: perl
7320            ! configpm
7321 ____________________________________________________________________________
7322 [ 28209] By: rgs                                   on 2006/05/16  16:14:46
7323         Log: Subject: Re: [PATCH]  upgrade bytes_to_uni
7324              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
7325              Date: Mon, 15 May 2006 22:39:58 +0900
7326              Message-Id: <20060515223901.F3B0.BQW10602@nifty.com>
7327      Branch: perl
7328            ! pp_pack.c
7329 ____________________________________________________________________________
7330 [ 28206] By: rgs                                   on 2006/05/16  13:14:12
7331         Log: Subject: [PATCH] Refactoring reghops
7332              From: andy@petdance.com (Andy Lester)
7333              Date: Mon, 15 May 2006 08:54:24 -0500
7334              Message-ID: <20060515135424.GA31585@petdance.com>
7335      Branch: perl
7336            ! embed.fnc proto.h regexec.c
7337 ____________________________________________________________________________
7338 [ 28205] By: rgs                                   on 2006/05/16  13:09:17
7339         Log: Subject: [PATCH] refactoring out S_regoptail
7340              From: andy@petdance.com (Andy Lester)
7341              Date: Sun, 14 May 2006 23:15:18 -0500
7342              Message-ID: <20060515041518.GA15745@petdance.com>
7343      Branch: perl
7344            ! embed.fnc embed.h proto.h regcomp.c
7345 ____________________________________________________________________________
7346 [ 28202] By: nicholas                              on 2006/05/16  10:00:55
7347         Log: Take advantage of the bug that binexp ignores the Configure
7348              installprefix, by using initialinstalllocation rather than binexp
7349              to determine the #! line for installed scripts. This way they are at
7350              least correct initially for a relocatable @INC perl, rather than
7351              starting as .../../bin/perl
7352      Branch: perl
7353            ! Configure
7354 ____________________________________________________________________________
7355 [ 28200] By: stevep                                on 2006/05/15  16:43:44
7356         Log: Clarification on what Perl does to floating points in the modulus 
7357              operation.
7358      Branch: perl
7359            ! pod/perlop.pod
7360 ____________________________________________________________________________
7361 [ 28198] By: nicholas                              on 2006/05/15  15:11:15
7362         Log: Encode run-time relocation of file names in packlist with a relocate_as
7363              attribute. With this, unmodified instmodsh correctly verifies installed
7364              modules even after relocation.
7365      Branch: perl
7366            ! lib/ExtUtils/Packlist.pm
7367 ____________________________________________________________________________
7368 [ 28197] By: stevep                                on 2006/05/15  14:13:46
7369         Log: Upgrade to Digest-SHA-5.37
7370      Branch: perl
7371            ! ext/Digest/SHA/Changes ext/Digest/SHA/README
7372            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/bin/shasum
7373            ! ext/Digest/SHA/src/hmac.c ext/Digest/SHA/src/hmac.h
7374            ! ext/Digest/SHA/src/sha.c ext/Digest/SHA/src/sha.h
7375 ____________________________________________________________________________
7376 [ 28196] By: nicholas                              on 2006/05/15  13:57:25
7377         Log: Simplify the implementation in ExtUtils::Packlist::read.
7378      Branch: perl
7379            ! lib/ExtUtils/Packlist.pm
7380 ____________________________________________________________________________
7381 [ 28195] By: rgs                                   on 2006/05/15  11:29:59
7382         Log: Subject: [REPATCH universal.c] Make sv_derived_from Documentation Clearer
7383              From: chromatic <chromatic@wgz.org>
7384              Date: Sun, 14 May 2006 16:51:36 -0700
7385              Message-Id: <200605141651.37181.chromatic@wgz.org>
7386      Branch: perl
7387            ! pod/perlapi.pod universal.c
7388 ____________________________________________________________________________
7389 [ 28194] By: rgs                                   on 2006/05/15  09:43:02
7390         Log: Subject: [PATCH] S_reguni should return its length
7391              From: andy@petdance.com (Andy Lester)
7392              Date: Sun, 14 May 2006 09:46:32 -0500
7393              Message-ID: <20060514144632.GA20935@petdance.com>
7394      Branch: perl
7395            ! embed.fnc embed.h proto.h regcomp.c
7396 ____________________________________________________________________________
7397 [ 28193] By: rgs                                   on 2006/05/15  08:33:53
7398         Log: Subject: [PATCH] strange encodings upsets pp_chr
7399              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
7400              Date: Sun, 14 May 2006 19:57:28 +0900
7401              Message-Id: <20060514195532.5422.BQW10602@nifty.com>
7402      Branch: perl
7403            + t/uni/chr.t
7404            ! MANIFEST pp.c t/op/chr.t t/op/ord.t
7405 ____________________________________________________________________________
7406 [ 28192] By: nicholas                              on 2006/05/14  12:27:19
7407         Log: TEST needs to binmode the file handle that is reading the TAP, else it
7408              can get killed if TEST's environment has made it default all opens to
7409              UTF-8 but the TAP is not UTF-8.
7410      Branch: perl
7411            ! t/TEST
7412 ____________________________________________________________________________
7413 [ 28190] By: nicholas                              on 2006/05/14  10:33:39
7414         Log: Upgrade to Test::Harness 2.58.
7415      Branch: perl
7416            ! lib/Test/Harness.pm
7417 ____________________________________________________________________________
7418 [ 28189] By: nicholas                              on 2006/05/13  15:48:24
7419         Log: A Configure probe for C99 variadic macros, based on code from Jarkko.
7420      Branch: perl
7421            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
7422            ! Porting/Glossary config_h.SH configure.com epoc/config.sh
7423            ! plan9/config_sh.sample symbian/config.sh uconfig.sh
7424            ! win32/config.bc win32/config.gc win32/config.vc
7425            ! win32/config.vc64
7426 ____________________________________________________________________________
7427 [ 28188] By: nicholas                              on 2006/05/13  12:57:50
7428         Log: Only ask about MAD for 5.9.0 and greater. Otherwise silently select
7429              'n'.
7430      Branch: perl
7431            ! Configure
7432 ____________________________________________________________________________
7433 [ 28187] By: nicholas                              on 2006/05/13  11:26:04
7434         Log: Subject: t/uni/overload.t
7435              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
7436              Message-ID: <4465988C.9080407@gmail.com>
7437              Date: Sat, 13 May 2006 11:27:56 +0300
7438      Branch: perl
7439            ! t/uni/overload.t
7440 ____________________________________________________________________________
7441 [ 28186] By: nicholas                              on 2006/05/13  10:36:49
7442         Log: Subject: [PATCH] sv.c: printf %d wants int not size_t
7443              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
7444              Message-Id: <200605130715.k4D7FWg3089581@kosh.hut.fi>
7445              Date: Sat, 13 May 2006 10:15:32 +0300 (EEST)
7446      Branch: perl
7447            ! sv.c
7448 ____________________________________________________________________________
7449 [ 28185] By: nicholas                              on 2006/05/13  10:36:18
7450         Log: Can't do require Foo if $tainted; because taint tunnels.
7451              (Documented, but I regard this as a serious practical deficiency in
7452              tainting) 
7453      Branch: perl
7454            ! lib/Tie/RefHash.pm
7455 ____________________________________________________________________________
7456 [ 28183] By: rgs                                   on 2006/05/12  20:57:07
7457         Log: Subject: Re: [PATCH] my_snprintf
7458              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
7459              Date: Fri, 12 May 2006 22:28:49 +0300
7460              Message-ID: <4464E1F1.9010706@gmail.com>
7461      Branch: perl
7462            ! embed.fnc global.sym perl.h perlio.c pod/perlapi.pod pp_ctl.c
7463            ! proto.h regcomp.c sv.c toke.c universal.c util.c
7464 ____________________________________________________________________________
7465 [ 28181] By: rgs                                   on 2006/05/12  16:55:36
7466         Log: Subject: AW: question on "len item/string item" with unpack()
7467              From: "Dintelmann, Peter" <Peter.Dintelmann@Dresdner-Bank.com>
7468              Date: Fri, 5 May 2006 13:20:24 +0200 
7469              Message-ID: <E9A2605289D8D7468B1A21EC24E59D2104979424@naimucx5.muc.allianz>
7470      Branch: perl
7471            ! pod/perlfunc.pod
7472 ____________________________________________________________________________
7473 [ 28180] By: rgs                                   on 2006/05/12  15:48:43
7474         Log: Subject: [PATCH]  upgrade bytes_to_uni
7475              From: andy@petdance.com (Andy Lester)
7476              Date: Fri, 12 May 2006 00:21:23 -0500
7477              Message-ID: <20060512052123.GA21648@petdance.com>
7478      Branch: perl
7479            ! embed.fnc embed.h pp_pack.c proto.h
7480 ____________________________________________________________________________
7481 [ 28179] By: rgs                                   on 2006/05/12  14:33:40
7482         Log: Subject: [PATCH] Proper use of static funcs in toke.c and pp_sys.c
7483              From: andy@petdance.com (Andy Lester)
7484              Date: Tue, 9 May 2006 12:27:30 -0500
7485              Message-ID: <20060509172730.GA5272@petdance.com>
7486      Branch: perl
7487            ! embed.fnc embed.h pp_sys.c proto.h toke.c
7488 ____________________________________________________________________________
7489 [ 28178] By: nicholas                              on 2006/05/12  14:08:45
7490         Log: The upgrade/croak order in Perl_sv_utf8_encode() seemed utterly
7491              backwards. It now checks for readonly *first*.
7492      Branch: perl
7493            ! sv.c
7494 ____________________________________________________________________________
7495 [ 28177] By: rgs                                   on 2006/05/12  13:09:29
7496         Log: Upgrade to Tie::RefHash 1.34, by Yuval Kogman
7497      Branch: perl
7498            + lib/Tie/RefHash/rebless.t lib/Tie/RefHash/storable.t
7499            ! MANIFEST lib/Tie/RefHash.pm lib/Tie/RefHash/refhash.t
7500            ! lib/Tie/RefHash/threaded.t
7501 ____________________________________________________________________________
7502 [ 28176] By: rgs                                   on 2006/05/12  12:23:03
7503         Log: Subject: [PATCH] Speed up utf8.c a bit
7504              From: andy@petdance.com (Andy Lester)
7505              Date: Thu, 11 May 2006 22:41:01 -0500
7506              Message-ID: <20060512034101.GA10709@petdance.com>
7507      Branch: perl
7508            ! utf8.c
7509 ____________________________________________________________________________
7510 [ 28175] By: rgs                                   on 2006/05/12  12:13:03
7511         Log: Subject: [PATCH] Fixing embed.fnc
7512              From: andy@petdance.com (Andy Lester)
7513              Date: Thu, 11 May 2006 21:54:10 -0500
7514              Message-ID: <20060512025410.GA32709@petdance.com>
7515      Branch: perl
7516            ! embed.fnc proto.h
7517 ____________________________________________________________________________
7518 [ 28174] By: nicholas                              on 2006/05/12  11:47:40
7519         Log: Threads and signals. Delicious. Tweak change 28168 to add a local
7520              signal handler in the sleeping thread, because some operating systems
7521              deliver the SIGINT to that thread rather than the signalling thread.
7522      Branch: perl
7523            ! ext/threads/t/kill.t
7524 ____________________________________________________________________________
7525 [ 28173] By: rgs                                   on 2006/05/12  11:40:51
7526         Log: Subject: [PATCH] Better unsafe signals info in threads.pm
7527              From: "Jerry D. Hedden" <jerry@hedden.us>
7528              Date: Thu, 11 May 2006 11:50:15 -0700
7529              Message-ID: <20060511115015.fb30e530d17747c2b054d625b8945d88.8b4855700b.wbe@email.secureserver.net>
7530      Branch: perl
7531            ! ext/threads/threads.pm
7532 ____________________________________________________________________________
7533 [ 28172] By: nicholas                              on 2006/05/12  09:47:29
7534         Log: Fix concise-xs.t following the changes to B::Deparse.
7535      Branch: perl
7536            ! ext/B/t/concise-xs.t
7537 ____________________________________________________________________________
7538 [ 28171] By: nicholas                              on 2006/05/11  21:44:06
7539         Log: Tk spots that S_glob_2pv might be called from *_nolen, so we need to
7540              check that len is non-NULL before assigning to it.
7541      Branch: perl
7542            ! sv.c
7543 ____________________________________________________________________________
7544 [ 28168] By: rgs                                   on 2006/05/11  16:47:33
7545         Log: Subject: [PATCH] Thread signalling [REVISED]
7546              From: "Jerry D. Hedden" <jerry@hedden.us>
7547              Date: Thu, 11 May 2006 08:55:39 -0700
7548              Message-ID: <20060511085539.fb30e530d17747c2b054d625b8945d88.a90037f085.wbe@email.secureserver.net>
7549      Branch: perl
7550            + ext/threads/t/kill.t
7551            ! MANIFEST ext/threads/Changes ext/threads/Makefile.PL
7552            ! ext/threads/threads.pm ext/threads/threads.xs
7553 ____________________________________________________________________________
7554 [ 28166] By: rgs                                   on 2006/05/11  16:06:06
7555         Log: Deparse state variables.
7556      Branch: perl
7557            ! ext/B/B/Deparse.pm
7558 ____________________________________________________________________________
7559 [ 28156] By: stevep                                on 2006/05/11  00:09:53
7560         Log: Adding a mention of STDIN processing by qx// as requested by 
7561              RT #34288: perlop: qx/STRING/: mention STDIN
7562      Branch: perl
7563            ! pod/perlop.pod
7564 ____________________________________________________________________________
7565 [ 28155] By: stevep                                on 2006/05/10  23:02:20
7566         Log: Add -fno-delete-null-pointer-checks to ccflags on Itaniums when 
7567              compiling with gcc's 3.2, 3.3, or 3.4.  This fixes RT #37156.
7568      Branch: perl
7569            ! hints/linux.sh
7570 ____________________________________________________________________________
7571 [ 28152] By: stevep                                on 2006/05/10  15:03:03
7572         Log: Upgrade to Encode-2.17
7573      Branch: perl
7574            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/encoding.pm
7575 ____________________________________________________________________________
7576 [ 28150] By: nicholas                              on 2006/05/10  14:08:43
7577         Log: no 5.9.4; should fail in version 5.9.4.
7578              Improve the diagnostics and test names in t/comp/use.t
7579      Branch: perl
7580            ! pp_ctl.c t/comp/use.t
7581 ____________________________________________________________________________
7582 [ 28149] By: nicholas                              on 2006/05/10  13:08:49
7583         Log: Convert use.t to an inlined is/isnt/like implementation, to give better
7584              diagnostics.
7585      Branch: perl
7586            ! t/comp/use.t
7587 ____________________________________________________________________________
7588 [ 28148] By: davem                                 on 2006/05/10  01:32:10
7589         Log: disable WARN and DIE hooks during constant folding
7590      Branch: perl
7591            ! op.c t/comp/fold.t util.c warnings.h warnings.pl
7592 ____________________________________________________________________________
7593 [ 28146] By: nicholas                              on 2006/05/09  21:42:18
7594         Log: Change 28145 means that Perl_allocmy() can take a const char *name.
7595      Branch: perl
7596            ! embed.fnc op.c proto.h
7597 ____________________________________________________________________________
7598 [ 28145] By: nicholas                              on 2006/05/09  20:42:03
7599         Log: Simplify the non-printable name error reporting code in Perl_allocmy().
7600      Branch: perl
7601            ! op.c
7602 ____________________________________________________________________________
7603 [ 28144] By: nicholas                              on 2006/05/09  20:10:12
7604         Log: In Perl_Gv_AMupdate(), there's no need to call sv_unmagic() if we know
7605              the magic isn't there.
7606      Branch: perl
7607            ! gv.c
7608 ____________________________________________________________________________
7609 [ 28143] By: nicholas                              on 2006/05/09  19:31:04
7610         Log: Gv_AMupdate() always creates magic, so mg can never be NULL.
7611      Branch: perl
7612            ! gv.c
7613 ____________________________________________________________________________
7614 [ 28142] By: nicholas                              on 2006/05/09  16:35:25
7615         Log: Two signed array indicies that Coverity spots should be unsigned.
7616      Branch: perl
7617            ! ext/POSIX/POSIX.xs
7618 ____________________________________________________________________________
7619 [ 28141] By: nicholas                              on 2006/05/09  16:04:25
7620         Log: Ressurect change 27824, which plugs a resource leak in uncalled code.
7621      Branch: perl
7622            ! ext/Encode/Encode.xs
7623 ____________________________________________________________________________
7624 [ 28140] By: rgs                                   on 2006/05/09  15:23:55
7625         Log: Subject: wince crosscompile patch for 28132
7626              From: Vadim <vadim@vkonovalov.ru>
7627              Date: Tue, 09 May 2006 15:09:43 +0400
7628              Message-ID: <44607877.90603@vkonovalov.ru>
7629      Branch: perl
7630            ! INSTALL perl.h perlio.c win32/Makefile.ce win32/config.ce
7631            ! win32/config_H.ce
7632 ____________________________________________________________________________
7633 [ 28139] By: rgs                                   on 2006/05/09  14:03:30
7634         Log: POD fixes
7635      Branch: perl
7636            ! lib/DBM_Filter/compress.pm lib/DBM_Filter/encode.pm
7637            ! lib/DBM_Filter/int32.pm lib/DBM_Filter/null.pm
7638            ! lib/DBM_Filter/utf8.pm
7639 ____________________________________________________________________________
7640 [ 28138] By: rgs                                   on 2006/05/09  13:45:43
7641         Log: Subject: Re: [PATCH] ext/IPC/SysV/t/ipcsysv.t using test.pl
7642              From: David Landgren <david@landgren.net>
7643              Date: Tue, 09 May 2006 13:03:22 +0200
7644              Message-ID: <446076FA.6010409@landgren.net>
7645      Branch: perl
7646            ! ext/IPC/SysV/t/sem.t
7647 ____________________________________________________________________________
7648 [ 28137] By: rgs                                   on 2006/05/09  13:18:34
7649         Log: Fix another Coverity problem by adding an assert that says that
7650              some string we got from the lexer is null-terminated
7651      Branch: perl
7652            ! op.c
7653 ____________________________________________________________________________
7654 [ 28136] By: rgs                                   on 2006/05/09  13:10:01
7655         Log: Fix a logic error in conditional found by Coverity
7656      Branch: perl
7657            ! op.c
7658 ____________________________________________________________________________
7659 [ 28135] By: davem                                 on 2006/05/09  11:43:55
7660         Log: allow exit during fold_constants
7661              eg BEGIN { $SIG{__WARN__} = sub{exit};} "a" == "b" 
7662      Branch: perl
7663            ! op.c
7664 ____________________________________________________________________________
7665 [ 28134] By: steveh                                on 2006/05/09  08:04:29
7666         Log: Subject: [PATCH] 'threads' patch to fix threaded build on Win32
7667              From: "Jerry D. Hedden" <jerry@hedden.us>
7668              Date: Mon, 08 May 2006 10:23:33 -0700
7669              Message-ID: <20060508102333.fb30e530d17747c2b054d625b8945d88.1e447744fc.wbe@email.secureserver.net>
7670      Branch: perl
7671            ! ext/threads/Changes ext/threads/README ext/threads/threads.pm
7672            ! ext/threads/threads.xs
7673 ____________________________________________________________________________
7674 [ 28133] By: rgs                                   on 2006/05/09  07:27:37
7675         Log: Subject: perlop.pod doc patch: I/O operators
7676              From: Ash Berlin <ash@cpan.org>
7677              Date: Sat, 06 May 2006 14:16:00 +0100
7678              Message-ID: <445CA190.1070105@cpan.org>
7679      Branch: perl
7680            ! pod/perlop.pod
7681 ____________________________________________________________________________
7682 [ 28132] By: stevep                                on 2006/05/09  02:16:18
7683         Log: Subject: [PATCH] PERL_MEM_LOG enhancements
7684              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
7685              Date: Sat, 06 May 2006 11:21:02 +0300
7686              Message-ID: <445C5C6E.6070201@gmail.com>
7687      Branch: perl
7688            ! util.c
7689 ____________________________________________________________________________
7690 [ 28131] By: nicholas                              on 2006/05/08  21:11:37
7691         Log: Subject: [PATCH] ext/IPC/SysV/t/ipcsysv.t using test.pl
7692              From: David Landgren <david@landgren.net>
7693              Message-ID: <445B694B.8060901@landgren.net>
7694              Date: Fri, 05 May 2006 17:03:39 +0200
7695              
7696              Subject: Re: [PATCH] ext/IPC/SysV/t/sem.t using test.pl
7697              From: David Landgren <david@landgren.net>
7698              Message-ID: <445B75EF.3000100@landgren.net>
7699              Date: Fri, 05 May 2006 17:57:35 +0200
7700      Branch: perl
7701            ! ext/IPC/SysV/t/ipcsysv.t ext/IPC/SysV/t/sem.t
7702 ____________________________________________________________________________
7703 [ 28127] By: stevep                                on 2006/05/08  19:01:56
7704         Log: Rename lib/Text/Balanced/t/00.load.t to 
7705              lib/Text/Balanced/t/00-load.t and restore a test to 
7706              lib/Text/Balanced/t/extmul.t.
7707      Branch: perl
7708           +> lib/Text/Balanced/t/00-load.t
7709            - lib/Text/Balanced/t/00.load.t
7710            ! MANIFEST lib/Text/Balanced/t/extmul.t
7711 ____________________________________________________________________________
7712 [ 28126] By: stevep                                on 2006/05/08  18:46:16
7713         Log: Version bump and typo fix from change #28125.
7714      Branch: perl
7715            ! lib/Text/Balanced.pm
7716 ____________________________________________________________________________
7717 [ 28125] By: stevep                                on 2006/05/08  18:37:47
7718         Log: Rollback two changes in Text::Balanced which cause test failures in the
7719              CPAN and bleadperl version of the tests.  Also, the previous bleadperl
7720              version of one test file is a bit more comprehensive than what was in
7721              CPAN, so it has been completely restored.
7722      Branch: perl
7723            ! lib/Text/Balanced.pm lib/Text/Balanced/t/extqlk.t
7724 ____________________________________________________________________________
7725 [ 28122] By: stevep                                on 2006/05/08  16:47:39
7726         Log: Upgrade to Digest-SHA-5.36.  Actually bumped to 5.36_01 as
7727              change #27352 has not yet been applied to the CPAN version.
7728      Branch: perl
7729            ! ext/Digest/SHA/Changes ext/Digest/SHA/Makefile.PL
7730            ! ext/Digest/SHA/README ext/Digest/SHA/SHA.pm
7731            ! ext/Digest/SHA/bin/shasum ext/Digest/SHA/src/hmac.c
7732            ! ext/Digest/SHA/src/hmac.h ext/Digest/SHA/src/sha.c
7733            ! ext/Digest/SHA/src/sha.h ext/Digest/SHA/t/nist/Readme.txt
7734            ! ext/Digest/SHA/t/nist/bit-hashes.sha1
7735            ! ext/Digest/SHA/t/nist/bit-messages.sha1
7736            ! ext/Digest/SHA/t/nist/byte-hashes.sha1
7737            ! ext/Digest/SHA/t/nist/byte-messages.sha1
7738 ____________________________________________________________________________
7739 [ 28118] By: nicholas                              on 2006/05/08  11:23:15
7740         Log: Tie::RefHash is now dual life, maintained by Yuval Kogman.
7741      Branch: perl
7742            ! Porting/Maintainers.pl
7743 ____________________________________________________________________________
7744 [ 28116] By: merijn                                on 2006/05/07  14:18:45
7745         Log: Remvove code that gets undone in the next line.
7746              Keep the documentation part.
7747      Branch: perl
7748            ! hints/hpux.sh
7749 ____________________________________________________________________________
7750 [ 28108] By: stevep                                on 2006/05/05  16:26:48
7751         Log: These Module::Build tests depended on STDIN.  Unfortunately, cron
7752              closes STDIN, so these build failures were only seen while 
7753              running smokes through cron.
7754      Branch: perl
7755            ! lib/Module/Build/t/extend.t
7756 ____________________________________________________________________________
7757 [ 28106] By: rgs                                   on 2006/05/05  12:48:19
7758         Log: Implement state array and state hashes. Initialisation assignment
7759              to state arrays or hashes is not implemented yet.
7760      Branch: perl
7761            ! ext/B/B/Concise.pm pp.c t/op/state.t
7762 ____________________________________________________________________________
7763 [ 28105] By: stevep                                on 2006/05/05  12:40:41
7764         Log: Upgrade to Text-Balanced-1.98
7765      Branch: perl
7766            + lib/Text/Balanced/t/00.load.t
7767            + lib/Text/Balanced/t/pod-coverage.t lib/Text/Balanced/t/pod.t
7768            ! MANIFEST lib/Text/Balanced.pm lib/Text/Balanced/Changes
7769            ! lib/Text/Balanced/t/extcbk.t lib/Text/Balanced/t/extmul.t
7770            ! lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
7771            ! lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
7772 ____________________________________________________________________________
7773 [ 28104] By: rgs                                   on 2006/05/05  11:32:36
7774         Log: Subject: [PATCH] threads - stack size support
7775              From: "Jerry D. Hedden" <jerry@hedden.us>
7776              Date: Thu, 04 May 2006 10:07:58 -0700
7777              Message-ID: <20060504100758.fb30e530d17747c2b054d625b8945d88.1ee893a99c.wbe@email.secureserver.net>
7778      Branch: perl
7779            + ext/threads/t/stack.t ext/threads/t/stack_env.t
7780            ! MANIFEST ext/threads/Changes ext/threads/README
7781            ! ext/threads/threads.pm ext/threads/threads.xs
7782 ____________________________________________________________________________
7783 [ 28103] By: stevep                                on 2006/05/05  01:26:08
7784         Log: Teach checkAUTHORS.pl about Sarathy's new email address.
7785      Branch: perl
7786            ! Porting/checkAUTHORS.pl
7787 ____________________________________________________________________________
7788 [ 28102] By: stevep                                on 2006/05/05  01:12:41
7789         Log: Subject: [PATCH] Email address changes
7790              From: "Jan Dubois" <jand@activestate.com>
7791              Date: Thu, 4 May 2006 15:28:19 -0700
7792              Message-ID: <007101c66fca$0b651a50$2217a8c0@candy>
7793      Branch: perl
7794            ! AUTHORS
7795 ____________________________________________________________________________
7796 [ 28101] By: stevep                                on 2006/05/04  20:03:42
7797         Log: Upgrade to ExtUtils-Install-1.40
7798      Branch: perl
7799            ! lib/ExtUtils/Install.pm
7800 ____________________________________________________________________________
7801 [ 28100] By: rgs                                   on 2006/05/04  16:37:28
7802         Log: Subject: RE: [PATCH-for-28089] wince yet another step
7803              From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **" <vkonovalov@Lucent.com>
7804              Date: Thu, 4 May 2006 17:32:12 +0200 
7805              Message-ID: <E3FB32585BF1D411B9E900805FF51A0801BCB454@ru0022exch001u.ru.lucent.com>
7806      Branch: perl
7807            ! README.ce win32/perllib.c win32/vmem.h win32/win32.h
7808 ____________________________________________________________________________
7809 [ 28099] By: rgs                                   on 2006/05/04  12:51:51
7810         Log: Subject: [PATCH] threads - formatting [REVISED]
7811              From: "Jerry D. Hedden" <jerry@hedden.us>
7812              Date: Wed, 03 May 2006 12:34:34 -0700
7813              Message-ID: <20060503123433.fb30e530d17747c2b054d625b8945d88.d352e5da51.wbe@email.secureserver.net>
7814      Branch: perl
7815            ! ext/threads/README ext/threads/t/basic.t ext/threads/t/end.t
7816            ! ext/threads/t/join.t ext/threads/t/libc.t ext/threads/t/list.t
7817            ! ext/threads/t/problems.t ext/threads/t/stress_cv.t
7818            ! ext/threads/t/stress_re.t ext/threads/t/stress_string.t
7819            ! ext/threads/t/thread.t ext/threads/threads.pm
7820            ! ext/threads/threads.xs
7821 ____________________________________________________________________________
7822 [ 28098] By: rgs                                   on 2006/05/04  12:06:33
7823         Log: Upgrade to Encode 2.16
7824      Branch: perl
7825            ! ext/Encode/Byte/Byte.pm ext/Encode/Byte/Makefile.PL
7826            ! ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
7827            ! ext/Encode/Changes ext/Encode/EBCDIC/EBCDIC.pm
7828            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/Encode.pm
7829            ! ext/Encode/Encode.xs ext/Encode/Encode/Makefile_PL.e2x
7830            ! ext/Encode/Encode/encode.h ext/Encode/JP/JP.pm
7831            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
7832            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
7833            ! ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
7834            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
7835            ! ext/Encode/Unicode/Makefile.PL ext/Encode/Unicode/Unicode.pm
7836            ! ext/Encode/Unicode/Unicode.xs ext/Encode/bin/enc2xs
7837            ! ext/Encode/bin/piconv ext/Encode/bin/ucm2table
7838            ! ext/Encode/bin/ucmlint ext/Encode/bin/ucmsort
7839            ! ext/Encode/bin/unidump ext/Encode/encengine.c
7840            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
7841            ! ext/Encode/lib/Encode/CJKConstants.pm
7842            ! ext/Encode/lib/Encode/CN/HZ.pm ext/Encode/lib/Encode/Config.pm
7843            ! ext/Encode/lib/Encode/Encoder.pm
7844            ! ext/Encode/lib/Encode/Encoding.pm
7845            ! ext/Encode/lib/Encode/Guess.pm ext/Encode/lib/Encode/JP/H2Z.pm
7846            ! ext/Encode/lib/Encode/JP/JIS7.pm
7847            ! ext/Encode/lib/Encode/KR/2022_KR.pm
7848            ! ext/Encode/lib/Encode/MIME/Header.pm
7849            ! ext/Encode/lib/Encode/MIME/Header/ISO_2022_JP.pm
7850            ! ext/Encode/lib/Encode/PerlIO.pod
7851            ! ext/Encode/lib/Encode/Unicode/UTF7.pm ext/Encode/t/Aliases.t
7852            ! ext/Encode/t/CJKT.t ext/Encode/t/Encode.t
7853            ! ext/Encode/t/Unicode.t ext/Encode/t/at-cn.t
7854            ! ext/Encode/t/at-tw.t ext/Encode/t/enc_data.t
7855            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_module.t
7856            ! ext/Encode/t/enc_utf8.t ext/Encode/t/encoding.t
7857            ! ext/Encode/t/fallback.t ext/Encode/t/guess.t
7858            ! ext/Encode/t/jperl.t ext/Encode/t/mime-header.t
7859            ! ext/Encode/t/mime_header_iso2022jp.t ext/Encode/t/perlio.t
7860            ! ext/Encode/t/rt.pl ext/Encode/t/unibench.pl
7861            ! ext/Encode/t/utf8strict.t
7862 ____________________________________________________________________________
7863 [ 28097] By: rgs                                   on 2006/05/04  11:32:05
7864         Log: Resubmit change #28095
7865      Branch: perl
7866            ! t/op/grep.t
7867 ____________________________________________________________________________
7868 [ 28096] By: steveh                                on 2006/05/04  11:22:04
7869         Log: Subject: [PATCH-for-28089] wince yet another step
7870              From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **" <vkonovalov@Lucent.com>
7871              Date: Thu, 4 May 2006 13:04:45 +0200 
7872              Message-ID: <E3FB32585BF1D411B9E900805FF51A0801BCB1EE@ru0022exch001u.ru.lucent.com>
7873      Branch: perl
7874            ! win32/Makefile.ce
7875 ____________________________________________________________________________
7876 [ 28095] By: rgs                                   on 2006/05/04  10:00:14
7877         Log: Subject: [PATCH] t/op/grep.t using test.pl
7878              From: David Landgren <david@landgren.net>
7879              Date: Wed, 03 May 2006 15:53:38 +0200
7880              Message-ID: <4458B5E2.7090103@landgren.net>
7881      Branch: perl
7882            ! t/op/grep.t
7883 ____________________________________________________________________________
7884 [ 28094] By: rgs                                   on 2006/05/04  09:58:28
7885         Log: Subject: [PATCH] t/op/context.t using test.pl
7886              From: David Landgren <david@landgren.net>
7887              Date: Wed, 03 May 2006 16:20:40 +0200
7888              Message-ID: <4458BC38.6050600@landgren.net>
7889      Branch: perl
7890            ! t/op/context.t
7891 ____________________________________________________________________________
7892 [ 28093] By: rgs                                   on 2006/05/04  09:56:56
7893         Log: Subject: [PATCH] t/op/list.t using test.pl
7894              From: David Landgren <david@landgren.net>
7895              Date: Wed, 03 May 2006 19:40:40 +0200
7896              Message-ID: <4458EB18.8070904@landgren.net>
7897      Branch: perl
7898            ! t/op/list.t
7899 ____________________________________________________________________________
7900 [ 28092] By: rgs                                   on 2006/05/04  09:43:51
7901         Log: Document order of evaluation for the comma operator
7902              
7903              Subject: [PATCH] Re: Kill select((select(OUTPUT_HANDLE), $| = 1)[0]);
7904              From: Paul Johnson <paul@pjcj.net>
7905              Date: Wed, 26 Apr 2006 22:38:43 +0200
7906              Message-ID: <20060426203843.GE21543@pjcj.net>
7907      Branch: perl
7908            ! pod/perlop.pod
7909 ____________________________________________________________________________
7910 [ 28091] By: steveh                                on 2006/05/04  08:24:06
7911         Log: Subject: RE: [PATCH] Implement ${^WIN32_SLOPPY_STAT}
7912              From: "Jan Dubois" <jand@activestate.com>
7913              Date: Wed, 3 May 2006 12:41:23 -0700
7914              Message-ID: <013f01c66ee9$8f1437a0$d045a8c0@candy>
7915      Branch: perl
7916            ! pod/perlport.pod
7917 ____________________________________________________________________________
7918 [ 28090] By: rgs                                   on 2006/05/04  07:42:27
7919         Log: Another test for state variables and closures,
7920              adapted from a Perl 6 example, pointed out by
7921              Joshua "Limbic_Region" Gatcomb
7922      Branch: perl
7923            ! t/op/state.t
7924 ____________________________________________________________________________
7925 [ 28089] By: rgs                                   on 2006/05/03  22:49:14
7926         Log: Ensure that C<(state $x) = $y> is not a state assignment
7927              (due to the parentheses that make it a regular assignment
7928              to a variable declared inside a list)
7929      Branch: perl
7930            ! t/op/state.t
7931 ____________________________________________________________________________
7932 [ 28088] By: rgs                                   on 2006/05/03  22:40:28
7933         Log: New test case for state variables with ties, suggested by Nicholas
7934      Branch: perl
7935            ! t/op/state.t
7936 ____________________________________________________________________________
7937 [ 28087] By: rgs                                   on 2006/05/03  22:01:41
7938         Log: Add "state" feature
7939      Branch: perl
7940            ! lib/feature.pm perl_keyword.pl t/op/state.t toke.c
7941 ____________________________________________________________________________
7942 [ 28086] By: rgs                                   on 2006/05/03  21:46:02
7943         Log: Introduce a new keyword, state, for state variables.
7944      Branch: perl
7945            + t/op/state.t
7946            ! MANIFEST dump.c embed.fnc embed.h ext/B/B/Concise.pm
7947            ! ext/B/t/concise-xs.t keywords.h keywords.pl op.c op.h pad.c
7948            ! perl.h perl_keyword.pl pod/perlintern.pod pp_hot.c proto.h
7949            ! sv.h toke.c
7950 ____________________________________________________________________________
7951 [ 28085] By: rgs                                   on 2006/05/03  19:15:00
7952         Log: Subject: [PATCH] wince another step
7953              From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **"
7954              Date: Wed, 3 May 2006 20:11:11 +0200 
7955              Message-ID: <E3FB32585BF1D411B9E900805FF51A0801BCAE1F@ru0022exch001u.ru.lucent.com>
7956      Branch: perl
7957            - win32/xconfig.h
7958            ! MANIFEST win32/Makefile.ce
7959 ____________________________________________________________________________
7960 [ 28084] By: rgs                                   on 2006/05/03  19:10:29
7961         Log: Subject: [PATCH] Clarify hard link support on Windows
7962              From: "Jan Dubois" <jand@activestate.com>
7963              Date: Wed, 3 May 2006 11:30:03 -0700
7964              Message-ID: <013a01c66edf$982ebcc0$d045a8c0@candy>
7965      Branch: perl
7966            ! pod/perlport.pod
7967 ____________________________________________________________________________
7968 [ 28083] By: rgs                                   on 2006/05/03  19:06:26
7969         Log: Subject: RE: [PATCH] Implement ${^WIN32_SLOPPY_STAT}
7970              From: "Jan Dubois" <jand@activestate.com>
7971              Date: Wed, 3 May 2006 11:18:30 -0700
7972              Message-ID: <013901c66edd$fb8ae750$d045a8c0@candy>
7973      Branch: perl
7974            ! pod/perlvar.pod
7975 ____________________________________________________________________________
7976 [ 28082] By: stevep                                on 2006/05/03  17:56:37
7977         Log: Upgrade to CGI-3.20
7978      Branch: perl
7979            ! lib/CGI.pm lib/CGI/Changes lib/CGI/Cookie.pm
7980            ! lib/CGI/t/cookie.t lib/CGI/t/function.t
7981 ____________________________________________________________________________
7982 [ 28081] By: rgs                                   on 2006/05/03  16:24:04
7983         Log: Subject: [PATCH] more logic localizations
7984              From: andy@petdance.com (Andy Lester)
7985              Date: Tue, 11 Apr 2006 14:14:45 -0500
7986              Message-ID: <20060411191445.GA4938@petdance.com>
7987      Branch: perl
7988            ! mg.c
7989 ____________________________________________________________________________
7990 [ 28080] By: rgs                                   on 2006/05/03  16:09:48
7991         Log: Subject: -Dmad breaks a few tests
7992              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
7993              Date: Tue, 2 May 2006 01:37:03 +0200
7994              Message-Id: <64F8ECEA-D96B-11DA-AA80-000502F3279F@free.fr>
7995              
7996              (part of, with tweaks)
7997      Branch: perl
7998            ! t/op/incfilter.t
7999 ____________________________________________________________________________
8000 [ 28079] By: rgs                                   on 2006/05/03  09:04:30
8001         Log: Subject: [PATCH] Remove an unnecessary goto
8002              From: andy@petdance.com (Andy Lester)
8003              Date: Wed, 3 May 2006 00:54:30 -0500
8004              Message-ID: <20060503055430.GA4922@petdance.com>
8005      Branch: perl
8006            ! op.c
8007 ____________________________________________________________________________
8008 [ 28078] By: rgs                                   on 2006/05/03  09:00:39
8009         Log: Subject: [PATCH] optimize S_find_array_subscript
8010              From: andy@petdance.com (Andy Lester)
8011              Date: Tue, 2 May 2006 21:09:08 -0500
8012              Message-ID: <20060503020908.GA2234@petdance.com>
8013      Branch: perl
8014            ! sv.c
8015 ____________________________________________________________________________
8016 [ 28077] By: rgs                                   on 2006/05/03  08:57:45
8017         Log: Subject: [PATCH] clean up loops in doio.c and dump.c
8018              From: andy@petdance.com (Andy Lester)
8019              Date: Tue, 2 May 2006 13:38:15 -0500
8020              Message-ID: <20060502183815.GA7979@petdance.com>
8021      Branch: perl
8022            ! doio.c dump.c embed.fnc embed.h proto.h
8023 ____________________________________________________________________________
8024 [ 28076] By: rgs                                   on 2006/05/03  08:52:01
8025         Log: Subject: [PATCH] pp_sys.c: U8* cast
8026              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
8027              Date: Tue, 2 May 2006 20:04:33 +0300 (EEST)
8028              Message-Id: <200605021704.k42H4XIh255652@kosh.hut.fi>
8029      Branch: perl
8030            ! pp_sys.c
8031 ____________________________________________________________________________
8032 [ 28075] By: rgs                                   on 2006/05/03  08:51:14
8033         Log: Subject: [PATCH] hv.c: do zeroing via mem wrap check
8034              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
8035              Date: Tue, 2 May 2006 20:03:01 +0300 (EEST)
8036              Message-Id: <200605021703.k42H31PF216868@kosh.hut.fi>
8037      Branch: perl
8038            ! hv.c
8039 ____________________________________________________________________________
8040 [ 28074] By: rgs                                   on 2006/05/03  08:38:39
8041         Log: Subject: [PATCH] microperl update
8042              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
8043              Date: Wed, 03 May 2006 08:20:31 +0300
8044              Message-ID: <44583D9F.8060401@gmail.com>
8045      Branch: perl
8046            ! Makefile.micro README.micro uconfig.h uconfig.sh
8047 ____________________________________________________________________________
8048 [ 28073] By: steveh                                on 2006/05/03  08:25:27
8049         Log: Make Perl_unshare_hek visible to core extensions without being public
8050              
8051              See the comments in:
8052              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-04/msg00480.html
8053              (which were put into practice in changes #27800 and #27848)
8054      Branch: perl
8055            ! embed.fnc embed.h
8056 ____________________________________________________________________________
8057 [ 28072] By: steveh                                on 2006/05/03  08:03:50
8058         Log: Subject: Re: Smoke [5.9.4] 28069 FAIL(M) MSWin32 WinXP/.Net SP2 (x86/2 cpu)
8059              From: Vadim <vadim@vkonovalov.ru>
8060              Date: Wed, 03 May 2006 06:10:59 +0400
8061              Message-ID: <44581133.8080100@vkonovalov.ru>
8062      Branch: perl
8063           +> win32/perlmaince.c
8064            - win32/perlmain.c
8065            ! MANIFEST
8066 ____________________________________________________________________________
8067 [ 28071] By: stevep                                on 2006/05/03  01:46:27
8068         Log: Subject: Re: Smoke [5.9.4] 28069 FAIL(M) MSWin32 WinXP/.Net SP2 (x86/2 cpu)
8069              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
8070              Date: Wed, 03 May 2006 10:00:03 +0900
8071              Message-Id: <20060503095420.0357.BQW10602@nifty.com>
8072      Branch: perl
8073            ! embed.fnc embed.h global.sym
8074 ____________________________________________________________________________
8075 [ 28070] By: nicholas                              on 2006/05/02  22:38:52
8076         Log: Remove a variable left unused since change 28065.
8077      Branch: perl
8078            ! sv.c
8079 ____________________________________________________________________________
8080 [ 28069] By: nicholas                              on 2006/05/02  22:19:56
8081         Log: Add a new hash key flag HVhek_UNSHARED, to mark all unshared hash keys.
8082              Otherwise Perl_newSVhek(), called by Perl_hv_iterkeysv(), naively
8083              assumes that it can share any hash key directly.
8084      Branch: perl
8085            ! hv.c hv.h sv.c
8086 ____________________________________________________________________________
8087 [ 28068] By: nicholas                              on 2006/05/02  22:16:25
8088         Log: cumulative totals and list reverse for checkAUTHORS.pl
8089      Branch: perl
8090            ! Porting/checkAUTHORS.pl
8091 ____________________________________________________________________________
8092 [ 28067] By: stevep                                on 2006/05/02  18:03:57
8093         Log: Another place where Intel C++ pretending to be gcc is a really
8094              bad thing.
8095      Branch: perl
8096            ! gv.h
8097 ____________________________________________________________________________
8098 [ 28066] By: nicholas                              on 2006/05/02  17:46:38
8099         Log: *static* pointers to newXSUB(), dammit!
8100      Branch: perl
8101            ! writemain.SH xsutils.c
8102 ____________________________________________________________________________
8103 [ 28065] By: nicholas                              on 2006/05/02  17:00:56
8104         Log: Assert that SvMAGIC() isn't being called on PVMGs which are using the
8105              same union to store the stash for our.
8106      Branch: perl
8107            ! sv.c sv.h
8108 ____________________________________________________________________________
8109 [ 28064] By: nicholas                              on 2006/05/02  16:24:14
8110         Log: Change 28063 forgot 1 key line - acutally use the correct filename
8111              storage.
8112      Branch: perl
8113            ! op.c
8114 ____________________________________________________________________________
8115 [ 28063] By: nicholas                              on 2006/05/02  15:55:25
8116         Log: Fix bug in DynaLoader, which has been passing a filename in dynamic
8117              storage to newXS() seemingly forever. This involves creating
8118              newXS_flags(), with the first flag being "arrange to copy the 
8119              filename and free it at the right time".
8120      Branch: perl
8121            ! XSUB.h cv.h embed.fnc embed.h ext/DynaLoader/dl_aix.xs
8122            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_dld.xs
8123            ! ext/DynaLoader/dl_dllload.xs ext/DynaLoader/dl_dlopen.xs
8124            ! ext/DynaLoader/dl_dyld.xs ext/DynaLoader/dl_hpux.xs
8125            ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_mpeix.xs
8126            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_symbian.xs
8127            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs op.c
8128            ! pod/perlapi.pod proto.h
8129 ____________________________________________________________________________
8130 [ 28062] By: rgs                                   on 2006/05/02  15:37:35
8131         Log: Move some scripts under win32/ce-helpers.
8132              
8133              Subject: RE: Merge WinCE into Win32 directory and remove the the WinCE dir ectory
8134              From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **" <vkonovalov@Lucent.com>
8135              Date: Tue, 2 May 2006 17:30:59 +0200 
8136              Message-ID: <E3FB32585BF1D411B9E900805FF51A0801BB3F03@ru0022exch001u.ru.lucent.com>
8137      Branch: perl
8138           +> win32/ce-helpers/cecopy-lib.pl win32/ce-helpers/comp.pl
8139           +> win32/ce-helpers/compile-all.bat win32/ce-helpers/compile.bat
8140           +> win32/ce-helpers/makedist.pl win32/ce-helpers/registry.bat
8141            - win32/cecopy-lib.pl win32/comp.pl win32/compile-all.bat
8142            - win32/compile.bat win32/makedist.pl win32/registry.bat
8143            - win32/win32-d.h
8144            ! MANIFEST win32/Makefile.ce
8145 ____________________________________________________________________________
8146 [ 28061] By: rgs                                   on 2006/05/02  14:28:31
8147         Log: Subject: Re: Merge WinCE into Win32 directory and remove the the WinCE directory
8148              From: demerphq <demerphq@gmail.com>
8149              Date: Mon, 1 May 2006 19:02:09 +0200
8150              Message-ID: <9b18b3110605011002m56c0db99n169ae677efb6d059@mail.gmail.com>
8151              
8152              Plus adjustements to MANIFEST. Also, perlmain.c seemed to be missing
8153              from the patch.
8154      Branch: perl
8155            + win32/Makefile.ce win32/cecopy-lib.pl win32/comp.pl
8156            + win32/compile-all.bat win32/compile.bat win32/config.ce
8157            + win32/config_H.ce win32/makedist.pl win32/perl.rc
8158            + win32/perlmain.c win32/registry.bat win32/win32-d.h
8159            + win32/win32ceio.c win32/win32iop-o.h win32/wince.c
8160            + win32/wince.h win32/wincesck.c win32/xconfig.h
8161            - wince/Makefile.ce wince/bin/exetype.pl wince/bin/perlglob.pl
8162            - wince/bin/pl2bat.pl wince/bin/runperl.pl wince/bin/search.pl
8163            - wince/cecopy-lib.pl wince/comp.pl wince/compile-all.bat
8164            - wince/compile.bat wince/config.ce wince/config_H.ce
8165            - wince/config_h.PL wince/config_sh.PL wince/dl_win32.xs
8166            - wince/include/arpa/inet.h wince/include/sys/socket.h
8167            - wince/makedist.pl wince/makeico.pl wince/perl.rc
8168            - wince/perlhost.h wince/perllib.c wince/perlmain.c
8169            - wince/registry.bat wince/runperl.c wince/splittree.pl
8170            - wince/vdir.h wince/vmem.h wince/win32.h wince/win32io.c
8171            - wince/win32iop.h wince/win32thread.c wince/win32thread.h
8172            - wince/wince.c wince/wince.h wince/wincesck.c
8173            ! MANIFEST win32/include/sys/socket.h win32/win32.h
8174            ! win32/win32thread.h
8175 ____________________________________________________________________________
8176 [ 28060] By: nicholas                              on 2006/05/02  12:41:43
8177         Log: GvFILE() cannot be a pointer to the memory owned by the COP, because
8178              COPs created by use can be freed along this memory, but the GP
8179              remains. Given that several GVs may refer to the same file, use a
8180              shared string rather than an individual allocation per GP.
8181      Branch: perl
8182            ! bytecode.pl ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
8183            ! gv.c gv.h sv.c
8184 ____________________________________________________________________________
8185 [ 28059] By: nicholas                              on 2006/05/02  12:02:32
8186         Log: Change 28037 broke t/op/each.t when running with TEST.
8187      Branch: perl
8188            ! t/test.pl
8189 ____________________________________________________________________________
8190 [ 28058] By: nicholas                              on 2006/05/02  11:15:26
8191         Log: De-duplicate the code that creates new GPs into Perl_newGP().
8192      Branch: perl
8193            ! embed.fnc embed.h gv.c proto.h scope.c
8194 ____________________________________________________________________________
8195 [ 28057] By: rgs                                   on 2006/05/02  10:39:01
8196         Log: Subject: Re: [PATCH] t/op/glob.t using test.pl
8197              From: David Landgren <david@landgren.net>
8198              Date: Sat, 29 Apr 2006 15:32:07 +0200
8199              Message-ID: <44536AD7.4060608@landgren.net>
8200      Branch: perl
8201            ! t/op/glob.t
8202 ____________________________________________________________________________
8203 [ 28056] By: rgs                                   on 2006/05/02  10:36:39
8204         Log: Subject: [PATCH] t/op/hashwarn.t using test.pl
8205              From: David Landgren <david@landgren.net>
8206              Date: Sat, 29 Apr 2006 17:51:28 +0200
8207              Message-ID: <44538B80.2060503@landgren.net>
8208      Branch: perl
8209            ! t/op/hashwarn.t
8210 ____________________________________________________________________________
8211 [ 28055] By: rgs                                   on 2006/05/02  10:16:23
8212         Log: Subject: [PATCH] toke.c: function pointer to data pointer
8213              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
8214              Date: Tue, 2 May 2006 08:25:55 +0300 (EEST)
8215              Message-Id: <200605020525.k425Ptik165705@kosh.hut.fi>
8216      Branch: perl
8217            ! toke.c
8218 ____________________________________________________________________________
8219 [ 28054] By: rgs                                   on 2006/05/02  10:11:10
8220         Log: Subject: [DOC PATCH] chop warning in perlport
8221              From: Xavier Noria <fxn@hashref.com>
8222              Date: Tue, 2 May 2006 12:08:34 +0200
8223              Message-Id: <E06C0594-CAF6-4822-8EB4-8E06EAD4A889@hashref.com>
8224      Branch: perl
8225            ! pod/perlport.pod
8226 ____________________________________________________________________________
8227 [ 28053] By: steveh                                on 2006/05/02  09:59:23
8228         Log: Sigh. Third time lucky.
8229      Branch: perl
8230            ! win32/win32.h
8231 ____________________________________________________________________________
8232 [ 28052] By: steveh                                on 2006/05/02  09:46:41
8233         Log: Ahem. And here's the rest of #28051...
8234      Branch: perl
8235            ! win32/win32.h
8236 ____________________________________________________________________________
8237 [ 28051] By: steveh                                on 2006/05/02  09:39:01
8238         Log: Subject: RE: [PATCH] fix 27987 for MSVC (was Re: Smoke [5.9.4] 28020 FAIL(m) MSWin32 Win2000 SP4 (x86/1 cpu))
8239              From: "Jan Dubois" <jand@ActiveState.com>
8240              Date: Mon, 1 May 2006 18:55:11 -0700
8241              Message-ID: <08ff01c66d8b$7282e320$2217a8c0@candy>
8242              
8243              Subject: Re: [PATCH] fix 27987 for MSVC (was Re: Smoke [5.9.4] 28020 FAIL(m)
8244              From: "H.Merijn Brand" <h.m.brand@xs4all.nl>
8245              Date: Tue, 2 May 2006 09:23:51 +0200
8246              Message-ID: <20060502092351.7bae0896@pc09>
8247      Branch: perl
8248            ! win32/config.vc win32/config.vc64 win32/config_H.vc
8249            ! win32/config_H.vc64
8250 ____________________________________________________________________________
8251 [ 28050] By: rgs                                   on 2006/05/02  09:13:19
8252         Log: Subject: [PATCH] pp.c casting, take two
8253              From: andy@petdance.com (Andy Lester)
8254              Date: Sun, 30 Apr 2006 19:48:26 -0500
8255              Message-ID: <20060501004826.GA4744@petdance.com>
8256              
8257              (with adjustements, some of the code has already
8258              been touched since)
8259      Branch: perl
8260            ! pp.c
8261 ____________________________________________________________________________
8262 [ 28049] By: rgs                                   on 2006/05/02  08:50:05
8263         Log: Subject: [PATCH] Some more SvREFCNT_inc updates
8264              From: andy@petdance.com (Andy Lester)
8265              Date: Sun, 30 Apr 2006 13:24:14 -0500
8266              Message-ID: <20060430182414.GA18094@petdance.com>
8267      Branch: perl
8268            ! cop.h pp_ctl.c
8269 ____________________________________________________________________________
8270 [ 28048] By: rgs                                   on 2006/05/02  08:48:04
8271         Log: Subject: [PATCH] quiet some perlio.c warnings
8272              From: andy@petdance.com (Andy Lester)
8273              Date: Sun, 30 Apr 2006 13:23:22 -0500
8274              Message-ID: <20060430182322.GA18064@petdance.com>
8275      Branch: perl
8276            ! perlio.c
8277 ____________________________________________________________________________
8278 [ 28047] By: rgs                                   on 2006/05/02  08:45:26
8279         Log: Subject: [PATCH] More tweaking of SvREFCNT_inc calls
8280              From: andy@petdance.com (Andy Lester)
8281              Date: Sun, 30 Apr 2006 12:06:21 -0500
8282              Message-ID: <20060430170621.GA4054@petdance.com>
8283      Branch: perl
8284            ! mg.c
8285 ____________________________________________________________________________
8286 [ 28046] By: stevep                                on 2006/05/02  02:50:33
8287         Log: One too many ('s in change #28043. 
8288      Branch: perl
8289            ! ext/Errno/Errno_pm.PL
8290 ____________________________________________________________________________
8291 [ 28045] By: stevep                                on 2006/05/02  02:47:43
8292         Log: Escape prompts with #'s to avoid causing tests to fail from
8293              the unexpected output.
8294      Branch: perl
8295            ! lib/Module/Build/t/extend.t
8296 ____________________________________________________________________________
8297 [ 28044] By: stevep                                on 2006/05/02  01:55:53
8298         Log: Fix for RT #25366: h2xs 1.23 from "Aaron Kaplan".
8299      Branch: perl
8300            ! utils/h2xs.PL
8301 ____________________________________________________________________________
8302 [ 28043] By: stevep                                on 2006/05/02  00:23:05
8303         Log: Fix for RT #7916: perl 5.6.1 with Intel's icc on RedHat 
8304              Linux 7.2.  The original fix, change #13053, added a check
8305              for $Config{gccversion} which is now populated by newer
8306              Intel compilers.  This additional change checks to see
8307              if Intel is in $Config{gccversion}.  If it is, its not
8308              a gcc.
8309      Branch: perl
8310            ! ext/Errno/Errno_pm.PL
8311 ____________________________________________________________________________
8312 [ 28042] By: stevep                                on 2006/05/01  23:30:59
8313         Log: Subject: [PATCH] signed vs unsigned char * nit
8314              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
8315              Date: Sat, 29 Apr 2006 20:59:29 +0300 (EEST)
8316              Message-Id: <200604291759.k3THxTji032009@kosh.hut.fi>
8317      Branch: perl
8318            ! pp.c
8319 ____________________________________________________________________________
8320 [ 28041] By: stevep                                on 2006/05/01  23:25:30
8321         Log: Reverting context removal from change #27992.  This should
8322              clear up threaded builds on Win32 and VMS. 
8323      Branch: perl
8324            ! embed.fnc embed.h pp_ctl.c proto.h
8325 ____________________________________________________________________________
8326 [ 28040] By: rgs                                   on 2006/05/01  20:25:17
8327         Log: Add a BUGS section to Fatal.pm, see bug #38790
8328      Branch: perl
8329            ! lib/Fatal.pm
8330 ____________________________________________________________________________
8331 [ 28039] By: nicholas                              on 2006/05/01  19:07:06
8332         Log: Disable SIGRTMAX and SIGRTMIN in POSIX if Configure's probes found that
8333              they aren't viable. (Certain glibcs are "interesting")
8334      Branch: perl
8335            ! ext/POSIX/Makefile.PL
8336 ____________________________________________________________________________
8337 [ 28038] By: nicholas                              on 2006/05/01  17:28:43
8338         Log: Allow a macro of "0" to mean "#if 0" for convenient elimination of
8339              constants.
8340      Branch: perl
8341            ! lib/ExtUtils/Constant/Base.pm
8342 ____________________________________________________________________________
8343 [ 28037] By: merijn                                on 2006/05/01  14:18:16
8344         Log: Subject: Re: [PATCH] provide diag() and don't use ++ in test.pl
8345              From: David Landgren <david@landgren.net>
8346              Date: Mon, 01 May 2006 15:50:03 +0200
8347              Message-ID: <4456120B.3000302@landgren.net>
8348              
8349              Plus some additional comment (also from David) about WHY not to
8350              use ++ in test.pl
8351      Branch: perl
8352            ! t/test.pl
8353 ____________________________________________________________________________
8354 [ 28036] By: merijn                                on 2006/05/01  12:56:54
8355         Log: Subject: Re: [PATCH] fix 27987 for MSVC (was Re: Smoke [5.9.4] 28020 FAIL(m) MSWin32 Win2000 SP4 (x86/1 cpu))
8356              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
8357              Date: Mon, 01 May 2006 21:34:33 +0900
8358              Message-Id: <20060501213249.814E.BQW10602@nifty.com>
8359      Branch: perl
8360            ! win32/config.vc64
8361 ____________________________________________________________________________
8362 [ 28035] By: nicholas                              on 2006/05/01  11:16:13
8363         Log: Re-order one DO_UTF8 to be after the SvPV.
8364      Branch: perl
8365            ! ext/Data/Dumper/Dumper.xs
8366 ____________________________________________________________________________
8367 [ 28034] By: nicholas                              on 2006/04/30  23:08:17
8368         Log: Fix two errors found by Coverity.
8369      Branch: perl
8370            ! pp_sys.c
8371 ____________________________________________________________________________
8372 [ 28033] By: nicholas                              on 2006/04/30  23:02:46
8373         Log: Add a --percentage option to checkAUTHORS.pl to show rankings as
8374              percentages.
8375      Branch: perl
8376            ! Porting/checkAUTHORS.pl
8377 ____________________________________________________________________________
8378 [ 28032] By: nicholas                              on 2006/04/30  22:00:34
8379         Log: Replace a STRLEN no_len; with a _nolen macro call.
8380      Branch: perl
8381            ! pp_pack.c
8382 ____________________________________________________________________________
8383 [ 28031] By: nicholas                              on 2006/04/30  21:27:20
8384         Log: Perl_pack_cat() is a mathom too!
8385      Branch: perl
8386            ! mathoms.c pod/perlapi.pod pp_pack.c
8387 ____________________________________________________________________________
8388 [ 28030] By: nicholas                              on 2006/04/30  20:41:29
8389         Log: One part of pp_pack couldn't correctly handle surprises from UTF-8
8390              overloading.
8391      Branch: perl
8392            ! pp_pack.c t/uni/overload.t
8393 ____________________________________________________________________________
8394 [ 28029] By: nicholas                              on 2006/04/30  19:07:43
8395         Log: do_vop() couldn't correctly handle surprises from UTF-8 overloading.
8396      Branch: perl
8397            ! doop.c t/uni/overload.t
8398 ____________________________________________________________________________
8399 [ 28028] By: nicholas                              on 2006/04/30  17:58:53
8400         Log: We had no tests that covered the grow paths in pp_uc and pp_lc.
8401      Branch: perl
8402            ! t/op/lc.t
8403 ____________________________________________________________________________
8404 [ 28027] By: nicholas                              on 2006/04/30  17:23:44
8405         Log: Dave noticed that change 28022 was wrong - should read is_index
8406              rather than just index.
8407      Branch: perl
8408            ! pp.c
8409 ____________________________________________________________________________
8410 [ 28026] By: merijn                                on 2006/04/30  15:22:12
8411         Log: Subject: [PATCH] fix 27987 for MSVC (was Re: Smoke [5.9.4] 28020 FAIL(m) MSWin32 Win2000 SP4 (x86/1 cpu))
8412              From: Abe Timmerman <abe@ztreet.demon.nl>
8413              Date: Sun, 30 Apr 2006 15:15:24 +0200
8414              Message-Id: <200604301515.24580.abe@ztreet.demon.nl>
8415      Branch: perl
8416            ! win32/config.vc win32/config_H.vc
8417 ____________________________________________________________________________
8418 [ 28025] By: stevep                                on 2006/04/30  14:27:08
8419         Log: I was mistaken.  Borland and gcc do have snprintf() and vsnprintf()
8420              on Win32.
8421      Branch: perl
8422            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8423            ! win32/config_H.vc64
8424 ____________________________________________________________________________
8425 [ 28024] By: stevep                                on 2006/04/30  13:14:25
8426         Log: OK, Win32 must no have snprintf()/vsnprintf 
8427      Branch: perl
8428            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8429            ! win32/config_H.vc64
8430 ____________________________________________________________________________
8431 [ 28023] By: davem                                 on 2006/04/30  12:32:09
8432         Log: remove a compiler warning by making HOPBACKc only hop *back*
8433      Branch: perl
8434            ! regexec.c
8435 ____________________________________________________________________________
8436 [ 28022] By: nicholas                              on 2006/04/30  11:14:04
8437         Log: index and rindex couldn't correctly handle surprises from UTF-8
8438              overloading.
8439      Branch: perl
8440            ! pp.c t/lib/warnings/9uninit t/uni/overload.t
8441 ____________________________________________________________________________
8442 [ 28021] By: nicholas                              on 2006/04/30  10:58:11
8443         Log: Document SvGAMAGIC(), and its significance w.r.t. the side effects of
8444              inadvertently calling magic and overloading too often.
8445      Branch: perl
8446            ! pod/perlapi.pod sv.h
8447 ____________________________________________________________________________
8448 [ 28020] By: nicholas                              on 2006/04/29  23:35:52
8449         Log: Coverity disliked us passing a negative length to vsnprintf().
8450      Branch: perl
8451            ! perlio.c
8452 ____________________________________________________________________________
8453 [ 28019] By: nicholas                              on 2006/04/29  23:33:36
8454         Log: syswrite couldn't correctly handle surprises from UTF-8 overloading.
8455              As part of fixing this, syswrite now tries to take advantage of the
8456              UTF-8 cache logic for lengths and offsets on regular scalars.
8457      Branch: perl
8458            ! pp_sys.c t/lib/warnings/9uninit t/uni/overload.t
8459 ____________________________________________________________________________
8460 [ 28018] By: nicholas                              on 2006/04/29  23:32:06
8461         Log: More tests for syswrite with UTF-8 data.
8462      Branch: perl
8463            ! lib/open.t
8464 ____________________________________________________________________________
8465 [ 28017] By: nicholas                              on 2006/04/29  21:54:38
8466         Log: It should never be possible for SvGMAGICAL() to be true on SVt_IV.
8467      Branch: perl
8468            ! doio.c
8469 ____________________________________________________________________________
8470 [ 28016] By: nicholas                              on 2006/04/29  17:38:08
8471         Log: print couldn't correctly handle surprises from UTF-8 overloading.
8472      Branch: perl
8473            ! doio.c t/uni/overload.t
8474 ____________________________________________________________________________
8475 [ 28015] By: nicholas                              on 2006/04/29  17:31:27
8476         Log: Add a cross reference to bytes_from_utf8() in the documentation for
8477              utf8_to_bytes(). Regenerate perlapi.pod.
8478      Branch: perl
8479            ! pod/perlapi.pod utf8.c
8480 ____________________________________________________________________________
8481 [ 28014] By: nicholas                              on 2006/04/29  16:07:31
8482         Log: There were more ways to break uc/lc/ucfirst/lcfirst even without
8483              use 'locale'; so test for them too. Correct the skip count.
8484      Branch: perl
8485            ! t/uni/overload.t
8486 ____________________________________________________________________________
8487 [ 28013] By: nicholas                              on 2006/04/29  15:55:51
8488         Log: lcfirst/ucfist plus an 8 bit locale could mangle UTF-8 values
8489              returned by overloaded stringification.
8490      Branch: perl
8491            ! pp.c t/uni/overload.t
8492 ____________________________________________________________________________
8493 [ 28012] By: nicholas                              on 2006/04/29  14:05:55
8494         Log: uc plus an 8 bit locale could get confused by UTF-8 values returned by
8495              overloaded stringification.
8496      Branch: perl
8497            ! pp.c t/uni/overload.t
8498 ____________________________________________________________________________
8499 [ 28011] By: nicholas                              on 2006/04/29  13:43:26
8500         Log: lc plus an 8 bit locale could mangle UTF-8 values returned by
8501              overloaded stringification.
8502      Branch: perl
8503            ! pp.c t/uni/overload.t
8504 ____________________________________________________________________________
8505 [ 28010] By: stevep                                on 2006/04/29  13:09:18
8506         Log: Subject: [PATCH] more -ansi -pedantic cleanliness
8507              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
8508              Date: Sat, 29 Apr 2006 11:13:24 +0300
8509              Message-ID: <44532024.9070303@gmail.com>
8510      Branch: perl
8511            ! cop.h gv.c regcomp.c regexec.c sv.c toke.c
8512 ____________________________________________________________________________
8513 [ 28009] By: stevep                                on 2006/04/28  20:53:07
8514         Log: Subject: Re: [ANNOUNCE] Module::Build 0.28 -> CPAN
8515              From: "Randy W. Sims" <ml-perl@thepierianspring.org>
8516              Date: Fri, 28 Apr 2006 15:31:55 -0400
8517              Message-ID: <44526DAB.8070408@thepierianspring.org>
8518      Branch: perl
8519            ! lib/Module/Build/ConfigData.pm
8520 ____________________________________________________________________________
8521 [ 28008] By: stevep                                on 2006/04/28  20:40:41
8522         Log: Subject: [PATCH] reduce gcc -ansi -pedantic noise plus a suggestion
8523              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
8524              Date: Fri, 28 Apr 2006 22:58:58 +0300
8525              Message-ID: <44527402.8000506@gmail.com>
8526      Branch: perl
8527            ! doio.c gv.c hv.c op.c pad.c perl.c perl.h perlio.c pp.c
8528            ! pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c sv.c toke.c
8529            ! universal.c utf8.c
8530 ____________________________________________________________________________
8531 [ 28007] By: stevep                                on 2006/04/28  19:14:22
8532         Log: Subject: two [PATCH]es: dVAR for malloc.c, and a signed/unsigned char*
8533              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
8534              Date: Fri, 28 Apr 2006 21:04:59 +0300
8535              Message-ID: <4452594B.4040609@gmail.com>
8536      Branch: perl
8537            ! malloc.c pp.c
8538 ____________________________________________________________________________
8539 [ 28006] By: nicholas                              on 2006/04/28  16:34:14
8540         Log: Fix bug 34297 (length of overloaded UTF-8 strings)
8541      Branch: perl
8542            + t/uni/overload.t
8543            ! MANIFEST pp.c
8544 ____________________________________________________________________________
8545 [ 28005] By: stevep                                on 2006/04/28  16:15:25
8546         Log: Typo in MANIFEST from change #27997.  Mustn't touch Perl before coffee.
8547      Branch: perl
8548            ! MANIFEST
8549 ____________________________________________________________________________
8550 [ 28004] By: stevep                                on 2006/04/28  15:35:37
8551         Log: Added Changes file left out from change #28001.
8552      Branch: perl
8553            ! ext/Cwd/Changes
8554 ____________________________________________________________________________
8555 [ 28003] By: rgs                                   on 2006/04/28  15:29:30
8556         Log: Subject: Merge WinCE and Win32 directories -- Initial patch
8557              From: demerphq <demerphq@gmail.com>
8558              Date: 27-Apr-2006 23:30
8559              Message-ID: <9b18b3110604271430k4de84685jec6535ded195ed94@mail.gmail.com>
8560      Branch: perl
8561            ! win32/config_h.PL win32/dl_win32.xs win32/include/sys/socket.h
8562            ! win32/makeico.pl win32/perlhost.h win32/perllib.c win32/vdir.h
8563            ! win32/vmem.h win32/win32.h
8564 ____________________________________________________________________________
8565 [ 28001] By: stevep                                on 2006/04/28  13:34:39
8566         Log: Upgrade to Pathtools-3.18
8567      Branch: perl
8568            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
8569            ! lib/File/Spec/VMS.pm lib/File/Spec/t/Spec.t
8570 ____________________________________________________________________________
8571 [ 28000] By: rgs                                   on 2006/04/28  13:33:37
8572         Log: Subject: [PATCH] t/op/defins.pl using test.pl
8573              From: David Landgren <david@landgren.net>
8574              Date: Fri, 28 Apr 2006 14:27:39 +0200
8575              Message-ID: <44520A3B.1080707@landgren.net>
8576      Branch: perl
8577            ! t/op/defins.t
8578 ____________________________________________________________________________
8579 [ 27999] By: rgs                                   on 2006/04/28  13:33:11
8580         Log: Subject: [PATCH] t/op/delete.t using test.pl
8581              From: David Landgren <david@landgren.net>
8582              Date: Fri, 28 Apr 2006 15:03:39 +0200
8583              Message-ID: <445212AB.4080404@landgren.net>
8584      Branch: perl
8585            ! t/op/delete.t
8586 ____________________________________________________________________________
8587 [ 27998] By: rgs                                   on 2006/04/28  13:32:53
8588         Log: Subject: [PATCH] t/op/auto.pl using test.pl
8589              From: David Landgren <david@landgren.net>
8590              Date: Fri, 28 Apr 2006 13:56:30 +0200
8591              Message-ID: <445202EE.6000604@landgren.net>
8592      Branch: perl
8593            ! t/op/auto.t
8594 ____________________________________________________________________________
8595 [ 27997] By: stevep                                on 2006/04/28  13:29:41
8596         Log: Upgrade to Module-Build-0.28
8597      Branch: perl
8598            + lib/Module/Build/API.pod
8599            ! MANIFEST lib/Module/Build.pm lib/Module/Build/Authoring.pod
8600            ! lib/Module/Build/Base.pm lib/Module/Build/Changes
8601            ! lib/Module/Build/Compat.pm lib/Module/Build/Cookbook.pm
8602            ! lib/Module/Build/ModuleInfo.pm
8603            ! lib/Module/Build/Platform/MacOS.pm
8604            ! lib/Module/Build/Platform/VMS.pm
8605            ! lib/Module/Build/Platform/Windows.pm
8606            ! lib/Module/Build/Platform/os2.pm lib/Module/Build/YAML.pm
8607            ! lib/Module/Build/t/bundled/Tie/CPHash.pm
8608            ! lib/Module/Build/t/destinations.t lib/Module/Build/t/extend.t
8609            ! lib/Module/Build/t/mbyaml.t
8610 ____________________________________________________________________________
8611 [ 27995] By: nicholas                              on 2006/04/28  12:48:27
8612         Log: Anton Berezin says that on FreeBSD we're wrong to be using -lc_r, and
8613              should just be using -pthread on the linker line.
8614              This stops the new taint tests looping infinitely. It also seems to
8615              cure the TODO test in posix.t - masked SIGINT is now received.
8616      Branch: perl
8617            ! hints/freebsd.sh
8618 ____________________________________________________________________________
8619 [ 27994] By: rgs                                   on 2006/04/28  12:10:24
8620         Log: Subject: [PATCH] threads - miscellaneous
8621              From: "Jerry D. Hedden" <jerry@hedden.us>
8622              Date: Wed, 26 Apr 2006 11:24:05 -0700
8623              Message-ID: <20060426112405.fb30e530d17747c2b054d625b8945d88.4331e666e7.wbe@email.secureserver.net>
8624      Branch: perl
8625            ! ext/threads/Changes ext/threads/Makefile.PL
8626            ! ext/threads/t/end.t ext/threads/t/join.t ext/threads/t/libc.t
8627            ! ext/threads/t/problems.t ext/threads/threads.xs
8628 ____________________________________________________________________________
8629 [ 27993] By: rgs                                   on 2006/04/28  09:14:17
8630         Log: Subject: [PATCH] t/op/sort.t using test.pl
8631              From: David Landgren <david@landgren.net>
8632              Date: Thu, 27 Apr 2006 18:25:56 +0200
8633              Message-ID: <4450F094.2010907@landgren.net>
8634      Branch: perl
8635            ! t/op/sort.t
8636 ____________________________________________________________________________
8637 [ 27992] By: rgs                                   on 2006/04/28  09:04:36
8638         Log: Subject: [PATCH] Removing another context parm
8639              From: andy@petdance.com (Andy Lester)
8640              Date: Thu, 27 Apr 2006 10:31:56 -0500
8641              Message-ID: <20060427153156.GA11445@petdance.com>
8642      Branch: perl
8643            ! embed.fnc embed.h pp_ctl.c proto.h
8644 ____________________________________________________________________________
8645 [ 27991] By: rgs                                   on 2006/04/28  08:53:51
8646         Log: Subject: [PATCH] t/op/loopctl.t using test.pl
8647              From: David Landgren <david@landgren.net>
8648              Date: Thu, 27 Apr 2006 19:13:28 +0200
8649              Message-ID: <4450FBB8.8070203@landgren.net>
8650      Branch: perl
8651            ! t/op/loopctl.t
8652 ____________________________________________________________________________
8653 [ 27990] By: rgs                                   on 2006/04/28  08:51:09
8654         Log: Subject: [PATCH] dVAR (-DPERL_GLOBAL_STRUCT_PRIVATE) update
8655              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
8656              Date: Thu, 27 Apr 2006 21:18:30 +0300
8657              Message-ID: <44510AF6.6040603@gmail.com>
8658      Branch: perl
8659            ! hv.c perl.h perlio.c sv.c
8660 ____________________________________________________________________________
8661 [ 27989] By: rgs                                   on 2006/04/28  08:41:25
8662         Log: Typo fix in perlretut by Simon Taylor
8663      Branch: perl
8664            ! pod/perlretut.pod
8665 ____________________________________________________________________________
8666 [ 27988] By: rgs                                   on 2006/04/28  07:58:16
8667         Log: Fix typo in function call
8668      Branch: perl
8669            ! perlio.c
8670 ____________________________________________________________________________
8671 [ 27987] By: stevep                                on 2006/04/28  02:12:03
8672         Log: Subject: Re: [PATCH] use snprintf/strlcpy/strlcat when useful
8673              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
8674              Date: Tue, 25 Apr 2006 18:23:39 +0300
8675              Message-ID: <444E3EFB.8020503@gmail.com>
8676      Branch: perl
8677            ! op.c perl.h perlio.c pp_ctl.c regcomp.c sv.c toke.c
8678            ! universal.c util.c
8679 ____________________________________________________________________________
8680 [ 27986] By: davem                                 on 2006/04/27  23:15:02
8681         Log: another REIFY bug
8682      Branch: perl
8683            ! scope.c t/op/local.t
8684 ____________________________________________________________________________
8685 [ 27983] By: stevep                                on 2006/04/27  18:06:12
8686         Log: Upgrade to ExtUtils-Install-1.39
8687      Branch: perl
8688            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
8689            ! lib/ExtUtils/Packlist.pm lib/ExtUtils/t/Install.t
8690            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/Packlist.t
8691 ____________________________________________________________________________
8692 [ 27982] By: stevep                                on 2006/04/27  17:53:11
8693         Log: Upgrade to Encode-2.15
8694      Branch: perl
8695            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
8696            ! ext/Encode/Unicode/Unicode.xs
8697            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
8698 ____________________________________________________________________________
8699 [ 27976] By: rgs                                   on 2006/04/27  12:29:47
8700         Log: Subject: [PATCH] Removing unused context
8701              From: andy@petdance.com (Andy Lester)
8702              Date: Thu, 27 Apr 2006 00:32:15 -0500
8703              Message-ID: <20060427053215.GA31445@petdance.com>
8704      Branch: perl
8705            ! embed.fnc embed.h proto.h sv.c
8706 ____________________________________________________________________________
8707 [ 27968] By: mhx                                   on 2006/04/26  19:18:09
8708         Log: Change type of temporary padoff_du used in dUNDERBAR
8709              from I32 to PADOFFSET, which is more correct (and fixes
8710              a warning in Devel::PPPort).
8711      Branch: perl
8712            ! XSUB.h
8713 ____________________________________________________________________________
8714 [ 27962] By: rgs                                   on 2006/04/26  07:53:36
8715         Log: Subject: Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2
8716              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
8717              Date: Mon, 24 Apr 2006 23:20:38 +0200
8718              Message-ID: <20060424232038.7550f9b6@r2d2>
8719      Branch: perl
8720            ! deb.c doio.c doop.c dump.c gv.c handy.h
8721            ! lib/ExtUtils/Constant/ProxySubs.pm mg.c op.c patchlevel.h
8722            ! perl.c perlio.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
8723            ! regexec.c scope.h sv.c toke.c util.c
8724 ____________________________________________________________________________
8725 [ 27961] By: rgs                                   on 2006/04/26  07:38:38
8726         Log: Subject: [PATCH] threads - consolidate XS functions
8727              From: "Jerry D. Hedden" <jerry@hedden.us>
8728              Date: Tue, 25 Apr 2006 07:50:05 -0700
8729              Message-ID: <20060425075005.fb30e530d17747c2b054d625b8945d88.e23f2fed42.wbe@email.secureserver.net>
8730      Branch: perl
8731            ! ext/threads/threads.pm ext/threads/threads.xs
8732 ____________________________________________________________________________
8733 [ 27960] By: steveh                                on 2006/04/25  16:23:38
8734         Log: Make Module-Build aware of new Test-Harness output
8735              
8736              See also:
8737              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-04/msg00755.html
8738      Branch: perl
8739            ! lib/Module/Build/t/compat.t
8740 ____________________________________________________________________________
8741 [ 27959] By: nicholas                              on 2006/04/25  12:51:40
8742         Log: Coverity has started to notice another inconsistency in our NULL
8743              pointer checking.
8744      Branch: perl
8745            ! pp_ctl.c
8746 ____________________________________________________________________________
8747 [ 27958] By: rgs                                   on 2006/04/25  08:41:38
8748         Log: Subject: [PATCH] use NOOP macro
8749              From: andy@petdance.com (Andy Lester)
8750              Date: Mon, 24 Apr 2006 13:44:51 -0500
8751              Message-ID: <20060424184451.GA1479@petdance.com>
8752      Branch: perl
8753            ! gv.c gv.h hv.c op.c pad.c perl.h perlio.c pp.c pp_ctl.c
8754            ! pp_hot.c regcomp.c regexec.c sv.c toke.c utf8.c
8755 ____________________________________________________________________________
8756 [ 27957] By: rgs                                   on 2006/04/25  08:35:22
8757         Log: Subject: [PATCH] Continuing threads sync
8758              From: "Jerry D. Hedden" <jerry@hedden.us>
8759              Date: Mon, 24 Apr 2006 13:00:23 -0700
8760              Message-ID: <20060424130023.fb30e530d17747c2b054d625b8945d88.969ed54130.wbe@email.secureserver.net>
8761      Branch: perl
8762            ! ext/threads/t/free.t ext/threads/threads.pm
8763            ! ext/threads/threads.xs
8764 ____________________________________________________________________________
8765 [ 27956] By: nicholas                              on 2006/04/24  16:38:09
8766         Log: Perl_unpack_str() is a mathom!
8767      Branch: perl
8768            ! mathoms.c pp_pack.c
8769 ____________________________________________________________________________
8770 [ 27955] By: stevep                                on 2006/04/24  16:31:24
8771         Log: Really bump the version of File::Find.
8772      Branch: perl
8773            ! lib/File/Find.pm
8774 ____________________________________________________________________________
8775 [ 27954] By: stevep                                on 2006/04/24  16:29:59
8776         Log: Reverting change #27953, as it appears that File::Find has 
8777              localized the C<$_> usable by the wanted function since 
8778              version 1.04 (change #18501, to be exact).  Update the 
8779              docs to express this change.  Finally, bump the version.
8780      Branch: perl
8781            ! lib/File/Find.pm
8782 ____________________________________________________________________________
8783 [ 27953] By: stevep                                on 2006/04/24  15:27:39
8784         Log: Subject: Re: [perl #38965] File::Find documentation - is "Don't modify thesevariables" still valid?
8785              From: David Landgren <david@landgren.net>
8786              Date: Mon, 24 Apr 2006 13:02:02 +0200
8787              Message-ID: <444CB02A.2000604@landgren.net>
8788      Branch: perl
8789            ! lib/File/Find.pm
8790 ____________________________________________________________________________
8791 [ 27952] By: nicholas                              on 2006/04/24  13:21:09
8792         Log: Subject: Re: recursion now removed from the regex engine
8793              From: demerphq <demerphq@gmail.com>
8794              Message-ID: <9b18b3110604231210w5deff59el3a1a79c98f34e0fd@mail.gmail.com>
8795              Date: Sun, 23 Apr 2006 21:10:34 +0200
8796      Branch: perl
8797            ! regcomp.sym regnodes.h
8798 ____________________________________________________________________________
8799 [ 27951] By: rgs                                   on 2006/04/24  12:15:58
8800         Log: Subject: [perl #38709] Opening '|-' triggers unjustified taint check 
8801              From: mhasch@cpan.org (via RT) <perlbug-followup@perl.org>
8802              Date: Fri, 10 Mar 2006 20:10:49 -0800
8803              Message-ID: <rt-3.0.11-38709-130993.2.89182805885773@perl.org>
8804      Branch: perl
8805            ! doio.c t/op/taint.t
8806 ____________________________________________________________________________
8807 [ 27950] By: rgs                                   on 2006/04/24  11:59:25
8808         Log: Add regression test for bug #38475
8809      Branch: perl
8810            + t/op/attrhand.t
8811            ! MANIFEST
8812 ____________________________________________________________________________
8813 [ 27949] By: nicholas                              on 2006/04/24  10:52:09
8814         Log: Change 27947 forgot to remove one now-unneeded cast.
8815      Branch: perl
8816            ! sv.c
8817 ____________________________________________________________________________
8818 [ 27948] By: rgs                                   on 2006/04/24  10:33:34
8819         Log: Subject: [perl #38475] attribute multiline fix (in tokenizer) 
8820              From: bas@quarantainenet.nl (via RT) <perlbug-followup@perl.org>
8821              Date: Thu, 09 Feb 2006 06:33:51 -0800
8822              Message-ID: <rt-3.0.11-38475-129844.11.5904582303176@perl.org>
8823      Branch: perl
8824            ! toke.c
8825 ____________________________________________________________________________
8826 [ 27947] By: nicholas                              on 2006/04/24  09:40:58
8827         Log: Following change 27942 it's clear that the return type of
8828              glob_2inpuv_number() should change. Rename it and glob_2inpuv() to
8829              reflect what they do.
8830      Branch: perl
8831            ! embed.fnc embed.h proto.h sv.c
8832 ____________________________________________________________________________
8833 [ 27946] By: rgs                                   on 2006/04/24  08:08:03
8834         Log: Cleanup some gcc warnings
8835              Third and fourth patches from:
8836              Subject: Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2
8837              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
8838              Date: Sun, 23 Apr 2006 04:47:04 +0200
8839              Message-ID: <20060423044704.6a383ee8@r2d2>
8840      Branch: perl
8841            ! mg.c perl.h toke.c
8842 ____________________________________________________________________________
8843 [ 27945] By: rgs                                   on 2006/04/24  08:04:11
8844         Log: A couple of casts to PADOFFSET.
8845              2nd patch from :
8846              Subject: Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2
8847              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
8848              Date: Sun, 23 Apr 2006 04:47:04 +0200
8849              Message-ID: <20060423044704.6a383ee8@r2d2>
8850      Branch: perl
8851            ! op.c pad.c pp.c toke.c
8852 ____________________________________________________________________________
8853 [ 27944] By: rgs                                   on 2006/04/24  08:01:32
8854         Log: Ensure GvNAME doesn't return NULL
8855              First patch from :
8856              Subject: Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2
8857              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
8858              Date: Sun, 23 Apr 2006 04:47:04 +0200
8859              Message-ID: <20060423044704.6a383ee8@r2d2>
8860      Branch: perl
8861            ! embed.fnc gv.c gv.h proto.h
8862 ____________________________________________________________________________
8863 [ 27943] By: rgs                                   on 2006/04/24  07:39:23
8864         Log: Subject: [PATCH] doop.c consting, take 2
8865              From: andy@petdance.com (Andy Lester)
8866              Date: Sun, 23 Apr 2006 20:45:09 -0500
8867              Message-ID: <20060424014509.GA29642@petdance.com>
8868      Branch: perl
8869            ! doop.c embed.fnc proto.h
8870 ____________________________________________________________________________
8871 [ 27942] By: rgs                                   on 2006/04/24  07:27:33
8872         Log: Subject: [PATCH] Refactor S_glob_2inpuv
8873              From: andy@petdance.com (Andy Lester)
8874              Date: Sun, 23 Apr 2006 21:12:39 -0500
8875              Message-ID: <20060424021239.GA5449@petdance.com>
8876      Branch: perl
8877            ! embed.fnc embed.h proto.h sv.c
8878 ____________________________________________________________________________
8879 [ 27941] By: rgs                                   on 2006/04/24  07:14:49
8880         Log: Subject: [PATCH] Inlining static funcs in perl.c
8881              From: andy@petdance.com (Andy Lester)
8882              Date: Sun, 23 Apr 2006 21:50:27 -0500
8883              Message-ID: <20060424025027.GA25998@petdance.com>
8884      Branch: perl
8885            ! embed.fnc embed.h perl.c proto.h
8886 ____________________________________________________________________________
8887 [ 27940] By: nicholas                              on 2006/04/23  20:48:25
8888         Log: Assimilate Test::Harness 2.57_06
8889      Branch: perl
8890            ! lib/Test/Harness.pm lib/Test/Harness/Changes
8891            ! lib/Test/Harness/Straps.pm lib/Test/Harness/bin/prove
8892            ! lib/Test/Harness/t/version.t
8893 ____________________________________________________________________________
8894 [ 27939] By: stevep                                on 2006/04/22  23:08:50
8895         Log: Subject: Update to AUTHORS file
8896              From: Joshua Rodd <joshua@rodd.us>
8897              Date: Sat, 22 Apr 2006 14:39:11 -0400
8898              Message-ID: <20060422183911.GA19435@rodd.us>
8899      Branch: perl
8900            ! AUTHORS
8901 ____________________________________________________________________________
8902 [ 27938] By: nicholas                              on 2006/04/22  09:31:16
8903         Log: "Don't Repeat Yourself" on the "We *really* need to overwrite these
8904              symbols" section.
8905              Minor tweaks to make it possible to use the code unchanged with 5.8.x
8906      Branch: perl
8907            + ext/re/re_comp.h ext/re/re_top.h
8908            ! MANIFEST regcomp.c regexec.c
8909 ____________________________________________________________________________
8910 [ 27937] By: nicholas                              on 2006/04/21  23:08:59
8911         Log: Remove the enable_debugging member from the structure, and instead
8912              decree that state & 1 indicates debugging. This is simpler.
8913      Branch: perl
8914            ! ext/re/re.xs
8915 ____________________________________________________________________________
8916 [ 27936] By: nicholas                              on 2006/04/21  21:40:49
8917         Log: Use a struct to hold the regexp engine state information, to make
8918              swapping possible between more two alternatives.
8919      Branch: perl
8920            ! ext/re/re.xs
8921 ____________________________________________________________________________
8922 [ 27935] By: nicholas                              on 2006/04/21  21:01:42
8923         Log: Merge the install and uninstall routines.
8924      Branch: perl
8925            ! ext/re/re.pm ext/re/re.xs
8926 ____________________________________________________________________________
8927 [ 27934] By: nicholas                              on 2006/04/21  20:38:15
8928         Log: Refactor re.pm slightly. This has no change to documented behaviour,
8929              but anyone mad enought to set ${^RE_DEBUG_FLAGS} and then do
8930              no re 'Debug'; will now find that it will load the debuging version of
8931              the regexp engine.
8932      Branch: perl
8933            ! ext/re/re.pm
8934 ____________________________________________________________________________
8935 [ 27933] By: rgs                                   on 2006/04/21  15:55:38
8936         Log: Subject: [PATCH] Rework threads destruct call
8937              From: "Jerry D. Hedden" <jerry@hedden.us>
8938              Date: Thu, 20 Apr 2006 13:53:20 -0700
8939              Message-ID: <20060420135320.fb30e530d17747c2b054d625b8945d88.ef565d84db.wbe@email.secureserver.net>
8940      Branch: perl
8941            + ext/threads/t/free.t ext/threads/t/free2.t
8942            ! MANIFEST ext/threads/threads.xs
8943 ____________________________________________________________________________
8944 [ 27932] By: rgs                                   on 2006/04/21  13:01:09
8945         Log: Subject: Re: [perl #38904] Text::ParseWords doesn't always handle backslashes correctly 
8946              From: Alexey Toptygin <alexeyt@freeshell.org>
8947              Date: Thu, 20 Apr 2006 15:42:20 +0000 (UTC)
8948              Message-ID: <Pine.NEB.4.62.0604201539380.20332@otaku.freeshell.org>
8949      Branch: perl
8950            ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
8951 ____________________________________________________________________________
8952 [ 27931] By: nicholas                              on 2006/04/21  12:46:43
8953         Log: Why hide functions (and duplicate them) when you can just avoid
8954              compiling them in the first place?
8955      Branch: perl
8956            ! regcomp.c regexec.c
8957 ____________________________________________________________________________
8958 [ 27930] By: nicholas                              on 2006/04/21  11:38:24
8959         Log: Given that use re 'debug' can turn on DEBUGGING even on a non-DEBUGGING
8960              build, we cannot assume that PL_reg_starttry isn't needed. So copy it
8961              in Perl_ss_dup.
8962      Branch: perl
8963            ! sv.c
8964 ____________________________________________________________________________
8965 [ 27927] By: nicholas                              on 2006/04/20  21:27:21
8966         Log: Remove the last traces of explicitly setting HINT_LOCALIZE_HH from
8967              perl modules.
8968      Branch: perl
8969            ! lib/charnames.pm lib/open.pm lib/open.t lib/overload.pm
8970 ____________________________________________________________________________
8971 [ 27925] By: stevep                                on 2006/04/20  20:55:09
8972         Log: Subject: Re: TODO tests and test::harness
8973              From: demerphq <demerphq@gmail.com>
8974              Date: Thu, 20 Apr 2006 22:36:08 +0200
8975              Message-ID: <9b18b3110604201336k5a974f28h732a2819853b995@mail.gmail.com>
8976      Branch: perl
8977            ! lib/Test/Harness.pm lib/Test/Harness/t/version.t
8978 ____________________________________________________________________________
8979 [ 27923] By: rgs                                   on 2006/04/20  20:24:46
8980         Log: Add test boilerplate and use test.pl instead of Test::More
8981      Branch: perl
8982            ! t/op/rxcode.t
8983 ____________________________________________________________________________
8984 [ 27922] By: rgs                                   on 2006/04/20  20:22:23
8985         Log: Add new tests for bug #32840 provided by David Landgren,
8986              as a new file rxcode.t (they mostly test $^R for now)
8987      Branch: perl
8988            + t/op/rxcode.t
8989            ! MANIFEST
8990 ____________________________________________________________________________
8991 [ 27919] By: nicholas                              on 2006/04/20  18:51:02
8992         Log: Tweak change 23256 to continue passing on 5.8.x
8993      Branch: perl
8994            ! lib/base/t/fields.t
8995 ____________________________________________________________________________
8996 [ 27918] By: nicholas                              on 2006/04/20  17:37:31
8997         Log: Convert two ok()s to better constructions.
8998      Branch: perl
8999            ! lib/base/t/fields.t
9000 ____________________________________________________________________________
9001 [ 27917] By: rgs                                   on 2006/04/20  17:25:43
9002         Log: Subject: [REPOST] [PATCH] Remove superfluous counter in threads
9003              From: "Jerry D. Hedden" <jerry@hedden.us>
9004              Date: Wed, 19 Apr 2006 05:32:14 -0700
9005              Message-ID: <20060419053214.fb30e530d17747c2b054d625b8945d88.4606123135.wbe@email.secureserver.net>
9006      Branch: perl
9007            ! ext/threads/threads.pm ext/threads/threads.xs
9008 ____________________________________________________________________________
9009 [ 27913] By: nicholas                              on 2006/04/20  13:54:45
9010         Log: Fix typo in the description of change 21323.
9011      Branch: perl
9012            ! Changes
9013 ____________________________________________________________________________
9014 [ 27912] By: rgs                                   on 2006/04/20  12:59:50
9015         Log: New test for the "Assignment to both a list and a scalar" error,
9016              suggested by Stephen McCamant
9017      Branch: perl
9018            ! t/comp/parser.t
9019 ____________________________________________________________________________
9020 [ 27911] By: davem                                 on 2006/04/20  12:33:09
9021         Log: regmatch(): raplace magic value -1000 with symbolic CHRTEST_VOID
9022      Branch: perl
9023            ! regexec.c
9024 ____________________________________________________________________________
9025 [ 27910] By: rgs                                   on 2006/04/20  10:02:25
9026         Log: Subject: [PATCH] op_type shrinking
9027              From: andy@petdance.com (Andy Lester)
9028              Date: Wed, 19 Apr 2006 23:16:53 -0500
9029              Message-ID: <20060420041653.GA28523@petdance.com>
9030      Branch: perl
9031            ! dump.c sv.c
9032 ____________________________________________________________________________
9033 [ 27909] By: rgs                                   on 2006/04/20  09:35:00
9034         Log: Subject: [PATCH] regexec consting & localizing
9035              From: andy@petdance.com (Andy Lester)
9036              Date: Wed, 19 Apr 2006 12:35:43 -0500
9037              Message-ID: <20060419173543.GA8268@petdance.com>
9038      Branch: perl
9039            ! regexec.c
9040 ____________________________________________________________________________
9041 [ 27908] By: rgs                                   on 2006/04/20  09:04:46
9042         Log: Subject: [PATCH] Localizing vars
9043              From: andy@petdance.com (Andy Lester)
9044              Date: Wed, 19 Apr 2006 23:44:01 -0500
9045              Message-ID: <20060420044401.GA2792@petdance.com>
9046      Branch: perl
9047            ! util.c
9048 ____________________________________________________________________________
9049 [ 27907] By: davem                                 on 2006/04/20  00:30:53
9050         Log: regmatch: merge the greedy and non-greedy branches of CURLYM
9051      Branch: perl
9052            ! regexec.c regexp.h
9053 ____________________________________________________________________________
9054 [ 27906] By: stevep                                on 2006/04/19  16:40:56
9055         Log: Subject: [perl #38892] PATCH: remove spurious warning from Benchmark.pm
9056              From: Linda Walsh (via RT) <perlbug-followup@perl.org>
9057              Date: Mon, 10 Apr 2006 18:53:46 -0700
9058              Message-ID: <rt-3.0.11-38892-132143.0.516271519365361@perl.org>
9059      Branch: perl
9060            ! lib/Benchmark.pm
9061 ____________________________________________________________________________
9062 [ 27905] By: stevep                                on 2006/04/19  16:32:26
9063         Log: Changes to perlfaq8 "How do I find out if I'm running interactively 
9064              or not?" suggested by Slaven Rezic in RT #38901: perlfaq8 correction
9065      Branch: perl
9066            ! pod/perlfaq8.pod
9067 ____________________________________________________________________________
9068 [ 27904] By: stevep                                on 2006/04/19  14:57:36
9069         Log: Add a TODO test for RT #1085: "what should be output of perl -we
9070              'print do { foreach (1, 2) { 1; } }'"
9071      Branch: perl
9072            ! t/cmd/for.t
9073 ____________________________________________________________________________
9074 [ 27903] By: davem                                 on 2006/04/19  13:56:07
9075         Log: regmatch(): make IFMATCH use PUSH_STACK rather than fake recursion
9076      Branch: perl
9077            ! regexec.c regexp.h t/op/re_tests
9078 ____________________________________________________________________________
9079 [ 27902] By: rgs                                   on 2006/04/19  11:38:11
9080         Log: Upgrade to Test::Harness 2.57_05
9081      Branch: perl
9082            + lib/Test/Harness/Util.pm
9083            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Assert.pm
9084            ! lib/Test/Harness/Changes lib/Test/Harness/Point.pm
9085            ! lib/Test/Harness/Straps.pm lib/Test/Harness/TAP.pod
9086            ! lib/Test/Harness/bin/prove lib/Test/Harness/t/inc_taint.t
9087            ! lib/Test/Harness/t/prove-globbing.t
9088            ! lib/Test/Harness/t/prove-switches.t lib/Test/Harness/t/strap.t
9089            ! lib/Test/Harness/t/test-harness.t
9090 ____________________________________________________________________________
9091 [ 27901] By: nicholas                              on 2006/04/19  11:20:08
9092         Log: newCONSTSUB needs to be robust in case CopFILE is NULL.
9093      Branch: perl
9094            ! op.c
9095 ____________________________________________________________________________
9096 [ 27900] By: nicholas                              on 2006/04/19  09:58:19
9097         Log: Oops. Need a macro to convert cv_ckproto() to cv_ckproto_len().
9098      Branch: perl
9099            ! op.h
9100 ____________________________________________________________________________
9101 [ 27899] By: rgs                                   on 2006/04/19  09:34:48
9102         Log: There's a macro to get ${^RE_DEBUG_FLAGS} when debugging,
9103              so use it (and this fixes a valgrind memory access error)
9104      Branch: perl
9105            ! regcomp.c
9106 ____________________________________________________________________________
9107 [ 27898] By: nicholas                              on 2006/04/19  09:22:03
9108         Log: Avoid temporarily writing over the prototype when reporting an error.
9109              (And beef up the relevant tests to really check that it all works).
9110      Branch: perl
9111            ! op.c t/comp/proto.t
9112 ____________________________________________________________________________
9113 [ 27897] By: rgs                                   on 2006/04/19  09:09:14
9114         Log: Replace some Copy() by Move() calls, because valgrind reports
9115              we can have overlapping memory areas here
9116      Branch: perl
9117            ! doop.c
9118 ____________________________________________________________________________
9119 [ 27896] By: nicholas                              on 2006/04/19  08:42:18
9120         Log: Calling cv_undef() on the CV created by newCONSTSUB() would leak like
9121              a Jumblie's preferred maritime craft. To free CvFILE for this case,
9122              take advantage of the 0 length prototype that will also be there,
9123              and hang it from the prototype. To do this properly means changing
9124              code to actually pay attention to SvCUR() on prototypes. It turns out
9125              that we always know the length of the prototype string, so this may
9126              be faster. Certainly, it's a memory saving (even ignoring the leak).
9127      Branch: perl
9128            ! dump.c embed.fnc embed.h global.sym mathoms.c op.c
9129            ! pod/perlapi.pod proto.h sv.c util.c
9130 ____________________________________________________________________________
9131 [ 27895] By: nicholas                              on 2006/04/19  07:55:18
9132         Log: Fix compilation of microperl, which doesn't have INT_MAX.
9133      Branch: perl
9134            ! toke.c
9135 ____________________________________________________________________________
9136 [ 27894] By: nicholas                              on 2006/04/18  19:52:19
9137         Log: Revert 27869 at Jarkko's request.
9138      Branch: perl
9139            ! regcomp.c
9140 ____________________________________________________________________________
9141 [ 27893] By: davem                                 on 2006/04/18  17:03:15
9142         Log: regmatch: fix a || vs | typo in CACHEsayYES and add a test from Hugo.
9143              Also defer altering the cache bit until CACHEsayYES/NO is called
9144      Branch: perl
9145            ! regexec.c t/op/re_tests
9146 ____________________________________________________________________________
9147 [ 27892] By: stevep                                on 2006/04/18  16:47:58
9148         Log: Add a TODO regarding merging the win32 and wince codebases.
9149      Branch: perl
9150            ! pod/perltodo.pod
9151 ____________________________________________________________________________
9152 [ 27891] By: rgs                                   on 2006/04/18  16:05:15
9153         Log: When checking whether perl is built with -g in optimisation
9154              flags, use a more tolerant regexp, because we can now have
9155              things like '-O2 -g'.
9156      Branch: perl
9157            ! Makefile.SH
9158 ____________________________________________________________________________
9159 [ 27890] By: nicholas                              on 2006/04/18  16:03:10
9160         Log: Expand "am I hot or not" into a more general "Profile Perl" section.
9161      Branch: perl
9162            ! pod/perltodo.pod
9163 ____________________________________________________________________________
9164 [ 27889] By: stevep                                on 2006/04/18  15:47:48
9165         Log: A fix to change #27845 to get it to compile with -DPERL_MAD.
9166      Branch: perl
9167            ! dump.c
9168 ____________________________________________________________________________
9169 [ 27888] By: steveh                                on 2006/04/18  15:17:52
9170         Log: Subject: [PATCH] win32/Makefile changes for Windows 64 bit
9171              From: "Jan Dubois" <jand@ActiveState.com>
9172              Date: Mon, 17 Apr 2006 01:48:34 -0700
9173              Message-ID: <036401c661fb$bc7a1200$2217a8c0@candy>
9174              
9175              and make similar changes to win32/makefile.mk
9176              and delete a spurious extra line from that file
9177      Branch: perl
9178            ! win32/Makefile win32/makefile.mk
9179 ____________________________________________________________________________
9180 [ 27887] By: rgs                                   on 2006/04/18  14:02:23
9181         Log: Addition to README.riscos suggested by Nicholas
9182      Branch: perl
9183            ! README.riscos
9184 ____________________________________________________________________________
9185 [ 27886] By: nicholas                              on 2006/04/18  13:18:27
9186         Log: Note that Rafael has done the first cut of state variables.
9187              Document that UTF-8 cleansing the tokeniser and the pads is TODO.
9188      Branch: perl
9189            ! pod/perltodo.pod
9190 ____________________________________________________________________________
9191 [ 27885] By: nicholas                              on 2006/04/18  13:10:35
9192         Log: Relocatable @INC and parallel builds pretty much work now.
9193      Branch: perl
9194            ! pod/perltodo.pod
9195 ____________________________________________________________________________
9196 [ 27884] By: rgs                                   on 2006/04/18  12:48:31
9197         Log: Subject: [PATCH] Support compiling for RISC OS
9198              From: Alex Waugh <alex@alexwaugh.com>
9199              Date: Mon, 17 Apr 2006 00:14:26 +0100
9200              Message-ID: <2498b2184e.ajw498@caramel.cp15.org>
9201      Branch: perl
9202            + README.riscos hints/riscos.sh
9203            ! MANIFEST ext/Errno/Errno_pm.PL hv.c util.c
9204 ____________________________________________________________________________
9205 [ 27883] By: nicholas                              on 2006/04/18  11:18:12
9206         Log: Coverity still thinks that there is a route through do_vop that can
9207              leak resources. I believe that it's spotted that you can skip all the
9208              cases in the switch. Plug that hole.
9209      Branch: perl
9210            ! doop.c
9211 ____________________________________________________________________________
9212 [ 27882] By: nicholas                              on 2006/04/18  10:54:15
9213         Log: Coverity insists that if we deference a pointer without checking, and
9214              subsequently check that same pointer before deferencing it, something
9215              in our code or our logic is bogus. So assert() that it's safe the
9216              first time and remove the second check.
9217      Branch: perl
9218            ! regcomp.c
9219 ____________________________________________________________________________
9220 [ 27881] By: nicholas                              on 2006/04/17  20:50:34
9221         Log: Fix an error, spotted by Tim Bunce.
9222      Branch: perl
9223            ! pod/perlfunc.pod
9224 ____________________________________________________________________________
9225 [ 27880] By: nicholas                              on 2006/04/17  20:41:00
9226         Log: Coderefs in @INC are done and documented.
9227      Branch: perl
9228            ! pod/perltodo.pod
9229 ____________________________________________________________________________
9230 [ 27879] By: nicholas                              on 2006/04/17  20:35:52
9231         Log: Document all the return values that code references in @INC can return.
9232      Branch: perl
9233            ! pod/perlfunc.pod
9234 ____________________________________________________________________________
9235 [ 27878] By: stevep                                on 2006/04/17  20:05:03
9236         Log: Patch to fix RT #31227: perldoc -f, -q ignores extra arguments with no notice.
9237              Never made it to the mailing list though, so, was never found.  Patch
9238              previously provided to the Pod-Perldoc CPAN RT queue.
9239      Branch: perl
9240            ! lib/Pod/Perldoc.pm
9241 ____________________________________________________________________________
9242 [ 27877] By: nicholas                              on 2006/04/17  19:12:23
9243         Log: Coverity is upset about a signed int in ext/Filter/Util/Call/Call.xs,
9244              but the real problem is down in Perl_filter_read() in toke.c.
9245      Branch: perl
9246            ! toke.c
9247 ____________________________________________________________________________
9248 [ 27876] By: nicholas                              on 2006/04/17  18:30:59
9249         Log: Coverity is a persistent beast. Hot on the tails of fixing one leak,
9250              it notices a slightly earlier leak.
9251              (Which also suggests that marking bugs as RESOLVED isn't a great plan,
9252              as it's not clear whether that calls off the dogs of war. I'd much
9253              prefer it to be forced to scan again, and give a positve "all clear"
9254              (or more accurately "nowt wrong I can see with that"))
9255      Branch: perl
9256            ! ext/Storable/Storable.xs
9257 ____________________________________________________________________________
9258 [ 27875] By: nicholas                              on 2006/04/17  16:52:54
9259         Log: Turn on UTF8 cache assertions with -Ca
9260      Branch: perl
9261            ! locale.c perl.c perl.h pod/perlrun.pod util.c
9262 ____________________________________________________________________________
9263 [ 27874] By: nicholas                              on 2006/04/17  16:52:07
9264         Log: Oops. Change 27826 had an error in the definition of BGET_PADOFFSET().
9265      Branch: perl
9266            ! ext/ByteLoader/bytecode.h
9267 ____________________________________________________________________________
9268 [ 27873] By: stevep                                on 2006/04/17  16:49:51
9269         Log: Upgrade to CGI.pm-3.19.
9270      Branch: perl
9271            ! lib/CGI.pm lib/CGI/Changes
9272 ____________________________________________________________________________
9273 [ 27872] By: nicholas                              on 2006/04/17  15:33:21
9274         Log: Note that PVIOs probably aren't worth shrinking. Note 3 possible
9275              subflags for -C if the two Unicode TODOs are done.
9276      Branch: perl
9277            ! pod/perlrun.pod pod/perltodo.pod
9278 ____________________________________________________________________________
9279 [ 27871] By: nicholas                              on 2006/04/17  15:11:03
9280         Log: Subject: Re: [PATCH] update to pp_complement() via Coverity
9281              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
9282              Message-Id: <20060416184044.4ADB.BQW10602@nifty.com>
9283              Date: Sun, 16 Apr 2006 18:45:37 +0900
9284              
9285              Subject: Re: [PATCH] update to pp_complement() via Coverity
9286              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
9287              Message-Id: <20060417230614.20A5.BQW10602@nifty.com>
9288              Date: Mon, 17 Apr 2006 23:06:21 +0900
9289      Branch: perl
9290            ! pp.c t/op/bop.t
9291 ____________________________________________________________________________
9292 [ 27870] By: nicholas                              on 2006/04/17  14:48:13
9293         Log: In Change 27764 I forgot to at PL_hints_mutex to the list of symbols to
9294              exclude when not compiling with ithreads. It would be good to automate
9295              the processing of this.
9296      Branch: perl
9297            ! makedef.pl
9298 ____________________________________________________________________________
9299 [ 27869] By: nicholas                              on 2006/04/17  13:38:30
9300         Log: Subject: [PATCH] (tentative) regcomp.c: try convincing Coverity that data ptr in study_chunk is non-NULL when needed
9301              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
9302              Message-Id: <20060416092648.812D36CF2D@aprikoosi.hut.fi>
9303              Date: Sun, 16 Apr 2006 12:26:48 +0300 (EEST)
9304      Branch: perl
9305            ! regcomp.c
9306 ____________________________________________________________________________
9307 [ 27868] By: nicholas                              on 2006/04/17  13:15:34
9308         Log: Note in av_store() that S_regclass relies on being able to pass NULL.
9309      Branch: perl
9310            ! av.c
9311 ____________________________________________________________________________
9312 [ 27867] By: nicholas                              on 2006/04/17  13:14:55
9313         Log: Add assertions to cover cases where the Coverity scanner thinks we
9314              could are deferencing a NULL pointer, but we think it missed something
9315              it should have been capable of figuring out.
9316      Branch: perl
9317            ! hv.c op.c
9318 ____________________________________________________________________________
9319 [ 27866] By: nicholas                              on 2006/04/17  12:48:43
9320         Log: Add Dave's explainations of why certain pointers are always non-NULL,
9321              and assert() that it is true.
9322      Branch: perl
9323            ! regexec.c
9324 ____________________________________________________________________________
9325 [ 27865] By: stevep                                on 2006/04/17  12:30:08
9326         Log: Subject: [PATCH] fix cygwin build
9327              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
9328              Date: Sun, 16 Apr 2006 18:05:20 -0700
9329              Message-ID: <20060417010520.GA2888@efn.org>
9330      Branch: perl
9331            ! cygwin/Makefile.SHs
9332 ____________________________________________________________________________
9333 [ 27863] By: merijn                                on 2006/04/17  12:18:07
9334         Log: Support for -DDEBUGGING and its alias -DEBUGGING
9335      Branch: perl
9336            ! Configure INSTALL config_h.SH
9337 ____________________________________________________________________________
9338 [ 27862] By: nicholas                              on 2006/04/17  12:07:23
9339         Log: Revert change 27818, as change 27853 fixes the real bug.
9340      Branch: perl
9341            ! sv.c
9342 ____________________________________________________________________________
9343 [ 27861] By: stevep                                on 2006/04/17  11:53:04
9344         Log: Subject: [PATCH] Compress::Zlib
9345              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
9346              Date: Mon, 17 Apr 2006 10:58:30 +0100
9347              Message-ID: <019b01c66205$7dc7ea50$6601a8c0@myopwv.com>
9348      Branch: perl
9349            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
9350            ! ext/Compress/Zlib/t/14gzopen.t
9351 ____________________________________________________________________________
9352 [ 27860] By: nicholas                              on 2006/04/17  11:39:27
9353         Log: Subject: [PATCH] pp_ctl.c caching
9354              From: andy@petdance.com (Andy Lester)
9355              Message-ID: <20060417044035.GA28818@petdance.com>
9356              Date: Sun, 16 Apr 2006 23:40:35 -0500
9357      Branch: perl
9358            ! pp_ctl.c
9359 ____________________________________________________________________________
9360 [ 27859] By: nicholas                              on 2006/04/17  11:37:38
9361         Log: Subject: [PATCH] dooop.c: the strong asserts in Sv* macros could cause memory leakage -- move the macro calls earlier (Coverity CID 84)
9362              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
9363              Message-Id: <20060417071937.C13346CF2D@aprikoosi.hut.fi>
9364              Date: Mon, 17 Apr 2006 10:19:37 +0300 (EEST)
9365      Branch: perl
9366            ! doop.c
9367 ____________________________________________________________________________
9368 [ 27857] By: nicholas                              on 2006/04/17  10:28:40
9369         Log: Revert 27856.
9370      Branch: perl
9371            ! doop.c
9372 ____________________________________________________________________________
9373 [ 27856] By: nicholas                              on 2006/04/17  10:24:58
9374         Log: The danger of piping an mbox to patch is that it contains more than
9375              one message. So both:
9376              
9377              Subject: [PATCH] doop.c: one more code path where memory could leak (Coverity)
9378              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
9379              Message-Id: <20060416081925.680336CF2D@aprikoosi.hut.fi>
9380              Date: Sun, 16 Apr 2006 11:19:25 +0300 (EEST)
9381              
9382              and
9383              
9384              Subject: [PATCH] doop.c: one more code path where memory could leak (Coverity)
9385              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
9386              Message-Id: <20060416081925.680336CF2D@aprikoosi.hut.fi>
9387              Date: Sun, 16 Apr 2006 11:19:25 +0300 (EEST)
9388      Branch: perl
9389            ! doop.c
9390 ____________________________________________________________________________
9391 [ 27855] By: davem                                 on 2006/04/16  23:30:36
9392         Log: generalize the 'continue on success' mechanism of deferred REs
9393      Branch: perl
9394            ! regexec.c regexp.h
9395 ____________________________________________________________________________
9396 [ 27854] By: davem                                 on 2006/04/16  23:12:31
9397         Log: abstract regmatch slab access with SLAB_FIRST and SLAB_LAST macros
9398      Branch: perl
9399            ! regexec.c
9400 ____________________________________________________________________________
9401 [ 27853] By: davem                                 on 2006/04/16  23:07:13
9402         Log: stop PL_op and PL_curpad referring to different pads at start of doeval
9403              (this could make find_uninit_var do Bad Things)
9404      Branch: perl
9405            ! pp_ctl.c
9406 ____________________________________________________________________________
9407 [ 27852] By: nicholas                              on 2006/04/16  21:44:59
9408         Log: Fix bug introduced with change 27841. (len + 1, not just len).
9409      Branch: perl
9410            ! sv.c
9411 ____________________________________________________________________________
9412 [ 27851] By: nicholas                              on 2006/04/16  19:06:19
9413         Log: Coverity is flagging a potential problem because it sees a check for
9414              NULL and assumes that this means that the variable host could be
9415              NULL. It can't, and the check added in change 13291 was a little bit
9416              more than the minimal solution needed for the bug report
9417              [ID 20011126.148]
9418              Hence remove the NULL check.
9419      Branch: perl
9420            ! ext/Socket/Socket.xs
9421 ____________________________________________________________________________
9422 [ 27850] By: nicholas                              on 2006/04/16  18:09:33
9423         Log: Subject: [PATCH] op.c patch, 2nd version
9424              From: andy@petdance.com (Andy Lester)
9425              Message-ID: <20060415042924.GA1786@petdance.com>
9426              Date: Fri, 14 Apr 2006 23:29:24 -0500
9427      Branch: perl
9428            ! op.c
9429 ____________________________________________________________________________
9430 [ 27849] By: nicholas                              on 2006/04/16  15:04:36
9431         Log: A scalar reference returned from a coderef in @INC is treated as the
9432              initial "content" of the file. When it is exhausted input is taken
9433              from a real file handle, or a generator sub, if either exists.
9434      Branch: perl
9435            ! pp_ctl.c t/op/incfilter.t
9436 ____________________________________________________________________________
9437 [ 27848] By: stevep                                on 2006/04/16  14:03:59
9438         Log: Subject: [PATCH] remove some cruft from makedef.pl
9439              From: "Jan Dubois" <jand@ActiveState.com>
9440              Date: Sun, 16 Apr 2006 02:05:00 -0700
9441              Message-ID: <022e01c66134$d7a8dec0$2217a8c0@candy>
9442      Branch: perl
9443            ! embed.fnc global.sym makedef.pl
9444 ____________________________________________________________________________
9445 [ 27847] By: stevep                                on 2006/04/16  13:52:47
9446         Log: Subject: [PATCH] testcase for change #27832
9447              From: "Jan Dubois" <jand@ActiveState.com>
9448              Date: Sun, 16 Apr 2006 00:57:00 -0700
9449              Message-ID: <022a01c6612b$575cb7e0$2217a8c0@candy>
9450      Branch: perl
9451            ! lib/Pod/Html.pm lib/Pod/t/htmllink.pod
9452 ____________________________________________________________________________
9453 [ 27846] By: stevep                                on 2006/04/16  13:44:47
9454         Log: Stray pod/perlapi.pod change found after a regen.
9455      Branch: perl
9456            ! pod/perlapi.pod
9457 ____________________________________________________________________________
9458 [ 27845] By: stevep                                on 2006/04/16  13:43:01
9459         Log: Subject: [PATCH] dump.c patch redux
9460              From: andy@petdance.com (Andy Lester)
9461              Date: Sun, 16 Apr 2006 00:29:36 -0500
9462              Message-ID: <20060416052936.GA19143@petdance.com>
9463      Branch: perl
9464            ! dump.c embed.fnc embed.h proto.h
9465 ____________________________________________________________________________
9466 [ 27843] By: nicholas                              on 2006/04/16  13:25:18
9467         Log: Perl_do_vop can profitably use Perl_sv_usepvn_flags, as it has
9468              allocated space for an initialised a trailing NUL.
9469      Branch: perl
9470            ! doop.c
9471 ____________________________________________________________________________
9472 [ 27842] By: nicholas                              on 2006/04/16  12:06:57
9473         Log: In Perl_sv_usepvn_flags, assert() that the caller has RTFM.
9474      Branch: perl
9475            ! sv.c
9476 ____________________________________________________________________________
9477 [ 27841] By: nicholas                              on 2006/04/16  11:35:38
9478         Log: Provide a new flag for sv_usepvn_flags, SV_HAS_TRAILING_NUL, which
9479              signals that the buffer passed in is already well-formed for use as
9480              SvPVX (i.e. it is followed by a trailing NUL), and hence the realloc()
9481              to add a NUL can be skipped.
9482      Branch: perl
9483            ! pp.c sv.c sv.h
9484 ____________________________________________________________________________
9485 [ 27840] By: nicholas                              on 2006/04/16  11:03:28
9486         Log: Merge sv_usepvn and sv_usepvn_mg into sv_usepvn_flags. "Promote" the
9487              other two to mathoms.c
9488      Branch: perl
9489            ! embed.fnc embed.h global.sym mathoms.c proto.h sv.c sv.h
9490 ____________________________________________________________________________
9491 [ 27839] By: nicholas                              on 2006/04/16  10:37:46
9492         Log: In Perl_sv_usepvn(), force a move under DEBUGGING to shake out caller
9493              bugs.
9494      Branch: perl
9495            ! sv.c
9496 ____________________________________________________________________________
9497 [ 27838] By: nicholas                              on 2006/04/16  10:37:04
9498         Log: Fix htmllink.t to cater for the case where perladmin isn't an empty
9499              string.
9500      Branch: perl
9501            ! lib/Pod/t/htmllink.t
9502 ____________________________________________________________________________
9503 [ 27837] By: nicholas                              on 2006/04/16  09:36:18
9504         Log: Coverity notes that we might be dereferencing fgv before a check that
9505              it's not NULL. In fact, the code ordering meant that one "if (fgv)"
9506              would always be true. So fix this.
9507      Branch: perl
9508            ! pp_sys.c
9509 ____________________________________________________________________________
9510 [ 27836] By: stevep                                on 2006/04/16  05:24:04
9511         Log: Subject: [PATCH] update to pp_complement() via Coverity
9512              From: andy@petdance.com (Andy Lester)
9513              Date: Sun, 16 Apr 2006 00:14:23 -0500
9514              Message-ID: <20060416051423.GA17063@petdance.com>
9515      Branch: perl
9516            ! pp.c
9517 ____________________________________________________________________________
9518 [ 27835] By: stevep                                on 2006/04/16  05:17:57
9519         Log: Subject: [PATCH] clean up hv_assert()
9520              From: andy@petdance.com (Andy Lester)
9521              Date: Sat, 15 Apr 2006 23:18:27 -0500
9522              Message-ID: <20060416041827.GA3031@petdance.com>
9523      Branch: perl
9524            ! hv.c
9525 ____________________________________________________________________________
9526 [ 27834] By: stevep                                on 2006/04/16  05:12:56
9527         Log: Subject: [PATCH] Removed unused var in a macro
9528              From: andy@petdance.com (Andy Lester)
9529              Date: Sat, 15 Apr 2006 23:32:53 -0500
9530              Message-ID: <20060416043253.GA3438@petdance.com>
9531      Branch: perl
9532            ! thread.h
9533 ____________________________________________________________________________
9534 [ 27833] By: stevep                                on 2006/04/16  04:59:19
9535         Log: Subject: [PATCH] Change anchor generation in Pod::Html for "=item item 2"
9536              From: "Jan Dubois" <jand@ActiveState.com>
9537              Date: Fri, 14 Apr 2006 13:13:20 -0700
9538              Message-ID: <017a01c65fff$dfd0f370$2217a8c0@candy>
9539      Branch: perl
9540            ! lib/Pod/Html.pm lib/Pod/t/htmllink.t
9541 ____________________________________________________________________________
9542 [ 27832] By: stevep                                on 2006/04/16  04:50:15
9543         Log: Subject: [PATCH] Pod::Html::depod() doesn't work correctly for multi-line strings
9544              From: "Jan Dubois" <jand@ActiveState.com>
9545              Date: Mon, 10 Apr 2006 15:32:23 -0700
9546              Message-ID: <017b01c65cee$a2f5fe00$6062a8c0@candy>
9547      Branch: perl
9548            ! lib/Pod/Html.pm
9549 ____________________________________________________________________________
9550 [ 27831] By: stevep                                on 2006/04/16  04:41:34
9551         Log: Subject: [PATCH] Missing part of change 25186
9552              From: "Jan Dubois" <jand@ActiveState.com>
9553              Date: Thu, 13 Apr 2006 18:26:29 -0700
9554              Message-ID: <009401c65f62$74fded70$2217a8c0@candy>
9555      Branch: perl
9556            ! lib/Pod/t/htmllink.t
9557 ____________________________________________________________________________
9558 [ 27830] By: stevep                                on 2006/04/16  04:37:46
9559         Log: Subject: [PATCH] Missing part of change 25676
9560              From: "Jan Dubois" <jand@ActiveState.com>
9561              Date: Thu, 13 Apr 2006 18:19:26 -0700
9562              Message-ID: <009001c65f61$78866d60$2217a8c0@candy>
9563      Branch: perl
9564            ! lib/Pod/t/htmllink.t
9565 ____________________________________________________________________________
9566 [ 27829] By: nicholas                              on 2006/04/15  23:51:10
9567         Log: Subject: [PATCH] Handle null io in leavewrite (not possible?) (Coverity)
9568              From: bah@longitude.com
9569              Message-ID: <1661.38.96.138.153.1145124821.squirrel@mail.longitude.com>
9570              Date: Sat, 15 Apr 2006 14:13:41 -0400 (EDT)
9571      Branch: perl
9572            ! pp_sys.c
9573 ____________________________________________________________________________
9574 [ 27828] By: nicholas                              on 2006/04/15  23:41:23
9575         Log: Subject: [PATCH] Potential (?) memory leak in Storable.xs (Coverity)
9576              From: bah@longitude.com
9577              Message-ID: <1561.38.96.138.153.1145123650.squirrel@mail.longitude.com>
9578              Date: Sat, 15 Apr 2006 13:54:10 -0400 (EDT)
9579      Branch: perl
9580            ! ext/Storable/Storable.xs
9581 ____________________________________________________________________________
9582 [ 27827] By: nicholas                              on 2006/04/15  22:44:30
9583         Log: Teach Perl_do_sv_dump how to cope with IOs that have bogus things in
9584              GV slots. (Which source filters are prone to do to them).
9585      Branch: perl
9586            ! dump.c
9587 ____________________________________________________________________________
9588 [ 27826] By: nicholas                              on 2006/04/15  21:50:12
9589         Log: Coverity was getting upset about an assignment from a function
9590              returning int to a U8 variable. Curiously it was only getting upset
9591              about the first of many.
9592              However, we are doing NO ERROR CHECKING on whether we read in the
9593              requested number of bytes of bytecode. All except BGET_op_tr_array
9594              will now croak on a short read.
9595      Branch: perl
9596            ! ext/ByteLoader/bytecode.h
9597 ____________________________________________________________________________
9598 [ 27825] By: nicholas                              on 2006/04/15  21:43:13
9599         Log: Coverity reports that Storable can potentially cause a NULL pointer
9600              dereference while iterating a hash. This should never happen unless
9601              the hash lies about how many keys it has, so croak if a fib is spotted.
9602      Branch: perl
9603            ! ext/Storable/Storable.xs
9604 ____________________________________________________________________________
9605 [ 27824] By: nicholas                              on 2006/04/15  21:11:44
9606         Log: Coverity notes that resource are leaked in the unfinished and never
9607              called function _utf8_to_bytes.
9608      Branch: perl
9609            ! ext/Encode/Encode.xs
9610 ____________________________________________________________________________
9611 [ 27823] By: nicholas                              on 2006/04/15  20:55:20
9612         Log: Coverity correctly reports that gv might (just) be NULL. So don't
9613              derefernece it if it is.
9614      Branch: perl
9615            ! ext/IO/IO.pm ext/IO/IO.xs
9616 ____________________________________________________________________________
9617 [ 27822] By: nicholas                              on 2006/04/15  20:54:44
9618         Log: Update the assertion to a croak "Out of range special SV number"
9619              to give ByteLoader more meaningful failure diagnostics.
9620      Branch: perl
9621            ! ext/ByteLoader/bytecode.h
9622 ____________________________________________________________________________
9623 [ 27821] By: nicholas                              on 2006/04/15  20:19:22
9624         Log: I believe that it makes little sense for the simple user filters
9625              provided by coderefs to be run in block mode. Hence always read from
9626              the upstream filter in line mode, and always call the user's filter
9627              with 1 line.
9628      Branch: perl
9629            ! pp_ctl.c
9630 ____________________________________________________________________________
9631 [ 27820] By: nicholas                              on 2006/04/15  20:01:58
9632         Log: Fix a bug - the introduction of the caching code means that we should
9633              initialise the SV upstream after it.
9634              assert that filter_sub is always non-null now.
9635      Branch: perl
9636            ! pp_ctl.c
9637 ____________________________________________________________________________
9638 [ 27819] By: nicholas                              on 2006/04/15  19:37:32
9639         Log: Augment the user filter caching code so that if the user filter returns
9640              multiple lines, only one line at a time is returned.
9641              Rename the variable len to status, as it is the status value.
9642      Branch: perl
9643            ! pp_ctl.c t/op/incfilter.t
9644 ____________________________________________________________________________
9645 [ 27818] By: nicholas                              on 2006/04/15  19:17:51
9646         Log: Deep in the bowels of creating new and exciting bugs, I managed to
9647              segfault the uninitialised value reporting code. This protects against
9648              the segfault.
9649      Branch: perl
9650            ! sv.c
9651 ____________________________________________________________________________
9652 [ 27817] By: nicholas                              on 2006/04/15  18:08:04
9653         Log: $foo .= $bar doesn't warn if $foo is undefined, so simplify code.
9654      Branch: perl
9655            ! t/op/incfilter.t
9656 ____________________________________________________________________________
9657 [ 27816] By: nicholas                              on 2006/04/15  18:05:12
9658         Log: If the downstream caller wants block mode, and we're in line mode,
9659              then don't return more bytes than they asked for. Hold bytes over
9660              until next time if necessary.
9661      Branch: perl
9662            ! pp_ctl.c t/op/incfilter.t
9663 ____________________________________________________________________________
9664 [ 27815] By: nicholas                              on 2006/04/15  17:00:54
9665         Log: Eliminate the filter_child_proc hack from pp_require.
9666      Branch: perl
9667            ! pp_ctl.c
9668 ____________________________________________________________________________
9669 [ 27814] By: nicholas                              on 2006/04/15  16:43:22
9670         Log: If you return void from a filter subroutine, the caller's status is
9671              used. If not, your last statement is the return value, and if it keeps
9672              being +ve you'll never hit EOF.
9673              The probably should be a sanity check for this in toke.c, but I'm not
9674              sure how.
9675      Branch: perl
9676            ! t/op/incfilter.t
9677 ____________________________________________________________________________
9678 [ 27813] By: nicholas                              on 2006/04/15  16:42:23
9679         Log: Tests for having multiple pipes open simultaneously.
9680              (See comment added in change 3771 about this apparently being buggy)
9681      Branch: perl
9682            ! t/op/inccode.t
9683 ____________________________________________________________________________
9684 [ 27812] By: nicholas                              on 2006/04/15  13:45:13
9685         Log: Add more tests for the builtin source filter implementation, and fix
9686              two bugs - it would loop infinitely if data were already in the read
9687              buffer, and it would process those data twice.
9688      Branch: perl
9689            ! pp_ctl.c t/op/incfilter.t
9690 ____________________________________________________________________________
9691 [ 27811] By: nicholas                              on 2006/04/15  11:59:26
9692         Log: Add a test for source filters returned from code references in @INC.
9693      Branch: perl
9694            + t/op/incfilter.t
9695            ! MANIFEST
9696 ____________________________________________________________________________
9697 [ 27810] By: nicholas                              on 2006/04/15  11:22:29
9698         Log: Bump the expect file count in readdir.t. We keep writing more tests.
9699      Branch: perl
9700            ! t/op/readdir.t
9701 ____________________________________________________________________________
9702 [ 27809] By: nicholas                              on 2006/04/15  10:51:48
9703         Log: Subject: [PATCH] perlio.c: layer data might be allocated and unused (Coverity)
9704              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
9705              Message-Id: <20060415082417.24F0A6D08C@ugli.hut.fi>
9706              Date: Sat, 15 Apr 2006 11:24:17 +0300 (EEST)
9707              
9708              (with a correction)
9709      Branch: perl
9710            ! perlio.c
9711 ____________________________________________________________________________
9712 [ 27808] By: craigb                                on 2006/04/15  06:05:44
9713         Log: Fix bug in prime_env_iter where the terms of a comparison were reversed
9714              so we thought we didn't have a logical name table when we did.  Reported as:
9715              Subject: LWP::Simple crashes on VMSperl
9716              From: "juna" <ggl.20.jj...@spamgourmet.com>
9717              Date: 24 Mar 2006 13:52:41 -0800
9718              Newsgroups: comp.os.vms,comp.lang.perl.misc
9719              Message-ID: <1143237161.931669.48370@t31g2000cwb.googlegroups.com>
9720      Branch: perl
9721            ! vms/vms.c
9722 ____________________________________________________________________________
9723 [ 27807] By: craigb                                on 2006/04/15  00:45:26
9724         Log: Honor READALL privilege in cando_by_name (from Scott
9725              Lepage of HP OpenVMS Engineering)
9726      Branch: perl
9727            ! vms/vms.c
9728 ____________________________________________________________________________
9729 [ 27806] By: craigb                                on 2006/04/15  00:42:41
9730         Log: Don't die after SS$_NOPRIV in Perl_vmssetenv, courtesy
9731              of Scott Lepage at HP.
9732      Branch: perl
9733            ! vms/vms.c
9734 ____________________________________________________________________________
9735 [ 27805] By: nicholas                              on 2006/04/14  20:44:27
9736         Log: Change SAVECOPWARNINGS(c) to SAVECOMPILEWARNINGS() - it's only used to
9737              save the warnings on PL_compiling, so constraining its use to what we
9738              can test seems to make sense. Particularly as testing Perl_ss_dup is
9739              tricky.
9740      Branch: perl
9741            ! op.c pp_ctl.c scope.c scope.h sv.c
9742 ____________________________________________________________________________
9743 [ 27804] By: nicholas                              on 2006/04/14  19:44:34
9744         Log: In the description of require, clarify the file handle return and why
9745              C<INC> must be qualified.
9746      Branch: perl
9747            ! pod/perlfunc.pod
9748 ____________________________________________________________________________
9749 [ 27803] By: nicholas                              on 2006/04/14  16:43:03
9750         Log: S_glob_2inpuv() did not check if lenp was NULL. Oops.
9751      Branch: perl
9752            ! sv.c
9753 ____________________________________________________________________________
9754 [ 27802] By: nicholas                              on 2006/04/14  16:18:30
9755         Log: Replace explict "/dev/null" with BIT_BUCKET, which varies by platform.
9756      Branch: perl
9757            ! pp_ctl.c
9758 ____________________________________________________________________________
9759 [ 27801] By: rgs                                   on 2006/04/14  16:11:19
9760         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)
9761              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
9762              Date: Thu, 13 Apr 2006 19:20:46 +0300 (EEST)
9763              Message-Id: <20060413162046.5F9636D08C@ugli.hut.fi>
9764      Branch: perl
9765            ! doop.c pod/perlapi.pod sv.c t/op/bop.t
9766 ____________________________________________________________________________
9767 [ 27800] By: nicholas                              on 2006/04/14  14:45:04
9768         Log: Mark new_warnings_bitfield as XE, and add it to __DATA__ in makedef.pl
9769              Remove a reference to the deleted function Perl_refcounted_he_dup.
9770      Branch: perl
9771            ! embed.fnc embed.h global.sym makedef.pl
9772 ____________________________________________________________________________
9773 [ 27799] By: stevep                                on 2006/04/14  12:16:01
9774         Log: Subject: [PATCH] IO::Compress::*
9775              From: Paul Marquess <paul.marquess@ntlworld.com>
9776              Date: Fri, 14 Apr 2006 09:05:39 +0100
9777              Message-ID: <004f01c65f9a$3871eb30$2405140a@myopwv.com>
9778      Branch: perl
9779            ! ext/Compress/IO/Base/Changes
9780            ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm
9781            ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
9782            ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
9783            ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
9784            ! ext/Compress/IO/Zlib/Changes ext/Compress/IO/Zlib/README
9785            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm
9786            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm
9787            ! ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm
9788            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm
9789            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm
9790            ! ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm
9791            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm
9792            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm
9793            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm
9794            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
9795            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
9796            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
9797            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
9798            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
9799            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
9800            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
9801            ! ext/Compress/IO/Zlib/t/105oneshot-zip-only.t
9802            ! ext/Compress/Raw/Zlib/README
9803            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
9804            ! ext/Compress/Zlib/README
9805            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
9806            ! t/lib/compress/generic.pl
9807 ____________________________________________________________________________
9808 [ 27798] By: nicholas                              on 2006/04/14  11:50:56
9809         Log: Subject: [PATCH] perlio.c: (Coverity) eliminate temp ptr that confuses Coverity into thinking there is a resource leak
9810              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
9811              Message-Id: <20060414085644.94A076D08C@ugli.hut.fi>
9812              Date: Fri, 14 Apr 2006 11:56:44 +0300 (EEST)
9813      Branch: perl
9814            ! perlio.c
9815 ____________________________________________________________________________
9816 [ 27797] By: stevep                                on 2006/04/14  11:26:59
9817         Log: Reverting change #27791 which may cause corruption addition corruption
9818              within a regular expression.
9819      Branch: perl
9820            ! regexec.c
9821 ____________________________________________________________________________
9822 [ 27796] By: rgs                                   on 2006/04/14  08:42:27
9823         Log: Fix implementation of threads->_handle on unixes.
9824              See :
9825              Subject: RE: [PATCH] 2nd patch to sync blead 'threads' with CPAN [REPOST]
9826              From: "Jerry D. Hedden" <jerry@hedden.us>
9827              Date: Tue, 04 Apr 2006 09:25:20 -0700
9828              Message-ID: <20060404092520.fb30e530d17747c2b054d625b8945d88.4a8a6b16c9.wbe@email.email.secureserver.net>
9829      Branch: perl
9830            ! ext/threads/threads.xs
9831 ____________________________________________________________________________
9832 [ 27795] By: nicholas                              on 2006/04/13  21:59:52
9833         Log: (Hopefully) fix coredumps in ByteLoader, which were a side effect of
9834              fixing a bug in B, and non-robust autogenerated code. When
9835              autogenerating initialiser statements for an array, it's a bad plan to
9836              have the size of that array hard coded.
9837      Branch: perl
9838            ! bytecode.pl ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
9839 ____________________________________________________________________________
9840 [ 27794] By: davem                                 on 2006/04/13  18:31:54
9841         Log: eliminate PL_regbol PL_regtill PL_regnarrate PL_reg_ganch PL_reg_sv
9842              (only another 434 to go ...)
9843      Branch: perl
9844            ! embed.fnc proto.h regexec.c regexp.h sv.c
9845 ____________________________________________________________________________
9846 [ 27793] By: davem                                 on 2006/04/13  17:16:41
9847         Log: disable 'split /(?{ split "" })/' test until recursive split is fixed
9848      Branch: perl
9849            ! t/op/pat.t
9850 ____________________________________________________________________________
9851 [ 27792] By: nicholas                              on 2006/04/13  16:14:23
9852         Log: Remove SAVEt_FREESHAREDPV, as nothing is using it, and it isn't catered
9853              for in Perl_ss_dup, hence nothing is testing it and nothing will alert
9854              us if it breaks.
9855      Branch: perl
9856            ! scope.c scope.h
9857 ____________________________________________________________________________
9858 [ 27791] By: stevep                                on 2006/04/13  15:08:04
9859         Log: Add another NULL check thanks to Coverity.
9860      Branch: perl
9861            ! regexec.c
9862 ____________________________________________________________________________
9863 [ 27790] By: nicholas                              on 2006/04/13  14:14:57
9864         Log: For duping SAVEHINTS it rather helps if you pay attention to what is
9865              actually being pushed onto the save stack.
9866      Branch: perl
9867            ! sv.c
9868 ____________________________________________________________________________
9869 [ 27789] By: nicholas                              on 2006/04/13  13:53:55
9870         Log: Subject: [PATCH] regexec.c: (Coverity) add NULL check
9871              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
9872              Message-Id: <200604131252.k3DCqFUL497781@kosh.hut.fi>
9873              Date: Thu, 13 Apr 2006 15:52:15 +0300 (EEST)
9874      Branch: perl
9875            ! regexec.c
9876 ____________________________________________________________________________
9877 [ 27788] By: nicholas                              on 2006/04/13  13:28:50
9878         Log: Subject: [PATCH] regexec.c: (Coverity) move NULL check even earlier
9879              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
9880              Message-Id: <200604131239.k3DCdXhe124107@kosh.hut.fi>
9881              Date: Thu, 13 Apr 2006 15:39:33 +0300 (EEST)
9882      Branch: perl
9883            ! regexec.c
9884 ____________________________________________________________________________
9885 [ 27787] By: nicholas                              on 2006/04/13  13:02:30
9886         Log: Add a break; to the end of the SAVEt_COP_WARNINGS case, and don't try
9887              to dereference cop_hints if it's NULL.
9888      Branch: perl
9889            ! sv.c
9890 ____________________________________________________________________________
9891 [ 27786] By: nicholas                              on 2006/04/13  12:40:24
9892         Log: Fix B and ByteLoader to cope with cop_warnings no longer being an SV.
9893      Branch: perl
9894            ! bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
9895            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
9896 ____________________________________________________________________________
9897 [ 27785] By: nicholas                              on 2006/04/13  10:46:32
9898         Log: Add SAVEt_COP_WARNINGS to ss_dup.
9899      Branch: perl
9900            ! sv.c
9901 ____________________________________________________________________________
9902 [ 27784] By: nicholas                              on 2006/04/13  10:09:20
9903         Log: Subject: Re: [PATCH] add pTHX_ parameter to new_warnings_bitfield()
9904              From: Steve Hay <steve.hay@uk.radan.com>
9905              Message-ID: <443E1998.9090909@uk.radan.com>
9906              Date: Thu, 13 Apr 2006 10:27:52 +0100
9907      Branch: perl
9908            ! embed.fnc mg.c perl.c pp_ctl.c proto.h util.c
9909 ____________________________________________________________________________
9910 [ 27783] By: davem                                 on 2006/04/13  02:20:33
9911         Log: eliminate PL_reg_re
9912              (only another 439 to go ...)
9913      Branch: perl
9914            ! embed.fnc embed.h pod/perlintern.pod proto.h regcomp.c
9915            ! regexec.c regexp.h sv.c
9916 ____________________________________________________________________________
9917 [ 27782] By: davem                                 on 2006/04/12  23:51:57
9918         Log: Subject: [perl #38906] Regex engine does not release MINMOD
9919              From: "Animator via RT" <perlbug-followup@perl.org>
9920              Message-ID: <rt-3.0.11-38906-132222.3.24032491323436@perl.org>
9921              Date: Wed, 12 Apr 2006 15:27:41 -0700
9922              
9923              zero-length minimum matches that failed could leak into a following
9924              maximal match
9925      Branch: perl
9926            ! regexec.c t/op/re_tests
9927 ____________________________________________________________________________
9928 [ 27781] By: nicholas                              on 2006/04/12  23:17:18
9929         Log: D'oh! Don't try to do #ifdefs inside "functions" that are actually
9930              macros.
9931      Branch: perl
9932            ! hv.c
9933 ____________________________________________________________________________
9934 [ 27780] By: nicholas                              on 2006/04/12  22:49:58
9935         Log: Add tests for all the other types that %^H serialisation is supposed
9936              to support. In the process, found and corrected a bug.
9937              Tests are good, m'kay.
9938      Branch: perl
9939            ! hv.c t/op/caller.t
9940 ____________________________________________________________________________
9941 [ 27779] By: nicholas                              on 2006/04/12  22:45:12
9942         Log: Change cop_warnings from an SV holding the warnings bitmask to a
9943              directly (shared) malloc()ed buffer holding the warnings bitmask.
9944              This avoids bugs/crashes when the interpreter that created an optree
9945              is freed but the optree remains in use by other interpreters.
9946      Branch: perl
9947            ! cop.h embed.fnc embed.h mg.c op.c perl.c pp_ctl.c proto.h
9948            ! scope.c scope.h sv.c util.c warnings.h warnings.pl
9949 ____________________________________________________________________________
9950 [ 27778] By: davem                                 on 2006/04/12  22:43:03
9951         Log: Remove the final recursion path from S_regmatch:  (??{...})
9952              Also put PUSH/POP_STATE infastructure in place
9953              Also eliminate PL_reg_call_cc
9954              (only another 440 global vars to go ...)
9955      Branch: perl
9956            ! regexec.c regexp.h sv.c
9957 ____________________________________________________________________________
9958 [ 27777] By: nicholas                              on 2006/04/12  16:18:30
9959         Log: Test that we can do embedded 0 bytes in hints.
9960      Branch: perl
9961            ! t/op/caller.t
9962 ____________________________________________________________________________
9963 [ 27776] By: nicholas                              on 2006/04/12  16:01:08
9964         Log: Store cop_hints as a shared structure without using any SVs (on
9965              ithreads).
9966      Branch: perl
9967            ! hv.c hv.h
9968 ____________________________________________________________________________
9969 [ 27775] By: nicholas                              on 2006/04/12  14:14:50
9970         Log: Remove Perl_refcounted_he_copy and Perl_refcounted_he_dup.
9971      Branch: perl
9972            ! embed.fnc embed.h hv.c proto.h
9973 ____________________________________________________________________________
9974 [ 27774] By: nicholas                              on 2006/04/12  12:31:29
9975         Log: Newxz() can use calloc() rather than malloc(), as the implementation
9976              of calloc() may know that it has fresh pages from the OS, and so
9977              doesn't need to zero them itself. Plus our object code should be
9978              slightly smaller.
9979      Branch: perl
9980            ! handy.h
9981 ____________________________________________________________________________
9982 [ 27773] By: nicholas                              on 2006/04/12  12:01:38
9983         Log: As OPs are shared between threads, they should be using
9984              PerlMemShared_*alloc functions, rather than per-thread *alloc()s.
9985      Branch: perl
9986            ! op.c op.h
9987 ____________________________________________________________________________
9988 [ 27772] By: nicholas                              on 2006/04/11  22:17:25
9989         Log: Subject: [PATCH] regexec.c: move NULL check earlier to make Coverity happier
9990              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
9991              Message-Id: <200604112004.k3BK4mV3097400@kosh.hut.fi>
9992              Date: Tue, 11 Apr 2006 23:04:48 +0300 (EEST)
9993      Branch: perl
9994            ! regexec.c
9995 ____________________________________________________________________________
9996 [ 27771] By: nicholas                              on 2006/04/11  21:53:33
9997         Log: Subject: [PATCH] regcomp.c (try II): use &PL_sv_undef for listsv as suggested by Nick
9998              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
9999              Message-Id: <200604112053.k3BKrPgk310001@kosh.hut.fi>
10000              Date: Tue, 11 Apr 2006 23:53:25 +0300 (EEST)
10001      Branch: perl
10002            ! regcomp.c
10003 ____________________________________________________________________________
10004 [ 27770] By: nicholas                              on 2006/04/11  21:03:48
10005         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
10006              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
10007              Message-Id: <200604112039.k3BKdWix334525@kosh.hut.fi>
10008              Date: Tue, 11 Apr 2006 23:39:32 +0300 (EEST)
10009      Branch: perl
10010            ! perlio.c
10011 ____________________________________________________________________________
10012 [ 27769] By: nicholas                              on 2006/04/11  19:47:15
10013         Log: Subject: [PATCH] locale.c: more Safefree() (Coverity finding)
10014              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
10015              Message-Id: <200604111908.k3BJ8ewn030950@kosh.hut.fi>
10016              Date: Tue, 11 Apr 2006 22:08:40 +0300 (EEST)
10017      Branch: perl
10018            ! locale.c
10019 ____________________________________________________________________________
10020 [ 27768] By: nicholas                              on 2006/04/11  19:26:48
10021         Log: First stab at using the pad to store the serialised hints data.
10022              This approach is almost certainly not only wrong, but also doomed.
10023              But it's needed to build a correct solution.
10024      Branch: perl
10025            ! hv.c hv.h op.c pp_ctl.c scope.h sv.c
10026 ____________________________________________________________________________
10027 [ 27767] By: nicholas                              on 2006/04/11  18:06:30
10028         Log: Within Perl_newSVhek, inline most of newSVpvn_share(), because
10029              share_hek_hek() is far more efficient than sharepvn().
10030      Branch: perl
10031            ! sv.c
10032 ____________________________________________________________________________
10033 [ 27766] By: nicholas                              on 2006/04/11  16:17:13
10034         Log: Stop Perl_newSVpvn_share() potentially leaking the return result from
10035              bytes_from_utf8().
10036      Branch: perl
10037            ! sv.c
10038 ____________________________________________________________________________
10039 [ 27764] By: nicholas                              on 2006/04/11  13:47:05
10040         Log: Need to migrate the refcounted_he structure to be properly shared.
10041              Add a mutex for manipulated their reference counts.
10042              Unwrap the structure, so that for ithreads it can store SVs in pads.
10043      Branch: perl
10044            ! dosish.h embedvar.h hv.c hv.h perl.c perlapi.h perlvars.h
10045            ! symbian/symbianish.h unixish.h vms/vmsish.h win32/win32.c
10046            ! wince/wince.c
10047 ____________________________________________________________________________
10048 [ 27763] By: rgs                                   on 2006/04/11  07:54:23
10049         Log: Subject: [PATCH] Quiet a coverity problem
10050              From: andy@petdance.com (Andy Lester)
10051              Date: Mon, 10 Apr 2006 23:51:50 -0500
10052              Message-ID: <20060411045150.GA1422@petdance.com>
10053      Branch: perl
10054            ! pp.c
10055 ____________________________________________________________________________
10056 [ 27762] By: nicholas                              on 2006/04/10  19:55:49
10057         Log: All S_dumpuntil()'s regnode pointer arguments can be const.
10058      Branch: perl
10059            ! embed.fnc proto.h regcomp.c
10060 ____________________________________________________________________________
10061 [ 27761] By: nicholas                              on 2006/04/10  17:48:04
10062         Log: Perl_unsharepvn() was no longer being used in core, and changes to
10063              S_unshare_hek_or_pvn() had broken it. Now fixed and tested.
10064      Branch: perl
10065            ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/hash.t hv.c
10066 ____________________________________________________________________________
10067 [ 27760] By: merijn                                on 2006/04/10  16:35:30
10068         Log: config_H being the last part of my mkglossary work
10069      Branch: perl
10070            ! Porting/config_H
10071 ____________________________________________________________________________
10072 [ 27758] By: merijn                                on 2006/04/10  16:14:32
10073         Log: Regeneration of Glossary and the underlying tools.
10074      Branch: perl
10075            ! Porting/Glossary Porting/config.sh
10076 ____________________________________________________________________________
10077 [ 27757] By: rgs                                   on 2006/04/10  15:46:27
10078         Log: Subject: [PATCH] Fix coverity warning in utf8.c
10079              From: Andy Dougherty <doughera@lafayette.edu>
10080              Date: Mon, 10 Apr 2006 11:18:35 -0400 (EDT)
10081              Message-ID: <Pine.SOC.4.62.0604101117450.22851@maxwell.phys.lafayette.edu>
10082      Branch: perl
10083            ! utf8.c
10084 ____________________________________________________________________________
10085 [ 27756] By: nicholas                              on 2006/04/10  12:21:34
10086         Log: Subject: [PATCH] pp_sys.c: some Coverity findings: NULL guards for format cv
10087              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
10088              Message-Id: <20060408155541.46B796D08C@ugli.hut.fi>
10089              Date: Sat,  8 Apr 2006 18:55:41 +0300 (EEST)
10090      Branch: perl
10091            ! pp_sys.c t/op/write.t
10092 ____________________________________________________________________________
10093 [ 27755] By: nicholas                              on 2006/04/10  11:56:21
10094         Log: Subject: [PATCH] pp_sys.c: some Coverity findings: NULL guards for io pointers
10095              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
10096              Message-Id: <20060408155232.4C9726D08C@ugli.hut.fi>
10097              Date: Sat,  8 Apr 2006 18:52:32 +0300 (EEST)
10098      Branch: perl
10099            ! pp_sys.c
10100 ____________________________________________________________________________
10101 [ 27754] By: nicholas                              on 2006/04/10  11:12:26
10102         Log: Subject: [PATCH]es: quiet some warnings (with a free AIX cpp insanity avoidance tip)
10103              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
10104              Message-ID: <44375F23.6030900@gmail.com>
10105              Date: Sat, 08 Apr 2006 09:58:43 +0300
10106      Branch: perl
10107            ! op.c pad.h pp_sys.c
10108 ____________________________________________________________________________
10109 [ 27753] By: davem                                 on 2006/04/10  09:10:37
10110         Log: Subject:  [PATCH] True consting goodness in regexes
10111              From:  andy@petdance.com (Andy Lester)
10112              Date:  Mon, 10 Apr 2006 02:15:58 -0500
10113              Message-Id:  <20060410071558.GA24756@petdance.com>
10114      Branch: perl
10115            ! embed.fnc proto.h regcomp.c regexec.c
10116 ____________________________________________________________________________
10117 [ 27752] By: nicholas                              on 2006/04/09  21:07:48
10118         Log: Fix pointer error in change 27741, spotted by John E. Malmberg.
10119      Branch: perl
10120            ! sv.c
10121 ____________________________________________________________________________
10122 [ 27751] By: stevep                                on 2006/04/09  19:28:35
10123         Log: Subject: Re: [PATCH] perlio.c: Coverity finding: finding false (Coverity notable to follow vtable logic) but adding an assert
10124              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
10125              Date: Sun, 09 Apr 2006 10:18:52 +0300
10126              Message-ID: <4438B55C.9010604@gmail.com>
10127      Branch: perl
10128            ! perlio.c
10129 ____________________________________________________________________________
10130 [ 27750] By: stevep                                on 2006/04/09  18:55:07
10131         Log: Subject: Re: [PATCH] locale.c: Coverity finding
10132              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
10133              Date: Sun, 09 Apr 2006 10:31:32 +0300
10134              Message-ID: <4438B854.6040301@gmail.com>
10135      Branch: perl
10136            ! locale.c
10137 ____________________________________________________________________________
10138 [ 27749] By: stevep                                on 2006/04/09  18:44:17
10139         Log: Subject: [PATCH] Rename variables in some mg_* funcs
10140              From: andy@petdance.com (Andy Lester)
10141              Date: Sun, 9 Apr 2006 00:20:12 -0500
10142              Message-ID: <20060409052012.GA15887@petdance.com>
10143      Branch: perl
10144            ! mg.c
10145 ____________________________________________________________________________
10146 [ 27746] By: davem                                 on 2006/04/08  23:58:51
10147         Log: fix potential null deref introduced by change #27716
10148      Branch: perl
10149            ! regexec.c
10150 ____________________________________________________________________________
10151 [ 27745] By: nicholas                              on 2006/04/08  22:37:29
10152         Log: Subject: [PATCH] perlio.c: Coverity finding: finding false (Coverity not able to follow vtable logic) but adding an assert
10153              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
10154              Message-Id: <20060408161136.CEAC86D08C@ugli.hut.fi>
10155              Date: Sat,  8 Apr 2006 19:11:36 +0300 (EEST)
10156      Branch: perl
10157            ! perlio.c
10158 ____________________________________________________________________________
10159 [ 27744] By: nicholas                              on 2006/04/08  22:23:26
10160         Log: Subject: [PATCH] sv.c, rs.t, perlvar.pod (Coverity finding: did you know what happens with $/=\0?)
10161              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
10162              Message-Id: <20060408152533.C4D5F6D08C@ugli.hut.fi>
10163              Date: Sat,  8 Apr 2006 18:25:33 +0300 (EEST)
10164              
10165              (although I should add that this version of Coverity is actually
10166              raising a false positive here, albeit something still interesting)
10167      Branch: perl
10168            ! pod/perlvar.pod sv.c t/base/rs.t
10169 ____________________________________________________________________________
10170 [ 27741] By: nicholas                              on 2006/04/08  15:14:13
10171         Log: As av_dup, gv_dup and hv_dup are the same as sv_dup, code in various
10172              branches of Perl_ss_dup() is actually duplicated, so can be merged.
10173      Branch: perl
10174            ! sv.c
10175 ____________________________________________________________________________
10176 [ 27740] By: nicholas                              on 2006/04/08  14:46:53
10177         Log: By swapping the order of pushes onto the save stack for
10178              SAVEt_GENERIC_PVREF, we can merge it with SAVEt_PPTR in Perl_ss_dup().
10179      Branch: perl
10180            ! scope.c sv.c
10181 ____________________________________________________________________________
10182 [ 27739] By: nicholas                              on 2006/04/08  13:43:46
10183         Log: Teach ss_dup about SAVEt_RE_STATE. (As correctly as it ever was before)
10184      Branch: perl
10185            ! sv.c
10186 ____________________________________________________________________________
10187 [ 27738] By: nicholas                              on 2006/04/08  12:50:13
10188         Log: ss_dup of SAVEt_COP_ARYBASE can use the same code as SAVEt_I8.
10189      Branch: perl
10190            ! sv.c
10191 ____________________________________________________________________________
10192 [ 27737] By: nicholas                              on 2006/04/07  21:24:35
10193         Log: Give more information in the panic in ss_dup. (Although I'm not sure
10194              if croak() works at this point, given PerlIO's dependency on a
10195              functional interpreter.)
10196      Branch: perl
10197            ! sv.c
10198 ____________________________________________________________________________
10199 [ 27736] By: gisle                                 on 2006/04/07  16:08:26
10200         Log: Make perl_fini() run when compiling perl with
10201              the Sun WorkShop compiler.
10202      Branch: perl
10203            ! perl.c
10204 ____________________________________________________________________________
10205 [ 27735] By: steveh                                on 2006/04/07  14:55:41
10206         Log: Patch from Jarkko to fix breakage caused by change #27649
10207              see: http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-04/msg00144.html
10208      Branch: perl
10209            ! malloc.c perl.h
10210 ____________________________________________________________________________
10211 [ 27734] By: nicholas                              on 2006/04/07  12:49:11
10212         Log: Oops. Being too terse for my own good - it's not a great idea to chain
10213              assignment of char * to struct pmop *, even when the value is NULL.
10214      Branch: perl
10215            ! perl.c
10216 ____________________________________________________________________________
10217 [ 27733] By: craigb                                on 2006/04/07  02:53:52
10218         Log: Subject: [patch@27694] VMS RMSEXPAND/PERL_CANDO fixes
10219              From: "John E. Malmberg" <wb8tyw@qsl.net>
10220              Date: Mon, 03 Apr 2006 07:39:10 -0400
10221              Message-id: <4431095E.8030003@qsl.net>
10222      Branch: perl
10223            ! vms/vms.c vms/vmsish.h
10224 ____________________________________________________________________________
10225 [ 27732] By: nicholas                              on 2006/04/06  15:52:37
10226         Log: Move all the regexp state variables into a single structure.
10227              This allows it to be saved, restored and cloned with a single Copy()
10228              (but inevitably still some fixup)
10229      Branch: perl
10230            ! embedvar.h perl.c perlapi.h regcomp.c regexp.h scope.c sv.c
10231            ! thrdvar.h
10232 ____________________________________________________________________________
10233 [ 27731] By: steveh                                on 2006/04/06  14:55:40
10234         Log: Subject: Re: Smoke [5.9.4] 27728 FAIL(F) MSWin32 WinXP/.Net SP2 (x86/2 cpu)
10235              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
10236              Date: Thu, 6 Apr 2006 14:32:50 +0200
10237              Message-ID: <20060406143250.5a7de4b8@grubert.mandriva.com>
10238      Branch: perl
10239            ! mg.c
10240 ____________________________________________________________________________
10241 [ 27729] By: steveh                                on 2006/04/06  12:16:53
10242         Log: Fix skip count in ext\B\t\lint.t
10243      Branch: perl
10244            ! ext/B/t/lint.t
10245 ____________________________________________________________________________
10246 [ 27728] By: nicholas                              on 2006/04/05  21:40:11
10247         Log: Save the regexp engine state as 1 block on the save stack.
10248      Branch: perl
10249            ! regcomp.c regexp.h scope.c scope.h
10250 ____________________________________________________________________________
10251 [ 27727] By: rgs                                   on 2006/04/05  20:59:53
10252         Log: Subject: Re: expr foreach (...) isn't a B::Lint warning anymore
10253              From: "Joshua ben Jore" <twists@gmail.com>
10254              Date: Wed, 5 Apr 2006 01:11:11 -0500
10255              Message-ID: <dc5c751d0604042311v354547aanf482b3259e56ebb8@mail.gmail.com>
10256      Branch: perl
10257            ! ext/B/B/Lint.pm ext/B/t/lint.t
10258 ____________________________________________________________________________
10259 [ 27726] By: nicholas                              on 2006/04/05  20:19:34
10260         Log: Perl_save_alloc can use the new(er) SSGROW rather than looping.
10261      Branch: perl
10262            ! scope.c
10263 ____________________________________________________________________________
10264 [ 27725] By: rgs                                   on 2006/04/05  19:45:42
10265         Log: Assigning undef to an entry in %ENV shouldn't produce warnings, even
10266              though it's silently converted to ""
10267      Branch: perl
10268            ! mg.c t/lib/warnings/mg
10269 ____________________________________________________________________________
10270 [ 27724] By: stevep                                on 2006/04/05  16:15:41
10271         Log: Try not to use negative values when accessing arrays in C.  Yet another
10272              Coverity catch.
10273      Branch: perl
10274            ! util.c
10275 ____________________________________________________________________________
10276 [ 27723] By: stevep                                on 2006/04/05  15:31:18
10277         Log: Initializing variables is good.  This is another Coverity catch.
10278      Branch: perl
10279            ! gv.c
10280 ____________________________________________________________________________
10281 [ 27722] By: rgs                                   on 2006/04/05  14:44:11
10282         Log: Subject: perlio.c breaks on Solaris/gcc when > 256 FDs are available
10283              From: Alan Burlison <Alan.Burlison@sun.com>
10284              Date: Wed, 05 Apr 2006 15:52:14 +0100
10285              Message-ID: <4433D99E.40800@sun.com>
10286      Branch: perl
10287            ! perlio.c
10288 ____________________________________________________________________________
10289 [ 27721] By: rgs                                   on 2006/04/05  12:56:10
10290         Log: There should be only one META.yml file
10291      Branch: perl
10292            - ext/Devel/PPPort/META.yml ext/Encode/META.yml
10293            ! MANIFEST
10294 ____________________________________________________________________________
10295 [ 27720] By: rgs                                   on 2006/04/05  12:19:11
10296         Log: Fix test portability on non-ASCII platforms
10297              
10298              Subject: Re: lib/ExtUtils/t/Constant.t problem on z/OS
10299              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
10300              Date: Wed, 05 Apr 2006 21:13:02 +0900
10301              Message-Id: <20060405210426.F99D.BQW10602@nifty.com>
10302      Branch: perl
10303            ! lib/ExtUtils/t/Constant.t
10304 ____________________________________________________________________________
10305 [ 27719] By: stevep                                on 2006/04/05  11:49:23
10306         Log: Document the functions htmlify() and anchorify() in Pod::Html.
10307      Branch: perl
10308            ! lib/Pod/Html.pm
10309 ____________________________________________________________________________
10310 [ 27718] By: steveh                                on 2006/04/05  10:35:58
10311         Log: Simplify tests for fork() capabilities
10312              
10313              Jarkko pointed out that change #27710 was causing some
10314              black smoke so makes the tests for fork() simpler, as
10315              per lib\Test\Simple\t\fork.t for now. (Ideally we want
10316              a $Config{d_pseudofork}, as suggested by Andy Dougherty,
10317              but that'll have to wait until I get some more tuits.)
10318      Branch: perl
10319            ! ext/IO/t/io_multihomed.t ext/IO/t/io_pipe.t ext/IO/t/io_sock.t
10320 ____________________________________________________________________________
10321 [ 27717] By: davem                                 on 2006/04/05  03:17:50
10322         Log: (??{...}) didn't always restore PL_reg_re.
10323              Also trie debugging output was using a var that was no longer
10324              valid
10325      Branch: perl
10326            ! regexec.c
10327 ____________________________________________________________________________
10328 [ 27716] By: davem                                 on 2006/04/05  01:50:33
10329         Log: eliminate PL_regprecomp, PL_regprogram, PL_regnpar and PL_regdata
10330              (only another 441 global vars to go ...)
10331      Branch: perl
10332            ! embed.fnc embed.h embedvar.h perlapi.h proto.h regcomp.c
10333            ! regexec.c sv.c thrdvar.h
10334 ____________________________________________________________________________
10335 [ 27715] By: davem                                 on 2006/04/05  01:26:59
10336         Log: restructure the EVAL branch of regmatch() to minimise local var scope
10337              (no changes to functionality)
10338      Branch: perl
10339            ! regexec.c
10340 ____________________________________________________________________________
10341 [ 27714] By: rgs                                   on 2006/04/04  15:15:19
10342         Log: Subject: Re: Making IO::Socket pass test on Win32
10343              From: Jim Cromie <jim.cromie@gmail.com>
10344              Date: Tue, 04 Apr 2006 11:07:03 -0400
10345              Message-ID: <44328B97.2060903@gmail.com>
10346      Branch: perl
10347            ! ext/B/t/concise-xs.t
10348 ____________________________________________________________________________
10349 [ 27713] By: rgs                                   on 2006/04/04  12:42:44
10350         Log: FEATURE_IS_ENABLED takes only one parameter now, so reflect that in
10351              perl_keyword.pl
10352      Branch: perl
10353            ! perl_keyword.pl
10354 ____________________________________________________________________________
10355 [ 27712] By: rgs                                   on 2006/04/04  11:42:05
10356         Log: Subject: [PATCH] threads.pm should overload != operator
10357              From: "Jan Dubois" <jand@ActiveState.com>
10358              Date: Mon, 3 Apr 2006 18:06:24 -0700
10359              Message-ID: <02fc01c65783$fe4820f0$2217a8c0@candy>
10360      Branch: perl
10361            ! ext/threads/t/basic.t ext/threads/threads.pm
10362 ____________________________________________________________________________
10363 [ 27711] By: rgs                                   on 2006/04/04  11:14:27
10364         Log: Fix syntax error in io_pipe test
10365      Branch: perl
10366            ! ext/IO/t/io_pipe.t
10367 ____________________________________________________________________________
10368 [ 27710] By: steveh                                on 2006/04/04  10:34:10
10369         Log: Subject: Re: Making IO::Socket pass test on Win32
10370              From: demerphq <demerphq@gmail.com>
10371              Date: Sun, 2 Apr 2006 11:07:19 +0200
10372              Message-ID: <9b18b3110604020107o6a0b594cwfc2344a172c360b0@mail.gmail.com>
10373              
10374              plus extra $Config{d_fork} changes to io_pipe.t and io_multihomed.t
10375      Branch: perl
10376            ! ext/IO/lib/IO/Socket.pm ext/IO/t/io_multihomed.t
10377            ! ext/IO/t/io_pipe.t ext/IO/t/io_sock.t ext/IO/t/io_unix.t
10378 ____________________________________________________________________________
10379 [ 27709] By: rgs                                   on 2006/04/04  08:54:05
10380         Log: Subject: [PATCH] Move conditional SOCKS5 code into #ifdefs
10381              From: andy@petdance.com (Andy Lester)
10382              Date: Mon, 3 Apr 2006 08:28:18 -0500
10383              Message-ID: <20060403132818.GA7820@petdance.com>
10384      Branch: perl
10385            ! perlio.c
10386 ____________________________________________________________________________
10387 [ 27708] By: gisle                                 on 2006/04/04  08:36:02
10388         Log: Change 27592 disabled the building of manpages for non core-extensions
10389              The init_MAN3PODS method need to be called when no INSTALLMAN3DIR is
10390              present in the first place.
10391      Branch: perl
10392            ! lib/ExtUtils/MM_Unix.pm
10393 ____________________________________________________________________________
10394 [ 27707] By: rgs                                   on 2006/04/04  07:39:59
10395         Log: Subject: [PATCH] "smart match" description in overload.pm is in the middle of "fallback" section
10396              From: "Jan Dubois" <jand@ActiveState.com>
10397              Date: Mon, 3 Apr 2006 18:11:55 -0700
10398              Message-ID: <02fd01c65784$c3f3c430$2217a8c0@candy>
10399      Branch: perl
10400            ! lib/overload.pm
10401 ____________________________________________________________________________
10402 [ 27706] By: craigb                                on 2006/04/04  03:12:34
10403         Log: sort out some utime() issues on VMS
10404      Branch: perl
10405            ! vms/perlvms.pod vms/vms.c
10406 ____________________________________________________________________________
10407 [ 27705] By: rgs                                   on 2006/04/03  16:21:57
10408         Log: Subject: [PATCH] 2nd patch to sync blead 'threads' with CPAN [REPOST]
10409              From: "Jerry D. Hedden" <jerry@hedden.us>
10410              Date: Mon, 03 Apr 2006 06:10:35 -0700
10411              Message-ID: <20060403061035.fb30e530d17747c2b054d625b8945d88.7482c755b8.wbe@email.email.secureserver.net>
10412      Branch: perl
10413            ! ext/threads/Changes ext/threads/README ext/threads/t/basic.t
10414            ! ext/threads/t/join.t ext/threads/t/list.t
10415            ! ext/threads/t/problems.t ext/threads/t/thread.t
10416            ! ext/threads/threads.pm ext/threads/threads.xs
10417 ____________________________________________________________________________
10418 [ 27704] By: nicholas                              on 2006/04/03  11:32:44
10419         Log: Two modules in ext/ have dependencies that are post-miniperl.
10420              Encode this information in the Makefile for now.
10421      Branch: perl
10422            ! Makefile.SH
10423 ____________________________________________________________________________
10424 [ 27703] By: merijn                                on 2006/04/03  10:02:37
10425         Log: Regeneration after backports of #27447, #27484, #27485, #27488,
10426              #27489, #27490, #27491, and #27632
10427      Branch: perl
10428            ! Configure config_h.SH
10429 ____________________________________________________________________________
10430 [ 27702] By: davem                                 on 2006/04/03  09:56:29
10431         Log: undo #27700 and add a missing Safefree()
10432      Branch: perl
10433            ! regexec.c
10434 ____________________________________________________________________________
10435 [ 27701] By: rgs                                   on 2006/04/03  09:50:45
10436         Log: Subject: [PATCH] SvREFCNT_inc tweaks
10437              From: andy@petdance.com (Andy Lester)
10438              Date: Sat, 1 Apr 2006 02:01:30 -0600
10439              Message-ID: <20060401080130.GA19372@petdance.com>
10440      Branch: perl
10441            ! op.c pad.c perlio.c
10442 ____________________________________________________________________________
10443 [ 27700] By: rgs                                   on 2006/04/03  09:07:20
10444         Log: Subject: [PATCH] Removed unused code in regexec.c
10445              From: andy@petdance.com (Andy Lester)
10446              Date: Mon, 3 Apr 2006 00:00:50 -0500
10447              Message-ID: <20060403050050.GA19055@petdance.com>
10448      Branch: perl
10449            ! regexec.c
10450 ____________________________________________________________________________
10451 [ 27699] By: rgs                                   on 2006/04/03  08:57:57
10452         Log: Subject: [PATCH] ext/IO/t/io_unix.t
10453              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
10454              Date: Sun, 02 Apr 2006 21:57:19 +0300
10455              Message-ID: <44301E8F.2060503@gmail.com>
10456      Branch: perl
10457            ! ext/IO/t/io_unix.t
10458 ____________________________________________________________________________
10459 [ 27698] By: rgs                                   on 2006/04/03  08:50:28
10460         Log: Subject: revisited: pow.t test failures on AIX 5.1 perl588 with -Duselongdouble
10461              From: "John L. Allen" <allen@grumman.com>
10462              Date: Thu, 30 Mar 2006 17:53:13 -0500 (EST)
10463              Message-ID: <Pine.GSO.4.53.0603301710140.24672@gateway.northropgrumman.com>
10464      Branch: perl
10465            ! pp.c
10466 ____________________________________________________________________________
10467 [ 27697] By: rgs                                   on 2006/04/03  08:30:27
10468         Log: Document that the regexp engine is not currently reentrant
10469              
10470              Subject: Re: [perl #33936] segment fault when using split() in regexp with (??{...})
10471              From: Dominic Dunlop <domo@computer.org>
10472              Date: Sun, 2 Apr 2006 21:13:59 +0200
10473              Message-Id: <AD104FE7-2BD6-49B6-A845-46458179A4B1@computer.org>
10474      Branch: perl
10475            ! pod/perlre.pod
10476 ____________________________________________________________________________
10477 [ 27696] By: rgs                                   on 2006/04/03  08:22:15
10478         Log: Take splint into account for PERL_UNUSED_ARG (patch by Jarkko)
10479      Branch: perl
10480            ! XSUB.h perl.h
10481 ____________________________________________________________________________
10482 [ 27694] By: davem                                 on 2006/04/03  01:31:12
10483         Log: anonymous unions aren't legal ANSI c
10484      Branch: perl
10485            ! regexec.c regexp.h
10486 ____________________________________________________________________________
10487 [ 27693] By: nicholas                              on 2006/04/03  00:25:45
10488         Log: The make_ext script should pass MAKE=$MAKE to submakes it invokes for
10489              extentions, as they in turn may invoke $MAKE, and should invoke the
10490              same $MAKE as at the top level, which may not be $Config{make}
10491      Branch: perl
10492            ! ext/util/make_ext
10493 ____________________________________________________________________________
10494 [ 27692] By: davem                                 on 2006/04/02  23:50:25
10495         Log: whoops, change 27691 blew away the regexec.c changes from 27688
10496      Branch: perl
10497            ! regexec.c
10498 ____________________________________________________________________________
10499 [ 27691] By: davem                                 on 2006/04/02  22:37:57
10500         Log: subsume CURCUR (current curly) struct within the main regmatch_state
10501      Branch: perl
10502            ! regexec.c regexp.h
10503 ____________________________________________________________________________
10504 [ 27690] By: rgs                                   on 2006/04/02  21:41:28
10505         Log: Subject: [PATCH] Removed unnecessary pointers checks
10506              From: andy@petdance.com (Andy Lester)
10507              Date: Sat, 1 Apr 2006 01:01:32 -0600
10508              Message-ID: <20060401070132.GA6616@petdance.com>
10509      Branch: perl
10510            ! gv.c
10511 ____________________________________________________________________________
10512 [ 27689] By: rgs                                   on 2006/04/02  21:13:16
10513         Log: Subject: [PATCH] Prevent "use sort 'stable'" from reversing the order
10514              From: Robin Houston <robin@cpan.org>
10515              Date: Sun, 2 Apr 2006 17:20:24 +0100
10516              Message-ID: <20060402162024.GA3854@rpc142.cs.man.ac.uk>
10517      Branch: perl
10518            ! lib/sort.t pp_sort.c
10519 ____________________________________________________________________________
10520 [ 27688] By: rgs                                   on 2006/04/02  20:58:59
10521         Log: Subject: Re: [perl #38293] chr(65535) should be allowed in regexes
10522              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
10523              Date: Sun, 02 Apr 2006 22:48:44 +0900
10524              Message-Id: <20060402224657.B942.BQW10602@nifty.com>
10525      Branch: perl
10526            ! doop.c op.c regcomp.c regexec.c t/op/pat.t t/op/tr.t utf8.h
10527 ____________________________________________________________________________
10528 [ 27687] By: nicholas                              on 2006/04/02  20:27:24
10529         Log: Change 27677 missed two direct accesses to op_private in COPs.
10530              I believe that all are now found, as redefining CopHINTS_get(c)
10531              to (~(c)->op_private) (with corresponding changes to CopHINTS_set()
10532              and the initialisation of PL_compiling) works.
10533      Branch: perl
10534            ! perl.h pp_ctl.c utf8.h
10535 ____________________________________________________________________________
10536 [ 27686] By: merijn                                on 2006/04/02  19:10:55
10537         Log: First stab at a more reliable Glossary. This now is (again)
10538              mostly generated. (Well, It's a repair to the existing version
10539              "based on" a generated version, which is now well sorted, but
10540              still incomplete for less obvious reasons).
10541      Branch: perl
10542            ! Porting/Glossary
10543 ____________________________________________________________________________
10544 [ 27685] By: davem                                 on 2006/04/02  18:32:32
10545         Log: make parts of struct regmatch_state unions
10546              This reduces its size from 120 to 72 bytes
10547      Branch: perl
10548            ! regexec.c regexp.h
10549 ____________________________________________________________________________
10550 [ 27681] By: nicholas                              on 2006/04/02  17:05:34
10551         Log: Better failure diagnostics from switch.t.
10552      Branch: perl
10553            ! t/op/switch.t
10554 ____________________________________________________________________________
10555 [ 27680] By: nicholas                              on 2006/04/02  16:51:53
10556         Log: Subject: Re: recent changes have some unmatching of parameters and types
10557              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
10558              Message-Id: <20060402122547.0037.BQW10602@nifty.com>
10559              Date: Sun, 02 Apr 2006 12:32:53 +0900
10560      Branch: perl
10561            ! embed.fnc pod/perlintern.pod proto.h
10562 ____________________________________________________________________________
10563 [ 27679] By: davem                                 on 2006/04/02  16:32:10
10564         Log: use slabs to allocate save state space in regmatch() 
10565      Branch: perl
10566            ! embedvar.h perl.c perl.h perlapi.h regcomp.h regexec.c
10567            ! regexp.h sv.c thrdvar.h
10568 ____________________________________________________________________________
10569 [ 27677] By: nicholas                              on 2006/04/02  11:17:58
10570         Log: Abstract all reads/writes of the hints in COPs with 2 new macros,
10571              CopHINTS_get() and CopHINTS_set().
10572      Branch: perl
10573            ! cop.h op.c pp_ctl.c utf8.c
10574 ____________________________________________________________________________
10575 [ 27676] By: nicholas                              on 2006/04/02  10:55:36
10576         Log: 'SvIOK(sv) ? SvIVX(sv) : sv_2iv(sv)' is 'SvIV(sv)' so write it as such.
10577      Branch: perl
10578            ! mg.c
10579 ____________________________________________________________________________
10580 [ 27674] By: nicholas                              on 2006/04/02  10:41:30
10581         Log: Convert ByteLoader to use CopARYBASE_set().
10582      Branch: perl
10583            ! bytecode.pl ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
10584 ____________________________________________________________________________
10585 [ 27671] By: nicholas                              on 2006/04/02  10:08:04
10586         Log: Abstract all the accesses to cop_arybase (apart from ByteLoader)
10587      Branch: perl
10588            ! cop.h ext/B/B.xs mg.c op.c pp.c pp_ctl.c pp_hot.c scope.c
10589            ! scope.h toke.c
10590 ____________________________________________________________________________
10591 [ 27669] By: craigb                                on 2006/04/02  01:09:38
10592         Log: fix typo in vms/gen_shrfls.pl itanium detector
10593      Branch: perl
10594            ! vms/gen_shrfls.pl
10595 ____________________________________________________________________________
10596 [ 27668] By: nicholas                              on 2006/04/01  23:34:10
10597         Log: If the passed in target rv for Perl_newSVrv() was already a reference
10598              to something, it would leak the reference count on that thing.
10599      Branch: perl
10600            ! sv.c
10601 ____________________________________________________________________________
10602 [ 27667] By: nicholas                              on 2006/04/01  23:09:34
10603         Log: Test no mypragma;
10604      Branch: perl
10605            ! t/lib/mypragma.t
10606 ____________________________________________________________________________
10607 [ 27666] By: nicholas                              on 2006/04/01  21:17:46
10608         Log: Automatically set HINT_LOCALIZE_HH whenever %^H is modified.
10609      Branch: perl
10610            ! embed.fnc embed.h hv.c lib/feature.pm lib/sort.pm mg.c op.c
10611            ! proto.h scope.c scope.h t/lib/mypragma.pm
10612 ____________________________________________________________________________
10613 [ 27665] By: nicholas                              on 2006/04/01  19:38:31
10614         Log: The call to Perl_hv_assert(aTHX_ hv) should be wrapped in a DEBUG_A().
10615      Branch: perl
10616            ! hv.c
10617 ____________________________________________________________________________
10618 [ 27664] By: nicholas                              on 2006/04/01  15:26:48
10619         Log: Test that user pragmas work inside string eval.
10620      Branch: perl
10621            ! t/lib/mypragma.t
10622 ____________________________________________________________________________
10623 [ 27663] By: nicholas                              on 2006/04/01  15:22:54
10624         Log: Add Rafael's example user pragma, and convert his demo to a test.
10625      Branch: perl
10626            + t/lib/mypragma.pm t/lib/mypragma.t
10627            ! MANIFEST
10628 ____________________________________________________________________________
10629 [ 27662] By: nicholas                              on 2006/04/01  15:21:56
10630         Log: If the comment says "(and not ours)" then it should be tested.
10631      Branch: perl
10632            ! t/op/getppid.t
10633 ____________________________________________________________________________
10634 [ 27660] By: nicholas                              on 2006/04/01  15:11:11
10635         Log: Rewrite t/op/getppid.t to remove the assumption that init has PID of 1.
10636      Branch: perl
10637            ! t/op/getppid.t
10638 ____________________________________________________________________________
10639 [ 27659] By: nicholas                              on 2006/04/01  14:31:37
10640         Log: Propagate cop_hints inside string evals. For the unthreaded case this
10641              is easy. For the threaded case it's not, because the current OP may
10642              be shared with another thread, so solve this by copying the hints
10643              chain.
10644      Branch: perl
10645            ! embed.fnc embed.h hv.c pod/perlintern.pod pp_ctl.c proto.h
10646            ! t/op/caller.t
10647 ____________________________________________________________________________
10648 [ 27657] By: nicholas                              on 2006/04/01  12:32:23
10649         Log: Inconsistencies in paramter const-ness noticed by SADAHIRO Tomoyuki.
10650      Branch: perl
10651            ! embed.fnc proto.h sv.c
10652 ____________________________________________________________________________
10653 [ 27656] By: rgs                                   on 2006/03/31  21:53:22
10654         Log: Subject: [PATCH] Re: recursion now removed from the regex engine
10655              From: Dominic Dunlop <shouldbedomo@mac.com>
10656              Date: Thu, 30 Mar 2006 10:31:55 +0200
10657              Message-Id: <C4D69F9F-FB90-4564-8C46-E51765EB0440@mac.com>
10658      Branch: perl
10659            ! t/op/pat.t
10660 ____________________________________________________________________________
10661 [ 27653] By: rgs                                   on 2006/03/31  20:02:40
10662         Log: Updated version of the grumpy comment deleted by change #27649,
10663              by Jarkko
10664      Branch: perl
10665            ! perl.h
10666 ____________________________________________________________________________
10667 [ 27652] By: merijn                                on 2006/03/31  19:36:44
10668         Log: Glossary part for #27447 (madlyh, madlyobj, madlysrc)
10669      Branch: perl
10670            ! Porting/Glossary
10671 ____________________________________________________________________________
10672 [ 27650] By: nicholas                              on 2006/03/31  19:30:09
10673         Log: Need to dup any hints HV stored on the save stack.
10674      Branch: perl
10675            ! sv.c
10676 ____________________________________________________________________________
10677 [ 27649] By: rgs                                   on 2006/03/31  16:59:53
10678         Log: Subject: [PATCH] Redo PERL_UNUSED_DECL
10679              From: andy@petdance.com (Andy Lester)
10680              Date: Fri, 31 Mar 2006 00:54:58 -0600
10681              Message-ID: <20060331065458.GA28571@petdance.com>
10682      Branch: perl
10683            ! malloc.c perl.h
10684 ____________________________________________________________________________
10685 [ 27648] By: craigb                                on 2006/03/31  16:31:28
10686         Log: Subject: [patch@27638] Enable standard stat for VMS >=8.2
10687              From: "John E. Malmberg" <wb8tyw@qsl.net>
10688              Date: Fri, 31 Mar 2006 00:39:23 -0500
10689              Message-id: <442CC08A.30409@qsl.net>
10690      Branch: perl
10691            ! configure.com vms/vms.c vms/vmsish.h
10692 ____________________________________________________________________________
10693 [ 27647] By: nicholas                              on 2006/03/31  16:22:13
10694         Log: Note future possible flexibility for Perl_magic_sethint().
10695      Branch: perl
10696            ! mg.c
10697 ____________________________________________________________________________
10698 [ 27646] By: nicholas                              on 2006/03/31  16:19:38
10699         Log: Test that entries in %^H are actually independant.
10700      Branch: perl
10701            ! t/op/caller.t
10702 ____________________________________________________________________________
10703 [ 27645] By: nicholas                              on 2006/03/31  14:10:39
10704         Log: I can't spell.
10705      Branch: perl
10706            ! op.c
10707 ____________________________________________________________________________
10708 [ 27644] By: rgs                                   on 2006/03/31  14:08:12
10709         Log: Document new magic types in perlguts. Fix a comment about sort hints.
10710      Branch: perl
10711            ! perl.h pod/perlguts.pod
10712 ____________________________________________________________________________
10713 [ 27643] By: nicholas                              on 2006/03/31  13:45:57
10714         Log: Serialise changes to %^H onto the current COP. Return the compile time
10715              state of %^H as an eleventh value from caller. This allows users to
10716              write pragmas.
10717      Branch: perl
10718            ! cop.h dump.c embed.fnc embed.h gv.c hv.c hv.h makedef.pl mg.c
10719            ! op.c perl.c perl.h pod/perlfunc.pod pod/perlintern.pod
10720            ! pp_ctl.c proto.h scope.c scope.h sv.c t/op/caller.t
10721 ____________________________________________________________________________
10722 [ 27642] By: rgs                                   on 2006/03/31  13:22:00
10723         Log: Upgrade to Time::Local 1.12_01
10724      Branch: perl
10725            ! lib/Time/Local.pm lib/Time/Local.t
10726 ____________________________________________________________________________
10727 [ 27641] By: rgs                                   on 2006/03/31  12:30:31
10728         Log: Subject: [PATCH] Random accumulated patches
10729              From: andy@petdance.com (Andy Lester)
10730              Date: Thu, 30 Mar 2006 23:42:28 -0600
10731              Message-ID: <20060331054228.GA18940@petdance.com>
10732      Branch: perl
10733            ! cop.h doio.c dump.c embed.fnc gv.c gv.h hv.c mg.c op.c perl.c
10734            ! perl.h pp.c pp_ctl.c pp_hot.c pp_sort.c proto.h regcomp.c sv.c
10735            ! sv.h toke.c utf8.c
10736 ____________________________________________________________________________
10737 [ 27640] By: rgs                                   on 2006/03/31  12:10:57
10738         Log: Subject: [PATCH] IO::Compress::Zip
10739              From: "Paul Marquess" <paul.marquess@ntlworld.com>
10740              Date: Fri, 31 Mar 2006 09:48:36 +0100
10741              Message-ID: <005201c6549f$e7374490$2405140a@myopwv.com>
10742      Branch: perl
10743            ! ext/Compress/IO/Zlib/t/105oneshot-zip-only.t
10744 ____________________________________________________________________________
10745 [ 27639] By: rgs                                   on 2006/03/31  08:00:08
10746         Log: Test for fileno definedness instead of truth
10747              Don't load Config.pm, which isn't used
10748      Branch: perl
10749            ! lib/FileCache.pm
10750 ____________________________________________________________________________
10751 [ 27638] By: nicholas                              on 2006/03/30  20:55:17
10752         Log: Localising hash slices with UTF-8 encoded keys was also buggy.
10753              (See also change 27637)
10754      Branch: perl
10755            ! pp.c t/op/local.t
10756 ____________________________________________________________________________
10757 [ 27637] By: nicholas                              on 2006/03/30  20:37:03
10758         Log: Fix bug #38815 (localising keys which are UTF-8 encoded didn't delete
10759              them correctly on scope exit)
10760      Branch: perl
10761            ! pp_hot.c scope.c t/op/local.t
10762 ____________________________________________________________________________
10763 [ 27636] By: nicholas                              on 2006/03/30  18:18:27
10764         Log: Fix bug 36267 - assigning to a tied hash shouldn't change the
10765              underlying hash. (It used to, if the underlying hash had had storage
10766              allocated). This has the side effect of changing the return value from
10767              hv_store and hv_store_ent for some tied hash scenarios. But *to*
10768              something consistent (ly crazy)
10769      Branch: perl
10770            ! ext/XS/APItest/t/hash.t hv.c t/op/tie.t
10771 ____________________________________________________________________________
10772 [ 27635] By: stevep                                on 2006/03/30  12:49:28
10773         Log: Pod nit mentioned in Debian bug #358455.
10774      Branch: perl
10775            ! pod/perlsec.pod
10776 ____________________________________________________________________________
10777 [ 27634] By: gisle                                 on 2006/03/30  12:31:26
10778         Log: Populate pre-canned config.sh files with
10779              d_archlib and d_inc_version_list.
10780              Ref change 27632.
10781      Branch: perl
10782            ! configure.com symbian/config.sh win32/config.bc
10783            ! win32/config.gc win32/config.vc win32/config.vc64
10784            ! wince/config.ce
10785 ____________________________________________________________________________
10786 [ 27633] By: rgs                                   on 2006/03/30  12:15:35
10787         Log: Subject: PATCH t/op/tie.t
10788              From: Robin Barker <Robin.Barker@npl.co.uk>
10789              Date: Thu, 30 Mar 2006 13:07:47 +0100
10790              Message-ID: <533D273D4014D411AB1D00062938C4D90849C9CA@hotel.npl.ad.local>
10791      Branch: perl
10792            ! t/op/tie.t
10793 ____________________________________________________________________________
10794 [ 27632] By: gisle                                 on 2006/03/30  12:13:54
10795         Log: Introduce d_sitearch and d_inc_version_list config.sh variables.
10796              These allow me to set sitearch and sitelib to be the same without
10797              ending up with duplicate entries in @INC.
10798              
10799              Basically the same way the old d_archlib variable is used.
10800      Branch: perl
10801            ! Configure Porting/Glossary config_h.SH perl.c
10802 ____________________________________________________________________________
10803 [ 27631] By: rgs                                   on 2006/03/30  08:28:38
10804         Log: Subject: Re: New Module::Build released
10805              From: "Randy W. Sims" <ml-perl@thepierianspring.org>
10806              Date: Wed, 29 Mar 2006 14:10:32 -0500
10807              Message-ID: <442ADBA8.4000203@thepierianspring.org>
10808      Branch: perl
10809            + lib/Module/Build/YAML.pm lib/Module/Build/t/mbyaml.t
10810            ! MANIFEST lib/ExtUtils/CBuilder.pm
10811            ! lib/ExtUtils/CBuilder/Changes
10812            ! lib/ExtUtils/CBuilder/Platform/VMS.pm lib/Module/Build.pm
10813            ! lib/Module/Build/Authoring.pod lib/Module/Build/Base.pm
10814            ! lib/Module/Build/Changes lib/Module/Build/Platform/MacOS.pm
10815            ! lib/Module/Build/Platform/VMS.pm
10816            ! lib/Module/Build/Platform/Windows.pm
10817            ! lib/Module/Build/Platform/os2.pm
10818            ! lib/Module/Build/t/bundled/Tie/CPHash.pm
10819            ! lib/Module/Build/t/lib/DistGen.pm
10820            ! lib/Module/Build/t/metadata.t
10821 ____________________________________________________________________________
10822 [ 27630] By: rgs                                   on 2006/03/30  08:17:12
10823         Log: Subject: [PATCH] Clean up regexec.c, and remove two functions
10824              From: andy@petdance.com (Andy Lester)
10825              Date: Wed, 29 Mar 2006 10:13:36 -0600
10826              Message-ID: <20060329161336.GA12456@petdance.com>
10827      Branch: perl
10828            ! embed.fnc embed.h proto.h regexec.c
10829 ____________________________________________________________________________
10830 [ 27629] By: rgs                                   on 2006/03/29  12:30:56
10831         Log: Subject: child's processor time
10832              From: hv@crypt.org <hv@crypt.org>
10833              Date: Mar 29, 2006 2:34 PM
10834              Message-Id: <200603291234.k2TCY6r29535@zen.crypt.org>
10835      Branch: perl
10836            ! pod/perlfunc.pod
10837 ____________________________________________________________________________
10838 [ 27628] By: rgs                                   on 2006/03/29  09:26:01
10839         Log: Subject: CLONE for Tie::RefHash
10840              From: Yuval Kogman <nothingmuch@woobling.org>
10841              Date: Mon, 27 Mar 2006 15:34:07 +0200
10842              Message-ID: <20060327133407.GA16901@woobling.org>
10843              
10844              (also rename old Tie::RefHash test, so several test files
10845              are allowed.)
10846      Branch: perl
10847            + lib/Tie/RefHash/threaded.t
10848           +> lib/Tie/RefHash/refhash.t
10849            - lib/Tie/RefHash.t
10850            ! MANIFEST lib/Tie/RefHash.pm
10851 ____________________________________________________________________________
10852 [ 27627] By: rgs                                   on 2006/03/29  09:01:21
10853         Log: Subject: [PATCH] Devel::DProf consting
10854              From: andy@petdance.com (Andy Lester)
10855              Date: Sat, 25 Mar 2006 23:32:13 -0600
10856              Message-ID: <20060326053213.GA10401@petdance.com>
10857      Branch: perl
10858            ! ext/Devel/DProf/DProf.xs
10859 ____________________________________________________________________________
10860 [ 27626] By: rgs                                   on 2006/03/29  08:55:21
10861         Log: Subject: re-[PATCH] Re: [PATCH] Poison now in two different flavours!
10862              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
10863              Date: Sun, 26 Mar 2006 14:53:56 +0300
10864              Message-ID: <442680D4.3000809@gmail.com>
10865      Branch: perl
10866            ! handy.h pod/perlapi.pod pod/perlclib.pod pod/perlhack.pod
10867            ! pp_ctl.c scope.c sv.c util.c
10868 ____________________________________________________________________________
10869 [ 27625] By: rgs                                   on 2006/03/29  08:42:28
10870         Log: Subject: [doc-patch] clarify -Accflags in INSTALL
10871              From: Jim Cromie <jim.cromie@gmail.com>
10872              Date: Sun, 26 Mar 2006 20:33:23 -0500
10873              Message-ID: <442740E3.8030006@gmail.com>
10874      Branch: perl
10875            ! INSTALL
10876 ____________________________________________________________________________
10877 [ 27622] By: nicholas                              on 2006/03/28  15:43:59
10878         Log: Only compile Perl_hv_assert with DEBUGGING.
10879      Branch: perl
10880            ! hv.c makedef.pl
10881 ____________________________________________________________________________
10882 [ 27621] By: nicholas                              on 2006/03/28  15:17:06
10883         Log: Having tested IPv6 support in all builtins for TCP and UDP, it all
10884              seem to work perfectly. So remove from perltodo.pod.
10885      Branch: perl
10886            ! pod/perltodo.pod
10887 ____________________________________________________________________________
10888 [ 27620] By: gisle                                 on 2006/03/28  11:18:52
10889         Log: Improved description of the tmon.out format.
10890              The / lines where undocumented.
10891      Branch: perl
10892            ! ext/Devel/DProf/DProf.pm
10893 ____________________________________________________________________________
10894 [ 27619] By: steveh                                on 2006/03/28  10:38:52
10895         Log: Subject: [PATCH lib/Term/ReadLine] Re: [cpan #17773] Bug in Term::ReadKey being trigger by a bug in Term::ReadLine
10896              From: Jonathan Stowe <jns@gellyfish.com>
10897              Date: Mon, 13 Mar 2006 16:09:44 +0000
10898              Message-Id: <1142266184.5811.141.camel@orpheus.gellyfish.com>
10899      Branch: perl
10900            ! lib/Term/ReadLine.pm
10901 ____________________________________________________________________________
10902 [ 27618] By: craigb                                on 2006/03/28  04:01:21
10903         Log: Subject: [patch@27613] VMS long file path support active.
10904              From: "John E. Malmberg" <wb8tyw@qsl.net>
10905              Date: Mon, 27 Mar 2006 08:05:33 -0500
10906              Message-id: <4427E31D.2030801@qsl.net>
10907
10908      Branch: perl
10909            ! vms/vms.c vms/vmsish.h
10910 ____________________________________________________________________________
10911 [ 27617] By: nicholas                              on 2006/03/27  21:04:58
10912         Log: Merge the cut & paste code from Perl_call_sv/Perl_fold_constants with
10913              the near identical code in pp_entertry into Perl_create_eval_scope.
10914              Move the cut & paste code from Perl_call_sv/Perl_fold_constants into
10915              Perl_delete_eval_scope.
10916      Branch: perl
10917            ! cop.h embed.fnc embed.h ext/B/t/concise-xs.t op.c perl.c
10918            ! pp_ctl.c proto.h
10919 ____________________________________________________________________________
10920 [ 27616] By: nicholas                              on 2006/03/27  20:31:52
10921         Log: It helps to actually add the files you add to MANIFEST. (Thanks Dave
10922              for spotting my mistake).
10923      Branch: perl
10924            + t/comp/fold.t
10925 ____________________________________________________________________________
10926 [ 27615] By: nicholas                              on 2006/03/27  19:25:02
10927         Log: If constant folding fails, don't fold constants, rather than reporting
10928              the error at compile time. This allows illegal constant expressions in
10929              dead code to be ignored.
10930      Branch: perl
10931            ! MANIFEST op.c pod/perldiag.pod pod/perltodo.pod
10932 ____________________________________________________________________________
10933 [ 27613] By: craigb                                on 2006/03/27  00:04:10
10934         Log: EU::MM::MM_VMS::one_liner must quote "--" argument
10935      Branch: perl
10936            ! lib/ExtUtils/MM_VMS.pm
10937 ____________________________________________________________________________
10938 [ 27612] By: nicholas                              on 2006/03/26  22:12:57
10939         Log: Replace all sv_mortalcopy(&PL_sv_no); sv_set*(...) with
10940              sv2mortal(newSV*(...)) to avoid needless upgrades to PVNV and needless
10941              allocation of a copy of "".
10942      Branch: perl
10943            ! pp_sys.c
10944 ____________________________________________________________________________
10945 [ 27611] By: craigb                                on 2006/03/26  21:58:49
10946         Log: Subject: [patch@27609] vms pool corruption fix for _NLA0:
10947              From: "John E. Malmberg" <wb8tyw@qsl.net>
10948              Date: Sun, 26 Mar 2006 14:32:30 -0500
10949              Message-id: <4426EC4E.8030801@qsl.net>
10950      Branch: perl
10951            ! vms/vms.c
10952 ____________________________________________________________________________
10953 [ 27610] By: gisle                                 on 2006/03/26  09:15:01
10954         Log: REXEC_ML is unused.
10955      Branch: perl
10956            ! regexp.h
10957 ____________________________________________________________________________
10958 [ 27609] By: gbarr                                 on 2006/03/26  02:49:11
10959         Log: Update to IO-1.23
10960      Branch: perl
10961            ! ext/IO/ChangeLog ext/IO/IO.pm ext/IO/lib/IO/Dir.pm
10962            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
10963            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
10964            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IO/t/io_multihomed.t
10965            ! ext/IO/t/io_pipe.t ext/IO/t/io_sock.t ext/IO/t/io_taint.t
10966            ! ext/IO/t/io_tell.t ext/IO/t/io_udp.t ext/IO/t/io_unix.t
10967 ____________________________________________________________________________
10968 [ 27608] By: nicholas                              on 2006/03/25  22:45:34
10969         Log: Add S_space_join_names_mortal() which joins a char** array with " "s,
10970              replacing 5 instances of the same code.
10971      Branch: perl
10972            ! embed.fnc embed.h pp_sys.c proto.h
10973 ____________________________________________________________________________
10974 [ 27607] By: nicholas                              on 2006/03/25  22:10:27
10975         Log: Silence 3 (spurious) gcc warnings about "maybe used uninitialized".
10976      Branch: perl
10977            ! regexec.c sv.c
10978 ____________________________________________________________________________
10979 [ 27603] By: davem                                 on 2006/03/25  14:57:19
10980         Log: make configpm only update Config.pm, Config_heavy.pl if changed.
10981              Should stop spurious rebuilding of extensions.
10982              Also add documentation and copyright to top of file.
10983      Branch: perl
10984            ! configpm
10985 ____________________________________________________________________________
10986 [ 27602] By: nicholas                              on 2006/03/25  14:46:09
10987         Log: PL_multiline isn't referenced, and can be removed.
10988      Branch: perl
10989            ! embedvar.h intrpvar.h perl.c perlapi.h sv.c
10990 ____________________________________________________________________________
10991 [ 27601] By: rgs                                   on 2006/03/25  13:42:38
10992         Log: Subject: [PATCH] ext/Compress/IO/Zlib/t/050interop-gzip.t
10993              From: "Paul Marquess" <paul.marquess@ntlworld.com>
10994              Date: Fri, 24 Mar 2006 16:19:05 -0000
10995              Message-ID: <001b01c64f5e$ad8284d0$6b65140a@myopwv.com>
10996      Branch: perl
10997            ! ext/Compress/IO/Zlib/t/050interop-gzip.t
10998 ____________________________________________________________________________
10999 [ 27600] By: nicholas                              on 2006/03/25  11:35:33
11000         Log: Free the regexp state when exiting "recursion".
11001      Branch: perl
11002            ! regexec.c
11003 ____________________________________________________________________________
11004 [ 27599] By: davem                                 on 2006/03/24  23:21:52
11005         Log: remove unused PL_regcc variable
11006      Branch: perl
11007            ! embedvar.h perlapi.h regcomp.c sv.c thrdvar.h
11008 ____________________________________________________________________________
11009 [ 27598] By: davem                                 on 2006/03/24  23:05:11
11010         Log: make S_regmatch() iterative rather than recursive.
11011              Goodbye stack-bustng regexes!
11012      Branch: perl
11013            ! regexec.c
11014 ____________________________________________________________________________
11015 [ 27597] By: craigb                                on 2006/03/24  21:05:45
11016         Log: restore EU::MM test fixes from 26079, 26813, and 26919
11017              that were lost in 27590
11018      Branch: perl
11019            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/FIRST_MAKEFILE.t
11020            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
11021 ____________________________________________________________________________
11022 [ 27596] By: rgs                                   on 2006/03/24  13:51:15
11023         Log: Bump version number of ExtUtils::MM_Win32
11024      Branch: perl
11025            ! lib/ExtUtils/MM_Win32.pm
11026 ____________________________________________________________________________
11027 [ 27595] By: steveh                                on 2006/03/24  13:01:32
11028         Log: Fix broken MM_Win32.t tests following 27590
11029              
11030              Test 31 was failing because 27590 had undone part of 25627.
11031              Test 41 was failing because the change to pasthru() in MM_Win32.pm
11032              means that $self->{MAKE} now needs to be initialized.
11033      Branch: perl
11034            ! lib/ExtUtils/t/MM_Win32.t
11035 ____________________________________________________________________________
11036 [ 27594] By: rgs                                   on 2006/03/24  11:01:01
11037         Log: Subject: [PATCH] (2nd revised) 1st patch to sync blead 'threads' with CPAN
11038              From: "Jerry D. Hedden" <jerry@hedden.us>
11039              Date: Thu, 23 Mar 2006 09:19:54 -0700
11040              Message-ID: <20060323091954.fb30e530d17747c2b054d625b8945d88.884826707f.wbe@email.email.secureserver.net>
11041      Branch: perl
11042            ! ext/threads/Changes ext/threads/Makefile.PL ext/threads/README
11043            ! ext/threads/t/basic.t ext/threads/t/end.t ext/threads/t/join.t
11044            ! ext/threads/t/libc.t ext/threads/t/list.t
11045            ! ext/threads/t/problems.t ext/threads/t/stress_cv.t
11046            ! ext/threads/t/stress_re.t ext/threads/t/stress_string.t
11047            ! ext/threads/t/thread.t ext/threads/threads.pm
11048            ! ext/threads/threads.xs
11049 ____________________________________________________________________________
11050 [ 27593] By: craigb                                on 2006/03/23  23:19:38
11051         Log: improve thread linking options on VMS
11052      Branch: perl
11053            ! configure.com vms/descrip_mms.template
11054 ____________________________________________________________________________
11055 [ 27592] By: rgs                                   on 2006/03/23  22:13:13
11056         Log: When MAN3PODS is forced to {} in a Makefile.PL, manpages should not be
11057              built from pods. This change fixes bleadperl compilation -- trying to
11058              build manpages with miniperl causes a bootstrapping problem.
11059      Branch: perl
11060            ! lib/ExtUtils/MM_Unix.pm
11061 ____________________________________________________________________________
11062 [ 27591] By: rgs                                   on 2006/03/23  17:50:29
11063         Log: No reason to ship MakeMaker's META.yml
11064      Branch: perl
11065            - lib/ExtUtils/META.yml
11066            ! MANIFEST
11067 ____________________________________________________________________________
11068 [ 27590] By: rgs                                   on 2006/03/23  17:43:26
11069         Log: Merge changes from CPAN's EU:MM 6.30_01.
11070              The modules that have local changes have superior
11071              version numbers than the CPAN counterparts.
11072      Branch: perl
11073            + lib/ExtUtils/t/INSTALL_BASE.t lib/ExtUtils/t/make.t
11074            + lib/ExtUtils/t/revision.t
11075            - lib/ExtUtils/t/installbase.t
11076            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/META.yml
11077            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_NW5.pm
11078            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
11079            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
11080            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
11081            ! lib/ExtUtils/PATCHING lib/ExtUtils/t/Command.t
11082            ! lib/ExtUtils/t/FIRST_MAKEFILE.t lib/ExtUtils/t/MM_NW5.t
11083            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
11084            ! lib/ExtUtils/t/basic.t
11085 ____________________________________________________________________________
11086 [ 27589] By: nicholas                              on 2006/03/23  16:27:42
11087         Log: Document the values for ${^UTF8CACHE}
11088      Branch: perl
11089            ! pod/perlvar.pod
11090 ____________________________________________________________________________
11091 [ 27588] By: nicholas                              on 2006/03/23  16:25:51
11092         Log: Rejig the location of the cache assertion code in Perl_sv_pos_b2u().
11093      Branch: perl
11094            ! sv.c
11095 ____________________________________________________________________________
11096 [ 27587] By: rgs                                   on 2006/03/23  15:27:15
11097         Log: Get version numbers in line with what's in the CPAN
11098              EU::MM 6.30_01 tarball. (ExtUtils::Install has local changes,
11099              so bump its version number.)
11100      Branch: perl
11101            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
11102            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mkbootstrap.pm
11103            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
11104 ____________________________________________________________________________
11105 [ 27586] By: nicholas                              on 2006/03/23  14:31:28
11106         Log: Move orphaned documentation back to its functions
11107              Document the new static functions, and how the cache works.
11108      Branch: perl
11109            ! pod/perltodo.pod sv.c
11110 ____________________________________________________________________________
11111 [ 27585] By: nicholas                              on 2006/03/23  14:09:33
11112         Log: Make S_sv_pos_u2b_cached use both cache pairs.
11113      Branch: perl
11114            ! sv.c
11115 ____________________________________________________________________________
11116 [ 27584] By: nicholas                              on 2006/03/23  13:47:41
11117         Log: Use both cache entries for Perl_sv_pos_b2u().
11118      Branch: perl
11119            ! sv.c
11120 ____________________________________________________________________________
11121 [ 27583] By: nicholas                              on 2006/03/23  13:16:53
11122         Log: Complete the other 2 arms of the cache update code.
11123      Branch: perl
11124            ! sv.c
11125 ____________________________________________________________________________
11126 [ 27582] By: nicholas                              on 2006/03/23  12:44:35
11127         Log: Pass the (byte) length of the entire string into
11128              utf8_mg_pos_cache_update()
11129              Start to use the cache to store two pairs of byte/utf-8 pairs.
11130              Add the first third of the cache update code.
11131      Branch: perl
11132            ! embed.fnc embed.h proto.h sv.c
11133 ____________________________________________________________________________
11134 [ 27581] By: rgs                                   on 2006/03/23  12:30:39
11135         Log: Upgrade to Time::Local 1.12
11136      Branch: perl
11137            ! lib/Time/Local.pm lib/Time/Local.t
11138 ____________________________________________________________________________
11139 [ 27580] By: nicholas                              on 2006/03/23  11:33:48
11140         Log: Add all new static functions to embed.fnc
11141              Remove old unused static functions.
11142              Remove references to cache[2] and cache[3].
11143      Branch: perl
11144            ! embed.fnc embed.h proto.h sv.c
11145 ____________________________________________________________________________
11146 [ 27579] By: nicholas                              on 2006/03/23  11:06:52
11147         Log: Use the cache in S_sv_pos_u2b_cached() when the desired offset is
11148              between the start of the string and the cached location.
11149              Remove unneccesary else from Perl_sv_pos_b2u().
11150      Branch: perl
11151            ! sv.c
11152 ____________________________________________________________________________
11153 [ 27578] By: nicholas                              on 2006/03/23  10:42:26
11154         Log: Use the cache in S_sv_pos_u2b_cached when the sought offset is after
11155              the first cache entry.
11156      Branch: perl
11157            ! sv.c
11158 ____________________________________________________________________________
11159 [ 27577] By: rgs                                   on 2006/03/23  10:01:48
11160         Log: Further adjustement to change #27576 by Jan Dubois
11161              (this change being blead-specific, while #27576 is
11162              integrable to maint)
11163      Branch: perl
11164            ! sv.c
11165 ____________________________________________________________________________
11166 [ 27576] By: rgs                                   on 2006/03/23  09:58:22
11167         Log: Subject: RE: [PATCH, no, really!] Re: [perl #38779] NAN's on Win32
11168              From: "Jan Dubois" <jand@ActiveState.com>
11169              Date: Wed, 22 Mar 2006 22:49:11 -0800
11170              Message-ID: <060201c64e45$e4ca7020$2217a8c0@candy>
11171              
11172              Also, back out change #27567.
11173      Branch: perl
11174            ! README.win32 pp.c pp_hot.c sv.c win32/win32.h
11175 ____________________________________________________________________________
11176 [ 27575] By: nicholas                              on 2006/03/23  00:14:53
11177         Log: Call S_utf8_mg_pos_cache_update() from S_sv_pos_u2b_cached().
11178              S_utf8_mg_pos_cache_update() can't use S_sv_pos_b2u_forwards() in the
11179              cache assertion code as it triggers warnings about surrogates.
11180      Branch: perl
11181            ! sv.c
11182 ____________________________________________________________________________
11183 [ 27574] By: nicholas                              on 2006/03/22  22:49:42
11184         Log: Take advantage of uoffset >= uoffset0, to simplify some logic.
11185      Branch: perl
11186            ! sv.c
11187 ____________________________________________________________________________
11188 [ 27573] By: nicholas                              on 2006/03/22  21:19:50
11189         Log: Add S_sv_pos_u2b_midway for when we know the utf-8/bytes offsets on
11190              both sides of the desired offset, so could count either way.
11191              Use cached utf-8 length in S_sv_pos_u2b_cached.
11192              Check the results if PL_utf8cache < 0.
11193      Branch: perl
11194            ! sv.c
11195 ____________________________________________________________________________
11196 [ 27572] By: nicholas                              on 2006/03/22  20:38:20
11197         Log: Create S_sv_pos_u2b_cached, which abstracts away utf-8 to byte
11198              conversions, hiding the complexity of any cache lookup.
11199      Branch: perl
11200            ! sv.c
11201 ____________________________________________________________________________
11202 [ 27571] By: rgs                                   on 2006/03/22  20:33:56
11203         Log: Subject: Uninitialized value in Archive::Tar
11204              From: "Randy W. Sims" <ml-perl@thepierianspring.org>
11205              Date: Mon, 20 Mar 2006 06:37:31 -0500
11206              Message-ID: <441E93FB.3050906@thepierianspring.org>
11207      Branch: perl
11208            ! lib/Archive/Tar.pm
11209 ____________________________________________________________________________
11210 [ 27570] By: nicholas                              on 2006/03/22  18:13:06
11211         Log: The simplest way to start on Perl_sv_pos_u2b seems to be to take out
11212              all of the caching code.
11213      Branch: perl
11214            ! sv.c
11215 ____________________________________________________________________________
11216 [ 27569] By: davem                                 on 2006/03/22  16:05:16
11217         Log: remove idential code branch from regmatch()
11218      Branch: perl
11219            ! regexec.c
11220 ____________________________________________________________________________
11221 [ 27568] By: stevep                                on 2006/03/22  15:59:07
11222         Log: Fix some test failures in t/op/cmp.t when compiling with the Intel
11223              C++ Compiler on Linux.
11224      Branch: perl
11225            ! hints/linux.sh
11226 ____________________________________________________________________________
11227 [ 27567] By: rgs                                   on 2006/03/22  14:27:21
11228         Log: Subject: [PATCH] Re: [perl #38779] NAN's on Win32
11229              From: Dominic Dunlop <shouldbedomo@mac.com>
11230              Date: Wed, 22 Mar 2006 15:18:33 +0100
11231              Message-Id: <E44A2151-DE7F-4C5D-8A4B-DDA0412229C2@mac.com>
11232      Branch: perl
11233            ! README.win32
11234 ____________________________________________________________________________
11235 [ 27566] By: gisle                                 on 2006/03/22  13:37:19
11236         Log: Adjust docs to reflect that DynaLoader, as of change 27549,
11237              is part of libperl.
11238      Branch: perl
11239            ! lib/ExtUtils/Embed.pm
11240 ____________________________________________________________________________
11241 [ 27565] By: stevep                                on 2006/03/22  02:18:58
11242         Log: Increase the length of content compressed as a kludge to get 
11243              around incompatibilities in OpenBSD's gzip.
11244      Branch: perl
11245            ! ext/Compress/IO/Zlib/t/050interop-gzip.t
11246 ____________________________________________________________________________
11247 [ 27564] By: nicholas                              on 2006/03/21  22:09:51
11248         Log: (Hopefully) make VMS happy.
11249      Branch: perl
11250            ! sv.c
11251 ____________________________________________________________________________
11252 [ 27563] By: craigb                                on 2006/03/21  13:01:47
11253         Log: Subject: [patch@27529] thread.h - VMS needs more stack
11254              From: "John E. Malmberg" <wb8tyw@qsl.net>
11255              Date: Fri, 17 Mar 2006 11:05:33 -0500
11256              Message-id: <441ADE4D.2090207@qsl.net>
11257
11258      Branch: perl
11259            ! thread.h
11260 ____________________________________________________________________________
11261 [ 27562] By: gisle                                 on 2006/03/21  11:34:38
11262         Log: Upgrade to Digest-1.15
11263      Branch: perl
11264            ! lib/Digest.pm lib/Digest/Changes
11265 ____________________________________________________________________________
11266 [ 27561] By: rgs                                   on 2006/03/21  10:49:14
11267         Log: Subject: [patch@27538] utime patch for VMS
11268              From: "John E. Malmberg" <wb8tyw@qsl.net>
11269              Date: Mon, 20 Mar 2006 08:12:19 -0500
11270              Message-ID: <441EAA33.6010603@qsl.net>
11271      Branch: perl
11272            ! configure.com vms/vms.c vms/vmsish.h
11273 ____________________________________________________________________________
11274 [ 27560] By: gisle                                 on 2006/03/21  10:16:43
11275         Log: Test croak(NULL)
11276      Branch: perl
11277            ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/exception.t
11278 ____________________________________________________________________________
11279 [ 27559] By: nicholas                              on 2006/03/20  19:30:48
11280         Log: Extend change 27558 - if we know the character offset of the end, but
11281              don't have a cache for intermediate offsets, we can still use the end
11282              offset.
11283      Branch: perl
11284            ! sv.c
11285 ____________________________________________________________________________
11286 [ 27558] By: nicholas                              on 2006/03/20  18:54:32
11287         Log: In Perl_sv_pos_b2u, if we know the character offset of the end, we
11288              can take advantage of this to count backwards if close.
11289              Remove some now unnecessary casts.
11290      Branch: perl
11291            ! sv.c
11292 ____________________________________________________________________________
11293 [ 27557] By: nicholas                              on 2006/03/20  18:17:39
11294         Log: Abstract the string walking functionality from Perl_sv_pos_b2u into
11295              static functions, and make it respect PL_utf8cache.
11296      Branch: perl
11297            ! sv.c
11298 ____________________________________________________________________________
11299 [ 27556] By: steveh                                on 2006/03/20  17:32:25
11300         Log: Merge some more changes from ActivePerl 5.8.8.816
11301              
11302              See (again):
11303              http://downloads.activestate.com/ActivePerl/src/5.8/AP816_diff.txt
11304              
11305              These changes improve support for the MS 64-bit compiler in
11306              win32/Makefile (and tentatively make the same changes to
11307              win32/makefile.mk), and also switches the now deprecated -Gf switch to
11308              -GF for all flavours of VC++ instead of just the latest ones.
11309              
11310              (See:
11311              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-02/msg00353.html
11312              for a comment on the s/-Gf/-GF/ change.)
11313      Branch: perl
11314            ! win32/Makefile win32/makefile.mk
11315 ____________________________________________________________________________
11316 [ 27555] By: steveh                                on 2006/03/20  17:21:15
11317         Log: Merge some changes from ActivePerl 5.8.8.816
11318              
11319              See:
11320              http://downloads.activestate.com/ActivePerl/src/5.8/AP816_diff.txt
11321              
11322              These changes provide better support for building XS extension modules
11323              using VC++ or MinGW when perl itself was built with the opposite of
11324              those two compilers.
11325      Branch: perl
11326            ! win32/config_H.gc win32/config_H.vc
11327 ____________________________________________________________________________
11328 [ 27554] By: rgs                                   on 2006/03/20  13:03:07
11329         Log: Revert part of change 27546 related to a /dev/null bug
11330              workaround on VMS, as requested by John E. Malmberg
11331      Branch: perl
11332            ! vms/vms.c
11333 ____________________________________________________________________________
11334 [ 27553] By: nicholas                              on 2006/03/20  12:37:22
11335         Log: Perl_utf8_distance can be implemented as a call to Perl_utf8_length.
11336      Branch: perl
11337            ! utf8.c
11338 ____________________________________________________________________________
11339 [ 27552] By: nicholas                              on 2006/03/20  12:13:46
11340         Log: The two loops in Perl_utf8_distance can be merged.
11341      Branch: perl
11342            ! utf8.c
11343 ____________________________________________________________________________
11344 [ 27551] By: gisle                                 on 2006/03/20  10:51:36
11345         Log: Avoid "uninitialized value" warnings during 'make test'.
11346              My system is set up with a few PATH entries I'm not allowed
11347              to access, so stat() fails for these.
11348      Branch: perl
11349            ! t/test.pl
11350 ____________________________________________________________________________
11351 [ 27550] By: gisle                                 on 2006/03/20  10:44:08
11352         Log: Also strip $ENV{PATH} dirs writable by world.
11353              The stripping was introduced in change 27364 to improve taint handling.
11354      Branch: perl
11355            ! t/test.pl
11356 ____________________________________________________________________________
11357 [ 27549] By: gisle                                 on 2006/03/20  10:21:50
11358         Log: Move DynaLoader.o into libperl.so.
11359              
11360              This avoids the need to statically link DynaLoader into the stub perl
11361              executable and make libperl.so provide all the code needed to get a
11362              functional embedded perl interpreter up running.  As a side effect
11363              this also moves DynaLoader into libperl.a for non-useshrplib builds.
11364              
11365              Fixes [perl #32539]
11366      Branch: perl
11367            ! Makefile.SH ext/DynaLoader/Makefile.PL ext/util/make_ext
11368            ! writemain.SH
11369 ____________________________________________________________________________
11370 [ 27548] By: nicholas                              on 2006/03/20  10:13:38
11371         Log: If the scalar has just been upgraded to SVt_RV, there's no way SvPVX
11372              can be non-NULL, so no need to check.
11373      Branch: perl
11374            ! pp.c
11375 ____________________________________________________________________________
11376 [ 27547] By: rgs                                   on 2006/03/20  10:11:21
11377         Log: Subject: [PATCH blead] Re: [perl #38710] localised stash slice
11378              From: Rick Delaney <rick@bort.ca>
11379              Date: Sat, 18 Mar 2006 19:52:11 -0500
11380              Message-ID: <20060319005211.GM25733@localhost.localdomain>
11381              
11382              One can now localize slices.
11383      Branch: perl
11384            ! pp.c t/op/local.t
11385 ____________________________________________________________________________
11386 [ 27546] By: rgs                                   on 2006/03/20  09:53:17
11387         Log: Subject: [patch@27538] Misc vms.c fixes for buffer sizes.
11388              From: "John E. Malmberg" <wb8tyw@qsl.net>
11389              Date: Sun, 19 Mar 2006 20:08:34 -0500
11390              Message-ID: <441E0092.2010405@qsl.net>
11391      Branch: perl
11392            ! vms/vms.c
11393 ____________________________________________________________________________
11394 [ 27545] By: steveh                                on 2006/03/20  09:34:57
11395         Log: Subject: [PATCH] win32_async_check must *always* check for pending signals
11396              From: "Jan Dubois" <jand@ActiveState.com>
11397              Date: Fri, 17 Mar 2006 12:23:01 -0800
11398              Message-ID: <00d401c64a00$96af8ae0$2217a8c0@candy>
11399      Branch: perl
11400            ! win32/win32.c
11401 ____________________________________________________________________________
11402 [ 27544] By: davem                                 on 2006/03/20  00:52:09
11403         Log: merge the TRIEF/TRIEFL and TRIE branches in regmatch(),
11404              expunge a couple of macros, and move some variable declarations
11405              inwards
11406      Branch: perl
11407            ! regexec.c
11408 ____________________________________________________________________________
11409 [ 27543] By: nicholas                              on 2006/03/19  19:26:05
11410         Log: Remove a redundant test on mg->mg_ptr. (It had to be non-NULL to get
11411              into this block).
11412      Branch: perl
11413            ! sv.c
11414 ____________________________________________________________________________
11415 [ 27542] By: stevep                                on 2006/03/19  16:38:11
11416         Log: Subject: [PATCH] Change the semantics of S_isa_lookup
11417              From: Andy Lester <andy@petdance.com>
11418              Date: Sat, 18 Mar 2006 00:28:45 -0600
11419              Message-ID: <20060318062845.GA11607@petdance.com>
11420      Branch: perl
11421            ! embed.fnc proto.h universal.c
11422 ____________________________________________________________________________
11423 [ 27541] By: stevep                                on 2006/03/19  16:32:16
11424         Log: Subject: [PATCH] a bit 'use strict' cleanliness
11425              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
11426              Date: Sun, 19 Mar 2006 13:21:37 +0200
11427              Message-ID: <441D3EC1.20902@gmail.com>
11428      Branch: perl
11429            ! lib/English.pm lib/Text/Tabs.pm lib/Tie/Hash.pm
11430            ! lib/Tie/Scalar.pm
11431 ____________________________________________________________________________
11432 [ 27540] By: stevep                                on 2006/03/19  16:24:22
11433         Log: Subject: [PATCH] Data::Dumper consting
11434              From: Andy Lester <andy@petdance.com>
11435              Date: Sun, 19 Mar 2006 01:22:04 -0600
11436              Message-ID: <20060319072204.GB5596@petdance.com>
11437      Branch: perl
11438            ! ext/Data/Dumper/Dumper.xs
11439 ____________________________________________________________________________
11440 [ 27539] By: stevep                                on 2006/03/19  16:21:29
11441         Log: Subject: [PATCH] Cleanups in op.c
11442              From: Andy Lester <andy@petdance.com>
11443              Date: Sun, 19 Mar 2006 00:30:29 -0600
11444              Message-ID: <20060319063029.GA5077@petdance.com>
11445      Branch: perl
11446            ! op.c
11447 ____________________________________________________________________________
11448 [ 27538] By: nicholas                              on 2006/03/17  22:12:27
11449         Log: Make Perl_sv_len_utf8 honour the new ${^UTF8CACHE}.
11450              If PERL_UTF8_CACHE_ASSERT is defined, default ${^UTF8CACHE} to -1
11451              (assertion mode). Need a way to turn this on with existing command
11452              line flags.
11453      Branch: perl
11454            ! intrpvar.h sv.c
11455 ____________________________________________________________________________
11456 [ 27537] By: nicholas                              on 2006/03/17  20:39:47
11457         Log: Remove a duplicated conditional test by putting everything for the
11458              not readonly case inside one block.
11459      Branch: perl
11460            ! sv.c
11461 ____________________________________________________________________________
11462 [ 27536] By: nicholas                              on 2006/03/17  19:37:41
11463         Log: Properly set/reset the UTF-8 length cache in regcomp.c.
11464      Branch: perl
11465            ! regcomp.c sv.c
11466 ____________________________________________________________________________
11467 [ 27535] By: nicholas                              on 2006/03/17  16:46:44
11468         Log: Restore a bit of change 27533 that change 27534 inadvertently unwound.
11469      Branch: perl
11470            ! regexec.c
11471 ____________________________________________________________________________
11472 [ 27534] By: davem                                 on 2006/03/17  15:58:45
11473         Log: inline, then delete, S_regrepeat_hard()
11474      Branch: perl
11475            ! embed.fnc embed.h proto.h regexec.c
11476 ____________________________________________________________________________
11477 [ 27533] By: nicholas                              on 2006/03/17  13:38:34
11478         Log: sv_find() returning false, followed by sv_magic() to add the magic,
11479              followed immediately by sv_find() to find it, is somewhat wasteful.
11480              So use sv_magicext(). (All cases are also correct w.r.t. SvREADONLY())
11481      Branch: perl
11482            ! mg.c pp_ctl.c pp_hot.c regexec.c sv.c
11483 ____________________________________________________________________________
11484 [ 27532] By: steveh                                on 2006/03/17  13:20:11
11485         Log: Make "distclean" target on Win32 clean up temporary HTML directory
11486              that gets left behind after running the "install" target.
11487              Also clean up a couple of leftover pod2html cache files.
11488      Branch: perl
11489            ! win32/Makefile win32/makefile.mk
11490 ____________________________________________________________________________
11491 [ 27531] By: rgs                                   on 2006/03/17  13:18:38
11492         Log: Upgrade to ExtUtils::CBuilder 0.17
11493      Branch: perl
11494            + lib/ExtUtils/CBuilder/Changes
11495            ! MANIFEST lib/ExtUtils/CBuilder.pm
11496            ! lib/ExtUtils/CBuilder/Base.pm
11497            ! lib/ExtUtils/CBuilder/Platform/VMS.pm
11498            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
11499 ____________________________________________________________________________
11500 [ 27530] By: steveh                                on 2006/03/17  11:10:41
11501         Log: Install POD files into "lib\pods" rather than "lib\pod" on Win32
11502              to avoid clashing with "lib\Pod" (cf. perl change #26363)
11503              
11504              Also remove a couple of unused macros from the makefiles
11505      Branch: perl
11506            ! installperl win32/Makefile win32/makefile.mk
11507 ____________________________________________________________________________
11508 [ 27529] By: stevep                                on 2006/03/17  04:40:24
11509         Log: Subject: [PATCH] threads.xs broken under PERL_IMPLICIT_SYS; 5.8.8 regression 
11510              From: Jan Dubois <jand@ActiveState.com> 
11511              Date: Thu, 16 Mar 2006 19:34:00 -0800
11512              Message-ID: <02e601c64973$a1960cf0$6062a8c0@candy> 
11513              
11514              Also includes a version bump to ext/threads/threads.pm.
11515      Branch: perl
11516            ! ext/threads/threads.pm ext/threads/threads.xs
11517 ____________________________________________________________________________
11518 [ 27528] By: stevep                                on 2006/03/17  04:29:30
11519         Log: Subject: [PATCH] win32_pclose() error exit doesn't unlock mutex
11520              From: Jan Dubois <jand@ActiveState.com>
11521              Date: Thu, 16 Mar 2006 16:30:23 -0800
11522              Message-ID: <02c701c64959$fac63ad0$6062a8c0@candy>
11523      Branch: perl
11524            ! win32/win32.c wince/wince.c
11525 ____________________________________________________________________________
11526 [ 27527] By: stevep                                on 2006/03/17  04:19:01
11527         Log: Subject: [PATCH] win32_async_check() can loop indefinitely; 5.8.8 regression
11528              From: Jan Dubois <jand@ActiveState.com>
11529              Date: Thu, 16 Mar 2006 16:11:48 -0800
11530              Message-ID: <02ab01c64957$62142e70$6062a8c0@candy>
11531      Branch: perl
11532            ! win32/win32.c
11533 ____________________________________________________________________________
11534 [ 27526] By: davem                                 on 2006/03/17  02:57:45
11535         Log: reduce S_regrepeat_hard() callers from 3 to 1
11536      Branch: perl
11537            ! regexec.c
11538 ____________________________________________________________________________
11539 [ 27525] By: nicholas                              on 2006/03/16  23:11:11
11540         Log: Add a new per-interpeter variable PL_utf8cache, which will be used to
11541              control the UTF-8 offset caching code. Make this visible as
11542              ${^UTF8CACHE}
11543      Branch: perl
11544            ! embedvar.h gv.c intrpvar.h mg.c perlapi.h pod/perlvar.pod
11545 ____________________________________________________________________________
11546 [ 27524] By: nicholas                              on 2006/03/16  22:20:57
11547         Log: Note that it's worth looking to downsize variables in the interpreter
11548              structure.
11549      Branch: perl
11550            ! pod/perltodo.pod
11551 ____________________________________________________________________________
11552 [ 27523] By: nicholas                              on 2006/03/16  21:52:49
11553         Log: Correct the macros in the comments in hv.c. Given the improvements in
11554              compiler optimisation, and the almost irrelevance of instructions
11555              executed over cache misses, maybe we should just remove the comments
11556              by putting their code back in place of the o{ptimis,bfuscat}ed version.
11557      Branch: perl
11558            ! hv.c
11559 ____________________________________________________________________________
11560 [ 27522] By: gisle                                 on 2006/03/16  21:27:00
11561         Log: Avoid hardcoded $(OBJ_EXT)
11562      Branch: perl
11563            ! ext/DynaLoader/Makefile.PL
11564 ____________________________________________________________________________
11565 [ 27521] By: gisle                                 on 2006/03/16  21:20:46
11566         Log: Change 27520 was a bit too aggressive.  Let's keep the warning.
11567      Branch: perl
11568            ! ext/util/make_ext
11569 ____________________________________________________________________________
11570 [ 27520] By: gisle                                 on 2006/03/16  21:14:26
11571         Log: Remove unused code. No extension use Makefile.SH any more.
11572      Branch: perl
11573            ! ext/util/make_ext
11574 ____________________________________________________________________________
11575 [ 27519] By: gisle                                 on 2006/03/16  20:32:27
11576         Log: Fix up miniperl dependency.
11577              Depend on $(obj) when we use that to build miniperl.
11578      Branch: perl
11579            ! Makefile.SH
11580 ____________________________________________________________________________
11581 [ 27518] By: gisle                                 on 2006/03/16  20:24:08
11582         Log: Simplify; make perl.o included in $(obj)
11583      Branch: perl
11584            ! Makefile.SH
11585 ____________________________________________________________________________
11586 [ 27517] By: rgs                                   on 2006/03/16  16:17:38
11587         Log: Add a couple of regression tests for the untested
11588              "Bad name after %s" parsing error
11589      Branch: perl
11590            ! t/comp/parser.t
11591 ____________________________________________________________________________
11592 [ 27516] By: rgs                                   on 2006/03/16  15:19:03
11593         Log: Subject: [PATCH] Compress::Raw::Zlib, Compress::Zlib, IO::Compress::Zlib 2.000_10
11594              From: "Paul Marquess" <paul.marquess@ntlworld.com>
11595              Date: Thu, 16 Mar 2006 14:38:52 -0000
11596              Message-ID: <009401c64907$5a6ed710$4c05140a@myopwv.com>
11597      Branch: perl
11598            ! ext/Compress/IO/Base/Changes ext/Compress/IO/Base/README
11599            ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm
11600            ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
11601            ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
11602            ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
11603            ! ext/Compress/IO/Zlib/Changes ext/Compress/IO/Zlib/Makefile.PL
11604            ! ext/Compress/IO/Zlib/README
11605            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm
11606            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm
11607            ! ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm
11608            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm
11609            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm
11610            ! ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm
11611            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm
11612            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm
11613            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm
11614            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
11615            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
11616            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
11617            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
11618            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
11619            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
11620            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
11621            ! ext/Compress/IO/Zlib/t/010examples.t
11622            ! ext/Compress/IO/Zlib/t/050interop-gzip.t
11623            ! ext/Compress/Raw/Zlib/Makefile.PL ext/Compress/Raw/Zlib/README
11624            ! ext/Compress/Raw/Zlib/Zlib.xs
11625            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
11626            ! ext/Compress/Raw/Zlib/t/02zlib.t ext/Compress/Zlib/Changes
11627            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/README
11628            ! ext/Compress/Zlib/examples/gzcat
11629            ! ext/Compress/Zlib/examples/gzstream
11630            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
11631            ! ext/Compress/Zlib/t/14gzopen.t t/lib/compress/generic.pl
11632            ! t/lib/compress/tied.pl
11633 ____________________________________________________________________________
11634 [ 27515] By: gisle                                 on 2006/03/16  12:01:10
11635         Log: require should ignore directories found when searching @INC not just
11636              die as soon as it finds one.  It should for instance be possible to
11637              for require "File" to read the file "./File" even if there happens to
11638              be a "File" directory in perl's standard library.
11639              
11640              This fixes the RT #24404 fix in change 26373.
11641      Branch: perl
11642            ! pp_ctl.c t/comp/require.t
11643 ____________________________________________________________________________
11644 [ 27514] By: rgs                                   on 2006/03/16  08:32:28
11645         Log: Make the threads tests silent with regard to the new :unique deprecation warning
11646      Branch: perl
11647            ! ext/threads/t/problems.t
11648 ____________________________________________________________________________
11649 [ 27513] By: nicholas                              on 2006/03/15  23:02:49
11650         Log: Make the original versions of relocated paths available from
11651              %Config::Config with the prefix "raw_". Not sure if "raw_" is the
11652              best choice.
11653      Branch: perl
11654            ! configpm
11655 ____________________________________________________________________________
11656 [ 27511] By: nicholas                              on 2006/03/15  19:47:02
11657         Log: Correct the non gcc-brace-group definition of SvAMAGIC_off
11658      Branch: perl
11659            ! sv.h
11660 ____________________________________________________________________________
11661 [ 27510] By: nicholas                              on 2006/03/15  18:47:32
11662         Log: D'oh! 27508 wasn't quite testing what I wanted it to test. This does.
11663      Branch: perl
11664            ! lib/overload.t
11665 ____________________________________________________________________________
11666 [ 27508] By: nicholas                              on 2006/03/15  17:57:14
11667         Log: Test for reblessing objects with weak references.
11668      Branch: perl
11669            ! lib/overload.t
11670 ____________________________________________________________________________
11671 [ 27507] By: nicholas                              on 2006/03/15  17:21:00
11672         Log: Expunge references to HV_AMAGIC, HV_AMAGICbad and HV_AMAGICmb which
11673              have been unused since revision 1.
11674      Branch: perl
11675            ! hv.h sv.h
11676 ____________________________________________________________________________
11677 [ 27506] By: nicholas                              on 2006/03/15  15:08:49
11678         Log: Moving the overloading flag from the reference to the referant allows
11679              (re)?blessing of overloaded objects to work correctly.
11680      Branch: perl
11681            ! dump.c lib/overload.t sv.c sv.h
11682 ____________________________________________________________________________
11683 [ 27505] By: nicholas                              on 2006/03/15  13:13:19
11684         Log: Finish converting overload.t to Test::More
11685      Branch: perl
11686            ! lib/overload.t
11687 ____________________________________________________________________________
11688 [ 27504] By: nicholas                              on 2006/03/15  12:43:15
11689         Log: Further conversion of overload.t
11690      Branch: perl
11691            ! lib/overload.t
11692 ____________________________________________________________________________
11693 [ 27503] By: stevep                                on 2006/03/15  12:34:10
11694         Log: Additions to README.win32 and win32/Makefile based on comments from
11695              Steve Hay.
11696      Branch: perl
11697            ! README.win32 win32/Makefile
11698 ____________________________________________________________________________
11699 [ 27502] By: nicholas                              on 2006/03/15  12:29:01
11700         Log: Further conversion of overload.t
11701      Branch: perl
11702            ! lib/overload.t
11703 ____________________________________________________________________________
11704 [ 27501] By: nicholas                              on 2006/03/15  12:05:27
11705         Log: Partially convert overload.t to Test::More
11706      Branch: perl
11707            ! lib/overload.t
11708 ____________________________________________________________________________
11709 [ 27500] By: stevep                                on 2006/03/15  11:06:34
11710         Log: The first step in supporting VC++ 8.0.  Added macros for the free .NET 2.0 SDK and Visual Studio
11711              2005.  Added these macros to "if" conditions that were appropriate.  Added a fix to prevent
11712              the .NET 1.1 and 2.0 SDK compilers from attempting to build perlglob.exe (they are both missing
11713              the setargv.obj file necessary to do it).
11714      Branch: perl
11715            ! win32/Makefile
11716 ____________________________________________________________________________
11717 [ 27499] By: rgs                                   on 2006/03/14  17:32:48
11718         Log: Deprecate :unique even with threads
11719      Branch: perl
11720            ! toke.c
11721 ____________________________________________________________________________
11722 [ 27498] By: rgs                                   on 2006/03/14  17:02:38
11723         Log: Make usage of :unique emit a deprecation warning.
11724              Remove its outdated documentation.
11725      Branch: perl
11726            ! cv.h pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/toke
11727            ! toke.c
11728 ____________________________________________________________________________
11729 [ 27497] By: rgs                                   on 2006/03/14  16:02:35
11730         Log: Subject: [PATCH] perl @ 27483 fix lib/Pod/Simple/t/corpustest.t to work on VMS ODS-2
11731              From: Peter Prymmer <PPrymmer@factset.com>
11732              Date: Tue, 14 Mar 2006 10:38:00 -0500
11733              Message-ID: <OF85EC8E5E.4DF3A439-ON85257131.0055870A-85257131.0055E07C@factset.com>
11734      Branch: perl
11735            ! lib/Pod/Simple/t/corpustest.t
11736 ____________________________________________________________________________
11737 [ 27496] By: nicholas                              on 2006/03/14  15:21:54
11738         Log: SVphv_REHASH can use the same flag bit as SVf_FAKE. This allows
11739              0x10000000 (SVf_AMAGIC) to be set on all 16 SV types, which seems to
11740              be necessary to fix subtle bugs involving reblessing and overloading. 
11741      Branch: perl
11742            ! sv.h
11743 ____________________________________________________________________________
11744 [ 27495] By: rgs                                   on 2006/03/14  09:55:17
11745         Log: Subject: [perl #38710] localised stash slice 
11746              From: Hugo van der Sanden (via RT) <perlbug-followup@perl.org>
11747              Date: Sat, 11 Mar 2006 02:47:56 -0800
11748              Message-ID: <rt-3.0.11-38710-131000.18.015529928953@perl.org>
11749              
11750              (new TODO tests)
11751      Branch: perl
11752            ! t/op/local.t
11753 ____________________________________________________________________________
11754 [ 27494] By: rgs                                   on 2006/03/14  08:53:07
11755         Log: threads and threads::shared are now dual-lived modules
11756      Branch: perl
11757            ! Porting/Maintainers.pl
11758 ____________________________________________________________________________
11759 [ 27493] By: rgs                                   on 2006/03/14  08:38:45
11760         Log: Subject: [PATCH] Do nothing in a GCC-friendly way
11761              From: andy@petdance.com (Andy Lester)
11762              Date: Mon, 13 Mar 2006 12:48:50 -0600
11763              Message-ID: <20060313184850.GA16905@petdance.com>
11764      Branch: perl
11765            ! perl.h
11766 ____________________________________________________________________________
11767 [ 27492] By: rgs                                   on 2006/03/14  08:35:24
11768         Log: Subject: [PATCH] looks_like_bool can be const
11769              From: andy@petdance.com (Andy Lester)
11770              Date: Mon, 13 Mar 2006 09:31:52 -0600
11771              Message-ID: <20060313153152.GA13254@petdance.com>
11772      Branch: perl
11773            ! embed.fnc op.c proto.h
11774 ____________________________________________________________________________
11775 [ 27491] By: nicholas                              on 2006/03/13  23:13:23
11776         Log: Somewhat less shaky relocatable @INC support. You can install things
11777              to the current location of the perl tree, move it, install more things,
11778              move it again, lather rinse repeat.
11779              Configure with -Duserelocatableinc
11780      Branch: perl
11781            ! Configure configpm installperl
11782 ____________________________________________________________________________
11783 [ 27490] By: nicholas                              on 2006/03/13  20:49:55
11784         Log: First stab at rather shaky Configure support for relocatable @INC.
11785              Seems to be installing rather more that it's supposed to be.
11786      Branch: perl
11787            ! Configure configpm
11788 ____________________________________________________________________________
11789 [ 27489] By: nicholas                              on 2006/03/13  18:59:27
11790         Log: Split break out the installprefix code from setprefixvar, which allows
11791              the remaining 8 places to call the common prefix conversion code.
11792      Branch: perl
11793            ! Configure
11794 ____________________________________________________________________________
11795 [ 27488] By: nicholas                              on 2006/03/13  18:01:11
11796         Log: Refactor most of the cut & paste for setting prefix/prefixexp variables
11797              and the "Change installation prefix, if necessary" into a new
11798              "function" setprefixvar (which I assume will become Setprefixvar.U)
11799              How many platforms still have Bourne shells that can't do shell
11800              functions? Someone's going to say Irix?
11801      Branch: perl
11802            ! Configure
11803 ____________________________________________________________________________
11804 [ 27487] By: rgs                                   on 2006/03/13  17:35:59
11805         Log: Forgot the ending \. Why did it still compile ?
11806      Branch: perl
11807            ! ext/List/Util/multicall.h
11808 ____________________________________________________________________________
11809 [ 27486] By: rgs                                   on 2006/03/13  17:34:09
11810         Log: Subject: [PATCH] Automatically SPAGAIN in the poor-man's-multicall API
11811              From: Robin Houston <robin@cpan.org>
11812              Date: Mon, 13 Mar 2006 12:48:21 +0000
11813              Message-ID: <20060313124821.GA11203@rpc142.cs.man.ac.uk>
11814      Branch: perl
11815            ! ext/List/Util/multicall.h
11816 ____________________________________________________________________________
11817 [ 27485] By: nicholas                              on 2006/03/13  17:10:14
11818         Log: The existing order of the checks for whether man1dir and man3dir were
11819              ' ' were obviously buggy, because they set installman[13]dir only for
11820              the next if block to set it again. Reordering removes that daftness.
11821      Branch: perl
11822            ! Configure
11823 ____________________________________________________________________________
11824 [ 27484] By: nicholas                              on 2006/03/13  15:50:04
11825         Log: The "Change installation prefix, if necessary." code needs to use
11826              the ~ expanded prefix and installprefix in the substitution.
11827      Branch: perl
11828            ! Configure
11829 ____________________________________________________________________________
11830 [ 27483] By: rgs                                   on 2006/03/12  15:12:29
11831         Log: Load .pmc always, even if they are older than a matching .pm file.
11832              (This trick is going to be used by pugs.)
11833      Branch: perl
11834            ! pod/perlfunc.pod pp_ctl.c
11835 ____________________________________________________________________________
11836 [ 27482] By: stevep                                on 2006/03/12  14:07:17
11837         Log: Subject: [PATCH] Removed unnecessary NULL check in Digest::SHA
11838              From: Andy Lester <andy@petdance.com>
11839              Date: Tue, 7 Mar 2006 12:12:35 -0600
11840              Message-ID: <20060307181235.GA25688@petdance.com>
11841      Branch: perl
11842            ! ext/Digest/SHA/src/hmac.c
11843 ____________________________________________________________________________
11844 [ 27481] By: stevep                                on 2006/03/12  13:48:10
11845         Log: Upgrade to Module-Build-0.27_09
11846      Branch: perl
11847            ! Porting/Maintainers.pl lib/Module/Build.pm
11848            ! lib/Module/Build/Authoring.pod lib/Module/Build/Base.pm
11849            ! lib/Module/Build/Changes lib/Module/Build/Compat.pm
11850            ! lib/Module/Build/Cookbook.pm
11851 ____________________________________________________________________________
11852 [ 27480] By: nicholas                              on 2006/03/11  23:40:34
11853         Log: isSPACE('\0') is false, so can simplify the condition in the for
11854              loop. As the for loop is basically a while loop, write it as one, to
11855              make its intentions clearer.
11856      Branch: perl
11857            ! toke.c
11858 ____________________________________________________________________________
11859 [ 27479] By: nicholas                              on 2006/03/11  22:51:26
11860         Log: Fix the last 2 perly.y specific parts of regen_perly.pl, and make
11861              the regen_perly target call it for both perly.y and madly.y.
11862      Branch: perl
11863            - regen_madly.pl
11864            ! MANIFEST Makefile.SH regen_perly.pl
11865 ____________________________________________________________________________
11866 [ 27478] By: nicholas                              on 2006/03/11  22:29:56
11867         Log: NNs and NULLOKs for MAD's new functions.
11868      Branch: perl
11869            ! embed.fnc proto.h
11870 ____________________________________________________________________________
11871 [ 27477] By: stevep                                on 2006/03/11  22:08:34
11872         Log: Perl_newWHILEOP() had exactly the same lack of a NULL pointer check
11873              that Perl_newLOOPOP() had and fixed in change #27476.  Maybe some 
11874              refactoring is needed?
11875      Branch: perl
11876            ! op.c
11877 ____________________________________________________________________________
11878 [ 27476] By: stevep                                on 2006/03/11  21:41:20
11879         Log: Possible NULL pointer reference found by Coverity checks.
11880      Branch: perl
11881            ! op.c
11882 ____________________________________________________________________________
11883 [ 27475] By: stevep                                on 2006/03/11  20:57:26
11884         Log: Keep from using a variable in S_my_kid() before it is initialized.  This        was introduced with the MAD changes.
11885      Branch: perl
11886            ! op.c
11887 ____________________________________________________________________________
11888 [ 27474] By: craigb                                on 2006/03/11  17:26:00
11889         Log: Subject: [PATCH] perl@27437 fix File::Path::mkpath so that perl installs on VMS
11890              From: Peter Prymmer <PPrymmer@factset.com>
11891              Date: Fri, 10 Mar 2006 15:24:23 -0500
11892              Message-id: <OFBE8F84F1.A708DA4A-ON8525712D.006E4BF7-8525712D.007018C6@factset.com>
11893      Branch: perl
11894            ! lib/File/Path.pm
11895 ____________________________________________________________________________
11896 [ 27473] By: merijn                                on 2006/03/11  11:03:55
11897         Log: Subject: [PATCH] Reapply change 24432
11898              From: "Jan Dubois" <jand@ActiveState.com>
11899              Date: Fri, 10 Mar 2006 18:21:39 -0800
11900              Message-ID: <01b001c644b2$879a1f50$6062a8c0@candy>
11901      Branch: perl
11902            ! config_h.SH
11903 ____________________________________________________________________________
11904 [ 27471] By: nicholas                              on 2006/03/11  10:21:27
11905         Log: Missed the hunk that adds regen_madly.pl to the regen_perl target.
11906      Branch: perl
11907            ! Makefile.SH
11908 ____________________________________________________________________________
11909 [ 27470] By: nicholas                              on 2006/03/11  10:16:04
11910         Log: Subject: [PATCH] Sync up embed.fnc and doio.c
11911              From: andy@petdance.com (Andy Lester)
11912              Message-ID: <20060311071338.GA12490@petdance.com>
11913              Date: Sat, 11 Mar 2006 01:13:38 -0600
11914      Branch: perl
11915            ! embed.fnc proto.h
11916 ____________________________________________________________________________
11917 [ 27469] By: nicholas                              on 2006/03/11  09:55:43
11918         Log: Subject: [PATCH] Localizing some vars in S_checkcomma
11919              From: andy@petdance.com (Andy Lester)
11920              Message-ID: <20060310223100.GA13455@petdance.com>
11921              Date: Fri, 10 Mar 2006 16:31:00 -0600
11922      Branch: perl
11923            ! toke.c
11924 ____________________________________________________________________________
11925 [ 27468] By: nicholas                              on 2006/03/11  09:32:18
11926         Log: Remove the obsolete mad/P5RE.pm
11927      Branch: perl
11928            - mad/P5RE.pm
11929            ! MANIFEST
11930 ____________________________________________________________________________
11931 [ 27467] By: craigb                                on 2006/03/11  01:52:37
11932         Log: null terminate command string -- broken in #27438
11933      Branch: perl
11934            ! vms/vms.c
11935 ____________________________________________________________________________
11936 [ 27466] By: nicholas                              on 2006/03/10  21:54:18
11937         Log: Move the 12 static MAD variables from toke.c into the interpeter
11938              structure.
11939      Branch: perl
11940            ! embedvar.h intrpvar.h makedef.pl perl.c perlapi.h sv.c toke.c
11941 ____________________________________________________________________________
11942 [ 27465] By: nicholas                              on 2006/03/10  20:58:23
11943         Log: Rename the 12 static variables in toke.c to PL_*
11944      Branch: perl
11945            ! toke.c
11946 ____________________________________________________________________________
11947 [ 27464] By: nicholas                              on 2006/03/10  19:47:11
11948         Log: gozer took over from gsar (some time ago).
11949      Branch: perl
11950            ! Porting/repository.pod
11951 ____________________________________________________________________________
11952 [ 27463] By: nicholas                              on 2006/03/10  18:53:01
11953         Log: All the autogenerated files from change 27462.
11954      Branch: perl
11955            ! madly.act madly.h madly.tab
11956 ____________________________________________________________________________
11957 [ 27462] By: nicholas                              on 2006/03/10  18:52:40
11958         Log: Merge perly.y changes from 5.9.2 to now into madly.y.
11959      Branch: perl
11960            ! madly.y
11961 ____________________________________________________________________________
11962 [ 27461] By: nicholas                              on 2006/03/10  12:57:18
11963         Log: Teaching embed.pl about conditional symbols is a TODO.
11964      Branch: perl
11965            ! pod/perltodo.pod
11966 ____________________________________________________________________________
11967 [ 27460] By: nicholas                              on 2006/03/10  12:09:39
11968         Log: Tweak change 27457 - make PL_lasttoke MAD only, but teach makedef.pl
11969              about MADness (and unMADness - maybe there is a special word for that)
11970      Branch: perl
11971            ! intrpvar.h makedef.pl
11972 ____________________________________________________________________________
11973 [ 27459] By: nicholas                              on 2006/03/10  11:31:14
11974         Log: Summon constman! S_checkcomma now has all 3 arguments const char.
11975      Branch: perl
11976            ! embed.fnc proto.h toke.c
11977 ____________________________________________________________________________
11978 [ 27458] By: nicholas                              on 2006/03/10  10:50:29
11979         Log: Tease apart the keyword/subroutine test in S_checkcomma.
11980      Branch: perl
11981            ! toke.c
11982 ____________________________________________________________________________
11983 [ 27457] By: stevep                                on 2006/03/10  02:17:43
11984         Log: Move PL_lasttoke out of its PERL_MAD define in intrpvar.h.
11985              Otherwise, Win32 does not compile.
11986      Branch: perl
11987            ! intrpvar.h
11988 ____________________________________________________________________________
11989 [ 27456] By: nicholas                              on 2006/03/09  23:23:19
11990         Log: Correct another gv_fetchpv() - it takes a bitmask of flags, not simply
11991              TRUE/FALSE.
11992      Branch: perl
11993            ! gv.c
11994 ____________________________________________________________________________
11995 [ 27455] By: nicholas                              on 2006/03/09  22:50:23
11996         Log: Remove two NEWSV()s in the non-ithread dump code that got missed.
11997      Branch: perl
11998            ! dump.c
11999 ____________________________________________________________________________
12000 [ 27454] By: mhx                                   on 2006/03/09  22:07:01
12001         Log: Subject: Re: [PATCH pod/perlfunc.pd] Re: truncate needs seek on filehandle
12002              From: Ronald J Kimball <rjk-perl-p5p@tamias.net>
12003              Date: Thu, 9 Mar 2006 16:29:12 -0500
12004              Message-ID: <20060309212912.GF22682@penkwe.pair.com>
12005      Branch: perl
12006            ! pod/perlfunc.pod
12007 ____________________________________________________________________________
12008 [ 27453] By: nicholas                              on 2006/03/09  22:03:55
12009         Log: Add the Perl 5 to Perl 5 convertor scripts.
12010      Branch: perl
12011            + mad/P5AST.pm mad/P5RE.pm mad/P5re.pm mad/PLXML.pm mad/nomad
12012            + mad/p55
12013            ! MANIFEST
12014 ____________________________________________________________________________
12015 [ 27452] By: nicholas                              on 2006/03/09  22:01:28
12016         Log: Superior *printf-fu lets us avoid modifying source code.
12017      Branch: perl
12018            ! toke.c
12019 ____________________________________________________________________________
12020 [ 27451] By: nicholas                              on 2006/03/09  21:49:20
12021         Log: Avoid scribbling on the passed in command line string for -i in 
12022              moreswitches.
12023      Branch: perl
12024            ! perl.c
12025 ____________________________________________________________________________
12026 [ 27450] By: nicholas                              on 2006/03/09  21:24:04
12027         Log: -Dmad works, albeit with some test failures:
12028              ext/B/t/f_sort.t                       20    5  25.00%  2 4-6 16
12029              ext/B/t/optree_samples.t               20    1   5.00%  18
12030              ext/List/Util/t/weak.t      1   256    22    1   4.55%  22
12031              ext/Safe/t/safeops.t        0   134   354  288  81.36%  211-354
12032              lib/warnings.t                        561    2   0.36%  3 10
12033      Branch: perl
12034            ! toke.c
12035 ____________________________________________________________________________
12036 [ 27449] By: nicholas                              on 2006/03/09  20:53:11
12037         Log: Oops. Failed to add madly.c
12038      Branch: perl
12039            + madly.c
12040 ____________________________________________________________________________
12041 [ 27448] By: stevep                                on 2006/03/09  20:48:50
12042         Log: The Coverity audit is upset that the scream_olds variable is not
12043              directly initialized, although it is likely initialized after 
12044              another variable takes a reference to it.
12045      Branch: perl
12046            ! regexec.c
12047 ____________________________________________________________________________
12048 [ 27447] By: nicholas                              on 2006/03/09  20:48:18
12049         Log: Add the madly parser. I believe that this is all the C code. Now to
12050              find the bugs that stowed away.
12051      Branch: perl
12052            + madly.act madly.h madly.tab madly.y regen_madly.pl
12053            ! Configure MANIFEST Makefile.SH embed.fnc embed.h perly.c
12054            ! proto.h
12055 ____________________________________________________________________________
12056 [ 27446] By: nicholas                              on 2006/03/09  19:53:53
12057         Log: It helps to run embed.pl in the correct directory. (not the symlink
12058              tree)
12059      Branch: perl
12060            ! embed.h embedvar.h perlapi.h proto.h
12061 ____________________________________________________________________________
12062 [ 27445] By: nicholas                              on 2006/03/09  19:22:10
12063         Log: The remainder of the toke.c MAD changes. Now to investigate why MAD
12064              no longer builds.
12065      Branch: perl
12066            ! embed.fnc intrpvar.h sv.c toke.c
12067 ____________________________________________________________________________
12068 [ 27444] By: nicholas                              on 2006/03/09  19:00:26
12069         Log: Another refactoring from Larry implicit in the MAD patch.
12070      Branch: perl
12071            ! toke.c
12072 ____________________________________________________________________________
12073 [ 27443] By: nicholas                              on 2006/03/09  18:08:52
12074         Log: Refactoring from Larry inplicit in the MAD patch.
12075      Branch: perl
12076            ! toke.c
12077 ____________________________________________________________________________
12078 [ 27442] By: nicholas                              on 2006/03/09  17:06:46
12079         Log: Replace PL_nextval[PL_nexttoke].opval with the macro NEXTVAL_NEXTTOKE
12080              as MAD conditionally changes this consistently in 27 places.
12081      Branch: perl
12082            ! toke.c
12083 ____________________________________________________________________________
12084 [ 27441] By: stevep                                on 2006/03/09  16:14:20
12085         Log: Need to update test count from change #27440.
12086      Branch: perl
12087            ! ext/POSIX/t/sigaction.t
12088 ____________________________________________________________________________
12089 [ 27440] By: stevep                                on 2006/03/09  16:03:21
12090         Log: croak in POSIX::sigaction() when passed a negative signal instead
12091              dumping core.
12092      Branch: perl
12093            ! ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t
12094 ____________________________________________________________________________
12095 [ 27439] By: nicholas                              on 2006/03/09  15:13:49
12096         Log: MAD changes for bare skipspace()
12097      Branch: perl
12098            ! embed.fnc embed.h proto.h toke.c
12099 ____________________________________________________________________________
12100 [ 27438] By: craigb                                on 2006/03/09  14:49:45
12101         Log: Subject: patch@27385 - VMS thread fixes (was: threads and VMS)
12102              From: "John E. Malmberg" <wb8tyw@qsl.net>
12103              Date: Wed, 08 Mar 2006 23:34:05 -0500
12104              Message-id: <440FB03D.8010409@qsl.net>
12105
12106      Branch: perl
12107            ! vms/vms.c
12108 ____________________________________________________________________________
12109 [ 27437] By: nicholas                              on 2006/03/09  13:45:30
12110         Log: Add the MAD change to perly.y, which brings a new PEG token.
12111      Branch: perl
12112            ! perly.act perly.h perly.tab perly.y
12113 ____________________________________________________________________________
12114 [ 27436] By: mhx                                   on 2006/03/09  12:54:19
12115         Log: Fix a memory leak in ck_grep(), spotted by coverity:
12116              perl -e'eval "grep" while 1'
12117      Branch: perl
12118            ! op.c
12119 ____________________________________________________________________________
12120 [ 27435] By: nicholas                              on 2006/03/09  12:41:40
12121         Log: Tweaking the order of op creation/op free in Perl_ck_require to Larry's
12122              order doesn't make tests pass :-(. Nor does it make them fail.
12123      Branch: perl
12124            ! op.c
12125 ____________________________________________________________________________
12126 [ 27434] By: nicholas                              on 2006/03/09  12:17:41
12127         Log: Fix C99ism in dump.c
12128      Branch: perl
12129            ! dump.c
12130 ____________________________________________________________________________
12131 [ 27433] By: nicholas                              on 2006/03/09  12:01:36
12132         Log: Unroll 27425 - keeping Larry's order in op.c means that exactly the
12133              same sequence of pad usage is generated with and without MAD.
12134      Branch: perl
12135            ! ext/B/t/f_map.t op.c
12136 ____________________________________________________________________________
12137 [ 27432] By: nicholas                              on 2006/03/09  11:20:14
12138         Log: Note the weakref.t failure that commenting out this code caused.
12139              Pesky waterbeds.
12140      Branch: perl
12141            ! op.c
12142 ____________________________________________________________________________
12143 [ 27431] By: nicholas                              on 2006/03/09  11:04:23
12144         Log: Note the cause of another MAD test failure - an explicit abort trap
12145              for saving PL_formfeed is being hit.
12146      Branch: perl
12147            ! scope.c
12148 ____________________________________________________________________________
12149 [ 27430] By: nicholas                              on 2006/03/09  10:53:25
12150         Log: Bodge MAD code to get pack.t and ext/Encode/t/Encode.t passing.
12151      Branch: perl
12152            ! op.c
12153 ____________________________________________________________________________
12154 [ 27429] By: nicholas                              on 2006/03/08  23:33:05
12155         Log: Make MAD at least compile and link once more. Although it's now failing
12156              6 regression tests.
12157      Branch: perl
12158            ! op.c perly.c
12159 ____________________________________________________________________________
12160 [ 27428] By: nicholas                              on 2006/03/08  22:36:30
12161         Log: Further MAD changes.
12162      Branch: perl
12163            ! perl.c perly.c pp_ctl.c scope.c
12164 ____________________________________________________________________________
12165 [ 27427] By: nicholas                              on 2006/03/08  21:53:06
12166         Log: Oops. Didn't mean to commit 27426 to maint first. Integrate it:
12167              Avoid writing over the input string in the case 'F' in moreswitches.
12168      Branch: perl
12169           !> perl.c
12170 ____________________________________________________________________________
12171 [ 27425] By: nicholas                              on 2006/03/08  21:18:58
12172         Log: The last MAD change to op.c changes the pad offsets of the test that
12173              ext/B/t/f_map.t is using.
12174      Branch: perl
12175            ! ext/B/t/f_map.t op.c
12176 ____________________________________________________________________________
12177 [ 27424] By: nicholas                              on 2006/03/08  20:34:16
12178         Log: Almost all the MAD changes for op.c
12179      Branch: perl
12180            ! embed.fnc embed.h op.c perl.h proto.h
12181 ____________________________________________________________________________
12182 [ 27423] By: nicholas                              on 2006/03/08  18:17:09
12183         Log: Change from Larry in the MAD code which seems to be unrelated to MAD.
12184      Branch: perl
12185            ! op.c
12186 ____________________________________________________________________________
12187 [ 27422] By: nicholas                              on 2006/03/08  16:29:26
12188         Log: MAD changes to dump.c
12189      Branch: perl
12190            ! dump.c embed.fnc embed.h global.sym makedef.pl proto.h
12191 ____________________________________________________________________________
12192 [ 27421] By: steveh                                on 2006/03/08  16:25:23
12193         Log: Get rid of unnecessary "rmdir /s" calls in Win32 makefiles
12194              
12195              They only existed for the benefit of old shells that didn't
12196              understand "rmdir /s /q", but since change #27195 effectively
12197              drops support for old shells that don't understand "xcopy /y"
12198              it seems unnecessary now.
12199              
12200              Windows NT4, 2000, XP and onwards all support "rmdir /s /q", so
12201              it's probably only the Windows 9x shells that lose out.
12202      Branch: perl
12203            ! win32/Makefile win32/makefile.mk
12204 ____________________________________________________________________________
12205 [ 27420] By: steveh                                on 2006/03/08  15:20:28
12206         Log: Sort the ext/ and lib/ tests when running under t/harness
12207              
12208              Unless they are sorted then they are run in the same order in which
12209              they are listed in MANIFEST, which is not always ideal. In particular,
12210              the ext/Compress/IO/Zlib/t/*.t tests are not run in the correct order,
12211              which causes some files to be left behind afterwards.
12212              
12213              ExtUtils::Command::MM::test_harness() sorts test files, so it seems
12214              sensible for t/harness to do likewise, rather than relying on the
12215              ordering in MANIFEST.
12216      Branch: perl
12217            ! t/harness
12218 ____________________________________________________________________________
12219 [ 27419] By: nicholas                              on 2006/03/08  13:40:48
12220         Log: Add MAD changes to pad code (new function Perl_pad_peg)
12221      Branch: perl
12222            ! embed.fnc embed.h makedef.pl pad.c pad.h proto.h
12223 ____________________________________________________________________________
12224 [ 27418] By: steveh                                on 2006/03/08  13:37:28
12225         Log: Adjust Win32 distclean as per changes #27411 and #27417
12226      Branch: perl
12227            ! win32/Makefile win32/makefile.mk
12228 ____________________________________________________________________________
12229 [ 27417] By: rgs                                   on 2006/03/08  13:29:26
12230         Log: "make distclean" fix noticed by Steve Hay
12231      Branch: perl
12232            ! Makefile.SH
12233 ____________________________________________________________________________
12234 [ 27416] By: steveh                                on 2006/03/08  12:15:04
12235         Log: Cleanup Archive-Tar temporary test files
12236              
12237              I've done this twice before already (changes #25043 and #26785),
12238              but it keeps getting accidentally removed. Third time lucky?
12239      Branch: perl
12240            ! lib/Archive/Tar.pm lib/Archive/Tar/t/02_methods.t
12241 ____________________________________________________________________________
12242 [ 27415] By: rgs                                   on 2006/03/08  10:31:24
12243         Log: Subject: [PATCH] Re: [perl #38684] O::Deparse not working as expected 
12244              From: Stephen McCamant <smcc@mit.edu>
12245              Date: Tue, 7 Mar 2006 20:00:30 -0800
12246              Message-ID: <17422.22238.570532.2771@apocalypse.OCF.Berkeley.EDU>
12247      Branch: perl
12248            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
12249 ____________________________________________________________________________
12250 [ 27414] By: rgs                                   on 2006/03/08  10:25:26
12251         Log: Subject: [PATCH] Removed unused check and assignment in pp_hot.c
12252              From: andy@petdance.com (Andy Lester)
12253              Date: Wed, 8 Mar 2006 00:45:29 -0600
12254              Message-ID: <20060308064529.GA16499@petdance.com>
12255      Branch: perl
12256            ! pp_hot.c
12257 ____________________________________________________________________________
12258 [ 27413] By: steveh                                on 2006/03/08  09:36:50
12259         Log: Don't try to export PL_madskills/PL_xmlfp when they're not defined
12260              (Fixes Win32 linker error introduced by change #27408)
12261      Branch: perl
12262            ! makedef.pl
12263 ____________________________________________________________________________
12264 [ 27412] By: steveh                                on 2006/03/08  08:42:44
12265         Log: Complete change #27407/27410 on Win32 and tidy up change #27372
12266      Branch: perl
12267            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12268            ! win32/config_H.vc64
12269 ____________________________________________________________________________
12270 [ 27411] By: rgs                                   on 2006/03/08  08:23:54
12271         Log: "make distclean" adjustments for the new Compress modules
12272      Branch: perl
12273            ! Makefile.SH
12274 ____________________________________________________________________________
12275 [ 27410] By: merijn                                on 2006/03/08  08:10:25
12276         Log: Backport #27407
12277              Add a Configure question for mad (Misc Attribute Decoration - Larry's
12278              perl5 to perl[56] convertor), which if set defines PERL_MAD in config.h
12279      Branch: perl
12280            ! Configure Porting/Glossary config_h.SH
12281 ____________________________________________________________________________
12282 [ 27408] By: nicholas                              on 2006/03/07  23:24:55
12283         Log: Some of the MAD structures in headers, plus PL_madskills and PL_xmlfp,
12284              and default definitions for the 2 variables. (Which will save a lot of
12285              conditional complilation, by instead letting the C compiler optimiser
12286              remove dead code.)
12287      Branch: perl
12288            ! XSUB.h embedvar.h intrpvar.h op.h perl.h perlapi.h
12289 ____________________________________________________________________________
12290 [ 27407] By: nicholas                              on 2006/03/07  22:16:55
12291         Log: Add a Configure question for mad (Misc Attribute Decoration - Larry's
12292              perl5 to perl[56] convertor), which if set defines PERL_MAD in config.h
12293      Branch: perl
12294            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
12295            ! Porting/Glossary config_h.SH configure.com epoc/config.sh
12296            ! perl.c plan9/config_sh.sample symbian/config.sh uconfig.sh
12297            ! win32/config.bc win32/config.gc win32/config.vc
12298            ! win32/config.vc64 wince/config.ce
12299 ____________________________________________________________________________
12300 [ 27406] By: nicholas                              on 2006/03/07  19:31:49
12301         Log: Two more TODOs for those with C knowledge.
12302      Branch: perl
12303            ! pod/perltodo.pod
12304 ____________________________________________________________________________
12305 [ 27405] By: nicholas                              on 2006/03/07  19:27:28
12306         Log: Remove the #define - ARENASETS are always on now.
12307      Branch: perl
12308            ! perl.h sv.c
12309 ____________________________________________________________________________
12310 [ 27404] By: nicholas                              on 2006/03/07  19:23:14
12311         Log: TPF++ # http://www.perlfoundation.org/gc/grants/2006-perl5-improve.html
12312              Shrinking PVGVs, PVLVs, PVCVs and PVFMs is TODOne.
12313      Branch: perl
12314            ! pod/perltodo.pod
12315 ____________________________________________________________________________
12316 [ 27403] By: rgs                                   on 2006/03/07  17:09:54
12317         Log: This looks like a memory leak.
12318      Branch: perl
12319            ! op.c
12320 ____________________________________________________________________________
12321 [ 27402] By: rgs                                   on 2006/03/07  16:49:58
12322         Log: $[ = 2 should not warn.
12323      Branch: perl
12324            ! op.c t/lib/warnings/op
12325 ____________________________________________________________________________
12326 [ 27401] By: steveh                                on 2006/03/07  14:58:20
12327         Log: Fix lib/Module/Build/t/compat.t
12328              (e.g. see http://www.nntp.perl.org/group/perl.daily-build.reports/36431)
12329      Branch: perl
12330            ! lib/Module/Build/t/compat.t
12331 ____________________________________________________________________________
12332 [ 27400] By: rgs                                   on 2006/03/07  14:36:00
12333         Log: Make report on bad filenames easier to read
12334      Branch: perl
12335            ! Porting/check83.pl
12336 ____________________________________________________________________________
12337 [ 27399] By: rgs                                   on 2006/03/07  14:15:46
12338         Log: FAQ sync. (FAQ now moved to svn)
12339      Branch: perl
12340            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
12341            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
12342            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
12343            ! pod/perlfaq9.pod
12344 ____________________________________________________________________________
12345 [ 27398] By: stevep                                on 2006/03/07  04:48:29
12346         Log: Upgrade to PathTools-3.17
12347      Branch: perl
12348            ! ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t lib/Cwd.pm lib/File/Spec.pm
12349 ____________________________________________________________________________
12350 [ 27397] By: stevep                                on 2006/03/06  23:31:21
12351         Log: Subject:  Re: [PATCH] Removed a redundant o->op_type
12352              From: Paul Johnson <paul@pjcj.net>
12353              Date: Tue, 28 Feb 2006 20:17:31 +0100
12354              Message-ID: <20060228191731.GD20933@pjcj.net>
12355      Branch: perl
12356            ! op.c
12357 ____________________________________________________________________________
12358 [ 27396] By: mhx                                   on 2006/03/06  22:18:52
12359         Log: Don't free thread memory if PERL_DESTRUCT_LEVEL is set to a non-zero
12360              value as we're probably hunting memory leaks then
12361      Branch: perl
12362            ! perl.c
12363 ____________________________________________________________________________
12364 [ 27393] By: nicholas                              on 2006/03/06  20:44:02
12365         Log: Update David Dyck's e-mail address.
12366      Branch: perl
12367            ! AUTHORS Porting/checkAUTHORS.pl
12368 ____________________________________________________________________________
12369 [ 27390] By: rgs                                   on 2006/03/06  17:26:43
12370         Log: Add all new utilities in the perlutil man page.
12371              Includes lots of work by Zsban Ambrus.
12372      Branch: perl
12373            ! pod/perlutil.pod
12374 ____________________________________________________________________________
12375 [ 27389] By: rgs                                   on 2006/03/06  16:09:50
12376         Log: Subject: [PATCH] add Module::Build 0.27_08
12377              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
12378              Date: Sun, 5 Mar 2006 12:08:30 -0800
12379              Message-ID: <20060305200830.GA2660@efn.org>
12380      Branch: perl
12381            + lib/Module/Build.pm lib/Module/Build/Authoring.pod
12382            + lib/Module/Build/Base.pm lib/Module/Build/Changes
12383            + lib/Module/Build/Compat.pm lib/Module/Build/ConfigData.pm
12384            + lib/Module/Build/Cookbook.pm lib/Module/Build/ModuleInfo.pm
12385            + lib/Module/Build/Notes.pm lib/Module/Build/PPMMaker.pm
12386            + lib/Module/Build/Platform/Amiga.pm
12387            + lib/Module/Build/Platform/Default.pm
12388            + lib/Module/Build/Platform/EBCDIC.pm
12389            + lib/Module/Build/Platform/MPEiX.pm
12390            + lib/Module/Build/Platform/MacOS.pm
12391            + lib/Module/Build/Platform/RiscOS.pm
12392            + lib/Module/Build/Platform/Unix.pm
12393            + lib/Module/Build/Platform/VMS.pm
12394            + lib/Module/Build/Platform/VOS.pm
12395            + lib/Module/Build/Platform/Windows.pm
12396            + lib/Module/Build/Platform/aix.pm
12397            + lib/Module/Build/Platform/cygwin.pm
12398            + lib/Module/Build/Platform/darwin.pm
12399            + lib/Module/Build/Platform/os2.pm lib/Module/Build/PodParser.pm
12400            + lib/Module/Build/scripts/config_data
12401            + lib/Module/Build/t/basic.t
12402            + lib/Module/Build/t/bundled/Tie/CPHash.pm
12403            + lib/Module/Build/t/compat.t lib/Module/Build/t/destinations.t
12404            + lib/Module/Build/t/ext.t lib/Module/Build/t/extend.t
12405            + lib/Module/Build/t/files.t lib/Module/Build/t/install.t
12406            + lib/Module/Build/t/lib/DistGen.pm
12407            + lib/Module/Build/t/lib/MBTest.pm
12408            + lib/Module/Build/t/manifypods.t lib/Module/Build/t/metadata.t
12409            + lib/Module/Build/t/metadata2.t lib/Module/Build/t/moduleinfo.t
12410            + lib/Module/Build/t/notes.t lib/Module/Build/t/parents.t
12411            + lib/Module/Build/t/pod_parser.t lib/Module/Build/t/ppm.t
12412            + lib/Module/Build/t/runthrough.t lib/Module/Build/t/signature.t
12413            + lib/Module/Build/t/tilde.t lib/Module/Build/t/versions.t
12414            + lib/Module/Build/t/xs.t utils/config_data.PL
12415            ! MANIFEST Porting/Maintainers.pl installperl pod/perlutil.pod
12416            ! utils.lst utils/Makefile vms/descrip_mms.template
12417            ! win32/Makefile win32/makefile.mk
12418 ____________________________________________________________________________
12419 [ 27388] By: rgs                                   on 2006/03/06  14:52:48
12420         Log: Upgrade to Archive::Tar 1.29
12421      Branch: perl
12422            ! lib/Archive/Tar.pm lib/Archive/Tar/t/00_setup.t
12423            ! lib/Archive/Tar/t/02_methods.t lib/Archive/Tar/t/99_clean.t
12424 ____________________________________________________________________________
12425 [ 27387] By: rgs                                   on 2006/03/06  10:06:53
12426         Log: Add and remove files forgotten in change #27384
12427      Branch: perl
12428            + ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
12429            + ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
12430            + ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
12431            + ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
12432            + ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
12433            + ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
12434            + ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
12435            - (delete 110 files)
12436            ! MANIFEST
12437 ____________________________________________________________________________
12438 [ 27386] By: craigb                                on 2006/03/06  03:42:19
12439         Log: Subject: PATCH: 2 vms specific build files in perl @ 27383
12440              From: Peter Prymmer <PPrymmer@factset.com>
12441              Date: Sun, 05 Mar 2006 20:30:09 -0500
12442              Message-id: <OFF0B19477.39D9ABEB-ON85257129.00070590-85257129.000840D3@factset.com>
12443      Branch: perl
12444            ! configure.com vms/gen_shrfls.pl
12445 ____________________________________________________________________________
12446 [ 27385] By: craigb                                on 2006/03/06  03:26:39
12447         Log: Subject: Re: threads and VMS
12448              From: "John E. Malmberg" <wb8tyw@qsl.net>
12449              Date: Sun, 05 Mar 2006 00:32:27 -0500
12450              Message-id: <440A77EB.2030205@qsl.net>
12451      Branch: perl
12452            ! vms/vms.c
12453 ____________________________________________________________________________
12454 [ 27384] By: stevep                                on 2006/03/06  02:06:04
12455         Log: Subject: [PATCH] Compress::Zlib
12456              From: "Paul Marquess" <paul.marquess@ntlworld.com>
12457              Date: Fri, 3 Mar 2006 10:25:48 -0000
12458              Message-ID: <007101c63eac$d919c6c0$4c05140a@myopwv.com>
12459      Branch: perl
12460            + (add 129 files)
12461            ! MANIFEST ext/Compress/Zlib/Changes
12462            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/README
12463            ! ext/Compress/Zlib/examples/filtdef
12464            ! ext/Compress/Zlib/examples/filtinf
12465            ! ext/Compress/Zlib/examples/gzcat
12466            ! ext/Compress/Zlib/examples/gzgrep
12467            ! ext/Compress/Zlib/examples/gzstream
12468            ! ext/Compress/Zlib/t/01version.t
12469            ! ext/Compress/Zlib/t/03zlib-v1.t
12470            ! ext/Compress/Zlib/t/05examples.t
12471            ! ext/Compress/Zlib/t/06gzsetp.t
12472            ! ext/Compress/Zlib/t/08encoding.t
12473            ! ext/Compress/Zlib/t/14gzopen.t ext/Compress/Zlib/t/99pod.t
12474            ! t/lib/compress/any.pl t/lib/compress/anyunc.pl
12475            ! t/lib/compress/destroy.pl t/lib/compress/generic.pl
12476            ! t/lib/compress/merge.pl t/lib/compress/multi.pl
12477            ! t/lib/compress/newtied.pl t/lib/compress/oneshot.pl
12478            ! t/lib/compress/prime.pl t/lib/compress/tied.pl
12479            ! t/lib/compress/truncate.pl t/lib/compress/zlib-generic.pl
12480 ____________________________________________________________________________
12481 [ 27383] By: nicholas                              on 2006/03/05  21:21:10
12482         Log: Change 27380 (HEK into the IV union failed to convert the code in the
12483              non-gcc-debugging ifdef. Whoops. Very lax of me)
12484      Branch: perl
12485            ! gv.h
12486 ____________________________________________________________________________
12487 [ 27382] By: nicholas                              on 2006/03/05  19:07:12
12488         Log: Perl_gv_name_set should not leak the old HEK. Allow the flag GV_ADD
12489              to simplify GV initialisation.
12490      Branch: perl
12491            ! gv.c gv.h sv.c
12492 ____________________________________________________________________________
12493 [ 27381] By: nicholas                              on 2006/03/05  18:40:59
12494         Log: Change hv_name_set to take U32 length and flags parameters.
12495      Branch: perl
12496            ! embed.fnc hv.c proto.h
12497 ____________________________________________________________________________
12498 [ 27380] By: nicholas                              on 2006/03/05  18:13:42
12499         Log: Move the GvNAME HEK into the IV union - every GV is now 1 pointer
12500              smaller.
12501      Branch: perl
12502            ! av.h cv.h gv.c gv.h hv.h sv.h
12503 ____________________________________________________________________________
12504 [ 27379] By: nicholas                              on 2006/03/05  17:47:23
12505         Log: Use a HEK to store the GV's name, rather than a malloc()ed string.
12506              Saves 1 word in each GV (no more strlen), and will also save the memory
12507              used by the string itself, as the HEK will exist already due to the
12508              key used by the symbol table for this GV.
12509      Branch: perl
12510            ! gv.c gv.h sv.c sv.h
12511 ____________________________________________________________________________
12512 [ 27378] By: nicholas                              on 2006/03/05  12:12:56
12513         Log: Only #define PERL_DONT_CREATE_GVSV if it wasn't already defined.
12514      Branch: perl
12515            ! perl.h
12516 ____________________________________________________________________________
12517 [ 27377] By: nicholas                              on 2006/03/05  11:53:55
12518         Log: Provide Perl_gv_name_set to replace LVALUE use of GvNAME and GvNAMESET.
12519      Branch: perl
12520            ! embed.fnc embed.h global.sym gv.c gv.h proto.h sv.c
12521 ____________________________________________________________________________
12522 [ 27376] By: craigb                                on 2006/03/05  00:03:31
12523         Log: Subject: Re: threads and VMS
12524              From: "John E. Malmberg" <wb8tyw@qsl.net>
12525              Date: Sat, 04 Mar 2006 18:29:22 -0500
12526              Message-id: <440A22D2.30009@qsl.net>
12527      Branch: perl
12528            ! doio.c
12529 ____________________________________________________________________________
12530 [ 27375] By: merijn                                on 2006/03/04  06:48:13
12531         Log: Subject: patch@27373 VMS build fix + more long pathname stuff
12532              From: "John E. Malmberg" <wb8tyw@qsl.net>
12533              Date: Sat, 04 Mar 2006 00:36:03 -0500
12534              Message-ID: <44092743.4030607@qsl.net>
12535      Branch: perl
12536            ! vms/vms.c
12537 ____________________________________________________________________________
12538 [ 27374] By: merijn                                on 2006/03/04  06:44:10
12539         Log: Subject: Re: [PATCH] include configure.com in Porting/checkcfgvar.pl
12540              From: Abe Timmerman <abe@ztreet.demon.nl>
12541              Date: Fri, 3 Mar 2006 22:56:47 +0100
12542              Message-Id: <200603032256.47170.abe@ztreet.demon.nl>
12543      Branch: perl
12544            ! Porting/checkcfgvar.pl configure.com
12545 ____________________________________________________________________________
12546 [ 27373] By: stevep                                on 2006/03/03  18:40:22
12547         Log: Add d_builtin_choose_expr and d_builtin_expect to configure.com as
12548              'undef'.
12549      Branch: perl
12550            ! configure.com
12551 ____________________________________________________________________________
12552 [ 27372] By: stevep                                on 2006/03/03  18:34:18
12553         Log: Make Win32 configuration changes for HAS_BUILTIN_CHOOSE_EXPR and
12554              HAS_BUILTIN_EXPECT.
12555      Branch: perl
12556            ! win32/config.bc win32/config.gc win32/config.vc
12557            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
12558            ! win32/config_H.vc win32/config_H.vc64
12559 ____________________________________________________________________________
12560 [ 27371] By: stevep                                on 2006/03/03  17:49:01
12561         Log: Subject: [PATCH] include configure.com in Porting/checkcfgvar.pl
12562              From: Abe Timmerman <abe@ztreet.demon.nl>
12563              Date: Fri, 3 Mar 2006 18:43:24 +0100
12564              Message-Id: <200603031843.24250.abe@ztreet.demon.nl>
12565      Branch: perl
12566            ! Porting/checkcfgvar.pl
12567 ____________________________________________________________________________
12568 [ 27370] By: merijn                                on 2006/03/03  16:40:57
12569         Log: Subject: [PATCH] Support for __builtin_expect and __builtin_choose_expr
12570              From: Andy Lester <andy@petdance.com>
12571              Date: Wed, 28 Dec 2005 15:34:08 -0600
12572              Message-ID: <20051228213408.GB26033@petdance.com>
12573      Branch: perl
12574            ! Configure Porting/Glossary config_h.SH perl.h
12575 ____________________________________________________________________________
12576 [ 27368] By: rgs                                   on 2006/03/03  15:45:32
12577         Log: Subject: [PATCH] Re: [perl #38657] -d:Foo=bar broke in 5.8.8
12578              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
12579              Date: Thu, 02 Mar 2006 20:21:26 +0200
12580              Message-ID: <440737A6.4060606@gmail.com>
12581      Branch: perl
12582            ! t/lib/Devel/switchd.pm t/run/switchd.t
12583 ____________________________________________________________________________
12584 [ 27367] By: merijn                                on 2006/03/03  07:35:51
12585         Log: #27363 broke HP-UX (and others). if [[ ... ]] syntax not supported
12586      Branch: perl
12587            ! Configure
12588 ____________________________________________________________________________
12589 [ 27365] By: stevep                                on 2006/03/03  00:18:40
12590         Log: Subject: Re: [PATCH] Re: [perl #38612] Data::Dumper core dump in 5.8.6, fixed by 5.8.7
12591              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
12592              Date: Thu, 02 Mar 2006 22:46:14 +0200
12593              Message-ID: <44075996.1000002@gmail.com>
12594      Branch: perl
12595            ! ext/Data/Dumper/t/bugs.t
12596 ____________________________________________________________________________
12597 [ 27364] By: merijn                                on 2006/03/02  20:14:50
12598         Log: Taint handling for runperl:
12599              - better taint detection (switch -T in command)
12600              - $ENV{PATH} stripping of writeable directories on unix/linux
12601      Branch: perl
12602            ! t/test.pl
12603 ____________________________________________________________________________
12604 [ 27363] By: merijn                                on 2006/03/02  20:07:51
12605         Log: Subject: [perl #38385] _h2ph_pre.ph / $Config{cppsymbols} omits gcc-3.4+ cpp "predefined macros" 
12606              Date: Tue, 31 Jan 2006 09:50:32 -0800
12607              From: Jason Vas Dias (via RT) <perlbug-followup@perl.org>
12608      Branch: perl
12609            ! Configure utils/h2ph.PL
12610 ____________________________________________________________________________
12611 [ 27361] By: rgs                                   on 2006/03/02  09:11:35
12612         Log: Subject: [PATCH] mgvtbl initialization
12613              From: andy@petdance.com (Andy Lester)
12614              Date: Wed, 1 Mar 2006 22:52:20 -0600
12615              Message-ID: <20060302045220.GA15985@petdance.com>
12616      Branch: perl
12617            ! perl.h
12618 ____________________________________________________________________________
12619 [ 27360] By: rgs                                   on 2006/03/02  09:08:30
12620         Log: Subject: [PATCH] Non-null optimizations
12621              From: andy@petdance.com (Andy Lester)
12622              Date: Wed, 1 Mar 2006 22:13:45 -0600
12623              Message-ID: <20060302041345.GA13731@petdance.com>
12624      Branch: perl
12625            ! embed.fnc pod/perlapi.pod proto.h sv.c
12626 ____________________________________________________________________________
12627 [ 27359] By: rgs                                   on 2006/03/01  22:39:24
12628         Log: Don't put strings with embedded NULs in the environment.
12629              This makes things like -d:Foo=bar work again.
12630      Branch: perl
12631            ! perl.c
12632 ____________________________________________________________________________
12633 [ 27358] By: stevep                                on 2006/03/01  20:15:27
12634         Log: Grammar nit in Locale::Maketext::TPJ13.pod, found by Justin Pryzby.
12635      Branch: perl
12636            ! lib/Locale/Maketext/TPJ13.pod
12637 ____________________________________________________________________________
12638 [ 27357] By: stevep                                on 2006/03/01  16:53:49
12639         Log: Upgrade to podlators-2.04
12640      Branch: perl
12641            + lib/Pod/t/filehandle.t
12642            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm
12643 ____________________________________________________________________________
12644 [ 27356] By: stevep                                on 2006/03/01  16:29:37
12645         Log: Upgrade to assertions-0.03
12646      Branch: perl
12647            ! lib/assertions.pm lib/assertions/activate.pm
12648            ! lib/assertions/compat.pm t/comp/assertions.t
12649            ! t/comp/asstcompat.t
12650 ____________________________________________________________________________
12651 [ 27355] By: rgs                                   on 2006/03/01  16:13:56
12652         Log: Subject: [PATCH] a buglet in fakesdio.h
12653              From: Anton Berezin <tobez@tobez.org>
12654              Date: Wed, 1 Mar 2006 16:56:13 +0100
12655              Message-ID: <20060301155613.GA30368@heechee.tobez.org>
12656      Branch: perl
12657            ! fakesdio.h
12658 ____________________________________________________________________________
12659 [ 27354] By: stevep                                on 2006/03/01  16:08:17
12660         Log: Upgrade to CGI.pm-3.17, but continuing the version bump for 
12661              unintegrated changes.
12662      Branch: perl
12663            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Fast.pm
12664 ____________________________________________________________________________
12665 [ 27353] By: rgs                                   on 2006/03/01  09:08:46
12666         Log: Subject: Re: Patch lint for grep { /.../ } and grep /.../,
12667              From: "Joshua ben Jore" <twists@gmail.com>
12668              Date: Wed, 1 Mar 2006 01:14:14 -0600
12669              Message-ID: <dc5c751d0602282314o19c54a3av92d1a3addbc895fb@mail.gmail.com>
12670      Branch: perl
12671            ! ext/B/B/Lint.pm ext/B/t/lint.t
12672 ____________________________________________________________________________
12673 [ 27352] By: steveh                                on 2006/02/28  12:51:55
12674         Log: Silence another VC++ warning
12675              (signed/unsigned mismatch)
12676      Branch: perl
12677            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/src/sha.c
12678 ____________________________________________________________________________
12679 [ 27351] By: steveh                                on 2006/02/28  12:40:06
12680         Log: Silence a VC++ warning with DEBUGGING builds
12681              (signed/unsigned mismatch)
12682      Branch: perl
12683            ! sv.c
12684 ____________________________________________________________________________
12685 [ 27350] By: nicholas                              on 2006/02/27  21:41:58
12686         Log: In Perl_sv_setsv_flags, swap the default in the type based switch to
12687              the "Bizarre copy" failure case.
12688      Branch: perl
12689            ! sv.c
12690 ____________________________________________________________________________
12691 [ 27349] By: nicholas                              on 2006/02/27  21:10:21
12692         Log: Subject: [PATCH] Removed a redundant o->op_type
12693              From: andy@petdance.com (Andy Lester)
12694              Message-ID: <20060227202043.GA7783@petdance.com>
12695              Date: Mon, 27 Feb 2006 14:20:43 -0600
12696      Branch: perl
12697            ! op.c
12698 ____________________________________________________________________________
12699 [ 27348] By: steveh                                on 2006/02/27  17:48:55
12700         Log: Silence a GCC warning
12701              (assignment from incompatible pointer type)
12702      Branch: perl
12703            ! sv.h
12704 ____________________________________________________________________________
12705 [ 27347] By: steveh                                on 2006/02/27  17:24:37
12706         Log: Silence a VC++ warning
12707              (conversion from 'long ' to 'char ', possible loss of data)
12708      Branch: perl
12709            ! sv.c
12710 ____________________________________________________________________________
12711 [ 27346] By: rgs                                   on 2006/02/27  17:00:37
12712         Log: Upgrade to CPAN 1.87
12713      Branch: perl
12714            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
12715            ! lib/CPAN/SIGNATURE lib/CPAN/Tarzip.pm
12716 ____________________________________________________________________________
12717 [ 27345] By: nicholas                              on 2006/02/27  16:13:05
12718         Log: Move all the de-tainting logic for runperl into test.pl.
12719      Branch: perl
12720            ! t/op/utftaint.t t/test.pl
12721 ____________________________________________________________________________
12722 [ 27344] By: rgs                                   on 2006/02/27  15:43:41
12723         Log: Subject: [PATCH] fix up gv.c and gv.h
12724              From: andy@petdance.com (Andy Lester)
12725              Date: Sat, 25 Feb 2006 20:52:16 -0600
12726              Message-ID: <20060226025216.GA12758@petdance.com>
12727      Branch: perl
12728            ! gv.h
12729 ____________________________________________________________________________
12730 [ 27343] By: rgs                                   on 2006/02/27  15:36:46
12731         Log: Subject: [PATCH] PERL_TRACK_MEMPOOL cripples environment after exit()
12732              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
12733              Date: Sun, 26 Feb 2006 20:47:21 +0100
12734              Message-ID: <20060226204721.00be2bff@r2d2>
12735      Branch: perl
12736            ! miniperlmain.c
12737 ____________________________________________________________________________
12738 [ 27342] By: rgs                                   on 2006/02/27  14:45:00
12739         Log: Subject: [patch] dumping tied globs without FILENO method on the debugger fails
12740              From: Salvador Fandino <sfandino@yahoo.com>
12741              Date: Sat, 25 Feb 2006 11:14:20 +0100
12742              Message-ID: <20060225101254.726.qmail@lists.develooper.com>
12743      Branch: perl
12744            ! lib/dumpvar.pl
12745 ____________________________________________________________________________
12746 [ 27341] By: steveh                                on 2006/02/27  14:39:46
12747         Log: Fix op/utftaint.t on Win32 following change #27248
12748              (Don't remove PATH completely because it'll break on Unix if you
12749              have . in the PATH)
12750      Branch: perl
12751            ! t/op/utftaint.t
12752 ____________________________________________________________________________
12753 [ 27340] By: nicholas                              on 2006/02/27  14:19:32
12754         Log: There is now the potential for an upgrade from something without an
12755              offset (PVNV or PVMG) to something with one (PVCV, PVFM). Deal with
12756              this correctly.
12757      Branch: perl
12758            ! sv.c
12759 ____________________________________________________________________________
12760 [ 27339] By: rgs                                   on 2006/02/27  13:40:44
12761         Log: ptr_table_find() is only defined with ithreads
12762      Branch: perl
12763            ! embed.fnc embed.h proto.h sv.c
12764 ____________________________________________________________________________
12765 [ 27338] By: merijn                                on 2006/02/27  13:28:04
12766         Log: Workaround for initialization errors on HP's pre-compiler
12767              Do not ask me to explain. This re-definition works on AIX
12768              and HP-UX. Let's await the smokes.
12769      Branch: perl
12770            ! sv.c
12771 ____________________________________________________________________________
12772 [ 27337] By: steveh                                on 2006/02/27  12:21:14
12773         Log: Fix code-before-declaration error (under VC++) from change #27334
12774      Branch: perl
12775            ! perlio.c
12776 ____________________________________________________________________________
12777 [ 27336] By: nicholas                              on 2006/02/27  12:00:12
12778         Log: Change 27330 failed to decontaminate SvCUR/GvFLAGS when upgrading an
12779              SvPV acting as a prototype placeholder to a full typeglob.
12780      Branch: perl
12781            ! gv.c
12782 ____________________________________________________________________________
12783 [ 27335] By: rgs                                   on 2006/02/27  11:26:58
12784         Log: Subject: Testing hash key stringification
12785              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
12786              Date: Sun, 26 Feb 2006 23:30:01 +0100
12787              Message-Id: <4871E87D-4B59-40A3-A091-A7A3CFA221CF@mailbox.tu-berlin.de>
12788      Branch: perl
12789            ! t/op/hashassign.t
12790 ____________________________________________________________________________
12791 [ 27334] By: rgs                                   on 2006/02/27  11:06:30
12792         Log: Subject: [PATCH] Speedups and shrinkages of SvREFCNT_inc
12793              From: andy@petdance.com (Andy Lester)
12794              Date: Fri, 24 Feb 2006 14:54:35 -0600
12795              Message-ID: <20060224205434.GA17867@petdance.com>
12796      Branch: perl
12797            ! av.c cop.h doio.c doop.c gv.c hv.c mg.c op.c pad.c perl.c
12798            ! perl.h perlio.c pod/perlapi.pod pod/perlintern.pod pp.c
12799            ! pp_ctl.c pp_hot.c pp_sort.c pp_sys.c regcomp.c scope.c sv.c
12800            ! sv.h toke.c
12801 ____________________________________________________________________________
12802 [ 27333] By: rgs                                   on 2006/02/27  10:33:59
12803         Log: Subject: [PATCH] Suppress System V IPC for 64-bit Darwin builds
12804              From: Dominic Dunlop <shouldbedomo@mac.com>
12805              Date: Fri, 24 Feb 2006 17:22:54 +0100
12806              Message-Id: <A685C5DB-23CE-430E-95F1-CC7A9480DDF9@mac.com>
12807      Branch: perl
12808            ! README.macosx hints/darwin.sh
12809 ____________________________________________________________________________
12810 [ 27332] By: rgs                                   on 2006/02/27  10:30:35
12811         Log: Subject: [perl #38633] doc patch: perlfunc "new" section lacks lock and qr 
12812              From: Zsban Ambrus (via RT) <perlbug-followup@perl.org>
12813              Date: Sat, 25 Feb 2006 05:11:03 -0800
12814              Message-ID: <rt-3.0.11-38633-130596.7.22367548359067@perl.org>
12815      Branch: perl
12816            ! pod/perlfunc.pod
12817 ____________________________________________________________________________
12818 [ 27331] By: rgs                                   on 2006/02/27  07:33:53
12819         Log: Fix argument grouping for some macros
12820      Branch: perl
12821            ! gv.h
12822 ____________________________________________________________________________
12823 [ 27330] By: nicholas                              on 2006/02/25  17:16:24
12824         Log: GvFLAGS can be overlaid with SvCUR.
12825      Branch: perl
12826            ! gv.h sv.h
12827 ____________________________________________________________________________
12828 [ 27329] By: nicholas                              on 2006/02/25  16:51:34
12829         Log: Subject: Re: [perl #38619] Bug in lc and uc (interaction between UTF-8, substr, and lc/uc)
12830              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
12831              Date: Sat, 25 Feb 2006 18:16:45 +0900
12832              Message-Id: <20060225180934.FCC3.BQW10602@nifty.com>
12833      Branch: perl
12834            ! pp.c t/op/lc.t
12835 ____________________________________________________________________________
12836 [ 27328] By: nicholas                              on 2006/02/25  16:50:15
12837         Log: Use xpv_len rather than xpv_cur in GVs to store GvASSIGN_GENERATION.
12838              Assert that GVs do not access SvCUR or SvLEN.
12839      Branch: perl
12840            ! gv.h sv.h
12841 ____________________________________________________________________________
12842 [ 27327] By: nicholas                              on 2006/02/25  16:48:46
12843         Log: Abstract the specific use of SvCUR in GVs for detecting variables on
12844              both sides of an assignment using GvASSIGN_GENERATION() and
12845              GvASSIGN_GENERATION_set().
12846      Branch: perl
12847            ! gv.h op.c
12848 ____________________________________________________________________________
12849 [ 27326] By: nicholas                              on 2006/02/25  15:38:25
12850         Log: xgv_stash can be stored as a union with the NV, reducing the size of
12851              PVGVs by another pointer.
12852      Branch: perl
12853            ! av.h cv.h gv.h hv.h sv.h
12854 ____________________________________________________________________________
12855 [ 27325] By: nicholas                              on 2006/02/25  15:11:28
12856         Log: Curiously none of the macros SvIVX, SvUVX or SvNVX are used on
12857              typeglobs.
12858      Branch: perl
12859            ! dump.c ext/Devel/Peek/t/Peek.t sv.h
12860 ____________________________________________________________________________
12861 [ 27324] By: nicholas                              on 2006/02/25  14:50:38
12862         Log: Amazingly, it seems that none of the other GV specific macros are
12863              accessed unless the GV thinks that it is a GV.
12864      Branch: perl
12865            ! gv.h sv.c
12866 ____________________________________________________________________________
12867 [ 27323] By: nicholas                              on 2006/02/25  00:39:30
12868         Log: Store GvGP in the SV head union. For all the common lookups [eg GvCV()]
12869              this avoids 1 pointer dereference and the associated risk of a CPU
12870              cache miss. Although this patch looks deceptively small, I fear its
12871              CBV(*) might be rather high.
12872              (* Crack By Volume)
12873      Branch: perl
12874            ! dump.c ext/Devel/Peek/t/Peek.t gv.c gv.h pp.c pp_hot.c sv.c
12875            ! sv.h
12876 ____________________________________________________________________________
12877 [ 27322] By: nicholas                              on 2006/02/24  23:30:50
12878         Log: With PERL_DONT_CREATE_GVSV, don't need to create a new GvSV in
12879              Perl_save_scalar.
12880      Branch: perl
12881            ! scope.c
12882 ____________________________________________________________________________
12883 [ 27321] By: nicholas                              on 2006/02/24  22:43:14
12884         Log: Given that SvPV on a typeglob is now irrelevant, really we only need
12885              to store the GvGP.
12886      Branch: perl
12887            ! scope.c
12888 ____________________________________________________________________________
12889 [ 27320] By: nicholas                              on 2006/02/24  21:42:33
12890         Log: Given that Perl_gp_free() is refcount-dec-and-maybe-free for the glob
12891              pointer, it's inconsistent that it only sets this GV's GvGP to 0 if
12892              this GV happened to have the last reference. Why should this GV care if
12893              it had the last reference? So always set it to 0. It's free. Gone.
12894      Branch: perl
12895            ! gv.c
12896 ____________________________________________________________________________
12897 [ 27319] By: nicholas                              on 2006/02/24  19:32:11
12898         Log: Avoid special case SvMAGIC macros just to cope with Perl_sv_unmagic.
12899      Branch: perl
12900            ! sv.c sv.h
12901 ____________________________________________________________________________
12902 [ 27313] By: nicholas                              on 2006/02/24  14:19:37
12903         Log: Use PVMGs rather than PVGVs to store the names of our variables in the
12904              pad.
12905      Branch: perl
12906            ! pad.c sv.c sv.h
12907 ____________________________________________________________________________
12908 [ 27312] By: nicholas                              on 2006/02/24  13:59:57
12909         Log: Store the stash for our in the magic slot. This will allow us to use
12910              PVMGs in pad names where previously PVGVs were used. In turn, this
12911              gives much greater flexibility for the layout of PVGVs.
12912      Branch: perl
12913            ! av.h cv.h hv.h pad.c sv.c sv.h
12914 ____________________________________________________________________________
12915 [ 27311] By: stevep                                on 2006/02/24  13:55:23
12916         Log: Upgrade to CPAN-1.86
12917      Branch: perl
12918            ! lib/CPAN.pm lib/CPAN/SIGNATURE
12919 ____________________________________________________________________________
12920 [ 27309] By: rgs                                   on 2006/02/24  12:52:01
12921         Log: Skip unportable test on VMS
12922      Branch: perl
12923            ! t/comp/opsubs.t
12924 ____________________________________________________________________________
12925 [ 27307] By: nicholas                              on 2006/02/24  11:52:53
12926         Log: Assert that GvSTASH is only called on PVGVs and PVLVs.
12927      Branch: perl
12928            ! gv.h
12929 ____________________________________________________________________________
12930 [ 27306] By: nicholas                              on 2006/02/24  11:52:28
12931         Log: Replace usage of GvSTASH for storing the stash of C<our> with
12932              OURSTASH. Set the stash with OURSTASH_SET.
12933      Branch: perl
12934            ! pad.c pad.h sv.h
12935 ____________________________________________________________________________
12936 [ 27304] By: nicholas                              on 2006/02/24  11:21:06
12937         Log: assert that SvMAGIC is never non-NULL for any PVMG used as a pad name.
12938      Branch: perl
12939            ! sv.h
12940 ____________________________________________________________________________
12941 [ 27302] By: nicholas                              on 2006/02/24  10:56:00
12942         Log: Redo previous sv.h change.
12943      Branch: perl
12944            ! sv.h
12945 ____________________________________________________________________________
12946 [ 27301] By: stevep                                on 2006/02/24  10:54:14
12947         Log: Subject: [PATCH] Perl_save_aelem can't be const
12948              From: Andy Lester <andy@petdance.com>
12949              Date: Thu, 23 Feb 2006 22:53:40 -0600
12950              Message-ID: <20060224045340.GA6318@petdance.com>
12951      Branch: perl
12952            ! embed.fnc proto.h scope.c
12953 ____________________________________________________________________________
12954 [ 27300] By: stevep                                on 2006/02/24  10:41:53
12955         Log: Subject: [PATCH] unused context warnings
12956              From: andy@petdance.com (Andy Lester)
12957              Date: Tue, 21 Feb 2006 00:27:11 -0600
12958              Message-ID: <20060221062711.GA16160@petdance.com>
12959      Branch: perl
12960            ! deb.c embed.pl hv.c locale.c mathoms.c mg.c miniperlmain.c
12961            ! numeric.c op.c perl.c perl.h perlapi.c perlio.c pp_ctl.c
12962            ! regcomp.c scope.c sv.c toke.c universal.c utf8.c util.c
12963 ____________________________________________________________________________
12964 [ 27297] By: nicholas                              on 2006/02/24  10:29:48
12965         Log: As SVs can't both be in a pad, and the name of a variable in the pad,
12966              overlay SVs_PADTMP with SVpad_TYPED and SVs_PADMY with SVpad_OUR.
12967      Branch: perl
12968            ! pad.h
12969 ____________________________________________________________________________
12970 [ 27296] By: stevep                                on 2006/02/24  02:56:02
12971         Log: Revert change #27295, which I thought fixed builds on Win32.
12972              Instead remove &PL_vtbl_glob from globvar.sym.
12973      Branch: perl
12974            ! XSUB.h globvar.sym
12975 ____________________________________________________________________________
12976 [ 27295] By: stevep                                on 2006/02/24  02:02:14
12977         Log: Last instance of PL_vtbl_glob removed.  It was missed change #27289.
12978      Branch: perl
12979            ! XSUB.h
12980 ____________________________________________________________________________
12981 [ 27294] By: nicholas                              on 2006/02/23  23:45:39
12982         Log: Replace direct flags tests & manipulations for SVpad_TYPED and
12983              SVpad_OUR with macros SvPAD_TYPED(), SvPAD_OUR() etc, to abstract
12984              away the flags bits acutally used to store this information.
12985      Branch: perl
12986            ! XSUB.h dump.c op.c pad.c pad.h pp.c sv.c sv.h toke.c
12987 ____________________________________________________________________________
12988 [ 27293] By: nicholas                              on 2006/02/23  22:17:07
12989         Log: Document a sixth use for SVf_FAKE
12990      Branch: perl
12991            ! sv.h
12992 ____________________________________________________________________________
12993 [ 27292] By: nicholas                              on 2006/02/23  20:28:34
12994         Log: We have sufficient spare bits to store the SV type in body_details,
12995              so add a small sanity check to ensure that we have the array in the
12996              correct order.
12997      Branch: perl
12998            ! sv.c
12999 ____________________________________________________________________________
13000 [ 27291] By: nicholas                              on 2006/02/23  19:40:23
13001         Log: Shrink struct body_details and hence sv.o slightly further by using
13002              bitfields.
13003      Branch: perl
13004            ! sv.c
13005 ____________________________________________________________________________
13006 [ 27290] By: nicholas                              on 2006/02/23  19:15:48
13007         Log: Using U8 rather than size type shrinks the body_details table.
13008      Branch: perl
13009            ! sv.c
13010 ____________________________________________________________________________
13011 [ 27289] By: nicholas                              on 2006/02/23  18:00:19
13012         Log: Remove set magic from typeglobs. Remove typeglob magic entirely.
13013              Typeglobs now never access the SvPVX, SvIVX or SvNVX when holding a
13014              valid GvGP().
13015      Branch: perl
13016            ! dump.c ext/Devel/Peek/t/Peek.t gv.c perl.h pod/perlguts.pod
13017            ! sv.c util.c
13018 ____________________________________________________________________________
13019 [ 27288] By: nicholas                              on 2006/02/23  17:45:55
13020         Log: In XS_attributes__guess_stash, attempting to call Gv* on a PVMG is
13021              bad and wrong.
13022      Branch: perl
13023            ! xsutils.c
13024 ____________________________________________________________________________
13025 [ 27287] By: stevep                                on 2006/02/23  17:42:09
13026         Log: Add test for RT #2166: foreach spuriously autovivifies
13027      Branch: perl
13028            ! t/cmd/for.t
13029 ____________________________________________________________________________
13030 [ 27286] By: stevep                                on 2006/02/23  16:24:19
13031         Log: Converted t/op/pos.t to use test.pl and added TODO test for 
13032              RT #1716 - search position reset after 'local' save/restore
13033      Branch: perl
13034            ! t/op/pos.t
13035 ____________________________________________________________________________
13036 [ 27283] By: rgs                                   on 2006/02/23  14:07:13
13037         Log: Subject: [PATCH] Implement ${^WIN32_SLOPPY_STAT}
13038              From: "Jan Dubois" <jand@ActiveState.com>
13039              Date: Tue, 21 Feb 2006 12:36:31 -0800
13040              Message-ID: <019601c63726$7fcca200$6062a8c0@candy>
13041      Branch: perl
13042            ! win32/win32.c
13043 ____________________________________________________________________________
13044 [ 27282] By: nicholas                              on 2006/02/23  13:42:29
13045         Log: Recalculate dstr in Perl_sv_setsv_flags, as dstr may have been upgraded.
13046      Branch: perl
13047            ! sv.c
13048 ____________________________________________________________________________
13049 [ 27279] By: nicholas                              on 2006/02/23  13:07:54
13050         Log: Remove un-needed case in Perl_sv_setsv_flags (sv_upgrade will cover
13051              this one for us).
13052      Branch: perl
13053            ! sv.c
13054 ____________________________________________________________________________
13055 [ 27278] By: nicholas                              on 2006/02/23  11:11:12
13056         Log: Remove get magic from typeglobs. This means that PVGVs holding
13057              typeglobs never need to use SvPVX. This comes at price - typeglobs
13058              were using magic get for their stringificiation, and to pass SvOK(),
13059              so need to make typeglobs SvOK by default (by sucking SVp_SCREAM into
13060              SVf_OK - it's the only flag left), tweak SvSCREAM() to also check
13061              SVp_POK, and teach sv_2[inpu]v how to convert globs.
13062              However, it should free up SvPVX for the next part of the plan to
13063              pointer indirections, and therefore CPU cache pressure.
13064      Branch: perl
13065            ! embed.fnc embed.h ext/Devel/Peek/t/Peek.t gv.c mg.c perl.h
13066            ! proto.h sv.c sv.h
13067 ____________________________________________________________________________
13068 [ 27276] By: nicholas                              on 2006/02/23  00:29:04
13069         Log: Fix the copy sizes for PVFM and PVCV back to sanity.
13070      Branch: perl
13071            ! sv.c
13072 ____________________________________________________________________________
13073 [ 27274] By: nicholas                              on 2006/02/22  23:43:10
13074         Log: Fix typos and a missing bracket.
13075      Branch: perl
13076            ! pp.c t/op/studytied.t
13077 ____________________________________________________________________________
13078 [ 27273] By: nicholas                              on 2006/02/22  22:30:19
13079         Log: Avoid C<study>ing any strings that might change underneath us, such
13080              as tied scalars and scalars with overloaded stringification.
13081      Branch: perl
13082            ! pp.c t/op/studytied.t
13083 ____________________________________________________________________________
13084 [ 27272] By: rgs                                   on 2006/02/22  22:09:41
13085         Log: Mark some new study tests as TODO
13086      Branch: perl
13087            ! t/op/studytied.t
13088 ____________________________________________________________________________
13089 [ 27271] By: rgs                                   on 2006/02/22  21:04:33
13090         Log: Add a test for study() on tied scalars, by Andy Lester after
13091              Rick Delaney
13092      Branch: perl
13093            + t/op/studytied.t
13094            ! MANIFEST
13095 ____________________________________________________________________________
13096 [ 27270] By: rgs                                   on 2006/02/22  20:28:41
13097         Log: Turn on match string copying when /e flag is set on a substitution.
13098              
13099              Subject: [PATCH] dodge a valgrind error (for maint or blead)
13100              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
13101              Date: Feb 22, 2006 8:16 PM
13102              Message-ID: <43FCB896.7060106@gmail.com>
13103      Branch: perl
13104            ! pp_hot.c
13105 ____________________________________________________________________________
13106 [ 27269] By: nicholas                              on 2006/02/22  18:21:30
13107         Log: sv_dump should report the PV for PVGVs, as it can get set.
13108              (Typeglobs stringify via a call to GET magic, which uses the PV slot.)
13109      Branch: perl
13110            ! dump.c ext/Devel/Peek/t/Peek.t
13111 ____________________________________________________________________________
13112 [ 27268] By: nicholas                              on 2006/02/22  16:50:25
13113         Log: Test warnings for converting globs to other forms.
13114      Branch: perl
13115            ! t/op/gv.t
13116 ____________________________________________________________________________
13117 [ 27267] By: nicholas                              on 2006/02/22  00:23:49
13118         Log: Change 24643 made the mistake of assuming that CvCONST can only be true
13119              on XSUBs. Somehow it can also end up on perl subs. Bug spotted by and
13120              test case from Marcus Holland-Moritz.
13121      Branch: perl
13122            ! sv.c t/op/threads.t
13123 ____________________________________________________________________________
13124 [ 27265] By: nicholas                              on 2006/02/21  20:09:25
13125         Log: Can merge the two arms of Perl_magic_getglob to save space.
13126      Branch: perl
13127            ! mg.c
13128 ____________________________________________________________________________
13129 [ 27264] By: nicholas                              on 2006/02/21  19:04:39
13130         Log: Reorder the SV flags so that SVp_?OK and SVf_?OK occupy 8 contiguous
13131              bits (0x0000XX00). This makes perl 3K smaller with -Os on x86 FreeBSD,
13132              and might also help on other architectures (eg with 8 contiguous bits,
13133              the SvOK() test on ARM won't need an intermediate constant).
13134      Branch: perl
13135            ! sv.h
13136 ____________________________________________________________________________
13137 [ 27263] By: stevep                                on 2006/02/21  18:44:21
13138         Log: Additional hints needed to build threaded Perls on NetBSD.
13139      Branch: perl
13140            ! hints/netbsd.sh
13141 ____________________________________________________________________________
13142 [ 27262] By: nicholas                              on 2006/02/21  18:00:57
13143         Log: PL_body_arenas should be set to NULL when the interpreter is cleared.
13144      Branch: perl
13145            ! sv.c
13146 ____________________________________________________________________________
13147 [ 27261] By: nicholas                              on 2006/02/21  16:28:02
13148         Log: Teach B about CVf_ISXSUB
13149      Branch: perl
13150            ! ext/B/defsubs_h.PL ext/B/t/concise-xs.t
13151 ____________________________________________________________________________
13152 [ 27260] By: nicholas                              on 2006/02/21  16:12:37
13153         Log: Goodbye PERL_XSUB_OLDSTYLE.
13154      Branch: perl
13155            ! cv.h ext/B/defsubs_h.PL ext/B/t/concise-xs.t
13156            ! ext/Devel/Peek/t/Peek.t pp_ctl.c pp_hot.c
13157 ____________________________________________________________________________
13158 [ 27259] By: nicholas                              on 2006/02/21  15:40:04
13159         Log: Re-order the definitions of the private bits in SvFLAGS by value, so
13160              that we can see where we're already double-booked.
13161      Branch: perl
13162            ! sv.h
13163 ____________________________________________________________________________
13164 [ 27258] By: nicholas                              on 2006/02/21  15:23:21
13165         Log: Document the many uses of SVf_FAKE.
13166      Branch: perl
13167            ! sv.h
13168 ____________________________________________________________________________
13169 [ 27257] By: stevep                                on 2006/02/21  15:18:58
13170         Log: Add tests for the previously untested Hash::Util::all_keys().
13171      Branch: perl
13172            ! ext/Hash/Util/t/Util.t
13173 ____________________________________________________________________________
13174 [ 27256] By: stevep                                on 2006/02/21  00:43:43
13175         Log: $ExtUtils::MM_Unix::VERSION needs to stay numeric to avoid test
13176              warnings.
13177      Branch: perl
13178            ! lib/ExtUtils/MM_Unix.pm
13179 ____________________________________________________________________________
13180 [ 27255] By: stevep                                on 2006/02/21  00:40:23
13181         Log: Subject: Patches: B, CGI, ExtUtils::MM_Unix
13182              From: "Joshua ben Jore" <twists@gmail.com>
13183              Date: Sun, 19 Feb 2006 02:58:10 -0600
13184              Message-ID: <dc5c751d0602190058t78d915fv78c6318370307b63@mail.gmail.com>
13185      Branch: perl
13186            ! AUTHORS lib/CGI.pm
13187 ____________________________________________________________________________
13188 [ 27254] By: stevep                                on 2006/02/21  00:02:46
13189         Log: Subject: Re: Patches: B, CGI, ExtUtils::MM_Unix
13190              From: "Joshua ben Jore" <twists@gmail.com>
13191              Date: Mon, 20 Feb 2006 09:50:15 -0600
13192              Message-ID: <dc5c751d0602200750j21447031m86ea670b04ac27ed@mail.gmail.com>
13193              
13194              Includes changes to increment test count in ext/B/t/concise-xs.t and
13195              uses "no warnings 'once';" in ext/B/t/b.t rather than kludging to 
13196              avoid the warning.
13197      Branch: perl
13198            ! ext/B/B.pm ext/B/B.xs ext/B/t/b.t ext/B/t/concise-xs.t
13199 ____________________________________________________________________________
13200 [ 27252] By: stevep                                on 2006/02/20  23:01:41
13201         Log: Subject: [PATCH] op/magic failure on cygwin after 1.5.19-4
13202              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
13203              Date: Mon, 20 Feb 2006 11:09:33 -0800
13204              Message-ID: <20060220190933.GA1316@efn.org>
13205      Branch: perl
13206            ! t/op/magic.t
13207 ____________________________________________________________________________
13208 [ 27251] By: nicholas                              on 2006/02/20  20:32:09
13209         Log: Steal code from maint, and use PERL_ARENA_ROOTS_SIZE to size the arena
13210              arrays, rather than SVt_LAST, so that SVt_LAST can truthfully remain
13211              the number of genuine SV types, unclouded by implementation details.
13212      Branch: perl
13213            ! intrpvar.h sv.c sv.h
13214 ____________________________________________________________________________
13215 [ 27250] By: rgs                                   on 2006/02/20  20:03:37
13216         Log: Subject: [PATCH] Make SDBM_File work with -Duse64bitall on Darwin (Mac OS X)
13217              From: Dominic Dunlop <shouldbedomo@mac.com>
13218              Date: Feb 20, 2006 1:46 PM
13219              Message-Id: <B699DDDE-EC4E-495D-AFF5-3D7399332A24@mac.com>
13220      Branch: perl
13221            ! ext/SDBM_File/Makefile.PL hints/darwin.sh
13222 ____________________________________________________________________________
13223 [ 27249] By: nicholas                              on 2006/02/20  19:00:22
13224         Log: PVCVs don't need XNVs either.
13225              (And actually remove xcv_depth)
13226              (And fix the copy lengths in bodies_by_type)
13227      Branch: perl
13228            ! cv.h dump.c ext/B/B/Bytecode.pm ext/Devel/Peek/t/Peek.t sv.c
13229 ____________________________________________________________________________
13230 [ 27248] By: rgs                                   on 2006/02/20  17:59:42
13231         Log: Subject: [PATCH] Trouble with $ENV{CDPATH} after change #27236
13232              From: Dominic Dunlop <shouldbedomo@mac.com>
13233              Date: Feb 20, 2006 2:49 PM
13234              Message-Id: <6393FA5A-6B84-46E9-A557-DED3BB0AD7EE@mac.com>
13235      Branch: perl
13236            ! t/op/utftaint.t
13237 ____________________________________________________________________________
13238 [ 27247] By: nicholas                              on 2006/02/20  17:48:21
13239         Log: PVFMs don't need CvDEPTH, and PVCVs don't use SvIVX, so moving
13240              xcv_depth into the IV union saves 4(ish) bytes per CV and format.
13241              "ish" because it was a long, but has been changed to I32 (along with
13242              the corresponding field in struct block_sub) so as not to enlarge the
13243              IV union on platforms where sizeof(long) > sizeof(IV), or struct
13244              block_sub where sizeof(long) > sizeof(I32)
13245      Branch: perl
13246            ! cop.h cv.h dump.c ext/B/B/Bytecode.pm ext/Devel/Peek/t/Peek.t
13247            ! op.c sv.c sv.h
13248 ____________________________________________________________________________
13249 [ 27245] By: nicholas                              on 2006/02/20  14:01:59
13250         Log: Fix sv_dump to dump formats without the (non-existent) NVX.
13251      Branch: perl
13252            ! dump.c
13253 ____________________________________________________________________________
13254 [ 27244] By: nicholas                              on 2006/02/20  13:42:47
13255         Log: xcv_root and xcv_xsub can also be merged into a union, providing a new
13256              flag is added to denote whether the PVCV is perl or XSUB.
13257      Branch: perl
13258            ! cv.h dump.c ext/B/B.xs ext/Devel/Peek/t/Peek.t op.c sv.c sv.h
13259 ____________________________________________________________________________
13260 [ 27243] By: nicholas                              on 2006/02/20  11:54:38
13261         Log: xcv_start and xcv_xsubany can be merged into a union, as they are never
13262              both needed.
13263      Branch: perl
13264            ! cv.h dump.c ext/B/B.xs ext/Devel/Peek/t/Peek.t sv.h
13265 ____________________________________________________________________________
13266 [ 27242] By: nicholas                              on 2006/02/20  11:54:03
13267         Log: Need to clear CvXSUBANY() too to turn a constant sub into a prototype.
13268      Branch: perl
13269            ! lib/ExtUtils/Constant/ProxySubs.pm
13270 ____________________________________________________________________________
13271 [ 27241] By: nicholas                              on 2006/02/20  10:40:59
13272         Log: Add a new CvISXSUB() macro, for abstracting the test as to whether a
13273              PVCV is perl or XS.
13274      Branch: perl
13275            ! cv.h dump.c ext/Devel/Peek/Peek.xs gv.c op.c pad.c pp_ctl.c
13276            ! pp_hot.c pp_sort.c sv.c
13277 ____________________________________________________________________________
13278 [ 27240] By: nicholas                              on 2006/02/20  10:10:11
13279         Log: Abolish BROKEN_UNION_INIT in B::C, as it works around problems in
13280              pre-ANSI C compilers, but pays in code duplication.
13281      Branch: perl
13282            ! cv.h ext/B/B/C.pm
13283 ____________________________________________________________________________
13284 [ 27239] By: rgs                                   on 2006/02/20  09:31:03
13285         Log: Subject: patch@27236 vms glob/readdir/chdir EFS/long filename support
13286              From: John E. Malmberg <wb8tyw@qsl.net>
13287              Date: Feb 20, 2006 3:43 AM
13288              Message-ID: <43F92CE6.5040704@qsl.net>
13289      Branch: perl
13290            ! doio.c t/io/fs.t vms/vms.c
13291 ____________________________________________________________________________
13292 [ 27238] By: rgs                                   on 2006/02/20  09:26:15
13293         Log: More NullXXX macro removal from Andy Lester
13294      Branch: perl
13295            ! cop.h deb.c doio.c doop.c hv.c intrpvar.h mg.h pad.c pad.h
13296            ! perl.c pp_ctl.c pp_hot.c pp_sys.c scope.c sv.c toke.c
13297            ! universal.c util.c
13298 ____________________________________________________________________________
13299 [ 27237] By: rgs                                   on 2006/02/20  08:54:22
13300         Log: Yitzchak points out that the perldiag entry for "Integer overflow in
13301              division" is no longer useful.
13302      Branch: perl
13303            ! pod/perldiag.pod
13304 ____________________________________________________________________________
13305 [ 27236] By: nicholas                              on 2006/02/20  00:36:34
13306         Log: utftaint.t won't be able to run tests with -T if you have
13307              Insecure directory in $ENV{PATH}
13308              so skip them. (Probably this means you have . in your PATH)
13309      Branch: perl
13310            ! t/op/utftaint.t
13311 ____________________________________________________________________________
13312 [ 27235] By: nicholas                              on 2006/02/20  00:21:09
13313         Log: Remove the last (U16) cast for CV depths, missed by change 17835.
13314      Branch: perl
13315            ! pp_ctl.c
13316 ____________________________________________________________________________
13317 [ 27234] By: nicholas                              on 2006/02/20  00:02:53
13318         Log: Re-order CV flags to bring the 4 CVf_BUILTIN_ATTRS into adjacent bits,
13319              and make other flag bits that are paired in the code adjacent.
13320              Will produce tighter code on ARM; might help on other platforms too.
13321      Branch: perl
13322            ! cv.h ext/Devel/Peek/t/Peek.t
13323 ____________________________________________________________________________
13324 [ 27233] By: nicholas                              on 2006/02/19  23:59:52
13325         Log: Ministry of Truth removes typo in description of Change 26166.
13326              Change 26166 was correct from the start.
13327              Nothing to see. Move along.
13328              We thank Big Brother for raising the chocolate ration to 20g per week.
13329      Branch: perl
13330            ! Changes
13331 ____________________________________________________________________________
13332 [ 27231] By: nicholas                              on 2006/02/19  22:35:24
13333         Log: Shave sizeof(NV) bytes from formats, by using the same offset
13334              manoeuvre as PVs, PVIVs, PVAVs and PVHVs.
13335      Branch: perl
13336            ! sv.c sv.h
13337 ____________________________________________________________________________
13338 [ 27230] By: nicholas                              on 2006/02/19  20:30:24
13339         Log: AVs and HVs don't have IVXs or NVXs, so assert this too.
13340      Branch: perl
13341            ! sv.h
13342 ____________________________________________________________________________
13343 [ 27229] By: nicholas                              on 2006/02/19  20:10:34
13344         Log: Under -DDEBUGGING, assert that SvIVX, SvUVX and SvNVX aren't being
13345              used on scalars that don't have the memory allocated. Correct
13346              SvSTASH and SvMAGIC to only evaluate the sv argument once.
13347      Branch: perl
13348            ! sv.h
13349 ____________________________________________________________________________
13350 [ 27228] By: nicholas                              on 2006/02/19  18:57:35
13351         Log: To make arithmetic on tainted dualvars work properly requires that
13352              sv_2nv uses SvIVX in preference to SvPVX, if SVp_IOK is true.
13353      Branch: perl
13354            ! sv.c t/op/taint.t
13355 ____________________________________________________________________________
13356 [ 27227] By: nicholas                              on 2006/02/19  12:14:15
13357         Log: SvROK(sv) will never be true when SvIOKp() or SvNOKp() is true, so the
13358              code inside the if() test in sv_2pv_flags is dead and can be removed.
13359      Branch: perl
13360            ! sv.c
13361 ____________________________________________________________________________
13362 [ 27223] By: rgs                                   on 2006/02/18  20:13:51
13363         Log: As Anno Siegel points out, mtime/ctime test should be skipped
13364              on OS X on HFS+.
13365      Branch: perl
13366            ! t/op/stat.t
13367 ____________________________________________________________________________
13368 [ 27222] By: nicholas                              on 2006/02/18  19:01:48
13369         Log: save_re_context() and even errsv_save = newSVsv(ERRSV); can turn
13370              PL_tainted back on, so defer turning if off as late as possible.
13371              This gets lib/locale.t working once more.
13372      Branch: perl
13373            ! utf8.c
13374 ____________________________________________________________________________
13375 [ 27221] By: nicholas                              on 2006/02/18  18:23:43
13376         Log: Turn of tainting locally inside swash_init(), as the internal
13377              implementation of the regexp engine has nothing to do with user data,
13378              so when and where it happens to call require is agnostic of the current
13379              expression's taintedness.
13380      Branch: perl
13381            ! t/op/utftaint.t utf8.c
13382 ____________________________________________________________________________
13383 [ 27220] By: nicholas                              on 2006/02/18  18:22:13
13384         Log: Assume that if runperl is called under tainting, that the caller really
13385              really wanted to run perl, so brute force untaint everything.
13386      Branch: perl
13387            ! t/test.pl
13388 ____________________________________________________________________________
13389 [ 27219] By: nicholas                              on 2006/02/18  17:38:38
13390         Log: Convert utftaint.t to test.pl (from Test.pm) and provide it with
13391              tainted() from taint.t to remove the dependency on Scalar::Util.
13392              (So it will now work with miniperl)
13393      Branch: perl
13394            ! t/op/utftaint.t
13395 ____________________________________________________________________________
13396 [ 27218] By: stevep                                on 2006/02/18  12:58:49
13397         Log: Upgrade to Digest-SHA-5.34.
13398      Branch: perl
13399            ! ext/Digest/SHA/Changes ext/Digest/SHA/README
13400            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/bin/shasum
13401            ! ext/Digest/SHA/ppport.h ext/Digest/SHA/src/hmac.c
13402            ! ext/Digest/SHA/src/hmac.h ext/Digest/SHA/src/sha.c
13403            ! ext/Digest/SHA/src/sha.h ext/Digest/SHA/t/0-pod-coverage.t
13404            ! ext/Digest/SHA/t/0-pod.t ext/Digest/SHA/t/1-exist.t
13405            ! ext/Digest/SHA/t/1-hello-world.t
13406            ! ext/Digest/SHA/t/2-nist-sha-1.t
13407            ! ext/Digest/SHA/t/2-nist-sha-224.t
13408            ! ext/Digest/SHA/t/2-nist-sha-256.t
13409            ! ext/Digest/SHA/t/2-nist-sha-384.t
13410            ! ext/Digest/SHA/t/2-nist-sha-512.t
13411            ! ext/Digest/SHA/t/2-nist-sha-base64.t
13412            ! ext/Digest/SHA/t/2-nist-sha-oo.t
13413            ! ext/Digest/SHA/t/2-nist-vectors-bit.t
13414            ! ext/Digest/SHA/t/2-nist-vectors-byte.t
13415            ! ext/Digest/SHA/t/3-gillogly-easy.t
13416            ! ext/Digest/SHA/t/3-gillogly-hard.t
13417            ! ext/Digest/SHA/t/4-bitstr-increasing.t
13418            ! ext/Digest/SHA/t/4-bitstr-large.t
13419            ! ext/Digest/SHA/t/4-bitstr-random.t
13420            ! ext/Digest/SHA/t/5-hmac-fips198.t
13421            ! ext/Digest/SHA/t/5-hmac-rfc2202.t
13422            ! ext/Digest/SHA/t/5-hmac-sha-256.t
13423            ! ext/Digest/SHA/t/5-hmac-woodbury.t
13424            ! ext/Digest/SHA/t/6-dump-load.t ext/Digest/SHA/t/7-ireland.t
13425 ____________________________________________________________________________
13426 [ 27215] By: nicholas                              on 2006/02/18  00:11:07
13427         Log: Subject: arena-rework : consolidated patch
13428              From: Jim Cromie <jim.cromie@gmail.com>
13429              Message-ID: <43F0F649.9040205@gmail.com>
13430              Date: Mon, 13 Feb 2006 14:12:41 -0700
13431              
13432              Tweaked somewhat to split the arena boolean from the arena_size,
13433              and with the PTE still doubling-up with one of the SV types in the
13434              array.
13435      Branch: perl
13436            ! embed.fnc embed.h hv.c perl.h pod/perlapi.pod proto.h sv.c
13437            ! sv.h
13438 ____________________________________________________________________________
13439 [ 27214] By: nicholas                              on 2006/02/17  23:26:58
13440         Log: Subject: Re: Smoke [5.9.4] 27195 FAIL(m) irix 6.2 (IP22/1 cpu)
13441              From: Abe Timmerman <abe@ztreet.demon.nl>
13442              Message-Id: <200602172358.23977.abe@ztreet.demon.nl>
13443              Date: Fri, 17 Feb 2006 23:58:23 +0100
13444      Branch: perl
13445            ! Makefile.SH
13446 ____________________________________________________________________________
13447 [ 27213] By: nicholas                              on 2006/02/17  22:40:31
13448         Log: The two whitespace changes from
13449              
13450              Subject: arena-rework : consolidated patch
13451              From: Jim Cromie <jim.cromie@gmail.com>
13452              Message-ID: <43F0F649.9040205@gmail.com>
13453              Date: Mon, 13 Feb 2006 14:12:41 -0700
13454      Branch: perl
13455            ! sv.c
13456 ____________________________________________________________________________
13457 [ 27212] By: gisle                                 on 2006/02/17  21:21:05
13458         Log: Don't add -fPIC if already present.
13459              
13460              Subject: [PATCH] 5.8.8: Debian patches
13461              From: "Brendan O'Dea" <bod@debian.org>
13462              Date: Sat, 11 Feb 2006 00:37:15 +1100
13463              Message-ID: <20060210133715.GA6826@londo.c47.org>
13464      Branch: perl
13465            ! hints/linux.sh
13466 ____________________________________________________________________________
13467 [ 27211] By: gisle                                 on 2006/02/17  21:19:03
13468         Log: Fix precedence.
13469              
13470              Subject: [PATCH] 5.8.8: Debian patches
13471              From: "Brendan O'Dea" <bod@debian.org>
13472              Date: Sat, 11 Feb 2006 00:37:15 +1100
13473              Message-ID: <20060210133715.GA6826@londo.c47.org>
13474      Branch: perl
13475            ! lib/Net/NNTP.pm
13476 ____________________________________________________________________________
13477 [ 27210] By: gisle                                 on 2006/02/17  20:54:46
13478         Log: Fix quote typo.
13479              
13480              Subject: [PATCH] 5.8.8: Debian patches
13481              From: "Brendan O'Dea" <bod@debian.org>
13482              Date: Sat, 11 Feb 2006 00:37:15 +1100
13483              Message-ID: <20060210133715.GA6826@londo.c47.org>
13484      Branch: perl
13485            ! utils/c2ph.PL
13486 ____________________________________________________________________________
13487 [ 27209] By: rgs                                   on 2006/02/17  15:48:59
13488         Log: In TODO: make encoding.pm lexical ?
13489      Branch: perl
13490            ! pod/perltodo.pod
13491 ____________________________________________________________________________
13492 [ 27208] By: rgs                                   on 2006/02/17  15:09:11
13493         Log: Subject: [PATCH] cleaning up perly.c
13494              From: andy@petdance.com (Andy Lester)
13495              Date: Sun, 12 Feb 2006 23:04:56 -0600
13496              Message-ID: <20060213050455.GA27993@petdance.com>
13497      Branch: perl
13498            ! perly.c
13499 ____________________________________________________________________________
13500 [ 27207] By: rgs                                   on 2006/02/17  14:27:22
13501         Log: Subject: Re: Perl_sighandler voodoo (was Re: Smoke [5.8.7] 26127 FAIL(XF) MSWin32 WinXP/.Net SP2 (x86/2 cpu))
13502              From: Robin Houston <robin@cpan.org>
13503              Date: Sun, 27 Nov 2005 00:43:13 +0000
13504              Message-ID: <20051127004313.GA7007@rpc142.cs.man.ac.uk>
13505              
13506              Simplification of the code in my_exit_jump() that unwinds context
13507              stacks
13508      Branch: perl
13509            ! perl.c
13510 ____________________________________________________________________________
13511 [ 27205] By: rgs                                   on 2006/02/17  08:50:27
13512         Log: Subject: Re: [perl #38485] use integer; 0x80000000/-1; # coredump
13513              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
13514              Date: Mon, 13 Feb 2006 01:39:25 -0800
13515              Message-ID: <20060213093925.GA3476@efn.org>
13516      Branch: perl
13517            ! lib/integer.t pp.c
13518 ____________________________________________________________________________
13519 [ 27204] By: rgs                                   on 2006/02/16  14:44:10
13520         Log: Subject: Re: how to build with -DPERL_MEM_LOG ?
13521              From: Andy Dougherty <doughera@lafayette.edu>
13522              Date: Fri, 3 Feb 2006 11:55:58 -0500 (EST)
13523              Message-ID: <Pine.SOC.4.62.0602031129530.9630@maxwell.phys.lafayette.edu>
13524      Branch: perl
13525            ! x2p/a2p.h
13526 ____________________________________________________________________________
13527 [ 27203] By: rgs                                   on 2006/02/16  14:15:53
13528         Log: Subject: Problem compiling swigged c++ code with 5.8.8
13529              From: Merijn Broeren <merijnb@iloquent.com>
13530              Date: Wed, 15 Feb 2006 13:51:49 +0100
13531              Message-ID: <20060215125148.GA12535@brugman.iloquent.nl>
13532      Branch: perl
13533            ! XSUB.h perl.h
13534 ____________________________________________________________________________
13535 [ 27202] By: stevep                                on 2006/02/16  12:54:08
13536         Log: Upgrade to CGI-3.16, with version bump on CGI.pm for documentation
13537              fixes not yet integrated.
13538      Branch: perl
13539            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Changes lib/CGI/Cookie.pm
13540            ! lib/CGI/Fast.pm lib/CGI/t/cookie.t lib/CGI/t/function.t
13541            ! lib/CGI/t/html.t
13542 ____________________________________________________________________________
13543 [ 27201] By: rgs                                   on 2006/02/16  12:47:13
13544         Log: Remove lib/Hash directory when doing make distclean
13545      Branch: perl
13546            ! Makefile.SH
13547 ____________________________________________________________________________
13548 [ 27200] By: rgs                                   on 2006/02/16  11:46:51
13549         Log: Subject: [PATCH] stat() on Windows doesn't handle trailing slashes/backslashes correctly
13550              From: "Jan Dubois" <jand@ActiveState.com>
13551              Date: Wed, 15 Feb 2006 17:19:29 -0800
13552              Message-ID: <017901c63297$08e1e3f0$2217a8c0@candy>
13553      Branch: perl
13554            ! win32/win32.c
13555 ____________________________________________________________________________
13556 [ 27199] By: rgs                                   on 2006/02/16  11:43:09
13557         Log: Subject: [patch] t/lib/warnings/pp_sys
13558              From: "Green, Paul" <Paul.Green@stratus.com>
13559              Date: Wed, 15 Feb 2006 11:09:57 -0500
13560              Message-ID: <F5F42E77A43DD944B6D664B00A5401CB011A19AF@EXNA.corp.stratus.com>
13561      Branch: perl
13562            ! t/lib/warnings/pp_sys
13563 ____________________________________________________________________________
13564 [ 27198] By: rgs                                   on 2006/02/16  11:40:42
13565         Log: CPAN::FirstTime can go as well from the untested module list
13566      Branch: perl
13567            ! t/lib/1_compile.t
13568 ____________________________________________________________________________
13569 [ 27197] By: rgs                                   on 2006/02/16  11:38:00
13570         Log: Pod::Plainer is tested, actually (spotted by chromatic)
13571      Branch: perl
13572            ! t/lib/1_compile.t
13573 ____________________________________________________________________________
13574 [ 27195] By: rgs                                   on 2006/02/16  09:10:38
13575         Log: Subject: [PATCH] Make XCOPY not prompt every two seconds when rebuilding on Win32
13576              From: demerphq <demerphq@gmail.com>
13577              Date: Mon, 13 Feb 2006 09:41:37 +0100
13578              Message-ID: <9b18b3110602130041q2d64122am5c83392dd75e0413@mail.gmail.com>
13579      Branch: perl
13580            ! win32/Makefile win32/makefile.mk
13581 ____________________________________________________________________________
13582 [ 27194] By: gisle                                 on 2006/02/15  15:25:36
13583         Log: Get perl_fini() running on HP-UX again.
13584              It was effectively disabled by change 24667 since
13585              __ux_version is only available under DCE threads
13586              which isn't used when perl is built on HP-UX 11
13587              and later.
13588      Branch: perl
13589            ! perl.c
13590 ____________________________________________________________________________
13591 [ 27193] By: rgs                                   on 2006/02/15  13:22:27
13592         Log: Fix to run this test in the core
13593      Branch: perl
13594            ! lib/CPAN/t/03pkgs.t
13595 ____________________________________________________________________________
13596 [ 27192] By: stevep                                on 2006/02/15  13:11:06
13597         Log: Subject:  [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.84.tar.gz
13598              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
13599              Date: Wed, 15 Feb 2006 09:19:56 +0100
13600              Message-ID: <87oe19owyb.fsf@k75.linux.bogus>
13601      Branch: perl
13602            + lib/CPAN/t/01loadme.t lib/CPAN/t/02nox.t lib/CPAN/t/03pkgs.t
13603            + lib/CPAN/t/10version.t lib/CPAN/t/11mirroredby.t
13604            - lib/CPAN/t/Nox.t lib/CPAN/t/loadme.t lib/CPAN/t/mirroredby.t
13605            - lib/CPAN/t/vcmp.t lib/CPAN/t/version.t
13606            ! MANIFEST lib/CPAN.pm lib/CPAN/Debug.pm lib/CPAN/FirstTime.pm
13607            ! lib/CPAN/HandleConfig.pm lib/CPAN/Nox.pm lib/CPAN/SIGNATURE
13608            ! lib/CPAN/Tarzip.pm lib/CPAN/Version.pm
13609 ____________________________________________________________________________
13610 [ 27190] By: merijn                                on 2006/02/15  09:11:12
13611         Log: Added hints/dragonfly.sh for #27189
13612      Branch: perl
13613            ! MANIFEST
13614 ____________________________________________________________________________
13615 [ 27189] By: merijn                                on 2006/02/15  09:07:43
13616         Log: Subject: Patch for perl to compile/work on DragonFlyBSD
13617              From: Robert Sebastian Gerus <arachnist@gmail.com>
13618              Date: Tue, 14 Feb 2006 17:27:52 +0100
13619              Message-ID: <4a1e16420602140827w17fd6595w@mail.gmail.com>
13620      Branch: perl
13621            + hints/dragonfly.sh
13622            ! Configure Makefile.SH
13623 ____________________________________________________________________________
13624 [ 27187] By: craigb                                on 2006/02/15  04:32:14
13625         Log: Subject: patch@27162 long path name support in readdir / cando_by_name
13626              From: "John E. Malmberg" <wb8tyw@qsl.net>
13627              Date: Sun, 12 Feb 2006 15:24:58 -0500
13628              Message-id: <43EF999A.1020500@qsl.net>
13629      Branch: perl
13630            ! vms/vms.c vms/vmsish.h
13631 ____________________________________________________________________________
13632 [ 27186] By: stevep                                on 2006/02/15  02:55:13
13633         Log: Version bump to go along with change #27185
13634      Branch: perl
13635            ! lib/Getopt/Long.pm
13636 ____________________________________________________________________________
13637 [ 27185] By: stevep                                on 2006/02/15  02:53:10
13638         Log: Subject: Getopt::Long::Configure 'no_getopt_compat'
13639              From: Abigail <abigail@abigail.nl>
13640              Date: Tue, 14 Feb 2006 23:58:07 +0100
13641              Message-ID: <20060214225806.GA4120@abigail.nl>
13642      Branch: perl
13643            ! lib/Getopt/Long.pm
13644 ____________________________________________________________________________
13645 [ 27184] By: nicholas                              on 2006/02/14  23:42:45
13646         Log: Back out change change 10214 (drop SVp_IOK from >> PRIVSHIFT) as it
13647              never felt quite correct, and other parts of the SV conversion
13648              implementation have improved such that the symptoms 10214 covered
13649              over are gone even without it.
13650      Branch: perl
13651            ! mg.c scope.c sv.c
13652 ____________________________________________________________________________
13653 [ 27182] By: stevep                                on 2006/02/14  17:50:06
13654         Log: Upgrade to Time-HiRes-1.87
13655      Branch: perl
13656            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
13657            ! ext/Time/HiRes/t/HiRes.t
13658 ____________________________________________________________________________
13659 [ 27181] By: stevep                                on 2006/02/14  17:41:02
13660         Log: Hash::Util tests should check if Hash::Util has been built, not
13661              List::Util (spotted by Rafael).
13662      Branch: perl
13663            ! ext/Hash/Util/t/Util.t
13664 ____________________________________________________________________________
13665 [ 27180] By: stevep                                on 2006/02/14  17:08:08
13666         Log: Subject: [Patch] Enhance Hash::Util
13667              From: demerphq <demerphq@gmail.com>
13668              Date: Mon, 13 Feb 2006 11:39:33 +0100
13669              Message-ID: <9b18b3110602130239w311d05fcr776ae8333776ca2e@mail.gmail.com>
13670      Branch: perl
13671            + ext/Hash/Util/Changes ext/Hash/Util/Makefile.PL
13672            + ext/Hash/Util/Util.xs ext/Hash/Util/lib/Hash/Util.pm
13673            + ext/Hash/Util/t/Util.t
13674            - lib/Hash/Util.pm lib/Hash/Util.t
13675            ! MANIFEST win32/Makefile win32/makefile.mk
13676 ____________________________________________________________________________
13677 [ 27179] By: rgs                                   on 2006/02/14  13:23:04
13678         Log: One shouldn't be able to dereference a GLOB as a SCALAR.
13679              
13680              Subject: Re: [perl #38484] Data::Dumper only warns on unhandled reference types
13681              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
13682              Date: Sun, 12 Feb 2006 09:18:39 -0800
13683              Message-ID: <20060212171839.GA3604@efn.org>
13684              
13685              plus regression tests.
13686      Branch: perl
13687            ! pp.c t/op/ref.t
13688 ____________________________________________________________________________
13689 [ 27178] By: rgs                                   on 2006/02/14  10:18:48
13690         Log: Remove a my_perl that slipped in
13691      Branch: perl
13692            ! perlio.c
13693 ____________________________________________________________________________
13694 [ 27177] By: rgs                                   on 2006/02/14  10:00:36
13695         Log: Subject: [PATCH] Sun Studio lint patches
13696              From: andy@petdance.com (Andy Lester)
13697              Date: Mon, 13 Feb 2006 23:46:17 -0600
13698              Message-ID: <20060214054617.GA8824@petdance.com>
13699      Branch: perl
13700            ! Makefile.SH gv.c hv.c op.c pad.c perlio.c pp.c pp_ctl.c
13701            ! pp_hot.c regcomp.c sv.c toke.c utf8.c
13702 ____________________________________________________________________________
13703 [ 27176] By: nicholas                              on 2006/02/13  21:46:13
13704         Log: Ensure that public I, N and P flags are off when SvTAINT is called on
13705              something that already has taint magic.
13706      Branch: perl
13707            ! sv.c
13708 ____________________________________________________________________________
13709 [ 27174] By: rgs                                   on 2006/02/13  17:27:59
13710         Log: Subject: [PATCH] perldiag.pod patching re: integer overflow
13711              From: andy@petdance.com (Andy Lester)
13712              Date: Sun, 12 Feb 2006 23:08:48 -0600
13713              Message-ID: <20060213050848.GB27993@petdance.com>
13714      Branch: perl
13715            ! pod/perldiag.pod pod/perlop.pod
13716 ____________________________________________________________________________
13717 [ 27173] By: rgs                                   on 2006/02/13  17:17:40
13718         Log: Subject: [perl #38346] [PATCH] Re: B::Deparse's bug?
13719              From: Stephen McCamant <smcc@mit.edu>
13720              Date: Wed, 8 Feb 2006 17:48:49 -0800
13721              Message-ID: <17386.40833.64309.454938@conquest.OCF.Berkeley.EDU>
13722      Branch: perl
13723            ! ext/B/B/Deparse.pm
13724 ____________________________________________________________________________
13725 [ 27172] By: steveh                                on 2006/02/13  16:46:14
13726         Log: Teach checkAUTHORS.pl about Changelogs with leading tabs
13727              in the log entries, and fix a malformed log entry in Changes5.005
13728      Branch: perl
13729            ! Changes5.005 Porting/checkAUTHORS.pl
13730 ____________________________________________________________________________
13731 [ 27171] By: steveh                                on 2006/02/13  16:03:23
13732         Log: Revert an assert() fix in the light of change #27152
13733              
13734              The MinGW problem described here:
13735              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-01/msg00146.html
13736              was fixed by change #26664. This is no longer relevant in the light of
13737              change #27152, so revert it.
13738              
13739              (The other problems with VC++ 6 and BCC, fixed by change #26634, have
13740              not gone away, however.)
13741      Branch: perl
13742            ! gv.h
13743 ____________________________________________________________________________
13744 [ 27169] By: nicholas                              on 2006/02/13  15:12:58
13745         Log: All the bits of clone_params.flags need to be initialised, not just
13746              CLONEf_JOIN_IN.
13747      Branch: perl
13748            ! ext/threads/threads.xs
13749 ____________________________________________________________________________
13750 [ 27166] By: nicholas                              on 2006/02/12  19:03:47
13751         Log: Fix change 27059 so that it actually works with >16 file descriptors.
13752              With programmers like these, we need Stadler & Waldorf on code review.
13753      Branch: perl
13754            ! perlio.c
13755 ____________________________________________________________________________
13756 [ 27162] By: nicholas                              on 2006/02/11  22:52:40
13757         Log: In perldiag.pod add an entry for the error message that change 27155
13758              introduced.
13759      Branch: perl
13760            ! pod/perldiag.pod
13761 ____________________________________________________________________________
13762 [ 27161] By: nicholas                              on 2006/02/11  16:10:22
13763         Log: Remove SOFT_CAST() as it no longer does anything useful.
13764      Branch: perl
13765            ! perl.h scope.h
13766 ____________________________________________________________________________
13767 [ 27159] By: nicholas                              on 2006/02/11  15:10:32
13768         Log: Coalesce 2 if blocks with duplicated conditions in Perl_sv_dup.
13769      Branch: perl
13770            ! sv.c
13771 ____________________________________________________________________________
13772 [ 27158] By: stevep                                on 2006/02/11  14:16:45
13773         Log: Test to go with change #27155.
13774      Branch: perl
13775            ! lib/integer.t
13776 ____________________________________________________________________________
13777 [ 27155] By: stevep                                on 2006/02/11  06:14:02
13778         Log: Die when integer overflow condition is detected in division under
13779              C<use integer>.  Hopefully fixes RT #38485.
13780      Branch: perl
13781            ! pp.c
13782 ____________________________________________________________________________
13783 [ 27154] By: nicholas                              on 2006/02/11  00:40:04
13784         Log: assert() that we can't reach two unreachable code paths
13785              (in Perl_magic_get and Perl_pp_shift).
13786      Branch: perl
13787            ! mg.c pp.c
13788 ____________________________________________________________________________
13789 [ 27153] By: nicholas                              on 2006/02/10  22:37:23
13790         Log: The return value from S_hv_auxinit can be ignored, as it's also stored
13791              within the passed in hv parameter.
13792      Branch: perl
13793            ! embed.fnc proto.h
13794 ____________________________________________________________________________
13795 [ 27152] By: steveh                                on 2006/02/10  17:46:35
13796         Log: A better fix than 27148
13797              
13798              Subject: Win32 assert (was Re: Smoke [5.9.4] 27145 FAIL(M) MSWin32 WinXP/.Net SP2 (x86/2 cpu))
13799              From: Nicholas Clark <nick@ccl4.org>
13800              Date: Fri, 10 Feb 2006 14:58:47 +0000
13801              Message-ID: <20060210145847.GA85020@plum.flirble.org>
13802              
13803              Subject: RE: Win32 assert (was Re: Smoke [5.9.4] 27145 FAIL(M) MSWin32 WinXP/.Net SP2 (x86/2 cpu))
13804              From: "Jan Dubois" <jand@ActiveState.com>
13805              Date: Fri, 10 Feb 2006 09:03:41 -0800
13806              Message-ID: <024401c62e63$f1e53c10$6062a8c0@candy>
13807      Branch: perl
13808            ! embed.fnc embed.h hv.c perl.h proto.h sv.c
13809 ____________________________________________________________________________
13810 [ 27151] By: nicholas                              on 2006/02/10  14:25:33
13811         Log: With PERL_POISON defined, ensure freshly malloc()ed memory isn't zeros,
13812              and when PERL_TRACK_MEMPOOL is also defined scribble on any extension
13813              added by realloc().
13814      Branch: perl
13815            ! util.c
13816 ____________________________________________________________________________
13817 [ 27148] By: steveh                                on 2006/02/10  11:20:23
13818         Log: Fix the effects of 27136 on Win32 with DEBUGGING and PERL_IMPLICIT_SYS
13819      Branch: perl
13820            ! embed.fnc embed.h hv.c proto.h sv.c
13821 ____________________________________________________________________________
13822 [ 27145] By: nicholas                              on 2006/02/09  23:23:59
13823         Log: Change 27136 seems to have inadvertently upset some compilers,
13824              presumably where NULL was defined as 0, not (void *)0
13825      Branch: perl
13826            ! op.c
13827 ____________________________________________________________________________
13828 [ 27140] By: stevep                                on 2006/02/09  18:25:02
13829         Log: Fix breakage in S_set_csh() from change #27136.
13830      Branch: perl
13831            ! toke.c
13832 ____________________________________________________________________________
13833 [ 27139] By: gisle                                 on 2006/02/09  18:09:01
13834         Log: Document incompatible interpretation of chdir FOO.
13835              Ref change 27125.
13836      Branch: perl
13837            ! pod/perl594delta.pod
13838 ____________________________________________________________________________
13839 [ 27138] By: rgs                                   on 2006/02/09  17:49:18
13840         Log: Really regenerate headers
13841      Branch: perl
13842            ! embed.h proto.h
13843 ____________________________________________________________________________
13844 [ 27137] By: stevep                                on 2006/02/09  17:40:02
13845         Log: Regenerated headers for change #27136.
13846      Branch: perl
13847            ! embed.h proto.h
13848 ____________________________________________________________________________
13849 [ 27136] By: stevep                                on 2006/02/09  16:49:32
13850         Log: Subject: [PATCH] Trying my "remove the pTHXes" patch again
13851              From: Andy Lester <andy@petdance.com>
13852              Date: Thu, 9 Feb 2006 09:40:18 -0600
13853              Message-ID: <20060209154018.GA14610@petdance.com>
13854      Branch: perl
13855            ! Makefile.SH cc_runtime.h cop.h deb.c embed.fnc hv.c mg.c op.c
13856            ! op.h perl.c pp.c pp_ctl.c pp_sort.c regcomp.c regexec.c sv.c
13857            ! toke.c utf8.c util.c
13858 ____________________________________________________________________________
13859 [ 27135] By: rgs                                   on 2006/02/09  12:38:35
13860         Log: Skip new chdir warning test if fchdir is not available
13861      Branch: perl
13862            ! t/lib/warnings/pp_sys
13863 ____________________________________________________________________________
13864 [ 27134] By: nicholas                              on 2006/02/09  12:37:13
13865         Log: Avoid calling all the scanning code in gv_fetchpvn_flags when saving
13866              $1 etc, as we can perfom a hash lookup on %:: directly.
13867      Branch: perl
13868            ! regcomp.c
13869 ____________________________________________________________________________
13870 [ 27133] By: nicholas                              on 2006/02/08  20:57:24
13871         Log: lastparen in the regexp structure is never initialised, and so will
13872              still be uninitialised after a failed match, yet various points in
13873              mg.c read it come what may. Should fix bug 38461.
13874      Branch: perl
13875            ! regcomp.c
13876 ____________________________________________________________________________
13877 [ 27132] By: gisle                                 on 2006/02/08  17:52:16
13878         Log: Bareword file handles not supported for chown/chmod/utime.
13879      Branch: perl
13880            ! pod/perlfunc.pod
13881 ____________________________________________________________________________
13882 [ 27131] By: rgs                                   on 2006/02/08  16:57:48
13883         Log: Wave hands about encoding::warnings
13884      Branch: perl
13885            ! pod/perltodo.pod
13886 ____________________________________________________________________________
13887 [ 27130] By: rgs                                   on 2006/02/08  13:15:51
13888         Log: Subject: [perl #38464] chdir() on closed handles 
13889              From: Peter Dintelmann (via RT) <perlbug-followup@perl.org>
13890              Date: Wed, 08 Feb 2006 01:33:54 -0800
13891              Message-ID: <rt-3.0.11-38464-129771.3.46114092925276@perl.org>
13892              
13893              Plus a regression test.
13894      Branch: perl
13895            ! pp_sys.c t/lib/warnings/pp_sys
13896 ____________________________________________________________________________
13897 [ 27129] By: stevep                                on 2006/02/08  03:23:27
13898         Log: Subject: [PATCH] Handle unused args
13899              From: andy@petdance.com (Andy Lester)
13900              Date: Tue, 7 Feb 2006 16:36:56 -0600
13901              Message-ID: <20060207223656.GA5177@petdance.com>
13902      Branch: perl
13903            ! doio.c pad.c perl.c pp_sys.c
13904 ____________________________________________________________________________
13905 [ 27128] By: stevep                                on 2006/02/08  03:04:05
13906         Log: Subject: [patch] several broken make *.valgrind targets
13907              From: Jim Cromie <jim.cromie@gmail.com>
13908              Date: Tue, 07 Feb 2006 15:11:54 -0700
13909              Message-ID: <43E91B2A.4060700@gmail.com>
13910      Branch: perl
13911            ! Makefile.SH
13912 ____________________________________________________________________________
13913 [ 27127] By: nicholas                              on 2006/02/08  00:05:44
13914         Log: Borland's C compiler warns that the & is unnecessary.
13915      Branch: perl
13916            ! pp.c
13917 ____________________________________________________________________________
13918 [ 27126] By: nicholas                              on 2006/02/07  18:01:26
13919         Log: Merging pp_bit_or and pp_bit_xor shrinks the object code by about .7K.
13920              The overloading tests are not free.
13921      Branch: perl
13922            ! mathoms.c opcode.h opcode.pl pp.c pp.h
13923 ____________________________________________________________________________
13924 [ 27125] By: gisle                                 on 2006/02/07  17:32:50
13925         Log: Allow bareword file handle as argument to chdir().
13926              This copies the mechanism used by truncate().
13927              Fixes bug #38457.
13928      Branch: perl
13929            ! embed.h op.c opcode.h opcode.pl pp.sym pp_proto.h pp_sys.c
13930            ! t/op/chdir.t
13931 ____________________________________________________________________________
13932 [ 27124] By: nicholas                              on 2006/02/07  17:12:08
13933         Log: All the trancendental unary operators can be merged into PP_sin
13934              (cos, exp, log, sqrt)
13935      Branch: perl
13936            ! mathoms.c opcode.h opcode.pl pp.c
13937 ____________________________________________________________________________
13938 [ 27123] By: nicholas                              on 2006/02/07  15:52:18
13939         Log: Avoid gcc warning about possibly uninitialised variables.
13940      Branch: perl
13941            ! pp.c
13942 ____________________________________________________________________________
13943 [ 27122] By: nicholas                              on 2006/02/07  15:28:41
13944         Log: Create new macros AMG_CALLun_var, AMG_CALLun_var and tryAMAGICun_var
13945              which don't do the pre-processor string manipulation internally.
13946      Branch: perl
13947            ! pp.c pp.h
13948 ____________________________________________________________________________
13949 [ 27121] By: nicholas                              on 2006/02/07  14:57:36
13950         Log: pp_pop can be implemented by pp_shift.
13951      Branch: perl
13952            ! mathoms.c opcode.h opcode.pl pp.c
13953 ____________________________________________________________________________
13954 [ 27120] By: rgs                                   on 2006/02/07  14:37:15
13955         Log: Subject: Re: [PATCH] Documentation patch for overload
13956              From: Steffen Mueller <dtr8sin02@sneakemail.com>
13957              Date: Mon, 06 Feb 2006 10:58:44 +0100
13958              Message-ID: <43E71DD4.5010108@sneakemail.com>
13959      Branch: perl
13960            ! lib/overload.pm
13961 ____________________________________________________________________________
13962 [ 27119] By: nicholas                              on 2006/02/07  14:11:42
13963         Log: pp_hex can be implemented trivially by pp_oct, making pp_hex a mathom.
13964      Branch: perl
13965            ! mathoms.c opcode.h opcode.pl pp.c
13966 ____________________________________________________________________________
13967 [ 27118] By: nicholas                              on 2006/02/07  13:13:44
13968         Log: Merge pp_index and pp_rindex - we have another mathom.
13969      Branch: perl
13970            ! mathoms.c opcode.h opcode.pl pp.c
13971 ____________________________________________________________________________
13972 [ 27117] By: nicholas                              on 2006/02/07  12:41:27
13973         Log: Some refactoring to converge pp_index and pp_rindex
13974      Branch: perl
13975            ! pp.c
13976 ____________________________________________________________________________
13977 [ 27116] By: nicholas                              on 2006/02/07  12:19:17
13978         Log: Fix bug 38454 (rindex corrects for $[ on bytes rather than UTF-8)
13979      Branch: perl
13980            ! pp.c t/op/index.t
13981 ____________________________________________________________________________
13982 [ 27115] By: craigb                                on 2006/02/07  04:46:47
13983         Log: Subject: Re: Configure.com issue, more quoting needed.
13984              From: Peter Prymmer <PPrymmer@factset.com>
13985              Date: Mon, 06 Feb 2006 13:27:14 -0500
13986              Message-id:  <OF3536E719.A8B8D167-ON8525710D.0065011E-8525710D.00655ED0@factset.com>
13987      Branch: perl
13988            ! configure.com
13989 ____________________________________________________________________________
13990 [ 27114] By: craigb                                on 2006/02/07  04:39:09
13991         Log: Subject: patch@27082 Allow fatal exceptions to bring up VMS debugger
13992              From: "John E. Malmberg" <wb8tyw@qsl.net>
13993              Date: Sat, 04 Feb 2006 16:04:32 -0500
13994              Message-id: <43E516E0.1000508@qsl.net>
13995
13996      Branch: perl
13997            ! vms/perlvms.pod vms/vms.c
13998 ____________________________________________________________________________
13999 [ 27113] By: nicholas                              on 2006/02/06  22:28:41
14000         Log: Optimise index so that if the big string is ISO-8859-1 but the little
14001              string is UTF-8, it tries to downgrade the little string, rather than
14002              upgrade the big string. For half-meg big strings this is a fourfold
14003              speed gain.
14004      Branch: perl
14005            ! pp.c
14006 ____________________________________________________________________________
14007 [ 27112] By: nicholas                              on 2006/02/06  21:40:57
14008         Log: Given that the memory allocated in Perl_bytes_from_utf8 and
14009              Perl_bytes_to_utf8 will immediately be written to, I see no need to
14010              allocate it zeroed.
14011      Branch: perl
14012            ! utf8.c
14013 ____________________________________________________________________________
14014 [ 27111] By: nicholas                              on 2006/02/06  20:52:41
14015         Log: Rename S_glob_assign to S_glob_assign_glob
14016              Rename S_pvgv_assign to S_glob_assign_ref
14017              
14018              I don't think that they share enough common code to merge them.
14019      Branch: perl
14020            ! sv.c
14021 ____________________________________________________________________________
14022 [ 27110] By: nicholas                              on 2006/02/06  20:12:58
14023         Log: I think that "merge Perl_sv_2[inpu]v" and "reduce duplication in
14024              sv_setsv_flags" are about as done as they can be.
14025      Branch: perl
14026            ! pod/perltodo.pod
14027 ____________________________________________________________________________
14028 [ 27109] By: nicholas                              on 2006/02/06  20:04:35
14029         Log: In Perl_sv_upgrade, the assignment to new_type_details only needs to
14030              be done once.
14031      Branch: perl
14032            ! sv.c
14033 ____________________________________________________________________________
14034 [ 27108] By: stevep                                on 2006/02/06  19:43:17
14035         Log: Document the limitations of calling exit() (instead of _exit()) from
14036              a child process on Solaris.
14037      Branch: perl
14038            ! pod/perlfork.pod
14039 ____________________________________________________________________________
14040 [ 27107] By: nicholas                              on 2006/02/06  18:45:35
14041         Log: Remove a duplicate flag copy line from Perl_sv_setsv_flags.
14042      Branch: perl
14043            ! sv.c
14044 ____________________________________________________________________________
14045 [ 27106] By: nicholas                              on 2006/02/06  18:07:28
14046         Log: Move Perl_save_long, Perl_save_I16, Perl_save_I8, Perl_save_iv,
14047              Perl_save_nogv, Perl_save_list, Perl_save_destructor to mathoms.c
14048              Perl_save_svref can't actually move because it calls a static function.
14049      Branch: perl
14050            ! mathoms.c scope.c
14051 ____________________________________________________________________________
14052 [ 27105] By: nicholas                              on 2006/02/06  16:50:22
14053         Log: Expunge USE_5005THREADS from perl.c
14054      Branch: perl
14055            ! perl.c
14056 ____________________________________________________________________________
14057 [ 27104] By: nicholas                              on 2006/02/06  13:08:34
14058         Log: Fix bug #38439 - reference to typeglob assignment needs to be based
14059              on SvROK(sstr) rather than SvTYPE(sstr) == SVt_RV.
14060      Branch: perl
14061            ! sv.c t/op/gv.t
14062 ____________________________________________________________________________
14063 [ 27103] By: rgs                                   on 2006/02/06  09:42:33
14064         Log: Subject: [PATCH] 5.8.8: Unicos test skip (and for the record: config.sh and harness results)
14065              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
14066              Date: Sun, 05 Feb 2006 12:16:37 +0200
14067              Message-ID: <43E5D085.90400@iki.fi>
14068      Branch: perl
14069            ! lib/Math/BigInt/t/bigintc.t
14070 ____________________________________________________________________________
14071 [ 27102] By: stevep                                on 2006/02/06  04:48:04
14072         Log: Subject: [PATCH] Cleaning up shadowed variables
14073              From: Andy Lester <andy@petdance.com>
14074              Date: Sun, 5 Feb 2006 21:56:43 -0600
14075              Message-Id: <B375E848-FA07-479D-9571-FA3925106D16@petdance.com>
14076      Branch: perl
14077            ! op.c pp_ctl.c
14078 ____________________________________________________________________________
14079 [ 27101] By: nicholas                              on 2006/02/05  23:44:12
14080         Log: Merge the PVCV case into the common code in S_pvgv_assign.
14081      Branch: perl
14082            ! sv.c
14083 ____________________________________________________________________________
14084 [ 27100] By: nicholas                              on 2006/02/05  23:20:21
14085         Log: Merge the PVAV and PVHV clauses into the common code of S_pvgv_assign.
14086      Branch: perl
14087            ! sv.c
14088 ____________________________________________________________________________
14089 [ 27099] By: nicholas                              on 2006/02/05  23:02:58
14090         Log: Merge the default case (GvSV) with the common code in S_pvgv_assign.
14091      Branch: perl
14092            ! sv.c
14093 ____________________________________________________________________________
14094 [ 27098] By: nicholas                              on 2006/02/05  22:41:42
14095         Log: Start to merge the 6 arms of S_pvgv_assign into one.
14096      Branch: perl
14097            ! sv.c
14098 ____________________________________________________________________________
14099 [ 27097] By: nicholas                              on 2006/02/05  22:00:11
14100         Log: Subject: [patch] rework arenas - repair arenasets
14101              From: Jim Cromie <jim.cromie@gmail.com>
14102              Message-ID: <43E5F012.1080203@gmail.com>
14103              Date: Sun, 05 Feb 2006 05:31:14 -0700
14104      Branch: perl
14105            ! hv.c sv.c
14106 ____________________________________________________________________________
14107 [ 27096] By: rgs                                   on 2006/02/05  21:22:03
14108         Log: Subject: [PATCH] Documentation patch for overload
14109              From: Steffen Mueller <dtr8sin02@sneakemail.com>
14110              Date: Feb 5, 2006 12:26 PM
14111              Message-ID: <43E5E0E9.1070707@sneakemail.com>
14112      Branch: perl
14113            ! lib/overload.pm
14114 ____________________________________________________________________________
14115 [ 27095] By: nicholas                              on 2006/02/05  20:51:43
14116         Log: The message "Can't upgrade that kind of scalar" can be far more
14117              informative.
14118      Branch: perl
14119            ! pod/perldiag.pod sv.c
14120 ____________________________________________________________________________
14121 [ 27094] By: nicholas                              on 2006/02/05  20:33:57
14122         Log: new_body_type doesn't need to subtract the offset, that's what
14123              new_body_allocated is for.
14124      Branch: perl
14125            ! sv.c
14126 ____________________________________________________________________________
14127 [ 27093] By: nicholas                              on 2006/02/05  20:26:40
14128         Log: Yes, I broke Win32 with change 27089 by having a { in the wrong place.
14129      Branch: perl
14130            ! perl.c
14131 ____________________________________________________________________________
14132 [ 27092] By: nicholas                              on 2006/02/05  19:52:50
14133         Log: Remove "Can't upgrade to undef" from perldiag, as the corresponding
14134              code is now gone from sv_upgrade.
14135      Branch: perl
14136            ! pod/perldiag.pod
14137 ____________________________________________________________________________
14138 [ 27091] By: nicholas                              on 2006/02/05  19:45:37
14139         Log: Merge and refactor the PVAV and PVHV code in Perl_sv_upgrade, which
14140              reduces the object size by about 80 bytes.
14141      Branch: perl
14142            ! sv.c
14143 ____________________________________________________________________________
14144 [ 27090] By: nicholas                              on 2006/02/05  18:51:17
14145         Log: Eliminate a croak we can't get to.
14146      Branch: perl
14147            ! sv.c
14148 ____________________________________________________________________________
14149 [ 27089] By: nicholas                              on 2006/02/05  11:15:34
14150         Log: Without this Windows and Netware compilers should be complaining 
14151              about perl.c having code before a declaration, *but only if compiling
14152              with PERL_TRACK_MEMPOOL*. So, will it fix the smoke failures? Place
14153              bets now.
14154      Branch: perl
14155            ! perl.c
14156 ____________________________________________________________________________
14157 [ 27088] By: stevep                                on 2006/02/05  05:08:02
14158         Log: Don't export PL_memory_debug_header to Win32 (and others) unless 
14159              PERL_TRACK_MEMPOOL is defined.
14160      Branch: perl
14161            ! makedef.pl
14162 ____________________________________________________________________________
14163 [ 27087] By: stevep                                on 2006/02/05  04:13:27
14164         Log: Fixed embed.fnc entry for S_forbid_setid() and picked up a change in 
14165              pod/perlapi.pod for good measure when regenerating files.
14166      Branch: perl
14167            ! embed.fnc pod/perlapi.pod proto.h
14168 ____________________________________________________________________________
14169 [ 27086] By: nicholas                              on 2006/02/04  22:51:17
14170         Log: bcc was issuing a warning about this line in Perl_sv_2cv, so tweak it
14171              to keep it happy.
14172      Branch: perl
14173            ! sv.c
14174 ____________________________________________________________________________
14175 [ 27085] By: nicholas                              on 2006/02/04  22:13:08
14176         Log: Add regression tests to lib/charnames.t to ensure that unicore/Names.pl
14177              is 100% 7 bit ASCII.
14178      Branch: perl
14179            ! lib/charnames.t
14180 ____________________________________________________________________________
14181 [ 27084] By: nicholas                              on 2006/02/04  19:09:17
14182         Log: Enhance PERL_TRACK_MEMPOOL so that it also emulates the PerlHost
14183              behaviour of freeing up all memory at thread exit. With this and
14184              tools such as valgrind you will now get warnings as soon as you
14185              read from the deallocated memory, rather than just a warning much
14186              later about freeing to the wrong pool.
14187      Branch: perl
14188            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h pod/perltodo.pod
14189            ! sv.c util.c
14190 ____________________________________________________________________________
14191 [ 27083] By: nicholas                              on 2006/02/04  18:48:09
14192         Log: The TODO 'Tidy up global variables' can go, replaced with a second
14193              paragraph on 'Ordering of "global" variables'.
14194      Branch: perl
14195            ! pod/perltodo.pod
14196 ____________________________________________________________________________
14197 [ 27082] By: nicholas                              on 2006/02/04  17:11:54
14198         Log: I believe that mathoms have been completely TODOne.
14199      Branch: perl
14200            ! pod/perltodo.pod
14201 ____________________________________________________________________________
14202 [ 27081] By: nicholas                              on 2006/02/04  13:27:00
14203         Log: Rejig the definition of ARENAS_PER_SET to maximise the size of the
14204              array whilst keeping the structure within PERL_ARENA_SIZE.
14205      Branch: perl
14206            ! sv.c
14207 ____________________________________________________________________________
14208 [ 27080] By: nicholas                              on 2006/02/04  13:00:06
14209         Log: Tweak arena sets to avoid assignment between different pointers.
14210      Branch: perl
14211            ! sv.c
14212 ____________________________________________________________________________
14213 [ 27079] By: nicholas                              on 2006/02/04  12:28:03
14214         Log: Subject: [patch] arena rework - arena sets
14215              From: Jim Cromie <jim.cromie@gmail.com>
14216              Message-ID: <43DF4F66.4080808@gmail.com>
14217              Date: Tue, 31 Jan 2006 04:52:06 -0700
14218      Branch: perl
14219            ! embed.fnc embed.h hv.c proto.h sv.c
14220 ____________________________________________________________________________
14221 [ 27078] By: nicholas                              on 2006/02/04  11:10:52
14222         Log: warnings.h does some evil(*) pointer arithmetic on (SV *)0, so a
14223              simple replace of Nullsv with NULL turns out to be a bad idea.
14224              * Technically undefined behaviour, I believe.
14225      Branch: perl
14226            ! warnings.h warnings.pl
14227 ____________________________________________________________________________
14228 [ 27077] By: nicholas                              on 2006/02/04  10:37:08
14229         Log: Remove obsolete comment.
14230      Branch: perl
14231            ! perl.c
14232 ____________________________________________________________________________
14233 [ 27076] By: nicholas                              on 2006/02/03  23:21:37
14234         Log: S_find_beginning is only called from one place, so by hoisting the
14235              forbid_setid check for -x into the caller, we can eliminate the
14236              suidscript parameter from S_find_beginning.
14237      Branch: perl
14238            ! embed.fnc embed.h perl.c proto.h
14239 ____________________________________________________________________________
14240 [ 27075] By: nicholas                              on 2006/02/03  22:41:55
14241         Log: And as we've now got to the point where all calls to Perl_moreswitches
14242              have -1 as the second argument, we can remove the second argument,
14243              which gets us back to where we started, only with the elimination of
14244              a per-thread variable.
14245      Branch: perl
14246            ! embed.fnc embed.h perl.c proto.h toke.c
14247 ____________________________________________________________________________
14248 [ 27074] By: nicholas                              on 2006/02/03  22:18:45
14249         Log: The MSDOS-only call to moreswitches will never reach forbid_setid, so
14250              it can have a parameter of -1 without changing any behaviour.
14251              I see no reason to forbid "command line" switches when they are
14252              actually coming from the #! line of the script itself (as read by perl)
14253              as they must have been written by the owner of the script, rather than
14254              being crafted by the user manipulating the command line, and therefore
14255              cannot be subverted. (Or alternatively, can be subverted as easily as
14256              the rest of the script, and we're permitting *that* to be run)
14257      Branch: perl
14258            ! perl.c
14259 ____________________________________________________________________________
14260 [ 27073] By: nicholas                              on 2006/02/03  21:47:04
14261         Log: Pull the variables fdscript and suidscript into a much smaller scope.
14262              Replace suidscript with literal -1 where it could only have been -1.
14263              (Re-indent the other code inside the new block creating the scope.
14264              Rejig the indentation of the conditionals)
14265      Branch: perl
14266            ! perl.c
14267 ____________________________________________________________________________
14268 [ 27072] By: nicholas                              on 2006/02/03  21:23:21
14269         Log: Change 27070 failed to initialise a variable. (But despite that still
14270              passed all tests locally.)
14271      Branch: perl
14272            ! perl.c
14273 ____________________________________________________________________________
14274 [ 27071] By: nicholas                              on 2006/02/03  20:12:10
14275         Log: Silence a warning about "statement not reached" from the Sun C compiler.
14276              It was accurate - the conditional code used to give 2 return statements.
14277      Branch: perl
14278            ! mathoms.c
14279 ____________________________________________________________________________
14280 [ 27070] By: nicholas                              on 2006/02/03  20:10:07
14281         Log: Eliminating PL_suidscript is more tricky, and requires changing the
14282              prototype of Perl_moreswitches.
14283      Branch: perl
14284            ! embed.fnc embed.h embedvar.h intrpvar.h perl.c perlapi.h
14285            ! proto.h toke.c
14286 ____________________________________________________________________________
14287 [ 27069] By: nicholas                              on 2006/02/03  18:27:52
14288         Log: Passing the flag to S_forbit_setid as a single char rather than a
14289              string is a slight space optimisation.
14290      Branch: perl
14291            ! embed.fnc intrpvar.h perl.c proto.h
14292 ____________________________________________________________________________
14293 [ 27068] By: nicholas                              on 2006/02/03  18:10:45
14294         Log: Oops. I *thought* that I had checked that all changed files were open.
14295              Clearly not. (Fixes change 27066)
14296      Branch: perl
14297            ! embed.h embedvar.h perlapi.h proto.h
14298 ____________________________________________________________________________
14299 [ 27067] By: nicholas                              on 2006/02/03  17:06:43
14300         Log: Oops. When changing warnings.pl one should re-run it. Well spotted
14301              Rafael.
14302      Branch: perl
14303            ! warnings.h
14304 ____________________________________________________________________________
14305 [ 27066] By: nicholas                              on 2006/02/03  17:06:04
14306         Log: It's actually easier to get rid of PL_fdscript than we thought.
14307      Branch: perl
14308            ! embed.fnc intrpvar.h perl.c
14309 ____________________________________________________________________________
14310 [ 27065] By: nicholas                              on 2006/02/03  16:03:01
14311         Log: Subject: Re: [PATCH] s/Null(gv|hv|sv)/NULL/g
14312              From: Steven Schubiger <schubiger@cpan.org>
14313              Message-ID: <20060203152449.GI12591@accognoscere.homeunix.org>
14314              Date: Fri, 3 Feb 2006 16:24:49 +0100
14315      Branch: perl
14316            ! cop.h doio.c doop.c dump.c embed.pl gv.c hv.c hv.h intrpvar.h
14317            ! locale.c mathoms.c mg.c op.c pad.c pad.h perl.c perlio.c
14318            ! perlio.h pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c
14319            ! regexec.c scope.c sv.c sv.h thrdvar.h toke.c utf8.c util.c
14320            ! warnings.pl
14321 ____________________________________________________________________________
14322 [ 27064] By: rgs                                   on 2006/02/03  15:18:18
14323         Log: Fix file where internal XS functions are defined
14324      Branch: perl
14325            ! universal.c
14326 ____________________________________________________________________________
14327 [ 27063] By: rgs                                   on 2006/02/03  14:06:40
14328         Log: Help to compile on VMS with UNLINK_ALL_VERSIONS
14329              See :
14330              Subject: bug@26347 embed.fnc/embed.h with unlnk macro
14331              From: "John E. Malmberg" <wb8tyw@qsl.net>
14332              Date: Tue, 13 Dec 2005 22:18:56 -0500
14333              Message-ID: <439F8F20.4050207@qsl.net>
14334      Branch: perl
14335            ! perl.h
14336 ____________________________________________________________________________
14337 [ 27062] By: rgs                                   on 2006/02/03  13:46:46
14338         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.83_64.tar.gz
14339              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
14340              Date: Thu, 02 Feb 2006 12:35:41 +0100
14341              Message-ID: <87acda0z8y.fsf@k75.linux.bogus>
14342      Branch: perl
14343            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
14344            ! lib/CPAN/SIGNATURE
14345 ____________________________________________________________________________
14346 [ 27061] By: rgs                                   on 2006/02/03  13:35:44
14347         Log: Subject: L<PerlIO> and Pod::Html
14348              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
14349              Date: Mon, 09 Jan 2006 12:53:15 +0900
14350              Message-Id: <20060109125220.3BB0.BQW10602@nifty.com>
14351      Branch: perl
14352            ! lib/Pod/Html.pm
14353 ____________________________________________________________________________
14354 [ 27060] By: nicholas                              on 2006/02/03  13:21:46
14355         Log: Subject: [PATCH] s/Nullcv/NULL/g
14356              From: Steven Schubiger <schubiger@cpan.org>
14357              Message-ID: <20060202150241.GF12591@accognoscere.homeunix.org>
14358              Date: Thu, 2 Feb 2006 16:02:41 +0100
14359      Branch: perl
14360            ! cop.h dump.c gv.c gv.h mg.c op.c pad.c perl.c pp_ctl.c sv.c
14361 ____________________________________________________________________________
14362 [ 27059] By: nicholas                              on 2006/02/03  13:06:00
14363         Log: Change PL_perlio_fd_refcnt from a fixed size static array to a pointer
14364              to a dynamic array.
14365      Branch: perl
14366            ! embedvar.h perlapi.h perlio.c perlvars.h
14367 ____________________________________________________________________________
14368 [ 27057] By: stevep                                on 2006/02/02  20:57:01
14369         Log: It would be nice to have tests in B for the functions getting changed.
14370      Branch: perl
14371            ! ext/B/t/b.t
14372 ____________________________________________________________________________
14373 [ 27056] By: stevep                                on 2006/02/02  20:42:56
14374         Log: Death to magic characters!  No pun intended.
14375      Branch: perl
14376            ! ext/B/B.xs
14377 ____________________________________________________________________________
14378 [ 27054] By: rgs                                   on 2006/02/02  14:24:03
14379         Log: Subject: Re: [PATCH] s/Null(av|ch)/NULL/g
14380              From: Steven Schubiger <schubiger@cpan.org>
14381              Date: Thu, 2 Feb 2006 10:38:49 +0100
14382              Message-ID: <20060202093849.GD12591@accognoscere.homeunix.org>
14383      Branch: perl
14384            ! XSUB.h cop.h doio.c doop.c dump.c gv.c hv.c hv.h locale.c
14385            ! malloc.c mathoms.c mg.c op.c op.h pad.c perl.c perl.h perlio.c
14386            ! perlsdio.h pod/perlapi.pod pp_sort.c pp_sys.c regcomp.h
14387            ! regexec.c sv.c sv.h thrdvar.h toke.c util.c
14388 ____________________________________________________________________________
14389 [ 27053] By: nicholas                              on 2006/02/02  12:31:30
14390         Log: gv_fetchpvn_flags ranks highly in the profile, and the ::/' scanning
14391              loop is iterated over millions of times. Add a flag GV_NOTQUAL purely
14392              as an optimisation, when the caller is passing in a string that is
14393              known not to contain any package separators.
14394      Branch: perl
14395            ! doio.c gv.c gv.h op.c perl.c pp_ctl.c pp_sort.c pp_sys.c
14396            ! toke.c util.c
14397 ____________________________________________________________________________
14398 [ 27052] By: rgs                                   on 2006/02/02  11:22:43
14399         Log: Update to Module::CoreList 3.04.
14400              Cleanup corelist manpage.
14401              Remove -w in corelist shebang to avoid spurious warnings.
14402      Branch: perl
14403            ! lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist
14404 ____________________________________________________________________________
14405 [ 27051] By: gisle                                 on 2006/02/02  10:05:32
14406         Log: perl-5.8.8 also contained change 27040.
14407      Branch: perl
14408            ! lib/Module/CoreList.pm
14409 ____________________________________________________________________________
14410 [ 27050] By: nicholas                              on 2006/02/02  00:36:38
14411         Log: Yet more instances of gv_fetchpv... that should be GV_ADD rather than
14412              TRUE.
14413              Convert two gv_fetchpvn_flags to gv_fetchpvs.
14414      Branch: perl
14415            ! doio.c gv.c perl.c pp_ctl.c pp_sort.c util.c
14416 ____________________________________________________________________________
14417 [ 27049] By: nicholas                              on 2006/02/02  00:24:06
14418         Log: And another assumption.
14419      Branch: perl
14420            ! gv.c
14421 ____________________________________________________________________________
14422 [ 27048] By: nicholas                              on 2006/02/01  23:38:53
14423         Log: Since PERL_COPY_ON_WRITE becamse PERL_OLD_COPY_ON_WRITE it seems that
14424              no-one has been testing it, as there was a const too far.
14425      Branch: perl
14426            ! sv.c
14427 ____________________________________________________________________________
14428 [ 27047] By: stevep                                on 2006/02/01  23:34:47
14429         Log: Doc nit found by Stephen Gordon.
14430      Branch: perl
14431            ! pod/perlfunc.pod
14432 ____________________________________________________________________________
14433 [ 27046] By: nicholas                              on 2006/02/01  23:03:11
14434         Log: doubleplusoops. Apart from the documented NUL termination assumption.
14435              Now removed.
14436      Branch: perl
14437            ! gv.c
14438 ____________________________________________________________________________
14439 [ 27045] By: nicholas                              on 2006/02/01  22:39:29
14440         Log: References can't have SVp_IOK or SVp_NOK set, so no need for all the
14441              conditional code to copy IVX and NVX if true. "You cannot get here".
14442      Branch: perl
14443            ! sv.c
14444 ____________________________________________________________________________
14445 [ 27044] By: nicholas                              on 2006/02/01  22:03:37
14446         Log: Oops. 1 NUL termination assumption remains in Perl_gv_fetchpvn_flags
14447      Branch: perl
14448            ! gv.c
14449 ____________________________________________________________________________
14450 [ 27043] By: nicholas                              on 2006/02/01  20:26:46
14451         Log: Correct my comment, so that it's actually useful. :-)
14452      Branch: perl
14453            ! sv.c
14454 ____________________________________________________________________________
14455 [ 27042] By: nicholas                              on 2006/02/01  19:30:52
14456         Log: , tweaked from
14457              Subject: Re: [:...:] and \p{...} character class equivalence in utf8 regexps
14458              From: Steve Purkis <Steve.Purkis@multimap.com>
14459              Message-Id: <0DAE5956-3ECC-4692-A0C9-C62C8F790C97@multimap.com>
14460              Date: Fri, 20 Jan 2006 12:35:06 -0500
14461      Branch: perl
14462            ! pod/perlre.pod
14463 ____________________________________________________________________________
14464 [ 27039] By: rgs                                   on 2006/02/01  18:07:26
14465         Log: Improve a bit the documentation for kill() with SIGNAL==0
14466      Branch: perl
14467            ! pod/perlfunc.pod
14468 ____________________________________________________________________________
14469 [ 27038] By: nicholas                              on 2006/02/01  18:05:20
14470         Log: Mmm, it looks like it's a bad plan to rebuild the TOC from a tree that
14471              has other modules in ext/
14472              TODO - fix buildtoc to cross check with MANIFEST.
14473      Branch: perl
14474            ! pod/perltoc.pod
14475 ____________________________________________________________________________
14476 [ 27037] By: nicholas                              on 2006/02/01  17:53:28
14477         Log: Integrate perl588delta.pod from maint, and re-run pod/buildtoc.
14478      Branch: perl
14479           +> pod/perl588delta.pod
14480            ! pod/perl.pod vms/descrip_mms.template
14481           !> MANIFEST Makefile.SH pod.lst pod/perltoc.pod win32/Makefile
14482           !> win32/makefile.mk win32/pod.mak
14483 ____________________________________________________________________________
14484 [ 27036] By: rgs                                   on 2006/02/01  17:49:53
14485         Log: Doc nit by Andy Dougherty
14486      Branch: perl
14487            ! README.aix
14488 ____________________________________________________________________________
14489 [ 27035] By: rgs                                   on 2006/02/01  16:14:07
14490         Log: autouse actually requires perl 5.6 at least.
14491      Branch: perl
14492            ! lib/autouse.pm
14493 ____________________________________________________________________________
14494 [ 27034] By: rgs                                   on 2006/02/01  15:51:35
14495         Log: Avoid "Prototype mismatch" warnings with autouse.
14496      Branch: perl
14497            ! lib/autouse.pm
14498 ____________________________________________________________________________
14499 [ 27033] By: rgs                                   on 2006/02/01  13:22:26
14500         Log: Fix corelist data for 5.8.8
14501      Branch: perl
14502            ! lib/Module/CoreList.pm
14503 ____________________________________________________________________________
14504 [ 27032] By: rgs                                   on 2006/02/01  12:41:37
14505         Log: More history
14506      Branch: perl
14507            ! pod/perlhist.pod
14508 ____________________________________________________________________________
14509 [ 27031] By: rgs                                   on 2006/02/01  12:30:14
14510         Log: Update to Module::CoreList 2.03 (includes 5.8.8 and 5.9.3)
14511      Branch: perl
14512            ! lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist
14513 ____________________________________________________________________________
14514 [ 27030] By: nicholas                              on 2006/02/01  11:53:04
14515         Log: Subject: [patch] arena rework - unify arenaroots
14516              From: Jim Cromie <jim.cromie@gmail.com>
14517              Message-ID: <43DF3D0A.3040102@gmail.com>
14518              Date: Tue, 31 Jan 2006 03:33:46 -0700
14519      Branch: perl
14520            ! embedvar.h hv.c intrpvar.h perlapi.h sv.c
14521 ____________________________________________________________________________
14522 [ 27028] By: nicholas                              on 2006/01/31  22:59:27
14523         Log: Make Perl_gv_fetchpvn_flags actually heed the passed in length.
14524              This means that \0 bytes in symbolic references now work.
14525      Branch: perl
14526            ! doio.c gv.c perl.c t/op/ref.t toke.c
14527 ____________________________________________________________________________
14528 [ 27027] By: stevep                                on 2006/01/31  18:42:31
14529         Log: Intel C Compiler 9.0 hatefully defines __GNUC__.  Unfortunately, 
14530              icc does not support gcc built-ins like __attribiute__.
14531      Branch: perl
14532            ! perl.h
14533 ____________________________________________________________________________
14534 [ 27022] By: nicholas                              on 2006/01/31  15:33:15
14535         Log: Subject: [perl #38380] Typo in perlfunc.pod 
14536              From: p.boven@sara.nl (via RT) <perlbug-followup@perl.org>
14537              Message-ID: <rt-3.0.11-38380-129047.11.4217468041333@perl.org>
14538              Date: Tue, 31 Jan 2006 05:22:28 -0800
14539      Branch: perl
14540            ! pod/perlfunc.pod
14541 ____________________________________________________________________________
14542 [ 27021] By: nicholas                              on 2006/01/31  15:10:37
14543         Log: Eliminate save_threadsv, as it is never linked to, and all it does
14544              post 5005 threads is croak().
14545      Branch: perl
14546            ! embed.fnc embed.h global.sym proto.h scope.c
14547 ____________________________________________________________________________
14548 [ 27016] By: rgs                                   on 2006/01/31  10:07:00
14549         Log: Subject: Re: [PATCH] Re: replacing "inuse" Win files (was Re: Help with a Cwd.pm build error)
14550              From: demerphq <demerphq@gmail.com>
14551              Date: Tue, 31 Jan 2006 09:55:25 +0100
14552              Message-ID: <9b18b3110601310055h7aeb9aa1gdc2d63cc56d97768@mail.gmail.com>
14553      Branch: perl
14554            ! lib/ExtUtils/Install.pm
14555 ____________________________________________________________________________
14556 [ 27015] By: craigb                                on 2006/01/31  04:37:27
14557         Log: Subject: patch@26996 - patch around stat("_NLA0:") bug
14558              From: "John E. Malmberg" <wb8tyw@qsl.net>Date: Mon, 30 Jan 2006 23:21:34 -0500
14559              Message-id: <43DEE5CE.7060108@qsl.net>
14560
14561      Branch: perl
14562            ! vms/vms.c vms/vmsish.h
14563 ____________________________________________________________________________
14564 [ 27014] By: nicholas                              on 2006/01/31  00:15:26
14565         Log: Silence a warning from the MS compiler about signed/unsigned mismatch.
14566      Branch: perl
14567            ! util.c
14568 ____________________________________________________________________________
14569 [ 27010] By: rgs                                   on 2006/01/30  17:47:56
14570         Log: Add perl594delta
14571      Branch: perl
14572            + pod/perl594delta.pod
14573            ! MANIFEST Makefile.SH pod.lst pod/perl.pod
14574            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
14575            ! win32/pod.mak
14576 ____________________________________________________________________________
14577 [ 27009] By: nicholas                              on 2006/01/30  17:12:54
14578         Log: Change the author aliasing to reflect updates to AUTHORS.
14579      Branch: perl
14580            ! Porting/checkAUTHORS.pl
14581 ____________________________________________________________________________
14582 [ 27007] By: rgs                                   on 2006/01/30  16:58:47
14583         Log: Bump version number to 5.9.4
14584              Regenerate template config in Porting
14585      Branch: perl
14586            ! NetWare/Makefile NetWare/config_H.wc Porting/config.sh
14587            ! Porting/config_H epoc/config.sh epoc/createpkg.pl patchlevel.h
14588            ! plan9/config.plan9 win32/Makefile win32/config_H.bc
14589            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
14590            ! win32/makefile.mk wince/Makefile.ce wince/config_H.ce
14591 ____________________________________________________________________________
14592 [ 27006] By: nicholas                              on 2006/01/30  16:50:38
14593         Log: Silence another Irix compiler warning.
14594      Branch: perl
14595            ! toke.c
14596 ____________________________________________________________________________
14597 [ 27005] By: nicholas                              on 2006/01/30  16:29:38
14598         Log: Avoid a warning from the Irix C compiler.
14599      Branch: perl
14600            ! hv.c
14601 ____________________________________________________________________________
14602 [ 27004] By: stevep                                on 2006/01/30  15:04:50
14603         Log: Teach the Makefile how to cleanup config.over.
14604      Branch: perl
14605            ! Makefile.SH
14606 ____________________________________________________________________________
14607 [ 27002] By: nicholas                              on 2006/01/30  13:42:56
14608         Log: Code assumes that *FOO{SCALAR} will always return a scalar reference,
14609              so make it so, creating $FOO if necessary.
14610              (Effectively this is a policy decision that PERL_DONT_CREATE_GVSV is
14611              visible to XS code, but isn't visible to Perl code)
14612      Branch: perl
14613            ! pp.c t/op/gv.t
14614 ____________________________________________________________________________
14615 [ 27001] By: stevep                                on 2006/01/30  13:25:04
14616         Log: Add -DPTR_IS_LONG when building with -Duse64bitint on Solaris/i386.  
14617              Otherwise, the build fails in POSIX.
14618      Branch: perl
14619            ! hints/solaris_2.sh
14620 ____________________________________________________________________________
14621 [ 27000] By: nicholas                              on 2006/01/30  12:59:12
14622         Log: Use a union for storing the shared hash key reference count, rather
14623              than messy pointer hacks.
14624      Branch: perl
14625            ! ext/XS/APItest/APItest.xs hv.c hv.h perl.c
14626 ____________________________________________________________________________
14627 [ 26999] By: rgs                                   on 2006/01/30  09:52:06
14628         Log: Subject: [DOC PATCH] $^X isn't necessarily argv[0]
14629              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
14630              Date: Mon, 30 Jan 2006 01:06:24 -0800
14631              Message-ID: <20060130090624.GA3760@efn.org>
14632      Branch: perl
14633            ! pod/perlvar.pod
14634 ____________________________________________________________________________
14635 [ 26998] By: merijn                                on 2006/01/30  09:10:53
14636         Log: Subject: [PATCH] maint and blead: unicos.sh hints
14637              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
14638              Date: Sun, 29 Jan 2006 23:45:03 +0200 (EET)
14639              Message-Id: <200601292145.k0TLj3mW320311@kosh.hut.fi>
14640      Branch: perl
14641            ! hints/unicos.sh
14642 ____________________________________________________________________________
14643 [ 26997] By: nicholas                              on 2006/01/30  00:18:52
14644         Log: Assert that IVs and NVs can never be tainted.
14645      Branch: perl
14646            ! sv.c
14647 ____________________________________________________________________________
14648 [ 26996] By: nicholas                              on 2006/01/29  22:00:11
14649         Log: Solaris seems not to enjoy initialising constants from SIG_??? on 64
14650              bit builds.
14651      Branch: perl
14652            ! ext/POSIX/Makefile.PL
14653 ____________________________________________________________________________
14654 [ 26995] By: stevep                                on 2006/01/29  20:43:44
14655         Log: Upgrade to podlators-2.0.3
14656      Branch: perl
14657            ! lib/Pod/t/basic.t lib/Pod/t/color.t lib/Pod/t/man.t
14658            ! lib/Pod/t/termcap.t lib/Pod/t/text-options.t lib/Pod/t/text.t
14659 ____________________________________________________________________________
14660 [ 26994] By: rgs                                   on 2006/01/29  18:31:52
14661         Log: Email change for Steven Schubiger
14662      Branch: perl
14663            ! AUTHORS
14664 ____________________________________________________________________________
14665 [ 26993] By: merijn                                on 2006/01/29  10:14:09
14666         Log: Subject: Re: [patch] s/ar ts/ar s/g
14667              From: "Philippe M. Chiasson" <gozer@ActiveState.com>
14668              Date: Thu, 26 Jan 2006 13:53:07 -0800
14669              Message-ID: <43D944C3.60101@ActiveState.com>
14670      Branch: perl
14671            ! Configure
14672 ____________________________________________________________________________
14673 [ 26991] By: nicholas                              on 2006/01/29  00:25:04
14674         Log: C compilers don't let you return void. Pay attention gcc, and
14675              stop aping Shildt.
14676      Branch: perl
14677            ! sv.c
14678 ____________________________________________________________________________
14679 [ 26990] By: nicholas                              on 2006/01/29  00:09:10
14680         Log: Avoid using space to create 2 functions just to force mathoms to be
14681              linked. Instead, force the link via the perl interpreter structure
14682              via a function pointer that gets replaced at run time anyway.
14683      Branch: perl
14684            ! embed.fnc embed.h intrpvar.h mathoms.c perl.c proto.h
14685 ____________________________________________________________________________
14686 [ 26989] By: nicholas                              on 2006/01/28  17:46:56
14687         Log: Call gv_fetchpvn_flags where we already know the length.
14688      Branch: perl
14689            ! doio.c toke.c
14690 ____________________________________________________________________________
14691 [ 26988] By: stevep                                on 2006/01/28  17:25:03
14692         Log: Upgrade to podlators-2.0.2
14693      Branch: perl
14694            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
14695            ! lib/Pod/Text/Termcap.pm lib/Pod/t/basic.t lib/Pod/t/color.t
14696            ! lib/Pod/t/man.t lib/Pod/t/termcap.t lib/Pod/t/text-options.t
14697            ! lib/Pod/t/text.t pod/pod2man.PL pod/pod2text.PL
14698 ____________________________________________________________________________
14699 [ 26987] By: nicholas                              on 2006/01/28  17:15:21
14700         Log: Squeeze more flag manipulations together in sv_setsv_flags.
14701      Branch: perl
14702            ! sv.c
14703 ____________________________________________________________________________
14704 [ 26986] By: stevep                                on 2006/01/28  16:50:32
14705         Log: Upgrade to CPAN-1.83_59
14706      Branch: perl
14707            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
14708            ! lib/CPAN/SIGNATURE
14709 ____________________________________________________________________________
14710 [ 26985] By: stevep                                on 2006/01/28  16:43:43
14711         Log: Upgrade to Archive-Tar-1.28
14712      Branch: perl
14713            ! lib/Archive/Tar.pm lib/Archive/Tar/bin/ptardiff
14714            ! lib/Archive/Tar/t/02_methods.t
14715            ! lib/Archive/Tar/t/04_resolved_issues.t
14716 ____________________________________________________________________________
14717 [ 26983] By: nicholas                              on 2006/01/28  15:44:04
14718         Log: Add gv_fetchpvs, which uses STR_WITH_LEN to call gv_fetchpvn_flags.
14719              Many strlen()s saved.
14720      Branch: perl
14721            ! doio.c handy.h op.c perl.c pp_ctl.c pp_sort.c pp_sys.c toke.c
14722            ! util.c
14723 ____________________________________________________________________________
14724 [ 26982] By: nicholas                              on 2006/01/28  14:46:35
14725         Log: Merge the IOK and NOK clauses together in sv_setsv_flags.
14726      Branch: perl
14727            ! sv.c
14728 ____________________________________________________________________________
14729 [ 26981] By: nicholas                              on 2006/01/28  14:23:49
14730         Log: The flags manipulation in sv_setsv_flags can be more efficient.
14731      Branch: perl
14732            ! sv.c
14733 ____________________________________________________________________________
14734 [ 26980] By: nicholas                              on 2006/01/28  14:02:10
14735         Log: PERL_DONT_CREATE_GVSV wasn't as effective as it should have been.
14736      Branch: perl
14737            ! gv.c
14738 ____________________________________________________________________________
14739 [ 26979] By: nicholas                              on 2006/01/28  13:38:28
14740         Log: By changing SvVOK() from returning 0/1 to 0/pointer-to-magic we can
14741              save duplicating mg_find calls, without changing the semantics in any
14742              boolean context.
14743      Branch: perl
14744            ! sv.c sv.h util.c
14745 ____________________________________________________________________________
14746 [ 26978] By: nicholas                              on 2006/01/28  12:49:15
14747         Log: Pull the other large chunk of PVGV assignment code into S_pvgv_assign.
14748              There seems to be some duplication with S_glob_assign.
14749      Branch: perl
14750            ! sv.c
14751 ____________________________________________________________________________
14752 [ 26977] By: nicholas                              on 2006/01/28  12:26:47
14753         Log: Remove goto glob_assign;
14754      Branch: perl
14755            ! sv.c
14756 ____________________________________________________________________________
14757 [ 26976] By: nicholas                              on 2006/01/28  12:08:01
14758         Log: Pull glob_assign out from sv_setsv_flags into a static function.
14759      Branch: perl
14760            ! sv.c
14761 ____________________________________________________________________________
14762 [ 26975] By: rgs                                   on 2006/01/28  11:00:30
14763         Log: Update Changes
14764      Branch: perl
14765            ! Changes
14766 ____________________________________________________________________________
14767 [ 26974] By: rgs                                   on 2006/01/28  10:57:04
14768         Log: Add perl 5.9.3 in release list
14769      Branch: perl
14770            ! pod/perlhist.pod
14771 ____________________________________________________________________________
14772 [ 26970] By: gisle                                 on 2006/01/27  19:48:28
14773         Log: Subject: Re: Make Passive mode the default for Net::FTP
14774              From: Gisle Aas <gisle@ActiveState.com>
14775              Date: 27 Jan 2006 07:21:16 -0800
14776              Message-ID: <lrslr91ytv.fsf@caliper.activestate.com>
14777      Branch: perl
14778            ! lib/Net/Config.pm lib/Net/FTP.pm
14779 ____________________________________________________________________________
14780 [ 26969] By: rgs                                   on 2006/01/27  18:27:22
14781         Log: Oops. Forgot to add this file.
14782      Branch: perl
14783            + utils/ptardiff.PL
14784 ____________________________________________________________________________
14785 [ 26968] By: rgs                                   on 2006/01/27  18:07:54
14786         Log: Regenerate META.yml
14787      Branch: perl
14788            ! META.yml
14789 ____________________________________________________________________________
14790 [ 26967] By: rgs                                   on 2006/01/27  18:04:17
14791         Log: Regenerate Changes; remove ^M chars in Changes
14792      Branch: perl
14793            ! Changes
14794 ____________________________________________________________________________
14795 [ 26966] By: rgs                                   on 2006/01/27  17:47:32
14796         Log: Remove patch number
14797      Branch: perl
14798            ! patchlevel.h
14799 ____________________________________________________________________________
14800 [ 26965] By: rgs                                   on 2006/01/27  17:44:48
14801         Log: Mention ptardiff in perldelta.
14802      Branch: perl
14803            ! pod/perl593delta.pod
14804 ____________________________________________________________________________
14805 [ 26964] By: rgs                                   on 2006/01/27  17:37:27
14806         Log: Don't install ptardiff in the module tree
14807      Branch: perl
14808            ! installperl
14809 ____________________________________________________________________________
14810 [ 26963] By: rgs                                   on 2006/01/27  17:19:52
14811         Log: Install the ptardiff utility that comes with Archive::Tar
14812      Branch: perl
14813            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
14814            ! win32/Makefile win32/makefile.mk
14815 ____________________________________________________________________________
14816 [ 26962] By: rgs                                   on 2006/01/27  17:04:35
14817         Log: Install nit : README.e2x should be installed, the other READMEs shouldn't
14818      Branch: perl
14819            ! installperl
14820 ____________________________________________________________________________
14821 [ 26961] By: rgs                                   on 2006/01/27  16:31:33
14822         Log: Regenerate PODs
14823      Branch: perl
14824            ! pod/perlmodlib.pod pod/perltoc.pod
14825 ____________________________________________________________________________
14826 [ 26960] By: rgs                                   on 2006/01/27  15:35:01
14827         Log: Some spelling fixes by David Landgren.
14828              Mention perltodo.
14829      Branch: perl
14830            ! pod/perl593delta.pod
14831 ____________________________________________________________________________
14832 [ 26959] By: rgs                                   on 2006/01/27  15:26:05
14833         Log: Revert change 24461, now that change 26757 allows TEST
14834              to accept extra output from module tests
14835      Branch: perl
14836            ! cygwin/perlld.in
14837 ____________________________________________________________________________
14838 [ 26958] By: rgs                                   on 2006/01/27  13:54:06
14839         Log: Subject: [PATCH] quiet gcc Info message in cygwin
14840              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
14841              Date: Wed, 25 Jan 2006 19:16:09 -0800
14842              Message-ID: <20060126031608.GA2588@efn.org>
14843      Branch: perl
14844            ! hints/cygwin.sh
14845 ____________________________________________________________________________
14846 [ 26957] By: rgs                                   on 2006/01/27  13:08:12
14847         Log: Remove note about #elif, see :
14848              Subject: Re: Change 26954: Simplify nested '#ifdef' by replacing it with '#elif defined()'
14849              From: Steve Hay <steve.hay@uk.radan.com>
14850              Date: Fri, 27 Jan 2006 11:09:02 +0000
14851              Message-ID: <43D9FF4E.6010501@uk.radan.com>
14852      Branch: perl
14853            ! Porting/pumpkin.pod
14854 ____________________________________________________________________________
14855 [ 26955] By: nicholas                              on 2006/01/27  10:36:05
14856         Log: A description of the new constants.
14857      Branch: perl
14858            ! pod/perl593delta.pod
14859 ____________________________________________________________________________
14860 [ 26954] By: gisle                                 on 2006/01/27  08:54:04
14861         Log: Simplify nested '#ifdef' by replacing it with '#elif defined()'
14862      Branch: perl
14863            ! mg.c
14864 ____________________________________________________________________________
14865 [ 26953] By: gisle                                 on 2006/01/27  08:49:34
14866         Log: Safer implementation of RTRIM().
14867              Don't rely on SvCUR to be sane unless SvPOK.
14868      Branch: perl
14869            ! mg.c
14870 ____________________________________________________________________________
14871 [ 26952] By: nicholas                              on 2006/01/26  22:03:19
14872         Log: Subject: [PATCH] Change 26781/26830 (SvRTRIM should also write a new '\0' at the end) can cause segfaults
14873              From: "Philippe M. Chiasson" <gozer@ActiveState.com>
14874              Message-ID: <43D941AF.1060503@ActiveState.com>
14875              Date: Thu, 26 Jan 2006 13:39:59 -0800
14876      Branch: perl
14877            ! mg.c
14878 ____________________________________________________________________________
14879 [ 26951] By: stevep                                on 2006/01/26  19:23:48
14880         Log: Fix a few nits in perl593delta
14881      Branch: perl
14882            ! pod/perl593delta.pod
14883 ____________________________________________________________________________
14884 [ 26950] By: rgs                                   on 2006/01/26  18:48:27
14885         Log: miniperl isn't enough anymore to run pod2man.
14886      Branch: perl
14887            ! pod/Makefile.SH
14888 ____________________________________________________________________________
14889 [ 26949] By: nicholas                              on 2006/01/26  18:35:56
14890         Log: 2 spelling corrections, and rephrase the entry on perlivp (better
14891              grammer, more succinct)
14892      Branch: perl
14893            ! pod/perl593delta.pod
14894 ____________________________________________________________________________
14895 [ 26948] By: rgs                                   on 2006/01/26  18:14:26
14896         Log: More work on perldelta
14897      Branch: perl
14898            ! pod/perl593delta.pod
14899 ____________________________________________________________________________
14900 [ 26947] By: steveh                                on 2006/01/26  16:25:20
14901         Log: Make dump and -u croak on Win32 and Cygwin to avoid confusion
14902              such as was seen here:
14903              
14904              Subject: Weird Win32 error: "This application has requested the Runtime to terminate it in an unusual way."
14905              From: demerphq <demerphq@gmail.com>
14906              Date: Thu, 26 Jan 2006 15:40:42 +0100
14907              Message-ID: <9b18b3110601260640x34b2442cnf5379d2f83b74187@mail.gmail.com>
14908      Branch: perl
14909            ! perl.c pod/perldiag.pod pod/perlport.pod
14910 ____________________________________________________________________________
14911 [ 26946] By: nicholas                              on 2006/01/26  14:57:42
14912         Log: SvREADONLY_off inside the magic routines is also dangerous on shared
14913              hash key scalars, so decompose them to normal scalars if they ever
14914              get here.
14915      Branch: perl
14916            ! mg.c
14917 ____________________________________________________________________________
14918 [ 26945] By: rgs                                   on 2006/01/26  11:49:22
14919         Log: assertions.pm is dual-lived
14920      Branch: perl
14921            ! Porting/Maintainers.pl
14922 ____________________________________________________________________________
14923 [ 26943] By: rgs                                   on 2006/01/25  17:12:11
14924         Log: Subject: aelemfast optimization opclass problem (c.f. [perl #38279])
14925              From: Stephen McCamant <smcc@mit.edu>
14926              Date: Jan 24, 2006 7:23 AM
14927              Message-ID: <17365.51166.604020.571992@conquest.OCF.Berkeley.EDU>
14928      Branch: perl
14929            + ext/B/t/optree_misc.t
14930            ! MANIFEST ext/B/B.xs
14931 ____________________________________________________________________________
14932 [ 26941] By: gisle                                 on 2006/01/24  15:37:25
14933         Log: Subject: Simplify &IO::Handle::say
14934              From: Gisle Aas <gisle@ActiveState.com>
14935              Date: 24 Jan 2006 05:01:28 -0800
14936              Message-ID: <lrzmll7pav.fsf@caliper.activestate.com>
14937      Branch: perl
14938            ! ext/IO/lib/IO/Handle.pm
14939 ____________________________________________________________________________
14940 [ 26940] By: rgs                                   on 2006/01/24  15:10:27
14941         Log: Fix a regression on suidperl : the error message "No #! line" was
14942              produced in erroneous cases, because we used to read values in a
14943              string buffer that pointed to nothing.
14944      Branch: perl
14945            ! perl.c
14946 ____________________________________________________________________________
14947 [ 26936] By: steveh                                on 2006/01/24  12:13:15
14948         Log: Remove d_nanosleep from win32 configs
14949              Change 19899 removed them before, but they have accidentally crept back.
14950      Branch: perl
14951            ! win32/config.bc win32/config.gc win32/config.vc
14952            ! win32/config.vc64
14953 ____________________________________________________________________________
14954 [ 26935] By: steveh                                on 2006/01/24  09:22:44
14955         Log: Subject: SPRINTF_RETURNS_STRLEN isn't really a compile-time option 
14956              From: Gisle Aas <gisle@ActiveState.com>
14957              Date: 23 Jan 2006 02:12:04 -0800
14958              Message-ID: <lr3bjfb6dn.fsf@caliper.activestate.com>
14959              
14960              Subject: RE: SPRINTF_RETURNS_STRLEN isn't really a compile-time option
14961              From: "Jan Dubois" <jand@ActiveState.com>
14962              Date: Mon, 23 Jan 2006 11:30:51 -0800
14963              Message-ID: <008001c62053$86adf680$2217a8c0@candy>
14964      Branch: perl
14965            ! makedef.pl perl.c
14966 ____________________________________________________________________________
14967 [ 26933] By: rgs                                   on 2006/01/23  19:24:06
14968         Log: More work on perldelta
14969      Branch: perl
14970            ! pod/perl593delta.pod
14971 ____________________________________________________________________________
14972 [ 26932] By: nicholas                              on 2006/01/23  19:06:41
14973         Log: constant_add_symbol needs to be static, else static builds can fail at
14974              link time. (*How* many meanings is "static" overloaded with?)
14975      Branch: perl
14976            ! lib/ExtUtils/Constant/ProxySubs.pm
14977 ____________________________________________________________________________
14978 [ 26930] By: stevep                                on 2006/01/23  18:40:08
14979         Log: Subject: [PATCH] Tru64: -Uusedl: lib/ExtUtils/t/Embed.t
14980              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
14981              Date: Mon, 23 Jan 2006 20:34:18 +0200
14982              Message-ID: <43D521AA.7030008@gmail.com>
14983      Branch: perl
14984            ! lib/ExtUtils/t/Embed.t
14985 ____________________________________________________________________________
14986 [ 26929] By: stevep                                on 2006/01/23  15:56:34
14987         Log: Upgrade to Pod-Simple-3.04
14988      Branch: perl
14989            ! lib/Pod/Simple.pm lib/Pod/Simple/BlackBox.pm
14990            ! lib/Pod/Simple/Search.pm
14991 ____________________________________________________________________________
14992 [ 26928] By: rgs                                   on 2006/01/23  15:28:51
14993         Log: Now that change #26410 is reverted, mark as TODO the tests added
14994              by change #26925.
14995      Branch: perl
14996            ! t/op/pat.t
14997 ____________________________________________________________________________
14998 [ 26927] By: rgs                                   on 2006/01/23  15:18:30
14999         Log: Missing chunk in change #26926
15000      Branch: perl
15001            ! t/op/taint.t
15002 ____________________________________________________________________________
15003 [ 26926] By: rgs                                   on 2006/01/23  15:18:10
15004         Log: Revert change 26410, marking the test that was added there as TODO.
15005              See the thread :
15006              Subject: LVALUE m//g (was Re: au revoir ...)
15007              From: Nicholas Clark <nick@ccl4.org>
15008              Date: Jan 18, 2006 9:30 PM
15009              Message-ID: <20060118203058.GQ616@plum.flirble.org>
15010      Branch: perl
15011            ! op.c
15012 ____________________________________________________________________________
15013 [ 26925] By: nicholas                              on 2006/01/23  15:11:11
15014         Log: Change the regression test added by 26410 to use test.pl; this makes
15015              it easier to TODO if needed.
15016              Add the TODO test provided by Rick Delaney, but not as TODO, because
15017              change 26410 also made pos on LVALUE subroutines work for the first
15018              time.
15019      Branch: perl
15020            ! t/op/pat.t t/op/taint.t
15021 ____________________________________________________________________________
15022 [ 26924] By: rgs                                   on 2006/01/23  14:44:59
15023         Log: Un-const magic virtual tables; this consting breaks the nasty
15024              things done by Swig, as noticed by Audrey.
15025      Branch: perl
15026            ! embed.fnc mg.c mg.h perl.h pod/perlapi.pod proto.h sv.c
15027 ____________________________________________________________________________
15028 [ 26923] By: stevep                                on 2006/01/23  14:35:52
15029         Log: Upgrade to CPAN-1.83_58
15030      Branch: perl
15031            ! lib/CPAN.pm lib/CPAN/Debug.pm lib/CPAN/FirstTime.pm
15032            ! lib/CPAN/HandleConfig.pm lib/CPAN/SIGNATURE
15033            ! lib/CPAN/Version.pm lib/CPAN/t/vcmp.t
15034 ____________________________________________________________________________
15035 [ 26922] By: gisle                                 on 2006/01/23  12:33:02
15036         Log: Avoid warning with MS Visual C compiler.
15037              Encode.xs(443) : warning C4761: integral size mismatch in argument; conversion supplied
15038      Branch: perl
15039            ! ext/Encode/Encode.xs
15040 ____________________________________________________________________________
15041 [ 26921] By: gisle                                 on 2006/01/23  09:57:10
15042         Log: Subject: Avoid most getprotobyname/number calls in IO::Socket::INET
15043              From: Gisle Aas <gisle@ActiveState.com>
15044              Date: 18 Jan 2006 09:28:24 -0800
15045              Message-ID: <lr3bjlbg3r.fsf@caliper.activestate.com>
15046      Branch: perl
15047            ! ext/IO/lib/IO/Socket/INET.pm
15048 ____________________________________________________________________________
15049 [ 26919] By: craigb                                on 2006/01/21  17:05:07
15050         Log: Make Manifest.t do what is says it's doing.
15051      Branch: perl
15052            ! lib/ExtUtils/t/Manifest.t
15053 ____________________________________________________________________________
15054 [ 26918] By: mhx                                   on 2006/01/21  15:31:06
15055         Log: Remove wrong cast to (void *), which fixes a gcc warning, and use
15056              the return value of upg_version() at least once in the core.
15057      Branch: perl
15058            ! pp_ctl.c util.c
15059 ____________________________________________________________________________
15060 [ 26915] By: nicholas                              on 2006/01/20  10:12:12
15061         Log: Note 5.8.8-RC1
15062      Branch: perl
15063            ! pod/perlhist.pod
15064 ____________________________________________________________________________
15065 [ 26914] By: mhx                                   on 2006/01/19  18:44:34
15066         Log: Upgrade to Devel::PPPort 3.08
15067      Branch: perl
15068            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
15069            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
15070            ! ext/Devel/PPPort/PPPort_pm.PL
15071            ! ext/Devel/PPPort/parts/inc/ppphtest ext/Devel/PPPort/soak
15072 ____________________________________________________________________________
15073 [ 26913] By: craigb                                on 2006/01/19  04:55:19
15074         Log: find_perl() must be after environment initialization
15075      Branch: perl
15076            ! ext/Devel/PPPort/t/ppphtest.t
15077 ____________________________________________________________________________
15078 [ 26912] By: stevep                                on 2006/01/19  02:58:37
15079         Log: Fix hardcoded "/" in a filepath that causes ext/List/Util/t/p_tainted.t
15080              to fail on VMS.
15081      Branch: perl
15082            ! ext/List/Util/t/p_tainted.t
15083 ____________________________________________________________________________
15084 [ 26911] By: stevep                                on 2006/01/19  02:32:06
15085         Log: Fix another concatenated filepath in a test for Digest::SHA.
15086      Branch: perl
15087            ! ext/Digest/SHA/t/6-dump-load.t
15088 ____________________________________________________________________________
15089 [ 26910] By: nicholas                              on 2006/01/18  23:52:20
15090         Log: Integrate 26847 from maint.
15091              [Whoops, that was never the plan. Didn't realise which directory I was
15092              in]
15093      Branch: perl
15094           !> AUTHORS Porting/Maintainers.pl
15095 ____________________________________________________________________________
15096 [ 26904] By: nicholas                              on 2006/01/18  18:02:17
15097         Log: Change 26410 caused a regression, with the RVALUE return value of
15098              method calls now failing if bound to a global match. Add a TODO test.
15099      Branch: perl
15100            ! t/op/pat.t
15101 ____________________________________________________________________________
15102 [ 26903] By: gisle                                 on 2006/01/18  14:43:14
15103         Log: Allow IPPROTO_ICMP and IPPROTO_UDP to be exported.
15104              These were introduced in change 26897.
15105      Branch: perl
15106            ! ext/Socket/Socket.pm
15107 ____________________________________________________________________________
15108 [ 26902] By: gisle                                 on 2006/01/18  14:41:17
15109         Log: Use the IPPROTO_TCP constant instead of 6.
15110      Branch: perl
15111            ! ext/Socket/t/Socket.t
15112 ____________________________________________________________________________
15113 [ 26901] By: steveh                                on 2006/01/18  14:23:09
15114         Log: Change all NEWSV() to newSV() in the core and non-dual-lived modules.
15115              Keep NEWSV() itself for backwards-compatibility outside of the core,
15116              but don't advertise it any more.
15117              (cf. change #25101).
15118      Branch: perl
15119            ! av.c doio.c dump.c ext/ByteLoader/bytecode.h
15120            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs gv.c handy.h hv.c
15121            ! mathoms.c op.c os2/OS2/REXX/REXX.xs pad.c perl.c perly.c
15122            ! pod/perlapi.pod pod/perlembed.pod pp.c pp_ctl.c pp_hot.c
15123            ! pp_pack.c pp_sys.c regexec.c scope.c sv.c toke.c
15124            ! vms/ext/Stdio/Stdio.xs
15125 ____________________________________________________________________________
15126 [ 26900] By: stevep                                on 2006/01/18  13:32:09
15127         Log: Digest::SHA's t/2-nist-sha-oo.t has some path related problems on
15128              VMS as well.
15129      Branch: perl
15130            ! ext/Digest/SHA/t/2-nist-sha-oo.t
15131 ____________________________________________________________________________
15132 [ 26899] By: stevep                                on 2006/01/18  13:09:10
15133         Log: Fixes for Digest::SHA.  Replaced old ppport.h file with a new one
15134              generated from Devel::PPPort 3.07.  Also, fixed a UNIX-based path
15135              element that caused test failures on VMS (reported by John E. Malmberg
15136              <wb8tyw@qsl.net>).
15137      Branch: perl
15138            ! ext/Digest/SHA/ppport.h ext/Digest/SHA/t/6-dump-load.t
15139 ____________________________________________________________________________
15140 [ 26897] By: gisle                                 on 2006/01/18  11:57:07
15141         Log: Make sure the most common IPPROTO_* constants are always available.
15142              These are well known numbers so it should not be a problem to
15143              hardcode values when no constant is provided by the C library.
15144              Ref <http://www.iana.org/assignments/protocol-numbers>.
15145              
15146              On some old glibc systems (eg Redhat 6) IPPROTO_TCP is an enum only
15147              and this change workaround that problem as well.
15148      Branch: perl
15149            ! ext/Socket/Makefile.PL
15150 ____________________________________________________________________________
15151 [ 26893] By: gisle                                 on 2006/01/18  10:12:14
15152         Log: Suppress "statement not reached" warning from the Sun C compiler.
15153      Branch: perl
15154            ! doio.c
15155 ____________________________________________________________________________
15156 [ 26892] By: rgs                                   on 2006/01/18  10:06:24
15157         Log: Explain better how that test count works.
15158      Branch: perl
15159            ! t/comp/require.t
15160 ____________________________________________________________________________
15161 [ 26891] By: nicholas                              on 2006/01/18  10:02:19
15162         Log: New t/comp/require.t tests should go before the conditional exit.
15163      Branch: perl
15164            ! t/comp/require.t
15165 ____________________________________________________________________________
15166 [ 26889] By: craigb                                on 2006/01/18  05:12:10
15167         Log: special VMS handling no longer needed since we now close the file
15168      Branch: perl
15169            ! lib/File/Compare.t
15170 ____________________________________________________________________________
15171 [ 26885] By: rgs                                   on 2006/01/17  21:45:37
15172         Log: Gisle points out that it's ok to ignore the return value of newSVrv.
15173              Due to how embed.pl is implemented, this also has the unfortunate
15174              side-effect of removing __attribute__malloc__ from the attributes of
15175              this function, but given that the new pointer is stored elsewhere
15176              anyway, this shouldn't impact what gcc could have optimized.
15177      Branch: perl
15178            ! embed.fnc proto.h
15179 ____________________________________________________________________________
15180 [ 26883] By: rgs                                   on 2006/01/17  21:22:38
15181         Log: Regression test for change #26881
15182      Branch: perl
15183            ! t/comp/require.t
15184 ____________________________________________________________________________
15185 [ 26881] By: rgs                                   on 2006/01/17  19:03:51
15186         Log: The current OP that is tested in doeval() can be a require(), an
15187              eval() or a do(). When we test whether OPf_SPECIAL is set on it, be
15188              sure to take into account that it's the eval-related meaning of
15189              OPf_SPECIAL we're testing for, not the require-related one.
15190      Branch: perl
15191            ! pp_ctl.c
15192 ____________________________________________________________________________
15193 [ 26878] By: rgs                                   on 2006/01/17  16:15:15
15194         Log: Make the description of $^M in perlvar a bit more clear
15195              w.r.t. cross-references to the INSTALL document. (spotted
15196              by Stas Bekman)
15197      Branch: perl
15198            ! pod/perlvar.pod
15199 ____________________________________________________________________________
15200 [ 26877] By: rgs                                   on 2006/01/17  16:08:47
15201         Log: Subject: Re: [PATCH] Updated README.macosx
15202              From: Sherm Pendley <sherm@dot-app.org>
15203              Date: Mon, 16 Jan 2006 16:53:23 -0500
15204              Message-Id: <619C9A5D-972F-4B90-A99A-B4B6D04C584D@dot-app.org>
15205      Branch: perl
15206            ! README.macosx
15207 ____________________________________________________________________________
15208 [ 26871] By: gisle                                 on 2006/01/17  11:37:54
15209         Log: More readable MEM_WRAP_CHECK_1() macro.
15210              This form also avoids the "dead part of constant expression is nonconstant"
15211              warning from the Sun Studio 10 compiler.
15212      Branch: perl
15213            ! README.solaris handy.h
15214 ____________________________________________________________________________
15215 [ 26870] By: craigb                                on 2006/01/17  04:03:01
15216         Log: Dots in directory names aren't nice on VMS.
15217      Branch: perl
15218            ! lib/Archive/Tar/t/04_resolved_issues.t
15219 ____________________________________________________________________________
15220 [ 26869] By: craigb                                on 2006/01/17  03:28:20
15221         Log: more case tolerance for vms/ext/filespec.t
15222      Branch: perl
15223            ! vms/ext/filespec.t
15224 ____________________________________________________________________________
15225 [ 26868] By: stevep                                on 2006/01/16  22:31:52
15226         Log: Don't warn about a directory being closed in the DESTROY for
15227              IO::Dir.
15228      Branch: perl
15229            ! ext/IO/lib/IO/Dir.pm
15230 ____________________________________________________________________________
15231 [ 26867] By: rgs                                   on 2006/01/16  19:16:58
15232         Log: defined %foo::bar:: wasn't working like it used to do in evals
15233              (and, consequently, when require'ing modules.)
15234      Branch: perl
15235            ! t/op/stash.t toke.c
15236 ____________________________________________________________________________
15237 [ 26866] By: mhx                                   on 2006/01/16  18:13:28
15238         Log: Upgrade to Devel::PPPort 3.07
15239      Branch: perl
15240            + ext/Devel/PPPort/parts/base/5008007
15241            + ext/Devel/PPPort/parts/base/5009003
15242            + ext/Devel/PPPort/parts/inc/Sv_set
15243            + ext/Devel/PPPort/parts/inc/memory
15244            + ext/Devel/PPPort/parts/inc/variables
15245            + ext/Devel/PPPort/parts/todo/5008007
15246            + ext/Devel/PPPort/parts/todo/5009003
15247            + ext/Devel/PPPort/t/Sv_set.t ext/Devel/PPPort/t/memory.t
15248            + ext/Devel/PPPort/t/variables.t
15249            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
15250            ! ext/Devel/PPPort/MANIFEST ext/Devel/PPPort/META.yml
15251            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
15252            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/PPPort_pm.PL
15253            ! ext/Devel/PPPort/PPPort_xs.PL ext/Devel/PPPort/README
15254            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/apicheck_c.PL
15255            ! ext/Devel/PPPort/devel/buildperl.pl
15256            ! ext/Devel/PPPort/devel/mkapidoc.sh
15257            ! ext/Devel/PPPort/devel/mktodo ext/Devel/PPPort/devel/mktodo.pl
15258            ! ext/Devel/PPPort/devel/scanprov ext/Devel/PPPort/mktests.PL
15259            ! ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
15260            ! ext/Devel/PPPort/parts/apicheck.pl
15261            ! ext/Devel/PPPort/parts/apidoc.fnc
15262            ! ext/Devel/PPPort/parts/base/5004000
15263            ! ext/Devel/PPPort/parts/base/5004050
15264            ! ext/Devel/PPPort/parts/base/5006000
15265            ! ext/Devel/PPPort/parts/base/5007001
15266            ! ext/Devel/PPPort/parts/base/5008001
15267            ! ext/Devel/PPPort/parts/embed.fnc
15268            ! ext/Devel/PPPort/parts/inc/MY_CXT
15269            ! ext/Devel/PPPort/parts/inc/SvPV
15270            ! ext/Devel/PPPort/parts/inc/call ext/Devel/PPPort/parts/inc/cop
15271            ! ext/Devel/PPPort/parts/inc/exception
15272            ! ext/Devel/PPPort/parts/inc/format
15273            ! ext/Devel/PPPort/parts/inc/grok
15274            ! ext/Devel/PPPort/parts/inc/limits
15275            ! ext/Devel/PPPort/parts/inc/mPUSH
15276            ! ext/Devel/PPPort/parts/inc/magic
15277            ! ext/Devel/PPPort/parts/inc/misc
15278            ! ext/Devel/PPPort/parts/inc/newCONSTSUB
15279            ! ext/Devel/PPPort/parts/inc/newRV
15280            ! ext/Devel/PPPort/parts/inc/ppphbin
15281            ! ext/Devel/PPPort/parts/inc/ppphdoc
15282            ! ext/Devel/PPPort/parts/inc/ppphtest
15283            ! ext/Devel/PPPort/parts/inc/sv_xpvf
15284            ! ext/Devel/PPPort/parts/inc/threads
15285            ! ext/Devel/PPPort/parts/inc/uv
15286            ! ext/Devel/PPPort/parts/inc/version
15287            ! ext/Devel/PPPort/parts/ppptools.pl
15288            ! ext/Devel/PPPort/parts/todo/5004000
15289            ! ext/Devel/PPPort/parts/todo/5007001
15290            ! ext/Devel/PPPort/parts/todo/5008001
15291            ! ext/Devel/PPPort/ppport_h.PL ext/Devel/PPPort/soak
15292            ! ext/Devel/PPPort/t/misc.t ext/Devel/PPPort/t/ppphtest.t
15293            ! ext/Devel/PPPort/t/testutil.pl ext/Devel/PPPort/typemap
15294 ____________________________________________________________________________
15295 [ 26863] By: rgs                                   on 2006/01/16  14:09:29
15296         Log: Upgrade to Encode 2.14
15297      Branch: perl
15298            + ext/Encode/t/from_to.t
15299            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
15300            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
15301            ! ext/Encode/META.yml ext/Encode/bin/enc2xs
15302            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/CN/HZ.pm
15303            ! ext/Encode/lib/Encode/MIME/Header.pm
15304            ! ext/Encode/t/mime-header.t ext/Encode/ucm/8859-7.ucm
15305 ____________________________________________________________________________
15306 [ 26861] By: nicholas                              on 2006/01/16  13:10:06
15307         Log: Teach checkAUTHORS about all the authors in 5.8.2-5.8.8, and any others
15308              whose e-mail address I recognise.
15309      Branch: perl
15310            ! Porting/checkAUTHORS.pl
15311 ____________________________________________________________________________
15312 [ 26859] By: rgs                                   on 2006/01/16  12:07:34
15313         Log: Add new directories from C::Zlib to make clean
15314      Branch: perl
15315            ! Makefile.SH
15316 ____________________________________________________________________________
15317 [ 26858] By: rgs                                   on 2006/01/16  11:13:54
15318         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.83_55.tar.gz
15319              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
15320              Date: Sat, 14 Jan 2006 12:57:48 +0100
15321              Message-ID: <87u0c7yqbn.fsf@k75.linux.bogus>
15322      Branch: perl
15323            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
15324            ! lib/CPAN/SIGNATURE lib/CPAN/bin/cpan
15325 ____________________________________________________________________________
15326 [ 26857] By: craigb                                on 2006/01/14  16:45:56
15327         Log: Give up on through.t on VMS for now -- no can do with current 
15328              pipe implementation.
15329      Branch: perl
15330            ! t/io/through.t
15331 ____________________________________________________________________________
15332 [ 26856] By: nicholas                              on 2006/01/14  12:49:31
15333         Log: Can now count the patches committed with --thanks-applied.
15334              Changes5.8's top 3:
15335              3332:   jhi
15336              321:    ams
15337              60:     nick
15338      Branch: perl
15339            ! Porting/checkAUTHORS.pl
15340 ____________________________________________________________________________
15341 [ 26855] By: nicholas                              on 2006/01/14  12:35:58
15342         Log: Oops. When the e-mail address came first, or there was no name with it,
15343              checkAUTHORS.pl wasn't recognising it, which caused the change to be
15344              attributed to the committer rather than the author. This now reveals
15345              several people "missing" from the AUTHORS file.
15346      Branch: perl
15347            ! Porting/checkAUTHORS.pl
15348 ____________________________________________________________________________
15349 [ 26854] By: nicholas                              on 2006/01/14  12:25:15
15350         Log: Some reordering and one new address for Stéphane Payrard
15351      Branch: perl
15352            ! Porting/checkAUTHORS.pl
15353 ____________________________________________________________________________
15354 [ 26853] By: nicholas                              on 2006/01/14  12:20:19
15355         Log: Teach checkAUTHORS.pl about everyone in Changes5.8.[2-8], adding to
15356              AUTHORS where necessary.
15357      Branch: perl
15358            ! AUTHORS Porting/checkAUTHORS.pl
15359 ____________________________________________________________________________
15360 [ 26852] By: nicholas                              on 2006/01/14  11:54:09
15361         Log: Add Ken Hirsch to AUTHORS.
15362      Branch: perl
15363            ! AUTHORS
15364 ____________________________________________________________________________
15365 [ 26850] By: nicholas                              on 2006/01/14  11:39:42
15366         Log: e-mail update from Phil Lobbes
15367      Branch: perl
15368            ! AUTHORS Porting/checkAUTHORS.pl
15369 ____________________________________________________________________________
15370 [ 26849] By: rgs                                   on 2006/01/14  10:26:15
15371         Log: Perldelta nits by Jim Cromie
15372      Branch: perl
15373            ! pod/perl593delta.pod
15374 ____________________________________________________________________________
15375 [ 26846] By: rgs                                   on 2006/01/14  08:49:12
15376         Log: Adapt test.valgrind make target to recent valgrinds (3.x)
15377              by Jim Cromie
15378      Branch: perl
15379            ! t/TEST
15380 ____________________________________________________________________________
15381 [ 26845] By: craigb                                on 2006/01/14  05:16:27
15382         Log: Friday the 13th, Part II.  Don't call SYS$GETJPI with fancy case
15383              lookup stuff on older systems that don't know what it means (broken
15384              in #25306).
15385      Branch: perl
15386            ! vms/vms.c
15387 ____________________________________________________________________________
15388 [ 26844] By: craigb                                on 2006/01/14  05:02:38
15389         Log: Eek.  #25783 broke all pre-v8.2 VMS builds.  Undo all the bits
15390              having to do with dirent, opendir, etc.  Must be Friday the 13th.
15391      Branch: perl
15392            ! configure.com vms/vms.c vms/vmsish.h
15393 ____________________________________________________________________________
15394 [ 26838] By: nicholas                              on 2006/01/13  21:44:47
15395         Log: checkAUTHORS.pl --rank would loop infinitely on an empty results array.
15396      Branch: perl
15397            ! Porting/checkAUTHORS.pl
15398 ____________________________________________________________________________
15399 [ 26835] By: stevep                                on 2006/01/13  19:31:19
15400         Log: Additional tests for RT #38207: "Useless localization of constant ($[)
15401              in getopts.pl".
15402      Branch: perl
15403            ! t/op/local.t
15404 ____________________________________________________________________________
15405 [ 26831] By: nicholas                              on 2006/01/13  18:10:55
15406         Log: Subject: Re: Today's compiling adventure
15407              From: Ken Hirsch <kenhirsch@ftml.net>
15408              Message-ID: <43C69F48.7090600@ftml.net>
15409              Date: Thu, 12 Jan 2006 13:26:16 -0500
15410      Branch: perl
15411            ! pp_sys.c
15412 ____________________________________________________________________________
15413 [ 26826] By: rgs                                   on 2006/01/13  17:32:31
15414         Log: More perldelta work
15415      Branch: perl
15416            ! pod/perl593delta.pod
15417 ____________________________________________________________________________
15418 [ 26824] By: nicholas                              on 2006/01/13  17:08:13
15419         Log: $utf8::VERSION++ # Documentation.
15420      Branch: perl
15421            ! lib/utf8.pm
15422 ____________________________________________________________________________
15423 [ 26819] By: rgs                                   on 2006/01/13  14:50:32
15424         Log: Fix internal links in POD.
15425      Branch: perl
15426            ! lib/utf8.pm
15427 ____________________________________________________________________________
15428 [ 26817] By: nicholas                              on 2006/01/13  14:02:00
15429         Log: More $VERSION bumps.
15430      Branch: perl
15431            ! ext/PerlIO/via/via.pm lib/Attribute/Handlers.pm lib/Switch.pm
15432 ____________________________________________________________________________
15433 [ 26816] By: rgs                                   on 2006/01/13  13:47:52
15434         Log: Better wording for change 26796. Plus, make podchecker happy.
15435      Branch: perl
15436            ! lib/PerlIO.pm
15437 ____________________________________________________________________________
15438 [ 26815] By: gisle                                 on 2006/01/13  12:10:28
15439         Log: Fix [perl #38223]; _IOC_SIZE() not always safe.
15440      Branch: perl
15441            ! perl.h
15442 ____________________________________________________________________________
15443 [ 26814] By: rgs                                   on 2006/01/13  09:22:14
15444         Log: Add a link to the Opcode doc in Safe.
15445              (see RT CPAN ticket #8579)
15446      Branch: perl
15447            ! ext/Opcode/Safe.pm
15448 ____________________________________________________________________________
15449 [ 26813] By: craigb                                on 2006/01/13  01:12:44
15450         Log: Assorted VMS-only MakeMaker fixes for blead
15451      Branch: perl
15452            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
15453            ! lib/ExtUtils/t/FIRST_MAKEFILE.t lib/ExtUtils/t/basic.t
15454 ____________________________________________________________________________
15455 [ 26812] By: rgs                                   on 2006/01/12  23:11:16
15456         Log: Make h2ph recognize (and skip) const and __const__ in C function
15457              prototypes. This makes it produce better files on linux-sparc64.
15458      Branch: perl
15459            ! utils/h2ph.PL
15460 ____________________________________________________________________________
15461 [ 26809] By: nicholas                              on 2006/01/12  20:03:51
15462         Log: Upgrade to Devel::PPPort 3.06_01
15463      Branch: perl
15464            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
15465            ! ext/Devel/PPPort/META.yml ext/Devel/PPPort/PPPort.pm
15466            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/PPPort_pm.PL
15467            ! ext/Devel/PPPort/devel/buildperl.pl
15468            ! ext/Devel/PPPort/devel/mkapidoc.sh ext/Devel/PPPort/mktests.PL
15469            ! ext/Devel/PPPort/parts/apicheck.pl
15470            ! ext/Devel/PPPort/parts/apidoc.fnc
15471            ! ext/Devel/PPPort/parts/base/5006000
15472            ! ext/Devel/PPPort/parts/base/5009002
15473            ! ext/Devel/PPPort/parts/embed.fnc
15474            ! ext/Devel/PPPort/parts/inc/MY_CXT
15475            ! ext/Devel/PPPort/parts/inc/SvPV
15476            ! ext/Devel/PPPort/parts/inc/format
15477            ! ext/Devel/PPPort/parts/inc/grok
15478            ! ext/Devel/PPPort/parts/inc/misc
15479            ! ext/Devel/PPPort/parts/inc/newCONSTSUB
15480            ! ext/Devel/PPPort/parts/inc/ppphbin
15481            ! ext/Devel/PPPort/parts/inc/ppphdoc
15482            ! ext/Devel/PPPort/parts/inc/ppphtest
15483            ! ext/Devel/PPPort/parts/inc/version
15484            ! ext/Devel/PPPort/parts/ppptools.pl
15485            ! ext/Devel/PPPort/parts/todo/5004040
15486            ! ext/Devel/PPPort/parts/todo/5005000
15487            ! ext/Devel/PPPort/parts/todo/5006000
15488            ! ext/Devel/PPPort/ppport_h.PL ext/Devel/PPPort/soak
15489            ! ext/Devel/PPPort/t/newCONSTSUB.t ext/Devel/PPPort/t/ppphtest.t
15490 ____________________________________________________________________________
15491 [ 26808] By: merijn                                on 2006/01/12  19:54:57
15492         Log: Add new mpeix file from #26807
15493      Branch: perl
15494            ! MANIFEST
15495 ____________________________________________________________________________
15496 [ 26807] By: merijn                                on 2006/01/12  19:52:01
15497         Log: Subject: Re: Today's compiling adventure
15498              From: Ken Hirsch <kenhirsch@ftml.net>
15499              Date: Thu, 12 Jan 2006 13:26:16 -0500
15500              Message-ID: <43C69F48.7090600@ftml.net>
15501      Branch: perl
15502            + mpeix/mpeix_setjmp.c
15503            ! README.mpeix hints/mpeix.sh mpeix/mpeix.c mpeix/mpeixish.h
15504            ! pp_sys.c
15505 ____________________________________________________________________________
15506 [ 26805] By: nicholas                              on 2006/01/12  19:09:19
15507         Log: $Socket::VERSION++; # You always miss one.
15508      Branch: perl
15509            ! ext/Socket/Socket.pm
15510 ____________________________________________________________________________
15511 [ 26804] By: nicholas                              on 2006/01/12  18:44:49
15512         Log: Bump $VERSION in many modules that have changed.
15513      Branch: perl
15514            ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm
15515            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
15516            ! ext/Opcode/Opcode.pm ext/Opcode/ops.pm
15517            ! ext/SDBM_File/SDBM_File.pm ext/XS/Typemap/Typemap.pm
15518            ! ext/attrs/attrs.pm ext/re/re.pm ext/threads/shared/shared.pm
15519            ! lib/DB.pm lib/Dumpvalue.pm lib/English.pm lib/File/Copy.pm
15520            ! lib/FileCache.pm lib/Pod/Functions.pm lib/Pod/Html.pm
15521            ! lib/Term/ReadLine.pm lib/Tie/Hash.pm lib/Unicode/UCD.pm
15522            ! lib/User/grent.pm lib/blib.pm lib/diagnostics.pm
15523            ! lib/overload.pm lib/vmsish.pm lib/warnings.pm
15524            ! lib/warnings/register.pm os2/OS2/PrfDB/PrfDB.pm
15525            ! os2/OS2/Process/Process.pm os2/OS2/REXX/REXX.pm warnings.pl
15526 ____________________________________________________________________________
15527 [ 26803] By: rgs                                   on 2006/01/12  15:40:53
15528         Log: Don't warn when localizing $[
15529      Branch: perl
15530            ! op.c t/lib/warnings/op
15531 ____________________________________________________________________________
15532 [ 26802] By: rgs                                   on 2006/01/12  13:47:59
15533         Log: Subject: [perl #38205] misleading typo in perlfaq8
15534              From: erik@cs.uni-jena.de (via RT) <perlbug-followup@perl.org>
15535              Date: Wed, 11 Jan 2006 14:56:28 -0800
15536              Message-ID: <rt-3.0.11-38205-127890.10.340635502974@perl.org>
15537      Branch: perl
15538            ! pod/perlfaq8.pod
15539 ____________________________________________________________________________
15540 [ 26801] By: rgs                                   on 2006/01/12  13:36:05
15541         Log: FAQ sync.
15542      Branch: perl
15543            ! pod/perlfaq.pod pod/perlfaq2.pod
15544 ____________________________________________________________________________
15545 [ 26800] By: rgs                                   on 2006/01/12  13:25:15
15546         Log: Subject: [PATCH] Compress::Zlib
15547              From: "Paul Marquess" <paul.marquess@ntlworld.com>
15548              Date: Thu, 12 Jan 2006 13:20:58 -0000
15549              Message-ID: <020d01c6177b$087b1c60$4c05140a@myopwv.com>
15550      Branch: perl
15551            ! ext/Compress/Zlib/t/16oneshot-gzip-only.t
15552            ! ext/Compress/Zlib/t/16oneshot-zip-only.t
15553 ____________________________________________________________________________
15554 [ 26799] By: rgs                                   on 2006/01/12  11:20:27
15555         Log: Subject: Re: cloning and foo_dup functions
15556              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
15557              Date: Thu, 12 Jan 2006 01:41:18 -0800
15558              Message-ID: <20060112094118.GA1432@efn.org>
15559      Branch: perl
15560            ! embed.fnc pod/perltodo.pod proto.h
15561 ____________________________________________________________________________
15562 [ 26798] By: rgs                                   on 2006/01/12  11:02:45
15563         Log: Test comment fix by Dominic Dunlop
15564      Branch: perl
15565            ! lib/locale.t
15566 ____________________________________________________________________________
15567 [ 26797] By: rgs                                   on 2006/01/12  10:13:27
15568         Log: Typo fix.
15569      Branch: perl
15570            ! pod/perlvar.pod
15571 ____________________________________________________________________________
15572 [ 26796] By: nicholas                              on 2006/01/11  22:41:04
15573         Log: Subject: [PATCH] fix for :crlf example 
15574              From: Xavier Noria <fxn@hashref.com> 
15575              Message-Id: <0F64C146-3A80-4FDF-8149-AFB35B3C4D3B@hashref.com> 
15576              Date: Wed, 11 Jan 2006 23:11:49 +0100 
15577              
15578              plus bump its $VERSION
15579      Branch: perl
15580            ! lib/PerlIO.pm
15581 ____________________________________________________________________________
15582 [ 26795] By: gisle                                 on 2006/01/11  21:09:19
15583         Log: A few more places that can use hv_fetchs().
15584              Ref change 26676.
15585      Branch: perl
15586            ! ext/POSIX/POSIX.xs gv.c mg.c pp_ctl.c toke.c universal.c
15587            ! utf8.c util.c
15588 ____________________________________________________________________________
15589 [ 26793] By: merijn                                on 2006/01/11  21:02:14
15590         Log: Cygwin issue (26792) and patchlevel (26790)
15591              
15592              Subject: Re: Cygwin status, maint and blead
15593              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
15594              Date: Fri, 6 Jan 2006 13:47:10 -0800
15595              Message-ID: <20060106214710.GA592@efn.org>
15596              
15597              Subject: Re: Cygwin status, maint and blead
15598              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
15599              Date: Thu, 10 Nov 2005 00:46:33 -0800
15600              Message-ID: <20051110084633.GA3364@efn.org>
15601      Branch: perl
15602            ! Configure
15603 ____________________________________________________________________________
15604 [ 26791] By: gisle                                 on 2006/01/11  20:50:30
15605         Log: Make $( and $) list the groups in the order they
15606              are returned from the OS.  Linux seems to return
15607              the gids sorted and it seemed wrong for perl to
15608              reverse this order.
15609      Branch: perl
15610            ! mg.c
15611 ____________________________________________________________________________
15612 [ 26789] By: stevep                                on 2006/01/11  19:07:04
15613         Log: Subject: Re: [PATCH] Mac OS X 10.4.4 (Darwin 8.4.0) still does not fix locale issue
15614              From: Dominic Dunlop <domo@computer.org>
15615              Date: Wed, 11 Jan 2006 19:52:20 +0100
15616              Message-Id: <FD99F9D3-16DB-484C-BC0A-702F60DAACA4@computer.org>
15617      Branch: perl
15618            ! lib/locale.t
15619 ____________________________________________________________________________
15620 [ 26787] By: nicholas                              on 2006/01/11  14:47:04
15621         Log: Refactor S_vdie_common so that Perl_vwarn can use it too.
15622      Branch: perl
15623            ! embed.fnc embed.h proto.h util.c
15624 ____________________________________________________________________________
15625 [ 26786] By: gisle                                 on 2006/01/11  14:23:28
15626         Log: Get rid of the following gcc format warnings by    simplifying the
15627              getgroups implementation:
15628              
15629              mg.c: In function Perl_magic_get':
15630              mg.c:1008: warning: long unsigned int format, gid_t arg (arg 3)
15631              mg.c:1014: warning: long unsigned int format, gid_t arg (arg 3)
15632              mg.c:1025: warning: long unsigned int format, unsigned int arg (arg 3)
15633              
15634              Since we already cast the numeric Gid_t values to an IV it should not
15635              be too risky to also cast the Group_t values.  Converting these values
15636              with Gid_t_f wasn't quite right anyway.
15637      Branch: perl
15638            ! mg.c
15639 ____________________________________________________________________________
15640 [ 26785] By: steveh                                on 2006/01/11  14:07:47
15641         Log: Clean up temp files/dirs left by Archive-Tar tests
15642              
15643              Part of this reinstates change 25043 which was mistakenly removed
15644              by change 25312
15645      Branch: perl
15646            ! lib/Archive/Tar/t/02_methods.t lib/Archive/Tar/t/99_clean.t
15647 ____________________________________________________________________________
15648 [ 26784] By: rgs                                   on 2006/01/11  12:52:27
15649         Log: Make description of new warning introduced in change 26780 more precise
15650      Branch: perl
15651            ! pod/perldiag.pod
15652 ____________________________________________________________________________
15653 [ 26783] By: steveh                                on 2006/01/11  12:31:26
15654         Log: Clean up libdirs left behind by new Compress-Zlib
15655      Branch: perl
15656            ! win32/Makefile win32/makefile.mk
15657 ____________________________________________________________________________
15658 [ 26782] By: stevep                                on 2006/01/11  12:25:24
15659         Log: Subject: Fw: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.13.tar.gz
15660              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
15661              Date: Wed, 11 Jan 2006 02:13:31 +0100
15662              Message-ID: <1136942011.43c45bbb82dce@imp1-g19.free.fr>
15663      Branch: perl
15664            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/Syslog.pm
15665 ____________________________________________________________________________
15666 [ 26781] By: nicholas                              on 2006/01/11  12:11:03
15667         Log: Gisle notes that SvRTRIM should also write a new '\0' at the end.
15668      Branch: perl
15669            ! mg.c
15670 ____________________________________________________________________________
15671 [ 26780] By: stevep                                on 2006/01/11  11:53:07
15672         Log: Fix the new warning created with version-0.53
15673      Branch: perl
15674            ! pod/perldiag.pod util.c
15675 ____________________________________________________________________________
15676 [ 26779] By: gisle                                 on 2006/01/11  09:52:18
15677         Log: Make setting 'PL_origalen = 1' before perl_parse() disable
15678              argv[0] munging when $0 is assigned to.
15679      Branch: perl
15680            ! mg.c perl.c pod/perlembed.pod
15681 ____________________________________________________________________________
15682 [ 26778] By: steveh                                on 2006/01/11  09:04:38
15683         Log: Bleadperl's Win32::Win32 is more recent than the current CPAN release
15684              of libwin32 (0.26), so bump the $VERSION a little
15685      Branch: perl
15686            ! win32/ext/Win32/Win32.pm
15687 ____________________________________________________________________________
15688 [ 26777] By: stevep                                on 2006/01/11  03:22:57
15689         Log: Upgrade to version-0.53
15690      Branch: perl
15691            ! lib/version.pm lib/version.t util.c
15692 ____________________________________________________________________________
15693 [ 26774] By: nicholas                              on 2006/01/10  17:46:15
15694         Log: s/superceded/superseded/g
15695      Branch: perl
15696            ! Changes5.004 Changes5.6 handy.h pod/perlapi.pod
15697 ____________________________________________________________________________
15698 [ 26773] By: nicholas                              on 2006/01/10  16:59:25
15699         Log: Subject: Re: Sys::Syslog blows up rather spectacularly on Solaris
15700              From: Alan Burlison <Alan.Burlison@sun.com>
15701              Message-ID: <43C3D80E.20704@sun.com>
15702              Date: Tue, 10 Jan 2006 15:51:42 +0000
15703      Branch: perl
15704            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/constants.t
15705 ____________________________________________________________________________
15706 [ 26772] By: nicholas                              on 2006/01/10  16:36:03
15707         Log: Gisle is correct - $host needs to stay in case the user sets it
15708              themselves. But if the user doesn't, default to INADDR_LOOPBACK.
15709      Branch: perl
15710            ! ext/Sys/Syslog/Syslog.pm
15711 ____________________________________________________________________________
15712 [ 26770] By: merijn                                on 2006/01/10  15:16:03
15713         Log: 1. Make HP C-ANSI-C work on Itanium2 (HP-UX 11.23)
15714              broken optimizer
15715              2. Remove a compiler warning in a try program
15716      Branch: perl
15717            ! hints/hpux.sh
15718 ____________________________________________________________________________
15719 [ 26769] By: nicholas                              on 2006/01/10  15:09:07
15720         Log: Why should Syslog jump through hoops to look up the hostname so it can
15721              immediately convert it to an IP address, when all it really wants is
15722              a connection to the loopback device?
15723      Branch: perl
15724            ! ext/Sys/Syslog/Syslog.pm
15725 ____________________________________________________________________________
15726 [ 26768] By: gisle                                 on 2006/01/10  14:32:43
15727         Log: If getservbyname fails tell what service the lookup
15728              attempt tried to use.
15729      Branch: perl
15730            ! ext/Sys/Syslog/Syslog.pm
15731 ____________________________________________________________________________
15732 [ 26767] By: nicholas                              on 2006/01/10  13:24:26
15733         Log: Missing an initialisation, as spotted by Merijn's HP compiler.
15734      Branch: perl
15735            ! toke.c
15736 ____________________________________________________________________________
15737 [ 26766] By: rgs                                   on 2006/01/10  13:20:52
15738         Log: Remove Syslog tests that use external modules
15739      Branch: perl
15740            - ext/Sys/Syslog/t/distchk.t ext/Sys/Syslog/t/pod.t
15741            - ext/Sys/Syslog/t/podcover.t ext/Sys/Syslog/t/podspell.t
15742            - ext/Sys/Syslog/t/portfs.t
15743            ! MANIFEST
15744 ____________________________________________________________________________
15745 [ 26765] By: gisle                                 on 2006/01/10  11:41:24
15746         Log: Move initialization of old values prior to moreswitches()
15747              closer to their use and together with 'switches_done'.
15748      Branch: perl
15749            ! toke.c
15750 ____________________________________________________________________________
15751 [ 26764] By: rgs                                   on 2006/01/10  10:51:16
15752         Log: Subject: [PATCH] It's the Barbie bus patch
15753              From: Andy Lester <andy@petdance.com>
15754              Date: Mon, 9 Jan 2006 23:42:43 -0600
15755              Message-ID: <20060110054243.GA26165@petdance.com>
15756      Branch: perl
15757            ! av.c doio.c embed.fnc embed.h gv.c hv.c mg.c op.c pad.c
15758            ! pp_ctl.c pp_hot.c pp_sys.c proto.h reentr.c reentr.h regcomp.c
15759            ! regexec.c sv.c toke.c uconfig.sh util.c
15760 ____________________________________________________________________________
15761 [ 26762] By: gisle                                 on 2006/01/10  10:10:10
15762         Log: Remove stale date.
15763      Branch: perl
15764            ! pod/perlembed.pod
15765 ____________________________________________________________________________
15766 [ 26761] By: rgs                                   on 2006/01/10  10:05:26
15767         Log: Subject: [PATCH] Compress::Zlib  becomes zlib agnostic
15768              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
15769              Date: Mon, 9 Jan 2006 20:25:00 -0000
15770              Message-ID: <002101c6155a$c5886c90$1340100a@myopwv.com>
15771      Branch: perl
15772            + ext/Compress/Zlib/lib/Compress/Zip/Constants.pm
15773            + ext/Compress/Zlib/lib/CompressPlugin/Deflate.pm
15774            + ext/Compress/Zlib/lib/CompressPlugin/Identity.pm
15775            + ext/Compress/Zlib/lib/IO/Compress/Base.pm
15776            + ext/Compress/Zlib/lib/IO/Compress/Zip.pm
15777            + ext/Compress/Zlib/lib/IO/Uncompress/AnyUncompress.pm
15778            + ext/Compress/Zlib/lib/IO/Uncompress/Base.pm
15779            + ext/Compress/Zlib/lib/IO/Uncompress/Unzip.pm
15780            + ext/Compress/Zlib/lib/UncompressPlugin/Identity.pm
15781            + ext/Compress/Zlib/lib/UncompressPlugin/Inflate.pm
15782            + ext/Compress/Zlib/t/04generic-deflate.t
15783            + ext/Compress/Zlib/t/04generic-gzip.t
15784            + ext/Compress/Zlib/t/04generic-rawdeflate.t
15785            + ext/Compress/Zlib/t/04generic-zip.t
15786            + ext/Compress/Zlib/t/04zlib-generic-deflate.t
15787            + ext/Compress/Zlib/t/04zlib-generic-gzip.t
15788            + ext/Compress/Zlib/t/04zlib-generic-rawdeflate.t
15789            + ext/Compress/Zlib/t/04zlib-generic-zip.t
15790            + ext/Compress/Zlib/t/12any-deflate.t
15791            + ext/Compress/Zlib/t/12any-gzip.t
15792            + ext/Compress/Zlib/t/12any-rawdeflate.t
15793            + ext/Compress/Zlib/t/12any-transparent.t
15794            + ext/Compress/Zlib/t/12any-zip.t
15795            + ext/Compress/Zlib/t/13prime-deflate.t
15796            + ext/Compress/Zlib/t/13prime-gzip.t
15797            + ext/Compress/Zlib/t/13prime-rawdeflate.t
15798            + ext/Compress/Zlib/t/13prime-zip.t
15799            + ext/Compress/Zlib/t/15multi-deflate.t
15800            + ext/Compress/Zlib/t/15multi-gzip.t
15801            + ext/Compress/Zlib/t/15multi-rawdeflate.t
15802            + ext/Compress/Zlib/t/15multi-zip.t
15803            + ext/Compress/Zlib/t/16oneshot-deflate.t
15804            + ext/Compress/Zlib/t/16oneshot-gzip-only.t
15805            + ext/Compress/Zlib/t/16oneshot-gzip.t
15806            + ext/Compress/Zlib/t/16oneshot-rawdeflate.t
15807            + ext/Compress/Zlib/t/16oneshot-zip-only.t
15808            + ext/Compress/Zlib/t/16oneshot-zip.t
15809            + ext/Compress/Zlib/t/19destroy-deflate.t
15810            + ext/Compress/Zlib/t/19destroy-gzip.t
15811            + ext/Compress/Zlib/t/19destroy-rawdeflate.t
15812            + ext/Compress/Zlib/t/19destroy-zip.t
15813            + ext/Compress/Zlib/t/20tied-deflate.t
15814            + ext/Compress/Zlib/t/20tied-gzip.t
15815            + ext/Compress/Zlib/t/20tied-rawdeflate.t
15816            + ext/Compress/Zlib/t/20tied-zip.t
15817            + ext/Compress/Zlib/t/21newtied-deflate.t
15818            + ext/Compress/Zlib/t/21newtied-gzip.t
15819            + ext/Compress/Zlib/t/21newtied-rawdeflate.t
15820            + ext/Compress/Zlib/t/21newtied-zip.t
15821            + ext/Compress/Zlib/t/22merge-deflate.t
15822            + ext/Compress/Zlib/t/22merge-gzip.t
15823            + ext/Compress/Zlib/t/22merge-rawdeflate.t
15824            + ext/Compress/Zlib/t/22merge-zip.t
15825            + ext/Compress/Zlib/t/25anyunc-deflate.t
15826            + ext/Compress/Zlib/t/25anyunc-gzip.t
15827            + ext/Compress/Zlib/t/25anyunc-rawdeflate.t
15828            + ext/Compress/Zlib/t/25anyunc-transparent.t
15829            + ext/Compress/Zlib/t/25anyunc-zip.t ext/Compress/Zlib/t/99pod.t
15830            + t/lib/compress/ZlibTestUtils.pm t/lib/compress/any.pl
15831            + t/lib/compress/anyunc.pl t/lib/compress/destroy.pl
15832            + t/lib/compress/generic.pl t/lib/compress/merge.pl
15833            + t/lib/compress/multi.pl t/lib/compress/newtied.pl
15834            + t/lib/compress/oneshot.pl t/lib/compress/prime.pl
15835            + t/lib/compress/tied.pl t/lib/compress/truncate.pl
15836            + t/lib/compress/zlib-generic.pl
15837            - ext/Compress/Zlib/t/04def.t ext/Compress/Zlib/t/12any.t
15838            - ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/15multi.t
15839            - ext/Compress/Zlib/t/16oneshot.t
15840            - ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
15841            - ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
15842            - t/lib/ZlibTestUtils.pm
15843            ! MANIFEST ext/Compress/Zlib/Changes
15844            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/README
15845            ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs
15846            ! ext/Compress/Zlib/lib/Compress/Gzip/Constants.pm
15847            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
15848            ! ext/Compress/Zlib/lib/Compress/Zlib/FileConstants.pm
15849            ! ext/Compress/Zlib/lib/Compress/Zlib/ParseParameters.pm
15850            ! ext/Compress/Zlib/lib/File/GlobMapper.pm
15851            ! ext/Compress/Zlib/lib/IO/Compress/Deflate.pm
15852            ! ext/Compress/Zlib/lib/IO/Compress/Gzip.pm
15853            ! ext/Compress/Zlib/lib/IO/Compress/RawDeflate.pm
15854            ! ext/Compress/Zlib/lib/IO/Uncompress/AnyInflate.pm
15855            ! ext/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
15856            ! ext/Compress/Zlib/lib/IO/Uncompress/Inflate.pm
15857            ! ext/Compress/Zlib/lib/IO/Uncompress/RawInflate.pm
15858            ! ext/Compress/Zlib/pod/FAQ.pod ext/Compress/Zlib/ppport.h
15859            ! ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t
15860            ! ext/Compress/Zlib/t/03zlib-v1.t
15861            ! ext/Compress/Zlib/t/05examples.t
15862            ! ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t
15863            ! ext/Compress/Zlib/t/08encoding.t
15864            ! ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
15865            ! ext/Compress/Zlib/t/11truncate.t
15866            ! ext/Compress/Zlib/t/14gzopen.t ext/Compress/Zlib/t/17isize.t
15867            ! ext/Compress/Zlib/t/18lvalue.t ext/Compress/Zlib/t/23misc.t
15868            ! ext/Compress/Zlib/t/globmapper.t
15869 ____________________________________________________________________________
15870 [ 26760] By: gisle                                 on 2006/01/10  08:58:21
15871         Log: Avoid possible dereference of NULL in the initialization of PL_origalen.
15872              This can only happen when perlparse is called with no argv.
15873              Don't try to update PL_origargv unless PL_origalen is at least 2.
15874      Branch: perl
15875            ! mg.c perl.c
15876 ____________________________________________________________________________
15877 [ 26759] By: craigb                                on 2006/01/10  04:28:25
15878         Log: Make FAKE,READONLY optional on VMS in test 21
15879      Branch: perl
15880            ! ext/Devel/Peek/t/Peek.t
15881 ____________________________________________________________________________
15882 [ 26758] By: rgs                                   on 2006/01/09  14:58:57
15883         Log: Add Digest::SHA to the Win32 makefiles
15884      Branch: perl
15885            ! win32/Makefile win32/makefile.mk
15886 ____________________________________________________________________________
15887 [ 26757] By: rgs                                   on 2006/01/09  14:42:18
15888         Log: Subject: Re: relaxing TEST restrictions (was: Re: 5.9.3 approaches)
15889              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
15890              Date: Mon, 9 Jan 2006 06:38:25 -0800
15891              Message-ID: <20060109143825.GB4132@efn.org>
15892      Branch: perl
15893            ! t/TEST
15894 ____________________________________________________________________________
15895 [ 26756] By: rgs                                   on 2006/01/09  14:28:20
15896         Log: Subject: [patch] more about embed.fnc in perlguts
15897              From: Jim Cromie <jim.cromie@gmail.com>
15898              Date: Sun, 08 Jan 2006 11:35:46 -0700
15899              Message-ID: <43C15B82.9090309@gmail.com>
15900              
15901              (with a few nits)
15902      Branch: perl
15903            ! embed.fnc pod/perlguts.pod
15904 ____________________________________________________________________________
15905 [ 26755] By: stevep                                on 2006/01/09  14:27:07
15906         Log: Added standard core header to test cases for Digest::SHA
15907      Branch: perl
15908            ! ext/Digest/SHA/t/0-pod-coverage.t ext/Digest/SHA/t/0-pod.t
15909            ! ext/Digest/SHA/t/1-exist.t ext/Digest/SHA/t/1-hello-world.t
15910            ! ext/Digest/SHA/t/2-nist-sha-1.t
15911            ! ext/Digest/SHA/t/2-nist-sha-224.t
15912            ! ext/Digest/SHA/t/2-nist-sha-256.t
15913            ! ext/Digest/SHA/t/2-nist-sha-384.t
15914            ! ext/Digest/SHA/t/2-nist-sha-512.t
15915            ! ext/Digest/SHA/t/2-nist-sha-base64.t
15916            ! ext/Digest/SHA/t/2-nist-sha-oo.t
15917            ! ext/Digest/SHA/t/2-nist-vectors-bit.t
15918            ! ext/Digest/SHA/t/2-nist-vectors-byte.t
15919            ! ext/Digest/SHA/t/3-gillogly-easy.t
15920            ! ext/Digest/SHA/t/3-gillogly-hard.t
15921            ! ext/Digest/SHA/t/4-bitstr-increasing.t
15922            ! ext/Digest/SHA/t/4-bitstr-large.t
15923            ! ext/Digest/SHA/t/4-bitstr-random.t
15924            ! ext/Digest/SHA/t/5-hmac-fips198.t
15925            ! ext/Digest/SHA/t/5-hmac-rfc2202.t
15926            ! ext/Digest/SHA/t/5-hmac-sha-256.t
15927            ! ext/Digest/SHA/t/5-hmac-woodbury.t
15928            ! ext/Digest/SHA/t/6-dump-load.t ext/Digest/SHA/t/7-ireland.t
15929 ____________________________________________________________________________
15930 [ 26754] By: nicholas                              on 2006/01/09  14:10:34
15931         Log: POSIX and Fcntl both export the same constants derived from the same
15932              C macros. Given that constants are now real inline and *defined*,
15933              rather than merely declared and AUTOLOADed as needed, it is best that
15934              POSIX quite litereally re-exports the constants defined by Fcntl.
15935      Branch: perl
15936            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm
15937 ____________________________________________________________________________
15938 [ 26753] By: gisle                                 on 2006/01/09  13:59:48
15939         Log: Restore hardcoded PERL_PATCHNUM removed in change 26672.
15940              This is actually needed for the current Configure logic
15941              to pick up the real patchnum from the .patch file.
15942      Branch: perl
15943            ! patchlevel.h
15944 ____________________________________________________________________________
15945 [ 26752] By: rgs                                   on 2006/01/09  13:44:20
15946         Log: Upgrade to Sys::Syslog 0.12
15947      Branch: perl
15948            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/README
15949            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/constants.t
15950            ! ext/Sys/Syslog/t/podspell.t
15951 ____________________________________________________________________________
15952 [ 26751] By: rgs                                   on 2006/01/09  10:16:23
15953         Log: Subject: [PATCH] RE: Failing tests on VMS blead@26652
15954              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
15955              Date: Sun, 8 Jan 2006 23:47:33 -0000
15956              Message-ID: <00cd01c614ad$e815d340$6401a8c0@myopwv.com>
15957      Branch: perl
15958            ! ext/Compress/Zlib/t/03zlib-v1.t ext/Compress/Zlib/t/04def.t
15959            ! ext/Compress/Zlib/t/05examples.t
15960            ! ext/Compress/Zlib/t/06gzsetp.t
15961            ! ext/Compress/Zlib/t/08encoding.t
15962            ! ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
15963            ! ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/13prime.t
15964            ! ext/Compress/Zlib/t/14gzopen.t ext/Compress/Zlib/t/15multi.t
15965            ! ext/Compress/Zlib/t/16oneshot.t
15966            ! ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
15967            ! ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
15968            ! ext/Compress/Zlib/t/23misc.t t/lib/ZlibTestUtils.pm
15969 ____________________________________________________________________________
15970 [ 26750] By: rgs                                   on 2006/01/09  08:20:00
15971         Log: Revert change 26749
15972      Branch: perl
15973            ! pod/perlvar.pod
15974 ____________________________________________________________________________
15975 [ 26749] By: davem                                 on 2006/01/09  02:20:51
15976         Log: Subject:  [PATCH] identifiers always in main (was: defining a _ function breaks File::Find)
15977              From:  Xavier Noria <fxn@hashref.com>
15978              Date:  Sun, 23 Oct 2005 09:47:37 +0200
15979              Message-Id:  <D3867DED-313E-4D39-A85F-1178FE7F7A5E@hashref.com>
15980              
15981              clarify which variables are always forced into main::
15982      Branch: perl
15983            ! pod/perlvar.pod
15984 ____________________________________________________________________________
15985 [ 26747] By: nicholas                              on 2006/01/08  22:43:15
15986         Log: Cope with change entries that are \r terminated
15987      Branch: perl
15988            ! Porting/genlog
15989 ____________________________________________________________________________
15990 [ 26745] By: craigb                                on 2006/01/08  22:37:47
15991         Log: follow-up to 26740, shasum --> shasum.com
15992      Branch: perl
15993            ! vms/descrip_mms.template
15994 ____________________________________________________________________________
15995 [ 26744] By: craigb                                on 2006/01/08  22:19:39
15996         Log: Grr.  #26690 broke handling of old ODS-2 style names
15997              on current versions of VMS
15998      Branch: perl
15999            ! configure.com
16000 ____________________________________________________________________________
16001 [ 26743] By: craigb                                on 2006/01/08  22:14:13
16002         Log: VMS needs the meta-quoted version of $0
16003      Branch: perl
16004            ! lib/Test/Simple/t/is_deeply_fail.t
16005 ____________________________________________________________________________
16006 [ 26740] By: rgs                                   on 2006/01/08  21:42:59
16007         Log: Install shasum on Windows and VMS too
16008      Branch: perl
16009            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
16010 ____________________________________________________________________________
16011 [ 26739] By: rgs                                   on 2006/01/08  21:34:22
16012         Log: Subject: Re: [perl #38181] Default IO Layer is ignored in 3-argument open call 
16013              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
16014              Date: Mon, 09 Jan 2006 01:29:30 +0900
16015              Message-Id: <20060109012103.F20A.BQW10602@nifty.com>
16016      Branch: perl
16017            ! lib/open.pm pod/perlfunc.pod
16018 ____________________________________________________________________________
16019 [ 26737] By: nicholas                              on 2006/01/08  21:13:05
16020         Log: Update copyright with the 2 years where changes were made.
16021      Branch: perl
16022            ! pad.h
16023 ____________________________________________________________________________
16024 [ 26736] By: nicholas                              on 2006/01/08  20:41:25
16025         Log: Update the copyright years in the generated files, and nostdio.h
16026      Branch: perl
16027            ! keywords.h keywords.pl nostdio.h opcode.pl opnames.h
16028 ____________________________________________________________________________
16029 [ 26735] By: davem                                 on 2006/01/08  20:41:16
16030         Log: document svt_copy, svt_dup and svt_local vtable slots
16031      Branch: perl
16032            ! pod/perlguts.pod
16033 ____________________________________________________________________________
16034 [ 26733] By: rgs                                   on 2006/01/08  20:16:06
16035         Log: Add shasum (from Digest::SHA) to utils.lst
16036      Branch: perl
16037            ! utils.lst
16038 ____________________________________________________________________________
16039 [ 26732] By: nicholas                              on 2006/01/08  19:53:11
16040         Log: Update copyright years (including some years where we made changes but
16041              did not update)
16042      Branch: perl
16043            ! av.c deb.c mathoms.c mg.h numeric.c pad.c patchlevel.h perl.h
16044            ! perlvars.h perly.c run.c scope.c taint.c thread.h
16045 ____________________________________________________________________________
16046 [ 26726] By: nicholas                              on 2006/01/08  18:27:27
16047         Log: run pod/buildtoc --build-all
16048      Branch: perl
16049            ! MANIFEST pod/perltoc.pod vms/descrip_mms.template
16050            ! win32/Makefile win32/makefile.mk
16051 ____________________________________________________________________________
16052 [ 26725] By: nicholas                              on 2006/01/08  18:25:20
16053         Log: With VMS moving from [lib.pod] to [lib.pods] then pod/buildtoc needs
16054              tweaking
16055      Branch: perl
16056            ! pod/buildtoc
16057 ____________________________________________________________________________
16058 [ 26713] By: nicholas                              on 2006/01/08  15:24:53
16059         Log: Add an option 'opened' which reports on the maintainers of all files
16060              perforce currently has open.
16061      Branch: perl
16062            ! Porting/Maintainers.pm
16063 ____________________________________________________________________________
16064 [ 26710] By: craigb                                on 2006/01/08  13:33:43
16065         Log: pod2usage2.t is not readily portable to VMS either
16066      Branch: perl
16067            ! t/pod/pod2usage2.t
16068 ____________________________________________________________________________
16069 [ 26709] By: nicholas                              on 2006/01/08  13:15:30
16070         Log: Tweak the code that generates unique entries in @POSIX::EXPORT so that
16071              the array ends up with shared hash key scalars, for a memory saving.
16072      Branch: perl
16073            ! ext/POSIX/POSIX.pm
16074 ____________________________________________________________________________
16075 [ 26708] By: merijn                                on 2006/01/08  12:27:29
16076         Log: Subject: [PATCH] blead: format warnings
16077              Date: Sat, 07 Jan 2006 21:42:08 +0200
16078              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
16079              Message-ID: <43C01990.6020207@gmail.com>
16080      Branch: perl
16081            ! mg.c regcomp.c sv.c
16082 ____________________________________________________________________________
16083 [ 26707] By: merijn                                on 2006/01/08  09:53:56
16084         Log: Subject: [PATCH] hints/dec_osf.sh (Re: blead@26701 compilation warning from tru64 cc)
16085              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
16086              Date: Sun, 08 Jan 2006 11:38:34 +0200
16087              Message-ID: <43C0DD9A.9080809@gmail.com>
16088      Branch: perl
16089            ! hints/dec_osf.sh
16090 ____________________________________________________________________________
16091 [ 26706] By: nicholas                              on 2006/01/08  08:33:46
16092         Log: Add utils/shasum.PL to MANIFEST
16093      Branch: perl
16094            ! MANIFEST
16095 ____________________________________________________________________________
16096 [ 26705] By: nicholas                              on 2006/01/08  08:28:29
16097         Log: Add missing files in ext/Digest/SHA/src that somehow escaped the net.
16098      Branch: perl
16099            + ext/Digest/SHA/src/hmac.c ext/Digest/SHA/src/hmac.h
16100            + ext/Digest/SHA/src/hmacxtra.c ext/Digest/SHA/src/sha.c
16101            + ext/Digest/SHA/src/sha.h ext/Digest/SHA/src/sha64bit.c
16102            + ext/Digest/SHA/src/sha64bit.h ext/Digest/SHA/src/shaxtra.c
16103 ____________________________________________________________________________
16104 [ 26704] By: stevep                                on 2006/01/08  04:17:08
16105         Log: Add Digest-SHA-5.32 for SHA-256 support for CPAN.
16106      Branch: perl
16107            + ext/Digest/SHA/Changes ext/Digest/SHA/Makefile.PL
16108            + ext/Digest/SHA/README ext/Digest/SHA/SHA.pm
16109            + ext/Digest/SHA/SHA.xs ext/Digest/SHA/bin/shasum
16110            + ext/Digest/SHA/ppport.h ext/Digest/SHA/t/0-pod-coverage.t
16111            + ext/Digest/SHA/t/0-pod.t ext/Digest/SHA/t/1-exist.t
16112            + ext/Digest/SHA/t/1-hello-world.t
16113            + ext/Digest/SHA/t/2-nist-sha-1.t
16114            + ext/Digest/SHA/t/2-nist-sha-224.t
16115            + ext/Digest/SHA/t/2-nist-sha-256.t
16116            + ext/Digest/SHA/t/2-nist-sha-384.t
16117            + ext/Digest/SHA/t/2-nist-sha-512.t
16118            + ext/Digest/SHA/t/2-nist-sha-base64.t
16119            + ext/Digest/SHA/t/2-nist-sha-oo.t
16120            + ext/Digest/SHA/t/2-nist-vectors-bit.t
16121            + ext/Digest/SHA/t/2-nist-vectors-byte.t
16122            + ext/Digest/SHA/t/3-gillogly-easy.t
16123            + ext/Digest/SHA/t/3-gillogly-hard.t
16124            + ext/Digest/SHA/t/4-bitstr-increasing.t
16125            + ext/Digest/SHA/t/4-bitstr-large.t
16126            + ext/Digest/SHA/t/4-bitstr-random.t
16127            + ext/Digest/SHA/t/5-hmac-fips198.t
16128            + ext/Digest/SHA/t/5-hmac-rfc2202.t
16129            + ext/Digest/SHA/t/5-hmac-sha-256.t
16130            + ext/Digest/SHA/t/5-hmac-woodbury.t
16131            + ext/Digest/SHA/t/6-dump-load.t ext/Digest/SHA/t/7-ireland.t
16132            + ext/Digest/SHA/t/gillogly/state.011
16133            + ext/Digest/SHA/t/gillogly/state.110
16134            + ext/Digest/SHA/t/nist/COPYRIGHT
16135            + ext/Digest/SHA/t/nist/Readme.txt
16136            + ext/Digest/SHA/t/nist/bit-hashes.sha1
16137            + ext/Digest/SHA/t/nist/bit-messages.sha1
16138            + ext/Digest/SHA/t/nist/byte-hashes.sha1
16139            + ext/Digest/SHA/t/nist/byte-messages.sha1
16140            + ext/Digest/SHA/t/state/state.1
16141            + ext/Digest/SHA/t/state/state.256
16142            + ext/Digest/SHA/t/state/state.384
16143            + ext/Digest/SHA/t/state/state.512 ext/Digest/SHA/typemap
16144            + utils/shasum.PL
16145            ! MANIFEST Porting/Maintainers.pl utils/Makefile
16146 ____________________________________________________________________________
16147 [ 26703] By: craigb                                on 2006/01/07  22:12:16
16148         Log: Make v?snprintf available on VMS v7.3-2 and later and clean up
16149              some other version-dependency checks.
16150      Branch: perl
16151            ! configure.com
16152 ____________________________________________________________________________
16153 [ 26702] By: nicholas                              on 2006/01/07  20:42:57
16154         Log: Remove the greedy quantifier from inside the grouping (?:) so that it
16155              and the greedy quantifier on the (?:) don't fight each other until the
16156              C stack is exhausted.
16157      Branch: perl
16158            ! lib/Pod/Simple/BlackBox.pm
16159 ____________________________________________________________________________
16160 [ 26701] By: nicholas                              on 2006/01/07  17:19:29
16161         Log: Reorder Fcntl's bootstrapping so that the constants actually get
16162              inlined within the functions that Fcntl defines.
16163      Branch: perl
16164            ! ext/Fcntl/Fcntl.pm
16165 ____________________________________________________________________________
16166 [ 26695] By: davem                                 on 2006/01/07  03:13:08
16167         Log: preserve the referent associated with a shared RV.
16168              its faster, and the user doesn't see a different address each time
16169              for ref($sharedref).
16170      Branch: perl
16171            ! ext/threads/shared/shared.xs
16172 ____________________________________________________________________________
16173 [ 26694] By: stevep                                on 2006/01/07  03:13:05
16174         Log: Additional const prototype fixes.
16175      Branch: perl
16176            ! os2/os2.c wince/wince.c
16177 ____________________________________________________________________________
16178 [ 26693] By: davem                                 on 2006/01/07  01:24:37
16179         Log: fix coredump on 'local $shared[N]' introduced by change #24942
16180      Branch: perl
16181            ! ext/threads/shared/shared.xs
16182 ____________________________________________________________________________
16183 [ 26691] By: nicholas                              on 2006/01/06  23:57:55
16184         Log: Don't code the absolute number of tests for the UTF8/EBCDIC case; much
16185              better to subtract the number of tests that don't get run.
16186      Branch: perl
16187            ! t/comp/require.t
16188 ____________________________________________________________________________
16189 [ 26690] By: craigb                                on 2006/01/06  23:16:30
16190         Log: Make VMS manifest checker handle multi-dot filenames on ODS-5
16191      Branch: perl
16192            ! configure.com
16193 ____________________________________________________________________________
16194 [ 26687] By: nicholas                              on 2006/01/06  22:19:47
16195         Log: Correct the typo in the description of change 24253
16196      Branch: perl
16197            ! Changes
16198 ____________________________________________________________________________
16199 [ 26685] By: stevep                                on 2006/01/06  21:59:00
16200         Log: Upgrade to version-0.52
16201      Branch: perl
16202            ! lib/version.pm lib/version.pod lib/version.t sv.c
16203            ! t/op/sprintf.t util.c
16204 ____________________________________________________________________________
16205 [ 26684] By: davem                                 on 2006/01/06  21:13:12
16206         Log: make ithreads shared vars smaller/quicker by eliminating shared_sv
16207              struct. Also document how it works.
16208      Branch: perl
16209            ! ext/threads/shared/shared.xs ext/threads/shared/typemap
16210 ____________________________________________________________________________
16211 [ 26680] By: stevep                                on 2006/01/06  18:59:54
16212         Log: const'ing parameters killed the builds for djgpp.  Changes get the 
16213              Perl core, but not the modules, to compile cleanly. 
16214      Branch: perl
16215            ! djgpp/djgpp.c djgpp/djgpp.h
16216 ____________________________________________________________________________
16217 [ 26679] By: nicholas                              on 2006/01/06  18:29:57
16218         Log: Negating an unsigned value generates warnings for some compilers, so
16219              cast it first.
16220      Branch: perl
16221            ! lib/ExtUtils/Constant/ProxySubs.pm
16222 ____________________________________________________________________________
16223 [ 26677] By: steveh                                on 2006/01/06  17:20:47
16224         Log: DBL_MAX and FLT_MAX are not constants in Borland C++
16225              
16226              (Fixes BCC compilation error in POSIX introduced by change 26455)
16227      Branch: perl
16228            ! ext/POSIX/Makefile.PL
16229 ____________________________________________________________________________
16230 [ 26676] By: rgs                                   on 2006/01/06  16:58:14
16231         Log: Subject: [PATCH] hv_fetchs() support
16232              From: Andy Lester <andy@petdance.com>
16233              Date: Fri, 6 Jan 2006 09:57:19 -0600
16234              Message-ID: <20060106155719.GB9035@petdance.com>
16235      Branch: perl
16236            ! doop.c handy.h hv.c malloc.c op.c pp_sys.c taint.c
16237 ____________________________________________________________________________
16238 [ 26675] By: rgs                                   on 2006/01/06  15:50:34
16239         Log: Subject: [PATCH] sprinkle dVAR
16240              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
16241              Date: Fri, 06 Jan 2006 16:18:53 +0200
16242              Message-ID: <43BE7C4D.1010302@gmail.com>
16243      Branch: perl
16244            ! av.c deb.c doio.c doop.c dump.c ext/threads/threads.xs gv.c
16245            ! hv.c lib/ExtUtils/ParseXS.pm locale.c mathoms.c mg.c numeric.c
16246            ! op.c opcode.h opcode.pl pad.c perl.c perl.h perl_keyword.pl
16247            ! perlio.c perlvars.h perly.c pp.c pp_ctl.c pp_hot.c pp_pack.c
16248            ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c
16249            ! taint.c toke.c universal.c utf8.c util.c xsutils.c
16250 ____________________________________________________________________________
16251 [ 26674] By: rgs                                   on 2006/01/06  14:35:38
16252         Log: Subject: [PATCH] performance tweaking op.c
16253              From: Andy Lester <andy@petdance.com>
16254              Date: Fri, 6 Jan 2006 01:44:48 -0600
16255              Message-ID: <20060106074448.GB3401@petdance.com>
16256      Branch: perl
16257            ! op.c
16258 ____________________________________________________________________________
16259 [ 26673] By: gisle                                 on 2006/01/06  14:00:14
16260         Log: Remove code duplicated a few lines above by change 19695.
16261      Branch: perl
16262            ! toke.c
16263 ____________________________________________________________________________
16264 [ 26672] By: gisle                                 on 2006/01/06  13:57:27
16265         Log: Move "DEVEL####" marker to the 'perl -v' output.
16266              This avoids problem with using STRINGIFY in patchlevel.h
16267              (ref msg <43BE4BAC.6010701@uk.radan.com> posted to p5p).
16268      Branch: perl
16269            ! patchlevel.h perl.c t/run/switches.t utils/perlbug.PL
16270 ____________________________________________________________________________
16271 [ 26671] By: stevep                                on 2006/01/06  13:04:44
16272         Log: Replacing broken call to savepvn() with savepvs() to get threaded
16273              Cygwin to compile again.
16274      Branch: perl
16275            ! perl.c
16276 ____________________________________________________________________________
16277 [ 26670] By: gisle                                 on 2006/01/06  10:54:18
16278         Log: Make '-s' on the shebang line able to parse -foo=bar switches again.
16279              This feature was broken by change 19695 some years ago
16280              and integrated into perl-5.8.1.  perl-5.8.0 was fine.
16281              Ref http://bugs.activestate.com/show_bug.cgi?id=43483
16282      Branch: perl
16283            ! perl.c t/run/switches.t
16284 ____________________________________________________________________________
16285 [ 26669] By: gisle                                 on 2006/01/06  10:38:37
16286         Log: Improve description of the -s switch.
16287              I found the "This means you can have switches
16288              with two leading dashes." sentence introduced by
16289              change 7144 really confusing.  The note after
16290              the example should make it clear enough that double
16291              dash switches can be used for those that insist.
16292      Branch: perl
16293            ! pod/perlrun.pod
16294 ____________________________________________________________________________
16295 [ 26668] By: merijn                                on 2006/01/05  21:04:32
16296         Log: Test if the probed availability of v?snprintf () is
16297              actually usable. Thanks to Russ and Jarkko.
16298      Branch: perl
16299            ! Configure
16300 ____________________________________________________________________________
16301 [ 26666] By: rgs                                   on 2006/01/05  17:39:07
16302         Log: Upgrade to CPAN.pm 1.83
16303      Branch: perl
16304            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
16305            ! lib/CPAN/SIGNATURE lib/CPAN/Tarzip.pm
16306 ____________________________________________________________________________
16307 [ 26665] By: rgs                                   on 2006/01/05  17:27:28
16308         Log: Regenerate PODs
16309      Branch: perl
16310            ! pod/perlmodlib.pod pod/perltoc.pod
16311 ____________________________________________________________________________
16312 [ 26664] By: steveh                                on 2006/01/05  17:24:44
16313         Log: Workaround another problem following change 26395
16314              
16315              MinGW doesn't like 26395 either! (ref: change 26634)
16316      Branch: perl
16317            ! gv.h
16318 ____________________________________________________________________________
16319 [ 26663] By: rgs                                   on 2006/01/05  17:19:27
16320         Log: Really commit change 26662 (duh)
16321      Branch: perl
16322            ! pod.lst pod/perl.pod
16323 ____________________________________________________________________________
16324 [ 26662] By: rgs                                   on 2006/01/05  17:17:52
16325         Log: Let table of contents know about perllinux man page
16326      Branch: perl
16327            ! pod.lst pod/perl.pod
16328 ____________________________________________________________________________
16329 [ 26661] By: rgs                                   on 2006/01/05  16:58:51
16330         Log: Update Changes
16331      Branch: perl
16332            ! Changes
16333 ____________________________________________________________________________
16334 [ 26659] By: steveh                                on 2006/01/05  16:22:50
16335         Log: Subject: MinGW and lib/CORE/Win32.h
16336              From: "Sisyphus" <sisyphus1@optusnet.com.au>
16337              Date: Wed, 4 Jan 2006 21:29:19 +1100
16338              Message-ID: <024301c61119$bca4a840$e201140a@desktop>
16339      Branch: perl
16340            ! win32/win32.h
16341 ____________________________________________________________________________
16342 [ 26658] By: rgs                                   on 2006/01/05  15:33:32
16343         Log: Install less README files
16344      Branch: perl
16345            ! installperl
16346 ____________________________________________________________________________
16347 [ 26657] By: rgs                                   on 2006/01/05  14:36:40
16348         Log: Remove old Pod::Man parser creation.
16349              Fix a run-time warning.
16350      Branch: perl
16351            ! installman
16352 ____________________________________________________________________________
16353 [ 26656] By: stevep                                on 2006/01/05  14:33:16
16354         Log: Change installman to instantiate a new Pod::Man instance for each
16355              file processed.  This is now required with podlators-2.0.
16356      Branch: perl
16357            ! installman
16358 ____________________________________________________________________________
16359 [ 26655] By: steveh                                on 2006/01/05  09:21:52
16360         Log: Reorder changes made in change 26630
16361              
16362              (Keep the order in win32/config.* and win32/config_H.* the same as in
16363              Configure and config_H.SH for easier diffing)
16364      Branch: perl
16365            ! win32/config.bc win32/config.gc win32/config.vc
16366            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
16367            ! win32/config_H.vc win32/config_H.vc64
16368 ____________________________________________________________________________
16369 [ 26654] By: steveh                                on 2006/01/04  17:57:14
16370         Log: Run regen.pl (Just updating copyright years)
16371      Branch: perl
16372            ! embed.h embedvar.h global.sym opcode.h perlapi.c perlapi.h
16373            ! proto.h
16374 ____________________________________________________________________________
16375 [ 26653] By: steveh                                on 2006/01/04  17:49:38
16376         Log: Don't try to export PL_my_ctx_mutex and PL_my_cxt_* when
16377              PERL_IMPLICIT_CONTEXT is not defined
16378              
16379              Fixes non-threaded build errors on Win32 following change 26523
16380      Branch: perl
16381            ! makedef.pl
16382 ____________________________________________________________________________
16383 [ 26652] By: rgs                                   on 2006/01/04  17:19:37
16384         Log: More copyright updates
16385      Branch: perl
16386            ! cop.h dump.c gv.c gv.h handy.h locale.c op.c perlio.c
16387            ! pp_pack.c sv.h thread.h universal.c xsutils.c
16388 ____________________________________________________________________________
16389 [ 26651] By: rgs                                   on 2006/01/04  16:50:47
16390         Log: Subject: Re: [patch] optimized constant subs are cool, teach B::Concise about them
16391              From: Jim Cromie <jim.cromie@gmail.com>
16392              Date: Tue, 03 Jan 2006 23:18:09 -0700
16393              Message-ID: <43BB68A1.7060708@gmail.com>
16394              
16395              With syntactic tweaks to the test file
16396      Branch: perl
16397            ! ext/B/B/Concise.pm ext/B/t/concise-xs.t
16398            ! ext/B/t/optree_constants.t
16399 ____________________________________________________________________________
16400 [ 26650] By: gisle                                 on 2006/01/04  16:42:03
16401         Log: Move all the xxxpvs() macros to handy.h.
16402              This brings them closer to STR_WITH_LEN.  Besides only half
16403              of them were sv-related after change 26649.
16404      Branch: perl
16405            ! handy.h sv.h
16406 ____________________________________________________________________________
16407 [ 26649] By: gisle                                 on 2006/01/04  16:15:34
16408         Log: Make the new STR_WITH_LEN() affected compile under -Dusethreads.
16409              Can't use STR_WITH_LEN() as argument to a macro :-(
16410      Branch: perl
16411            ! gv.c locale.c mg.c perl.c perlio.c pp_sys.c sv.c sv.h toke.c
16412 ____________________________________________________________________________
16413 [ 26648] By: gisle                                 on 2006/01/04  14:23:20
16414         Log: Add an extra NUL so that we can use sv_catpvs()
16415              for "our @F=split..." and get rid of 15 and the
16416              explaination for why it's there.
16417      Branch: perl
16418            ! toke.c
16419 ____________________________________________________________________________
16420 [ 26647] By: gisle                                 on 2006/01/04  14:10:34
16421         Log: Get rid of hardcoded string length.
16422      Branch: perl
16423            ! thread.h
16424 ____________________________________________________________________________
16425 [ 26646] By: gisle                                 on 2006/01/04  14:04:16
16426         Log: Introduce newSVpvs_share() macro.
16427              Gets rid of some hardcoded string lengths.
16428      Branch: perl
16429            ! op.c perl.c sv.h
16430 ____________________________________________________________________________
16431 [ 26645] By: gisle                                 on 2006/01/04  13:53:16
16432         Log: Get rid of a few more hardcoded string lengths.
16433      Branch: perl
16434            ! locale.c mg.c perl.c perlio.c sv.c
16435 ____________________________________________________________________________
16436 [ 26644] By: stevep                                on 2006/01/04  13:13:50
16437         Log: Update copyright year.
16438      Branch: perl
16439            ! pp_sys.c
16440 ____________________________________________________________________________
16441 [ 26643] By: rgs                                   on 2006/01/04  13:02:18
16442         Log: Fix some compilation warnings
16443      Branch: perl
16444            ! pp_hot.c
16445 ____________________________________________________________________________
16446 [ 26642] By: gisle                                 on 2006/01/04  13:00:45
16447         Log: Get rid of a few more hardcoded string lengths.
16448      Branch: perl
16449            ! gv.c perl.c perlio.c pp_sys.c
16450 ____________________________________________________________________________
16451 [ 26641] By: gisle                                 on 2006/01/04  12:48:34
16452         Log: Introduce the macros newSVpvs(str) and sv_catpvs(sv, str).
16453              Gets rid of many hardcoded string lengths.
16454      Branch: perl
16455            ! dump.c gv.c op.c perl.c perlio.c pp.c pp_ctl.c pp_pack.c
16456            ! pp_sys.c regcomp.c sv.c sv.h toke.c universal.c utf8.c util.c
16457            ! xsutils.c
16458 ____________________________________________________________________________
16459 [ 26640] By: gisle                                 on 2006/01/04  12:35:45
16460         Log: Removed unused part of string passed to sv_catpvn().
16461      Branch: perl
16462            ! toke.c
16463 ____________________________________________________________________________
16464 [ 26639] By: stevep                                on 2006/01/04  12:31:17
16465         Log: Updates to various configurations courtesy of Jarkko.
16466      Branch: perl
16467            ! Cross/config.sh-arm-linux NetWare/config.wc epoc/config.sh
16468            ! plan9/config_sh.sample symbian/config.sh uconfig.sh
16469            ! wince/config.ce
16470 ____________________________________________________________________________
16471 [ 26638] By: stevep                                on 2006/01/04  12:19:49
16472         Log: Don't warn about invalid dirhandles in DirHandle::DESTROY().
16473      Branch: perl
16474            ! lib/DirHandle.pm
16475 ____________________________________________________________________________
16476 [ 26637] By: steveh                                on 2006/01/04  11:10:36
16477         Log: Make Borland and MinGW happy with change 26379
16478              
16479              (They both complain "invalid conversion from `void*' to `HWND__*'"
16480              otherwise)
16481      Branch: perl
16482            ! win32/perlhost.h
16483 ____________________________________________________________________________
16484 [ 26636] By: gisle                                 on 2006/01/04  10:46:42
16485         Log: Fix typo in comment.
16486      Branch: perl
16487            ! handy.h
16488 ____________________________________________________________________________
16489 [ 26635] By: gisle                                 on 2006/01/04  10:44:48
16490         Log: Introduce STR_WITH_LEN macro in the form suggested by Chip.
16491      Branch: perl
16492            ! handy.h toke.c
16493 ____________________________________________________________________________
16494 [ 26634] By: steveh                                on 2006/01/04  10:39:13
16495         Log: Workaround Win32 compiler bugs following change 26395
16496              
16497              Can't understand what VC++ 6 and Borland don't like about it.  There
16498              is similar code for SvMAGIC and SvSTASH already in sv.h.  Must be
16499              compiler bugs since VC++ 7 and MinGW (and compilers on other platforms)
16500              are all happy.
16501      Branch: perl
16502            ! gv.h
16503 ____________________________________________________________________________
16504 [ 26633] By: gisle                                 on 2006/01/04  10:25:42
16505         Log: Silence compiler warning; ref change 26598
16506      Branch: perl
16507            ! op.c
16508 ____________________________________________________________________________
16509 [ 26632] By: stevep                                on 2006/01/04  03:43:20
16510         Log: Added snprintf() and vsnprintf() to configure.com as 'undef'. 
16511      Branch: perl
16512            ! configure.com
16513 ____________________________________________________________________________
16514 [ 26631] By: stevep                                on 2006/01/04  03:31:08
16515         Log: Add warnings for the various other *dir() functions when attempted
16516              on invalid dirhandles.
16517      Branch: perl
16518            ! pod/perldiag.pod pp_sys.c
16519 ____________________________________________________________________________
16520 [ 26630] By: stevep                                on 2006/01/04  02:47:39
16521         Log: Add snprintf() and vsnprintf() to the various Win32 configuration 
16522              files.
16523      Branch: perl
16524            ! win32/config.bc win32/config.gc win32/config.vc
16525            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
16526            ! win32/config_H.vc win32/config_H.vc64
16527 ____________________________________________________________________________
16528 [ 26625] By: stevep                                on 2006/01/03  20:03:49
16529         Log: Subject: Re: [perl #38034] A combination eval, DESTROY method and $@ - dangerous - bug
16530              From: Mike Guy <mjtg@cam.ac.uk>
16531              Date: Tue, 03 Jan 2006 19:18:41 +0000 
16532              Message-Id: <E1Etrg9-0005XE-LZ@libra.cus.cam.ac.uk> 
16533      Branch: perl
16534            ! pod/perlobj.pod
16535 ____________________________________________________________________________
16536 [ 26623] By: nicholas                              on 2006/01/03  19:38:24
16537         Log: If NV_ZERO_IS_ALLBITS_ZERO is not true, then it's important to inialise
16538              the NV only if the new body has an NV. (D'oh!)
16539      Branch: perl
16540            ! sv.c
16541 ____________________________________________________________________________
16542 [ 26617] By: stevep                                on 2006/01/03  18:14:27
16543         Log: Attemting to readdir() something that isn't a dirhandle should cause
16544              a warning.
16545      Branch: perl
16546            ! pod/perldiag.pod pp_sys.c
16547 ____________________________________________________________________________
16548 [ 26608] By: steveh                                on 2006/01/03  15:57:18
16549         Log: Fix release mode builds following change 26598
16550      Branch: perl
16551            ! cop.h
16552 ____________________________________________________________________________
16553 [ 26607] By: stevep                                on 2006/01/03  15:56:19
16554         Log: perldiag.pod additions to go with change #26602.
16555      Branch: perl
16556            ! pod/perldiag.pod
16557 ____________________________________________________________________________
16558 [ 26606] By: merijn                                on 2006/01/03  15:46:10
16559         Log: Add probe for snprintf () and vsnprintf ()
16560              
16561              Subject: [PATCH] snprintf() and vsnprintf() (was Re: [PATCH] Configure: stdio char (un)signedness)
16562              From: Steve Peters <steve@fisharerojo.org>
16563              Date: Mon, 2 Jan 2006 09:37:27 -0600
16564              Message-ID: <20060102153727.GA14247@mccoy.peters.homeunix.org>
16565      Branch: perl
16566            ! Configure Porting/Glossary config_h.SH handy.h
16567 ____________________________________________________________________________
16568 [ 26605] By: rgs                                   on 2006/01/03  15:42:19
16569         Log: Update perldelta, up to change 25344 more or less.
16570      Branch: perl
16571            ! pod/perl593delta.pod
16572 ____________________________________________________________________________
16573 [ 26602] By: stevep                                on 2006/01/03  14:58:21
16574         Log: Bad symbols that are pretending to be dirhandles, should say they 
16575              are dirhandles in their error messages.
16576      Branch: perl
16577            ! gv.c
16578 ____________________________________________________________________________
16579 [ 26601] By: rgs                                   on 2006/01/03  14:10:04
16580         Log: Sync perlfaq.
16581      Branch: perl
16582            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
16583            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
16584            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
16585            ! pod/perlfaq9.pod
16586 ____________________________________________________________________________
16587 [ 26598] By: davem                                 on 2006/01/03  12:29:38
16588         Log: silence some compiler warnings
16589      Branch: perl
16590            ! cop.h toke.c
16591 ____________________________________________________________________________
16592 [ 26595] By: rgs                                   on 2006/01/03  10:09:39
16593         Log: Subject: Re: [patch] optimized constant subs are cool, teach B::Concise about them
16594              From: Jim Cromie <jim.cromie@gmail.com>
16595              Date: Mon, 02 Jan 2006 15:06:48 -0700
16596              Message-ID: <43B9A3F8.8060609@gmail.com>
16597      Branch: perl
16598            ! ext/B/B/Concise.pm ext/B/t/concise-xs.t
16599            ! ext/B/t/optree_constants.t
16600 ____________________________________________________________________________
16601 [ 26594] By: rgs                                   on 2006/01/03  09:33:59
16602         Log: Subject: [PATCH] Re: [perl #36837] B::Deparse fails when it comes to ByteLoader programs
16603              From: Stephen McCamant <smcc@mit.edu>
16604              Date: Mon, 2 Jan 2006 18:52:24 -0800
16605              Message-ID: <17337.59112.502009.496275@conquest.OCF.Berkeley.EDU>
16606      Branch: perl
16607            ! ext/B/B/Deparse.pm
16608 ____________________________________________________________________________
16609 [ 26593] By: rgs                                   on 2006/01/03  09:23:24
16610         Log: Subject: [patch@26561] utf8.c const issue.
16611              From: "John E. Malmberg" <wb8tyw@qsl.net>
16612              Date: Mon, 02 Jan 2006 14:16:02 -0500
16613              Message-ID: <43B97BF2.2050201@qsl.net>
16614      Branch: perl
16615            ! utf8.c
16616 ____________________________________________________________________________
16617 [ 26592] By: rgs                                   on 2006/01/03  09:02:04
16618         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.81.tar.gz
16619              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
16620              Date: Tue, 03 Jan 2006 00:33:27 +0100
16621              Message-ID: <87u0cm433s.fsf@k75.linux.bogus>
16622      Branch: perl
16623            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
16624 ____________________________________________________________________________
16625 [ 26591] By: davem                                 on 2006/01/03  02:20:28
16626         Log: ithreads: SVs that were only on the tmps stack leaked
16627      Branch: perl
16628            ! sv.c
16629 ____________________________________________________________________________
16630 [ 26589] By: nicholas                              on 2006/01/02  22:52:03
16631         Log: The two never used NOTYET switch ops can go.
16632      Branch: perl
16633            ! pp_ctl.c
16634 ____________________________________________________________________________
16635 [ 26587] By: davem                                 on 2006/01/02  21:50:55
16636         Log: stop DEBUG_LEAKING_SCALARS producing spurious memory pool errors
16637              (change #25775 wasn't complete)
16638      Branch: perl
16639            ! sv.c
16640 ____________________________________________________________________________
16641 [ 26586] By: nicholas                              on 2006/01/02  20:48:30
16642         Log: More missing AUTHORS
16643      Branch: perl
16644            ! AUTHORS Porting/checkAUTHORS.pl
16645 ____________________________________________________________________________
16646 [ 26581] By: craigb                                on 2006/01/02  19:22:52
16647         Log: Subject: patch@26561 & earlier - buffer overrun in VMS.C
16648              From: "John E. Malmberg" <wb8tyw@qsl.net>
16649              Date: Mon, 02 Jan 2006 14:05:43 -0500
16650              Message-id: <43B97987.70201@qsl.net>
16651      Branch: perl
16652            ! vms/vms.c
16653 ____________________________________________________________________________
16654 [ 26580] By: nicholas                              on 2006/01/02  18:48:13
16655         Log: Erk! craigb's changes come out of p4 with ^Ms as line endings.
16656              Long term, need to fix the update changes script to cope.
16657      Branch: perl
16658            ! Changes
16659 ____________________________________________________________________________
16660 [ 26579] By: nicholas                              on 2006/01/02  18:44:14
16661         Log: More missing AUTHORS
16662      Branch: perl
16663            ! AUTHORS Porting/checkAUTHORS.pl
16664 ____________________________________________________________________________
16665 [ 26578] By: nicholas                              on 2006/01/02  17:04:55
16666         Log: Fix up missing and duplicate AUTHORS
16667      Branch: perl
16668            ! AUTHORS Porting/checkAUTHORS.pl
16669 ____________________________________________________________________________
16670 [ 26576] By: rgs                                   on 2006/01/02  15:54:25
16671         Log: Subject: Re: [patch] optimized constant subs are cool, teach B::Concise about them
16672              From: Jim Cromie <jim.cromie@gmail.com>
16673              Date: Sun, 01 Jan 2006 23:05:00 -0700
16674              Message-ID: <43B8C28C.20502@gmail.com>
16675      Branch: perl
16676            + ext/B/t/optree_constants.t
16677            ! MANIFEST ext/B/B/Concise.pm ext/B/t/concise-xs.t
16678 ____________________________________________________________________________
16679 [ 26574] By: rgs                                   on 2006/01/02  15:19:59
16680         Log: Since we no longer autovivify stashes (change #26370), we need
16681              to turn off strict-refs on them, or we'll have a stricture
16682              error the first time we'd try to access them (when they'll be
16683              actually autovivified).
16684      Branch: perl
16685            ! op.c t/op/stash.t
16686 ____________________________________________________________________________
16687 [ 26573] By: rgs                                   on 2006/01/02  14:57:18
16688         Log: Documentation fix for File::Temp::new
16689              
16690              Subject: [perl #38127] Bug in perldoc File::Temp 
16691              From: pm@capmon.dk (via RT) <perlbug-followup@perl.org>
16692              Date: Mon, 02 Jan 2006 02:48:41 -0800
16693              Message-ID: <rt-3.0.11-38127-126764.0.578515622359532@perl.org>
16694      Branch: perl
16695            ! lib/File/Temp.pm
16696 ____________________________________________________________________________
16697 [ 26572] By: nicholas                              on 2006/01/02  14:43:37
16698         Log: Happy New Year. (It's not just embed.pl).
16699      Branch: perl
16700            ! README opcode.pl perl.c reentr.pl
16701 ____________________________________________________________________________
16702 [ 26571] By: stevep                                on 2006/01/02  14:24:58
16703         Log: Note that the "unlink"ing directories is attempted when running as a
16704              superuser, and that some operating systems may not support it.
16705      Branch: perl
16706            ! pod/perlfunc.pod pod/perlrun.pod
16707 ____________________________________________________________________________
16708 [ 26570] By: nicholas                              on 2006/01/02  12:19:51
16709         Log: Typo fix in the description of change 26370.
16710              (Also corrected in the repository) 
16711      Branch: perl
16712            ! Changes
16713 ____________________________________________________________________________
16714 [ 26569] By: davem                                 on 2006/01/02  12:09:37
16715         Log: add svt_local slot to magic vtable, and fix local $shared
16716      Branch: perl
16717            ! ext/threads/shared/shared.xs mg.c mg.h
16718 ____________________________________________________________________________
16719 [ 26565] By: nicholas                              on 2006/01/02  11:48:28
16720         Log: Add 2006 to the copyright years in the header generated by embed.pl
16721      Branch: perl
16722            ! embed.pl
16723 ____________________________________________________________________________
16724 [ 26564] By: rgs                                   on 2006/01/02  11:20:25
16725         Log: Subject: [patch] comment grammar and indentation, spurious tab
16726              From: Jim Cromie <jim.cromie@gmail.com>
16727              Date: Fri, 30 Dec 2005 22:45:55 -0700
16728              Message-ID: <43B61B13.3050704@gmail.com>
16729      Branch: perl
16730            ! sv.c
16731 ____________________________________________________________________________
16732 [ 26563] By: rgs                                   on 2006/01/02  11:04:37
16733         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.80_58.tar.gz
16734              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
16735              Date: Sun, 01 Jan 2006 10:12:46 +0100
16736              Message-ID: <87zmmgnwfl.fsf@k75.linux.bogus>
16737      Branch: perl
16738            ! lib/CPAN.pm
16739 ____________________________________________________________________________
16740 [ 26562] By: rgs                                   on 2006/01/02  10:56:05
16741         Log: Update copyrights for files modified in 2006
16742      Branch: perl
16743            ! doio.c doop.c hv.c mg.c pp.c pp_ctl.c pp_hot.c pp_sort.c
16744            ! regcomp.c regexec.c sv.c toke.c utf8.c util.c
16745 ____________________________________________________________________________
16746 [ 26561] By: gisle                                 on 2006/01/01  20:43:00
16747         Log: Get rid of length argument for the FEATURE_IS_ENABLED() macro.
16748      Branch: perl
16749            ! toke.c
16750 ____________________________________________________________________________
16751 [ 26558] By: merijn                                on 2006/01/01  10:42:16
16752         Log: Subject: [PATCH] Making 0 pointers to NULLs
16753              From: Andy Lester <andy@petdance.com>
16754              Date: Fri, 30 Dec 2005 23:05:58 -0600
16755              Message-ID: <20051231050558.GA29093@petdance.com>
16756      Branch: perl
16757            ! doio.c doop.c hv.c mg.c pp.c pp_ctl.c pp_hot.c pp_sort.c
16758            ! regcomp.c regexec.c sv.c toke.c utf8.c util.c
16759 ____________________________________________________________________________
16760 [ 26556] By: merijn                                on 2006/01/01  10:23:19
16761         Log: Subject: [PATCH] Making 0 pointers to NULLs
16762              From: Andy Lester <andy@petdance.com>
16763              Date: Fri, 30 Dec 2005 23:05:58 -0600
16764              Message-ID: <20051231050558.GA29093@petdance.com>
16765      Branch: perl
16766            ! doio.c doop.c hv.c mg.c pp.c pp_ctl.c pp_hot.c pp_sort.c
16767            ! regcomp.c regexec.c sv.c toke.c utf8.c util.c
16768 ____________________________________________________________________________
16769 [ 26555] By: davem                                 on 2005/12/31  23:24:26
16770         Log: make threads use MY_CXT API rather than using PL_modglobal
16771      Branch: perl
16772            ! ext/threads/threads.xs
16773 ____________________________________________________________________________
16774 [ 26554] By: davem                                 on 2005/12/31  21:36:05
16775         Log: tidy index arrangements in new MY_CXT code
16776      Branch: perl
16777            ! intrpvar.h sv.c util.c
16778 ____________________________________________________________________________
16779 [ 26553] By: stevep                                on 2005/12/31  18:45:37
16780         Log: Upgrade to CPAN-1.80_57
16781      Branch: perl
16782            ! lib/CPAN.pm lib/CPAN/Debug.pm lib/CPAN/HandleConfig.pm
16783            ! lib/CPAN/Tarzip.pm lib/CPAN/t/mirroredby.t
16784 ____________________________________________________________________________
16785 [ 26552] By: nicholas                              on 2005/12/31  17:24:34
16786         Log: Turn a for loop that's almost a while into an honest-to-goodness while.
16787      Branch: perl
16788            ! hv.c
16789 ____________________________________________________________________________
16790 [ 26551] By: nicholas                              on 2005/12/31  16:57:32
16791         Log: Calling Perl_hv_clear_placeholders while the hash iterator was active
16792              would turn lazy delete on, causing the hash to become corrupted at the
16793              next iterator change.
16794      Branch: perl
16795            ! hv.c lib/Hash/Util.t
16796 ____________________________________________________________________________
16797 [ 26550] By: nicholas                              on 2005/12/31  16:42:08
16798         Log: Remove unneeded test in Perl_hv_clear_placeholders.
16799              Rejig S_hfreeentries to a double loop, which is clearer and smaller.
16800      Branch: perl
16801            ! hv.c
16802 ____________________________________________________________________________
16803 [ 26549] By: rgs                                   on 2005/12/31  15:24:48
16804         Log: Subject: [PATCH] op/pack.t failure on Win64
16805              From: Jan Dubois <jand@activestate.com>
16806              Date: Dec 30, 2005 9:55 PM
16807              Message-ID: <017a01c60d83$5dc73110$2217a8c0@candy>
16808      Branch: perl
16809            ! pp_pack.c
16810 ____________________________________________________________________________
16811 [ 26548] By: nicholas                              on 2005/12/31  15:07:16
16812         Log: Add a test for change 26547. (We no longer expect to see errors about
16813              unbalanced string table reference counts.)
16814      Branch: perl
16815            ! t/op/stash.t
16816 ____________________________________________________________________________
16817 [ 26547] By: nicholas                              on 2005/12/31  14:57:27
16818         Log: Re-attempt to clear the hash in S_hfreeentries if anything adds to it.
16819              Panic if we seem to be looping forever.
16820      Branch: perl
16821            ! hv.c pod/perldiag.pod
16822 ____________________________________________________________________________
16823 [ 26546] By: nicholas                              on 2005/12/31  13:16:06
16824         Log: Stop 'sub a { // }; %::=()' panicing because the backreference array
16825              became lost.
16826      Branch: perl
16827            ! hv.c
16828 ____________________________________________________________________________
16829 [ 26545] By: nicholas                              on 2005/12/30  22:44:06
16830         Log: Marcus Holland-Moritz suggested that assert should 
16831              Perl_croak_nocontext rather than Perl_croak.
16832      Branch: perl
16833            ! perl.h
16834 ____________________________________________________________________________
16835 [ 26544] By: nicholas                              on 2005/12/30  20:02:56
16836         Log: Tweak S_init_main_stash so as allocate PL_curstname as a shared string
16837              scalar, and hence avoid thrashing the shared string table for "main".
16838      Branch: perl
16839            ! perl.c
16840 ____________________________________________________________________________
16841 [ 26543] By: stevep                                on 2005/12/30  17:47:45
16842         Log: Convert t/op/sleep.t to using test.pl
16843      Branch: perl
16844            ! t/op/sleep.t
16845 ____________________________________________________________________________
16846 [ 26542] By: nicholas                              on 2005/12/30  16:53:39
16847         Log: Document why it's a bad plan to move the backreferences array from
16848              the magic structure to the hv_aux structure during backreference
16849              deletion. Add an optimisation for an empty backreference array.
16850      Branch: perl
16851            ! hv.c sv.c
16852 ____________________________________________________________________________
16853 [ 26541] By: nicholas                              on 2005/12/30  15:55:05
16854         Log: Now that the backreference array has no NULL entries, and is correctly
16855              marked as AvREAL_off(), there's no reason not to use sv_dup to clone
16856              it.
16857      Branch: perl
16858            ! sv.c
16859 ____________________________________________________________________________
16860 [ 26540] By: nicholas                              on 2005/12/30  15:39:53
16861         Log: POSIX now declares missing constants as sub ... ();, so Net::Ping
16862              needs to define them with a prototype to match.
16863      Branch: perl
16864            ! lib/Net/Ping.pm
16865 ____________________________________________________________________________
16866 [ 26539] By: rgs                                   on 2005/12/30  15:10:41
16867         Log: Update perltodo. First shot at perl593delta.
16868      Branch: perl
16869            ! pod/perl593delta.pod pod/perltodo.pod
16870 ____________________________________________________________________________
16871 [ 26538] By: nicholas                              on 2005/12/30  14:57:00
16872         Log: In the shared string table, if we add new entries to the head of the
16873              linked list chain, then we don't need as much bookkeeping in the loop.
16874      Branch: perl
16875            ! hv.c
16876 ____________________________________________________________________________
16877 [ 26537] By: stevep                                on 2005/12/30  14:39:49
16878         Log: Subject: [PATCH] Differences from Perl 6
16879              From: Robin Houston <robin@cpan.org> 
16880              Date: Fri, 30 Dec 2005 13:45:34 +0000 
16881              Message-ID: <20051230134534.GA18675@rpc142.cs.man.ac.uk>
16882      Branch: perl
16883            ! pod/perlsyn.pod
16884 ____________________________________________________________________________
16885 [ 26536] By: rgs                                   on 2005/12/30  12:25:24
16886         Log: Subject: Re: [PATCH] Re: INSTALLSCRIPT versus INSTALLDIRS
16887              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
16888              Date: Mon, 12 Dec 2005 19:22:32 +0100
16889              Message-ID: <20051212192232.39cd0c1e@grubert.mandrakesoft.com>
16890      Branch: perl
16891            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
16892            ! lib/ExtUtils/MakeMaker.pm
16893 ____________________________________________________________________________
16894 [ 26535] By: davem                                 on 2005/12/30  12:21:05
16895         Log: fix errors in new MY_CTX code
16896      Branch: perl
16897            ! perl.c sv.c
16898 ____________________________________________________________________________
16899 [ 26534] By: rgs                                   on 2005/12/30  11:57:14
16900         Log: Reduce size of buffers for identifier names, as suggested in
16901              
16902              Subject: Stack usage (in gv_stashpvn and others)
16903              From: Tels <nospam-abuse@bloodgate.com>
16904              Date: Thu, 29 Dec 2005 18:40:49 +0100
16905              Message-Id: <200512291840.50765@bloodgate.com>
16906      Branch: perl
16907            ! gv.c
16908 ____________________________________________________________________________
16909 [ 26533] By: rgs                                   on 2005/12/30  11:43:42
16910         Log: Subject: [PATCH] perlio.c - gv_stashpvn() vs gv_stashpv()
16911              From: Tels <nospam-abuse@bloodgate.com>
16912              Date: Thu, 29 Dec 2005 18:57:43 +0100
16913              Message-Id: <200512291857.59458@bloodgate.com>
16914      Branch: perl
16915            ! perlio.c
16916 ____________________________________________________________________________
16917 [ 26532] By: rgs                                   on 2005/12/30  10:40:31
16918         Log: Subject: [PATCH] Perl_gv_fetchpv vs. gv_fetchpvn
16919              From: Tels <nospam-abuse@bloodgate.com>
16920              Date: Thu, 29 Dec 2005 18:32:10 +0100
16921              Message-Id: <200512291832.20651@bloodgate.com>
16922      Branch: perl
16923            ! gv.c
16924 ____________________________________________________________________________
16925 [ 26531] By: rgs                                   on 2005/12/30  09:53:54
16926         Log: Skip my_cxt_init if PERL_IMPLICIT_CONTEXT isn't defined
16927              (spotted by Jan Dubois)
16928      Branch: perl
16929            ! makedef.pl
16930 ____________________________________________________________________________
16931 [ 26530] By: nicholas                              on 2005/12/30  01:08:46
16932         Log: RMAGIC on symbol tables is bad, m'kay.
16933              Allow hashes (and therefore all symbol tables) to store the
16934              backreference array in the hv_aux structure, and thereby undo the
16935              performance damage of 24966, which resulted in 60% of all hash lookups
16936              trying to mg_find tiehash magic.
16937      Branch: perl
16938            ! dump.c embed.fnc embed.h hv.c hv.h mg.c proto.h sv.c
16939 ____________________________________________________________________________
16940 [ 26529] By: davem                                 on 2005/12/30  01:06:05
16941         Log: change #26523 didn't make my_cxt_init public
16942      Branch: perl
16943            ! embed.fnc embed.h global.sym
16944 ____________________________________________________________________________
16945 [ 26528] By: rgs                                   on 2005/12/29  17:32:21
16946         Log: Subject: [PATCH] $a = \$a oddity
16947              From: Tels <nospam-abuse@bloodgate.com>
16948              Date: Thu, 29 Dec 2005 18:01:42 +0100
16949              Message-Id: <200512291802.00742@bloodgate.com>
16950              
16951              plus trim some whitespace
16952      Branch: perl
16953            ! pod/perlreftut.pod
16954 ____________________________________________________________________________
16955 [ 26527] By: rgs                                   on 2005/12/29  15:59:30
16956         Log: Subject: [PATCH] Actual real consting of parms
16957              From: Andy Lester <andy@petdance.com>
16958              Date: Thu, 29 Dec 2005 01:15:09 -0600
16959              Message-ID: <20051229071509.GA32653@petdance.com>
16960      Branch: perl
16961            ! embed.fnc proto.h sv.c
16962 ____________________________________________________________________________
16963 [ 26526] By: rgs                                   on 2005/12/29  15:32:42
16964         Log: Subject: [PATCH] av.c cleanup, plus!
16965              From: Andy Lester <andy@petdance.com>
16966              Date: Wed, 28 Dec 2005 15:44:14 -0600
16967              Message-ID: <20051228214414.GD26033@petdance.com>
16968      Branch: perl
16969            ! av.c dump.c embed.fnc gv.c perl.c proto.h sv.c toke.c
16970 ____________________________________________________________________________
16971 [ 26525] By: rgs                                   on 2005/12/29  14:32:09
16972         Log: Fix test for perl version number in Makefile.PL
16973      Branch: perl
16974            ! ext/Sys/Syslog/Makefile.PL
16975 ____________________________________________________________________________
16976 [ 26524] By: rgs                                   on 2005/12/29  14:17:38
16977         Log: Subject: [PATCH] Fixing the SVREFCNT macro
16978              From: Andy Lester <andy@petdance.com>
16979              Date: Wed, 28 Dec 2005 13:30:51 -0600
16980              Message-ID: <20051228193051.GD23207@petdance.com>
16981      Branch: perl
16982            ! sv.h
16983 ____________________________________________________________________________
16984 [ 26523] By: davem                                 on 2005/12/29  12:00:29
16985         Log: re-implement MY_CXT API more efficiently, and add explicit
16986              interpeter arg variant
16987      Branch: perl
16988            ! embed.fnc embed.h embedvar.h ext/XS/APItest/APItest.xs
16989            ! intrpvar.h perl.h perlapi.h perlvars.h pod/perlxs.pod proto.h
16990            ! sv.c util.c
16991 ____________________________________________________________________________
16992 [ 26522] By: davem                                 on 2005/12/29  11:35:04
16993         Log: add tests for MY_CXT API and improve its documentation
16994      Branch: perl
16995            + ext/XS/APItest/t/my_cxt.t
16996            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
16997            ! pod/perlxs.pod
16998 ____________________________________________________________________________
16999 [ 26521] By: rgs                                   on 2005/12/29  10:21:23
17000         Log: Subject: [PATCH] Test that constant overloading is propagated into eval
17001              From: Robin Houston <robin@cpan.org>
17002              Date: Mon, 26 Dec 2005 17:56:48 +0000
17003              Message-ID: <20051226175648.GA28402@rpc142.cs.man.ac.uk>
17004      Branch: perl
17005            ! lib/overload.t
17006 ____________________________________________________________________________
17007 [ 26520] By: rgs                                   on 2005/12/29  10:11:56
17008         Log: Subject: [DOC PATCH] rindex clarification
17009              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
17010              Date: Mon, 26 Dec 2005 18:42:40 -0800
17011              Message-ID: <20051227024240.GA2940@efn.org>
17012              
17013              plus another formatting nit
17014      Branch: perl
17015            ! pod/perlfunc.pod
17016 ____________________________________________________________________________
17017 [ 26519] By: craigb                                on 2005/12/29  03:49:58
17018         Log: Subject: [PATCH] fortify Pod::Simple::Search against non-case-preserving filesystems
17019              From: "Craig A. Berry" <craigberry@mac.com>
17020              Date: Tue, 27 Dec 2005 17:59:35 -0600
17021              Message-id: <43B1D567.9080504@mac.com>
17022      Branch: perl
17023            ! lib/Pod/Simple/Search.pm
17024            ! lib/Pod/Simple/t/other_test_lib/squaa/Wowo.pod
17025 ____________________________________________________________________________
17026 [ 26518] By: nicholas                              on 2005/12/29  00:19:01
17027         Log: A GVs stash can be NULL, so don't call macros that assume otherwise
17028              without checking.
17029      Branch: perl
17030            ! pp.c
17031 ____________________________________________________________________________
17032 [ 26517] By: nicholas                              on 2005/12/28  19:40:26
17033         Log: As the backreferences AV doesn't hold references on its contents,
17034              surely it should have AvREAL turned off?
17035      Branch: perl
17036            ! sv.c
17037 ____________________________________________________________________________
17038 [ 26516] By: nicholas                              on 2005/12/28  13:35:03
17039         Log: PL_amagic_generation is always non-zero, so remove the test for this.
17040              (Since change 17990 added version object overloading)
17041      Branch: perl
17042            ! pp.h
17043 ____________________________________________________________________________
17044 [ 26515] By: stevep                                on 2005/12/28  13:31:02
17045         Log: Upgrade to Sys-Syslog-0.11
17046      Branch: perl
17047            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/README
17048            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/podspell.t
17049            ! ext/Sys/Syslog/t/syslog.t
17050 ____________________________________________________________________________
17051 [ 26514] By: gisle                                 on 2005/12/28  13:25:30
17052         Log: Cleanup; replace a croak("panic: ...") with assert().
17053      Branch: perl
17054            ! av.c
17055 ____________________________________________________________________________
17056 [ 26513] By: gisle                                 on 2005/12/28  13:12:30
17057         Log: assert(av);  Cleanup the way that the av_*() functions check
17058              that they are really passed an av argument.
17059              Should improve the test coverage a bit.
17060      Branch: perl
17061            ! av.c pod/perldiag.pod
17062 ____________________________________________________________________________
17063 [ 26512] By: gisle                                 on 2005/12/28  12:38:03
17064         Log: Use memchr() instead of ninstr() to locate the end-of-line.
17065              The call to memchr() will faster.
17066      Branch: perl
17067            ! toke.c
17068 ____________________________________________________________________________
17069 [ 26511] By: gisle                                 on 2005/12/28  12:18:58
17070         Log: Leaner ninstr().
17071              The compiled function ended up 37% smaller on Linux/gcc.
17072              I ought to be faster as well, but I did not try to measure that.
17073      Branch: perl
17074            ! util.c
17075 ____________________________________________________________________________
17076 [ 26510] By: gisle                                 on 2005/12/28  11:01:46
17077         Log: Remove test for NUL ending in r?instr().
17078              This test is actually harmful because we will search
17079              for any garbage found past the empty search string.
17080              Ref change 26509.
17081      Branch: perl
17082            ! util.c
17083 ____________________________________________________________________________
17084 [ 26509] By: gisle                                 on 2005/12/28  10:57:46
17085         Log: Fix 2 off-by-one errors in the call to ninstr().
17086              This code managed to still work because of a bug
17087              in how ninstr() treats empty search strings.
17088      Branch: perl
17089            ! ext/Filter/Util/Call/Call.xs
17090 ____________________________________________________________________________
17091 [ 26508] By: stevep                                on 2005/12/28  03:27:13
17092         Log: Upgrade to PathTools-3.15
17093      Branch: perl
17094            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
17095 ____________________________________________________________________________
17096 [ 26507] By: nicholas                              on 2005/12/27  23:39:42
17097         Log: s/%/%%/ in the package name so that it can be used safely in the
17098              sprintf format string (and hence not need runtime %s interpolation)
17099      Branch: perl
17100            ! lib/ExtUtils/Constant.pm lib/ExtUtils/Constant/ProxySubs.pm
17101 ____________________________________________________________________________
17102 [ 26506] By: nicholas                              on 2005/12/27  22:19:28
17103         Log: Pass in the full arguments to ExtUtils::Constant::ProxySubs
17104              Prototype all the missing constants, so that parsing doesn't depend on
17105              the phase of the moon. (Well, the system headers)
17106              Add an option for making missing constants generate errors at read time
17107              (which can be during constant folding). This isn't the default.
17108      Branch: perl
17109            ! lib/ExtUtils/Constant.pm lib/ExtUtils/Constant/ProxySubs.pm
17110 ____________________________________________________________________________
17111 [ 26505] By: stevep                                on 2005/12/27  22:07:44
17112         Log: Subject: [PATCH] pre-likely cleanup
17113              From: Andy Lester <andy@petdance.com> 
17114              Date: Tue, 27 Dec 2005 14:39:39 -0600
17115              Message-ID: <20051227203939.GC1781@petdance.com> 
17116              
17117              Includes a small fix to the changes in tryAMAGICbinW_var() in pp.h.
17118      Branch: perl
17119            ! av.c doop.c handy.h hv.c mg.c pp.c pp.h sv.c util.c
17120 ____________________________________________________________________________
17121 [ 26504] By: stevep                                on 2005/12/27  18:36:19
17122         Log: It'd be nice if I hadn't broken corecpan.pl.  Its fixed now, though.
17123      Branch: perl
17124            ! Porting/Maintainers.pl
17125 ____________________________________________________________________________
17126 [ 26503] By: nicholas                              on 2005/12/27  17:33:13
17127         Log: gv_fetch_flags in newATTRSUB can actually be const.
17128              Comment the logic behind the terms in the ternary that chooses the
17129              flags value.
17130      Branch: perl
17131            ! op.c
17132 ____________________________________________________________________________
17133 [ 26502] By: nicholas                              on 2005/12/27  17:24:11
17134         Log: As what we're doing is generating subroutines, which are methods, we
17135              need to invalidate cached methods. For constant.pm we need to create
17136              &Internals::inc_sub_generation
17137      Branch: perl
17138            ! lib/ExtUtils/Constant/ProxySubs.pm lib/constant.pm universal.c
17139 ____________________________________________________________________________
17140 [ 26501] By: stevep                                on 2005/12/27  14:10:20
17141         Log: Subject: [patch] ext/b/t/lint.t fails on win32
17142              From: demerphq <demerphq@gmail.com>
17143              Date: Fri, 23 Dec 2005 20:06:52 +0100 
17144              Message-ID: <9b18b3110512231106k7ad395bfp8a0c05cd0f87fc61@mail.gmail.com>
17145      Branch: perl
17146            ! ext/B/t/lint.t
17147 ____________________________________________________________________________
17148 [ 26500] By: nicholas                              on 2005/12/27  12:02:57
17149         Log: Refactor the require failure message generation to use 1 less temporary
17150              SV, and to build as much text as possible with newSVpvf
17151      Branch: perl
17152            ! pp_ctl.c
17153 ____________________________________________________________________________
17154 [ 26499] By: nicholas                              on 2005/12/27  00:29:33
17155         Log: Removing MAKE_JOBS_FIFO from %ENV causes FreeBSD make to forget about
17156              any -j flags. (And their implied disabling of backwards compatibility,
17157              which is the real cause of the make disttest failure).
17158      Branch: perl
17159            ! lib/ExtUtils/t/basic.t
17160 ____________________________________________________________________________
17161 [ 26498] By: nicholas                              on 2005/12/26  23:52:44
17162         Log: tabs, not spaces, in MANIFEST. No, I can't remember why this is.
17163              Or whether it could be relaxed.
17164      Branch: perl
17165            ! MANIFEST
17166 ____________________________________________________________________________
17167 [ 26497] By: nicholas                              on 2005/12/26  23:50:14
17168         Log: Remove the hard wired test numbers in the generated test script for
17169              simple tests. Use this script twice, firstly for testing the old style
17170              autoloaded constants, then for testing the ProxySubs.
17171              Make testing the dogfood/regeneration code optional, as the ProxySubs
17172              output doesn't contain it.
17173      Branch: perl
17174            ! lib/ExtUtils/t/Constant.t
17175 ____________________________________________________________________________
17176 [ 26496] By: nicholas                              on 2005/12/26  23:48:00
17177         Log: Support type UNDEF, and correct a bug in the macro generation by using
17178              macro_from_item.
17179      Branch: perl
17180            ! lib/ExtUtils/Constant/ProxySubs.pm
17181 ____________________________________________________________________________
17182 [ 26495] By: nicholas                              on 2005/12/26  23:47:01
17183         Log: Add method macro_from_item to encapsulate the entire logic for getting
17184              the correct macro direct from the item hash.
17185      Branch: perl
17186            ! lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/XS.pm
17187 ____________________________________________________________________________
17188 [ 26494] By: nicholas                              on 2005/12/26  23:10:53
17189         Log: Don't try to store PL_sv_undef in pads. (For now)
17190      Branch: perl
17191            ! op.c
17192 ____________________________________________________________________________
17193 [ 26493] By: stevep                                on 2005/12/26  22:01:49
17194         Log: Upgrade to CPAN-1.80_56
17195      Branch: perl
17196            + lib/CPAN/Debug.pm lib/CPAN/HandleConfig.pm lib/CPAN/Tarzip.pm
17197            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/SIGNATURE
17198            ! lib/CPAN/bin/cpan
17199 ____________________________________________________________________________
17200 [ 26492] By: stevep                                on 2005/12/26  17:29:13
17201         Log: In this, the last tale of the NGROUPS saga, a former pumpking prods
17202              a mere committer to remove the last of the NGROUPS-sized arrays...
17203              
17204              Perl_magic_set() was using the last of these arrays to do the 
17205              lvalue work on $).  Instead of an array, a pointer is used and 
17206              re-sized as needed.  
17207      Branch: perl
17208            ! mg.c
17209 ____________________________________________________________________________
17210 [ 26491] By: nicholas                              on 2005/12/26  17:01:35
17211         Log: Add a couple of newlines for tidier regen output, consistent with the
17212              code generated by WriteConstants()
17213      Branch: perl
17214            ! lib/ExtUtils/Constant/XS.pm
17215 ____________________________________________________________________________
17216 [ 26490] By: nicholas                              on 2005/12/26  16:13:57
17217         Log: Add C_FH and XS_FH arguments to ExtUtils::Constant::WriteConstants,
17218              to allow the caller to pass in file handles. Use this in Contant.t
17219              with tied file handles to capture the output, rather than calling
17220              the lower level routines directly.
17221      Branch: perl
17222            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
17223 ____________________________________________________________________________
17224 [ 26489] By: stevep                                on 2005/12/26  16:08:49
17225         Log: Subject: chg 26486 removes last use of NGROUPS, so remove the macro-def
17226              From: Jim Cromie <jim.cromie@gmail.com>
17227              Date: Mon, 26 Dec 2005 07:57:51 -0700
17228              Message-ID: <43B004EF.8060500@gmail.com>
17229      Branch: perl
17230            ! doio.c
17231 ____________________________________________________________________________
17232 [ 26488] By: nicholas                              on 2005/12/26  12:48:10
17233         Log: The values for proxy constant subroutines need to be read only.
17234      Branch: perl
17235            ! lib/ExtUtils/Constant/ProxySubs.pm
17236 ____________________________________________________________________________
17237 [ 26487] By: nicholas                              on 2005/12/26  12:31:01
17238         Log: Rework constant.pm to take advantage of the space savings of proxy
17239              constant subroutines whenever it can.
17240      Branch: perl
17241            ! lib/constant.pm
17242 ____________________________________________________________________________
17243 [ 26486] By: stevep                                on 2005/12/26  03:51:24
17244         Log: Obviously, Perl_ingroup() is also using 256k of stack memory on Linux.
17245              Adapt change #26480 to reduce memory usage here as well.
17246      Branch: perl
17247            ! doio.c
17248 ____________________________________________________________________________
17249 [ 26485] By: nicholas                              on 2005/12/24  16:27:28
17250         Log: The value from caller doesn't change, so my $pkg = caller;
17251              should be moved out of the loop.
17252      Branch: perl
17253            ! lib/constant.pm
17254 ____________________________________________________________________________
17255 [ 26484] By: nicholas                              on 2005/12/24  16:06:10
17256         Log: Tests for creating constants where prototypes or other symbols of the
17257              same name already exist.
17258      Branch: perl
17259            ! lib/constant.t
17260 ____________________________________________________________________________
17261 [ 26483] By: nicholas                              on 2005/12/24  15:09:28
17262         Log: Using a hash reference rather than a hash can save a hash copy.
17263      Branch: perl
17264            ! lib/constant.pm
17265 ____________________________________________________________________________
17266 [ 26482] By: nicholas                              on 2005/12/24  14:48:42
17267         Log: Unless the peephole optimiser already knows that we're in void context,
17268              avoid even attempting the whole proxy constant sub copying
17269              optimisation.
17270      Branch: perl
17271            ! op.c
17272 ____________________________________________________________________________
17273 [ 26481] By: nicholas                              on 2005/12/24  14:09:56
17274         Log: Given that IO::Socket is documented as exporting all of Socket's
17275              exports, there's no need for IO::Socket::INET or IO::Socket::UNIX to
17276              use both. (And re-exporting removes some of the efficiency of the new
17277              constants implementation)
17278      Branch: perl
17279            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
17280 ____________________________________________________________________________
17281 [ 26480] By: stevep                                on 2005/12/24  03:30:02
17282         Log: Subject: Re: [perl #37907] Perl_magic_get reqires ridiculous amounts of stackmemory
17283              From: Jim Cromie <jim.cromie@gmail.com>
17284              Date: Fri, 23 Dec 2005 13:24:29 -0700
17285              Message-ID: <43AC5CFD.3060200@gmail.com>
17286              
17287              Includes a change in variable names from "j" to "num_groups".
17288      Branch: perl
17289            ! mg.c
17290 ____________________________________________________________________________
17291 [ 26479] By: nicholas                              on 2005/12/24  00:01:50
17292         Log: Looks like the macro CLK_TCK is not actually a constant on Solaris.
17293      Branch: perl
17294            ! ext/POSIX/Makefile.PL
17295 ____________________________________________________________________________
17296 [ 26478] By: nicholas                              on 2005/12/23  17:30:19
17297         Log: For PERL_TRACK_MEMPOOL with PERL_POISON, Poison the end of any block
17298              being shrunk in realloc()
17299      Branch: perl
17300            ! util.c
17301 ____________________________________________________________________________
17302 [ 26477] By: nicholas                              on 2005/12/23  17:24:44
17303         Log: For the rare case of EMFILE during require, save object code space
17304              by using newSVpvf
17305              (Would it be worth using it for all require failures?)
17306      Branch: perl
17307            ! pp_ctl.c
17308 ____________________________________________________________________________
17309 [ 26476] By: nicholas                              on 2005/12/23  16:55:35
17310         Log: If PERL_TRACK_MEMPOOL and PERL_POISON are in use, then scribble all
17311              over memory to invalidate it just before free()ing it.
17312      Branch: perl
17313            ! perl.h util.c
17314 ____________________________________________________________________________
17315 [ 26475] By: nicholas                              on 2005/12/23  16:20:53
17316         Log: Provide support for types PVN and UNDEF in
17317              ExtUtils::Constant::ProxySubs
17318      Branch: perl
17319            ! lib/ExtUtils/Constant/ProxySubs.pm
17320 ____________________________________________________________________________
17321 [ 26474] By: nicholas                              on 2005/12/23  15:27:10
17322         Log: Create a struct to use as the header with PERL_TRACK_MEMPOOL, so that
17323              other information can be stored in it.
17324      Branch: perl
17325            ! perl.h util.c
17326 ____________________________________________________________________________
17327 [ 26473] By: nicholas                              on 2005/12/23  13:54:37
17328         Log: ExtUtils::ParseXS needs to stack $filepathname to make #line directives
17329              in #INCLUDEs work.
17330      Branch: perl
17331            ! lib/ExtUtils/ParseXS.pm
17332 ____________________________________________________________________________
17333 [ 26472] By: nicholas                              on 2005/12/23  12:21:19
17334         Log: Add support for PV to ExtUtils::Constant::ProxySubs, and enable its
17335              use in Sys::Syslog
17336      Branch: perl
17337            ! ext/Sys/Syslog/Makefile.PL lib/ExtUtils/Constant/ProxySubs.pm
17338 ____________________________________________________________________________
17339 [ 26471] By: nicholas                              on 2005/12/23  12:01:29
17340         Log: inlining autoloaded constants is TODOne.
17341      Branch: perl
17342            ! pod/perltodo.pod
17343 ____________________________________________________________________________
17344 [ 26470] By: nicholas                              on 2005/12/23  11:36:43
17345         Log: Now that proxy subroutines can be unproxied in 2 places without
17346              becoming the same newCONSTSUB, need an explicit check to avoid a
17347              warning about subroutines being redefined, as there has never been
17348              a warning when you assing the same subroutine to a glob's GvCV()
17349      Branch: perl
17350            ! sv.c t/op/gv.t
17351 ____________________________________________________________________________
17352 [ 26469] By: nicholas                              on 2005/12/23  11:35:21
17353         Log: like and unlike weren't reporting failure where correctly in test.pl
17354      Branch: perl
17355            ! t/test.pl
17356 ____________________________________________________________________________
17357 [ 26468] By: rgs                                   on 2005/12/23  11:06:34
17358         Log: Fix build of Compress::Zlib on MVS (by Paul Marquess)
17359      Branch: perl
17360            ! ext/Compress/Zlib/zlib-src/zconf.h
17361 ____________________________________________________________________________
17362 [ 26467] By: rgs                                   on 2005/12/23  10:13:30
17363         Log: Clarify example of .. in perlop
17364              to fix [perl #38008] Documentation bug: perlop
17365              plus some minor formatting nits
17366      Branch: perl
17367            ! pod/perlop.pod
17368 ____________________________________________________________________________
17369 [ 26466] By: rgs                                   on 2005/12/23  09:21:09
17370         Log: Subject: [REPATCH lib/UNIVERSAL.pm] Recommend Against Using Methods as Functions
17371              From: chromatic <chromatic@wgz.org>
17372              Date: Dec 22, 2005 8:58 PM
17373              Message-Id: <200512221158.54474.chromatic@wgz.org>
17374      Branch: perl
17375            ! lib/UNIVERSAL.pm
17376 ____________________________________________________________________________
17377 [ 26465] By: nicholas                              on 2005/12/23  01:38:01
17378         Log: Need to be more careful with the symbol table manipulation - if there
17379              is already an entry in place, back off and generate a real constant
17380              subroutine. (fixes lib/Net/hostent.t failure)
17381              Fix a bug with how hv_store was being called.
17382      Branch: perl
17383            ! lib/ExtUtils/Constant/ProxySubs.pm
17384 ____________________________________________________________________________
17385 [ 26464] By: nicholas                              on 2005/12/23  01:09:05
17386         Log: SIGRTMAX, SIGRTMIN, LDBL_MAX, LDBL_MIN, LDBL_EPSILON and HUGE_VAL
17387              aren't constants on (at least some) Linux.
17388              And more evil than that, HUGE_VAL likes to use the C preprocessor
17389              in its value, necessitating use of a temporary.
17390      Branch: perl
17391            ! ext/POSIX/Makefile.PL lib/ExtUtils/Constant/ProxySubs.pm
17392 ____________________________________________________________________________
17393 [ 26463] By: nicholas                              on 2005/12/23  00:37:04
17394         Log: Use inlineable proxy constant subs for Socket
17395      Branch: perl
17396            ! ext/Socket/Makefile.PL lib/ExtUtils/Constant/ProxySubs.pm
17397 ____________________________________________________________________________
17398 [ 26462] By: stevep                                on 2005/12/23  00:28:54
17399         Log: ctime_r() and asctime_r() seem to have some problems before HP-UX 11.
17400      Branch: perl
17401            ! hints/hpux.sh
17402 ____________________________________________________________________________
17403 [ 26461] By: nicholas                              on 2005/12/23  00:27:50
17404         Log: Subject: [PATCH] Speed up Perl_sv_derived_from
17405              From: Andy Lester <andy@petdance.com>
17406              Message-ID: <20051222220044.GH4370@petdance.com>
17407              Date: Thu, 22 Dec 2005 16:00:44 -0600
17408      Branch: perl
17409            ! universal.c
17410 ____________________________________________________________________________
17411 [ 26460] By: nicholas                              on 2005/12/23  00:18:49
17412         Log: Create a sub LC_ALL with the correct prototype.
17413      Branch: perl
17414            ! lib/locale.t
17415 ____________________________________________________________________________
17416 [ 26459] By: nicholas                              on 2005/12/23  00:18:27
17417         Log: De-duplicate the items in @EXPORT. (@EXPORT is built from all the tags,
17418              and some constants are mentioned in multiple tags).
17419              Should this logic be in Exporter::Heavy?
17420      Branch: perl
17421            ! ext/POSIX/POSIX.pm
17422 ____________________________________________________________________________
17423 [ 26458] By: stevep                                on 2005/12/23  00:10:25
17424         Log: Make hostname.t deal with undefined or blank hostnames and domain 
17425              names.
17426      Branch: perl
17427            ! lib/Net/t/hostname.t
17428 ____________________________________________________________________________
17429 [ 26457] By: stevep                                on 2005/12/23  00:06:58
17430         Log: Fix for pod2man() in ExtUtils::Command::MM to work with 
17431              the Pod::Man 2.04.
17432      Branch: perl
17433            ! lib/ExtUtils/Command/MM.pm
17434 ____________________________________________________________________________
17435 [ 26456] By: nicholas                              on 2005/12/23  00:06:52
17436         Log: Subject: [PATCH] Speedup (rn|n)?instr
17437              From: Andy Lester <andy@petdance.com>
17438              Message-ID: <20051222223839.GI4370@petdance.com>
17439              Date: Thu, 22 Dec 2005 16:38:39 -0600
17440      Branch: perl
17441            ! util.c
17442 ____________________________________________________________________________
17443 [ 26455] By: nicholas                              on 2005/12/22  23:57:27
17444         Log: Use inlineable proxy constant subs for POSIX.
17445              There may be trouble ahead, as it seems that not all POSIX "constants"
17446              are. I wonder if too many systems are going to have too many
17447              variations to make this viable.
17448      Branch: perl
17449            ! ext/POSIX/Makefile.PL lib/ExtUtils/Constant/Base.pm
17450            ! lib/ExtUtils/Constant/ProxySubs.pm
17451 ____________________________________________________________________________
17452 [ 26454] By: nicholas                              on 2005/12/22  23:43:22
17453         Log: Missing ; in Tie::File
17454      Branch: perl
17455            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
17456 ____________________________________________________________________________
17457 [ 26453] By: nicholas                              on 2005/12/22  21:02:19
17458         Log: Make ExtUtils::Constant generate the inlineable proxy constant subs.
17459              So far just enough to make Fcntl work.
17460      Branch: perl
17461            + lib/ExtUtils/Constant/ProxySubs.pm
17462            ! MANIFEST ext/Fcntl/Makefile.PL lib/ExtUtils/Constant.pm
17463 ____________________________________________________________________________
17464 [ 26452] By: rgs                                   on 2005/12/22  19:37:42
17465         Log: Compilation help for EBCDIC platforms, from Jarkko,
17466              tested by Rajarshi Das
17467      Branch: perl
17468            ! utf8.h
17469 ____________________________________________________________________________
17470 [ 26451] By: nicholas                              on 2005/12/22  19:00:52
17471         Log: Break out the code to generate #ifdef/#endif into new methods
17472              macro_to_ifdef and macro_to_endif
17473              Add an args hashref to normalise_items; provide a
17474              disable_utf8_duplication argument to disable the utf8 duplication code.
17475      Branch: perl
17476            ! lib/ExtUtils/Constant/Base.pm
17477 ____________________________________________________________________________
17478 [ 26450] By: rgs                                   on 2005/12/22  17:09:59
17479         Log: Subject: [PATCH] Ho! Ho! Ho!  Santa brings consting!
17480              From: Andy Lester <andy@petdance.com>
17481              Date: Thu, 22 Dec 2005 10:57:17 -0600
17482              Message-ID: <20051222165717.GA2874@petdance.com>
17483      Branch: perl
17484            ! dump.c embed.fnc embed.h gv.c hv.c op.c pp.c pp_ctl.c pp_hot.c
17485            ! pp_sys.c proto.h regcomp.c sv.c toke.c universal.c
17486 ____________________________________________________________________________
17487 [ 26449] By: nicholas                              on 2005/12/22  17:01:33
17488         Log: Break out the item normalisation code into a method normalise_items.
17489      Branch: perl
17490            ! lib/ExtUtils/Constant/Base.pm
17491 ____________________________________________________________________________
17492 [ 26448] By: nicholas                              on 2005/12/22  15:43:20
17493         Log: Regression tests for proxy subroutine glob assignment.
17494              Fix a bug (it turns out that a typeglob isn't SvOK())
17495              Remove stray debugging code.
17496      Branch: perl
17497            ! pp_hot.c t/op/gv.t
17498 ____________________________________________________________________________
17499 [ 26447] By: rgs                                   on 2005/12/22  14:55:52
17500         Log: Subject: [PATCH] eliminate HINT_HH_FOR_EVAL
17501              From: Robin Houston <robin@cpan.org>
17502              Date: Thu, 22 Dec 2005 11:54:55 +0000
17503              Message-ID: <20051222115455.GB30301@rpc142.cs.man.ac.uk>
17504      Branch: perl
17505            ! lib/feature.pm lib/overload.pm lib/sort.pm op.c perl.h
17506            ! t/comp/hints.t
17507 ____________________________________________________________________________
17508 [ 26446] By: nicholas                              on 2005/12/22  11:23:34
17509         Log: Add an optimisation to allow proxy constant subroutines to be copied
17510              as proxy constant subroutines in a new symbol table where possible.
17511              (Rather than converting them to full blown constant subroutines and
17512              instantiating 2 typeglobs)
17513      Branch: perl
17514            ! ext/B/t/concise-xs.t gv.c gv.h op.c op.h pp.c pp_hot.c sv.c
17515 ____________________________________________________________________________
17516 [ 26445] By: rgs                                   on 2005/12/22  11:13:25
17517         Log: Regenerate Changes
17518      Branch: perl
17519            ! Changes
17520 ____________________________________________________________________________
17521 [ 26444] By: gisle                                 on 2005/12/22  10:42:36
17522         Log: Remove unused variable 'stash' since change 26437.
17523      Branch: perl
17524            ! pp_hot.c
17525 ____________________________________________________________________________
17526 [ 26443] By: rgs                                   on 2005/12/22  10:32:17
17527         Log: Regenerate perlapi.pod.
17528              Fix indentation of code examples in perlsyn.
17529      Branch: perl
17530            ! pod/perlapi.pod pod/perlsyn.pod
17531 ____________________________________________________________________________
17532 [ 26442] By: rgs                                   on 2005/12/22  10:10:04
17533         Log: Subject: [PATCH] switch / ~~ doccos
17534              From: Robin Houston <robin@cpan.org>
17535              Date: Wed, 21 Dec 2005 13:51:18 +0000
17536              Message-ID: <20051221135118.GC26527@rpc142.cs.man.ac.uk>
17537      Branch: perl
17538            ! pod/perlsyn.pod
17539 ____________________________________________________________________________
17540 [ 26441] By: merijn                                on 2005/12/22  07:02:37
17541         Log: Subject: [PATCH] wrong setting in canned win32/config.vc64 file
17542              From: "Jan Dubois" <jand@ActiveState.com>
17543              Date: Wed, 21 Dec 2005 15:04:30 -0800
17544              Message-ID: <06c701c60682$e650adc0$d563a8c0@candy>
17545      Branch: perl
17546            ! win32/config.vc64
17547 ____________________________________________________________________________
17548 [ 26440] By: stevep                                on 2005/12/22  03:08:59
17549         Log: Add documentation for method domainname() in Net::Domain.  Add some
17550              additional tests for Net::Domain.  Also, since it is tested, remove 
17551              test case from lib/1_compile.t.  One step closer to $500.
17552      Branch: perl
17553            ! lib/Net/Domain.pm lib/Net/t/hostname.t t/lib/1_compile.t
17554 ____________________________________________________________________________
17555 [ 26439] By: nicholas                              on 2005/12/21  22:40:04
17556         Log: Avoid negating an unsigned value. (The offset in the SV body table)
17557      Branch: perl
17558            ! sv.c
17559 ____________________________________________________________________________
17560 [ 26438] By: nicholas                              on 2005/12/21  21:20:23
17561         Log: For consistency sv_2cv should not leave the stash pointer uninitialised
17562              for some cases. Although it seems that only pp_sort pays any attention
17563              to it, of all the code on CPAN.
17564      Branch: perl
17565            ! sv.c
17566 ____________________________________________________________________________
17567 [ 26437] By: nicholas                              on 2005/12/21  20:38:42
17568         Log: Localise the stash variable in pp_entersub().
17569      Branch: perl
17570            ! pp_hot.c
17571 ____________________________________________________________________________
17572 [ 26436] By: nicholas                              on 2005/12/21  19:37:48
17573         Log: Undo my goto spaghetti from change 18340 - what we really need are
17574              hints to compilers about likey/unlikely branches.
17575      Branch: perl
17576            ! pp_hot.c
17577 ____________________________________________________________________________
17578 [ 26435] By: stevep                                on 2005/12/21  19:04:37
17579         Log: Add tests for untested math functions in POSIX
17580      Branch: perl
17581            + ext/POSIX/t/math.t
17582            ! MANIFEST
17583 ____________________________________________________________________________
17584 [ 26434] By: nicholas                              on 2005/12/21  18:34:03
17585         Log: The lref argument of sv_2cv is actually passed onwards to gv_fetchsv,
17586              so it is a bitmap of flag bits rather than simple TRUE/FALSE.
17587      Branch: perl
17588            ! mg.c pp.c pp_hot.c sv.c
17589 ____________________________________________________________________________
17590 [ 26433] By: rgs                                   on 2005/12/21  17:07:05
17591         Log: Remove switch from perltodo
17592      Branch: perl
17593            ! pod/perltodo.pod
17594 ____________________________________________________________________________
17595 [ 26432] By: rgs                                   on 2005/12/21  16:16:19
17596         Log: Subject: [PATCH] Feature bundle is now :5.10, and add -E switch
17597              From: Robin Houston <robin@cpan.org>
17598              Date: Wed, 21 Dec 2005 11:00:08 +0000
17599              Message-ID: <20051221110008.GB25877@rpc142.cs.man.ac.uk>
17600      Branch: perl
17601            + t/lib/feature/err
17602            ! MANIFEST embedvar.h global.sym intrpvar.h lib/feature.pm
17603            ! perl.c perl_keyword.pl perlapi.h pod/perlop.pod
17604            ! pod/perlrun.pod sv.c t/lib/feature/nonesuch t/lib/warnings/op
17605            ! t/op/dor.t t/run/switches.t toke.c
17606 ____________________________________________________________________________
17607 [ 26431] By: rgs                                   on 2005/12/21  11:12:32
17608         Log: Fix for [perl #37999] lc() + Latin-1 chars is failing erratically
17609              based on copying part of change #22196 from do_chomp() to do_chop().
17610      Branch: perl
17611            ! doop.c
17612 ____________________________________________________________________________
17613 [ 26430] By: rgs                                   on 2005/12/21  09:23:05
17614         Log: Subject: [PATCH] Fix bug in change #26379
17615              From: "Jan Dubois" <jand@ActiveState.com>
17616              Date: Tue, 20 Dec 2005 16:42:24 -0800
17617              Message-ID: <046001c605c7$69470290$d563a8c0@candy>
17618      Branch: perl
17619            ! win32/win32.c
17620 ____________________________________________________________________________
17621 [ 26429] By: nicholas                              on 2005/12/20  23:12:17
17622         Log: rv_2av, rv_2cv and rv_2hv also make use of OPf_SPECIAL, so update the
17623              descriptive comment to include them.
17624      Branch: perl
17625            ! op.h
17626 ____________________________________________________________________________
17627 [ 26428] By: rgs                                   on 2005/12/20  20:50:26
17628         Log: Remove some hardcoded references to ./perl in tests
17629      Branch: perl
17630            ! t/op/closure.t t/op/magic.t t/run/runenv.t
17631 ____________________________________________________________________________
17632 [ 26427] By: nicholas                              on 2005/12/20  20:13:12
17633         Log: Take care in toke.c not to convert constant subroutine reference
17634              proxies into full blown PVGVs with PVCVs, and recognise them and inline
17635              their values. Adds a new function gv_const_sv(gv) to return the value
17636              of the constant subroutine from a GV, and adds a cv parameter to
17637              S_intuit_method.
17638      Branch: perl
17639            ! embed.fnc embed.h gv.c proto.h toke.c
17640 ____________________________________________________________________________
17641 [ 26426] By: merijn                                on 2005/12/20  19:56:58
17642         Log: Small update on using threads on HP-UX 10.20
17643              64bit is far beyond experimental by now
17644      Branch: perl
17645            ! README.hpux
17646 ____________________________________________________________________________
17647 [ 26425] By: nicholas                              on 2005/12/20  19:55:46
17648         Log: Add a GV_NOADD_NOINIT flag to gv_fetch{pv,pvn,sv} that disables
17649              addition of new typeglobs, and also disables initialisation of any
17650              typeglob placeholders. Needed to make the new constant subroutine
17651              proxy references work efficiently.
17652      Branch: perl
17653            ! gv.c gv.h
17654 ____________________________________________________________________________
17655 [ 26424] By: rgs                                   on 2005/12/20  19:37:26
17656         Log: Fix typos in regular expressions
17657      Branch: perl
17658            ! ext/POSIX/t/time.t
17659 ____________________________________________________________________________
17660 [ 26423] By: nicholas                              on 2005/12/20  16:34:27
17661         Log: Get the "cv" from the "gv" once, and be more careful so that we can
17662              cope if either aren't their regular types.
17663              cv_const_sv should verify the type of SV passed, instead of assuming
17664              that it's a viable CV.
17665      Branch: perl
17666            ! op.c toke.c
17667 ____________________________________________________________________________
17668 [ 26422] By: nicholas                              on 2005/12/20  15:11:09
17669         Log: Croak if gv_init doesn't know how to create a typeglob from that type
17670              of referant. Test that ARRAY, HASH, PVIO, CODE and FORMAT croak.
17671              Globs are actually first class assignable objects, so test that you
17672              can create a constant subroutine that returns one.
17673      Branch: perl
17674            ! gv.c pod/perldiag.pod t/op/gv.t
17675 ____________________________________________________________________________
17676 [ 26421] By: rgs                                   on 2005/12/20  14:54:10
17677         Log: POD nits on B::Lint
17678      Branch: perl
17679            ! ext/B/B/Lint.pm
17680 ____________________________________________________________________________
17681 [ 26420] By: rgs                                   on 2005/12/20  14:48:34
17682         Log: Subject: Re: Pluggable lint patch
17683              From: Joshua ben Jore <twists@gmail.com>
17684              Date: Mon, 19 Dec 2005 09:22:04 -0600
17685              Message-ID: <dc5c751d0512190722s1e73ef88l5ae82bd7aa075c51@mail.gmail.com>
17686      Branch: perl
17687            ! ext/B/B/Lint.pm ext/B/t/lint.t
17688 ____________________________________________________________________________
17689 [ 26419] By: gisle                                 on 2005/12/20  14:39:22
17690         Log: Make perlivp skip the *.ph tests by default, since these
17691              files are normally not generated.
17692              The -a option is now needed for it to run all tests.
17693      Branch: perl
17694            ! utils/perlivp.PL
17695 ____________________________________________________________________________
17696 [ 26418] By: rgs                                   on 2005/12/20  14:24:06
17697         Log: Subject: [TEST PATCH] %^H can now propagate into eval
17698              From: Robin Houston <robin@cpan.org>
17699              Date: Tue, 20 Dec 2005 12:06:15 +0000
17700              Message-ID: <20051220120615.GA21794@rpc142.cs.man.ac.uk>
17701      Branch: perl
17702            ! t/comp/hints.t
17703 ____________________________________________________________________________
17704 [ 26417] By: nicholas                              on 2005/12/20  14:10:39
17705         Log: Verify that the code for initialising typeglobs from other types works.
17706      Branch: perl
17707            ! t/op/gv.t
17708 ____________________________________________________________________________
17709 [ 26416] By: rgs                                   on 2005/12/20  13:55:19
17710         Log: Use PTR2IV instead of casting directly
17711      Branch: perl
17712            ! pp_ctl.c
17713 ____________________________________________________________________________
17714 [ 26415] By: nicholas                              on 2005/12/20  13:39:01
17715         Log: gv_fetchpv, gv_fetchpvn and gv_fetchsv take a bitmask of flags, rather
17716              than a simple boolean, so passing FALSE or TRUE is bogus.
17717      Branch: perl
17718            ! doio.c gv.c mg.c op.c pp.c pp_hot.c pp_sys.c regcomp.c sv.c
17719            ! toke.c universal.c
17720 ____________________________________________________________________________
17721 [ 26414] By: nicholas                              on 2005/12/20  12:51:21
17722         Log: In Perl_yylex, move the declaration of orig_keyword, gv and gvp down to
17723              the block labelled keylookup.
17724      Branch: perl
17725            ! toke.c
17726 ____________________________________________________________________________
17727 [ 26413] By: rgs                                   on 2005/12/20  10:25:01
17728         Log: Subject: [PATCH] make failing cygwin test TODO'd
17729              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
17730              Date: Mon, 19 Dec 2005 03:41:12 -0800
17731              Message-ID: <20051219114112.GA5568@efn.org>
17732      Branch: perl
17733            ! lib/File/Compare.t
17734 ____________________________________________________________________________
17735 [ 26412] By: nicholas                              on 2005/12/19  23:47:26
17736         Log: In Perl_yylex, make tmp a temporary variable local to the blocks in
17737              which it is used.
17738      Branch: perl
17739            ! toke.c
17740 ____________________________________________________________________________
17741 [ 26411] By: nicholas                              on 2005/12/19  22:38:54
17742         Log: Assert that orig_keyword, gv and gvp aren't used before the main
17743              keyword parser of Perl_yylex.
17744      Branch: perl
17745            ! toke.c
17746 ____________________________________________________________________________
17747 [ 26410] By: davem                                 on 2005/12/19  22:07:49
17748         Log: //g loops infinitely on tainted data
17749              make the LHS of expr =~ /foo/g an lvalue, so that any pos magic
17750              attached to it stays attached.
17751      Branch: perl
17752            ! op.c t/op/taint.t
17753 ____________________________________________________________________________
17754 [ 26409] By: nicholas                              on 2005/12/19  20:57:40
17755         Log: Make gv_init recognise a reference-to-something in a symbol table as
17756              meaning a constant subroutine with that thing as it value
17757      Branch: perl
17758            ! gv.c
17759 ____________________________________________________________________________
17760 [ 26408] By: rgs                                   on 2005/12/19  19:27:09
17761         Log: Fix internal broken link ; reindent code examples
17762      Branch: perl
17763            ! pod/perlsyn.pod
17764 ____________________________________________________________________________
17765 [ 26407] By: rgs                                   on 2005/12/19  19:21:47
17766         Log: Fix typo.
17767              Add empty lines after =items.
17768      Branch: perl
17769            ! pod/perldiag.pod
17770 ____________________________________________________________________________
17771 [ 26406] By: rgs                                   on 2005/12/19  19:18:48
17772         Log: A note on say() and ORS grabbed from Damian's Perl6::Say.
17773      Branch: perl
17774            ! pod/perlfunc.pod
17775 ____________________________________________________________________________
17776 [ 26405] By: rgs                                   on 2005/12/19  18:43:04
17777         Log: Attempt at making IO::Handle backwards compatible again
17778      Branch: perl
17779            ! ext/IO/lib/IO/Handle.pm
17780 ____________________________________________________________________________
17781 [ 26404] By: nicholas                              on 2005/12/19  18:28:03
17782         Log: Make sv_dump (and therefore Devel::Peek) report the value of the
17783              constant in inlineable constant subroutines.
17784      Branch: perl
17785            ! dump.c ext/Devel/Peek/t/Peek.t
17786 ____________________________________________________________________________
17787 [ 26403] By: rgs                                   on 2005/12/19  18:20:48
17788         Log: sort.pm deserves a new version number
17789      Branch: perl
17790            ! lib/sort.pm
17791 ____________________________________________________________________________
17792 [ 26402] By: rgs                                   on 2005/12/19  18:17:19
17793         Log: Subject: Re: [PATCH] Make the 'sort' pragma lexically scoped
17794              From: Robin Houston <robin@cpan.org>
17795              Date: Dec 19, 2005 6:46 PM
17796              Message-ID: <20051219174620.GA17940@rpc142.cs.man.ac.uk>
17797      Branch: perl
17798            ! embed.fnc embed.h ext/B/B/Concise.pm ext/B/t/concise-xs.t
17799            ! ext/B/t/f_sort.t global.sym lib/feature.pm lib/sort.pm
17800            ! lib/sort.t op.c op.h pod/perlapi.pod pp_sort.c proto.h toke.c
17801 ____________________________________________________________________________
17802 [ 26401] By: rgs                                   on 2005/12/19  16:39:44
17803         Log: Missing file from last change
17804      Branch: perl
17805            + t/lib/common.pl
17806 ____________________________________________________________________________
17807 [ 26400] By: rgs                                   on 2005/12/19  16:26:15
17808         Log: Subject: [PATCH] latest switch/say/~~
17809              From: Robin Houston <robin@cpan.org>
17810              Date: Sat, 17 Dec 2005 20:44:31 +0000
17811              Message-Id: <20051217204431.GB28940@rpc142.cs.man.ac.uk>
17812      Branch: perl
17813            + lib/feature.pm lib/feature.t t/io/say.t t/lib/feature/nonesuch
17814            + t/lib/feature/say t/lib/feature/smartmatch
17815            + t/lib/feature/switch t/op/smartmatch.t t/op/switch.t
17816            ! MANIFEST cop.h embed.fnc embed.h ext/B/B/Deparse.pm
17817            ! ext/B/t/concise-xs.t ext/B/t/f_map.t ext/B/t/optree_samples.t
17818            ! ext/IO/lib/IO/Handle.pm ext/Opcode/Opcode.pm global.sym
17819            ! keywords.h keywords.pl lib/overload.pm lib/warnings.t op.c
17820            ! op.h opcode.h opcode.pl opnames.h perl.h perl_keyword.pl
17821            ! perly.act perly.h perly.tab perly.y pod/perldiag.pod
17822            ! pod/perlfunc.pod pod/perlop.pod pod/perlsyn.pod pp.sym
17823            ! pp_ctl.c pp_proto.h proto.h t/op/cproto.t toke.c
17824 ____________________________________________________________________________
17825 [ 26399] By: rgs                                   on 2005/12/19  09:52:42
17826         Log: Un-TODO a fixed test
17827              
17828              Subject: Re: Change 26165 broke ext/threads/t/stress_re.t test on Win32 (and patch to t/test.pl and/or Test::Harness)
17829              From: demerphq <demerphq@gmail.com>
17830              Date: Sat, 17 Dec 2005 17:23:23 +0100
17831              Message-ID: <9b18b3110512170823q1bb2cd27h838b4d4dcdba72c9@mail.gmail.com>
17832      Branch: perl
17833            ! t/op/pat.t
17834 ____________________________________________________________________________
17835 [ 26398] By: rgs                                   on 2005/12/19  09:52:03
17836         Log: TODO-SKIP tests must be "not ok", or else the test harness will think
17837              it's an unexpected success
17838              
17839              Subject: Re: Change 26165 broke ext/threads/t/stress_re.t test on Win32 (and patch to t/test.pl and/or Test::Harness)
17840              From: demerphq <demerphq@gmail.com>
17841              Date: Sat, 17 Dec 2005 17:23:23 +0100
17842              Message-ID: <9b18b3110512170823q1bb2cd27h838b4d4dcdba72c9@mail.gmail.com>
17843      Branch: perl
17844            ! t/test.pl
17845 ____________________________________________________________________________
17846 [ 26397] By: rgs                                   on 2005/12/18  10:23:55
17847         Log: Subject: [PATCH] Make script embedded in patchlevel.h work on win32.
17848              From: demerphq <demerphq@gmail.com> Mailed-By: perl.org
17849              Date: Dec 17, 2005 7:52 PM
17850              Message-ID: <9b18b3110512171052h2052d598rdf038f1d38560317@mail.gmail.com>
17851      Branch: perl
17852            ! patchlevel.h
17853 ____________________________________________________________________________
17854 [ 26396] By: craigb                                on 2005/12/18  00:16:42
17855         Log: Two test workarounds for VMS
17856      Branch: perl
17857            ! lib/File/Copy.t t/op/goto.t
17858 ____________________________________________________________________________
17859 [ 26395] By: nicholas                              on 2005/12/17  23:22:31
17860         Log: Add some paranoia to check that GP accesses aren't being done on the
17861              wrong types of SV.
17862      Branch: perl
17863            ! gv.h
17864 ____________________________________________________________________________
17865 [ 26394] By: stevep                                on 2005/12/17  19:21:35
17866         Log: Upgrade to Time-HiRes-1.86
17867      Branch: perl
17868            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
17869            ! ext/Time/HiRes/t/HiRes.t
17870 ____________________________________________________________________________
17871 [ 26393] By: nicholas                              on 2005/12/17  18:50:08
17872         Log: Two it's => its grammar fixes.
17873      Branch: perl
17874            ! op.c perl.h
17875 ____________________________________________________________________________
17876 [ 26392] By: nicholas                              on 2005/12/17  18:25:59
17877         Log: Move and const some definitions of variables used to save errno.
17878      Branch: perl
17879            ! doio.c perlio.c
17880 ____________________________________________________________________________
17881 [ 26391] By: nicholas                              on 2005/12/17  17:46:06
17882         Log: Add t/op/negate.t to MANIFEST.
17883      Branch: perl
17884            ! MANIFEST
17885 ____________________________________________________________________________
17886 [ 26390] By: nicholas                              on 2005/12/17  17:40:44
17887         Log: Pull the definition of olderrno in sv_2pv_flags into the block where
17888              it's used.
17889      Branch: perl
17890            ! sv.c
17891 ____________________________________________________________________________
17892 [ 26389] By: stevep                                on 2005/12/17  15:47:39
17893         Log: Subject: [PATCH] Correct typo in Time::HiRes tests introduced by patch 26383
17894              From: Dominic Dunlop <shouldbedomo@mac.com>
17895              Date: Sat, 17 Dec 2005 15:57:54 +0100
17896              Message-Id: <B364C747-F2BB-446F-887E-06EA2989888C@mac.com>
17897      Branch: perl
17898            ! ext/Time/HiRes/t/HiRes.t
17899 ____________________________________________________________________________
17900 [ 26388] By: stevep                                on 2005/12/17  15:41:38
17901         Log: Fix a typo and add some clarification to change #26387.
17902      Branch: perl
17903            ! pod/perlop.pod
17904 ____________________________________________________________________________
17905 [ 26387] By: stevep                                on 2005/12/17  15:35:45
17906         Log: Addition documentation explaining aritmetic negation on strings.  Also,
17907              additional test cases based partially on code by Piotr Fusik in 
17908              RT #36675: -'-10' eq '+10'.
17909      Branch: perl
17910            + t/op/negate.t
17911            ! pod/perlop.pod
17912 ____________________________________________________________________________
17913 [ 26386] By: nicholas                              on 2005/12/17  12:00:51
17914         Log: The IV/UV choice can be made inside uiv_2buf rather than sv_2pv_flags.
17915      Branch: perl
17916            ! sv.c
17917 ____________________________________________________________________________
17918 [ 26385] By: nicholas                              on 2005/12/17  11:44:47
17919         Log: The THINKFIRST check after the GMAGICAL check in sv_2iv_flags and
17920              sv_2uv_flags should have been else if.
17921      Branch: perl
17922            ! sv.c
17923 ____________________________________________________________________________
17924 [ 26384] By: stevep                                on 2005/12/17  04:03:05
17925         Log: Fix for ext/POSIX/t/time.t so the strftime() test works on systems
17926              that aren't quite up to SUS3.  Based on a patch by David Dyck in
17927              RT #37960: POSIX/t/time fails bleadperl
17928      Branch: perl
17929            ! ext/POSIX/t/time.t
17930 ____________________________________________________________________________
17931 [ 26383] By: stevep                                on 2005/12/17  01:46:58
17932         Log: Upgrade to Time-HiRes-1.85
17933      Branch: perl
17934            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
17935            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
17936            ! ext/Time/HiRes/fallback/const-c.inc
17937            ! ext/Time/HiRes/fallback/const-xs.inc ext/Time/HiRes/t/HiRes.t
17938 ____________________________________________________________________________
17939 [ 26382] By: nicholas                              on 2005/12/16  22:41:01
17940         Log: Typo fixes from Robin Houston in
17941              <20051216201446.GA24709@rpc142.cs.man.ac.uk>
17942      Branch: perl
17943            ! sv.h
17944 ____________________________________________________________________________
17945 [ 26381] By: nicholas                              on 2005/12/16  21:54:13
17946         Log: s/Nullhv/NULL/g;
17947              # Although I see that Robin is proposing to add some :-)
17948      Branch: perl
17949            ! cop.h ext/Data/Dumper/Dumper.xs ext/DynaLoader/dlutils.c gv.c
17950            ! op.c op.h pad.c perl.c sv.c toke.c universal.c xsutils.c
17951 ____________________________________________________________________________
17952 [ 26380] By: nicholas                              on 2005/12/16  21:30:34
17953         Log: s/Nullav/NULL/g
17954      Branch: perl
17955            ! cop.h ext/Data/Dumper/Dumper.xs gv.c intrpvar.h pad.c perl.c
17956            ! pp.c pp_ctl.c pp_sort.c scope.c sv.c
17957 ____________________________________________________________________________
17958 [ 26379] By: rgs                                   on 2005/12/16  21:13:37
17959         Log: Subject: [PATCH] RE: PeekMessage() call in win32\win32.c win32_async_check
17960              From: Jan Dubois <jand@activestate.com>
17961              Date: Dec 16, 2005 7:12 AM
17962              Message-ID: <015901c60207$abd64210$d563a8c0@candy>
17963              
17964              (Without the proposed alarm.t test)
17965      Branch: perl
17966            ! t/op/fork.t win32/perlhost.h win32/win32.c win32/win32.h
17967 ____________________________________________________________________________
17968 [ 26378] By: nicholas                              on 2005/12/16  18:12:26
17969         Log: Perl_sv_dup should be allocating bodies based on *size*, not the
17970              length to copy.
17971      Branch: perl
17972            ! sv.c
17973 ____________________________________________________________________________
17974 [ 26377] By: nicholas                              on 2005/12/16  15:55:51
17975         Log: comp/require.t exits early for the case of UTF-8 or EBCDIC, so need to
17976              add "new" tests before the end.
17977      Branch: perl
17978            ! t/comp/require.t
17979 ____________________________________________________________________________
17980 [ 26376] By: davem                                 on 2005/12/15  22:03:57
17981         Log: change #26373 broke threaded builds (aTHX_ now superfluous)
17982      Branch: perl
17983            ! pp_ctl.c
17984 ____________________________________________________________________________
17985 [ 26375] By: stevep                                on 2005/12/15  18:16:20
17986         Log: Added test for change #26373.
17987      Branch: perl
17988            ! t/comp/require.t
17989 ____________________________________________________________________________
17990 [ 26374] By: rgs                                   on 2005/12/15  18:00:34
17991         Log: Fix for [perl #37886] strict 'refs' doesn't apply inside defined
17992      Branch: perl
17993            ! pod/perl593delta.pod pp.c t/lib/strict/refs
17994 ____________________________________________________________________________
17995 [ 26373] By: stevep                                on 2005/12/15  17:48:42
17996         Log: Prevent require() from attempting to open directories and block 
17997              devices.  This fixes RT #24404.
17998      Branch: perl
17999            ! embed.fnc embed.h pp_ctl.c proto.h
18000 ____________________________________________________________________________
18001 [ 26372] By: nicholas                              on 2005/12/15  17:26:52
18002         Log: Use PL_op_desc rather than literal strings in pp_ioctl
18003      Branch: perl
18004            ! pp_sys.c
18005 ____________________________________________________________________________
18006 [ 26371] By: nicholas                              on 2005/12/15  17:26:22
18007         Log: Expand the comment describing the intent of change 26370, and how it
18008              relates to change 24660.
18009      Branch: perl
18010            ! toke.c
18011 ____________________________________________________________________________
18012 [ 26370] By: rgs                                   on 2005/12/15  17:12:01
18013         Log: Don't autovivify stashes as soon as the lexer sees them.
18014              This makes defined %foo::bar:: work again.
18015              Add tests for it, remove note in perldelta about having broken it.
18016      Branch: perl
18017            ! pod/perl593delta.pod t/op/stash.t toke.c
18018 ____________________________________________________________________________
18019 [ 26369] By: nicholas                              on 2005/12/15  16:24:21
18020         Log: In Perl_apply, the name of the op can be found from PL_op_name, instead
18021              of using local string constants.
18022      Branch: perl
18023            ! doio.c
18024 ____________________________________________________________________________
18025 [ 26368] By: rgs                                   on 2005/12/15  15:11:15
18026         Log: More general fix for bug [perl #37915]
18027              Make Net::Ping::mselect return undef on error instead of -1.
18028      Branch: perl
18029            ! lib/Net/Ping.pm
18030 ____________________________________________________________________________
18031 [ 26367] By: rgs                                   on 2005/12/15  14:44:51
18032         Log: Subject: [perl #37915] Bad select error handling in Net::Ping 
18033              From: alexander_bluhm@genua.de (via RT) <perlbug-followup@perl.org>
18034              Date: Tue, 13 Dec 2005 10:44:47 -0800
18035              Message-ID: <rt-3.0.11-37915-125655.19.2646201463531@perl.org>
18036      Branch: perl
18037            ! lib/Net/Ping.pm
18038 ____________________________________________________________________________
18039 [ 26366] By: gisle                                 on 2005/12/15  12:34:12
18040         Log: Silence test output to STDERR
18041              because it makes the 'make test' output look ugly.
18042      Branch: perl
18043            ! ext/Sys/Syslog/t/00-load.t
18044 ____________________________________________________________________________
18045 [ 26365] By: gisle                                 on 2005/12/15  10:42:03
18046         Log: Subject: Re: [perl #37897] sprintf of version objects
18047              From: John Peacock <jpeacock@rowman.com>
18048              Date: Wed, 14 Dec 2005 10:12:56 -0500
18049              Message-ID: <43A03678.2060700@rowman.com>
18050              
18051              (with some formatting tweaks and extra test cases)
18052      Branch: perl
18053            ! sv.c t/op/sprintf.t
18054 ____________________________________________________________________________
18055 [ 26364] By: rgs                                   on 2005/12/15  10:04:36
18056         Log: Some cleanups by Jarkko (and one by myself) to check83.pl
18057      Branch: perl
18058            ! Porting/check83.pl
18059 ____________________________________________________________________________
18060 [ 26363] By: craigb                                on 2005/12/15  03:59:21
18061         Log: On VMS, put pods in [.lib.pods] rather than [.lib.pod]
18062              in order to avoid collisions with [.lib.Pod]
18063      Branch: perl
18064            ! configure.com installperl vms/descrip_mms.template
18065 ____________________________________________________________________________
18066 [ 26362] By: stevep                                on 2005/12/15  02:33:11
18067         Log: Reverting change #26360 and #26361 since it appears that the bugs I
18068              thought I fixed had been previously fixed with change #25953.
18069      Branch: perl
18070            ! pp_sort.c
18071 ____________________________________________________________________________
18072 [ 26361] By: stevep                                on 2005/12/15  02:02:25
18073         Log: Again, FREETMPS not SAVETMPS!
18074      Branch: perl
18075            ! pp_sort.c
18076 ____________________________________________________________________________
18077 [ 26360] By: stevep                                on 2005/12/15  02:00:19
18078         Log: Add a missing FREETMPS to match up with a SAVETMPS.  This change
18079              fixes problems with nested sorts.  (RTs #7063 and #36430).
18080      Branch: perl
18081            ! pp_sort.c
18082 ____________________________________________________________________________
18083 [ 26359] By: stevep                                on 2005/12/15  00:36:25
18084         Log: Upgrade to Getopt-Long-2.35
18085      Branch: perl
18086            ! lib/Getopt/Long.pm
18087 ____________________________________________________________________________
18088 [ 26358] By: craigb                                on 2005/12/14  22:03:28
18089         Log: Using the system's utime() requires a patch to vms/vmsish.h
18090              that has not been submitted yet.
18091      Branch: perl
18092            ! vms/vms.c
18093 ____________________________________________________________________________
18094 [ 26357] By: nicholas                              on 2005/12/14  16:41:33
18095         Log: lib/Pod/t/man.t should use TODO with not ok to express its intentions
18096              correctly in TAP. (or alternatively if it really wants to skip, it
18097              needs to print ok)
18098      Branch: perl
18099            ! lib/Pod/t/man.t
18100 ____________________________________________________________________________
18101 [ 26355] By: nicholas                              on 2005/12/14  15:25:39
18102         Log: Duplicate the AMAGIC temporary variable consting from sv_2iv_flags into
18103              sv_2uv_flags, sv_2nv and sv_2pv_flags.
18104      Branch: perl
18105            ! sv.c
18106 ____________________________________________________________________________
18107 [ 26354] By: nicholas                              on 2005/12/14  14:59:18
18108         Log: Simplify the SvGMAGIC code in sv_[ipu]v_flags.
18109      Branch: perl
18110            ! sv.c
18111 ____________________________________________________________________________
18112 [ 26353] By: nicholas                              on 2005/12/14  14:08:24
18113         Log: Simplify the SvGMAGIC code in sv_2nv, removing duplicated checks to
18114              warn for uninitialized values.
18115      Branch: perl
18116            ! sv.c
18117 ____________________________________________________________________________
18118 [ 26352] By: nicholas                              on 2005/12/14  13:22:14
18119         Log: The logic to use SVt_NV or SVt_PVNV is in sv_upgrade, so no need to
18120              dupliate it in sv_2nv. Also, the final sv_upgrade is never called.
18121      Branch: perl
18122            ! sv.c
18123 ____________________________________________________________________________
18124 [ 26351] By: davem                                 on 2005/12/14  12:46:29
18125         Log: forgot to add new file to change #26350
18126      Branch: perl
18127            + ext/threads/shared/t/blessed.t
18128 ____________________________________________________________________________
18129 [ 26350] By: davem                                 on 2005/12/14  12:44:20
18130         Log: Subject:  [perl #37919] Blessed scalar refs with threads::shared 
18131              From:  "Jerry D. Hedden" (via RT) <perlbug-followup@perl.org>
18132              Date:  Tue, 13 Dec 2005 15:11:20 -0800
18133              Message-Id:  <rt-3.0.11-37919-125690.15.3722450337035@perl.org>
18134              
18135              Unlike arrays and hashes, coping blessed refs to shared scalars left
18136              the copy unblessed
18137      Branch: perl
18138            ! MANIFEST ext/threads/shared/shared.xs
18139 ____________________________________________________________________________
18140 [ 26349] By: steveh                                on 2005/12/14  12:41:02
18141         Log: Fix compilation error when building with -DPERL_MEM_LOG_STDERR
18142      Branch: perl
18143            ! util.c
18144 ____________________________________________________________________________
18145 [ 26347] By: nicholas                              on 2005/12/13  22:07:30
18146         Log: Convert range.t to test.pl
18147      Branch: perl
18148            ! t/op/range.t
18149 ____________________________________________________________________________
18150 [ 26346] By: nicholas                              on 2005/12/13  20:05:31
18151         Log: Update embed.fnc and headers after change 26345 (spotted by Rafael)
18152      Branch: perl
18153            ! embed.fnc embed.h proto.h
18154 ____________________________________________________________________________
18155 [ 26345] By: nicholas                              on 2005/12/13  19:44:22
18156         Log: Inline asIV and asUV, as each is only used once, and it distracts from
18157              the patterns of repeated code in sv_2iv_flags, sv_2uv_flags, sv_2nv
18158              and sv_2pv_flags. Add a comment noting the return path from the end of
18159              the SvGMAGICAL case to all 4.
18160      Branch: perl
18161            ! sv.c
18162 ____________________________________________________________________________
18163 [ 26344] By: craigb                                on 2005/12/13  17:27:48
18164         Log: Don't include utime.h in vms.c -- it collides with 
18165              homegroun definitions in vmsish.h.
18166      Branch: perl
18167            ! vms/vms.c
18168 ____________________________________________________________________________
18169 [ 26343] By: rgs                                   on 2005/12/13  14:07:12
18170         Log: Fix realclean target for Sys::Syslog
18171      Branch: perl
18172            ! ext/Sys/Syslog/Makefile.PL
18173 ____________________________________________________________________________
18174 [ 26342] By: gisle                                 on 2005/12/13  13:54:44
18175         Log: Remove tests that were not portable to 64bit ints.
18176      Branch: perl
18177            ! t/op/sprintf2.t
18178 ____________________________________________________________________________
18179 [ 26341] By: stevep                                on 2005/12/13  12:17:57
18180         Log: Renaming of some of Pod::Simple's test files to make it more 8.3 
18181              friendly.
18182      Branch: perl
18183           +> lib/Pod/Simple/t/junk1.pod lib/Pod/Simple/t/junk1_out.txt
18184           +> lib/Pod/Simple/t/junk2.pod lib/Pod/Simple/t/junk2_out.txt
18185           +> lib/Pod/Simple/t/perlcyg.pod lib/Pod/Simple/t/perlcyg_out.txt
18186           +> lib/Pod/Simple/t/perlfaq3.pod
18187           +> lib/Pod/Simple/t/perlfaq3_out.txt lib/Pod/Simple/t/perlvar.pod
18188           +> lib/Pod/Simple/t/perlvar_out.txt
18189            - lib/Pod/Simple/t/test_junk1.pod
18190            - lib/Pod/Simple/t/test_junk1_out.txt
18191            - lib/Pod/Simple/t/test_junk2.pod
18192            - lib/Pod/Simple/t/test_junk2_out.txt
18193            - lib/Pod/Simple/t/test_old_perlcygwin.pod
18194            - lib/Pod/Simple/t/test_old_perlcygwin_out.txt
18195            - lib/Pod/Simple/t/test_old_perlfaq3.pod
18196            - lib/Pod/Simple/t/test_old_perlfaq3_out.txt
18197            - lib/Pod/Simple/t/test_old_perlvar.pod
18198            - lib/Pod/Simple/t/test_old_perlvar_out.txt
18199            ! MANIFEST lib/Pod/Simple/t/render.t
18200 ____________________________________________________________________________
18201 [ 26340] By: stevep                                on 2005/12/13  11:54:54
18202         Log: Changes to Pod::Simple's tests to get rid of the "^"s in the 
18203              directory names.
18204      Branch: perl
18205            + lib/Pod/Simple/t/other_test_lib/Sizzlesuzzle.pm
18206            + lib/Pod/Simple/t/other_test_lib/hink_honk/Glunk.pod
18207            + lib/Pod/Simple/t/other_test_lib/hink_honk/Vliff.pm
18208            + lib/Pod/Simple/t/other_test_lib/hink_honk/readme.txt
18209            + lib/Pod/Simple/t/other_test_lib/pod/perlthang.pod
18210            + lib/Pod/Simple/t/other_test_lib/pod/perlzuk.pod
18211            + lib/Pod/Simple/t/other_test_lib/squaa/Vliff.pm
18212            + lib/Pod/Simple/t/other_test_lib/squaa/Wowo.pod
18213            + lib/Pod/Simple/t/test_lib/Blorm.pm
18214            + lib/Pod/Simple/t/test_lib/Zonk/Fiddle.txt
18215            + lib/Pod/Simple/t/test_lib/Zonk/Pronk.pm
18216            + lib/Pod/Simple/t/test_lib/Zonk/Veng.pm
18217            + lib/Pod/Simple/t/test_lib/hink_honk/Glunk.pod
18218            + lib/Pod/Simple/t/test_lib/hink_honk/Vliff.pm
18219            + lib/Pod/Simple/t/test_lib/hink_honk/readme.txt
18220            + lib/Pod/Simple/t/test_lib/pod/perlfliff.pod
18221            + lib/Pod/Simple/t/test_lib/pod/perlthang.pod
18222            + lib/Pod/Simple/t/test_lib/squaa.pm
18223            + lib/Pod/Simple/t/test_lib/squaa/Glunk.pod
18224            + lib/Pod/Simple/t/test_lib/squaa/Vliff.pm
18225            + lib/Pod/Simple/t/test_lib/zikzik.pod
18226            + lib/Pod/Simple/t/yet_another_test_lib/squaa/Vliff.pm
18227            - lib/Pod/Simple/t/other^test^lib/Sizzlesuzzle.pm
18228            - lib/Pod/Simple/t/other^test^lib/hink^honk/Glunk.pod
18229            - lib/Pod/Simple/t/other^test^lib/hink^honk/Vliff.pm
18230            - lib/Pod/Simple/t/other^test^lib/hink^honk/readme.txt
18231            - lib/Pod/Simple/t/other^test^lib/pod/perlthang.pod
18232            - lib/Pod/Simple/t/other^test^lib/pod/perlzuk.pod
18233            - lib/Pod/Simple/t/other^test^lib/squaa/Vliff.pm
18234            - lib/Pod/Simple/t/other^test^lib/squaa/Wowo.pod
18235            - lib/Pod/Simple/t/test^lib/Blorm.pm
18236            - lib/Pod/Simple/t/test^lib/Zonk/Fiddle.txt
18237            - lib/Pod/Simple/t/test^lib/Zonk/Pronk.pm
18238            - lib/Pod/Simple/t/test^lib/Zonk/Veng.pm
18239            - lib/Pod/Simple/t/test^lib/hink^honk/Glunk.pod
18240            - lib/Pod/Simple/t/test^lib/hink^honk/Vliff.pm
18241            - lib/Pod/Simple/t/test^lib/hink^honk/readme.txt
18242            - lib/Pod/Simple/t/test^lib/pod/perlfliff.pod
18243            - lib/Pod/Simple/t/test^lib/pod/perlthang.pod
18244            - lib/Pod/Simple/t/test^lib/squaa.pm
18245            - lib/Pod/Simple/t/test^lib/squaa/Glunk.pod
18246            - lib/Pod/Simple/t/test^lib/squaa/Vliff.pm
18247            - lib/Pod/Simple/t/test^lib/zikzik.pod
18248            - lib/Pod/Simple/t/yet^another^test^lib/squaa/Vliff.pm
18249            ! MANIFEST lib/Pod/Simple/t/htmlbatch_01.t
18250            ! lib/Pod/Simple/t/search_10survey_specific.t
18251            ! lib/Pod/Simple/t/search_12survey_cwd.t
18252            ! lib/Pod/Simple/t/search_20survey_two.t
18253            ! lib/Pod/Simple/t/search_22survey_two_shadowing.t
18254            ! lib/Pod/Simple/t/search_25_glob_squaa_coloncolon_kleene.t
18255            ! lib/Pod/Simple/t/search_26_glob_kleene_k.t
18256            ! lib/Pod/Simple/t/search_27_glob_squaa_kleene.t
18257            ! lib/Pod/Simple/t/search_28_glob_z_kleene_k.t
18258            ! lib/Pod/Simple/t/search_29_glob_z_qmark_k.t
18259 ____________________________________________________________________________
18260 [ 26339] By: gisle                                 on 2005/12/13  11:40:26
18261         Log: Add overflow check to EXPECT_NUMBER() used by sv_vcatpvfn().
18262              sprintf() or printf() will now croak if any of the indexes and
18263              widths specified in the format string are too large.
18264      Branch: perl
18265            ! pod/perldiag.pod sv.c t/op/sprintf.t t/op/sprintf2.t
18266 ____________________________________________________________________________
18267 [ 26338] By: rgs                                   on 2005/12/13  11:20:16
18268         Log: Subject: Re: check83.pl
18269              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
18270              Date: Sun, 11 Dec 2005 07:19:58 -0800
18271              Message-ID: <20051211151958.GA6188@efn.org>
18272      Branch: perl
18273            ! Porting/check83.pl
18274 ____________________________________________________________________________
18275 [ 26337] By: steveh                                on 2005/12/13  09:41:29
18276         Log: Fix lib/File/Compare.t test failures on Win32
18277              
18278              Change 26225, updated by 26245, added a test for another filename with
18279              a trailing space but failed to open the new filehandle in binary mode
18280              
18281              To compound matters, creating a file called "foo " on Win32 "succeeds"
18282              but actually creates a file called just "foo", so we have actually
18283              overwritten the original file with this non-binary mode version, and
18284              hence some of the original tests started failing too!
18285              
18286              (And because of this the new test doesn't actually add anything new on
18287              Win32 at the moment, but right now I can't think of a filename that
18288              would have failed under 2-arg open but succeeds with 3-arg open, which
18289              was the purpose of this test)
18290      Branch: perl
18291            ! lib/File/Compare.t
18292 ____________________________________________________________________________
18293 [ 26336] By: steveh                                on 2005/12/13  08:54:45
18294         Log: Don't try to export Perl_pad_sv when it isn't defined
18295              
18296              Fixes a Win32 linker error in non-DEBUGGING builds following 26316
18297      Branch: perl
18298            ! makedef.pl
18299 ____________________________________________________________________________
18300 [ 26334] By: rgs                                   on 2005/12/12  16:03:00
18301         Log: A suggestion by Yamashina Hio to speed up substitutions
18302              with right-hand side expressions by freeing temporaries.
18303              See :
18304              
18305              Subject: s///ge; consumes PL_tmps_stack in its loop
18306              From: YAMASHINA Hio <hio@hio.jp>
18307              Date: Tue, 30 Aug 2005 17:17:23 +0900
18308              Message-Id: <20050830160113.9716.HIO@ymir.co.jp>
18309      Branch: perl
18310            ! pp_ctl.c
18311 ____________________________________________________________________________
18312 [ 26332] By: nicholas                              on 2005/12/12  15:24:06
18313         Log: Check that %v$foo does not crash.
18314      Branch: perl
18315            ! t/op/sprintf2.t
18316 ____________________________________________________________________________
18317 [ 26330] By: gisle                                 on 2005/12/12  13:55:14
18318         Log: Use load_module() instead of perl_eval_sv("require $mod") to
18319              load modules.  This is safer since $mod comes from an external
18320              source.
18321      Branch: perl
18322            ! ext/Storable/Storable.xs
18323 ____________________________________________________________________________
18324 [ 26329] By: stevep                                on 2005/12/12  13:21:03
18325         Log: Pod::Man's tests aren't Unicode friendly.  Let's skip the unfriendly
18326              test for now.
18327      Branch: perl
18328            ! lib/Pod/t/man.t
18329 ____________________________________________________________________________
18330 [ 26328] By: rgs                                   on 2005/12/12  13:18:21
18331         Log: Robin Houston points out a better way to replace
18332              the C<defined %foo::bar::> construct.
18333      Branch: perl
18334            ! pod/perl593delta.pod
18335 ____________________________________________________________________________
18336 [ 26327] By: gisle                                 on 2005/12/12  12:21:39
18337         Log: Oops, change 26326 broke t/run/switches.t
18338              Reverting change 24912 fixes it.
18339      Branch: perl
18340            ! t/run/switches.t
18341 ____________________________________________________________________________
18342 [ 26326] By: gisle                                 on 2005/12/12  10:41:04
18343         Log: Drop "v" prefix from sprintf("%vd", $^V).
18344              
18345              The sprintf documentation has this example:
18346              
18347              printf "version is v%vd\n", $^V;
18348              
18349              and it printed 'version is vv5.9.3\n'.
18350      Branch: perl
18351            ! sv.c t/op/sprintf.t
18352 ____________________________________________________________________________
18353 [ 26325] By: nicholas                              on 2005/12/11  22:37:40
18354         Log: Fix *printf %*vd with mixed Latin 1/UTF-8. (Fixes bug 37889)
18355      Branch: perl
18356            ! sv.c t/uni/sprintf.t
18357 ____________________________________________________________________________
18358 [ 26324] By: nicholas                              on 2005/12/11  20:34:33
18359         Log: Move the rest of the data munging into the test preparation loop.
18360      Branch: perl
18361            ! t/op/sprintf.t
18362 ____________________________________________________________________________
18363 [ 26323] By: nicholas                              on 2005/12/11  19:49:53
18364         Log: Move the $data and $result munging into the test preparation loop.
18365      Branch: perl
18366            ! t/op/sprintf.t
18367 ____________________________________________________________________________
18368 [ 26321] By: gisle                                 on 2005/12/11  18:14:24
18369         Log: Disallow sprintf's vector handling for non-integer formats.
18370              Avoids core dump for printf("%vs") and similar.
18371      Branch: perl
18372            ! sv.c t/op/sprintf.t
18373 ____________________________________________________________________________
18374 [ 26320] By: nicholas                              on 2005/12/11  12:54:14
18375         Log: Quench the other 2 ways obscure ways of abusing positional parameters
18376              to generate bogus array indexes. These two are inside the vector
18377              formatting code.
18378      Branch: perl
18379            ! sv.c t/op/sprintf.t
18380 ____________________________________________________________________________
18381 [ 26319] By: nicholas                              on 2005/12/10  18:13:33
18382         Log: Re-instate the old perl getcwd as _perl_getcwd, and use it if loading
18383              the XS fails. (Needed to bootstrap the core build)
18384      Branch: perl
18385            ! lib/Cwd.pm
18386 ____________________________________________________________________________
18387 [ 26318] By: stevep                                on 2005/12/10  15:42:39
18388         Log: Upgrade to PathTools-3.14_01
18389      Branch: perl
18390            ! ext/Cwd/Changes ext/Cwd/Cwd.xs lib/Cwd.pm lib/File/Spec.pm
18391            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
18392            ! lib/File/Spec/t/Spec.t
18393 ____________________________________________________________________________
18394 [ 26317] By: stevep                                on 2005/12/10  15:21:37
18395         Log: Subject: [PATCH] Code tweaks in sv.c
18396              From: Andy Lester <andy@petdance.com>
18397              Date: Fri, 9 Dec 2005 11:09:21 -0600
18398              Message-ID: <20051209170921.GC16943@petdance.com>
18399              
18400              Includes a minor change the patch to account for code that moved
18401              elsewhere.
18402      Branch: perl
18403            ! sv.c
18404 ____________________________________________________________________________
18405 [ 26316] By: stevep                                on 2005/12/10  15:14:37
18406         Log: Subject: [PATCH] Excluding pad funcs when not debugging
18407              From: Andy Lester <andy@petdance.com>
18408              Date: Wed, 7 Dec 2005 21:58:05 -0600
18409              Message-ID: <20051208035805.GA23007@petdance.com>
18410      Branch: perl
18411            ! pad.c
18412 ____________________________________________________________________________
18413 [ 26315] By: nicholas                              on 2005/12/09  23:09:42
18414         Log: A better hash for PTR_TABLE_HASH (?)
18415      Branch: perl
18416            ! sv.c
18417 ____________________________________________________________________________
18418 [ 26314] By: craigb                                on 2005/12/09  21:13:50
18419         Log: Subject: patch@26310 - Major step for > 256 char paths on VMS
18420              From: "John E. Malmberg" <wb8tyw@qsl.net>
18421              Date: Fri, 09 Dec 2005 14:08:53 -0500
18422              Message-id: <4399D645.8070803@qsl.net>
18423      Branch: perl
18424            ! vms/vms.c
18425 ____________________________________________________________________________
18426 [ 26313] By: nicholas                              on 2005/12/09  19:18:32
18427         Log: An alternative way of structuring ptr_table_clear so that the variables
18428              can be assigned to at declaration time.
18429      Branch: perl
18430            ! sv.c
18431 ____________________________________________________________________________
18432 [ 26312] By: nicholas                              on 2005/12/09  18:46:17
18433         Log: A more efficient way to loop in ptr_table_clear
18434      Branch: perl
18435            ! sv.c
18436 ____________________________________________________________________________
18437 [ 26311] By: stevep                                on 2005/12/09  13:22:33
18438         Log: Subject: Re: Pod::Simple integration
18439              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
18440              Date: Fri, 09 Dec 2005 07:06:00 +0100
18441              Message-ID: <87k6ee7qk7.fsf@k75.linux.bogus>
18442              
18443              These files are still giving problems after attempting to convert
18444              them to text in p4.  The tests pass without them, so we'll remove them
18445              from the Perl distribution.
18446      Branch: perl
18447            - lib/Pod/Simple/t/corpus/haiku-iso2202jp.txt
18448            - lib/Pod/Simple/t/corpus/haiku-iso2202jpx.txt
18449            - lib/Pod/Simple/t/corpus/haiku-iso2202jpy.txt
18450            - lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf16be_bom.txt
18451            - lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf16le_bom.txt
18452            ! MANIFEST
18453 ____________________________________________________________________________
18454 [ 26310] By: stevep                                on 2005/12/09  03:39:17
18455         Log: Fixes compile errors introduce with change #26301 when compiling
18456              with ithreads and DEBUGGING.
18457      Branch: perl
18458            ! sv.c
18459 ____________________________________________________________________________
18460 [ 26309] By: stevep                                on 2005/12/09  02:07:32
18461         Log: Upgrade to Sys-Syslog-0.10
18462      Branch: perl
18463            + ext/Sys/Syslog/Changes ext/Sys/Syslog/README
18464            + ext/Sys/Syslog/fallback/const-c.inc
18465            + ext/Sys/Syslog/fallback/const-xs.inc
18466            + ext/Sys/Syslog/t/00-load.t ext/Sys/Syslog/t/constants.t
18467            + ext/Sys/Syslog/t/distchk.t ext/Sys/Syslog/t/pod.t
18468            + ext/Sys/Syslog/t/podcover.t ext/Sys/Syslog/t/podspell.t
18469            + ext/Sys/Syslog/t/portfs.t
18470            ! MANIFEST ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
18471            ! ext/Sys/Syslog/t/syslog.t
18472 ____________________________________________________________________________
18473 [ 26308] By: stevep                                on 2005/12/09  01:41:44
18474         Log: Upgrade to CGI.pm-3.15
18475      Branch: perl
18476            ! lib/CGI.pm lib/CGI/Changes
18477 ____________________________________________________________________________
18478 [ 26307] By: stevep                                on 2005/12/08  19:40:33
18479         Log: Add pointer to Pod::Simple for the Pod -> HTML task.
18480      Branch: perl
18481            ! pod/perltodo.pod
18482 ____________________________________________________________________________
18483 [ 26306] By: stevep                                on 2005/12/08  19:21:25
18484         Log: One final Pod::Usage yak to shave...
18485      Branch: perl
18486            ! lib/Pod/Usage.pm
18487 ____________________________________________________________________________
18488 [ 26305] By: stevep                                on 2005/12/08  19:07:38
18489         Log: Version bump for Pod::Usage
18490      Branch: perl
18491            ! lib/Pod/Usage.pm
18492 ____________________________________________________________________________
18493 [ 26304] By: stevep                                on 2005/12/08  19:04:59
18494         Log: Further yak-shaving on Pod::Usage.  Now, t/pod/pod2usage2.t tests 
18495              pass.
18496      Branch: perl
18497            ! lib/Pod/Usage.pm t/pod/pod2usage2.t
18498 ____________________________________________________________________________
18499 [ 26303] By: stevep                                on 2005/12/08  15:53:36
18500         Log: Fix to Pod::Usage to work with all recent Pod::Text versions.  Also
18501              includes a change to the Pod::Usage test file for compatibility
18502              purposes.
18503      Branch: perl
18504            ! lib/Pod/Usage.pm lib/Pod/t/Usage.t
18505 ____________________________________________________________________________
18506 [ 26302] By: craigb                                on 2005/12/08  14:47:57
18507         Log: On VMS, do not use Perl's memory allocator for the home-grown pipe
18508              structures.  They may be allocated during start-up and are torn down
18509              in an exit handler, where thread context and other Perlish support
18510              are iffy.
18511      Branch: perl
18512            ! vms/vms.c
18513 ____________________________________________________________________________
18514 [ 26301] By: nicholas                              on 2005/12/08  14:06:37
18515         Log: Merge common code from ptr_table_fetch and ptr_table_store into
18516              S_ptr_table_find.
18517      Branch: perl
18518            ! sv.c
18519 ____________________________________________________________________________
18520 [ 26300] By: gisle                                 on 2005/12/08  09:56:22
18521         Log: Fixup the setsockopt usage message; missing OPTVAL.
18522      Branch: perl
18523            ! ext/IO/lib/IO/Socket.pm
18524 ____________________________________________________________________________
18525 [ 26299] By: gisle                                 on 2005/12/08  09:53:35
18526         Log: Improve the setsockopt description.
18527              Removed claim that OPTVAL might be undef as it is just treated
18528              the same as 0 and give the usual use-of-uninitialized-value
18529              warning.  Added an example.
18530      Branch: perl
18531            ! pod/perlfunc.pod
18532 ____________________________________________________________________________
18533 [ 26298] By: craigb                                on 2005/12/08  04:34:42
18534         Log: Subject: patch@26253 Allow embedded new lines passed through to commands
18535              From: "John E. Malmberg" <wb8tyw@qsl.net>
18536              Date: Wed, 07 Dec 2005 22:26:21 -0500
18537              Message-id: <4397A7DD.8030403@qsl.net>
18538      Branch: perl
18539            ! vms/vms.c
18540 ____________________________________________________________________________
18541 [ 26297] By: stevep                                on 2005/12/07  20:39:24
18542         Log: One quick fix to the test for differences in error output.
18543      Branch: perl
18544            ! lib/Pod/t/Usage.t
18545 ____________________________________________________________________________
18546 [ 26296] By: rgs                                   on 2005/12/07  15:46:46
18547         Log: Subject: [PATCH] All args in embed.fnc should be named
18548              From: Andy Lester <andy@petdance.com>
18549              Date: Wed, 7 Dec 2005 10:08:18 -0600
18550              Message-ID: <20051207160818.GA13465@petdance.com>
18551      Branch: perl
18552            ! embed.fnc embed.pl pod/perlapi.pod proto.h
18553 ____________________________________________________________________________
18554 [ 26295] By: rgs                                   on 2005/12/07  15:13:03
18555         Log: Don't build manpages for Encode and Unicode::Normalize
18556              (when compiling perl manpages are built afterwards, not
18557              by MakeMaker like when installing modules.) This fix a
18558              bootstrap problem (now that Pod::Man uses POSIX.)
18559      Branch: perl
18560            ! ext/Encode/Makefile.PL ext/Unicode/Normalize/Makefile.PL
18561 ____________________________________________________________________________
18562 [ 26294] By: rgs                                   on 2005/12/07  13:22:39
18563         Log: Check in those files as text, not binary
18564      Branch: perl
18565            ! lib/Pod/Simple/t/corpus/haiku-iso2202jp.txt
18566            ! lib/Pod/Simple/t/corpus/haiku-iso2202jpx.txt
18567            ! lib/Pod/Simple/t/corpus/haiku-iso2202jpy.txt
18568            ! lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf16be_bom.txt
18569            ! lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf16le_bom.txt
18570 ____________________________________________________________________________
18571 [ 26293] By: rgs                                   on 2005/12/07  13:01:00
18572         Log: Remove space
18573      Branch: perl
18574            ! MANIFEST
18575 ____________________________________________________________________________
18576 [ 26292] By: stevep                                on 2005/12/07  12:36:59
18577         Log: Upgrade to podlators-2.00
18578      Branch: perl
18579            + lib/Pod/t/color.t lib/Pod/t/termcap.t
18580            - lib/Pod/t/text-errors.t
18581            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
18582            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
18583            ! lib/Pod/t/basic.cap lib/Pod/t/basic.clr lib/Pod/t/basic.man
18584            ! lib/Pod/t/basic.ovr lib/Pod/t/basic.pod lib/Pod/t/basic.t
18585            ! lib/Pod/t/basic.txt lib/Pod/t/man.t lib/Pod/t/text-options.t
18586            ! lib/Pod/t/text.t pod/pod2man.PL pod/pod2text.PL
18587 ____________________________________________________________________________
18588 [ 26291] By: stevep                                on 2005/12/07  11:38:00
18589         Log: Assimilate Pod-Simple-3.03 to the Perl core
18590      Branch: perl
18591            + (add 170 files)
18592            ! MANIFEST Porting/Maintainers.pl
18593 ____________________________________________________________________________
18594 [ 26290] By: nicholas                              on 2005/12/07  08:53:03
18595         Log: Pull the regexp stringification code out into S_stringify_regexp, to
18596              make sv_2pv_flags clearer.
18597      Branch: perl
18598            ! sv.c
18599 ____________________________________________________________________________
18600 [ 26289] By: nicholas                              on 2005/12/07  08:30:26
18601         Log: 3 instances of SvIsUV_on(sv); can be replaced with one.
18602      Branch: perl
18603            ! sv.c
18604 ____________________________________________________________________________
18605 [ 26288] By: stevep                                on 2005/12/07  02:10:26
18606         Log: Upgrade to CGI-3.14.
18607              
18608              Mmm...pi.  Oh, also including some Pod fixes in bleadperl that haven't
18609              yet been applied to the actual CGI distribution yet.
18610      Branch: perl
18611            ! lib/CGI.pm lib/CGI/Changes lib/CGI/t/form.t
18612 ____________________________________________________________________________
18613 [ 26287] By: nicholas                              on 2005/12/06  21:55:29
18614         Log: Add a ; that 26281 was lacking.
18615              (Dear Mark, please can I have back one of the two that I sent you after
18616              change 23614)
18617      Branch: perl
18618            ! util.c
18619 ____________________________________________________________________________
18620 [ 26286] By: nicholas                              on 2005/12/06  21:39:24
18621         Log: Move vast swathes of common code from sv_2iv_flags and sv_2uv_flags
18622              into S_sv_2iuv_common.
18623      Branch: perl
18624            ! sv.c
18625 ____________________________________________________________________________
18626 [ 26285] By: nicholas                              on 2005/12/06  19:41:43
18627         Log: The early return for SvIOKp(sv) in sv_2[iu]v_flags is actually code
18628              duplication.
18629      Branch: perl
18630            ! sv.c
18631 ____________________________________________________________________________
18632 [ 26281] By: rgs                                   on 2005/12/06  17:23:09
18633         Log: Subject: [PATCH] More consting, and putting stuff in embed.fnc
18634              From: Andy Lester <andy@petdance.com>
18635              Date: Mon, 5 Dec 2005 13:46:13 -0600
18636              Message-ID: <20051205194613.GB7791@petdance.com>
18637      Branch: perl
18638            ! deb.c doio.c dump.c embed.fnc embed.h hv.c hv.h locale.c mg.c
18639            ! op.c op.h pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c
18640            ! proto.h regcomp.c sv.c taint.c toke.c utf8.c util.c
18641 ____________________________________________________________________________
18642 [ 26280] By: nicholas                              on 2005/12/06  16:53:46
18643         Log: Subject: Re: stringification of v-string references
18644              From: John Peacock <jpeacock@rowman.com>
18645              Message-ID: <439592B4.2050101@rowman.com>
18646              Date: Tue, 06 Dec 2005 08:31:32 -0500
18647      Branch: perl
18648            ! t/op/ref.t
18649 ____________________________________________________________________________
18650 [ 26279] By: gisle                                 on 2005/12/06  16:42:31
18651         Log: Fix typo spotted by Ronald J Kimball.
18652      Branch: perl
18653            ! ext/Sys/Syslog/Syslog.pm
18654 ____________________________________________________________________________
18655 [ 26278] By: rgs                                   on 2005/12/06  14:56:28
18656         Log: Subject: Re: Perl PR: "Security holes in Sys::Syslog"
18657              From: Ronald J Kimball <rjk-perl-p5p@tamias.net>
18658              Date: Tue, 6 Dec 2005 09:56:12 -0500
18659              Message-ID: <20051206145612.GA94530@penkwe.pair.com>
18660      Branch: perl
18661            ! ext/Sys/Syslog/Syslog.pm
18662 ____________________________________________________________________________
18663 [ 26277] By: gisle                                 on 2005/12/06  14:45:30
18664         Log: Document why syslog($priority, "%s", $message) is a good idea
18665              if the code might be running with older versions of Sys::Syslog.
18666      Branch: perl
18667            ! ext/Sys/Syslog/Syslog.pm
18668 ____________________________________________________________________________
18669 [ 26276] By: merijn                                on 2005/12/06  14:30:53
18670         Log: Itanium blade servers added to the model list
18671      Branch: perl
18672            ! README.hpux
18673 ____________________________________________________________________________
18674 [ 26275] By: nicholas                              on 2005/12/06  13:56:15
18675         Log: Don't use Copy for 1 and 2 character string constants.
18676      Branch: perl
18677            ! sv.c
18678 ____________________________________________________________________________
18679 [ 26274] By: nicholas                              on 2005/12/06  13:40:07
18680         Log: Eliminate an unneeded local variable.
18681      Branch: perl
18682            ! sv.c
18683 ____________________________________________________________________________
18684 [ 26273] By: nicholas                              on 2005/12/06  13:08:57
18685         Log: Eliminate all the gotos in sv_2pv_flags, by moving the tokensave*
18686              code into the GMAGIC block.
18687      Branch: perl
18688            ! sv.c
18689 ____________________________________________________________________________
18690 [ 26272] By: nicholas                              on 2005/12/06  12:19:23
18691         Log: sv_2pv_flags shouldn't return a constant string "NULLREF" - it was the
18692              only constant non-"" string returned.
18693      Branch: perl
18694            ! sv.c
18695 ____________________________________________________________________________
18696 [ 26271] By: nicholas                              on 2005/12/05  23:57:51
18697         Log: Make all the return statements closer to the final calcuation of the
18698              returned value in the reference stringification code. Pull variables
18699              into tigher scope which also allows some to become const.
18700      Branch: perl
18701            ! sv.c
18702 ____________________________________________________________________________
18703 [ 26270] By: nicholas                              on 2005/12/05  23:29:46
18704         Log: Move the scope of origsv inwards, and rename variables to avoid the
18705              need to re-assign to sv.
18706      Branch: perl
18707            ! sv.c
18708 ____________________________________________________________________________
18709 [ 26269] By: nicholas                              on 2005/12/05  23:12:33
18710         Log: Clone the brief return logic and thereby remove a goto.
18711      Branch: perl
18712            ! sv.c
18713 ____________________________________________________________________________
18714 [ 26268] By: nicholas                              on 2005/12/05  22:44:32
18715         Log: As they are now the same, can fold the entire switch statement for
18716              reference type in sv_2pv_flags into a call to sv_reftype.
18717      Branch: perl
18718            ! sv.c
18719 ____________________________________________________________________________
18720 [ 26267] By: nicholas                              on 2005/12/05  22:20:31
18721         Log: Untease the regexp stringification from the reference naming in
18722              sv_2pv_flags. (Lots of re-indentation, little real change)
18723      Branch: perl
18724            ! sv.c
18725 ____________________________________________________________________________
18726 [ 26266] By: nicholas                              on 2005/12/05  21:58:20
18727         Log: References to version objects should stringify as VSTRING. This makes
18728              stringification consistent with the output of ref().
18729      Branch: perl
18730            ! sv.c
18731 ____________________________________________________________________________
18732 [ 26265] By: nicholas                              on 2005/12/05  20:37:11
18733         Log: The extra return is actually a duplicated code path, and can go.
18734      Branch: perl
18735            ! sv.c
18736 ____________________________________________________________________________
18737 [ 26264] By: nicholas                              on 2005/12/05  20:09:23
18738         Log: Fix typo in description.
18739      Branch: perl
18740            ! MANIFEST
18741 ____________________________________________________________________________
18742 [ 26263] By: nicholas                              on 2005/12/05  19:56:43
18743         Log: Add ext/MIME/Base64/README to MANIFEST
18744      Branch: perl
18745            ! MANIFEST
18746 ____________________________________________________________________________
18747 [ 26262] By: stevep                                on 2005/12/05  16:35:14
18748         Log: Upgrade to MIME-Base64-3.07
18749      Branch: perl
18750            + ext/MIME/Base64/README
18751            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
18752            ! ext/MIME/Base64/QuotedPrint.pm
18753 ____________________________________________________________________________
18754 [ 26261] By: stevep                                on 2005/12/05  16:29:46
18755         Log: Upgrade to Digest-MD5-2.36
18756      Branch: perl
18757            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
18758            ! ext/Digest/MD5/README ext/Digest/MD5/t/files.t
18759 ____________________________________________________________________________
18760 [ 26260] By: stevep                                on 2005/12/05  16:20:17
18761         Log: Upgrade to CGI.pm-3.13
18762      Branch: perl
18763            + lib/CGI/t/no_tabindex.t
18764            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Changes
18765            ! lib/CGI/Cookie.pm lib/CGI/t/form.t
18766 ____________________________________________________________________________
18767 [ 26259] By: rgs                                   on 2005/12/05  16:19:35
18768         Log: "Malformed UTF-8 character" was a severe warning, and can now be
18769              also a fatal error (since change #26258)
18770      Branch: perl
18771            ! pod/perldiag.pod
18772 ____________________________________________________________________________
18773 [ 26258] By: rgs                                   on 2005/12/05  16:04:16
18774         Log: Subject: Re: [perl #37836] Simple Regex causes SEGV when run on specific data
18775              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
18776              Date: Tue, 06 Dec 2005 00:35:52 +0900
18777              Message-Id: <20051206003221.5AD9.BQW10602@nifty.com>
18778      Branch: perl
18779            ! regexec.c
18780 ____________________________________________________________________________
18781 [ 26257] By: rgs                                   on 2005/12/05  15:25:00
18782         Log: Better variable names make code clearer
18783              
18784              Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
18785              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
18786              Date: Sun, 04 Dec 2005 16:24:29 +0900
18787              Message-Id: <20051204162412.D720.BQW10602@nifty.com>
18788      Branch: perl
18789            ! embed.fnc proto.h utf8.c
18790 ____________________________________________________________________________
18791 [ 26256] By: rgs                                   on 2005/12/05  15:20:32
18792         Log: Rework the error messages from the swashget code.
18793              
18794              Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
18795              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
18796              Date: Sun, 04 Dec 2005 16:24:59 +0900
18797              Message-Id: <20051204162431.D723.BQW10602@nifty.com>
18798      Branch: perl
18799            ! pod/perldiag.pod utf8.c
18800 ____________________________________________________________________________
18801 [ 26255] By: rgs                                   on 2005/12/05  15:15:53
18802         Log: Clarification and cleanup of the XS SWASHGET code
18803              
18804              Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
18805              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
18806              Date: Sun, 04 Dec 2005 16:28:35 +0900
18807              Message-Id: <20051204162508.D726.BQW10602@nifty.com>
18808      Branch: perl
18809            ! lib/utf8_heavy.pl regexec.c t/op/pat.t utf8.c
18810 ____________________________________________________________________________
18811 [ 26254] By: rgs                                   on 2005/12/05  09:58:02
18812         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.80.tar.gz
18813              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
18814              Date: Sat, 03 Dec 2005 12:24:05 +0100
18815              Message-ID: <87mzji8luy.fsf@k75.linux.bogus>
18816      Branch: perl
18817            ! lib/CPAN.pm lib/CPAN/SIGNATURE lib/CPAN/Version.pm
18818 ____________________________________________________________________________
18819 [ 26253] By: mhx                                   on 2005/12/04  19:37:58
18820         Log: NULL is a legal value for newXS()'s name parameter.
18821              (This caused strange build failures with gcc4 -O3)
18822      Branch: perl
18823            ! embed.fnc proto.h
18824 ____________________________________________________________________________
18825 [ 26252] By: stevep                                on 2005/12/04  15:30:55
18826         Log: Fix handling of author's names that had apostrophes.  Based on a patch
18827              by Sean O'Rourke <sorourke@cs.ucsd.edu> in RT bug #22950.
18828      Branch: perl
18829            ! utils/h2xs.PL
18830 ____________________________________________________________________________
18831 [ 26251] By: davem                                 on 2005/12/03  15:20:24
18832         Log: clarify description of vector (v) sprintf format modifier
18833      Branch: perl
18834            ! pod/perlfunc.pod
18835 ____________________________________________________________________________
18836 [ 26250] By: craigb                                on 2005/12/03  15:15:47
18837         Log: In vms/vms.c, don't use the thread-specific Newx() during
18838              startup before threads are initialized.  
18839      Branch: perl
18840            ! vms/vms.c
18841 ____________________________________________________________________________
18842 [ 26249] By: stevep                                on 2005/12/03  12:31:02
18843         Log: Update perlhack.pod with the updated, permanent ActiveState URLs
18844      Branch: perl
18845            ! pod/perlhack.pod
18846 ____________________________________________________________________________
18847 [ 26248] By: rgs                                   on 2005/12/03  12:16:54
18848         Log: Missing chunk in change #26247.
18849      Branch: perl
18850            ! ext/Sys/Syslog/Syslog.pm
18851 ____________________________________________________________________________
18852 [ 26247] By: rgs                                   on 2005/12/03  11:23:29
18853         Log: Sys::Syslog::syslog can accept a message without printf
18854              escapes and arguments.
18855              
18856              Subject: Re: Perl PR: "Security holes in Sys::Syslog"
18857              From: Gisle Aas <gisle@activestate.com>
18858              Date: 03 Dec 2005 03:35:32 -0800
18859              Message-ID: <lracfi2z23.fsf@caliper.activestate.com>
18860      Branch: perl
18861            ! ext/Sys/Syslog/Syslog.pm
18862 ____________________________________________________________________________
18863 [ 26246] By: stevep                                on 2005/12/03  03:30:00
18864         Log: Upgrade to version-0.50
18865      Branch: perl
18866            ! lib/version.pm lib/version.pod lib/version.t util.c
18867 ____________________________________________________________________________
18868 [ 26245] By: rgs                                   on 2005/12/02  23:00:55
18869         Log: Replace ^M by a space in test for bug #37716, to make
18870              Cygwin happy (found by Yitzchak)
18871      Branch: perl
18872            ! lib/File/Compare.t
18873 ____________________________________________________________________________
18874 [ 26244] By: nicholas                              on 2005/12/02  17:15:27
18875         Log: Address Hugo's comment on Dave's change (26240)
18876      Branch: perl
18877            ! sv.c
18878 ____________________________________________________________________________
18879 [ 26243] By: rgs                                   on 2005/12/02  10:37:05
18880         Log: Subject: Storable retrieve_lscalar fails for empty strings [PATCH]
18881              From: Gisle Aas <gisle@ActiveState.com>
18882              Date: 28 Nov 2005 04:48:18 -0800
18883              Message-ID: <lr3blhndkd.fsf@caliper.activestate.com>
18884              
18885              and
18886              Message-ID: <lrwtisn062.fsf@caliper.activestate.com>
18887      Branch: perl
18888            ! ext/Storable/Storable.xs ext/Storable/t/malice.t
18889 ____________________________________________________________________________
18890 [ 26242] By: rgs                                   on 2005/12/02  09:26:48
18891         Log: Subject: [PATCH] Signs, signs, everywhere a sign
18892              From: Andy Lester <andy@petdance.com>
18893              Date: Thu, 1 Dec 2005 14:24:51 -0600
18894              Message-ID: <20051201202451.GI22713@petdance.com>
18895      Branch: perl
18896            ! pp_pack.c
18897 ____________________________________________________________________________
18898 [ 26241] By: stevep                                on 2005/12/01  20:27:34
18899         Log: Nit from change #26232 noticed by H. Merijn Brand
18900      Branch: perl
18901            ! pod/perlop.pod
18902 ____________________________________________________________________________
18903 [ 26240] By: davem                                 on 2005/12/01  16:40:29
18904         Log: sprintf %NNN$ check for large values wrapping to negative
18905      Branch: perl
18906            ! sv.c t/op/sprintf2.t
18907 ____________________________________________________________________________
18908 [ 26239] By: rgs                                   on 2005/12/01  15:40:11
18909         Log: Always define PL_memory_wrap, and use it for the new sprintf checks
18910      Branch: perl
18911            ! makedef.pl perl.h sv.c
18912 ____________________________________________________________________________
18913 [ 26238] By: rgs                                   on 2005/12/01  15:26:09
18914         Log: Missing #ifdef, noticed by Jan Dubois
18915      Branch: perl
18916            ! sv.c
18917 ____________________________________________________________________________
18918 [ 26237] By: rgs                                   on 2005/12/01  14:25:34
18919         Log: Subject: [PATCH] Re: Perl PR: "Security holes in Sys::Syslog"
18920              From: Gisle Aas <gisle@ActiveState.com>
18921              Date: 01 Dec 2005 06:20:14 -0800
18922              Message-ID: <lroe406grl.fsf_-_@caliper.activestate.com>
18923              
18924              Subject: [PATCH] Suppress "0b" prefix for sprintf("%#b", 0)
18925              From: Gisle Aas <gisle@ActiveState.com>
18926              Date: 01 Dec 2005 06:11:44 -0800
18927              Message-ID: <lrsltc6h5r.fsf_-_@caliper.activestate.com>
18928      Branch: perl
18929            ! sv.c t/op/sprintf.t
18930 ____________________________________________________________________________
18931 [ 26236] By: rgs                                   on 2005/12/01  11:52:24
18932         Log: Subject: [PATCH] Disable constant folding of sprintf
18933              From: Gisle Aas <gisle@ActiveState.com>
18934              Date: 01 Dec 2005 03:22:10 -0800
18935              Message-ID: <lr8xv56p0d.fsf_-_@caliper.activestate.com>
18936      Branch: perl
18937            ! op.c opcode.h opcode.pl t/lib/warnings/sv t/op/sprintf2.t
18938 ____________________________________________________________________________
18939 [ 26235] By: rgs                                   on 2005/12/01  09:26:01
18940         Log: Subject: [patch] Re: Perl PR: "Security holes in Sys::Syslog"
18941              From: "Philippe M. Chiasson" <gozer@ActiveState.com>
18942              Date: Wed, 30 Nov 2005 20:17:31 -0800
18943              Message-ID: <438E795B.9060805@ActiveState.com>
18944      Branch: perl
18945            ! sv.c
18946 ____________________________________________________________________________
18947 [ 26234] By: rgs                                   on 2005/12/01  08:34:42
18948         Log: Revert change #26110 (already reverted in maintperl by change 26182)
18949      Branch: perl
18950            ! op.c
18951 ____________________________________________________________________________
18952 [ 26233] By: rgs                                   on 2005/11/30  21:15:21
18953         Log: Jan Dubois notices that sitecustomize.pl is to be found in sitelib,
18954              not siteperl
18955      Branch: perl
18956            ! pod/perlrun.pod
18957 ____________________________________________________________________________
18958 [ 26232] By: stevep                                on 2005/11/30  19:09:17
18959         Log: dor-assign (//=) was missing from perlop.pod
18960      Branch: perl
18961            ! pod/perlop.pod
18962 ____________________________________________________________________________
18963 [ 26231] By: rgs                                   on 2005/11/30  17:57:16
18964         Log: Subject: [PATCH] Remove redundant SvUTF8_on() calls
18965              From: Gisle Aas <gisle@ActiveState.com>
18966              Date: 30 Nov 2005 09:28:54 -0800
18967              Message-ID: <lrhd9uhwo9.fsf@caliper.activestate.com>
18968      Branch: perl
18969            ! pp.c sv.c
18970 ____________________________________________________________________________
18971 [ 26229] By: rgs                                   on 2005/11/30  14:29:23
18972         Log: Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
18973              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
18974              Date: Sun, 27 Nov 2005 17:02:02 +0900
18975              Message-Id: <20051127170016.A786.BQW10602@nifty.com>
18976      Branch: perl
18977            ! embed.fnc embed.h lib/utf8_heavy.pl pod/perlapi.pod
18978            ! pod/perlintern.pod proto.h universal.c utf8.c utf8.h
18979            ! utfebcdic.h
18980 ____________________________________________________________________________
18981 [ 26228] By: nicholas                              on 2005/11/30  13:55:05
18982         Log: The regexp engine should check SV flags rather than SV type for
18983              determining if something is a reference, because under the debugger
18984              the value returned by the swash code is SVt_PVMG.
18985              Not doing this has the side effect of repeatedly reassigning the
18986              same array element, which causes destructors to fire on the reassignment
18987              which in turn causes &utf8::DESTROY to run outside of the pseudo-safety
18988              of save_re_context, which under the debugger involves re-entering the
18989              regexp engine, which causes corruption of the regexp engine's global
18990              state.
18991      Branch: perl
18992            ! regexec.c
18993 ____________________________________________________________________________
18994 [ 26227] By: rgs                                   on 2005/11/30  12:30:47
18995         Log: Fix B::Concise tests after change #26226
18996      Branch: perl
18997            ! ext/B/t/optree_varinit.t
18998 ____________________________________________________________________________
18999 [ 26226] By: rgs                                   on 2005/11/30  09:53:11
19000         Log: Revert change #22520 (optimise away my $foo = undef and similar
19001              constructs), in order to fix bug perl #37776
19002      Branch: perl
19003            ! op.c t/op/my.t
19004 ____________________________________________________________________________
19005 [ 26225] By: rgs                                   on 2005/11/29  17:40:16
19006         Log: Subject: Re: [perl #37716] Re: File::Compare broken for filenames with whitespace
19007              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
19008              Date: Tue, 29 Nov 2005 08:07:19 +0100
19009              Message-ID: <878xv89bko.fsf@k75.linux.bogus>
19010      Branch: perl
19011            ! lib/File/Compare.pm lib/File/Compare.t
19012 ____________________________________________________________________________
19013 [ 26224] By: stevep                                on 2005/11/29  12:36:46
19014         Log: Assimilate Pod-Escapes-1.04.  This is a prereq for Pod::Simple, 
19015              which is now a prereq for podlators.
19016      Branch: perl
19017            + lib/Pod/Escapes.pm lib/Pod/Escapes/ChangeLog
19018            + lib/Pod/Escapes/README lib/Pod/Escapes/t/01_about_verbose.t
19019            + lib/Pod/Escapes/t/10_main.t
19020            + lib/Pod/Escapes/t/15_name2charnum.t
19021            ! MANIFEST Porting/Maintainers.pl
19022 ____________________________________________________________________________
19023 [ 26223] By: rgs                                   on 2005/11/28  18:43:51
19024         Log: Typo fix, by Olivier Blin
19025      Branch: perl
19026            ! lib/Getopt/Long.pm
19027 ____________________________________________________________________________
19028 [ 26222] By: steveh                                on 2005/11/28  17:07:25
19029         Log: Fix ext/POSIX/t/time.t on Win32
19030              
19031              According to MSDN, "The string result produced by ctime contains
19032              exactly 26 characters and has the form: Wed Jan 02 02:03:55 1980\n\0"
19033              so we *do* want the leading zero on the day returned by strftime
19034      Branch: perl
19035            ! ext/POSIX/t/time.t
19036 ____________________________________________________________________________
19037 [ 26221] By: stevep                                on 2005/11/28  14:11:23
19038         Log: Mac OS X/Darwin seems to have problems with tzname().
19039      Branch: perl
19040            ! ext/POSIX/t/time.t
19041 ____________________________________________________________________________
19042 [ 26220] By: rgs                                   on 2005/11/28  11:00:37
19043         Log: FAQ sync.
19044      Branch: perl
19045            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
19046            ! pod/perlfaq5.pod pod/perlfaq7.pod pod/perlfaq9.pod
19047 ____________________________________________________________________________
19048 [ 26219] By: stevep                                on 2005/11/28  02:48:18
19049         Log: Subject: [PATCH] Math::Trig: blead and maint (doc patch only): s/Bay/Gulf/ and do away with bad quotes
19050              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
19051              Date: Sun, 27 Nov 2005 23:04:31 +0200 (EET)
19052              Message-Id: <20051127210431.F1D2C6CF55@ugli.hut.fi>
19053      Branch: perl
19054            ! lib/Math/Trig.pm
19055 ____________________________________________________________________________
19056 [ 26218] By: stevep                                on 2005/11/28  02:34:49
19057         Log: Mention of possible use of a scalar variable on the rhs of an arrow "->" 
19058              operator added to close two tickets.
19059      Branch: perl
19060            ! pod/perlobj.pod
19061 ____________________________________________________________________________
19062 [ 26217] By: rgs                                   on 2005/11/27  23:18:38
19063         Log: Don't let MakeMaker install doc for MIME::Base64
19064              (since installpod does it already)
19065      Branch: perl
19066            ! ext/MIME/Base64/Makefile.PL
19067 ____________________________________________________________________________
19068 [ 26216] By: rgs                                   on 2005/11/27  22:42:42
19069         Log: Upgrade to Getopt::Long 2.34_04
19070      Branch: perl
19071            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
19072            ! lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
19073            ! lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
19074            ! lib/Getopt/Long/t/gol-oo.t
19075 ____________________________________________________________________________
19076 [ 26215] By: rgs                                   on 2005/11/27  21:43:17
19077         Log: Subject: [PATCH] fix wrong pool error in cygwin build
19078              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
19079              Date: Nov 27, 2005 9:29 AM
19080              Message-ID: <20051127082918.GA2556@efn.org>
19081      Branch: perl
19082            ! cygwin/cygwin.c
19083 ____________________________________________________________________________
19084 [ 26214] By: stevep                                on 2005/11/27  02:35:25
19085         Log: Upgrade to MIME-Base64-3.06
19086      Branch: perl
19087            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
19088            ! ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
19089            ! ext/MIME/Base64/QuotedPrint.pm
19090 ____________________________________________________________________________
19091 [ 26213] By: stevep                                on 2005/11/26  12:48:42
19092         Log: Deal with differences in what clock() does between POSIX and BSD.
19093      Branch: perl
19094            ! ext/POSIX/t/time.t
19095 ____________________________________________________________________________
19096 [ 26212] By: stevep                                on 2005/11/26  12:04:00
19097         Log: Upgrade to Scalar-List-Utils-1.18
19098      Branch: perl
19099            + ext/List/Util/t/00version.t
19100            ! MANIFEST ext/List/Util/Changes
19101 ____________________________________________________________________________
19102 [ 26211] By: stevep                                on 2005/11/26  11:50:17
19103         Log: Upgrade to Digest-MD5-2.35
19104      Branch: perl
19105            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
19106            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
19107            ! ext/Digest/MD5/t/files.t
19108 ____________________________________________________________________________
19109 [ 26210] By: stevep                                on 2005/11/26  11:40:57
19110         Log: Actually update one of the files from the previous change.
19111      Branch: perl
19112            ! lib/Digest.pm
19113 ____________________________________________________________________________
19114 [ 26209] By: stevep                                on 2005/11/26  11:38:02
19115         Log: Upgrade to Digest-1.14
19116      Branch: perl
19117            ! lib/Digest.pm lib/Digest/Changes
19118 ____________________________________________________________________________
19119 [ 26208] By: stevep                                on 2005/11/26  02:56:26
19120         Log: Just be explicit about $TZ.  
19121      Branch: perl
19122            ! ext/POSIX/t/time.t
19123 ____________________________________________________________________________
19124 [ 26207] By: stevep                                on 2005/11/26  02:32:10
19125         Log: Hmmm...strftime() does work on Win32, but tzset() is having problems
19126              on OpenBSD.
19127      Branch: perl
19128            ! ext/POSIX/t/time.t
19129 ____________________________________________________________________________
19130 [ 26206] By: stevep                                on 2005/11/26  01:31:24
19131         Log: Additional tests for B and POSIX.  The POSIX ones concern me a bit,
19132              but I don't expect any black smokes because of testing on OpenBSD,
19133              Linux, Win32, an Cygwin.
19134      Branch: perl
19135            + ext/POSIX/t/time.t
19136            ! MANIFEST ext/B/t/b.t
19137 ____________________________________________________________________________
19138 [ 26205] By: nicholas                              on 2005/11/25  15:12:02
19139         Log: Move report_uninit() and its static supporting functions to the end of
19140              sv.c, so that they are not sandwiched between the two halves of the
19141              SV allocation code. However, the diff looks far more evil than it
19142              should given that this is just moving a single albeit large hunk.
19143      Branch: perl
19144            ! sv.c
19145 ____________________________________________________________________________
19146 [ 26204] By: rgs                                   on 2005/11/25  12:40:34
19147         Log: Subject: [PATCH] perlpod documentation discrepancy in 5.8.6 ( and maybe later? )
19148              From: demerphq <demerphq@gmail.com>
19149              Date: Fri, 25 Nov 2005 13:57:38 +0100
19150              Message-ID: <9b18b3110511250457k6c196c4fu167badd045c2d9e6@mail.gmail.com>
19151      Branch: perl
19152            ! pod/perlpod.pod
19153 ____________________________________________________________________________
19154 [ 26203] By: rgs                                   on 2005/11/24  16:09:48
19155         Log: Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
19156              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
19157              Date: Fri, 25 Nov 2005 00:19:35 +0900
19158              Message-Id: <20051125001031.24E3.BQW10602@nifty.com>
19159              
19160              Date: Fri, 25 Nov 2005 01:18:17 +0900
19161              Message-Id: <20051125011410.24E9.BQW10602@nifty.com>
19162      Branch: perl
19163            ! universal.c utf8.c
19164 ____________________________________________________________________________
19165 [ 26202] By: rgs                                   on 2005/11/24  15:38:05
19166         Log: Document new perldoc -L switch
19167              
19168              Subject: Re: Pod::Perldoc patch (Fw: [ANNOUNCE] POD2::IT 0.10)
19169              From: Enrico Sorcinelli <bepi@perl.it>
19170              Date: Thu, 24 Nov 2005 16:04:03 +0100
19171              Message-Id: <20051124160403.568a194b.bepi@perl.it>
19172      Branch: perl
19173            ! pod/perldoc.pod
19174 ____________________________________________________________________________
19175 [ 26201] By: rgs                                   on 2005/11/24  08:52:35
19176         Log: Delete a README made redundant by change 26200.
19177      Branch: perl
19178            - wince/README.perlce
19179 ____________________________________________________________________________
19180 [ 26200] By: rgs                                   on 2005/11/23  20:45:44
19181         Log: Subject: [PATCH @26198] perlce touches
19182              From: Konovalov, Vadim <vkonovalov@spb.lucent.com>
19183              Date: Nov 23, 2005 8:55 PM
19184              Message-ID: <7DD1BE2C50259746ABB8683672D2089E12DDC3@itotest-1.spb.lucent.com>
19185      Branch: perl
19186            ! INSTALL MANIFEST README.ce makedef.pl wince/Makefile.ce
19187            ! wince/wince.c
19188 ____________________________________________________________________________
19189 [ 26199] By: rgs                                   on 2005/11/23  15:34:54
19190         Log: Subject: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
19191              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
19192              Date: Wed, 23 Nov 2005 17:57:34 +0900
19193              Message-Id: <20051123175603.FFD5.BQW10602@nifty.com>
19194              
19195              And :
19196              Message-Id: <20051123202935.4D9D.BQW10602@nifty.com>
19197              
19198              with some nits to use U8 instead of char more consistently
19199      Branch: perl
19200            ! lib/utf8_heavy.pl t/op/pat.t universal.c utf8.c
19201 ____________________________________________________________________________
19202 [ 26198] By: rgs                                   on 2005/11/22  21:24:19
19203         Log: Notes in perlstyle about POD formatting, by Sébastien
19204              Aperghis-Tramoni, with nits by chromatic and Randy W. Sims.
19205      Branch: perl
19206            ! pod/perlstyle.pod
19207 ____________________________________________________________________________
19208 [ 26197] By: nicholas                              on 2005/11/22  20:23:34
19209         Log: Note the URL describing the vast riches awaiting us.
19210      Branch: perl
19211            ! t/lib/1_compile.t
19212 ____________________________________________________________________________
19213 [ 26196] By: davem                                 on 2005/11/22  16:52:24
19214         Log: include PERL_TRACK_MEMPOOL in perl -V output
19215      Branch: perl
19216            ! perl.c
19217 ____________________________________________________________________________
19218 [ 26195] By: davem                                 on 2005/11/22  16:32:42
19219         Log: perl segfaults on reversed array reference
19220              
19221              The 'for (reverse @a)' optimisation got its index wrong when
19222              create LVALUE SVs for undef elements
19223      Branch: perl
19224            ! pp_ctl.c pp_hot.c t/op/loopctl.t
19225 ____________________________________________________________________________
19226 [ 26194] By: rgs                                   on 2005/11/22  16:16:00
19227         Log: Subject: [DOC PATCH] Sort subs *can* now be recursive
19228              From: Robin Houston <robin@cpan.org>
19229              Date: Tue, 22 Nov 2005 13:28:17 +0000
19230              Message-ID: <20051122132817.GA20895@rpc142.cs.man.ac.uk>
19231      Branch: perl
19232            ! pod/perlfunc.pod
19233 ____________________________________________________________________________
19234 [ 26193] By: rgs                                   on 2005/11/22  16:10:00
19235         Log: Use the system's free to dealloc a PV allocated by the system
19236              (more precisely by libgdbm.) See :
19237              
19238              Subject: GDBM_file realloc failures
19239              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
19240              Date: Mon, 21 Nov 2005 18:22:00 +0100
19241              Message-ID: <20051121182200.0b3d2454@grubert.mandrakesoft.com>
19242      Branch: perl
19243            ! ext/GDBM_File/GDBM_File.xs
19244 ____________________________________________________________________________
19245 [ 26192] By: rgs                                   on 2005/11/22  15:54:16
19246         Log: Subject: Re: [PATCH] concat interacts badly with magic
19247              From: Robin Houston <robin@cpan.org>
19248              Date: Tue, 22 Nov 2005 14:07:27 +0000
19249              Message-ID: <20051122140727.GA29861@rpc142.cs.man.ac.uk>
19250              
19251              (new version of patch for bug #37722)
19252      Branch: perl
19253            ! pp_hot.c t/lib/warnings/9uninit t/lib/warnings/pp_hot
19254            ! t/op/tie.t
19255 ____________________________________________________________________________
19256 [ 26191] By: rgs                                   on 2005/11/22  14:16:05
19257         Log: Subject: Pod::Perldoc patch (Fw: [ANNOUNCE] POD2::IT 0.10)
19258              From: Enrico Sorcinelli <bepi@perl.it>
19259              Date: Sun, 20 Nov 2005 10:20:51 +0100
19260              Message-Id: <20051120102051.23ef095d.bepi@perl.it>
19261              
19262              Also, bump version number of Perldoc.
19263      Branch: perl
19264            ! lib/Pod/Perldoc.pm
19265 ____________________________________________________________________________
19266 [ 26190] By: rgs                                   on 2005/11/22  11:29:03
19267         Log: Revert change #26185, which could have some unwanted side-effects.
19268              (lib/warnings.t had failures due to this patch.)
19269              Moreover Dave Mitchell correctly pointed out that [perl #37722]
19270              wasn't really a bug.
19271      Branch: perl
19272            ! pp_hot.c t/op/tie.t
19273 ____________________________________________________________________________
19274 [ 26189] By: merijn                                on 2005/11/22  06:33:05
19275         Log: Subject: RE: [perl #37708] [PATCH] wrong IP_ constants on Win32 
19276              From: "Jan Dubois" <jand@ActiveState.com>
19277              Date: Mon, 21 Nov 2005 21:35:51 -0800
19278              Message-ID: <062401c5ef26$99b3a490$2217a8c0@candy>
19279      Branch: perl
19280            ! win32/include/sys/socket.h
19281 ____________________________________________________________________________
19282 [ 26188] By: stevep                                on 2005/11/22  03:41:17
19283         Log: Subject: [PATCH] ff_chop.patch redux
19284              From: Andy Lester <andy@petdance.com>
19285              Date: Mon, 21 Nov 2005 21:16:14 -0600
19286              Message-ID: <20051122031614.GB19424@petdance.com>
19287      Branch: perl
19288            ! pp_ctl.c
19289 ____________________________________________________________________________
19290 [ 26187] By: stevep                                on 2005/11/22  03:37:30
19291         Log: Subject: patch@26180 - t/op/pat.t : Can't reset %ENV on VMS
19292              From: "John E. Malmberg" <wb8tyw@qsl.net>
19293              Date: Mon, 21 Nov 2005 22:09:17 -0500
19294              Message-ID: <43828BDD.7080302@qsl.net>
19295      Branch: perl
19296            ! t/op/pat.t
19297 ____________________________________________________________________________
19298 [ 26186] By: stevep                                on 2005/11/22  03:32:04
19299         Log: Subject: patch@26180 - t/op/array.t : Can't reset %ENV on VMS
19300              From: "John E. Malmberg" <wb8tyw@qsl.net>
19301              Date: Mon, 21 Nov 2005 21:19:31 -0500
19302              Message-ID: <43828033.9040708@qsl.net>
19303      Branch: perl
19304            ! t/op/array.t
19305 ____________________________________________________________________________
19306 [ 26185] By: rgs                                   on 2005/11/21  17:19:34
19307         Log: Subject: [PATCH] concat interacts badly with magic
19308              From: Robin Houston <robin@cpan.org>
19309              Date: Mon, 21 Nov 2005 17:03:39 +0000
19310              Message-ID: <20051121170339.GA8214@rpc142.cs.man.ac.uk>
19311      Branch: perl
19312            ! pp_hot.c t/op/tie.t
19313 ____________________________________________________________________________
19314 [ 26184] By: nicholas                              on 2005/11/21  14:18:03
19315         Log: Flip the sign of the value in body details offset, and change its type
19316              to size_t.
19317      Branch: perl
19318            ! sv.c
19319 ____________________________________________________________________________
19320 [ 26183] By: merijn                                on 2005/11/21  14:11:28
19321         Log: Thread failures on AIX (and others) caused by interleaved output
19322              
19323              Subject: Smoke [5.9.3] 26168 FAIL(X) AIX 4.3.3.0/ML11 (PPC/1 cpu)
19324              From: "H.Merijn Brand" <h.m.brand@xs4all.nl>
19325              Date: Sun, 20 Nov 2005 14:36 +0100
19326              Message-Id: <200511201337.jAKDbc1O066213@smtp-vbr6.xs4all.nl>
19327      Branch: perl
19328            ! t/op/threads.t
19329 ____________________________________________________________________________
19330 [ 26181] By: rgs                                   on 2005/11/21  08:58:59
19331         Log: Upgrade to Time::HiRes 1.83
19332      Branch: perl
19333            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
19334            ! ext/Time/HiRes/Makefile.PL ext/Time/HiRes/t/HiRes.t
19335 ____________________________________________________________________________
19336 [ 26180] By: nicholas                              on 2005/11/20  20:39:50
19337         Log: Eliminate two more strlen()s, by using the return value of sprintf().
19338      Branch: perl
19339            ! pp_ctl.c
19340 ____________________________________________________________________________
19341 [ 26179] By: rgs                                   on 2005/11/20  12:10:15
19342         Log: Declarations must come first, or some compilers aren't happy.
19343              (spotted by Jarkko)
19344      Branch: perl
19345            ! ext/B/B.xs
19346 ____________________________________________________________________________
19347 [ 26178] By: stevep                                on 2005/11/20  02:41:01
19348         Log: Subject: [PATCH] Pulling ancient RCS comments
19349              From: Andy Lester <andy@petdance.com>
19350              Date: Sat, 19 Nov 2005 00:16:39 -0600
19351              Message-ID: <20051119061639.GA25086@petdance.com>
19352      Branch: perl
19353            ! lib/AnyDBM_File.t lib/importenv.pl lib/stat.pl lib/validate.pl
19354            ! t/base/cond.t t/base/if.t t/base/pat.t t/base/term.t
19355            ! t/cmd/elsif.t t/cmd/mod.t t/cmd/subval.t t/cmd/switch.t
19356            ! t/comp/cmdopt.t t/comp/cpp.t t/comp/decl.t t/io/inplace.t
19357            ! t/io/read.t t/io/tell.t t/op/append.t t/op/auto.t t/op/cond.t
19358            ! t/op/do.t t/op/flip.t t/op/goto_xs.t t/op/my.t t/op/push.t
19359            ! t/op/read.t t/op/time.t t/op/unshift.t
19360 ____________________________________________________________________________
19361 [ 26177] By: stevep                                on 2005/11/20  02:31:10
19362         Log: Subject: Reworked PERL_TRACK_MEMPOOL patch
19363              From: "Jan Dubois" <jand@ActiveState.com>
19364              Date: Fri, 18 Nov 2005 11:38:24 -0800
19365              Message-ID: <003601c5ec77$a45eb260$2217a8c0@candy>
19366      Branch: perl
19367            ! perl.h util.c
19368 ____________________________________________________________________________
19369 [ 26176] By: stevep                                on 2005/11/19  19:14:42
19370         Log: Down with "warning: code has no effect"
19371      Branch: perl
19372            ! XSUB.h
19373 ____________________________________________________________________________
19374 [ 26175] By: stevep                                on 2005/11/19  18:06:14
19375         Log: Cleaning up some warnings generated by "gcc -W"
19376      Branch: perl
19377            ! deb.c ext/B/B.xs ext/Data/Dumper/Dumper.xs
19378            ! ext/PerlIO/encoding/encoding.xs mg.c op.c regcomp.c scope.c
19379 ____________________________________________________________________________
19380 [ 26174] By: stevep                                on 2005/11/19  13:46:27
19381         Log: Upgrade to PathTools-3.14
19382      Branch: perl
19383            + lib/File/Spec/t/tmpdir.t
19384            ! MANIFEST ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
19385            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Unix.pm
19386            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
19387            ! lib/File/Spec/t/Spec.t
19388 ____________________________________________________________________________
19389 [ 26173] By: nicholas                              on 2005/11/19  11:21:15
19390         Log: Norman observed that a couple of macros could make the body defintion
19391              table a lot more readable.
19392      Branch: perl
19393            ! sv.c
19394 ____________________________________________________________________________
19395 [ 26172] By: nicholas                              on 2005/11/19  00:50:33
19396         Log: With -DPURFIY we change the flags so that everything is allocated
19397              directly. (Don't use arenas at all.) This seems a rather elegant way
19398              to simplify some of the code in sv.c by removing conditional
19399              compilation.
19400      Branch: perl
19401            ! sv.c
19402 ____________________________________________________________________________
19403 [ 26171] By: nicholas                              on 2005/11/19  00:21:58
19404         Log: Map the HE arena onto SV type 0 (SVt_NULL).
19405              Abolish PL_he_root and PL_he_arenaroot.
19406      Branch: perl
19407            ! embedvar.h ext/XS/APItest/APItest.xs hv.c intrpvar.h perlapi.h
19408            ! sv.c sv.h
19409 ____________________________________________________________________________
19410 [ 26170] By: nicholas                              on 2005/11/18  23:44:32
19411         Log: Remove all the now unused new_XFOO()/del_XFOO() macros
19412      Branch: perl
19413            ! sv.c
19414 ____________________________________________________________________________
19415 [ 26169] By: nicholas                              on 2005/11/18  23:28:59
19416         Log: sv_clear can manipulate the arena array directly too.
19417              Also, I think that we may have been "leaking" NV bodies in blead since
19418              25051. Oops. (Will not have been detectable except with -DPURIFY as
19419              the leak is not returning them as free to the arena)
19420      Branch: perl
19421            ! sv.c
19422 ____________________________________________________________________________
19423 [ 26168] By: nicholas                              on 2005/11/18  21:25:23
19424         Log: We only need to zero new bodies for upgrades. sv_dup doesn't need to
19425              zero as it's copying over the same sized structure. So change
19426              new_NOARENA to malloc(), and add new_NOARENAZ() to calloc()
19427      Branch: perl
19428            ! sv.c
19429 ____________________________________________________________________________
19430 [ 26167] By: nicholas                              on 2005/11/18  21:02:34
19431         Log: Merge the arms of the switch. The decision about what comes from an
19432              arena and what comes from malloc is now solely in the table.
19433      Branch: perl
19434            ! sv.c
19435 ____________________________________________________________________________
19436 [ 26166] By: nicholas                              on 2005/11/18  20:38:26
19437         Log: Eliminate new_body_length from sv_dup. Replace SvTYPE(sstr) with
19438              sv_type, which is a constant variable with the same value.
19439      Branch: perl
19440            ! sv.c
19441 ____________________________________________________________________________
19442 [ 26165] By: nicholas                              on 2005/11/18  19:50:24
19443         Log: Eliminate new_body_offset from sv_dup()
19444      Branch: perl
19445            ! sv.c
19446 ____________________________________________________________________________
19447 [ 26164] By: nicholas                              on 2005/11/18  17:37:39
19448         Log: Merge the last remaining case duplication in sv_upgrade
19449      Branch: perl
19450            ! sv.c
19451 ____________________________________________________________________________
19452 [ 26163] By: nicholas                              on 2005/11/18  16:18:38
19453         Log: Eliminate new_body_length from sv_upgrade
19454      Branch: perl
19455            ! sv.c
19456 ____________________________________________________________________________
19457 [ 26162] By: nicholas                              on 2005/11/18  15:51:10
19458         Log: Eliminate new_body_offset from sv_upgrade
19459      Branch: perl
19460            ! sv.c
19461 ____________________________________________________________________________
19462 [ 26161] By: nicholas                              on 2005/11/18  15:03:01
19463         Log: new_body_inline doesn't need to be passed the root, as it's already
19464              inferring the arenaroot directly from the passed-in type.
19465      Branch: perl
19466            ! sv.c
19467 ____________________________________________________________________________
19468 [ 26160] By: rgs                                   on 2005/11/18  12:40:16
19469         Log: Tabs are still required in the MANIFEST
19470      Branch: perl
19471            ! MANIFEST
19472 ____________________________________________________________________________
19473 [ 26159] By: nicholas                              on 2005/11/18  12:06:06
19474         Log: Add a flag to the body details of which types come from arenas.
19475              Update the allocation information for all the types.
19476              Add a new macro new_NOARENA() for allocating the non-arena types.
19477              Use calloc rather than malloc for the new_NOARENA so that the Zero()
19478              can be skipped.
19479      Branch: perl
19480            ! sv.c
19481 ____________________________________________________________________________
19482 [ 26158] By: nicholas                              on 2005/11/18  11:20:10
19483         Log: Simplify the expression for the upgrade logic for SVt_IV.
19484              Replace the "can't happen" comment for SVt_PVIV with assertions
19485              that it didn't happen.
19486      Branch: perl
19487            ! sv.c
19488 ____________________________________________________________________________
19489 [ 26157] By: stevep                                on 2005/11/18  11:07:34
19490         Log: Adding README.linux to the MANIFEST
19491      Branch: perl
19492            ! MANIFEST
19493 ____________________________________________________________________________
19494 [ 26156] By: nicholas                              on 2005/11/18  10:30:12
19495         Log: const and static for the const static private table.
19496              Replace the "upgrade" special case for SVt_PV with assertions as it's
19497              not been needed since we forced *up*grades.
19498      Branch: perl
19499            ! sv.c
19500 ____________________________________________________________________________
19501 [ 26155] By: nicholas                              on 2005/11/18  10:13:31
19502         Log: Rename sv_upgrade's parameter mt to new_type.
19503      Branch: perl
19504            ! sv.c
19505 ____________________________________________________________________________
19506 [ 26154] By: rgs                                   on 2005/11/18  08:30:18
19507         Log: Subject: Dumpvalue doc patch
19508              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
19509              Date: Fri, 18 Nov 2005 03:42:52 +0100
19510              Message-ID: <87br0ibrrn.fsf@k75.linux.bogus>
19511      Branch: perl
19512            ! lib/Dumpvalue.pm
19513 ____________________________________________________________________________
19514 [ 26153] By: stevep                                on 2005/11/18  00:54:53
19515         Log: Initial, albeit hackish, support for the alpha version of Sun Studio
19516              compilers of Linux.
19517      Branch: perl
19518            + README.linux
19519            ! hints/linux.sh
19520 ____________________________________________________________________________
19521 [ 26152] By: nicholas                              on 2005/11/17  23:27:59
19522         Log: All that can be in the first switch statement of sv_upgrade is now
19523              table driven. The shrinking continues on the morrow.
19524      Branch: perl
19525            ! sv.c
19526 ____________________________________________________________________________
19527 [ 26151] By: nicholas                              on 2005/11/17  22:50:07
19528         Log: "Can you see what it is yet?"
19529              Next steps towards making as much as possible table driven.
19530      Branch: perl
19531            ! sv.c
19532 ____________________________________________________________________________
19533 [ 26150] By: nicholas                              on 2005/11/17  21:58:58
19534         Log: Add the size of the structure to copy as a field in the per type
19535              data table.
19536      Branch: perl
19537            ! sv.c
19538 ____________________________________________________________________________
19539 [ 26149] By: nicholas                              on 2005/11/17  16:33:05
19540         Log: Merge sizeof_body_by_svtype and offset_by_svtype into a single array
19541              of structures.
19542      Branch: perl
19543            ! sv.c
19544 ____________________________________________________________________________
19545 [ 26148] By: nicholas                              on 2005/11/17  14:36:39
19546         Log: Move the location of the definition of the arena slot used for pte
19547              into sv.h, to keep it in one central place.
19548              Change it to use SVt_RV. (Having SVt_IV for real use will be useful.
19549              SVt_RV has no body, and doesn't pretend to have one, so it is spare.)
19550      Branch: perl
19551            ! sv.c sv.h
19552 ____________________________________________________________________________
19553 [ 26147] By: rgs                                   on 2005/11/17  14:09:10
19554         Log: Subject: [PATCH] Sort subs now in embed.fnc
19555              From: Andy Lester <andy@petdance.com>
19556              Date: Thu, 17 Nov 2005 07:53:38 -0600
19557              Message-ID: <20051117135338.GA31715@petdance.com>
19558      Branch: perl
19559            ! embed.fnc embed.h pp_sort.c proto.h
19560 ____________________________________________________________________________
19561 [ 26146] By: nicholas                              on 2005/11/17  13:51:01
19562         Log: s/SvTYPE(sv)/old_type/ in sv_upgrade because we already have that value
19563              in that variable.
19564              Don't compile S_new_body with -DPURIFY
19565      Branch: perl
19566            ! sv.c
19567 ____________________________________________________________________________
19568 [ 26145] By: rgs                                   on 2005/11/17  09:06:33
19569         Log: It's clearer to use "morphing" than "polymorphing" when
19570              describing what exec() does
19571      Branch: perl
19572            ! pod/perlmod.pod
19573 ____________________________________________________________________________
19574 [ 26144] By: stevep                                on 2005/11/17  00:18:31
19575         Log: Subject: [perl #37694] segfault with PerlIO::get_layers()
19576              From: Peter Dintelmann (via RT) <perlbug-followup@perl.org>
19577              Date: Wed, 16 Nov 2005 07:11:41 -0800
19578              Message-ID: <rt-3.0.11-37694-124556.15.9755707729767@perl.org>
19579      Branch: perl
19580            ! universal.c
19581 ____________________________________________________________________________
19582 [ 26143] By: nicholas                              on 2005/11/16  23:40:55
19583         Log: Oi gcc, No! sizeof(void) is an error. *Not* 1.
19584              Wanting sizeof(void) isn't even a compilation error with -ansi
19585              -pedantic. Just a warning. Lame! I'm going to send it back for a full
19586              refund. Hateful software.
19587      Branch: perl
19588            ! sv.c
19589 ____________________________________________________________________________
19590 [ 26142] By: nicholas                              on 2005/11/16  20:18:58
19591         Log: PL_pte_root and PL_pte_arenaroot can be exterminated. Which reveals
19592              an erroneous remaining reference to PL_pte_root to correct.
19593      Branch: perl
19594            ! embedvar.h intrpvar.h perlapi.h sv.c
19595 ____________________________________________________________________________
19596 [ 26141] By: nicholas                              on 2005/11/16  19:26:17
19597         Log: Subject: Re: eliminate discreet arenaroots
19598              From: Jim Cromie <jim.cromie@gmail.com>
19599              Message-ID: <4378E5B0.3010708@gmail.com>
19600              Date: Mon, 14 Nov 2005 12:29:52 -0700
19601      Branch: perl
19602            ! embedvar.h intrpvar.h perlapi.h sv.c sv.h
19603 ____________________________________________________________________________
19604 [ 26140] By: merijn                                on 2005/11/16  19:26:13
19605         Log: Subject: [PATCH @26137] for wince
19606              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
19607              Date: Wed, 16 Nov 2005 20:57:13 +0300
19608              Message-ID: <7DD1BE2C50259746ABB8683672D2089E12DC9F@itotest-1.spb.lucent.com>
19609      Branch: perl
19610            ! makedef.pl wince/Makefile.ce wince/config.ce wince/config_H.ce
19611            ! wince/wince.c
19612 ____________________________________________________________________________
19613 [ 26137] By: rgs                                   on 2005/11/16  15:06:10
19614         Log: Subject: Re: [perl #37688] Unexpected regex failure. 
19615              From: hv@crypt.org
19616              Date: Wed, 16 Nov 2005 14:54:55 +0000
19617              Message-Id: <200511161454.jAGEst117787@zen.crypt.org>
19618      Branch: perl
19619            ! regexec.c t/op/re_tests
19620 ____________________________________________________________________________
19621 [ 26136] By: rgs                                   on 2005/11/15  16:33:02
19622         Log: Subject: Re: [perl #37616] Bug in &= (string) and/or m//
19623              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
19624              Date: Wed, 09 Nov 2005 02:12:00 +0900
19625              Message-Id: <20051109021035.69D8.BQW10602@nifty.com>
19626      Branch: perl
19627            ! doop.c t/op/bop.t
19628 ____________________________________________________________________________
19629 [ 26135] By: rgs                                   on 2005/11/15  13:30:00
19630         Log: Subject: [PATCH] Re: Cygwin status, maint and blead
19631              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
19632              Date: Sun, 13 Nov 2005 16:01:02 -0800
19633              Message-ID: <20051114000102.GA5556@efn.org>
19634      Branch: perl
19635            ! Makefile.SH
19636 ____________________________________________________________________________
19637 [ 26134] By: nicholas                              on 2005/11/14  22:48:02
19638         Log: Remove the two register keywords from auto variables that PERL_POSION
19639              wants to take the address of.
19640      Branch: perl
19641            ! hv.c scope.c
19642 ____________________________________________________________________________
19643 [ 26133] By: nicholas                              on 2005/11/14  22:32:14
19644         Log: More PERL_POISON - poison SvANY() and SvREFCNT() in freed SV heads.
19645              (by using the union pointer to chain the freed heads together)
19646      Branch: perl
19647            ! sv.c
19648 ____________________________________________________________________________
19649 [ 26132] By: nicholas                              on 2005/11/14  22:31:14
19650         Log: Mark all places where perl needs to look at a possibly-freed scalar
19651              with a macro SvIS_FREED(sv)
19652      Branch: perl
19653            ! av.c mg.c op.c pad.c pp_hot.c sv.h
19654 ____________________________________________________________________________
19655 [ 26131] By: stevep                                on 2005/11/14  17:31:59
19656         Log: Removed reference to the non-existent C<Opcode::Custom>.
19657      Branch: perl
19658            ! pod/perlguts.pod
19659 ____________________________________________________________________________
19660 [ 26130] By: rgs                                   on 2005/11/14  16:32:33
19661         Log: The warning "Field too wide in 'u' format in pack" was emitted even
19662              when pack warnings were not enabled
19663      Branch: perl
19664            ! pp_pack.c
19665 ____________________________________________________________________________
19666 [ 26129] By: nicholas                              on 2005/11/14  16:22:26
19667         Log: Provide a crude way for specifying the command line for
19668              make test.valgrind
19669      Branch: perl
19670            ! Makefile.SH t/TEST
19671 ____________________________________________________________________________
19672 [ 26128] By: rgs                                   on 2005/11/14  15:40:08
19673         Log: A better fix for [perl #35847] File::Find not performing as documented,
19674              suggested by Darren Dunham. Includes a fix to the code example that
19675              uses File::Find in perlfaq3.
19676      Branch: perl
19677            ! lib/File/Find.pm pod/perlfaq3.pod
19678 ____________________________________________________________________________
19679 [ 26126] By: rgs                                   on 2005/11/14  12:43:29
19680         Log: Don't warn about lack of docs for functions that appear twice in embed.fnc.
19681      Branch: perl
19682            ! autodoc.pl
19683 ____________________________________________________________________________
19684 [ 26124] By: rgs                                   on 2005/11/14  10:45:25
19685         Log: Fix indentation of apidoc for sv_2pvutf8
19686              (so perlapi.pod is correctly generated)
19687      Branch: perl
19688            ! pod/perlapi.pod sv.c
19689 ____________________________________________________________________________
19690 [ 26123] By: rgs                                   on 2005/11/14  10:24:58
19691         Log: Suppress gcc warnings when ignoring the return value of io_close(),
19692              as suggested by Gisle Aas.
19693      Branch: perl
19694            ! embed.fnc proto.h
19695 ____________________________________________________________________________
19696 [ 26122] By: rgs                                   on 2005/11/14  10:13:41
19697         Log: Subject: [PATCH] Missing ; in Storable.xs
19698              From: Gisle Aas <gisle@ActiveState.com>
19699              Date: 14 Nov 2005 02:32:14 -0800
19700              Message-ID: <lrhdafy0y9.fsf_-_@caliper.activestate.com>
19701      Branch: perl
19702            ! ext/Storable/Storable.xs
19703 ____________________________________________________________________________
19704 [ 26120] By: steveh                                on 2005/11/14  09:39:48
19705         Log: Subject: [PATCH] Compress::Zlib
19706              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
19707              Date: Sun, 13 Nov 2005 17:09:08 -0000
19708              Message-ID: <00d101c5e874$f865f910$6d1c140a@myopwv.com>
19709      Branch: perl
19710            ! ext/Compress/Zlib/Zlib.pm
19711            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
19712            ! ext/Compress/Zlib/lib/IO/Compress/Gzip.pm
19713            ! ext/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
19714            ! ext/Compress/Zlib/t/09gziphdr.t
19715 ____________________________________________________________________________
19716 [ 26119] By: steveh                                on 2005/11/14  09:39:02
19717         Log: Fix code-before-declaration in boot_Storable added by 26107
19718      Branch: perl
19719            ! ext/Storable/Storable.xs
19720 ____________________________________________________________________________
19721 [ 26118] By: stevep                                on 2005/11/14  01:13:16
19722         Log: Subject: [PATCH] consting perlbug breaking in blead & maint
19723              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
19724              Date: Sun, 13 Nov 2005 16:00:49 -0800
19725              Message-ID: <20051114000049.GA7676@efn.org>
19726      Branch: perl
19727            ! utils/perlbug.PL
19728 ____________________________________________________________________________
19729 [ 26112] By: nicholas                              on 2005/11/13  18:47:27
19730         Log: Fix breakages that prevended -DPERL_POISON from compiling.
19731      Branch: perl
19732            ! handy.h sv.h
19733 ____________________________________________________________________________
19734 [ 26110] By: nicholas                              on 2005/11/13  11:44:30
19735         Log: Integrate:
19736              [ 26108]
19737              BEGIN blocks should start a new stack, as they can be called as a
19738              side effect of "regular" Perl API calls within subroutines that have
19739              already cached the current stack's address. If they don't, any stack
19740              extension during the call may move the stack, rendering that cached
19741              value invalid without the cachee realising. (For example, PP code
19742              calling gv_fetchpv() which triggers a load of Errno.pm)
19743      Branch: perl
19744           !> op.c
19745 ____________________________________________________________________________
19746 [ 26107] By: stevep                                on 2005/11/13  00:40:25
19747         Log: Subject: Re: [PATCH] Enhanced Storable::read_magic()
19748              From: Gisle Aas <gisle@ActiveState.com>
19749              Date: 12 Nov 2005 13:13:23 -0800
19750              Message-ID: <lrhdah7eoc.fsf@caliper.activestate.com>
19751      Branch: perl
19752            + ext/Storable/t/file_magic.t
19753            ! MANIFEST ext/Storable/MANIFEST ext/Storable/Storable.pm
19754            ! ext/Storable/Storable.xs
19755 ____________________________________________________________________________
19756 [ 26103] By: stevep                                on 2005/11/12  20:44:16
19757         Log: Upgrade to Locale-Maketext-1.10.  As change #25547 did not make it
19758              into the module release, I bumped the version number and added the
19759              missing code.
19760      Branch: perl
19761            ! lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
19762 ____________________________________________________________________________
19763 [ 26101] By: stevep                                on 2005/11/12  19:46:18
19764         Log: Subject: [perl #37657] segfault with binmode ":pop"
19765              From: Peter Dintelmann (via RT) <perlbug-followup@perl.org>
19766              Date: Fri, 11 Nov 2005 06:36:20 -0800
19767              Message-ID: <rt-3.0.11-37657-124293.6.03947871136576@perl.org>
19768      Branch: perl
19769            ! perlio.c
19770 ____________________________________________________________________________
19771 [ 26100] By: nicholas                              on 2005/11/12  18:48:29
19772         Log: Make B's tests skip correctly when PerlIO is not configured.
19773      Branch: perl
19774            ! ext/B/t/concise-xs.t ext/B/t/concise.t
19775 ____________________________________________________________________________
19776 [ 26099] By: stevep                                on 2005/11/12  16:59:49
19777         Log: Subject: [PATCH] mathoms prototypes aren't prototypes
19778              From: Andy Lester <andy@petdance.com>
19779              Date: Fri, 11 Nov 2005 17:20:30 -0600
19780              Message-ID: <20051111232030.GA882@petdance.com>
19781      Branch: perl
19782            ! mathoms.c perl.c
19783 ____________________________________________________________________________
19784 [ 26096] By: stevep                                on 2005/11/12  15:41:09
19785         Log: Andy Lester maintains Locale::Maketext now.
19786      Branch: perl
19787            ! Porting/Maintainers.pl
19788 ____________________________________________________________________________
19789 [ 26093] By: nicholas                              on 2005/11/12  10:21:50
19790         Log: Change 26063 got one conditional the wrong way round.
19791      Branch: perl
19792            ! ext/B/B/Bytecode.pm
19793 ____________________________________________________________________________
19794 [ 26091] By: nicholas                              on 2005/11/12  09:15:32
19795         Log: Make the removal of references to AvFLAGS in the B modules conditional
19796              on perl version.
19797      Branch: perl
19798            ! ext/B/B/C.pm ext/B/B/Debug.pm
19799 ____________________________________________________________________________
19800 [ 26090] By: stevep                                on 2005/11/11  22:47:06
19801         Log: const'ing Netdb_host_t broke HP-UX and created warnings on gcc for a double const.  
19802              Netdb_host_t is a macro that for a const pointer.
19803      Branch: perl
19804            ! pp_sys.c
19805 ____________________________________________________________________________
19806 [ 26089] By: nicholas                              on 2005/11/11  21:52:20
19807         Log: 26085 was wrong. Undo it.
19808              (I suspect that I got this wrong because more changes have been made
19809              in blead subsequent to the change I was attempting to merge in, and
19810              and jiggled around with the number of tests)
19811      Branch: perl
19812            ! ext/B/t/concise-xs.t
19813 ____________________________________________________________________________
19814 [ 26088] By: stevep                                on 2005/11/11  16:44:39
19815         Log: Subject: [PATCH] DB_File 1.814
19816              From: Paul Marquess <Paul.Marquess@ntlworld.com>
19817              Date: Fri, 11 Nov 2005 12:09:55 -0000
19818              Message-ID: <00e301c5e6b8$d5a357f0$241c140a@myopwv.com>
19819      Branch: perl
19820            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
19821            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
19822 ____________________________________________________________________________
19823 [ 26087] By: stevep                                on 2005/11/11  16:17:03
19824         Log: Subject: [PATCH] Storable 0.1 compatibility
19825              From: Gisle Aas <gisle@ActiveState.com> 
19826              Date: 11 Nov 2005 05:42:29 -0800 
19827              Message-ID: <lry83v712y.fsf@caliper.activestate.com>
19828              
19829              Also added an entry in the main MANIFEST file for the new test and 
19830              a version bump in Storable.pm.
19831      Branch: perl
19832            + ext/Storable/t/compat01.t
19833            ! MANIFEST ext/Storable/MANIFEST ext/Storable/Storable.pm
19834            ! ext/Storable/Storable.xs
19835 ____________________________________________________________________________
19836 [ 26085] By: nicholas                              on 2005/11/11  14:16:30
19837         Log: Correct the version-dependant expression for the number of tests, as it
19838              is now giving the wrong number for 5.8.x
19839      Branch: perl
19840            ! ext/B/t/concise-xs.t
19841 ____________________________________________________________________________
19842 [ 26082] By: stevep                                on 2005/11/11  04:55:56
19843         Log: Subject: [PATCH] Const & local: Special Victims Unit
19844              From: Andy Lester <andy@petdance.com>
19845              Date: Thu, 10 Nov 2005 22:47:00 -0600
19846              Message-ID: <20051111044700.GA24161@petdance.com>
19847      Branch: perl
19848            ! cop.h doio.c doop.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c sv.c
19849            ! util.c
19850 ____________________________________________________________________________
19851 [ 26081] By: stevep                                on 2005/11/11  03:27:35
19852         Log: Pod nit in Encode.pm, found by Marc Lehmann in RT #36949. 
19853      Branch: perl
19854            ! ext/Encode/Encode.pm
19855 ____________________________________________________________________________
19856 [ 26080] By: stevep                                on 2005/11/11  03:18:11
19857         Log: Fix for RT #37654.  Added $COMPILING to list of variables exported.
19858      Branch: perl
19859            ! lib/English.pm
19860 ____________________________________________________________________________
19861 [ 26079] By: rgs                                   on 2005/11/10  16:59:15
19862         Log: Subject: [PATCH] Suppress leaked warnings in ExtUtils tests
19863              From: Dominic Dunlop <domo@computer.org>
19864              Date: Thu, 10 Nov 2005 18:10:00 +0100
19865              Message-Id: <D2949A21-7EE3-449F-BEF2-38FAD7B4A483@computer.org>
19866      Branch: perl
19867            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/Manifest.t
19868 ____________________________________________________________________________
19869 [ 26078] By: rgs                                   on 2005/11/10  16:36:12
19870         Log: Patch by Ilya Zakharevich to give more meaningful error
19871              messages from if.pm when invoked with a condition in list
19872              context. Also bump if's VERSION.
19873      Branch: perl
19874            ! lib/if.pm
19875 ____________________________________________________________________________
19876 [ 26077] By: rgs                                   on 2005/11/10  15:10:42
19877         Log: Define PERL_DEFAULT_DO_EXEC3_IMPLEMENTATION earlier in perl.h
19878              (that is, before embed.h, that uses this symbol, is included)
19879      Branch: perl
19880            ! perl.h
19881 ____________________________________________________________________________
19882 [ 26076] By: rgs                                   on 2005/11/10  14:26:12
19883         Log: Subject: [perl #35847] File::Find not performing as documented 
19884              From: "jms@mathras.comcast.net (via RT)" <perlbug-followup@perl.org>
19885              Date: 17 May 2005 10:40:08 -0000
19886              Message-ID: <rt-3.0.11-35847-113088.7.09182163210095@perl.org>
19887      Branch: perl
19888            ! lib/File/Find.pm
19889 ____________________________________________________________________________
19890 [ 26075] By: rgs                                   on 2005/11/10  13:03:20
19891         Log: Subject: [perl #37648] segfault with PERLIO_DEBUG 
19892              From: Peter Dintelmann (via RT) <perlbug-followup@perl.org>
19893              Date: Thu, 10 Nov 2005 04:31:39 -0800
19894              Message-ID: <rt-3.0.11-37648-124187.17.2251402270294@perl.org>
19895      Branch: perl
19896            ! perlio.c
19897 ____________________________________________________________________________
19898 [ 26074] By: stevep                                on 2005/11/10  12:22:43
19899         Log: Subject: [perl #37582] [PATCH] h2ph inc_dirs() fails to prepend gcc include search path, resulting in missing C standard headers on Linux
19900              From: Jason Vas Dias (via RT) <perlbug-followup@perl.org>
19901              Date: Tue, 01 Nov 2005 15:22:45 -0800
19902              Message-ID: <rt-3.0.11-37582-123738.12.3509768746337@perl.org>
19903      Branch: perl
19904            ! utils/h2ph.PL
19905 ____________________________________________________________________________
19906 [ 26073] By: rgs                                   on 2005/11/10  10:52:51
19907         Log: Subject: [PATCH] remove whitespace preceding semicolon in docs
19908              From: Steven Schubiger <schubiger@cpan.org>
19909              Date: Mon, 31 Oct 2005 22:48:27 +0100
19910              Message-ID: <20051031214827.GH24416@accognoscere.homeunix.org>
19911      Branch: perl
19912            ! pod/perl561delta.pod pod/perl56delta.pod pod/perlcall.pod
19913            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perlfaq5.pod
19914            ! pod/perlfilter.pod pod/perlipc.pod pod/perllexwarn.pod
19915            ! pod/perlop.pod pod/perlre.pod pod/perlsub.pod pod/perltrap.pod
19916            ! pod/perlxs.pod
19917 ____________________________________________________________________________
19918 [ 26072] By: rgs                                   on 2005/11/10  10:37:42
19919         Log: Really apply change #26071.
19920      Branch: perl
19921            ! configpm ext/Cwd/Cwd.xs wince/Makefile.ce wince/config_h.PL
19922            ! wince/config_sh.PL
19923 ____________________________________________________________________________
19924 [ 26071] By: rgs                                   on 2005/11/10  10:35:57
19925         Log: Subject: [PATCH @26062] wince patch
19926              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
19927              Date: Wed, 9 Nov 2005 20:22:52 +0300 
19928              Message-ID: <7DD1BE2C50259746ABB8683672D2089E12DC02@itotest-1.spb.lucent.com>
19929      Branch: perl
19930            ! configpm ext/Cwd/Cwd.xs wince/Makefile.ce wince/config_h.PL
19931            ! wince/config_sh.PL
19932 ____________________________________________________________________________
19933 [ 26070] By: rgs                                   on 2005/11/10  09:11:26
19934         Log: Add tests for two untested syntax error messages about \N
19935      Branch: perl
19936            ! t/comp/parser.t
19937 ____________________________________________________________________________
19938 [ 26069] By: steveh                                on 2005/11/10  08:41:53
19939         Log: Make Perl_seed public
19940              
19941              Fixes Win32 linker error in List::Util introduced by change #26054
19942      Branch: perl
19943            ! embed.fnc embed.h global.sym
19944 ____________________________________________________________________________
19945 [ 26068] By: rgs                                   on 2005/11/10  08:36:13
19946         Log: Subject: [PATCH] blead@26052 Symbian update
19947              From: <jarkko.hietaniemi@nokia.com>
19948              Date: Wed, 9 Nov 2005 17:45:07 +0200
19949              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A73D@esebe105.NOE.Nokia.com>
19950      Branch: perl
19951            ! README.symbian symbian/TODO symbian/config.pl symbian/port.pl
19952            ! symbian/sdk.pl symbian/sisify.pl
19953 ____________________________________________________________________________
19954 [ 26067] By: nicholas                              on 2005/11/09  21:52:03
19955         Log: As using -C to turn on utf8 IO is equivalent to the open pragma,
19956              change 25925 had the side effect of breaking ext/Encode/t/perlio.t
19957              Fixed by opening with :bytes.
19958      Branch: perl
19959            ! ext/Encode/t/perlio.t
19960 ____________________________________________________________________________
19961 [ 26066] By: nicholas                              on 2005/11/09  21:30:02
19962         Log: I/O is UTF-8, not "UNICODE"
19963      Branch: perl
19964            ! t/io/layers.t
19965 ____________________________________________________________________________
19966 [ 26065] By: nicholas                              on 2005/11/09  20:53:29
19967         Log: As using -C to turn on utf8 IO is equivalent to the open pragma,
19968              change 25925 had the side effect of breaking t/io/utf8.t
19969              Fixed by adding the missing binmode()s.
19970      Branch: perl
19971            ! t/io/utf8.t
19972 ____________________________________________________________________________
19973 [ 26064] By: nicholas                              on 2005/11/09  20:23:28
19974         Log: Better diagnostics from io/utf8.t
19975      Branch: perl
19976            ! t/io/utf8.t
19977 ____________________________________________________________________________
19978 [ 26063] By: nicholas                              on 2005/11/09  17:29:44
19979         Log: Make the Bytecode changes conditional on perl version.
19980      Branch: perl
19981            ! ext/B/B/Bytecode.pm
19982 ____________________________________________________________________________
19983 [ 26062] By: rgs                                   on 2005/11/09  11:56:04
19984         Log: Subject: Re: [PATCH] Re: [perl #32383] DProf breaks List::Util::shuffle
19985              From: Graham Barr <gbarr@pobox.com>
19986              Date: Wed, 9 Nov 2005 06:09:48 -0600
19987              Message-Id: <6CAD749E-AE29-415A-9ACB-BA8F6FB8279E@pobox.com>
19988      Branch: perl
19989            ! ext/List/Util/Util.xs ext/List/Util/lib/Scalar/Util.pm
19990            ! ext/List/Util/t/lln.t ext/List/Util/t/p_blessed.t
19991            ! ext/List/Util/t/p_first.t ext/List/Util/t/p_lln.t
19992            ! ext/List/Util/t/p_max.t ext/List/Util/t/p_maxstr.t
19993            ! ext/List/Util/t/p_min.t ext/List/Util/t/p_minstr.t
19994            ! ext/List/Util/t/p_openhan.t ext/List/Util/t/p_readonly.t
19995            ! ext/List/Util/t/p_reduce.t ext/List/Util/t/p_refaddr.t
19996            ! ext/List/Util/t/p_reftype.t ext/List/Util/t/p_shuffle.t
19997            ! ext/List/Util/t/p_sum.t ext/List/Util/t/p_tainted.t
19998 ____________________________________________________________________________
19999 [ 26061] By: nicholas                              on 2005/11/09  11:21:10
20000         Log: Simplify Perl_allocmy slightly, and cope better with the name is ""
20001              case.
20002      Branch: perl
20003            ! op.c
20004 ____________________________________________________________________________
20005 [ 26060] By: nicholas                              on 2005/11/09  11:17:17
20006         Log: Add a comment about possible future refactoring of the pad code.
20007      Branch: perl
20008            ! pad.c
20009 ____________________________________________________________________________
20010 [ 26059] By: nicholas                              on 2005/11/09  10:56:28
20011         Log: Remove superfluous strlen() from pp_require().
20012      Branch: perl
20013            ! pp_ctl.c
20014 ____________________________________________________________________________
20015 [ 26058] By: stevep                                on 2005/11/09  10:45:57
20016         Log: Patch from Gisle to add NO_MATHOMS to the Compile-time options.
20017      Branch: perl
20018            ! perl.c
20019 ____________________________________________________________________________
20020 [ 26057] By: rgs                                   on 2005/11/09  10:31:35
20021         Log: Don't declare a function inside another function
20022      Branch: perl
20023            ! perl.c
20024 ____________________________________________________________________________
20025 [ 26056] By: merijn                                on 2005/11/09  09:54:28
20026         Log: Subject: Configure setting patchlevel broken
20027              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
20028              Date: Fri, 14 Oct 2005 00:33:29 -0700
20029              Message-ID: <20051014073329.GA3236@efn.org>
20030      Branch: perl
20031            ! Configure
20032 ____________________________________________________________________________
20033 [ 26054] By: rgs                                   on 2005/11/09  09:15:04
20034         Log: Subject: [PATCH] Re: [perl #32383] DProf breaks List::Util::shuffle
20035              From: Robin Houston <robin@cpan.org>
20036              Date: Tue, 8 Nov 2005 19:02:34 +0000
20037              Message-ID: <20051108190234.GA25953@rpc142.cs.man.ac.uk>
20038      Branch: perl
20039            ! cop.h ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
20040            ! ext/List/Util/multicall.h ext/List/Util/t/first.t
20041            ! ext/List/Util/t/reduce.t pod/perlcall.pod
20042 ____________________________________________________________________________
20043 [ 26053] By: rgs                                   on 2005/11/09  08:57:10
20044         Log: Subject: patch@26052 - compile rule for mathoms.c
20045              From: "John E. Malmberg" <wb8tyw@qsl.net>
20046              Date: Tue, 08 Nov 2005 23:09:03 -0500
20047              Message-ID: <4371765F.1000900@qsl.net>
20048      Branch: perl
20049            ! vms/descrip_mms.template
20050 ____________________________________________________________________________
20051 [ 26052] By: nicholas                              on 2005/11/08  22:05:57
20052         Log: It helps to actually *remove* the now-superfluous strlen().
20053              (An addendum to 26050.)
20054      Branch: perl
20055            ! toke.c
20056 ____________________________________________________________________________
20057 [ 26051] By: nicholas                              on 2005/11/08  21:55:40
20058         Log: Moving the 4 writes of PL_no_mem followed by exit(1) to a static
20059              function makes the object code slightly smaller.
20060      Branch: perl
20061            ! util.c
20062 ____________________________________________________________________________
20063 [ 26050] By: nicholas                              on 2005/11/08  21:37:52
20064         Log: Eliminate some unnecessary strlen()s
20065      Branch: perl
20066            ! doio.c op.c perl.c perlio.c sv.c toke.c util.c
20067 ____________________________________________________________________________
20068 [ 26049] By: nicholas                              on 2005/11/08  20:43:11
20069         Log: Eliminate duplicate strlen()s by explicitly calling it.
20070              Note two places for future audit with FIXME.
20071              Convert a SvPVX_const to SvPVX_const_nolen, where the length is unused.
20072      Branch: perl
20073            ! pp_ctl.c
20074 ____________________________________________________________________________
20075 [ 26048] By: nicholas                              on 2005/11/08  20:35:11
20076         Log: 3 calls to strlen() we can avoid.
20077      Branch: perl
20078            ! doio.c
20079 ____________________________________________________________________________
20080 [ 26047] By: rgs                                   on 2005/11/08  17:35:58
20081         Log: Subject: [DOC PATCH] mention @-, @+ in perl56delta.pod
20082              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
20083              Date: Tue, 8 Nov 2005 08:46:42 -0800
20084              Message-ID: <20051108164642.GD7972@efn.org>
20085      Branch: perl
20086            ! pod/perl561delta.pod pod/perl56delta.pod
20087 ____________________________________________________________________________
20088 [ 26046] By: nicholas                              on 2005/11/08  16:30:18
20089         Log: Probaby a good idea to include DEBUG_LEAKING_SCALARS in -V output, as
20090              its presence changes structure sizes.
20091      Branch: perl
20092            ! perl.c
20093 ____________________________________________________________________________
20094 [ 26045] By: stevep                                on 2005/11/08  14:24:39
20095         Log: From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
20096              Subject: Re: A surprising segfault
20097              Date: Tue, 08 Nov 2005 23:36:13 +0900
20098              Message-Id: <20051108233535.735D.BQW10602@nifty.com>
20099      Branch: perl
20100            ! t/io/fs.t t/io/print.t t/op/chop.t t/op/sort.t
20101 ____________________________________________________________________________
20102 [ 26044] By: steveh                                on 2005/11/08  10:16:56
20103         Log: Remove an unused variable left over from change #26041
20104      Branch: perl
20105            ! win32/win32.c
20106 ____________________________________________________________________________
20107 [ 26043] By: rgs                                   on 2005/11/08  10:11:55
20108         Log: Subject: Re: C<undef %::> considered harmful
20109              From: Benjamin Sugars <bsugars@canoe.ca>
20110              Date: Fri, 20 Apr 2001 10:30:20 -0400 (EDT)
20111              Message-ID: <Pine.LNX.4.21.0104201022040.1722-100000@marmot.rim.canoe.ca>
20112              
20113              except the part that increases the refcount of PL_stderrgv, already
20114              fixed separately.
20115      Branch: perl
20116            ! perl.c
20117 ____________________________________________________________________________
20118 [ 26042] By: rgs                                   on 2005/11/08  09:57:10
20119         Log: Upgrade to CPAN 1.76_65
20120      Branch: perl
20121            - lib/CPAN/Admin.pm
20122            ! MANIFEST lib/CPAN.pm lib/CPAN/SIGNATURE lib/CPAN/bin/cpan
20123            ! lib/CPAN/t/version.t
20124 ____________________________________________________________________________
20125 [ 26041] By: merijn                                on 2005/11/08  06:29:56
20126         Log: Subject: [PATCH] Remove unused USING_WIDE code from win32 and wince branches
20127              From: "Jan Dubois" <jand@ActiveState.com>
20128              Date: Mon, 7 Nov 2005 20:39:02 -0800
20129              Message-ID: <078001c5e41e$585c4140$6401a8c0@candy>
20130      Branch: perl
20131            ! win32/ext/Win32/Win32.xs win32/perlhost.h win32/win32.c
20132            ! win32/win32.h wince/perlhost.h wince/win32.h wince/wince.c
20133 ____________________________________________________________________________
20134 [ 26040] By: stevep                                on 2005/11/08  00:41:51
20135         Log: Updated perldiag.pod entry for "Can't use subscript..."
20136      Branch: perl
20137            ! pod/perldiag.pod
20138 ____________________________________________________________________________
20139 [ 26039] By: nicholas                              on 2005/11/07  21:31:16
20140         Log: Merge pp_slt, pp_sgt and pp_sge into pp_sle. (The most commonly used
20141              of the 4. Not that any are that popular.)
20142      Branch: perl
20143            ! mathoms.c opcode.h opcode.pl pp.c
20144 ____________________________________________________________________________
20145 [ 26038] By: stevep                                on 2005/11/07  18:35:47
20146         Log: Subject: [PATCH] Re: [perl #36061] Not OK: perl v5.8.7 on darwin-2level 8.1.0 (UNINSTALLED)
20147              From: shouldbedomo@mac.com (Dominic Dunlop)
20148              Date: Mon, 7 Nov 2005 18:24:50 +0100
20149              Message-ID: <B9D07EB3-DF78-48A9-90C4-AF3A89AAB7C6@mac.com>
20150              
20151              README.macosx updates
20152      Branch: perl
20153            ! README.macosx
20154 ____________________________________________________________________________
20155 [ 26037] By: nicholas                              on 2005/11/07  15:21:01
20156         Log: s/Nick Clark/Nicholas Clark/
20157      Branch: perl
20158            ! Changes Changes5.8 doio.c t/op/lc.t
20159 ____________________________________________________________________________
20160 [ 26036] By: nicholas                              on 2005/11/07  15:18:51
20161         Log: For each test function, test it as is, and with extra data appended
20162              after each test character.
20163      Branch: perl
20164            ! t/uni/case.pl
20165 ____________________________________________________________________________
20166 [ 26035] By: nicholas                              on 2005/11/07  14:05:25
20167         Log: The rarely used lcfirst and ucfirst share almost all their code.
20168              Merge the two as pp_ucfirst.
20169      Branch: perl
20170            ! mathoms.c opcode.h opcode.pl pp.c
20171 ____________________________________________________________________________
20172 [ 26034] By: nicholas                              on 2005/11/07  13:22:35
20173         Log: Fix bug #37628 (both lcfirst and ucfirst)
20174      Branch: perl
20175            ! pp.c t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
20176 ____________________________________________________________________________
20177 [ 26033] By: rgs                                   on 2005/11/07  12:26:29
20178         Log: Subject: [PATCH] Cleaning up x2p directory
20179              From: Andy Lester <andy@petdance.com>
20180              Date: Fri, 4 Nov 2005 15:13:55 -0600
20181              Message-ID: <20051104211355.GB12651@petdance.com>
20182      Branch: perl
20183            - x2p/proto.h
20184            ! MANIFEST x2p/EXTERN.h x2p/INTERN.h x2p/a2p.h x2p/a2py.c
20185            ! x2p/hash.c x2p/hash.h x2p/str.c x2p/str.h x2p/util.c
20186            ! x2p/util.h x2p/walk.c
20187 ____________________________________________________________________________
20188 [ 26032] By: rgs                                   on 2005/11/07  12:20:59
20189         Log: Subject: [PATCH] Missing static declarations 
20190              From: Gisle Aas <gisle@ActiveState.com>
20191              Date: 05 Nov 2005 05:08:03 -0800
20192              Message-ID: <lracgj1bv0.fsf@caliper.activestate.com>
20193      Branch: perl
20194            ! genpacksizetables.pl pp_pack.c
20195 ____________________________________________________________________________
20196 [ 26031] By: rgs                                   on 2005/11/07  11:49:46
20197         Log: Remove CPAN.pm's META.yml.
20198              Add CPAN.pm's SIGNATURE in MANIFEST.
20199      Branch: perl
20200            - lib/CPAN/META.yml
20201            ! MANIFEST
20202 ____________________________________________________________________________
20203 [ 26030] By: rgs                                   on 2005/11/07  11:39:57
20204         Log: Subject: [PATCH] Symbian update blead@26025
20205              From: <jarkko.hietaniemi@nokia.com>
20206              Date: Mon, 7 Nov 2005 13:32:15 +0200
20207              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A70C@esebe105.NOE.Nokia.com>
20208      Branch: perl
20209            + symbian/PerlUi.cpp symbian/PerlUi.h symbian/PerlUi.hrh
20210            + symbian/PerlUiS60.rss symbian/PerlUiS80.rss
20211            + symbian/PerlUiUIQ.rss symbian/ext/Moped/Msg/Msg.mmp
20212            + symbian/ext/Moped/Msg/Msg.pkg symbian/ext/Moped/Msg/Msg.pm
20213            + symbian/ext/Moped/Msg/Msg.xs symbian/ext/Moped/Msg/README
20214            + symbian/ext/Moped/Msg/bld.inf
20215            + symbian/ext/Moped/Msg/location.pl
20216            - symbian/PerlAppS60.rss symbian/PerlAppS80.rss
20217            - symbian/PerlAppUIQ.rss
20218            ! MANIFEST doio.c perl.c symbian/PerlApp.cpp symbian/PerlApp.h
20219            ! symbian/PerlApp.hrh symbian/PerlBase.h symbian/TODO
20220            ! symbian/config.pl symbian/config.sh symbian/sanity.pl
20221            ! symbian/sdk.pl symbian/sisify.pl symbian/symbian_proto.h
20222            ! symbian/symbian_utils.cpp symbian/symbianish.h
20223            ! symbian/xsbuild.pl
20224 ____________________________________________________________________________
20225 [ 26029] By: nicholas                              on 2005/11/07  10:52:08
20226         Log: Add lib/CPAN/Admin.pm from CPAN to make version.t pass.
20227      Branch: perl
20228            + lib/CPAN/Admin.pm
20229            ! MANIFEST
20230 ____________________________________________________________________________
20231 [ 26028] By: rgs                                   on 2005/11/07  10:24:54
20232         Log: Subject: [PATCH] Consting and localizing: Part LXVIII
20233              From: Andy Lester <andy@petdance.com>
20234              Date: Fri, 4 Nov 2005 15:12:56 -0600
20235              Message-ID: <20051104211256.GA12651@petdance.com>
20236      Branch: perl
20237            ! deb.c embed.fnc embed.h locale.c pp_sys.c proto.h scope.c
20238            ! universal.c utf8.c util.c
20239 ____________________________________________________________________________
20240 [ 26027] By: rgs                                   on 2005/11/07  09:58:26
20241         Log: Subject: [perl #24254] Attempt to free unreferenced scalar 
20242              From: "Chris Heath via RT" <perlbug-followup@perl.org>
20243              Date: Sun, 06 Nov 2005 20:08:05 -0800
20244              Message-ID: <rt-3.0.11-24254-123984.4.44134155985068@perl.org>
20245      Branch: perl
20246            ! cop.h
20247 ____________________________________________________________________________
20248 [ 26026] By: merijn                                on 2005/11/07  08:14:59
20249         Log: Subject: [PATCH] follow up on 25969 for VMS
20250              From: Abe Timmerman <abe@ztreet.demon.nl>
20251              Date: Sat, 5 Nov 2005 13:29:58 +0200
20252              Message-Id: <200511051229.58297.abe@ztreet.demon.nl>
20253      Branch: perl
20254            ! vms/vms.c vms/vmsish.h
20255 ____________________________________________________________________________
20256 [ 26025] By: stevep                                on 2005/11/07  03:42:53
20257         Log: Added note to README.macosx regarding failures from broken locale
20258              files.
20259      Branch: perl
20260            ! README.macosx
20261 ____________________________________________________________________________
20262 [ 26024] By: stevep                                on 2005/11/07  02:58:31
20263         Log: Fix documentation for gmtime().
20264      Branch: perl
20265            ! pod/perlfunc.pod
20266 ____________________________________________________________________________
20267 [ 26023] By: stevep                                on 2005/11/06  20:18:23
20268         Log: Upgrade to CPAN-1.76_61
20269      Branch: perl
20270            + lib/CPAN/PAUSE2005.pub
20271            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/META.yml
20272            ! lib/CPAN/Nox.pm lib/CPAN/SIGNATURE lib/CPAN/Version.pm
20273            ! lib/CPAN/bin/cpan lib/CPAN/t/Nox.t lib/CPAN/t/vcmp.t
20274            ! lib/CPAN/t/version.t
20275 ____________________________________________________________________________
20276 [ 26022] By: stevep                                on 2005/11/06  19:16:54
20277         Log: Nits in the pp_defined code spotted by Jarkko.
20278      Branch: perl
20279            ! pp_hot.c
20280 ____________________________________________________________________________
20281 [ 26021] By: stevep                                on 2005/11/06  18:38:02
20282         Log: Upgrade to Time-HiRes-1.82
20283      Branch: perl
20284            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
20285            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
20286            ! ext/Time/HiRes/t/HiRes.t
20287 ____________________________________________________________________________
20288 [ 26020] By: merijn                                on 2005/11/06  07:23:15
20289         Log: Subject: Re: [PATCH configure.com] add the new d_futimes as undef
20290              From: "John E. Malmberg" <wb8tyw@qsl.net>
20291              Date: Sat, 05 Nov 2005 21:28:33 -0500
20292              Message-ID: <436D6A51.5040700@qsl.net>
20293      Branch: perl
20294            ! configure.com
20295 ____________________________________________________________________________
20296 [ 26019] By: nicholas                              on 2005/11/05  16:47:31
20297         Log: Make the 5.9 changes to B conditional on perl version.
20298      Branch: perl
20299            ! ext/B/B.pm ext/B/B.xs
20300 ____________________________________________________________________________
20301 [ 26018] By: nicholas                              on 2005/11/05  16:28:09
20302         Log: '[at]' should be '@'
20303              Suck in CPAN/Nox.pm from CPAN, so that version.t passes.
20304      Branch: perl
20305            ! lib/CPAN.pm lib/CPAN/Nox.pm lib/CPAN/Version.pm
20306            ! lib/CPAN/t/version.t
20307 ____________________________________________________________________________
20308 [ 26017] By: stevep                                on 2005/11/05  14:49:11
20309         Log: Kill warnings and add a panic to pp_defined() in case the wrong op
20310              is passed in.
20311      Branch: perl
20312            ! pp_hot.c
20313 ____________________________________________________________________________
20314 [ 26016] By: stevep                                on 2005/11/05  13:44:10
20315         Log: Upgrade to CPAN-1.76_60.
20316      Branch: perl
20317            + lib/CPAN/Version.pm lib/CPAN/t/version.t
20318            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/t/Nox.t
20319            ! lib/CPAN/t/loadme.t lib/CPAN/t/mirroredby.t lib/CPAN/t/vcmp.t
20320 ____________________________________________________________________________
20321 [ 26015] By: nicholas                              on 2005/11/05  12:57:40
20322         Log: Allow passing of the full enum name into the tryAMAGICbin family of
20323              macros, to avoid needing C pre-processor string concatenation within
20324              the lowest level expansion.
20325      Branch: perl
20326            ! pp.c pp.h
20327 ____________________________________________________________________________
20328 [ 26014] By: stevep                                on 2005/11/05  12:55:47
20329         Log: Upgrade to Time-HiRes-1.81
20330      Branch: perl
20331            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
20332            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/t/HiRes.t
20333 ____________________________________________________________________________
20334 [ 26013] By: merijn                                on 2005/11/05  11:38:32
20335         Log: Subject: [PATCH configure.com] add the new d_futimes as undef
20336              From: Abe Timmerman <abe@ztreet.demon.nl>
20337              Date: Sat, 5 Nov 2005 11:26:33 +0200
20338              Message-Id: <200511051026.33940.abe@ztreet.demon.nl>
20339      Branch: perl
20340            ! configure.com
20341 ____________________________________________________________________________
20342 [ 26012] By: rgs                                   on 2005/11/05  10:13:56
20343         Log: Remove the obsolete KNOWN PROBLEMS sections from perlcall.pod
20344              (noticed by Robin Houston)
20345      Branch: perl
20346            ! pod/perlcall.pod
20347 ____________________________________________________________________________
20348 [ 26011] By: rgs                                   on 2005/11/05  10:10:09
20349         Log: Subject: Re: A surprising segfault
20350              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
20351              Date: Nov 5, 2005 5:54 AM
20352              Message-Id: <20051105135053.27D7.BQW10602@nifty.com>
20353      Branch: perl
20354            ! pp.c pp_sort.c pp_sys.c
20355 ____________________________________________________________________________
20356 [ 26010] By: nicholas                              on 2005/11/05  08:32:39
20357         Log: dorassign doesn't need --SP;
20358      Branch: perl
20359            ! pp_hot.c
20360 ____________________________________________________________________________
20361 [ 26009] By: davem                                 on 2005/11/05  01:57:23
20362         Log: pp_print didn't extend the stack before pushing its return value
20363      Branch: perl
20364            ! pp_hot.c
20365 ____________________________________________________________________________
20366 [ 26008] By: stevep                                on 2005/11/05  01:39:51
20367         Log: Typos in opcode.pl this time.
20368      Branch: perl
20369            ! opcode.h opcode.pl
20370 ____________________________________________________________________________
20371 [ 26007] By: stevep                                on 2005/11/05  01:36:17
20372         Log: Merge pp_andassign, pp_orassign, and pp_dorassign into pp_and,
20373              pp_or, and pp_defined, respectively.
20374      Branch: perl
20375            ! mathoms.c opcode.h opcode.pl pp_ctl.c pp_hot.c
20376 ____________________________________________________________________________
20377 [ 26006] By: nicholas                              on 2005/11/04  22:50:22
20378         Log: s/printf/my_printf/ because we're using the return value.
20379              My mistake spotted by Gisle.
20380      Branch: perl
20381            ! regcomp.c
20382 ____________________________________________________________________________
20383 [ 26005] By: stevep                                on 2005/11/04  21:41:43
20384         Log: s/pp_dor/pp_defined/
20385      Branch: perl
20386            ! mathoms.c
20387 ____________________________________________________________________________
20388 [ 26004] By: stevep                                on 2005/11/04  21:39:44
20389         Log: I barely knew ya pp_dor.  Merged into pp_defined from whence you came.
20390              This change has also caused pp_defined to be promoted to being a hot
20391              op.
20392      Branch: perl
20393            ! mathoms.c opcode.h opcode.pl pp.c pp_hot.c
20394 ____________________________________________________________________________
20395 [ 26003] By: nicholas                              on 2005/11/04  21:22:46
20396         Log: Use the return value of sprintf in sv_2pv_flags. Remove dead code.
20397      Branch: perl
20398            ! sv.c
20399 ____________________________________________________________________________
20400 [ 26002] By: nicholas                              on 2005/11/04  21:03:58
20401         Log: You can't there from here. (Dead code in sv_2pv_flags)
20402      Branch: perl
20403            ! sv.c
20404 ____________________________________________________________________________
20405 [ 26001] By: nicholas                              on 2005/11/04  20:47:34
20406         Log: Use the return value from sprintf().
20407      Branch: perl
20408            ! regcomp.c taint.c universal.c util.c
20409 ____________________________________________________________________________
20410 [ 26000] By: nicholas                              on 2005/11/04  20:20:56
20411         Log: pp_semop can fit within Perl_pp_shmwrite().
20412      Branch: perl
20413            ! mathoms.c opcode.h opcode.pl pp_sys.c
20414 ____________________________________________________________________________
20415 [ 25999] By: nicholas                              on 2005/11/04  19:53:33
20416         Log: The remaining special logic in pp_syswrite can be moved into pp_send,
20417              which is actually already 50% syswrite.
20418      Branch: perl
20419            ! mathoms.c opcode.h opcode.pl pp_sys.c
20420 ____________________________________________________________________________
20421 [ 25998] By: rgs                                   on 2005/11/04  18:38:34
20422         Log: Revert patch #25993.
20423      Branch: perl
20424            ! regexec.c t/op/pat.t
20425 ____________________________________________________________________________
20426 [ 25997] By: steveh                                on 2005/11/04  17:23:49
20427         Log: Fix a Win32 linker error following change #25972
20428      Branch: perl
20429            ! pp_sys.c
20430 ____________________________________________________________________________
20431 [ 25996] By: rgs                                   on 2005/11/04  16:35:17
20432         Log: Subject: [PATCH] use clearenv if available
20433              From: Alan Burlison <Alan.Burlison@sun.com>
20434              Date: Fri, 04 Nov 2005 16:33:30 +0000
20435              Message-ID: <436B8D5A.4010502@sun.com>
20436      Branch: perl
20437            ! embed.fnc embed.h mg.c proto.h sv.c util.c
20438 ____________________________________________________________________________
20439 [ 25995] By: merijn                                on 2005/11/04  16:30:03
20440         Log: Subject: Re: futimes [PATCH]
20441              From: Steve Peters <steve@fisharerojo.org>
20442              Date: Fri, 4 Nov 2005 09:00:25 -0600
20443              Message-ID: <20051104150025.GA3873@mccoy.peters.homeunix.org>
20444      Branch: perl
20445            ! Configure
20446 ____________________________________________________________________________
20447 [ 25993] By: rgs                                   on 2005/11/04  16:26:08
20448         Log: Subject: [perl #19049] Incorrect $` after replacement
20449              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
20450              Date: Fri, 04 Nov 2005 08:17:25 +0100
20451              Message-ID: <87fyqc51bu.fsf@k75.linux.bogus>
20452      Branch: perl
20453            ! regexec.c t/op/pat.t
20454 ____________________________________________________________________________
20455 [ 25992] By: rgs                                   on 2005/11/04  15:41:21
20456         Log: Subject: Re: [PATCH] sort/multicall patch
20457              From: Robin Houston <robin@cpan.org>
20458              Date: Fri, 4 Nov 2005 15:20:29 +0000
20459              Message-ID: <20051104152029.GA17169@rpc142.cs.man.ac.uk>
20460      Branch: perl
20461            ! pp_ctl.c t/op/sort.t
20462 ____________________________________________________________________________
20463 [ 25991] By: stevep                                on 2005/11/04  15:10:44
20464         Log: Subject: Re: Configure -Dno_mathoms
20465              From: gisle@ActiveState.com (Gisle Aas)
20466              Date: 01 Nov 2005 03:27:49 -0800
20467              Message-ID: <lrslug7glm.fsf@caliper.activestate.com>
20468      Branch: perl
20469            ! mathoms.c perl.c
20470 ____________________________________________________________________________
20471 [ 25990] By: nicholas                              on 2005/11/04  14:47:49
20472         Log: Merge msgsnd, msgrcv with Perl_pp_shmwrite().
20473              "Perfection is achieved not when there's nothing more to add,
20474              but when there's nothing left to remove" (Antoine de Saint-Exupéry)
20475      Branch: perl
20476            ! mathoms.c opcode.h opcode.pl pp_sys.c
20477 ____________________________________________________________________________
20478 [ 25989] By: nicholas                              on 2005/11/04  14:21:19
20479         Log: Once more, with feeling.
20480              [Mmm, has someone been swapping the coffee for decaf?]
20481              [Actual cause - make sure the edited version of the file is in the
20482              correct directory]
20483      Branch: perl
20484            ! pod/perldiag.pod
20485 ____________________________________________________________________________
20486 [ 25988] By: nicholas                              on 2005/11/04  14:18:14
20487         Log: Meta-oops. Change 25987 was not the change you were looking for.
20488      Branch: perl
20489            ! pod/perldiag.pod
20490 ____________________________________________________________________________
20491 [ 25987] By: nicholas                              on 2005/11/04  14:09:11
20492         Log: Oops. This new panic was meant to be added to the documented
20493              diagnostics.
20494      Branch: perl
20495            ! pod/perldiag.pod
20496 ____________________________________________________________________________
20497 [ 25986] By: nicholas                              on 2005/11/04  13:02:42
20498         Log: ftrwrite, ftrexec, fteread, ftewrite and fteexec can all be merged
20499              with Perl_pp_ftrread().
20500      Branch: perl
20501            ! mathoms.c opcode.h opcode.pl pod/perldiag.pod pod/perltodo.pod
20502            ! pp_sys.c
20503 ____________________________________________________________________________
20504 [ 25985] By: stevep                                on 2005/11/04  12:02:51
20505         Log: Upgrade to Time-HiRes-1.80
20506      Branch: perl
20507            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
20508            ! ext/Time/HiRes/HiRes.xs
20509 ____________________________________________________________________________
20510 [ 25984] By: nicholas                              on 2005/11/04  11:36:24
20511         Log: PERL_EFF_ACCESS_[RWX]_OK can go.
20512      Branch: perl
20513            ! pp_sys.c
20514 ____________________________________________________________________________
20515 [ 25983] By: nicholas                              on 2005/11/04  11:16:08
20516         Log: The PERL_EFF_ACCESS_[RWX]_OK macros are all defined as triples, so
20517              can be refactored to a single platform dependent PERL_EFF_ACCESS macro
20518              with the other 3 implemented in terms of it.
20519      Branch: perl
20520            ! pp_sys.c
20521 ____________________________________________________________________________
20522 [ 25982] By: merijn                                on 2005/11/04  09:16:53
20523         Log: Subject: [PATCH] bad semicolon in pp_ftrowned
20524              From: Andy Lester <andy@petdance.com>
20525              Date: Fri, 4 Nov 2005 00:37:54 -0600
20526              Message-ID: <20051104063753.GA3863@petdance.com>
20527      Branch: perl
20528            ! pp_sys.c
20529 ____________________________________________________________________________
20530 [ 25981] By: stevep                                on 2005/11/04  00:10:21
20531         Log: Upgrade to Time-HiRes 1.79
20532      Branch: perl
20533            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
20534            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/t/HiRes.t
20535 ____________________________________________________________________________
20536 [ 25980] By: stevep                                on 2005/11/03  21:23:48
20537         Log: Reverting the reversion.  va_end() goes with va_start().
20538      Branch: perl
20539            ! mg.c
20540 ____________________________________________________________________________
20541 [ 25979] By: rgs                                   on 2005/11/03  21:07:54
20542         Log: Fix test failures introduced by the change of flags on op_sort
20543      Branch: perl
20544            ! ext/B/t/f_sort.t
20545 ____________________________________________________________________________
20546 [ 25978] By: stevep                                on 2005/11/03  20:28:20
20547         Log: Upgrade to Time-HiRes-1.78
20548      Branch: perl
20549            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
20550            ! ext/Time/HiRes/t/HiRes.t
20551 ____________________________________________________________________________
20552 [ 25977] By: stevep                                on 2005/11/03  17:27:58
20553         Log: Change #25976 seemed to cause test failures in ext/B/t/f_sort.t.  What
20554              was that line about Jenga again?
20555      Branch: perl
20556            ! mg.c
20557 ____________________________________________________________________________
20558 [ 25976] By: stevep                                on 2005/11/03  17:14:17
20559         Log: Missing va_end(args) from SA_SIGINFO related code.
20560      Branch: perl
20561            ! mg.c
20562 ____________________________________________________________________________
20563 [ 25975] By: stevep                                on 2005/11/03  16:00:12
20564         Log: Test for the right signal should use the constant for that signal.
20565      Branch: perl
20566            ! ext/POSIX/t/sigaction.t
20567 ____________________________________________________________________________
20568 [ 25974] By: stevep                                on 2005/11/03  15:07:26
20569         Log: Add appropriate skips to t/io/fs.t to fix test failures on Cygwin.
20570      Branch: perl
20571            ! t/io/fs.t
20572 ____________________________________________________________________________
20573 [ 25973] By: stevep                                on 2005/11/03  14:56:25
20574         Log: More core test cleanups.  Mainly fixes to remove code that caused 
20575              warnings, but there were a few bug fixes that were hidden by 
20576              no using warnings.
20577      Branch: perl
20578            ! t/io/nargv.t t/io/openpid.t t/io/pipe.t t/io/print.t
20579            ! t/io/read.t t/io/tell.t
20580 ____________________________________________________________________________
20581 [ 25972] By: nicholas                              on 2005/11/03  14:19:34
20582         Log: Perl_pp_symlink and Perl_pp_link can be merged. The diff looks evil,
20583              but the actual finished code is not as bad as it seems.
20584      Branch: perl
20585            ! mathoms.c opcode.h opcode.pl pp_sys.c
20586 ____________________________________________________________________________
20587 [ 25971] By: rgs                                   on 2005/11/03  12:29:18
20588         Log: Document some bogus compiler warnings in README.solaris
20589              
20590              Subject: Re: Why is malloc_wrap now the default?
20591              From: Alan Burlison <Alan.Burlison@sun.com>
20592              Date: Thu, 03 Nov 2005 12:54:16 +0000
20593              Message-ID: <436A0878.1030703@sun.com>
20594      Branch: perl
20595            ! README.solaris
20596 ____________________________________________________________________________
20597 [ 25970] By: stevep                                on 2005/11/03  11:37:31
20598         Log: Upgrade to Time-HiRes-1.77
20599      Branch: perl
20600            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
20601            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
20602            ! ext/Time/HiRes/fallback/const-c.inc
20603            ! ext/Time/HiRes/fallback/const-xs.inc ext/Time/HiRes/t/HiRes.t
20604 ____________________________________________________________________________
20605 [ 25969] By: nicholas                              on 2005/11/03  11:09:39
20606         Log: Patch 3945 was a bit overkeen - the effective parameter to cando() and
20607              ingroup() is a boolean flag, not a GID or UID.
20608      Branch: perl
20609            ! doio.c embed.fnc proto.h
20610 ____________________________________________________________________________
20611 [ 25968] By: nicholas                              on 2005/11/03  09:51:56
20612         Log: Avoiding source code duplication for the lstat() on filehandle %s
20613              warning also makes the object code slightly smaller.
20614      Branch: perl
20615            ! pp_sys.c
20616 ____________________________________________________________________________
20617 [ 25967] By: stevep                                on 2005/11/03  02:09:30
20618         Log: Clean up some test files.
20619      Branch: perl
20620            ! t/io/argv.t t/io/crlf_through.t t/io/dup.t t/io/layers.t
20621            ! t/io/through.t
20622 ____________________________________________________________________________
20623 [ 25966] By: stevep                                on 2005/11/03  01:45:45
20624         Log: Make harness warning-free when running with -Mdiagnostics
20625      Branch: perl
20626            ! t/harness
20627 ____________________________________________________________________________
20628 [ 25965] By: stevep                                on 2005/11/02  22:37:48
20629         Log: Test case should not execute /no_such_process if it does exist.
20630      Branch: perl
20631            ! t/io/pipe.t
20632 ____________________________________________________________________________
20633 [ 25964] By: nicholas                              on 2005/11/02  21:27:58
20634         Log: unlink chmod utime kill can be merged into Perl_pp_chown().
20635      Branch: perl
20636            ! mathoms.c opcode.h opcode.pl pp_sys.c
20637 ____________________________________________________________________________
20638 [ 25963] By: nicholas                              on 2005/11/02  20:59:52
20639         Log: Move the conditonal compiles that report absence of kill and chown
20640              from pp_kill() and pp_chown() into apply().
20641      Branch: perl
20642            ! doio.c pp_sys.c
20643 ____________________________________________________________________________
20644 [ 25962] By: nicholas                              on 2005/11/02  20:13:24
20645         Log: Move ftsuid ftsgid ftsvtx into Perl_pp_ftrowned.
20646      Branch: perl
20647            ! mathoms.c opcode.h opcode.pl pp_sys.c
20648 ____________________________________________________________________________
20649 [ 25961] By: nicholas                              on 2005/11/02  19:04:10
20650         Log: Merge ftzero ftsock ftchr ftblk ftfile ftdir ftpipe into
20651              Perl_pp_ftrowned
20652      Branch: perl
20653            ! mathoms.c opcode.h opcode.pl pp_sys.c
20654 ____________________________________________________________________________
20655 [ 25960] By: nicholas                              on 2005/11/02  17:24:35
20656         Log: Avoid a pad panic by attempting to use dTARGET; in an op that didn't
20657              flag that it needed a target (OP_FTIS)
20658      Branch: perl
20659            ! pp_sys.c
20660 ____________________________________________________________________________
20661 [ 25959] By: nicholas                              on 2005/11/02  16:35:42
20662         Log: Correct error in 25958 for threaded builds.
20663      Branch: perl
20664            ! mathoms.c
20665 ____________________________________________________________________________
20666 [ 25958] By: nicholas                              on 2005/11/02  15:59:30
20667         Log: Merge ftsize ftmtime ftatime ftctime into Perl_pp_ftis
20668      Branch: perl
20669            ! mathoms.c opcode.h opcode.pl pp_sys.c
20670 ____________________________________________________________________________
20671 [ 25957] By: rgs                                   on 2005/11/02  14:33:32
20672         Log: Remove last sort test, that was failing with and without threads.
20673              Silence some warnings.
20674      Branch: perl
20675            ! t/op/sort.t
20676 ____________________________________________________________________________
20677 [ 25956] By: rgs                                   on 2005/11/02  14:10:54
20678         Log: Adjust test count
20679      Branch: perl
20680            ! ext/B/t/concise-xs.t
20681 ____________________________________________________________________________
20682 [ 25955] By: rgs                                   on 2005/11/02  13:39:35
20683         Log: Add missing file from change 25953
20684      Branch: perl
20685            + ext/List/Util/multicall.h
20686 ____________________________________________________________________________
20687 [ 25954] By: rgs                                   on 2005/11/02  13:14:19
20688         Log: Regen headers
20689      Branch: perl
20690            ! global.sym opcode.h pod/perlapi.pod pod/perldiag.pod
20691 ____________________________________________________________________________
20692 [ 25953] By: merijn                                on 2005/11/02  12:49:54
20693         Log: Subject: [PATCH] sort/multicall patch
20694              From: Robin Houston <robin@cpan.org>
20695              Date: Sat, 29 Oct 2005 21:33:07 +0100
20696              Message-ID: <20051029203307.GA8869@rpc142.cs.man.ac.uk>
20697      Branch: perl
20698            ! AUTHORS MANIFEST cop.h embed.fnc embedvar.h
20699            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
20700            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/first.t
20701            ! ext/List/Util/t/p_first.t ext/List/Util/t/p_reduce.t
20702            ! ext/List/Util/t/p_tainted.t ext/List/Util/t/reduce.t
20703            ! ext/List/Util/t/refaddr.t ext/List/Util/t/tainted.t makedef.pl
20704            ! op.c opcode.pl perlapi.h pod/perlcall.pod pod/perldiag.pod
20705            ! pp_ctl.c pp_hot.c pp_sort.c sv.c t/op/sort.t t/op/threads.t
20706            ! thrdvar.h
20707 ____________________________________________________________________________
20708 [ 25952] By: steveh                                on 2005/11/02  09:41:25
20709         Log: Subject: [PATCH] RE: [perl #37571] -z FH broken with Borland  build   
20710              From: "Paul Marquess" <paul.marquess@ntlworld.com>
20711              Date: Tue, 1 Nov 2005 17:05:38 -0000
20712              Message-ID: <003501c5df06$7d63fdb0$0505140a@myopwv.com>
20713      Branch: perl
20714            ! t/op/stat.t win32/win32.c
20715 ____________________________________________________________________________
20716 [ 25951] By: rgs                                   on 2005/11/02  08:57:52
20717         Log: Subject: Re: futimes [PATCH]
20718              From: Gisle Aas <gisle@ActiveState.com>
20719              Date: 01 Nov 2005 00:02:37 -0800
20720              Message-ID: <lrbr1494o2.fsf@caliper.activestate.com>
20721      Branch: perl
20722            ! t/io/fs.t
20723 ____________________________________________________________________________
20724 [ 25950] By: stevep                                on 2005/11/02  04:59:47
20725         Log: Ambiguous test cases may be hazardous to your health.
20726      Branch: perl
20727            ! t/op/list.t
20728 ____________________________________________________________________________
20729 [ 25949] By: stevep                                on 2005/11/02  04:54:52
20730         Log: Lowercase barewords considered harmful to your health.
20731      Branch: perl
20732            ! t/io/fs.t
20733 ____________________________________________________________________________
20734 [ 25948] By: rgs                                   on 2005/11/01  19:23:23
20735         Log: Subject: [PATCH] perlio.c consting
20736              From: Andy Lester <andy@petdance.com>
20737              Date: Oct 31, 2005 6:54 PM
20738              Message-ID: <20051031175411.GA18480@petdance.com>
20739      Branch: perl
20740            ! op.c perlio.c
20741 ____________________________________________________________________________
20742 [ 25947] By: steveh                                on 2005/11/01  17:20:18
20743         Log: This *really* should clear up Win32's Perl_do_exec undefined warnings
20744      Branch: perl
20745            ! perl.h
20746 ____________________________________________________________________________
20747 [ 25946] By: nicholas                              on 2005/11/01  16:38:31
20748         Log: This should clear up 'Perl_do_exec' undefined; warnings on win32
20749      Branch: perl
20750            ! embed.fnc embed.h proto.h
20751 ____________________________________________________________________________
20752 [ 25945] By: steveh                                on 2005/11/01  10:33:48
20753         Log: Make PerlLIOUtime()'s filename const
20754              
20755              Fixes a warning brought about by change #25941 (which made the
20756              filename argument const).
20757              The various implementations of PerlLIOUtime() (in NetWare/, win32/
20758              and wince/) already take a const filename.
20759      Branch: perl
20760            ! NetWare/nwperlhost.h NetWare/nwperlsys.h iperlsys.h
20761            ! win32/perlhost.h wince/perlhost.h
20762 ____________________________________________________________________________
20763 [ 25944] By: steveh                                on 2005/11/01  08:45:09
20764         Log: Fix nit in pod nit fix
20765      Branch: perl
20766            ! pod/perlhack.pod
20767 ____________________________________________________________________________
20768 [ 25943] By: steveh                                on 2005/11/01  08:39:32
20769         Log: Update win32 config files w.r.t. change #25935
20770      Branch: perl
20771            ! win32/config.bc win32/config.gc win32/config.vc
20772            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
20773            ! win32/config_H.vc win32/config_H.vc64
20774 ____________________________________________________________________________
20775 [ 25942] By: stevep                                on 2005/10/31  23:46:01
20776         Log: Upgrade to DB_File 1.813.
20777      Branch: perl
20778            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
20779            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-recno.t
20780 ____________________________________________________________________________
20781 [ 25941] By: merijn                                on 2005/10/31  22:15:01
20782         Log: Subject: futimes [PATCH]
20783              From: Gisle Aas <gisle@ActiveState.com>
20784              Date: 31 Oct 2005 13:53:53 -0800
20785              Message-ID: <lrk6ft8ia6.fsf_-_@caliper.activestate.com>
20786      Branch: perl
20787            ! doio.c handy.h pod/perlfunc.pod t/io/fs.t
20788 ____________________________________________________________________________
20789 [ 25940] By: nicholas                              on 2005/10/31  20:36:36
20790         Log: All the ops that are simply C<return some_other_op();> can be bypassed
20791              in the op dispatch table, and the bodies retired.
20792      Branch: perl
20793            ! mathoms.c opcode.h opcode.pl pp.c pp_ctl.c pp_sys.c
20794 ____________________________________________________________________________
20795 [ 25939] By: nicholas                              on 2005/10/31  19:55:18
20796         Log: Simplify the implementation of the "unimplemented" message in the
20797              conditionally compiled ops.
20798      Branch: perl
20799            ! pp_sys.c
20800 ____________________________________________________________________________
20801 [ 25938] By: nicholas                              on 2005/10/31  19:14:47
20802         Log: Further pod nit spotted by Jarkko
20803      Branch: perl
20804            ! pod/perlhack.pod
20805 ____________________________________________________________________________
20806 [ 25937] By: nicholas                              on 2005/10/31  18:34:59
20807         Log: Replace the 3 currently "unreachable" ops with a single op body
20808              unimplemented_op() that panics descriptively if ever reached.
20809      Branch: perl
20810            ! opcode.h opcode.pl pod/perldiag.pod pp.c
20811 ____________________________________________________________________________
20812 [ 25936] By: nicholas                              on 2005/10/31  18:29:05
20813         Log: Add "moving common filetest code to a static function" to the todo.
20814      Branch: perl
20815            ! pod/perltodo.pod
20816 ____________________________________________________________________________
20817 [ 25935] By: merijn                                on 2005/10/31  17:50:05
20818         Log: revive probe for futimes ()
20819      Branch: perl
20820            ! Configure Porting/Glossary config_h.SH handy.h
20821 ____________________________________________________________________________
20822 [ 25934] By: rgs                                   on 2005/10/31  17:00:44
20823         Log: A B::Deparse fix from :
20824              Subject: Re: [perl #37527] regular-expression parser does not see '(' character
20825              From: Bas van Sisseren <bas@quarantainenet.nl>
20826              Date: Wed, 26 Oct 2005 13:59:42 +0200
20827              Message-ID: <435F6FAE.4060502@quarantainenet.nl>
20828      Branch: perl
20829            ! ext/B/B/Deparse.pm
20830 ____________________________________________________________________________
20831 [ 25933] By: merijn                                on 2005/10/31  16:25:23
20832         Log: Subject: [PATCH] Symbian port 0.3.0 as of blead@25911
20833              From: <jarkko.hietaniemi@nokia.com>
20834              Date: Mon, 31 Oct 2005 18:38:42 +0200
20835              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A6D6@esebe105.NOE.Nokia.com>
20836      Branch: perl
20837            + symbian/PerlAppUIQ.rss
20838            ! MANIFEST README.symbian symbian/PerlApp.cpp symbian/PerlApp.h
20839            ! symbian/PerlApp.hrh symbian/PerlAppAif.rss symbian/config.pl
20840            ! symbian/port.pl symbian/sanity.pl symbian/sdk.pl
20841            ! symbian/sisify.pl symbian/symbian_utils.cpp symbian/xsbuild.pl
20842 ____________________________________________________________________________
20843 [ 25932] By: rgs                                   on 2005/10/31  16:24:31
20844         Log: Avoid corruption when calling mg_get to retrieve the value
20845              of a $digit variable. This is done by ensuring it's not
20846              tainted.
20847              See http://bugs.debian.org/303308
20848              Patch by Chris Heath <chris.heath@autoweb.net>
20849      Branch: perl
20850            ! mg.c
20851 ____________________________________________________________________________
20852 [ 25931] By: nicholas                              on 2005/10/31  16:24:29
20853         Log: maddingue prefers this e-mail address.
20854      Branch: perl
20855            ! AUTHORS
20856 ____________________________________________________________________________
20857 [ 25930] By: merijn                                on 2005/10/31  16:18:03
20858         Log: Try to preserve the lost opcode alias info in comments
20859              extent to change #25929
20860      Branch: perl
20861            ! opcode.h opcode.pl
20862 ____________________________________________________________________________
20863 [ 25929] By: nicholas                              on 2005/10/31  15:52:50
20864         Log: It appears that it's trivially easy to alias opcode functions in
20865              the opcode table. We should be able to get both a speed and size
20866              saving here. Time will tell how much.
20867      Branch: perl
20868            ! opcode.h opcode.pl
20869 ____________________________________________________________________________
20870 [ 25928] By: nicholas                              on 2005/10/31  15:13:06
20871         Log: Add maddingue to AUTHORS
20872      Branch: perl
20873            ! AUTHORS
20874 ____________________________________________________________________________
20875 [ 25927] By: nicholas                              on 2005/10/31  15:09:54
20876         Log: Subject: [PATCH] Making ExtUtils::Constant compatible with Perl 5.004
20877              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
20878              Message-ID: <1130712761.43654eb9cd9f7@imp4-g19.free.fr>
20879              Date: Sun, 30 Oct 2005 23:52:41 +0100
20880              
20881              with tweaks by chromatic and me.
20882      Branch: perl
20883            ! lib/ExtUtils/Constant.pm
20884 ____________________________________________________________________________
20885 [ 25926] By: nicholas                              on 2005/10/31  14:51:48
20886         Log: A more elegant way to deal with utf8n_to_uvchr() and utf8n_to_uvuni().
20887      Branch: perl
20888            ! embed.fnc embed.h proto.h utf8.c utf8.h
20889 ____________________________________________________________________________
20890 [ 25925] By: rgs                                   on 2005/10/31  14:27:32
20891         Log: Fix [perl #37533] open pragma ignored for all 3-arg opens
20892              Also, correct the documentation in open.pm that stated
20893              that open() did not override open.pm-given default encodings.
20894      Branch: perl
20895            ! lib/open.pm perlio.c
20896 ____________________________________________________________________________
20897 [ 25924] By: nicholas                              on 2005/10/31  14:18:59
20898         Log: Perl_csighandler was in global.sym twice.
20899      Branch: perl
20900            ! global.sym
20901 ____________________________________________________________________________
20902 [ 25923] By: nicholas                              on 2005/10/31  14:18:14
20903         Log: Arrange to only output each symbol once into global.sym
20904      Branch: perl
20905            ! embed.pl
20906 ____________________________________________________________________________
20907 [ 25922] By: rgs                                   on 2005/10/31  13:45:06
20908         Log: Tests for index/rindex with empty search string,
20909              adapted from a patch by Rick Delaney
20910      Branch: perl
20911            ! t/op/index.t
20912 ____________________________________________________________________________
20913 [ 25921] By: nicholas                              on 2005/10/31  13:22:01
20914         Log: uvchr_to_utf8() and utf8n_to_uvchr() are mathoms on ASCII based
20915              systems, and not on EBCDIC, so some more thinking is going to be
20916              needed here.
20917      Branch: perl
20918            ! mathoms.c utf8.c
20919 ____________________________________________________________________________
20920 [ 25920] By: stevep                                on 2005/10/31  11:58:08
20921         Log: Coverage stats showed that there were no tests for taking a slice
20922              from ().
20923      Branch: perl
20924            ! t/op/list.t
20925 ____________________________________________________________________________
20926 [ 25919] By: steveh                                on 2005/10/31  11:53:05
20927         Log: Change some spaces to tabs for easier diffing against config_h.SH
20928      Branch: perl
20929            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
20930            ! win32/config_H.vc64
20931 ____________________________________________________________________________
20932 [ 25918] By: steveh                                on 2005/10/31  11:30:15
20933         Log: Fixed threaded builds following change 25916
20934      Branch: perl
20935            ! pp_hot.c
20936 ____________________________________________________________________________
20937 [ 25917] By: nicholas                              on 2005/10/31  11:29:43
20938         Log: POD nit spotted by Jarkko
20939      Branch: perl
20940            ! pod/perlhack.pod
20941 ____________________________________________________________________________
20942 [ 25916] By: rgs                                   on 2005/10/31  10:44:32
20943         Log: is_utf8_string_loc() is now a macro, don't use its Perl_-prefixed form
20944      Branch: perl
20945            ! pp_hot.c
20946 ____________________________________________________________________________
20947 [ 25915] By: rgs                                   on 2005/10/31  10:28:32
20948         Log: Subject: [PATCH] Etta James presents: More consting
20949              From: Andy Lester <andy@petdance.com>
20950              Date: Sun, 30 Oct 2005 23:44:13 -0600
20951              Message-ID: <20051031054413.GA10767@petdance.com>
20952      Branch: perl
20953            ! cop.h doop.c hv.c numeric.c op.c perl.c perlio.c pp_hot.c
20954            ! pp_sys.c sv.c toke.c universal.c util.c
20955 ____________________________________________________________________________
20956 [ 25914] By: rgs                                   on 2005/10/31  10:18:15
20957         Log: Subject: [PATCH] S_tokereport's unused parm
20958              From: Andy Lester <andy@petdance.com>
20959              Date: Mon, 31 Oct 2005 00:04:59 -0600
20960              Message-ID: <20051031060459.GC10767@petdance.com>
20961      Branch: perl
20962            ! embed.fnc embed.h proto.h toke.c
20963 ____________________________________________________________________________
20964 [ 25913] By: rgs                                   on 2005/10/31  08:54:18
20965         Log: Regenerate perlapi.pod
20966      Branch: perl
20967            ! pod/perlapi.pod
20968 ____________________________________________________________________________
20969 [ 25912] By: rgs                                   on 2005/10/31  08:40:23
20970         Log: Robin Houston remarks that mention of a context is missing from the
20971              threads.pm documentation.
20972      Branch: perl
20973            ! ext/threads/threads.pm
20974 ____________________________________________________________________________
20975 [ 25911] By: stevep                                on 2005/10/31  03:51:08
20976         Log: perlsio_binmode() is pretty much a mathom on UNIX platforms, but it is
20977              used on Cygwin, at least.
20978      Branch: perl
20979            ! mathoms.c perlio.c
20980 ____________________________________________________________________________
20981 [ 25910] By: nicholas                              on 2005/10/30  21:53:03
20982         Log: const const bad bad.
20983              gcc bad bad too, because it didn't grumble one bit. (or two, for that
20984              matter).
20985      Branch: perl
20986            ! utf8.c
20987 ____________________________________________________________________________
20988 [ 25909] By: nicholas                              on 2005/10/30  21:38:29
20989         Log: is_utf8_alnum() and is_utf8_alnumc() can use is_utf8_common() too.
20990      Branch: perl
20991            ! utf8.c
20992 ____________________________________________________________________________
20993 [ 25908] By: nicholas                              on 2005/10/30  21:24:29
20994         Log: Jarkko and I think that Perl_is_utf8_alnumc should be initialising
20995              and using PL_utf8_alnum*c*, not PL_utf8_alnum.
20996      Branch: perl
20997            ! utf8.c
20998 ____________________________________________________________________________
20999 [ 25907] By: nicholas                              on 2005/10/30  21:10:39
21000         Log: Perl_is_utf8_* share a lot of common code. Pull that out into a new
21001              function S_is_utf8_common.
21002      Branch: perl
21003            ! utf8.c
21004 ____________________________________________________________________________
21005 [ 25906] By: nicholas                              on 2005/10/30  18:31:25
21006         Log: Given that sv_nosharing performs the same function as sv_nolocking
21007              and sv_unnolocking (ie sweet FA), we might as well use the 1 function
21008              to initialise all 3 variables, and elimiate the other two.
21009              For some reason all 3 are listed as being in the public API. Daft.
21010      Branch: perl
21011            ! embed.fnc embed.h intrpvar.h mathoms.c proto.h util.c
21012 ____________________________________________________________________________
21013 [ 25905] By: nicholas                              on 2005/10/30  18:04:17
21014         Log: Replace uvuni_to_utf8() with a macro that passes the extra 0 argument
21015              to uvuni_to_utf8_flags(). Move the old body to mathoms.c
21016      Branch: perl
21017            ! embed.fnc embed.h mathoms.c proto.h utf8.c utf8.h
21018 ____________________________________________________________________________
21019 [ 25904] By: nicholas                              on 2005/10/30  17:59:08
21020         Log: global.sym appears to have become out of date. Oops.
21021      Branch: perl
21022            ! global.sym
21023 ____________________________________________________________________________
21024 [ 25903] By: nicholas                              on 2005/10/30  17:49:27
21025         Log: Replace is_utf8_string_loc() with a macro that passes the extra 0
21026              argument to is_utf8_string_loc(). Correct the description of its
21027              parameters in its POD.
21028      Branch: perl
21029            ! embed.fnc embed.h mathoms.c proto.h utf8.c utf8.h
21030 ____________________________________________________________________________
21031 [ 25902] By: nicholas                              on 2005/10/30  17:14:08
21032         Log: Fix typos in comments.
21033      Branch: perl
21034            ! utf8.c
21035 ____________________________________________________________________________
21036 [ 25901] By: nicholas                              on 2005/10/30  17:08:39
21037         Log: Functions that die aren't exactly well used code.
21038              (ck_retarget, oopsCV, pp_padany, pp_threadsv, pp_mapstart)
21039      Branch: perl
21040            ! mathoms.c op.c pp.c pp_ctl.c
21041 ____________________________________________________________________________
21042 [ 25900] By: nicholas                              on 2005/10/30  16:45:34
21043         Log: save_hints is a mathom.
21044      Branch: perl
21045            ! mathoms.c op.c
21046 ____________________________________________________________________________
21047 [ 25899] By: nicholas                              on 2005/10/30  16:41:02
21048         Log: I infer that change 25891 as-is would break OS2. This should fix it.
21049      Branch: perl
21050            ! perl.h
21051 ____________________________________________________________________________
21052 [ 25898] By: nicholas                              on 2005/10/30  16:36:22
21053         Log: init_i18nl14n is a mathom.
21054      Branch: perl
21055            ! locale.c mathoms.c
21056 ____________________________________________________________________________
21057 [ 25897] By: nicholas                              on 2005/10/30  16:24:37
21058         Log: Replace hv_magic() with a macro to call sv_magic() directly. Move the
21059              old body to mathoms.c
21060      Branch: perl
21061            ! embed.fnc embed.h hv.c hv.h mathoms.c proto.h
21062 ____________________________________________________________________________
21063 [ 25896] By: nicholas                              on 2005/10/30  16:07:58
21064         Log: Fix win32 breakage inadvertently introduced by 25889
21065      Branch: perl
21066            ! perl.h
21067 ____________________________________________________________________________
21068 [ 25895] By: nicholas                              on 2005/10/30  10:31:01
21069         Log: Replace hv_iternext() with a macro that calls hv_iternext_flags with
21070              an extra 0 argument. Move the old body to mathoms.c
21071      Branch: perl
21072            ! embed.fnc embed.h hv.c hv.h mathoms.c proto.h
21073 ____________________________________________________________________________
21074 [ 25894] By: nicholas                              on 2005/10/30  10:00:42
21075         Log: Fix typo in comment.
21076      Branch: perl
21077            ! hv.c
21078 ____________________________________________________________________________
21079 [ 25893] By: nicholas                              on 2005/10/30  09:59:41
21080         Log: Replace gv_fetchmethod() with a macro to call gv_fetchmethod_autoload()
21081              with the extra TRUE argument.
21082      Branch: perl
21083            ! embed.fnc embed.h gv.c gv.h mathoms.c proto.h
21084 ____________________________________________________________________________
21085 [ 25892] By: nicholas                              on 2005/10/30  08:51:52
21086         Log: I think we have a winner. do_pipe hasn't been called since 4.036.
21087              Maybe we should just remove this appendix.
21088      Branch: perl
21089            ! doio.c mathoms.c
21090 ____________________________________________________________________________
21091 [ 25891] By: nicholas                              on 2005/10/30  08:38:07
21092         Log: Replace do_aexec() with a macro to call do_aexec5() with the two extra
21093              0 arguments. Move the old body to mathoms.c
21094      Branch: perl
21095            ! doio.c embed.fnc embed.h mathoms.c perl.h proto.h
21096 ____________________________________________________________________________
21097 [ 25890] By: nicholas                              on 2005/10/30  08:23:29
21098         Log: Replace do_exec() with a macro to call do_exec3() with the extra two
21099              0 arguments. Move the old body to mathoms.c
21100      Branch: perl
21101            ! doio.c embed.fnc embed.h mathoms.c perl.h proto.h
21102 ____________________________________________________________________________
21103 [ 25889] By: nicholas                              on 2005/10/30  08:05:32
21104         Log: Replace do_open() with a macro to call do_openn() with the extra two
21105              0 paramters. Move the old body to mathoms.c.
21106      Branch: perl
21107            ! doio.c embed.fnc embed.h mathoms.c perl.h proto.h
21108 ____________________________________________________________________________
21109 [ 25888] By: stevep                                on 2005/10/30  04:20:45
21110         Log: Subject: [PATCH] warnings.pl/pm: Croaker function: bug (perl v5.8, v5.9)
21111              From: Bram <perl-rt@wizbit.be>
21112              Date: Thu, 04 Aug 2005 23:55:33 +0200
21113              Message-Id: <42F28ED5.CFFDCCFD@wizbit.be>
21114      Branch: perl
21115            ! lib/warnings.pm warnings.pl
21116 ____________________________________________________________________________
21117 [ 25887] By: stevep                                on 2005/10/29  22:37:50
21118         Log: Subject: Re: [PATCH] predecrement vs postdecrement
21119              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
21120              Date: Sat, 29 Oct 2005 23:24:33 +0300
21121              Message-ID: <4363DA81.6060600@gmail.com>
21122              
21123              Nit in pod/perlhack.pod
21124      Branch: perl
21125            ! pod/perlhack.pod
21126 ____________________________________________________________________________
21127 [ 25886] By: nicholas                              on 2005/10/29  17:31:01
21128         Log: Replace the body of the rarely used sv_setpviv_mg with a call to
21129              sv_setpviv followed by SvSETMAGIC.
21130      Branch: perl
21131            ! sv.c
21132 ____________________________________________________________________________
21133 [ 25885] By: nicholas                              on 2005/10/29  17:21:24
21134         Log: Replace sv_catsv_mg and sv_catpvn_mg, and move the obsolete bodies to
21135              mathoms.c
21136      Branch: perl
21137            ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h
21138 ____________________________________________________________________________
21139 [ 25884] By: nicholas                              on 2005/10/29  17:02:49
21140         Log: Add a new SMAGIC flag, to signal a call to SvSETMAGIC. Add it to
21141              sv_catpvn_flags and sv_catsv_flags, and then re-implement sv_catpvn_mg
21142              and sv_catsv_mg as calls to sv_catpvn_flags and sv_catsv_flags
21143              respectively.
21144      Branch: perl
21145            ! sv.c sv.h
21146 ____________________________________________________________________________
21147 [ 25883] By: nicholas                              on 2005/10/29  16:25:38
21148         Log: sv_2pv_nolen, sv_2pvbyte_nolen and sv_2pvutf8_nolen can all be replaced
21149              with terse macros, and the function bodies retired.
21150      Branch: perl
21151            ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h
21152 ____________________________________________________________________________
21153 [ 25882] By: nicholas                              on 2005/10/29  16:06:39
21154         Log: All the private implementations of @foo for compilers that can't do
21155              complex macro expansions became dead wood sometime around 5.7.3
21156              (Don't tell Otava this)
21157      Branch: perl
21158            ! mathoms.c sv.c
21159 ____________________________________________________________________________
21160 [ 25881] By: stevep                                on 2005/10/29  15:34:22
21161         Log: Subject: [perl #30563] [PATCH] Storable::dclone fails for tied elements
21162              From: perlbug-followup@perl.org (Srezic@Iconmobile.Com)
21163              Date: 2 Jul 2004 11:32:12 -0000
21164              Message-ID: <rt-3.0.11-30563-91788.4.94870186951744@perl.org>
21165              
21166              Also, a version bump to Storable.pm.
21167      Branch: perl
21168            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
21169            ! ext/Storable/t/dclone.t
21170 ____________________________________________________________________________
21171 [ 25880] By: nicholas                              on 2005/10/29  15:07:42
21172         Log: sv_utf8_upgrade declares itself to be a mathom, so off it goes.
21173              Remove duplicate declaration of Perl_sv_2uv
21174      Branch: perl
21175            ! mathoms.c sv.c
21176 ____________________________________________________________________________
21177 [ 25879] By: nicholas                              on 2005/10/29  14:51:32
21178         Log: Replace sv_force_normal with a macro that calls sv_force_normal_flags.
21179      Branch: perl
21180            ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h
21181 ____________________________________________________________________________
21182 [ 25878] By: nicholas                              on 2005/10/29  14:39:37
21183         Log: Replace sv_unref with a macro that calls sv_unref_flags
21184      Branch: perl
21185            ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h
21186 ____________________________________________________________________________
21187 [ 25877] By: stevep                                on 2005/10/29  14:33:30
21188         Log: Oops, missed an sv_force_normal()
21189      Branch: perl
21190            ! mg.c
21191 ____________________________________________________________________________
21192 [ 25876] By: nicholas                              on 2005/10/29  14:25:55
21193         Log: sv_taint() can easily be replaced by a macro.
21194      Branch: perl
21195            ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h
21196 ____________________________________________________________________________
21197 [ 25875] By: stevep                                on 2005/10/29  14:14:25
21198         Log: Change to use sv_force_normal_flags() directly, rather than calling
21199              sv_force_normal() to call sv_force_normal_flags().
21200      Branch: perl
21201            ! NetWare/sv_nw.c mg.c
21202 ____________________________________________________________________________
21203 [ 25874] By: nicholas                              on 2005/10/29  11:50:29
21204         Log: A terser implementation of S_varname, by using and post-processing
21205              gv_fullname4
21206      Branch: perl
21207            ! sv.c
21208 ____________________________________________________________________________
21209 [ 25873] By: stevep                                on 2005/10/29  11:47:55
21210         Log: Additional mathoms from doio.c
21211      Branch: perl
21212            ! doio.c mathoms.c
21213 ____________________________________________________________________________
21214 [ 25872] By: stevep                                on 2005/10/29  11:36:26
21215         Log: Coverage stats say av_fake() is a mathom too.
21216      Branch: perl
21217            ! av.c mathoms.c
21218 ____________________________________________________________________________
21219 [ 25871] By: nicholas                              on 2005/10/29  11:14:40
21220         Log: gv_fullname3 and gv_efullname3 are definately mathoms. They even say so.
21221      Branch: perl
21222            ! gv.c mathoms.c
21223 ____________________________________________________________________________
21224 [ 25870] By: stevep                                on 2005/10/29  11:02:12
21225         Log: Subject: Re: [PATCH] predecrement vs postdecrement
21226              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
21227              Date: Sat, 29 Oct 2005 11:52:25 +0300
21228              Message-ID: <43633849.6060809@gmail.com>
21229      Branch: perl
21230            ! regcomp.c
21231 ____________________________________________________________________________
21232 [ 25869] By: nicholas                              on 2005/10/29  10:53:40
21233         Log: gv_fullname and gv_efullname are definately mathoms.
21234      Branch: perl
21235            ! gv.c mathoms.c
21236 ____________________________________________________________________________
21237 [ 25868] By: stevep                                on 2005/10/28  23:38:35
21238         Log: Subject: [PATCH] perl5db.pl incorrect instructions in termination message
21239              From: Brendan O'Dea <bod@debian.org>
21240              Date: Sat, 29 Oct 2005 07:14:40 +1000
21241              Message-ID: <20051028211440.GA23305@londo.c47.org>
21242      Branch: perl
21243            ! lib/perl5db.pl
21244 ____________________________________________________________________________
21245 [ 25867] By: stevep                                on 2005/10/28  21:12:35
21246         Log: Makefiles like tabs, not spaces.
21247      Branch: perl
21248            ! win32/Makefile win32/makefile.mk
21249 ____________________________________________________________________________
21250 [ 25866] By: stevep                                on 2005/10/28  21:09:31
21251         Log: Add a new file, mathoms.c, to hold old code kept around for binary
21252              compatability with previous versions of Perl.  Change also includes
21253              various Makefile changes to compile the new file and link it into 
21254              libperl.
21255      Branch: perl
21256            + mathoms.c
21257            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile globals.c
21258            ! numeric.c op.c perlio.c plan9/mkfile sv.c utf8.c
21259            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
21260            ! wince/Makefile.ce
21261 ____________________________________________________________________________
21262 [ 25865] By: stevep                                on 2005/10/28  11:30:51
21263         Log: Check for changes in IO on CPAN.
21264      Branch: perl
21265            ! Porting/Maintainers.pl
21266 ____________________________________________________________________________
21267 [ 25864] By: stevep                                on 2005/10/28  11:21:48
21268         Log: gbarr is maintaining IO.
21269      Branch: perl
21270            ! Porting/Maintainers.pl
21271 ____________________________________________________________________________
21272 [ 25863] By: stevep                                on 2005/10/28  10:48:32
21273         Log: Add SPRINTF_RETURNS_STRLEN to the various Win32 config_H.* files.
21274      Branch: perl
21275            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
21276            ! win32/config_H.vc64
21277 ____________________________________________________________________________
21278 [ 25862] By: nicholas                              on 2005/10/28  10:24:43
21279         Log: Use the return value from sprintf and avoid a call to strlen
21280      Branch: perl
21281            ! sv.c
21282 ____________________________________________________________________________
21283 [ 25861] By: stevep                                on 2005/10/27  11:13:50
21284         Log: Subject: Re: IO::File performace issue
21285              From: gisle@ActiveState.com (Gisle Aas)
21286              Date: 27 Oct 2005 01:00:39 -0700
21287              Message-ID: <lrvezjv17c.fsf@caliper.activestate.com>
21288              
21289              Also includes a version bump for IO::File.
21290      Branch: perl
21291            ! ext/IO/lib/IO/File.pm
21292 ____________________________________________________________________________
21293 [ 25860] By: nicholas                              on 2005/10/27  08:53:03
21294         Log: Change 25850 failed to include all changed headers
21295      Branch: perl
21296            ! embed.h proto.h
21297 ____________________________________________________________________________
21298 [ 25859] By: stevep                                on 2005/10/27  01:55:08
21299         Log: Win32 fix for change #25850.  I don't know if this define will ever
21300              be used on Win32, but it does fix the problem at hand.
21301      Branch: perl
21302            ! win32/perlhost.h
21303 ____________________________________________________________________________
21304 [ 25858] By: rgs                                   on 2005/10/26  13:27:31
21305         Log: Subject: [patch@25854]vms.c rmsexpand and memmove fixes
21306              From: "John E. Malmberg" <wb8tyw@qsl.net>
21307              Date: Wed, 26 Oct 2005 08:08:05 -0400
21308              Message-ID: <435F71A5.6030809@qsl.net>
21309      Branch: perl
21310            ! vms/vms.c
21311 ____________________________________________________________________________
21312 [ 25857] By: rgs                                   on 2005/10/26  12:52:37
21313         Log: FAQ sync.
21314      Branch: perl
21315            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
21316            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
21317            ! pod/perlfaq7.pod pod/perlfaq9.pod
21318 ____________________________________________________________________________
21319 [ 25856] By: merijn                                on 2005/10/26  12:37:47
21320         Log: Subject: [PATCH] Symbian: better Series 80 support
21321              From: <jarkko.hietaniemi@nokia.com>
21322              Date: Wed, 26 Oct 2005 15:50:08 +0300
21323              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A6AA@esebe105.NOE.Nokia.com>
21324      Branch: perl
21325            + symbian/hexdump.pl
21326            ! MANIFEST symbian/PerlApp.cpp symbian/PerlApp.h
21327            ! symbian/PerlAppS80.rss symbian/config.pl symbian/makesis.pl
21328            ! symbian/sisify.pl
21329 ____________________________________________________________________________
21330 [ 25855] By: stevep                                on 2005/10/26  11:52:46
21331         Log: Multiple versions of OpenBSD fail this test, not just 3.7.
21332      Branch: perl
21333            ! t/op/sprintf.t
21334 ____________________________________________________________________________
21335 [ 25854] By: rgs                                   on 2005/10/26  10:21:30
21336         Log: Subject: Re: [PATCH] minor speed-up for pp_push()
21337              From: Tassilo von Parseval <tassilo.von.parseval@rwth-aachen.de>
21338              Date: Tue, 25 Oct 2005 08:11:42 +0200
21339              Message-id: <20051025061141.GA2256@ethan>
21340      Branch: perl
21341            ! pp.c
21342 ____________________________________________________________________________
21343 [ 25853] By: nicholas                              on 2005/10/26  10:06:37
21344         Log: Store the raw bytes of the pid in PL_pidstatus, rather than the
21345              stringification, as removing the conversions saves time and code.
21346      Branch: perl
21347            ! util.c
21348 ____________________________________________________________________________
21349 [ 25852] By: rgs                                   on 2005/10/26  09:37:25
21350         Log: Subject: [perl #37535] [PATCH] ioctl IOCPARM_LEN(x) should be _IOC_SIZE(x) on Linux, not 256 
21351              From: Jason Vas Dias (via RT) <perlbug-followup@perl.org>
21352              Date: Tue, 25 Oct 2005 15:27:28 -0700
21353              Message-ID: <rt-3.0.11-37535-123290.14.118037538994@perl.org>
21354      Branch: perl
21355            ! perl.h
21356 ____________________________________________________________________________
21357 [ 25851] By: rgs                                   on 2005/10/26  08:58:42
21358         Log: Subject: Re: [patch@25838]Hopefully the last VMS exit/error fixes needed.
21359              From: "John E. Malmberg" <wb8tyw@qsl.net>
21360              Date: Tue, 25 Oct 2005 13:36:20 -0400
21361              Message-ID: <435E6D14.7000104@qsl.net>
21362      Branch: perl
21363            ! perl.h vms/perlvms.pod
21364 ____________________________________________________________________________
21365 [ 25850] By: nicholas                              on 2005/10/26  08:31:20
21366         Log: Most platforms don't actually need PL_pidstatus, or the associated
21367              .5K of code.
21368      Branch: perl
21369            ! embed.fnc intrpvar.h makedef.pl perl.c perl.h perlapi.h
21370            ! pp_sys.c sv.c util.c
21371 ____________________________________________________________________________
21372 [ 25849] By: rgs                                   on 2005/10/25  15:26:20
21373         Log: Back out change #25839, and apply :
21374              
21375              Subject: [patch@25838]Hopefully the last VMS exit/error fixes needed.
21376              From: "John E. Malmberg" <wb8tyw@qsl.net>
21377              Date: Tue, 25 Oct 2005 11:09:37 -0400
21378              Message-ID: <435E4AB1.1000106@qsl.net>
21379      Branch: perl
21380            ! perl.c perl.h vms/perlvms.pod
21381 ____________________________________________________________________________
21382 [ 25848] By: nicholas                              on 2005/10/25  12:54:18
21383         Log: Code in wait4pid was calling hv_delete with the hash iterator
21384              currently on that entry. On aggregate this does more work, beacuse
21385              the next call to hv_iterinit() would spot the flag, and have to call
21386              the delete routine, while in the meantime any new entries can't
21387              re-use that memory.
21388      Branch: perl
21389            ! util.c
21390 ____________________________________________________________________________
21391 [ 25847] By: rgs                                   on 2005/10/25  12:35:29
21392         Log: t/TEST should require Time::HiRes only when it uses it.
21393              This fixes minitest.
21394      Branch: perl
21395            ! t/TEST
21396 ____________________________________________________________________________
21397 [ 25846] By: rgs                                   on 2005/10/25  12:17:33
21398         Log: Rediff the Makefile.SH patch for cross-compilation.
21399              (this doesn't mean it works, though.)
21400      Branch: perl
21401            ! Cross/Makefile.SH.patch
21402 ____________________________________________________________________________
21403 [ 25845] By: stevep                                on 2005/10/25  11:56:53
21404         Log: Upgrade to Time-HiRes-1.76
21405      Branch: perl
21406            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
21407            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
21408            ! ext/Time/HiRes/t/HiRes.t
21409 ____________________________________________________________________________
21410 [ 25844] By: rgs                                   on 2005/10/25  11:19:44
21411         Log: Remove remaining references to mv-if-diff
21412      Branch: perl
21413            ! os2/Makefile.SHs pod/Makefile.SH pod/perlmodlib.PL
21414 ____________________________________________________________________________
21415 [ 25843] By: nicholas                              on 2005/10/25  10:55:27
21416         Log: Oops. the trick is to edit Makefile.SH
21417      Branch: perl
21418            ! Makefile.SH
21419 ____________________________________________________________________________
21420 [ 25842] By: nicholas                              on 2005/10/25  10:36:39
21421         Log: Subject: [PATCH] remove mv-if-diff
21422              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
21423              Message-ID: <20051024193257.2022ea0d@grubert.mandrakesoft.com>
21424              Date: Mon, 24 Oct 2005 19:32:57 +0200
21425              
21426              (with tweak to add rm for opmini.c, remove mv-if-diff, and reflect
21427              this removal in MANIFEST)
21428      Branch: perl
21429            - mv-if-diff
21430            ! MANIFEST Makefile.SH
21431 ____________________________________________________________________________
21432 [ 25841] By: nicholas                              on 2005/10/25  09:09:49
21433         Log: Replace all the strlen()s related to PL_pidstatus with the return
21434              value of my_sprintf
21435      Branch: perl
21436            ! util.c
21437 ____________________________________________________________________________
21438 [ 25840] By: nicholas                              on 2005/10/25  08:32:25
21439         Log: Whoops. The Windows build is going to need to know that this symbol is
21440              defined.
21441      Branch: perl
21442            ! perl.c
21443 ____________________________________________________________________________
21444 [ 25839] By: rgs                                   on 2005/10/25  08:14:33
21445         Log: Subject: VMS exit handling still broken, need some help.
21446              From: "John E. Malmberg" <wb8tyw@qsl.net>
21447              Date: Mon, 24 Oct 2005 01:34:41 -0400
21448              Message-ID: <435C7271.8070403@qsl.net>
21449      Branch: perl
21450            ! perl.c perl.h vms/vms.c
21451 ____________________________________________________________________________
21452 [ 25838] By: merijn                                on 2005/10/25  05:58:00
21453         Log: Subject: [patch@25837] Change 25831: sprintf returns the length of the buffer.
21454              From: "John E. Malmberg" <wb8tyw@qsl.net>
21455              Date: Mon, 24 Oct 2005 23:37:46 -0400
21456              Message-ID: <435DA88A.90201@qsl.net>
21457      Branch: perl
21458            ! configure.com
21459 ____________________________________________________________________________
21460 [ 25837] By: merijn                                on 2005/10/24  23:35:40
21461         Log: Backport of changes #25831 and #25832. Re-order needed
21462              
21463              Subject: [PATCH] Re: Configure question about format of cc/cppsymbols
21464              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
21465              Date: Mon, 24 Oct 2005 13:04:58 -0700
21466              Message-ID: <20051024200458.GC2312@efn.org>
21467      Branch: perl
21468            ! Configure config_h.SH
21469 ____________________________________________________________________________
21470 [ 25833] By: merijn                                on 2005/10/24  22:44:22
21471         Log: Subject: [PATCH] Compress::Zlib
21472              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
21473              Date: Mon, 24 Oct 2005 23:19:48 +0100
21474              Message-ID: <00ab01c5d8e9$0ef31b40$02f0440a@myopwv.com>
21475      Branch: perl
21476            ! ext/Compress/Zlib/Zlib.pm
21477            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
21478            ! ext/Compress/Zlib/lib/IO/Compress/Gzip.pm
21479            ! ext/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
21480            ! ext/Compress/Zlib/t/03zlib-v1.t
21481            ! ext/Compress/Zlib/t/16oneshot.t ext/Compress/Zlib/t/22merge.t
21482 ____________________________________________________________________________
21483 [ 25832] By: nicholas                              on 2005/10/24  21:20:21
21484         Log: Add my_sprintf, which is usually just a macro for sprintf, for those
21485              places where we want to use the return value of sprintf. This allows
21486              a wrapper to be used for platforms where the C library isn't ANSI-
21487              conformant.
21488      Branch: perl
21489            ! config_h.SH embed.fnc embed.h global.sym makedef.pl perl.h
21490            ! proto.h util.c
21491 ____________________________________________________________________________
21492 [ 25831] By: nicholas                              on 2005/10/24  20:03:38
21493         Log: Add a probe for whether sprintf returns the length of the buffer.
21494              Update all the canned config.sh files.
21495              Assume that symbian and Win32 are all ANSI conformant, note that ARM
21496              Linux (ie glibc) will be, don't assume that any other platform is.
21497      Branch: perl
21498            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
21499            ! Porting/Glossary configure.com epoc/config.sh
21500            ! plan9/config_sh.sample symbian/config.sh uconfig.sh
21501            ! win32/config.bc win32/config.gc win32/config.vc
21502            ! win32/config.vc64 wince/config.ce
21503 ____________________________________________________________________________
21504 [ 25830] By: rgs                                   on 2005/10/24  16:18:41
21505         Log: Fix path in code example
21506      Branch: perl
21507            ! pod/perlfunc.pod
21508 ____________________________________________________________________________
21509 [ 25829] By: rgs                                   on 2005/10/24  15:21:28
21510         Log: Subject: Re: do { EXPR for EXPR }
21511              From: Robin Houston <robin@cpan.org>
21512              Date: Sat, 22 Oct 2005 16:56:27 +0100
21513              Message-ID: <20051022155627.GA22420@rpc142.cs.man.ac.uk>
21514      Branch: perl
21515            ! op.c t/cmd/mod.t
21516 ____________________________________________________________________________
21517 [ 25828] By: stevep                                on 2005/10/24  14:16:32
21518         Log: Update one of merijn's previous emails.
21519      Branch: perl
21520            ! Porting/checkAUTHORS.pl
21521 ____________________________________________________________________________
21522 [ 25827] By: craigb                                on 2005/10/23  22:17:44
21523         Log: Subject: [patch@25825] Fix st_ino compare to use real data.
21524              From: "John E. Malmberg" <wb8tyw@qsl.net>
21525              Date: Sun, 23 Oct 2005 17:46:46 -0400
21526              Message-id: <435C04C6.2090405@qsl.net>
21527      Branch: perl
21528            ! vms/vms.c
21529 ____________________________________________________________________________
21530 [ 25825] By: mhx                                   on 2005/10/23  10:16:45
21531         Log: Fix mismatched braces in S_fd_on_nosuid_fs().
21532      Branch: perl
21533            ! perl.c
21534 ____________________________________________________________________________
21535 [ 25824] By: craigb                                on 2005/10/22  16:43:40
21536         Log: VMS threaded build fixes for things broken in #25783
21537      Branch: perl
21538            ! vms/vms.c vms/vmsish.h
21539 ____________________________________________________________________________
21540 [ 25823] By: nicholas                              on 2005/10/22  13:12:48
21541         Log: use more 'const' in the Encode data structures.
21542      Branch: perl
21543            ! ext/Encode/Encode/encode.h ext/Encode/bin/enc2xs
21544 ____________________________________________________________________________
21545 [ 25822] By: mhx                                   on 2005/10/22  13:02:02
21546         Log: Turn NN to NULLOK for functions that have code to handle
21547              the ptr == NULL case and are currently called with NULL
21548              pointers. Having parameters tagged NN can make gcc optimize
21549              away the code for the NULL case, causing segfaults.
21550      Branch: perl
21551            ! embed.fnc proto.h
21552 ____________________________________________________________________________
21553 [ 25821] By: nicholas                              on 2005/10/22  12:08:34
21554         Log: Mark more static Encode data structures as const.
21555      Branch: perl
21556            ! ext/Encode/Encode.xs ext/Encode/Encode/encode.h
21557            ! ext/Encode/bin/enc2xs ext/Encode/encengine.c
21558 ____________________________________________________________________________
21559 [ 25820] By: stevep                                on 2005/10/21  21:54:01
21560         Log: Documentation on getting a FORMAT ref from a GLOB was missing from
21561              perlref.pod.  Thanks for David Wheeler for starting the discussion
21562              and Paul Johnson for confirming that it could actually be done.
21563      Branch: perl
21564            ! pod/perlref.pod
21565 ____________________________________________________________________________
21566 [ 25819] By: merijn                                on 2005/10/21  15:49:00
21567         Log: Subject: [PATCH] Symbian/beginnings of Series 80 support
21568              From: <jarkko.hietaniemi@nokia.com>
21569              Date: Fri, 21 Oct 2005 17:15:23 +0300
21570              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A67E@esebe105.NOE.Nokia.com>
21571      Branch: perl
21572            + symbian/PerlAppS60.rss symbian/PerlAppS80.rss
21573            ! MANIFEST
21574 ____________________________________________________________________________
21575 [ 25818] By: rgs                                   on 2005/10/21  15:44:38
21576         Log: Subject: allow "" as select bitmask [PATCH]
21577              From: Gisle Aas <gisle@ActiveState.com>
21578              Date: 21 Oct 2005 08:04:40 -0700
21579              Message-ID: <lrach229o7.fsf_-_@caliper.activestate.com>
21580      Branch: perl
21581            ! pp_sys.c t/op/sselect.t
21582 ____________________________________________________________________________
21583 [ 25816] By: rgs                                   on 2005/10/21  15:06:13
21584         Log: Rewording of doc change #25812
21585      Branch: perl
21586            ! pod/perlsub.pod
21587 ____________________________________________________________________________
21588 [ 25815] By: merijn                                on 2005/10/21  14:12:37
21589         Log: Subject: [PATCH] Symbian/beginnings of Series 80 support
21590              From: <jarkko.hietaniemi@nokia.com>
21591              Date: Fri, 21 Oct 2005 17:15:23 +0300
21592              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A67E@esebe105.NOE.Nokia.com>
21593      Branch: perl
21594            - symbian/PerlApp.rss
21595 ____________________________________________________________________________
21596 [ 25814] By: merijn                                on 2005/10/21  14:12:10
21597         Log: Subject: [PATCH] Symbian/beginnings of Series 80 support
21598              From: <jarkko.hietaniemi@nokia.com>
21599              Date: Fri, 21 Oct 2005 17:15:23 +0300
21600              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A67E@esebe105.NOE.Nokia.com>
21601      Branch: perl
21602            ! MANIFEST README.symbian symbian/PerlApp.cpp symbian/PerlApp.h
21603            ! symbian/PerlApp.hrh symbian/config.pl symbian/config.sh
21604            ! symbian/makesis.pl symbian/sdk.pl symbian/sisify.pl
21605            ! symbian/xsbuild.pl
21606 ____________________________________________________________________________
21607 [ 25813] By: rgs                                   on 2005/10/21  13:24:30
21608         Log: Subject: wrong maxlen in sselect [PATCH]
21609              From: Gisle Aas <gisle@ActiveState.com>
21610              Date: 21 Oct 2005 05:24:30 -0700
21611              Message-ID: <lrzmp312ip.fsf@caliper.activestate.com>
21612              
21613              Plus a regression test for the new warning.
21614      Branch: perl
21615            ! pod/perldiag.pod pp_sys.c t/lib/warnings/pp_sys
21616 ____________________________________________________________________________
21617 [ 25812] By: rgs                                   on 2005/10/21  13:01:26
21618         Log: Subject: Re: [PATCH] return values reworded in perlsub.pod
21619              From: Xavier Noria <fxn@hashref.com>
21620              Date: Fri, 21 Oct 2005 08:43:12 +0200
21621              Message-Id: <1C8D7C5C-986C-4336-8C4F-8B965CE1AD17@hashref.com>
21622              
21623              (with minor tweaks)
21624      Branch: perl
21625            ! pod/perlsub.pod
21626 ____________________________________________________________________________
21627 [ 25811] By: rgs                                   on 2005/10/21  09:31:52
21628         Log: Remove last remaining reference to vax11c
21629      Branch: perl
21630            ! x2p/a2p.h
21631 ____________________________________________________________________________
21632 [ 25810] By: craigb                                on 2005/10/20  22:38:36
21633         Log: Subject: [patch@25809]restore documented exit behavior
21634              From: "John E. Malmberg" <wb8tyw@qsl.net>
21635              Date: Thu, 20 Oct 2005 18:21:20 -0400
21636              Message-id: <43581860.3020108@qsl.net>
21637      Branch: perl
21638            ! mg.c perl.c perl.h t/op/exec.t vms/perlvms.pod vms/vms.c
21639 ____________________________________________________________________________
21640 [ 25809] By: rgs                                   on 2005/10/19  21:15:53
21641         Log: Fix doc typo, by Gisle Aas
21642      Branch: perl
21643            ! lib/User/grent.pm
21644 ____________________________________________________________________________
21645 [ 25808] By: rgs                                   on 2005/10/19  20:46:50
21646         Log: Subject: Re: [PATCH] Re: [perl #37350] $#{@$aref} in debugger gives: Bizarre copy of ARRAY in leave
21647              From: Robin Houston <robin@cpan.org>
21648              Date: Oct 14, 2005 1:54 AM
21649              Message-ID: <20051013235457.GA23386@rpc142.cs.man.ac.uk>
21650      Branch: perl
21651            ! embed.fnc embed.h global.sym op.c op.h proto.h t/op/array.t
21652 ____________________________________________________________________________
21653 [ 25805] By: rgs                                   on 2005/10/19  13:19:17
21654         Log: Forgotten chunk by jhi
21655      Branch: perl
21656            ! symbian/makesis.pl
21657 ____________________________________________________________________________
21658 [ 25804] By: rgs                                   on 2005/10/19  13:09:09
21659         Log: Subject: [PATCH] blead 25801: Symbian batch of today
21660              From: <jarkko.hietaniemi@nokia.com>
21661              Date: Wed, 19 Oct 2005 16:19:23 +0300
21662              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A663@esebe105.NOE.Nokia.com>
21663      Branch: perl
21664            ! perl.h pp_sys.c symbian/config.sh symbian/symbianish.h
21665            ! symbian/xsbuild.pl
21666 ____________________________________________________________________________
21667 [ 25803] By: rgs                                   on 2005/10/19  08:18:30
21668         Log: Subject: [PATCH] More consting, and DRY leads to shrinking object code
21669              From: Andy Lester <andy@petdance.com>
21670              Date: Tue, 18 Oct 2005 09:57:23 -0500
21671              Message-ID: <20051018145723.GA4964@petdance.com>
21672      Branch: perl
21673            ! av.c gv.c hv.c mg.c pp_ctl.c pp_hot.c sv.c
21674 ____________________________________________________________________________
21675 [ 25802] By: rgs                                   on 2005/10/19  07:52:20
21676         Log: Subject: [PATCH] Adding documentation index to perlapi.pod and perlintern.pod
21677              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
21678              Date: Tue, 18 Oct 2005 22:22:57 +0200
21679              Message-ID: <1129666977.435559a10cb95@imp5-g19.free.fr>
21680              
21681              (tweaked to remove trailing whitespace to doc entries)
21682              Plus, regenerate doc and headers
21683      Branch: perl
21684            ! autodoc.pl embed.h pod/perlapi.pod pod/perlintern.pod proto.h
21685 ____________________________________________________________________________
21686 [ 25801] By: craigb                                on 2005/10/19  00:29:00
21687         Log: Subject: [patch@25784] enable open(FOO, "child.pl foo|") on VMS
21688              From: "John E. Malmberg" <wb8tyw@qsl.net>
21689              Date: Tue, 18 Oct 2005 14:43:29 -0400
21690              Message-id: <43554251.5020704@qsl.net>
21691      Branch: perl
21692            ! vms/vms.c vms/vmsish.h
21693 ____________________________________________________________________________
21694 [ 25800] By: rgs                                   on 2005/10/18  21:22:17
21695         Log: Add notes about -f _ and defined %foo:: in perldelta
21696      Branch: perl
21697            ! pod/perl593delta.pod
21698 ____________________________________________________________________________
21699 [ 25799] By: rgs                                   on 2005/10/18  20:57:43
21700         Log: Force _ to be always a bareword after filetest operators
21701      Branch: perl
21702            ! t/op/filetest.t toke.c
21703 ____________________________________________________________________________
21704 [ 25798] By: nicholas                              on 2005/10/18  19:52:27
21705         Log: Add Rafael's 5.10 roadmap to perltodo.
21706              Add state variables.
21707              Remove xsubpp entry, as that had been done already.
21708      Branch: perl
21709            ! pod/perltodo.pod
21710 ____________________________________________________________________________
21711 [ 25797] By: rgs                                   on 2005/10/18  19:24:55
21712         Log: Fix tokenizer debugging trace for file tests
21713      Branch: perl
21714            ! toke.c
21715 ____________________________________________________________________________
21716 [ 25796] By: stevep                                on 2005/10/18  19:15:40
21717         Log: Upgrade to Digest-1.13
21718      Branch: perl
21719            ! lib/Digest.pm lib/Digest/Changes lib/Digest/file.pm
21720 ____________________________________________________________________________
21721 [ 25795] By: merijn                                on 2005/10/18  16:30:54
21722         Log: VMS does not have clearenv () according to John E. Malmberg
21723              Followup to 25793
21724      Branch: perl
21725            ! configure.com
21726 ____________________________________________________________________________
21727 [ 25794] By: steveh                                on 2005/10/18  15:03:50
21728         Log: Update win32 config files w.r.t. change #25793
21729      Branch: perl
21730            ! win32/config.bc win32/config.gc win32/config.vc
21731            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
21732            ! win32/config_H.vc win32/config_H.vc64
21733 ____________________________________________________________________________
21734 [ 25793] By: merijn                                on 2005/10/18  13:50:15
21735         Log: Add probe for clearenv (), like #25733 for unsetenv ()
21736      Branch: perl
21737            ! Configure Porting/Glossary config_h.SH handy.h
21738 ____________________________________________________________________________
21739 [ 25790] By: rgs                                   on 2005/10/18  12:48:17
21740         Log: Subject: [PATCH] missed some SYMBIAN ifdefs
21741              From: <jarkko.hietaniemi@nokia.com>
21742              Date: Tue, 18 Oct 2005 16:07:28 +0300
21743              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A64D@esebe105.NOE.Nokia.com>
21744      Branch: perl
21745            ! perl.h util.h
21746 ____________________________________________________________________________
21747 [ 25789] By: stevep                                on 2005/10/18  10:52:01
21748         Log: Upgrade to Time-HiRes-1.75
21749      Branch: perl
21750            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
21751            ! ext/Time/HiRes/Makefile.PL
21752 ____________________________________________________________________________
21753 [ 25788] By: rgs                                   on 2005/10/18  09:29:05
21754         Log: Subject: [PATCH] Symbian: New vs New
21755              From: <jarkko.hietaniemi@nokia.com>
21756              Date: Tue, 18 Oct 2005 12:53:16 +0300
21757              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A640@esebe105.NOE.Nokia.com>
21758      Branch: perl
21759            ! symbian/PerlUtil.cpp
21760 ____________________________________________________________________________
21761 [ 25786] By: rgs                                   on 2005/10/18  08:01:12
21762         Log: Subject: [patch@25783] vmsish.h fix for lstat() definition
21763              From: "John E. Malmberg" <wb8tyw@qsl.net>
21764              Date: Mon, 17 Oct 2005 17:08:19 -0400
21765              Message-ID: <435412C3.3080504@qsl.net>
21766      Branch: perl
21767            ! vms/vmsish.h
21768 ____________________________________________________________________________
21769 [ 25784] By: steveh                                on 2005/10/17  15:48:24
21770         Log: Silence gcc complaints about comments in config.h
21771              
21772              This suppresses dozens of lines of warnings seen, e.g. here:
21773              http://www.nntp.perl.org/group/perl.daily-build.reports/32231
21774      Branch: perl
21775            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.pm
21776 ____________________________________________________________________________
21777 [ 25783] By: rgs                                   on 2005/10/17  15:13:35
21778         Log: Subject: [patch@25775] VMS prep for symbolic links and long filename
21779              From: "John E. Malmberg" <wb8tyw@qsl.net>
21780              Date: Mon, 17 Oct 2005 08:12:37 -0400
21781              Message-ID: <43539535.70609@qsl.net>
21782      Branch: perl
21783            ! vms/vms.c vms/vmsish.h
21784 ____________________________________________________________________________
21785 [ 25782] By: rgs                                   on 2005/10/17  15:05:23
21786         Log: Subject: [PATCH] even more Symbian
21787              From: <jarkko.hietaniemi@nokia.com>
21788              Date: Mon, 17 Oct 2005 18:27:57 +0300
21789              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A61F@esebe105.NOE.Nokia.com>
21790      Branch: perl
21791            ! ext/Storable/Storable.xs symbian/TODO
21792            ! symbian/find_writeable_data.pl symbian/xsbuild.pl
21793 ____________________________________________________________________________
21794 [ 25781] By: nicholas                              on 2005/10/17  14:44:59
21795         Log: Correct precedence from and to && in an expression with assignment.
21796      Branch: perl
21797            ! ext/IO/t/io_sock.t
21798 ____________________________________________________________________________
21799 [ 25780] By: rgs                                   on 2005/10/17  10:16:30
21800         Log: Subject: Re: small addition to $, and $\ in perlvar.pod
21801              From: Xavier Noria <fxn@hashref.com>
21802              Date: Sun, 16 Oct 2005 12:27:30 +0200
21803              Message-Id: <7CA83392-70CD-4AC8-AA44-D94F508BB028@hashref.com>
21804      Branch: perl
21805            ! pod/perlvar.pod
21806 ____________________________________________________________________________
21807 [ 25779] By: steveh                                on 2005/10/17  10:14:46
21808         Log: Make some casts explicit to keep VC++ 7 happy
21809              
21810              Specifically, this silences the warnings from the following smoke:
21811              http://www.nntp.perl.org/group/perl.daily-build.reports/32258
21812              (Hmm. Looks like you need to decode the base64 yourself before you
21813              can read that.)
21814      Branch: perl
21815            ! numeric.c op.c pp_pack.c toke.c
21816 ____________________________________________________________________________
21817 [ 25778] By: rgs                                   on 2005/10/17  09:57:24
21818         Log: Subject: [PATCH] another Symbian update: Alan's fault :-)
21819              From: <jarkko.hietaniemi@nokia.com>
21820              Date: Mon, 17 Oct 2005 13:19:34 +0300
21821              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A611@esebe105.NOE.Nokia.com>
21822      Branch: perl
21823            + symbian/find_writeable_data.pl
21824            ! MANIFEST XSUB.h doio.c embed.fnc embed.h mg.c perl.c perl.h
21825            ! perlio.c pp_ctl.c pp_sys.c symbian/config.pl symbian/sisify.pl
21826            ! util.c
21827 ____________________________________________________________________________
21828 [ 25777] By: rgs                                   on 2005/10/17  08:46:31
21829         Log: Doc/style fixes pointed out by Gisle
21830      Branch: perl
21831            ! lib/warnings/register.pm
21832 ____________________________________________________________________________
21833 [ 25776] By: rgs                                   on 2005/10/17  08:28:15
21834         Log: Subject: [PATCH] blead@25775 Symbian update
21835              From: <jarkko.hietaniemi@nokia.com>
21836              Date: Mon, 17 Oct 2005 11:49:20 +0300
21837              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A60A@esebe105.NOE.Nokia.com>
21838      Branch: perl
21839            + symbian/PerlUtil.cpp symbian/PerlUtil.h symbian/PerlUtil.pod
21840            ! MANIFEST README.symbian symbian/PerlBase.pod symbian/TODO
21841            ! symbian/config.pl symbian/sdk.pl symbian/sisify.pl
21842            ! symbian/symbian_proto.h symbian/xsbuild.pl
21843 ____________________________________________________________________________
21844 [ 25775] By: davem                                 on 2005/10/16  23:05:44
21845         Log: DEBUG_LEAKING_SCALARS doesn't need shared memory to store filenames
21846      Branch: perl
21847            ! sv.c
21848 ____________________________________________________________________________
21849 [ 25774] By: rgs                                   on 2005/10/16  21:47:57
21850         Log: Subject: [PATCH] Keys of %INC always use forward slashes
21851              From: Jan Dubois <jand@activestate.com>
21852              Date: Oct 16, 2005 8:24 PM
21853              Message-ID: <006e01c5d27e$d722c6e0$2217a8c0@candy>
21854      Branch: perl
21855            ! lib/CPAN.pm
21856 ____________________________________________________________________________
21857 [ 25772] By: craigb                                on 2005/10/16  19:10:56
21858         Log: Subject: [patch@25763] Fix VMS error/exit handling, update kill function
21859              From: "John E. Malmberg" <wb8tyw@qsl.net>
21860              Message-id: <4351F393.8030809@qsl.net>
21861              Date: Sun, 16 Oct 2005 02:30:43 -0400
21862      Branch: perl
21863            ! perl.c perl.h t/run/exit.t vms/vms.c vms/vmsish.h
21864 ____________________________________________________________________________
21865 [ 25771] By: davem                                 on 2005/10/16  17:46:10
21866         Log: an assert in av_undef was leaking memory
21867      Branch: perl
21868            ! av.c
21869 ____________________________________________________________________________
21870 [ 25770] By: davem                                 on 2005/10/16  17:39:20
21871         Log: static functions should be prefixed S_
21872      Branch: perl
21873            ! ext/threads/threads.xs
21874 ____________________________________________________________________________
21875 [ 25769] By: davem                                 on 2005/10/16  14:53:45
21876         Log: free a thread's interpreter after $t->join() rather than after undef $t
21877              This should fix some ithreads memory leaks.
21878      Branch: perl
21879            ! ext/threads/threads.xs
21880 ____________________________________________________________________________
21881 [ 25768] By: stevep                                on 2005/10/16  13:53:00
21882         Log: Upgrade to version-0.49
21883      Branch: perl
21884            ! lib/version.pm lib/version.pod
21885 ____________________________________________________________________________
21886 [ 25767] By: stevep                                on 2005/10/16  13:24:23
21887         Log: No more attempting to edit Pod before the first coffee of the morning.
21888      Branch: perl
21889            ! ext/DynaLoader/XSLoader_pm.PL
21890 ____________________________________________________________________________
21891 [ 25766] By: stevep                                on 2005/10/16  13:10:02
21892         Log: Upgrade to XSLoader-0.06 (plus a minor doc nit found by podchecker).
21893      Branch: perl
21894            ! ext/DynaLoader/XSLoader_pm.PL ext/DynaLoader/t/XSLoader.t
21895 ____________________________________________________________________________
21896 [ 25765] By: stevep                                on 2005/10/16  13:02:19
21897         Log: Upgrade to Pod-Parser-1.34 (with some changes to get the new test file
21898              to work within the core).
21899      Branch: perl
21900            + lib/Pod/t/contains_pod.t t/lib/contains_pod.xr
21901            ! MANIFEST lib/Pod/Find.pm
21902 ____________________________________________________________________________
21903 [ 25764] By: stevep                                on 2005/10/16  12:36:37
21904         Log: Upgrade to ExtUtils-ParseXS-2.15.
21905      Branch: perl
21906            ! lib/ExtUtils/ParseXS.pm
21907 ____________________________________________________________________________
21908 [ 25763] By: nicholas                              on 2005/10/15  21:35:29
21909         Log: Subject: pre{inc,dec} is faster, even with integers
21910              From: hv@crypt.org
21911              Message-Id: <200510141722.j9EHMfa25945@zen.crypt.org>
21912              Date: Fri, 14 Oct 2005 18:22:41 +0100
21913      Branch: perl
21914            ! op.c t/op/inc.t
21915 ____________________________________________________________________________
21916 [ 25761] By: craigb                                on 2005/10/15  03:59:44
21917         Log: Subject: [patch@blead] perlport.pod
21918              From: "John E. Malmberg" <wb8tyw@qsl.net>
21919              Date: Fri, 14 Oct 2005 23:48:20 -0400
21920              Message-id: <43507C04.8050003@qsl.net>
21921      Branch: perl
21922            ! pod/perlport.pod
21923 ____________________________________________________________________________
21924 [ 25760] By: craigb                                on 2005/10/15  03:43:30
21925         Log: Subject: patch for blead - Perlvms.pod update
21926              From: "John E. Malmberg" <wb8tyw@qsl.net>
21927              Date: Fri, 14 Oct 2005 21:15:26 -0400
21928              Message-id: <4350582E.4070209@qsl.net>
21929      Branch: perl
21930            ! vms/perlvms.pod
21931 ____________________________________________________________________________
21932 [ 25759] By: craigb                                on 2005/10/14  15:31:33
21933         Log: Grab enough room from the outset in do_tovmsspec()
21934      Branch: perl
21935            ! vms/vms.c
21936 ____________________________________________________________________________
21937 [ 25758] By: steveh                                on 2005/10/14  08:00:58
21938         Log: Subject: [PATCH] Compress::Zlib - fix for win32
21939              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
21940              Date: Thu, 13 Oct 2005 23:06:25 +0100
21941              Message-ID: <002a01c5d042$5c25fea0$1a1c140a@myopwv.com>
21942      Branch: perl
21943            ! ext/Compress/Zlib/Zlib.xs
21944 ____________________________________________________________________________
21945 [ 25757] By: stevep                                on 2005/10/14  03:46:24
21946         Log: gcc complains when it sees variables declared
21947              
21948              const register ...
21949              
21950              switched them all to 
21951              
21952              register const ...
21953      Branch: perl
21954            ! av.c pp.c pp_hot.c regexec.c sv.c toke.c util.c
21955 ____________________________________________________________________________
21956 [ 25756] By: stevep                                on 2005/10/14  01:20:21
21957         Log: Upgrade to Unicode-Collate-0.52
21958      Branch: perl
21959            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
21960            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
21961 ____________________________________________________________________________
21962 [ 25755] By: stevep                                on 2005/10/13  23:31:03
21963         Log: Add PERL_USE_SAFE_PUTENV to the compile time options in perl -V
21964      Branch: perl
21965            ! perl.c
21966 ____________________________________________________________________________
21967 [ 25754] By: stevep                                on 2005/10/13  23:03:46
21968         Log: Subject: [PATCH] Stas' croak patch and then some
21969              From: Andy Lester <andy@petdance.com>
21970              Date: Thu, 13 Oct 2005 16:42:12 -0500
21971              Message-ID: <20051013214212.GA1122@petdance.com>
21972      Branch: perl
21973            ! embed.fnc gv.c op.c pad.c perl.c pp_sort.c proto.h regcomp.c
21974            ! sv.c t/TEST toke.c utf8.c
21975 ____________________________________________________________________________
21976 [ 25753] By: rgs                                   on 2005/10/13  15:53:39
21977         Log: If /dev/null is not readable, perl -e fails with
21978              an obscure error message. Make it more understandable.
21979      Branch: perl
21980            ! perl.c
21981 ____________________________________________________________________________
21982 [ 25752] By: rgs                                   on 2005/10/13  14:18:50
21983         Log: Subject: [patch@25744] t/op/local.t - change 25514 broke VMS
21984              From: "John E. Malmberg" <wb8tyw@qsl.net>
21985              Date: Thu, 13 Oct 2005 10:28:23 -0400
21986              Message-ID: <434E6F07.5020108@qsl.net>
21987      Branch: perl
21988            ! t/op/local.t
21989 ____________________________________________________________________________
21990 [ 25751] By: rgs                                   on 2005/10/13  12:38:21
21991         Log: Subject: SvPVutf8_nolen crashes [PATCH]
21992              From: Gisle Aas <gisle@ActiveState.com>
21993              Date: 13 Oct 2005 06:00:49 -0700
21994              Message-ID: <lrslv56072.fsf@caliper.activestate.com>
21995      Branch: perl
21996            ! sv.c
21997 ____________________________________________________________________________
21998 [ 25750] By: rgs                                   on 2005/10/13  12:22:24
21999         Log: Better cleanup of directories created by C::Zlib
22000      Branch: perl
22001            ! Makefile.SH
22002 ____________________________________________________________________________
22003 [ 25749] By: merijn                                on 2005/10/13  12:17:41
22004         Log: PL_use_safe_putenv needs to be in the export lists
22005      Branch: perl
22006            ! makedef.pl
22007 ____________________________________________________________________________
22008 [ 25748] By: rgs                                   on 2005/10/13  11:20:23
22009         Log: Subject: [PATCH] POD index entries with X<>
22010              From: Ivan Tubert-Brohman <itub@cpan.org>
22011              Date: Wed, 12 Oct 2005 19:20:18 -0400
22012              Message-ID: <434D9A32.4050305@cpan.org>
22013      Branch: perl
22014            ! pod/perldata.pod pod/perldebug.pod pod/perldsc.pod
22015            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlform.pod
22016            ! pod/perlfunc.pod pod/perllexwarn.pod pod/perlmod.pod
22017            ! pod/perlobj.pod pod/perlop.pod pod/perlpod.pod pod/perlre.pod
22018            ! pod/perlref.pod pod/perlrun.pod pod/perlsub.pod
22019            ! pod/perlsyn.pod pod/perltie.pod
22020 ____________________________________________________________________________
22021 [ 25747] By: rgs                                   on 2005/10/13  09:43:46
22022         Log: Subject: Accidental interpolation of $@ in Pod::Html [PATCH]
22023              From: Gisle Aas <gisle@ActiveState.com>
22024              Date: 13 Oct 2005 01:42:32 -0700
22025              Message-ID: <lr7jch95af.fsf@caliper.activestate.com>
22026      Branch: perl
22027            ! lib/Pod/Html.pm
22028 ____________________________________________________________________________
22029 [ 25746] By: rgs                                   on 2005/10/13  09:05:42
22030         Log: The new REQUIRE token introduced by change 25599 must be
22031              nonassoc, just like the UNIOP token it's patterned after.
22032              (While we're at it, allow to use bison 2.1 to regenerate
22033              the parser files.)
22034      Branch: perl
22035            ! perly.act perly.h perly.tab perly.y regen_perly.pl
22036 ____________________________________________________________________________
22037 [ 25745] By: rgs                                   on 2005/10/13  08:14:32
22038         Log: Document that -F doesn't accept whitespace in patterns.
22039              (fixes bug #37366)
22040      Branch: perl
22041            ! pod/perlrun.pod
22042 ____________________________________________________________________________
22043 [ 25744] By: merijn                                on 2005/10/13  06:10:27
22044         Log: Subject: RE: [PATCH] Compress::Zlib
22045              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
22046              Date: Wed, 12 Oct 2005 22:41:41 +0100
22047              Message-ID: <004c01c5cf75$bd368fc0$0e1c140a@myopwv.com>
22048      Branch: perl
22049            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
22050 ____________________________________________________________________________
22051 [ 25743] By: stevep                                on 2005/10/12  23:28:04
22052         Log: Subject: [PATCH pp_sort.c 5.8.7]  Typo in comment.
22053              From: Abigail <abigail@abigail.nl>
22054              Date: Thu, 13 Oct 2005 01:25:10 +0200
22055              Message-ID: <20051012232509.GA1018@abigail.nl>
22056      Branch: perl
22057            ! pp_sort.c
22058 ____________________________________________________________________________
22059 [ 25742] By: rgs                                   on 2005/10/12  15:55:21
22060         Log: Subject: [PATCH] Symbian blead update: Symbian port 0.2.0
22061              From: <jarkko.hietaniemi@nokia.com>
22062              Date: Wed, 12 Oct 2005 19:12:57 +0300
22063              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A5E6@esebe105.NOE.Nokia.com>
22064      Branch: perl
22065            + symbian/sisify.pl
22066            ! MANIFEST README.symbian symbian/PerlApp.cpp symbian/PerlApp.h
22067            ! symbian/TODO symbian/config.pl symbian/port.pl
22068 ____________________________________________________________________________
22069 [ 25741] By: rgs                                   on 2005/10/12  11:37:49
22070         Log: Update to the config boilerplates, by Jarkko
22071      Branch: perl
22072            ! Cross/config.sh-arm-linux NetWare/config.wc epoc/config.sh
22073            ! plan9/config_sh.sample symbian/config.sh uconfig.h uconfig.sh
22074            ! wince/config.ce
22075 ____________________________________________________________________________
22076 [ 25740] By: craigb                                on 2005/10/11  23:58:26
22077         Log: disarm unsetenv() on VMS for now (function is present
22078              but %ENV is more complicated)
22079      Branch: perl
22080            ! configure.com
22081 ____________________________________________________________________________
22082 [ 25739] By: stevep                                on 2005/10/11  22:27:18
22083         Log: Subject: [PATCH] Compress::Zlib
22084              From: Paul Marquess <Paul.Marquess@ntlworld.com>
22085              Date: Tue, 11 Oct 2005 22:54:25 +0100
22086              
22087              This silences a few warnings on AIX
22088      Branch: perl
22089            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
22090            ! ext/Compress/Zlib/t/04def.t
22091 ____________________________________________________________________________
22092 [ 25738] By: rgs                                   on 2005/10/11  21:14:49
22093         Log: Comment fix
22094      Branch: perl
22095            ! perl.c
22096 ____________________________________________________________________________
22097 [ 25737] By: merijn                                on 2005/10/11  15:15:37
22098         Log: Subject: [PATCH] environ fixup
22099              From: Alan Burlison <Alan.Burlison@sun.com>
22100              Date: Tue, 11 Oct 2005 16:29:54 +0100
22101              Message-ID: <434BDA72.4090109@sun.com>
22102      Branch: perl
22103            ! handy.h hints/solaris_2.sh perl.c util.c
22104 ____________________________________________________________________________
22105 [ 25736] By: merijn                                on 2005/10/11  11:30:22
22106         Log: Subject: [PATCH] Symbian blead fix
22107              From: <jarkko.hietaniemi@nokia.com>
22108              Date: Tue, 11 Oct 2005 14:48:49 +0300
22109              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A5D4@esebe105.NOE.Nokia.com>
22110      Branch: perl
22111            ! symbian/PerlApp.cpp
22112 ____________________________________________________________________________
22113 [ 25735] By: merijn                                on 2005/10/11  11:25:46
22114         Log: Subject: [PATCH] Compress::Zlib
22115              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
22116              Date: Tue, 11 Oct 2005 12:35:22 +0100
22117              Message-ID: <013e01c5ce57$dee62af0$671c140a@myopwv.com>
22118      Branch: perl
22119            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
22120            ! ext/Compress/Zlib/t/16oneshot.t
22121 ____________________________________________________________________________
22122 [ 25734] By: steveh                                on 2005/10/11  10:09:48
22123         Log: Update win32 config files w.r.t. change #25733
22124      Branch: perl
22125            ! win32/config.bc win32/config.gc win32/config.vc
22126            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
22127            ! win32/config_H.vc win32/config_H.vc64
22128 ____________________________________________________________________________
22129 [ 25733] By: merijn                                on 2005/10/10  13:47:17
22130         Log: Add probe for unsetenv ()
22131              Subject: Re: Perl's handling of environ breaks on Solaris 10
22132              From: Steve Peters <steve@fisharerojo.org>
22133              Date: Mon, 10 Oct 2005 07:51:17 -0500
22134              Message-ID: <20051010125117.GA27566@mccoy.peters.homeunix.org>
22135      Branch: perl
22136            ! Configure Porting/Glossary config_h.SH handy.h
22137 ____________________________________________________________________________
22138 [ 25731] By: stevep                                on 2005/10/10  13:14:50
22139         Log: Subject: Re: Win32::GetShortPathName() does not always return a short name [DOC PATCH]
22140              From: Gisle Aas <gisle@ActiveState.com>
22141              Date: 10 Oct 2005 06:20:23 -0700
22142              
22143              Change to remove a call to Win32::GetShortPathName() from 
22144              Test::Harness::Straps.
22145      Branch: perl
22146            ! lib/Test/Harness/Straps.pm
22147 ____________________________________________________________________________
22148 [ 25730] By: rgs                                   on 2005/10/10  11:22:08
22149         Log: Subject: [PATCH] Symbian bleadperl@25725 update
22150              From: <jarkko.hietaniemi@nokia.com>
22151              Date: Mon, 10 Oct 2005 14:28:31 +0300
22152              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A5C4@esebe105.NOE.Nokia.com>
22153      Branch: perl
22154            ! ext/Compress/Zlib/Zlib.xs ext/Compress/Zlib/zlib-src/trees.c
22155            ! symbian/PerlApp.cpp symbian/TODO symbian/symbian_utils.cpp
22156            ! symbian/xsbuild.pl
22157 ____________________________________________________________________________
22158 [ 25729] By: rgs                                   on 2005/10/10  11:16:24
22159         Log: Subject: RE: [PATCH] Compress::Zlib
22160              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
22161              Date: Mon, 10 Oct 2005 12:24:29 +0100
22162              Message-ID: <013501c5cd8d$2f5d3e90$291c140a@myopwv.com>
22163      Branch: perl
22164            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.xs
22165 ____________________________________________________________________________
22166 [ 25728] By: merijn                                on 2005/10/10  10:36:51
22167         Log: Subject: Win32::GetShortPathName() does not always return a short name [DOC PATCH]
22168              From: Gisle Aas <gisle@ActiveState.com>
22169              Date: 10 Oct 2005 03:58:09 -0700
22170              Message-ID: <lrk6glej0e.fsf@caliper.activestate.com>
22171      Branch: perl
22172            ! win32/ext/Win32/Win32.pm
22173 ____________________________________________________________________________
22174 [ 25727] By: merijn                                on 2005/10/10  10:27:12
22175         Log: Making t/14gzopen.t a bit more robust.
22176              Subject: [PATCH] Compress::Zlib
22177              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
22178              Date: Mon, 10 Oct 2005 11:40:00 +0100
22179              Message-ID: <012101c5cd86$f895b640$291c140a@myopwv.com>
22180      Branch: perl
22181            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.xs
22182            ! ext/Compress/Zlib/t/14gzopen.t
22183 ____________________________________________________________________________
22184 [ 25726] By: merijn                                on 2005/10/10  06:14:30
22185         Log: Compress::Zlib should not ask under Cygwin in CORE
22186      Branch: perl
22187            ! ext/Compress/Zlib/Makefile.PL
22188 ____________________________________________________________________________
22189 [ 25725] By: stevep                                on 2005/10/10  01:18:58
22190         Log: From: Paul Marquess <Paul.Marquess@ntlworld.com>
22191              Subject: RE: [PATCH] DB_File 1.1812
22192              Date: Sun, 9 Oct 2005 23:25:38 +0100
22193              
22194              Patch to ext/Compress/Zlib/Zlib.xs from Paul Marquess.
22195      Branch: perl
22196            ! ext/Compress/Zlib/Zlib.xs
22197 ____________________________________________________________________________
22198 [ 25724] By: rgs                                   on 2005/10/09  21:27:57
22199         Log: Upgrade to DB_File 1.1812, by Paul Marquess
22200      Branch: perl
22201            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
22202            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
22203            ! ext/DB_File/t/db-hash.t
22204 ____________________________________________________________________________
22205 [ 25723] By: stevep                                on 2005/10/09  18:53:02
22206         Log: Tweaks to get Test::Builder::Tester's tests to work in the core.
22207      Branch: perl
22208            ! lib/Test/Simple/t/tbt_01basic.t
22209            ! lib/Test/Simple/t/tbt_04line_num.t
22210 ____________________________________________________________________________
22211 [ 25722] By: stevep                                on 2005/10/09  18:06:13
22212         Log: Upgraded to ExtUtils-ParseXS-2.14.
22213      Branch: perl
22214            ! lib/ExtUtils/ParseXS.pm
22215 ____________________________________________________________________________
22216 [ 25721] By: rgs                                   on 2005/10/09  16:42:26
22217         Log: Don't use a regexp in DB::sub().
22218              This should work around perlbug #37102.
22219      Branch: perl
22220            ! lib/DB.pm
22221 ____________________________________________________________________________
22222 [ 25720] By: stevep                                on 2005/10/09  15:37:41
22223         Log: It would be nice to upgrade the right file.   Double grrrrr.
22224      Branch: perl
22225            ! lib/ExtUtils/CBuilder.pm
22226 ____________________________________________________________________________
22227 [ 25719] By: stevep                                on 2005/10/09  15:32:29
22228         Log: Add standard core test header to Test::Builder::Tester tests.
22229      Branch: perl
22230            ! lib/Test/Simple/t/tbt_01basic.t
22231            ! lib/Test/Simple/t/tbt_02fhrestore.t
22232            ! lib/Test/Simple/t/tbt_03die.t
22233            ! lib/Test/Simple/t/tbt_04line_num.t
22234            ! lib/Test/Simple/t/tbt_05faildiag.t
22235            ! lib/Test/Simple/t/tbt_06errormess.t
22236            ! lib/Test/Simple/t/tbt_07args.t
22237 ____________________________________________________________________________
22238 [ 25718] By: stevep                                on 2005/10/09  15:24:43
22239         Log: Upgrade to Test-Simple-0.62.
22240      Branch: perl
22241            + lib/Test/Builder/Tester.pm lib/Test/Builder/Tester/Color.pm
22242            + lib/Test/Simple/t/tbt_01basic.t
22243            + lib/Test/Simple/t/tbt_02fhrestore.t
22244            + lib/Test/Simple/t/tbt_03die.t
22245            + lib/Test/Simple/t/tbt_04line_num.t
22246            + lib/Test/Simple/t/tbt_05faildiag.t
22247            + lib/Test/Simple/t/tbt_06errormess.t
22248            + lib/Test/Simple/t/tbt_07args.t
22249            ! MANIFEST lib/Test/Builder.pm lib/Test/Builder/Module.pm
22250            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
22251            ! lib/Test/Simple/t/More.t lib/Test/Simple/t/bail_out.t
22252            ! lib/Test/Simple/t/is_deeply_fail.t
22253 ____________________________________________________________________________
22254 [ 25717] By: stevep                                on 2005/10/09  14:51:12
22255         Log: Missed files in upgrading modules.  Grrrr
22256      Branch: perl
22257            ! lib/Cwd.pm lib/ExtUtils/ParseXS.pm
22258 ____________________________________________________________________________
22259 [ 25716] By: rgs                                   on 2005/10/09  14:31:47
22260         Log: Subject: [PATCH with testsuite] undef IS_UTF8_CHAR() on EBCDIC
22261              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
22262              Date: Oct 8, 2005 9:59 AM
22263              Message-Id: <20051008165752.348A.BQW10602@nifty.com>
22264      Branch: perl
22265            ! lib/utf8.t utf8.c utf8.h
22266 ____________________________________________________________________________
22267 [ 25712] By: stevep                                on 2005/10/07  15:41:32
22268         Log: Documentation nit in INSTALL found by Alan Burlison.
22269      Branch: perl
22270            ! INSTALL
22271 ____________________________________________________________________________
22272 [ 25711] By: stevep                                on 2005/10/07  03:29:37
22273         Log: Upgrade to Pathtools-3.12
22274      Branch: perl
22275            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/File/Spec.pm
22276            ! lib/File/Spec/Win32.pm
22277 ____________________________________________________________________________
22278 [ 25710] By: craigb                                on 2005/10/07  02:41:03
22279         Log: Parse symbols for the linker when more than one declaration
22280              on the same line (the way PERLVARISC now throws at us).
22281      Branch: perl
22282            ! vms/gen_shrfls.pl
22283 ____________________________________________________________________________
22284 [ 25709] By: nicholas                              on 2005/10/06  21:31:39
22285         Log: Avoid a cast
22286      Branch: perl
22287            ! perl.c
22288 ____________________________________________________________________________
22289 [ 25708] By: stevep                                on 2005/10/06  19:23:59
22290         Log: Convert lvalue usage of SvNVX() and SvIVX() to SvNV_set() and
22291              SvIV_set().  Otherwise, compiling with -DPERL_DEBUG_COW fails.
22292      Branch: perl
22293            ! ext/Compress/Zlib/Zlib.xs
22294 ____________________________________________________________________________
22295 [ 25707] By: rgs                                   on 2005/10/06  13:42:00
22296         Log: Be nice with subversion hidden directories
22297      Branch: perl
22298            ! ext/Compress/Zlib/Makefile.PL
22299 ____________________________________________________________________________
22300 [ 25706] By: rgs                                   on 2005/10/06  13:24:24
22301         Log: Update with new files from C::Zlib
22302      Branch: perl
22303            ! Porting/Maintainers.pl
22304 ____________________________________________________________________________
22305 [ 25705] By: rgs                                   on 2005/10/06  13:23:20
22306         Log: Move ZlibTestUtils.pm under t/
22307      Branch: perl
22308            + t/lib/ZlibTestUtils.pm
22309            - lib/ZlibTestUtils.pm
22310            ! MANIFEST ext/Compress/Zlib/t/01version.t
22311            ! ext/Compress/Zlib/t/02zlib.t ext/Compress/Zlib/t/03zlib-v1.t
22312            ! ext/Compress/Zlib/t/04def.t ext/Compress/Zlib/t/05examples.t
22313            ! ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t
22314            ! ext/Compress/Zlib/t/08encoding.t
22315            ! ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
22316            ! ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/12any.t
22317            ! ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/14gzopen.t
22318            ! ext/Compress/Zlib/t/15multi.t ext/Compress/Zlib/t/16oneshot.t
22319            ! ext/Compress/Zlib/t/17isize.t ext/Compress/Zlib/t/18lvalue.t
22320            ! ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
22321            ! ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
22322            ! ext/Compress/Zlib/t/23misc.t ext/Compress/Zlib/t/globmapper.t
22323 ____________________________________________________________________________
22324 [ 25704] By: rgs                                   on 2005/10/06  09:09:06
22325         Log: Don't install pods via MakeMaker for C::Zlib,
22326              as suggested by Robin Barker
22327      Branch: perl
22328            ! ext/Compress/Zlib/Makefile.PL
22329 ____________________________________________________________________________
22330 [ 25703] By: merijn                                on 2005/10/06  08:42:56
22331         Log: Add -C to allowed $PERL5OPT options
22332              Add -C to the $PERL5OPT documentation (and added the missing -A too)
22333              t/run/runenv.t Could use some more tests about how supported
22334              and unsupported options in $PERL5OPT are handled
22335      Branch: perl
22336            ! perl.c pod/perldiag.pod pod/perlrun.pod
22337 ____________________________________________________________________________
22338 [ 25702] By: rgs                                   on 2005/10/06  07:27:39
22339         Log: Remove the getprotobynumber test, for portability concerns
22340      Branch: perl
22341            - t/op/getprotobynumber.t
22342            ! MANIFEST
22343 ____________________________________________________________________________
22344 [ 25701] By: nicholas                              on 2005/10/05  23:22:27
22345         Log: Fix Compress::Zlib test boilerplate
22346      Branch: perl
22347            ! ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t
22348            ! ext/Compress/Zlib/t/03zlib-v1.t ext/Compress/Zlib/t/04def.t
22349            ! ext/Compress/Zlib/t/05examples.t
22350            ! ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t
22351            ! ext/Compress/Zlib/t/08encoding.t
22352            ! ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
22353            ! ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/12any.t
22354            ! ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/14gzopen.t
22355            ! ext/Compress/Zlib/t/15multi.t ext/Compress/Zlib/t/16oneshot.t
22356            ! ext/Compress/Zlib/t/17isize.t ext/Compress/Zlib/t/18lvalue.t
22357            ! ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
22358            ! ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
22359            ! ext/Compress/Zlib/t/23misc.t ext/Compress/Zlib/t/globmapper.t
22360 ____________________________________________________________________________
22361 [ 25699] By: rgs                                   on 2005/10/05  21:26:57
22362         Log: Compress::Zlib's Makefile.PL shouldn't create .bak files when building the core
22363      Branch: perl
22364            ! ext/Compress/Zlib/Makefile.PL
22365 ____________________________________________________________________________
22366 [ 25698] By: rgs                                   on 2005/10/05  21:03:29
22367         Log: Add test preambles to Compress::Zlib.
22368              Remove 99pod.t, useless in the core
22369      Branch: perl
22370            - ext/Compress/Zlib/t/99pod.t
22371            ! MANIFEST ext/Compress/Zlib/t/01version.t
22372            ! ext/Compress/Zlib/t/02zlib.t ext/Compress/Zlib/t/03zlib-v1.t
22373            ! ext/Compress/Zlib/t/04def.t ext/Compress/Zlib/t/05examples.t
22374            ! ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t
22375            ! ext/Compress/Zlib/t/08encoding.t
22376            ! ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
22377            ! ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/12any.t
22378            ! ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/14gzopen.t
22379            ! ext/Compress/Zlib/t/15multi.t ext/Compress/Zlib/t/16oneshot.t
22380            ! ext/Compress/Zlib/t/17isize.t ext/Compress/Zlib/t/18lvalue.t
22381            ! ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
22382            ! ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
22383            ! ext/Compress/Zlib/t/23misc.t ext/Compress/Zlib/t/globmapper.t
22384 ____________________________________________________________________________
22385 [ 25697] By: stevep                                on 2005/10/05  18:20:54
22386         Log: Subject: proposal [perl #34301]:  IO::Socket calls getpeername far too often
22387              From: Peter.Dintelmann@Dresdner-Bank.com (Peter Dintelmann)
22388              Date: Thu, 2 Jun 2005 13:34:49 +0200
22389              Message-ID: <E9A2605289D8D7468B1A21EC24E59D2101852447@naimucx5.muc.allianz>
22390      Branch: perl
22391            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
22392 ____________________________________________________________________________
22393 [ 25696] By: steveh                                on 2005/10/05  16:04:26
22394         Log: Subject: [PATCH] Re: Untested builtins
22395              From: Steven Schubiger <sts@accognoscere.org>
22396              Date: Wed, 28 Sep 2005 15:46:45 +0200
22397              Message-ID: <20050928134645.GD11546@accognoscere.homeunix.org>
22398      Branch: perl
22399            + t/op/getprotobynumber.t
22400            ! MANIFEST
22401 ____________________________________________________________________________
22402 [ 25695] By: rgs                                   on 2005/10/05  15:53:34
22403         Log: Upgrade to Compress::Zlib 2.000_05
22404      Branch: perl
22405            + ext/Compress/Zlib/examples/gzcat.zlib
22406            + ext/Compress/Zlib/fallback/constants.h
22407            + ext/Compress/Zlib/fallback/constants.xs
22408            + ext/Compress/Zlib/lib/Compress/Gzip/Constants.pm
22409            + ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
22410            + ext/Compress/Zlib/lib/Compress/Zlib/FileConstants.pm
22411            + ext/Compress/Zlib/lib/Compress/Zlib/ParseParameters.pm
22412            + ext/Compress/Zlib/lib/File/GlobMapper.pm
22413            + ext/Compress/Zlib/lib/IO/Compress/Deflate.pm
22414            + ext/Compress/Zlib/lib/IO/Compress/Gzip.pm
22415            + ext/Compress/Zlib/lib/IO/Compress/RawDeflate.pm
22416            + ext/Compress/Zlib/lib/IO/Uncompress/AnyInflate.pm
22417            + ext/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
22418            + ext/Compress/Zlib/lib/IO/Uncompress/Inflate.pm
22419            + ext/Compress/Zlib/lib/IO/Uncompress/RawInflate.pm
22420            + ext/Compress/Zlib/pod/FAQ.pod ext/Compress/Zlib/ppport.h
22421            + ext/Compress/Zlib/t/03zlib-v1.t ext/Compress/Zlib/t/04def.t
22422            + ext/Compress/Zlib/t/05examples.t
22423            + ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t
22424            + ext/Compress/Zlib/t/08encoding.t
22425            + ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
22426            + ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/12any.t
22427            + ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/14gzopen.t
22428            + ext/Compress/Zlib/t/15multi.t ext/Compress/Zlib/t/16oneshot.t
22429            + ext/Compress/Zlib/t/17isize.t ext/Compress/Zlib/t/18lvalue.t
22430            + ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
22431            + ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
22432            + ext/Compress/Zlib/t/23misc.t ext/Compress/Zlib/t/99pod.t
22433            + ext/Compress/Zlib/t/globmapper.t lib/ZlibTestUtils.pm
22434            - ext/Compress/Zlib/ANNOUNCE ext/Compress/Zlib/fallback.h
22435            - ext/Compress/Zlib/fallback.xs ext/Compress/Zlib/t/03examples.t
22436            - ext/Compress/Zlib/t/04encoding.t
22437            - ext/Compress/Zlib/t/05gzsetp.t ext/Compress/Zlib/t/06gzdopen.t
22438            - ext/Compress/Zlib/zlib-src/gzio.c
22439            ! MANIFEST ext/Compress/Zlib/Changes
22440            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/README
22441            ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs
22442            ! ext/Compress/Zlib/config.in ext/Compress/Zlib/examples/filtdef
22443            ! ext/Compress/Zlib/examples/filtinf
22444            ! ext/Compress/Zlib/examples/gzcat
22445            ! ext/Compress/Zlib/examples/gzgrep
22446            ! ext/Compress/Zlib/examples/gzstream
22447            ! ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t
22448            ! ext/Compress/Zlib/typemap
22449 ____________________________________________________________________________
22450 [ 25694] By: steveh                                on 2005/10/05  15:34:18
22451         Log: Fix $Config{ccflags} for Win32 perls built with dmake
22452              
22453              The nmake makefile (win32/Makefile) currently adds -nologo, $(STRPOOL)
22454              and -W3 to the ccflags in CFG_VARS, but the dmake makefile
22455              (win32/makefile.mk) doesn't.  This means that extensions built with
22456              perls built with VC++ and dmake spit out damn M$ logo messages and use
22457              a lower warning level.
22458              
22459              The reason for the difference is probably that the dmake makefile
22460              supports multiple compilers.  Therefore, put the extra ccflags into a
22461              new macro, and set it appropriately for each compiler.  Add the new
22462              macro to the nmake makefile too for orthogonality.
22463      Branch: perl
22464            ! win32/Makefile win32/makefile.mk
22465 ____________________________________________________________________________
22466 [ 25693] By: merijn                                on 2005/10/05  15:34:09
22467         Log: Subject: Re: [PATCH] Random constings and printf cleanup
22468              From: Andy Lester <andy@petdance.com>
22469              Date: Tue, 4 Oct 2005 15:16:05 -0500
22470              Message-ID: <20051004201605.GA31682@petdance.com>
22471      Branch: perl
22472            ! malloc.c pad.c perl.c perl.h pp_ctl.c sv.c utf8.c xsutils.c
22473 ____________________________________________________________________________
22474 [ 25691] By: stevep                                on 2005/10/04  16:24:28
22475         Log: Fixes to Pod errors found by podchecker.
22476      Branch: perl
22477            ! README.os2 pod/perlfunc.pod
22478 ____________________________________________________________________________
22479 [ 25690] By: stevep                                on 2005/10/04  12:02:04
22480         Log: Upgrade to ExtUtils-ParseXS-2.13
22481      Branch: perl
22482            ! lib/ExtUtils/ParseXS.pm
22483 ____________________________________________________________________________
22484 [ 25689] By: stevep                                on 2005/10/04  11:01:11
22485         Log: Upgrade to ExtUtils-CBuilder-0.15 (with a small edit to 
22486              ExtUtils::CBuilder::Pltaform::dec_osf.pm to add a $VERSION)
22487      Branch: perl
22488            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
22489            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
22490            ! lib/ExtUtils/CBuilder/Platform/dec_osf.pm
22491            ! lib/ExtUtils/CBuilder/Platform/os2.pm
22492            ! lib/ExtUtils/CBuilder/t/02-link.t
22493 ____________________________________________________________________________
22494 [ 25688] By: merijn                                on 2005/10/04  10:10:41
22495         Log: Subject: Re: $^CHILD_ERROR_NATIVE issues (with attachment)
22496              From: Gisle Aas <gisle@ActiveState.com>
22497              Date: 04 Oct 2005 02:18:27 -0700
22498              Message-ID: <lrd5ml7i8s.fsf@caliper.activestate.com>
22499      Branch: perl
22500            ! cop.h doio.c perl.c perl.h pp_sys.c win32/perlhost.h
22501            ! wince/perlhost.h
22502 ____________________________________________________________________________
22503 [ 25687] By: rgs                                   on 2005/10/03  16:16:21
22504         Log: Subject: Clone PL_statusvalue_posix [PATCH]
22505              From: Gisle Aas <gisle@ActiveState.com>
22506              Date: 03 Oct 2005 09:37:57 -0700
22507              Message-ID: <lr3bni8ska.fsf_-_@caliper.activestate.com>
22508      Branch: perl
22509            ! sv.c
22510 ____________________________________________________________________________
22511 [ 25686] By: rgs                                   on 2005/10/03  15:42:45
22512         Log: Pod::Usage documentation fix, suggested by :
22513              
22514              Subject: [perl #37322] Pod::Usage implementation of -sections disagrees with its documentation 
22515              From: "Steven Schubiger via RT" <perlbug-followup@perl.org>
22516              Date: Sun, 02 Oct 2005 07:25:37 -0700
22517              Message-ID: <rt-3.0.11-37322-121918.15.4257995782182@perl.org>
22518      Branch: perl
22519            ! lib/Pod/Usage.pm
22520 ____________________________________________________________________________
22521 [ 25685] By: rgs                                   on 2005/10/03  15:17:09
22522         Log: Yitzchak points out that this function argument is NULLOK
22523      Branch: perl
22524            ! embed.fnc proto.h
22525 ____________________________________________________________________________
22526 [ 25684] By: rgs                                   on 2005/10/03  11:27:31
22527         Log: Spaces to tabs
22528      Branch: perl
22529            ! MANIFEST
22530 ____________________________________________________________________________
22531 [ 25683] By: craigb                                on 2005/10/03  03:43:31
22532         Log: We lied about strtoq way back in #8120
22533      Branch: perl
22534            ! configure.com
22535 ____________________________________________________________________________
22536 [ 25682] By: stevep                                on 2005/10/03  03:10:05
22537         Log: Upgrade to Digest-1.12
22538      Branch: perl
22539            ! lib/Digest.pm lib/Digest/Changes
22540 ____________________________________________________________________________
22541 [ 25681] By: craigb                                on 2005/10/03  00:20:30
22542         Log: fix bug introduced by #25507 that kept ccflags from
22543              making it into config.sh
22544      Branch: perl
22545            ! configure.com
22546 ____________________________________________________________________________
22547 [ 25680] By: craigb                                on 2005/10/02  21:45:20
22548         Log: assorted blead build help for VMS (mostly ithreads-related)
22549      Branch: perl
22550            ! configure.com pp_sys.c vms/gen_shrfls.pl vms/vmsish.h
22551 ____________________________________________________________________________
22552 [ 25679] By: stevep                                on 2005/10/02  12:50:02
22553         Log: Subject: [perl #37233] [PATCH] Test::Harness and Devel::Cover combine with overloading to cause infinite recursion in Carp.pm 
22554              From: perlbug-followup[at]perl.org (Yves Orton)
22555              Date: Thu, 22 Sep 2005 11:31:02 -0700
22556              Message-ID: <rt-3.0.11-37233-121233.2.25543632691242[at]perl.org>
22557      Branch: perl
22558            ! lib/Carp/Heavy.pm
22559 ____________________________________________________________________________
22560 [ 25678] By: stevep                                on 2005/10/02  04:42:46
22561         Log: Clarify the documentation regarding the return value from C<push>.
22562      Branch: perl
22563            ! pod/perlfunc.pod
22564 ____________________________________________________________________________
22565 [ 25677] By: stevep                                on 2005/10/02  04:32:48
22566         Log: If a 'use' or 'require' fails due to too many open files (EMFILE),
22567              give an appropriate error message rather than saying the module
22568              cannot be found in @INC.
22569      Branch: perl
22570            ! pp_ctl.c
22571 ____________________________________________________________________________
22572 [ 25676] By: stevep                                on 2005/10/02  03:30:55
22573         Log: Missed test changes and a bit of debugging code that should 
22574              have been removed.
22575      Branch: perl
22576            ! lib/Pod/Html.pm lib/Pod/t/htmlescp.t lib/Pod/t/htmlview.t
22577 ____________________________________________________________________________
22578 [ 25675] By: stevep                                on 2005/10/02  02:24:12
22579         Log: Fix some of the XHTML issues in Pod::Html.  The call for some time
22580              with a debugger to figure out what is going on.
22581      Branch: perl
22582            ! lib/Pod/Html.pm
22583 ____________________________________________________________________________
22584 [ 25674] By: davem                                 on 2005/10/01  23:51:40
22585         Log: Improve -DT output and fix wild buffer pointer error
22586      Branch: perl
22587            ! toke.c
22588 ____________________________________________________________________________
22589 [ 25672] By: steveh                                on 2005/09/30  15:52:30
22590         Log: Make building perl on Win32 with the free VC++ toolkit easier
22591              
22592              Introduce new CCTYPE's MSVC70FREE and MSVC70 for the free and the full
22593              versions of MS VC++ 7.x respectively.  Perl can now be built with the
22594              free VC++ toolkit simply by running "nmake CCTYPE=MSVC70FREE" with no
22595              hacking of the win32/Makefile required.  Update README.win32 with
22596              these changes.
22597              
22598              Also add the CCTYPE MSVC to win32/Makefile.  This is already supported
22599              in win32/makefile.mk and is useful for avoiding the use of -DELAYLOAD
22600              for MS VC++ 3.x through 5.x.  Update README.win32 for this too.
22601      Branch: perl
22602            ! README.win32 win32/Makefile win32/makefile.mk
22603 ____________________________________________________________________________
22604 [ 25666] By: rgs                                   on 2005/09/30  08:59:14
22605         Log: Upgrade to XSLoader 0.05, plus a few doc nits,
22606              by Sébastien Aperghis-Tramoni <maddingue@free.fr>
22607      Branch: perl
22608            ! ext/DynaLoader/XSLoader_pm.PL ext/DynaLoader/t/XSLoader.t
22609 ____________________________________________________________________________
22610 [ 25665] By: davem                                 on 2005/09/29  22:57:44
22611         Log: PL_defoutgv could be used after being freed
22612              Was giving "use of freed value" warnings in t/io/through.t
22613              and t/io/crlf_through.t
22614      Branch: perl
22615            ! perl.c
22616 ____________________________________________________________________________
22617 [ 25664] By: davem                                 on 2005/09/29  21:01:54
22618         Log: the return value of start_subparse() can legally be ignored
22619      Branch: perl
22620            ! embed.fnc gv.c proto.h
22621 ____________________________________________________________________________
22622 [ 25663] By: stevep                                on 2005/09/29  20:43:52
22623         Log: Added new flag (--use-xsloader) to use XSLoader when in backward
22624              compatibility mode.
22625      Branch: perl
22626            ! utils/h2xs.PL
22627 ____________________________________________________________________________
22628 [ 25662] By: stevep                                on 2005/09/29  18:04:29
22629         Log: With XSLoader on CPAN now, add XSLoader as a prerequisite in Makefile.PL
22630              if the compatible version is less than 5.006 (the first version with 
22631              XSLoader).
22632      Branch: perl
22633            ! utils/h2xs.PL
22634 ____________________________________________________________________________
22635 [ 25660] By: nicholas                              on 2005/09/29  13:00:18
22636         Log: 2 more e-mail addresses that map to rgs
22637      Branch: perl
22638            ! Porting/checkAUTHORS.pl
22639 ____________________________________________________________________________
22640 [ 25659] By: nicholas                              on 2005/09/29  12:54:00
22641         Log: checkAUTHORS.pl wasn't aware of one of Merijn's e-mail addresses
22642      Branch: perl
22643            ! Porting/checkAUTHORS.pl
22644 ____________________________________________________________________________
22645 [ 25658] By: nicholas                              on 2005/09/29  12:50:40
22646         Log: Correct/tweak Changes so that checkAUTHORS.pl parses it.
22647      Branch: perl
22648            ! Changes
22649 ____________________________________________________________________________
22650 [ 25657] By: nicholas                              on 2005/09/29  11:01:53
22651         Log: Teach the alias mapping about new committers.
22652      Branch: perl
22653            ! Porting/checkAUTHORS.pl
22654 ____________________________________________________________________________
22655 [ 25656] By: nicholas                              on 2005/09/29  10:54:56
22656         Log: Cope with completely empty lines within the Changes file.
22657              Better diagnostics on "malformed" lines.
22658      Branch: perl
22659            ! Porting/checkAUTHORS.pl
22660 ____________________________________________________________________________
22661 [ 25652] By: steveh                                on 2005/09/29  08:47:26
22662         Log: Clean up CBuilder and ParseXS test files
22663              
22664              This was done once already in change 25222, but then modified in change
22665              25225.  The new versions of CBuilder and ParseXS that sync'ed those
22666              changes and have now been integrated back into bleadperl missed some
22667              bits of change 25225.  Try again.
22668      Branch: perl
22669            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/t/01-basic.t
22670            ! lib/ExtUtils/CBuilder/t/02-link.t lib/ExtUtils/ParseXS.pm
22671            ! lib/ExtUtils/ParseXS/t/basic.t
22672 ____________________________________________________________________________
22673 [ 25651] By: nicholas                              on 2005/09/29  06:52:35
22674         Log: Attempting to do too many things simultaneously with the C pre-
22675              processor considered harmful.
22676      Branch: perl
22677            ! perl.c
22678 ____________________________________________________________________________
22679 [ 25650] By: stevep                                on 2005/09/29  00:23:44
22680         Log: Upgrade to ExtUtils::CBuilder 0.14
22681      Branch: perl
22682            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
22683            ! lib/ExtUtils/CBuilder/Platform/VMS.pm
22684            ! lib/ExtUtils/CBuilder/t/01-basic.t
22685            ! lib/ExtUtils/CBuilder/t/02-link.t
22686 ____________________________________________________________________________
22687 [ 25649] By: stevep                                on 2005/09/28  22:59:08
22688         Log: Upgrade to Test::Harness 2.56
22689      Branch: perl
22690            + t/lib/sample-tests/bignum_many
22691            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
22692            ! lib/Test/Harness/Straps.pm lib/Test/Harness/TAP.pod
22693            ! lib/Test/Harness/bin/prove lib/Test/Harness/t/test-harness.t
22694            ! t/lib/sample-tests/bignum
22695 ____________________________________________________________________________
22696 [ 25640] By: nicholas                              on 2005/09/28  19:56:53
22697         Log: savepv and savepvn are actually NULLOK
22698      Branch: perl
22699            ! embed.fnc proto.h
22700 ____________________________________________________________________________
22701 [ 25638] By: nicholas                              on 2005/09/28  18:51:15
22702         Log: Forgot to run embed.pl after change 25637
22703      Branch: perl
22704            ! proto.h
22705 ____________________________________________________________________________
22706 [ 25637] By: nicholas                              on 2005/09/28  18:31:04
22707         Log: Subject: [PATCH] embed.fnc now requires NN/NULLOK
22708              From: Andy Lester <andy@petdance.com>
22709              Message-ID: <20050928172254.GE20201@petdance.com>
22710              Date: Wed, 28 Sep 2005 12:22:54 -0500
22711      Branch: perl
22712            ! embed.fnc embed.pl
22713 ____________________________________________________________________________
22714 [ 25634] By: nicholas                              on 2005/09/28  15:56:45
22715         Log: We can use the C pre-processor to build a single, longer string
22716              constant which makes the object code slightly smaller.
22717      Branch: perl
22718            ! perl.c
22719 ____________________________________________________________________________
22720 [ 25627] By: steveh                                on 2005/09/28  08:23:01
22721         Log: Improve File::Spec::Win32->path() and fix MM_Win32.t
22722              
22723              Subject: Improved File::Spec::Win32->path [PATCH]
22724              From: Gisle Aas <gisle@ActiveState.com>
22725              Date: 17 Sep 2005 00:13:41 -0700
22726              Message-ID: <lrk6hgrwt6.fsf@caliper.activestate.com>
22727              
22728              Subject: Re: Improved File::Spec::Win32->path [PATCH]
22729              From: Michael G Schwern <schwern@pobox.com>
22730              Date: Tue, 27 Sep 2005 13:05:54 -0700
22731              Message-ID: <20050927200554.GC20908@windhund.schwern.org>
22732      Branch: perl
22733            ! lib/ExtUtils/t/MM_Win32.t lib/File/Spec/Win32.pm
22734 ____________________________________________________________________________
22735 [ 25626] By: stevep                                on 2005/09/28  00:06:29
22736         Log: Upgrade to CGI-3.11, with some modifications for Pod differences in
22737              bleadperl.
22738      Branch: perl
22739            ! lib/CGI.pm lib/CGI/Changes lib/CGI/Cookie.pm
22740 ____________________________________________________________________________
22741 [ 25625] By: rgs                                   on 2005/09/27  20:07:32
22742         Log: Comment nit by Vadim Konovalov
22743              And while we're at it, reindent consistently.
22744      Branch: perl
22745            ! t/io/crlf.t
22746 ____________________________________________________________________________
22747 [ 25624] By: rgs                                   on 2005/09/27  20:04:07
22748         Log: POD nit by Yitzchak
22749      Branch: perl
22750            ! pod/perlfunc.pod
22751 ____________________________________________________________________________
22752 [ 25623] By: rgs                                   on 2005/09/27  17:02:42
22753         Log: Clarify what -MFoo=number does on the command-line
22754      Branch: perl
22755            ! pod/perlrun.pod
22756 ____________________________________________________________________________
22757 [ 25621] By: stevep                                on 2005/09/27  15:05:18
22758         Log: Subject: AW: [perl #36291] incorrect $! from open ">&nr" with too many open files
22759              From: "Dintelmann, Peter" <Peter.Dintelmann@Dresdner-Bank.com>
22760              Date: Tue, 27 Sep 2005 15:18:00 +0200
22761      Branch: perl
22762            ! doio.c
22763 ____________________________________________________________________________
22764 [ 25619] By: rgs                                   on 2005/09/27  14:25:53
22765         Log: Fix by Rick Delaney for [perl #3269] no warnings "bareword" turns off
22766              too many warnings.
22767      Branch: perl
22768            ! mg.c t/io/binmode.t t/lib/warnings/2use
22769 ____________________________________________________________________________
22770 [ 25618] By: rgs                                   on 2005/09/27  12:53:49
22771         Log: Subject: [PATCH] Re: [BUG 5.8.7] Another major bug in PerlIO layer
22772              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
22773              Date: Tue, 27 Sep 2005 02:07:35 -0700
22774              Message-ID: <20050927090734.GB3687@math.berkeley.edu>
22775      Branch: perl
22776            + t/io/crlf_through.t t/io/through.t
22777            ! MANIFEST perlio.c
22778 ____________________________________________________________________________
22779 [ 25617] By: rgs                                   on 2005/09/27  11:06:23
22780         Log: OPpRUNTIME can be set on OP_QR too
22781      Branch: perl
22782            ! ext/B/B/Concise.pm
22783 ____________________________________________________________________________
22784 [ 25616] By: rgs                                   on 2005/09/27  10:09:46
22785         Log: Fix the overriding of CORE::do, just like change 25599
22786              was fixing the overriding of CORE::require
22787      Branch: perl
22788            ! embed.fnc embed.h op.c perly.act perly.y proto.h toke.c
22789 ____________________________________________________________________________
22790 [ 25615] By: rgs                                   on 2005/09/27  09:18:42
22791         Log: Micro-optimisation: use PL_globalstash instead of looking up
22792              CORE::GLOBAL::require by name
22793      Branch: perl
22794            ! op.c
22795 ____________________________________________________________________________
22796 [ 25614] By: rgs                                   on 2005/09/27  09:04:50
22797         Log: Addition to change 25612
22798      Branch: perl
22799            ! symbian/PerlApp.cpp
22800 ____________________________________________________________________________
22801 [ 25613] By: rgs                                   on 2005/09/27  08:36:24
22802         Log: Subject: [PATCH] mark cannot be const because MEXTEND() modifies it, and tkGlue.c uses MEXTEND()
22803              From: "Jan Dubois" <jand@ActiveState.com>
22804              Date: Mon, 26 Sep 2005 21:19:51 -0700
22805              Message-Id: <200509270419.j8R4JtVw026876@smtp3.ActiveState.com>
22806      Branch: perl
22807            ! XSUB.h
22808 ____________________________________________________________________________
22809 [ 25612] By: rgs                                   on 2005/09/27  08:33:36
22810         Log: Subject: [PATCH] 5.9.x@25609 Symbian update
22811              From: <jarkko.hietaniemi@nokia.com>
22812              Date: Tue, 27 Sep 2005 11:54:00 +0300
22813              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A55C@esebe105.NOE.Nokia.com>
22814      Branch: perl
22815            ! symbian/PerlApp.cpp symbian/config.sh
22816 ____________________________________________________________________________
22817 [ 25611] By: rgs                                   on 2005/09/27  07:42:52
22818         Log: Test for OPpCONST_NOVER only on OP_CONST ops.
22819              Plus a regression test by Schwern.
22820      Branch: perl
22821            ! pp_ctl.c t/op/override.t
22822 ____________________________________________________________________________
22823 [ 25610] By: rgs                                   on 2005/09/27  06:40:09
22824         Log: Subject: Warnings in tests @25605 due to cmp_ok behavior change.
22825              From: Michael G Schwern <schwern@pobox.com>
22826              Date: Mon, 26 Sep 2005 14:21:09 -0700
22827              Message-ID: <20050926212109.GA11036@windhund.schwern.org>
22828      Branch: perl
22829            ! lib/AutoSplit.t lib/Pod/t/InputObjects.t
22830 ____________________________________________________________________________
22831 [ 25609] By: stevep                                on 2005/09/27  02:45:50
22832         Log: Upgrade to Encode 2.12
22833      Branch: perl
22834            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
22835            ! ext/Encode/Encode.xs ext/Encode/META.yml
22836            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Supported.pod
22837            ! ext/Encode/t/fallback.t ext/Encode/ucm/8859-7.ucm
22838 ____________________________________________________________________________
22839 [ 25608] By: stevep                                on 2005/09/26  23:09:44
22840         Log: Upgrade to Digest 1.11 with a minor Pod fix.  Also my first commit :)
22841      Branch: perl
22842            ! lib/Digest.pm lib/Digest/Changes
22843 ____________________________________________________________________________
22844 [ 25605] By: nicholas                              on 2005/09/26  17:54:06
22845         Log: const sausage const const bacon const tomato and const
22846              The search_ext parameter to find_script can be a little more const.
22847      Branch: perl
22848            ! embed.fnc proto.h util.c
22849 ____________________________________________________________________________
22850 [ 25604] By: rgs                                   on 2005/09/26  16:31:43
22851         Log: Upgrade to Test::Simple 0.61
22852      Branch: perl
22853            + lib/Test/Builder/Module.pm lib/Test/Simple/t/bail_out.t
22854            + t/lib/Test/Simple/sample_tests/too_few_fail.plx
22855            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
22856            ! lib/Test/Simple.pm lib/Test/Simple/Changes
22857            ! lib/Test/Simple/t/00test_harness_check.t
22858            ! lib/Test/Simple/t/create.t lib/Test/Simple/t/eq_set.t
22859            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
22860            ! lib/Test/Simple/t/extra_one.t lib/Test/Simple/t/fail-like.t
22861            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
22862            ! lib/Test/Simple/t/fail_one.t
22863            ! lib/Test/Simple/t/harness_active.t
22864            ! lib/Test/Simple/t/has_plan2.t
22865            ! lib/Test/Simple/t/is_deeply_fail.t lib/Test/Simple/t/missing.t
22866            ! lib/Test/Simple/t/no_diag.t lib/Test/Simple/t/overload.t
22867            ! lib/Test/Simple/t/plan_no_plan.t lib/Test/Simple/t/todo.t
22868            ! lib/Test/Simple/t/undef.t
22869            ! t/lib/Test/Simple/sample_tests/too_few.plx
22870 ____________________________________________________________________________
22871 [ 25602] By: rgs                                   on 2005/09/26  14:45:53
22872         Log: Fix change 25597 for non-Windows platforms
22873      Branch: perl
22874            ! lib/File/Find.pm
22875 ____________________________________________________________________________
22876 [ 25601] By: rgs                                   on 2005/09/26  14:24:20
22877         Log: Make B::Deparse handle correctly CORE::require
22878      Branch: perl
22879            ! ext/B/B/Deparse.pm
22880 ____________________________________________________________________________
22881 [ 25600] By: rgs                                   on 2005/09/26  14:22:43
22882         Log: Document the new meaning of OPf_SPECIAL on OP_REQUIRE
22883      Branch: perl
22884            ! op.h
22885 ____________________________________________________________________________
22886 [ 25599] By: rgs                                   on 2005/09/26  14:04:21
22887         Log: CORE::require was always parsed as require().
22888              That's because require() isn't overridable at tokenizer-level
22889              like other overridable built-ins, but is handled by the optree
22890              builder. So, find a way to pass the information that require()
22891              was written as CORE::require() to Perl_ck_require. This is
22892              done by adding a new token type REQUIRE and by adding OPf_SPECIAL
22893              to OP_REQUIRE when it's saw as CORE::require in the program text.
22894              This fixes bug [perl #37274] The "CORE" in CORE::require is ignored.
22895      Branch: perl
22896            ! op.c perly.act perly.h perly.tab perly.y toke.c
22897 ____________________________________________________________________________
22898 [ 25597] By: steveh                                on 2005/09/26  08:54:13
22899         Log: Subject: [perl #37223] [PATCH] File::Find::find fails on Win32 with follow => 1 
22900              From: "Steve Peters via RT" <perlbug-followup@perl.org>
22901              Date: Sun, 25 Sep 2005 14:41:03 -0700
22902              Message-ID: <rt-3.0.11-37223-121392.15.8703994486314@perl.org>
22903              
22904              and update docs
22905      Branch: perl
22906            ! lib/File/Find.pm
22907 ____________________________________________________________________________
22908 [ 25591] By: rgs                                   on 2005/09/23  20:46:04
22909         Log: Upgrade to Compress::Zlib 1.40
22910      Branch: perl
22911            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
22912            ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs
22913            ! ext/Compress/Zlib/t/03examples.t
22914 ____________________________________________________________________________
22915 [ 25590] By: rgs                                   on 2005/09/23  19:06:31
22916         Log: Subject: [PATCH] Fix to PERL_DEBUG_COW
22917              From: Steve Peters <steve@fisharerojo.org>
22918              Date: Sep 23, 2005 8:11 PM
22919              Message-ID: <20050923181109.GA1350@mccoy.peters.homeunix.org>
22920      Branch: perl
22921            ! sv.h
22922 ____________________________________________________________________________
22923 [ 25588] By: rgs                                   on 2005/09/23  15:54:02
22924         Log: Subject: Re: pod/pod2usage2.t
22925              From: "H.Merijn Brand" <h.m.brand@xs4all.nl>
22926              Date: Thu, 22 Sep 2005 12:12:49 +0200
22927              Message-ID: <20050922121249.5077ee3e@pc09>
22928              
22929              Also, skip all tests on Windows until we find a way
22930              to write them portably
22931      Branch: perl
22932            ! t/pod/pod2usage2.t
22933 ____________________________________________________________________________
22934 [ 25586] By: rgs                                   on 2005/09/23  15:12:03
22935         Log: Subject: [PATCH] quiet a few warnings
22936              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
22937              Date: Wed, 21 Sep 2005 18:45:56 -0700
22938              Message-ID: <20050922014555.GA2852@efn.org>
22939      Branch: perl
22940            ! cygwin/cygwin.c embed.fnc proto.h
22941 ____________________________________________________________________________
22942 [ 25582] By: rgs                                   on 2005/09/23  13:49:24
22943         Log: Subject: [PATCH] Changes for hints/linux.sh for Purify
22944              From: Steve Peters <steve@fisharerojo.org>
22945              Date: Fri, 23 Sep 2005 08:38:58 -0500
22946              Message-ID: <20050923133858.GA29475@mccoy.peters.homeunix.org>
22947      Branch: perl
22948            ! hints/linux.sh
22949 ____________________________________________________________________________
22950 [ 25581] By: steveh                                on 2005/09/23  13:46:40
22951         Log: Extend 25579 to cover vc64 too
22952      Branch: perl
22953            ! Porting/checkcfgvar.pl
22954 ____________________________________________________________________________
22955 [ 25579] By: rgs                                   on 2005/09/23  13:08:14
22956         Log: Add Porting/checkcfgvar.pl by Jarkko
22957      Branch: perl
22958            + Porting/checkcfgvar.pl
22959            ! MANIFEST
22960 ____________________________________________________________________________
22961 [ 25578] By: rgs                                   on 2005/09/23  12:35:30
22962         Log: SAPER is the new maintainer of XSLoader
22963      Branch: perl
22964            ! Porting/Maintainers.pl
22965 ____________________________________________________________________________
22966 [ 25573] By: steveh                                on 2005/09/23  08:40:58
22967         Log: Change 25226 should have done this too
22968      Branch: perl
22969            ! win32/config.bc
22970 ____________________________________________________________________________
22971 [ 25571] By: nicholas                              on 2005/09/22  14:35:52
22972         Log: As SvPVX_mutable and SvPVX_const are new, they don't need to be LVALUEs
22973      Branch: perl
22974            ! sv.h
22975 ____________________________________________________________________________
22976 [ 25570] By: nicholas                              on 2005/09/22  14:09:37
22977         Log: The New*() compatibility macros aren't needed inside the perl core.
22978      Branch: perl
22979            ! handy.h
22980 ____________________________________________________________________________
22981 [ 25563] By: steveh                                on 2005/09/22  07:26:20
22982         Log: Forgot to update MANIFEST in change 25547
22983      Branch: perl
22984            ! MANIFEST
22985 ____________________________________________________________________________
22986 [ 25560] By: rgs                                   on 2005/09/21  21:10:50
22987         Log: Add an option --ignore to installhtml
22988              and use it to avoid to install doc in Porting/.
22989              Skip also test modules.
22990      Branch: perl
22991            ! Makefile.SH installhtml
22992 ____________________________________________________________________________
22993 [ 25547] By: steveh                                on 2005/09/21  16:19:03
22994         Log: Localize $@ in Locale::Maketext::maketext()
22995              so that $lh->maketext("Error: [_1]\n", $@) works as expected
22996              
22997              Also added a new test for this fix
22998      Branch: perl
22999            + lib/Locale/Maketext/t/30_local.t
23000            ! lib/Locale/Maketext.pm
23001 ____________________________________________________________________________
23002 [ 25544] By: rgs                                   on 2005/09/21  15:53:33
23003         Log: A few POD fixes
23004      Branch: perl
23005            ! Porting/pumpkin.pod ext/B/B/Concise.pm
23006            ! ext/Data/Dumper/Dumper.pm lib/FileCache.pm
23007 ____________________________________________________________________________
23008 [ 25543] By: rgs                                   on 2005/09/21  15:31:02
23009         Log: Upgrade to Pod::Parser 1.33
23010      Branch: perl
23011            + t/pod/pod2usage2.t
23012            ! MANIFEST lib/Pod/Checker.pm lib/Pod/InputObjects.pm
23013            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
23014            ! lib/Pod/Usage.pm t/pod/find.t t/pod/poderrs.xr
23015 ____________________________________________________________________________
23016 [ 25537] By: rgs                                   on 2005/09/21  14:20:14
23017         Log: PodParser is now Pod-Parser on CPAN
23018      Branch: perl
23019            ! Porting/Maintainers.pl
23020 ____________________________________________________________________________
23021 [ 25534] By: rgs                                   on 2005/09/21  13:12:33
23022         Log: Subject: [PATCH 5.8.7] misc a2p fixes
23023              From: Brendan O'Dea <bod@debian.org>
23024              Date: Sun, 11 Sep 2005 19:43:14 +1000
23025              Message-ID: <20050911094314.GA15155@londo.c47.org>
23026              
23027              and remove the check_byacc target from the x2p makefile
23028      Branch: perl
23029            ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.y x2p/a2py.c x2p/walk.c
23030 ____________________________________________________________________________
23031 [ 25533] By: rgs                                   on 2005/09/21  11:25:54
23032         Log: Upgrade to ExtUtils::ParseXS 2.12
23033      Branch: perl
23034            ! lib/ExtUtils/ParseXS.pm lib/ExtUtils/ParseXS/t/basic.t
23035 ____________________________________________________________________________
23036 [ 25532] By: rgs                                   on 2005/09/21  11:15:43
23037         Log: Upgrade to Time::HiRes 1.74
23038      Branch: perl
23039            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
23040            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
23041 ____________________________________________________________________________
23042 [ 25530] By: nicholas                              on 2005/09/21  10:53:56
23043         Log: Remove the last STRLEN n_a;s that my compiler can reach.
23044      Branch: perl
23045            ! doop.c ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.xs perly.act
23046            ! perly.y pp_pack.c sv.h
23047 ____________________________________________________________________________
23048 [ 25526] By: rgs                                   on 2005/09/21  09:37:27
23049         Log: Integrate changes from Text::Tabs and Text::Wrap on CPAN
23050              (Text-Tabs+Wrap-2005.0824). Keep local changes.
23051      Branch: perl
23052            ! lib/Text/Tabs.pm lib/Text/TabsWrap/CHANGELOG lib/Text/Wrap.pm
23053 ____________________________________________________________________________
23054 [ 25523] By: rgs                                   on 2005/09/20  19:12:28
23055         Log: Yitzchak says that Tim says that we can distribute
23056              the perl glossary under the same terms as Perl itself.
23057      Branch: perl
23058            ! pod/perlglossary.pod
23059 ____________________________________________________________________________
23060 [ 25515] By: rgs                                   on 2005/09/20  11:09:48
23061         Log: Subject: [PATCH blead] Re: [perl #36733] %SIG not properly local-ized
23062              From: Rick Delaney <rick@bort.ca>
23063              Date: Thu, 8 Sep 2005 08:55:16 -0400
23064              Message-ID: <20050908125516.GA18184@localhost.localdomain>
23065      Branch: perl
23066            ! hv.c t/op/local.t
23067 ____________________________________________________________________________
23068 [ 25513] By: steveh                                on 2005/09/20  09:20:16
23069         Log: Resolve [perl #37110]: Update README.win32
23070              
23071              I give up trying to keep the Platform SDK links up-to-date. They seem
23072              to have changed every time that I look at them, so make the
23073              instructions more general.
23074      Branch: perl
23075            ! README.win32
23076 ____________________________________________________________________________
23077 [ 25512] By: rgs                                   on 2005/09/20  09:15:17
23078         Log: Upgrade to Compress::Zlib 1.39
23079      Branch: perl
23080            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
23081            ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs
23082 ____________________________________________________________________________
23083 [ 25511] By: rgs                                   on 2005/09/20  09:02:17
23084         Log: Subject: PATCH for #37138: using XSUB as DB::DB causes perl to crash
23085              From: Salvador "FandiXo" <sfandino@yahoo.com>
23086              Date: Mon, 19 Sep 2005 06:56:39 -0700 (PDT)
23087              Message-ID: <20050919135639.96726.qmail@web52701.mail.yahoo.com>
23088              
23089              (adapted to bleadperl)
23090      Branch: perl
23091            ! pp_ctl.c
23092 ____________________________________________________________________________
23093 [ 25507] By: merijn                                on 2005/09/20  06:51:38
23094         Log: Subject: [patch@25502] Add hard link and V8.2 crtl support to VMS.
23095              From: "John E. Malmberg" <wb8tyw@qsl.net>
23096              Date: Tue, 20 Sep 2005 01:22:24 -0400
23097              Message-ID: <432F9C90.7080702@qsl.net>
23098      Branch: perl
23099            ! configure.com vms/descrip_mms.template x2p/s2p.PL
23100 ____________________________________________________________________________
23101 [ 25502] By: nicholas                              on 2005/09/19  21:02:02
23102         Log: The second argument to Move() is the destination, so cannot possibly
23103              be const. Pesky casting in handy.h. Getting in the way of correctness.
23104      Branch: perl
23105            ! sv.c
23106 ____________________________________________________________________________
23107 [ 25499] By: nicholas                              on 2005/09/19  19:44:07
23108         Log: Add parallel testing to TODO
23109      Branch: perl
23110            ! pod/perltodo.pod
23111 ____________________________________________________________________________
23112 [ 25497] By: nicholas                              on 2005/09/19  18:48:10
23113         Log: First argument to he_dup is actually a const HE *
23114      Branch: perl
23115            ! embed.fnc hv.c proto.h sv.c
23116 ____________________________________________________________________________
23117 [ 25493] By: nicholas                              on 2005/09/19  15:59:44
23118         Log: All Perl_hv_name_set()s need to be plain hv_name_set if they are to
23119              work with a macro version.
23120      Branch: perl
23121            ! ext/ByteLoader/bytecode.h
23122 ____________________________________________________________________________
23123 [ 25488] By: steveh                                on 2005/09/19  14:18:40
23124         Log: Update win32 config files w.r.t. change #25387
23125      Branch: perl
23126            ! win32/config.bc win32/config.gc win32/config.vc
23127            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
23128            ! win32/config_H.vc win32/config_H.vc64
23129 ____________________________________________________________________________
23130 [ 25486] By: rgs                                   on 2005/09/19  12:38:26
23131         Log: Subject: bleadperl DProf.xs:140: warning: `unused' attribute ignored
23132              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
23133              Date: Sun, 18 Sep 2005 19:46:37 -0700
23134              Message-ID: <20050919024637.GA2860@efn.org>
23135      Branch: perl
23136            ! ext/Devel/DProf/DProf.xs
23137 ____________________________________________________________________________
23138 [ 25480] By: nicholas                              on 2005/09/19  07:11:38
23139         Log: Improve failure case diagnostics from comp/package.t
23140      Branch: perl
23141            ! t/comp/package.t
23142 ____________________________________________________________________________
23143 [ 25476] By: nicholas                              on 2005/09/18  21:54:18
23144         Log: Should have been embed.h, not proto.h, in 25475
23145      Branch: perl
23146            ! embed.h
23147 ____________________________________________________________________________
23148 [ 25475] By: nicholas                              on 2005/09/18  21:52:25
23149         Log: It looks like the only way to reliably make Perl_hv_name_set a pure
23150              macro in 5.8.x is to make it available as hv_name_set.
23151              [Otherwise when and where aTHX_ hv gets expanded to foo, hv causes
23152              warnings or other games when Perl_hv_name_set() is a macro]
23153      Branch: perl
23154            ! embed.fnc ext/Opcode/Opcode.xs gv.c hv.c perl.c proto.h
23155 ____________________________________________________________________________
23156 [ 25474] By: merijn                                on 2005/09/18  18:36:15
23157         Log: Subject: [patch@25452] VMS fix required by Change 25387
23158              From: "John E. Malmberg" <wb8tyw@qsl.net>
23159              Date: Sun, 18 Sep 2005 14:53:09 -0400
23160              Message-ID: <432DB795.8050801@qsl.net>
23161      Branch: perl
23162            ! configure.com
23163 ____________________________________________________________________________
23164 [ 25463] By: nicholas                              on 2005/09/18  11:07:51
23165         Log: Tidying up the unused or unneeded global variables would be good.
23166      Branch: perl
23167            ! pod/perltodo.pod
23168 ____________________________________________________________________________
23169 [ 25459] By: nicholas                              on 2005/09/18  10:12:51
23170         Log: Controlling what the GNU linker exports from a shared library would
23171              be a useful thing TODO
23172      Branch: perl
23173            ! pod/perltodo.pod
23174 ____________________________________________________________________________
23175 [ 25457] By: nicholas                              on 2005/09/18  09:38:59
23176         Log: Detail the minimal rewards programme we have on offer.
23177              Hoik relocatable perl to the top of its section.
23178              Some other formatting tweaks.
23179      Branch: perl
23180            ! pod/perltodo.pod
23181 ____________________________________________________________________________
23182 [ 25452] By: nicholas                              on 2005/09/17  19:50:47
23183         Log: 
23184              refactoring xsubpp should have been in the "just perl" section.
23185      Branch: perl
23186            ! pod/perltodo.pod
23187 ____________________________________________________________________________
23188 [ 25451] By: nicholas                              on 2005/09/17  19:49:27
23189         Log: Add "refactor xsubpp to be a thin wrapper around ExtUtils::ParseXS"
23190              to the TODO
23191      Branch: perl
23192            ! pod/perltodo.pod
23193 ____________________________________________________________________________
23194 [ 25448] By: nicholas                              on 2005/09/17  19:11:33
23195         Log: Add shrinking GVs and CVs to the TODO
23196      Branch: perl
23197            ! pod/perltodo.pod
23198 ____________________________________________________________________________
23199 [ 25446] By: nicholas                              on 2005/09/17  18:59:37
23200         Log: Add reduce duplication in sv_setsv_flags to TODO
23201      Branch: perl
23202            ! pod/perltodo.pod
23203 ____________________________________________________________________________
23204 [ 25445] By: nicholas                              on 2005/09/17  18:53:39
23205         Log: Missing DO_BO_PACK_PC and DO_BO_UNPACK_PC for the 5.8.x case
23206              (and the don't know the pointer size case)
23207      Branch: perl
23208            ! pp_pack.c
23209 ____________________________________________________________________________
23210 [ 25444] By: nicholas                              on 2005/09/17  18:40:29
23211         Log: vv5.9.3 is clearly a bug.
23212      Branch: perl
23213            ! utils/perlbug.PL
23214 ____________________________________________________________________________
23215 [ 25443] By: nicholas                              on 2005/09/17  18:34:37
23216         Log: Add ordering of "global" variables to TODO
23217      Branch: perl
23218            ! pod/perltodo.pod
23219 ____________________________________________________________________________
23220 [ 25442] By: nicholas                              on 2005/09/17  18:05:30
23221         Log: Holding a mutex then croak()ing strikes me as deadlock.
23222      Branch: perl
23223            ! ext/threads/threads.xs
23224 ____________________________________________________________________________
23225 [ 25439] By: nicholas                              on 2005/09/17  17:09:25
23226         Log: Add emulate the per-thread memory pool on Unix to the TODO
23227      Branch: perl
23228            ! pod/perltodo.pod
23229 ____________________________________________________________________________
23230 [ 25436] By: nicholas                              on 2005/09/17  15:42:51
23231         Log: Add suggestion to profile to find a better set of hot ops for pp_hot.
23232      Branch: perl
23233            ! pod/perltodo.pod
23234 ____________________________________________________________________________
23235 [ 25434] By: nicholas                              on 2005/09/17  15:32:36
23236         Log: add merge Perl_sv_2[inpu]v to TODO
23237      Branch: perl
23238            ! pod/perltodo.pod
23239 ____________________________________________________________________________
23240 [ 25431] By: nicholas                              on 2005/09/17  14:36:14
23241         Log: Making make -j... work is a TODO
23242      Branch: perl
23243            ! pod/perltodo.pod
23244 ____________________________________________________________________________
23245 [ 25430] By: nicholas                              on 2005/09/17  14:33:33
23246         Log: Add "automating coverage tests" as a TODO
23247      Branch: perl
23248            ! pod/perltodo.pod
23249 ____________________________________________________________________________
23250 [ 25429] By: nicholas                              on 2005/09/17  14:19:54
23251         Log: Re-order the TODO tasks based on the skills they need, putting the
23252              easist tasks first. I've categorised them as
23253              
23254              =head1 Tasks that only need Perl knowledge
23255              =head1 Tasks that need a little sysadmin-type knowledge
23256              =head1 Tasks that need a little C knowledge
23257              =head1 Tasks that need a knowledge of XS
23258              =head1 Tasks that need a knowledge of the interpreter
23259              =head1 Big projects
23260              
23261              Lets see if we get any takers.
23262      Branch: perl
23263            ! pod/perltodo.pod
23264 ____________________________________________________________________________
23265 [ 25418] By: rgs                                   on 2005/09/16  12:54:43
23266         Log: Revert change #24223 : select() will continue
23267              to return -1 on error, like in previous versions, and
23268              like other system builtins.
23269      Branch: perl
23270            ! pod/perl593delta.pod pod/perlfunc.pod pp_sys.c
23271 ____________________________________________________________________________
23272 [ 25417] By: rgs                                   on 2005/09/15  14:48:37
23273         Log: Fix obsolete identifiers in comment
23274      Branch: perl
23275            ! av.h
23276 ____________________________________________________________________________
23277 [ 25416] By: rgs                                   on 2005/09/15  14:19:19
23278         Log: Upgrade to version.pm 0.48
23279      Branch: perl
23280            + lib/version.pod
23281            ! MANIFEST lib/version.pm lib/version.t util.c
23282 ____________________________________________________________________________
23283 [ 25414] By: rgs                                   on 2005/09/14  12:49:58
23284         Log: Subject: [PATCH] Math::Complex and Math::Trig updates (Re: [perl #37117] Math::Complex atan2 bug)
23285              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
23286              Date: Wed, 14 Sep 2005 09:26:11 +0300
23287              Message-ID: <4327C283.80706@gmail.com>
23288      Branch: perl
23289            ! lib/Math/Complex.pm lib/Math/Complex.t lib/Math/Trig.pm
23290            ! lib/Math/Trig.t pod/perlfunc.pod
23291 ____________________________________________________________________________
23292 [ 25413] By: rgs                                   on 2005/09/14  08:58:04
23293         Log: Subject: [perl #37163] dprofpp array subscript error 
23294              From: scott@perlcode.org (via RT) <perlbug-followup@perl.org>
23295              Date: Tue, 13 Sep 2005 12:11:46 -0700
23296              Message-ID: <rt-3.0.11-37163-120724.9.33005980359667@perl.org>
23297      Branch: perl
23298            ! utils/dprofpp.PL
23299 ____________________________________________________________________________
23300 [ 25411] By: rgs                                   on 2005/09/14  08:11:08
23301         Log: Change 25409 wasn't necessary for threaded perls
23302      Branch: perl
23303            ! toke.c
23304 ____________________________________________________________________________
23305 [ 25409] By: rgs                                   on 2005/09/14  01:08:22
23306         Log: The debugger wasn't tracing correctly execution in eval("")'ed
23307              code containing #line directives
23308      Branch: perl
23309            ! toke.c
23310 ____________________________________________________________________________
23311 [ 25406] By: rgs                                   on 2005/09/13  20:58:38
23312         Log: Subject: [PATCH] Re: [MAINT24637] fails "make test" on OSX 10.4 (lib/locale.t)
23313              From: Dominic Dunlop <shouldbedomo@mac.com>
23314              Date: Sep 13, 2005 11:13 PM
23315              Message-Id: <456439EA-CE2E-49A0-97FF-1B003CF8AFDE@mac.com>
23316      Branch: perl
23317            ! lib/locale.t
23318 ____________________________________________________________________________
23319 [ 25403] By: nicholas                              on 2005/09/13  18:16:55
23320         Log: Add Luke Closs to AUTHORS
23321      Branch: perl
23322            ! AUTHORS
23323 ____________________________________________________________________________
23324 [ 25402] By: nicholas                              on 2005/09/13  17:54:09
23325         Log: Subject: [perl #36448] configuring ranlib for perl on osx with xcode 2.1
23326              From: Luke Closs (via RT) <perlbug-followup@perl.org>
23327              Message-ID: <rt-3.0.11-36448-116486.6.06308221656583@perl.org>
23328              Date: 1 Jul 2005 21:56:31 -0000
23329      Branch: perl
23330            ! Configure hints/darwin.sh
23331 ____________________________________________________________________________
23332 [ 25399] By: rgs                                   on 2005/09/13  13:25:23
23333         Log: Allow non-arrowed form of chained subscripts after slices
23334              
23335              Subject: Re: [perl #37039] perlref documentation about optional -> is too vague
23336              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
23337              Date: Thu, 1 Sep 2005 17:41:36 -0700
23338              Message-ID: <20050902004136.GA2656@efn.org>
23339              
23340              Date: Mon, 5 Sep 2005 08:10:20 -0700
23341              Message-ID: <20050905151020.GA3556@efn.org>
23342      Branch: perl
23343            ! perly.act perly.h perly.tab perly.y t/op/ref.t
23344 ____________________________________________________________________________
23345 [ 25398] By: merijn                                on 2005/09/13  06:22:58
23346         Log: Subject: [patch@25388] vms/vms.c Perl_cando fix.
23347              From: "John E. Malmberg" <wb8tyw@qsl.net>
23348              Date: Mon, 12 Sep 2005 23:56:36 -0400
23349              Message-ID: <43264DF4.6090403@qsl.net>
23350      Branch: perl
23351            ! vms/vms.c
23352 ____________________________________________________________________________
23353 [ 25397] By: merijn                                on 2005/09/13  06:18:46
23354         Log: Subject: [PATCH] The return of the consting
23355              From: Andy Lester <andy@petdance.com>
23356              Date: Tue, 13 Sep 2005 01:08:36 -0500
23357              Message-ID: <20050913060835.GA1037@petdance.com>
23358      Branch: perl
23359            ! embed.fnc lib/overload.pm pp_pack.c proto.h util.c
23360 ____________________________________________________________________________
23361 [ 25388] By: rgs                                   on 2005/09/12  14:32:29
23362         Log: Subject: [perl #37142] h2xs skips enums with negative values 
23363              From: Aaron Kaplan (via RT) <perlbug-followup@perl.org>
23364              Date: Sun, 11 Sep 2005 13:33:44 -0700
23365              Message-ID: <rt-3.0.11-37142-120585.5.90517066191047@perl.org>
23366      Branch: perl
23367            ! utils/h2xs.PL
23368 ____________________________________________________________________________
23369 [ 25387] By: merijn                                on 2005/09/12  13:26:31
23370         Log: Detection of malloc_size and malloc_good_size
23371      Branch: perl
23372            ! Configure Porting/Glossary config_h.SH handy.h
23373 ____________________________________________________________________________
23374 [ 25383] By: merijn                                on 2005/09/11  13:50:53
23375         Log: Reverted 25364 on authors request
23376      Branch: perl
23377            ! lib/ExtUtils/CBuilder/Base.pm
23378            ! lib/ExtUtils/CBuilder/Platform/VMS.pm
23379 ____________________________________________________________________________
23380 [ 25374] By: nicholas                              on 2005/09/10  17:07:04
23381         Log: Experiment with putting the F<.patch>level into patchlevel.h
23382              (a sure way to accelerate any change to subversion)
23383      Branch: perl
23384            ! cflags.SH patchlevel.h
23385 ____________________________________________________________________________
23386 [ 25366] By: rgs                                   on 2005/09/09  09:35:01
23387         Log: Minor comment fix
23388      Branch: perl
23389            ! hv.h
23390 ____________________________________________________________________________
23391 [ 25365] By: merijn                                on 2005/09/08  07:20:19
23392         Log: Subject: [PATCH blead] Make t/op/local.t use test.pl.
23393              From: Rick Delaney <rick@bort.ca>
23394              Date: Wed, 7 Sep 2005 22:45:44 -0400
23395              Message-ID: <20050908024544.GA4058@localhost.localdomain>
23396      Branch: perl
23397            ! t/op/local.t
23398 ____________________________________________________________________________
23399 [ 25364] By: merijn                                on 2005/09/08  06:07:53
23400         Log: Subject: [patch@cbuilder_0.13] VMS fixes for cbuilder
23401              From: "John E. Malmberg" <wb8tyw@qsl.net>
23402              Date: Wed, 07 Sep 2005 19:59:36 -0400
23403              Message-ID: <431F7EE8.3040908@qsl.net>
23404      Branch: perl
23405            ! lib/ExtUtils/CBuilder/Base.pm
23406            ! lib/ExtUtils/CBuilder/Platform/VMS.pm
23407 ____________________________________________________________________________
23408 [ 25363] By: rgs                                   on 2005/09/07  11:09:10
23409         Log: The formatting function of Carp::Heavy has problem with utf8 strings.
23410              Work around it.
23411      Branch: perl
23412            ! lib/Carp/Heavy.pm
23413 ____________________________________________________________________________
23414 [ 25362] By: rgs                                   on 2005/09/07  10:31:47
23415         Log: Subject: [perl #37091] File::Path::mkpath resets errno 
23416              From: kvr@centrum.cz (via RT) <perlbug-followup@perl.org>
23417              Date: Tue, 06 Sep 2005 08:07:14 -0700
23418              Message-ID: <rt-3.0.11-37091-120348.17.8280334480876@perl.org>
23419      Branch: perl
23420            ! lib/File/Path.pm
23421 ____________________________________________________________________________
23422 [ 25361] By: rgs                                   on 2005/09/06  19:06:38
23423         Log: Upgrade to Compress::Zlib 1.38
23424      Branch: perl
23425            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/Makefile.PL
23426            ! ext/Compress/Zlib/README ext/Compress/Zlib/Zlib.pm
23427            ! ext/Compress/Zlib/Zlib.xs ext/Compress/Zlib/t/03examples.t
23428 ____________________________________________________________________________
23429 [ 25360] By: nicholas                              on 2005/09/06  17:46:33
23430         Log: Add a TODO test for bug #37038 - assigning to the match variable
23431              should not corrupt match vars such as $1 and $2
23432      Branch: perl
23433            ! t/op/pat.t
23434 ____________________________________________________________________________
23435 [ 25359] By: rgs                                   on 2005/09/06  16:06:44
23436         Log: Revert Makefile.PL change from #25355
23437      Branch: perl
23438            ! ext/IO/Makefile.PL
23439 ____________________________________________________________________________
23440 [ 25358] By: rgs                                   on 2005/09/06  14:50:18
23441         Log: Subject: Re: Fw: Tied hash numeric values are rounded off under Perl v5.8.6
23442              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
23443              Date: Fri, 2 Sep 2005 00:05:52 -0700
23444              Message-ID: <20050902070552.GA3992@efn.org>
23445      Branch: perl
23446            ! mg.c t/op/tie.t
23447 ____________________________________________________________________________
23448 [ 25357] By: merijn                                on 2005/09/06  14:10:28
23449         Log: Added amd64 and x86_64 to recognized predefined cpp syms
23450      Branch: perl
23451            ! Configure
23452 ____________________________________________________________________________
23453 [ 25355] By: rgs                                   on 2005/09/06  08:46:37
23454         Log: Upgrade to IO 1.22 from gbarr
23455              - Adjust the regression tests to use t/test.pl from bleadperl
23456              when $ENV{PERL_CORE} is defined
23457              - Add can_ok and isa_ok to t/test.pl from the implementation
23458              found in the IO CPAN distribution
23459      Branch: perl
23460            ! ext/IO/ChangeLog ext/IO/IO.pm ext/IO/IO.xs ext/IO/Makefile.PL
23461            ! ext/IO/README ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/File.pm
23462            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Pipe.pm
23463            ! ext/IO/lib/IO/Poll.pm ext/IO/lib/IO/Seekable.pm
23464            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
23465            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
23466            ! ext/IO/t/IO.t ext/IO/t/io_file.t ext/IO/t/io_linenum.t
23467            ! ext/IO/t/io_pipe.t ext/IO/t/io_sel.t ext/IO/t/io_sock.t
23468            ! ext/IO/t/io_utf8.t t/test.pl
23469 ____________________________________________________________________________
23470 [ 25354] By: rgs                                   on 2005/09/05  11:12:14
23471         Log: Subject: regression test for 25352
23472              From: Jim Cromie <jim.cromie@gmail.com>
23473              Date: Sat, 03 Sep 2005 22:38:13 -0600
23474              Message-ID: <431A7A35.6050705@gmail.com>
23475      Branch: perl
23476            ! ext/B/t/optree_specials.t
23477 ____________________________________________________________________________
23478 [ 25353] By: davem                                 on 2005/09/04  09:40:05
23479         Log: Subject:  Re: [perl #37039] perlref documentation about optional -> is too vague
23480              From:  Yitzchak Scott-Thoennes <sthoenna@efn.org>
23481              Date:  Thu, 1 Sep 2005 17:41:36 -0700
23482              Message-Id:  <20050902004136.GA2656@efn.org>
23483              
23484              Allow any variant of bison 1.875 to be used
23485      Branch: perl
23486            ! regen_perly.pl
23487 ____________________________________________________________________________
23488 [ 25352] By: rgs                                   on 2005/09/02  20:18:01
23489         Log: Subject: Re: Optree Generation
23490              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
23491              Date: Aug 31, 2005 2:18 PM
23492              Message-ID: <20050831121822.GA3464@efn.org>
23493      Branch: perl
23494            ! ext/B/B/Concise.pm
23495 ____________________________________________________________________________
23496 [ 25351] By: rgs                                   on 2005/09/02  19:57:21
23497         Log: Subject: document index() with out of bounds POSITION
23498              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
23499              Date: Sep 2, 2005 2:23 PM
23500              Message-ID: <20050902122311.GA3104@efn.org>
23501      Branch: perl
23502            ! pod/perlfunc.pod
23503 ____________________________________________________________________________
23504 [ 25350] By: rgs                                   on 2005/09/02  17:35:31
23505         Log: Really fix the Archive::Tar setup test.
23506              p4 and svn don't behave similarly concerning removal
23507              of empty directories...
23508      Branch: perl
23509            ! lib/Archive/Tar/t/00_setup.t
23510 ____________________________________________________________________________
23511 [ 25349] By: rgs                                   on 2005/09/02  16:45:31
23512         Log: Once again, fix Archive::Tar setup test with -Dmksymlinks
23513      Branch: perl
23514            ! lib/Archive/Tar/t/00_setup.t
23515 ____________________________________________________________________________
23516 [ 25348] By: rgs                                   on 2005/09/02  13:19:48
23517         Log: Subject: RE: [ANNOUNCE] Archive::Tar 1.25
23518              From: Robin Barker <Robin.Barker@npl.co.uk>
23519              Date: Thu, 1 Sep 2005 20:09:43 +0100 
23520              Message-ID: <533D273D4014D411AB1D00062938C4D90849C7A9@hotel.npl.co.uk>
23521      Branch: perl
23522            - lib/Archive/Tar/t/src/long/b lib/Archive/Tar/t/src/short/b
23523            ! MANIFEST lib/Archive/Tar/t/00_setup.t
23524            ! lib/Archive/Tar/t/02_methods.t lib/Archive/Tar/t/99_clean.t
23525 ____________________________________________________________________________
23526 [ 25347] By: rgs                                   on 2005/09/02  12:53:49
23527         Log: Regression test for the fix in change #25308,
23528              based on code by Troy Loveday
23529      Branch: perl
23530            + ext/Data/Dumper/t/bugs.t
23531            ! MANIFEST
23532 ____________________________________________________________________________
23533 [ 25346] By: rgs                                   on 2005/09/01  15:00:15
23534         Log: Oops, fix threaded build
23535      Branch: perl
23536            ! toke.c
23537 ____________________________________________________________________________
23538 [ 25345] By: rgs                                   on 2005/09/01  14:50:24
23539         Log: Don't list test modules when listing cpan versions
23540      Branch: perl
23541            ! Porting/corecpan.pl
23542 ____________________________________________________________________________
23543 [ 25344] By: rgs                                   on 2005/09/01  14:45:23
23544         Log: Add the "no 6" / "no v6" syntax.
23545      Branch: perl
23546            ! embed.fnc embed.h ext/B/t/concise-xs.t op.c op.h pp_ctl.c
23547            ! proto.h t/comp/use.t toke.c
23548 ____________________________________________________________________________
23549 [ 25343] By: rgs                                   on 2005/09/01  14:43:19
23550         Log: Remove no 6 from the todo list
23551      Branch: perl
23552            ! embed.fnc embed.h ext/B/t/concise-xs.t op.c op.h
23553            ! pod/perltodo.pod pp_ctl.c proto.h t/comp/use.t toke.c
23554 ____________________________________________________________________________
23555 [ 25342] By: rgs                                   on 2005/08/31  15:14:28
23556         Log: Document that Sys::Syslog::openlog might die.
23557              Fixes [perl #36848] Sys::Syslog::syslog kills program if syslogd not running 
23558      Branch: perl
23559            ! ext/Sys/Syslog/Syslog.pm
23560 ____________________________________________________________________________
23561 [ 25341] By: rgs                                   on 2005/08/31  14:14:21
23562         Log: Fix for [perl #37036] perl segfault at 'compile'-time
23563      Branch: perl
23564            ! op.c
23565 ____________________________________________________________________________
23566 [ 25340] By: rgs                                   on 2005/08/31  08:07:37
23567         Log: Subject: [patch@25339] ext/Dev/Peek/t/peek.t fix for VMS
23568              From: "John E. Malmberg" <wb8tyw@qsl.net>
23569              Date: Tue, 30 Aug 2005 22:17:42 -0400
23570              Message-ID: <43151346.4010001@qsl.net>
23571      Branch: perl
23572            ! ext/Devel/Peek/t/Peek.t
23573 ____________________________________________________________________________
23574 [ 25339] By: rgs                                   on 2005/08/30  18:55:46
23575         Log: Clarify the cases where system() returns 1,
23576              per a suggestion of Rick Delaney (bug #36976)
23577      Branch: perl
23578            ! pod/perlfunc.pod
23579 ____________________________________________________________________________
23580 [ 25338] By: rgs                                   on 2005/08/30  09:38:54
23581         Log: Upgrade to PathTools 3.11
23582              (no real changes)
23583      Branch: perl
23584            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
23585 ____________________________________________________________________________
23586 [ 25337] By: rgs                                   on 2005/08/30  09:34:54
23587         Log: Subject: sv-head refactor
23588              From: Jim Cromie <jim.cromie@gmail.com>
23589              Date: Thu, 25 Aug 2005 21:42:44 -0600
23590              Message-ID: <cfe85dfa05082520425f7a7738@mail.gmail.com>
23591      Branch: perl
23592            ! sv.h
23593 ____________________________________________________________________________
23594 [ 25336] By: rgs                                   on 2005/08/30  09:09:22
23595         Log: Subject: [patch@25334] t/op/magic.t - Last 3 tests invalid on VMS
23596              From: "John E. Malmberg" <wb8tyw@qsl.net>
23597              Date: Sat, 27 Aug 2005 19:54:26 -0400
23598              Message-ID: <4310FD32.70809@qsl.net>
23599      Branch: perl
23600            ! t/op/magic.t
23601 ____________________________________________________________________________
23602 [ 25335] By: rgs                                   on 2005/08/30  09:08:31
23603         Log: Subject: [patch@25334] hv.c vms environment fix.
23604              From: "John E. Malmberg" <wb8tyw@qsl.net>
23605              Date: Sat, 27 Aug 2005 19:20:50 -0400
23606              Message-ID: <4310F552.8050401@qsl.net>
23607      Branch: perl
23608            ! hv.c
23609 ____________________________________________________________________________
23610 [ 25334] By: rgs                                   on 2005/08/27  16:59:02
23611         Log: Upgrade to PathTools 3.10
23612      Branch: perl
23613            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
23614            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
23615            ! lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t
23616 ____________________________________________________________________________
23617 [ 25333] By: rgs                                   on 2005/08/27  16:28:27
23618         Log: Fix failure in Archive::Tar tests when perl is built
23619              with -Dmksymlinks
23620      Branch: perl
23621            ! lib/Archive/Tar/t/02_methods.t
23622 ____________________________________________________________________________
23623 [ 25332] By: nicholas                              on 2005/08/25  14:53:23
23624         Log: Revert 25331 (except for the typo fix).
23625      Branch: perl
23626            ! sv.c
23627 ____________________________________________________________________________
23628 [ 25331] By: nicholas                              on 2005/08/25  14:06:43
23629         Log: To make the current implementation of sv_replace sane, we should
23630              assert that the reference count of the target is also 1.
23631              (Given that we're splatting an SV with a reference count of 1 onto
23632              the target)
23633      Branch: perl
23634            ! sv.c
23635 ____________________________________________________________________________
23636 [ 25330] By: nicholas                              on 2005/08/25  13:46:31
23637         Log: Promote the warning about reference miscount in sv_replace to a panic.
23638              TODO - document the panics
23639      Branch: perl
23640            ! sv.c
23641 ____________________________________________________________________________
23642 [ 25329] By: nicholas                              on 2005/08/25  13:15:17
23643         Log: No need to manually set the reference count of a new IO to 1.
23644      Branch: perl
23645            ! gv.c
23646 ____________________________________________________________________________
23647 [ 25328] By: rgs                                   on 2005/08/25  09:29:43
23648         Log: Don't mention redundant usethreads in -V output
23649              Be more consistent in using commas
23650      Branch: perl
23651            ! myconfig.SH
23652 ____________________________________________________________________________
23653 [ 25327] By: rgs                                   on 2005/08/25  09:13:07
23654         Log: Subject: update B::Concise pod to reflect previous changes
23655              From: Jim Cromie <jcromie@divsol.com>
23656              Date: Wed, 24 Aug 2005 11:05:47 -0600
23657              Message-ID: <430CA8EB.3010904@divsol.com>
23658      Branch: perl
23659            ! ext/B/B/Concise.pm
23660 ____________________________________________________________________________
23661 [ 25326] By: rgs                                   on 2005/08/25  08:45:04
23662         Log: Fix miniperl build with threaded perl
23663      Branch: perl
23664            ! util.c
23665 ____________________________________________________________________________
23666 [ 25325] By: rgs                                   on 2005/08/24  15:53:01
23667         Log: Subject: [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.47.tar.gz]
23668              From: "John Peacock" <jpeacock@rowman.com>
23669              Date: Tue, 23 Aug 2005 20:41:11 +0300 (IDT)
23670              Message-ID: <2444.85.65.24.143.1124818871.squirrel@webmail.rowman.com>
23671      Branch: perl
23672            ! embed.fnc embed.h global.sym lib/version.pm lib/version.t
23673            ! pod/perlapi.pod proto.h t/comp/use.t util.c
23674 ____________________________________________________________________________
23675 [ 25324] By: rgs                                   on 2005/08/24  07:28:27
23676         Log: Unmatched parentheses (thanks to Steve Peters)
23677      Branch: perl
23678            ! pod/perlvar.pod
23679 ____________________________________________________________________________
23680 [ 25323] By: rgs                                   on 2005/08/23  13:52:17
23681         Log: My system produces core.$$ files
23682      Branch: perl
23683            ! Makefile.SH
23684 ____________________________________________________________________________
23685 [ 25322] By: rgs                                   on 2005/08/23  13:25:15
23686         Log: Subject: [PATCH blead] Use SvGETMAGIC more often
23687              From: Rick Delaney <rick@bort.ca>
23688              Date: Mon, 22 Aug 2005 13:00:33 -0400
23689              Message-ID: <20050822170033.GH7674@localhost.localdomain>
23690      Branch: perl
23691            ! doio.c pp.c pp_ctl.c pp_hot.c sv.c universal.c xsutils.c
23692 ____________________________________________________________________________
23693 [ 25321] By: rgs                                   on 2005/08/23  13:11:34
23694         Log: Subject: [PATCH] Add Windows Vista support to Win32::GetOSName()
23695              From: "Jan Dubois" <jand@ActiveState.com>
23696              Date: Mon, 22 Aug 2005 15:37:09 -0700
23697              Message-Id: <200508222237.j7MMbFPA027764@smtp3.ActiveState.com>
23698      Branch: perl
23699            ! win32/ext/Win32/Win32.pm
23700 ____________________________________________________________________________
23701 [ 25320] By: rgs                                   on 2005/08/22  15:41:15
23702         Log: Subject: Re: Documentation change for IPC::Open*.pm
23703              From: Ben Tilly <btilly@gmail.com>
23704              Date: Mon, 22 Aug 2005 08:30:14 -0700
23705              Message-ID: <acc274b3050822083093357fe@mail.gmail.com>
23706      Branch: perl
23707            ! lib/IPC/Open2.pm lib/IPC/Open3.pm
23708 ____________________________________________________________________________
23709 [ 25319] By: rgs                                   on 2005/08/22  14:48:43
23710         Log: Subject: [PATCH blead] Re: [perl #36959] List Constructor Operator - Undefined Values
23711              From: Rick Delaney <rick@bort.ca>
23712              Date: Sun, 21 Aug 2005 15:09:57 -0400
23713              Message-ID: <20050821190957.GE7674@localhost.localdomain>
23714      Branch: perl
23715            ! pp_ctl.c t/op/range.t
23716 ____________________________________________________________________________
23717 [ 25318] By: rgs                                   on 2005/08/22  13:41:10
23718         Log: Upgrade to Term::ANSIColor 1.10
23719      Branch: perl
23720            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
23721            ! lib/Term/ANSIColor/README lib/Term/ANSIColor/test.pl
23722 ____________________________________________________________________________
23723 [ 25317] By: rgs                                   on 2005/08/22  13:24:09
23724         Log: Subject: [PATCH lib/CPAN.pm] Make curl follow redirects
23725              From: Michael G Schwern <schwern@pobox.com>
23726              Date: Sun, 21 Aug 2005 00:16:26 -0700
23727              Message-ID: <20050821071625.GA29394@windhund.schwern.org>
23728      Branch: perl
23729            ! lib/CPAN.pm
23730 ____________________________________________________________________________
23731 [ 25316] By: rgs                                   on 2005/08/22  12:59:27
23732         Log: Argh. I've overwritten local changes to ptar with change 25312
23733      Branch: perl
23734            ! lib/Archive/Tar/bin/ptar
23735 ____________________________________________________________________________
23736 [ 25315] By: rgs                                   on 2005/08/22  11:47:45
23737         Log: Subject: Re: Building 25309 on VAX (OpenVMS 7.2) not ok
23738              From: Abe Timmerman <abe@ztreet.demon.nl>
23739              Date: Sun, 21 Aug 2005 16:28:42 +0200
23740              Message-Id: <200508211628.42409.abe@ztreet.demon.nl>
23741      Branch: perl
23742            ! configure.com
23743 ____________________________________________________________________________
23744 [ 25314] By: rgs                                   on 2005/08/22  11:14:59
23745         Log: Don't install ptar in module tree
23746      Branch: perl
23747            ! installperl
23748 ____________________________________________________________________________
23749 [ 25313] By: rgs                                   on 2005/08/22  10:29:45
23750         Log: Fix typo in file name
23751      Branch: perl
23752            ! MANIFEST
23753 ____________________________________________________________________________
23754 [ 25312] By: rgs                                   on 2005/08/22  10:09:40
23755         Log: Upgrade to Archive::Tar 1.26
23756              Preserve some local typo fixes
23757              Don't load Data::Dumper
23758      Branch: perl
23759            + lib/Archive/Tar/bin/ptardiff
23760            + lib/Archive/Tar/t/04_resolved_issues.t
23761            ! MANIFEST lib/Archive/Tar.pm lib/Archive/Tar/Constant.pm
23762            ! lib/Archive/Tar/File.pm lib/Archive/Tar/bin/ptar
23763            ! lib/Archive/Tar/t/02_methods.t
23764 ____________________________________________________________________________
23765 [ 25311] By: nicholas                              on 2005/08/21  16:19:12
23766         Log: Subject: [patch@25305] t/op/arith.t fix for VMS with IEEE float
23767              From: "John E. Malmberg" <wb8tyw@qsl.net>
23768              Message-ID: <4307F348.70603@qsl.net>
23769              Date: Sat, 20 Aug 2005 23:21:44 -0400
23770      Branch: perl
23771            ! t/op/arith.t
23772 ____________________________________________________________________________
23773 [ 25310] By: nicholas                              on 2005/08/21  16:05:22
23774         Log: Subject: [patch@25305] lib/ExtUtils/t/Constant.t VMS fixes
23775              From: "John E. Malmberg" <wb8tyw@qsl.net>
23776              Message-ID: <43080395.50807@qsl.net>
23777              Date: Sun, 21 Aug 2005 00:31:17 -0400
23778      Branch: perl
23779            ! lib/ExtUtils/t/Constant.t
23780 ____________________________________________________________________________
23781 [ 25309] By: nicholas                              on 2005/08/19  21:19:37
23782         Log: Subject: [PATCH ext/POSIX/POSIX.xs] Whitespace
23783              From: Abigail <abigail@abigail.nl>
23784              Message-ID: <20050723003235.GJ15093@abigail.nl>
23785              Date: Sat, 23 Jul 2005 02:32:35 +0200
23786      Branch: perl
23787            ! ext/POSIX/POSIX.xs
23788 ____________________________________________________________________________
23789 [ 25308] By: rgs                                   on 2005/08/19  12:54:46
23790         Log: Subject: Re: Data::Dumper bug?
23791              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
23792              Date: Mon, 8 Aug 2005 20:33:02 -0700
23793              Message-ID: <20050809033301.GA3804@efn.org>
23794      Branch: perl
23795            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
23796 ____________________________________________________________________________
23797 [ 25307] By: rgs                                   on 2005/08/19  12:44:12
23798         Log: Subject: [PATCH] make threads.xs emit warnings properly
23799              From: Tassilo von Parseval <tassilo.von.parseval@rwth-aachen.de>
23800              Date: Aug 7, 2005 7:10 AM
23801              Message-id: <20050807051041.GA3924@ethan>
23802      Branch: perl
23803            ! ext/threads/threads.pm ext/threads/threads.xs pod/perldiag.pod
23804 ____________________________________________________________________________
23805 [ 25306] By: rgs                                   on 2005/08/19  06:10:28
23806         Log: Subject: [patch@25305] fixes to const fixes + Case Preserved start
23807              From: "John E. Malmberg" <wb8tyw@qsl.net>
23808              Date: Thu, 18 Aug 2005 21:18:27 -0400
23809              Message-ID: <43053363.8090809@qsl.net>
23810      Branch: perl
23811            ! vms/vms.c
23812 ____________________________________________________________________________
23813 [ 25305] By: rgs                                   on 2005/08/18  13:47:41
23814         Log: Subject: make test of perl 5.8.7 failed on icc9
23815              From: YAMASHINA Hio <hio@ymir.co.jp>
23816              Date: Thu, 18 Aug 2005 20:36:57 +0900
23817              Message-Id: <20050818165213.BDF1.HIO@ymir.co.jp>
23818      Branch: perl
23819            ! hints/linux.sh
23820 ____________________________________________________________________________
23821 [ 25304] By: rgs                                   on 2005/08/18  11:10:27
23822         Log: Subject: [PATCH] 5.9.x (and 5.8.x): Symbian update
23823              From: <jarkko.hietaniemi@nokia.com>
23824              Date: Thu, 18 Aug 2005 13:43:46 +0300
23825              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A41B@esebe105.NOE.Nokia.com>
23826      Branch: perl
23827            ! README.symbian ext/Compress/Zlib/Zlib.xs numeric.c
23828            ! symbian/TODO symbian/config.pl symbian/config.sh
23829            ! symbian/install.cfg symbian/symbian_stubs.c symbian/xsbuild.pl
23830 ____________________________________________________________________________
23831 [ 25303] By: rgs                                   on 2005/08/18  08:58:54
23832         Log: Subject: [PATCH] Re: Transliteration operator(tr//)on EBCDIC platform
23833              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
23834              Date: Fri, 12 Aug 2005 00:20:39 +0900
23835              Message-Id: <20050812001541.EA69.BQW10602@nifty.com>
23836      Branch: perl
23837            ! t/op/tr.t toke.c
23838 ____________________________________________________________________________
23839 [ 25302] By: rgs                                   on 2005/08/18  08:00:53
23840         Log: Subject: autouse.pm: remove unneeded eval
23841              From: Alexey Tourbin <at@altlinux.ru>
23842              Date: Thu, 18 Aug 2005 08:13:24 +0400
23843              Message-ID: <20050818041324.GO19097@solemn.turbinal.org>
23844              
23845              Subject: autouse.pm: check stub, use goto in stub
23846              From: Alexey Tourbin <at@altlinux.ru>
23847              Date: Thu, 18 Aug 2005 09:06:20 +0400
23848              Message-ID: <20050818050620.GP19097@solemn.turbinal.org>
23849      Branch: perl
23850            ! lib/autouse.pm
23851 ____________________________________________________________________________
23852 [ 25301] By: rgs                                   on 2005/08/17  15:57:09
23853         Log: FAQ sync
23854      Branch: perl
23855            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
23856            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
23857            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
23858 ____________________________________________________________________________
23859 [ 25300] By: steveh                                on 2005/08/17  14:33:00
23860         Log: Subject: Your bug reports for Time::Local
23861              From: Dave Rolsky <autarch@urth.org>
23862              Date: Tue, 16 Aug 2005 11:22:20 -0500 (CDT)
23863              Message-ID: <Pine.LNX.4.61.0508161120520.26270@urth.org>
23864              
23865              An improvement on change 25287 from Dave Rolsky
23866      Branch: perl
23867            ! lib/Time/Local.t
23868 ____________________________________________________________________________
23869 [ 25299] By: rgs                                   on 2005/08/17  12:33:18
23870         Log: Subject: Re: [perl #36654] Inconsistent treatment of NaN
23871              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
23872              Date: Aug 7, 2005 8:03 PM
23873              Message-ID: <20050807180308.GA2112@efn.org>
23874              
23875              Subject: Re: [perl #36654] Inconsistent treatment of NaN
23876              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
23877              Date: Wed, 10 Aug 2005 22:53:51 -0700
23878              Message-ID: <20050811055351.GA2296@efn.org>
23879      Branch: perl
23880            ! numeric.c pod/perlop.pod
23881 ____________________________________________________________________________
23882 [ 25298] By: rgs                                   on 2005/08/17  09:35:32
23883         Log: Upgrade to Time::HiRes 1.73
23884      Branch: perl
23885            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
23886 ____________________________________________________________________________
23887 [ 25297] By: nicholas                              on 2005/08/17  09:06:33
23888         Log: Given that we now have a union, there's no need for all the HvARRAY()
23889              casting games.
23890      Branch: perl
23891            ! hv.h sv.h
23892 ____________________________________________________________________________
23893 [ 25296] By: rgs                                   on 2005/08/16  17:57:27
23894         Log: Fix for [perl #36853] -Dx can crash bleadperl
23895              The PL_op_sequence global hash wasn't initialized
23896      Branch: perl
23897            ! dump.c
23898 ____________________________________________________________________________
23899 [ 25295] By: merijn                                on 2005/08/16  07:36:58
23900         Log: Subject: Time::HiRes::nanosleep support for Solaris [PATCH]
23901              From: Gisle Aas <gisle@ActiveState.com>
23902              Date: 15 Aug 2005 21:05:22 -0700
23903              Message-ID: <lrk6imy1a5.fsf@caliper.activestate.com>
23904      Branch: perl
23905            ! ext/Time/HiRes/hints/solaris.pl
23906 ____________________________________________________________________________
23907 [ 25294] By: merijn                                on 2005/08/15  09:36:30
23908         Log: Subject: Re: [PATCH@25292] add nonxs_ext to configure.com
23909              From: "John E. Malmberg" <wb8tyw@qsl.net>
23910              Date: Sat, 13 Aug 2005 12:20:34 -0400
23911              Message-ID: <42FE1DD2.8050803@qsl.net>
23912      Branch: perl
23913            ! configure.com
23914 ____________________________________________________________________________
23915 [ 25293] By: merijn                                on 2005/08/15  09:34:28
23916         Log: Subject: [PATCH configure.com] Make "prove" available on VMS
23917              From: Abe Timmerman <abe@ztreet.demon.nl>
23918              Date: Sat, 13 Aug 2005 18:16:29 +0200
23919              Message-Id: <200508131816.29092.abe@ztreet.demon.nl>
23920      Branch: perl
23921            ! configure.com
23922 ____________________________________________________________________________
23923 [ 25292] By: merijn                                on 2005/08/13  07:38:54
23924         Log: Subject: [PATCH @ 24148] Compress::Zlib 1.37
23925              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
23926              Date: Fri, 12 Aug 2005 16:31:42 +0100
23927              Message-Id: <20050812153145.PWIR17166.aamta12-winn.ispmail.ntl.com@MARQUESSPT21>
23928      Branch: perl
23929            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/Makefile.PL
23930            ! ext/Compress/Zlib/README ext/Compress/Zlib/Zlib.pm
23931            ! ext/Compress/Zlib/t/03examples.t
23932 ____________________________________________________________________________
23933 [ 25291] By: merijn                                on 2005/08/13  07:33:46
23934         Log: Subject: [patch@25289] Add sig_count to CONFIGURE.COM
23935              From: "John E. Malmberg" <wb8tyw@qsl.net>
23936              Date: Fri, 12 Aug 2005 13:39:25 -0400
23937              Message-ID: <42FCDECD.8090009@qsl.net>
23938      Branch: perl
23939            ! configure.com
23940 ____________________________________________________________________________
23941 [ 25290] By: merijn                                on 2005/08/13  07:30:05
23942         Log: Subject: Re: [patch@25289] bninfnan.t setting include path to file.
23943              From: "John E. Malmberg" <wb8tyw@qsl.net>
23944              Date: Fri, 12 Aug 2005 23:17:39 -0400
23945              Message-ID: <42FD6653.6010605@qsl.net>
23946      Branch: perl
23947            ! lib/bignum/t/bninfnan.t
23948 ____________________________________________________________________________
23949 [ 25289] By: steveh                                on 2005/08/12  16:13:11
23950         Log: Supply same libs for bcc32 builds as cl and gcc builds have
23951              
23952              It makes life easier for third-party extensions if perl provides a
23953              decent set of libs to link against. cl and gcc builds already have
23954              this (except that gcc was missing one lib), but bcc32 builds only
23955              have one or two libs supplied.  In particular, the ODBC libs
23956              required for building libwin32 were not specified.  One of these
23957              doesn't exist in the Borland lib dirs by default, so generate it
23958              from the DLL if it is missing.
23959      Branch: perl
23960            ! win32/makefile.mk
23961 ____________________________________________________________________________
23962 [ 25288] By: steveh                                on 2005/08/12  15:26:11
23963         Log: Make change 25286 better
23964              
23965              Thanks to John E. Malmberg <wb8tyw@qsl.net> for pointing this out.
23966      Branch: perl
23967            ! win32/win32.c
23968 ____________________________________________________________________________
23969 [ 25287] By: steveh                                on 2005/08/11  11:56:26
23970         Log: Fix lib/Time/Local.t for bcc32 in non GMT time zones
23971              
23972              See comments at:
23973              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-08/msg00115.html
23974      Branch: perl
23975            ! lib/Time/Local.t
23976 ____________________________________________________________________________
23977 [ 25286] By: steveh                                on 2005/08/11  10:56:12
23978         Log: Silence Win32 compiler warnings following change 25280
23979      Branch: perl
23980            ! win32/win32.c
23981 ____________________________________________________________________________
23982 [ 25285] By: steveh                                on 2005/08/11  09:21:37
23983         Log: Run regen.pl
23984      Branch: perl
23985            ! pod/perlapi.pod proto.h
23986 ____________________________________________________________________________
23987 [ 25284] By: merijn                                on 2005/08/11  07:35:27
23988         Log: Subject: [patch] blead@25282 - VMS specific fixes. [2nd try]
23989              From: "John E. Malmberg" <wb8tyw@qsl.net>
23990              Date: Wed, 10 Aug 2005 23:26:03 -0400
23991              Message-ID: <42FAC54B.2050207@qsl.net>
23992      Branch: perl
23993            ! lib/Test/Harness/Straps.pm lib/vmsish.t t/lib/warnings/doio
23994            ! t/op/anonsub.t t/op/chdir.t t/op/closure.t t/op/lex_assign.t
23995            ! t/op/runlevel.t t/op/stat.t t/pod/find.t t/x2p/s2p.t
23996            ! utils/c2ph.PL vms/ext/Stdio/test.pl
23997 ____________________________________________________________________________
23998 [ 25283] By: merijn                                on 2005/08/11  07:25:32
23999         Log: Subject: [patch] blead@25282
24000              From: "John E. Malmberg" <wb8tyw@qsl.net>
24001              Date: Wed, 10 Aug 2005 23:47:47 -0400
24002              Message-ID: <42FACA63.4030805@qsl.net>
24003      Branch: perl
24004            ! t/op/exec.t t/run/exit.t
24005 ____________________________________________________________________________
24006 [ 25282] By: merijn                                on 2005/08/10  20:34:03
24007         Log: Subject: [PATCH] Re: [perl #36235] perl + gcc-4.0.0 + solaris + gnu binutils
24008              From: Andy Dougherty <doughera@lafayette.edu>
24009              Date: Tue, 26 Jul 2005 12:03:37 -0400 (EDT)
24010              Message-ID: <Pine.SOC.4.62.0507261131300.8774@maxwell.phys.lafayette.edu>
24011      Branch: perl
24012            ! hints/solaris_2.sh
24013 ____________________________________________________________________________
24014 [ 25281] By: merijn                                on 2005/08/10  11:45:11
24015         Log: Subject: conflicting types for 'Perl_my_popen'
24016              From: Alexey Tourbin <at@altlinux.ru>
24017              Date: Wed, 10 Aug 2005 15:19:15 +0400
24018              Message-ID: <20050810111915.GK19097@solemn.turbinal.org>
24019      Branch: perl
24020            ! util.c
24021 ____________________________________________________________________________
24022 [ 25280] By: merijn                                on 2005/08/10  09:14:23
24023         Log: Subject: patch@25279 VMS error handling and const fixes
24024              From: "John E. Malmberg" <wb8tyw@qsl.net>
24025              Date: Wed, 10 Aug 2005 00:37:13 -0400
24026              Message-ID: <42F98479.6030207@qsl.net>
24027      Branch: perl
24028            ! doio.c embed.fnc perl.h pp_sys.c proto.h vms/vms.c
24029            ! vms/vmsish.h
24030 ____________________________________________________________________________
24031 [ 25279] By: merijn                                on 2005/08/09  11:24:54
24032         Log: Subject: [PATCH] Fix a couple of random warnings
24033              From: Steve Peters <steve@fisharerojo.org>
24034              Date: Tue, 9 Aug 2005 06:21:48 -0500
24035              Message-ID: <20050809112148.GA4902@mccoy.peters.homeunix.org>
24036      Branch: perl
24037            ! nostdio.h perl.c
24038 ____________________________________________________________________________
24039 [ 25278] By: steveh                                on 2005/08/08  16:12:12
24040         Log: Update Porting/repository.pod to recommend Cygwin's ssh on Win32
24041              
24042              Cygwin's ssh client seems to be superior to MSYS's ssh client in that
24043              it supports the ServerAliveInterval config setting which prevents the
24044              ssh client from timing out every so often
24045      Branch: perl
24046            ! Porting/repository.pod
24047 ____________________________________________________________________________
24048 [ 25277] By: merijn                                on 2005/08/08  06:22:38
24049         Log: Subject: [PATCH] Post-OSCON NN/NULLOK-ing
24050              From: Andy Lester <andy@petdance.com>
24051              Date: Sun, 7 Aug 2005 00:59:11 -0500
24052              Message-ID: <20050807055911.GA6384@petdance.com>
24053      Branch: perl
24054            ! embed.fnc op.c
24055 ____________________________________________________________________________
24056 [ 25276] By: merijn                                on 2005/08/08  06:17:33
24057         Log: Subject: Re: [PATCH] undup
24058              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
24059              Date: Sun, 07 Aug 2005 14:49:40 +0300
24060              Message-ID: <42F5F554.5020701@gmail.com>
24061      Branch: perl
24062            ! pod/perldoc.pod pod/perltodo.pod pod/perlunicode.pod
24063 ____________________________________________________________________________
24064 [ 25275] By: davem                                 on 2005/08/07  11:15:32
24065         Log: run regen.pl after change #25274
24066      Branch: perl
24067            ! pod/perlintern.pod
24068 ____________________________________________________________________________
24069 [ 25274] By: merijn                                on 2005/08/07  10:10:12
24070         Log: Subject: [PATCH] undup 
24071              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
24072              Date: Sun, 07 Aug 2005 13:28:19 +0300
24073              Message-ID: <42F5E243.80500@gmail.com>
24074      Branch: perl
24075            ! ext/Encode/lib/Encode/Supported.pod lib/Test/Harness/TAP.pod
24076            ! pad.c pod/perl573delta.pod pod/perl58delta.pod
24077            ! pod/perlfaq7.pod pod/perlglossary.pod pod/perlvar.pod pp_ctl.c
24078 ____________________________________________________________________________
24079 [ 25273] By: rgs                                   on 2005/08/06  23:07:46
24080         Log: Add files missed in change 25271
24081      Branch: perl
24082            + ext/Encode/lib/Encode/MIME/Header/ISO_2022_JP.pm
24083            + ext/Encode/t/mime_header_iso2022jp.t
24084 ____________________________________________________________________________
24085 [ 25272] By: rgs                                   on 2005/08/06  22:46:06
24086         Log: Clarify docs
24087      Branch: perl
24088            ! ext/PerlIO/encoding/encoding.pm
24089 ____________________________________________________________________________
24090 [ 25271] By: rgs                                   on 2005/08/06  22:15:14
24091         Log: Upgrade to Encode 2.11, plus a patch to PerlIO::encoding
24092              by Dan Kogai to fix encoding(utf-8-strict) with partial
24093              characters.
24094      Branch: perl
24095            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
24096            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
24097            ! ext/Encode/Encode/encode.h ext/Encode/MANIFEST
24098            ! ext/Encode/META.yml ext/Encode/lib/Encode/Alias.pm
24099            ! ext/Encode/lib/Encode/Config.pm
24100            ! ext/Encode/lib/Encode/MIME/Header.pm
24101            ! ext/PerlIO/encoding/encoding.pm
24102 ____________________________________________________________________________
24103 [ 25270] By: merijn                                on 2005/08/06  15:54:55
24104         Log: Subject: [PATCH] Re: [PATCH] Re: [perl #36819] perlbug AutoReply: Bleadperl: abs() busted outside integer range
24105              From: Dominic Dunlop <shouldbedomo@mac.com>
24106              Date: Sat, 6 Aug 2005 17:47:40 +0200
24107              Message-Id: <EF62D3CF-8B54-4C7B-973E-C259F487AE32@mac.com>
24108      Branch: perl
24109            ! pp.c t/op/arith.t
24110 ____________________________________________________________________________
24111 [ 25269] By: rgs                                   on 2005/08/05  16:31:44
24112         Log: Subject: [patch]vms.c - buffer highwater overrun in vmsify
24113              From: John E. Malmberg <wb8tyw@qsl.net>
24114              Date: Mon, 01 Aug 2005 19:54:22 -0400
24115              Message-ID: <42EEB62E.3020108@qsl.net>
24116      Branch: perl
24117            ! vms/vms.c
24118 ____________________________________________________________________________
24119 [ 25268] By: rgs                                   on 2005/08/05  15:01:19
24120         Log: "thread failed to start" is a severe warning, not a fatal error
24121              as reported by Tassilo von Parseval.
24122      Branch: perl
24123            ! pod/perldiag.pod
24124 ____________________________________________________________________________
24125 [ 25267] By: merijn                                on 2005/08/05  14:13:26
24126         Log: ASCIZ is not a typo
24127      Branch: perl
24128            ! pod/perlfunc.pod
24129 ____________________________________________________________________________
24130 [ 25266] By: merijn                                on 2005/08/05  07:50:40
24131         Log: Subject: [PATCH] Typos in *.p[lm]
24132              From: "Piotr Fusik" <pfusik@op.pl>
24133              Date: Sun, 31 Jul 2005 12:50:04 +0200
24134              Message-ID: <001401c595bd$dccb5d80$0bd34dd5@piec>
24135      Branch: perl
24136            ! ext/Encode/lib/Encode/PerlIO.pod
24137            ! ext/Encode/lib/Encode/Supported.pod lib/ExtUtils/MM_Win95.pm
24138            ! lib/ExtUtils/MakeMaker/FAQ.pod lib/Net/libnetFAQ.pod
24139            ! lib/Test/Harness/TAP.pod lib/Test/Tutorial.pod
24140            ! pod/perlfunc.pod pod/perltoc.pod
24141 ____________________________________________________________________________
24142 [ 25265] By: rgs                                   on 2005/08/04  16:45:37
24143         Log: VMS debugging help, by John E. Malmberg
24144      Branch: perl
24145            ! vms/descrip_mms.template
24146 ____________________________________________________________________________
24147 [ 25264] By: merijn                                on 2005/08/03  10:30:54
24148         Log: Subject: [PATCH] Re: Smoke [5.9.3] 25248 FAIL(F) openbsd 3.7 (i386/1 cpu)
24149              From: Dominic Dunlop <shouldbedomo@mac.com>
24150              Date: Wed, 3 Aug 2005 12:19:03 +0200
24151              Message-Id: <8D595B69-4489-4395-BFA4-07DF5859D556@mac.com>
24152      Branch: perl
24153            ! t/op/sprintf.t
24154 ____________________________________________________________________________
24155 [ 25263] By: merijn                                on 2005/08/02  13:59:49
24156         Log: The typo changes from 25261 (of course) altered the MD5's
24157      Branch: perl
24158            ! ext/Digest/MD5/t/files.t
24159 ____________________________________________________________________________
24160 [ 25262] By: merijn                                on 2005/08/02  13:45:35
24161         Log: Typoes from 25261 also in expected for tests
24162      Branch: perl
24163            ! t/pod/pod2usage.xr
24164 ____________________________________________________________________________
24165 [ 25261] By: merijn                                on 2005/08/02  10:39:51
24166         Log: Subject: [PATCH] Typos in *.p[lm]
24167              From: "Piotr Fusik" <pfusik@op.pl>
24168              Date: Sun, 31 Jul 2005 12:50:04 +0200
24169              Message-ID: <001401c595bd$dccb5d80$0bd34dd5@piec>
24170      Branch: perl
24171            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bblock.pm ext/B/B/CC.pm
24172            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
24173            ! ext/B/t/OptreeCheck.pm ext/Compress/Zlib/Zlib.pm
24174            ! ext/DB_File/DB_File.pm ext/Digest/MD5/MD5.pm
24175            ! ext/Encode/Encode.pm ext/Encode/encoding.pm
24176            ! ext/Encode/lib/Encode/Alias.pm ext/IO/lib/IO/Dir.pm
24177            ! ext/IO/lib/IO/Poll.pm ext/IO/lib/IO/Socket/INET.pm
24178            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
24179            ! ext/Opcode/Opcode.pm ext/Opcode/ops.pm
24180            ! ext/SDBM_File/SDBM_File.pm ext/Storable/Storable.pm
24181            ! ext/XS/APItest/APItest.pm ext/re/re.pm lib/Archive/Tar.pm
24182            ! lib/Archive/Tar/Constant.pm lib/Attribute/Handlers.pm
24183            ! lib/CGI.pm lib/CGI/Carp.pm lib/CPAN.pm lib/Digest.pm
24184            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
24185            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
24186            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
24187            ! lib/ExtUtils/ParseXS.pm lib/File/Basename.pm
24188            ! lib/File/Spec/Mac.pm lib/File/Temp.pm lib/Filter/Simple.pm
24189            ! lib/Getopt/Long.pm lib/I18N/LangTags.pm
24190            ! lib/I18N/LangTags/List.pm lib/Math/BigFloat.pm
24191            ! lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm lib/Math/BigRat.pm
24192            ! lib/NEXT.pm lib/Net/Cmd.pm lib/Net/Config.pm lib/Net/FTP.pm
24193            ! lib/Net/NNTP.pm lib/Net/POP3.pm lib/Net/Ping.pm
24194            ! lib/Net/SMTP.pm lib/PerlIO.pm lib/Pod/Checker.pm
24195            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Pod/InputObjects.pm
24196            ! lib/Pod/LaTeX.pm lib/Pod/Parser.pm lib/Pod/Select.pm
24197            ! lib/Pod/Usage.pm lib/Switch.pm lib/Term/ANSIColor.pm
24198            ! lib/Test.pm lib/Test/More.pm lib/Text/Balanced.pm
24199            ! lib/Text/Wrap.pm lib/Tie/File.pm lib/Tie/Hash.pm
24200            ! lib/Unicode/UCD.pm lib/base.pm lib/bigint.pm lib/bignum.pm
24201            ! lib/bigrat.pm lib/blib.pm lib/diagnostics.pm lib/perl5db.pl
24202            ! lib/version.pm lib/vmsish.pm os2/OS2/PrfDB/PrfDB.pm
24203            ! os2/OS2/Process/Process.pm pod/checkpods.PL pod/pod2usage.PL
24204            ! utils/h2xs.PL win32/bin/pl2bat.pl wince/bin/pl2bat.pl
24205            ! wince/comp.pl
24206 ____________________________________________________________________________
24207 [ 25260] By: rgs                                   on 2005/08/01  15:14:48
24208         Log: Document where to find maintainers of dual live modules
24209      Branch: perl
24210            ! pod/perlhack.pod
24211 ____________________________________________________________________________
24212 [ 25259] By: rgs                                   on 2005/08/01  15:12:07
24213         Log: More typo fixes (damn generated pod files)
24214      Branch: perl
24215            ! pad.c
24216 ____________________________________________________________________________
24217 [ 25258] By: rgs                                   on 2005/08/01  14:45:22
24218         Log: Subject: Re: [perl #36616] bug or feature? foreach (sort @array) {y/a-z/A-Z/;} # @array modified!
24219              From: Michael G Schwern <schwern@pobox.com>
24220              Date: Sat, 23 Jul 2005 19:59:29 -0700
24221              Message-ID: <20050724025929.GA6574@windhund.schwern.org>
24222      Branch: perl
24223            ! pod/perlfunc.pod
24224 ____________________________________________________________________________
24225 [ 25257] By: rgs                                   on 2005/08/01  13:58:04
24226         Log: Various patches by John E. Malmberg to fix data
24227              corruption issues on VMS. Back out change 25218 and
24228              the parts of change 25217 that affect pp_ctl.c and
24229              pp_sys.c.
24230      Branch: perl
24231            ! doio.c ext/Compress/Zlib/Makefile.PL mg.c pp_ctl.c pp_sys.c
24232            ! vms/vms.c vms/vmsish.h
24233 ____________________________________________________________________________
24234 [ 25256] By: rgs                                   on 2005/08/01  13:54:52
24235         Log: Various patches by John E. Malmberg to fix data
24236              corruption issues on VMS. Back out change 25218 and
24237              the parts of change 25217 that affect pp_ctl.c and
24238              pp_sys.c.
24239      Branch: perl
24240            ! doio.c ext/Compress/Zlib/Makefile.PL mg.c pp_ctl.c pp_sys.c
24241            ! vms/vms.c vms/vmsish.h
24242 ____________________________________________________________________________
24243 [ 25255] By: rgs                                   on 2005/08/01  13:15:25
24244         Log: Subject: [patch] blead@25226 on OpenVMS/vms.c - fopen bug.
24245              From: "John E. Malmberg" <wb8tyw@qsl.net>
24246              Date: Fri, 29 Jul 2005 10:24:15 -0400
24247              Message-ID: <42EA3C0F.9040900@qsl.net>
24248      Branch: perl
24249            ! vms/vms.c
24250 ____________________________________________________________________________
24251 [ 25254] By: rgs                                   on 2005/08/01  08:14:27
24252         Log: Another typo fix
24253      Branch: perl
24254            ! XSUB.h pod/perlapi.pod
24255 ____________________________________________________________________________
24256 [ 25253] By: rgs                                   on 2005/08/01  08:13:10
24257         Log: Subject: [PATCH] POD typos
24258              From: "Piotr Fusik" <pfusik@op.pl>
24259              Date: Sat, 30 Jul 2005 21:54:19 +0200
24260              Message-ID: <00ef01c59542$3198ba00$26d34dd5@piec>
24261      Branch: perl
24262            ! Porting/pumpkin.pod Porting/repository.pod ext/POSIX/POSIX.pod
24263            ! pod/perl593delta.pod pod/perlapio.pod pod/perldebug.pod
24264            ! pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq3.pod
24265            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlglossary.pod
24266            ! pod/perlguts.pod pod/perlintern.pod pod/perltodo.pod
24267            ! pod/perlxs.pod symbian/PerlBase.pod vms/perlvms.pod
24268 ____________________________________________________________________________
24269 [ 25252] By: rgs                                   on 2005/08/01  07:49:58
24270         Log: Subject: Re: [perl #36622] y/// at end of file
24271              From: Michael G Schwern <schwern@pobox.com>
24272              Date: Fri, 22 Jul 2005 11:51:15 -0700
24273              Message-ID: <20050722185115.GB28829@windhund.schwern.org>
24274      Branch: perl
24275            ! t/op/tr.t t/test.pl
24276 ____________________________________________________________________________
24277 [ 25251] By: rgs                                   on 2005/08/01  07:23:08
24278         Log: Subject: Re: blead@25210 on OpenVMS (not good)
24279              From: "John E. Malmberg" <wb8tyw@qsl.net>
24280              Date: Sun, 24 Jul 2005 19:09:01 -0400
24281              Message-ID: <42E41F8D.3040306@qsl.net>
24282              
24283              constify Perl_unlnk
24284      Branch: perl
24285            ! embed.fnc perl.h proto.h util.c
24286 ____________________________________________________________________________
24287 [ 25250] By: rgs                                   on 2005/08/01  07:03:36
24288         Log: Subject: blead@25226 - ext/Compress/Zlib on VMS.
24289              From: "John E. Malmberg" <wb8tyw@qsl.net>
24290              Date: Sun, 31 Jul 2005 23:19:51 -0400
24291              Message-ID: <42ED94D6.7020104@qsl.net>
24292      Branch: perl
24293            ! ext/Compress/Zlib/t/03examples.t
24294 ____________________________________________________________________________
24295 [ 25249] By: rgs                                   on 2005/08/01  06:57:09
24296         Log: Subject: [patch] blead@25226 - t/op/pack.t undefined value fix
24297              From: "John E. Malmberg" <wb8tyw@qsl.net>
24298              Date: Sun, 31 Jul 2005 22:18:19 -0400
24299              Message-ID: <42ED866B.3000308@qsl.net>
24300      Branch: perl
24301            ! t/op/pack.t
24302 ____________________________________________________________________________
24303 [ 25248] By: merijn                                on 2005/07/31  15:50:45
24304         Log: SIGRTMIN & SIGRTMAX on Cygwin both 32. sig_count = 33, but
24305              POSIX::SigRt is not available on use
24306      Branch: perl
24307            ! ext/POSIX/t/sigaction.t
24308 ____________________________________________________________________________
24309 [ 25247] By: merijn                                on 2005/07/31  15:47:51
24310         Log: Subject: [PATCH] Re: Smoke [5.9.3] 25237 FAIL(F) linux 2.6.12-4-686 [debian] (i686/1 cpu)
24311              From: Dominic Dunlop <shouldbedomo@mac.com>
24312              Date: Fri, 29 Jul 2005 17:41:59 +0200
24313              Message-Id: <33378322-189C-4D70-AC0B-1AF589DD56E7@mac.com>
24314      Branch: perl
24315            ! sv.h
24316 ____________________________________________________________________________
24317 [ 25246] By: rgs                                   on 2005/07/31  15:15:35
24318         Log: Remove the documentation for $#, which has been removed
24319      Branch: perl
24320            ! pod/perlvar.pod
24321 ____________________________________________________________________________
24322 [ 25245] By: rgs                                   on 2005/07/29  15:36:09
24323         Log: Update Changes
24324      Branch: perl
24325            ! Changes
24326 ____________________________________________________________________________
24327 [ 25244] By: steveh                                on 2005/07/29  09:41:38
24328         Log: Skip op/sprintf.t test 147 on MSWin32
24329              ... and fix the skip code so that it actually works ;-)
24330      Branch: perl
24331            ! t/op/sprintf.t
24332 ____________________________________________________________________________
24333 [ 25243] By: rgs                                   on 2005/07/29  08:31:51
24334         Log: Subject: [PATCH] More embed.fnc goodness
24335              From: Andy Lester <andy@petdance.com>
24336              Date: Thu, 28 Jul 2005 14:09:56 -0500
24337              Message-ID: <20050728190956.GB607@petdance.com>
24338      Branch: perl
24339            ! doio.c embed.fnc embed.h op.c pp_ctl.c proto.h regcomp.c
24340            ! regexec.c sv.c util.c
24341 ____________________________________________________________________________
24342 [ 25242] By: rgs                                   on 2005/07/29  07:19:11
24343         Log: Subject: [PATCH] Fix English error in overload.pm
24344              From: Andy Lester <andy@petdance.com>
24345              Date: Thu, 28 Jul 2005 14:10:43 -0500
24346              Message-ID: <20050728191043.GC607@petdance.com>
24347      Branch: perl
24348            ! lib/overload.pm
24349 ____________________________________________________________________________
24350 [ 25241] By: rgs                                   on 2005/07/28  17:34:36
24351         Log: Clarification to the syntax of loop modifiers
24352              by Piotr Fusik
24353      Branch: perl
24354            ! pod/perlfunc.pod
24355 ____________________________________________________________________________
24356 [ 25240] By: rgs                                   on 2005/07/28  17:29:47
24357         Log: Subject: RE: [PATCH] Re: [PATCH] support POSIX SA_SIGINFO
24358              From: "Green, Paul" <Paul.Green@stratus.com>
24359              Date: Mon, 25 Jul 2005 12:39:32 -0400
24360              Message-ID: <F5F42E77A43DD944B6D664B00A5401CB8A9F67@EXNA.corp.stratus.com>
24361      Branch: perl
24362            ! mg.c
24363 ____________________________________________________________________________
24364 [ 25239] By: rgs                                   on 2005/07/28  17:18:13
24365         Log: Subject: [PATCH fresh_perl.t] Being more careful about newlines
24366              From: Michael G Schwern <schwern@pobox.com>
24367              Date: Fri, 22 Jul 2005 12:53:34 -0700
24368              Message-ID: <20050722195334.GA12431@windhund.schwern.org>
24369      Branch: perl
24370            ! t/run/fresh_perl.t
24371 ____________________________________________________________________________
24372 [ 25238] By: rgs                                   on 2005/07/28  16:11:23
24373         Log: Subject: [PATCH] perl.h, use STRINGIFY in 25171
24374              From: Robin Barker <Robin.Barker@npl.co.uk>
24375              Date: Thu, 28 Jul 2005 12:13:13 +0100
24376              Message-ID: <533D273D4014D411AB1D00062938C4D90849C75A@hotel.npl.co.uk>
24377      Branch: perl
24378            ! perl.h
24379 ____________________________________________________________________________
24380 [ 25237] By: merijn                                on 2005/07/28  13:03:09
24381         Log: Subject: [PATCH] tidy up DieNull and DIE_NULL
24382              From: Robin Barker <Robin.Barker@npl.co.uk>
24383              Date: Thu, 28 Jul 2005 14:05:51 +0100
24384              Message-ID: <533D273D4014D411AB1D00062938C4D90849C75C@hotel.npl.co.uk>
24385      Branch: perl
24386            ! embed.fnc mg.c perl.h pp.h pp_sys.c proto.h
24387 ____________________________________________________________________________
24388 [ 25236] By: rgs                                   on 2005/07/28  12:59:55
24389         Log: Subject: [PATCH] silence compiler warning in mg.c POSIX.xs
24390              From: Robin Barker <Robin.Barker@npl.co.uk>
24391              Date: Thu, 28 Jul 2005 13:57:31 +0100
24392              Message-ID: <533D273D4014D411AB1D00062938C4D90849C75B@hotel.npl.co.uk>
24393      Branch: perl
24394            ! ext/POSIX/POSIX.xs mg.c perl.h
24395 ____________________________________________________________________________
24396 [ 25235] By: merijn                                on 2005/07/28  12:22:27
24397         Log: sprintf now has all but two tests enabled.
24398              the list supports skipping of expected fails
24399              new test for %.0g from Dominic Dunlop
24400      Branch: perl
24401            ! t/op/sprintf.t
24402 ____________________________________________________________________________
24403 [ 25234] By: steveh                                on 2005/07/28  09:10:41
24404         Log: Subject: [PATCH] perlfunc.pod grammar fixes
24405              From: Steve Peters <steve@fisharerojo.org>
24406              Date: Wed, 27 Jul 2005 22:02:13 -0500
24407              Message-ID: <20050728030213.GA11330@mccoy.peters.homeunix.org>
24408              
24409              (with minor tweaks)
24410      Branch: perl
24411            ! pod/perlfunc.pod
24412 ____________________________________________________________________________
24413 [ 25233] By: rgs                                   on 2005/07/28  09:07:57
24414         Log: Sync change 25229 to .h source files
24415      Branch: perl
24416            ! cv.h pad.h
24417 ____________________________________________________________________________
24418 [ 25232] By: rgs                                   on 2005/07/28  08:53:55
24419         Log: Subject: [perl #36672] Swapped warnings for -o and -O file tests 
24420              From: "Piotr Fusik" (via RT) <perlbug-followup@perl.org>
24421              Date: Wed, 27 Jul 2005 15:43:17 -0700
24422              Message-ID: <rt-3.0.11-36672-118371.6.12458378853063@perl.org>
24423              
24424              (except the redundant test)
24425      Branch: perl
24426            ! opcode.h opcode.pl t/lib/warnings/9uninit
24427 ____________________________________________________________________________
24428 [ 25231] By: merijn                                on 2005/07/28  06:48:14
24429         Log: Subject: Re: [PATCH] Tru64: use -c99 for ccflags if available
24430              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
24431              Date: Thu, 28 Jul 2005 10:01:51 +0300
24432              Message-ID: <42E882DF.6020100@gmail.com>
24433              Message-ID: <42E86DE9.6090709@gmail.com>
24434      Branch: perl
24435            ! handy.h hints/dec_osf.sh
24436 ____________________________________________________________________________
24437 [ 25230] By: merijn                                on 2005/07/27  16:28:58
24438         Log: Some signals are more real than others
24439              Also added comment about why the tests are there
24440      Branch: perl
24441            ! ext/POSIX/t/sigaction.t
24442 ____________________________________________________________________________
24443 [ 25229] By: merijn                                on 2005/07/27  16:26:16
24444         Log: Subject: [PATCH] id est is i.e.
24445              From: Steve Peters <steve@fisharerojo.org>
24446              Date: Tue, 26 Jul 2005 20:42:38 -0500
24447              Message-ID: <20050727014238.GA2582@mccoy.peters.homeunix.org>
24448      Branch: perl
24449            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod
24450            ! pod/perlintern.pod
24451 ____________________________________________________________________________
24452 [ 25228] By: merijn                                on 2005/07/26  13:23:10
24453         Log: Use the correct gcc when more than one gcc is installed
24454              Thanks to Campo
24455      Branch: perl
24456            ! hints/aix.sh
24457 ____________________________________________________________________________
24458 [ 25227] By: rgs                                   on 2005/07/26  09:20:11
24459         Log: Subject: [perl #36658] Typo in perlfunc.pod 
24460              From: "John W. Krahn" (via RT) <perlbug-followup@perl.org>
24461              Date: Tue, 26 Jul 2005 01:07:18 -0700
24462              Message-ID: <rt-3.0.11-36658-118300.18.7320750032131@perl.org>
24463      Branch: perl
24464            ! pod/perlfunc.pod
24465 ____________________________________________________________________________
24466 [ 25226] By: steveh                                on 2005/07/25  14:37:41
24467         Log: Reinstate PERL_MALLOC_WRAP for bcc32 on Win32
24468              
24469              This was disabled by change 22689 because it was severely broken
24470              at the time.  See the thread starting here:
24471              
24472              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-04/msg00370.html
24473              
24474              The PERL_MALLOC_WRAP code in handy.h has since changed along the
24475              lines of what was discussed in that thread (in particular, by change
24476              25034) and I find that everything is now fine with PERL_MALLOC_WRAP
24477              re-enabled.
24478      Branch: perl
24479            ! win32/config_H.bc
24480 ____________________________________________________________________________
24481 [ 25225] By: steveh                                on 2005/07/25  14:34:12
24482         Log: Ken pointed out that CBuilder's cleanup is too agrressive
24483              
24484              The Windows compile() and link() methods bizarrely include their own
24485              output files in the list of files to be cleaned up.  Now that they
24486              actually are being cleaned up, this isn't ideal ;-)
24487              
24488              Stop compile() and link() from cleaning up their own output, and
24489              reinstate the explicit deletion of those output files in the test
24490              scripts.
24491      Branch: perl
24492            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
24493            ! lib/ExtUtils/CBuilder/t/01-basic.t
24494            ! lib/ExtUtils/CBuilder/t/02-link.t
24495            ! lib/ExtUtils/ParseXS/t/basic.t
24496 ____________________________________________________________________________
24497 [ 25224] By: steveh                                on 2005/07/25  11:53:44
24498         Log: Silence uninitialized value warnings in Net::Cmd
24499              
24500              (Suppresses 20 such warnings emitted by lib/Net/t/datasend.t)
24501      Branch: perl
24502            ! lib/Net/Cmd.pm
24503 ____________________________________________________________________________
24504 [ 25223] By: merijn                                on 2005/07/25  11:47:03
24505         Log: use POSIX might not throw an error. Check for useful values also
24506      Branch: perl
24507            ! ext/POSIX/t/sigaction.t
24508 ____________________________________________________________________________
24509 [ 25222] By: steveh                                on 2005/07/25  11:11:29
24510         Log: Make CBuilder and ParseXS clean up their temp test files
24511      Branch: perl
24512            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
24513            ! lib/ExtUtils/CBuilder/t/01-basic.t
24514            ! lib/ExtUtils/CBuilder/t/02-link.t lib/ExtUtils/ParseXS.pm
24515            ! lib/ExtUtils/ParseXS/t/basic.t
24516 ____________________________________________________________________________
24517 [ 25221] By: rgs                                   on 2005/07/25  09:49:39
24518         Log: Increment the version number of version.pm
24519              (no code changes on CPAN)
24520      Branch: perl
24521            ! lib/version.pm
24522 ____________________________________________________________________________
24523 [ 25220] By: merijn                                on 2005/07/25  08:53:34
24524         Log: Subject: [PATCH perlfunc.pod/crypt] crypt() digests, not encrypts
24525              From: Michael G Schwern <schwern@pobox.com>
24526              Date: Sat, 23 Jul 2005 17:25:18 -0700
24527              Message-ID: <20050724002518.GB4918@windhund.schwern.org>
24528              
24529              Subject: Re: [PATCH perlfunc.pod/crypt] crypt() digests, not encrypts
24530              From: Michael G Schwern <schwern@pobox.com>
24531              Date: Sun, 24 Jul 2005 13:49:25 -0700
24532              Message-ID: <20050724204925.GC13275@windhund.schwern.org>
24533      Branch: perl
24534            ! pod/perlfunc.pod
24535 ____________________________________________________________________________
24536 [ 25219] By: merijn                                on 2005/07/25  08:39:08
24537         Log: Subject: [PATCH] perlfunc.pod: s/definetely/definitely/
24538              From: "Piotr Fusik" <pfusik@op.pl>
24539              Date: Sun, 24 Jul 2005 12:55:09 +0200
24540              Message-ID: <004e01c5903e$2affb3a0$60d24dd5@piec>
24541      Branch: perl
24542            ! pod/perlfunc.pod
24543 ____________________________________________________________________________
24544 [ 25218] By: nicholas                              on 2005/07/24  22:35:56
24545         Log: Subject: [PATCH] Re: blead@25210 on OpenVMS (not good)
24546              From: "Craig A. Berry" <craigberry@mac.com>
24547              Message-Id: <p06230906bf09caa9618b@[172.16.52.1]>
24548              Date: Sun, 24 Jul 2005 17:47:26 -0500
24549      Branch: perl
24550            ! doio.c
24551 ____________________________________________________________________________
24552 [ 25217] By: nicholas                              on 2005/07/24  20:52:13
24553         Log: Subject: [PATCH] blead help for VMS
24554              From: "Craig A. Berry" <craigberry@mac.com>
24555              Message-ID: <42E3FABB.1020900@mac.com>
24556              Date: Sun, 24 Jul 2005 15:31:55 -0500
24557      Branch: perl
24558           +> ext/Compress/Zlib/zlib-src/adler32.c
24559           +> ext/Compress/Zlib/zlib-src/compress.c
24560           +> ext/Compress/Zlib/zlib-src/crc32.c
24561           +> ext/Compress/Zlib/zlib-src/crc32.h
24562           +> ext/Compress/Zlib/zlib-src/deflate.c
24563           +> ext/Compress/Zlib/zlib-src/deflate.h
24564           +> ext/Compress/Zlib/zlib-src/gzio.c
24565           +> ext/Compress/Zlib/zlib-src/infback.c
24566           +> ext/Compress/Zlib/zlib-src/inffast.c
24567           +> ext/Compress/Zlib/zlib-src/inffast.h
24568           +> ext/Compress/Zlib/zlib-src/inffixed.h
24569           +> ext/Compress/Zlib/zlib-src/inflate.c
24570           +> ext/Compress/Zlib/zlib-src/inflate.h
24571           +> ext/Compress/Zlib/zlib-src/inftrees.c
24572           +> ext/Compress/Zlib/zlib-src/inftrees.h
24573           +> ext/Compress/Zlib/zlib-src/trees.c
24574           +> ext/Compress/Zlib/zlib-src/trees.h
24575           +> ext/Compress/Zlib/zlib-src/uncompr.c
24576           +> ext/Compress/Zlib/zlib-src/zconf.h
24577           +> ext/Compress/Zlib/zlib-src/zlib.h
24578           +> ext/Compress/Zlib/zlib-src/zutil.c
24579           +> ext/Compress/Zlib/zlib-src/zutil.h
24580            - ext/Compress/Zlib/zlib-src-1.2.3/adler32.c
24581            - ext/Compress/Zlib/zlib-src-1.2.3/compress.c
24582            - ext/Compress/Zlib/zlib-src-1.2.3/crc32.c
24583            - ext/Compress/Zlib/zlib-src-1.2.3/crc32.h
24584            - ext/Compress/Zlib/zlib-src-1.2.3/deflate.c
24585            - ext/Compress/Zlib/zlib-src-1.2.3/deflate.h
24586            - ext/Compress/Zlib/zlib-src-1.2.3/gzio.c
24587            - ext/Compress/Zlib/zlib-src-1.2.3/infback.c
24588            - ext/Compress/Zlib/zlib-src-1.2.3/inffast.c
24589            - ext/Compress/Zlib/zlib-src-1.2.3/inffast.h
24590            - ext/Compress/Zlib/zlib-src-1.2.3/inffixed.h
24591            - ext/Compress/Zlib/zlib-src-1.2.3/inflate.c
24592            - ext/Compress/Zlib/zlib-src-1.2.3/inflate.h
24593            - ext/Compress/Zlib/zlib-src-1.2.3/inftrees.c
24594            - ext/Compress/Zlib/zlib-src-1.2.3/inftrees.h
24595            - ext/Compress/Zlib/zlib-src-1.2.3/trees.c
24596            - ext/Compress/Zlib/zlib-src-1.2.3/trees.h
24597            - ext/Compress/Zlib/zlib-src-1.2.3/uncompr.c
24598            - ext/Compress/Zlib/zlib-src-1.2.3/zconf.h
24599            - ext/Compress/Zlib/zlib-src-1.2.3/zlib.h
24600            - ext/Compress/Zlib/zlib-src-1.2.3/zutil.c
24601            - ext/Compress/Zlib/zlib-src-1.2.3/zutil.h
24602            ! MANIFEST ext/Compress/Zlib/config.in mg.c pp_ctl.c pp_sys.c
24603            ! vms/gen_shrfls.pl
24604 ____________________________________________________________________________
24605 [ 25216] By: steveh                                on 2005/07/22  16:53:11
24606         Log: Fix USE_LARGE_FILES with bcc32 on Win32?
24607              
24608              Trawling through all these config files, I think I've found the
24609              reason why bcc32 builds with USE_LARGE_FILES were failing (e.g.
24610              (see http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-06/msg00809.html):
24611              lseeksize and lseektype were set to 8 and __int64, but Borland's
24612              <io.h> suggests that they should be 4 and long respectively.
24613              
24614              Changing them accordingly makes all tests pass. And I see that
24615              win32/win32.c has special handling for __BORLANDC__ + USE_LARGE_FILES,
24616              presumably to cope with this difference?
24617      Branch: perl
24618            ! win32/config.bc
24619 ____________________________________________________________________________
24620 [ 25215] By: steveh                                on 2005/07/22  16:36:41
24621         Log: Tweak the canned win32/config.* files
24622              
24623              uselargefiles, usemultiplicity, useperlio and useithreads are now
24624              off in the canned win32/config_H.* files, so change these to match.
24625              
24626              Also scrap the misleading ~USE_PERLIO~ and ~USE_SITECUST~ tags
24627              which don't actually work since no such CFG_VARS are passed in to
24628              config_sh.PL. (The useperlio and usesitecustomize entries actually
24629              get substituted by the more general "if (/^([\w_]+)=(.*)$/)" case.)
24630      Branch: perl
24631            ! win32/config.bc win32/config.gc win32/config.vc
24632            ! win32/config.vc64
24633 ____________________________________________________________________________
24634 [ 25214] By: steveh                                on 2005/07/22  14:22:38
24635         Log: Add missing entries to win32/config.*
24636              
24637              No existing entries changed, just adding some missing ones based
24638              on Porting/config.sh
24639      Branch: perl
24640            ! win32/config.bc win32/config.gc win32/config.vc
24641            ! win32/config.vc64
24642 ____________________________________________________________________________
24643 [ 25213] By: rgs                                   on 2005/07/22  12:23:35
24644         Log: Subject: [perl #36612] [PATCH] Misleading shift docs about @ARGV
24645              From: Michael G Schwern (via RT) <perlbug-followup@perl.org>
24646              Date: Wed, 20 Jul 2005 18:26:23 -0700
24647              Message-ID: <rt-3.0.11-36612-118070.2.49212485540788@perl.org>
24648      Branch: perl
24649            ! pod/perlfunc.pod
24650 ____________________________________________________________________________
24651 [ 25212] By: steveh                                on 2005/07/22  10:32:02
24652         Log: Tidy up options / defines output from makedef.pl
24653              and change Win32-specific comments to say "On Win32 ..." now
24654              that AIX is using the same code too
24655      Branch: perl
24656            ! makedef.pl
24657 ____________________________________________________________________________
24658 [ 25211] By: steveh                                on 2005/07/22  10:29:51
24659         Log: Silence Win32 warnings when not using USE_LARGE_FILES
24660      Branch: perl
24661            ! win32/win32.c
24662 ____________________________________________________________________________
24663 [ 25210] By: merijn                                on 2005/07/21  17:40:06
24664         Log: I *DO* have AIX, and extending #25209 like this make it happy again
24665              Thank you Steve!
24666      Branch: perl
24667            ! makedef.pl
24668 ____________________________________________________________________________
24669 [ 25209] By: steveh                                on 2005/07/21  17:01:33
24670         Log: Make makedef.pl read "miniperl -V" on Win32
24671              
24672              Perhaps other platforms that use makedef.pl also need a similar
24673              change (currently required to pick up PERL_DONT_CREATE_GVSV),
24674              but it also requires them to have minimal canned configs (if they
24675              are using canned configs like Win32 does) and I don't have any
24676              of the affected platforms (AIX, WinCE, OS/2, MacOS Classic and
24677              NetWare) for testing, so play it safe instead
24678      Branch: perl
24679            ! makedef.pl
24680 ____________________________________________________________________________
24681 [ 25208] By: steveh                                on 2005/07/21  16:50:27
24682         Log: Make the canned config.h files used on Win32 more minimal
24683              
24684              These are used in their unedited form to build miniperl, so should
24685              represent a minimal configuration
24686              
24687              The plan is to use miniperl's "-V" output in makedef.pl, so it is
24688              important that it doesn't include any of the optional things in the
24689              makefiles that the user might have chosen to disable
24690              
24691              (The actual config.h used to build perl itself is, of course, an
24692              edited version of these canned configs produced by using miniperl
24693              to run config_h.PL so these changes won't affect perl itself)
24694      Branch: perl
24695            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
24696            ! win32/config_H.vc64
24697 ____________________________________________________________________________
24698 [ 25207] By: merijn                                on 2005/07/21  15:41:39
24699         Log: Subject: [PATCH] Re: [PATCH] support POSIX SA_SIGINFO
24700              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
24701              Date: Thu, 21 Jul 2005 18:33:22 +0300
24702              Message-ID: <42DFC042.1090201@gmail.com>
24703      Branch: perl
24704            ! ext/POSIX/POSIX.pod ext/POSIX/t/sigaction.t mg.c
24705 ____________________________________________________________________________
24706 [ 25206] By: steveh                                on 2005/07/21  14:20:06
24707         Log: Rearrange win32/config_H.* to match config_h.SH
24708              
24709              No actual changes, just reordering the contents of the files so that
24710              diff works better.
24711      Branch: perl
24712            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
24713            ! win32/config_H.vc64
24714 ____________________________________________________________________________
24715 [ 25205] By: rgs                                   on 2005/07/21  12:39:43
24716         Log: Subject: [PATCH perl@24148] Compress::Zlib 1.35
24717              From: "Paul Marquess" <paul.marquess@ntlworld.com>
24718              Date: Thu, 21 Jul 2005 10:06:06 +0100
24719              Message-Id: <20050721090634.CA4E61F0003@mx1.mandriva.com>
24720      Branch: perl
24721            + ext/Compress/Zlib/zlib-src-1.2.3/adler32.c
24722            + ext/Compress/Zlib/zlib-src-1.2.3/compress.c
24723            + ext/Compress/Zlib/zlib-src-1.2.3/crc32.c
24724            + ext/Compress/Zlib/zlib-src-1.2.3/crc32.h
24725            + ext/Compress/Zlib/zlib-src-1.2.3/deflate.c
24726            + ext/Compress/Zlib/zlib-src-1.2.3/deflate.h
24727            + ext/Compress/Zlib/zlib-src-1.2.3/gzio.c
24728            + ext/Compress/Zlib/zlib-src-1.2.3/infback.c
24729            + ext/Compress/Zlib/zlib-src-1.2.3/inffast.c
24730            + ext/Compress/Zlib/zlib-src-1.2.3/inffast.h
24731            + ext/Compress/Zlib/zlib-src-1.2.3/inffixed.h
24732            + ext/Compress/Zlib/zlib-src-1.2.3/inflate.c
24733            + ext/Compress/Zlib/zlib-src-1.2.3/inflate.h
24734            + ext/Compress/Zlib/zlib-src-1.2.3/inftrees.c
24735            + ext/Compress/Zlib/zlib-src-1.2.3/inftrees.h
24736            + ext/Compress/Zlib/zlib-src-1.2.3/trees.c
24737            + ext/Compress/Zlib/zlib-src-1.2.3/trees.h
24738            + ext/Compress/Zlib/zlib-src-1.2.3/uncompr.c
24739            + ext/Compress/Zlib/zlib-src-1.2.3/zconf.h
24740            + ext/Compress/Zlib/zlib-src-1.2.3/zlib.h
24741            + ext/Compress/Zlib/zlib-src-1.2.3/zutil.c
24742            + ext/Compress/Zlib/zlib-src-1.2.3/zutil.h
24743            - ext/Compress/Zlib/zlib-src-1.2.2/adler32.c
24744            - ext/Compress/Zlib/zlib-src-1.2.2/compress.c
24745            - ext/Compress/Zlib/zlib-src-1.2.2/crc32.c
24746            - ext/Compress/Zlib/zlib-src-1.2.2/crc32.h
24747            - ext/Compress/Zlib/zlib-src-1.2.2/deflate.c
24748            - ext/Compress/Zlib/zlib-src-1.2.2/deflate.h
24749            - ext/Compress/Zlib/zlib-src-1.2.2/gzio.c
24750            - ext/Compress/Zlib/zlib-src-1.2.2/infback.c
24751            - ext/Compress/Zlib/zlib-src-1.2.2/inffast.c
24752            - ext/Compress/Zlib/zlib-src-1.2.2/inffast.h
24753            - ext/Compress/Zlib/zlib-src-1.2.2/inffixed.h
24754            - ext/Compress/Zlib/zlib-src-1.2.2/inflate.c
24755            - ext/Compress/Zlib/zlib-src-1.2.2/inflate.h
24756            - ext/Compress/Zlib/zlib-src-1.2.2/inftrees.c
24757            - ext/Compress/Zlib/zlib-src-1.2.2/inftrees.h
24758            - ext/Compress/Zlib/zlib-src-1.2.2/trees.c
24759            - ext/Compress/Zlib/zlib-src-1.2.2/trees.h
24760            - ext/Compress/Zlib/zlib-src-1.2.2/uncompr.c
24761            - ext/Compress/Zlib/zlib-src-1.2.2/zconf.h
24762            - ext/Compress/Zlib/zlib-src-1.2.2/zlib.h
24763            - ext/Compress/Zlib/zlib-src-1.2.2/zutil.c
24764            - ext/Compress/Zlib/zlib-src-1.2.2/zutil.h
24765            ! MANIFEST ext/Compress/Zlib/Changes ext/Compress/Zlib/README
24766            ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs
24767            ! ext/Compress/Zlib/config.in ext/Compress/Zlib/t/05gzsetp.t
24768 ____________________________________________________________________________
24769 [ 25204] By: rgs                                   on 2005/07/20  16:53:16
24770         Log: Remove :base_io from the set of default "safe" opcodes.
24771              This fixes bug [perl #36213] "Possible flaw in Safe.pm/Opcode.pm
24772              that allows access to any file" but introduces a backward
24773              compatibility issue.
24774      Branch: perl
24775            ! ext/Opcode/Opcode.pm ext/Safe/t/safe2.t
24776 ____________________________________________________________________________
24777 [ 25203] By: steveh                                on 2005/07/20  13:59:18
24778         Log: Fix definition of Perl_sighandler following change 25200
24779      Branch: perl
24780            ! mg.c
24781 ____________________________________________________________________________
24782 [ 25202] By: rgs                                   on 2005/07/20  13:19:10
24783         Log: Subject: [PATCH] Convert t/op/vec.t to test.pl
24784              From: Steve Peters <steve@fisharerojo.org>
24785              Date: Wed, 20 Jul 2005 08:06:38 -0500
24786              Message-ID: <20050720130638.GA6123@mccoy.peters.homeunix.org>
24787      Branch: perl
24788            ! t/op/vec.t
24789 ____________________________________________________________________________
24790 [ 25201] By: steveh                                on 2005/07/20  13:08:54
24791         Log: Silence Win32 compiler warning (signed/unsigned mismatch)
24792      Branch: perl
24793            ! pad.c
24794 ____________________________________________________________________________
24795 [ 25200] By: rgs                                   on 2005/07/20  12:28:16
24796         Log: Subject: [PATCH] support POSIX SA_SIGINFO
24797              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
24798              Date: Wed, 20 Jul 2005 14:40:54 +0300
24799              Message-ID: <42DE3846.6050606@gmail.com>
24800      Branch: perl
24801            ! embed.fnc embed.h ext/POSIX/POSIX.pod ext/POSIX/t/sigaction.t
24802            ! global.sym iperlsys.h mg.c perl.c perl.h pp_sys.c proto.h
24803            ! util.c
24804 ____________________________________________________________________________
24805 [ 25199] By: steveh                                on 2005/07/20  12:11:56
24806         Log: Silence warnings about NSIG redefinition on Win32
24807              
24808              (Change 25191 doesn't work out unless dosish.h includes <signal.h>
24809              too, which it currently only does for DJGPP)
24810      Branch: perl
24811            ! dosish.h
24812 ____________________________________________________________________________
24813 [ 25198] By: rgs                                   on 2005/07/20  11:18:59
24814         Log: Remove obsolete error messages
24815      Branch: perl
24816            ! pod/perldiag.pod
24817 ____________________________________________________________________________
24818 [ 25197] By: rgs                                   on 2005/07/20  10:59:44
24819         Log: croak() accepts Nullch as a parameter.
24820              (spotted by Stas Bekman)
24821      Branch: perl
24822            ! embed.fnc proto.h
24823 ____________________________________________________________________________
24824 [ 25196] By: steveh                                on 2005/07/20  10:36:20
24825         Log: Fix Newz() backwards-compatibility macro
24826      Branch: perl
24827            ! handy.h
24828 ____________________________________________________________________________
24829 [ 25195] By: rgs                                   on 2005/07/20  10:31:04
24830         Log: Remove :unique attribute from Config.pm,
24831              until we find a better implementation of it (or
24832              remove it). See [perl #36375].
24833      Branch: perl
24834            ! configpm
24835 ____________________________________________________________________________
24836 [ 25194] By: rgs                                   on 2005/07/20  09:08:56
24837         Log: Subject: [PATCH] lvalue-subs returning elements of tied hashes/arrays
24838              From: Tassilo von Parseval <tassilo.von.parseval@rwth-aachen.de>
24839              Date: Wed, 20 Jul 2005 10:43:11 +0200
24840              Message-id: <20050720084311.GA20332@ethan>
24841      Branch: perl
24842            ! pp_hot.c t/op/sub_lval.t
24843 ____________________________________________________________________________
24844 [ 25193] By: steveh                                on 2005/07/20  09:00:29
24845         Log: Exit test script (if we're going to) *before* declaring a plan
24846      Branch: perl
24847            ! ext/POSIX/t/sigaction.t
24848 ____________________________________________________________________________
24849 [ 25192] By: rgs                                   on 2005/07/20  08:50:18
24850         Log: Subject: [PATCH] RE: rebuilding lib/Config*
24851              From: Robin Barker <Robin.Barker@npl.co.uk>
24852              Date: Jul 14, 2005 3:27 PM
24853              Message-ID: <533D273D4014D411AB1D00062938C4D90849C733@hotel.npl.co.uk>
24854      Branch: perl
24855            ! Makefile.SH
24856 ____________________________________________________________________________
24857 [ 25191] By: rgs                                   on 2005/07/20  06:47:49
24858         Log: Subject: [PATCH] move NSIG logic
24859              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
24860              Date: Wed, 20 Jul 2005 09:57:44 +0300
24861              Message-ID: <42DDF5E8.1060100@gmail.com>
24862      Branch: perl
24863            ! handy.h perl.h
24864 ____________________________________________________________________________
24865 [ 25190] By: nicholas                              on 2005/07/19  22:15:43
24866         Log: C<use Foo;> inside Foo.pm considered a "bad thing"
24867              (Certainly where there is AUTOLOADing and XS)
24868              Hopefully *this* fixes the POSIX breakage.
24869      Branch: perl
24870            ! ext/POSIX/POSIX.pm
24871 ____________________________________________________________________________
24872 [ 25189] By: nicholas                              on 2005/07/19  21:16:20
24873         Log: C<use Foo;> inside Foo.pm considered a "bad thing"
24874              (Certainly where there is AUTOLOADing and XS)
24875              Hopefully this fixes the POSIX breakage.
24876      Branch: perl
24877            ! ext/POSIX/POSIX.xs
24878 ____________________________________________________________________________
24879 [ 25188] By: nicholas                              on 2005/07/19  21:08:17
24880         Log: XS constants fail when their value is called for, not at import.
24881              This might be construed as a bug. Fixing is probably a greater evil.
24882      Branch: perl
24883            ! ext/POSIX/t/sigaction.t
24884 ____________________________________________________________________________
24885 [ 25187] By: rgs                                   on 2005/07/19  14:12:38
24886         Log: Extend the the "our variable redeclared" warning to the case:
24887              our $x; our $x;
24888              and add more tests
24889      Branch: perl
24890            ! pad.c t/lib/strict/vars t/lib/warnings/pad
24891 ____________________________________________________________________________
24892 [ 25186] By: steveh                                on 2005/07/19  13:25:42
24893         Log: Fix test following change #25181
24894      Branch: perl
24895            ! lib/Pod/t/htmlview.t
24896 ____________________________________________________________________________
24897 [ 25185] By: merijn                                on 2005/07/19  11:06:22
24898         Log: Subject: [PATCH] allow POSIX SIGRTMIN...SIGRTMAX signals (and plug a core dump)
24899              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
24900              Date: Tue, 19 Jul 2005 12:06:00 +0300
24901              Message-ID: <42DCC278.2010009@gmail.com>
24902      Branch: perl
24903            ! Configure ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm
24904            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t
24905            ! handy.h
24906 ____________________________________________________________________________
24907 [ 25182] By: rgs                                   on 2005/07/19  10:09:57
24908         Log: Fix strict test to go with the precedent warning change
24909      Branch: perl
24910            ! t/lib/strict/vars
24911 ____________________________________________________________________________
24912 [ 25181] By: steveh                                on 2005/07/19  10:07:46
24913         Log: Subject: [perl #36526] Incorrect (X)HTML generated by Pod::Html 
24914              From: Earl Hood (via RT) <perlbug-followup@perl.org>
24915              Date: Tue, 12 Jul 2005 23:55:28 -0700
24916              Message-ID: <rt-3.0.11-36526-117155.10.6496168983897@perl.org>
24917              
24918              (with old code deleted rather than commented out)
24919      Branch: perl
24920            ! lib/Pod/Html.pm
24921 ____________________________________________________________________________
24922 [ 25180] By: rgs                                   on 2005/07/19  09:56:59
24923         Log: Silence new (expected) warnings
24924      Branch: perl
24925            ! t/op/mydef.t
24926 ____________________________________________________________________________
24927 [ 25179] By: rgs                                   on 2005/07/19  09:45:24
24928         Log: Overhaul the semantics of the warning
24929              ""%s" variable %s masks earlier declaration",
24930              based on a patch by Rick Delaney. Now we have :
24931              my $x;   my $x; # warns
24932              my $x;  our $x; # warns
24933              our $x;  my $x; # warns
24934              our $x; our $x; # silent
24935      Branch: perl
24936            ! pad.c t/lib/warnings/pad
24937 ____________________________________________________________________________
24938 [ 25178] By: merijn                                on 2005/07/19  05:42:52
24939         Log: Subject: [PATCH] Final (hopefully) fix for fchdir
24940              From: Steve Peters <steve@fisharerojo.org>
24941              Date: Mon, 18 Jul 2005 22:59:19 -0500
24942              Message-ID: <20050719035919.GA32670@mccoy.peters.homeunix.org>
24943      Branch: perl
24944            ! pp_sys.c
24945 ____________________________________________________________________________
24946 [ 25177] By: davem                                 on 2005/07/19  01:16:09
24947         Log: Subject:  Re: [PATCH] Faster **
24948              From:      "Piotr Fusik" <pfusik@op.pl>
24949              Date:      Fri, 24 Jun 2005 12:47:40 +0200
24950              Message-Id:  <00b201c578af$7ad02b40$17d24dd5@piec>
24951      Branch: perl
24952            ! pp.c
24953 ____________________________________________________________________________
24954 [ 25176] By: davem                                 on 2005/07/19  01:05:18
24955         Log: the "local @foo with $#foo" tests are no longer TODO
24956      Branch: perl
24957            ! t/op/array.t
24958 ____________________________________________________________________________
24959 [ 25174] By: steveh                                on 2005/07/18  16:53:21
24960         Log: Subject: Re: [PATCH] RE: blead: no longer supports %vd format
24961              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
24962              Date: Mon, 18 Jul 2005 18:35:09 +0200
24963              Message-ID: <20050718183509.0381169c@grubert.mandrakesoft.com>
24964      Branch: perl
24965            ! perl.h
24966 ____________________________________________________________________________
24967 [ 25173] By: merijn                                on 2005/07/18  16:37:11
24968         Log: Subject: Re: AIX 5.2 localtime bug attack
24969              From: Campo Weijerman <rfc822@nl.ibm.com>
24970              Date: Mon, 18 Jul 2005 17:34:55 +0200
24971              Message-ID: <20050718153455.GA29381@python>
24972              
24973              mday++ is also wday++ and yday++
24974      Branch: perl
24975            ! pp_sys.c
24976 ____________________________________________________________________________
24977 [ 25172] By: rgs                                   on 2005/07/18  15:23:38
24978         Log: Subject: [PATCH] The continuing plod through embed.fnc
24979              From: Andy Lester <andy@petdance.com>
24980              Date: Mon, 18 Jul 2005 10:37:38 -0500
24981              Message-ID: <20050718153738.GB20193@petdance.com>
24982      Branch: perl
24983            ! embed.fnc op.c pad.c pod/perlapi.pod pp_sys.c proto.h
24984            ! regcomp.c utf8.c
24985 ____________________________________________________________________________
24986 [ 25171] By: rgs                                   on 2005/07/18  12:37:02
24987         Log: Subject: [PATCH] RE: blead: no longer supports %vd format
24988              From: Robin Barker <Robin.Barker@npl.co.uk>
24989              Date: Jul 14, 2005 2:31 PM
24990              Message-ID: <533D273D4014D411AB1D00062938C4D90849C730@hotel.npl.co.uk>
24991      Branch: perl
24992            ! perl.h sv.c t/op/sprintf.t
24993 ____________________________________________________________________________
24994 [ 25170] By: merijn                                on 2005/07/18  11:02:01
24995         Log: tests are expected to fail if dirfd () does not exist
24996              make the tests to expect failures in that case
24997      Branch: perl
24998            ! t/op/chdir.t
24999 ____________________________________________________________________________
25000 [ 25169] By: merijn                                on 2005/07/18  10:27:06
25001         Log: 1. Typo detected by Schwern (#25151)
25002              2. Added proza about patches (#25152)
25003              3. dirfd got the wrong define based on previous tests (#25168)
25004      Branch: perl
25005            ! Configure
25006 ____________________________________________________________________________
25007 [ 25167] By: steveh                                on 2005/07/18  09:54:58
25008         Log: Silence compiler warning following change 25157
25009              
25010              (DIE returns Perl_die's return value which is an OP*, not the I32
25011              that Perl_apply is expected to return)
25012      Branch: perl
25013            ! doio.c
25014 ____________________________________________________________________________
25015 [ 25166] By: rgs                                   on 2005/07/18  09:17:45
25016         Log: Subject: Re: [perl #27028] /$/ not honouring /m in some cases
25017              From: Rick Delaney <rick@bort.ca>
25018              Date: Jul 14, 2005 4:10 PM
25019              Message-ID: <20050714141059.GF19090@localhost.localdomain>
25020      Branch: perl
25021            + t/op/regexp_qr_embed.t
25022            ! MANIFEST t/op/regexp.t
25023 ____________________________________________________________________________
25024 [ 25165] By: rgs                                   on 2005/07/18  08:52:25
25025         Log: Subject: [PATCH] perlop: why \c\ cannot be placed just before the terminating delimiter
25026              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
25027              Date: Sun, 17 Jul 2005 11:38:05 +0900
25028              Message-Id: <20050717112557.5921.BQW10602@nifty.com>
25029      Branch: perl
25030            ! pod/perlop.pod
25031 ____________________________________________________________________________
25032 [ 25164] By: steveh                                on 2005/07/18  08:38:27
25033         Log: Subject: Re: Why does our() cross packages? (PATCH)
25034              From: Michael G Schwern <schwern@pobox.com>
25035              Date: Fri, 15 Jul 2005 14:35:18 -0700
25036              Message-ID: <20050715213518.GH6897@windhund.schwern.org>
25037              
25038              (with minor tweaks suggested in subsequent posts)
25039      Branch: perl
25040            ! pod/perlfunc.pod
25041 ____________________________________________________________________________
25042 [ 25163] By: davem                                 on 2005/07/18  00:16:31
25043         Log: perl -Dstv -e'... for min..max' displayed wrong stack elements
25044      Branch: perl
25045            ! pp_ctl.c
25046 ____________________________________________________________________________
25047 [ 25162] By: davem                                 on 2005/07/17  22:07:14
25048         Log: delete a non-fucntioning chown in stat.t: it didn't have gid arg.
25049              Spotted by Gisle Aas.
25050      Branch: perl
25051            ! t/op/stat.t
25052 ____________________________________________________________________________
25053 [ 25161] By: davem                                 on 2005/07/17  20:54:15
25054         Log: document what can be assigned to a shared scalar
25055      Branch: perl
25056            ! ext/threads/shared/shared.pm
25057 ____________________________________________________________________________
25058 [ 25160] By: davem                                 on 2005/07/17  20:12:54
25059         Log: $SIG{__WARN__} = sub { goto &foo } could recurse infinitely
25060      Branch: perl
25061            ! t/op/goto.t util.c
25062 ____________________________________________________________________________
25063 [ 25159] By: davem                                 on 2005/07/17  19:02:10
25064         Log: change #25129 was overzealous in delaying the call to ckWARN
25065      Branch: perl
25066            ! doio.c pp_hot.c toke.c
25067 ____________________________________________________________________________
25068 [ 25158] By: merijn                                on 2005/07/16  13:20:09
25069         Log: Subject: Re: [perl #36569] chop fails on decoded string with trailing nul 
25070              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
25071              Date: Sat, 16 Jul 2005 22:05:13 +0900
25072              Message-Id: <20050716220041.2BDD.BQW10602@nifty.com>
25073      Branch: perl
25074            ! doop.c t/op/chop.t
25075 ____________________________________________________________________________
25076 [ 25157] By: merijn                                on 2005/07/16  08:07:44
25077         Log: Subject: Re: fchmod, fchown, fchdir
25078              From: Gisle Aas <gisle@ActiveState.com>
25079              Date: 15 Jul 2005 02:32:50 -0700
25080              Message-ID: <lrwtnse7nh.fsf@caliper.activestate.com>
25081              
25082              + Schwern's ok -> like changes
25083      Branch: perl
25084            ! doio.c pod/perlfunc.pod pod/perltodo.pod pp_sys.c t/io/fs.t
25085            ! t/op/chdir.t
25086 ____________________________________________________________________________
25087 [ 25156] By: steveh                                on 2005/07/15  16:30:05
25088         Log: Subject: [PATCH] more embed cleanup
25089              From: Andy Lester <andy@petdance.com>
25090              Date: Fri, 15 Jul 2005 10:51:15 -0500
25091              Message-ID: <20050715155115.GC29983@petdance.com>
25092              
25093              (and run regen.pl)
25094      Branch: perl
25095            ! dump.c embed.fnc embed.h hv.c mg.c op.c perl.c pp_ctl.c
25096            ! pp_hot.c pp_pack.c proto.h regcomp.c sv.c utf8.c
25097 ____________________________________________________________________________
25098 [ 25155] By: steveh                                on 2005/07/15  15:50:38
25099         Log: Subject: [perl #36514] Add curl support to CPAN.pm 
25100              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
25101              Date: Fri, 15 Jul 2005 02:11:29 -0700
25102              Message-ID: <rt-3.0.11-36514-117446.9.35668319684652@perl.org>
25103              
25104              (and bump $CPAN::FirstTime::VERSION)
25105      Branch: perl
25106            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
25107 ____________________________________________________________________________
25108 [ 25153] By: steveh                                on 2005/07/15  15:35:55
25109         Log: Subject: Re: [PATCH blead] Re: [perl #3269] no warnings "foo" without "use warnings" turns off all warnings.
25110              From: Michael G Schwern <schwern@pobox.com>
25111              Date: Wed, 13 Jul 2005 15:57:39 -0700
25112              Message-ID: <20050713225739.GN24499@windhund.schwern.org>
25113              
25114              Subject: Re: [PATCH blead] Re: [perl #3269] no warnings "foo" without "use warnings" turns off all warnings.
25115              From: Rick Delaney <rick@bort.ca>
25116              Date: Wed, 13 Jul 2005 20:24:56 -0400
25117              Message-ID: <20050714002456.GD19090@localhost.localdomain>
25118      Branch: perl
25119            ! ext/B/B/Deparse.pm t/op/inc.t
25120 ____________________________________________________________________________
25121 [ 25150] By: steveh                                on 2005/07/15  10:35:55
25122         Log: Fix static extensions when building with nmake on Win32
25123              
25124              They were broken because change 24806 forgot to add -DWITH_STATIC
25125              to the recipe for compiling perllib.c which meant that perllibst.h
25126              was not included and hence although they built OK, the static
25127              extensions could not actually be used!
25128              
25129              In fact, since perllibst.h is always created (it is more or less
25130              empty when static extensions are not being used), there is no need
25131              for -DWITH_STATIC at all. So rather than adding it to Makefile,
25132              just drop it from makefile.mk and perllib.c.
25133              
25134              Also add the missing cleanup of perllibst.h to Makefile.
25135      Branch: perl
25136            ! win32/Makefile win32/makefile.mk win32/perllib.c
25137 ____________________________________________________________________________
25138 [ 25149] By: steveh                                on 2005/07/15  09:04:57
25139         Log: Subject: [perl #7840] Hash Behaviour differs v5.6.0 to v5.6.1 
25140              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
25141              Date: Thu, 14 Jul 2005 16:57:45 -0700
25142              Message-ID: <rt-3.0.11-7840-117401.4.81505529800216@perl.org>
25143              
25144              (with minor tweaks)
25145      Branch: perl
25146            ! pod/perlop.pod
25147 ____________________________________________________________________________
25148 [ 25148] By: steveh                                on 2005/07/15  07:48:31
25149         Log: Subject: [perl #36538] perlfunc/our contradicts itself 
25150              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
25151              Date: Thu, 14 Jul 2005 19:10:51 -0700
25152              Message-ID: <rt-3.0.11-36538-117411.7.57026072725992@perl.org>
25153      Branch: perl
25154            ! pod/perlfunc.pod
25155 ____________________________________________________________________________
25156 [ 25147] By: steveh                                on 2005/07/15  07:44:32
25157         Log: Subject: [perl #24691] leading spaces on cpan configuration causes failure 
25158              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
25159              Date: Tue, 12 Jul 2005 00:00:17 -0700
25160              Message-ID: <rt-3.0.11-24691-116945.3.88254644317925@perl.org>
25161              
25162              (with spaces trimmed from username too)
25163      Branch: perl
25164            ! lib/CPAN/FirstTime.pm
25165 ____________________________________________________________________________
25166 [ 25146] By: merijn                                on 2005/07/15  07:33:01
25167         Log: Subject: [PATCH] Re: [PATCH] was Re: perldoc segfaulting in XS_UNIVERSAL_VERSION
25168              From: Michael G Schwern <schwern@pobox.com>
25169              Date: Fri, 15 Jul 2005 00:49:12 -0700
25170              Message-ID: <20050715074911.GA16512@windhund.schwern.org>
25171      Branch: perl
25172            ! t/op/universal.t
25173 ____________________________________________________________________________
25174 [ 25145] By: merijn                                on 2005/07/15  06:49:16
25175         Log: Subject: [PATCH] Missing tie() call in NDBM_File SYNOPSIS
25176              From: Matt Sergeant <matt@sergeant.org>
25177              Date: Thu, 14 Jul 2005 16:53:03 -0400
25178              Message-Id: <28baf339c3b78cc40017066b9dc7cffb@sergeant.org>
25179      Branch: perl
25180            ! ext/NDBM_File/NDBM_File.pm
25181 ____________________________________________________________________________
25182 [ 25144] By: merijn                                on 2005/07/15  06:33:21
25183         Log: Subject: Typo in t/op/stat.t
25184              From: Gisle Aas <gisle@ActiveState.com>
25185              Date: 14 Jul 2005 23:20:18 -0700
25186              Message-ID: <lr64vcfv4t.fsf@caliper.activestate.com>
25187      Branch: perl
25188            ! t/op/stat.t
25189 ____________________________________________________________________________
25190 [ 25143] By: steveh                                on 2005/07/14  16:08:00
25191         Log: Subject: Re: [perl #36507] File::Copy::copy($foo, $foo) dies
25192              From: Michael G Schwern <schwern@pobox.com>
25193              Date: Tue, 12 Jul 2005 15:51:18 -0700
25194              Message-ID: <20050712225118.GA944@windhund.schwern.org>
25195              
25196              (and update SKIP counts)
25197      Branch: perl
25198            ! lib/File/Copy.pm lib/File/Copy.t
25199 ____________________________________________________________________________
25200 [ 25142] By: steveh                                on 2005/07/14  08:12:11
25201         Log: Subject: [perl #5634] CPAN.pm v1.59 chdirs before looking for perl 
25202              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
25203              Date: Mon, 11 Jul 2005 22:41:06 -0700
25204              Message-ID: <rt-3.0.11-5634-116921.0.207462087357797@perl.org>
25205      Branch: perl
25206            ! lib/CPAN.pm
25207 ____________________________________________________________________________
25208 [ 25141] By: nicholas                              on 2005/07/13  19:43:40
25209         Log: Subject: [PATCH] was Re: perldoc segfaulting in XS_UNIVERSAL_VERSION
25210              From: John Peacock <jpeacock@rowman.com>
25211              Message-ID: <42D55C46.5030905@rowman.com>
25212              Date: Wed, 13 Jul 2005 14:24:06 -0400
25213      Branch: perl
25214            ! universal.c
25215 ____________________________________________________________________________
25216 [ 25140] By: merijn                                on 2005/07/13  17:22:07
25217         Log: Subject: [perl #9565] [PATCH] /op/groups.t bug 
25218              From: "Steve Peters via RT" <perlbug-followup@perl.org>
25219              Date: Wed, 13 Jul 2005 06:51:45 -0700
25220              Message-ID: <rt-3.0.11-9565-117185.14.6331240065229@perl.org>
25221      Branch: perl
25222            ! t/op/groups.t
25223 ____________________________________________________________________________
25224 [ 25139] By: merijn                                on 2005/07/13  16:52:48
25225         Log: Subject: Re: Smoke [5.9.3] 25093 FAIL(F) openbsd 3.7 (macppc/1 cpu)
25226              From: Steve Peters <steve@fisharerojo.org>
25227              Date: Fri, 8 Jul 2005 16:42:56 -0500
25228              Message-ID: <20050708214256.GA14164@mccoy.peters.homeunix.org>
25229      Branch: perl
25230            ! t/io/dup.t t/io/open.t
25231 ____________________________________________________________________________
25232 [ 25138] By: merijn                                on 2005/07/13  16:37:48
25233         Log: Subject: [PATCH] More embed.fnc plowing
25234              From: Andy Lester <andy@petdance.com>
25235              Date: Wed, 13 Jul 2005 10:49:19 -0500
25236              Message-ID: <20050713154919.GA24586@petdance.com>
25237      Branch: perl
25238            ! embed.fnc gv.c hv.c op.c pad.c perlio.c pp_ctl.c pp_hot.c
25239            ! proto.h toke.c
25240 ____________________________________________________________________________
25241 [ 25137] By: merijn                                on 2005/07/13  16:27:43
25242         Log: Subject: [PATCH] Error in earlier patch in sv.c
25243              From: Robin Barker <Robin.Barker@npl.co.uk>
25244              Date: Wed, 13 Jul 2005 17:29:48 +0100
25245              Message-ID: <533D273D4014D411AB1D00062938C4D90849C72B@hotel.npl.co.uk>
25246      Branch: perl
25247            ! sv.c t/op/sprintf.t
25248 ____________________________________________________________________________
25249 [ 25136] By: steveh                                on 2005/07/13  13:39:44
25250         Log: Make -V "Compile-time options" list everything used in makedef.pl
25251      Branch: perl
25252            ! perl.c
25253 ____________________________________________________________________________
25254 [ 25135] By: steveh                                on 2005/07/13  09:48:10
25255         Log: Subject: Re: [perl #25157] [PATCH] Text-Balanced extract_quotelike fails on certain delims in HERE docs
25256              From: David Manura <dm.list@math2.org>
25257              Date: Wed, 21 Jan 2004 20:59:27 -0500
25258              Message-ID: <400F2E7F.9090601@math2.org>
25259              
25260              Fixes perl #25151, 25154, 25156, 25157, 25158 using jumbo patch
25261              included in perl #25157.
25262      Branch: perl
25263            ! lib/Text/Balanced.pm lib/Text/Balanced/t/extmul.t
25264            ! lib/Text/Balanced/t/extqlk.t
25265 ____________________________________________________________________________
25266 [ 25134] By: steveh                                on 2005/07/13  09:23:37
25267         Log: Subject: [PATCH] #2 try at Text::Balanced patch and maintainership
25268              From: Tels <nospam-abuse@bloodgate.com>
25269              Date: Sat, 9 Jul 2005 23:10:29 +0200
25270              Message-Id: <200507092310.30592@bloodgate.com>
25271              
25272              (with minor tweaks)
25273      Branch: perl
25274            ! lib/Text/Balanced.pm
25275 ____________________________________________________________________________
25276 [ 25133] By: steveh                                on 2005/07/13  08:34:53
25277         Log: Subject: [perl #28385] minor bug in cpan -- the i command does not find author 
25278              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
25279              Date: Tue, 12 Jul 2005 00:16:49 -0700
25280              Message-ID: <rt-3.0.11-28385-116951.3.97645870397305@perl.org>
25281              
25282              (and remove a couple of unused variables)
25283      Branch: perl
25284            ! lib/CPAN.pm
25285 ____________________________________________________________________________
25286 [ 25132] By: steveh                                on 2005/07/13  07:52:21
25287         Log: Subject: [perl #24275] CPAN shell - online help not clear 
25288              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
25289              Date: Mon, 11 Jul 2005 23:32:12 -0700
25290              Message-ID: <rt-3.0.11-24275-116939.19.7381888978779@perl.org>
25291      Branch: perl
25292            ! lib/CPAN.pm
25293 ____________________________________________________________________________
25294 [ 25131] By: merijn                                on 2005/07/13  06:37:41
25295         Log: Subject: [PATCH] Re: Documentation error in IO::Socket
25296              From: Michael G Schwern <schwern@pobox.com>
25297              Date: Tue, 12 Jul 2005 13:18:34 -0700
25298              Message-ID: <20050712201834.GA29275@windhund.schwern.org>
25299      Branch: perl
25300            ! ext/IO/lib/IO/Socket.pm
25301 ____________________________________________________________________________
25302 [ 25130] By: merijn                                on 2005/07/13  06:27:48
25303         Log: Subject: [perl #6749] Perl debugger outputs ctrl-\ wrongly 
25304              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
25305              Date: Tue, 12 Jul 2005 15:36:54 -0700
25306              Message-ID: <rt-3.0.11-6749-117055.16.4354496694007@perl.org>
25307      Branch: perl
25308            ! lib/dumpvar.pl
25309 ____________________________________________________________________________
25310 [ 25129] By: davem                                 on 2005/07/13  00:21:13
25311         Log: make the expensive ckWARN() be called as late as possible
25312              reorganise
25313              if (ckWARN(FOO) && should_not_happen_condition)
25314              to
25315              if (should_not_happen_condition && ckWARN(FOO))
25316      Branch: perl
25317            ! doio.c gv.c op.c pad.c perlio.c pp.c pp_hot.c pp_pack.c
25318            ! pp_sys.c regcomp.c regexec.c sv.c toke.c
25319 ____________________________________________________________________________
25320 [ 25128] By: davem                                 on 2005/07/12  18:46:34
25321         Log: Subject: Make PERL_MEM_LOG more portable.
25322              From:  Jarkko Hietaniemi <jhietaniemi@gmail.com>
25323              Date:  Mon, 11 Jul 2005 15:29:46 +0300
25324              Message-Id:  <42D2663A.4050204@gmail.com>
25325      Branch: perl
25326            ! handy.h pod/perlhack.pod util.c
25327 ____________________________________________________________________________
25328 [ 25127] By: davem                                 on 2005/07/12  18:29:43
25329         Log: S_pad_findlex has side effects, so its return value may be ignored
25330      Branch: perl
25331            ! embed.fnc pad.c proto.h
25332 ____________________________________________________________________________
25333 [ 25126] By: davem                                 on 2005/07/12  18:15:48
25334         Log: get_?v have side effects, so their return values may be ignored
25335      Branch: perl
25336            ! embed.fnc proto.h
25337 ____________________________________________________________________________
25338 [ 25125] By: steveh                                on 2005/07/12  16:30:16
25339         Log: Subject: [perl #24119] CPAN.pm error in Win32: uses rename() not File::Copy::move 
25340              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
25341              Date: Mon, 11 Jul 2005 23:24:56 -0700
25342              Message-ID: <rt-3.0.11-24119-116937.12.0211560107236@perl.org>
25343      Branch: perl
25344            ! lib/CPAN.pm
25345 ____________________________________________________________________________
25346 [ 25124] By: steveh                                on 2005/07/12  16:18:22
25347         Log: Subject: [perl #17487] ncftp only handles http 
25348              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
25349              Date: Mon, 11 Jul 2005 23:19:06 -0700
25350              Message-ID: <rt-3.0.11-17487-116934.11.3382445877892@perl.org>
25351              
25352              (and bump $VERSION (1.76_01 is a CPAN release already))
25353      Branch: perl
25354            ! lib/CPAN.pm
25355 ____________________________________________________________________________
25356 [ 25123] By: steveh                                on 2005/07/12  13:19:51
25357         Log: Subject: Re: Scalar leaked in 'local $0' under ithreads + taint mode
25358              From: Steve Hay <steve.hay@uk.radan.com>
25359              Date: Mon, 11 Jul 2005 13:29:37 +0100
25360              Message-ID: <42D26631.1070500@uk.radan.com>
25361      Branch: perl
25362            ! sv.c
25363 ____________________________________________________________________________
25364 [ 25122] By: steveh                                on 2005/07/12  11:42:07
25365         Log: Subject: [perl #36502] File::Copy::mv fails to replicate behavior of Unix mv 
25366              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
25367              Date: Mon, 11 Jul 2005 19:16:10 -0700
25368              Message-ID: <rt-3.0.11-36502-116917.0.56038652013207@perl.org>
25369      Branch: perl
25370            ! lib/File/Copy.t
25371 ____________________________________________________________________________
25372 [ 25121] By: steveh                                on 2005/07/12  11:33:01
25373         Log: Subject: [PATCH] Cleanup File::Copy tests
25374              From: Michael G Schwern <schwern@pobox.com>
25375              Date: Mon, 11 Jul 2005 18:45:42 -0700
25376              Message-ID: <20050712014542.GB20855@windhund.schwern.org>
25377              
25378              (and fix the SKIP: {} blocks to say $how_many)
25379      Branch: perl
25380            ! lib/File/Copy.t
25381 ____________________________________________________________________________
25382 [ 25120] By: steveh                                on 2005/07/12  11:03:55
25383         Log: Subject: Re: [perl #36502] File::Copy::mv fails to replicate behavior of Unix mv
25384              From: Michael G Schwern <schwern@pobox.com>
25385              Date: Mon, 11 Jul 2005 17:35:14 -0700
25386              Message-ID: <20050712003514.GA20132@windhund.schwern.org>
25387      Branch: perl
25388            ! lib/File/Copy.pm
25389 ____________________________________________________________________________
25390 [ 25119] By: steveh                                on 2005/07/12  09:01:11
25391         Log: Missed a New() -> Newx().
25392              
25393              This one only had 3 args to start with! Presumably nobody uses
25394              YYERROR_VERBOSE.  (The yystpcpy() calls don't look right either,
25395              but someone else that is interested in YYERROR_VERBOSE will have
25396              to look into that.)
25397      Branch: perl
25398            ! perly.c
25399 ____________________________________________________________________________
25400 [ 25118] By: steveh                                on 2005/07/12  08:46:13
25401         Log: Hack out -DL documentation from perldebuguts.pod
25402              
25403              Now that the perl core uses Newx*() rather than New*() this chunk
25404              of old documentation is more obsolete than ever before.
25405      Branch: perl
25406            ! pod/perldebguts.pod
25407 ____________________________________________________________________________
25408 [ 25117] By: steveh                                on 2005/07/12  08:20:11
25409         Log: Fix worrying typo in handy.h :-s
25410      Branch: perl
25411            ! handy.h
25412 ____________________________________________________________________________
25413 [ 25116] By: steveh                                on 2005/07/12  08:17:47
25414         Log: Change New*() to Newx*() in various comments and documentation
25415      Branch: perl
25416            ! handy.h perl.c pod/perlclib.pod pod/perlguts.pod
25417            ! pod/perlhack.pod sv.c
25418 ____________________________________________________________________________
25419 [ 25115] By: steveh                                on 2005/07/12  07:48:51
25420         Log: Subject: [patch: handy.c]  update Newx API pod to mention PERL_MEM_LOG build opt
25421              From: Jim Cromie <jcromie@divsol.com>
25422              Date: Mon, 11 Jul 2005 19:18:02 -0600
25423              Message-ID: <42D31A4A.1020305@divsol.com>
25424              
25425              (with some minor tweaks)
25426      Branch: perl
25427            ! handy.h pod/perlapi.pod
25428 ____________________________________________________________________________
25429 [ 25114] By: merijn                                on 2005/07/12  06:26:39
25430         Log: Subject: [PATCH t/TEST] Understand "ok" with no number
25431              From: Michael G Schwern <schwern@pobox.com>
25432              Date: Mon, 11 Jul 2005 18:41:30 -0700
25433              Message-ID: <20050712014130.GA20855@windhund.schwern.org>
25434      Branch: perl
25435            ! t/TEST
25436 ____________________________________________________________________________
25437 [ 25113] By: steveh                                on 2005/07/11  15:54:46
25438         Log: Subject: [patch: sv.c] reuse new_body_inline in Perl_new_body
25439              From: Jim Cromie <jcromie@divsol.com>
25440              Date: Sun, 10 Jul 2005 15:59:30 -0600
25441              Message-ID: <42D19A42.8040409@divsol.com>
25442      Branch: perl
25443            ! sv.c
25444 ____________________________________________________________________________
25445 [ 25112] By: steveh                                on 2005/07/11  15:19:11
25446         Log: Subject: [PATCH] perlfunc.pod
25447              From: "Piotr Fusik" <pfusik@op.pl>
25448              Date:      Sat, 9 Jul 2005 16:21:05 +0200
25449              Message-ID: <01de01c58491$f3182f60$a6d24dd5@piec>
25450      Branch: perl
25451            ! pod/perlfunc.pod
25452 ____________________________________________________________________________
25453 [ 25111] By: steveh                                on 2005/07/11  14:41:27
25454         Log: Subject: [patch hv.h doc] HvNAME
25455              From: Stas Bekman <stas@stason.org>
25456              Date: Fri, 08 Jul 2005 13:52:13 +0300
25457              Message-ID: <42CE5ADD.3020003@stason.org>
25458              
25459              Subject: Re: [patch hv.h doc] HvNAME
25460              From: Nicholas Clark <nick@ccl4.org>
25461              Date: Sat, 9 Jul 2005 15:23:51 +0100
25462              Message-ID: <20050709142351.GT15833@plum.flirble.org>
25463      Branch: perl
25464            ! hv.h pod/perlapi.pod
25465 ____________________________________________________________________________
25466 [ 25110] By: davem                                 on 2005/07/10  23:04:26
25467         Log: no code before declarations!
25468      Branch: perl
25469            ! doio.c
25470 ____________________________________________________________________________
25471 [ 25109] By: davem                                 on 2005/07/10  20:02:07
25472         Log: From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
25473              Date: Sun, 10 Jul 2005 21:50:27 +0300
25474              Subject: [PATCH] yet another way of debugging memory allocations
25475              Message-ID: <42D16DF3.4040806@gmail.com>
25476              
25477              tweak PERL_MEM_LOG
25478      Branch: perl
25479            ! handy.h pod/perlhack.pod util.c
25480 ____________________________________________________________________________
25481 [ 25108] By: davem                                 on 2005/07/10  19:57:31
25482         Log: run regen.pl
25483      Branch: perl
25484            ! embed.h proto.h
25485 ____________________________________________________________________________
25486 [ 25107] By: merijn                                on 2005/07/10  19:19:56
25487         Log: Subject: [PATCH] Making my way thru embed.fnc
25488              From: Andy Lester <andy@petdance.com>
25489              Date: Sun, 10 Jul 2005 14:36:35 -0500
25490              Message-ID: <20050710193635.GC8081@petdance.com>
25491      Branch: perl
25492            ! doio.c doop.c embed.fnc gv.c hv.c op.c perl.c pp_ctl.c
25493            ! pp_hot.c regexec.c toke.c util.c
25494 ____________________________________________________________________________
25495 [ 25106] By: davem                                 on 2005/07/10  13:53:49
25496         Log: Re: [perl #36207] UTF8/Latin 1/i regexp "Malformed character" warning
25497              From: demerphq <demerphq@gmail.com>
25498              Message-ID: <9b18b3110507080807f16d1eb@mail.gmail.com>
25499              Date: Fri, 8 Jul 2005 17:07:26 +0200
25500              
25501              Fix trie codepath of mixed utf8/latin1 pattern matches
25502      Branch: perl
25503            ! regexec.c t/op/pat.t
25504 ____________________________________________________________________________
25505 [ 25105] By: davem                                 on 2005/07/10  12:29:25
25506         Log: Message-ID: <42D0F25E.3040801@gmail.com>
25507              Date: Sun, 10 Jul 2005 13:03:10 +0300
25508              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
25509              Subject: [PATCH] yet another way of debugging memory allocations
25510              
25511              adds PERL_MEM_LOG and PERL_MEM_LOG_STDERR options
25512      Branch: perl
25513            ! handy.h util.c
25514 ____________________________________________________________________________
25515 [ 25104] By: davem                                 on 2005/07/10  11:39:50
25516         Log: silence some compiler warnings
25517      Branch: perl
25518            ! embed.fnc gv.h proto.h
25519 ____________________________________________________________________________
25520 [ 25103] By: davem                                 on 2005/07/10  11:15:32
25521         Log: extend MEM_WRAP_CHECK supress warning hack to MEM_WRAP_CHECK_*
25522      Branch: perl
25523            ! handy.h
25524 ____________________________________________________________________________
25525 [ 25102] By: nicholas                              on 2005/07/09  15:44:17
25526         Log: sv_dec is supposed to go *down*, m'kay.
25527      Branch: perl
25528            ! sv.c t/op/inc.t
25529 ____________________________________________________________________________
25530 [ 25101] By: steveh                                on 2005/07/08  16:35:10
25531         Log: Subject: Re: janitorial work ? [patch]
25532              From: Jim Cromie <jcromie@divsol.com>
25533              Date: Wed, 06 Jul 2005 14:19:53 -0600
25534              Message-ID: <42CC3CE9.5050606@divsol.com>
25535              
25536              (reverted all dual-lived modules since they must work with older
25537              perls too so must wait for a new Devel::PPPort)
25538      Branch: perl
25539            ! NetWare/nw5.c av.c bytecode.pl cygwin/cygwin.c djgpp/djgpp.c
25540            ! doio.c doop.c dump.c ext/B/B/C.pm ext/B/C/C.xs
25541            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
25542            ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_aix.xs
25543            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_vms.xs
25544            ! ext/File/Glob/bsd_glob.c ext/ODBM_File/ODBM_File.xs
25545            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Socket/Socket.xs
25546            ! ext/XS/Typemap/Typemap.xs gv.c handy.h hv.c locale.c op.c op.h
25547            ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perlio.c pod/perlapi.pod
25548            ! pp.c pp_ctl.c pp_pack.c pp_sort.c pp_sys.c reentr.c reentr.pl
25549            ! regcomp.c regexec.c scope.c sv.c toke.c utf8.c util.c
25550            ! vmesa/vmesa.c vms/vms.c win32/perlhost.h win32/win32.c
25551            ! win32/win32sck.c wince/perlhost.h wince/wince.c
25552 ____________________________________________________________________________
25553 [ 25100] By: nicholas                              on 2005/07/08  15:57:37
25554         Log: We no longer default to creating a new SV for GvSV.
25555      Branch: perl
25556            ! perl.h
25557 ____________________________________________________________________________
25558 [ 25099] By: nicholas                              on 2005/07/08  15:57:16
25559         Log: DEFSV causes GvSVn() to be used in lvalue context.
25560              Not sure if instead we should recode DEFSV to avoid this, and leave
25561              GvSVn() as rvalue only, like its namesakes.
25562      Branch: perl
25563            ! gv.h
25564 ____________________________________________________________________________
25565 [ 25098] By: steveh                                on 2005/07/08  10:04:24
25566         Log: Subject: Re: [PATCH] Pod::Html - correctly link to =item's on the same page
25567              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
25568              Date: Thu, 7 Jul 2005 15:05:51 -0700
25569              Message-ID: <20050707220551.GB2388@efn.org>
25570              
25571              (plus fix a couple of POD warnings)
25572      Branch: perl
25573            ! pod/perlglossary.pod
25574 ____________________________________________________________________________
25575 [ 25097] By: steveh                                on 2005/07/08  09:48:50
25576         Log: Subject: [PATCH] basename() and suffixes
25577              From: Michael G Schwern <schwern@pobox.com>
25578              Date: Thu, 7 Jul 2005 15:38:32 -0700
25579              Message-ID: <20050707223832.GA4782@windhund.schwern.org>
25580      Branch: perl
25581            ! lib/File/Basename.pm lib/File/Basename.t
25582 ____________________________________________________________________________
25583 [ 25096] By: steveh                                on 2005/07/08  08:43:07
25584         Log: Subject: Re: [perl #36477] File::Basename basename() bug
25585              From: Michael G Schwern <schwern@pobox.com>
25586              Date: Thu, 7 Jul 2005 14:16:01 -0700
25587              Message-ID: <20050707211601.GA3769@windhund.schwern.org>
25588      Branch: perl
25589            ! lib/File/Basename.pm lib/File/Basename.t
25590 ____________________________________________________________________________
25591 [ 25095] By: davem                                 on 2005/07/08  01:43:24
25592         Log: UTF8/Latin 1/i regexp "Malformed character" warning
25593              $utf8 =~ /latin/i didn't match. 
25594              Also added TODO for $latin =~ /utf8/i which also fails
25595      Branch: perl
25596            ! t/op/pat.t utf8.c
25597 ____________________________________________________________________________
25598 [ 25094] By: davem                                 on 2005/07/07  14:47:51
25599         Log: more taint fallout from change 24943
25600      Branch: perl
25601            ! mg.c scope.c t/op/taint.t
25602 ____________________________________________________________________________
25603 [ 25093] By: merijn                                on 2005/07/07  13:26:32
25604         Log: Subject: [PATCH] bug with charnames::viacode("0x1234") and optimize it
25605              From: Tels <nospam-abuse@bloodgate.com>
25606              Date: Wed, 6 Jul 2005 21:11:59 +0200
25607              Message-Id: <200507062112.12159@bloodgate.com>
25608      Branch: perl
25609            ! lib/charnames.pm
25610 ____________________________________________________________________________
25611 [ 25092] By: steveh                                on 2005/07/07  12:11:38
25612         Log: Subject: ReadParse in the CGI docs
25613              From: "Ton Hospel" <me-02@ton.iguana.be>
25614              Date: 9 Oct 2003 15:04:53 -0000
25615              To: perlbug@perl.org
25616              
25617              (plus blank lines so example code is in verbatim paragraphs,
25618              and bump $VERSION)
25619      Branch: perl
25620            ! lib/CGI.pm
25621 ____________________________________________________________________________
25622 [ 25091] By: steveh                                on 2005/07/07  11:21:41
25623         Log: Subject: [PATCH] Mention File::Spec in File::Basename
25624              From: Michael G Schwern <schwern@pobox.com>
25625              Date: Wed, 6 Jul 2005 13:06:20 -0700
25626              Message-ID: <20050706200620.GE15644@windhund.schwern.org>
25627              
25628              (plus bump $VERSION)
25629      Branch: perl
25630            ! lib/File/Basename.pm
25631 ____________________________________________________________________________
25632 [ 25090] By: steveh                                on 2005/07/07  11:06:17
25633         Log: Subject: [perl #22236] File::Basename behavior is misleading 
25634              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
25635              Date: 6 Jul 2005 19:45:40 -0000
25636              Message-ID: <rt-3.0.11-22236-116656.1.59163789180809@perl.org>
25637      Branch: perl
25638            ! lib/File/Basename.pm lib/File/Basename.t
25639 ____________________________________________________________________________
25640 [ 25089] By: steveh                                on 2005/07/07  09:22:48
25641         Log: Subject: [PATCH] Further lies in the File::Basename docs
25642              From: Michael G Schwern <schwern@pobox.com>
25643              Date: Wed, 6 Jul 2005 09:22:32 -0700
25644              Message-ID: <20050706162232.GA14495@windhund.schwern.org>
25645              
25646              (plus some minor POD changes and a bug fix)
25647      Branch: perl
25648            ! lib/File/Basename.pm lib/File/Basename.t
25649 ____________________________________________________________________________
25650 [ 25088] By: davem                                 on 2005/07/07  00:11:00
25651         Log: bytes pragma error in substitution operator
25652      Branch: perl
25653            ! pp_ctl.c t/op/subst.t
25654 ____________________________________________________________________________
25655 [ 25087] By: davem                                 on 2005/07/06  20:09:29
25656         Log: 'undef $@; die' gives uninint value warning
25657      Branch: perl
25658            ! pp_sys.c t/op/die.t
25659 ____________________________________________________________________________
25660 [ 25086] By: steveh                                on 2005/07/06  09:36:08
25661         Log: Subject: [PATCH] File::Basename doc overhaul
25662              From: Michael G Schwern <schwern@pobox.com>
25663              Date: Tue, 5 Jul 2005 20:11:27 -0700
25664              Message-ID: <20050706031127.GL9227@windhund.schwern.org>
25665              
25666              (with some minor changes)
25667      Branch: perl
25668            ! lib/File/Basename.pm
25669 ____________________________________________________________________________
25670 [ 25085] By: steveh                                on 2005/07/06  08:05:21
25671         Log: Subject: [PATCH @ 25084] simple authors removal
25672              From: Vadim Konovalov <vadim@vkonovalov.ru>
25673              Date: Wed, 06 Jul 2005 00:15:48 +0400
25674              Message-ID: <42CAEA74.1020108@vkonovalov.ru>
25675      Branch: perl
25676            ! AUTHORS
25677 ____________________________________________________________________________
25678 [ 25084] By: davem                                 on 2005/07/05  18:17:34
25679         Log: a long /etc/groups entry could cause memory exhaustion.
25680              Too small a buffer would cause ERANGE and a retry with double the
25681              buffer size. later at EOF, the apparent error got 'stuck' as
25682              ERANGE rather than ENOENT, so the buffer size doubled recursively 
25683      Branch: perl
25684            ! reentr.h reentr.pl
25685 ____________________________________________________________________________
25686 [ 25083] By: steveh                                on 2005/07/05  16:55:29
25687         Log: Subject: [PATCH] Pod::Html - correctly link to =item's on the same page
25688              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
25689              Date: Mon, 4 Jul 2005 02:07:38 -0700
25690              Message-ID: <20050704090738.GA4056@efn.org>
25691              
25692              (plus a new test, although it is currently marked TODO)
25693      Branch: perl
25694            + lib/Pod/t/htmllink.pod lib/Pod/t/htmllink.t
25695            ! MANIFEST lib/Pod/Html.pm
25696 ____________________________________________________________________________
25697 [ 25082] By: steveh                                on 2005/07/05  16:54:11
25698         Log: Oops! Change 25080 should have updated checksums too.
25699      Branch: perl
25700            ! ext/Digest/MD5/t/files.t
25701 ____________________________________________________________________________
25702 [ 25081] By: davem                                 on 2005/07/05  13:01:23
25703         Log: change 24943 broke restoration of localized taint values
25704      Branch: perl
25705            ! mg.c t/op/taint.t
25706 ____________________________________________________________________________
25707 [ 25080] By: steveh                                on 2005/07/05  10:32:08
25708         Log: Remove an unreferenced local variable in Digest-MD5
25709      Branch: perl
25710            ! ext/Digest/MD5/MD5.pm ext/Digest/MD5/MD5.xs
25711 ____________________________________________________________________________
25712 [ 25079] By: nicholas                              on 2005/07/04  19:36:51
25713         Log: Subject: [PATCH] Remove unnecessary null check
25714              From: Andy Lester <andy@petdance.com>
25715              Date: Mon, 4 Jul 2005 14:12:00 -0500
25716              Message-ID: <20050704191200.GA2614@petdance.com>
25717      Branch: perl
25718            ! embed.fnc hv.c proto.h
25719 ____________________________________________________________________________
25720 [ 25078] By: nicholas                              on 2005/07/04  19:07:31
25721         Log: Make the tests for hv_free_ent and hv_delayfree_ent pass under
25722              -DPURIFY too.
25723      Branch: perl
25724            ! ext/XS/APItest/APItest.xs
25725 ____________________________________________________________________________
25726 [ 25077] By: merijn                                on 2005/07/04  18:47:02
25727         Log: Subject: [PATCH] Better string constant in hv.c
25728              From: Andy Lester <andy@petdance.com>
25729              Date: Mon, 4 Jul 2005 13:53:49 -0500
25730              Message-ID: <20050704185349.GA2351@petdance.com>
25731      Branch: perl
25732            ! hv.c
25733 ____________________________________________________________________________
25734 [ 25076] By: steveh                                on 2005/07/04  16:15:37
25735         Log: Add regression test for change 25062
25736      Branch: perl
25737            ! t/op/magic.t
25738 ____________________________________________________________________________
25739 [ 25075] By: steveh                                on 2005/07/04  15:57:32
25740         Log: Use void, not void *, to suppress RETVAL (and compiler warning)
25741      Branch: perl
25742            ! ext/XS/APItest/APItest.xs
25743 ____________________________________________________________________________
25744 [ 25074] By: steveh                                on 2005/07/04  15:36:04
25745         Log: Perl_share_hek needs exporting for change 25070 on Win32
25746      Branch: perl
25747            ! embed.fnc embed.h global.sym
25748 ____________________________________________________________________________
25749 [ 25073] By: steveh                                on 2005/07/04  15:34:11
25750         Log: Regen after change 25067
25751      Branch: perl
25752            ! proto.h
25753 ____________________________________________________________________________
25754 [ 25072] By: nicholas                              on 2005/07/04  15:03:32
25755         Log: Implement hv_delayfree_ent in terms of hv_free_ent
25756      Branch: perl
25757            ! hv.c
25758 ____________________________________________________________________________
25759 [ 25071] By: steveh                                on 2005/07/04  14:53:54
25760         Log: Subject: [PATCH] Skip nit in t/op/lfs.t
25761              From: Steve Peters <steve@fisharerojo.org>
25762              Date: Mon, 4 Jul 2005 10:10:13 -0500
25763              Message-ID: <20050704151013.GA18468@mccoy.peters.homeunix.org>
25764      Branch: perl
25765            ! t/op/lfs.t
25766 ____________________________________________________________________________
25767 [ 25070] By: nicholas                              on 2005/07/04  14:45:40
25768         Log: Tests for hv_delayfree_ent and hv_free_ent
25769      Branch: perl
25770            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
25771            ! ext/XS/APItest/t/hash.t
25772 ____________________________________________________________________________
25773 [ 25069] By: nicholas                              on 2005/07/04  13:56:39
25774         Log: Provide a macro version of S_new_body to inline it within the hot code.
25775      Branch: perl
25776            ! sv.c
25777 ____________________________________________________________________________
25778 [ 25068] By: steveh                                on 2005/07/04  13:21:36
25779         Log: Borland's .pdb files are called .tds
25780      Branch: perl
25781            ! win32/makefile.mk
25782 ____________________________________________________________________________
25783 [ 25067] By: steveh                                on 2005/07/04  12:30:50
25784         Log: Subject: [PATCH] Post-YAPC consting, now with an attachment!
25785              From: Andy Lester <andy@petdance.com>
25786              Date: Sun, 3 Jul 2005 18:31:56 -0500
25787              Message-ID: <20050703233156.GA20967@petdance.com>
25788      Branch: perl
25789            ! deb.c embed.fnc gv.c pad.c sv.c toke.c util.c
25790 ____________________________________________________________________________
25791 [ 25066] By: nicholas                              on 2005/07/04  10:41:28
25792         Log: Inlining del_HE is actually a space optimisation.
25793              It's therefore likely also to be a speed optimisation. :-)
25794      Branch: perl
25795            ! embed.fnc embed.h hv.c proto.h
25796 ____________________________________________________________________________
25797 [ 25065] By: steveh                                on 2005/07/04  10:40:10
25798         Log: Subject: [PATCH] perlglossary.pod: add jump points
25799              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
25800              Date: Mon, 4 Jul 2005 02:07:52 -0700
25801              Message-ID: <20050704090752.GB4056@efn.org>
25802      Branch: perl
25803            ! pod/perlglossary.pod
25804 ____________________________________________________________________________
25805 [ 25064] By: nicholas                              on 2005/07/04  10:24:26
25806         Log: sv_setuv_mg is so rarely called that the IV optimisation test is not
25807              needed.
25808      Branch: perl
25809            ! sv.c
25810 ____________________________________________________________________________
25811 [ 25063] By: steveh                                on 2005/07/04  10:13:41
25812         Log: Subject: Re: How to suppress warnings when building Errno with gcc
25813              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
25814              Date: Fri, 1 Jul 2005 10:56:23 -0700
25815              Message-ID: <20050701175623.GD216@efn.org>
25816      Branch: perl
25817            ! ext/Errno/Errno_pm.PL
25818 ____________________________________________________________________________
25819 [ 25062] By: steveh                                on 2005/07/04  09:17:06
25820         Log: Fix change 25045
25821      Branch: perl
25822            ! mg.c
25823 ____________________________________________________________________________
25824 [ 25061] By: steveh                                on 2005/07/04  08:26:38
25825         Log: Here's the rest of change 25058 ;-)
25826      Branch: perl
25827            ! embed.h global.sym
25828 ____________________________________________________________________________
25829 [ 25060] By: davem                                 on 2005/07/04  08:11:33
25830         Log: Subject:  Re: [PATCH] Re: [PATCH] Re: a blead warning from tru64
25831              From:  Jarkko Hietaniemi <jhietaniemi@gmail.com>
25832              Date:  Mon, 04 Jul 2005 00:19:28 +0300
25833              Message-Id:  <42C85660.50807@gmail.com>
25834      Branch: perl
25835            ! perl.h
25836 ____________________________________________________________________________
25837 [ 25059] By: steveh                                on 2005/07/04  08:10:27
25838         Log: Stop reentr.pl changing EOL on the files it writes on Win32
25839      Branch: perl
25840            ! reentr.pl
25841 ____________________________________________________________________________
25842 [ 25058] By: steveh                                on 2005/07/04  08:09:36
25843         Log: Perl_ckwarn (added by change 25050) needs exporting on Win32
25844              
25845              (At least PerlIO/via uses it, so it must be public)
25846      Branch: perl
25847            ! embed.fnc
25848 ____________________________________________________________________________
25849 [ 25055] By: nicholas                              on 2005/07/02  21:19:09
25850         Log: Andy suggests this tweak to Dave's fix for MEM_WRAP_CHECK to shut up
25851              a different compiler warnings. I guess we need a waterbed theory of
25852              compiler warnings.
25853      Branch: perl
25854            ! handy.h
25855 ____________________________________________________________________________
25856 [ 25054] By: nicholas                              on 2005/07/02  16:53:09
25857         Log: Convert bless.t to test.pl
25858      Branch: perl
25859            ! t/op/bless.t
25860 ____________________________________________________________________________
25861 [ 25053] By: nicholas                              on 2005/07/02  16:25:06
25862         Log: Copying the first parameter in the macro del_body seems to reduce
25863              code size.  Presumably an expression is no longer evaluated twice.
25864      Branch: perl
25865            ! sv.c
25866 ____________________________________________________________________________
25867 [ 25052] By: davem                                 on 2005/07/02  16:11:46
25868         Log: do just-in-time loading of Carp.pm in some modules
25869              
25870              From: Tels <nospam-abuse@bloodgate.com>
25871              Subject: [PATCH] No Carp #4 AutoSplit.pm
25872              Subject: [PATCH] no Carp #5 (File::Path)
25873              Subject: [PATCH] no Carp #7 - charnames.pm
25874              Subject: [PATCH] no Carp #6 (File::Compare, File::Copy, File::Temp)
25875              Subject: [PATCH] no Carp #8 - SelfLoader, Text/Balanced and open.pm
25876      Branch: perl
25877            ! lib/AutoSplit.pm lib/File/Compare.pm lib/File/Copy.pm
25878            ! lib/File/Path.pm lib/SelfLoader.pm lib/charnames.pm
25879            ! lib/open.pm
25880 ____________________________________________________________________________
25881 [ 25051] By: nicholas                              on 2005/07/02  16:07:47
25882         Log: Unwrap the del_Xfoo() macros by explicitly noting the arena to free
25883              the body to. This comletely eliminates the second switch statement.
25884      Branch: perl
25885            ! sv.c
25886 ____________________________________________________________________________
25887 [ 25050] By: davem                                 on 2005/07/02  15:05:04
25888         Log: replace ckWARN macros with functions
25889      Branch: perl
25890            ! embed.fnc embed.h pod/perlintern.pod proto.h util.c warnings.h
25891            ! warnings.pl
25892 ____________________________________________________________________________
25893 [ 25049] By: nicholas                              on 2005/07/02  14:57:43
25894         Log: Given that the GV no longer owns a reference on the symbol table, we
25895              dont need the deferred SvREFCNT_dec games.
25896      Branch: perl
25897            ! sv.c
25898 ____________________________________________________________________________
25899 [ 25048] By: nicholas                              on 2005/07/02  13:55:45
25900         Log: Passing gvtype as char rather than char * to S_varname generates
25901              smaller code.
25902      Branch: perl
25903            ! embed.fnc proto.h sv.c
25904 ____________________________________________________________________________
25905 [ 25047] By: nicholas                              on 2005/07/02  13:07:26
25906         Log: Don't inline offer_nice_chunk, as it's rarely called.
25907      Branch: perl
25908            ! embed.fnc embed.h perl.h proto.h sv.c
25909 ____________________________________________________________________________
25910 [ 25046] By: davem                                 on 2005/07/02  12:35:12
25911         Log: missed one PAD_SET_CUR
25912      Branch: perl
25913            ! pp_hot.c
25914 ____________________________________________________________________________
25915 [ 25045] By: nicholas                              on 2005/07/02  12:34:08
25916         Log: Don't check the pointer is non-NULL before calling Safefree() in
25917              little used code, code used only once per run (such as interpreter
25918              construction and destruction), and cases where the pointer nearly
25919              never is NULL. Safefree does its own non-NULL check, and even that
25920              isn't strictly necessary as all conformant free()s accept a NULL
25921              pointer.
25922      Branch: perl
25923            ! doio.c locale.c mg.c perl.c perl.h regcomp.c sv.c util.c
25924 ____________________________________________________________________________
25925 [ 25044] By: rgs                                   on 2005/07/02  07:41:14
25926         Log: Upgrade to Time::HiRes 1.72
25927      Branch: perl
25928            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
25929            ! ext/Time/HiRes/Makefile.PL ext/Time/HiRes/t/HiRes.t
25930 ____________________________________________________________________________
25931 [ 25043] By: steveh                                on 2005/07/01  16:33:42
25932         Log: Make Archive::Tar clean up its test files on Win32
25933              
25934              (The old "can't delete an open file on Win32" chestnut again)
25935      Branch: perl
25936            ! lib/Archive/Tar.pm lib/Archive/Tar/t/02_methods.t
25937 ____________________________________________________________________________
25938 [ 25042] By: davem                                 on 2005/07/01  15:40:40
25939         Log: the PAD_SET_CUR macro expanded too much for AIX compilers
25940      Branch: perl
25941            ! pad.h pp_ctl.c pp_sort.c pp_sys.c
25942 ____________________________________________________________________________
25943 [ 25041] By: steveh                                on 2005/07/01  15:15:23
25944         Log: Silence MinGW warning about "'noreturn' function does return"
25945              
25946              (Thanks to Nicholas Clark)
25947      Branch: perl
25948            ! iperlsys.h
25949 ____________________________________________________________________________
25950 [ 25040] By: rgs                                   on 2005/07/01  15:05:58
25951         Log: Install perlglossary on VMS and Windows
25952      Branch: perl
25953            ! vms/descrip_mms.template win32/pod.mak
25954 ____________________________________________________________________________
25955 [ 25039] By: davem                                 on 2005/07/01  14:34:52
25956         Log: undo some excessive Carp.pm minimalisation
25957      Branch: perl
25958            ! lib/Carp.pm
25959 ____________________________________________________________________________
25960 [ 25038] By: steveh                                on 2005/07/01  13:39:33
25961         Log: Remove unreferenced local variable (and the warning about it)
25962      Branch: perl
25963            ! ext/XS/APItest/APItest.xs
25964 ____________________________________________________________________________
25965 [ 25037] By: rgs                                   on 2005/07/01  12:43:23
25966         Log: Add the perlglossary man page
25967              
25968              Subject: [PATCH] perlglossary.pod
25969              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
25970              Date: Fri, 1 Jul 2005 03:10:50 -0700
25971              Message-ID: <20050701101050.GA2448@efn.org>
25972      Branch: perl
25973            + pod/perlglossary.pod
25974            ! MANIFEST pod.lst pod/perl.pod pod/perlmodlib.pod
25975            ! pod/perltoc.pod
25976 ____________________________________________________________________________
25977 [ 25036] By: rgs                                   on 2005/07/01  12:32:21
25978         Log: Subject: [PATCH] Make Exporter.t warnings clean
25979              From: Michael G Schwern <schwern@pobox.com>
25980              Date: Tue, 28 Jun 2005 15:58:36 -0700
25981              Message-ID: <20050628225836.GB27320@windhund.schwern.org>
25982      Branch: perl
25983            ! lib/Exporter.t
25984 ____________________________________________________________________________
25985 [ 25035] By: davem                                 on 2005/07/01  11:49:22
25986         Log: silence a warning in Perl_sv_compile_2op
25987      Branch: perl
25988            ! pp_ctl.c
25989 ____________________________________________________________________________
25990 [ 25034] By: davem                                 on 2005/07/01  11:45:40
25991         Log: silence gcc 'comparison is always false' warning in MEM_WRAP_CHECK
25992              Only a partial fix: works where sizeof(type)==1; since we
25993              can never wraparound in that case, disarm the check
25994      Branch: perl
25995            ! handy.h
25996 ____________________________________________________________________________
25997 [ 25033] By: steveh                                on 2005/07/01  07:44:50
25998         Log: Silence some cast warnings from bcc32 on Win32
25999              
26000              See the thread starting here for arguments:
26001              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-06/msg00994.html
26002      Branch: perl
26003            ! win32/win32.c
26004 ____________________________________________________________________________
26005 [ 25032] By: davem                                 on 2005/06/30  22:41:07
26006         Log: assigning shared consts (eg __PACKAGE__) to magic vars
26007      Branch: perl
26008            ! sv.c t/op/magic.t
26009 ____________________________________________________________________________
26010 [ 25031] By: nicholas                              on 2005/06/30  17:41:03
26011         Log: By grabbing the length, we can use sv_setpvn here.
26012      Branch: perl
26013            ! util.c
26014 ____________________________________________________________________________
26015 [ 25030] By: nicholas                              on 2005/06/30  17:37:56
26016         Log: Use sv_setpvn where we know the length.
26017      Branch: perl
26018            ! universal.c
26019 ____________________________________________________________________________
26020 [ 25029] By: nicholas                              on 2005/06/30  17:28:45
26021         Log: A terser way of implementing require_pv.
26022      Branch: perl
26023            ! perl.c
26024 ____________________________________________________________________________
26025 [ 25028] By: nicholas                              on 2005/06/30  17:21:28
26026         Log: We know the length, so use sv_setpvn rather than sv_setpv.
26027      Branch: perl
26028            ! universal.c
26029 ____________________________________________________________________________
26030 [ 25027] By: nicholas                              on 2005/06/30  17:05:13
26031         Log: Avoid using PL_Sv in the -V argument processing.
26032              Express the embedded perl program in a slightly terser way.
26033      Branch: perl
26034            ! perl.c
26035 ____________________________________________________________________________
26036 [ 25026] By: nicholas                              on 2005/06/30  16:34:52
26037         Log: Use Perl_sv_catpvf to shorten the code (source and object) needed for
26038              commandline -V options that q\0...\0.
26039      Branch: perl
26040            ! perl.c
26041 ____________________________________________________________________________
26042 [ 25025] By: rgs                                   on 2005/06/30  16:15:31
26043         Log: Add TODO tests for bug #36434
26044      Branch: perl
26045            ! t/op/magic.t
26046 ____________________________________________________________________________
26047 [ 25024] By: nicholas                              on 2005/06/30  12:28:55
26048         Log: The core shouldn't be using PL_na
26049      Branch: perl
26050            ! perl.c
26051 ____________________________________________________________________________
26052 [ 25023] By: nicholas                              on 2005/06/30  12:15:14
26053         Log: -V:... would get upset (syntax error) if ... contained unbalanced ().
26054      Branch: perl
26055            ! perl.c
26056 ____________________________________________________________________________
26057 [ 25022] By: nicholas                              on 2005/06/30  11:40:37
26058         Log: Replace newSVpv(...,0) with newSVpvn where we know the length.
26059      Branch: perl
26060            ! perl.c regcomp.c sv.c
26061 ____________________________________________________________________________
26062 [ 25021] By: nicholas                              on 2005/06/30  11:20:33
26063         Log: Why use Perl_form and newSVpv when newSVpvf will do it in one?
26064      Branch: perl
26065            ! perl.c
26066 ____________________________________________________________________________
26067 [ 25020] By: rgs                                   on 2005/06/30  10:01:55
26068         Log: Subject: [PATCH] make t/uni/class.t faster
26069              From: Tels <nospam-abuse@bloodgate.com>
26070              Date: Wed, 29 Jun 2005 21:19:52 +0200
26071              Message-Id: <200506292120.05519@bloodgate.com>
26072      Branch: perl
26073            ! t/uni/class.t
26074 ____________________________________________________________________________
26075 [ 25019] By: nicholas                              on 2005/06/30  09:57:31
26076         Log: If gp_flags is unused, why are we even allocating it?
26077      Branch: perl
26078            ! dump.c ext/Devel/Peek/t/Peek.t gv.h sv.c
26079 ____________________________________________________________________________
26080 [ 25018] By: nicholas                              on 2005/06/30  09:21:05
26081         Log: Nothing is actually relying on GvUNIQUE holding state.
26082      Branch: perl
26083            ! gv.h
26084 ____________________________________________________________________________
26085 [ 25017] By: rgs                                   on 2005/06/30  09:11:28
26086         Log: Subject: Re: [PATCH] Convert File::Basename tests to Test::More
26087              From: Michael G Schwern <schwern@pobox.com>
26088              Date: Thu, 30 Jun 2005 01:02:30 -0700
26089              Message-ID: <20050630080230.GC17965@windhund.schwern.org>
26090      Branch: perl
26091            ! lib/File/Basename.t
26092 ____________________________________________________________________________
26093 [ 25016] By: rgs                                   on 2005/06/30  09:04:20
26094         Log: Subject: Re: [PATCH]Re: [perl #36417] IO::Handle::getline() doco should note an important difference from <$io>
26095              From: Steve Peters <steve@fisharerojo.org>
26096              Date: Wed, 29 Jun 2005 21:47:23 -0500
26097              Message-ID: <20050630024723.GA3786@mccoy.peters.homeunix.org>
26098      Branch: perl
26099            ! ext/IO/lib/IO/Handle.pm
26100 ____________________________________________________________________________
26101 [ 25015] By: rgs                                   on 2005/06/30  08:59:11
26102         Log: Subject: some dusting off of the cross-compilation information
26103              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
26104              Date: Thu, 30 Jun 2005 08:41:17 +0300
26105              Message-ID: <42C385FD.9040601@gmail.com>
26106      Branch: perl
26107            ! Cross/README INSTALL
26108 ____________________________________________________________________________
26109 [ 25014] By: steveh                                on 2005/06/30  07:57:25
26110         Log: Silence MinGW warnings about system headers when building Errno
26111              
26112              Thanks to Mike Guy for the suggested fix.
26113      Branch: perl
26114            ! ext/Errno/Errno_pm.PL
26115 ____________________________________________________________________________
26116 [ 25013] By: nicholas                              on 2005/06/29  21:24:53
26117         Log: Expand on parts of perltodo
26118      Branch: perl
26119            ! pod/perltodo.pod
26120 ____________________________________________________________________________
26121 [ 25012] By: nicholas                              on 2005/06/29  21:09:16
26122         Log: All tests pass (for me) with -DPERL_DONT_CREATE_GVSV
26123      Branch: perl
26124            ! pp.c pp_hot.c
26125 ____________________________________________________________________________
26126 [ 25011] By: nicholas                              on 2005/06/29  20:24:12
26127         Log: Make warnings.t pass with -DPERL_DONT_CREATE_GVSV
26128      Branch: perl
26129            ! pp_sys.c
26130 ____________________________________________________________________________
26131 [ 25010] By: nicholas                              on 2005/06/29  19:25:24
26132         Log: Fixes to -DPERL_DONT_CREATE_GVSV to make more tests pass
26133      Branch: perl
26134            ! doio.c gv.c perl.h sv.c
26135 ____________________________________________________________________________
26136 [ 25009] By: nicholas                              on 2005/06/29  15:58:14
26137         Log: First stab at not automatically creating an unused SV for GvSV
26138              Enable it with -DPERL_DONT_CREATE_GVSV.
26139              Currently if enabled 22 test scripts have failures, so still some way
26140              to go.
26141      Branch: perl
26142            ! embed.fnc embed.h global.sym gv.c gv.h makedef.pl perl.c
26143            ! pp_hot.c proto.h sv.c
26144 ____________________________________________________________________________
26145 [ 25008] By: rgs                                   on 2005/06/29  08:11:53
26146         Log: Remove old variable needed for binary compatibility
26147      Branch: perl
26148            ! embedvar.h intrpvar.h perlapi.h sv.c
26149 ____________________________________________________________________________
26150 [ 25007] By: nicholas                              on 2005/06/28  22:02:03
26151         Log: Convert strcpy to memcpy where we already know the length.
26152      Branch: perl
26153            ! gv.c sv.c util.c
26154 ____________________________________________________________________________
26155 [ 25006] By: davem                                 on 2005/06/28  11:28:20
26156         Log: move Carp.pod back into Carp.pm
26157      Branch: perl
26158            - lib/Carp.pod
26159            ! MANIFEST lib/Carp.pm
26160 ____________________________________________________________________________
26161 [ 25005] By: rgs                                   on 2005/06/28  11:17:30
26162         Log: B::Deparse was chocking on variable names with colons (like foo::::bar)
26163      Branch: perl
26164            ! ext/B/B/Deparse.pm
26165 ____________________________________________________________________________
26166 [ 25004] By: nicholas                              on 2005/06/28  10:09:26
26167         Log: Subject: Re: Hints for 64bitall (PPC!) Darwin perl
26168              From: Dominic Dunlop <domo@computer.org>
26169              Message-Id: <1D31D9A6-2451-49EE-AD80-80F1D9CA2825@computer.org>
26170              Date: Mon, 27 Jun 2005 19:46:59 +0200
26171      Branch: perl
26172            ! hints/darwin.sh
26173 ____________________________________________________________________________
26174 [ 25003] By: steveh                                on 2005/06/28  08:01:21
26175         Log: Stop "Possible use before definition" warning following change 24997
26176      Branch: perl
26177            ! pp_sys.c
26178 ____________________________________________________________________________
26179 [ 25002] By: rgs                                   on 2005/06/28  07:40:35
26180         Log: Upgrade to Time::HiRes 1.71
26181      Branch: perl
26182            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
26183            ! ext/Time/HiRes/Makefile.PL
26184 ____________________________________________________________________________
26185 [ 25001] By: steveh                                on 2005/06/28  07:40:01
26186         Log: Stop "suspicious pointer conversion" warning following change 24997
26187      Branch: perl
26188            ! hv.c
26189 ____________________________________________________________________________
26190 [ 25000] By: rgs                                   on 2005/06/27  21:57:04
26191         Log: Don't install demo files with perl
26192      Branch: perl
26193            ! installperl
26194 ____________________________________________________________________________
26195 [ 24999] By: rgs                                   on 2005/06/27  21:30:09
26196         Log: From: Mattia Barbon <mattia.barbon@libero.it>
26197              Subject: [PATCH] Avoid redefinition warning for MinGW
26198              Date: Jun 27, 2005 10:07 PM
26199              Message-ID: <Mahogany-0.66.0-1232-20050627-220727.00@rbnet.it>
26200      Branch: perl
26201            ! win32/win32iop.h
26202 ____________________________________________________________________________
26203 [ 24998] By: nicholas                              on 2005/06/27  20:52:27
26204         Log: Fix sv_dec of undefined PVs to (a) not downgrade to NV
26205              (b) give -1, rather than +1
26206      Branch: perl
26207            ! sv.c t/op/inc.t
26208 ____________________________________________________________________________
26209 [ 24997] By: rgs                                   on 2005/06/27  18:26:15
26210         Log: Subject: [PATCH] We're going round in circles with pp_sys.c
26211              From: Andy Lester <andy@petdance.com>
26212              Date: Mon, 27 Jun 2005 13:06:59 -0500
26213              Message-ID: <20050627180659.GB29744@petdance.com>
26214              
26215              (edited)
26216      Branch: perl
26217            ! embed.fnc gv.c handy.h hv.c perl.c pp_ctl.c pp_hot.c proto.h
26218            ! regexec.c sv.c toke.c
26219 ____________________________________________________________________________
26220 [ 24996] By: rgs                                   on 2005/06/27  17:19:45
26221         Log: Fix installation of ptar(1) manpage.
26222              The __END__ was making the POD being ignored by pod2man.
26223      Branch: perl
26224            ! lib/Archive/Tar/bin/ptar
26225 ____________________________________________________________________________
26226 [ 24995] By: davem                                 on 2005/06/27  16:34:34
26227         Log: Make Carp.pm even lighter (and Carp::Heavy even heavier)
26228              Also move carp.pm pod to carp.pod
26229      Branch: perl
26230            + lib/Carp.pod
26231            ! MANIFEST lib/Carp.pm lib/Carp/Heavy.pm lib/warnings.pm
26232            ! warnings.pl
26233 ____________________________________________________________________________
26234 [ 24994] By: steveh                                on 2005/06/27  15:45:05
26235         Log: Silence compiler warning in SDBM_File
26236              
26237              Unless I'm missing something it looks like "key" actually is used,
26238              and the "key = key" assignment causes bcc32 to complain about use
26239              before definition!
26240      Branch: perl
26241            ! ext/SDBM_File/SDBM_File.xs
26242 ____________________________________________________________________________
26243 [ 24993] By: rgs                                   on 2005/06/27  15:22:58
26244         Log: Subject: [PATCH] XSLoader for Sys::Syslog
26245              From: Alexey Tourbin <at@altlinux.ru>
26246              Date: Sun, 26 Jun 2005 08:32:05 +0400
26247              Message-ID: <20050626043204.GA31585@solemn.turbinal.org>
26248      Branch: perl
26249            ! ext/Sys/Syslog/Syslog.pm
26250 ____________________________________________________________________________
26251 [ 24992] By: rgs                                   on 2005/06/27  13:51:10
26252         Log: Oops (fix previous fix).
26253      Branch: perl
26254            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/export.t
26255            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
26256            ! lib/Filter/Simple/t/import.t
26257 ____________________________________________________________________________
26258 [ 24991] By: rgs                                   on 2005/06/27  13:48:26
26259         Log: Fix tests of Filter::Simple 0.82 in the core
26260      Branch: perl
26261            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/export.t
26262            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
26263            ! lib/Filter/Simple/t/import.t
26264 ____________________________________________________________________________
26265 [ 24990] By: rgs                                   on 2005/06/27  13:46:25
26266         Log: Upgrade to Filter::Simple 0.82
26267      Branch: perl
26268            ! lib/Filter/Simple.pm lib/Filter/Simple/Changes
26269            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/export.t
26270            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
26271            ! lib/Filter/Simple/t/import.t t/lib/Filter/Simple/ExportTest.pm
26272            ! t/lib/Filter/Simple/FilterOnlyTest.pm
26273            ! t/lib/Filter/Simple/FilterTest.pm
26274            ! t/lib/Filter/Simple/ImportTest.pm
26275 ____________________________________________________________________________
26276 [ 24989] By: rgs                                   on 2005/06/27  12:46:44
26277         Log: Upgrade to Test::Harness 2.52
26278      Branch: perl
26279            ! lib/Test/Harness.pm lib/Test/Harness/Changes
26280            ! lib/Test/Harness/bin/prove
26281 ____________________________________________________________________________
26282 [ 24988] By: rgs                                   on 2005/06/27  12:35:33
26283         Log: Upgrade to Time::HiRes 1.70
26284      Branch: perl
26285            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
26286            ! ext/Time/HiRes/HiRes.xs
26287 ____________________________________________________________________________
26288 [ 24987] By: steveh                                on 2005/06/27  07:41:52
26289         Log: Suppress warnings about a clash between redefined malloc and the
26290              use of __attribute__malloc__
26291              
26292              Subject: Re: Fun with __attribute__malloc__
26293              From: Andy Lester <andy@petdance.com>
26294              Date: Fri, 24 Jun 2005 12:11:59 -0500
26295              Message-ID: <20050624171159.GB29590@petdance.com>
26296      Branch: perl
26297            ! perl.h
26298 ____________________________________________________________________________
26299 [ 24986] By: nicholas                              on 2005/06/26  22:19:22
26300         Log: Tweak the child dump socket protocol to return error messages to the
26301              parent so that it can display what went wrong.
26302      Branch: perl
26303            ! perl.c
26304 ____________________________________________________________________________
26305 [ 24985] By: rgs                                   on 2005/06/26  20:06:10
26306         Log: Upgrade to Time::HiRes 1.69
26307      Branch: perl
26308            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
26309            ! ext/Time/HiRes/Makefile.PL
26310 ____________________________________________________________________________
26311 [ 24984] By: nicholas                              on 2005/06/26  17:59:33
26312         Log: When using DEBUG_LEAKING_SCALARS_FORK_DUMP it's possible to cause
26313              indefinite hangs when the debugging child holds open Perl_debug_log,
26314              and it happens to be a file descriptor that is one end of a pipe,
26315              with a process sitting at the other end waitng for EOF.
26316              So close all descriptors in the child *including* Perl_debug_log,
26317              and pass it back in over the control socket if it's needed.
26318      Branch: perl
26319            ! perl.c
26320 ____________________________________________________________________________
26321 [ 24983] By: nicholas                              on 2005/06/26  10:28:43
26322         Log: Need to pass a my_perl to S_my_localtime to make threaded builds build.
26323      Branch: perl
26324            ! pp_sys.c
26325 ____________________________________________________________________________
26326 [ 24982] By: nicholas                              on 2005/06/25  17:58:26
26327         Log: Add a sanity check to Config::AUTOLOAD to prevent infinte loops if
26328              Configure_heavy.pl gets truncated.
26329      Branch: perl
26330            ! configpm
26331 ____________________________________________________________________________
26332 [ 24981] By: nicholas                              on 2005/06/25  15:45:06
26333         Log: On OS X to use perl's malloc need to USE_PERL_SBRK and emulate sbrk()
26334              using system malloc, because sbrk() stops giving us memory after about
26335              14Mb.
26336      Branch: perl
26337            ! hints/darwin.sh
26338 ____________________________________________________________________________
26339 [ 24980] By: nicholas                              on 2005/06/25  15:42:30
26340         Log: Need to skip exporting PL_dumper_fd unless it is used.
26341      Branch: perl
26342            ! makedef.pl
26343 ____________________________________________________________________________
26344 [ 24979] By: nicholas                              on 2005/06/25  12:55:09
26345         Log: If forking during global destruction, the child needs to close all
26346              unused file descriptors, else it can cause other processes to hang
26347              because it accidentally holds open pipes and sockets.
26348      Branch: perl
26349            ! perl.c
26350 ____________________________________________________________________________
26351 [ 24978] By: rgs                                   on 2005/06/24  15:21:38
26352         Log: Upgrade to Unicode::Collate 0.51
26353      Branch: perl
26354            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
26355            ! lib/Unicode/Collate/README
26356 ____________________________________________________________________________
26357 [ 24977] By: steveh                                on 2005/06/24  14:38:05
26358         Log: Fix typo in win32.c
26359              
26360              Doesn't fix bcc32 + USE_LARGE_FILES, though :-(
26361      Branch: perl
26362            ! win32/win32.c
26363 ____________________________________________________________________________
26364 [ 24976] By: nicholas                              on 2005/06/24  14:04:19
26365         Log: Extend DEBUG_LEAKING_SCALARS_FORK_DUMP so it can also dump scalars
26366              which become unreferenced. This is less likely to be successful.
26367              The #define needs a better name.
26368      Branch: perl
26369            ! embed.fnc embed.h embedvar.h intrpvar.h perl.c perlapi.h
26370            ! proto.h sv.c
26371 ____________________________________________________________________________
26372 [ 24975] By: steveh                                on 2005/06/24  13:56:15
26373         Log: Stop '"__attribute__format__" redefined' warnings from gcc on Win32
26374      Branch: perl
26375            ! perl.h win32/config_H.gc
26376 ____________________________________________________________________________
26377 [ 24974] By: steveh                                on 2005/06/24  12:27:45
26378         Log: Make opendir() filename const in Win32-land & friends
26379              
26380              That fact that it wasn't const already was highlighted by a warning
26381              from pp_open_dir() generated by change 24743. Rather than undo the
26382              const change in pp_open_dir(), this seems to make more sense. Hope I
26383              haven't broken Netware or WinCE.
26384      Branch: perl
26385            ! NetWare/nw5.c NetWare/nwperlhost.h NetWare/nwperlsys.h
26386            ! iperlsys.h win32/include/dirent.h win32/perlhost.h
26387            ! win32/win32.c win32/win32iop.h wince/perlhost.h wince/wince.c
26388 ____________________________________________________________________________
26389 [ 24973] By: nicholas                              on 2005/06/24  10:45:44
26390         Log: Need to do some sort of die/warn to get the "global destruction"
26391              text if the bug is still present.
26392      Branch: perl
26393            ! t/op/gv.t
26394 ____________________________________________________________________________
26395 [ 24972] By: steveh                                on 2005/06/24  09:37:24
26396         Log: Fix t\op\gv.t on Win32
26397      Branch: perl
26398            ! t/op/gv.t
26399 ____________________________________________________________________________
26400 [ 24971] By: rgs                                   on 2005/06/24  07:54:59
26401         Log: Remove cargo-culted binmode.
26402      Branch: perl
26403            ! lib/Archive/Tar/t/00_setup.t
26404 ____________________________________________________________________________
26405 [ 24970] By: steveh                                on 2005/06/24  07:42:41
26406         Log: Fix Archive-Tar tests on Win32 following change 24954
26407      Branch: perl
26408            ! lib/Archive/Tar/t/00_setup.t
26409 ____________________________________________________________________________
26410 [ 24969] By: merijn                                on 2005/06/24  07:41:08
26411         Log: Workaround localtime edge case where TZ makes time go beyond
26412              the defined working range (AIX 5.2)
26413      Branch: perl
26414            ! pp_sys.c
26415 ____________________________________________________________________________
26416 [ 24968] By: davem                                 on 2005/06/23  22:59:36
26417         Log: change 24967 got the #endif in the wrong place
26418      Branch: perl
26419            ! pad.c
26420 ____________________________________________________________________________
26421 [ 24967] By: davem                                 on 2005/06/23  22:48:40
26422         Log: don't repopulate PADTMP slots with null SVs when freeing ops
26423      Branch: perl
26424            ! ext/B/t/f_sort.t ext/B/t/optree_samples.t pad.c
26425 ____________________________________________________________________________
26426 [ 24966] By: nicholas                              on 2005/06/23  21:30:33
26427         Log: Remove the reference loop between symbol tables and typeglobs.
26428              Typeglobs now have a weak reference onto their symbol table.
26429      Branch: perl
26430            ! embed.fnc embed.h gv.c mg.c pad.c proto.h sv.c t/op/gv.t
26431 ____________________________________________________________________________
26432 [ 24965] By: rgs                                   on 2005/06/23  18:53:04
26433         Log: Subject: [PATCH] Pre-YAPC consting fun
26434              From: Andy Lester <andy@petdance.com>
26435              Date: Jun 23, 2005 9:04 PM
26436              Message-ID: <20050623190423.GA13835@petdance.com>
26437      Branch: perl
26438            ! embed.fnc embed.h lib/ExtUtils/CBuilder/t/01-basic.t locale.c
26439            ! mg.c perlio.c pp_ctl.c pp_pack.c pp_sys.c proto.h scope.c
26440            ! taint.c util.c
26441 ____________________________________________________________________________
26442 [ 24964] By: merijn                                on 2005/06/23  18:43:42
26443         Log: Take a larger margin to prevent 'X' failures in smokes
26444              I was able to get warnings on HP-UX 10.20 every 2nd to 3rd run
26445              when reps was still 10000. With 15000 I didn't get a single warning
26446      Branch: perl
26447            ! t/op/rand.t
26448 ____________________________________________________________________________
26449 [ 24963] By: rgs                                   on 2005/06/23  18:07:34
26450         Log: Warning suppression.
26451      Branch: perl
26452            ! pp_sys.c
26453 ____________________________________________________________________________
26454 [ 24962] By: nicholas                              on 2005/06/23  18:00:38
26455         Log: The current implementation of :unique is fundamentally flawed,
26456              because declaring a scalar READONLY does not stop it being modified.
26457              Hence the current implementation of :unique is *not threadsafe*
26458              D'oh!
26459              Better implementations welcome.
26460      Branch: perl
26461            ! embed.fnc embed.h ext/threads/t/problems.t pod/perltodo.pod
26462            ! proto.h sv.c
26463 ____________________________________________________________________________
26464 [ 24961] By: rgs                                   on 2005/06/23  16:18:21
26465         Log: Fix Archive::Tar test when perl is built with -Dmksymlinks
26466      Branch: perl
26467            ! lib/Archive/Tar/t/02_methods.t
26468 ____________________________________________________________________________
26469 [ 24960] By: rgs                                   on 2005/06/23  15:51:02
26470         Log: Subject: [PATCH] Re: [perl #9741] possible problem with File::Find
26471              From: Steve Peters <steve@fisharerojo.org>
26472              Date: Fri, 17 Jun 2005 23:27:14 -0500
26473              Message-ID: <20050618042714.GA29589@mccoy.peters.homeunix.org>
26474      Branch: perl
26475            ! lib/File/Find.pm
26476 ____________________________________________________________________________
26477 [ 24959] By: nicholas                              on 2005/06/23  14:11:20
26478         Log: Add a define PERL_POISON which tries to trip up anything accessing
26479              freed or uninitialised memory. Currently only Poison()s freed
26480              pointers.
26481      Branch: perl
26482            ! ext/PerlIO/encoding/encoding.xs gv.c handy.h pp_ctl.c scope.c
26483            ! sv.c
26484 ____________________________________________________________________________
26485 [ 24958] By: nicholas                              on 2005/06/23  14:09:57
26486         Log: Indent some of the #ifdef/#define/#endif to make the nesting clearer.
26487              Simplify SvPV_free slightly.
26488      Branch: perl
26489            ! sv.h
26490 ____________________________________________________________________________
26491 [ 24957] By: rgs                                   on 2005/06/23  11:54:25
26492         Log: This dummy test didn't pass
26493      Branch: perl
26494            ! lib/Archive/Tar/t/99_clean.t
26495 ____________________________________________________________________________
26496 [ 24956] By: rgs                                   on 2005/06/23  11:34:35
26497         Log: Add a pseudo-test to clean up data files for Archive::Tar tests
26498      Branch: perl
26499            + lib/Archive/Tar/t/99_clean.t
26500            ! MANIFEST
26501 ____________________________________________________________________________
26502 [ 24955] By: rgs                                   on 2005/06/23  11:30:16
26503         Log: Remove test that relies on Test::POD
26504      Branch: perl
26505            - lib/Archive/Tar/t/99_pod.t
26506            ! MANIFEST
26507 ____________________________________________________________________________
26508 [ 24954] By: rgs                                   on 2005/06/23  11:29:16
26509         Log: Remove binary files, add a pseudo-test in Archive::Tar to generate them
26510      Branch: perl
26511            + lib/Archive/Tar/t/00_setup.t
26512            - lib/Archive/Tar/t/src/long/bar.tar
26513            - lib/Archive/Tar/t/src/long/foo.tgz
26514            - lib/Archive/Tar/t/src/short/bar.tar
26515            - lib/Archive/Tar/t/src/short/foo.tgz
26516            ! MANIFEST
26517 ____________________________________________________________________________
26518 [ 24953] By: steveh                                on 2005/06/23  11:02:42
26519         Log: Silence bcc32 compiler warnings following change 24945
26520              
26521              ("Possible use of '%s' before definition")
26522      Branch: perl
26523            ! pp_ctl.c pp_sys.c
26524 ____________________________________________________________________________
26525 [ 24952] By: nicholas                              on 2005/06/23  10:41:00
26526         Log: Re-initialise PL_curcop to &PL_compiling before destroying the optree.
26527      Branch: perl
26528            ! perl.c
26529 ____________________________________________________________________________
26530 [ 24951] By: rgs                                   on 2005/06/23  10:39:47
26531         Log: Subject: Re: [perl #36350] unstable sorting for use integer; sort { $b <=> $a } @foo 
26532              From: Salvador Fandino <sfandino@yahoo.com>
26533              Date: Tue, 21 Jun 2005 19:50:35 +0200
26534              Message-ID: <20050621181658.5977.qmail@lists.develooper.com>
26535      Branch: perl
26536            ! pp_sort.c
26537 ____________________________________________________________________________
26538 [ 24950] By: steveh                                on 2005/06/23  10:21:53
26539         Log: Oops! Change 24946 wasn't quite right
26540      Branch: perl
26541            ! doio.c
26542 ____________________________________________________________________________
26543 [ 24949] By: rgs                                   on 2005/06/23  09:32:55
26544         Log: Add handling of NV_ZERO_IS_ALLBITS_ZERO for Netware and epoc
26545      Branch: perl
26546            ! NetWare/config.wc NetWare/config_H.wc epoc/config.sh
26547 ____________________________________________________________________________
26548 [ 24948] By: rgs                                   on 2005/06/23  09:25:03
26549         Log: Define d_nv_zero_is_allbits_zero for symbian
26550              (noticed by Jarkko)
26551      Branch: perl
26552            ! symbian/config.sh
26553 ____________________________________________________________________________
26554 [ 24947] By: steveh                                on 2005/06/23  09:18:37
26555         Log: Silence bcc32 compiler warnings from win32/fcrypt.c (almost)
26556              
26557              It still whines about 'in' and 'b' being assigned values that are
26558              never used on lines 348 and 505 respectively (as side effects of the
26559              calls to c2l and l2c respectively), but I'm not sure how to shut
26560              them up.
26561      Branch: perl
26562            ! win32/fcrypt.c
26563 ____________________________________________________________________________
26564 [ 24946] By: steveh                                on 2005/06/23  09:00:28
26565         Log: More bcc32 compiler warnings to silence
26566              
26567              ("Suspicious pointer conversion")
26568      Branch: perl
26569            ! doio.c win32/win32io.c
26570 ____________________________________________________________________________
26571 [ 24945] By: rgs                                   on 2005/06/23  08:39:44
26572         Log: Subject: [PATCH] Const Boy II: The Localizing
26573              From: Andy Lester <andy@petdance.com>
26574              Date: Wed, 22 Jun 2005 09:41:00 -0500
26575              Message-ID: <20050622144059.GA19598@petdance.com>
26576      Branch: perl
26577            ! autodoc.pl embed.fnc embed.pl hv.c perl.c perlio.c
26578            ! pod/perlapi.pod pp.c pp.h pp_ctl.c pp_sys.c proto.h sv.c
26579            ! util.c
26580 ____________________________________________________________________________
26581 [ 24944] By: steveh                                on 2005/06/23  08:04:21
26582         Log: Silence another bcc32 compiler warning
26583              
26584              ("Possible use of '%s' before definition")
26585      Branch: perl
26586            ! toke.c
26587 ____________________________________________________________________________
26588 [ 24943] By: davem                                 on 2005/06/22  23:08:55
26589         Log: remove taint hack now that local $tainted no longer copies taint magic
26590      Branch: perl
26591            ! mg.c sv.c
26592 ____________________________________________________________________________
26593 [ 24942] By: davem                                 on 2005/06/22  21:42:54
26594         Log: handle magic in local correctly
26595              the local SV now gets a copy of any container magic, and no value
26596              magic; in the past the whole magic chain was either shared or
26597              moved
26598      Branch: perl
26599            ! embed.fnc embed.h mg.c pod/perlguts.pod pod/perlintern.pod
26600            ! proto.h scope.c t/op/local.t
26601 ____________________________________________________________________________
26602 [ 24941] By: merijn                                on 2005/06/22  17:14:04
26603         Log: Upgrade to Test::Harness 2.50
26604      Branch: perl
26605            ! lib/Test/Harness.pm lib/Test/Harness/t/strap-analyze.t
26606 ____________________________________________________________________________
26607 [ 24940] By: nicholas                              on 2005/06/22  16:37:06
26608         Log: Add facility to fork() early in perl_destruct and use the child to
26609              dump out leaked scalars (enabled with DEBUG_LEAKING_SCALARS_FORK_DUMP
26610              when DEBUG_LEAKING_SCALARS is already in force)
26611      Branch: perl
26612            ! perl.c
26613 ____________________________________________________________________________
26614 [ 24939] By: steveh                                on 2005/06/22  13:25:16
26615         Log: Silence yet more bcc32 compiler warnings
26616              
26617              ("Code has no effect")
26618      Branch: perl
26619            ! hv.c pp_ctl.c pp_hot.c
26620 ____________________________________________________________________________
26621 [ 24938] By: steveh                                on 2005/06/22  13:02:17
26622         Log: Silence some more bcc32 compiler warnings
26623              
26624              ("Suggest parentheses to clarify precedence")
26625      Branch: perl
26626            ! warnings.h warnings.pl
26627 ____________________________________________________________________________
26628 [ 24937] By: steveh                                on 2005/06/22  12:31:59
26629         Log: Silence some bcc32 compiler warnings
26630              
26631              ("Superfluous & with function")
26632      Branch: perl
26633            ! perlvars.h pp.c win32/win32.c
26634 ____________________________________________________________________________
26635 [ 24936] By: nicholas                              on 2005/06/22  10:08:43
26636         Log: Now that the global string table is using a single hunk of memory
26637              for both HE and HEK, we need to actually free things in perl_destruct
26638      Branch: perl
26639            ! perl.c
26640 ____________________________________________________________________________
26641 [ 24935] By: steveh                                on 2005/06/22  09:40:25
26642         Log: Fix Archive-Tar tests on Win32
26643              
26644              (Patch from Jos Boumans, from his current dev version.)
26645      Branch: perl
26646            ! lib/Archive/Tar.pm
26647 ____________________________________________________________________________
26648 [ 24934] By: merijn                                on 2005/06/21  19:27:38
26649         Log: Redo generation of change #24898
26650              Do not forget to run Porting/config_h.pl!
26651      Branch: perl
26652            ! Configure config_h.SH
26653 ____________________________________________________________________________
26654 [ 24932] By: rgs                                   on 2005/06/21  17:05:01
26655         Log: Upgrade to Test::Harness 2.49_02
26656      Branch: perl
26657            ! lib/Test/Harness.pm lib/Test/Harness/Changes
26658            ! lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
26659            ! lib/Test/Harness/t/test-harness.t
26660 ____________________________________________________________________________
26661 [ 24931] By: rgs                                   on 2005/06/21  16:33:32
26662         Log: Add Archive::Tar to the maintainers list
26663      Branch: perl
26664            ! Porting/Maintainers.pl
26665 ____________________________________________________________________________
26666 [ 24930] By: rgs                                   on 2005/06/21  16:14:06
26667         Log: Trim trailing spaces
26668      Branch: perl
26669            ! lib/Archive/Tar/bin/ptar
26670 ____________________________________________________________________________
26671 [ 24929] By: rgs                                   on 2005/06/21  15:53:30
26672         Log: Add pod, so ptar has a manpage
26673      Branch: perl
26674            ! lib/Archive/Tar/bin/ptar
26675 ____________________________________________________________________________
26676 [ 24928] By: rgs                                   on 2005/06/21  15:27:37
26677         Log: POD nits
26678      Branch: perl
26679            ! ext/Storable/Storable.pm
26680 ____________________________________________________________________________
26681 [ 24927] By: nicholas                              on 2005/06/21  15:27:14
26682         Log: Drag t/op/gv.t kicking and screaming into the century of the fruitbat
26683              (or at least into the decade of t/test.pl)
26684      Branch: perl
26685            ! t/op/gv.t
26686 ____________________________________________________________________________
26687 [ 24926] By: rgs                                   on 2005/06/21  15:04:10
26688         Log: Add the ptar(1) utility from Archive::Tar
26689      Branch: perl
26690            + lib/Archive/Tar/bin/ptar utils/ptar.PL
26691            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
26692            ! win32/Makefile win32/makefile.mk
26693 ____________________________________________________________________________
26694 [ 24925] By: steveh                                on 2005/06/21  13:49:10
26695         Log: Trim trailing whitespace from $! and $^E
26696              
26697              (Fixes lib/Test/Simple/t/fail-more.t with bcc32 on Win32, and is
26698              good for consistency anyway)
26699      Branch: perl
26700            ! mg.c
26701 ____________________________________________________________________________
26702 [ 24924] By: nicholas                              on 2005/06/21  12:39:27
26703         Log: Avoid having NULL entries in the weakref backreference array, and
26704              make S_sv_add_backref O(1) (instead of O(n))
26705      Branch: perl
26706            ! sv.c
26707 ____________________________________________________________________________
26708 [ 24923] By: rgs                                   on 2005/06/21  12:12:10
26709         Log: Cleanup after this test
26710      Branch: perl
26711            ! lib/Archive/Tar/t/02_methods.t
26712 ____________________________________________________________________________
26713 [ 24922] By: rgs                                   on 2005/06/21  12:01:07
26714         Log: Add Archive::Tar 1.24, except ptar for now
26715      Branch: perl
26716            + lib/Archive/Tar.pm lib/Archive/Tar/Constant.pm
26717            + lib/Archive/Tar/File.pm lib/Archive/Tar/t/01_use.t
26718            + lib/Archive/Tar/t/02_methods.t lib/Archive/Tar/t/03_file.t
26719            + lib/Archive/Tar/t/99_pod.t lib/Archive/Tar/t/src/long/b
26720            + lib/Archive/Tar/t/src/long/bar.tar
26721            + lib/Archive/Tar/t/src/long/foo.tgz
26722            + lib/Archive/Tar/t/src/short/b
26723            + lib/Archive/Tar/t/src/short/bar.tar
26724            + lib/Archive/Tar/t/src/short/foo.tgz
26725            ! MANIFEST
26726 ____________________________________________________________________________
26727 [ 24921] By: nicholas                              on 2005/06/21  10:58:22
26728         Log: weak references aren't UVs, do don't show this in the dump flags.
26729      Branch: perl
26730            ! dump.c
26731 ____________________________________________________________________________
26732 [ 24920] By: rgs                                   on 2005/06/21  10:50:18
26733         Log: Subject: [PATCH] ternary operator cond ? foo : bar being parsed as ?...?
26734              From: Salvador Fandiño <sfandino@yahoo.com>
26735              Date: Fri, 17 Jun 2005 14:06:30 +0100
26736              Message-ID: <20050617130548.18776.qmail@lists.develooper.com>
26737              
26738              with wordings improvements suggested by Ronald J Kimball
26739      Branch: perl
26740            ! pod/perldiag.pod toke.c
26741 ____________________________________________________________________________
26742 [ 24919] By: nicholas                              on 2005/06/21  10:35:09
26743         Log: No need to set flags twice.
26744      Branch: perl
26745            ! av.c
26746 ____________________________________________________________________________
26747 [ 24918] By: nicholas                              on 2005/06/21  09:44:08
26748         Log: As there will be no old body to dispose of, we can return immediately.
26749      Branch: perl
26750            ! sv.c
26751 ____________________________________________________________________________
26752 [ 24917] By: rgs                                   on 2005/06/21  09:40:46
26753         Log: Fix [perl #36102] Data::Dumper Doesn't Stringify Numeric Labels
26754      Branch: perl
26755            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
26756            ! ext/Data/Dumper/t/dumper.t
26757 ____________________________________________________________________________
26758 [ 24916] By: rgs                                   on 2005/06/21  07:03:40
26759         Log: Subject: Re: [perl #36310] sv_vcatpvfn() fails on some (very limited) situations 
26760              From: Tsutomu IKEGAMI <t-ikegami@aist.go.jp>
26761              Date: Fri, 17 Jun 2005 17:55:10 +0900 (JST)
26762              Message-Id: <20050617.175510.21285350.t-ikegami@aist.go.jp>
26763      Branch: perl
26764            ! sv.c
26765 ____________________________________________________________________________
26766 [ 24915] By: rgs                                   on 2005/06/20  16:28:38
26767         Log: Subject: [PATCH perl.h] FPTR2DPTR/DPTR2FPTR
26768              From: Robin Barker <Robin.Barker@npl.co.uk>
26769              Date: Mon, 20 Jun 2005 13:47:37 +0100
26770              Message-ID: <533D273D4014D411AB1D00062938C4D90849C6E4@hotel.npl.co.uk>
26771      Branch: perl
26772            ! perl.h
26773 ____________________________________________________________________________
26774 [ 24914] By: nicholas                              on 2005/06/20  15:21:59
26775         Log: Replace the non-const initialiser block + loop with a series of calls
26776              to a small static function.
26777              c.f. "I will replace you with a small shell script..."
26778      Branch: perl
26779            ! sv.c
26780 ____________________________________________________________________________
26781 [ 24913] By: rgs                                   on 2005/06/20  15:12:50
26782         Log: Subject: [PATCH] The continuing adventures of Constman and Localize Boy
26783              From: Andy Lester <andy@petdance.com>
26784              Date: Mon, 20 Jun 2005 10:22:37 -0500
26785              Message-ID: <20050620152237.GA5032@petdance.com>
26786      Branch: perl
26787            ! XSUB.h doop.c embed.fnc embed.h global.sym gv.c mg.c pad.c
26788            ! perl.h proto.h sv.c universal.c util.c
26789 ____________________________________________________________________________
26790 [ 24912] By: rgs                                   on 2005/06/20  13:32:52
26791         Log: Same fix, for the test, now.
26792      Branch: perl
26793            ! t/run/switches.t
26794 ____________________________________________________________________________
26795 [ 24911] By: rgs                                   on 2005/06/20  13:06:13
26796         Log: perl -v was outputting a double v (spotted by Jarkko)
26797      Branch: perl
26798            ! perl.c
26799 ____________________________________________________________________________
26800 [ 24910] By: rgs                                   on 2005/06/20  11:58:32
26801         Log: Remove signature test, which is always skipped
26802      Branch: perl
26803            - lib/Test/Simple/t/00signature.t
26804            ! MANIFEST
26805 ____________________________________________________________________________
26806 [ 24909] By: rgs                                   on 2005/06/20  11:45:02
26807         Log: Subject: [PATCH pod/perlfunc.pod pod/perlobj.pod pod/perltooc.pod] Recommend Against UNIVERSAL:: Methods as Functions, take 2
26808              From: chromatic <chromatic@wgz.org>
26809              Date: Sat, 18 Jun 2005 12:15:41 -0700
26810              Message-Id: <1119122141.21521.9.camel@localhost>
26811      Branch: perl
26812            ! pod/perlfunc.pod pod/perlobj.pod pod/perltooc.pod
26813 ____________________________________________________________________________
26814 [ 24908] By: rgs                                   on 2005/06/20  11:00:31
26815         Log: Remove the deprecated $# variable
26816      Branch: perl
26817            ! doio.c embedvar.h gv.c intrpvar.h mg.c perl.c perlapi.h
26818            ! pod/perldiag.pod sv.c t/lib/warnings/gv
26819 ____________________________________________________________________________
26820 [ 24907] By: nicholas                              on 2005/06/20  10:35:41
26821         Log: Silence warning in debug printf
26822      Branch: perl
26823            ! doop.c
26824 ____________________________________________________________________________
26825 [ 24906] By: rgs                                   on 2005/06/20  09:45:24
26826         Log: Subject: [PATCH] More random cleanups
26827              From: Andy Lester <andy@petdance.com>
26828              Date: Fri, 17 Jun 2005 09:50:29 -0500
26829              Message-ID: <20050617145029.GC11769@petdance.com>
26830      Branch: perl
26831            ! embed.fnc embed.h pp_ctl.c pp_sort.c proto.h scope.c
26832 ____________________________________________________________________________
26833 [ 24905] By: steveh                                on 2005/06/20  09:30:23
26834         Log: Support NV_ZERO_IS_ALLBITS_ZERO on Win32 (re: change 24898)
26835              
26836              The try.c test program added to Configure by change 24898 outputs
26837              "Yes" using each of VC++, GCC and BCC32, so here goes...
26838      Branch: perl
26839            ! win32/config.bc win32/config.gc win32/config.vc
26840            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
26841            ! win32/config_H.vc win32/config_H.vc64
26842 ____________________________________________________________________________
26843 [ 24904] By: rgs                                   on 2005/06/20  09:23:33
26844         Log: Hugo suggests this.
26845      Branch: perl
26846            ! pod/perlhack.pod
26847 ____________________________________________________________________________
26848 [ 24903] By: rgs                                   on 2005/06/20  09:20:40
26849         Log: Missed a chunk in previous commit
26850      Branch: perl
26851            ! pod/perlsyn.pod
26852 ____________________________________________________________________________
26853 [ 24902] By: rgs                                   on 2005/06/20  09:18:35
26854         Log: Subject: [perl #36328] Until Statement Undocumented 
26855              From: Eric Amick (via RT) <perlbug-followup@perl.org>
26856              Date: 18 Jun 2005 03:47:32 -0000
26857              Message-ID: <rt-3.0.11-36328-115949.3.38667506136829@perl.org>
26858      Branch: perl
26859            ! pod/perlsyn.pod
26860 ____________________________________________________________________________
26861 [ 24901] By: rgs                                   on 2005/06/20  09:06:57
26862         Log: Subject: Re: [PATCH replacement] Re: [perl #36313] perl -e "1for$[=0" crash
26863              From: Rick Delaney <rick@bort.ca>
26864              Date: Sun, 19 Jun 2005 09:47:22 -0400
26865              Message-ID: <20050619134722.GB31592@localhost.localdomain>
26866      Branch: perl
26867            ! op.c t/comp/parser.t
26868 ____________________________________________________________________________
26869 [ 24900] By: nicholas                              on 2005/06/20  08:19:52
26870         Log: S_del_body is sufficiently small that inlining it is a space win.
26871      Branch: perl
26872            ! sv.c
26873 ____________________________________________________________________________
26874 [ 24899] By: nicholas                              on 2005/06/19  15:12:26
26875         Log: If NV_ZERO_IS_ALLBITS_ZERO there's no need to explicitly set the NVX
26876              to 0.0, as the memset has already done it.
26877      Branch: perl
26878            ! sv.c
26879 ____________________________________________________________________________
26880 [ 24898] By: nicholas                              on 2005/06/19  15:11:06
26881         Log: Add a Configure test to see if NV 0.0 is stored as all bits zero, and
26882              #define NV_ZERO_IS_ALLBITS_ZERO if so.  This is always true on VMS:
26883              
26884              Subject: Re: Configure check for whether 0.0 is stored as all bits zero
26885              From: "Craig A. Berry" <craigberry@mac.com>
26886              Message-Id: <p06210214beda5bf31c4c@[172.16.52.1]>
26887              Date: Sat, 18 Jun 2005 18:23:59 -0500
26888      Branch: perl
26889            ! Configure Porting/Glossary config_h.SH configure.com
26890 ____________________________________________________________________________
26891 [ 24897] By: nicholas                              on 2005/06/19  10:22:58
26892         Log: Move the offset calculations outside of new_body/del_body.
26893              This makes some of the upgrade code slightly simpler.
26894      Branch: perl
26895            ! sv.c
26896 ____________________________________________________________________________
26897 [ 24896] By: nicholas                              on 2005/06/18  22:43:58
26898         Log: Refactor sv_dup to memcpy from source to destination, and only
26899              explicitly copy the structure members that need explicit duplication.
26900      Branch: perl
26901            ! sv.c
26902 ____________________________________________________________________________
26903 [ 24895] By: nicholas                              on 2005/06/18  16:33:41
26904         Log: Squeeze a little more savings by moving pte and he arenas into the
26905              common arena free code.
26906      Branch: perl
26907            ! hv.h perl.h sv.c
26908 ____________________________________________________________________________
26909 [ 24894] By: nicholas                              on 2005/06/18  15:07:47
26910         Log: Subject: [PATCH] squeeze repetition out of Perl_sv_free_arenas
26911              From: Jim Cromie <jcromie@divsol.com>
26912              Message-ID: <42B3C388.2090902@divsol.com>
26913              Date: Sat, 18 Jun 2005 00:47:36 -0600
26914      Branch: perl
26915            ! sv.c
26916 ____________________________________________________________________________
26917 [ 24893] By: nicholas                              on 2005/06/18  14:28:04
26918         Log: update AVs and HVs using the old_body, and remove all of the local
26919              variables used to hold the SV body piecemeal.
26920      Branch: perl
26921            ! sv.c
26922 ____________________________________________________________________________
26923 [ 24892] By: nicholas                              on 2005/06/18  10:57:02
26924         Log: sv_upgrade by memcpy
26925              AV and HV cases need tidyup
26926      Branch: perl
26927            ! sv.c
26928 ____________________________________________________________________________
26929 [ 24891] By: nicholas                              on 2005/06/17  19:37:56
26930         Log: Fix compiling with -DPURIFY
26931      Branch: perl
26932            ! sv.c
26933 ____________________________________________________________________________
26934 [ 24890] By: nicholas                              on 2005/06/17  17:30:19
26935         Log: Change 24886 was buggy - should be taking (and passing in) the
26936              address of the arena.
26937      Branch: perl
26938            ! sv.c
26939 ____________________________________________________________________________
26940 [ 24889] By: rgs                                   on 2005/06/17  15:43:11
26941         Log: Add new internal error message to perldiag
26942      Branch: perl
26943            ! pod/perldiag.pod
26944 ____________________________________________________________________________
26945 [ 24888] By: nicholas                              on 2005/06/17  15:37:50
26946         Log: Collect a little more information about the body we're getting rid of
26947      Branch: perl
26948            ! sv.c
26949 ____________________________________________________________________________
26950 [ 24887] By: rgs                                   on 2005/06/17  14:44:43
26951         Log: Missing aTHX_ (noticed by Jim Cromie)
26952      Branch: perl
26953            ! sv.c
26954 ____________________________________________________________________________
26955 [ 24886] By: nicholas                              on 2005/06/17  14:28:07
26956         Log: Move freeing the old body after the creating of the new body.
26957      Branch: perl
26958            ! sv.c
26959 ____________________________________________________________________________
26960 [ 24885] By: nicholas                              on 2005/06/17  13:42:03
26961         Log: The only way is up!
26962              (*up*grades. Or croak)
26963      Branch: perl
26964            ! sv.c
26965 ____________________________________________________________________________
26966 [ 24884] By: rgs                                   on 2005/06/17  12:21:53
26967         Log: Subject: [perl #36199] [PATCH] 5.8.7 fails to build with parallel make 
26968              From: "Steve Peters via RT" <perlbug-followup@perl.org>
26969              Date: 16 Jun 2005 17:11:14 -0000
26970              Message-ID: <rt-3.0.11-36199-115872.8.39962488213992@perl.org>
26971      Branch: perl
26972            ! Makefile.SH
26973 ____________________________________________________________________________
26974 [ 24883] By: steveh                                on 2005/06/17  11:36:45
26975         Log: Silence STDERR grumblings from Borland's math library.
26976              
26977              This fixes failures in ext/B/t/deparse.t and lib/warnings.t (and
26978              renders change 24870 obsolete, hence it is reverted here).
26979      Branch: perl
26980            ! lib/warnings.t makedef.pl win32/win32.c
26981 ____________________________________________________________________________
26982 [ 24882] By: rgs                                   on 2005/06/17  09:26:25
26983         Log: Upgrade to PathTools 3.09
26984      Branch: perl
26985            ! ext/Cwd/Changes ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t lib/Cwd.pm
26986            ! lib/File/Spec.pm
26987 ____________________________________________________________________________
26988 [ 24881] By: nicholas                              on 2005/06/17  08:35:48
26989         Log: new_pte/del_pte can use new_body/del_body too
26990      Branch: perl
26991            ! sv.c
26992 ____________________________________________________________________________
26993 [ 24880] By: steveh                                on 2005/06/17  08:28:32
26994         Log: Subject: [PATCH] Strip \\?\ prefix from Perl path in win32/win32.c:set_w32_module_name()
26995              From: "Jan Dubois" <jand@ActiveState.com>
26996              Date: Thu, 16 Jun 2005 11:43:15 -0700
26997              Message-Id: <200506161843.j5GIhKhL024472@smtp3.ActiveState.com>
26998      Branch: perl
26999            ! win32/win32.c
27000 ____________________________________________________________________________
27001 [ 24879] By: nicholas                              on 2005/06/16  22:08:29
27002         Log: Storing the ixv for magic arrays seems to cause double free errors on
27003              OS X. This all feels like voodoo.
27004      Branch: perl
27005            ! ext/B/B/Bytecode.pm
27006 ____________________________________________________________________________
27007 [ 24878] By: nicholas                              on 2005/06/16  22:06:57
27008         Log: Replace all the new/del static functions with calls to a single pair
27009              of functions that uproot/plant bodies
27010      Branch: perl
27011            ! embed.fnc embed.h proto.h sv.c
27012 ____________________________________________________________________________
27013 [ 24877] By: nicholas                              on 2005/06/16  19:28:20
27014         Log: Making more_* return a pointer, and swapping to a ternary ?: in
27015              new_* seems to generate slightly terser object code.
27016      Branch: perl
27017            ! sv.c
27018 ____________________________________________________________________________
27019 [ 24876] By: nicholas                              on 2005/06/16  18:37:55
27020         Log: Replace all the S_more_* functions with a single function.
27021              Saves 1.5K on the object file in OS X when built with -Os
27022      Branch: perl
27023            ! sv.c
27024 ____________________________________________________________________________
27025 [ 24875] By: nicholas                              on 2005/06/16  16:25:54
27026         Log: Subject: [PATCH] Re: [perl #36048] Refactor S_more_*v into one function
27027              From: Jim Cromie <jcromie@divsol.com>
27028              Message-ID: <42ADC8ED.4090009@divsol.com>
27029              Date: Mon, 13 Jun 2005 11:57:01 -0600
27030      Branch: perl
27031            ! sv.c
27032 ____________________________________________________________________________
27033 [ 24874] By: nicholas                              on 2005/06/16  15:09:00
27034         Log: I'm not convinced that manually creating HVs via sv_upgrade is a great
27035              idea, but as we are, turning on shared keys makes sense.
27036      Branch: perl
27037            ! util.c
27038 ____________________________________________________________________________
27039 [ 24873] By: merijn                                on 2005/06/16  14:33:10
27040         Log: Subject: [PATCH] Lint support
27041              From: Andy Lester <andy@petdance.com>
27042              Date: Thu, 16 Jun 2005 09:35:21 -0500
27043              Message-ID: <20050616143521.GB22188@petdance.com>
27044      Branch: perl
27045            ! XSUB.h perl.h universal.c
27046 ____________________________________________________________________________
27047 [ 24872] By: merijn                                on 2005/06/16  14:24:43
27048         Log: Subject: Re: a warning for a ExtUtils::ParseXS test
27049              From: Ken Williams <ken@mathforum.org>
27050              Date: Wed, 15 Jun 2005 20:00:42 -0500
27051              Message-Id: <29d2a69650cb39059c9af487069b941c@mathforum.org>
27052      Branch: perl
27053            ! lib/ExtUtils/ParseXS/t/XSTest.xs
27054 ____________________________________________________________________________
27055 [ 24871] By: rgs                                   on 2005/06/16  13:55:18
27056         Log: Subject: [PATCH] Removing /*SUPPRESS xxx*/
27057              From: Andy Lester <andy@petdance.com>
27058              Date: Thu, 16 Jun 2005 09:13:42 -0500
27059              Message-ID: <20050616141342.GA22188@petdance.com>
27060      Branch: perl
27061            ! av.c doio.c doop.c perl.c pp.c pp_hot.c pp_sys.c regcomp.c
27062            ! regexec.c sv.c toke.c util.c
27063 ____________________________________________________________________________
27064 [ 24870] By: steveh                                on 2005/06/16  13:16:56
27065         Log: Teach lib/warnings.t about Borland CRT error messages
27066      Branch: perl
27067            ! lib/warnings.t
27068 ____________________________________________________________________________
27069 [ 24869] By: rgs                                   on 2005/06/16  12:54:18
27070         Log: Subject: [perl #36237] IO::File $fh->binmode($layer) is broken 
27071              From: "Alexander Foken" (via RT) <perlbug-followup@perl.org>
27072              Date: 10 Jun 2005 12:46:41 -0000
27073              Message-ID: <rt-3.0.11-36237-115536.13.400290704223@perl.org>
27074              
27075              and bump version number
27076      Branch: perl
27077            ! ext/IO/lib/IO/File.pm
27078 ____________________________________________________________________________
27079 [ 24868] By: steveh                                on 2005/06/16  11:10:01
27080         Log: Update README.win32
27081              
27082              (Mention Borland compiler is also free; update libwin32 link)
27083      Branch: perl
27084            ! README.win32
27085 ____________________________________________________________________________
27086 [ 24867] By: steveh                                on 2005/06/16  11:00:19
27087         Log: Give op/taint.t a helping hand for Borland compiler on Win32
27088      Branch: perl
27089            ! t/op/taint.t
27090 ____________________________________________________________________________
27091 [ 24866] By: steveh                                on 2005/06/16  09:51:33
27092         Log: Fix changes 24862 and 24863 for Sarathy's old dmake
27093      Branch: perl
27094            ! win32/makefile.mk
27095 ____________________________________________________________________________
27096 [ 24865] By: rgs                                   on 2005/06/16  09:45:59
27097         Log: Subs with builtin attributes shouldn't be made constant
27098              
27099              Subject: Re: [perl #36297] builtin attrs on subrutine declarations
27100              From: Salvador "FandiXo" <sfandino@yahoo.com>
27101              Date: Wed, 15 Jun 2005 08:27:00 -0700 (PDT)
27102              Message-ID: <20050615152700.96320.qmail@web52702.mail.yahoo.com>
27103      Branch: perl
27104            ! op.c
27105 ____________________________________________________________________________
27106 [ 24864] By: rgs                                   on 2005/06/16  09:18:58
27107         Log: Add -f in perl synopsys, sync perl.pod and perlrun.pod synopses
27108      Branch: perl
27109            ! pod/perl.pod pod/perlrun.pod
27110 ____________________________________________________________________________
27111 [ 24863] By: steveh                                on 2005/06/16  09:09:22
27112         Log: Simplify win32/makefile.mk for static extensions with GCC
27113      Branch: perl
27114            ! win32/makefile.mk
27115 ____________________________________________________________________________
27116 [ 24862] By: steveh                                on 2005/06/16  08:51:14
27117         Log: Enable static extensions with Borland compiler on Win32
27118      Branch: perl
27119            ! win32/buildext.pl win32/makefile.mk
27120 ____________________________________________________________________________
27121 [ 24861] By: rgs                                   on 2005/06/16  08:29:10
27122         Log: Revert part of change #24854
27123      Branch: perl
27124            ! ext/Devel/DProf/t/DProf.t perl.c
27125 ____________________________________________________________________________
27126 [ 24860] By: steveh                                on 2005/06/16  07:40:21
27127         Log: Don't export Perl_stashpv_hvname_match when !USE_ITHREADS
27128              
27129              (Fixes a linker error on Win 32 introduced by change #24847)
27130      Branch: perl
27131            ! makedef.pl
27132 ____________________________________________________________________________
27133 [ 24859] By: nicholas                              on 2005/06/15  22:32:14
27134         Log: Don't write bytecode to load the NVX of AVs and HVs
27135      Branch: perl
27136            ! ext/B/B/Bytecode.pm
27137 ____________________________________________________________________________
27138 [ 24858] By: nicholas                              on 2005/06/15  22:31:41
27139         Log: We were failing to pring "not ok" if the text exited uncleanly
27140      Branch: perl
27141            ! ext/B/t/bytecode.t
27142 ____________________________________________________________________________
27143 [ 24857] By: nicholas                              on 2005/06/15  22:30:53
27144         Log: assert that you aren't assigning to the NVX of an AV or HV
27145      Branch: perl
27146            ! sv.h
27147 ____________________________________________________________________________
27148 [ 24856] By: rgs                                   on 2005/06/15  16:37:46
27149         Log: Introduce PERL_RUNPERL_DEBUG to alter the behavior of runperl(),
27150              this can be useful to use valgrind for example
27151      Branch: perl
27152            ! t/test.pl
27153 ____________________________________________________________________________
27154 [ 24855] By: steveh                                on 2005/06/15  16:30:58
27155         Log: Fix $Config{ccversion} for Borland C++ 5.5.1
27156              
27157              This pattern match seems a little saner, and stops " for Win32"
27158              getting picked up from the following output:
27159              
27160              Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
27161              
27162              Maybe it breaks older versions, but at least the latest now works
27163              correctly. If anyone knows what older versions' messages look like
27164              then speak up!
27165      Branch: perl
27166            ! win32/config_sh.PL
27167 ____________________________________________________________________________
27168 [ 24854] By: rgs                                   on 2005/06/15  16:24:05
27169         Log: Subject: Re: [PATCH] make -f invalid when USE_SITECUSTOMIZE isn't set
27170              From: Steve Peters <steve@fisharerojo.org>
27171              Date: Wed, 15 Jun 2005 11:30:41 -0500
27172              Message-ID: <20050615163040.GA14745@mccoy.peters.homeunix.org>
27173      Branch: perl
27174            ! ext/Devel/DProf/t/DProf.t perl.c
27175 ____________________________________________________________________________
27176 [ 24853] By: rgs                                   on 2005/06/15  16:16:32
27177         Log: Subject: sort optimization
27178              From: Salvador Fandiño <sfandino@yahoo.com>
27179              Date: Mon, 06 Jun 2005 12:05:05 +0100
27180              Message-ID: <20050606110425.22941.qmail@lists.develooper.com>
27181      Branch: perl
27182            ! pp_sort.c
27183 ____________________________________________________________________________
27184 [ 24852] By: steveh                                on 2005/06/15  16:02:06
27185         Log: Fix win32/makefile.mk for building with bcc32 5.5.1 and dmake 4.4
27186      Branch: perl
27187            ! win32/makefile.mk
27188 ____________________________________________________________________________
27189 [ 24851] By: rgs                                   on 2005/06/15  14:40:40
27190         Log: Subject: [perl #36297] builtin attrs on subrutine declarations 
27191              From: Salvador "FandiXXo" (via RT) <perlbug-followup@perl.org>
27192              Date: 15 Jun 2005 13:54:53 -0000
27193              Message-ID: <rt-3.0.11-36297-115797.8.75971493113916@perl.org>
27194      Branch: perl
27195            ! op.c t/op/attrs.t
27196 ____________________________________________________________________________
27197 [ 24850] By: merijn                                on 2005/06/15  13:57:57
27198         Log: Protect Perl_sv_2pvbyte () to NULL length pointers
27199              Thanks Nick!
27200      Branch: perl
27201            ! sv.c
27202 ____________________________________________________________________________
27203 [ 24849] By: rgs                                   on 2005/06/15  13:55:50
27204         Log: Better phrasing
27205      Branch: perl
27206            ! pod/perlfunc.pod
27207 ____________________________________________________________________________
27208 [ 24848] By: rgs                                   on 2005/06/15  09:27:55
27209         Log: Subject: [PATCH] Storable/Storable.xs: make plain C functions static
27210              From: Alexey Tourbin <at@altlinux.ru>
27211              Date: Sun, 5 Jun 2005 03:42:42 +0400
27212              Message-ID: <20050604234242.GW5867@solemn.turbinal.org>
27213      Branch: perl
27214            ! ext/Storable/Storable.xs
27215 ____________________________________________________________________________
27216 [ 24847] By: rgs                                   on 2005/06/15  09:03:22
27217         Log: Subject: [PATCH] CopSTASH_eq again
27218              From: Andy Lester <andy@petdance.com>
27219              Date: Tue, 14 Jun 2005 23:49:26 -0500
27220              Message-ID: <20050615044926.GA29087@petdance.com>
27221      Branch: perl
27222            ! cop.h embed.fnc embed.h global.sym proto.h util.c
27223 ____________________________________________________________________________
27224 [ 24846] By: rgs                                   on 2005/06/15  07:49:48
27225         Log: Fix warning nits, by Jarkko
27226      Branch: perl
27227            ! sv.c
27228 ____________________________________________________________________________
27229 [ 24845] By: nicholas                              on 2005/06/14  19:28:28
27230         Log: Subject: [PATCH] S_emulate_eaccess() does return a value
27231              From: Steve Peters <steve@fisharerojo.org>
27232              Message-ID: <20050614193052.GA1898@mccoy.peters.homeunix.org>
27233              Date: Tue, 14 Jun 2005 14:30:52 -0500
27234      Branch: perl
27235            ! embed.fnc proto.h
27236 ____________________________________________________________________________
27237 [ 24844] By: davem                                 on 2005/06/14  17:24:18
27238         Log: whoops, Perl_magic_freearylen_p returns int
27239      Branch: perl
27240            ! mg.c
27241 ____________________________________________________________________________
27242 [ 24843] By: nicholas                              on 2005/06/14  16:29:49
27243         Log: Change 24838 breaks deparse.t, which checks that embedded NULs work.
27244              Here's a temporary hack, pending a way for B to correctly identify
27245              PVs that are variable names in pads.
27246      Branch: perl
27247            ! ext/B/B.xs
27248 ____________________________________________________________________________
27249 [ 24842] By: rgs                                   on 2005/06/14  13:49:41
27250         Log: Add core test preamble
27251      Branch: perl
27252            ! lib/IO/Zlib/t/basic.t lib/IO/Zlib/t/external.t
27253            ! lib/IO/Zlib/t/getc.t lib/IO/Zlib/t/getline.t
27254            ! lib/IO/Zlib/t/import.t lib/IO/Zlib/t/large.t
27255            ! lib/IO/Zlib/t/tied.t lib/IO/Zlib/t/uncomp1.t
27256            ! lib/IO/Zlib/t/uncomp2.t
27257 ____________________________________________________________________________
27258 [ 24841] By: nicholas                              on 2005/06/14  13:40:49
27259         Log: Test was coredumping with a shared perl library.
27260              This is wrong. It seems that what gets peephole optimised
27261              (in this case named method calls into shared string scalars) depends
27262              on whether there is a shared perl library.
27263              Anyway, fix the symptom - the coredump.
27264      Branch: perl
27265            ! ext/XS/APItest/t/hash.t
27266 ____________________________________________________________________________
27267 [ 24840] By: steveh                                on 2005/06/14  13:36:03
27268         Log: Stop "test" filename clashing with "TEST" on Win32
27269              
27270              (and bump $IO::Zlib::VERSION again)
27271      Branch: perl
27272            ! lib/IO/Zlib.pm lib/IO/Zlib/t/uncomp1.t lib/IO/Zlib/t/uncomp2.t
27273 ____________________________________________________________________________
27274 [ 24839] By: steveh                                on 2005/06/14  13:26:30
27275         Log: Actually skip tests when they're supposed to be skipped!
27276              
27277              (and bump $IO::Zlib::VERSION)
27278      Branch: perl
27279            ! lib/IO/Zlib.pm lib/IO/Zlib/t/external.t
27280 ____________________________________________________________________________
27281 [ 24838] By: rgs                                   on 2005/06/14  13:22:20
27282         Log: Subject: [PATCH] Fix for SEGV in ext/B/t/xref.t on OpenBSD
27283              From: Steve Peters <steve@fisharerojo.org>
27284              Date: Tue, 14 Jun 2005 08:16:38 -0500
27285              Message-ID: <20050614131638.GA24771@mccoy.peters.homeunix.org>
27286      Branch: perl
27287            ! ext/B/B.xs
27288 ____________________________________________________________________________
27289 [ 24837] By: steveh                                on 2005/06/14  13:13:17
27290         Log: Don't delete IO/Zlib during distclean on Win32
27291              
27292              (IO/Socket still needs to go, though)
27293      Branch: perl
27294            ! win32/Makefile win32/makefile.mk
27295 ____________________________________________________________________________
27296 [ 24836] By: rgs                                   on 2005/06/14  13:02:24
27297         Log: Document ${^UTF8LOCALE}
27298      Branch: perl
27299            ! pod/perlvar.pod
27300 ____________________________________________________________________________
27301 [ 24835] By: rgs                                   on 2005/06/14  12:12:33
27302         Log: Add IO::Zlib in maintainers list
27303      Branch: perl
27304            ! Porting/Maintainers.pl
27305 ____________________________________________________________________________
27306 [ 24834] By: rgs                                   on 2005/06/14  12:06:40
27307         Log: Add IO::Zlib 1.04 to bleadperl
27308      Branch: perl
27309            + lib/IO/Zlib.pm lib/IO/Zlib/t/basic.t lib/IO/Zlib/t/external.t
27310            + lib/IO/Zlib/t/getc.t lib/IO/Zlib/t/getline.t
27311            + lib/IO/Zlib/t/import.t lib/IO/Zlib/t/large.t
27312            + lib/IO/Zlib/t/tied.t lib/IO/Zlib/t/uncomp1.t
27313            + lib/IO/Zlib/t/uncomp2.t
27314            ! MANIFEST Makefile.SH
27315 ____________________________________________________________________________
27316 [ 24833] By: davem                                 on 2005/06/14  10:15:10
27317         Log: Perl_magic_freearylen_p could coredump
27318      Branch: perl
27319            ! mg.c
27320 ____________________________________________________________________________
27321 [ 24832] By: rgs                                   on 2005/06/14  08:52:46
27322         Log: Subject: better assertion support
27323              From: Salvador Fandiño <sfandino@yahoo.com>
27324              Date: Mon, 13 Jun 2005 16:48:01 +0100
27325              Message-ID: <20050613154719.29295.qmail@lists.develooper.com>
27326      Branch: perl
27327            + lib/assertions/compat.pm t/comp/asstcompat.t
27328            ! MANIFEST lib/assertions.pm lib/assertions/activate.pm perl.c
27329            ! pod/perlrun.pod t/comp/assertions.t t/run/switch_A.t
27330 ____________________________________________________________________________
27331 [ 24831] By: rgs                                   on 2005/06/14  08:31:18
27332         Log: Since the version module is use'd afterwards, use_ok needs to be
27333              in a BEGIN block
27334      Branch: perl
27335            ! lib/version.t
27336 ____________________________________________________________________________
27337 [ 24830] By: steveh                                on 2005/06/14  07:42:33
27338         Log: Add BUILDOPTEXTRA to Win32 makefiles
27339              
27340              This allows extra build options, e.g. -DNO_HASH_SEED, to be
27341              specified on the command line, which is otherwise not possible
27342              under nmake using the existing BUILDOPT macro
27343              
27344              Suggested by Jan Dubois <jand@ActiveState.com>
27345      Branch: perl
27346            ! win32/Makefile win32/makefile.mk
27347 ____________________________________________________________________________
27348 [ 24829] By: nicholas                              on 2005/06/13  22:29:00
27349         Log: Pay attention to the comments that Dave writes.
27350      Branch: perl
27351            ! sv.c
27352 ____________________________________________________________________________
27353 [ 24828] By: rgs                                   on 2005/06/13  20:22:52
27354         Log: Comment nit to help Devel::Cover, spotted by Steve Peters
27355      Branch: perl
27356            ! ext/POSIX/POSIX.xs
27357 ____________________________________________________________________________
27358 [ 24827] By: nicholas                              on 2005/06/13  20:18:57
27359         Log: Croak if an attempt is made to modify PL_strtab
27360              (er, TODO - these should be in perldiag)
27361      Branch: perl
27362            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
27363            ! ext/XS/APItest/t/hash.t hv.c
27364 ____________________________________________________________________________
27365 [ 24826] By: nicholas                              on 2005/06/13  20:17:56
27366         Log: More SvPV consting
27367      Branch: perl
27368            ! perl.c
27369 ____________________________________________________________________________
27370 [ 24825] By: steveh                                on 2005/06/13  16:35:19
27371         Log: Subject: [PATCH @ 24819] Re: Change 24806: improve static build for win32/Makefile
27372              From: vadim <vadim@vkonovalov.ru>
27373              Date: Mon, 13 Jun 2005 15:41:41 -0400
27374              Message-Id: <1118691701.6333.32.camel@mdk10>
27375      Branch: perl
27376            ! win32/Makefile win32/makefile.mk
27377 ____________________________________________________________________________
27378 [ 24824] By: nicholas                              on 2005/06/13  16:24:57
27379         Log: With shared hash key scalars now accessing the hash via the PVX, you
27380              can't fake them with regular PVIVs. So fake method calls have to use
27381              real shared hask key scalars.
27382      Branch: perl
27383            ! ext/B/t/optree_specials.t op.c
27384 ____________________________________________________________________________
27385 [ 24823] By: rgs                                   on 2005/06/13  15:20:05
27386         Log: Subject: [PATCH] Bring bleadperl up to version.pm
27387              From: John Peacock <jpeacock@rowman.com>
27388              Date: Mon, 06 Jun 2005 05:18:21 -0400
27389              Message-ID: <42A414DD.8090504@rowman.com>
27390      Branch: perl
27391            ! configpm embed.fnc lib/h2xs.t lib/version.pm lib/version.t
27392            ! pod/perlapi.pod pp_ctl.c proto.h t/comp/require.t t/comp/use.t
27393            ! t/op/universal.t t/op/ver.t universal.c util.c utils/h2xs.PL
27394 ____________________________________________________________________________
27395 [ 24822] By: rgs                                   on 2005/06/13  12:49:18
27396         Log: Subject: [PATCH] Re: [perl #36047] perlmod.pod/CLONESKIP error
27397              From: Offer Kaye <offer.kaye@gmail.com>
27398              Date: Thu, 2 Jun 2005 09:14:53 +0300
27399              Message-ID: <56942505060123146e5eb1c2@mail.gmail.com>
27400      Branch: perl
27401            ! pod/perlmod.pod
27402 ____________________________________________________________________________
27403 [ 24821] By: nicholas                              on 2005/06/13  11:48:05
27404         Log: Change 24816 forgot to update makedef.pl
27405      Branch: perl
27406            ! makedef.pl
27407 ____________________________________________________________________________
27408 [ 24820] By: rgs                                   on 2005/06/13  11:28:43
27409         Log: Make some variables global, to avoid some "will not stay
27410              shared" warnings at compile time
27411      Branch: perl
27412            ! lib/ExtUtils/ParseXS.pm
27413 ____________________________________________________________________________
27414 [ 24819] By: nicholas                              on 2005/06/13  09:43:18
27415         Log: S_share_hek_flags can revert to returning a HEK
27416      Branch: perl
27417            ! embed.fnc hv.c proto.h
27418 ____________________________________________________________________________
27419 [ 24818] By: rgs                                   on 2005/06/13  09:13:43
27420         Log: Remove MANIFEST for Compress::Zlib
27421      Branch: perl
27422            - ext/Compress/Zlib/MANIFEST
27423            ! MANIFEST
27424 ____________________________________________________________________________
27425 [ 24817] By: rgs                                   on 2005/06/13  09:00:00
27426         Log: Make SvUPGRADE always have the value '1'
27427              Make sv_upgrade a void function
27428      Branch: perl
27429            ! embed.fnc pod/perlapi.pod proto.h sv.c sv.h
27430 ____________________________________________________________________________
27431 [ 24816] By: nicholas                              on 2005/06/13  08:25:53
27432         Log: We no longer need PL_shared_hek_table
27433      Branch: perl
27434            ! embedvar.h ext/threads/threads.xs intrpvar.h perl.c perlapi.h
27435            ! sv.c
27436 ____________________________________________________________________________
27437 [ 24815] By: rgs                                   on 2005/06/13  07:58:31
27438         Log: Help "make distclean"
27439      Branch: perl
27440            ! Makefile.SH
27441 ____________________________________________________________________________
27442 [ 24814] By: nicholas                              on 2005/06/12  23:40:55
27443         Log: Clone all shared string PVs as shared string PVs (now that we can do
27444              it very efficiently)
27445      Branch: perl
27446            ! sv.c
27447 ____________________________________________________________________________
27448 [ 24813] By: nicholas                              on 2005/06/12  22:34:39
27449         Log: duping shared hask key scalars can use hek_dup
27450      Branch: perl
27451            ! sv.c
27452 ____________________________________________________________________________
27453 [ 24812] By: nicholas                              on 2005/06/12  22:33:51
27454         Log: hek_dup can now store the HEK rather than the HE, as there is now a
27455              fast way to share a hek
27456      Branch: perl
27457            ! hv.c
27458 ____________________________________________________________________________
27459 [ 24811] By: nicholas                              on 2005/06/12  21:59:34
27460         Log: Provide share_hek_hek, and use it for fast copying of shared string
27461              scalars.
27462      Branch: perl
27463            ! hv.h sv.c
27464 ____________________________________________________________________________
27465 [ 24810] By: nicholas                              on 2005/06/12  21:58:23
27466         Log: Compare HE *s in S_unshare_hek_or_pvn's tight hek loop, rather than
27467              HEKs
27468      Branch: perl
27469            ! hv.c
27470 ____________________________________________________________________________
27471 [ 24809] By: nicholas                              on 2005/06/12  21:08:33
27472         Log: Shortcut chasing round strtab when we're not the last reference.
27473      Branch: perl
27474            ! hv.c
27475 ____________________________________________________________________________
27476 [ 24808] By: nicholas                              on 2005/06/12  20:00:18
27477         Log: In the shared string table, store the HE and HEK next to each other
27478              in one malloc()ed block.
27479      Branch: perl
27480            ! hv.c hv.h
27481 ____________________________________________________________________________
27482 [ 24807] By: merijn                                on 2005/06/12  09:58:32
27483         Log: Subject: [PATCH] perlipc.pod: mkfifo()
27484              From: Alexey Tourbin <at@altlinux.ru>
27485              Date: Sat, 11 Jun 2005 16:26:56 +0400
27486              Message-ID: <20050611122656.GC8181@solemn.turbinal.org>
27487      Branch: perl
27488            ! pod/perlipc.pod
27489 ____________________________________________________________________________
27490 [ 24806] By: merijn                                on 2005/06/12  09:54:07
27491         Log: Subject: improve static build for win32/Makefile
27492              From: vadim <vadim@vkonovalov.ru>
27493              Date: Sun, 12 Jun 2005 14:09:11 -0400
27494              Message-Id: <1118599750.2732.2.camel@mdk10>
27495      Branch: perl
27496            ! win32/Makefile
27497 ____________________________________________________________________________
27498 [ 24805] By: merijn                                on 2005/06/12  09:19:38
27499         Log: Subject: RE: 05gzsetp.t and initial 'ver' in test output
27500              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
27501              Date: Sat, 11 Jun 2005 22:23:00 +0100
27502              Message-Id: <20050611212234.UGOL29707.aamta11-winn.ispmail.ntl.com@MARQUESSPT21>
27503      Branch: perl
27504            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.pm
27505            ! ext/Compress/Zlib/t/05gzsetp.t
27506 ____________________________________________________________________________
27507 [ 24804] By: nicholas                              on 2005/06/11  21:05:29
27508         Log: This isn't an LVALUE, so make the compiler enforce that.
27509      Branch: perl
27510            ! sv.h
27511 ____________________________________________________________________________
27512 [ 24803] By: nicholas                              on 2005/06/11  18:01:32
27513         Log: hash key code cleanup
27514      Branch: perl
27515            ! embed.fnc hv.c hv.h proto.h
27516 ____________________________________________________________________________
27517 [ 24802] By: nicholas                              on 2005/06/11  17:00:52
27518         Log: Shrink shared hash scalars from PVIV to PV
27519      Branch: perl
27520            ! embed.fnc embed.h proto.h sv.c sv.h
27521 ____________________________________________________________________________
27522 [ 24801] By: nicholas                              on 2005/06/11  14:08:00
27523         Log: Propagate const/mutable/not into the SvPV call for retrieving an
27524              overloaded value.
27525      Branch: perl
27526            ! sv.c
27527 ____________________________________________________________________________
27528 [ 24800] By: nicholas                              on 2005/06/10  23:12:29
27529         Log: More SvPV consting. And other related drive-by refactoring.
27530      Branch: perl
27531            ! regcomp.c regexec.c taint.c toke.c universal.c utf8.c util.c
27532            ! xsutils.c
27533 ____________________________________________________________________________
27534 [ 24799] By: nicholas                              on 2005/06/10  22:06:15
27535         Log: More SvPV consting, including some code cleanup and living dangerously
27536              with socket API calls.
27537      Branch: perl
27538            ! pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c
27539 ____________________________________________________________________________
27540 [ 24798] By: nicholas                              on 2005/06/10  20:48:35
27541         Log: Move SvPV consting, remove an n_a, and correct one error in Move()
27542      Branch: perl
27543            ! doio.c doop.c dump.c op.c sv.c
27544 ____________________________________________________________________________
27545 [ 24797] By: nicholas                              on 2005/06/10  18:42:47
27546         Log: Allison says that "Media" isn't really needed in the name.
27547      Branch: perl
27548            ! pod/perl.pod
27549 ____________________________________________________________________________
27550 [ 24796] By: nicholas                              on 2005/06/10  16:26:43
27551         Log: Add SvGROW_mutable
27552      Branch: perl
27553            ! sv.c sv.h
27554 ____________________________________________________________________________
27555 [ 24795] By: nicholas                              on 2005/06/10  15:44:47
27556         Log: Passing read only values (such as string constants) to select should
27557              croak.
27558      Branch: perl
27559            + t/op/sselect.t
27560            ! MANIFEST pp_sys.c
27561 ____________________________________________________________________________
27562 [ 24794] By: nicholas                              on 2005/06/10  15:16:43
27563         Log: Don't pass constants to select
27564      Branch: perl
27565            ! t/op/lex_assign.t
27566 ____________________________________________________________________________
27567 [ 24793] By: rgs                                   on 2005/06/10  13:44:35
27568         Log: Pre-run and disarm the code automodification run by
27569              Compress::Zlib's Makefile
27570      Branch: perl
27571            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.pm
27572            ! ext/Compress/Zlib/examples/filtdef
27573            ! ext/Compress/Zlib/examples/filtinf
27574            ! ext/Compress/Zlib/examples/gzcat
27575            ! ext/Compress/Zlib/examples/gzgrep
27576            ! ext/Compress/Zlib/examples/gzstream
27577            ! ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t
27578            ! ext/Compress/Zlib/t/03examples.t
27579            ! ext/Compress/Zlib/t/04encoding.t
27580            ! ext/Compress/Zlib/t/05gzsetp.t ext/Compress/Zlib/t/06gzdopen.t
27581 ____________________________________________________________________________
27582 [ 24792] By: rgs                                   on 2005/06/10  12:53:21
27583         Log: Update Windows makefiles
27584      Branch: perl
27585            ! win32/Makefile win32/makefile.mk
27586 ____________________________________________________________________________
27587 [ 24791] By: nicholas                              on 2005/06/10  12:44:30
27588         Log: Work around bug 36211, plus a lot of TODO regression tests for local/
27589              $#... interaction. 
27590      Branch: perl
27591            ! scope.c t/op/array.t
27592 ____________________________________________________________________________
27593 [ 24790] By: rgs                                   on 2005/06/10  12:44:02
27594         Log: Update maintainers list
27595      Branch: perl
27596            ! Porting/Maintainers.pl
27597 ____________________________________________________________________________
27598 [ 24789] By: rgs                                   on 2005/06/10  12:30:14
27599         Log: Bump version number
27600      Branch: perl
27601            ! ext/Compress/Zlib/Zlib.pm
27602 ____________________________________________________________________________
27603 [ 24788] By: rgs                                   on 2005/06/10  12:09:30
27604         Log: Makefile.PL adjustments for the core
27605      Branch: perl
27606            ! ext/Compress/Zlib/Makefile.PL
27607 ____________________________________________________________________________
27608 [ 24787] By: rgs                                   on 2005/06/10  12:07:01
27609         Log: SvUPGRADE returns void in blead
27610      Branch: perl
27611            ! ext/Compress/Zlib/Zlib.xs
27612 ____________________________________________________________________________
27613 [ 24786] By: rgs                                   on 2005/06/10  12:05:38
27614         Log: Drom Compress::Zlib 1.34 in ext/
27615      Branch: perl
27616            + ext/Compress/Zlib/ANNOUNCE ext/Compress/Zlib/Changes
27617            + ext/Compress/Zlib/MANIFEST ext/Compress/Zlib/Makefile.PL
27618            + ext/Compress/Zlib/README ext/Compress/Zlib/Zlib.pm
27619            + ext/Compress/Zlib/Zlib.xs ext/Compress/Zlib/config.in
27620            + ext/Compress/Zlib/examples/filtdef
27621            + ext/Compress/Zlib/examples/filtinf
27622            + ext/Compress/Zlib/examples/gzcat
27623            + ext/Compress/Zlib/examples/gzgrep
27624            + ext/Compress/Zlib/examples/gzstream
27625            + ext/Compress/Zlib/fallback.h ext/Compress/Zlib/fallback.xs
27626            + ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t
27627            + ext/Compress/Zlib/t/03examples.t
27628            + ext/Compress/Zlib/t/04encoding.t
27629            + ext/Compress/Zlib/t/05gzsetp.t ext/Compress/Zlib/t/06gzdopen.t
27630            + ext/Compress/Zlib/typemap
27631            + ext/Compress/Zlib/zlib-src-1.2.2/adler32.c
27632            + ext/Compress/Zlib/zlib-src-1.2.2/compress.c
27633            + ext/Compress/Zlib/zlib-src-1.2.2/crc32.c
27634            + ext/Compress/Zlib/zlib-src-1.2.2/crc32.h
27635            + ext/Compress/Zlib/zlib-src-1.2.2/deflate.c
27636            + ext/Compress/Zlib/zlib-src-1.2.2/deflate.h
27637            + ext/Compress/Zlib/zlib-src-1.2.2/gzio.c
27638            + ext/Compress/Zlib/zlib-src-1.2.2/infback.c
27639            + ext/Compress/Zlib/zlib-src-1.2.2/inffast.c
27640            + ext/Compress/Zlib/zlib-src-1.2.2/inffast.h
27641            + ext/Compress/Zlib/zlib-src-1.2.2/inffixed.h
27642            + ext/Compress/Zlib/zlib-src-1.2.2/inflate.c
27643            + ext/Compress/Zlib/zlib-src-1.2.2/inflate.h
27644            + ext/Compress/Zlib/zlib-src-1.2.2/inftrees.c
27645            + ext/Compress/Zlib/zlib-src-1.2.2/inftrees.h
27646            + ext/Compress/Zlib/zlib-src-1.2.2/trees.c
27647            + ext/Compress/Zlib/zlib-src-1.2.2/trees.h
27648            + ext/Compress/Zlib/zlib-src-1.2.2/uncompr.c
27649            + ext/Compress/Zlib/zlib-src-1.2.2/zconf.h
27650            + ext/Compress/Zlib/zlib-src-1.2.2/zlib.h
27651            + ext/Compress/Zlib/zlib-src-1.2.2/zutil.c
27652            + ext/Compress/Zlib/zlib-src-1.2.2/zutil.h
27653            ! MANIFEST
27654 ____________________________________________________________________________
27655 [ 24785] By: nicholas                              on 2005/06/10  10:06:30
27656         Log: Change 24531 broke DEBUG_LEAKING_SCALARS.
27657      Branch: perl
27658            ! sv.c
27659 ____________________________________________________________________________
27660 [ 24784] By: nicholas                              on 2005/06/09  21:01:42
27661         Log: $r = do {my @a; \$#a}; $$r = 503 # is also naughty and now warns
27662      Branch: perl
27663            ! av.c pod/perldiag.pod t/op/array.t
27664 ____________________________________________________________________________
27665 [ 24783] By: nicholas                              on 2005/06/09  19:02:43
27666         Log: Fixes the case of $a = \$#{[]}; and then accessing $$a
27667              (but not \$#a after local @a or my @a leave a block)
27668      Branch: perl
27669            ! av.c dump.c embed.fnc embed.h mg.c perl.h proto.h t/op/array.t
27670 ____________________________________________________________________________
27671 [ 24782] By: nicholas                              on 2005/06/09  16:37:18
27672         Log: Convert op/array.t to test.pl
27673      Branch: perl
27674            ! t/op/array.t
27675 ____________________________________________________________________________
27676 [ 24781] By: rgs                                   on 2005/06/09  15:32:09
27677         Log: Revert part of previous patch
27678      Branch: perl
27679            ! util.c
27680 ____________________________________________________________________________
27681 [ 24780] By: rgs                                   on 2005/06/09  15:12:39
27682         Log: Subject: [PATCH] regcomp.c and more
27683              From: Andy Lester <andy@petdance.com>
27684              Date: Thu, 9 Jun 2005 10:05:56 -0500
27685              Message-ID: <20050609150556.GA30554@petdance.com>
27686      Branch: perl
27687            ! embed.fnc mg.c perly.c proto.h regcomp.c sv.c util.c
27688 ____________________________________________________________________________
27689 [ 24778] By: nicholas                              on 2005/06/09  10:36:53
27690         Log: More SvPV consting
27691      Branch: perl
27692            ! mg.c perlio.c pp_pack.c
27693 ____________________________________________________________________________
27694 [ 24777] By: nicholas                              on 2005/06/09  10:36:40
27695         Log: Don't ignore errors from an eval.
27696      Branch: perl
27697            ! t/op/pack.t
27698 ____________________________________________________________________________
27699 [ 24776] By: nicholas                              on 2005/06/09  09:23:55
27700         Log: Update API docs.
27701      Branch: perl
27702            ! pod/perlapi.pod
27703 ____________________________________________________________________________
27704 [ 24775] By: nicholas                              on 2005/06/09  09:22:18
27705         Log: Change perforce filetype from text to text+w (so regen.pl is happy)
27706      Branch: perl
27707            ! opnames.h reentr.c reentr.h
27708 ____________________________________________________________________________
27709 [ 24774] By: nicholas                              on 2005/06/09  09:15:55
27710         Log: reentr.pl should be using regen_lib.pl and unlinking files before it
27711              starts.
27712      Branch: perl
27713            ! reentr.pl
27714 ____________________________________________________________________________
27715 [ 24773] By: nicholas                              on 2005/06/09  08:59:21
27716         Log: Make minitest pass (must skip if no dynaloading)
27717      Branch: perl
27718            ! t/op/goto_xs.t
27719 ____________________________________________________________________________
27720 [ 24772] By: rgs                                   on 2005/06/09  08:12:03
27721         Log: Subject: [PATCH] pp_pack.c cleanup
27722              From: Andy Lester <andy@petdance.com>
27723              Date: Wed, 8 Jun 2005 10:23:53 -0500
27724              Message-ID: <20050608152353.GA6253@petdance.com>
27725      Branch: perl
27726            ! pp_pack.c
27727 ____________________________________________________________________________
27728 [ 24771] By: rgs                                   on 2005/06/09  07:59:09
27729         Log: Subject: [PATCH] perlfunc.pod: ioctl.ph
27730              From: Alexey Tourbin <at@altlinux.ru>
27731              Date: Wed, 8 Jun 2005 13:45:08 +0400
27732              Message-ID: <20050608094508.GJ5867@solemn.turbinal.org>
27733      Branch: perl
27734            ! pod/perlfunc.pod
27735 ____________________________________________________________________________
27736 [ 24770] By: rgs                                   on 2005/06/09  07:44:36
27737         Log: Subject: [PATCH] instead of unions use double cast for data pointer <-> function pointer
27738              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
27739              Date: Thu, 09 Jun 2005 08:50:56 +0300
27740              Message-ID: <42A7D8C0.1080104@gmail.com>
27741      Branch: perl
27742            ! ext/DynaLoader/dl_dlopen.xs perl.h sv.c toke.c
27743 ____________________________________________________________________________
27744 [ 24769] By: nicholas                              on 2005/06/08  22:48:00
27745         Log: More SvPV consting
27746      Branch: perl
27747            ! dump.c mg.c op.c pp_hot.c pp_sys.c regexec.c
27748 ____________________________________________________________________________
27749 [ 24768] By: nicholas                              on 2005/06/08  22:45:39
27750         Log: The old COW code needs to use SvPVX_mutable when doing copy-on-write.
27751      Branch: perl
27752            ! sv.c
27753 ____________________________________________________________________________
27754 [ 24767] By: nicholas                              on 2005/06/08  22:43:58
27755         Log: Add SvPV_mutable for use by the old COW code.
27756      Branch: perl
27757            ! sv.h
27758 ____________________________________________________________________________
27759 [ 24766] By: nicholas                              on 2005/06/08  20:32:35
27760         Log: sv_setsv is allowed to swipe buffers from read only scalars
27761      Branch: perl
27762            ! sv.c
27763 ____________________________________________________________________________
27764 [ 24765] By: nicholas                              on 2005/06/08  19:49:08
27765         Log: const-ize pp_formline
27766      Branch: perl
27767            ! pp_ctl.c
27768 ____________________________________________________________________________
27769 [ 24764] By: merijn                                on 2005/06/08  19:14:19
27770         Log: Cygwin fails to open $^X on many occasion here
27771              afile is still available from the previous test
27772      Branch: perl
27773            ! t/io/layers.t
27774 ____________________________________________________________________________
27775 [ 24763] By: nicholas                              on 2005/06/08  17:48:35
27776         Log: Remove repeated C<n_a>s
27777      Branch: perl
27778            ! perl.c
27779 ____________________________________________________________________________
27780 [ 24762] By: nicholas                              on 2005/06/08  17:48:17
27781         Log: Remove the n_a
27782      Branch: perl
27783            ! malloc.c
27784 ____________________________________________________________________________
27785 [ 24761] By: nicholas                              on 2005/06/08  16:02:54
27786         Log: Add and use MgPV_nolen_const
27787      Branch: perl
27788            ! mg.c mg.h
27789 ____________________________________________________________________________
27790 [ 24760] By: nicholas                              on 2005/06/08  15:39:40
27791         Log: Nuke some more n_a, and convert S_gv_ename from char * to const char *
27792      Branch: perl
27793            ! doop.c dump.c embed.fnc mg.c op.c pp_hot.c pp_pack.c pp_sys.c
27794            ! proto.h regcomp.c taint.c toke.c
27795 ____________________________________________________________________________
27796 [ 24759] By: nicholas                              on 2005/06/08  14:52:17
27797         Log: Allow a null length pointer to sv_pvn_force_flags.
27798              Add SvPV_force_nolen and use it to remove some C<n_a>s
27799      Branch: perl
27800            ! embed.fnc pp.c pp_ctl.c proto.h sv.c sv.h
27801 ____________________________________________________________________________
27802 [ 24758] By: nicholas                              on 2005/06/08  13:43:23
27803         Log: n_a no more
27804      Branch: perl
27805            ! perl.c pp_ctl.c pp_sys.c universal.c
27806 ____________________________________________________________________________
27807 [ 24757] By: nicholas                              on 2005/06/08  11:00:54
27808         Log: Eliminate more C<n_a>s
27809      Branch: perl
27810            ! XSUB.h pp.h
27811 ____________________________________________________________________________
27812 [ 24756] By: nicholas                              on 2005/06/08  11:00:33
27813         Log: A mising cast (given that rx->subbeg is only char *)
27814      Branch: perl
27815            ! pp_hot.c
27816 ____________________________________________________________________________
27817 [ 24755] By: nicholas                              on 2005/06/08  10:08:01
27818         Log: s/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/g
27819      Branch: perl
27820            ! dump.c embed.fnc embed.h ext/B/t/bytecode.t
27821            ! ext/Devel/PPPort/parts/embed.fnc makedef.pl mg.c pad.c
27822            ! pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c regexp.h sv.c
27823            ! sv.h
27824 ____________________________________________________________________________
27825 [ 24754] By: rgs                                   on 2005/06/08  09:19:18
27826         Log: Subject: [PATCH] regexec.c utf8 loading
27827              From: Andy Lester <andy@petdance.com>
27828              Date: Wed, 8 Jun 2005 00:03:32 -0500
27829              Message-ID: <20050608050332.GA31059@petdance.com>
27830      Branch: perl
27831            ! regexec.c
27832 ____________________________________________________________________________
27833 [ 24753] By: rgs                                   on 2005/06/08  09:12:17
27834         Log: Subject: Re: FindBin.pm: incomplete getcwd/cwd patch and SELinux (Strict policy)
27835              From: José Pedro Oliveira <jpo@di.uminho.pt>
27836              Date: Tue, 07 Jun 2005 21:07:42 +0100
27837              Message-ID: <42A5FE8E.3020608@di.uminho.pt>
27838      Branch: perl
27839            ! lib/FindBin.pm
27840 ____________________________________________________________________________
27841 [ 24752] By: nicholas                              on 2005/06/08  09:09:52
27842         Log: One more SvPV_const
27843      Branch: perl
27844            ! pp.c
27845 ____________________________________________________________________________
27846 [ 24751] By: nicholas                              on 2005/06/08  09:09:28
27847         Log: Don't test the core XS code yet with PERL_DEBUG_COW > 1
27848      Branch: perl
27849            ! sv.h
27850 ____________________________________________________________________________
27851 [ 24750] By: nicholas                              on 2005/06/08  08:50:06
27852         Log: Remove two more unused C<n_a>s
27853      Branch: perl
27854            ! pp_sys.c
27855 ____________________________________________________________________________
27856 [ 24749] By: nicholas                              on 2005/06/08  08:49:32
27857         Log: Better sv_2pv_flags implementation (avoid writing to n_a)
27858      Branch: perl
27859            ! sv.c
27860 ____________________________________________________________________________
27861 [ 24748] By: nicholas                              on 2005/06/08  08:07:05
27862         Log: Convert POPpx POPpconstx and POPpbytex to use nolen macros.
27863              Elminate a lot of C<n_a>s
27864      Branch: perl
27865            ! pp.h pp_ctl.c pp_sys.c
27866 ____________________________________________________________________________
27867 [ 24747] By: nicholas                              on 2005/06/08  08:05:47
27868         Log: Add SvPVx_nolen and SvPVbytex_nolen
27869      Branch: perl
27870            ! sv.h
27871 ____________________________________________________________________________
27872 [ 24746] By: nicholas                              on 2005/06/08  08:04:53
27873         Log: More SvPV consting
27874      Branch: perl
27875            ! perly.act perly.y
27876 ____________________________________________________________________________
27877 [ 24745] By: rgs                                   on 2005/06/08  06:51:48
27878         Log: Mark a static function as static
27879      Branch: perl
27880            ! utf8.c
27881 ____________________________________________________________________________
27882 [ 24744] By: nicholas                              on 2005/06/07  22:22:34
27883         Log: More SvPV consting
27884      Branch: perl
27885            ! doop.c pp.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c regexec.c
27886            ! sv.c toke.c
27887 ____________________________________________________________________________
27888 [ 24743] By: nicholas                              on 2005/06/07  21:16:13
27889         Log: More SvPV consting
27890      Branch: perl
27891            ! doop.c mg.c perl.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sys.c
27892            ! sv.c
27893 ____________________________________________________________________________
27894 [ 24742] By: nicholas                              on 2005/06/07  19:45:13
27895         Log: More consting of SvPV
27896      Branch: perl
27897            ! embed.fnc pp_ctl.c proto.h sv.c
27898 ____________________________________________________________________________
27899 [ 24741] By: rgs                                   on 2005/06/07  19:30:35
27900         Log: The definition of SvPVx_nolen_const is missing for non GNU-C compilers
27901      Branch: perl
27902            ! sv.h
27903 ____________________________________________________________________________
27904 [ 24740] By: nicholas                              on 2005/06/07  18:38:39
27905         Log: More SvPV consting.
27906      Branch: perl
27907            ! doio.c doop.c gv.c mg.c perlio.c pp.c pp_ctl.c pp_hot.c
27908            ! pp_pack.c pp_sys.c sv.c toke.c universal.c util.c
27909 ____________________________________________________________________________
27910 [ 24739] By: nicholas                              on 2005/06/07  18:33:08
27911         Log: Add SvPV_nolen_const and SvPV_nomg_const
27912      Branch: perl
27913            ! sv.h
27914 ____________________________________________________________________________
27915 [ 24738] By: nicholas                              on 2005/06/07  18:32:44
27916         Log: Add MgPV_const
27917      Branch: perl
27918            ! mg.h
27919 ____________________________________________________________________________
27920 [ 24737] By: rgs                                   on 2005/06/07  18:07:41
27921         Log: Remove unused variable (thanks to Andy's lint)
27922      Branch: perl
27923            ! mg.c
27924 ____________________________________________________________________________
27925 [ 24736] By: nicholas                              on 2005/06/07  17:35:10
27926         Log: Change 24733 allows several pointers to be NULL. Therefore this
27927              should be reflected in their attributes.
27928      Branch: perl
27929            ! embed.fnc proto.h
27930 ____________________________________________________________________________
27931 [ 24735] By: rgs                                   on 2005/06/07  17:03:16
27932         Log: Subject: [PATCH] Random cleanups #47
27933              From: Andy Lester <andy@petdance.com>
27934              Date: Mon, 6 Jun 2005 10:11:07 -0500
27935              Message-ID: <20050606151107.GC7022@petdance.com>
27936      Branch: perl
27937            ! Makefile.SH README.aix embed.fnc hv.c numeric.c op.c pad.c
27938            ! pod/perldebug.pod pp_ctl.c proto.h sv.c toke.c util.c
27939 ____________________________________________________________________________
27940 [ 24734] By: rgs                                   on 2005/06/07  15:58:23
27941         Log: make some more functions static
27942              
27943              Subject: [PATCH] B/C/C.xs: static my_runops()
27944              Message-ID: <20050604232451.GT5867@solemn.turbinal.org>
27945              
27946              Subject: [PATCH] Devel/Peek/Peek.xs: make plain C functions static
27947              Message-ID: <20050604232952.GU5867@solemn.turbinal.org>
27948              
27949              Subject: [PATCH] File/Glob/Glob.xs: errfunc() should be static
27950              Message-ID: <20050604233414.GV5867@solemn.turbinal.org>
27951              
27952              all being :
27953              From: Alexey Tourbin <at@altlinux.ru>
27954              Date: Sun, 5 Jun 2005
27955      Branch: perl
27956            ! ext/B/C/C.xs ext/Devel/Peek/Peek.xs ext/File/Glob/Glob.xs
27957 ____________________________________________________________________________
27958 [ 24733] By: nicholas                              on 2005/06/07  15:10:38
27959         Log: Simplify the implementation of SvPV*nolen functions
27960      Branch: perl
27961            ! sv.c sv.h
27962 ____________________________________________________________________________
27963 [ 24732] By: nicholas                              on 2005/06/07  14:57:35
27964         Log: Ensure string table counts are balanced. (Was not true in op/pack.t)
27965      Branch: perl
27966            ! sv.c sv.h
27967 ____________________________________________________________________________
27968 [ 24731] By: rgs                                   on 2005/06/07  14:44:55
27969         Log: Remove unneeded #ifdef VMS since VMS is not defined here anyway
27970              (spotted by Steve_p)
27971      Branch: perl
27972            ! util.c
27973 ____________________________________________________________________________
27974 [ 24730] By: rgs                                   on 2005/06/07  14:35:25
27975         Log: Subject: [PATCH] one more round of is_utf8_foo tuneup
27976              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
27977              Date: Sun, 05 Jun 2005 18:06:12 +0300
27978              Message-ID: <42A314E4.8060608@gmail.com>
27979      Branch: perl
27980            ! embed.fnc embed.h global.sym mg.c pod/perlapi.pod proto.h
27981            ! utf8.c utf8.h
27982 ____________________________________________________________________________
27983 [ 24729] By: rgs                                   on 2005/06/07  13:53:59
27984         Log: Subject: [PATCH] util.c: S_vdie_common() should be static
27985              From: Alexey Tourbin <at@altlinux.ru>
27986              Date: Sun, 5 Jun 2005 03:08:30 +0400
27987              Message-ID: <20050604230830.GS5867@solemn.turbinal.org>
27988      Branch: perl
27989            ! util.c
27990 ____________________________________________________________________________
27991 [ 24728] By: rgs                                   on 2005/06/07  13:15:45
27992         Log: Fix apidoc for newSVhek
27993      Branch: perl
27994            ! pod/perlapi.pod sv.c
27995 ____________________________________________________________________________
27996 [ 24727] By: nicholas                              on 2005/06/07  13:01:42
27997         Log: make pp_split const
27998      Branch: perl
27999            ! pp.c
28000 ____________________________________________________________________________
28001 [ 24726] By: nicholas                              on 2005/06/07  12:11:48
28002         Log: Lots of consting
28003      Branch: perl
28004            ! doio.c doop.c gv.c hv.c op.c pp.c pp_ctl.c pp_hot.c pp_pack.c
28005            ! pp_sys.c
28006 ____________________________________________________________________________
28007 [ 24725] By: nicholas                              on 2005/06/07  12:08:58
28008         Log: The FBM compile code is mutable, because it's permissible to FBM
28009              compile a read-only value.
28010      Branch: perl
28011            ! util.c
28012 ____________________________________________________________________________
28013 [ 24724] By: nicholas                              on 2005/06/07  12:07:49
28014         Log: XS_VERSION_BOOTCHECK is read only.
28015      Branch: perl
28016            ! XSUB.h
28017 ____________________________________________________________________________
28018 [ 24723] By: nicholas                              on 2005/06/07  12:06:13
28019         Log: POPpx needs a const equivalent.
28020      Branch: perl
28021            ! pp.h
28022 ____________________________________________________________________________
28023 [ 24722] By: nicholas                              on 2005/06/07  12:03:56
28024         Log: Make a start at consting calls to SvPV. SV conversion and upgrade
28025              routines need to be mutable, as it's permitted to change the type of
28026              a READONLY SV, or cache the string or number conversion.
28027              Other routines are mostly const.
28028      Branch: perl
28029            ! sv.c
28030 ____________________________________________________________________________
28031 [ 24721] By: nicholas                              on 2005/06/07  12:00:09
28032         Log: Need const versions of SvPV(), so that its callers can indicate
28033              whether they are read/write or read only
28034              Also provide a mutable version, for the internals to use where it
28035              needs a non-const pointer, but will be writing. Callers of this are
28036              assumed to be aware of how copy on write is working, and to keep
28037              track of core changes.
28038              
28039              For now check that SVs are not READONLY when const versions are used.
28040              (with DEBUG_COW > 1). COW is going to have to be orthogonal to Perl's
28041              READONLY flag, but for now it provides a good test indicator.
28042      Branch: perl
28043            ! sv.h
28044 ____________________________________________________________________________
28045 [ 24720] By: rgs                                   on 2005/06/07  09:23:58
28046         Log: Subject: [PATCH] Re: [perl #36130] chr(-1) should probably return undef
28047              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
28048              Date: Mon, 06 Jun 2005 20:28:35 +0300
28049              Message-ID: <42A487C3.8010306@gmail.com>
28050      Branch: perl
28051            ! pod/perlfunc.pod pp.c t/op/chr.t
28052 ____________________________________________________________________________
28053 [ 24719] By: rgs                                   on 2005/06/07  09:02:23
28054         Log: Subject: RE: a bit of trouble with compiling with MSVC++ on Win32
28055              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
28056              Date: Tue, 7 Jun 2005 13:19:33 +0400 
28057              Message-ID: <7DD1BE2C50259746ABB8683672D2089E12D462@itotest-1.spb.lucent.com>
28058      Branch: perl
28059            ! README.win32
28060 ____________________________________________________________________________
28061 [ 24718] By: rgs                                   on 2005/06/07  08:56:37
28062         Log: Subject: [perl #36193] crash in Perl_yyerror due to missing check for NULL 
28063              From: "Todd C. Miller" (via RT) <perlbug-followup@perl.org>
28064              Date: 6 Jun 2005 23:24:28 -0000
28065              Message-ID: <rt-3.0.11-36193-115243.12.1531563965146@perl.org>
28066      Branch: perl
28067            ! toke.c
28068 ____________________________________________________________________________
28069 [ 24717] By: merijn                                on 2005/06/07  08:18:59
28070         Log: Subject: [PATCH] Unvoid SvUPGRADE
28071              From: Andy Lester <andy@petdance.com>
28072              Date: Mon, 6 Jun 2005 23:08:50 -0500
28073              Message-ID: <20050607040850.GA7033@petdance.com>
28074      Branch: perl
28075            ! doio.c doop.c gv.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c
28076            ! scope.c sv.c sv.h toke.c util.c
28077 ____________________________________________________________________________
28078 [ 24716] By: nicholas                              on 2005/06/06  14:50:21
28079         Log: Abstract all access to the shared hash value through SvSHARED_HASH()
28080      Branch: perl
28081            ! hv.c pp_hot.c sv.c sv.h
28082 ____________________________________________________________________________
28083 [ 24715] By: nicholas                              on 2005/06/06  10:01:49
28084         Log: SvIsCOW_shared_hash is declared all the time, so use it.
28085      Branch: perl
28086            ! pp_hot.c
28087 ____________________________________________________________________________
28088 [ 24714] By: nicholas                              on 2005/06/06  09:08:45
28089         Log: Shared hash key scalars can be safely copied as shared hash key scalars
28090              all the time.
28091      Branch: perl
28092            ! sv.c
28093 ____________________________________________________________________________
28094 [ 24713] By: steveh                                on 2005/06/06  07:52:59
28095         Log: NORETURN_FUNCTION_END is not a complete statement
28096              
28097              (Fix compilation error following change #24702)
28098      Branch: perl
28099            ! ext/IO/IO.xs
28100 ____________________________________________________________________________
28101 [ 24712] By: steveh                                on 2005/06/06  07:47:06
28102         Log: We still need an "i" in the PERL_IMPLICIT_SYS case
28103              
28104              (Fix compilation error following change #24689)
28105      Branch: perl
28106            ! sv.c
28107 ____________________________________________________________________________
28108 [ 24711] By: merijn                                on 2005/06/06  06:18:51
28109         Log: Subject: [PATCH] Tru64: allow creating perl.pixie even with optimized Perl
28110              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
28111              Date: Sun, 05 Jun 2005 18:28:08 +0300
28112              Message-ID: <42A31A08.3070601@gmail.com>
28113      Branch: perl
28114            ! Makefile.SH
28115 ____________________________________________________________________________
28116 [ 24710] By: merijn                                on 2005/06/06  06:01:30
28117         Log: Subject: [PATCH] Re: blead attribute warnings, cygwin + gcc 3.4.1
28118              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
28119              Date: Sun, 5 Jun 2005 20:43:55 -0700
28120              Message-ID: <20050606034354.GA1456@efn.org>
28121      Branch: perl
28122            ! cygwin/cygwin.c
28123 ____________________________________________________________________________
28124 [ 24709] By: rgs                                   on 2005/06/05  11:35:48
28125         Log: New test for getppid(), by Alexey Tourbin
28126      Branch: perl
28127            + t/op/getppid.t
28128            ! MANIFEST
28129 ____________________________________________________________________________
28130 [ 24708] By: rgs                                   on 2005/06/05  11:14:41
28131         Log: Subject: PATCH for [perl #36043] '@foo = sort { $a <=> $b } @bar' uses too much memory
28132              From: Salvador Fandiño <sfandino@yahoo.com>
28133              Date: Jun 5, 2005 4:25 AM
28134              Message-ID: <20050605022436.21982.qmail@lists.develooper.com>
28135      Branch: perl
28136            ! pp_sort.c
28137 ____________________________________________________________________________
28138 [ 24707] By: ams                                   on 2005/06/05  03:55:11
28139         Log: Subject: [PATCH] Fix minor bummer in 24706
28140              From: Andy Lester <andy@petdance.com>
28141              Date: Sat, 4 Jun 2005 23:09:04 -0500
28142              Message-Id: <20050605040904.GA27783@petdance.com>
28143      Branch: perl
28144            ! utf8.c
28145 ____________________________________________________________________________
28146 [ 24706] By: rgs                                   on 2005/06/04  16:55:27
28147         Log: Subject: [PATCH] further speeding up of is_utf8_string()
28148              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
28149              Date: Sat, 04 Jun 2005 13:40:15 +0300
28150              Message-ID: <42A1850F.4040109@gmail.com>
28151      Branch: perl
28152            + t/op/chr.t
28153            ! MANIFEST embed.fnc embed.h global.sym proto.h utf8.c
28154 ____________________________________________________________________________
28155 [ 24705] By: rgs                                   on 2005/06/04  16:49:33
28156         Log: Silence a const warning
28157      Branch: perl
28158            ! sv.c
28159 ____________________________________________________________________________
28160 [ 24704] By: rgs                                   on 2005/06/04  16:06:38
28161         Log: Improve FindBin discovery of current directory, based on :
28162              
28163              Subject: FindBin.pm: incomplete getcwd/cwd patch? (#24375, #24379)
28164              From: José Pedro Oliveira <jpo@di.uminho.pt>
28165              Date: Thu, 12 May 2005 20:36:48 +0100
28166              Message-ID: <4283B050.6080805@di.uminho.pt>
28167              
28168              Plus POD fixes
28169      Branch: perl
28170            ! lib/FindBin.pm
28171 ____________________________________________________________________________
28172 [ 24703] By: rgs                                   on 2005/06/04  07:16:11
28173         Log: Simplify the getppid code, by Alexey Tourbin
28174      Branch: perl
28175            ! pp_sys.c
28176 ____________________________________________________________________________
28177 [ 24702] By: rgs                                   on 2005/06/03  22:22:43
28178         Log: Subject: [PATCH] Consting IO and Devel::Peek
28179              From: Andy Lester <andy@petdance.com>
28180              Reply-To: Perl 5 Porters <perl5-porters@perl.org>
28181              Message-ID: <20050531212621.GA12117@petdance.com>
28182      Branch: perl
28183            ! ext/Devel/Peek/Peek.xs ext/IO/IO.xs
28184 ____________________________________________________________________________
28185 [ 24701] By: rgs                                   on 2005/06/03  22:07:57
28186         Log: Subject: [PATCH] Clean up UNI* macros in toke.c
28187              From: Andy Lester <andy@petdance.com>
28188              Date: Jun 3, 2005 7:14 PM
28189              Message-ID: <20050603171448.GA5834@petdance.com>
28190      Branch: perl
28191            ! toke.c
28192 ____________________________________________________________________________
28193 [ 24700] By: rgs                                   on 2005/06/03  21:48:16
28194         Log: Subject: B::Concise torture
28195              From: Jim Cromie <jcromie@divsol.com>
28196              Date: Jun 2, 2005 6:36 AM
28197              Message-ID: <429E8CBE.406@divsol.com>
28198              (with formatting nits)
28199      Branch: perl
28200            ! ext/B/B/Concise.pm ext/B/t/concise-xs.t ext/B/t/concise.t
28201 ____________________________________________________________________________
28202 [ 24699] By: rgs                                   on 2005/06/03  21:07:03
28203         Log: Subject: Re: [PATCH] Improved ICMP_UNREACHABLE handling in Net::Ping
28204              From: Gisle Aas <gisle@activestate.com>
28205              Date: 03 Jun 2005 09:17:44 -0700
28206              Message-ID: <lry89rfm8n.fsf_-_@caliper.activestate.com>
28207      Branch: perl
28208            ! lib/Net/Ping.pm
28209 ____________________________________________________________________________
28210 [ 24698] By: nicholas                              on 2005/06/03  12:00:01
28211         Log: Use newSVhek in the cloning code.
28212      Branch: perl
28213            ! sv.c
28214 ____________________________________________________________________________
28215 [ 24697] By: nicholas                              on 2005/06/03  11:06:36
28216         Log: Use newSVhek where we're generating SVs from package names
28217      Branch: perl
28218            ! op.c pp.c sv.c toke.c
28219 ____________________________________________________________________________
28220 [ 24696] By: nicholas                              on 2005/06/03  10:03:21
28221         Log: s/newSVpv_hek/newSVhek/g; # Lousy choice of name
28222      Branch: perl
28223            ! embed.fnc embed.h hv.c proto.h sv.c
28224 ____________________________________________________________________________
28225 [ 24694] By: rgs                                   on 2005/06/03  09:57:26
28226         Log: Bump version number
28227      Branch: perl
28228            ! ext/Devel/DProf/DProf.pm
28229 ____________________________________________________________________________
28230 [ 24693] By: rgs                                   on 2005/06/03  09:52:21
28231         Log: Subject: Re: [perl #35977] perlbug AutoReply: Devel::DProf "unstacked calls in outer"
28232              From: Duncan Findlay <duncf@debian.org>
28233              Date: Wed, 1 Jun 2005 12:18:08 -0400
28234              Message-ID: <20050601161808.GA17294@duncf.mine.nu>
28235      Branch: perl
28236            ! utils/dprofpp.PL
28237 ____________________________________________________________________________
28238 [ 24692] By: nicholas                              on 2005/06/03  09:37:21
28239         Log: Create newSVpv_hek to reduce code duplication where HEKs need to be
28240              turned into SVs
28241      Branch: perl
28242            ! embed.fnc embed.h global.sym hv.c sv.c
28243 ____________________________________________________________________________
28244 [ 24691] By: rgs                                   on 2005/06/03  09:29:36
28245         Log: POD fixes
28246      Branch: perl
28247            ! pod/perlfunc.pod
28248 ____________________________________________________________________________
28249 [ 24690] By: rgs                                   on 2005/06/03  08:37:42
28250         Log: Subject: Re: Should while ( <$fh> ) and while (< $fh >) do the same thing?
28251              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
28252              Date: Thu, 2 Jun 2005 11:49:11 -0700
28253              Message-ID: <20050602184911.GA3292@efn.org>
28254      Branch: perl
28255            ! pod/perlop.pod
28256 ____________________________________________________________________________
28257 [ 24689] By: rgs                                   on 2005/06/03  08:31:26
28258         Log: Subject: [PATCH] Random consting
28259              From: Andy Lester <andy@petdance.com>
28260              Date: Thu, 2 Jun 2005 12:19:43 -0500
28261              Message-ID: <20050602171943.GA16553@petdance.com>
28262      Branch: perl
28263            ! doio.c dump.c embed.fnc embed.h global.sym gv.c hv.c malloc.c
28264            ! perl.c perlio.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
28265            ! util.c
28266 ____________________________________________________________________________
28267 [ 24688] By: steveh                                on 2005/06/03  08:12:45
28268         Log: Subject: [PATCH] Run ICMP ping tests on Windows as long as we have admin privs
28269              From: "Jan Dubois" <jand@ActiveState.com>
28270              Date: Mon, 18 Apr 2005 20:16:24 -0700
28271              Message-Id: <200504190311.j3J3BM4p001792@smtp3.ActiveState.com>
28272              
28273              Subject: RE: [PATCH] Run ICMP ping tests on Windows as long as we have admin privs
28274              From: "Jan Dubois" <jand@ActiveState.com>
28275              Date: Tue, 19 Apr 2005 01:49:51 -0700
28276              Message-Id: <200504190844.j3J8inkW032630@smtp3.ActiveState.com>
28277              
28278              (There was no reply from Rob Brown in over a month, so commit to blead
28279              for now.  I'll email him again...)
28280      Branch: perl
28281            ! lib/Net/Ping.pm lib/Net/Ping/t/110_icmp_inst.t
28282            ! lib/Net/Ping/t/500_ping_icmp.t
28283 ____________________________________________________________________________
28284 [ 24687] By: rgs                                   on 2005/06/03  08:08:25
28285         Log: Subject: [PATCH] speed up is_utf8_char()
28286              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
28287              Date: Thu, 02 Jun 2005 21:52:46 +0300
28288              Message-ID: <429F557E.3090007@gmail.com>
28289      Branch: perl
28290            ! utf8.c utf8.h
28291 ____________________________________________________________________________
28292 [ 24686] By: rgs                                   on 2005/06/03  08:04:25
28293         Log: Subject: [PATCH] Quotes in pod/*.pod
28294              From: Andy Lester <andy@petdance.com>
28295              Date: Thu, 2 Jun 2005 16:19:54 -0500
28296              Message-ID: <20050602211954.GA22107@petdance.com>
28297      Branch: perl
28298            ! Porting/pumpkin.pod README.cygwin README.hurd README.mint
28299            ! README.os390 README.vmesa pod/perlfaq.pod pod/perlfaq3.pod
28300            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod
28301            ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlgpl.pod
28302            ! pod/perlhack.pod pod/perlipc.pod pod/perllocale.pod
28303            ! pod/perlport.pod pod/perlre.pod pod/perlref.pod
28304            ! pod/perlthrtut.pod
28305 ____________________________________________________________________________
28306 [ 24685] By: rgs                                   on 2005/06/03  07:59:48
28307         Log: Indent fix
28308      Branch: perl
28309            ! pod/perlfaq7.pod
28310 ____________________________________________________________________________
28311 [ 24684] By: rgs                                   on 2005/06/03  07:58:10
28312         Log: FAQ sync
28313      Branch: perl
28314            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
28315            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
28316            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
28317 ____________________________________________________________________________
28318 [ 24683] By: rgs                                   on 2005/06/03  07:45:21
28319         Log: Subject: [PATCH] symbian/xsbuild.pl
28320              From: <jarkko.hietaniemi@nokia.com>
28321              Date: Fri, 3 Jun 2005 11:00:01 +0300
28322              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A225@esebe105.NOE.Nokia.com>
28323      Branch: perl
28324            ! symbian/xsbuild.pl
28325 ____________________________________________________________________________
28326 [ 24682] By: rgs                                   on 2005/06/03  07:43:52
28327         Log: Subject: [PATCH] SvPVX_const() - patch #4
28328              From: Steve Peters <steve@fisharerojo.org>
28329              Date: Thu, 2 Jun 2005 13:41:35 -0500
28330              Message-ID: <20050602184135.GA13682@mccoy.peters.homeunix.org>
28331      Branch: perl
28332            ! embed.fnc pod/perlapi.pod proto.h regcomp.c regexec.c sv.c
28333 ____________________________________________________________________________
28334 [ 24681] By: rgs                                   on 2005/06/02  16:44:51
28335         Log: Subject: Re: [patch] teach B::Concise to see XS code
28336              From: Jim Cromie <jcromie@divsol.com>
28337              Date: Wed, 01 Jun 2005 08:01:17 -0600
28338              Message-ID: <429DBFAD.1090308@divsol.com>
28339      Branch: perl
28340            ! ext/B/B/Concise.pm ext/B/t/concise.t
28341 ____________________________________________________________________________
28342 [ 24680] By: nicholas                              on 2005/06/02  16:40:58
28343         Log: Integrate perl587delta.pod, the changes in perlhist.pod, and update
28344              the relevant makefiles and tables-of-contents to reflect this.
28345      Branch: perl
28346           +> pod/perl587delta.pod
28347           !> MANIFEST Makefile.SH pod.lst pod/perl.pod pod/perlhist.pod
28348           !> pod/perltoc.pod vms/descrip_mms.template win32/Makefile
28349           !> win32/makefile.mk win32/pod.mak
28350 ____________________________________________________________________________
28351 [ 24679] By: steveh                                on 2005/06/02  15:57:13
28352         Log: Subject: DynaLoader dl_unload_file for win32 ( dl_win32.xs )
28353              From: DH <crazyinsomniac@yahoo.com>
28354              Date: Tue, 31 May 2005 08:33:27 -0700 (PDT)
28355              Message-ID: <20050531153327.85145.qmail@unknown-209-73-178-237.yahoo.com>
28356              
28357              (with a couple of minor tweaks)
28358      Branch: perl
28359            ! win32/dl_win32.xs
28360 ____________________________________________________________________________
28361 [ 24678] By: nicholas                              on 2005/06/02  15:10:54
28362         Log: Dave can see a better way of doing the rounding.
28363      Branch: perl
28364            ! handy.h
28365 ____________________________________________________________________________
28366 [ 24677] By: nicholas                              on 2005/06/02  14:42:20
28367         Log: 24672 is innocent. valgrind + perl's malloc considered harmful.
28368      Branch: perl
28369            ! toke.c
28370 ____________________________________________________________________________
28371 [ 24676] By: nicholas                              on 2005/06/02  13:36:01
28372         Log: Changes 24660 and 24665 both introduced errors into the USEMYMALLOC
28373              code. Plus change 24672 appears to break under USEMYMALLOC, so revert
28374              it for now.
28375      Branch: perl
28376            ! hv.c sv.c toke.c
28377 ____________________________________________________________________________
28378 [ 24675] By: rgs                                   on 2005/06/02  11:19:02
28379         Log: Upgrade to ExtUtils::CBuilder 0.12 and ExtUtils::ParseXS 2.10
28380      Branch: perl
28381            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
28382            ! lib/ExtUtils/CBuilder/Platform/Unix.pm
28383            ! lib/ExtUtils/CBuilder/Platform/VMS.pm
28384            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
28385            ! lib/ExtUtils/CBuilder/Platform/aix.pm
28386            ! lib/ExtUtils/CBuilder/Platform/cygwin.pm
28387            ! lib/ExtUtils/CBuilder/Platform/darwin.pm
28388            ! lib/ExtUtils/CBuilder/Platform/os2.pm lib/ExtUtils/ParseXS.pm
28389 ____________________________________________________________________________
28390 [ 24674] By: rgs                                   on 2005/06/02  09:39:26
28391         Log: CPP typo fix (by Dominic Dunlop)
28392      Branch: perl
28393            ! perl.c
28394 ____________________________________________________________________________
28395 [ 24673] By: nicholas                              on 2005/06/02  09:29:48
28396         Log: Oops. My maths was too generous (by 1).
28397      Branch: perl
28398            ! handy.h
28399 ____________________________________________________________________________
28400 [ 24672] By: nicholas                              on 2005/06/02  09:24:17
28401         Log: Avoid duplicate calls to PAD_COMPNAME_OURSTASH, which is an expensive
28402              macro.
28403      Branch: perl
28404            ! toke.c
28405 ____________________________________________________________________________
28406 [ 24671] By: rgs                                   on 2005/06/02  09:06:39
28407         Log: Fix changed diagnostic
28408      Branch: perl
28409            ! pod/perldiag.pod
28410 ____________________________________________________________________________
28411 [ 24670] By: ams                                   on 2005/06/02  08:44:41
28412         Log: Subject: [PATCH] SvPVX_const() - part 3 ... and const'ing Storable
28413              From: Steve Peters <steve@fisharerojo.org>
28414              Date: Tue, 31 May 2005 09:55:43 -0500
28415              Message-Id: <20050531145543.GA8051@mccoy.peters.homeunix.org>
28416      Branch: perl
28417            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
28418            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
28419            ! ext/PerlIO/encoding/encoding.xs ext/PerlIO/via/via.xs
28420            ! ext/Storable/Storable.xs pp_hot.c pp_pack.c pp_sys.c scope.c
28421 ____________________________________________________________________________
28422 [ 24669] By: rgs                                   on 2005/06/02  08:17:29
28423         Log: Subject: [PATCH] use lengths in sv_setpv() calls
28424              From: Andy Lester <andy@petdance.com>
28425              Date: Wed, 1 Jun 2005 23:16:56 -0500
28426              Message-ID: <20050602041656.GA3000@petdance.com>
28427      Branch: perl
28428            ! gv.c sv.c util.c
28429 ____________________________________________________________________________
28430 [ 24668] By: merijn                                on 2005/06/02  08:02:23
28431         Log: New HW model; more on threads for 10.20
28432      Branch: perl
28433            ! README.hpux
28434 ____________________________________________________________________________
28435 [ 24667] By: merijn                                on 2005/06/02  07:52:09
28436         Log: HP-UX specific #pragma entered in #23890 is not supported
28437              on HP-UX 10.20 and older
28438      Branch: perl
28439            ! perl.c
28440 ____________________________________________________________________________
28441 [ 24666] By: merijn                                on 2005/06/02  07:39:30
28442         Log: Subject: [PATCH] Quotes fixed, see also perl #36079
28443              From: Andy Lester <andy@petdance.com>
28444              Date: Thu, 2 Jun 2005 00:02:38 -0500
28445              Message-ID: <20050602050238.GA4001@petdance.com>
28446      Branch: perl
28447            ! av.c doio.c gv.c malloc.c perl.c perl.h perly.c
28448            ! pod/perldiag.pod pp_sort.c pp_sys.c regcomp.c regexec.c
28449            ! scope.h thrdvar.h toke.c util.c
28450 ____________________________________________________________________________
28451 [ 24665] By: nicholas                              on 2005/06/01  20:46:02
28452         Log: Round up all string length requests to malloc()/realloc() to the next
28453              multiple of 4/8 bytes [sizeof(size_t)] on the assumption that malloc()
28454              internally will quantise, and so we're going to use space that
28455              otherwise would be wasted. Hopefully this will save realloc()ing.
28456      Branch: perl
28457            ! ext/Devel/Peek/t/Peek.t handy.h perl.h sv.c
28458 ____________________________________________________________________________
28459 [ 24664] By: nicholas                              on 2005/06/01  20:42:29
28460         Log: I think SvCUR() was intended rather than SvLEN()
28461      Branch: perl
28462            ! ext/Storable/Storable.xs
28463 ____________________________________________________________________________
28464 [ 24663] By: nicholas                              on 2005/06/01  15:40:57
28465         Log: We don't have XRVs any more, so remove the typedef
28466      Branch: perl
28467            ! perl.h
28468 ____________________________________________________________________________
28469 [ 24662] By: nicholas                              on 2005/06/01  15:23:02
28470         Log: Zero-ing the new HV array is pointless, as we write to every element.
28471              Also avoid calling into he_dup when the HE is 0, to save the function
28472              call overhead.
28473      Branch: perl
28474            ! sv.c
28475 ____________________________________________________________________________
28476 [ 24661] By: nicholas                              on 2005/06/01  15:08:02
28477         Log: As PERL_HV_ARRAY_ALLOC_BYTES is bytes, not items, the type should be
28478              char rather than HE *. Bug was harmless, overallocating by a factor
28479              of sizeof(HE *)
28480      Branch: perl
28481            ! hv.c
28482 ____________________________________________________________________________
28483 [ 24660] By: nicholas                              on 2005/06/01  14:33:14
28484         Log: Store the xhv_aux structure after the main array.
28485              This reduces the size of HV bodies from 24 to 20 bytes on a 32 bit
28486              build. It has the side effect of defined %symbol_table:: now always
28487              being true. defined %hash is already deprecated.
28488      Branch: perl
28489            ! hv.c hv.h sv.c sv.h t/op/magic.t
28490 ____________________________________________________________________________
28491 [ 24659] By: nicholas                              on 2005/06/01  14:28:38
28492         Log: If we're building config_heavy.pl somewhere else, then we need to
28493              require it, not something (or maybe nothing) in the correct place.
28494      Branch: perl
28495            ! configpm
28496 ____________________________________________________________________________
28497 [ 24658] By: rgs                                   on 2005/06/01  14:16:32
28498         Log: Revert change #24656
28499      Branch: perl
28500            ! Makefile.SH
28501 ____________________________________________________________________________
28502 [ 24657] By: nicholas                              on 2005/06/01  09:19:46
28503         Log: Following the head refactoring, the Newz doesn't clear the SvPVX
28504              So PL_mess_sv contained an uninitialised value.
28505      Branch: perl
28506            ! util.c
28507 ____________________________________________________________________________
28508 [ 24656] By: rgs                                   on 2005/06/01  09:12:37
28509         Log: Subject: [PATCH] eliminate always running mktables
28510              From: Robin Barker <Robin.Barker@npl.co.uk>
28511              Date: Wed, 1 Jun 2005 09:55:16 +0100 
28512              Message-ID: <533D273D4014D411AB1D00062938C4D90849C6B8@hotel.npl.co.uk>
28513      Branch: perl
28514            ! Makefile.SH
28515 ____________________________________________________________________________
28516 [ 24655] By: rgs                                   on 2005/06/01  09:09:35
28517         Log: Don't touch lib/ExtUtils/Miniperl.pm when rebuild identically
28518      Branch: perl
28519            ! Makefile.SH
28520 ____________________________________________________________________________
28521 [ 24654] By: rgs                                   on 2005/06/01  08:18:46
28522         Log: Subject: [PATCH] Re: [patch] teach B::Concise to see XS code
28523              From: Stephen McCamant <smcc@mit.edu>
28524              Date: Sat, 21 May 2005 21:52:31 -0700
28525              Message-ID: <17040.4111.265639.434150@apocalypse.OCF.Berkeley.EDU>
28526              
28527              Correctly nullify CvSTART when undef'ing a CV
28528      Branch: perl
28529            ! op.c
28530 ____________________________________________________________________________
28531 [ 24653] By: rgs                                   on 2005/06/01  07:56:50
28532         Log: Subject: Re: [patch] teach B::Concise to see XS code
28533              From: Jim Cromie <jcromie@divsol.com>
28534              Date: Sat, 21 May 2005 09:24:24 -0600
28535              Message-ID: <428F52A8.20702@divsol.com>
28536      Branch: perl
28537            + ext/B/t/concise-xs.t
28538            ! MANIFEST ext/B/B/Concise.pm ext/B/t/concise.t
28539 ____________________________________________________________________________
28540 [ 24652] By: rgs                                   on 2005/06/01  07:39:38
28541         Log: Subject: [PATCH] Speed up lib/unicore/mktables by 45%
28542              From: Andy Lester <andy@petdance.com>
28543              Date: Tue, 31 May 2005 12:39:00 -0500
28544              Message-ID: <20050531173900.GA9820@petdance.com>
28545      Branch: perl
28546            ! lib/unicore/mktables
28547 ____________________________________________________________________________
28548 [ 24651] By: rgs                                   on 2005/05/31  20:34:44
28549         Log: Remove duplicated line
28550      Branch: perl
28551            ! lib/Module/CoreList.pm
28552 ____________________________________________________________________________
28553 [ 24650] By: rgs                                   on 2005/05/31  20:31:55
28554         Log: Upgrade to Module::CoreList 2.02
28555      Branch: perl
28556            ! lib/Module/CoreList.pm
28557 ____________________________________________________________________________
28558 [ 24649] By: nicholas                              on 2005/05/31  12:03:30
28559         Log: Attempt 2 at a diet memory layout can go live.
28560      Branch: perl
28561            ! av.h hv.h
28562 ____________________________________________________________________________
28563 [ 24648] By: nicholas                              on 2005/05/31  10:40:01
28564         Log: Avoid updating a variable in a loop.
28565              Only calculate the number of links in a hash bucket chain if we really
28566              need it.
28567      Branch: perl
28568            ! hv.c
28569 ____________________________________________________________________________
28570 [ 24646] By: nicholas                              on 2005/05/31  10:02:12
28571         Log: Avoid updating a variable in the loop
28572      Branch: perl
28573            ! hv.c
28574 ____________________________________________________________________________
28575 [ 24645] By: rgs                                   on 2005/05/31  09:13:34
28576         Log: Subject: [PATCH] ByteLoader.xs cleanup
28577              From: Andy Lester <andy@petdance.com>
28578              Date: Mon, 30 May 2005 22:28:36 -0500
28579              Message-ID: <20050531032836.GA32198@petdance.com>
28580      Branch: perl
28581            ! ext/ByteLoader/ByteLoader.xs
28582 ____________________________________________________________________________
28583 [ 24644] By: merijn                                on 2005/05/31  05:41:24
28584         Log: Add DECC to the symbol list
28585              Subject: [PATCH]lette Re: updated tru64 cc [PATCH]es (Re: [PATCH]es: Tru64/blead)
28586              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
28587              Date: Mon, 30 May 2005 16:33:15 -0700
28588              Message-ID: <20050530233315.GA3088@efn.org>
28589      Branch: perl
28590            ! Configure
28591 ____________________________________________________________________________
28592 [ 24642] By: davem                                 on 2005/05/30  23:37:15
28593         Log: add pointer to email explaining why eval {goto &foo} is banned
28594      Branch: perl
28595            ! pp_ctl.c
28596 ____________________________________________________________________________
28597 [ 24638] By: nicholas                              on 2005/05/30  21:02:34
28598         Log: Change the logic to avoid needing to set a variable during the loop
28599      Branch: perl
28600            ! hv.c
28601 ____________________________________________________________________________
28602 [ 24633] By: nicholas                              on 2005/05/30  13:01:27
28603         Log: Various HvPLACEHOLDERS() that should be HvPLACEHOLDERS_get()
28604      Branch: perl
28605            ! hv.c
28606 ____________________________________________________________________________
28607 [ 24631] By: rgs                                   on 2005/05/30  11:54:23
28608         Log: Upgrade to PathTools 3.08
28609      Branch: perl
28610            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
28611 ____________________________________________________________________________
28612 [ 24630] By: merijn                                on 2005/05/30  11:07:45
28613         Log: gcc hints were not yet applied to gcc-4.x
28614              Now they are
28615      Branch: perl
28616            ! hints/hpux.sh
28617 ____________________________________________________________________________
28618 [ 24629] By: rgs                                   on 2005/05/30  11:07:15
28619         Log: Subject: [perl #36037] Perl 5.8.7-RC1 build problems on LynxOS 
28620              From: Olli Savia (via RT) <perlbug-followup@perl.org>
28621              Date: 30 May 2005 10:59:35 -0000
28622              Message-ID: <rt-3.0.11-36037-113779.5.23037641993746@perl.org>
28623      Branch: perl
28624            ! util.c
28625 ____________________________________________________________________________
28626 [ 24628] By: merijn                                on 2005/05/30  10:28:06
28627         Log: regen after #24627
28628      Branch: perl
28629            ! perlapi.h
28630 ____________________________________________________________________________
28631 [ 24627] By: merijn                                on 2005/05/30  10:19:09
28632         Log: Subject: Re: updated tru64 cc [PATCH]es (Re: [PATCH]es: Tru64/blead)
28633              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
28634              Date: Mon, 30 May 2005 09:15:56 +0300
28635              Message-ID: <429AAF9C.30503@gmail.com>
28636      Branch: perl
28637            ! embed.pl ext/DynaLoader/dl_dlopen.xs perl.h sv.c
28638 ____________________________________________________________________________
28639 [ 24626] By: rgs                                   on 2005/05/30  08:54:51
28640         Log: Subject: [PATCH] Teeny optimization in S_hv_magic_check
28641              From: Andy Lester <andy@petdance.com>
28642              Date: Tue, 24 May 2005 11:41:15 -0500
28643              Message-ID: <20050524164115.GA12027@petdance.com>
28644      Branch: perl
28645            ! hv.c
28646 ____________________________________________________________________________
28647 [ 24625] By: rgs                                   on 2005/05/30  08:48:12
28648         Log: Subject: [PATCH] More embed.fnc strictures, plus consting and localizing
28649              From: Andy Lester <andy@petdance.com>
28650              Date: Tue, 24 May 2005 11:47:22 -0500
28651              Message-ID: <20050524164722.GC12027@petdance.com>
28652              
28653              Subject: [PATCH] Remove unused casts
28654              From: Andy Lester <andy@petdance.com>
28655              Date: Tue, 24 May 2005 11:42:18 -0500
28656              Message-ID: <20050524164218.GB12027@petdance.com>
28657      Branch: perl
28658            ! embed.fnc op.c pp_sys.c proto.h regcomp.c regexec.c scope.c
28659            ! sv.c
28660 ____________________________________________________________________________
28661 [ 24624] By: rgs                                   on 2005/05/30  08:11:30
28662         Log: Minor grammar fix by Uri Guttman
28663      Branch: perl
28664            ! pod/perlre.pod
28665 ____________________________________________________________________________
28666 [ 24623] By: rgs                                   on 2005/05/30  08:08:47
28667         Log: Subject: [PATCH] perlrun.pod -w description typo
28668              From: Offer Kaye <offer.kaye@gmail.com>
28669              Date: Mon, 30 May 2005 11:27:38 +0300
28670              Message-ID: <569425050530012768a9baca@mail.gmail.com>
28671      Branch: perl
28672            ! pod/perlrun.pod
28673 ____________________________________________________________________________
28674 [ 24622] By: rgs                                   on 2005/05/30  07:45:09
28675         Log: Subject: [PATCH] Minor warning squashings
28676              From: Andy Lester <andy@petdance.com>
28677              Date: Sun, 29 May 2005 00:19:06 -0500
28678              Message-Id: <740ea3aca85400c6d03e945323badad4@petdance.com>
28679              
28680              Subject: [PATCH] Consting in Opcode.xs
28681              From: Andy Lester <andy@petdance.com>
28682              Date: Sun, 29 May 2005 11:23:50 -0500
28683              Message-ID: <20050529162350.GA13965@petdance.com>
28684              
28685              Subject: [PATCH] consting attrs.xs
28686              From: Andy Lester <andy@petdance.com>
28687              Date: Sun, 29 May 2005 14:15:46 -0500
28688              Message-ID: <20050529191546.GA15581@petdance.com>
28689              
28690              Subject: [PATCH] consting B.xs
28691              From: Andy Lester <andy@petdance.com>
28692              Date: Sun, 29 May 2005 15:09:24 -0500
28693              Message-ID: <20050529200924.GA15873@petdance.com>
28694      Branch: perl
28695            ! embed.fnc ext/B/B.xs ext/Opcode/Opcode.xs ext/attrs/attrs.xs
28696            ! perlio.c pp_sys.c proto.h regcomp.c utf8.c
28697 ____________________________________________________________________________
28698 [ 24621] By: nicholas                              on 2005/05/30  07:43:05
28699         Log: Need a cast to avoid a compiler warning.
28700      Branch: perl
28701            ! ext/ByteLoader/bytecode.h
28702 ____________________________________________________________________________
28703 [ 24619] By: nicholas                              on 2005/05/29  19:35:38
28704         Log: Goodbye xav_arylen. You won't be missed that much.
28705              So now there's a buy 5 get one free offer on PVAV bodies.
28706      Branch: perl
28707            ! av.c av.h dump.c embed.fnc global.sym perl.h pp.c proto.h sv.c
28708 ____________________________________________________________________________
28709 [ 24618] By: ams                                   on 2005/05/29  18:07:37
28710         Log: Subject: [PATCH configure.com] compiler awareness week
28711              From: "Craig A. Berry" <craigberry@mac.com>
28712              Date: Sun, 29 May 2005 12:43:09 -0500
28713              Message-Id: <4299FF2D.90209@mac.com>
28714      Branch: perl
28715            ! configure.com
28716 ____________________________________________________________________________
28717 [ 24617] By: nicholas                              on 2005/05/29  17:46:39
28718         Log: Change the IV to a union.
28719              Revert the NV union back to a plain NV
28720              Transpose the positions of IV and NV (NV is now first)
28721              Don't allocate the NV for PV,PVIV,PVAV and PVHV (last 2 non-allocations
28722              currently disabled by default)
28723      Branch: perl
28724            ! av.h cv.h hv.h intrpvar.h sv.c sv.h
28725 ____________________________________________________________________________
28726 [ 24615] By: nicholas                              on 2005/05/29  14:24:17
28727         Log: Teach buildtoc about README.openbsd, and regenerate various makefiles.
28728      Branch: perl
28729            ! pod.lst pod/perl.pod vms/descrip_mms.template win32/Makefile
28730            ! win32/makefile.mk
28731 ____________________________________________________________________________
28732 [ 24614] By: nicholas                              on 2005/05/29  14:23:32
28733         Log: Restort into bulidtoc's preferred order
28734      Branch: perl
28735            ! MANIFEST
28736 ____________________________________________________________________________
28737 [ 24613] By: ams                                   on 2005/05/29  04:45:05
28738         Log: Subject: [PATCH] VMS build update for blead
28739              From: "Craig A. Berry" <craigberry@mac.com>
28740              Date: Sat, 28 May 2005 23:18:46 -0500
28741              Message-Id: <429942A6.10601@mac.com>
28742      Branch: perl
28743            ! doio.c perly.c vms/descrip_mms.template vms/gen_shrfls.pl
28744            ! vms/vms.c vms/vmsish.h
28745 ____________________________________________________________________________
28746 [ 24612] By: ams                                   on 2005/05/28  14:40:32
28747         Log: Subject: [PATCH] Re: t/uni/class.t has a lot to warn about
28748              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
28749              Date: Sat, 28 May 2005 11:47:47 +0300
28750              Message-Id: <42983033.5050509@gmail.com>
28751      Branch: perl
28752            ! t/uni/class.t
28753 ____________________________________________________________________________
28754 [ 24610] By: merijn                                on 2005/05/27  19:22:39
28755         Log: Subject: Re: [PATCH] Do not install change logs, READMEs, etc...
28756              From: Michael G Schwern <schwern@pobox.com>
28757              Date: Fri, 27 May 2005 12:33:27 -0700
28758              Message-ID: <20050527193327.GC17504@windhund.schwern.org>
28759      Branch: perl
28760            ! installperl
28761 ____________________________________________________________________________
28762 [ 24609] By: nicholas                              on 2005/05/27  18:54:36
28763         Log: In assert(), we mustn't stringify the message as part of the first
28764              argument to croak, as it's a *printf format, and the thing we're
28765              asserting might itself contain % signs.
28766              Also, as __FILE__ is a string, we can append that to the format,
28767              rather than needing a %s for it.
28768      Branch: perl
28769            ! perl.h
28770 ____________________________________________________________________________
28771 [ 24608] By: nicholas                              on 2005/05/27  18:20:26
28772         Log: is() is better than ok()
28773      Branch: perl
28774            ! t/op/each.t
28775 ____________________________________________________________________________
28776 [ 24607] By: steveh                                on 2005/05/27  16:22:59
28777         Log: Fix failing Cwd tests on Win32
28778              
28779              Patch was posted to Ken previously
28780              
28781              (see http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-05/msg00226.html)
28782              
28783              but no reply as yet.  I'll mail him again...
28784      Branch: perl
28785            ! lib/Cwd.pm
28786 ____________________________________________________________________________
28787 [ 24606] By: steveh                                on 2005/05/27  16:15:41
28788         Log: Skip signals and core dump tests on Win32
28789              
28790              See http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-05/msg00749.html
28791      Branch: perl
28792            ! t/run/exit.t
28793 ____________________________________________________________________________
28794 [ 24605] By: steveh                                on 2005/05/27  15:54:09
28795         Log: Fix more Win32 linker errors caused by change 24561
28796              
28797              Apparently sys_intern_init and sys_intern_clear are required even for
28798              non-threaded builds on Win32.
28799      Branch: perl
28800            ! embed.fnc embed.h proto.h
28801 ____________________________________________________________________________
28802 [ 24596] By: merijn                                on 2005/05/27  10:20:54
28803         Log: Subject: [PATCH] Do not install change logs, READMEs, etc...
28804              From: Michael G Schwern <schwern@pobox.com>
28805              Date: Thu, 26 May 2005 13:43:05 -0700
28806              Message-ID: <20050526204305.GH11558@windhund.schwern.org>
28807      Branch: perl
28808            ! installperl
28809 ____________________________________________________________________________
28810 [ 24595] By: merijn                                on 2005/05/27  10:06:25
28811         Log: Subject: [PATCH] add PERL_CALLCONV to PERL_CKDEF and PERL_PPDEF
28812              From: <jarkko.hietaniemi@nokia.com>
28813              Date: Fri, 27 May 2005 13:15:36 +0300
28814              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A1CD@esebe105.NOE.Nokia.com>
28815      Branch: perl
28816            ! perl.h
28817 ____________________________________________________________________________
28818 [ 24594] By: nicholas                              on 2005/05/27  09:18:26
28819         Log: Get the HEK once only in the hot code (class method calls)
28820      Branch: perl
28821            ! hv.h pp_hot.c
28822 ____________________________________________________________________________
28823 [ 24593] By: rgs                                   on 2005/05/27  07:44:07
28824         Log: Subject: [PATCH] Re: [perl #35420] localtime corruption
28825              From: Michael G Schwern <schwern@pobox.com>
28826              Date: Thu, 26 May 2005 13:39:38 -0700
28827              Message-ID: <20050526203938.GG11558@windhund.schwern.org>
28828      Branch: perl
28829            ! pod/perlfunc.pod pod/perlport.pod
28830 ____________________________________________________________________________
28831 [ 24592] By: rgs                                   on 2005/05/27  07:04:46
28832         Log: Subject: [PATCH] Documentation nits and fixes for Sv*_set() macros
28833              From: Steve Peters <steve@fisharerojo.org>
28834              Date: Thu, 26 May 2005 14:58:50 -0500
28835              Message-ID: <20050526195850.GA1308@mccoy.peters.homeunix.org>
28836      Branch: perl
28837            ! pod/perlapi.pod sv.h
28838 ____________________________________________________________________________
28839 [ 24591] By: steveh                                on 2005/05/26  16:56:03
28840         Log: Fix some Win32 link errors
28841      Branch: perl
28842            ! global.sym makedef.pl proto.h
28843 ____________________________________________________________________________
28844 [ 24590] By: nicholas                              on 2005/05/26  16:07:20
28845         Log: Rename the members of the SV head union to avoid pre-processor
28846              arguments with embed.h
28847      Branch: perl
28848            ! av.h hv.h sv.c sv.h
28849 ____________________________________________________________________________
28850 [ 24588] By: ams                                   on 2005/05/26  15:33:58
28851         Log: -Wall is intolerably noisy with icc.
28852      Branch: perl
28853            ! cflags.SH
28854 ____________________________________________________________________________
28855 [ 24585] By: rgs                                   on 2005/05/26  15:13:53
28856         Log: Subject: [PATCH] bytes.pm doesn't check undefined subroutine calling
28857              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
28858              Date: Thu, 26 May 2005 23:46:35 +0900
28859              Message-Id: <20050526234321.92F1.BQW10602@nifty.com>
28860      Branch: perl
28861            ! lib/bytes.pm lib/bytes.t
28862 ____________________________________________________________________________
28863 [ 24584] By: nicholas                              on 2005/05/26  14:24:31
28864         Log: Store the package name as a shared HEK.
28865              Abolish HvNAME() - as the stored pointer is not a char* you can't set
28866              it directly now.
28867              Storing a pointer to a HEK tracks the length too, and seems to be
28868              faster.
28869      Branch: perl
28870            ! embed.fnc gv.c hv.c hv.h op.c pp.c proto.h sv.c toke.c
28871            ! xsutils.c
28872 ____________________________________________________________________________
28873 [ 24583] By: nicholas                              on 2005/05/26  12:27:47
28874         Log: We know how big the global string table will be, so use that
28875              information.
28876      Branch: perl
28877            ! sv.c
28878 ____________________________________________________________________________
28879 [ 24582] By: nicholas                              on 2005/05/26  11:28:24
28880         Log: It helps to set the total keys correctly when duplicating a hash.
28881              It helps even more to have a test for this.
28882      Branch: perl
28883            ! ext/threads/t/problems.t sv.c
28884 ____________________________________________________________________________
28885 [ 24581] By: merijn                                on 2005/05/26  11:26:05
28886         Log: More possible re-order dependencies solved
28887      Branch: perl
28888            ! Porting/config_h.pl config_h.SH
28889 ____________________________________________________________________________
28890 [ 24580] By: merijn                                on 2005/05/26  08:43:38
28891         Log: Subject: [PATCH] Updated lint infrastructure
28892              From: Andy Lester <andy@petdance.com>
28893              Date: Wed, 25 May 2005 12:31:39 -0500
28894              Message-ID: <20050525173139.GB1701@petdance.com>
28895      Branch: perl
28896            ! Makefile.SH handy.h malloc.c mg.c pp.c regcomp.h
28897 ____________________________________________________________________________
28898 [ 24579] By: ams                                   on 2005/05/26  07:08:22
28899         Log: Subject: [PATCH] MPE/iX has no lchown()
28900              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
28901              Date: Thu, 26 May 2005 08:36:19 +0300
28902              Message-Id: <42956053.4010200@gmail.com>
28903      Branch: perl
28904            ! hints/mpeix.sh
28905 ____________________________________________________________________________
28906 [ 24578] By: merijn                                on 2005/05/25  19:05:07
28907         Log: Added Porting/config_h.pl
28908      Branch: perl
28909            ! MANIFEST
28910 ____________________________________________________________________________
28911 [ 24576] By: merijn                                on 2005/05/25  18:41:52
28912         Log: Reordering config_h.SH after metaconfig now semi automated
28913              This will save me *a lot* of manual work
28914      Branch: perl
28915            + Porting/config_h.pl
28916            ! Configure config_h.SH
28917 ____________________________________________________________________________
28918 [ 24575] By: nicholas                              on 2005/05/25  16:26:12
28919         Log: Export Perl_hek_dup, which duplicates shared hash keys.
28920      Branch: perl
28921            ! embed.fnc embed.h hv.c proto.h
28922 ____________________________________________________________________________
28923 [ 24574] By: nicholas                              on 2005/05/25  15:52:33
28924         Log: Track the mapping between source shared hash keys and target shared
28925              hash keys to save repeated lookups during cloning.
28926      Branch: perl
28927            ! embed.fnc embedvar.h ext/threads/threads.xs hv.c intrpvar.h
28928            ! perl.c perlapi.h proto.h sv.c
28929 ____________________________________________________________________________
28930 [ 24573] By: nicholas                              on 2005/05/25  14:06:55
28931         Log: Replace all uses of HvNAME with the appropriate HvNAME_get or
28932              HvNAME_set
28933      Branch: perl
28934            ! bytecode.pl cop.h ext/ByteLoader/bytecode.h
28935            ! ext/ByteLoader/byterun.c
28936 ____________________________________________________________________________
28937 [ 24572] By: nicholas                              on 2005/05/25  10:02:07
28938         Log: I think for now these have to be disabled by default.
28939      Branch: perl
28940            ! av.h hv.h
28941 ____________________________________________________________________________
28942 [ 24571] By: rgs                                   on 2005/05/25  09:34:20
28943         Log: Update description of Term::ReadLine and fix typo
28944              Subject: [perl #35963] Typo in Term::ReadLine 
28945              From: "perlbug@veggiechinese.net (via RT)" <perlbug-followup@perl.org>
28946              Date: 24 May 2005 23:29:37 -0000
28947              Message-ID: <rt-3.0.11-35963-113541.14.5614982698687@perl.org>
28948      Branch: perl
28949            ! lib/Term/ReadLine.pm
28950 ____________________________________________________________________________
28951 [ 24570] By: nicholas                              on 2005/05/24  20:23:53
28952         Log: Initialising the hash seed needs to be early in case anything
28953              calcualtes HASHes during dup()ing.
28954      Branch: perl
28955            ! sv.c
28956 ____________________________________________________________________________
28957 [ 24569] By: nicholas                              on 2005/05/24  17:13:34
28958         Log: Reorder the union to cause Win32 compilers to use void * alignment for
28959              it.
28960      Branch: perl
28961            ! av.h cv.h hv.h sv.h
28962 ____________________________________________________________________________
28963 [ 24568] By: ams                                   on 2005/05/24  16:44:53
28964         Log: Subject: [PATCH] xsubpp, ParseXS: allow other suffix beyond .c
28965              From: jarkko.hietaniemi@nokia.com
28966              Date: Tue, 24 May 2005 12:48:38 +0300
28967              Message-Id: <B356D8F434D20B40A8CEDAEC305A1F2453D7EB@esebe105.NOE.Nokia.com>
28968      Branch: perl
28969            ! lib/ExtUtils/ParseXS.pm lib/ExtUtils/xsubpp
28970 ____________________________________________________________________________
28971 [ 24567] By: rgs                                   on 2005/05/24  15:44:52
28972         Log: Clarification on the behaviour of qw// and x :
28973              Subject: [PATCH] Re: [perl #35885] qw and x operators doesn't mix
28974              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
28975              Date: Tue, 24 May 2005 08:52:00 -0700
28976              Message-ID: <20050524155200.GA1784@efn.org>
28977      Branch: perl
28978            ! pod/perlop.pod
28979 ____________________________________________________________________________
28980 [ 24566] By: nicholas                              on 2005/05/24  15:21:48
28981         Log: Leaking is bad, m'kay.
28982      Branch: perl
28983            ! hv.c sv.c
28984 ____________________________________________________________________________
28985 [ 24565] By: rgs                                   on 2005/05/24  13:50:02
28986         Log: Remove Perl_ck_* functions from public API
28987      Branch: perl
28988            ! embed.fnc embed.h global.sym
28989 ____________________________________________________________________________
28990 [ 24564] By: nicholas                              on 2005/05/24  13:01:49
28991         Log: Correct the description of pte_arenaroot
28992      Branch: perl
28993            ! intrpvar.h
28994 ____________________________________________________________________________
28995 [ 24563] By: rgs                                   on 2005/05/24  12:58:45
28996         Log: Documentation nit on @-, found by Guillaume Rousse
28997              (plus POD markup simplification, for readability with pod2text)
28998      Branch: perl
28999            ! pod/perlvar.pod
29000 ____________________________________________________________________________
29001 [ 24562] By: rgs                                   on 2005/05/24  12:39:26
29002         Log: ext/B/t/deparse.t was failing with t/TEST but not with t/harness
29003      Branch: perl
29004            ! ext/B/t/deparse.t
29005 ____________________________________________________________________________
29006 [ 24561] By: rgs                                   on 2005/05/24  12:33:01
29007         Log: Subject: [PATCH] embed.fnc cleanup + SvPVX_const usage
29008              From: Andy Lester <andy@petdance.com>
29009              Date: Sat, 21 May 2005 09:06:40 -0500
29010              Message-ID: <20050521140640.GB875@petdance.com>
29011      Branch: perl
29012            ! embed.fnc embed.h global.sym op.c pad.c perlio.c pp_ctl.c
29013            ! pp_hot.c pp_sys.c proto.h regcomp.c sv.c toke.c utf8.c
29014 ____________________________________________________________________________
29015 [ 24560] By: rgs                                   on 2005/05/24  11:22:21
29016         Log: The tokenizer should expect an operator after qw().
29017              This fixes [perl #35885] qw and x operators doesn't mix
29018      Branch: perl
29019            ! t/op/repeat.t toke.c
29020 ____________________________________________________________________________
29021 [ 24559] By: rgs                                   on 2005/05/24  08:45:44
29022         Log: Subject: Re: [perl #35857] [PATCH] B::Deparse doesnt handle warnings register properly.
29023              From: demerphq <demerphq@gmail.com>
29024              Date: Mon, 23 May 2005 11:43:56 +0200
29025              Message-ID: <9b18b31105052302431fb0a3c2@mail.gmail.com>
29026      Branch: perl
29027            ! ext/B/t/deparse.t
29028 ____________________________________________________________________________
29029 [ 24558] By: rgs                                   on 2005/05/24  08:09:10
29030         Log: Make distclean should remove the leftover test files of ExtUtils::ParseXS
29031      Branch: perl
29032            ! Makefile.SH
29033 ____________________________________________________________________________
29034 [ 24557] By: nicholas                              on 2005/05/23  20:26:35
29035         Log: Don't allocate an IV slot where the type doesn't use the IV slot.
29036      Branch: perl
29037            ! av.h hv.h sv.h
29038 ____________________________________________________________________________
29039 [ 24556] By: ams                                   on 2005/05/23  16:58:46
29040         Log: Assorted 2.15 fixes.
29041      Branch: perl
29042            ! ext/Storable/ChangeLog ext/Storable/Storable.xs
29043 ____________________________________________________________________________
29044 [ 24555] By: ams                                   on 2005/05/23  16:34:16
29045         Log: Remove one const to ensure that the universe doesn't tip over.
29046              (At least on AIX.)
29047      Branch: perl
29048            ! ext/Storable/Storable.xs
29049 ____________________________________________________________________________
29050 [ 24554] By: merijn                                on 2005/05/23  15:29:01
29051         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) 
29052              From: Andrew Dougherty <doughera@lafayette.edu>
29053              Date: Mon, 23 May 2005 11:48:08 -0400 (EDT)
29054              Message-ID: <Pine.SOC.4.62.0505231143480.4714@maxwell.phys.lafayette.edu>
29055      Branch: perl
29056            ! ext/SDBM_File/sdbm/sdbm.c
29057 ____________________________________________________________________________
29058 [ 24553] By: ams                                   on 2005/05/23  15:24:05
29059         Log: Subject: [PATCH] universal.c warnings hushed
29060              From: Andy Lester <andy@petdance.com>
29061              Date: Mon, 23 May 2005 10:38:25 -0500
29062              Message-Id: <20050523153825.GA28498@petdance.com>
29063      Branch: perl
29064            ! universal.c
29065 ____________________________________________________________________________
29066 [ 24552] By: rgs                                   on 2005/05/23  14:31:33
29067         Log: Attribute compilation fix for Windows by Andy Lester
29068      Branch: perl
29069            ! perl.h perlio.h
29070 ____________________________________________________________________________
29071 [ 24551] By: gbarr                                 on 2005/05/23  13:49:59
29072         Log: Update to Scalar-List-Utils-1.17
29073      Branch: perl
29074            ! ext/List/Util/Changes ext/List/Util/README
29075            ! ext/List/Util/lib/List/Util.pm
29076            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/lln.t
29077            ! ext/List/Util/t/p_tainted.t ext/List/Util/t/refaddr.t
29078 ____________________________________________________________________________
29079 [ 24550] By: rgs                                   on 2005/05/23  11:38:34
29080         Log: Declaration nit spotted by Jarkko
29081      Branch: perl
29082            ! hv.c
29083 ____________________________________________________________________________
29084 [ 24549] By: nicholas                              on 2005/05/23  11:27:16
29085         Log: PL_regex_padav elements hold either more AVs, or IVs that point to
29086              regexps. Don't attempt to look at the IVX if it's not an IV.
29087      Branch: perl
29088            ! perl.c sv.c
29089 ____________________________________________________________________________
29090 [ 24548] By: nicholas                              on 2005/05/23  10:13:21
29091         Log: Oops. What is looking at an array's SvIVX()?
29092      Branch: perl
29093            ! sv.c
29094 ____________________________________________________________________________
29095 [ 24547] By: nicholas                              on 2005/05/23  09:22:35
29096         Log: We don't need IV and RV arena variables anymore. We don't need to set
29097              SvIVX or SvNVX on hashes.
29098      Branch: perl
29099            ! embedvar.h intrpvar.h perlapi.h sv.c
29100 ____________________________________________________________________________
29101 [ 24546] By: nicholas                              on 2005/05/23  09:09:15
29102         Log: Bytecode mustn't save the NVX for hashes now that the NVX is a union
29103              containing pointers initialised to zero.
29104      Branch: perl
29105            ! ext/B/B/Bytecode.pm
29106 ____________________________________________________________________________
29107 [ 24545] By: steveh                                on 2005/05/23  08:46:37
29108         Log: Fill in HASATTRIBUTE stuff in win32/config_H.* (see change #24508)
29109              
29110              (None are actually defined, but it's nice to have them there anyway)
29111      Branch: perl
29112            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
29113            ! win32/config_H.vc64
29114 ____________________________________________________________________________
29115 [ 24544] By: nicholas                              on 2005/05/23  08:09:58
29116         Log: create an "allocated" structure for PVs, PVAVs and PVHVs
29117      Branch: perl
29118            ! av.h hv.h intrpvar.h sv.c sv.h
29119 ____________________________________________________________________________
29120 [ 24543] By: rgs                                   on 2005/05/23  07:33:52
29121         Log: Fix [perl #35929] : PerlIO::scalar didn't understand $/ = ""
29122              because PerlIOScalar_unread was broken.
29123              Bump version number of PerlIO::scalar to 0.04.
29124      Branch: perl
29125            ! ext/PerlIO/scalar/scalar.pm ext/PerlIO/scalar/scalar.xs
29126            ! ext/PerlIO/t/scalar.t
29127 ____________________________________________________________________________
29128 [ 24542] By: nicholas                              on 2005/05/22  22:03:19
29129         Log: Re-order IVX slot in SV bodies
29130      Branch: perl
29131            ! av.h cv.h hv.h sv.h
29132 ____________________________________________________________________________
29133 [ 24541] By: rgs                                   on 2005/05/22  18:53:12
29134         Log: Subject: Re: [PATCH 5.8.7 RC1] lib/Carp.t todo for VMS
29135              From: Michael G Schwern <schwern@pobox.com>
29136              Date: May 20, 2005 10:09 PM
29137              Message-ID: <20050520200900.GB13473@windhund.schwern.org>
29138      Branch: perl
29139            ! lib/Carp.t
29140 ____________________________________________________________________________
29141 [ 24538] By: nicholas                              on 2005/05/21  22:46:50
29142         Log: Add a union in place of xnv_nv, which allows AVs and HVs to re-use
29143              the memory to store pointers and integers.
29144              (Part 1 - will be reworked to be more efficient when IV or void*
29145              is 64 bit soon)
29146      Branch: perl
29147            ! av.h cv.h dump.c ext/B/B.pm ext/B/B.xs ext/Devel/Peek/t/Peek.t
29148            ! hv.h sv.h
29149 ____________________________________________________________________________
29150 [ 24537] By: ams                                   on 2005/05/21  22:26:34
29151         Log: Subject: [PATCH] ExtUtils::CBuilder Tru64 support
29152              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
29153              Date: Sat, 21 May 2005 23:20:21 +0300
29154              Message-Id: <428F9805.70108@gmail.com>
29155      Branch: perl
29156            + lib/ExtUtils/CBuilder/Platform/dec_osf.pm
29157            ! MANIFEST
29158 ____________________________________________________________________________
29159 [ 24536] By: ams                                   on 2005/05/21  22:17:20
29160         Log: Make the __attribute__ stuff work with Symbian (Jarkko).
29161              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-05/msg00530.html
29162      Branch: perl
29163            ! perl.h
29164 ____________________________________________________________________________
29165 [ 24535] By: davem                                 on 2005/05/21  22:10:19
29166         Log: goto &xsub that croaks corrupts memory
29167              When an XS sub is called, a CxSUB context shouldn't be pushed. Make
29168              goto &xs_sub mimic this behaviour by first popping the old CxSUB
29169      Branch: perl
29170            ! pp_ctl.c t/op/goto_xs.t
29171 ____________________________________________________________________________
29172 [ 24534] By: davem                                 on 2005/05/21  21:38:55
29173         Log: stop goto &foo wasting stack space
29174              it used to push @_ onto the end of the stack; now it pops the stack
29175              back to the old watermark first.
29176      Branch: perl
29177            ! pp_ctl.c
29178 ____________________________________________________________________________
29179 [ 24533] By: davem                                 on 2005/05/21  19:50:50
29180         Log: add access to Perl_croak() via 'mycroak' in XS::APItest
29181      Branch: perl
29182            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
29183            ! ext/XS/APItest/t/exception.t
29184 ____________________________________________________________________________
29185 [ 24532] By: davem                                 on 2005/05/21  19:15:43
29186         Log: disallow eval { goto &foo }
29187              eval 'goto &foo' is already banned, and the try-version usually
29188              coredumps due to the code assuming the CxEVAL is actually a CxSUB.
29189              Anyway exiting an eval but preserving "it's" @_ doesn't make much
29190              sense.
29191      Branch: perl
29192            ! pod/perldiag.pod pp_ctl.c t/op/goto.t
29193 ____________________________________________________________________________
29194 [ 24531] By: nicholas                              on 2005/05/21  18:19:43
29195         Log: Move the xpv_pv/xrv_rv member into the SV head, in a union with
29196              IV and UV. Avoid allocating a body for IVs and RVs.
29197      Branch: perl
29198            ! av.h bytecode.pl cv.h embed.fnc embed.h ext/B/B/C.pm
29199            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
29200            ! ext/ByteLoader/byterun.h hv.c hv.h proto.h sv.c sv.h
29201 ____________________________________________________________________________
29202 [ 24530] By: rgs                                   on 2005/05/21  16:01:42
29203         Log: Really fix change 24527
29204      Branch: perl
29205            ! gv.c
29206 ____________________________________________________________________________
29207 [ 24529] By: nicholas                              on 2005/05/21  15:59:30
29208         Log: Fool. That should be I32 everywhere.
29209      Branch: perl
29210            ! hv.c
29211 ____________________________________________________________________________
29212 [ 24528] By: ams                                   on 2005/05/21  15:35:44
29213         Log: Subject: [PATCH] ctags parms need to know .h is C
29214              From: Andy Lester <andy@petdance.com>
29215              Date: Sat, 21 May 2005 08:58:14 -0500
29216              Message-Id: <20050521135814.GA875@petdance.com>
29217      Branch: perl
29218            ! Makefile.SH
29219 ____________________________________________________________________________
29220 [ 24527] By: rgs                                   on 2005/05/21  14:15:44
29221         Log: Compilation fix
29222      Branch: perl
29223            ! gv.c
29224 ____________________________________________________________________________
29225 [ 24526] By: nicholas                              on 2005/05/21  12:31:52
29226         Log: Move hv_name, hv_eiter and hv_riter into a new aux structure.
29227              Provide (more efficient) _get and _set macros.
29228              Adjust the core to use them.
29229      Branch: perl
29230            ! dump.c embed.fnc ext/Data/Dumper/Dumper.xs
29231            ! ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.xs
29232            ! ext/PerlIO/via/via.xs ext/Storable/Storable.xs
29233            ! ext/threads/shared/shared.xs global.sym gv.c hv.c hv.h mg.c
29234            ! op.c op.h opnames.h perl.c pp.c pp_hot.c pp_sys.c proto.h sv.c
29235            ! toke.c universal.c xsutils.c
29236 ____________________________________________________________________________
29237 [ 24525] By: nicholas                              on 2005/05/21  09:29:18
29238         Log: Move placeholders into a new rhash magic type.
29239      Branch: perl
29240            ! dump.c embed.fnc ext/Storable/Storable.xs global.sym hv.c hv.h
29241            ! perl.h proto.h sv.c
29242 ____________________________________________________________________________
29243 [ 24524] By: rgs                                   on 2005/05/21  09:18:07
29244         Log: Update to MakeMaker 6.30
29245      Branch: perl
29246            ! lib/ExtUtils/Changes lib/ExtUtils/MM_Unix.pm
29247            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/FIRST_MAKEFILE.t
29248            ! lib/ExtUtils/t/PL_FILES.t
29249            ! t/lib/MakeMaker/Test/Setup/PL_FILES.pm
29250 ____________________________________________________________________________
29251 [ 24523] By: ams                                   on 2005/05/21  02:58:49
29252         Log: Subject: [PATCH] SvPVX_const - patch #2
29253              From: Steve Peters <steve@fisharerojo.org>
29254              Date: Fri, 20 May 2005 21:42:10 -0500
29255              Message-Id: <20050521024210.GA29036@mccoy.peters.homeunix.org>
29256      Branch: perl
29257            ! dump.c gv.c op.c pad.c perlio.c perly.c pp.c pp_ctl.c
29258 ____________________________________________________________________________
29259 [ 24522] By: nicholas                              on 2005/05/20  22:53:00
29260         Log: Remove PMROOT and replace it with a small shell script. Er, magic.
29261              (PMROOT being needed to implement bare C<reset> - how often do you
29262              use that?)
29263      Branch: perl
29264            ! bytecode.pl dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Asmdata.pm
29265            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h hv.c hv.h
29266            ! op.c perl.h sv.c
29267 ____________________________________________________________________________
29268 [ 24521] By: nicholas                              on 2005/05/20  22:30:16
29269         Log: Update XS code to declare PERL_UNUSED_DECL conditionally
29270      Branch: perl
29271            ! ext/List/Util/Util.xs ext/POSIX/POSIX.xs
29272            ! ext/Storable/Storable.xs
29273 ____________________________________________________________________________
29274 [ 24520] By: nicholas                              on 2005/05/20  21:50:03
29275         Log: Updaate ppport.h to get a conditional PERL_UNUSED_DECL
29276      Branch: perl
29277            ! ext/Cwd/ppport.h ext/Time/HiRes/ppport.h
29278 ____________________________________________________________________________
29279 [ 24519] By: nicholas                              on 2005/05/20  21:46:26
29280         Log: Need to make PERL_UNUSED_DECL conditional as xlc on AIX doesn't like
29281              it being redefined.
29282      Branch: perl
29283            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/parts/inc/misc
29284 ____________________________________________________________________________
29285 [ 24518] By: nicholas                              on 2005/05/20  21:11:52
29286         Log: Goodbye AvFLAGS
29287      Branch: perl
29288            ! av.c av.h bytecode.pl cop.h dump.c ext/B/B.pm ext/B/B.xs
29289            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
29290            ! ext/B/B/Debug.pm ext/B/defsubs_h.PL ext/ByteLoader/byterun.c
29291            ! ext/ByteLoader/byterun.h pad.c pp_ctl.c sv.c sv.h
29292 ____________________________________________________________________________
29293 [ 24517] By: rgs                                   on 2005/05/20  17:54:15
29294         Log: Upgrade to Math::BigInt 1.77
29295      Branch: perl
29296            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
29297            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
29298            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
29299            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbi.t
29300 ____________________________________________________________________________
29301 [ 24516] By: nicholas                              on 2005/05/20  16:42:44
29302         Log: Fix a typo
29303      Branch: perl
29304            ! hv.h
29305 ____________________________________________________________________________
29306 [ 24514] By: ams                                   on 2005/05/20  14:42:21
29307         Log: Damnable applypatch nonsense.
29308      Branch: perl
29309            ! ext/Storable/t/sig_die.t
29310 ____________________________________________________________________________
29311 [ 24513] By: rgs                                   on 2005/05/20  14:37:12
29312         Log: Update MANIFEST
29313      Branch: perl
29314            ! MANIFEST
29315 ____________________________________________________________________________
29316 [ 24512] By: ams                                   on 2005/05/20  14:21:21
29317         Log: Previously overlooked $SIG{DIE} patch from Slaven Rezic.
29318              http://groups-beta.google.com/group/perl.perl5.porters/msg/2d10ba2c390ecc41
29319      Branch: perl
29320            + ext/Storable/t/sig_die.t
29321            ! ext/Storable/MANIFEST ext/Storable/Storable.pm
29322 ____________________________________________________________________________
29323 [ 24511] By: rgs                                   on 2005/05/20  13:11:43
29324         Log: Subject: [PATCH] Add a Makefile target for ctags
29325              From: Andy Lester <andy@petdance.com>
29326              Date: Thu, 12 May 2005 11:40:52 -0500
29327              Message-ID: <20050512164052.GA30287@petdance.com>
29328      Branch: perl
29329            ! Makefile.SH
29330 ____________________________________________________________________________
29331 [ 24510] By: rgs                                   on 2005/05/20  10:49:03
29332         Log: Upgrade to MakeMaker 6.29
29333      Branch: perl
29334            + lib/ExtUtils/t/FIRST_MAKEFILE.t
29335            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Unix.pm
29336            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
29337            ! lib/ExtUtils/t/Installed.t
29338 ____________________________________________________________________________
29339 [ 24509] By: rgs                                   on 2005/05/20  09:26:01
29340         Log: Subject: SvPVX_const() - Patch #1
29341              From: Steve Peters <steve@fisharerojo.org>
29342              Date: Tue, 17 May 2005 18:17:01 -0500
29343              Message-ID: <20050517231701.GA1394@mccoy.peters.homeunix.org>
29344      Branch: perl
29345            ! doio.c toke.c universal.c util.c warnings.h warnings.pl
29346 ____________________________________________________________________________
29347 [ 24508] By: rgs                                   on 2005/05/20  07:53:46
29348         Log: Subject: [PATCH] Attribute configuration
29349              From: Andy Lester <andy@petdance.com>
29350              Date: Thu, 19 May 2005 12:32:56 -0500
29351              Message-ID: <20050519173256.GA29039@petdance.com>
29352      Branch: perl
29353            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
29354            ! Porting/Glossary Porting/config.sh Porting/pumpkin.pod XSUB.h
29355            ! config_h.SH configure.com epoc/config.sh hints/next_3_0.sh
29356            ! hints/vmesa.sh malloc.c mg.c op.c perl.c perl.h perlio.h
29357            ! plan9/config_sh.sample plan9/genconfig.pl scope.c sv.c
29358            ! symbian/config.sh t/op/sprintf.t uconfig.sh vms/genconfig.pl
29359            ! win32/config.bc win32/config.gc win32/config.vc
29360            ! win32/config.vc64 wince/config.ce
29361 ____________________________________________________________________________
29362 [ 24507] By: rgs                                   on 2005/05/20  07:16:59
29363         Log: Gisle noted an unused variable
29364      Branch: perl
29365            ! t/run/exit.t
29366 ____________________________________________________________________________
29367 [ 24506] By: rgs                                   on 2005/05/19  21:07:43
29368         Log: Fix the new exit() tests, by Gisle Aas :
29369              don't let the shell interfere with the process return value
29370      Branch: perl
29371            ! t/run/exit.t
29372 ____________________________________________________________________________
29373 [ 24505] By: ams                                   on 2005/05/19  17:51:48
29374         Log: Subject: [perl #35857] [PATCH] B::Deparse doesnt handle warnings register properly. 
29375              From: yves orton <perlbug-followup@perl.org>
29376              Date: 18 May 2005 08:30:44 -0000
29377              Message-Id: <rt-3.0.11-35857-113142.6.75213005071278@perl.org>
29378      Branch: perl
29379            ! ext/B/B/Deparse.pm
29380 ____________________________________________________________________________
29381 [ 24504] By: nicholas                              on 2005/05/19  09:32:18
29382         Log: tabs, not spaces. Bad editor. No cookie.
29383              Does the MANIFEST file support comments, sufficient to add an editor
29384              block?
29385      Branch: perl
29386            ! MANIFEST
29387 ____________________________________________________________________________
29388 [ 24503] By: rgs                                   on 2005/05/19  06:25:22
29389         Log: Adjust VMS test count
29390      Branch: perl
29391            ! t/run/exit.t
29392 ____________________________________________________________________________
29393 [ 24501] By: rgs                                   on 2005/05/18  16:08:30
29394         Log: Subject: Well defined $? and introduction of ${^CHILD_ERROR_NATIVE} [PATCH]
29395              From: Gisle Aas <gisle@ActiveState.com>
29396              Date: 18 May 2005 08:35:47 -0700
29397              Message-ID: <lr8y2cim24.fsf_-_@caliper.activestate.com>
29398      Branch: perl
29399            ! doio.c embedvar.h gv.c intrpvar.h mg.c perl.c perl.h perlapi.h
29400            ! pod/perlfunc.pod pod/perlport.pod pod/perlvar.pod t/run/exit.t
29401 ____________________________________________________________________________
29402 [ 24500] By: rgs                                   on 2005/05/18  15:26:32
29403         Log: Subject: Re: [PATCH] ExtUtils-{ParseXS,CBuilder} into bleadperl (was: Re: [Module::Build] ANNOUNCE: Module::Build 0.2610 -> CPAN)
29404              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
29405              Date: Wed, 18 May 2005 07:13:40 -0700
29406              Message-ID: <20050518141131.GA2704@efn.org>
29407      Branch: perl
29408            + lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
29409            + lib/ExtUtils/CBuilder/Platform/Unix.pm
29410            + lib/ExtUtils/CBuilder/Platform/VMS.pm
29411            + lib/ExtUtils/CBuilder/Platform/Windows.pm
29412            + lib/ExtUtils/CBuilder/Platform/aix.pm
29413            + lib/ExtUtils/CBuilder/Platform/cygwin.pm
29414            + lib/ExtUtils/CBuilder/Platform/darwin.pm
29415            + lib/ExtUtils/CBuilder/Platform/os2.pm
29416            + lib/ExtUtils/CBuilder/t/01-basic.t
29417            + lib/ExtUtils/CBuilder/t/02-link.t lib/ExtUtils/ParseXS.pm
29418            + lib/ExtUtils/ParseXS/t/XSTest.pm
29419            + lib/ExtUtils/ParseXS/t/XSTest.xs
29420            + lib/ExtUtils/ParseXS/t/basic.t
29421            ! MANIFEST Porting/Maintainers.pl lib/ExtUtils/t/00compile.t
29422            ! lib/ExtUtils/xsubpp
29423 ____________________________________________________________________________
29424 [ 24499] By: rgs                                   on 2005/05/18  12:46:38
29425         Log: Subject: B::Disassembler.pm
29426              From: Nicholas Clark <nick@ccl4.org>
29427              Date: Tue, 17 May 2005 11:28:18 +0100
29428              Message-ID: <20050517102817.GD94420@plum.flirble.org>
29429      Branch: perl
29430            ! ext/B/B/Disassembler.pm
29431 ____________________________________________________________________________
29432 [ 24498] By: davem                                 on 2005/05/18  12:39:22
29433         Log: make t/TEST print summary times consistently to two decimal places
29434      Branch: perl
29435            ! t/TEST
29436 ____________________________________________________________________________
29437 [ 24497] By: nicholas                              on 2005/05/18  12:34:53
29438         Log: Default to allocating the correct size for the array in the HV.
29439              Override this with -DPERL_USE_LARGE_HV_ALLOC
29440      Branch: perl
29441            ! hv.h
29442 ____________________________________________________________________________
29443 [ 24496] By: rgs                                   on 2005/05/18  11:50:47
29444         Log: Subject: [PATCH] Eliminate radically out of date CHANGES from perlport
29445              From: Michael G Schwern <schwern@pobox.com>
29446              Date: Mon, 16 May 2005 15:17:05 -0700
29447              Message-ID: <20050516221705.GA212@windhund.schwern.org>
29448              
29449              Subject: [PATCH] Eliminate function signatures from perlport
29450              From: Michael G Schwern <schwern@pobox.com>
29451              Date: Mon, 16 May 2005 15:24:18 -0700
29452              Message-ID: <20050516222418.GA422@windhund.schwern.org>
29453      Branch: perl
29454            ! pod/perlport.pod
29455 ____________________________________________________________________________
29456 [ 24495] By: merijn                                on 2005/05/17  18:45:56
29457         Log: Subject: [PATCH] more about __attribute__
29458              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
29459              Date: Tue, 17 May 2005 20:36:43 +0300
29460              Message-ID: <428A2BAB.9020306@gmail.com>
29461      Branch: perl
29462            ! perl.h
29463 ____________________________________________________________________________
29464 [ 24493] By: rgs                                   on 2005/05/17  15:55:38
29465         Log: Clarify definition of octal literals
29466              (thanks to Olivier Blin)
29467      Branch: perl
29468            ! pod/perldata.pod
29469 ____________________________________________________________________________
29470 [ 24492] By: rgs                                   on 2005/05/17  15:15:46
29471         Log: Subject: [PATCH] perl 5.9.x (@ 24471): Symbian update
29472              From: <jarkko.hietaniemi@nokia.com>
29473              Date: Mon, 16 May 2005 17:59:35 +0300
29474              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D793@esebe105.NOE.Nokia.com>
29475              
29476              completed by:
29477              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D7A0@esebe105.NOE.Nokia.com>
29478      Branch: perl
29479            ! embed.pl mg.c op.c perl.h proto.h reentr.c reentr.pl scope.c
29480            ! symbian/port.pl universal.c
29481 ____________________________________________________________________________
29482 [ 24491] By: nicholas                              on 2005/05/17  13:27:43
29483         Log: One last 1008 to replace with PERL_ARENA_SIZE
29484      Branch: perl
29485            ! sv.c
29486 ____________________________________________________________________________
29487 [ 24490] By: nicholas                              on 2005/05/16  21:42:05
29488         Log: Upgrade to Encode 2.10
29489      Branch: perl
29490            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
29491            ! ext/Encode/Encode.xs ext/Encode/META.yml
29492            ! ext/Encode/lib/Encode/Alias.pm
29493 ____________________________________________________________________________
29494 [ 24489] By: rgs                                   on 2005/05/16  16:56:43
29495         Log: Subject: [PATCH] consting-eleventy.patch: More consts, plus actual bug fix
29496              From: Andy Lester <andy@petdance.com>
29497              Date: Mon, 16 May 2005 10:13:53 -0500
29498              Message-ID: <20050516151353.GA25387@petdance.com>
29499      Branch: perl
29500            ! XSUB.h av.c dump.c embed.fnc embed.h hv.c malloc.c mg.c
29501            ! numeric.c perl.c perl.h pod/perlapi.pod pp.h pp_ctl.c pp_hot.c
29502            ! proto.h regcomp.c regexec.c scope.c sv.c sv.h
29503            ! t/run/fresh_perl.t toke.c universal.c utf8.c util.c
29504 ____________________________________________________________________________
29505 [ 24482] By: nicholas                              on 2005/05/16  15:11:30
29506         Log: Bump the version number on Win32::Win32
29507      Branch: perl
29508            ! win32/ext/Win32/Win32.pm
29509 ____________________________________________________________________________
29510 [ 24480] By: nicholas                              on 2005/05/16  15:01:48
29511         Log: Assuming that everything with 0x40000000 is SVpad_TYPED is bogus.
29512      Branch: perl
29513            ! sv.c
29514 ____________________________________________________________________________
29515 [ 24476] By: rgs                                   on 2005/05/16  08:58:40
29516         Log: This seems to be the right thing to do to iterate over layers
29517      Branch: perl
29518            ! ext/PerlIO/via/via.xs
29519 ____________________________________________________________________________
29520 [ 24475] By: rgs                                   on 2005/05/16  08:47:28
29521         Log: $! might contain "unknown" if strerror(3) says so
29522      Branch: perl
29523            ! t/op/mkdir.t
29524 ____________________________________________________________________________
29525 [ 24472] By: rgs                                   on 2005/05/16  08:03:15
29526         Log: Upgrade to Time::HiRes 1.68
29527      Branch: perl
29528            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
29529            ! ext/Time/HiRes/HiRes.xs
29530 ____________________________________________________________________________
29531 [ 24471] By: nicholas                              on 2005/05/15  20:46:03
29532         Log: Subject: [PATCH] Minor tweak to via
29533              From: Andy Lester <andy@petdance.com>
29534              Message-ID: <20050513163952.GA20167@petdance.com>
29535              Date: Fri, 13 May 2005 11:39:52 -0500
29536              
29537              from a bug report and patch by Matt Lawrence
29538      Branch: perl
29539            ! ext/PerlIO/via/via.xs
29540 ____________________________________________________________________________
29541 [ 24470] By: nicholas                              on 2005/05/15  11:32:15
29542         Log: Upgrade to CGI.pm 3.10
29543      Branch: perl
29544            + lib/CGI/t/can.t
29545            ! MANIFEST lib/CGI.pm lib/CGI/Changes lib/CGI/t/form.t
29546 ____________________________________________________________________________
29547 [ 24469] By: davem                                 on 2005/05/15  00:09:35
29548         Log: avoid leaked scalar in BEGIN { threads->new(...) }
29549      Branch: perl
29550            ! sv.c
29551 ____________________________________________________________________________
29552 [ 24468] By: davem                                 on 2005/05/14  23:16:50
29553         Log: Fix typo in DDEBUG_LEAKING_SCALARS flags output
29554      Branch: perl
29555            ! perl.c
29556 ____________________________________________________________________________
29557 [ 24467] By: davem                                 on 2005/05/14  15:11:30
29558         Log: initialize the PL_xpvgv_[arena]root vars during clone
29559      Branch: perl
29560            ! sv.c
29561 ____________________________________________________________________________
29562 [ 24465] By: gbarr                                 on 2005/05/13  20:42:53
29563         Log: Update to Scalar-List-Utils-1.15
29564      Branch: perl
29565            + ext/List/Util/t/p_blessed.t ext/List/Util/t/p_first.t
29566            + ext/List/Util/t/p_lln.t ext/List/Util/t/p_max.t
29567            + ext/List/Util/t/p_maxstr.t ext/List/Util/t/p_min.t
29568            + ext/List/Util/t/p_minstr.t ext/List/Util/t/p_openhan.t
29569            + ext/List/Util/t/p_readonly.t ext/List/Util/t/p_reduce.t
29570            + ext/List/Util/t/p_refaddr.t ext/List/Util/t/p_reftype.t
29571            + ext/List/Util/t/p_shuffle.t ext/List/Util/t/p_sum.t
29572            + ext/List/Util/t/p_tainted.t
29573            ! MANIFEST ext/List/Util/Changes ext/List/Util/Util.xs
29574            ! ext/List/Util/lib/List/Util.pm
29575            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/blessed.t
29576            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
29577            ! ext/List/Util/t/isvstring.t ext/List/Util/t/lln.t
29578            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
29579            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
29580            ! ext/List/Util/t/openhan.t ext/List/Util/t/proto.t
29581            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
29582            ! ext/List/Util/t/refaddr.t ext/List/Util/t/reftype.t
29583            ! ext/List/Util/t/shuffle.t ext/List/Util/t/sum.t
29584            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
29585 ____________________________________________________________________________
29586 [ 24461] By: rgs                                   on 2005/05/13  12:52:45
29587         Log: Subject: change to quiet cygwin's perlld
29588              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
29589              Date: Fri, 13 May 2005 06:15:45 -0700
29590              Message-ID: <20050513131545.GB4024@efn.org>
29591      Branch: perl
29592            ! cygwin/perlld.in
29593 ____________________________________________________________________________
29594 [ 24460] By: nicholas                              on 2005/05/13  11:59:26
29595         Log: Reorder the *more* arena allocation functions into a block
29596              As they are now ahead of their corresponding *new* functions, no need
29597              for all the embedding guff.
29598              Remove all the "register" keywords.
29599      Branch: perl
29600            ! embed.fnc embed.h hv.c proto.h sv.c
29601 ____________________________________________________________________________
29602 [ 24459] By: nicholas                              on 2005/05/13  11:09:03
29603         Log: Allocate GV bodies from arenas
29604      Branch: perl
29605            ! embed.fnc embed.h embedvar.h intrpvar.h perlapi.h proto.h sv.c
29606 ____________________________________________________________________________
29607 [ 24455] By: davem                                 on 2005/05/12  19:07:27
29608         Log: make join.t threadsafe!
29609              tests 13 and 14 could output in reverse order. Add a lock to stop
29610              this.
29611      Branch: perl
29612            ! ext/threads/t/join.t
29613 ____________________________________________________________________________
29614 [ 24454] By: steveh                                on 2005/05/12  10:56:20
29615         Log: Remove a couple of unreferenced local variables
29616      Branch: perl
29617            ! win32/ext/Win32/Win32.xs
29618 ____________________________________________________________________________
29619 [ 24453] By: steveh                                on 2005/05/12  10:10:37
29620         Log: Subject: [PATCH] Add Win32::GetFileVersion() function
29621              From: "Jan Dubois" <jand@ActiveState.com>
29622              Date: Wed, 11 May 2005 22:30:37 -0700
29623              Message-Id: <200505120530.j4C5UhpX031152@smtp3.ActiveState.com>
29624      Branch: perl
29625            ! win32/ext/Win32/Win32.pm win32/ext/Win32/Win32.xs
29626 ____________________________________________________________________________
29627 [ 24452] By: rgs                                   on 2005/05/12  09:58:50
29628         Log: Silence DEBUGGING compilation warnings
29629      Branch: perl
29630            ! toke.c
29631 ____________________________________________________________________________
29632 [ 24451] By: rgs                                   on 2005/05/12  09:52:12
29633         Log: SvUPGRADE doesn't return false.
29634      Branch: perl
29635            ! toke.c
29636 ____________________________________________________________________________
29637 [ 24450] By: rgs                                   on 2005/05/12  08:45:40
29638         Log: Rework documentation of split(//,...)
29639      Branch: perl
29640            ! pod/perlfunc.pod
29641 ____________________________________________________________________________
29642 [ 24449] By: ams                                   on 2005/05/11  16:57:27
29643         Log: Subject: [perl #33765] [PATCH] perlop: mention why 'print !!0' doesn't 
29644              From: Steve Peters via RT <perlbug-followup@perl.org>
29645              Date: 11 May 2005 16:58:22 -0000
29646              Message-Id: <rt-3.0.11-33765-112475.14.5633321030279@perl.org>
29647              
29648              Subject: [perl #33766] [PATCH] perldoc -f split lacks basic null example 
29649              From: Steve Peters via RT <perlbug-followup@perl.org>
29650              Date: 11 May 2005 17:13:29 -0000
29651              Message-Id: <rt-3.0.11-33766-112476.1.84217630998887@perl.org>
29652      Branch: perl
29653            ! pod/perlfunc.pod pod/perlsyn.pod
29654 ____________________________________________________________________________
29655 [ 24446] By: merijn                                on 2005/05/11  09:39:06
29656         Log: Subject: Hints changes for OS X 10.4
29657              From: Michael G Schwern <schwern@pobox.com>
29658              Date: Tue, 10 May 2005 18:10:47 -0700
29659              Message-ID: <20050511011047.GA23955@windhund.schwern.org>
29660      Branch: perl
29661            ! hints/darwin.sh
29662 ____________________________________________________________________________
29663 [ 24445] By: rgs                                   on 2005/05/11  07:54:19
29664         Log: Include vim/emacs modelines in generated files to open them
29665              in read-only mode. Make vi modelines compatible with non-vim
29666              vi versions.
29667      Branch: perl
29668            ! av.c bytecode.pl deb.c doio.c doop.c dump.c embed.h embed.pl
29669            ! embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
29670            ! ext/ByteLoader/byterun.h global.sym globals.c gv.c hv.c
29671            ! keywords.h keywords.pl lib/warnings.pm locale.c malloc.c mg.c
29672            ! miniperlmain.c numeric.c op.c opcode.h opcode.pl opnames.h
29673            ! pad.c perl.c perlapi.c perlapi.h perlio.c perly.c pp.c pp.sym
29674            ! pp_ctl.c pp_hot.c pp_pack.c pp_proto.h pp_sort.c pp_sys.c
29675            ! proto.h reentr.c reentr.h reentr.pl regcomp.c regcomp.pl
29676            ! regexec.c regnodes.h run.c scope.c sv.c taint.c toke.c
29677            ! universal.c utf8.c util.c warnings.h warnings.pl xsutils.c
29678 ____________________________________________________________________________
29679 [ 24444] By: rgs                                   on 2005/05/10  20:56:37
29680         Log: Subject: potential [PATCH] Tru64 crank up strictness
29681              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
29682              Date: May 10, 2005 7:44 PM
29683              Message-Id: <4ADE5AAD-27CB-4F9E-BEC7-41DAA7671108@iki.fi>
29684      Branch: perl
29685            ! hints/dec_osf.sh perl.h toke.c x2p/a2py.c
29686 ____________________________________________________________________________
29687 [ 24443] By: rgs                                   on 2005/05/10  20:27:16
29688         Log: "make regen" should run reentr.pl
29689      Branch: perl
29690            ! regen.pl
29691 ____________________________________________________________________________
29692 [ 24442] By: rgs                                   on 2005/05/10  20:08:27
29693         Log: Regenerate reentr.[ch]
29694      Branch: perl
29695            ! reentr.c reentr.h
29696 ____________________________________________________________________________
29697 [ 24441] By: ams                                   on 2005/05/10  17:23:26
29698         Log: Subject: Re: [PATCH] reentr.h changes so threaded Perl's compile on OpenBSD 3.7
29699              From: Steve Peters <steve@fisharerojo.org>
29700              Date: Tue, 10 May 2005 12:44:13 -0500
29701              Message-Id: <20050510174413.GA19686@mccoy.peters.homeunix.org>
29702      Branch: perl
29703            + README.openbsd
29704            ! MANIFEST reentr.pl
29705 ____________________________________________________________________________
29706 [ 24440] By: rgs                                   on 2005/05/10  16:51:02
29707         Log: Add editor boilerplates to all C files
29708              (except the generated ones)
29709      Branch: perl
29710            ! av.c deb.c doio.c doop.c dump.c globals.c gv.c hv.c locale.c
29711            ! malloc.c mg.c miniperlmain.c numeric.c op.c pad.c perl.c
29712            ! perlio.c perly.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c
29713            ! pp_sys.c regcomp.c regexec.c run.c scope.c sv.c taint.c toke.c
29714            ! universal.c utf8.c util.c xsutils.c
29715 ____________________________________________________________________________
29716 [ 24439] By: nicholas                              on 2005/05/10  15:38:07
29717         Log: s/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/
29718              plus a couple of 1 byte sv_setpv()s too.
29719      Branch: perl
29720            ! doio.c dump.c ext/B/B.xs ext/Storable/Storable.xs mg.c op.c
29721            ! perl.c pp_ctl.c pp_hot.c pp_sys.c toke.c
29722 ____________________________________________________________________________
29723 [ 24438] By: nicholas                              on 2005/05/10  14:47:58
29724         Log: As we have the length of the string easily to hand, no reason not to
29725              use it.
29726      Branch: perl
29727            ! op.c
29728 ____________________________________________________________________________
29729 [ 24437] By: ams                                   on 2005/05/10  14:41:08
29730         Log: Subject: [PATCH] perlop.pod nit
29731              From: Steve Peters <steve@fisharerojo.org>
29732              Date: Tue, 10 May 2005 09:41:01 -0500
29733              Message-Id: <20050510144101.GA21362@mccoy.peters.homeunix.org>
29734      Branch: perl
29735            ! pod/perlop.pod
29736 ____________________________________________________________________________
29737 [ 24436] By: nicholas                              on 2005/05/10  11:03:49
29738         Log: Experiment with using the ptr_table code to hold the seen hash
29739      Branch: perl
29740            ! ext/Storable/Storable.xs
29741 ____________________________________________________________________________
29742 [ 24435] By: nicholas                              on 2005/05/10  09:17:32
29743         Log: Simplify the debug and assert logic.
29744      Branch: perl
29745            ! ext/Storable/Storable.xs
29746 ____________________________________________________________________________
29747 [ 24434] By: nicholas                              on 2005/05/10  09:03:11
29748         Log: Change 24165 missed one s/class/classname/ in the debugging code.
29749      Branch: perl
29750            ! ext/Storable/Storable.xs
29751 ____________________________________________________________________________
29752 [ 24433] By: ams                                   on 2005/05/10  03:16:23
29753         Log: Subject: [PATCH] reentr.h changes so threaded Perl's compile on OpenBSD 3.7
29754              From: Steve Peters <steve@fisharerojo.org>
29755              Date: Mon, 9 May 2005 21:10:49 -0500
29756              Message-Id: <20050510021049.GA20147@mccoy.peters.homeunix.org>
29757      Branch: perl
29758            ! reentr.h
29759 ____________________________________________________________________________
29760 [ 24432] By: ams                                   on 2005/05/10  03:15:34
29761         Log: Subject: [PATCH] Avoid USE_SITECUSTOMIZE redefined warnings
29762              From: Jan Dubois <jand@ActiveState.com>
29763              Date: Mon, 9 May 2005 19:29:06 -0700
29764              Message-Id: <200505100229.j4A2TGm1019135@smtp3.ActiveState.com>
29765      Branch: perl
29766            ! config_h.SH
29767 ____________________________________________________________________________
29768 [ 24431] By: rgs                                   on 2005/05/09  20:07:14
29769         Log: Subject: [PATCH] attributes-two.patch, the next batch
29770              From: Andy Lester <andy@petdance.com>
29771              Date: May 9, 2005 5:45 PM
29772              Message-ID: <20050509154518.GA18273@petdance.com>
29773      Branch: perl
29774            ! doop.c embed.fnc embed.pl gv.c handy.h op.c perl.c
29775            ! pod/perlapi.pod pp.c pp_ctl.c pp_sys.c proto.h sv.c toke.c
29776            ! utf8.c
29777 ____________________________________________________________________________
29778 [ 24430] By: rgs                                   on 2005/05/09  19:19:20
29779         Log: Fix typo (bug #35368)
29780      Branch: perl
29781            ! pod/perlreftut.pod
29782 ____________________________________________________________________________
29783 [ 24429] By: nicholas                              on 2005/05/09  16:33:57
29784         Log: Update the comment describing arenas.
29785      Branch: perl
29786            ! sv.c
29787 ____________________________________________________________________________
29788 [ 24427] By: nicholas                              on 2005/05/09  11:22:19
29789         Log: Hoist the static "AUTOLOAD" into a static const variable. Makes the
29790              object file slightly smaller, and also increases the proportion of
29791              read only data section.
29792      Branch: perl
29793            ! gv.c
29794 ____________________________________________________________________________
29795 [ 24426] By: rgs                                   on 2005/05/09  11:11:35
29796         Log: Upgrade to Unicode::Collate 0.50
29797      Branch: perl
29798            + lib/Unicode/Collate/t/cjkrange.t lib/Unicode/Collate/t/ignor.t
29799            + lib/Unicode/Collate/t/override.t
29800            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
29801            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/altern.t
29802            ! lib/Unicode/Collate/t/contract.t
29803            ! lib/Unicode/Collate/t/hangtype.t
29804            ! lib/Unicode/Collate/t/hangul.t lib/Unicode/Collate/t/illegal.t
29805            ! lib/Unicode/Collate/t/illegalp.t lib/Unicode/Collate/t/index.t
29806            ! lib/Unicode/Collate/t/normal.t
29807            ! lib/Unicode/Collate/t/rearrang.t lib/Unicode/Collate/t/test.t
29808            ! lib/Unicode/Collate/t/trailwt.t
29809            ! lib/Unicode/Collate/t/variable.t
29810            ! lib/Unicode/Collate/t/version.t lib/Unicode/Collate/t/view.t
29811 ____________________________________________________________________________
29812 [ 24425] By: nicholas                              on 2005/05/09  10:10:42
29813         Log: Change 24413 should have updated makedef.pl with the knowledge that 2
29814              symbols are ithreads only.
29815      Branch: perl
29816            ! makedef.pl
29817 ____________________________________________________________________________
29818 [ 24424] By: nicholas                              on 2005/05/09  10:00:37
29819         Log: Change 24420 should have hand updated globvar.sym to reflect the
29820              renaming of the global variable.
29821      Branch: perl
29822            ! globvar.sym
29823 ____________________________________________________________________________
29824 [ 24423] By: nicholas                              on 2005/05/09  08:48:46
29825         Log: Simplify S_hv_notallowed slightly by passing a prebuilt message
29826              template. (Also slightly smaller object code)
29827      Branch: perl
29828            ! hv.c
29829 ____________________________________________________________________________
29830 [ 24422] By: rgs                                   on 2005/05/09  07:37:58
29831         Log: Subject: [PATCH] Sv_*set() doc's and extra const's for the SvPVX_const() tasks
29832              From: Steve Peters <steve@fisharerojo.org>
29833              Date: Sun, 8 May 2005 20:49:17 -0500
29834              Message-ID: <20050509014917.GA24132@mccoy.peters.homeunix.org>
29835      Branch: perl
29836            ! embed.fnc perl_keyword.pl pod/perlapi.pod proto.h sv.h toke.c
29837 ____________________________________________________________________________
29838 [ 24421] By: rgs                                   on 2005/05/09  07:29:33
29839         Log: Revert to Andy's first solution for nonnull attributes;
29840              add the missing defines for non-threaded perls in perl.h
29841      Branch: perl
29842            ! embed.h embed.pl global.sym perl.h proto.h
29843 ____________________________________________________________________________
29844 [ 24420] By: nicholas                              on 2005/05/08  22:09:18
29845         Log: Perl_croak uses perl's printf, so can pass in SVs direct - no need for
29846              SvPV and a %s format.
29847      Branch: perl
29848            ! mg.c perl.h pp.c pp_hot.c
29849 ____________________________________________________________________________
29850 [ 24419] By: nicholas                              on 2005/05/08  21:40:29
29851         Log: There's no need to set a reference count for the new SV heads, as it's
29852              always set to 1 at uprooting time.
29853              But set it to zero when DEBUGGING to make things clearer. Plus fix a
29854              bug introduced by change 22945, where the last SV head had an
29855              uninitialised reference count.
29856      Branch: perl
29857            ! sv.c
29858 ____________________________________________________________________________
29859 [ 24418] By: nicholas                              on 2005/05/08  19:45:30
29860         Log: The idea is that when you find something, you stop looking.
29861              ( http://use.perl.org/comments.pl?sid=26369&cid=40183 )
29862      Branch: perl
29863            ! sv.c
29864 ____________________________________________________________________________
29865 [ 24417] By: davem                                 on 2005/05/08  14:39:19
29866         Log: t/TEST's new error messages now include the prefix 'FAILURE--'
29867      Branch: perl
29868            ! t/TEST
29869 ____________________________________________________________________________
29870 [ 24416] By: rgs                                   on 2005/05/08  12:19:51
29871         Log: Tweak the insertion of __attribute__((nonnull())) declarations
29872              in proto.h so it compiles with and without threads with gcc 3.4
29873      Branch: perl
29874            ! embed.pl proto.h
29875 ____________________________________________________________________________
29876 [ 24414] By: rgs                                   on 2005/05/07  17:15:45
29877         Log: Subject: [PATCH] GCC attributes!
29878              From: Andy Lester <andy@petdance.com>
29879              Date: May 4, 2005 11:55 PM
29880              Message-ID: <20050504215540.GA20413@petdance.com>
29881      Branch: perl
29882            ! autodoc.pl av.c doio.c doop.c embed.fnc embed.pl op.c perl.h
29883            ! pod/perlapi.pod proto.h regcomp.c sv.c utf8.c util.c xsutils.c
29884 ____________________________________________________________________________
29885 [ 24413] By: nicholas                              on 2005/05/07  16:08:16
29886         Log: The ptr_table arena variables and code is only needed for ithreads.
29887      Branch: perl
29888            ! intrpvar.h sv.c
29889 ____________________________________________________________________________
29890 [ 24412] By: davem                                 on 2005/05/07  12:57:06
29891         Log: while (my $x ...) { ...; redo } shouldn't undef $x.
29892              In the presence of 'my' in the conditional of a while(), until(),
29893              or for(;;) loop, add an extra scope to the body so that redo
29894              doesn't undef the lexical
29895      Branch: perl
29896            ! embed.fnc embed.h op.c perly.act perly.h perly.tab perly.y
29897            ! pp_ctl.c proto.h t/op/loopctl.t
29898 ____________________________________________________________________________
29899 [ 24411] By: davem                                 on 2005/05/07  11:06:16
29900         Log: add 1.875c to the list of supported bisons
29901      Branch: perl
29902            ! regen_perly.pl
29903 ____________________________________________________________________________
29904 [ 24410] By: nicholas                              on 2005/05/06  22:17:04
29905         Log: Get the correct refcount on the temporary assignment to PL_sigwarn so
29906              that other code assigning to $SIG{__WARN__} doesn't cause a premature
29907              free.
29908      Branch: perl
29909            ! perlio.c t/io/layers.t
29910 ____________________________________________________________________________
29911 [ 24409] By: nicholas                              on 2005/05/06  19:08:35
29912         Log: Ooops. Wise man tests with ithreads before commiting. D'oh!
29913      Branch: perl
29914            ! sv.c
29915 ____________________________________________________________________________
29916 [ 24408] By: nicholas                              on 2005/05/06  18:38:45
29917         Log: Change types of PL_he_arenaroot and PL_pte_arenaroot to avoid casting.
29918      Branch: perl
29919            ! hv.c intrpvar.h sv.c
29920 ____________________________________________________________________________
29921 [ 24407] By: rgs                                   on 2005/05/06  15:37:30
29922         Log: Upgrade to PathTools 3.07
29923      Branch: perl
29924            ! ext/Cwd/Changes ext/Cwd/t/taint.t lib/Cwd.pm lib/File/Spec.pm
29925            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Mac.pm
29926            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
29927            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
29928            ! lib/File/Spec/t/Spec.t
29929 ____________________________________________________________________________
29930 [ 24406] By: ams                                   on 2005/05/06  15:17:26
29931         Log: Don't pretend SIGZERO exists [#35291].
29932      Branch: perl
29933            ! mg.c
29934 ____________________________________________________________________________
29935 [ 24405] By: nicholas                              on 2005/05/06  13:11:54
29936         Log: Make the arena size changeable at compile time, and up the default by
29937              a factor of 4.
29938      Branch: perl
29939            ! hv.c perl.h sv.c
29940 ____________________________________________________________________________
29941 [ 24404] By: nicholas                              on 2005/05/06  12:34:36
29942         Log: Allocate pointer table entries (for ithread cloning) from an arena
29943      Branch: perl
29944            ! embedvar.h intrpvar.h perlapi.h sv.c
29945 ____________________________________________________________________________
29946 [ 24402] By: davem                                 on 2005/05/05  20:52:11
29947         Log: avoid accessing a just-freed SV (keep ponie happy)
29948      Branch: perl
29949            ! pad.c
29950 ____________________________________________________________________________
29951 [ 24401] By: rgs                                   on 2005/05/05  17:12:38
29952         Log: Missing files in Test::Simple
29953      Branch: perl
29954            + lib/Test/Simple/t/create.t lib/Test/Simple/t/is_deeply_fail.t
29955            + t/lib/Test/Simple/sample_tests/exit.plx
29956 ____________________________________________________________________________
29957 [ 24399] By: nicholas                              on 2005/05/05  15:17:23
29958         Log: Bump versions of non dual-life modules
29959      Branch: perl
29960            ! lib/File/Path.pm lib/FileCache.pm lib/Pod/Html.pm
29961            ! lib/Symbol.pm lib/utf8.pm win32/FindExt.pm
29962 ____________________________________________________________________________
29963 [ 24398] By: nicholas                              on 2005/05/05  14:54:20
29964         Log: Bump version numbers
29965      Branch: perl
29966            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
29967            ! ext/IO/lib/IO/Socket/INET.pm ext/XS/APItest/APItest.pm
29968 ____________________________________________________________________________
29969 [ 24397] By: rgs                                   on 2005/05/05  14:41:55
29970         Log: Upgrade to Test::Simple 0.60
29971      Branch: perl
29972            - lib/Test/Simple/t/is_deeply.t
29973            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
29974            ! lib/Test/Simple.pm lib/Test/Simple/Changes
29975            ! lib/Test/Simple/t/00signature.t
29976            ! lib/Test/Simple/t/circular_data.t lib/Test/Simple/t/exit.t
29977            ! lib/Test/Simple/t/fork.t lib/Test/Simple/t/has_plan.t
29978            ! lib/Test/Simple/t/has_plan2.t lib/Test/Simple/t/is_fh.t
29979            ! lib/Test/Simple/t/require_ok.t
29980 ____________________________________________________________________________
29981 [ 24396] By: nicholas                              on 2005/05/05  14:28:42
29982         Log: Bump B version numbers
29983      Branch: perl
29984            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm
29985            ! ext/B/B/Disassembler.pm ext/B/B/Terse.pm
29986            ! ext/B/t/OptreeCheck.pm
29987 ____________________________________________________________________________
29988 [ 24393] By: davem                                 on 2005/05/05  12:06:32
29989         Log: stop Math/BigInt/t/bare_mbf.t producing spurious test output
29990      Branch: perl
29991            ! lib/Math/BigInt/t/bare_mbf.t
29992 ____________________________________________________________________________
29993 [ 24392] By: davem                                 on 2005/05/05  12:01:51
29994         Log: strictifying t/TEST stopped it handling '1..n todo' correctly
29995              (made scope of %toto too narrow)
29996      Branch: perl
29997            ! t/TEST
29998 ____________________________________________________________________________
29999 [ 24390] By: davem                                 on 2005/05/05  00:34:50
30000         Log: make t/TEST detect various failure modes in testfile outputs
30001              in particular:
30002              multiple leader lines
30003              leader line not first or last line of file
30004              unrecognised lines
30005              out-of-sequence test numbers
30006      Branch: perl
30007            ! t/TEST
30008 ____________________________________________________________________________
30009 [ 24389] By: davem                                 on 2005/05/04  22:14:54
30010         Log: strictify t/TEST
30011              make most variables lexical, narrow their scope, and give some of
30012              them more meaningful names. Also fix a harmless bug where the wrong
30013              filehandles are closed (A+B rather than U+A)
30014      Branch: perl
30015            ! t/TEST
30016 ____________________________________________________________________________
30017 [ 24388] By: rgs                                   on 2005/05/04  20:50:59
30018         Log: Document the unportability of atan2() edge cases
30019              and remove unportable tests (by Steve Peters)
30020      Branch: perl
30021            ! pod/perlport.pod t/op/exp.t
30022 ____________________________________________________________________________
30023 [ 24387] By: davem                                 on 2005/05/04  20:30:00
30024         Log: add test for [perl #34682] leaving eval via last in inner runops
30025      Branch: perl
30026            ! t/op/eval.t
30027 ____________________________________________________________________________
30028 [ 24386] By: rgs                                   on 2005/05/04  18:31:19
30029         Log: Fix test numerotation
30030      Branch: perl
30031            ! t/op/goto.t
30032 ____________________________________________________________________________
30033 [ 24385] By: davem                                 on 2005/05/04  15:52:11
30034         Log: make goto.t use test.pl, strict and warnings
30035      Branch: perl
30036            ! t/op/goto.t
30037 ____________________________________________________________________________
30038 [ 24384] By: davem                                 on 2005/05/04  14:01:40
30039         Log: SEGV when next is followed by a goto
30040              
30041              next and redo didn't restore PL_curcop
30042      Branch: perl
30043            ! pp_ctl.c t/op/goto.t
30044 ____________________________________________________________________________
30045 [ 24383] By: ams                                   on 2005/05/04  12:12:30
30046         Log: Subject: [PATCH] perlvar.pod verbatim paragraph first line does not start with a space
30047              From: Offer Kaye <offer.kaye@gmail.com>
30048              Date: Wed, 4 May 2005 15:10:37 +0300
30049              Message-Id: <56942505050405101bfe678d@mail.gmail.com>
30050      Branch: perl
30051            ! pod/perlvar.pod
30052 ____________________________________________________________________________
30053 [ 24382] By: rgs                                   on 2005/05/04  11:21:54
30054         Log: Sync synopses
30055      Branch: perl
30056            ! pod/perl.pod pod/perlrun.pod
30057 ____________________________________________________________________________
30058 [ 24381] By: davem                                 on 2005/05/03  22:10:45
30059         Log: document the internals of exception handling
30060      Branch: perl
30061            ! pod/perlhack.pod
30062 ____________________________________________________________________________
30063 [ 24380] By: rgs                                   on 2005/05/03  15:43:34
30064         Log: Fix getting prototype of builtins mkdir and setpgrp.
30065              Hardcode special exceptions for exec and system, instead
30066              of trying to be clever and failing.
30067      Branch: perl
30068            ! opcode.h opcode.pl pp.c t/op/cproto.t
30069 ____________________________________________________________________________
30070 [ 24379] By: rgs                                   on 2005/05/03  12:18:50
30071         Log: Error in the latest FindBin patch, noticed by Nicholas
30072      Branch: perl
30073            ! lib/FindBin.pm
30074 ____________________________________________________________________________
30075 [ 24378] By: rgs                                   on 2005/05/03  12:15:45
30076         Log: mkdir without arguments now defaults to $_
30077      Branch: perl
30078            ! opcode.h opcode.pl pod/perlfunc.pod t/op/cproto.t t/op/mkdir.t
30079 ____________________________________________________________________________
30080 [ 24377] By: nicholas                              on 2005/05/03  12:00:25
30081         Log: ok($a == $b) better written as cmp_ok($a, '==', $b)
30082              (The latter gives more diagnostics in the case of failure)
30083      Branch: perl
30084            ! t/op/exp.t
30085 ____________________________________________________________________________
30086 [ 24376] By: rgs                                   on 2005/05/03  09:45:24
30087         Log: Convert to test.pl
30088      Branch: perl
30089            ! t/op/mkdir.t
30090 ____________________________________________________________________________
30091 [ 24375] By: rgs                                   on 2005/05/03  08:53:25
30092         Log: Fix for [perl #34252] Access rights in FindBin::Bin
30093              At least on my platform, Cwd::getcwd doesn't find the current
30094              directory if it has no access to it. Try harder with Cwd::cwd.
30095      Branch: perl
30096            ! lib/FindBin.pm
30097 ____________________________________________________________________________
30098 [ 24374] By: steveh                                on 2005/05/03  08:51:24
30099         Log: Fix croak() and confess() so that they don't clobber $!
30100              (plus tests to check this)
30101      Branch: perl
30102            ! lib/Carp.pm lib/Carp.t
30103 ____________________________________________________________________________
30104 [ 24373] By: nicholas                              on 2005/05/03  08:45:28
30105         Log: PL_mess_sv is always >= SVt_PVMG, so no need for an if() test
30106      Branch: perl
30107            ! perl.c
30108 ____________________________________________________________________________
30109 [ 24372] By: rgs                                   on 2005/05/03  07:36:17
30110         Log: Subject: [perl #33809] optimize macro dXSARGS 
30111              From: Sergey Skvortsov (via RT) <perlbug-followup@perl.org>
30112              Date: 17 Jan 2005 09:02:33 -0000
30113              Message-ID: <rt-3.0.11-33809-105714.16.4209917806492@perl.org>
30114      Branch: perl
30115            ! XSUB.h pod/perlapi.pod universal.c
30116 ____________________________________________________________________________
30117 [ 24371] By: rgs                                   on 2005/05/03  06:56:03
30118         Log: Subject: [PATCH] IEEE math for the masses
30119              From: Steve Peters <steve@fisharerojo.org>
30120              Date: Fri, 15 Apr 2005 09:10:54 -0500
30121              Message-ID: <20050415141054.GA12749@mccoy.peters.homeunix.org>
30122              
30123              (tests added to t/op/exp.t)
30124      Branch: perl
30125            ! pp.c t/op/exp.t
30126 ____________________________________________________________________________
30127 [ 24370] By: rgs                                   on 2005/05/03  06:30:47
30128         Log: Convert to test.pl
30129      Branch: perl
30130            ! t/op/exp.t
30131 ____________________________________________________________________________
30132 [ 24369] By: nicholas                              on 2005/05/02  20:45:00
30133         Log: A slightly better layout for the diagram.
30134      Branch: perl
30135            ! ext/B/B.pm
30136 ____________________________________________________________________________
30137 [ 24368] By: rgs                                   on 2005/05/02  20:10:34
30138         Log: Clarify the definition of the 'w' pack format, as suggested by
30139              Alexey Toptygin.
30140      Branch: perl
30141            ! pod/perlfunc.pod
30142 ____________________________________________________________________________
30143 [ 24367] By: rgs                                   on 2005/05/02  17:10:19
30144         Log: For perls where pids and ppids are cached, when the ppid of
30145              the perl process becomes 1, refresh the ppid cache (this may
30146              indicate that the parent process has died.)
30147      Branch: perl
30148            ! pp_sys.c
30149 ____________________________________________________________________________
30150 [ 24366] By: rgs                                   on 2005/05/02  16:16:35
30151         Log: Change inheritance hierarchy of B subclassses :
30152              
30153              Subject: @B::NV::ISA = 'B::IV';
30154              From: Nicholas Clark <nick@ccl4.org>
30155              Date: Wed, 27 Apr 2005 14:57:51 +0100
30156              Message-ID: <20050427135750.GD94420@plum.flirble.org>
30157      Branch: perl
30158            ! ext/B/B.pm
30159 ____________________________________________________________________________
30160 [ 24365] By: rgs                                   on 2005/05/02  15:46:51
30161         Log: Subject: [PATCH] printf.patch: Adding printf checking for gcc
30162              From: Andy Lester <andy@petdance.com>
30163              Date: Sun, 1 May 2005 15:07:55 -0500
30164              Message-ID: <20050501200755.GA30259@petdance.com>
30165      Branch: perl
30166            ! gv.c lib/ExtUtils/t/Embed.t pad.c perl.c perl.h perlio.c
30167            ! perlio.h perliol.h pp_pack.c pp_sort.c x2p/util.c x2p/util.h
30168 ____________________________________________________________________________
30169 [ 24364] By: rgs                                   on 2005/05/02  14:48:04
30170         Log: Subject: Re: [perl #31793] Data::Dumper: Useqq interacts badly with overloading
30171              From: Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
30172              Date: Wed, 3 Nov 2004 16:38:01 +0100
30173              Message-ID: <20041103163801.6839be30@valis.local>
30174      Branch: perl
30175            ! ext/Data/Dumper/Dumper.pm
30176 ____________________________________________________________________________
30177 [ 24363] By: davem                                 on 2005/05/02  14:27:20
30178         Log: Better fix for #8738  (Core dump in 'leavetry')
30179              When in an inner runops loop (eg via a tie or sort), an eval
30180              needs a new JMPENV pushing by S_docatch. If an exception is raised,
30181              control is returned to S_docatch, and it must determine whether
30182              the eval that trapped the exception is an inner eval or an outer
30183              one. In the former case, restart the loop, in the latter case,
30184              rethrow the exception. This is determined by whether we are still
30185              at the same PL_curstackinfo level. This fails in the case of
30186              SPLICE(), which pushes a new SETJMP and runops level, but not a
30187              new stackinfo level. There may be other code which does similar.
30188              The solution is to store the current value of PL_top_env in each
30189              pushed CxEVAL, and see if it's still the same as PL_top_env when
30190              the exception is handled.
30191      Branch: perl
30192            ! cop.h pp_ctl.c
30193 ____________________________________________________________________________
30194 [ 24362] By: davem                                 on 2005/05/02  13:51:42
30195         Log: Revert change #15705 (Core dump in 'leavetry')
30196              This fixes bug #34682, reintroduces bug #8738 (ID 20020301.011),
30197              and reintroduces an eval optimisation for innter runops levels
30198      Branch: perl
30199            ! pp_ctl.c
30200 ____________________________________________________________________________
30201 [ 24361] By: davem                                 on 2005/05/02  13:29:17
30202         Log: move the SETJMP exception-handing definitions from scope.h to cop.h
30203              so that a JMPENV* entry can be added to struct block_eval
30204      Branch: perl
30205            ! cop.h scope.h
30206 ____________________________________________________________________________
30207 [ 24360] By: rgs                                   on 2005/05/02  09:37:04
30208         Log: Fix [perl #35162] $SIG{__DIE__} = 'IGNORE' is base.pm is illegal
30209      Branch: perl
30210            ! lib/base.pm
30211 ____________________________________________________________________________
30212 [ 24359] By: rgs                                   on 2005/05/02  08:09:38
30213         Log: Subject: [PATCH] undo pod utilities regression in 24034
30214              From: "Craig A. Berry" <craigberry@mac.com>
30215              Date: Fri, 29 Apr 2005 17:22:48 -0500
30216              Message-ID: <4272B3B8.6030603@mac.com>
30217      Branch: perl
30218            ! pod/pod2usage.PL pod/podselect.PL
30219 ____________________________________________________________________________
30220 [ 24358] By: rgs                                   on 2005/05/02  07:15:37
30221         Log: Subject: [PATCH] uninitialized warnings in regcomp
30222              From: Steven Philip Schubiger <steven@accognoscere.org>
30223              Date: Mon, 2 May 2005 01:14:29 +0200 (CEST)
30224              Message-Id: <200505012314.j41NETLk018737@accognoscere.homeunix.org>
30225      Branch: perl
30226            ! regcomp.c
30227 ____________________________________________________________________________
30228 [ 24357] By: nicholas                              on 2005/05/01  22:16:16
30229         Log: Explode if anyone attempts to sv_upgrade PL_mess_sv.
30230              Should this be a panic: ?
30231      Branch: perl
30232            ! sv.c
30233 ____________________________________________________________________________
30234 [ 24355] By: merijn                                on 2005/04/29  15:32:17
30235         Log: Put back INSTALL_PREFIX and INSTALL_PREFIX_EXP as they were
30236              unintendedly removed by patch #23435
30237      Branch: perl
30238            ! config_h.SH
30239 ____________________________________________________________________________
30240 [ 24354] By: merijn                                on 2005/04/29  13:59:36
30241         Log: Subject: [PATCH] Small patch to perlport.pod
30242              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
30243              Date: Thu, 28 Apr 2005 02:24:04 +0200
30244              Message-Id: <D38E89F3-B77B-11D9-B91D-000502F3279F@free.fr>
30245      Branch: perl
30246            ! pod/perlport.pod
30247 ____________________________________________________________________________
30248 [ 24353] By: steveh                                on 2005/04/29  09:07:19
30249         Log: Subject: [PATCH] one cannot "static" exported functions
30250              From: <jarkko.hietaniemi@nokia.com>
30251              Date: Fri, 29 Apr 2005 11:02:01 +0300
30252              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D705@esebe105.NOE.Nokia.com>
30253      Branch: perl
30254            ! perlio.c
30255 ____________________________________________________________________________
30256 [ 24352] By: steveh                                on 2005/04/29  08:24:50
30257         Log: Skip PL_sig_sv when PERL_IMPLICIT_CONTEXT is defined
30258              (rather than when PERL_IMPLICIT_SYS is defined)
30259      Branch: perl
30260            ! makedef.pl
30261 ____________________________________________________________________________
30262 [ 24351] By: nicholas                              on 2005/04/28  22:28:53
30263         Log: Refactor Perl_sv_utf8_upgrade_flags to use SvPV_free
30264      Branch: perl
30265            ! sv.c
30266 ____________________________________________________________________________
30267 [ 24350] By: steveh                                on 2005/04/28  16:42:13
30268         Log: Subject: (in blead) a missing const in a prototype
30269              From: <jarkko.hietaniemi@nokia.com>
30270              Date: Wed, 27 Apr 2005 17:35:27 +0300
30271              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D6ED@esebe105.NOE.Nokia.com>
30272      Branch: perl
30273            ! embed.fnc proto.h
30274 ____________________________________________________________________________
30275 [ 24349] By: steveh                                on 2005/04/28  16:38:51
30276         Log: Silence a compilation warning on Win32
30277      Branch: perl
30278            ! pp.c
30279 ____________________________________________________________________________
30280 [ 24348] By: nicholas                              on 2005/04/28  11:22:15
30281         Log: Add a new macro SvPV_free() which undoes OOK and free()s the PVX(),
30282              becase there's a lot of code around that calls SvOOK_off(), memmov()s
30283              the buffer, then promptly free()s it. So avoid the needless memmov().
30284      Branch: perl
30285            ! perl.c pp.c pp_ctl.c pp_hot.c sv.c sv.h
30286 ____________________________________________________________________________
30287 [ 24347] By: steveh                                on 2005/04/28  11:13:55
30288         Log: Remove temporary clean-up from Win32 makefiles
30289              
30290              Change 22501 temporarily added some clean-up to the Win32 makefiles
30291              which was only meant to stay until cpan rt #5616 was fixed.  It is
30292              now fixed (in EU-MM 6.22, which in turn has been in blead for a
30293              while now), so these hacks are no longer required.
30294              
30295              This change is also good for maint, which currently contains EU-MM
30296              6.17, which didn't create the blibdirs.exists files in question
30297              anyway.
30298      Branch: perl
30299            ! win32/Makefile win32/makefile.mk
30300 ____________________________________________________________________________
30301 [ 24345] By: rgs                                   on 2005/04/28  09:29:07
30302         Log: Remove confusing punctuation
30303              (spotted by David Rigaudiere)
30304      Branch: perl
30305            ! pod/perlvar.pod
30306 ____________________________________________________________________________
30307 [ 24344] By: nicholas                              on 2005/04/28  09:29:06
30308         Log: Calling sv_backoff() on something that's about to be free()d will
30309              memmov() memory that's about to be freed. Seems wasteful.
30310      Branch: perl
30311            ! sv.c
30312 ____________________________________________________________________________
30313 [ 24341] By: steveh                                on 2005/04/28  08:44:28
30314         Log: Fix perlsio_binmode() export breakage caused by change #24338
30315              
30316              Define and export perlsio_binmode() based on the same condition,
30317              namely, that USE_PERLIO is defined and USE_SFIO is not.
30318      Branch: perl
30319            ! makedef.pl perlio.c
30320 ____________________________________________________________________________
30321 [ 24340] By: nicholas                              on 2005/04/28  08:34:57
30322         Log: The if() clause is the wrong way round, so OOK can never be true in
30323              this case. Given that OOK is never undone, we could never have been
30324              correctly upgrading a PV with OOK to HV or AV. I believe that only
30325              SVt_NULL is the only type ever upgraded to HV or AV.
30326      Branch: perl
30327            ! sv.c
30328 ____________________________________________________________________________
30329 [ 24339] By: rgs                                   on 2005/04/27  20:24:30
30330         Log: A couple of warning fixes by Gisle
30331      Branch: perl
30332            ! pp.c pp_sys.c
30333 ____________________________________________________________________________
30334 [ 24338] By: rgs                                   on 2005/04/27  14:48:46
30335         Log: Subject: [PATCH] perlio-two.patch: More warnings squashed, more consts
30336              From: Andy Lester <andy@petdance.com>
30337              Date: Wed, 27 Apr 2005 10:02:43 -0500
30338              Message-ID: <20050427150243.GA21883@petdance.com>
30339      Branch: perl
30340            ! perl.c perlio.c perlio.h perliol.h
30341 ____________________________________________________________________________
30342 [ 24334] By: steveh                                on 2005/04/27  08:35:40
30343         Log: Subject: Win32 MM test fix
30344              From: Michael G Schwern <schwern@pobox.com>
30345              Date: Mon, 18 Apr 2005 14:30:19 -0700
30346              Message-ID: <20050418213019.GA15797@windhund.schwern.org>
30347              
30348              Subject: Re: Win32 MM test fix
30349              From: demerphq <demerphq@gmail.com>
30350              Date: Tue, 19 Apr 2005 00:57:59 +0200
30351              Message-ID: <9b18b31105041815573e10dc10@mail.gmail.com>
30352      Branch: perl
30353            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
30354 ____________________________________________________________________________
30355 [ 24333] By: rgs                                   on 2005/04/26  21:03:43
30356         Log: Subject: [PATCH] XS() __attribute__
30357              From: Andy Lester <andy@petdance.com>
30358              Date: Fri, 22 Apr 2005 17:39:47 -0500
30359              Message-ID: <20050422223947.GA4681@petdance.com>
30360      Branch: perl
30361            ! XSUB.h universal.c xsutils.c
30362 ____________________________________________________________________________
30363 [ 24328] By: rgs                                   on 2005/04/26  14:27:01
30364         Log: Subject: Re: [PATCH] pp_pack.c redux, to work w/Jarkko's recent patches
30365              From: Andy Lester <andy@petdance.com>
30366              Date: Mon, 25 Apr 2005 17:56:51 -0500
30367              Message-ID: <20050425225651.GB17271@petdance.com>
30368      Branch: perl
30369            ! embed.fnc embed.h perl.h pod/perlapi.pod pp_pack.c proto.h
30370 ____________________________________________________________________________
30371 [ 24326] By: rgs                                   on 2005/04/26  12:49:03
30372         Log: Upgrade to CGI.pm 3.08
30373      Branch: perl
30374            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Changes lib/CGI/Cookie.pm
30375            ! lib/CGI/Pretty.pm
30376 ____________________________________________________________________________
30377 [ 24325] By: merijn                                on 2005/04/26  11:28:42
30378         Log: Subject: [PATCH?] for AIX problems? RE: [PATCH] Symbian port of Perl
30379              Date: Tue, 26 Apr 2005 12:22:12 +0300
30380              From: <jarkko.hietaniemi@nokia.com>
30381              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D6CB@esebe105.NOE.Nokia.com>
30382              From: Steve Hay <steve.hay@uk.radan.com>
30383              Message-ID: <426E11A3.8070002@uk.radan.com>
30384      Branch: perl
30385            ! ext/Storable/Storable.xs
30386 ____________________________________________________________________________
30387 [ 24321] By: steveh                                on 2005/04/25  13:09:57
30388         Log: Update location to fetch dmake from in README.win32
30389              
30390              Use the generic search.cpan.org URL so that the latest version is
30391              always found
30392      Branch: perl
30393            ! README.win32
30394 ____________________________________________________________________________
30395 [ 24320] By: nicholas                              on 2005/04/25  11:41:01
30396         Log: Subject: [PATCH] mktables.lst and related stuff (was Re: [PATCH] Unicode 4.1.0)
30397              From: demerphq <demerphq@gmail.com>
30398              Message-ID: <9b18b31105042412352fcf2bc5@mail.gmail.com>
30399              Date: Sun, 24 Apr 2005 21:35:35 +0200
30400      Branch: perl
30401            ! lib/unicore/README.perl lib/unicore/mktables
30402            ! lib/unicore/mktables.lst
30403 ____________________________________________________________________________
30404 [ 24319] By: steveh                                on 2005/04/25  11:05:24
30405         Log: Provide $Config{libswanted_uselargefiles} on Win32
30406              
30407              This fixes some test failures introduced by change 24271.
30408      Branch: perl
30409            ! win32/config.bc win32/config.gc win32/config.vc
30410            ! win32/config.vc64
30411 ____________________________________________________________________________
30412 [ 24318] By: steveh                                on 2005/04/25  07:47:11
30413         Log: Subject: [PATCH] combopatch
30414              From: Jarkko Hietaniemi <jhi@iki.fi>
30415              Date: Sun, 24 Apr 2005 22:58:15 +0300
30416              Message-ID: <426BFA57.9060105@iki.fi>
30417      Branch: perl
30418            ! embed.fnc makedef.pl mg.c perl.c perl.h perlvars.h pp_pack.c
30419            ! proto.h toke.c util.c
30420 ____________________________________________________________________________
30421 [ 24317] By: rgs                                   on 2005/04/25  06:30:44
30422         Log: Fix typo, noticed by Randal Schwartz
30423      Branch: perl
30424            ! pod/perlfunc.pod
30425 ____________________________________________________________________________
30426 [ 24316] By: ams                                   on 2005/04/25  01:36:38
30427         Log: Add STORABLE_attach hook (Adam Kennedy).
30428      Branch: perl
30429            + ext/Storable/t/HAS_ATTACH.pm ext/Storable/t/attach_errors.t
30430            + ext/Storable/t/attach_singleton.t
30431            + ext/Storable/t/circular_hook.t
30432            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
30433            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
30434 ____________________________________________________________________________
30435 [ 24315] By: rgs                                   on 2005/04/24  15:25:18
30436         Log: Add files missing in 24314
30437      Branch: perl
30438            + lib/Test/Harness/Point.pm lib/Test/Harness/t/from_line.t
30439            + lib/Test/Harness/t/point-parse.t lib/Test/Harness/t/point.t
30440            + lib/Test/Harness/t/version.t
30441 ____________________________________________________________________________
30442 [ 24314] By: rgs                                   on 2005/04/24  13:26:50
30443         Log: Upgrade to Test::Harness 2.48
30444      Branch: perl
30445            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
30446            ! lib/Test/Harness/Straps.pm lib/Test/Harness/TAP.pod
30447            ! lib/Test/Harness/t/00compile.t
30448            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
30449            ! t/lib/sample-tests/skip
30450 ____________________________________________________________________________
30451 [ 24313] By: merijn                                on 2005/04/24  11:52:03
30452         Log: Subject: [PATCH] Add -Wdeclaration-after-statement to default flags for gcc 3+
30453              From: Steve Peters <steve@fisharerojo.org>
30454              Date: Sat, 23 Apr 2005 22:37:48 -0500
30455              Message-ID: <20050424033748.GA23117@mccoy.peters.homeunix.org>
30456      Branch: perl
30457            ! Configure
30458 ____________________________________________________________________________
30459 [ 24311] By: rgs                                   on 2005/04/24  11:48:24
30460         Log: Add %patchlevel hash to Module::CoreList
30461      Branch: perl
30462            ! lib/Module/CoreList.pm
30463 ____________________________________________________________________________
30464 [ 24310] By: merijn                                on 2005/04/24  09:12:37
30465         Log: Subject: [PATCH] lib/Time/Local.t: time_t is unsigned on VMS
30466              From: "Craig A. Berry" <craigberry@mac.com>
30467              Date: Sat, 23 Apr 2005 18:25:52 -0500
30468              Message-ID: <426AD980.2010801@mac.com>
30469      Branch: perl
30470            ! lib/Time/Local.t
30471 ____________________________________________________________________________
30472 [ 24309] By: nicholas                              on 2005/04/23  14:00:49
30473         Log: Variable declarations can't come after statements in C89.
30474      Branch: perl
30475            ! util.c
30476 ____________________________________________________________________________
30477 [ 24308] By: nicholas                              on 2005/04/23  13:57:41
30478         Log: Save state when auto-generating #ifdef PERL_CORE and PERL_CORE/PERL_EXT
30479              reducing embed.h by about 10%.
30480      Branch: perl
30481            ! embed.h embed.pl
30482 ____________________________________________________________________________
30483 [ 24307] By: davem                                 on 2005/04/23  13:56:18
30484         Log: Subject:  [PATCH] Fix for warnings in util.c/Perl_init_tm()
30485              From:  Steve Peters <steve@fisharerojo.org>
30486              Date:  Fri, 22 Apr 2005 22:36:03 -0500
30487              Message-Id:  <20050423033603.GA32547@mccoy.peters.homeunix.org>
30488              
30489              localtime() can return null
30490      Branch: perl
30491            ! util.c
30492 ____________________________________________________________________________
30493 [ 24303] By: nicholas                              on 2005/04/22  21:40:21
30494         Log: Convert to test.pl
30495      Branch: perl
30496            ! t/op/substr.t
30497 ____________________________________________________________________________
30498 [ 24301] By: nicholas                              on 2005/04/22  16:21:46
30499         Log: Subject: [PATCH] t/uni/class.t -- update VMS test skippage
30500              From: "Craig A. Berry" <craigberry@mac.com>
30501              Message-ID: <42692501.6090809@mac.com>
30502              Date: Fri, 22 Apr 2005 11:23:29 -0500
30503      Branch: perl
30504            ! t/uni/class.t
30505 ____________________________________________________________________________
30506 [ 24300] By: rgs                                   on 2005/04/22  16:17:36
30507         Log: Patch by Yves Orton to accept several options on the corelist(1)
30508              command-line. Plus POD nits.
30509      Branch: perl
30510            ! lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist
30511 ____________________________________________________________________________
30512 [ 24290] By: steveh                                on 2005/04/22  13:51:47
30513         Log: Fix last remaining Win32 linker error following change 24271
30514              
30515              (Supplied by Jarkko in a makedef.pl that was omitted from the
30516              aforementioned change)
30517      Branch: perl
30518            ! makedef.pl
30519 ____________________________________________________________________________
30520 [ 24287] By: rgs                                   on 2005/04/22  12:42:37
30521         Log: There's no point listing '-f' in --help output
30522              when perl isn't built with USE_SITECUSTOMIZE, since it might
30523              confuse users about $sitelib/sitecustomize.pl being sourced
30524              at startup.
30525      Branch: perl
30526            ! perl.c
30527 ____________________________________________________________________________
30528 [ 24286] By: nicholas                              on 2005/04/22  12:37:19
30529         Log: For now, TODO the 2 tests that fail on 5.8.x
30530      Branch: perl
30531            ! ext/B/t/optree_specials.t
30532 ____________________________________________________________________________
30533 [ 24284] By: rgs                                   on 2005/04/22  12:34:14
30534         Log: -A wasn't listed in the --help output
30535      Branch: perl
30536            ! perl.c
30537 ____________________________________________________________________________
30538 [ 24280] By: steveh                                on 2005/04/22  09:59:54
30539         Log: Fix more Win32 linker errors following change 24271
30540              
30541              This clears up problems with Perl_free_global_struct and
30542              Perl_init_global_struct
30543      Branch: perl
30544            ! embed.fnc embed.h global.sym makedef.pl proto.h
30545 ____________________________________________________________________________
30546 [ 24279] By: rgs                                   on 2005/04/22  09:04:08
30547         Log: Subject: [PATCH] pp_pack.c warning quieting
30548              From: Andy Lester <andy@petdance.com>
30549              Date: Thu, 21 Apr 2005 11:33:13 -0500
30550              Message-ID: <20050421163313.GA20930@petdance.com>
30551      Branch: perl
30552            ! pp_pack.c
30553 ____________________________________________________________________________
30554 [ 24278] By: steveh                                on 2005/04/22  08:59:58
30555         Log: Fix Win32 linker errors following change 24271
30556              
30557              This clears up "unresolved external" errors for the following symbols:
30558              
30559              PL_watch_pvx
30560              Perl_Gappctx_ptr
30561              Perl_Gmmap_page_size_ptr
30562              Perl_Gsig_defaulting_ptr
30563              Perl_Gsig_handlers_initted_ptr
30564              Perl_Gsig_ignoring_ptr
30565              Perl_Gsig_sv_ptr
30566              Perl_Gtimesbase_ptr
30567              Perl_Gwatch_pvx_ptr
30568      Branch: perl
30569            ! makedef.pl
30570 ____________________________________________________________________________
30571 [ 24277] By: rgs                                   on 2005/04/22  08:48:14
30572         Log: Subject: [PATCH] bytecode.pl, bytecode.h, and sv.h fixes
30573              From: Steve Peters <steve@fisharerojo.org>
30574              Date: Thu, 21 Apr 2005 18:55:47 -0500
30575              Message-ID: <20050421235547.GA12149@mccoy.peters.homeunix.org>
30576      Branch: perl
30577            ! bytecode.pl ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
30578            ! sv.h
30579 ____________________________________________________________________________
30580 [ 24276] By: steveh                                on 2005/04/22  08:13:01
30581         Log: Fix my_chsize() for systems having chsize(), broken by change #24271
30582      Branch: perl
30583            ! pp_sys.c
30584 ____________________________________________________________________________
30585 [ 24275] By: davem                                 on 2005/04/21  21:30:11
30586         Log: Sigh - really bump Text::Wrap version number this time.
30587      Branch: perl
30588            ! lib/Text/Wrap.pm
30589 ____________________________________________________________________________
30590 [ 24274] By: davem                                 on 2005/04/21  21:27:15
30591         Log: bump version number in Text::Wrap after change #24273
30592      Branch: perl
30593            ! lib/Text/Wrap.pm
30594 ____________________________________________________________________________
30595 [ 24273] By: davem                                 on 2005/04/21  21:22:54
30596         Log: Text::Wrap::wrap() fails with non-space separator
30597      Branch: perl
30598            ! lib/Text/TabsWrap/t/wrap.t lib/Text/Wrap.pm
30599 ____________________________________________________________________________
30600 [ 24271] By: rgs                                   on 2005/04/21  15:38:30
30601         Log: Subject: [PATCH] Symbian port of Perl
30602              From: <jarkko.hietaniemi@nokia.com>
30603              Date: Mon, 18 Apr 2005 13:18:30 +0300
30604              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D653@esebe105.NOE.Nokia.com>
30605      Branch: perl
30606            + README.symbian ext/DynaLoader/dl_symbian.xs
30607            + symbian/PerlApp.cpp symbian/PerlApp.h symbian/PerlApp.hrh
30608            + symbian/PerlApp.rss symbian/PerlAppAif.rss
30609            + symbian/PerlBase.cpp symbian/PerlBase.h symbian/PerlBase.pod
30610            + symbian/PerlRecog.cpp symbian/PerlRecog.mmp symbian/README
30611            + symbian/TODO symbian/bld.inf symbian/config.pl
30612            + symbian/config.sh symbian/cwd.pl symbian/demo_pl
30613            + symbian/install.cfg symbian/makesis.pl symbian/port.pl
30614            + symbian/sanity.pl symbian/sdk.pl symbian/symbian_dll.cpp
30615            + symbian/symbian_proto.h symbian/symbian_stubs.c
30616            + symbian/symbian_stubs.h symbian/symbian_utils.cpp
30617            + symbian/symbianish.h symbian/uid.pl symbian/version.pl
30618            + symbian/xsbuild.pl
30619            ! EXTERN.h INTERN.h MANIFEST Porting/curliff.pl Porting/makerel
30620            ! XSUB.h av.c bytecode.pl configpm doio.c dump.c embed.fnc
30621            ! embed.h embed.pl embedvar.h ext/B/B.xs
30622            ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
30623            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
30624            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/dlutils.c
30625            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm
30626            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
30627            ! ext/POSIX/POSIX.xs ext/PerlIO/scalar/scalar.xs
30628            ! ext/PerlIO/via/via.xs ext/SDBM_File/sdbm/sdbm.c
30629            ! ext/Storable/Storable.xs ext/Time/HiRes/HiRes.xs global.sym
30630            ! globvar.sym gv.c hv.c intrpvar.h lib/ExtUtils/t/Embed.t
30631            ! lib/ExtUtils/xsubpp lib/File/Spec.pm lib/File/Spec/Win32.pm
30632            ! locale.c mg.c miniperlmain.c numeric.c op.c opcode.h opcode.pl
30633            ! pad.c patchlevel.h perl.c perl.h perlapi.c perlapi.h perlio.c
30634            ! perlio.h perliol.h perlvars.h pod.lst pod/perl.pod
30635            ! pod/perlguts.pod pod/perlintern.pod pp.c pp_ctl.c pp_hot.c
30636            ! pp_pack.c pp_sort.c pp_sys.c proto.h reentr.pl regcomp.c
30637            ! regexec.c scope.h sv.c taint.c toke.c universal.c utf8.c
30638            ! utf8.h util.c util.h vms/descrip_mms.template win32/Makefile
30639            ! win32/makefile.mk win32/win32io.c xsutils.c
30640 ____________________________________________________________________________
30641 [ 24270] By: davem                                 on 2005/04/21  15:36:14
30642         Log: substr uses utf8 length cache incorrectly
30643      Branch: perl
30644            ! sv.c t/op/substr.t
30645 ____________________________________________________________________________
30646 [ 24269] By: davem                                 on 2005/04/21  00:13:14
30647         Log: Subject:  [PATCH] extra code in pp_concat, Take 2
30648              From:  Andy Lester <andy@petdance.com>
30649              Date:  Wed, 13 Apr 2005 21:06:01 -0500
30650              Message-Id:  <20050414020601.GA21346@petdance.com>
30651              
30652              add 'const', and remove extraneous code, from pp_concat
30653      Branch: perl
30654            ! pp_hot.c t/op/concat.t
30655 ____________________________________________________________________________
30656 [ 24268] By: davem                                 on 2005/04/20  23:56:18
30657         Log: Subject:  patch to [PATCH] Fix MGVTBL structures in perl.h (preprocessor
30658              From:  David Dyck <david.dyck@fluke.com>
30659              Date:  Wed, 20 Apr 2005 16:35:55 -0700 (PDT)
30660              Message-Id:  <Pine.LNX.4.62.0504201627550.27786@dd.tc.fluke.com>
30661              
30662              fix nits in change #24264:
30663              some preprocessors don't like #ifdefs within a macro's args;
30664              also removed duplicate semicolons from macro definitions.
30665      Branch: perl
30666            ! perl.h
30667 ____________________________________________________________________________
30668 [ 24267] By: davem                                 on 2005/04/20  23:35:54
30669         Log: In change 24266 I failed to actually change anything. Sigh.
30670      Branch: perl
30671            ! ext/Sys/Syslog/Syslog.pm
30672 ____________________________________________________________________________
30673 [ 24266] By: davem                                 on 2005/04/20  23:32:04
30674         Log: change misleading syslog() example
30675      Branch: perl
30676            ! ext/Sys/Syslog/Syslog.pm
30677 ____________________________________________________________________________
30678 [ 24265] By: davem                                 on 2005/04/20  21:47:40
30679         Log: Subject:  [perl #35059] [PATCH] caller() skips frames (such as eval() frames) if $^P set 
30680              From:  glasser@tang-eleven-seventy-nine.mit.edu (via RT) <perlbug-followup@perl.org>
30681              Date:  20 Apr 2005 19:28:14 -0000
30682              Message-Id:  <rt-3.0.11-35059-111134.0.304511316819145@perl.org>
30683              
30684              improved version of change 21842 that copes with glob DB::sub
30685              existing but &DB::sub not existing.
30686      Branch: perl
30687            ! mg.c pp_ctl.c t/op/caller.t
30688 ____________________________________________________________________________
30689 [ 24264] By: davem                                 on 2005/04/20  21:32:23
30690         Log: Subject:  [PATCH] Fix MGVTBL structures in perl.h
30691              From:  Andy Lester <andy@petdance.com>
30692              Date:  Wed, 20 Apr 2005 15:09:24 -0500
30693              Message-Id:  <20050420200923.GA3017@petdance.com>
30694              
30695              The MGVTBL structures contain 7 function pointers, but only 5 were
30696              getting initialized. Plus, there were repeated lists between
30697              declaration and definition; add a macro to declare or define
30698              all the global MGVTBLs as appropriate.
30699      Branch: perl
30700            ! perl.h
30701 ____________________________________________________________________________
30702 [ 24260] By: nicholas                              on 2005/04/20  13:51:54
30703         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #6
30704              From: Steve Peters <steve@fisharerojo.org>
30705              Message-ID: <20050420112720.GA31042@mccoy.peters.homeunix.org>
30706              Date: Wed, 20 Apr 2005 06:27:20 -0500
30707      Branch: perl
30708            ! bytecode.pl ext/ByteLoader/bytecode.h malloc.c sv.c
30709 ____________________________________________________________________________
30710 [ 24258] By: nicholas                              on 2005/04/20  08:13:21
30711         Log: Merge common code. Reduces object size by 1K on x86, 6K on PPC
30712      Branch: perl
30713            ! sv.c
30714 ____________________________________________________________________________
30715 [ 24257] By: davem                                 on 2005/04/19  23:47:38
30716         Log: run regen_headers after addition of FOO_set() macros
30717      Branch: perl
30718            ! ext/ByteLoader/byterun.c
30719 ____________________________________________________________________________
30720 [ 24256] By: davem                                 on 2005/04/19  23:43:54
30721         Log: Subject:  [PATCH] pad_compname_type(), takes care of a clunky macro
30722              From:  Andy Lester <andy@petdance.com>
30723              Date:  Tue, 19 Apr 2005 11:38:44 -0500
30724              Message-Id:  <20050419163844.GA19747@petdance.com>
30725      Branch: perl
30726            ! embed.fnc embed.h pad.c pad.h proto.h
30727 ____________________________________________________________________________
30728 [ 24255] By: davem                                 on 2005/04/19  23:31:52
30729         Log: DEBUG_LEAKING_SCALARS could use the value of a freed PL_op
30730      Branch: perl
30731            ! op.c
30732 ____________________________________________________________________________
30733 [ 24254] By: nicholas                              on 2005/04/19  21:53:38
30734         Log: Don't set things to zero twice. Once is enough. (see also change 15255)
30735      Branch: perl
30736            ! sv.c
30737 ____________________________________________________________________________
30738 [ 24253] By: nicholas                              on 2005/04/19  20:55:24
30739         Log: Restore SvEND_set
30740      Branch: perl
30741            ! sv.h
30742 ____________________________________________________________________________
30743 [ 24252] By: nicholas                              on 2005/04/19  20:07:49
30744         Log: Force RVALUE macros when in PERL_DEBUG_COW
30745      Branch: perl
30746            ! ext/ByteLoader/byterun.c sv.c sv.h
30747 ____________________________________________________________________________
30748 [ 24251] By: nicholas                              on 2005/04/19  14:25:00
30749         Log: Avoid generating thousands of UTF-8 warnings when testing under a
30750              UTF-8 locale
30751      Branch: perl
30752            ! t/op/pack.t
30753 ____________________________________________________________________________
30754 [ 24249] By: rgs                                   on 2005/04/19  11:20:37
30755         Log: Simplify PERL_DEBUG_PAD_ZERO so it continues to expand to
30756              valid C code
30757      Branch: perl
30758            ! perl.h
30759 ____________________________________________________________________________
30760 [ 24248] By: nicholas                              on 2005/04/19  09:55:51
30761         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #5
30762              From: Steve Peters <steve@fisharerojo.org>
30763              Message-ID: <20050419000925.GA21640@mccoy.peters.homeunix.org>
30764              Date: Mon, 18 Apr 2005 19:09:25 -0500
30765      Branch: perl
30766            ! dump.c ext/ByteLoader/ByteLoader.pm ext/ByteLoader/byterun.c
30767            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
30768            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
30769            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
30770            ! ext/List/Util/lib/List/Util.pm ext/POSIX/POSIX.pm
30771            ! ext/POSIX/POSIX.xs ext/PerlIO/encoding/encoding.pm
30772            ! ext/PerlIO/encoding/encoding.xs ext/PerlIO/scalar/scalar.pm
30773            ! ext/PerlIO/scalar/scalar.xs ext/Storable/Storable.pm
30774            ! ext/Storable/Storable.xs ext/threads/shared/shared.pm
30775            ! ext/threads/shared/shared.xs ext/threads/threads.pm gv.c mg.c
30776            ! op.c pad.c pad.h perl.h pp.c pp.h pp_hot.c pp_pack.c regcomp.c
30777            ! scope.c sv.c sv.h toke.c
30778 ____________________________________________________________________________
30779 [ 24247] By: davem                                 on 2005/04/19  01:38:54
30780         Log: Add CLONE_SKIP() class method to allow individual classes to skip
30781              cloning objects during thread creation
30782      Branch: perl
30783            ! dump.c ext/threads/t/thread.t pod/perlmod.pod sv.c sv.h
30784 ____________________________________________________________________________
30785 [ 24246] By: nicholas                              on 2005/04/18  22:31:48
30786         Log: PERL_DEBUG_COW for SvUVX and SvPVX
30787      Branch: perl
30788            ! ext/DynaLoader/dl_dyld.xs sv.h
30789 ____________________________________________________________________________
30790 [ 24245] By: nicholas                              on 2005/04/18  21:58:22
30791         Log: SvPV_renew also calls SvLEN_set
30792              Add SvPV_shrink_to_cur(sv) to call SvPV_renew with SvCUR(sv)+1.
30793              For Ponie this can be a single call into the PMC
30794      Branch: perl
30795            ! pp_hot.c pp_sys.c sv.h toke.c
30796 ____________________________________________________________________________
30797 [ 24244] By: nicholas                              on 2005/04/18  20:37:13
30798         Log: Replace Renew(SvPVX(...)...) with SvPV_renew, which avoids an LVALUE
30799              SvPVX
30800      Branch: perl
30801            ! pp_hot.c pp_sys.c sv.h toke.c
30802 ____________________________________________________________________________
30803 [ 24243] By: nicholas                              on 2005/04/18  19:50:12
30804         Log: A more efficient way of expressing the MALLOC_WRAP conditional compile.
30805      Branch: perl
30806            ! handy.h
30807 ____________________________________________________________________________
30808 [ 24242] By: steveh                                on 2005/04/18  16:04:20
30809         Log: Fix bug #33664: allow for transport providers with protocol == 0
30810              
30811              (This indicates that any protocol may be used, so don't bother checking
30812              that the requested protocol matches in this case.)
30813      Branch: perl
30814            ! win32/win32sck.c
30815 ____________________________________________________________________________
30816 [ 24241] By: nicholas                              on 2005/04/18  15:23:45
30817         Log: Refactor the odd-one-out code before a Renew(SvPVX(...)...)
30818      Branch: perl
30819            ! pp_hot.c
30820 ____________________________________________________________________________
30821 [ 24240] By: nicholas                              on 2005/04/18  14:15:52
30822         Log: Two more uses of lvalue SvIVX()
30823      Branch: perl
30824            ! ext/ByteLoader/byterun.c lib/ExtUtils/t/Constant.t
30825 ____________________________________________________________________________
30826 [ 24239] By: nicholas                              on 2005/04/18  12:18:20
30827         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #4
30828              Message-ID: <20050416160502.GA26957@mccoy.peters.homeunix.org>
30829              From: Steve Peters <steve@fisharerojo.org>
30830              Date: Sat, 16 Apr 2005 11:05:02 -0500
30831              
30832              plus fix to Perl_rvpv_dup assigning to an RV with SvPVX
30833      Branch: perl
30834            ! av.c cop.h ext/PerlIO/encoding/encoding.xs
30835            ! ext/Storable/Storable.xs gv.c malloc.c perl.c pp.c pp_ctl.c
30836            ! pp_hot.c pp_pack.c pp_sort.c scope.c sv.c
30837 ____________________________________________________________________________
30838 [ 24238] By: rgs                                   on 2005/04/15  13:16:29
30839         Log: Update the outdated info in "Minimizing the Perl installation"
30840      Branch: perl
30841            ! INSTALL
30842 ____________________________________________________________________________
30843 [ 24237] By: rgs                                   on 2005/04/14  16:13:45
30844         Log: Fix for:
30845              [perl #34934] perl 5.8.5 on x86 and x86-64 hang at compile-time
30846              From: bstrand@switchmanagement.com (via RT) <perlbug-followup@perl.org>
30847              Date: 12 Apr 2005 19:12:58 -0000
30848              Message-ID: <rt-3.0.11-34934-110595.15.9181274318682@perl.org>
30849              
30850              This syntax error now produces a panic message.
30851      Branch: perl
30852            ! op.c
30853 ____________________________________________________________________________
30854 [ 24236] By: merijn                                on 2005/04/13  15:10:24
30855         Log: Subject: [PATCH] Removing yydestruct from perly.c
30856              From: Andy Lester <andy@petdance.com>
30857              Date: Wed, 13 Apr 2005 10:06:47 -0500
30858              Message-ID: <20050413150647.GA13464@petdance.com>
30859      Branch: perl
30860            ! perly.c
30861 ____________________________________________________________________________
30862 [ 24235] By: merijn                                on 2005/04/13  14:51:00
30863         Log: Mandrakesoft is now Mandriva
30864      Branch: perl
30865            ! AUTHORS
30866 ____________________________________________________________________________
30867 [ 24234] By: merijn                                on 2005/04/13  14:41:20
30868         Log: H.Merijn changed e-mail
30869      Branch: perl
30870            ! AUTHORS Porting/checkAUTHORS.pl Porting/patching.pod
30871            ! README.aix README.hpux ext/Encode/AUTHORS ext/Storable/README
30872 ____________________________________________________________________________
30873 [ 24233] By: rgs                                   on 2005/04/13  08:25:43
30874         Log: Subject: [PATCH Perl 5.9.2] -Wformat 
30875              From: Robin Barker <Robin.Barker@npl.co.uk>
30876              Date: Tue, 12 Apr 2005 18:53:32 +0100
30877              Message-ID: <533D273D4014D411AB1D00062938C4D90849C634@hotel.npl.co.uk>
30878      Branch: perl
30879            ! perly.c regcomp.c regexec.c toke.c
30880 ____________________________________________________________________________
30881 [ 24232] By: rgs                                   on 2005/04/13  07:24:07
30882         Log: Upgrade to ExtUtils::MakeMaker 6.28
30883      Branch: perl
30884            ! lib/ExtUtils/Changes lib/ExtUtils/MANIFEST.SKIP
30885            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_AIX.pm
30886            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MakeMaker.pm
30887            ! lib/ExtUtils/Manifest.pm
30888 ____________________________________________________________________________
30889 [ 24231] By: rgs                                   on 2005/04/12  15:30:23
30890         Log: Upgrade to Encode 2.0902
30891      Branch: perl
30892            + ext/Encode/t/utf8strict.t
30893            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
30894            ! ext/Encode/Encode.xs ext/Encode/Encode/encode.h
30895            ! ext/Encode/MANIFEST ext/Encode/META.yml
30896            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/t/Aliases.t
30897            ! ext/Encode/t/fallback.t
30898 ____________________________________________________________________________
30899 [ 24230] By: nicholas                              on 2005/04/12  11:24:49
30900         Log: Don't PERL_HASH(SvUVX(...)...) as it's actually a set.
30901              Plus add an editor block
30902      Branch: perl
30903            ! op.c
30904 ____________________________________________________________________________
30905 [ 24229] By: nicholas                              on 2005/04/12  09:19:43
30906         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #3
30907              From: Steve Peters <steve@fisharerojo.org>
30908              Message-ID: <20050411023736.GB9355@mccoy.peters.homeunix.org>
30909              Date: Sun, 10 Apr 2005 21:37:36 -0500
30910              
30911              (with correction to SvUV_set)
30912      Branch: perl
30913            ! ext/List/Util/Util.xs sv.c sv.h
30914 ____________________________________________________________________________
30915 [ 24228] By: nicholas                              on 2005/04/11  14:53:38
30916         Log: Avoid taking a reference to SvIVX and putting that address on the
30917              save stack
30918      Branch: perl
30919            ! perl.c pp_ctl.c pp_hot.c
30920 ____________________________________________________________________________
30921 [ 24227] By: steveh                                on 2005/04/11  10:39:59
30922         Log: Support d_libm_lib_version for Win32 (see change 24217)
30923      Branch: perl
30924            ! win32/config.bc win32/config.gc win32/config.vc
30925            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
30926            ! win32/config_H.vc win32/config_H.vc64
30927 ____________________________________________________________________________
30928 [ 24226] By: merijn                                on 2005/04/11  10:09:06
30929         Log: Out of sync metaunit caused the erroneous return of the
30930              removed d_sitecustomize. Mea Culpa.
30931      Branch: perl
30932            ! Configure
30933 ____________________________________________________________________________
30934 [ 24225] By: steveh                                on 2005/04/11  09:39:40
30935         Log: Disable I18N::Langinfo for Win32 since nl_langinfo() isn't available
30936      Branch: perl
30937            ! win32/Makefile win32/makefile.mk
30938 ____________________________________________________________________________
30939 [ 24224] By: rgs                                   on 2005/04/11  09:21:54
30940         Log: Subject: [PATCH] perlfunc.pod: incomplete select description
30941              From: Hernan Perez Masci <hmasci@uolsinectis.com.ar>
30942              Date: Fri, 8 Apr 2005 15:28:28 -0300
30943              Message-Id: <200504081528.28307.hmasci@uolsinectis.com.ar>
30944      Branch: perl
30945            ! pod/perlfunc.pod
30946 ____________________________________________________________________________
30947 [ 24223] By: rgs                                   on 2005/04/11  09:11:53
30948         Log: Make the four-argument form of select() return undef
30949              instead of -1 on error.
30950      Branch: perl
30951            ! pod/perl593delta.pod pod/perlfunc.pod pp_sys.c
30952 ____________________________________________________________________________
30953 [ 24222] By: rgs                                   on 2005/04/11  07:02:59
30954         Log: Make Win32 build (and clean) I18::Langinfo and Math::BigInt::FastCalc
30955      Branch: perl
30956            ! win32/Makefile win32/makefile.mk
30957 ____________________________________________________________________________
30958 [ 24221] By: merijn                                on 2005/04/11  06:06:13
30959         Log: Subject: Re: New Configure functionality
30960              From: Abe Timmerman <abe@ztreet.demon.nl>
30961              Date: Sun, 10 Apr 2005 22:19:28 +0200
30962              Message-Id: <200504102219.29024.abe@ztreet.demon.nl>
30963      Branch: perl
30964            ! configure.com
30965 ____________________________________________________________________________
30966 [ 24220] By: rgs                                   on 2005/04/10  20:03:59
30967         Log: POD typo.
30968      Branch: perl
30969            ! lib/Module/CoreList.pm
30970 ____________________________________________________________________________
30971 [ 24219] By: rgs                                   on 2005/04/10  19:49:49
30972         Log: Module::CoreList: Data from Sebastien Aperghis-Tramoni for perl
30973              5.00{0,1,2}. Upgrade version number.
30974      Branch: perl
30975            ! lib/Module/CoreList.pm
30976 ____________________________________________________________________________
30977 [ 24218] By: merijn                                on 2005/04/10  18:00:05
30978         Log: Sorting still is a mess. This is better.
30979      Branch: perl
30980            ! config_h.SH
30981 ____________________________________________________________________________
30982 [ 24217] By: merijn                                on 2005/04/10  17:08:36
30983         Log: Configure now probes for _LIB_VERSION support in math.h/libm
30984              LIBM_LIB_VERSION is defined if it does
30985      Branch: perl
30986            ! Configure Porting/config_H config_h.SH handy.h
30987 ____________________________________________________________________________
30988 [ 24215] By: rgs                                   on 2005/04/10  15:03:10
30989         Log: Fix [perl #34892] Segfault on &DB::sub declared but not defined
30990      Branch: perl
30991            ! pod/perldiag.pod pp_hot.c
30992 ____________________________________________________________________________
30993 [ 24214] By: merijn                                on 2005/04/10  09:14:06
30994         Log: Subject: [PATCH] usesitecustomize for VMS
30995              From: "Craig A. Berry" <craigberry@mac.com>
30996              Date: Sat, 09 Apr 2005 15:58:43 -0500
30997              Message-ID: <42584203.2090405@mac.com>
30998      Branch: perl
30999            ! configure.com
31000 ____________________________________________________________________________
31001 [ 24213] By: nicholas                              on 2005/04/08  19:11:04
31002         Log: Mangle the expected output correctly for both 5.9 and 5.8
31003      Branch: perl
31004            ! ext/B/t/stash.t
31005 ____________________________________________________________________________
31006 [ 24212] By: rgs                                   on 2005/04/08  16:17:49
31007         Log: Subject: Re: [ANNOUNCE] ExtUtils::MakeMaker 6.27
31008              From: Michael G Schwern <schwern@pobox.com>
31009              Date: Thu, 7 Apr 2005 15:15:00 -0700
31010              Message-ID: <20050407221500.GB6223@windhund.schwern.org>
31011              
31012              Fix duplicate target warnings
31013      Branch: perl
31014            ! lib/ExtUtils/MM_Any.pm
31015 ____________________________________________________________________________
31016 [ 24211] By: merijn                                on 2005/04/08  14:22:05
31017         Log: The last remains of d_sitecustomize
31018      Branch: perl
31019            ! Porting/config.sh
31020 ____________________________________________________________________________
31021 [ 24210] By: merijn                                on 2005/04/08  14:16:59
31022         Log: now usesitecustomize is used more generic
31023      Branch: perl
31024            ! config_h.SH
31025 ____________________________________________________________________________
31026 [ 24209] By: steveh                                on 2005/04/08  14:15:14
31027         Log: Subject: Re: [PATCH] Re: [perl #24119] CPAN.pm error in Win32: uses rename() not File::Copy::move
31028              From: Steven Schubiger <steven@accognoscere.org>
31029              Date: Thu, 7 Apr 2005 22:38:25 +0200 (CEST)
31030              Message-Id: <200504072038.j37KcPXY011755@accognoscere.homeunix.org>
31031              
31032              (with arguments changed to match perlfunc.pod)
31033      Branch: perl
31034            ! pod/perlport.pod
31035 ____________________________________________________________________________
31036 [ 24208] By: merijn                                on 2005/04/08  14:12:54
31037         Log: Drop d_sitecustomize again. (usesitecustomize is enough)
31038      Branch: perl
31039            ! Configure
31040 ____________________________________________________________________________
31041 [ 24206] By: nicholas                              on 2005/04/08  13:16:07
31042         Log: Add SvIVX() to PERL_DEBUG_COW, and change pad.c to SvIVset()
31043      Branch: perl
31044            ! pad.c sv.h
31045 ____________________________________________________________________________
31046 [ 24205] By: merijn                                on 2005/04/08  12:18:42
31047         Log: Subject: [PATCH] Removing Y2K warnings
31048              From: Andy Lester <andy@petdance.com>
31049              Date: Thu, 7 Apr 2005 17:44:42 -0500
31050              Message-ID: <20050407224442.GA23895@petdance.com>
31051      Branch: perl
31052            - README.Y2K
31053            ! INSTALL MANIFEST lib/warnings.pm pod/buildtoc pod/perldiag.pod
31054            ! pod/perllexwarn.pod pp_hot.c sv.c t/lib/warnings/pp_hot
31055            ! t/lib/warnings/sv t/op/caller.t warnings.h warnings.pl
31056 ____________________________________________________________________________
31057 [ 24204] By: nicholas                              on 2005/04/08  11:29:22
31058         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #2
31059              From: Steve Peters <steve@fisharerojo.org>
31060              Date: Thu, 7 Apr 2005 13:51:49 -0500
31061              Message-ID: <20050407185149.GA4418@mccoy.peters.homeunix.org>
31062      Branch: perl
31063            ! doio.c ext/List/Util/Util.xs ext/threads/threads.xs op.c pp.c
31064            ! pp_ctl.c pp_hot.c sv.c toke.c util.c
31065 ____________________________________________________________________________
31066 [ 24201] By: nicholas                              on 2005/04/08  10:39:15
31067         Log: Add a macro PERL_DEBUG_COW, for aggressive compile time tests of
31068              Copy-On-Write related source changes.
31069              Fix the problem this revealed.
31070      Branch: perl
31071            ! sv.c sv.h
31072 ____________________________________________________________________________
31073 [ 24200] By: nicholas                              on 2005/04/08  10:08:35
31074         Log: MM_AIX needs neatvalue
31075      Branch: perl
31076            ! lib/ExtUtils/MM_AIX.pm
31077 ____________________________________________________________________________
31078 [ 24199] By: nicholas                              on 2005/04/08  10:05:49
31079         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #1
31080              From: Steve Peters <steve@fisharerojo.org>
31081              Message-ID: <20050406232110.GA12249@mccoy.peters.homeunix.org>
31082              Date: Wed, 6 Apr 2005 18:21:10 -0500
31083      Branch: perl
31084            ! ext/ByteLoader/byterun.c ext/List/Util/Util.xs pad.c sv.c
31085            ! toke.c
31086 ____________________________________________________________________________
31087 [ 24198] By: rgs                                   on 2005/04/08  09:48:08
31088         Log: Add perl593delta.pod
31089      Branch: perl
31090            + pod/perl593delta.pod
31091            ! MANIFEST Makefile.SH pod.lst pod/perl.pod
31092            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
31093            ! win32/pod.mak
31094 ____________________________________________________________________________
31095 [ 24194] By: rgs                                   on 2005/04/07  12:42:07
31096         Log: Mention that select() returns -1 on error,
31097              as suggested by Hernan Perez Masci
31098      Branch: perl
31099            ! pod/perlfunc.pod
31100 ____________________________________________________________________________
31101 [ 24192] By: rgs                                   on 2005/04/07  09:51:29
31102         Log: Subject: Re: [PATCH] Re: [perl #34650] perldoc -f my should perhaps mention BEGIN and END
31103              From: Abigail <abigail@abigail.nl>
31104              Date: Wed, 6 Apr 2005 01:41:55 +0200
31105              Message-ID: <20050405234154.GG8680@abigail.nl>
31106      Branch: perl
31107            ! t/japh/abigail.t
31108 ____________________________________________________________________________
31109 [ 24191] By: rgs                                   on 2005/04/07  09:45:27
31110         Log: Subject: Re: Bugs? In Unicode::EastAsianWidth.
31111              From: Autrijus Tang <autrijus@autrijus.org>
31112              Date: Wed, 6 Apr 2005 18:17:32 +0800
31113              Message-ID: <20050406101732.GA17931@aut.dyndns.org>
31114      Branch: perl
31115            ! lib/unicore/mktables
31116 ____________________________________________________________________________
31117 [ 24190] By: rgs                                   on 2005/04/07  09:38:06
31118         Log: Subject: perldbtty$$ location
31119              From: Gisle Aas <gisle@ActiveState.com>
31120              Date: 06 Apr 2005 01:49:54 -0700
31121              Message-ID: <lr3bu48f2l.fsf@caliper.activestate.com>
31122              (and remove trailing whitespace)
31123      Branch: perl
31124            ! pod/perldebug.pod
31125 ____________________________________________________________________________
31126 [ 24189] By: nicholas                              on 2005/04/07  08:43:40
31127         Log: Tabs not spaces in MANIFEST
31128      Branch: perl
31129            ! MANIFEST
31130 ____________________________________________________________________________
31131 [ 24187] By: merijn                                on 2005/04/07  08:33:53
31132         Log: Subject: [perl #34699] documentation bug in "man perlpodspec" 
31133              From: "raf@tradingpost.com.au (via RT)" <perlbug-followup@perl.org>
31134              Date: 7 Apr 2005 00:20:31 -0000
31135              Message-ID: <rt-3.0.11-34699-110174.9.79475562169704@perl.org>
31136      Branch: perl
31137            ! pod/perlpodspec.pod
31138 ____________________________________________________________________________
31139 [ 24185] By: rgs                                   on 2005/04/07  08:07:14
31140         Log: Upgrade to ExtUtils::MakeMaker 6.27,
31141              plus a patch to restore functioning of 'distclean'
31142              for the perl core
31143      Branch: perl
31144            + lib/ExtUtils/MM_AIX.pm lib/ExtUtils/MM_QNX.pm
31145            + lib/ExtUtils/MM_VOS.pm lib/ExtUtils/MakeMaker/Config.pm
31146            + lib/ExtUtils/t/PL_FILES.t lib/ExtUtils/t/config.t
31147            + lib/ExtUtils/t/installbase.t lib/ExtUtils/t/xs.t
31148            + t/lib/MakeMaker/Test/Setup/PL_FILES.pm
31149            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
31150            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
31151            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
31152            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
31153            ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm
31154            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
31155            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
31156            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
31157            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
31158            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/PATCHING
31159            ! lib/ExtUtils/README lib/ExtUtils/t/INST_PREFIX.t
31160            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_Win32.t
31161            ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/dir_target.t
31162            ! lib/ExtUtils/t/prefixify.t lib/ExtUtils/t/prereq_print.t
31163            ! lib/ExtUtils/t/recurs.t t/lib/MakeMaker/Test/Setup/BFD.pm
31164            ! t/lib/MakeMaker/Test/Setup/Recurs.pm
31165            ! t/lib/MakeMaker/Test/Utils.pm
31166 ____________________________________________________________________________
31167 [ 24178] By: steveh                                on 2005/04/06  15:57:36
31168         Log: Don't try to export symbols that don't exist
31169              
31170              Change #24148 added Perl_rvpv_dup() to the public API, but it is only
31171              defined when USE_ITHREADS is defined.  Adjust makedef.pl accordingly
31172              to keep Win32 happy.
31173      Branch: perl
31174            ! makedef.pl
31175 ____________________________________________________________________________
31176 [ 24176] By: nicholas                              on 2005/04/06  15:11:53
31177         Log: cast to/from (void *) in the re-entrant code. Now watch the smoke rise.
31178      Branch: perl
31179            ! reentr.c reentr.h reentr.pl
31180 ____________________________________________________________________________
31181 [ 24175] By: nicholas                              on 2005/04/06  15:05:32
31182         Log: Casting to/from (void *) sufficient to make a C++ compiler happy.
31183      Branch: perl
31184            ! ext/File/Glob/bsd_glob.c ext/threads/shared/shared.xs
31185            ! ext/threads/threads.xs pad.h sv.c
31186 ____________________________________________________________________________
31187 [ 24174] By: nicholas                              on 2005/04/06  14:36:40
31188         Log: If we're going to prototype modfl(), it needs extern "C" linkage.
31189      Branch: perl
31190            ! perl.h
31191 ____________________________________________________________________________
31192 [ 24173] By: merijn                                on 2005/04/06  06:14:51
31193         Log: 1. t/TEST now deals with SKIP as if it was TODO. This complies to TAP
31194              2. Removed the depricated 'my $foo if expr' there
31195      Branch: perl
31196            ! t/TEST
31197 ____________________________________________________________________________
31198 [ 24171] By: nicholas                              on 2005/04/05  22:34:32
31199         Log: D'oh! We were never correctly spotting a modfl prototype
31200      Branch: perl
31201            ! Configure
31202 ____________________________________________________________________________
31203 [ 24170] By: nicholas                              on 2005/04/05  21:30:21
31204         Log: Add casting to allow g++ (3.3.5) to compile the core code.
31205              A C++ compiler produces lots of warnings that are probably valid
31206              concerns to investigate.
31207      Branch: perl
31208            ! doio.c ext/B/B.xs ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs gv.c
31209            ! perl.c perl.h pp_pack.c scope.c sv.c toke.c util.c x2p/walk.c
31210 ____________________________________________________________________________
31211 [ 24169] By: nicholas                              on 2005/04/05  21:16:01
31212         Log: Tests need to skip if there is no Encode configured.
31213      Branch: perl
31214            ! lib/encoding/warnings/t/1-warning.t
31215            ! lib/encoding/warnings/t/2-fatal.t
31216 ____________________________________________________________________________
31217 [ 24167] By: nicholas                              on 2005/04/05  16:09:59
31218         Log: Using savesvpv() here is terser and produces smaller object code.
31219      Branch: perl
31220            ! doio.c
31221 ____________________________________________________________________________
31222 [ 24166] By: rgs                                   on 2005/04/05  15:23:47
31223         Log: Upgrade to Unicode::Normalize 0.32
31224      Branch: perl
31225            ! ext/Unicode/Normalize/Changes
31226            ! ext/Unicode/Normalize/Makefile.PL
31227            ! ext/Unicode/Normalize/Normalize.pm
31228            ! ext/Unicode/Normalize/Normalize.xs
31229            ! ext/Unicode/Normalize/mkheader ext/Unicode/Normalize/t/form.t
31230            ! ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
31231 ____________________________________________________________________________
31232 [ 24165] By: nicholas                              on 2005/04/05  14:52:05
31233         Log: Down with C++ reserved names
31234              (and also function pointer declarations that rely on the C semantics
31235              of ())
31236      Branch: perl
31237            ! ext/Storable/Storable.xs mg.c op.c perlio.c pp_sort.c
31238            ! universal.c
31239 ____________________________________________________________________________
31240 [ 24164] By: nicholas                              on 2005/04/05  14:51:05
31241         Log: Down with potentially incorrect duplicate prototypes
31242      Branch: perl
31243            ! pp_sys.c
31244 ____________________________________________________________________________
31245 [ 24163] By: nicholas                              on 2005/04/05  14:50:30
31246         Log: Down with more K&R prototypes
31247      Branch: perl
31248            ! ext/DynaLoader/dl_dyld.xs
31249 ____________________________________________________________________________
31250 [ 24162] By: nicholas                              on 2005/04/05  14:49:11
31251         Log: Down with unneeded duplicate prototypes
31252      Branch: perl
31253            ! x2p/a2p.c
31254 ____________________________________________________________________________
31255 [ 24161] By: nicholas                              on 2005/04/05  14:48:33
31256         Log: Down with K&R function arguments
31257      Branch: perl
31258            ! ext/Cwd/Cwd.xs
31259 ____________________________________________________________________________
31260 [ 24160] By: rgs                                   on 2005/04/05  14:06:01
31261         Log: Add Math::BigInt::FastCalc in maintainer list
31262      Branch: perl
31263            ! Porting/Maintainers.pl
31264 ____________________________________________________________________________
31265 [ 24159] By: rgs                                   on 2005/04/05  13:12:22
31266         Log: Adaptations to the Makefile.PL of Math::BigInt/FastCalc, for core-ification
31267      Branch: perl
31268            ! ext/Math/BigInt/FastCalc/Makefile.PL
31269 ____________________________________________________________________________
31270 [ 24158] By: rgs                                   on 2005/04/05  12:56:35
31271         Log: New core module, Math::BigInt::FastCalc
31272              
31273              Subject: [PATCH] integrate Math::BigInt::FastCalc
31274              From: Tels <nospam-abuse@bloodgate.com>
31275              Date: Sun, 3 Apr 2005 11:12:45 +0200
31276              Message-Id: <200504031112.55179@bloodgate.com>
31277      Branch: perl
31278            + ext/Math/BigInt/FastCalc/FastCalc.pm
31279            + ext/Math/BigInt/FastCalc/FastCalc.xs
31280            + ext/Math/BigInt/FastCalc/Makefile.PL
31281            + ext/Math/BigInt/FastCalc/t/bigintfc.t
31282            + ext/Math/BigInt/FastCalc/t/bootstrap.t
31283            + ext/Math/BigInt/FastCalc/t/mbi_rand.t
31284            ! MANIFEST
31285 ____________________________________________________________________________
31286 [ 24155] By: rgs                                   on 2005/04/05  10:40:35
31287         Log: Subject: [Patch] Math::BigInt v1.76, Math::BigRat v0.15, bignum v0.17
31288              From: Tels <nospam-abuse@bloodgate.com>
31289              Date: Sun, 3 Apr 2005 10:43:10 +0200
31290              Message-Id: <200504031043.12273@bloodgate.com>
31291      Branch: perl
31292            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
31293            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/_e_math.t
31294            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bigfltpm.inc
31295            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
31296            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/config.t
31297            ! lib/Math/BigInt/t/req_mbf0.t lib/Math/BigInt/t/req_mbfw.t
31298            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/trap.t
31299            ! lib/Math/BigInt/t/with_sub.t lib/Math/BigRat.pm
31300            ! lib/Math/BigRat/t/bigratpm.t lib/Math/BigRat/t/requirer.t
31301            ! lib/bigint.pm lib/bignum.pm lib/bigrat.pm
31302 ____________________________________________________________________________
31303 [ 24152] By: rgs                                   on 2005/04/04  20:55:03
31304         Log: That's C, not perl.
31305      Branch: perl
31306            ! patchlevel.h
31307 ____________________________________________________________________________
31308 [ 24151] By: nicholas                              on 2005/04/04  20:53:42
31309         Log: Make -DFORMAT_CHECK compile with threads.
31310      Branch: perl
31311            ! perl.h
31312 ____________________________________________________________________________
31313 [ 24149] By: rgs                                   on 2005/04/04  17:14:37
31314         Log: Bump version to 5.9.3
31315              Restore "DEVEL" tag in patchlevel.h
31316              Regenerate Porting/config*
31317      Branch: perl
31318            ! NetWare/Makefile NetWare/config_H.wc Porting/config.sh
31319            ! Porting/config_H epoc/config.sh epoc/createpkg.pl patchlevel.h
31320            ! plan9/config.plan9 win32/Makefile win32/config_H.bc
31321            ! win32/config_H.gc win32/config_H.vc64 win32/makefile.mk
31322            ! wince/Makefile.ce
31323 ____________________________________________________________________________
31324 [ 24148] By: rgs                                   on 2005/04/04  14:19:30
31325         Log: Subject: [PATCH] const-eight.diff
31326              From: Andy Lester <andy@petdance.com>
31327              Date: Wed, 30 Mar 2005 11:40:24 -0600
31328              Message-ID: <20050330174024.GA12167@petdance.com>
31329      Branch: perl
31330            ! Porting/Maintainers.pl doio.c dump.c embed.fnc embed.h
31331            ! global.sym mg.c op.c perl.c proto.h sv.c universal.c xsutils.c
31332 ____________________________________________________________________________
31333 [ 24147] By: mhx                                   on 2005/04/03  16:47:54
31334         Log: Subject: Re: [PATCH] Re: [perl #34632] perlintro: "Comments start with ahash symbol"
31335              From: Steven Schubiger <steven@accognoscere.org>
31336              Date: Sun, 3 Apr 2005 11:47:22 +0200 (CEST)
31337              Message-Id: <200504030947.j339lMgp010306@accognoscere.homeunix.org>
31338      Branch: perl
31339            ! pod/perltrap.pod
31340 ____________________________________________________________________________
31341 [ 24139] By: mhx                                   on 2005/04/03  08:19:06
31342         Log: Subject: Re: [PATCH] Re: [perl #34632] perlintro: "Comments start with a hash symbol"
31343              From: Steven Schubiger <steven@accognoscere.org>
31344              Date: Sat, 2 Apr 2005 19:37:11 +0200 (CEST)
31345              Message-Id: <200504021737.j32HbBNS000652@accognoscere.homeunix.org>
31346      Branch: perl
31347            ! pod/perltrap.pod
31348 ____________________________________________________________________________
31349 [ 24138] By: mhx                                   on 2005/04/03  08:16:25
31350         Log: Fix wrong version for byteorder modifiers feature.
31351      Branch: perl
31352            ! pod/perlpacktut.pod
31353 ____________________________________________________________________________
31354 [ 24137] By: nicholas                              on 2005/04/02  22:58:59
31355         Log: Silence compiler warnings about possibly uninitialised variables.
31356              (None are, but it saves anyone else having to work this out)
31357      Branch: perl
31358            ! regexec.c
31359 ____________________________________________________________________________
31360 [ 24136] By: nicholas                              on 2005/04/02  19:04:27
31361         Log: Fix "[perl #34643] Config_heavy.pl not in archlib"
31362      Branch: perl
31363            ! installperl
31364 ____________________________________________________________________________
31365 [ 24135] By: nicholas                              on 2005/04/02  18:52:11
31366         Log: Oops. Forgot to add this.
31367      Branch: perl
31368            + lib/unicore/NamedSequences.txt
31369 ____________________________________________________________________________
31370 [ 24134] By: nicholas                              on 2005/04/02  18:51:27
31371         Log: Subject: [PATCH] Unicode 4.1.0
31372              From: Jarkko Hietaniemi <jhi@iki.fi>
31373              Message-ID: <424E584D.5000508@iki.fi>
31374              Date: Sat, 02 Apr 2005 11:31:09 +0300
31375      Branch: perl
31376            ! MANIFEST lib/Unicode/UCD.pm lib/Unicode/UCD.t
31377            ! lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
31378            ! lib/unicore/Blocks.txt lib/unicore/CaseFolding.txt
31379            ! lib/unicore/CompositionExclusions.txt
31380            ! lib/unicore/EastAsianWidth.txt
31381            ! lib/unicore/HangulSyllableType.txt lib/unicore/Jamo.txt
31382            ! lib/unicore/LineBreak.txt lib/unicore/NamesList.txt
31383            ! lib/unicore/NormalizationCorrections.txt
31384            ! lib/unicore/PropList.txt lib/unicore/PropValueAliases.txt
31385            ! lib/unicore/PropertyAliases.txt lib/unicore/README.perl
31386            ! lib/unicore/ReadMe.txt lib/unicore/Scripts.txt
31387            ! lib/unicore/SpecialCasing.txt
31388            ! lib/unicore/StandardizedVariants.txt
31389            ! lib/unicore/UnicodeData.txt lib/unicore/version t/uni/class.t
31390 ____________________________________________________________________________
31391 [ 24133] By: rgs                                   on 2005/04/01  09:16:19
31392         Log: Add encoding::warnings to Maintainers.pl and rebuild META.yml for release
31393      Branch: perl
31394            ! META.yml Porting/Maintainers.pl
31395 ____________________________________________________________________________
31396 [ 24132] By: rgs                                   on 2005/04/01  08:29:26
31397         Log: Update Changes
31398      Branch: perl
31399            ! Changes
31400 ____________________________________________________________________________
31401 [ 24131] By: steveh                                on 2005/04/01  08:18:27
31402         Log: Remove dependency on tr(1) for MinGW builds on Win32
31403              
31404              This leaves things slightly (more) broken for MinGW builds on Cygwin,
31405              but that doesn't currently quite work in other respects and isn't
31406              documented anyway.  See:
31407              
31408              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-03/msg00751.html
31409      Branch: perl
31410            ! pod/perl592delta.pod win32/makefile.mk
31411 ____________________________________________________________________________
31412 [ 24130] By: rgs                                   on 2005/04/01  07:47:26
31413         Log: Regenerate perltoc and perlmodlib
31414      Branch: perl
31415            ! pod/perlmodlib.pod pod/perltoc.pod
31416 ____________________________________________________________________________
31417 [ 24129] By: rgs                                   on 2005/04/01  07:36:04
31418         Log: POD fixes.
31419      Branch: perl
31420            ! pod/perlfaq1.pod
31421 ____________________________________________________________________________
31422 [ 24128] By: rgs                                   on 2005/04/01  07:19:27
31423         Log: FAQ sync.
31424      Branch: perl
31425            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
31426            ! pod/perlfaq6.pod pod/perlfaq7.pod
31427 ____________________________________________________________________________
31428 [ 24127] By: rgs                                   on 2005/04/01  07:14:22
31429         Log: Add a note about installhtml
31430      Branch: perl
31431            ! pod/perltodo.pod
31432 ____________________________________________________________________________
31433 [ 24126] By: rgs                                   on 2005/03/31  21:51:28
31434         Log: Subject: [PATCH] pp_pack.c warnings on VMS
31435              From: "Craig A. Berry" <craigberry@mac.com>
31436              Date: Thu, 31 Mar 2005 14:51:05 -0600
31437              Message-ID: <424C62B9.2030601@mac.com>
31438      Branch: perl
31439            ! pp_pack.c
31440 ____________________________________________________________________________
31441 [ 24125] By: rgs                                   on 2005/03/31  17:14:01
31442         Log: Mention the current MinGW compilation problems
31443      Branch: perl
31444            ! pod/perl592delta.pod
31445 ____________________________________________________________________________
31446 [ 24124] By: rgs                                   on 2005/03/31  17:11:15
31447         Log: Update Changes
31448      Branch: perl
31449            ! Changes
31450 ____________________________________________________________________________
31451 [ 24123] By: rgs                                   on 2005/03/31  15:52:46
31452         Log: This is 5.9.2. Mostly.
31453      Branch: perl
31454            ! patchlevel.h pod/perlhist.pod
31455 ____________________________________________________________________________
31456 [ 24122] By: steveh                                on 2005/03/31  15:39:57
31457         Log: Fix USE_SITECUSTOMIZE on Win32
31458              
31459              This fixes the problem described in:
31460              
31461              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-03/msg00740.html
31462      Branch: perl
31463            ! win32/win32.c
31464 ____________________________________________________________________________
31465 [ 24121] By: rgs                                   on 2005/03/31  15:24:24
31466         Log: Update copyrights.
31467              Well, those are generated files anyway.
31468      Branch: perl
31469            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
31470            ! proto.h
31471 ____________________________________________________________________________
31472 [ 24120] By: steveh                                on 2005/03/31  14:36:44
31473         Log: Add support for USE_SITECUSTOMIZE in the Win32 makefiles
31474              
31475              Note that this feature doesn't actually work correctly on Win32
31476              until the problem described here is solved:
31477              
31478              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-03/msg00740.html
31479      Branch: perl
31480            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
31481            ! win32/config.vc64 win32/makefile.mk
31482 ____________________________________________________________________________
31483 [ 24119] By: rgs                                   on 2005/03/31  13:52:58
31484         Log: Upgrade to Module::CoreList 1.99
31485      Branch: perl
31486            ! lib/Module/CoreList.pm
31487 ____________________________________________________________________________
31488 [ 24118] By: rgs                                   on 2005/03/31  13:45:17
31489         Log: More known problems.
31490      Branch: perl
31491            ! pod/perl592delta.pod
31492 ____________________________________________________________________________
31493 [ 24117] By: rgs                                   on 2005/03/31  13:10:26
31494         Log: Known problems, reported by Merijn
31495      Branch: perl
31496            ! pod/perl592delta.pod
31497 ____________________________________________________________________________
31498 [ 24116] By: rgs                                   on 2005/03/31  12:45:03
31499         Log: OS typo.
31500      Branch: perl
31501            ! pod/perl592delta.pod
31502 ____________________________________________________________________________
31503 [ 24115] By: rgs                                   on 2005/03/31  12:42:38
31504         Log: Add a tool to generate data for Module::CoreList
31505      Branch: perl
31506            + Porting/corelist.pl
31507            ! MANIFEST
31508 ____________________________________________________________________________
31509 [ 24114] By: rgs                                   on 2005/03/31  11:42:15
31510         Log: More work on perldelta
31511      Branch: perl
31512            ! pod/perl592delta.pod
31513 ____________________________________________________________________________
31514 [ 24113] By: steveh                                on 2005/03/31  10:01:18
31515         Log: Add support for PERL_HASH_SEED_EXPLICIT and NO_HASH_SEED in the
31516              Win32 makefiles
31517      Branch: perl
31518            ! win32/Makefile win32/makefile.mk
31519 ____________________________________________________________________________
31520 [ 24112] By: rgs                                   on 2005/03/31  09:58:40
31521         Log: AUTHORS update
31522      Branch: perl
31523            ! AUTHORS
31524 ____________________________________________________________________________
31525 [ 24111] By: steveh                                on 2005/03/31  09:18:23
31526         Log: A few Win32 makefile tidy-ups (No real changes)
31527      Branch: perl
31528            ! win32/Makefile win32/makefile.mk
31529 ____________________________________________________________________________
31530 [ 24110] By: steveh                                on 2005/03/31  08:20:00
31531         Log: Fix typo in INSTALL (s/USE_HAS_SEED_EXPLICIT/USE_HASH_SEED_EXPLICIT/)
31532      Branch: perl
31533            ! INSTALL
31534 ____________________________________________________________________________
31535 [ 24109] By: steveh                                on 2005/03/31  07:55:12
31536         Log: One more Win32 compilation clean-up (for when using -DDEBUGGING)
31537      Branch: perl
31538            ! sv.c
31539 ____________________________________________________________________________
31540 [ 24108] By: steveh                                on 2005/03/31  07:36:52
31541         Log: Another Win32 compilation clean-up (for when using Perl's malloc)
31542      Branch: perl
31543            ! malloc.c
31544 ____________________________________________________________________________
31545 [ 24107] By: merijn                                on 2005/03/30  17:03:19
31546         Log: Now that we have the full path, we can skip the which call,
31547              that might cause trouble on testdrive systems.
31548      Branch: perl
31549            ! hints/hpux.sh
31550 ____________________________________________________________________________
31551 [ 24106] By: rgs                                   on 2005/03/30  14:41:51
31552         Log: Update copyrights.
31553      Branch: perl
31554            ! XSUB.h av.c deb.c dump.c embedvar.h gv.h handy.h hv.h
31555            ! miniperlmain.c numeric.c op.h pad.c perl.h pp.h regcomp.h
31556            ! regen_perly.pl scope.h sv.h thrdvar.h thread.h
31557 ____________________________________________________________________________
31558 [ 24105] By: merijn                                on 2005/03/30  14:25:05
31559         Log: Simplify #24043 note now Configure can do -Dusesitecustomize
31560      Branch: perl
31561            ! INSTALL
31562 ____________________________________________________________________________
31563 [ 24104] By: merijn                                on 2005/03/30  14:17:40
31564         Log: Support for -Dusesitecustomize
31565      Branch: perl
31566            ! Configure config_h.SH
31567 ____________________________________________________________________________
31568 [ 24102] By: merijn                                on 2005/03/30  13:43:12
31569         Log: USE_STRLCAT and USE_STRLCPY now actually used
31570              LIBM_VERSION_TYPE and USE_SITECUSTOMIZE are preparations
31571              for future use
31572      Branch: perl
31573            ! handy.h
31574 ____________________________________________________________________________
31575 [ 24101] By: rgs                                   on 2005/03/30  13:34:11
31576         Log: Subject: [PATCH] ext/Errno/Errno_pm.PL: fix for GNU hurd
31577              From: Brendan O'Dea <bod@debian.org>
31578              Date: Wed, 30 Mar 2005 10:30:25 +1000
31579              Message-ID: <20050330003025.GA29797@londo.c47.org>
31580      Branch: perl
31581            ! ext/Errno/Errno_pm.PL
31582 ____________________________________________________________________________
31583 [ 24100] By: rgs                                   on 2005/03/30  13:16:52
31584         Log: Subject: Re: PATCH: byte count feature request for unpack
31585              From: perl5-porters@ton.iguana.be (Ton Hospel)
31586              Date: Sun, 27 Mar 2005 18:32:11 +0000 (UTC)
31587              Message-Id: <d26u7b$i3v$1@post.home.lunix>
31588              
31589              (rework of a patch from Arne Ahrend <aahrend@web.de>)
31590      Branch: perl
31591            ! pod/perldiag.pod pod/perlfunc.pod pp_pack.c t/op/pack.t
31592 ____________________________________________________________________________
31593 [ 24099] By: steveh                                on 2005/03/30  08:36:50
31594         Log: A couple more Win32 compilation clean-ups
31595      Branch: perl
31596            ! win32/win32sck.c
31597 ____________________________________________________________________________
31598 [ 24098] By: rgs                                   on 2005/03/30  08:03:13
31599         Log: Minor POD nits.
31600      Branch: perl
31601            ! ext/File/Glob/Glob.pm
31602 ____________________________________________________________________________
31603 [ 24097] By: merijn                                on 2005/03/30  07:49:46
31604         Log: Subject: Re: [PATCH] 5.6 File::Glob documentation insufficient for use
31605              From: Steven Schubiger <steven@accognoscere.org>
31606              Date: Wed, 30 Mar 2005 03:41:03 +0200 (CEST)
31607              Message-Id: <200503300141.j2U1f3EP024524@accognoscere.homeunix.org>
31608      Branch: perl
31609            ! ext/File/Glob/Glob.pm
31610 ____________________________________________________________________________
31611 [ 24096] By: steveh                                on 2005/03/29  15:18:30
31612         Log: Clean-up some warnings when compiling on Win32 with VC++
31613      Branch: perl
31614            ! hv.c mg.c op.c pp_pack.c pp_sort.c pp_sys.c utf8.c util.c
31615 ____________________________________________________________________________
31616 [ 24095] By: rgs                                   on 2005/03/29  12:39:39
31617         Log: Downconst external APIs
31618      Branch: perl
31619            ! embed.fnc gv.h op.c opcode.h opcode.pl pod/perlapi.pod proto.h
31620            ! sv.c util.c
31621 ____________________________________________________________________________
31622 [ 24094] By: rgs                                   on 2005/03/29  09:38:39
31623         Log: The core part of :
31624              Subject: [PATCH] Consting seven
31625              From: Andy Lester <andy@petdance.com>
31626              Date: Sun, 27 Mar 2005 15:57:22 -0600
31627              Message-ID: <20050327215722.GC20451@petdance.com>
31628      Branch: perl
31629            ! embed.fnc embed.h perl.c perlio.c pp_ctl.c proto.h regcomp.c
31630            ! regexec.c util.c
31631 ____________________________________________________________________________
31632 [ 24093] By: steveh                                on 2005/03/29  08:48:50
31633         Log: Fix Win32 compilation nit following change #24074
31634      Branch: perl
31635            ! util.c
31636 ____________________________________________________________________________
31637 [ 24092] By: steveh                                on 2005/03/29  08:22:45
31638         Log: Fix PerlLIO_chsize() for platforms that don't have chsize()
31639              
31640              This is the patch from the end of the thread that started here:
31641              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-09/msg00055.html
31642      Branch: perl
31643            ! doio.c iperlsys.h pp_sys.c
31644 ____________________________________________________________________________
31645 [ 24091] By: rgs                                   on 2005/03/29  07:01:40
31646         Log: Fix Peek.t to work with and without DEBUG_LEAKING_SCALARS
31647      Branch: perl
31648            ! ext/Devel/Peek/t/Peek.t
31649 ____________________________________________________________________________
31650 [ 24090] By: merijn                                on 2005/03/29  07:01:11
31651         Log: Make the spelling of whitespace (vs white-space and white space)
31652              more consistent
31653              From: Offer Kaye <offer.kaye@gmail.com>
31654              Date: Thu, 17 Mar 2005 14:47:36 -0500
31655              Message-ID: <5694250503171147668e73c7@mail.gmail.com>
31656      Branch: perl
31657            ! pod/perllocale.pod pod/perlop.pod pod/perlopentut.pod
31658            ! pod/perlre.pod pod/perlxstut.pod
31659 ____________________________________________________________________________
31660 [ 24089] By: rgs                                   on 2005/03/29  06:14:18
31661         Log: Don't #ifdef out a return statement
31662      Branch: perl
31663            ! pad.c
31664 ____________________________________________________________________________
31665 [ 24088] By: davem                                 on 2005/03/28  21:38:44
31666         Log: expand -DDEBUG_LEAKING_SCALARS to instrument the creation of each SV
31667      Branch: perl
31668            ! dump.c ext/Devel/Peek/t/Peek.t pad.c perl.c pod/perlhack.pod
31669            ! sv.c sv.h
31670 ____________________________________________________________________________
31671 [ 24087] By: rgs                                   on 2005/03/27  16:38:13
31672         Log: Raw work on perl592delta.
31673      Branch: perl
31674            ! pod/perl592delta.pod
31675 ____________________________________________________________________________
31676 [ 24086] By: rgs                                   on 2005/03/27  13:59:02
31677         Log: Subject: Re: [perl #34195] Regex: Alternations within negative lookahead assertions 
31678              From: hv@crypt.org
31679              Date: Thu, 24 Mar 2005 19:51:08 +0000
31680              Message-Id: <200503241951.j2OJp8s18147@zen.crypt.org>
31681      Branch: perl
31682            ! regexec.c t/op/re_tests
31683 ____________________________________________________________________________
31684 [ 24085] By: rgs                                   on 2005/03/27  13:30:18
31685         Log: Fix -C option of mktables (for VMS)
31686              
31687              Subject: Re: [PATCH] Consting five
31688              From: demerphq <demerphq@gmail.com>
31689              Date: Sat, 26 Mar 2005 21:45:09 +0100
31690              Message-ID: <9b18b311050326124563db5113@mail.gmail.com>
31691      Branch: perl
31692            ! lib/unicore/mktables
31693 ____________________________________________________________________________
31694 [ 24084] By: davem                                 on 2005/03/26  21:25:47
31695         Log: UTF-8 string substitution corrupts memory
31696              The implicit call of 'require utf8' triggered by code like
31697              "\x{100}" =~ /[[:print:]]/
31698              wasn't saving state correctly first.
31699      Branch: perl
31700            ! utf8.c
31701 ____________________________________________________________________________
31702 [ 24083] By: rgs                                   on 2005/03/26  17:40:26
31703         Log: Remove an XXX note from the public doc.
31704              Hide it in the comments, instead
31705      Branch: perl
31706            ! pod/perlapi.pod sv.c
31707 ____________________________________________________________________________
31708 [ 24082] By: nicholas                              on 2005/03/26  00:21:30
31709         Log: Need to return something when the compiler doesn't know that a
31710              function is "noreturn".
31711      Branch: perl
31712            ! mg.c op.c scope.c
31713 ____________________________________________________________________________
31714 [ 24081] By: nicholas                              on 2005/03/25  23:46:22
31715         Log: Subject: [PATCH] Consting five
31716              Date: Fri, 25 Mar 2005 17:14:09 -0600
31717              From: Andy Lester <andy@petdance.com>
31718              Message-ID: <20050325231409.GB17660@petdance.com>
31719              
31720              [with modification - the extra argument to incpush was supposed to
31721              be being used]
31722      Branch: perl
31723            ! av.c embed.fnc embed.h ext/DynaLoader/dlutils.c gv.c
31724            ! intrpvar.h locale.c mg.c miniperlmain.c op.c perl.c pp_sys.c
31725            ! proto.h regcomp.c thrdvar.h toke.c
31726 ____________________________________________________________________________
31727 [ 24080] By: rgs                                   on 2005/03/25  21:09:23
31728         Log: Subject: Re: [perl #34568] Perl crashes reading past the end of a heap block while parsing foreach statement
31729              From: Gurusamy Sarathy <gsar@ActiveState.com>
31730              Date: Fri, 25 Mar 2005 10:31:09 -0800
31731              Message-Id: <200503251831.j2PIV9A6006234@smtp3.ActiveState.com>
31732      Branch: perl
31733            ! op.c
31734 ____________________________________________________________________________
31735 [ 24079] By: rgs                                   on 2005/03/25  21:02:04
31736         Log: Subject: [PATCH] Consting part 4
31737              From: Andy Lester <andy@petdance.com>
31738              Date: Fri, 25 Mar 2005 14:43:31 -0600
31739              Message-ID: <20050325204331.GA16388@petdance.com>
31740      Branch: perl
31741            ! embed.fnc mg.c numeric.c op.c perlio.c pod/perlapi.pod proto.h
31742            ! regcomp.c scope.c sv.c taint.c toke.c utf8.c util.c
31743 ____________________________________________________________________________
31744 [ 24078] By: nicholas                              on 2005/03/25  20:57:46
31745         Log: FreeBSD NDBM appears to generate files ending .db, so be prepared to
31746              clean this variant up as well.
31747      Branch: perl
31748            ! lib/Memoize/t/tie_ndbm.t
31749 ____________________________________________________________________________
31750 [ 24077] By: rgs                                   on 2005/03/25  18:03:00
31751         Log: Remove the const qualifier from argv and env variables
31752      Branch: perl
31753            ! embed.fnc intrpvar.h perl.c pod/perlapi.pod proto.h
31754 ____________________________________________________________________________
31755 [ 24076] By: rgs                                   on 2005/03/25  14:41:46
31756         Log: Subject: [PATCH] const fix-up for vms/vms.c
31757              From: "Craig A. Berry" <craigberry@mac.com>
31758              Date: Fri, 25 Mar 2005 09:00:06 -0600
31759              Message-ID: <42442776.8030603@mac.com>
31760      Branch: perl
31761            ! vms/vms.c vms/vmsish.h
31762 ____________________________________________________________________________
31763 [ 24075] By: rgs                                   on 2005/03/25  09:24:15
31764         Log: Subject: [PATCH] Re: Smoke [5.9.2] 24061 FAIL(m) linux 2.6.10-1.770_FC3 [fedora] (i686/1 cpu)
31765              From: Steve Peters <steve@fisharerojo.org>
31766              Date: Tue, 22 Mar 2005 17:15:23 -0600
31767              Message-ID: <20050322231523.GA3083@mccoy.peters.homeunix.org>
31768      Branch: perl
31769            ! hints/linux.sh
31770 ____________________________________________________________________________
31771 [ 24074] By: rgs                                   on 2005/03/24  16:25:58
31772         Log: Subject: [PATCH] Third consting batch
31773              From: Andy Lester <andy@petdance.com>
31774              Date: Tue, 22 Mar 2005 00:35:55 -0600
31775              Message-Id: <2f14220e7101a03f7659dbe79a03b115@petdance.com>
31776      Branch: perl
31777            ! XSUB.h deb.c doio.c dump.c embed.fnc gv.c gv.h hv.c mg.c mg.h
31778            ! minimod.pl numeric.c op.c pad.c patchlevel.h perl.c perl.h
31779            ! perlio.c perliol.h perlvars.h perly.c pod/perlapi.pod
31780            ! pod/perlintern.pod pp.c pp_hot.c pp_sys.c proto.h regcomp.c
31781            ! regcomp.h regexec.c scope.c sv.c taint.c universal.c utf8.c
31782            ! utf8.h utfebcdic.h util.c writemain.SH xsutils.c
31783 ____________________________________________________________________________
31784 [ 24073] By: mhx                                   on 2005/03/22  16:30:57
31785         Log: Mention (un)?pack byte-order modifiers in perldelta
31786      Branch: perl
31787            ! pod/perl592delta.pod
31788 ____________________________________________________________________________
31789 [ 24072] By: rgs                                   on 2005/03/22  16:15:58
31790         Log: Some updates in the new perldelta.
31791      Branch: perl
31792            ! pod/perl592delta.pod
31793 ____________________________________________________________________________
31794 [ 24071] By: rgs                                   on 2005/03/22  15:30:18
31795         Log: Remove IPC::Run for 5.9.2
31796      Branch: perl
31797            - lib/IPC/Run.pm lib/IPC/Run/Debug.pm lib/IPC/Run/IO.pm
31798            - lib/IPC/Run/Timer.pm lib/IPC/Run/Win32Helper.pm
31799            - lib/IPC/Run/Win32IO.pm lib/IPC/Run/Win32Pump.pm
31800            - lib/IPC/Run/t/adopt.t lib/IPC/Run/t/binmode.t
31801            - lib/IPC/Run/t/bogus.t lib/IPC/Run/t/filter.t
31802            - lib/IPC/Run/t/harness.t lib/IPC/Run/t/io.t
31803            - lib/IPC/Run/t/kill_kill.t lib/IPC/Run/t/parallel.t
31804            - lib/IPC/Run/t/pty.t lib/IPC/Run/t/pump.t lib/IPC/Run/t/run.t
31805            - lib/IPC/Run/t/signal.t lib/IPC/Run/t/timeout.t
31806            - lib/IPC/Run/t/timer.t lib/IPC/Run/t/win32_compile.t
31807            ! MANIFEST
31808 ____________________________________________________________________________
31809 [ 24070] By: rgs                                   on 2005/03/22  14:53:01
31810         Log: Forbid the -C option on the command-line
31811              as suggested by Merijn (see [perl #34087])
31812      Branch: perl
31813            ! pod/perldiag.pod toke.c
31814 ____________________________________________________________________________
31815 [ 24069] By: rgs                                   on 2005/03/22  14:03:12
31816         Log: Upgrade to PathTools 3.05
31817      Branch: perl
31818            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm lib/File/Spec.pm
31819 ____________________________________________________________________________
31820 [ 24068] By: rgs                                   on 2005/03/22  10:59:53
31821         Log: Upgrade to File::Temp 0.16
31822      Branch: perl
31823            ! lib/File/Temp.pm lib/File/Temp/t/object.t
31824            ! lib/File/Temp/t/tempfile.t
31825 ____________________________________________________________________________
31826 [ 24067] By: rgs                                   on 2005/03/22  10:53:39
31827         Log: Revert change #24055, which was producing a segfault in installman
31828              when it was trying to install perltoc.
31829      Branch: perl
31830            ! regexec.c t/op/re_tests
31831 ____________________________________________________________________________
31832 [ 24066] By: rgs                                   on 2005/03/22  09:43:44
31833         Log: Fix unresolved POD link
31834      Branch: perl
31835            ! pod/perlfunc.pod
31836 ____________________________________________________________________________
31837 [ 24065] By: rgs                                   on 2005/03/22  09:21:09
31838         Log: Rename ${^RE_TRIE_MAXBUFF} to ${^RE_TRIE_MAXBUF},
31839              and other neatification
31840      Branch: perl
31841            ! pod/perl592delta.pod pod/perlvar.pod regcomp.c regcomp.h
31842 ____________________________________________________________________________
31843 [ 24064] By: rgs                                   on 2005/03/22  08:57:18
31844         Log: Subject: [PATCH] simple optimization for SelectSaver
31845              From: Alexey Tourbin <at@altlinux.ru>
31846              Date: Fri, 18 Mar 2005 21:05:51 +0300
31847              Message-ID: <20050318180551.GA12596@solemn.turbinal.org>
31848      Branch: perl
31849            ! lib/SelectSaver.pm
31850 ____________________________________________________________________________
31851 [ 24063] By: rgs                                   on 2005/03/22  08:53:21
31852         Log: minitest fix
31853      Branch: perl
31854            ! t/run/fresh_perl.t
31855 ____________________________________________________________________________
31856 [ 24062] By: rgs                                   on 2005/03/22  07:50:28
31857         Log: Add in perldelta changes about unpack A and trailing whitespace, trie
31858              optimization, and debug flags for "use re".
31859      Branch: perl
31860            ! pod/perl592delta.pod
31861 ____________________________________________________________________________
31862 [ 24061] By: nicholas                              on 2005/03/21  22:52:12
31863         Log: Casts needed to make VMS happy. (It gets very upset at assignments
31864              between char * and unsigned char *)
31865      Branch: perl
31866            ! pp_pack.c
31867 ____________________________________________________________________________
31868 [ 24060] By: rgs                                   on 2005/03/21  21:44:37
31869         Log: Subject: Re: unpack A strip patch
31870              From: Ton Hospel <perl5-porters@ton.iguana.be>
31871              Date: Mon, 21 Mar 2005 21:31:37 +0000 (UTC)
31872              Message-Id: <d1nefp$lpe$1@post.home.lunix>
31873      Branch: perl
31874            ! pod/perlfunc.pod pp_pack.c t/op/pack.t
31875 ____________________________________________________________________________
31876 [ 24059] By: rgs                                   on 2005/03/21  21:33:16
31877         Log: Subject: Re: regexp trie fails compile on VMS
31878              From: demerphq <demerphq@gmail.com>
31879              Date: Mon, 21 Mar 2005 22:29:09 +0100
31880              Message-ID: <9b18b311050321132917a4b1c7@mail.gmail.com>
31881      Branch: perl
31882            ! regcomp.c regcomp.h regcomp.pl regcomp.sym regexec.c
31883 ____________________________________________________________________________
31884 [ 24058] By: rgs                                   on 2005/03/21  21:22:10
31885         Log: Break up long lines in -V output for compile-time options
31886              
31887              Subject: Re: sitecustomize.pl [PATCH]
31888              From: sthoenna[at]efn.org (Yitzchak Scott-Thoennes)
31889              Date: Tue, 8 Mar 2005 17:46:04 -0800
31890              Message-ID: <20050309014604.GA5876[at]efn.org>
31891      Branch: perl
31892            ! perl.c
31893 ____________________________________________________________________________
31894 [ 24057] By: steveh                                on 2005/03/21  17:08:26
31895         Log: Oops - forgot to update MANIFEST for change 24056.
31896      Branch: perl
31897            ! MANIFEST
31898 ____________________________________________________________________________
31899 [ 24056] By: steveh                                on 2005/03/21  17:06:45
31900         Log: Subject: Re: Stop mktables from needlessly re-running when using dmake on Win32
31901              From: demerphq <demerphq@gmail.com>
31902              Date: Tue, 8 Mar 2005 02:24:10 +0100
31903              Message-ID: <9b18b311050307172455a5816e@mail.gmail.com>
31904              
31905              Change 24004 stopped mktables from needlessly re-running when using
31906              dmake on Win32, but it can still happen when using nmake because it
31907              doesn't support the .UPDATEALL attribute that was used to fix dmake.
31908              e.g. Build perl, touch a core header file, then rebuild -- mktables
31909              re-runs when it didn't need to, and 7 times over at that!  This change
31910              alleviates the pain by making mktables exit quickly in such cases.
31911      Branch: perl
31912            + lib/unicore/mktables.lst
31913            ! lib/unicore/mktables
31914 ____________________________________________________________________________
31915 [ 24055] By: rgs                                   on 2005/03/21  14:58:21
31916         Log: Resubmit change #24053.
31917      Branch: perl
31918            ! regexec.c t/op/re_tests
31919 ____________________________________________________________________________
31920 [ 24054] By: rgs                                   on 2005/03/21  14:32:58
31921         Log: Subject: [PATCH] Re: [perl #34493] h2ph `extern inline' problems
31922              From: Alexey Tourbin <at@altlinux.ru>
31923              Date: Sat, 19 Mar 2005 16:37:12 +0300
31924              Message-ID: <20050319133712.GB6484@solemn.turbinal.org>
31925              
31926              and
31927              
31928              Message-ID: <20050319141457.GC6484@solemn.turbinal.org>
31929      Branch: perl
31930            ! t/lib/h2ph.h utils/h2ph.PL
31931 ____________________________________________________________________________
31932 [ 24053] By: rgs                                   on 2005/03/21  13:15:34
31933         Log: Subject: Re: [perl #34195] Regex: Alternations within negative lookahead assertions 
31934              From: hv@crypt.org
31935              Date: Mon, 21 Feb 2005 17:59:49 +0000
31936              Message-Id: <200502211759.j1LHxnC22894@zen.crypt.org>
31937      Branch: perl
31938            ! regexec.c t/op/re_tests
31939 ____________________________________________________________________________
31940 [ 24052] By: rgs                                   on 2005/03/21  10:27:44
31941         Log: Subject: pack / for general types
31942              From: perl5-porters@ton.iguana.be (Ton Hospel)
31943              Date: Sat, 19 Mar 2005 22:00:45 +0000 (UTC)
31944              Message-Id: <d1i7ed$62c$1@post.home.lunix>
31945              
31946              Allow "len/format" to work for any format type, not just strings.
31947      Branch: perl
31948            ! pod/perldiag.pod pod/perlfunc.pod pp_pack.c t/op/pack.t
31949 ____________________________________________________________________________
31950 [ 24051] By: rgs                                   on 2005/03/21  10:12:01
31951         Log: perldelta suggestions on (un)?pack by Ton Hospel
31952      Branch: perl
31953            ! pod/perl592delta.pod
31954 ____________________________________________________________________________
31955 [ 24050] By: rgs                                   on 2005/03/21  09:59:13
31956         Log: Subject: Re: bugzilla.redhat bug #101767 (threads, threads::shared)
31957              From: Alexey Tourbin <at@altlinux.ru>
31958              Date: Sat, 19 Mar 2005 06:10:45 +0300
31959              Message-ID: <20050319031045.GN12596@solemn.turbinal.org>
31960      Branch: perl
31961            + ext/threads/hints/linux.pl ext/threads/shared/hints/linux.pl
31962            ! MANIFEST
31963 ____________________________________________________________________________
31964 [ 24049] By: rgs                                   on 2005/03/21  09:39:35
31965         Log: Subject: [PATCH] More consting goodness
31966              From: Andy Lester <andy@petdance.com>
31967              Date: Sat, 19 Mar 2005 01:28:30 -0600
31968              Message-ID: <20050319072830.GA7721@petdance.com>
31969      Branch: perl
31970            ! deb.c dump.c embed.fnc handy.h op.c opcode.h opcode.pl perl.c
31971            ! pod/perlapi.pod pp_ctl.c pp_sys.c proto.h regcomp.c regexec.c
31972            ! sv.c toke.c
31973 ____________________________________________________________________________
31974 [ 24048] By: rgs                                   on 2005/03/20  21:20:50
31975         Log: Upgrade to Math::BigInt 1.75, by Tels
31976      Branch: perl
31977            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
31978            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
31979            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
31980            ! lib/Math/BigInt/t/fallback.t lib/Math/BigInt/t/mbi_rand.t
31981            ! lib/Math/BigInt/t/sub_mbi.t
31982 ____________________________________________________________________________
31983 [ 24047] By: merijn                                on 2005/03/20  10:50:11
31984         Log: Subject: [PATCH] perlrun typo (env PERLDB_OPTS)
31985              From: Alexey Tourbin <at@altlinux.ru>
31986              Date: Sat, 19 Mar 2005 03:40:13 +0300
31987              Message-ID: <20050319004013.GJ12596@solemn.turbinal.org>
31988      Branch: perl
31989            ! pod/perlrun.pod
31990 ____________________________________________________________________________
31991 [ 24046] By: rgs                                   on 2005/03/18  21:47:54
31992         Log: Remove an useless line, spotted by Andy Lester
31993      Branch: perl
31994            ! toke.c
31995 ____________________________________________________________________________
31996 [ 24045] By: rgs                                   on 2005/03/18  16:54:38
31997         Log: Remove trie optimisation from the todo list
31998      Branch: perl
31999            ! pod/perltodo.pod
32000 ____________________________________________________________________________
32001 [ 24044] By: rgs                                   on 2005/03/18  15:04:39
32002         Log: Subject: Re: Reworked Trie Patch
32003              From: demerphq <demerphq@gmail.com>
32004              Date: Mon, 14 Mar 2005 08:55:39 +0100
32005              Message-ID: <9b18b31105031323557019ae1@mail.gmail.com>
32006              
32007              Subject: Re: Reworked Trie Patch
32008              From: demerphq <demerphq@gmail.com>
32009              Date: Wed, 16 Mar 2005 19:48:18 +0100
32010              Message-ID: <9b18b31105031610481025a080@mail.gmail.com>
32011              
32012              Plus minor nits in the documentation of re.pm,
32013              a version bump, and addition of an OPTIMIZE alias
32014      Branch: perl
32015            + t/op/regexp_notrie.t t/op/regexp_trielist.t
32016            ! MANIFEST embed.fnc embed.h ext/re/re.pm pod/perlvar.pod
32017            ! proto.h regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h
32018            ! sv.c t/op/pat.t t/op/re_tests t/op/readdir.t
32019 ____________________________________________________________________________
32020 [ 24043] By: rgs                                   on 2005/03/18  14:02:36
32021         Log: Subject: Re: sitecustomize.pl [PATCH]
32022              From: Gisle Aas <gisle@ActiveState.com>
32023              Date: 18 Mar 2005 04:06:40 -0800
32024              Message-ID: <lru0n9w433.fsf@caliper.activestate.com>
32025              
32026              Adds a new command-line switch, -f, and a new optional
32027              compile-time setting -DUSE_SITECUSTOMIZE
32028      Branch: perl
32029            ! INSTALL ext/Devel/DProf/t/DProf.t perl.c pod/perlrun.pod
32030 ____________________________________________________________________________
32031 [ 24042] By: rgs                                   on 2005/03/18  13:38:32
32032         Log: Subject: [PATCH] More const parms
32033              From: Andy Lester <andy@petdance.com>
32034              Date: Mon, 14 Mar 2005 13:59:54 -0600
32035              Message-ID: <20050314195954.GB7141@petdance.com>
32036      Branch: perl
32037            ! embed.fnc gv.c numeric.c op.c pad.c perlio.c pod/perlapi.pod
32038            ! pod/perlintern.pod pp_ctl.c pp_hot.c proto.h scope.c sv.c
32039            ! toke.c utf8.c
32040 ____________________________________________________________________________
32041 [ 24041] By: rgs                                   on 2005/03/18  10:27:17
32042         Log: Don't use vars in DynaLoader
32043              Remove left-over maintenance code
32044      Branch: perl
32045            ! ext/DynaLoader/DynaLoader_pm.PL
32046 ____________________________________________________________________________
32047 [ 24040] By: rgs                                   on 2005/03/18  07:57:06
32048         Log: Subject: [PATCH] $B::Disassembler::VERSION
32049              From: Alexey Tourbin <at@altlinux.ru>
32050              Date: Thu, 17 Mar 2005 19:02:38 +0300
32051              Message-ID: <20050317160238.GN5825@solemn.turbinal.org>
32052      Branch: perl
32053            ! ext/B/B/Disassembler.pm
32054 ____________________________________________________________________________
32055 [ 24039] By: rgs                                   on 2005/03/15  09:30:28
32056         Log: Upgrade to CGI 3.07.
32057              Add CGI's changelog
32058      Branch: perl
32059            + lib/CGI/Changes
32060            ! MANIFEST lib/CGI.pm lib/CGI/Cookie.pm
32061 ____________________________________________________________________________
32062 [ 24038] By: merijn                                on 2005/03/14  15:55:44
32063         Log: Subject: pp_pack.c, simplifying genpacksizetables
32064              From: perl5-porters@ton.iguana.be (Ton Hospel)
32065              Date: Sun, 13 Mar 2005 15:07:41 +0000 (UTC)
32066              Message-Id: <d11kvt$1k7$1@post.home.lunix>
32067      Branch: perl
32068            ! genpacksizetables.pl pp_pack.c
32069 ____________________________________________________________________________
32070 [ 24037] By: rgs                                   on 2005/03/14  14:35:33
32071         Log: Subject: [PATCH] Adding const qualifiers
32072              From: Andy Lester <andy@petdance.com>
32073              Date: Sun, 13 Mar 2005 14:20:05 -0600
32074              Message-ID: <20050313202005.GA23535@petdance.com>
32075      Branch: perl
32076            ! av.c embed.fnc gv.c hv.c mg.c op.c pod/perlapi.pod pp_ctl.c
32077            ! proto.h scope.c utf8.c
32078 ____________________________________________________________________________
32079 [ 24036] By: rgs                                   on 2005/03/14  09:19:01
32080         Log: Subject: Re: [perl #34155] perldoc -f hex should say how to convert back
32081              From: David Nicol <davidnicol@gmail.com>
32082              Date: Tue, 8 Mar 2005 18:23:11 -0600
32083              Message-ID: <934f64a20503081623713f6d27@mail.gmail.com>
32084      Branch: perl
32085            ! pod/perlfunc.pod
32086 ____________________________________________________________________________
32087 [ 24035] By: rgs                                   on 2005/03/13  21:14:36
32088         Log: Document pack changes in perldelta
32089      Branch: perl
32090            ! pod/perl592delta.pod
32091 ____________________________________________________________________________
32092 [ 24034] By: rgs                                   on 2005/03/13  16:41:05
32093         Log: Upgrade to Pod::Parser 1.30
32094      Branch: perl
32095            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
32096            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
32097            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podselect.PL
32098            ! t/pod/poderrs.xr
32099 ____________________________________________________________________________
32100 [ 24033] By: rgs                                   on 2005/03/13  11:07:40
32101         Log: Doc patches to clarify the stringification rules of {} and =>
32102              by Jarkko (bug #34419)
32103      Branch: perl
32104            ! pod/perldata.pod pod/perlop.pod
32105 ____________________________________________________________________________
32106 [ 24032] By: rgs                                   on 2005/03/13  09:20:01
32107         Log: gcc warning patch by Andy Lester
32108      Branch: perl
32109            ! perl.h
32110 ____________________________________________________________________________
32111 [ 24031] By: rgs                                   on 2005/03/12  22:05:14
32112         Log: Subject: Re: Encoding neutral unpack
32113              From: perl5-porters@ton.iguana.be (Ton Hospel)
32114              Date: Sat, 12 Mar 2005 18:54:29 +0000 (UTC)
32115              Message-ID: <d0vdt5$81a$1@post.home.lunix>
32116              
32117              A new test.
32118      Branch: perl
32119            ! t/op/pack.t
32120 ____________________________________________________________________________
32121 [ 24030] By: rgs                                   on 2005/03/12  22:01:21
32122         Log: Indentation patch by Ton Hospel for pp_pack
32123      Branch: perl
32124            ! pp_pack.c
32125 ____________________________________________________________________________
32126 [ 24029] By: rgs                                   on 2005/03/12  20:49:00
32127         Log: Change my email, put real name of Pixel
32128      Branch: perl
32129            ! AUTHORS
32130 ____________________________________________________________________________
32131 [ 24028] By: rgs                                   on 2005/03/12  17:15:23
32132         Log: Upgrade to DB_File 1.811, by Paul Marquess
32133      Branch: perl
32134            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
32135            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-hash.t
32136            ! ext/DB_File/typemap
32137 ____________________________________________________________________________
32138 [ 24027] By: rgs                                   on 2005/03/11  17:47:41
32139         Log: Add standard core test headers to the Class::ISA new tests
32140      Branch: perl
32141            ! lib/Class/ISA/t/00_about_verbose.t
32142            ! lib/Class/ISA/t/01_old_junk.t
32143 ____________________________________________________________________________
32144 [ 24026] By: rgs                                   on 2005/03/11  17:37:01
32145         Log: Upgrade to Class::ISA 0.33
32146      Branch: perl
32147            + lib/Class/ISA/ChangeLog lib/Class/ISA/t/00_about_verbose.t
32148            + lib/Class/ISA/t/01_old_junk.t
32149            - lib/Class/ISA/test.pl
32150            ! MANIFEST lib/Class/ISA.pm
32151 ____________________________________________________________________________
32152 [ 24025] By: rgs                                   on 2005/03/11  16:55:59
32153         Log: Update Changes
32154      Branch: perl
32155            ! Changes
32156 ____________________________________________________________________________
32157 [ 24024] By: rgs                                   on 2005/03/11  11:12:31
32158         Log: FAQ sync
32159      Branch: perl
32160            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
32161            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
32162            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
32163            ! pod/perlfaq9.pod
32164 ____________________________________________________________________________
32165 [ 24023] By: rgs                                   on 2005/03/11  10:22:28
32166         Log: Subject: [PATCH] pad_push numero three-o
32167              From: Andy Lester <andy@petdance.com>
32168              Date: Thu, 10 Mar 2005 15:17:28 -0600
32169              Message-ID: <20050310211728.GC32386@petdance.com>
32170      Branch: perl
32171            ! embed.fnc embed.h pad.c pod/perlintern.pod pp_ctl.c pp_hot.c
32172            ! proto.h
32173 ____________________________________________________________________________
32174 [ 24022] By: rgs                                   on 2005/03/10  17:42:54
32175         Log: Make the return value of close() depend not only on the success of the
32176              close itself, but also on whether the output stream had a previous
32177              error. From Jim Meyering <jim@meyering.net>, via Debian.
32178      Branch: perl
32179            ! doio.c
32180 ____________________________________________________________________________
32181 [ 24021] By: rgs                                   on 2005/03/10  17:39:56
32182         Log: 8 is not an octal digit. (from Debian)
32183      Branch: perl
32184            ! pod/perlreref.pod
32185 ____________________________________________________________________________
32186 [ 24020] By: rgs                                   on 2005/03/10  17:38:51
32187         Log: Fix a2p manpage (from Debian)
32188      Branch: perl
32189            ! x2p/a2p.pod
32190 ____________________________________________________________________________
32191 [ 24019] By: rgs                                   on 2005/03/10  17:36:37
32192         Log: Remove a spurious undefined warning when using getopts.pl with -w.
32193              (from Debian)
32194      Branch: perl
32195            ! lib/getopts.pl
32196 ____________________________________________________________________________
32197 [ 24018] By: rgs                                   on 2005/03/10  17:34:39
32198         Log: Doc patch for Devel::DProf (from Debian)
32199      Branch: perl
32200            ! ext/Devel/DProf/DProf.pm
32201 ____________________________________________________________________________
32202 [ 24017] By: rgs                                   on 2005/03/10  17:22:25
32203         Log: Add support for Debian GNU/k*BSD
32204      Branch: perl
32205            ! hints/gnukfreebsd.sh hints/gnuknetbsd.sh
32206 ____________________________________________________________________________
32207 [ 24016] By: rgs                                   on 2005/03/10  17:21:05
32208         Log: Patch for Debian bug #258618, compilation under Debian/Hurd
32209      Branch: perl
32210            ! hints/gnu.sh
32211 ____________________________________________________________________________
32212 [ 24015] By: steveh                                on 2005/03/10  15:18:20
32213         Log: Subject: Minor AUTHORS patch
32214              From: "Mike Giroux" <rmgiroux@hotmail.com>
32215              Date: Thu, 10 Mar 2005 08:39:04 -0500
32216              Message-ID: <BAY104-F4B1925432A15287069D3BCE520@phx.gbl>
32217      Branch: perl
32218            ! AUTHORS
32219 ____________________________________________________________________________
32220 [ 24014] By: steveh                                on 2005/03/10  11:25:36
32221         Log: More Win32 dmake fixes
32222
32223              Use $B macro as per change 23991 in more places, and fix some syntax
32224              errors in the subst's (missing trailing ",")
32225
32226              Tested with GCC and MSVC. I don't have BCC available, so those parts
32227              are untested.
32228      Branch: perl
32229            ! win32/makefile.mk
32230 ____________________________________________________________________________
32231 [ 24013] By: rgs                                   on 2005/03/10  10:10:33
32232         Log: Upgrade to CGI.pm 3.06
32233      Branch: perl
32234            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Util.pm
32235            ! lib/CGI/t/form.t lib/CGI/t/html.t
32236 ____________________________________________________________________________
32237 [ 24012] By: rgs                                   on 2005/03/09  22:17:33
32238         Log: Further pack optimisations by Ton Hospel
32239      Branch: perl
32240            ! pp_pack.c
32241 ____________________________________________________________________________
32242 [ 24011] By: rgs                                   on 2005/03/09  18:02:13
32243         Log: Fix memory corruption when growing pack utf8 buffer
32244      Branch: perl
32245            ! pp_pack.c
32246 ____________________________________________________________________________
32247 [ 24010] By: rgs                                   on 2005/03/08  17:53:50
32248         Log: Subject: Encoding neutral unpack
32249              From: perl5-porters@ton.iguana.be (Ton Hospel)
32250              Date: Sun, 6 Mar 2005 18:29:38 +0000 (UTC)
32251              Message-Id: <d0fi6i$k06$1@post.home.lunix>
32252      Branch: perl
32253            ! embed.fnc embed.h genpacksizetables.pl lib/charnames.t perl.h
32254            ! pod/perldiag.pod pod/perlfunc.pod pod/perlunicode.pod
32255            ! pod/perluniintro.pod pp_pack.c proto.h t/op/pack.t
32256            ! t/op/utftaint.t
32257 ____________________________________________________________________________
32258 [ 24009] By: merijn                                on 2005/03/08  15:25:57
32259         Log: Subject: Minor AUTHORS patch
32260              From: Andy Lester <andy@petdance.com>
32261              Date: Tue, 8 Mar 2005 09:44:45 -0600
32262              Message-ID: <20050308154445.GB3213@petdance.com>
32263      Branch: perl
32264            ! AUTHORS
32265 ____________________________________________________________________________
32266 [ 24008] By: merijn                                on 2005/03/08  14:45:17
32267         Log: Some updates to current status
32268      Branch: perl
32269            ! README.hpux
32270 ____________________________________________________________________________
32271 [ 24007] By: steveh                                on 2005/03/07  11:02:12
32272         Log: Include regcomp.h in Win32 makefiles
32273
32274              Subject: Re: Stop mktables from needlessly re-running when using dmake on Win32
32275              From: demerphq <demerphq@gmail.com>
32276              Date: Sun, 6 Mar 2005 09:16:12 +0100
32277              Message-ID: <9b18b311050306001624012bd@mail.gmail.com>
32278      Branch: perl
32279            ! win32/Makefile win32/makefile.mk
32280 ____________________________________________________________________________
32281 [ 24006] By: steveh                                on 2005/03/04  17:19:46
32282         Log: A better fix than change 24005 was ;)
32283
32284              Actually, "@echo." still emits a blank line.  Use "@rem" instead as the
32285              no-op.  This was being used in the Win95 case, but works fine on WinNT
32286              too, and is actually what ExtUtils-MakeMaker uses.
32287
32288              Also change the nmake Makefile.
32289      Branch: perl
32290            ! win32/Makefile win32/makefile.mk
32291 ____________________________________________________________________________
32292 [ 24005] By: steveh                                on 2005/03/04  17:11:56
32293         Log: Suppress "ECHO is on." messages when using dmake on Win32
32294
32295              (The shell's "echo" command displays the current echo setting when
32296              called with no arguments.  Use "echo." to display nothing.)
32297      Branch: perl
32298            ! win32/makefile.mk
32299 ____________________________________________________________________________
32300 [ 24004] By: steveh                                on 2005/03/04  17:01:24
32301         Log: Stop mktables from needlessly re-running when using dmake on Win32
32302      Branch: perl
32303            ! win32/makefile.mk
32304 ____________________________________________________________________________
32305 [ 24003] By: rgs                                   on 2005/03/04  16:02:20
32306         Log: Update -v copyright notice
32307      Branch: perl
32308            ! perl.c
32309 ____________________________________________________________________________
32310 [ 24002] By: rgs                                   on 2005/03/03  18:27:34
32311         Log: Add a regression test for bug #32193, and make the
32312              fix a bit more robust
32313      Branch: perl
32314            ! lib/Tie/RefHash.pm lib/Tie/RefHash.t
32315 ____________________________________________________________________________
32316 [ 24001] By: rgs                                   on 2005/03/03  18:03:15
32317         Log: Subject: [perl #32193] Tie::RefHash DELETE does not return value for ref keys
32318              From: Yuval Kojman (via RT) <perlbug-followup@perl.org>
32319              Date: 28 Oct 2004 12:16:37 -0000
32320              Message-ID: <rt-3.0.11-32193-98805.8.56634266171625@perl.org>
32321      Branch: perl
32322            ! lib/Tie/RefHash.pm
32323 ____________________________________________________________________________
32324 [ 24000] By: rgs                                   on 2005/03/03  15:43:43
32325         Log: do "filename" is not really used with perl subroutine librairies
32326              anymore.
32327      Branch: perl
32328            ! pod/perlfunc.pod
32329 ____________________________________________________________________________
32330 [ 23999] By: merijn                                on 2005/02/27  11:28:27
32331         Log: Fix for bug [ID 20020227.005] format bug with undefined _TOP
32332              http://rt.perl.org/rt3/Ticket/Display.html?id=8698
32333              If there was no TOP format the lines left on page was set
32334              to fixed number, now set to the current page length of the
32335              IO channel used. More debugging for yet another bug needed.
32336      Branch: perl
32337            ! pp_sys.c
32338 ____________________________________________________________________________
32339 [ 23998] By: davem                                 on 2005/02/26  11:32:59
32340         Log: ithreads: cond_signal() on a non-shared object coredumped
32341      Branch: perl
32342            ! ext/threads/shared/shared.xs
32343 ____________________________________________________________________________
32344 [ 23997] By: nicholas                              on 2005/02/26  09:33:30
32345         Log: SvUTF8 can be present on scalars other than PVs
32346              (specifically references with overloaded stringification)
32347      Branch: perl
32348            ! dump.c
32349 ____________________________________________________________________________
32350 [ 23996] By: davem                                 on 2005/02/26  00:47:03
32351         Log: Fix leaks in List::Util::reduce,first
32352              When the block is a closure, the cloned CV created on each call
32353              was never freed
32354      Branch: perl
32355            ! ext/List/Util/Util.xs ext/List/Util/lib/Scalar/Util.pm
32356 ____________________________________________________________________________
32357 [ 23995] By: steveh                                on 2005/02/24  15:52:01
32358         Log: Subject: Re: (patch blead) Extend t/harness to allow filtering of the file list by regex.
32359              From: demerphq <demerphq@gmail.com>
32360              Date: Wed, 23 Feb 2005 17:49:50 +0100
32361              Message-ID: <9b18b311050223084917d7ef59@mail.gmail.com>
32362      Branch: perl
32363            ! pod/perlhack.pod
32364 ____________________________________________________________________________
32365 [ 23994] By: merijn                                on 2005/02/24  10:12:26
32366         Log: Subject: [PATCH] dprofpp help
32367              From: Andy Lester <andy@petdance.com>
32368              Date: Thu, 24 Feb 2005 00:10:42 -0600
32369              Message-ID: <20050224061042.GA20259@petdance.com>
32370      Branch: perl
32371            ! utils/dprofpp.PL
32372 ____________________________________________________________________________
32373 [ 23993] By: steveh                                on 2005/02/23  13:36:59
32374         Log: Subject: (patch blead) Extend t/harness to allow filtering of the file list by regex.
32375              From: demerphq <demerphq@gmail.com>
32376              Date: Sat, 19 Feb 2005 11:10:00 +0100
32377              Message-ID: <9b18b3110502190210105decf4@mail.gmail.com>
32378      Branch: perl
32379            ! t/harness
32380 ____________________________________________________________________________
32381 [ 23992] By: steveh                                on 2005/02/23  12:28:55
32382         Log: Subject: Patch Win32 makefiles for blead to allow parameters to be passed to harness:
32383              From: demerphq <demerphq@gmail.com>
32384              Date: Sat, 19 Feb 2005 11:00:08 +0100
32385              Message-ID: <9b18b31105021902003d9c2a95@mail.gmail.com>
32386      Branch: perl
32387            ! win32/Makefile win32/makefile.mk
32388 ____________________________________________________________________________
32389 [ 23991] By: steveh                                on 2005/02/23  09:17:55
32390         Log: Fix Win32's dmake makefile.mk for new dmakes built with Visual C++
32391      Branch: perl
32392            ! win32/makefile.mk
32393 ____________________________________________________________________________
32394 [ 23990] By: rgs                                   on 2005/02/22  18:13:01
32395         Log: Porting/manicheck is not happy when I use spaces instead of tabs.
32396      Branch: perl
32397            ! MANIFEST
32398 ____________________________________________________________________________
32399 [ 23989] By: rgs                                   on 2005/02/21  16:05:22
32400         Log: Subject: IPC::Run test failures with utf8
32401              From: Nicholas Clark <nick@ccl4.org>
32402              Date: Sat, 19 Feb 2005 00:27:57 +0000
32403              Message-ID: <20050219002757.GO13998@plum.flirble.org>
32404      Branch: perl
32405            ! lib/IPC/Run/t/run.t
32406 ____________________________________________________________________________
32407 [ 23988] By: rgs                                   on 2005/02/21  13:51:44
32408         Log: Subject: [PATCH] signed/unsigned help for pp_pack.c
32409              From: "Craig A. Berry" <craigberry@mac.com>
32410              Date: Fri, 18 Feb 2005 09:42:52 -0600
32411              Message-ID: <42160CFC.3080304@mac.com>
32412      Branch: perl
32413            ! pp_pack.c
32414 ____________________________________________________________________________
32415 [ 23987] By: rgs                                   on 2005/02/21  12:56:22
32416         Log: Subject: (blead patch) Skip a torture test under blead, and skip certain torture tests under Win32.
32417              From: demerphq <demerphq@gmail.com>
32418              Date: Sat, 19 Feb 2005 11:04:00 +0100
32419              Message-ID: <9b18b3110502190204641e103c@mail.gmail.com
32420      Branch: perl
32421            ! t/japh/abigail.t
32422 ____________________________________________________________________________
32423 [ 23986] By: rgs                                   on 2005/02/18  18:21:25
32424         Log: Subject: Patch for Perlbug #4253
32425              From: Nikolai Eipel <eipel@web.de>
32426              Date: Sat, 29 Jan 2005 16:52:53 +0100
32427              Message-Id: <200501291652.53841.eipel@web.de>
32428
32429              (-T and -B invalidate _ filehandle when no read permission on file)
32430              plus a regression test
32431      Branch: perl
32432            ! pp_sys.c t/op/stat.t
32433 ____________________________________________________________________________
32434 [ 23985] By: rgs                                   on 2005/02/18  16:18:34
32435         Log: Install and build corelist on VMS, too
32436      Branch: perl
32437            ! vms/descrip_mms.template
32438 ____________________________________________________________________________
32439 [ 23984] By: rgs                                   on 2005/02/18  16:07:54
32440         Log: Add corelist to the win32 makefiles
32441              (noticed by demerphq)
32442      Branch: perl
32443            ! win32/Makefile win32/makefile.mk
32444 ____________________________________________________________________________
32445 [ 23983] By: rgs                                   on 2005/02/18  15:48:51
32446         Log: Subject: [perl #32968] [PATCH] Re: B::walkoptree segfaults
32447              From: Stephen McCamant <smcc@MIT.EDU>
32448              Date: Tue, 28 Dec 2004 10:13:50 -0800
32449              Message-ID: <16849.41566.887352.677148@apocalypse.OCF.Berkeley.EDU>
32450      Branch: perl
32451            ! ext/B/B.xs op.h
32452 ____________________________________________________________________________
32453 [ 23982] By: rgs                                   on 2005/02/18  15:34:59
32454         Log: Subject: Re: Integration of PathTools 3.04
32455              From: demerphq <demerphq@gmail.com>
32456              Date: Fri, 18 Feb 2005 16:31:50 +0100
32457              Message-ID: <9b18b31105021807316af0aed5@mail.gmail.com>
32458      Branch: perl
32459            ! lib/Cwd.pm
32460 ____________________________________________________________________________
32461 [ 23981] By: rgs                                   on 2005/02/18  15:00:12
32462         Log: Subject: Re: Bug in Socket::IO::INET Version 1.27
32463              From: Gisle Aas <gisle@ActiveState.com>
32464              Date: 03 Feb 2005 03:16:46 -0800
32465              Message-ID: <lr7jlpsxk1.fsf@caliper.activestate.com>
32466      Branch: perl
32467            ! ext/IO/lib/IO/Socket/INET.pm
32468 ____________________________________________________________________________
32469 [ 23980] By: rgs                                   on 2005/02/18  14:27:38
32470         Log: Integrate encoding::warnings from Autrijus Tang.
32471      Branch: perl
32472            + lib/encoding/warnings.pm lib/encoding/warnings/t/1-warning.t
32473            + lib/encoding/warnings/t/2-fatal.t
32474            + lib/encoding/warnings/t/3-normal.t
32475            ! MANIFEST
32476 ____________________________________________________________________________
32477 [ 23979] By: rgs                                   on 2005/02/18  09:53:36
32478         Log: Subject: [PATCH] find2perl, new options
32479              From: slaven@rezic.de
32480              Date: Thu, 17 Feb 2005 22:30:13 +0100
32481              Message-Id: <1108675813.24421@devpc01.iconmobile.de>
32482      Branch: perl
32483            ! x2p/find2perl.PL
32484 ____________________________________________________________________________
32485 [ 23978] By: rgs                                   on 2005/02/18  08:54:33
32486         Log: Missing dependencies in x2p makefile, by Slaven Rezic.
32487      Branch: perl
32488            ! x2p/Makefile.SH
32489 ____________________________________________________________________________
32490 [ 23977] By: rgs                                   on 2005/02/17  18:14:19
32491         Log: Upgrade to PathTools 3.04
32492              (plus tweaks to Cwd and cwd.t to run when building perl)
32493      Branch: perl
32494            + ext/Cwd/ppport.h
32495            ! MANIFEST ext/Cwd/Changes ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t
32496            ! ext/Cwd/t/taint.t ext/Cwd/t/win32.t lib/Cwd.pm
32497            ! lib/File/Spec.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
32498            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
32499            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
32500            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
32501            ! lib/File/Spec/t/Spec.t lib/File/Spec/t/crossplatform.t
32502            ! lib/File/Spec/t/rel2abs2rel.t
32503 ____________________________________________________________________________
32504 [ 23976] By: rgs                                   on 2005/02/17  17:42:59
32505         Log: Upgrade to Pod::LaTeX 0.58
32506      Branch: perl
32507            ! lib/Pod/LaTeX.pm lib/Pod/t/pod2latex.t
32508 ____________________________________________________________________________
32509 [ 23975] By: rgs                                   on 2005/02/17  15:21:55
32510         Log: Upgrade to Time::HiRes 1.66
32511      Branch: perl
32512            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
32513            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/t/HiRes.t
32514 ____________________________________________________________________________
32515 [ 23974] By: rgs                                   on 2005/02/17  14:57:06
32516         Log: Subject: [perl #31730] [PATCH] IO::File reads garbage from directory filehandles
32517              From: "Steve Peters via RT" <perlbug-followup@perl.org>
32518              Date: 1 Feb 2005 16:24:11 -0000
32519              Message-ID: <rt-3.0.11-31730-107010.1.24399823945417@perl.org>
32520      Branch: perl
32521            ! ext/IO/lib/IO/File.pm
32522 ____________________________________________________________________________
32523 [ 23973] By: rgs                                   on 2005/02/16  13:20:55
32524         Log: Subject: Re: [PATCH] Re: perl winpid?
32525              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
32526              Date: Tue, 15 Feb 2005 20:45:13 -0800
32527              Message-ID: <20050216044512.GA2516@efn.org>
32528      Branch: perl
32529            ! ext/B/t/stash.t
32530 ____________________________________________________________________________
32531 [ 23972] By: steveh                                on 2005/02/15  14:47:47
32532         Log: Jan Dubois has taken over maintenance of Win32 stuff from Sarathy
32533      Branch: perl
32534            ! Porting/Maintainers.pl README.win32
32535 ____________________________________________________________________________
32536 [ 23971] By: rgs                                   on 2005/02/15  13:52:15
32537         Log: Fix documentation bug in using Socket's import tags :
32538
32539              Subject: [perl #34141] example in perlbug -f getsockopt incomplete
32540              From: David Dyck (via RT) <perlbug-followup@perl.org>
32541              Date: 15 Feb 2005 07:35:45 -0000
32542              Message-ID: <rt-3.0.11-34141-107730.6.0777451251105@perl.org>
32543      Branch: perl
32544            ! pod/perlfunc.pod
32545 ____________________________________________________________________________
32546 [ 23970] By: steveh                                on 2005/02/15  13:20:40
32547         Log: Fix PERL_MALLOC/DEBUG_MSTATS options in Win32 makefiles
32548
32549              Currently, if USE_IMP_SYS is defined then PERL_MALLOC gets undefined.
32550              We should also undefine DEBUG_MSTATS if PERL_MALLOC is (or has become)
32551              undefined, and we should do all this *before* inspecting DEBUG_MSTATS
32552              to see if we need to add -DPERL_DEBUGGING_MSTATS to BUILDOPT.
32553      Branch: perl
32554            ! win32/Makefile win32/makefile.mk
32555 ____________________________________________________________________________
32556 [ 23969] By: steveh                                on 2005/02/15  11:40:03
32557         Log: Fix definition of DEBUG_MSTATS for Win32 dmake builds
32558      Branch: perl
32559            ! win32/makefile.mk
32560 ____________________________________________________________________________
32561 [ 23968] By: rgs                                   on 2005/02/15  08:29:13
32562         Log: Use strl* functions in doio.c when available
32563              Based on :
32564              Subject: [PATCH] Changes to doio.c to use strlcpy() and strlcat()
32565              From: Steve Peters <steve@fisharerojo.org>
32566              Date: Wed, 1 Dec 2004 19:42:14 -0600
32567              Message-ID: <20041202014214.GA20907@mccoy.peters.homeunix.org>
32568      Branch: perl
32569            ! doio.c
32570 ____________________________________________________________________________
32571 [ 23967] By: mhx                                   on 2005/02/15  04:58:48
32572         Log: Subject: [PATCH] Additional tests for t/op/not.t
32573              From: Steve Peters <steve@fisharerojo.org>
32574              Date: Mon, 14 Feb 2005 19:54:17 -0600
32575              Message-ID: <20050215015417.GA30368@mccoy.peters.homeunix.org>
32576      Branch: perl
32577            ! t/op/not.t
32578 ____________________________________________________________________________
32579 [ 23966] By: rgs                                   on 2005/02/14  21:05:17
32580         Log: Subject: Re: encoding neutral unpack
32581              From: perl5-porters@ton.iguana.be (Ton Hospel)
32582              Date: Sat, 5 Feb 2005 01:34:44 +0000 (UTC)
32583              Message-ID: <cu17rk$k78$1@post.home.lunix>
32584
32585              tweaked to remove the 'not supported on this platform'
32586              error messages
32587      Branch: perl
32588            ! genpacksizetables.pl pp_pack.c t/op/pack.t t/uni/case.pl
32589 ____________________________________________________________________________
32590 [ 23965] By: mhx                                   on 2005/02/14  17:26:02
32591         Log: Regenerate Perl_keyword() to remove superfluous goto statements.
32592      Branch: perl
32593            ! toke.c
32594 ____________________________________________________________________________
32595 [ 23964] By: mhx                                   on 2005/02/14  17:21:29
32596         Log: Require version 0.05 of Devel::Tokenizer::C.
32597      Branch: perl
32598            ! perl_keyword.pl
32599 ____________________________________________________________________________
32600 [ 23963] By: rgs                                   on 2005/02/12  16:26:47
32601         Log: Mac OS Classic vs Mac OS X clarications
32602              by Sherm Pendley
32603      Branch: perl
32604            ! pod/perlfaq3.pod pod/perlmodinstall.pod pod/perlopentut.pod
32605            ! pod/perlrun.pod
32606 ____________________________________________________________________________
32607 [ 23962] By: rgs                                   on 2005/02/12  16:14:56
32608         Log: README.cygwin additions by Reini Urban
32609      Branch: perl
32610            ! README.cygwin
32611 ____________________________________________________________________________
32612 [ 23961] By: merijn                                on 2005/02/11  09:32:50
32613         Log: Subject: Re: [PATCH] Re: perl winpid?
32614              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
32615              Date: Thu, 10 Feb 2005 20:04:35 -0800
32616              Message-ID: <20050211040434.GA3824@efn.org>
32617      Branch: perl
32618            + t/lib/cygwin.t
32619            ! MANIFEST README.cygwin cygwin/cygwin.c
32620 ____________________________________________________________________________
32621 [ 23960] By: mhx                                   on 2005/02/10  20:50:31
32622         Log: not() || 1 produces segmentation fault
32623
32624              Fixed by making not() behave like not(0). This is also the
32625              way not() behaved before it started segfaulting in 5.6.0.
32626      Branch: perl
32627            + t/op/not.t
32628            ! MANIFEST perly.act perly.h perly.tab perly.y
32629 ____________________________________________________________________________
32630 [ 23959] By: mhx                                   on 2005/02/10  20:36:13
32631         Log: regen_perly.pl runs fine with bison 2.0.
32632      Branch: perl
32633            ! regen_perly.pl
32634 ____________________________________________________________________________
32635 [ 23958] By: merijn                                on 2005/02/10  15:56:04
32636         Log: 'what' cannot find ccversion if `which cc` is a symlink to ccache
32637              ccversion is important enough to jump through some hoops to get it
32638      Branch: perl
32639            ! hints/hpux.sh
32640 ____________________________________________________________________________
32641 [ 23957] By: merijn                                on 2005/02/10  14:19:51
32642         Log: Swap logic in BEGIN blocks to have Cwd's abs_path do the
32643              translation *before* the chdir (), so it now DTRT
32644      Branch: perl
32645            ! lib/IPC/Run/t/adopt.t lib/IPC/Run/t/binmode.t
32646            ! lib/IPC/Run/t/bogus.t lib/IPC/Run/t/filter.t
32647            ! lib/IPC/Run/t/harness.t lib/IPC/Run/t/io.t
32648            ! lib/IPC/Run/t/kill_kill.t lib/IPC/Run/t/parallel.t
32649            ! lib/IPC/Run/t/pty.t lib/IPC/Run/t/pump.t lib/IPC/Run/t/run.t
32650            ! lib/IPC/Run/t/signal.t lib/IPC/Run/t/timeout.t
32651            ! lib/IPC/Run/t/timer.t lib/IPC/Run/t/win32_compile.t
32652 ____________________________________________________________________________
32653 [ 23956] By: rgs                                   on 2005/02/10  10:58:26
32654         Log: Upgrade to Time::Local 1.11
32655      Branch: perl
32656            ! lib/Time/Local.pm lib/Time/Local.t
32657 ____________________________________________________________________________
32658 [ 23955] By: rgs                                   on 2005/02/10  10:51:59
32659         Log: Subject: Re: [PATCH] BigInt mbi_rand.t failings (solved now)
32660              From: Tels <nospam-abuse@bloodgate.com>
32661              Date: Wed, 9 Feb 2005 21:44:22 +0100
32662              Message-Id: <200502092144.24051@bloodgate.com>
32663      Branch: perl
32664            ! lib/Math/BigInt/Calc.pm
32665 ____________________________________________________________________________
32666 [ 23954] By: rgs                                   on 2005/02/09  18:06:39
32667         Log: Add IPC::Run 0.80.
32668
32669              Subject: [PATCH] IPC::Run 0.80 integration (was Re: [RFC] More core integration)
32670              From: "Jos I. Boumans" <kane@xs4all.net>
32671              Date: Fri, 28 Jan 2005 18:32:44 +0100
32672              Message-Id: <9E6ECDBE-7152-11D9-B82E-000A956B0E06@xs4all.net>
32673
32674              with PERL_CORE test premables hacked for better $^X portability
32675              (we hope.)
32676      Branch: perl
32677            + lib/IPC/Run.pm lib/IPC/Run/Debug.pm lib/IPC/Run/IO.pm
32678            + lib/IPC/Run/Timer.pm lib/IPC/Run/Win32Helper.pm
32679            + lib/IPC/Run/Win32IO.pm lib/IPC/Run/Win32Pump.pm
32680            + lib/IPC/Run/t/adopt.t lib/IPC/Run/t/binmode.t
32681            + lib/IPC/Run/t/bogus.t lib/IPC/Run/t/filter.t
32682            + lib/IPC/Run/t/harness.t lib/IPC/Run/t/io.t
32683            + lib/IPC/Run/t/kill_kill.t lib/IPC/Run/t/parallel.t
32684            + lib/IPC/Run/t/pty.t lib/IPC/Run/t/pump.t lib/IPC/Run/t/run.t
32685            + lib/IPC/Run/t/signal.t lib/IPC/Run/t/timeout.t
32686            + lib/IPC/Run/t/timer.t lib/IPC/Run/t/win32_compile.t
32687            ! MANIFEST
32688 ____________________________________________________________________________
32689 [ 23953] By: rgs                                   on 2005/02/09  09:28:19
32690         Log: Patch for CAN-2004-0452 by Jeroen van Wolffelaar.
32691              The rmtree() function in the perl File::Path module would remove
32692              directories in an insecure manner which could lead to the removal
32693              of arbitrary files and directories via a symlink attack.
32694      Branch: perl
32695            ! lib/File/Path.pm
32696 ____________________________________________________________________________
32697 [ 23952] By: merijn                                on 2005/02/08  16:30:43
32698         Log: IBM Released vac.C version 7, and changed the naming convention (again)
32699              Thanks to Campo for spotting, testing and the fix
32700      Branch: perl
32701            ! hints/aix.sh
32702 ____________________________________________________________________________
32703 [ 23951] By: rgs                                   on 2005/02/08  14:02:56
32704         Log: Subject: [perl #34076] P/p pack formats only recognize literal undef
32705              From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
32706              Date: 6 Feb 2005 22:03:20 -0000
32707              Message-ID: <rt-3.0.11-34076-107344.19.3123360602169@perl.org>
32708      Branch: perl
32709            ! pp_pack.c
32710 ____________________________________________________________________________
32711 [ 23950] By: rgs                                   on 2005/02/08  11:09:03
32712         Log: Remove mention of sub-packages in the Symbol manpage.
32713      Branch: perl
32714            ! lib/Symbol.pm
32715 ____________________________________________________________________________
32716 [ 23949] By: rgs                                   on 2005/02/08  10:44:09
32717         Log: Add Module::CoreList in the maintainers list
32718      Branch: perl
32719            ! Porting/Maintainers.pl
32720 ____________________________________________________________________________
32721 [ 23948] By: rgs                                   on 2005/02/08  10:39:21
32722         Log: Fix typo in corelist
32723      Branch: perl
32724            ! lib/Module/CoreList/bin/corelist
32725 ____________________________________________________________________________
32726 [ 23947] By: rgs                                   on 2005/02/08  10:22:22
32727         Log: Add Module::CoreList to bleadperl.
32728
32729              Subject: [PATCH] Module::CoreList 1.98 integration (was: Re: [RFC] More core integration)
32730              From: "Jos I. Boumans" <kane@xs4all.net>
32731              Date: Fri, 28 Jan 2005 17:38:27 +0100
32732              Message-Id: <097CE3D0-714B-11D9-B82E-000A956B0E06@xs4all.net>
32733      Branch: perl
32734            + lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist
32735            + lib/Module/CoreList/t/corelist.t utils/corelist.PL
32736            ! MANIFEST installperl utils.lst utils/Makefile
32737 ____________________________________________________________________________
32738 [ 23946] By: rgs                                   on 2005/02/08  09:31:45
32739         Log: Subject: [perl #34062] pack Z0 destroys the character before
32740              From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
32741              Date: 5 Feb 2005 18:09:00 -0000
32742              Message-ID: <rt-3.0.11-34062-107199.19.360569328007@perl.org>
32743              (plus a regression test)
32744      Branch: perl
32745            ! pp_pack.c t/op/pack.t
32746 ____________________________________________________________________________
32747 [ 23945] By: rgs                                   on 2005/02/08  09:25:29
32748         Log: A small precision in the docs for overloaded regexp escapes
32749              (see bug #33906)
32750      Branch: perl
32751            ! pod/perlre.pod
32752 ____________________________________________________________________________
32753 [ 23943] By: rgs                                   on 2005/02/06  22:18:48
32754         Log: Avoid evaluating a strlen twice due the new implementation
32755              of New() with PERL_MALLOC_WRAP
32756      Branch: perl
32757            ! util.c
32758 ____________________________________________________________________________
32759 [ 23942] By: nicholas                              on 2005/02/05  22:02:50
32760         Log: Stop lib/h2xs.t failing needlessly if it failed to clear up behind
32761              itself on a previous run.
32762      Branch: perl
32763            ! lib/h2xs.t
32764 ____________________________________________________________________________
32765 [ 23941] By: nicholas                              on 2005/02/05  21:47:35
32766         Log: With mallocwrap New() evaluates its arguments more than once, so they
32767              had better not have any side effects.
32768              :-(
32769      Branch: perl
32770            ! util.c
32771 ____________________________________________________________________________
32772 [ 23935] By: nicholas                              on 2005/02/05  15:05:08
32773         Log: Let's (un)do the timewarp, again.
32774              Attempt to bodge round Makefile sometimes being older than Makefile.PL
32775              Pesky filesystems.
32776      Branch: perl
32777            ! lib/ExtUtils/t/Constant.t
32778 ____________________________________________________________________________
32779 [ 23928] By: rgs                                   on 2005/02/04  10:41:43
32780         Log: Upgrade to Digest 1.10
32781      Branch: perl
32782            + lib/Digest/Changes lib/Digest/file.pm lib/Digest/t/file.t
32783            ! MANIFEST lib/Digest.pm lib/Digest/base.pm
32784 ____________________________________________________________________________
32785 [ 23927] By: mhx                                   on 2005/02/02  21:33:12
32786         Log: Remove 2 unused variables from APItest.xs.
32787      Branch: perl
32788            ! ext/XS/APItest/APItest.xs
32789 ____________________________________________________________________________
32790 [ 23926] By: mhx                                   on 2005/02/02  21:29:40
32791         Log: Upgrade to Devel::PPPort 3.06.
32792      Branch: perl
32793            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
32794            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
32795            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/module3.c
32796            ! ext/Devel/PPPort/parts/inc/exception
32797            ! ext/Devel/PPPort/parts/inc/misc
32798 ____________________________________________________________________________
32799 [ 23925] By: mhx                                   on 2005/02/02  21:26:14
32800         Log: Attempt to fix problems with new exception handling macros.
32801      Branch: perl
32802            + ext/XS/APItest/exception.c
32803            ! MANIFEST XSUB.h ext/XS/APItest/APItest.xs
32804            ! ext/XS/APItest/MANIFEST ext/XS/APItest/Makefile.PL
32805            ! pod/perlguts.pod
32806 ____________________________________________________________________________
32807 [ 23924] By: rgs                                   on 2005/02/02  19:50:53
32808         Log: Subject: Re: encoding neutral unpack
32809              From: perl5-porters[at]ton.iguana.be (Ton Hospel)
32810              Date: Sat, 29 Jan 2005 12:54:34 +0000 (UTC)
32811              Message-ID: <ctg12a$j0e$2[at]post.home.lunix>
32812
32813              Counted length prefixes shouldn't change C0/U0 mode
32814              in pack/unpack (plus a regression test)
32815      Branch: perl
32816            ! pp_pack.c t/op/pack.t
32817 ____________________________________________________________________________
32818 [ 23923] By: rgs                                   on 2005/02/02  19:35:47
32819         Log: Subject: Re: encoding neutral unpack
32820              From: perl5-porters[at]ton.iguana.be (Ton Hospel)
32821              Date: Sat, 29 Jan 2005 13:07:38 +0000 (UTC)
32822              Message-ID: <ctg1qq$j0e$3[at]post.home.lunix>
32823
32824              Make U0 and C0 scoped to () pack subtemplates.
32825              (plus a regression test)
32826      Branch: perl
32827            ! pp_pack.c t/op/pack.t
32828 ____________________________________________________________________________
32829 [ 23922] By: rgs                                   on 2005/02/02  19:23:46
32830         Log: Subject: Re: encoding neutral unpack
32831              From: perl5-porters[at]ton.iguana.be (Ton Hospel)
32832              Date: Sat, 29 Jan 2005 13:24:55 +0000 (UTC)
32833              Message-ID: <ctg2r7$j0e$4[at]post.home.lunix>
32834
32835              Ensure that with the C format, unpack checksums
32836              don't get overflowed. (plus a regression test)
32837      Branch: perl
32838            ! pp_pack.c t/op/pack.t
32839 ____________________________________________________________________________
32840 [ 23921] By: davem                                 on 2005/02/02  18:25:00
32841         Log: fix POSIX::strtod error handling documentation
32842      Branch: perl
32843            ! ext/POSIX/POSIX.pod
32844 ____________________________________________________________________________
32845 [ 23920] By: merijn                                on 2005/02/02  13:12:17
32846         Log: Subject: [PATCH pod/perlfunc.pod] POD nit @ sysseek
32847              From: Abigail <abigail@abigail.nl>
32848              Date: Tue, 1 Feb 2005 21:33:14 +0100
32849              Message-ID: <20050201203314.GC335@abigail.nl>
32850      Branch: perl
32851            ! pod/perlfunc.pod
32852 ____________________________________________________________________________
32853 [ 23919] By: merijn                                on 2005/02/02  12:49:46
32854         Log: Picky compilers (e.g. vac on AIX 5.2) do not accept statements
32855              between declarations
32856      Branch: perl
32857            ! ext/Devel/PPPort/PPPort.xs
32858 ____________________________________________________________________________
32859 [ 23917] By: nicholas                              on 2005/02/01  11:46:31
32860         Log: "All" "all?" Who said all? There were 2 more missing gnuk{free,net}bsd
32861              hints files to add to MANIFEST. Sort MANIFEST
32862              while I'm in the area.
32863      Branch: perl
32864            ! MANIFEST
32865 ____________________________________________________________________________
32866 [ 23916] By: rgs                                   on 2005/02/01  10:02:51
32867         Log: Subject: Re: [perl #34010] localtime docs
32868              From: Andy Lester <andy@petdance.com>
32869              Date: Mon, 31 Jan 2005 21:24:29 -0600
32870              Message-ID: <20050201032429.GA29354@petdance.com>
32871      Branch: perl
32872            ! pod/perlfunc.pod
32873 ____________________________________________________________________________
32874 [ 23915] By: rgs                                   on 2005/01/31  23:08:59
32875         Log: Subject: Re: encoding neutral unpack
32876              From: perl5-porters[at]ton.iguana.be (Ton Hospel)
32877              Date: Sat, 29 Jan 2005 12:41:20 +0000 (UTC)
32878              Message-ID: <ctg09g$j0e$1[at]post.home.lunix>
32879
32880              Forgotten character progress while checksumming over partial
32881              b or B format. (plus a regression test)
32882      Branch: perl
32883            ! pp_pack.c t/op/pack.t
32884 ____________________________________________________________________________
32885 [ 23914] By: mhx                                   on 2005/01/31  19:22:41
32886         Log: Make Perl_keyword() another 30% faster.
32887      Branch: perl
32888            ! perl_keyword.pl toke.c
32889 ____________________________________________________________________________
32890 [ 23913] By: mhx                                   on 2005/01/31  18:14:44
32891         Log: Regenerate perlapi.pod.
32892      Branch: perl
32893            ! pod/perlapi.pod
32894 ____________________________________________________________________________
32895 [ 23912] By: mhx                                   on 2005/01/31  18:07:29
32896         Log: Upgrade to Devel::PPPort 3.05.
32897      Branch: perl
32898            + ext/Devel/PPPort/parts/base/5008006
32899            + ext/Devel/PPPort/parts/inc/exception
32900            + ext/Devel/PPPort/parts/todo/5008006
32901            + ext/Devel/PPPort/t/exception.t
32902            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
32903            ! ext/Devel/PPPort/MANIFEST ext/Devel/PPPort/MANIFEST.SKIP
32904            ! ext/Devel/PPPort/META.yml ext/Devel/PPPort/Makefile.PL
32905            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
32906            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/PPPort_xs.PL
32907            ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO
32908            ! ext/Devel/PPPort/apicheck_c.PL
32909            ! ext/Devel/PPPort/devel/buildperl.pl
32910            ! ext/Devel/PPPort/devel/mkapidoc.sh
32911            ! ext/Devel/PPPort/devel/mktodo ext/Devel/PPPort/devel/mktodo.pl
32912            ! ext/Devel/PPPort/devel/scanprov ext/Devel/PPPort/mktests.PL
32913            ! ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
32914            ! ext/Devel/PPPort/parts/apicheck.pl
32915            ! ext/Devel/PPPort/parts/base/5004000
32916            ! ext/Devel/PPPort/parts/base/5004050
32917            ! ext/Devel/PPPort/parts/base/5005000
32918            ! ext/Devel/PPPort/parts/base/5006000
32919            ! ext/Devel/PPPort/parts/base/5008001
32920            ! ext/Devel/PPPort/parts/base/5009002
32921            ! ext/Devel/PPPort/parts/embed.fnc
32922            ! ext/Devel/PPPort/parts/inc/MY_CXT
32923            ! ext/Devel/PPPort/parts/inc/SvPV
32924            ! ext/Devel/PPPort/parts/inc/call ext/Devel/PPPort/parts/inc/cop
32925            ! ext/Devel/PPPort/parts/inc/format
32926            ! ext/Devel/PPPort/parts/inc/grok
32927            ! ext/Devel/PPPort/parts/inc/limits
32928            ! ext/Devel/PPPort/parts/inc/mPUSH
32929            ! ext/Devel/PPPort/parts/inc/magic
32930            ! ext/Devel/PPPort/parts/inc/misc
32931            ! ext/Devel/PPPort/parts/inc/newCONSTSUB
32932            ! ext/Devel/PPPort/parts/inc/newRV
32933            ! ext/Devel/PPPort/parts/inc/ppphbin
32934            ! ext/Devel/PPPort/parts/inc/ppphdoc
32935            ! ext/Devel/PPPort/parts/inc/ppphtest
32936            ! ext/Devel/PPPort/parts/inc/sv_xpvf
32937            ! ext/Devel/PPPort/parts/inc/threads
32938            ! ext/Devel/PPPort/parts/inc/uv
32939            ! ext/Devel/PPPort/parts/inc/version
32940            ! ext/Devel/PPPort/parts/ppptools.pl
32941            ! ext/Devel/PPPort/parts/todo/5009002
32942            ! ext/Devel/PPPort/ppport_h.PL ext/Devel/PPPort/soak
32943            ! ext/Devel/PPPort/t/SvPV.t ext/Devel/PPPort/t/misc.t
32944            ! ext/Devel/PPPort/typemap
32945 ____________________________________________________________________________
32946 [ 23911] By: mhx                                   on 2005/01/31  18:00:31
32947         Log: Add simple exception handling macros for XS writers.
32948      Branch: perl
32949            + ext/XS/APItest/t/exception.t
32950            ! MANIFEST XSUB.h ext/XS/APItest/APItest.pm
32951            ! ext/XS/APItest/APItest.xs pod/perlguts.pod
32952 ____________________________________________________________________________
32953 [ 23910] By: nicholas                              on 2005/01/31  17:46:03
32954         Log: Add all the missing gnuk{free,net}bsd hints files to MANIFEST
32955      Branch: perl
32956            ! MANIFEST
32957 ____________________________________________________________________________
32958 [ 23909] By: merijn                                on 2005/01/31  11:33:14
32959         Log: Subject: [perl #33998] [PATCH] Support for GNU/kFreeBSD
32960              From: "rmh@debian.org (via RT)" <perlbug-followup@perl.org>
32961              Date: 31 Jan 2005 07:37:55 -0000
32962              Message-ID: <rt-3.0.11-33998-106860.15.2609323921089@perl.org>
32963      Branch: perl
32964            + ext/DynaLoader/hints/gnukfreebsd.pl
32965            + ext/DynaLoader/hints/gnuknetbsd.pl
32966            + ext/NDBM_File/hints/gnukfreebsd.pl
32967            + ext/NDBM_File/hints/gnuknetbsd.pl
32968            + ext/ODBM_File/hints/gnukfreebsd.pl
32969            + ext/ODBM_File/hints/gnuknetbsd.pl
32970            + ext/POSIX/hints/gnukfreebsd.pl ext/POSIX/hints/gnuknetbsd.pl
32971            + ext/Storable/hints/gnukfreebsd.pl
32972            + ext/Storable/hints/gnuknetbsd.pl hints/gnukfreebsd.sh
32973            + hints/gnuknetbsd.sh
32974            ! Configure
32975 ____________________________________________________________________________
32976 [ 23907] By: rgs                                   on 2005/01/31  11:17:26
32977         Log: Document the changes to PERLIO_DEBUG.
32978      Branch: perl
32979            ! pod/perlrun.pod
32980 ____________________________________________________________________________
32981 [ 23906] By: rgs                                   on 2005/01/31  10:53:14
32982         Log: Really fix the bug [perl #33990].
32983              NB. -DIAMSUID is only set to compile sperl.o.
32984      Branch: perl
32985            ! perlio.c
32986 ____________________________________________________________________________
32987 [ 23905] By: steveh                                on 2005/01/31  10:03:56
32988         Log: Fix test suite hang on Win32 caused by change #23898
32989
32990              ("perl -e sleep 3" does an indefinite sleep!)
32991      Branch: perl
32992            ! t/op/alarm.t
32993 ____________________________________________________________________________
32994 [ 23904] By: rgs                                   on 2005/01/31  08:35:51
32995         Log: Avoid a buffer overflow with threads and PERLIO_DEBUG
32996      Branch: perl
32997            ! perlio.c
32998 ____________________________________________________________________________
32999 [ 23903] By: rgs                                   on 2005/01/31  08:19:10
33000         Log: Don't write to $PERLIO_DEBUG when setuid ([perl #33990])
33001      Branch: perl
33002            ! perlio.c
33003 ____________________________________________________________________________
33004 [ 23900] By: davem                                 on 2005/01/30  17:46:35
33005         Log: minor corrections to comments in perly.y
33006      Branch: perl
33007            ! perly.y
33008 ____________________________________________________________________________
33009 [ 23899] By: rgs                                   on 2005/01/30  14:50:15
33010         Log: Subject: h2hp: 2 fix
33011              From: Olivier Thauvin <olivier.thauvin@aerov.jussieu.fr>
33012              Date: Fri, 28 Jan 2005 16:53:11 +0100
33013              Message-Id: <200501281653.15708.olivier.thauvin@aerov.jussieu.fr>
33014      Branch: perl
33015            ! utils/h2ph.PL
33016 ____________________________________________________________________________
33017 [ 23898] By: davem                                 on 2005/01/29  16:14:20
33018         Log: chomp() fails after alarm(), `sleep`
33019
33020              PP_backtick's temp altering of PL_rs didn't restore after
33021              an exception
33022      Branch: perl
33023            ! pp_sys.c t/op/alarm.t
33024 ____________________________________________________________________________
33025 [ 23897] By: nicholas                              on 2005/01/28  21:01:04
33026         Log: More consistent names for all the parameter name/declaration methods
33027      Branch: perl
33028            ! lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/XS.pm
33029            ! perl_keyword.pl
33030 ____________________________________________________________________________
33031 [ 23894] By: nicholas                              on 2005/01/28  13:59:40
33032         Log: Calculate the number of tests in one place, so that the skip()s will
33033              always agree with the plan()s
33034      Branch: perl
33035            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
33036 ____________________________________________________________________________
33037 [ 23893] By: rgs                                   on 2005/01/28  08:53:47
33038         Log: Add a reference to books.perl.org.
33039      Branch: perl
33040            ! pod/perlbook.pod
33041 ____________________________________________________________________________
33042 [ 23892] By: nicholas                              on 2005/01/27  19:26:21
33043         Log: Retrieve the flag bit that only 'p' uses, so that it is spare for
33044              future use.
33045      Branch: perl
33046            ! genpacksizetables.pl pp_pack.c
33047 ____________________________________________________________________________
33048 [ 23891] By: rgs                                   on 2005/01/27  18:29:51
33049         Log: Subject: Re: [patch] decrufting OptreeCheck stuff
33050              From: Jim Cromie <jcromie@divsol.com>
33051              Date: Sun, 16 Jan 2005 17:16:00 -0700
33052              Message-ID: <41EB03C0.7030509@divsol.com>
33053              (with minor typos fixed)
33054      Branch: perl
33055            ! ext/B/B/Concise.pm ext/B/t/OptreeCheck.pm ext/B/t/f_map.t
33056            ! ext/B/t/f_sort.t ext/B/t/optree_check.t
33057            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
33058            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
33059            ! ext/B/t/optree_varinit.t
33060 ____________________________________________________________________________
33061 [ 23890] By: rgs                                   on 2005/01/27  17:49:50
33062         Log: Subject: [PATCH] libperl leaks a THREAD_KEY each time it is reloaded
33063              From: Gisle Aas <gisle@ActiveState.com>
33064              Date: 05 Jan 2005 03:21:06 -0800
33065              Message-ID: <lris6cxgt9.fsf@caliper.activestate.com>
33066      Branch: perl
33067            ! perl.c
33068 ____________________________________________________________________________
33069 [ 23889] By: nicholas                              on 2005/01/27  17:29:04
33070         Log: Make the byte order modifers < and > and the sign modifier ! (for
33071              n N v V) conditionally compile. This means that the refactored
33072              pp_pack/pp_unpack code can now be used in maint.
33073      Branch: perl
33074            ! genpacksizetables.pl pp_pack.c
33075 ____________________________________________________________________________
33076 [ 23888] By: nicholas                              on 2005/01/27  16:40:07
33077         Log: Oops. Was forgetting to test n! N! v! V! in pack
33078      Branch: perl
33079            ! t/op/pack.t
33080 ____________________________________________________________________________
33081 [ 23886] By: nicholas                              on 2005/01/27  14:42:28
33082         Log: Check that the warning behaviour on the modifiers !, < and > is as we
33083              expect it for this perl.
33084      Branch: perl
33085            ! t/op/pack.t
33086 ____________________________________________________________________________
33087 [ 23884] By: nicholas                              on 2005/01/27  11:27:12
33088         Log: Make the tests for the endianness modifiers < and >, and the
33089              signnedness modifier ! conditional on perl version. Surprisingly
33090              little change needed.
33091      Branch: perl
33092            ! t/op/pack.t
33093 ____________________________________________________________________________
33094 [ 23883] By: nicholas                              on 2005/01/27  11:12:34
33095         Log: &_q needs to *globally* escape ' and \ in its substitution.
33096      Branch: perl
33097            ! t/test.pl
33098 ____________________________________________________________________________
33099 [ 23882] By: rgs                                   on 2005/01/25  16:53:08
33100         Log: Subject: [PATCH] BigInt mbi_rand.t failings
33101              From: Tels <nospam-abuse@bloodgate.com>
33102              Date: Tue, 25 Jan 2005 18:06:58 +0100
33103              Message-Id: <200501251806.59782@bloodgate.com>
33104      Branch: perl
33105            ! lib/Math/BigInt/Calc.pm
33106 ____________________________________________________________________________
33107 [ 23881] By: rgs                                   on 2005/01/25  16:12:08
33108         Log: Integrate change #23880 in original comment
33109      Branch: perl
33110            ! util.c
33111 ____________________________________________________________________________
33112 [ 23880] By: merijn                                on 2005/01/25  15:41:30
33113         Log: Subject: [PATCH] perlapi.pod has pod errors
33114              From: "Jos I. Boumans" <kane@xs4all.net>
33115              Date: Tue, 25 Jan 2005 16:42:38 +0100
33116              Message-Id: <BDA482F7-6EE7-11D9-8AA7-000A95EF62E2@xs4all.net>
33117      Branch: perl
33118            ! pod/perlapi.pod
33119 ____________________________________________________________________________
33120 [ 23879] By: nicholas                              on 2005/01/24  23:16:04
33121         Log: Correct and update comments (before anyone writes in)
33122              Remove a temporary variable.
33123      Branch: perl
33124            ! lib/ExtUtils/Constant/Base.pm
33125 ____________________________________________________________________________
33126 [ 23878] By: nicholas                              on 2005/01/24  22:10:36
33127         Log: Ooops. It was 190M when I was using 4 bytes per entry for lengths in
33128              the dump file. The newer format is only 135M
33129      Branch: perl
33130            ! toke.c
33131 ____________________________________________________________________________
33132 [ 23877] By: nicholas                              on 2005/01/24  22:06:05
33133         Log: A script to regenerate Perl_keyword()
33134      Branch: perl
33135            + perl_keyword.pl
33136            ! MANIFEST
33137 ____________________________________________________________________________
33138 [ 23876] By: nicholas                              on 2005/01/24  22:05:29
33139         Log: Add weights to ExtUtils::Constant to allow sorting by expected
33140              frequency. This makes the Perl_keyword() replacement 20% faster,
33141              rather than just 12%
33142      Branch: perl
33143            ! lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/XS.pm
33144 ____________________________________________________________________________
33145 [ 23875] By: nicholas                              on 2005/01/24  21:43:52
33146         Log: Replace Perl_keyword() with a version that's 20% faster on typical
33147              input, generated by subclassing ExtUtils::Constant. (Typical input
33148              being about 135M of input from running a lot of perl scripts)
33149      Branch: perl
33150            ! toke.c
33151 ____________________________________________________________________________
33152 [ 23874] By: merijn                                on 2005/01/24  15:10:55
33153         Log: Subject: [PATCH] assorted tempfile clean-up in the test suite
33154              From: "Craig A. Berry" <craigberry@mac.com>
33155              Date: Sun, 23 Jan 2005 14:23:17 -0600
33156              Message-ID: <41F407B5.7020106@mac.com>
33157      Branch: perl
33158            ! lib/Test/Simple/t/reset.t t/io/fs.t t/io/tell.t
33159 ____________________________________________________________________________
33160 [ 23873] By: rgs                                   on 2005/01/24  13:14:21
33161         Log: Revert change 23843.
33162              (See discussion for bug [perl #31924])
33163      Branch: perl
33164            ! embed.fnc embed.h global.sym hv.c hv.h pod/perlapi.pod
33165            ! pp_ctl.c proto.h t/comp/require.t
33166 ____________________________________________________________________________
33167 [ 23872] By: rgs                                   on 2005/01/24  10:27:10
33168         Log: Subject: [perl #33906] Missing \\ in perlre
33169              From: Andrew (via RT) <perlbug-followup@perl.org>
33170              Date: 23 Jan 2005 20:52:51 -0000
33171              Message-ID: <rt-3.0.11-33906-106339.17.5527961922343@perl.org>
33172      Branch: perl
33173            ! pod/perlre.pod
33174 ____________________________________________________________________________
33175 [ 23871] By: rgs                                   on 2005/01/24  10:10:47
33176         Log: Subject: [PATCH] Test::Harness::Straps::_default_inc shell problem
33177              From: "Craig A. Berry" <craigberry@mac.com>
33178              Date: Sun, 23 Jan 2005 13:44:49 -0600
33179              Message-ID: <41F3FEB1.9020102@mac.com>
33180      Branch: perl
33181            ! lib/Test/Harness/Straps.pm
33182 ____________________________________________________________________________
33183 [ 23870] By: rgs                                   on 2005/01/24  09:40:35
33184         Log: Subject: Re: [perl #33892] Add Interix support
33185              From: Todd Vierling <tv@duh.org>
33186              Date: Fri, 21 Jan 2005 15:16:16 -0500 (EST)
33187              Message-ID: <Pine.NEB.4.61.0501211424350.13373@duh.net.dhis.org>
33188      Branch: perl
33189            ! hints/interix.sh
33190 ____________________________________________________________________________
33191 [ 23869] By: davem                                 on 2005/01/23  22:20:10
33192         Log: Subject:  Re: Smoke [5.9.2] 23863 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
33193              From:  Jarkko Hietaniemi <jhi@iki.fi>
33194              Date:  Sun, 23 Jan 2005 21:25:01 +0200
33195              Message-Id:  <41F3FA0D.4010301@iki.fi>
33196
33197              The uc() memory reduction patch had a memory leak...
33198      Branch: perl
33199            ! pp.c
33200 ____________________________________________________________________________
33201 [ 23868] By: nicholas                              on 2005/01/23  22:06:01
33202         Log: Tidy up 2 comments
33203      Branch: perl
33204            ! regcomp.c
33205 ____________________________________________________________________________
33206 [ 23867] By: nicholas                              on 2005/01/23  22:05:12
33207         Log: Assimilate ExtUtils::Constant 0.16
33208      Branch: perl
33209            + lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/Utils.pm
33210            + lib/ExtUtils/Constant/XS.pm
33211            ! MANIFEST lib/ExtUtils/Constant.pm
33212 ____________________________________________________________________________
33213 [ 23866] By: nicholas                              on 2005/01/23  21:43:17
33214         Log: Slightly terser code in S_regpposixcc (names inside [:*here*:])
33215      Branch: perl
33216            ! regcomp.c
33217 ____________________________________________________________________________
33218 [ 23864] By: nicholas                              on 2005/01/22  22:30:12
33219         Log: Subject: Re: Smoke [5.9.2] 23792 FAIL(F) osf1 V5.1 (21264A)/4 cpu)
33220              From: Jarkko Hietaniemi <jhi@iki.fi>
33221              Message-ID: <41F2C427.7020003@iki.fi>
33222              Date: Sat, 22 Jan 2005 23:22:47 +0200
33223      Branch: perl
33224            ! hints/dec_osf.sh
33225 ____________________________________________________________________________
33226 [ 23863] By: davem                                 on 2005/01/22  18:27:58
33227         Log: Subject:  Re: uc($long_utf8_string) exhausts memory
33228              From:  Jarkko Hietaniemi <jhi@iki.fi>
33229              Date:  Sat, 22 Jan 2005 11:33:12 +0200
33230              Message-Id:  <41F21DD8.3050500@iki.fi>
33231
33232              change #23857 miscalculated the SvGROW size
33233      Branch: perl
33234            ! pp.c
33235 ____________________________________________________________________________
33236 [ 23862] By: nicholas                              on 2005/01/22  17:51:13
33237         Log: Subject: Re: Smoke [5.9.2] 23792 FAIL(F) osf1 V5.1 (21264A)/4 cpu)
33238              From: Jarkko Hietaniemi <jhi@iki.fi>
33239              Message-ID: <41F2911E.8090204@iki.fi>
33240              Date: Sat, 22 Jan 2005 19:45:02 +0200
33241
33242              (drop optimisation on pp_pack.c for gcc on osf1 to -O1)
33243      Branch: perl
33244            ! hints/dec_osf.sh
33245 ____________________________________________________________________________
33246 [ 23861] By: nicholas                              on 2005/01/22  14:15:58
33247         Log: Update copyright years and add editor blocks
33248      Branch: perl
33249            ! doop.c hv.c utf8.c
33250 ____________________________________________________________________________
33251 [ 23860] By: nicholas                              on 2005/01/22  12:03:00
33252         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
33253              Subject: Re: [PATCH] do not assume quads or long doubles
33254              Message-ID: <41F21B0A.2050301@iki.fi>
33255              Date: Sat, 22 Jan 2005 11:21:14 +0200
33256      Branch: perl
33257            ! pp_pack.c
33258 ____________________________________________________________________________
33259 [ 23858] By: nicholas                              on 2005/01/22  00:39:41
33260         Log: Remove now-unnecessary check. (It's done earlier)
33261      Branch: perl
33262            ! pp_pack.c
33263 ____________________________________________________________________________
33264 [ 23857] By: davem                                 on 2005/01/22  00:17:40
33265         Log: Subject:  Re: uc($long_utf8_string) exhausts memory
33266              From:  Jarkko Hietaniemi <jhi@iki.fi>
33267              Date:  Sat, 22 Jan 2005 00:20:12 +0200
33268              Message-Id:  <41F1801C.3080201@iki.fi>
33269
33270              Make buffer size estimates for utf8 case conversion less maximally
33271              pessimistic
33272      Branch: perl
33273            ! doop.c op.c pp.c pp_pack.c regcomp.c regexec.c sv.c t/op/lc.t
33274            ! toke.c utf8.c utf8.h
33275 ____________________________________________________________________________
33276 [ 23854] By: nicholas                              on 2005/01/21  22:15:43
33277         Log: Shrink a switch() statment by driving the size calculations from the
33278              size table. This requires #ifdef()s in the size table initialiser.
33279              Astoundingly this shaves over 6K of the object size with -Os on OS X.
33280              I was expecting about 1K (due to shrinking a branch table). Mind you,
33281              I'm not going to argue with what I got. :-)
33282      Branch: perl
33283            ! genpacksizetables.pl pp_pack.c
33284 ____________________________________________________________________________
33285 [ 23853] By: nicholas                              on 2005/01/21  16:46:49
33286         Log: Make the length overrun checking and stack extension table driven.
33287              (Shaves about 3k off pp_pack.o)
33288      Branch: perl
33289            + genpacksizetables.pl
33290            ! MANIFEST pp_pack.c
33291 ____________________________________________________________________________
33292 [ 23852] By: rgs                                   on 2005/01/21  16:29:53
33293         Log: Subject: [perl #32503] Fix for Storable module
33294              From: "Steven N. Hirsch" (via RT) <perlbug-followup@perl.org>
33295              Date: 19 Nov 2004 13:06:57 -0000
33296              Message-ID: <rt-3.0.11-32503-100597.6.46123979926323@perl.org>
33297      Branch: perl
33298            ! ext/Storable/Storable.xs
33299 ____________________________________________________________________________
33300 [ 23851] By: rgs                                   on 2005/01/21  15:51:54
33301         Log: Fix spurious warnings emitted by XSLoader via Data::Dumper
33302      Branch: perl
33303            ! ext/Data/Dumper/Dumper.pm
33304 ____________________________________________________________________________
33305 [ 23850] By: nicholas                              on 2005/01/21  15:43:24
33306         Log: Name another pack test
33307      Branch: perl
33308            ! t/op/pack.t
33309 ____________________________________________________________________________
33310 [ 23849] By: rgs                                   on 2005/01/21  15:26:10
33311         Log: Subject: [perl #33892] Add Interix support
33312              From: Todd Vierling (via RT) <perlbug-followup@perl.org>
33313              Date: 21 Jan 2005 14:36:31 -0000
33314              Message-ID: <rt-3.0.11-33892-106280.17.6407478352545@perl.org>
33315
33316              (except the Configure chunk)
33317              (and bump version numbers of modules)
33318      Branch: perl
33319            + hints/interix.sh
33320            ! MANIFEST Makefile.SH lib/ExtUtils/MM_Unix.pm lib/File/Find.pm
33321            ! lib/File/Temp.pm t/io/openpid.t t/op/groups.t
33322 ____________________________________________________________________________
33323 [ 23848] By: merijn                                on 2005/01/21  14:47:31
33324         Log: Subject: [perl #33892] Add Interix support
33325              From: Todd Vierling (via RT) <perlbug-followup@perl.org>
33326              Date: 21 Jan 2005 14:36:31 -0000
33327              Message-ID: <rt-3.0.11-33892-106280.17.6407478352545@perl.org>
33328      Branch: perl
33329            ! Configure
33330 ____________________________________________________________________________
33331 [ 23847] By: rgs                                   on 2005/01/21  14:46:38
33332         Log: Upgrade to Test::Harness 2.46
33333      Branch: perl
33334            + lib/Test/Harness/TAP.pod lib/Test/Harness/t/harness.t
33335            + lib/Test/Harness/t/prove-globbing.t
33336            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Assert.pm
33337            ! lib/Test/Harness/Changes lib/Test/Harness/Iterator.pm
33338            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/prove-switches.t
33339            ! lib/Test/Harness/t/strap.t
33340 ____________________________________________________________________________
33341 [ 23845] By: rgs                                   on 2005/01/21  14:09:19
33342         Log: Subject: [perl #32967] [PATCH] Re: More B bugs: svref_2object
33343              From: Stephen McCamant <smcc@OCF.Berkeley.EDU>
33344              Date: Tue, 28 Dec 2004 16:01:49 -0800
33345              Message-ID: <16849.62445.116153.489478@apocalypse.OCF.Berkeley.EDU>
33346      Branch: perl
33347            ! ext/B/B.pm
33348 ____________________________________________________________________________
33349 [ 23844] By: rgs                                   on 2005/01/21  13:49:46
33350         Log: Subject: [Patch] [perl #32446]  close leaves fd open
33351              From: Steffen Ullrich <coyote.frank@gmx.net>
33352              Date: Wed, 01 Dec 2004 15:22:34 +0100
33353              Message-ID: <20041201142236.4273.qmail@lists.develooper.com>
33354      Branch: perl
33355            ! perlio.c
33356 ____________________________________________________________________________
33357 [ 23843] By: rgs                                   on 2005/01/21  13:35:49
33358         Log: Subject: [PATCH bleadperl] Re: [perl #31924] %INC caching failure-case problem
33359              From: Rick Delaney <rick@bort.ca>
33360              Date: Wed, 13 Oct 2004 12:40:18 -0400
33361              Message-ID: <20041013164018.GA32174@biff.bort.ca>
33362      Branch: perl
33363            ! embed.fnc embed.h global.sym hv.c hv.h pod/perlapi.pod
33364            ! pp_ctl.c proto.h t/comp/require.t
33365 ____________________________________________________________________________
33366 [ 23842] By: rgs                                   on 2005/01/21  10:57:48
33367         Log: Subject: Re: [PATCH] File::Find dies on find({follow=>1, ...}) on Win32
33368              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
33369              Date: Mon, 20 Dec 2004 16:08:56 -0800
33370              Message-ID: <20041221000856.GA2924@efn.org>
33371      Branch: perl
33372            ! pp_sys.c t/op/stat.t
33373 ____________________________________________________________________________
33374 [ 23841] By: rgs                                   on 2005/01/21  10:26:17
33375         Log: Subject: [PATCH] doc SVt_PVLV <=> SVt_PVGV change version in B.pm
33376              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
33377              Date: Sun, 19 Dec 2004 23:57:56 -0800
33378              Message-ID: <20041220075754.GA800@efn.org>
33379      Branch: perl
33380            ! ext/B/B.pm
33381 ____________________________________________________________________________
33382 [ 23840] By: rgs                                   on 2005/01/20  18:45:55
33383         Log: Subject: [patch] cleanup perlsfio.h
33384              From: Stas Bekman <stas@stason.org>
33385              Date: Thu, 13 Jan 2005 16:14:23 -0500
33386              Message-ID: <41E6E4AF.8070303@stason.org>
33387      Branch: perl
33388            ! perlsfio.h
33389 ____________________________________________________________________________
33390 [ 23839] By: rgs                                   on 2005/01/20  18:33:00
33391         Log: VERSION++
33392      Branch: perl
33393            ! lib/Text/ParseWords.pm
33394 ____________________________________________________________________________
33395 [ 23838] By: rgs                                   on 2005/01/20  18:21:36
33396         Log: Subject: Re: [perl #33173] shellwords.pl and tainting
33397              From: Alexey Tourbin <at@altlinux.ru>
33398              Date: Tue, 28 Dec 2004 22:29:37 +0300
33399              Message-ID: <20041228192937.GB7824@solemn.turbinal.org>
33400      Branch: perl
33401            + lib/Text/ParseWords/taint.t
33402            ! MANIFEST lib/Text/ParseWords.pm lib/shellwords.pl
33403 ____________________________________________________________________________
33404 [ 23836] By: nicholas                              on 2005/01/20  13:21:14
33405         Log: Run regen.pl and pod/buildtoc --build-all
33406      Branch: perl
33407            ! MANIFEST pod/perlapi.pod pod/perltoc.pod
33408 ____________________________________________________________________________
33409 [ 23835] By: nicholas                              on 2005/01/20  13:20:50
33410         Log: A little more determinacy in our sorting
33411      Branch: perl
33412            ! autodoc.pl
33413 ____________________________________________________________________________
33414 [ 23827] By: nicholas                              on 2005/01/19  21:22:30
33415         Log: Make "assertion" attribute code and test conditional
33416      Branch: perl
33417            ! t/op/attrs.t xsutils.c
33418 ____________________________________________________________________________
33419 [ 23824] By: merijn                                on 2005/01/19  18:32:41
33420         Log: Subject: [PATCH] Further follow-up to 23767
33421              From: Robin Barker <Robin.Barker@npl.co.uk>
33422              Date: Wed, 19 Jan 2005 18:30:31 -0000
33423              Message-ID: <533D273D4014D411AB1D00062938C4D90849C57D@hotel.npl.co.uk>
33424      Branch: perl
33425            ! XSUB.h gv.c perl.c perl.h pp_ctl.c sv.c utf8.c
33426 ____________________________________________________________________________
33427 [ 23822] By: rgs                                   on 2005/01/19  17:19:04
33428         Log: Subject: Re: [perl #32498] h2xs generates incorrect code for Makefile.PL for enums
33429              From: Noah <sitz@onastick.net>
33430              Date: Wed, 19 Jan 2005 12:33:52 -0500
33431              Message-ID: <20050119173352.GA15592@radu.onastick.net>
33432      Branch: perl
33433            ! utils/h2xs.PL
33434 ____________________________________________________________________________
33435 [ 23821] By: rgs                                   on 2005/01/19  11:30:38
33436         Log: Subject: [PATCH] op/stat.t test 9 failing on recent cygwin snapshots
33437              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
33438              Date: Sun, 16 Jan 2005 10:30:45 -0800
33439              Message-ID: <20050116183045.GA2768@efn.org>
33440      Branch: perl
33441            ! t/op/stat.t
33442 ____________________________________________________________________________
33443 [ 23820] By: rgs                                   on 2005/01/19  11:20:10
33444         Log: Subject: [PATCH] Make Data::Dumper work when dynamic extensions are not available
33445              From: "Jos I. Boumans" <kane@xs4all.net>
33446              Date: Tue, 18 Jan 2005 15:12:03 +0100
33447              Message-Id: <ED6BA2C4-695A-11D9-B09C-000A95EF62E2@xs4all.net>
33448      Branch: perl
33449            ! ext/Data/Dumper/Dumper.pm
33450 ____________________________________________________________________________
33451 [ 23819] By: rgs                                   on 2005/01/19  11:15:14
33452         Log: Fix dependencies in ext/B/Makefile.PL
33453              (bug #8254, fix by Alan Burlison)
33454      Branch: perl
33455            ! ext/B/Makefile.PL
33456 ____________________________________________________________________________
33457 [ 23817] By: steveh                                on 2005/01/19  09:33:27
33458         Log: Exclude "Thread" from $Config{extensions}
33459
33460              It is already excluded from $Config{dynamic_ext}, so should not be
33461              in $Config{extensions} either. (Note that Thread is actually still
33462              built, though. This is just for consistency with Unix builds.)
33463      Branch: perl
33464            ! win32/config_sh.PL
33465 ____________________________________________________________________________
33466 [ 23816] By: steveh                                on 2005/01/19  08:55:06
33467         Log: Exclude "Thread" from $Config{dynamic_ext}
33468
33469              This was accidentally broken by change 23757.  It has already been
33470              fixed in maint-5.8 when resolving conflicts during integration of
33471              23757, so this one does NOT need integrating itself!
33472
33473              For more details see:
33474              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-01/msg00477.html
33475      Branch: perl
33476            ! win32/config_sh.PL
33477 ____________________________________________________________________________
33478 [ 23807] By: steveh                                on 2005/01/17  17:55:02
33479         Log: Fix for building with MinGW under Cygwin
33480
33481              Subject: [PATCH] building win32 perl with cygwin's mingw (was: Re: [PATCH] Re: lib/Config/Extensions.t fails on Win32)
33482              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
33483              Date: Thu, 13 Jan 2005 16:11:36 -0800
33484              Message-ID: <20050114001136.GC2516@efn.org>
33485      Branch: perl
33486            ! ext/Errno/Errno_pm.PL
33487 ____________________________________________________________________________
33488 [ 23806] By: steveh                                on 2005/01/17  16:57:10
33489         Log: Get $Config{ccversion} or $Config{gccversion} filled in on Win32
33490      Branch: perl
33491            ! win32/config_sh.PL
33492 ____________________________________________________________________________
33493 [ 23805] By: nicholas                              on 2005/01/14  19:56:42
33494         Log: Better test diagnostics for the numbers tests.
33495              (Failure diagnostics were always good, but now the tests have names,
33496              which show even when they pass)
33497      Branch: perl
33498            ! t/op/pack.t
33499 ____________________________________________________________________________
33500 [ 23803] By: nicholas                              on 2005/01/14  12:06:31
33501         Log: Correct the editor block to match the perl 5 policy on tabs
33502      Branch: perl
33503            ! pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c scope.c
33504            ! sv.c universal.c
33505 ____________________________________________________________________________
33506 [ 23802] By: nicholas                              on 2005/01/14  10:58:47
33507         Log: Refactor S_regclass to generate slightly smaller object code
33508      Branch: perl
33509            ! regcomp.c
33510 ____________________________________________________________________________
33511 [ 23801] By: nicholas                              on 2005/01/14  10:32:08
33512         Log: A terser way to write the \-ing code in pv_uni_display
33513              Plus drive-by insert of a more correct editor block. (thanks Dave)
33514      Branch: perl
33515            ! utf8.c
33516 ____________________________________________________________________________
33517 [ 23800] By: nicholas                              on 2005/01/14  09:55:16
33518         Log: Improve documentation for sv_catpvf, to note that pattern's UTF-8ness
33519              is taken from the SV's UTF-8ness
33520      Branch: perl
33521            ! pod/perlapi.pod sv.c
33522 ____________________________________________________________________________
33523 [ 23799] By: nicholas                              on 2005/01/14  09:52:51
33524         Log: SvUTF8_off() in do_join can be unconditional.
33525      Branch: perl
33526            ! doop.c
33527 ____________________________________________________________________________
33528 [ 23798] By: nicholas                              on 2005/01/14  09:28:14
33529         Log: sv_catpvf holds no advantage over sv_catpv when the "pattern" isn't.
33530      Branch: perl
33531            ! op.c regcomp.c toke.c utf8.c
33532 ____________________________________________________________________________
33533 [ 23797] By: nicholas                              on 2005/01/13  23:13:05
33534         Log: Use the new SV_NOSTEAL flag to avoid the SvTEMP dance in newSVsv
33535      Branch: perl
33536            ! sv.c
33537 ____________________________________________________________________________
33538 [ 23796] By: nicholas                              on 2005/01/13  23:10:38
33539         Log: sv_2mortal(NEWSV(0,0)) better written as sv_newmortal()
33540      Branch: perl
33541            ! utf8.c
33542 ____________________________________________________________________________
33543 [ 23795] By: nicholas                              on 2005/01/13  22:54:10
33544         Log: replace NEWSV(), SvSetSV() with newSVsv()
33545      Branch: perl
33546            ! pp.c pp_hot.c pp_sort.c regexec.c scope.c toke.c
33547 ____________________________________________________________________________
33548 [ 23794] By: nicholas                              on 2005/01/13  22:39:58
33549         Log: Turn the unreachable code into assertions. (So prove me wrong...)
33550      Branch: perl
33551            ! pp_pack.c
33552 ____________________________________________________________________________
33553 [ 23793] By: nicholas                              on 2005/01/13  22:07:20
33554         Log: Source code tidy up - avoid assigning to sv.
33555      Branch: perl
33556            ! pp_pack.c
33557 ____________________________________________________________________________
33558 [ 23792] By: nicholas                              on 2005/01/13  21:54:21
33559         Log: Avoid dogfood problems when an empty string accidentally ends up
33560              as a constant name. [They don't work in qw(), strangely]
33561      Branch: perl
33562            ! lib/ExtUtils/Constant.pm
33563 ____________________________________________________________________________
33564 [ 23791] By: nicholas                              on 2005/01/13  21:44:53
33565         Log: The leaktesting of NEWSV() is long dead, so create and initialise
33566              SV values in one, to simplify source code and shrink object code
33567              by about 1%
33568      Branch: perl
33569            ! pp_pack.c
33570 ____________________________________________________________________________
33571 [ 23790] By: nicholas                              on 2005/01/13  20:55:37
33572         Log: Not a good idea to use unpack "H*" to peek at a scalar's internal
33573              representation.
33574      Branch: perl
33575            ! t/op/join.t
33576 ____________________________________________________________________________
33577 [ 23789] By: nicholas                              on 2005/01/13  14:05:08
33578         Log: Update copyright years. Add an editor block while passing by.
33579      Branch: perl
33580            ! pp_ctl.c pp_hot.c pp_sort.c pp_sys.c regcomp.c scope.c sv.c
33581            ! universal.c
33582 ____________________________________________________________________________
33583 [ 23788] By: nicholas                              on 2005/01/13  13:50:40
33584         Log: utf.pm needs to require Carp before croak()ing
33585      Branch: perl
33586            ! lib/utf8.pm lib/utf8.t
33587 ____________________________________________________________________________
33588 [ 23787] By: nicholas                              on 2005/01/13  13:21:11
33589         Log: Refactor all the unpack checksum-or-not logic to avoid massive
33590              duplication.
33591      Branch: perl
33592            ! pp_pack.c
33593 ____________________________________________________________________________
33594 [ 23786] By: merijn                                on 2005/01/13  11:28:31
33595         Log: Subject: Re: killing USE_5005THREADS in blead?
33596              From: Stas Bekman <stas@stason.org>
33597              Date: Wed, 12 Jan 2005 16:32:42 -0500
33598              Message-ID: <41E5977A.3060306@stason.org>
33599      Branch: perl
33600            ! perl.c
33601 ____________________________________________________________________________
33602 [ 23785] By: steveh                                on 2005/01/13  10:24:13
33603         Log: Fix Win32 build problem caused by change 23757
33604
33605              Change 23757 added a glob() call to win32/FindExt.pm.  That code is
33606              run by miniperl.exe when making the ..\config.sh target, but
33607              miniperl.exe is built with -D PERL_EXTERNAL_GLOB so it requires
33608              perlglob.exe to do the glob().  perlglob.exe has been built, but is
33609              in the top-level of the source tree so is not found when miniperl.exe
33610              is executed from within the win32/ sub-directory.
33611
33612              This was causing smokes to fail on t/lib/commonsense.t because the
33613              "extensions" field in lib/Config_heavy.pl only contained
33614              "threads/shared" as a result of the glob() not finding anything.
33615
33616              Manual builds had been working fine for me because I had an installed
33617              perl in my PATH so perlglob.exe was being found there instead!
33618      Branch: perl
33619            ! win32/FindExt.pm
33620 ____________________________________________________________________________
33621 [ 23783] By: rgs                                   on 2005/01/12  18:04:17
33622         Log: Subject: [PATCH] follow-up to #23765
33623              From: "Craig A. Berry" <craigberry@mac.com>
33624              Date: Tue, 11 Jan 2005 21:01:27 -0600
33625              Message-ID: <41E49307.7080900@mac.com>
33626      Branch: perl
33627            ! lib/warnings.t
33628 ____________________________________________________________________________
33629 [ 23782] By: nicholas                              on 2005/01/11  19:10:20
33630         Log: Fix bug 32294 - index()/rindex() ignore UTF8 flag
33631              (for cases of mixed UTF8/bytes)
33632              Test code based on bug report by John Gardiner Myers
33633      Branch: perl
33634            ! pp.c t/op/index.t
33635 ____________________________________________________________________________
33636 [ 23781] By: rgs                                   on 2005/01/11  17:04:24
33637         Log: Subject: [PATCH] follow-up to 23767
33638              From: Robin Barker <Robin.Barker@npl.co.uk>
33639              Date: Tue, 11 Jan 2005 15:48:49 -0000
33640              Message-ID: <533D273D4014D411AB1D00062938C4D90849C56A@hotel.npl.co.uk>
33641      Branch: perl
33642            ! Porting/pumpkin.pod sv.c
33643 ____________________________________________________________________________
33644 [ 23780] By: mhx                                   on 2005/01/10  19:25:27
33645         Log: Remove PERL_FLEXIBLE_EXCEPTIONS code.
33646      Branch: perl
33647            ! embed.fnc embed.h embedvar.h global.sym makedef.pl perl.c
33648            ! perl.h perlapi.h pod/perlapi.pod pod/perlintern.pod pp_ctl.c
33649            ! proto.h scope.c scope.h sv.c thrdvar.h
33650 ____________________________________________________________________________
33651 [ 23779] By: nicholas                              on 2005/01/10  17:07:03
33652         Log: Subject: [PATCH] t/op/split.t #11 nit on VMS
33653              From: "Craig A. Berry" <craigberry@mac.com>
33654              Message-ID: <41E1C261.5020100@mac.com>
33655              Date: Sun, 09 Jan 2005 17:46:41 -0600
33656      Branch: perl
33657            ! t/op/split.t
33658 ____________________________________________________________________________
33659 [ 23778] By: steveh                                on 2005/01/10  11:53:10
33660         Log: Need to close files before unlinking them on Win32
33661
33662              (Various files created by test programs are left behind otherwise,
33663              and distclean doesn't clean them up)
33664      Branch: perl
33665            ! lib/FileCache/t/01open.t lib/FileCache/t/04twoarg.t
33666            ! lib/FileCache/t/07noimport.t t/op/read.t
33667 ____________________________________________________________________________
33668 [ 23777] By: steveh                                on 2005/01/10  10:28:00
33669         Log: Make Win32's distclean target clean up properly
33670      Branch: perl
33671            ! win32/Makefile win32/makefile.mk
33672 ____________________________________________________________________________
33673 [ 23776] By: steveh                                on 2005/01/10  09:45:50
33674         Log: Get $Config{osvers} filled in on Win32
33675      Branch: perl
33676            ! win32/config_sh.PL
33677 ____________________________________________________________________________
33678 [ 23775] By: merijn                                on 2005/01/10  08:54:00
33679         Log: Subject: [PATCH] follow-up to #23748, -Duselargefiles on VMS
33680              Date: Sun, 09 Jan 2005 17:52:09 -0600
33681              From: "Craig A. Berry" <craigberry@mac.com>
33682              Message-ID: <41E1C3A9.9080900@mac.com>
33683      Branch: perl
33684            ! configure.com
33685 ____________________________________________________________________________
33686 [ 23774] By: nicholas                              on 2005/01/09  23:42:25
33687         Log: Shorter source code in pp_gelem. (But it compiles to the same size)
33688      Branch: perl
33689            ! pp.c
33690 ____________________________________________________________________________
33691 [ 23773] By: nicholas                              on 2005/01/09  21:50:28
33692         Log: If we know the length of the string constant, save a strlen()
33693      Branch: perl
33694            ! perl.c pp_sys.c
33695 ____________________________________________________________________________
33696 [ 23772] By: nicholas                              on 2005/01/09  21:26:40
33697         Log: savepv(SvPV(sv,n_a)) is common, and creates an unnecessary call to
33698              strlen(). Add savesvpv(sv), which gets the length from the SV,
33699              and returns a copy of its PV.
33700      Branch: perl
33701            ! embed.fnc embed.h global.sym mg.c pp_sys.c proto.h regcomp.c
33702            ! universal.c util.c
33703 ____________________________________________________________________________
33704 [ 23771] By: nicholas                              on 2005/01/09  19:42:30
33705         Log: Can pass in a length here without introducing a bug. Might save
33706              a strlen()
33707      Branch: perl
33708            ! toke.c
33709 ____________________________________________________________________________
33710 [ 23770] By: nicholas                              on 2005/01/09  15:05:33
33711         Log: Pull the am-I-utf8-or-not logic into one place (S_newSV_maybe_utf8)
33712              as I think that it will be needed for utf8 soft references.
33713      Branch: perl
33714            ! toke.c
33715 ____________________________________________________________________________
33716 [ 23769] By: steveh                                on 2005/01/07  17:25:35
33717         Log: Disable PERL_MALLOC and DEBUG_MSTATS in win32/makefile.mk by default
33718              and force PERL_MALLOC off if USE_IMP_SYS is on
33719
33720              This brings makefile.mk into line with Makefile in this regard
33721
33722              (PERL_MALLOC cannot currently be used with USE_IMP_SYS, e.g. see:
33723              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-07/msg00465.html
33724              so it is sensible to enforce this, and to not have the default set
33725              to a configuration that isn't allowed)
33726      Branch: perl
33727            ! win32/makefile.mk
33728 ____________________________________________________________________________
33729 [ 23768] By: rgs                                   on 2005/01/07  14:30:51
33730         Log: Subject: Re: [PATCH] Remove Carp from warnings.pm
33731              From: Jim Cromie <jim.cromie@gmail.com>
33732              Date: Mon, 3 Jan 2005 06:36:16 -0700
33733              Message-ID: <cfe85dfa05010305367445dee6@mail.gmail.com>
33734      Branch: perl
33735            + lib/vars_carp.t
33736            ! MANIFEST ext/B/t/optree_specials.t ext/B/t/stash.t lib/Carp.pm
33737            ! lib/English.pm lib/Exporter.pm lib/Exporter.t
33738            ! lib/Exporter/Heavy.pm lib/warnings.pm warnings.pl
33739 ____________________________________________________________________________
33740 [ 23767] By: rgs                                   on 2005/01/07  13:41:47
33741         Log: Subject: [PATCH] to improve -DCHECK_FORMAT
33742              From: Robin Barker <Robin.Barker@npl.co.uk>
33743              Date: Wed, 5 Jan 2005 11:55:09 -0000
33744              Message-ID: <533D273D4014D411AB1D00062938C4D90849C55A@hotel.npl.co.uk>
33745      Branch: perl
33746            ! mg.c perl.h pp.h pp_sys.c sv.c
33747 ____________________________________________________________________________
33748 [ 23766] By: nicholas                              on 2005/01/07  12:46:07
33749         Log: Stage 1 of utf8 support for soft references.
33750              Change gv_fetchpv to take a UTF8 flag, as gv_fetchpvn_flags
33751              Add gv_fetchsv to look up a GV by SV rather than a char * pointer
33752              Provide a backwards compatability gv_fetchpv
33753              Migrate from gv_fetchpv to gv_fetchsv where the caller was grabbing
33754              the pointer from an SV
33755              All tests still pass.
33756      Branch: perl
33757            ! embed.fnc embed.h global.sym gv.c gv.h mg.c op.c perl.h pp.c
33758            ! pp_hot.c pp_sys.c proto.h sv.c sv.h toke.c universal.c
33759 ____________________________________________________________________________
33760 [ 23765] By: nicholas                              on 2005/01/07  11:23:48
33761         Log: Subject: [PATCH] make lib/warnings.t use t/test.pl
33762              From: "Craig A. Berry" <craigberry@mac.com>
33763              Message-ID: <41DDCA71.1080704@mac.com>
33764              Date: Thu, 06 Jan 2005 17:32:01 -0600
33765      Branch: perl
33766            ! lib/warnings.t
33767 ____________________________________________________________________________
33768 [ 23764] By: steveh                                on 2005/01/07  08:35:29
33769         Log: Fix win32/config.*'s cc, ld and other related values
33770
33771              cc and ld themselves always get replaced with correct values anyway
33772              so we just provide example values as per other similar settings
33773
33774              Other related values (ccname, cpp, cpprun, cppstdin) need to use the
33775              correct ~keyword~, namely ~cc~, not ~CC~, otherwise they do not get set
33776
33777              Subject: [PATCH] Re: lib/Config/Extensions.t fails on Win32
33778              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
33779              Date: Wed, 5 Jan 2005 10:01:41 -0800
33780              Message-ID: <20050105180141.GA676@efn.org>
33781
33782              Subject: Re: [PATCH] Re: lib/Config/Extensions.t fails on Win32
33783              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
33784              Date: Thu, 6 Jan 2005 11:53:11 -0800
33785              Message-ID: <20050106195311.GC1300@efn.org>
33786      Branch: perl
33787            ! win32/config.bc win32/config.gc win32/config.vc
33788            ! win32/config.vc64
33789 ____________________________________________________________________________
33790 [ 23763] By: nicholas                              on 2005/01/06  17:42:59
33791         Log: Add TODO tests for UTF8 encoded soft references
33792      Branch: perl
33793            ! t/op/ref.t
33794 ____________________________________________________________________________
33795 [ 23762] By: steveh                                on 2005/01/06  16:50:10
33796         Log: Allow static linking core extensions on Win32 with MinGW
33797
33798              Subject: [PATCH] Re: lib/Config/Extensions.t fails on Win32
33799              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
33800              Date: Wed, 5 Jan 2005 10:01:41 -0800
33801              Message-ID: <20050105180141.GA676@efn.org>
33802      Branch: perl
33803            ! win32/buildext.pl win32/makefile.mk
33804 ____________________________________________________________________________
33805 [ 23761] By: rgs                                   on 2005/01/06  15:49:39
33806         Log: Silence a compilation warning
33807      Branch: perl
33808            ! pp_sort.c
33809 ____________________________________________________________________________
33810 [ 23760] By: nicholas                              on 2005/01/06  14:59:17
33811         Log: Turn barewords into strings to run under strict subs.
33812              Run under strict refs outside the soft reference tests.
33813      Branch: perl
33814            ! t/op/ref.t
33815 ____________________________________________________________________________
33816 [ 23759] By: nicholas                              on 2005/01/06  14:34:24
33817         Log: All tests now use test.pl
33818      Branch: perl
33819            ! t/op/ref.t
33820 ____________________________________________________________________________
33821 [ 23758] By: nicholas                              on 2005/01/06  11:44:08
33822         Log: Start converting t/op/ref.t to use test.pl
33823      Branch: perl
33824            ! t/op/ref.t
33825 ____________________________________________________________________________
33826 [ 23757] By: steveh                                on 2005/01/06  11:26:12
33827         Log: Fix extensions config fields on Win32 to be as they are on Unix
33828
33829              Subject: [PATCH] Re: lib/Config/Extensions.t fails on Win32
33830              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
33831              Date: Wed, 5 Jan 2005 10:01:41 -0800
33832              Message-ID: <20050105180141.GA676@efn.org>
33833      Branch: perl
33834            ! win32/FindExt.pm win32/config_sh.PL
33835 ____________________________________________________________________________
33836 [ 23756] By: nicholas                              on 2005/01/05  21:58:15
33837         Log: Correct a Greengrocer's apostrophe.
33838      Branch: perl
33839            ! ext/DynaLoader/dl_dyld.xs
33840 ____________________________________________________________________________
33841 [ 23755] By: nicholas                              on 2005/01/05  21:36:26
33842         Log: Foolishly I committed change 23753 before remembering to test without
33843              ithreads. No tests => bugs. This should fix them.
33844      Branch: perl
33845            ! perl.c
33846 ____________________________________________________________________________
33847 [ 23754] By: nicholas                              on 2005/01/05  20:14:02
33848         Log: Error-free constant folding is a TODO
33849      Branch: perl
33850            ! pod/perltodo.pod
33851 ____________________________________________________________________________
33852 [ 23753] By: nicholas                              on 2005/01/05  19:44:28
33853         Log: Turn INIT_TLS_AND_INTERP into a static function
33854      Branch: perl
33855            ! perl.c
33856 ____________________________________________________________________________
33857 [ 23752] By: nicholas                              on 2005/01/05  16:27:19
33858         Log: Shave off the explict 1; from the end of lib/Config.pm
33859      Branch: perl
33860            ! configpm
33861 ____________________________________________________________________________
33862 [ 23751] By: rgs                                   on 2005/01/05  13:31:51
33863         Log: Subject: [PATCH] unnecessary rmdir in Makefile
33864              From: Robin Barker <Robin.Barker@npl.co.uk>
33865              Date: Wed, 5 Jan 2005 11:58:54 -0000
33866              Message-ID: <533D273D4014D411AB1D00062938C4D90849C55C@hotel.npl.co.uk>
33867      Branch: perl
33868            ! Makefile.SH
33869 ____________________________________________________________________________
33870 [ 23750] By: merijn                                on 2005/01/05  11:44:11
33871         Log: Subject: [PATCH] gcc and ld in Configure
33872              From: Robin Barker <Robin.Barker@npl.co.uk>
33873              Date: Wed, 5 Jan 2005 12:04:25 -0000
33874              Message-ID: <533D273D4014D411AB1D00062938C4D90849C55D@hotel.npl.co.uk>
33875      Branch: perl
33876            ! hints/solaris_2.sh
33877 ____________________________________________________________________________
33878 [ 23749] By: nicholas                              on 2005/01/05  11:25:29
33879         Log: Subject: [PATCH] Avoid segfault when pthread_key_create fails
33880              From: Gisle Aas <gisle@ActiveState.com>
33881              Date: 05 Jan 2005 01:09:51 -0800
33882              Message-ID: <lracroz1gg.fsf@caliper.activestate.com>
33883      Branch: perl
33884            ! thread.h
33885 ____________________________________________________________________________
33886 [ 23748] By: nicholas                              on 2005/01/05  10:44:59
33887         Log: Subject: [PATCH] -Duselargefiles for VMS
33888              From: "Craig A. Berry" <craigberry@mac.com>
33889              Message-ID: <41DB63A6.7040504@mac.com>
33890              Date: Tue, 04 Jan 2005 21:48:54 -0600
33891      Branch: perl
33892            ! configure.com vms/descrip_mms.template vms/vmsish.h
33893 ____________________________________________________________________________
33894 [ 23747] By: nicholas                              on 2005/01/05  10:10:14
33895         Log: Rafael spotted that my changes caused warnings. So clean up.
33896      Branch: perl
33897            ! t/op/attrs.t
33898 ____________________________________________________________________________
33899 [ 23746] By: nicholas                              on 2005/01/04  23:07:25
33900         Log: Update copyright years.
33901      Branch: perl
33902            ! mg.c miniperlmain.c op.c perlio.c xsutils.c
33903 ____________________________________________________________________________
33904 [ 23745] By: nicholas                              on 2005/01/04  19:32:01
33905         Log: Make the switch statement discriminate similar names more
33906              efficiently.
33907      Branch: perl
33908            ! xsutils.c
33909 ____________________________________________________________________________
33910 [ 23744] By: nicholas                              on 2005/01/04  16:20:43
33911         Log: Check all attributes in modify_SV_attributes are recognised.
33912              Fix bug where 'assertion' was always rejected as invalid.
33913      Branch: perl
33914            ! t/op/attrs.t xsutils.c
33915 ____________________________________________________________________________
33916 [ 23743] By: nicholas                              on 2005/01/04  12:46:56
33917         Log: Use the new ${^UTF8LOCALE} to make the test reliable.
33918      Branch: perl
33919            ! t/io/layers.t
33920 ____________________________________________________________________________
33921 [ 23742] By: merijn                                on 2005/01/04  12:38:03
33922         Log: Subject: [PATCH pod/perlxs.pod] RE: [perl #32660] INT2PTR not mentioned in perlxs(1)
33923              From: Robin Barker <Robin.Barker@npl.co.uk>
33924              Date: Tue, 4 Jan 2005 12:32:29 -0000
33925              Message-ID: <533D273D4014D411AB1D00062938C4D90849C553@hotel.npl.co.uk>
33926      Branch: perl
33927            ! pod/perlxs.pod
33928 ____________________________________________________________________________
33929 [ 23741] By: nicholas                              on 2005/01/04  11:27:57
33930         Log: Add ${^UTF8LOCALE} to give perl space access to PL_utf8locale
33931      Branch: perl
33932            ! gv.c mg.c
33933 ____________________________________________________________________________
33934 [ 23740] By: steveh                                on 2005/01/04  10:56:55
33935         Log: Bring win32/config.* into line with win32/config_H.*
33936              so that "perl -V:usemallocwrap" tells us what the configuration is
33937              instead of saying 'UNKNOWN'.
33938      Branch: perl
33939            ! win32/config.bc win32/config.gc win32/config.vc
33940            ! win32/config.vc64
33941 ____________________________________________________________________________
33942 [ 23739] By: rgs                                   on 2005/01/04  08:36:50
33943         Log: Subject: [PATCH] Math::BigInt v1.74, Math::BigRat v0.14, bignum v0.16
33944              From: Tels <nospam-abuse@bloodgate.com>
33945              Date: Sat, 1 Jan 2005 18:59:51 +0100
33946              Message-Id: <200501011859.52858@bloodgate.com>
33947      Branch: perl
33948            + lib/Math/BigInt/t/lib_load.t lib/bignum/t/ratopt_a.t
33949            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
33950            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/CalcEmu.pm
33951            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
33952            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
33953            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
33954            ! lib/Math/BigInt/t/inf_nan.t lib/Math/BigInt/t/sub_mbf.t
33955            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc
33956            ! lib/Math/BigInt/t/with_sub.t lib/Math/BigRat.pm
33957            ! lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.inc
33958            ! lib/Math/BigRat/t/bigratpm.t lib/bigint.pm lib/bignum.pm
33959            ! lib/bignum/t/option_a.t lib/bignum/t/option_l.t
33960            ! lib/bignum/t/option_p.t lib/bigrat.pm
33961            ! t/lib/Math/BigFloat/Subclass.pm
33962 ____________________________________________________________________________
33963 [ 23738] By: rgs                                   on 2005/01/04  08:05:16
33964         Log: Happy new year
33965      Branch: perl
33966            ! README
33967 ____________________________________________________________________________
33968 [ 23736] By: nicholas                              on 2005/01/03  21:17:28
33969         Log: Return an immortal from attributes::_warn_reserved (a private
33970              function). (saves creating a new IV)
33971      Branch: perl
33972            ! xsutils.c
33973 ____________________________________________________________________________
33974 [ 23735] By: nicholas                              on 2005/01/03  20:58:09
33975         Log: Change dXSTARGET to dXSTARG as recommended by Spider Boardman.
33976      Branch: perl
33977            ! xsutils.c
33978 ____________________________________________________________________________
33979 [ 23733] By: nicholas                              on 2005/01/03  18:54:22
33980         Log: D'oh! Spurious aTHX_. Here was I thinking that my test build was
33981              threaded, but "oh no it isn't!" :-(
33982      Branch: perl
33983            ! toke.c
33984 ____________________________________________________________________________
33985 [ 23732] By: rgs                                   on 2005/01/03  17:24:24
33986         Log: Integrate a patch from Gentoo for uclibc support.
33987              See :
33988              Subject: Re: Static linking notes --- perl5.8.6 and uClibc
33989              From: Alexey Tourbin <at@altlinux.ru>
33990              Date: Tue, 28 Dec 2004 14:25:42 +0300
33991              Message-ID: <20041228112542.GB21037@solemn.turbinal.org>
33992      Branch: perl
33993            ! perlio.c
33994 ____________________________________________________________________________
33995 [ 23731] By: nicholas                              on 2005/01/02  23:18:07
33996         Log: Remove compiler warnings.
33997      Branch: perl
33998            ! toke.c
33999 ____________________________________________________________________________
34000 [ 23730] By: nicholas                              on 2005/01/02  22:49:49
34001         Log: Change 23727 broke code that relied on \ being escaped.
34002              Fix this. *Everything* should work now.
34003      Branch: perl
34004            + t/run/switchF1.t
34005            ! MANIFEST toke.c
34006 ____________________________________________________________________________
34007 [ 23729] By: nicholas                              on 2005/01/02  07:46:12
34008         Log: Splitting the -n/-p code and concatenating strings generates
34009              smaller object code.
34010      Branch: perl
34011            ! toke.c
34012 ____________________________________________________________________________
34013 [ 23728] By: nicholas                              on 2005/01/01  21:34:52
34014         Log: Concatenate some string constants
34015      Branch: perl
34016            ! toke.c
34017 ____________________________________________________________________________
34018 [ 23727] By: nicholas                              on 2005/01/01  21:13:53
34019         Log: Use Rafael's sick trick of ASCII NUL as a q'' delimiter to save a
34020              lot of quoting code
34021      Branch: perl
34022            ! toke.c
34023 ____________________________________________________________________________
34024 [ 23726] By: nicholas                              on 2005/01/01  20:48:31
34025         Log: Probably should be using *pvn rather than *pv forms for speed in
34026              toke.c (to save a strlen())
34027      Branch: perl
34028            ! toke.c
34029 ____________________________________________________________________________
34030 [ 23725] By: nicholas                              on 2005/01/01  20:26:27
34031         Log: strEQ/strNE of 1 character strings seems better hand inlined,
34032              because it generates smaller object code (as well as being
34033              faster than a true function call)
34034      Branch: perl
34035            ! doio.c locale.c op.c perl.c pp.c toke.c util.c
34036 ____________________________________________________________________________
34037 [ 23724] By: nicholas                              on 2005/01/01  17:15:58
34038         Log: Not all the world's a VAX, er ASCII, so don't make assumptions.
34039              Tweak is_gv_magical's string comparisons to produce smaller object
34040              code.
34041              First 2005 copyright notice.
34042      Branch: perl
34043            ! gv.c
34044 ____________________________________________________________________________
34045 [ 23723] By: nicholas                              on 2005/01/01  13:54:33
34046         Log: Change 23714 accidentally broke t/io/layers.t when testing with
34047              UTF8 locales and the -C flag. When UTF8 is flagged as enabled
34048              based on the locale, we have no perl space access to PL_utf8locale
34049              so assume for the moment that UTF8 is never conditionally enabled.
34050      Branch: perl
34051            ! t/io/layers.t
34052 ____________________________________________________________________________
34053 [ 23722] By: nicholas                              on 2004/12/31  23:04:47
34054         Log: Skip the switch statement entirely if the pointer is null, rather
34055              than the old pointless switch on '\0'. Also skip re-comparing the
34056              first character. Faster, and generates terser object code.
34057      Branch: perl
34058            ! pp.c
34059 ____________________________________________________________________________
34060 [ 23721] By: nicholas                              on 2004/12/31  22:46:25
34061         Log: Doing the strnEQ char by char for 2 and 3 character strings
34062              generates a smaller object file, and will be faster.
34063      Branch: perl
34064            ! doio.c
34065 ____________________________________________________________________________
34066 [ 23720] By: nicholas                              on 2004/12/31  21:41:25
34067         Log: Improve documentation for is_gv_magical, and split the switch
34068              statement into 2 parts, lengths > 1 and lengths <= 1
34069              This should cause most variables (lower case, multicharacter)
34070              to escape the function without passing through a switch table.
34071      Branch: perl
34072            ! gv.c
34073 ____________________________________________________________________________
34074 [ 23719] By: nicholas                              on 2004/12/31  21:02:59
34075         Log: Because name is always NUL terminated we can incorporate length
34076              0 names in the switch statement for length 1.
34077      Branch: perl
34078            ! gv.c
34079 ____________________________________________________________________________
34080 [ 23718] By: nicholas                              on 2004/12/31  20:25:52
34081         Log: Generate smaller object code by using a single switch statement
34082              for determining which names are forced into main::
34083      Branch: perl
34084            ! gv.c
34085 ____________________________________________________________________________
34086 [ 23717] By: nicholas                              on 2004/12/31  18:31:18
34087         Log: Tidy up comments in change 23716
34088      Branch: perl
34089            ! gv.c
34090 ____________________________________________________________________________
34091 [ 23716] By: nicholas                              on 2004/12/31  18:22:54
34092         Log: Refactor gv_fetchpv so that the overwhelmingly common case
34093              (variable names starting with a lower case letter or _, longer
34094              than one character) get out of the function very quickly.
34095              (Without even passing through a switch statement jump table)
34096              Also fixes bug 33631
34097      Branch: perl
34098            ! gv.c
34099 ____________________________________________________________________________
34100 [ 23715] By: nicholas                              on 2004/12/31  15:43:07
34101         Log: Subject: [PATCH] randbits and randfunc for VMS
34102              From: "Craig A. Berry" <craigberry@mac.com>
34103              Message-ID: <41D570BF.8010409@mac.com>
34104              Date: Fri, 31 Dec 2004 09:31:11 -0600
34105      Branch: perl
34106            ! configure.com
34107 ____________________________________________________________________________
34108 [ 23714] By: nicholas                              on 2004/12/31  13:14:18
34109         Log: Bug in t/io/layers.t spotted by Ignasi Roca Carrió
34110      Branch: perl
34111            ! AUTHORS t/io/layers.t
34112 ____________________________________________________________________________
34113 [ 23712] By: mhx                                   on 2004/12/30  18:29:02
34114         Log: Mention ppport.h and its --api-info switch in perlguts.
34115      Branch: perl
34116            ! pod/perlguts.pod
34117 ____________________________________________________________________________
34118 [ 23711] By: merijn                                on 2004/12/30  13:10:20
34119         Log: Subject: [PATCH] Allow Configure's d_attribut to be set from the command line
34120              From: Gisle Aas <gisle@ActiveState.com>
34121              Date: 30 Dec 2004 03:39:36 -0800
34122              Message-ID: <lrllbgypzb.fsf@caliper.activestate.com>
34123      Branch: perl
34124            ! Configure
34125 ____________________________________________________________________________
34126 [ 23708] By: nicholas                              on 2004/12/29  21:41:04
34127         Log: Thinko in the description of Config::Extensions
34128      Branch: perl
34129            ! MANIFEST
34130 ____________________________________________________________________________
34131 [ 23707] By: nicholas                              on 2004/12/29  21:25:29
34132         Log: Experimental module intended to simplify core regression tests
34133      Branch: perl
34134            + lib/Config/Extensions.pm lib/Config/Extensions.t
34135            ! MANIFEST
34136 ____________________________________________________________________________
34137 [ 23706] By: nicholas                              on 2004/12/29  21:24:30
34138         Log: Skip tests that binmode :utf8 if there is no perlio
34139      Branch: perl
34140            ! t/op/read.t
34141 ____________________________________________________________________________
34142 [ 23705] By: nicholas                              on 2004/12/29  21:04:43
34143         Log: Ooops. Fix unitialised variable
34144      Branch: perl
34145            ! pp_sys.c
34146 ____________________________________________________________________________
34147 [ 23704] By: nicholas                              on 2004/12/29  19:47:12
34148         Log: Oops. Forgot to uncomment the last set of Unicode values for
34149              testing.
34150      Branch: perl
34151            ! t/op/read.t
34152 ____________________________________________________________________________
34153 [ 23703] By: nicholas                              on 2004/12/29  19:00:12
34154         Log: read (and presuambly sysread) would expose the UTF8 internals when
34155              reading from a byte orientated file handle into a UTF8 scalar.
34156      Branch: perl
34157            ! pp_sys.c t/op/read.t
34158 ____________________________________________________________________________
34159 [ 23702] By: nicholas                              on 2004/12/29  17:20:29
34160         Log: Add a lot of tests for combinations of values, offsets and lengths
34161      Branch: perl
34162            ! t/op/read.t
34163 ____________________________________________________________________________
34164 [ 23701] By: nicholas                              on 2004/12/29  16:28:58
34165         Log: Convert op/read.t to use test.pl and make it stricture compliant.
34166      Branch: perl
34167            ! t/op/read.t
34168 ____________________________________________________________________________
34169 [ 23700] By: mhx                                   on 2004/12/29  13:46:36
34170         Log: Upgrade to Devel::PPPort 3.04
34171      Branch: perl
34172            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
34173            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
34174            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/parts/inc/SvPV
34175            ! ext/Devel/PPPort/parts/inc/ppphbin
34176            ! ext/Devel/PPPort/parts/inc/ppphdoc
34177            ! ext/Devel/PPPort/parts/inc/ppphtest
34178 ____________________________________________________________________________
34179 [ 23696] By: merijn                                on 2004/12/29  12:41:14
34180         Log: Rebuilt after backport start for 23674, 23675, and 23676
34181      Branch: perl
34182            ! Configure
34183 ____________________________________________________________________________
34184 [ 23691] By: merijn                                on 2004/12/29  11:57:57
34185         Log: Subject: [PATCH] Cleanup ext/B tests for -w and to run separately
34186              Date: Tue, 28 Dec 2004 13:49:19 -0800
34187              From: Stephen McCamant <smcc@MIT.EDU>
34188              Message-ID: <16849.54495.424654.896889@apocalypse.OCF.Berkeley.EDU>
34189      Branch: perl
34190            ! ext/B/B/Terse.pm ext/B/t/asmdata.t ext/B/t/b.t
34191            ! ext/B/t/bblock.t ext/B/t/bytecode.t ext/B/t/concise.t
34192            ! ext/B/t/debug.t ext/B/t/deparse.t ext/B/t/f_map.t
34193            ! ext/B/t/f_sort.t ext/B/t/lint.t ext/B/t/o.t
34194            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
34195            ! ext/B/t/optree_samples.t ext/B/t/optree_sort.t
34196            ! ext/B/t/optree_specials.t ext/B/t/optree_varinit.t
34197            ! ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
34198            ! ext/B/t/xref.t
34199 ____________________________________________________________________________
34200 [ 23688] By: nicholas                              on 2004/12/28  10:25:28
34201         Log: Make Config.t warnings and strictures clean
34202      Branch: perl
34203            ! lib/Config.t
34204 ____________________________________________________________________________
34205 [ 23683] By: nicholas                              on 2004/12/27  16:03:59
34206         Log: Subject: [patch sv.c] comment fix
34207              From: Stas Bekman <stas@stason.org>
34208              Message-ID: <41CF50FE.5070307@stason.org>
34209              Date: Sun, 26 Dec 2004 19:02:06 -0500
34210      Branch: perl
34211            ! sv.c
34212 ____________________________________________________________________________
34213 [ 23682] By: nicholas                              on 2004/12/27  15:48:24
34214         Log: Add investigating self tie segfaults to the TODO
34215      Branch: perl
34216            ! pod/perltodo.pod
34217 ____________________________________________________________________________
34218 [ 23681] By: rgs                                   on 2004/12/24  13:51:59
34219         Log: Subject: [perl #33173] shellwords.pl and tainting
34220              From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
34221              Date: 24 Dec 2004 00:14:19 -0000
34222              Message-ID: <rt-3.0.11-33173-103504.3.54366755060383@perl.org>
34223      Branch: perl
34224            ! lib/shellwords.pl
34225 ____________________________________________________________________________
34226 [ 23680] By: rgs                                   on 2004/12/24  13:42:08
34227         Log: Subject: Missign STATEMENT brackets in PUSHMARK
34228              From: perl5-porters@ton.iguana.be (Ton Hospel)
34229              Date: Thu, 23 Dec 2004 17:55:13 +0000 (UTC)
34230              Message-Id: <cqf0q1$9cc$1@post.home.lunix>
34231      Branch: perl
34232            ! pp.h
34233 ____________________________________________________________________________
34234 [ 23679] By: nicholas                              on 2004/12/24  10:33:32
34235         Log: Don't do the ... expansion on archlib, sitelib etc, given that
34236              everyone should already be using archlibext etc
34237              Add the extra special case code for otherlibdirs
34238      Branch: perl
34239            ! configpm
34240 ____________________________________________________________________________
34241 [ 23678] By: rgs                                   on 2004/12/24  08:57:56
34242         Log: Subject: Re: [patch perlapi doc] sv_magic
34243              From: Stas Bekman <stas@stason.org>
34244              Date: Thu, 23 Dec 2004 16:28:06 -0500
34245              Message-ID: <41CB3866.1080307@stason.org>
34246      Branch: perl
34247            ! pod/perlapi.pod sv.c
34248 ____________________________________________________________________________
34249 [ 23677] By: nicholas                              on 2004/12/24  08:54:58
34250         Log: Subject: [PATCH] Re: Smoke [5.9.2] 23675 FAIL(m) openvms E8.2 (Alpha/4 cpu)
34251              From: "Craig A. Berry" <craigberry@mac.com>
34252              Message-ID: <41CB6BD1.8030207@mac.com>
34253              Date: Thu, 23 Dec 2004 19:07:29 -0600
34254      Branch: perl
34255            ! configure.com
34256 ____________________________________________________________________________
34257 [ 23676] By: nicholas                              on 2004/12/23  23:15:24
34258         Log: Bother. It helps if you also propagate the new entry to config.sh
34259      Branch: perl
34260            ! Configure
34261 ____________________________________________________________________________
34262 [ 23675] By: nicholas                              on 2004/12/23  22:14:42
34263         Log: Oops. You can't add new entries to config_h.SH without making some
34264              sort of corresponding defined/undefined value in config.sh somehow.
34265      Branch: perl
34266            ! Configure
34267 ____________________________________________________________________________
34268 [ 23674] By: nicholas                              on 2004/12/23  21:38:59
34269         Log: Relocatable @INC entries for Unix.
34270              (With appropriate fixups in Config.pm to complete the illusion)
34271              Currently can only be enabled with hackery to config.sh
34272              TODO - proper Configure support, and support for otherlibdirs in
34273              Config.pm
34274      Branch: perl
34275            ! Porting/Glossary config_h.SH configpm embed.fnc embed.h perl.c
34276            ! proto.h
34277 ____________________________________________________________________________
34278 [ 23673] By: merijn                                on 2004/12/23  21:04:37
34279         Log: 23669 was not such a good idea. More research needed.
34280      Branch: perl
34281            ! config_h.SH
34282 ____________________________________________________________________________
34283 [ 23672] By: rgs                                   on 2004/12/23  17:21:37
34284         Log: The "Setuid script not plain file" error wasn't documented.
34285      Branch: perl
34286            ! pod/perldiag.pod
34287 ____________________________________________________________________________
34288 [ 23671] By: rgs                                   on 2004/12/23  15:21:58
34289         Log: Subject: [PATCH] Data::Dumper Freezer fixes
34290              From: Sam Tregar <sam@tregar.com>
34291              Date: Sun, 19 Dec 2004 14:40:25 -0500 (EST)
34292              Message-ID: <Pine.LNX.4.61.0412191434490.7660@hillmont.dreamhost.com>
34293
34294              and bump Data::Dumper's VERSION
34295      Branch: perl
34296            + ext/Data/Dumper/t/freezer.t
34297            ! MANIFEST ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
34298 ____________________________________________________________________________
34299 [ 23670] By: nicholas                              on 2004/12/22  23:15:07
34300         Log: Fix typo
34301      Branch: perl
34302            ! ext/Storable/Storable.xs
34303 ____________________________________________________________________________
34304 [ 23669] By: merijn                                on 2004/12/22  20:16:53
34305         Log: Just to re-sync with metaconfig output. No real changes.
34306      Branch: perl
34307            ! config_h.SH
34308 ____________________________________________________________________________
34309 [ 23668] By: rgs                                   on 2004/12/22  08:46:21
34310         Log: Move the definition of the S_procself_val() function before
34311              the point where it's used
34312      Branch: perl
34313            ! perl.c
34314 ____________________________________________________________________________
34315 [ 23667] By: nicholas                              on 2004/12/21  20:56:58
34316         Log: Move the setting of $^X ahead of the initialisation of @INC
34317      Branch: perl
34318            ! perl.c
34319 ____________________________________________________________________________
34320 [ 23666] By: nicholas                              on 2004/12/21  20:31:57
34321         Log: $#a>>=1 relies on malloc wrap to avoid the segfault, so need to
34322              skip the test on platforms where it's not available
34323      Branch: perl
34324            ! t/op/bop.t
34325 ____________________________________________________________________________
34326 [ 23663] By: nicholas                              on 2004/12/21  11:58:53
34327         Log: Note that the shell's test uses eq etc for numbers, = etc for
34328              strings, the reverse of Perl, which is definitely a trap.
34329              Spotted by Alexei Alexandrov.
34330      Branch: perl
34331            ! AUTHORS pod/perltrap.pod
34332 ____________________________________________________________________________
34333 [ 23662] By: merijn                                on 2004/12/20  13:38:45
34334         Log: Subject: [PATCH] AUTHORS
34335              From: Tels <nospam-abuse@bloodgate.com>
34336              Date: Sun, 19 Dec 2004 14:28:44 +0100
34337              Message-Id: <200412191428.45898@bloodgate.com>
34338      Branch: perl
34339            ! AUTHORS
34340 ____________________________________________________________________________
34341 [ 23661] By: rgs                                   on 2004/12/17  09:08:23
34342         Log: Subject: Re: [perl #32717] BeOS specific Updates
34343              From: bonefish@cs.tu-berlin.de
34344              Date: Fri, 17 Dec 2004 01:17:40 +0100
34345              Message-Id: <20041217011740.14398.1@cs.tu-berlin.de>
34346      Branch: perl
34347            - beos/beos_flock_server.cpp beos/beos_flock_server.h
34348            ! MANIFEST Makefile.SH README.beos beos/beos.c beos/beosish.h
34349            ! hints/beos.sh
34350 ____________________________________________________________________________
34351 [ 23660] By: rgs                                   on 2004/12/16  16:09:20
34352         Log: Subject: [PATCH] bop.t follow-up to #23645
34353              From: "Craig A. Berry" <craigberry@mac.com>
34354              Date: Thu, 16 Dec 2004 08:53:32 -0600
34355              Message-ID: <41C1A16C.9040700@mac.com>
34356      Branch: perl
34357            ! t/op/bop.t
34358 ____________________________________________________________________________
34359 [ 23659] By: rgs                                   on 2004/12/16  16:05:49
34360         Log: Subject: Re: Can't locate auto/POSIX/autosplit.ix [perl #24445] [PATCH]
34361              From: Andy Dougherty <doughera@lafayette.edu>
34362              Date: Thu, 16 Dec 2004 09:57:44 -0500 (EST)
34363              Message-ID: <Pine.SOL.4.58.0412160953470.20202@maxwell.phys.lafayette.edu>
34364      Branch: perl
34365            ! ext/POSIX/Makefile.PL
34366 ____________________________________________________________________________
34367 [ 23658] By: rgs                                   on 2004/12/16  15:58:06
34368         Log: Two pod2html patches from Dave Sparks :
34369
34370              Fix anchors for some function names
34371              Subject: pod2html fragment fix [PATCH]
34372              From: Gisle Aas <gisle@ActiveState.com>
34373              Date: 11 Nov 2004 14:36:46 +0100
34374              Message-ID: <lrk6sso6c1.fsf@caliper.activestate.com>
34375
34376              Subject: Make 'pod2html --quiet' be quiet [PATCH]
34377              From: Gisle Aas <gisle@ActiveState.com>
34378              Date: 11 Nov 2004 15:19:58 +0100
34379              Message-ID: <lrbre4o4c1.fsf@caliper.activestate.com>
34380      Branch: perl
34381            ! lib/Pod/Html.pm
34382 ____________________________________________________________________________
34383 [ 23657] By: rgs                                   on 2004/12/16  15:43:02
34384         Log: Pod::Html is not part of the podlators distribution
34385      Branch: perl
34386            ! Porting/Maintainers.pl
34387 ____________________________________________________________________________
34388 [ 23656] By: rgs                                   on 2004/12/15  16:39:29
34389         Log: Security fix from Debian in the debugger (in the setterm()
34390              function), from:
34391              Subject: Re: Security patch from Debian?
34392              From: Brendan O'Dea <bod@debian.org>
34393              Date: Thu, 2 Dec 2004 13:42:17 +1100
34394              Message-ID: <20041202024217.GA12670@londo.c47.org>
34395      Branch: perl
34396            ! lib/perl5db.pl
34397 ____________________________________________________________________________
34398 [ 23655] By: rgs                                   on 2004/12/15  15:14:05
34399         Log: A couple of SCO compilation patches
34400
34401              Subject: [perl #3097] Re: SCO5 XS dyn loading fails
34402              From: "Ilya N. Golubev" <gin@mo.msk.ru>
34403              Date: Tue, 14 Dec 2004 22:37:27 +0300
34404              Message-ID: <028941bf40f648-gin@mo.msk.ru>
34405
34406              Subject: Re: [perl #3100] NaN passed to gcvt [PATCH]
34407              From: Andy Dougherty <doughera@lafayette.edu>
34408              Date: Wed, 15 Dec 2004 10:29:22 -0500 (EST)
34409              Message-ID: <Pine.SOL.4.58.0412150956360.3441@maxwell.phys.lafayette.edu>
34410      Branch: perl
34411            ! hints/sco.sh
34412 ____________________________________________________________________________
34413 [ 23654] By: rgs                                   on 2004/12/15  13:16:06
34414         Log: Upgrade to Test::Simple 0.54
34415      Branch: perl
34416            + lib/Test/Simple/t/is_fh.t
34417            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
34418            ! lib/Test/Simple.pm lib/Test/Simple/Changes
34419            ! lib/Test/Simple/t/details.t lib/Test/Simple/t/fail-more.t
34420            ! lib/Test/Simple/t/harness_active.t
34421            ! lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/maybe_regex.t
34422            ! lib/Test/Simple/t/plan_no_plan.t lib/Test/Simple/t/sort_bug.t
34423            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/undef.t
34424 ____________________________________________________________________________
34425 [ 23653] By: rgs                                   on 2004/12/15  12:43:37
34426         Log: Upgrade to ExtUtils::MakeMaker 6.25
34427      Branch: perl
34428            + lib/ExtUtils/t/dir_target.t
34429            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
34430            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Liblist/Kid.pm
34431            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
34432            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
34433            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_NW5.pm
34434            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
34435            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
34436            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
34437            ! lib/ExtUtils/MakeMaker/Tutorial.pod lib/ExtUtils/Manifest.pm
34438            ! lib/ExtUtils/NOTES lib/ExtUtils/README lib/ExtUtils/instmodsh
34439            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/INST_PREFIX.t
34440            ! lib/ExtUtils/t/Liblist.t lib/ExtUtils/t/MM_Unix.t
34441            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/hints.t
34442            ! lib/ExtUtils/t/oneliner.t lib/ExtUtils/t/parse_version.t
34443            ! lib/ExtUtils/t/prereq_print.t lib/ExtUtils/t/split_command.t
34444 ____________________________________________________________________________
34445 [ 23652] By: rgs                                   on 2004/12/14  16:22:42
34446         Log: Fix for [perl #32491] h2xs incorrectly parses enums with implicit values
34447      Branch: perl
34448            ! utils/h2xs.PL
34449 ____________________________________________________________________________
34450 [ 23651] By: rgs                                   on 2004/12/14  12:17:25
34451         Log: Subject: Re: B::walkoptree segfaults
34452              From: Alexey Tourbin <at@altlinux.ru>
34453              Date: Fri, 3 Dec 2004 05:06:49 +0300
34454              Message-ID: <20041203020649.GD3898@solemn.turbinal.org>
34455      Branch: perl
34456            ! ext/B/B.pm
34457 ____________________________________________________________________________
34458 [ 23650] By: rgs                                   on 2004/12/14  11:21:53
34459         Log: Make Sys::Syslog stricture-compliant
34460      Branch: perl
34461            ! ext/Sys/Syslog/Syslog.pm
34462 ____________________________________________________________________________
34463 [ 23649] By: rgs                                   on 2004/12/14  10:35:57
34464         Log: Allow escaping %m as %%m in Sys::Syslog format strings
34465              (suggested by Joshua Richardson <jric@yahoo-inc.com>
34466              and Yitzchak Scott-Thoennes)
34467      Branch: perl
34468            ! ext/Sys/Syslog/Syslog.pm
34469 ____________________________________________________________________________
34470 [ 23648] By: rgs                                   on 2004/12/14  10:22:48
34471         Log: Subject: [perl #24343] [PATCH] -w vs. -s
34472              From: "Steve Peters via RT" <perlbug-followup@perl.org>
34473              Date: 14 Dec 2004 06:41:34 -0000
34474              Message-ID: <rt-3.0.11-24343-103027.13.3005637364295@perl.org>
34475      Branch: perl
34476            ! pod/perlrun.pod
34477 ____________________________________________________________________________
34478 [ 23647] By: merijn                                on 2004/12/14  07:51:43
34479         Log: Subject: [perl #3274] [PATCH] Documentation for utime should be improved
34480              Date: 14 Dec 2004 06:29:23 -0000
34481              From: "Steve Peters via RT" <perlbug-followup@perl.org>
34482              Message-ID: <rt-3.0.11-3274-103026.2.21000805211489@perl.org>
34483      Branch: perl
34484            ! pod/perlfaq5.pod
34485 ____________________________________________________________________________
34486 [ 23646] By: rgs                                   on 2004/12/14  07:41:08
34487         Log: Fix test added in change 23645 with an eval()
34488      Branch: perl
34489            ! t/op/bop.t
34490 ____________________________________________________________________________
34491 [ 23645] By: rgs                                   on 2004/12/14  07:28:57
34492         Log: Test patch for already-solved bug #33003,
34493              by Michael G Schwern.
34494      Branch: perl
34495            ! t/op/bop.t
34496 ____________________________________________________________________________
34497 [ 23644] By: steveh                                on 2004/12/13  17:26:46
34498         Log: Document gv_stashpvn
34499
34500              This is already in the API supported by Devel::PPPort, and is
34501              more efficient than gv_stashpv if the length is already known.
34502      Branch: perl
34503            ! embed.fnc gv.c pod/perlapi.pod
34504 ____________________________________________________________________________
34505 [ 23643] By: rgs                                   on 2004/12/13  10:02:57
34506         Log: Subject: [PATCH] FileCache without import
34507              From: Michael G Schwern <schwern@pobox.com>
34508              Date: Sat, 11 Dec 2004 18:58:32 -0500
34509              Message-ID: <20041211235832.GA13462@windhund.schwern.org>
34510      Branch: perl
34511            + lib/FileCache/t/07noimport.t
34512            ! MANIFEST lib/FileCache.pm
34513 ____________________________________________________________________________
34514 [ 23642] By: rgs                                   on 2004/12/13  09:54:23
34515         Log: Subject: [PATCH] perlipc typo
34516              From: Brendan O'Dea <bod@debian.org>
34517              Date: Sun, 12 Dec 2004 10:25:04 +1100
34518              Message-ID: <20041211232504.GA8380@londo.c47.org>
34519      Branch: perl
34520            ! pod/perlipc.pod
34521 ____________________________________________________________________________
34522 [ 23641] By: rgs                                   on 2004/12/13  09:41:21
34523         Log: Subject: [PATCH] t/op/taint.t follow-up to #23635
34524              From: "Craig A. Berry" <craigberry@mac.com>
34525              Date: Sat, 11 Dec 2004 11:03:57 -0600
34526              Message-ID: <41BB287D.6090001@mac.com>
34527      Branch: perl
34528            ! t/op/taint.t
34529 ____________________________________________________________________________
34530 [ 23640] By: rgs                                   on 2004/12/13  08:39:34
34531         Log: Subject: Re: Smoke [5.9.2] 23634 FAIL(F) openbsd 3.6 (i386/1 cpu) [PATCH]
34532              From: Gisle Aas <gisle@ActiveState.com>
34533              Date: 11 Dec 2004 02:57:19 -0800
34534              Message-ID: <lrr7lxje5s.fsf_-_@caliper.activestate.com>
34535      Branch: perl
34536            ! utf8.c
34537 ____________________________________________________________________________
34538 [ 23639] By: rgs                                   on 2004/12/10  22:02:52
34539         Log: Subject: [PATCH] Re: [perl #2562] wantarray fails in END, INIT, and CHECK blocks
34540              From: mjtg@cam.ac.uk (Mike Guy)
34541              Date: Fri, 10 Dec 2004 19:08:01 +0000
34542              Message-ID: <E1Ccq7V-00057s-9s@virgo.cus.cam.ac.uk>
34543      Branch: perl
34544            ! pod/perlfunc.pod
34545 ____________________________________________________________________________
34546 [ 23638] By: steveh                                on 2004/12/10  14:58:59
34547         Log: Fix Win32 breakage caused by change 23610
34548
34549              Simply skip the offending tests on Win32.  There is no sense in testing
34550              that $Config dir entries appear in @INC because the $Config entries
34551              relate to where perl.exe will be installed (as per INST_DRV/INST_TOP in
34552              win32/Makefile), whereas @INC entries are dynamic, based on where
34553              perlXX.dll is currently located.
34554      Branch: perl
34555            ! lib/Config.t
34556 ____________________________________________________________________________
34557 [ 23637] By: rgs                                   on 2004/12/10  10:17:47
34558         Log: Pod nit ([perl #32800])
34559      Branch: perl
34560            ! pod/perlfunc.pod
34561 ____________________________________________________________________________
34562 [ 23636] By: rgs                                   on 2004/12/10  10:02:12
34563         Log: Subject: [PATCH] Test rt.perl.org 5900
34564              From: Michael G Schwern <schwern@pobox.com>
34565              Date: Thu, 9 Dec 2004 22:11:59 -0500
34566              Message-ID: <20041210031159.GA7629@windhund.schwern.org>
34567      Branch: perl
34568            ! t/op/taint.t
34569 ____________________________________________________________________________
34570 [ 23635] By: rgs                                   on 2004/12/10  09:51:44
34571         Log: Subject: [PATCH] cleanup t/op/taint.t
34572              From: Michael G Schwern <schwern@pobox.com>
34573              Date: Fri, 10 Dec 2004 02:04:49 -0500
34574              Message-ID: <20041210070448.GA22347@windhund.schwern.org>
34575
34576              Subject: [PATCH] Add todo_skip() to test.pl
34577              From: Michael G Schwern <schwern@pobox.com>
34578              Date: Fri, 10 Dec 2004 04:27:06 -0500
34579              Message-ID: <20041210092706.GA23378@windhund.schwern.org>
34580      Branch: perl
34581            ! t/op/taint.t t/test.pl
34582 ____________________________________________________________________________
34583 [ 23634] By: nicholas                              on 2004/12/09  22:51:03
34584         Log: Evade using @ in the 1 liner with some perl 1 syntax.
34585      Branch: perl
34586            ! lib/Config.t
34587 ____________________________________________________________________________
34588 [ 23633] By: rgs                                   on 2004/12/09  18:50:16
34589         Log: Subject: RE: [PATCH perl.h toke.c utf8.c] minor format clean up
34590              From: Robin Barker <Robin.Barker@npl.co.uk>
34591              Date: Wed, 1 Dec 2004 15:15:44 -0000
34592              Message-ID: <533D273D4014D411AB1D00062938C4D90849C521@hotel.npl.co.uk>
34593      Branch: perl
34594            ! perl.h
34595 ____________________________________________________________________________
34596 [ 23632] By: rgs                                   on 2004/12/09  17:12:12
34597         Log: Subject: UTF8_ALLOW_ANYUV should not allow overlong sequences [PATCH]
34598              From: Gisle Aas <gisle@activestate.com>
34599              Date: 06 Dec 2004 02:59:24 -0800
34600              Message-ID: <lrmzwrae0j.fsf_-_@caliper.activestate.com>
34601      Branch: perl
34602            ! utf8.h
34603 ____________________________________________________________________________
34604 [ 23631] By: rgs                                   on 2004/12/09  16:03:01
34605         Log: Subject: [PATCH] :encoding(utf8) broken in perl-5.8.6
34606              From: Gisle Aas <gisle@ActiveState.com>
34607              Date: 03 Dec 2004 06:09:19 -0800
34608              Message-ID: <lrllcfeank.fsf_-_@caliper.activestate.com>
34609      Branch: perl
34610            ! ext/PerlIO/t/encoding.t
34611 ____________________________________________________________________________
34612 [ 23630] By: rgs                                   on 2004/12/09  15:49:07
34613         Log: Upgrade to perldoc 3.14
34614      Branch: perl
34615            ! lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm
34616 ____________________________________________________________________________
34617 [ 23629] By: rgs                                   on 2004/12/09  09:57:42
34618         Log: Fix test to cope with the previous h2ph change.
34619      Branch: perl
34620            ! t/lib/h2ph.pht
34621 ____________________________________________________________________________
34622 [ 23628] By: rgs                                   on 2004/12/08  16:50:30
34623         Log: Subject: [perl #32962] h2ph - use of local() in generated code
34624              From: Peter.Dintelmann@dresdner-bank.com (via RT)
34625              Date: 8 Dec 2004 15:49:32 -0000
34626              Message-ID: <rt-3.0.11-32962-102394.11.065973521948@perl.org>
34627      Branch: perl
34628            ! utils/h2ph.PL
34629 ____________________________________________________________________________
34630 [ 23627] By: rgs                                   on 2004/12/08  16:19:38
34631         Log: Subject: [PATCH] Re: [perl #32949] FileCache only works in "main" package
34632              From: "Jos I. Boumans" <kane@xs4all.net>
34633              Date: Wed, 8 Dec 2004 14:24:19 +0100
34634              Message-Id: <7728A4F5-491C-11D9-9CA3-000A95EF62E2@xs4all.net>
34635      Branch: perl
34636            + lib/FileCache/t/06export.t
34637            ! MANIFEST lib/FileCache.pm
34638 ____________________________________________________________________________
34639 [ 23626] By: nicholas                              on 2004/12/07  23:39:46
34640         Log: Avoid getting the stash name twice (at least visually, if not also
34641              in the generated code)
34642      Branch: perl
34643            ! sv.c
34644 ____________________________________________________________________________
34645 [ 23624] By: rgs                                   on 2004/12/07  18:26:48
34646         Log: Upgrade to Encode 2.09
34647      Branch: perl
34648            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
34649            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.xs
34650            ! ext/Encode/t/Encode.t ext/Encode/t/fallback.t
34651 ____________________________________________________________________________
34652 [ 23623] By: nicholas                              on 2004/12/07  15:27:09
34653         Log: Revert part of the change to gv_fullname4(), as the change seems to
34654              be fractionally slower. Re-investigation prompted by a comment from
34655              Tim Bunce, who seems to be more on the ball than I am.
34656      Branch: perl
34657            ! gv.c
34658 ____________________________________________________________________________
34659 [ 23622] By: steveh                                on 2004/12/07  10:50:26
34660         Log: Update AUTHORS (for changes #23200 and #23621)
34661      Branch: perl
34662            ! AUTHORS
34663 ____________________________________________________________________________
34664 [ 23621] By: steveh                                on 2004/12/07  10:35:59
34665         Log: Updates to README.win32 (aka perlwin32), with some changes.
34666
34667              Subject: Patch to README.win32 distributed with 5.8.6 for building under .net / MSVC7 (free)
34668              From: Max Maischein <corion@corion.net>
34669              Date: Sun, 05 Dec 2004 19:39:40 +0100
34670              Message-ID: <41B355EC.9010505@corion.net>
34671      Branch: perl
34672            ! README.win32
34673 ____________________________________________________________________________
34674 [ 23620] By: rgs                                   on 2004/12/06  22:22:11
34675         Log: Upgrade to Term::ANSIColor 1.09
34676      Branch: perl
34677            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
34678            ! lib/Term/ANSIColor/README lib/Term/ANSIColor/test.pl
34679 ____________________________________________________________________________
34680 [ 23619] By: rgs                                   on 2004/12/06  21:54:55
34681         Log: Small addition to perlsec by Stas Bekman.
34682      Branch: perl
34683            ! pod/perlsec.pod
34684 ____________________________________________________________________________
34685 [ 23618] By: steveh                                on 2004/12/06  15:54:30
34686         Log: Fix another Win32 breakage caused by change 23554
34687      Branch: perl
34688            ! t/win32/system.t
34689 ____________________________________________________________________________
34690 [ 23617] By: nicholas                              on 2004/12/06  15:35:39
34691         Log: Break out setting $^X into its own static function S_set_caret_X
34692      Branch: perl
34693            ! perl.c
34694 ____________________________________________________________________________
34695 [ 23616] By: steveh                                on 2004/12/06  14:42:32
34696         Log: Fix typo from change 23554 which screwed up Windows smokes
34697      Branch: perl
34698            ! win32/Makefile
34699 ____________________________________________________________________________
34700 [ 23615] By: nicholas                              on 2004/12/06  14:39:59
34701         Log: sanity check the arguments to runperl(), to try to avoid it
34702              hanging waiting on STDIN for a script.
34703      Branch: perl
34704            ! t/test.pl
34705 ____________________________________________________________________________
34706 [ 23614] By: nicholas                              on 2004/12/06  13:41:45
34707         Log: Remove spurious semicolons
34708              (As these 2 are spare, I guess I should send them to Mark Rhodes
34709              (former office mate) as he often said that he kept mislaying his)
34710      Branch: perl
34711            ! gv.h
34712 ____________________________________________________________________________
34713 [ 23613] By: nicholas                              on 2004/12/06  13:10:24
34714         Log: Tests for Config.pm much better now - toDONE
34715      Branch: perl
34716            ! pod/perltodo.pod
34717 ____________________________________________________________________________
34718 [ 23612] By: nicholas                              on 2004/12/06  13:01:36
34719         Log: Turn gv_fullname3 and gv_efullname3 into macros that call
34720              gv_fullname4 and gv_efullname4 directly, saving overhead.
34721      Branch: perl
34722            ! embed.fnc embed.h gv.h proto.h
34723 ____________________________________________________________________________
34724 [ 23611] By: merijn                                on 2004/12/06  12:00:10
34725         Log: New Itanium servers
34726      Branch: perl
34727            ! README.hpux
34728 ____________________________________________________________________________
34729 [ 23610] By: nicholas                              on 2004/12/06  10:35:00
34730         Log: Check that @INC entries and %Config path entries are consistent.
34731      Branch: perl
34732            ! lib/Config.t
34733 ____________________________________________________________________________
34734 [ 23609] By: nicholas                              on 2004/12/03  22:17:32
34735         Log: gv_fullname4() can get rid of the main:: for us.
34736              (well, actually, it never puts it in)
34737      Branch: perl
34738            ! op.c
34739 ____________________________________________________________________________
34740 [ 23608] By: rgs                                   on 2004/12/03  21:51:45
34741         Log: $foo::_ was wrongly forced as $main::_.
34742              Since we still want "our $_" to be always forced to $main::_,
34743              deplace the forcing code at our-pad allocation time.
34744              (Making execution probably a tiny bit faster)
34745      Branch: perl
34746            ! gv.c op.c t/op/mydef.t
34747 ____________________________________________________________________________
34748 [ 23607] By: nicholas                              on 2004/12/03  20:38:37
34749         Log: Remove double checking of acceptable switches on tr/// ops.
34750      Branch: perl
34751            ! toke.c
34752 ____________________________________________________________________________
34753 [ 23606] By: nicholas                              on 2004/12/03  20:07:31
34754         Log: use (c == '$' || c == '@' || c == '%') instead of strchr("$@%", c)
34755              The latter gives larger code, is less clear and can't be any faster
34756      Branch: perl
34757            ! perl.c toke.c
34758 ____________________________________________________________________________
34759 [ 23605] By: nicholas                              on 2004/12/03  18:56:31
34760         Log: Small code tidy up in gv_fullname4
34761      Branch: perl
34762            ! gv.c
34763 ____________________________________________________________________________
34764 [ 23604] By: nicholas                              on 2004/12/03  18:26:43
34765         Log: There are clearer ways of saying m/^[ab]$/ than strchr("ab", c)
34766              They seem to produce slightly smaller object code too.
34767      Branch: perl
34768            ! gv.c
34769 ____________________________________________________________________________
34770 [ 23603] By: nicholas                              on 2004/12/03  17:02:43
34771         Log: Fix a typo in an assert(). It helps to compile with -DDEBUGGING
34772      Branch: perl
34773            ! perl.c
34774 ____________________________________________________________________________
34775 [ 23602] By: nicholas                              on 2004/12/03  15:50:15
34776         Log: Pull out the duplicateded push @INC, $_ if -e $_ code from
34777              S_pushinc into a new function S_pushinc_if_exists
34778              Avoid the SV copy when pushing onto @INC by creating a new scratch
34779              SV each time a push is done.
34780      Branch: perl
34781            ! perl.c
34782 ____________________________________________________________________________
34783 [ 23601] By: nicholas                              on 2004/12/02  22:35:34
34784         Log: Subject: [PATCH] configure.com: no more CONFIG=true
34785              From: "Craig A. Berry" <craigberry@mac.com>
34786              Message-ID: <41AF87BA.1080108@mac.com>
34787              Date: Thu, 02 Dec 2004 15:23:06 -0600
34788      Branch: perl
34789            ! configure.com
34790 ____________________________________________________________________________
34791 [ 23598] By: nicholas                              on 2004/12/01  23:13:32
34792         Log: 2 new BeOS files were missing
34793      Branch: perl
34794            ! MANIFEST
34795 ____________________________________________________________________________
34796 [ 23592] By: nicholas                              on 2004/12/01  18:54:14
34797         Log: Subject: [PATCH] Makefile.SH: de-parallelise mktables
34798              From: Jarkko Hietaniemi <jhi@iki.fi>
34799              Message-ID: <41ADFD95.4030007@iki.fi>
34800              Date: Wed, 01 Dec 2004 19:21:25 +0200
34801      Branch: perl
34802            ! Makefile.SH
34803 ____________________________________________________________________________
34804 [ 23588] By: nicholas                              on 2004/12/01  16:52:45
34805         Log: &test in constant.t is vestigial, so amputate it.
34806      Branch: perl
34807            ! lib/constant.t
34808 ____________________________________________________________________________
34809 [ 23587] By: nicholas                              on 2004/12/01  16:35:10
34810         Log: Tidy up the reference name stringification to save getting the
34811              hash name twice. Pleasant side effect is 44 byte smaller object
34812              file. (A small win is still a win)
34813      Branch: perl
34814            ! sv.c
34815 ____________________________________________________________________________
34816 [ 23584] By: merijn                                on 2004/12/01  13:44:24
34817         Log: Subject: [perl #32717] BeOS specific Updates
34818              Date: 30 Nov 2004 15:38:32 -0000
34819              From: Ingo Weinhold (via RT) <perlbug-followup@perl.org>
34820              Message-ID: <rt-3.0.11-32717-101307.19.7097750538509@perl.org>
34821      Branch: perl
34822            + beos/beos_flock_server.cpp beos/beos_flock_server.h
34823            ! beos/beos.c beos/beosish.h ext/Errno/Errno_pm.PL
34824            ! ext/File/Glob/t/basic.t hints/beos.sh lib/ExtUtils/t/MM_BeOS.t
34825            ! lib/Tie/File/t/16_handle.t perl.c t/op/magic.t
34826 ____________________________________________________________________________
34827 [ 23583] By: merijn                                on 2004/12/01  13:29:18
34828         Log: Subject: [PATCH] add -I../lib to VMS build to find Config_heavy.pl
34829              Date: Wed, 01 Dec 2004 07:24:45 -0600
34830              From: "Craig A. Berry" <craigberry@mac.com>
34831              Message-ID: <41ADC61D.8010407@mac.com>
34832      Branch: perl
34833            ! vms/descrip_mms.template
34834 ____________________________________________________________________________
34835 [ 23581] By: rgs                                   on 2004/12/01  13:01:55
34836         Log: MANIFEST.SKIP is missing from the list of files that come
34837              with MakeMaker
34838      Branch: perl
34839            ! Porting/Maintainers.pl
34840 ____________________________________________________________________________
34841 [ 23577] By: nicholas                              on 2004/11/30  16:40:06
34842         Log: Add placeholders for the new strlcat and strlcpy entries in
34843              config.sh, to ensure that the config.h generated for cross-
34844              compilation will still work.
34845      Branch: perl
34846            ! Cross/config.sh-arm-linux
34847 ____________________________________________________________________________
34848 [ 23575] By: nicholas                              on 2004/11/30  15:32:17
34849         Log: Let pod/buildtoc resort the MANIFEST the way it wants it
34850      Branch: perl
34851            ! MANIFEST
34852 ____________________________________________________________________________
34853 [ 23574] By: nicholas                              on 2004/11/30  15:31:14
34854         Log: Add perl586delta.pod to all the necessary makefiles and tables of
34855              contents.
34856      Branch: perl
34857            ! pod.lst pod/perl.pod pod/perltoc.pod vms/descrip_mms.template
34858            ! win32/pod.mak
34859 ____________________________________________________________________________
34860 [ 23571] By: merijn                                on 2004/11/30  15:11:01
34861         Log: Subject: Re: [PATCH] Re: Smoke [5.9.2] 23566 FAIL(X) openbsd 3.6 (i386/1 cpu)
34862              Date: Tue, 30 Nov 2004 09:29:06 -0600
34863              From: Steve Peters <steve@fisharerojo.org>
34864              Message-ID: <20041130152906.GA555@mccoy.peters.homeunix.org>
34865      Branch: perl
34866            ! hints/openbsd.sh
34867 ____________________________________________________________________________
34868 [ 23570] By: nicholas                              on 2004/11/30  14:57:53
34869         Log: Integrate perlhist entries for 5.8.6 and its perldelta to blead
34870      Branch: perl
34871           +> pod/perl586delta.pod
34872            ! MANIFEST
34873           !> pod/perlhist.pod
34874 ____________________________________________________________________________
34875 [ 23568] By: rgs                                   on 2004/11/30  13:02:16
34876         Log: Protection against trailing spaces in embed.fnc
34877      Branch: perl
34878            ! autodoc.pl embed.pl
34879 ____________________________________________________________________________
34880 [ 23567] By: rgs                                   on 2004/11/30  12:57:30
34881         Log: Remove trailing whitespace that found their way in the docs
34882              (spotted by Stas Bekman)
34883      Branch: perl
34884            ! embed.fnc pod/perlapi.pod proto.h
34885 ____________________________________________________________________________
34886 [ 23566] By: rgs                                   on 2004/11/29  12:30:31
34887         Log: Upgrade to Test::Simple 0.53
34888      Branch: perl
34889            + lib/Test/Simple/t/circular_data.t
34890            + lib/Test/Simple/t/overload_threads.t
34891            + lib/Test/Simple/t/plan_bad.t
34892            + lib/Test/Simple/t/plan_shouldnt_import.t
34893            + lib/Test/Simple/t/require_ok.t lib/Test/Simple/t/sort_bug.t
34894            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
34895            ! lib/Test/Simple.pm lib/Test/Simple/Changes
34896            ! lib/Test/Simple/README lib/Test/Simple/TODO
34897            ! lib/Test/Simple/t/00signature.t lib/Test/Simple/t/More.t
34898            ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/fail_one.t
34899            ! lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/overload.t
34900            ! lib/Test/Simple/t/todo.t t/lib/TieOut.pm
34901 ____________________________________________________________________________
34902 [ 23564] By: nicholas                              on 2004/11/28  16:13:56
34903         Log: Skip generating all the code to deal with "" strings in config.sh
34904              if there aren't any. '' only code is much simpler.
34905      Branch: perl
34906            ! configpm
34907 ____________________________________________________________________________
34908 [ 23563] By: nicholas                              on 2004/11/28  15:00:15
34909         Log: Given that there is a pre-built cache, no need for @v_fast
34910      Branch: perl
34911            ! configpm
34912 ____________________________________________________________________________
34913 [ 23562] By: nicholas                              on 2004/11/28  13:56:30
34914         Log: The byteorder code doesn't need to be in Config.pm if byteorder
34915              isn't actually a frequently looked up value.
34916      Branch: perl
34917            ! configpm
34918 ____________________________________________________________________________
34919 [ 23561] By: nicholas                              on 2004/11/28  13:20:39
34920         Log: Need to stub the public functions to keep some existing code
34921              working.
34922              No need to keep $Config_SH around in memory when we can easily
34923              re-create it.
34924      Branch: perl
34925            ! configpm
34926 ____________________________________________________________________________
34927 [ 23558] By: nicholas                              on 2004/11/27  23:06:41
34928         Log: Generate the precached %Config entries based on some empirical
34929              data, rather than just guesswork.
34930      Branch: perl
34931            ! Makefile.SH configpm
34932 ____________________________________________________________________________
34933 [ 23557] By: nicholas                              on 2004/11/27  21:26:42
34934         Log: Subject: [PATCH] Re: getting Config.pm on a diet
34935              From: "Craig A. Berry" <craigberry@mac.com>
34936              Message-ID: <41A8F225.7080902@mac.com>
34937              Date: Sat, 27 Nov 2004 15:31:17 -0600
34938      Branch: perl
34939            ! vms/descrip_mms.template
34940 ____________________________________________________________________________
34941 [ 23555] By: nicholas                              on 2004/11/27  17:28:47
34942         Log: Hateful cAsE iNsEnSiTiVe file systems
34943      Branch: perl
34944            ! configpm
34945 ____________________________________________________________________________
34946 [ 23554] By: nicholas                              on 2004/11/27  16:56:35
34947         Log: Put Config.pm on a diet. 3K rather than 32K
34948              configpm now generates 2 files, a small Config.pm containing the
34949              commonly used functions and values, which AUTOLOADs a
34950              Config_heavy.pl containing anything else needed.
34951              The "common" values in the small Config.pm may need some
34952              tweaking, based on real world data.
34953      Branch: perl
34954            ! Makefile.SH configpm vms/descrip_mms.template win32/Makefile
34955            ! win32/makefile.mk
34956 ____________________________________________________________________________
34957 [ 23550] By: nicholas                              on 2004/11/27  14:43:37
34958         Log: Clarify the return values of pos, particularly 0 and undef, as
34959              suggested by Stas Bekman
34960      Branch: perl
34961            ! pod/perlfunc.pod
34962 ____________________________________________________________________________
34963 [ 23549] By: nicholas                              on 2004/11/27  14:24:21
34964         Log: Document the interaction of PERL_USE_SAVE_PUTENV and
34965              PL_use_safe_putenv, based on text by Stas Bekman
34966      Branch: perl
34967            ! INSTALL
34968 ____________________________________________________________________________
34969 [ 23548] By: rgs                                   on 2004/11/26  17:20:46
34970         Log: Subject: [perl #32639] [PATCH] Bug in Term::Complete Module with $_ Usage
34971              From: "Steve Peters via RT" <perlbug-followup@perl.org>
34972              Date: 26 Nov 2004 17:14:33 -0000
34973              Message-ID: <rt-3.0.11-32639-101066.11.6172971744206@perl.org>
34974      Branch: perl
34975            ! lib/Term/Complete.pm
34976 ____________________________________________________________________________
34977 [ 23547] By: rgs                                   on 2004/11/26  15:16:59
34978         Log: Freak out if h2ph has to translate a macro that    contains assembly code.
34979
34980              Subject: [PATCH] h2ph vs __asm__
34981              From: Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
34982              Date: Thu, 25 Nov 2004 17:24:43 +0100
34983              Message-ID: <20041125172443.757a4833@dhcp123.mandrakesoft.com>
34984      Branch: perl
34985            ! utils/h2ph.PL
34986 ____________________________________________________________________________
34987 [ 23546] By: rgs                                   on 2004/11/26  15:07:47
34988         Log: Doc nit for B::Lint
34989              Subject: [PATCH] B::Lint
34990              From: Andy Lester <andy@petdance.com>
34991              Date: Fri, 26 Nov 2004 00:30:48 -0600
34992              Message-ID: <20041126063048.GA10161@petdance.com>
34993      Branch: perl
34994            ! ext/B/B/Lint.pm
34995 ____________________________________________________________________________
34996 [ 23545] By: nicholas                              on 2004/11/26  12:33:34
34997         Log: The change to the internal representation introduced a bug whereby
34998              the key returned by FIRSTKEY had an erroneous leading newline.
34999              EXISTS was also buggy.
35000      Branch: perl
35001            ! configpm lib/Config.t
35002 ____________________________________________________________________________
35003 [ 23544] By: nicholas                              on 2004/11/26  11:29:21
35004         Log: Make configpm and the generated Config.pm strict and warnings
35005              clean.
35006      Branch: perl
35007            ! configpm
35008 ____________________________________________________________________________
35009 [ 23543] By: steveh                                on 2004/11/26  10:56:12
35010         Log: Fix Win32 breakage caused by changes 23535/23542.
35011      Branch: perl
35012            ! lib/Config.t
35013 ____________________________________________________________________________
35014 [ 23542] By: nicholas                              on 2004/11/25  23:41:05
35015         Log: Generate the virtual entries at Config.pm build time, as they
35016              don't change. This lets us get rid of the entire "fetch_virtual"
35017              baggage, and makes the config_re lookup work for the virtual
35018              entries.
35019      Branch: perl
35020            ! configpm lib/Config.t
35021 ____________________________________________________________________________
35022 [ 23541] By: nicholas                              on 2004/11/25  22:50:15
35023         Log: Cheat. (Add a leading newline, and so remove all the special
35024              casing for "if we're at the start of $Config_SH")
35025      Branch: perl
35026            ! configpm lib/Config.t
35027 ____________________________________________________________________________
35028 [ 23538] By: nicholas                              on 2004/11/25  21:37:23
35029         Log: Add an exists test for the things we loop over
35030      Branch: perl
35031            ! lib/Config.t
35032 ____________________________________________________________________________
35033 [ 23537] By: nicholas                              on 2004/11/25  21:33:23
35034         Log: The first entry in the virtual config.sh is special cased. So
35035              test it.
35036      Branch: perl
35037            ! lib/Config.t
35038 ____________________________________________________________________________
35039 [ 23536] By: nicholas                              on 2004/11/25  21:00:56
35040         Log: Make $Config{libs_nolargefiles} and
35041              $Config{libswanted_nolargefiles} work. (For the first time)
35042      Branch: perl
35043            ! configpm lib/Config.t
35044 ____________________________________________________________________________
35045 [ 23535] By: nicholas                              on 2004/11/25  20:10:43
35046         Log: Test the currently working virtual %Config entries
35047      Branch: perl
35048            ! lib/Config.t
35049 ____________________________________________________________________________
35050 [ 23534] By: rgs                                   on 2004/11/24  16:09:42
35051         Log: Subject: RC1 pod fix #anchor
35052              From: Stas Bekman <stas@stason.org>
35053              Date: Wed, 24 Nov 2004 10:57:21 -0500
35054              Message-ID: <41A4AF61.9080408@stason.org>
35055      Branch: perl
35056            ! pod/perlrun.pod
35057 ____________________________________________________________________________
35058 [ 23533] By: rgs                                   on 2004/11/24  16:07:38
35059         Log: Subject: [patch pod/perlipc] use POSIX; w/o () is a bad idea
35060              From: Stas Bekman <stas@stason.org>
35061              Date: Wed, 24 Nov 2004 11:25:14 -0500
35062              Message-ID: <41A4B5EA.3020804@stason.org>
35063      Branch: perl
35064            ! pod/perlipc.pod
35065 ____________________________________________________________________________
35066 [ 23532] By: rgs                                   on 2004/11/24  14:47:31
35067         Log: Subject: [perl #3242] [PATCH]No error on assignment to $>
35068              From: "Steve Peters via RT" <perlbug-followup@perl.org>
35069              Date: 21 Nov 2004 04:38:09 -0000
35070              Message-ID: <rt-3.0.11-3242-100676.6.32723019025057@perl.org>
35071      Branch: perl
35072            ! pod/perlvar.pod
35073 ____________________________________________________________________________
35074 [ 23531] By: nicholas                              on 2004/11/24  11:50:28
35075         Log: Wrap some long lines
35076      Branch: perl
35077            ! lib/Config.t
35078 ____________________________________________________________________________
35079 [ 23528] By: rgs                                   on 2004/11/23  13:35:34
35080         Log: Fix for bug: [perl #32562] __PACKAGE__ symbol has wrong value
35081              after eval or require
35082      Branch: perl
35083            ! t/comp/package.t toke.c
35084 ____________________________________________________________________________
35085 [ 23527] By: rgs                                   on 2004/11/23  10:20:02
35086         Log: Subject: Re: [perl #32486] error in documentation for POSIX::pipe
35087              From: Michael G Schwern <schwern@pobox.com>
35088              Date: Fri, 19 Nov 2004 14:28:56 -0500
35089              Message-ID: <20041119192856.GA4769@windhund.schwern.org>
35090      Branch: perl
35091            ! ext/POSIX/POSIX.pod
35092 ____________________________________________________________________________
35093 [ 23526] By: rgs                                   on 2004/11/23  09:26:03
35094         Log: Subject: [perl #3422] [PATCH] CHECK routine called after syntax error
35095              From: "Steve Peters via RT" <perlbug-followup@perl.org>
35096              Date: 23 Nov 2004 00:04:24 -0000
35097              Message-ID: <rt-3.0.11-3422-100830.4.45764701781506@perl.org>
35098      Branch: perl
35099            ! ext/B/B/Deparse.pm
35100 ____________________________________________________________________________
35101 [ 23525] By: rgs                                   on 2004/11/23  09:09:57
35102         Log: Subject: [PATCH] warnings.t portability tweaks
35103              From: "Craig A. Berry" <craigberry@mac.com>
35104              Date: Sat, 20 Nov 2004 10:29:47 -0600
35105              Message-ID: <419F70FB.7000100@mac.com>
35106      Branch: perl
35107            ! t/lib/warnings/9uninit t/lib/warnings/perlio
35108 ____________________________________________________________________________
35109 [ 23523] By: nicholas                              on 2004/11/20  22:17:18
35110         Log: Assimilate Test-Simple 0.50
35111      Branch: perl
35112            + lib/Test/Simple/TODO lib/Test/Simple/t/00signature.t
35113            + lib/Test/Simple/t/00test_harness_check.t
35114            + lib/Test/Simple/t/eq_set.t lib/Test/Simple/t/extra_one.t
35115            + lib/Test/Simple/t/fail_one.t
35116            + lib/Test/Simple/t/harness_active.t lib/Test/Simple/t/no_diag.t
35117            + lib/Test/Simple/t/overload.t lib/Test/Simple/t/reset.t
35118            + lib/Test/Simple/t/thread_taint.t t/lib/NoExporter.pm
35119            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
35120            ! lib/Test/Simple.pm lib/Test/Simple/Changes
35121            ! lib/Test/Simple/README lib/Test/Simple/t/More.t
35122            ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/extra.t
35123            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
35124            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/has_plan2.t
35125            ! lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/missing.t
35126            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/plan_is_noplan.t
35127            ! lib/Test/Simple/t/plan_no_plan.t lib/Test/Simple/t/threads.t
35128            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/use_ok.t
35129            ! lib/Test/Tutorial.pod t/lib/Test/Simple/Catch.pm
35130            ! t/lib/TieOut.pm
35131 ____________________________________________________________________________
35132 [ 23520] By: nicholas                              on 2004/11/20  14:21:28
35133         Log: genuine possible buffer problems spotted by flawfinder
35134      Branch: perl
35135            ! regcomp.c util.c
35136 ____________________________________________________________________________
35137 [ 23519] By: rgs                                   on 2004/11/19  14:48:35
35138         Log: Make "err" a weak keyword;
35139              that is, it will be overriden by any sub named "err", except when
35140              really an operator is expected at this point. ([perl #32347])
35141      Branch: perl
35142            ! t/op/dor.t toke.c
35143 ____________________________________________________________________________
35144 [ 23518] By: rgs                                   on 2004/11/19  09:22:33
35145         Log: Subject: [perl #32486] error in documentation for POSIX::pipe
35146              From: chris@ex-parrot.com (via RT) <perlbug-followup@perl.org>
35147              Date: 18 Nov 2004 18:09:54 -0000
35148              Message-ID: <rt-3.0.11-32486-100537.1.04456486825399@perl.org>
35149      Branch: perl
35150            ! ext/POSIX/POSIX.pod
35151 ____________________________________________________________________________
35152 [ 23517] By: nicholas                              on 2004/11/18  23:32:20
35153         Log: Bump version number
35154      Branch: perl
35155            ! lib/ExtUtils/Constant.pm
35156 ____________________________________________________________________________
35157 [ 23516] By: rgs                                   on 2004/11/18  22:06:21
35158         Log: Remaining nit in the deparsing of reversed foreach loops
35159      Branch: perl
35160            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
35161 ____________________________________________________________________________
35162 [ 23514] By: rgs                                   on 2004/11/18  18:01:52
35163         Log: Fix deparsing of reversed foreach loops,
35164              plus a bug in the previous commit
35165      Branch: perl
35166            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
35167 ____________________________________________________________________________
35168 [ 23513] By: rgs                                   on 2004/11/18  17:25:19
35169         Log: Fix deparsing of reversed sort and descending sorts,
35170              due to the recent optimisations on this part of the optree.
35171      Branch: perl
35172            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
35173 ____________________________________________________________________________
35174 [ 23510] By: rgs                                   on 2004/11/17  10:41:56
35175         Log: Subject: [perl #28929] File::Find follow_fast => 1 loses dangling symlink
35176              From: "Steve Peters via RT" <perlbug-followup@perl.org>
35177              Date: 12 Nov 2004 02:47:36 -0000
35178              Message-ID: <rt-3.0.11-28929-100158.11.3214775505644@perl.org>
35179      Branch: perl
35180            ! lib/File/Find.pm lib/File/Find/t/find.t
35181 ____________________________________________________________________________
35182 [ 23509] By: rgs                                   on 2004/11/17  10:22:52
35183         Log: PerlFAQ sync.
35184      Branch: perl
35185            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq6.pod
35186            ! pod/perlfaq7.pod
35187 ____________________________________________________________________________
35188 [ 23508] By: rgs                                   on 2004/11/17  10:14:58
35189         Log: Fix a couple of typos.
35190      Branch: perl
35191            ! hv.c utf8.c
35192 ____________________________________________________________________________
35193 [ 23507] By: rgs                                   on 2004/11/17  10:11:20
35194         Log: Subject: SuSE's perl safe_putenf diff
35195              From: Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
35196              Date: Thu, 11 Nov 2004 15:54:43 +0100
35197              Message-ID: <20041111145443.GA1854@immd4.informatik.uni-erlangen.de>
35198
35199              slightly reworked to make the PL_use_safe_putenv variable fit in
35200              the current framework. This patch turns on the use of safe putenv
35201              for any application that embeds a perl interpreter.
35202      Branch: perl
35203            ! embedvar.h mg.c miniperlmain.c perl.c perlapi.h perlvars.h
35204            ! util.c
35205 ____________________________________________________________________________
35206 [ 23506] By: rgs                                   on 2004/11/17  08:57:17
35207         Log: Subject: [PATCH] perl5db.pl POD cleanup
35208              From: Autrijus Tang <autrijus@autrijus.org>
35209              Date: Fri, 12 Nov 2004 12:41:33 +0800
35210              Message-ID: <20041112044133.GA92924@aut.dyndns.org>
35211      Branch: perl
35212            ! lib/perl5db.pl
35213 ____________________________________________________________________________
35214 [ 23505] By: rgs                                   on 2004/11/17  08:31:39
35215         Log: Subject: [PATCH 5.8.x] Allow more tries for t/op/time.t test 2.
35216              From: Andy Dougherty <doughera@lafayette.edu>
35217              Date: Tue, 16 Nov 2004 12:11:00 -0500 (EST)
35218              Message-ID: <Pine.SOL.4.58.0411161149170.5639@maxwell.phys.lafayette.edu>
35219      Branch: perl
35220            ! t/op/time.t
35221 ____________________________________________________________________________
35222 [ 23501] By: steveh                                on 2004/11/16  10:55:20
35223         Log: Make all scripts run by regen.pl write output with UNIX style EOL's.
35224
35225              (autodoc.pl was already done by change 23371.)
35226      Branch: perl
35227            ! bytecode.pl embed.pl keywords.pl opcode.pl regcomp.pl
35228            ! warnings.pl
35229 ____________________________________________________________________________
35230 [ 23500] By: merijn                                on 2004/11/16  10:49:35
35231         Log: Subject: [PATCH] s/hierachy/hierarchy/
35232              Date: Mon, 15 Nov 2004 15:59:14 -0700
35233              From: "Larry Shatzer Jr." <larrysh@cpan.org>
35234              Message-ID: <20041115225913.GA22373@zippy.zyx.net>
35235      Branch: perl
35236            ! ext/B/B.pm ext/Time/HiRes/Makefile.PL perlio.h
35237 ____________________________________________________________________________
35238 [ 23499] By: steveh                                on 2004/11/16  09:42:50
35239         Log: Fix Win32 breakage caused by changes to op.c in change 23433.
35240
35241              Also limit the scope of the locks in a couple of places, as suggested
35242              by Hugo in http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-11/msg00286.html.
35243      Branch: perl
35244            ! embed.fnc embed.h global.sym op.c op.h proto.h regcomp.c
35245 ____________________________________________________________________________
35246 [ 23498] By: merijn                                on 2004/11/14  07:02:20
35247         Log: Subject: [PATCH] Add the minitest target to vms buildsystem
35248              From: Abe Timmerman <abe@ztreet.demon.nl>
35249              Date: Sun, 14 Nov 2004 00:48:17 +0100
35250              Message-Id: <200411140048.17035.abe@ztreet.demon.nl>
35251      Branch: perl
35252            ! vms/descrip_mms.template vms/test.com
35253 ____________________________________________________________________________
35254 [ 23497] By: rgs                                   on 2004/11/12  21:11:48
35255         Log: Subject: [perl #32400] Unnecessary warning from constant.pm
35256              From: Anno Siegel (via RT) <perlbug-followup@perl.org>
35257              Date: 10 Nov 2004 18:30:38 -0000
35258              Message-ID: <rt-3.0.11-32400-100099.4.31094423840584@perl.org>
35259      Branch: perl
35260            ! lib/constant.pm lib/constant.t
35261 ____________________________________________________________________________
35262 [ 23496] By: merijn                                on 2004/11/12  20:47:19
35263         Log: Subject: [perl #32419] Spelling fixes for perl@23492
35264              Date: 12 Nov 2004 16:14:49 -0000
35265              From: Richard Soderberg (via RT) <perlbug-followup@perl.org>
35266              Message-ID: <rt-3.0.11-32419-100173.13.0717895191322@perl.org>
35267      Branch: perl
35268            ! pod/perl573delta.pod pod/perl58delta.pod pod/perl590delta.pod
35269            ! pod/perl591delta.pod pod/perl592delta.pod pod/perlapi.pod
35270            ! pod/perlapio.pod pod/perldata.pod pod/perldebtut.pod
35271            ! pod/perlipc.pod pod/perlport.pod pod/perlre.pod
35272            ! pod/perlretut.pod pod/perlrun.pod pod/perlsub.pod
35273            ! pod/perlthrtut.pod pod/perltodo.pod pod/perltooc.pod
35274 ____________________________________________________________________________
35275 [ 23495] By: merijn                                on 2004/11/12  20:26:17
35276         Log: Subject: [PATCH] Small documentation fix to ExtUtils::Constant
35277              Date: Fri, 12 Nov 2004 11:15:47 -0600
35278              From: steve@fisharerojo.org
35279              Message-ID: <20041112171547.GA8011@kirk.dsl-verizon.net>
35280      Branch: perl
35281            ! lib/ExtUtils/Constant.pm
35282 ____________________________________________________________________________
35283 [ 23494] By: davem                                 on 2004/11/12  18:59:06
35284         Log: Add some descriptive text from Larry to op.c on how optrees are built
35285      Branch: perl
35286            ! op.c
35287 ____________________________________________________________________________
35288 [ 23492] By: rgs                                   on 2004/11/10  09:32:39
35289         Log: Replace a skip by a todo.
35290              Subject: Re: [PATCH] Re: [perl #32272] Not OK: perl v5.8.5 +MAINT23414 on cygwin-thread-multi-64int 1.5.12s(0.11642) (UNINSTALLED)
35291              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
35292              Date: Wed, 10 Nov 2004 01:30:14 -0800
35293              Message-ID: <20041110093014.GA1676@efn.org>
35294      Branch: perl
35295            ! t/io/tell.t
35296 ____________________________________________________________________________
35297 [ 23491] By: rgs                                   on 2004/11/10  07:40:31
35298         Log: Subject: [PATCH] Re: [perl #32272] Not OK: perl v5.8.5 +MAINT23414 on cygwin-thread-multi-64int 1.5.12s(0.11642) (UNINSTALLED)
35299              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
35300              Date: Tue, 9 Nov 2004 17:40:13 -0800
35301              Message-ID: <20041110014012.GA2796@efn.org>
35302      Branch: perl
35303            ! t/io/tell.t
35304 ____________________________________________________________________________
35305 [ 23490] By: rgs                                   on 2004/11/09  18:17:07
35306         Log: Adjust test count for non-windows machines
35307      Branch: perl
35308            ! ext/IO/t/io_file.t
35309 ____________________________________________________________________________
35310 [ 23489] By: merijn                                on 2004/11/09  17:53:53
35311         Log: Subject: [PATCH] fix IO::File to support binmode
35312              From: "Jos I. Boumans" <kane@dwim.org>
35313              Date: Tue, 9 Nov 2004 16:59:27 +0100
35314              Message-Id: <559E356E-3268-11D9-A2E6-000A95EF62E2@dwim.org>
35315      Branch: perl
35316            + ext/IO/t/io_file.t
35317            ! MANIFEST ext/IO/lib/IO/File.pm
35318 ____________________________________________________________________________
35319 [ 23487] By: nicholas                              on 2004/11/08  20:27:42
35320         Log: No more late changes, dammit
35321      Branch: perl
35322            ! ext/B/t/optree_concise.t
35323 ____________________________________________________________________________
35324 [ 23485] By: rgs                                   on 2004/11/08  08:38:03
35325         Log: Subject: Re: optree tests and VMS progress (no really)
35326              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
35327              Date: Sun, 7 Nov 2004 23:24:15 -0800
35328              Message-ID: <20041108072415.GA3928@efn.org>
35329      Branch: perl
35330            ! ext/B/t/OptreeCheck.pm
35331 ____________________________________________________________________________
35332 [ 23482] By: davem                                 on 2004/11/06  11:59:16
35333         Log: document regcomp.c/regexec.c's dual life under ext/re/
35334      Branch: perl
35335            ! regcomp.c regexec.c
35336 ____________________________________________________________________________
35337 [ 23481] By: nicholas                              on 2004/11/06  08:48:50
35338         Log: Subject: Re: optree tests and VMS progress (no really)
35339              From: Jim Cromie <jim.cromie@gmail.com>
35340              Message-ID: <cfe85dfa041105235723398fe2@mail.gmail.com>
35341              Date: Sat, 6 Nov 2004 00:57:13 -0700
35342      Branch: perl
35343            ! ext/B/t/OptreeCheck.pm ext/B/t/optree_check.t
35344            ! ext/B/t/optree_concise.t
35345 ____________________________________________________________________________
35346 [ 23475] By: merijn                                on 2004/11/05  14:16:27
35347         Log: Subject: Re: Buidling stable.tar.gz on Unix as non-root [PATCH]
35348              Date: Fri, 5 Nov 2004 10:36:57 -0500 (EST)
35349              From: Andy Dougherty <doughera@lafayette.edu>
35350              Message-ID: <Pine.SOL.4.58.0411051035020.15217@maxwell.phys.lafayette.edu>
35351      Branch: perl
35352            ! INSTALL
35353 ____________________________________________________________________________
35354 [ 23474] By: merijn                                on 2004/11/05  13:07:16
35355         Log: Skip failing thread/wait tests on HP-UX 10.20
35356              These will never ever be fixed, since 10.20 is obsolete
35357              perl583delta describes this. The quote is included in wait.t
35358      Branch: perl
35359            ! ext/threads/shared/t/wait.t
35360 ____________________________________________________________________________
35361 [ 23473] By: rgs                                   on 2004/11/05  08:47:44
35362         Log: Subject: [perl #32327] Benchmark calls coderef with spurious arguments
35363              From: Anno Siegel (via RT) <perlbug-followup@perl.org>
35364              Date: 4 Nov 2004 20:12:36 -0000
35365              Message-ID: <rt-3.0.11-32327-99325.8.9408996026507@perl.org>
35366      Branch: perl
35367            ! lib/Benchmark.pm lib/Benchmark.t
35368 ____________________________________________________________________________
35369 [ 23471] By: rgs                                   on 2004/11/04  09:26:56
35370         Log: Subject: [PATCH blead] [perl #3038] Re: $qr = qr/^a$/m; $x =~ $qr; fails
35371              From: Rick Delaney <rick@bort.ca>
35372              Date: Sun, 31 Oct 2004 22:40:40 -0500
35373              Message-ID: <20041101034040.GC1232@biff.bort.ca>
35374      Branch: perl
35375            + t/op/regexp_qr.t
35376            ! MANIFEST pp.c pp_hot.c regexec.c t/op/regexp.t
35377 ____________________________________________________________________________
35378 [ 23470] By: rgs                                   on 2004/11/04  08:25:34
35379         Log: Subject: Re: [PATCH perl-current] Re: [perl #31793] Data::Dumper: Useqq interacts badly with overloading
35380              From: Rick Delaney <rick@bort.ca>
35381              Date: Wed, 3 Nov 2004 19:46:16 -0500
35382              Message-ID: <20041104004616.GA11214@biff.bort.ca>
35383      Branch: perl
35384            ! lib/overload.pm lib/overload.t
35385 ____________________________________________________________________________
35386 [ 23469] By: rgs                                   on 2004/11/03  11:54:28
35387         Log: Mostly revert change #23347 (keep the test suite, fixed),
35388              having decided that it wasn't a correct fix for bug #31793.
35389      Branch: perl
35390            ! lib/overload.pm lib/overload.t
35391 ____________________________________________________________________________
35392 [ 23468] By: rgs                                   on 2004/11/03  07:39:04
35393         Log: Subject: Re: [perl #30633] Perl's "do" operator with a variety of absolute paths under Cygwin
35394              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
35395              Date: Tue, 2 Nov 2004 17:24:29 -0800
35396              Message-ID: <20041103012429.GA7196@efn.org>
35397      Branch: perl
35398            ! util.h
35399 ____________________________________________________________________________
35400 [ 23467] By: rgs                                   on 2004/11/03  06:38:38
35401         Log: Subject: [PATCH configure.com] Re: [PATCH]  Detecting strlcat() and strlcpy() in Configure
35402              From: "Craig A. Berry" <craigberry@mac.com>
35403              Date: Tue, 02 Nov 2004 20:02:04 -0600
35404              Message-ID: <41883C1C.3080108@mac.com>
35405      Branch: perl
35406            ! configure.com
35407 ____________________________________________________________________________
35408 [ 23466] By: rgs                                   on 2004/11/02  12:33:57
35409         Log: FAQ sync
35410      Branch: perl
35411            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
35412            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
35413            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
35414            ! pod/perlfaq9.pod
35415 ____________________________________________________________________________
35416 [ 23465] By: rgs                                   on 2004/11/02  08:18:15
35417         Log: Reformulate an error
35418              (so the error message given by "perl -M" is a bit more
35419              meaningful, as Jarkko pointed out)
35420      Branch: perl
35421            ! perl.c pod/perldiag.pod
35422 ____________________________________________________________________________
35423 [ 23457] By: merijn                                on 2004/11/01  13:26:43
35424         Log: New Glossary and samples for blead
35425              Glossary now is in line with recent changes to config_h.SH
35426      Branch: perl
35427            ! Porting/Glossary Porting/config.sh Porting/config_H
35428 ____________________________________________________________________________
35429 [ 23455] By: merijn                                on 2004/11/01  12:51:52
35430         Log: Since strlcat/strlcpy are not argument/return value compatible
35431              with strncat/strncpy, replace the misleading defines with comment
35432      Branch: perl
35433            ! handy.h
35434 ____________________________________________________________________________
35435 [ 23450] By: merijn                                on 2004/10/31  16:33:17
35436         Log: The next step in strlcat ()/ strcpy () detection and usage
35437              preparation. Change to handy.h eeded for config_h.SH
35438      Branch: perl
35439            ! config_h.SH handy.h
35440 ____________________________________________________________________________
35441 [ 23448] By: nicholas                              on 2004/10/31  14:37:46
35442         Log: Make TEST and harness skip tests for extensions that were not
35443              configured. Currently this skipping is silent - maybe they should
35444              report what they are skipping.
35445      Branch: perl
35446            ! t/TEST t/harness
35447 ____________________________________________________________________________
35448 [ 23446] By: nicholas                              on 2004/10/31  13:02:01
35449         Log: Subject: [patches] optree_* tests unexpectedly succeeding. + maint-only patch
35450              From: Jim Cromie <jim.cromie@gmail.com>
35451              Message-ID: <cfe85dfa04102515365f11ef10@mail.gmail.com>
35452              Date: Mon, 25 Oct 2004 16:36:40 -0600
35453      Branch: perl
35454            ! ext/B/t/optree_check.t ext/B/t/optree_varinit.t
35455 ____________________________________________________________________________
35456 [ 23445] By: nicholas                              on 2004/10/31  12:24:09
35457         Log: Set the IV values for PL_sv_yes and PL_sv_no at initialisation time.
35458      Branch: perl
35459            ! perl.c sv.c
35460 ____________________________________________________________________________
35461 [ 23444] By: nicholas                              on 2004/10/31  11:20:27
35462         Log: Skip tests if Devel::Peek not built
35463      Branch: perl
35464            ! ext/threads/shared/t/sv_refs.t ext/threads/t/end.t
35465            ! ext/threads/t/join.t lib/base/t/fields-base.t
35466 ____________________________________________________________________________
35467 [ 23443] By: nicholas                              on 2004/10/31  11:19:47
35468         Log: Assimilate PathTools 3.01 (File::Spec and Cwd)
35469      Branch: perl
35470            ! ext/Cwd/t/cwd.t lib/Cwd.pm lib/File/Spec.pm
35471            ! lib/File/Spec/VMS.pm
35472 ____________________________________________________________________________
35473 [ 23442] By: nicholas                              on 2004/10/31  11:07:57
35474         Log: Oops. Forgot to add the new test in I18N::LangTags 0.35
35475      Branch: perl
35476            + lib/I18N/LangTags/t/20_locales.t
35477 ____________________________________________________________________________
35478 [ 23441] By: nicholas                              on 2004/10/31  10:41:17
35479         Log: Correct change 23437 - as Config isn't imported, need to use a fully
35480              qualified package
35481      Branch: perl
35482            ! ext/B/t/f_map.t ext/B/t/f_sort.t ext/B/t/optree_check.t
35483            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
35484            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
35485            ! ext/B/t/optree_varinit.t
35486 ____________________________________________________________________________
35487 [ 23440] By: nicholas                              on 2004/10/31  10:40:11
35488         Log: Assimilate I18N::LangTags 0.35
35489      Branch: perl
35490            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
35491            ! lib/I18N/LangTags/List.pm lib/I18N/LangTags/README
35492 ____________________________________________________________________________
35493 [ 23439] By: nicholas                              on 2004/10/31  08:17:57
35494         Log: Subject: [PATCH] Temporary fix for usemallocwrap problems on IRIX (was Re: usemallocwrap problems on IRIX (was Re: Problem and question))
35495              Date: Sun, 31 Oct 2004 04:01:42 -0500
35496              From: Ed Allen Smith <easmith@beatrice.rutgers.edu>
35497              Message-Id: <mid+200410310901.i9V91g1Y519894@dogberry.rutgers.edu>
35498      Branch: perl
35499            ! hints/irix_6.sh
35500 ____________________________________________________________________________
35501 [ 23438] By: davem                                 on 2004/10/30  23:25:37
35502         Log: Using foreach on threads::shared array crashes perl
35503              The FETCH code for shared aggregate elements could leak a shared RV
35504              address into a private SV. RVs are now handled specially, in the
35505              same way that they already were for scalar shared magic.
35506      Branch: perl
35507            ! ext/threads/shared/shared.xs
35508 ____________________________________________________________________________
35509 [ 23437] By: nicholas                              on 2004/10/30  22:49:18
35510         Log: Skip tests that require Data::Dumper if it is not built
35511      Branch: perl
35512            ! ext/B/t/f_map.t ext/B/t/f_sort.t ext/B/t/optree_check.t
35513            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
35514            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
35515            ! ext/B/t/optree_varinit.t lib/ExtUtils/t/Liblist.t
35516            ! lib/ExtUtils/t/prereq_print.t
35517 ____________________________________________________________________________
35518 [ 23436] By: merijn                                on 2004/10/30  16:11:15
35519         Log: Promote #23435 (strlcat ()/strlcpy ()) to non-standard OS's
35520      Branch: perl
35521            ! NetWare/config_H.wc Porting/config_H plan9/config_h.sample
35522            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
35523            ! win32/config_H.vc64 wince/config_H.ce
35524 ____________________________________________________________________________
35525 [ 23435] By: merijn                                on 2004/10/30  15:54:48
35526         Log: Added probes for strlcat () and strlcpy () to Configure
35527              Re-ordered config_h.SH
35528      Branch: perl
35529            ! Configure Makefile.SH config_h.SH
35530 ____________________________________________________________________________
35531 [ 23433] By: davem                                 on 2004/10/29  21:04:17
35532         Log: Threading crash with closures
35533              various OpREFCNT_inc() operations weren't doing locking
35534      Branch: perl
35535            ! pad.c regcomp.c sv.c
35536 ____________________________________________________________________________
35537 [ 23432] By: steveh                                on 2004/10/29  14:12:02
35538         Log: Document sv_magic() changes brought about by sv_magicext()
35539
35540              Change 14335 made sv_magic() a wrapper to a new sv_magicext(),
35541              but didn't update the documentation for sv_magic() to reflect
35542              the changed handling of the name/namlen arguments.
35543
35544              Also correct a couple of typos, and mention sv_magicext() in
35545              perlguts.
35546      Branch: perl
35547            ! pod/perlapi.pod pod/perlguts.pod sv.c
35548 ____________________________________________________________________________
35549 [ 23431] By: merijn                                on 2004/10/29  13:56:03
35550         Log: Subject: [PATCH] 36 additional tests for B
35551              From: Steve Peters <steve@fisharerojo.org>
35552              Date: Fri, 29 Oct 2004 00:53:22 -0500
35553              Message-Id: <200410290053.22947.steve@fisharerojo.org>
35554      Branch: perl
35555            ! ext/B/t/b.t
35556 ____________________________________________________________________________
35557 [ 23426] By: davem                                 on 2004/10/27  22:50:57
35558         Log: include flags and refcount in the list of leaked scalars
35559      Branch: perl
35560            ! perl.c
35561 ____________________________________________________________________________
35562 [ 23425] By: ams                                   on 2004/10/27  11:27:27
35563         Log: Subject: [PATCH] lib/Carp.t improvements
35564              From: "Craig A. Berry" <craigberry@mac.com>
35565              Date: Tue, 26 Oct 2004 23:32:25 -0500
35566              Message-Id: <417F24D9.1000904@mac.com>
35567      Branch: perl
35568            ! lib/Carp.t
35569 ____________________________________________________________________________
35570 [ 23424] By: rgs                                   on 2004/10/25  15:31:21
35571         Log: Fix [perl #32130] Errno.pm must not pass references to "prototype"
35572      Branch: perl
35573            ! ext/Errno/Errno_pm.PL ext/Errno/t/Errno.t
35574 ____________________________________________________________________________
35575 [ 23423] By: rgs                                   on 2004/10/25  15:09:27
35576         Log: Small updates to the web addresses for Perl, noticed by Robert Spier
35577      Branch: perl
35578            ! pod/perl.pod pod/perlfaq2.pod
35579 ____________________________________________________________________________
35580 [ 23422] By: rgs                                   on 2004/10/25  14:56:37
35581         Log: Subject: [perl #30227] [PATCH]splain vs. -w
35582              From: "Steve Peters via RT" <perlbug-followup@perl.org>
35583              Date: 23 Oct 2004 13:55:41 -0000
35584              Message-ID: <rt-3.0.11-30227-98375.1.28465791111211@perl.org>
35585      Branch: perl
35586            ! lib/diagnostics.pm
35587 ____________________________________________________________________________
35588 [ 23421] By: rgs                                   on 2004/10/25  07:29:50
35589         Log: Upgrade to Encode 2.08.
35590      Branch: perl
35591            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
35592            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.pm
35593            ! ext/Encode/Unicode/Unicode.xs
35594            ! ext/Encode/lib/Encode/Encoding.pm
35595 ____________________________________________________________________________
35596 [ 23420] By: mhx                                   on 2004/10/24  07:53:45
35597         Log: Subject: Re: [perl #31937] perlop: add basic =~ examples
35598              From: Steve Peters <steve@fisharerojo.org>
35599              Date: Sat, 23 Oct 2004 08:01:51 -0500
35600              Message-Id: <200410230801.51649.steve@fisharerojo.org>
35601      Branch: perl
35602            ! pod/perlop.pod
35603 ____________________________________________________________________________
35604 [ 23419] By: mhx                                   on 2004/10/23  23:39:18
35605         Log: Subject: [PATCH] Re: Devel::Peek: hash quality 125%?
35606              From: Tels <perl_dummy@bloodgate.com>
35607              Date: Sat, 23 Oct 2004 16:56:31 +0200
35608              Message-Id: <200410231656.40995@bloodgate.com>
35609      Branch: perl
35610            ! ext/Devel/Peek/Changes ext/Devel/Peek/Peek.pm
35611 ____________________________________________________________________________
35612 [ 23418] By: davem                                 on 2004/10/23  21:50:19
35613         Log: Chained goto &sub drops data too early.
35614
35615              Change 22373 to stop a memory leak in goto &foo intead caused
35616              the elements of @_ to be freed too early. This revised fix
35617              just transfers the reifiedness of the old @_ to the new @_
35618      Branch: perl
35619            ! pp_ctl.c t/op/goto.t
35620 ____________________________________________________________________________
35621 [ 23417] By: rgs                                   on 2004/10/23  19:58:07
35622         Log: Upgrade to Encode 2.07
35623      Branch: perl
35624            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
35625            ! ext/Encode/Encode.xs ext/Encode/META.yml
35626            ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm
35627            ! ext/Encode/lib/Encode/Encoding.pm ext/Encode/t/Encode.t
35628            ! ext/Encode/t/fallback.t ext/Encode/ucm/macArabic.ucm
35629            ! ext/Encode/ucm/macCentEuro.ucm ext/Encode/ucm/macChinsimp.ucm
35630            ! ext/Encode/ucm/macChintrad.ucm ext/Encode/ucm/macDingbats.ucm
35631            ! ext/Encode/ucm/macGreek.ucm ext/Encode/ucm/macKorean.ucm
35632            ! ext/Encode/ucm/macROMnn.ucm ext/Encode/ucm/macSymbol.ucm
35633            ! ext/Encode/ucm/macThai.ucm
35634 ____________________________________________________________________________
35635 [ 23416] By: nicholas                              on 2004/10/23  17:15:46
35636         Log: Subject: [PATCH] ext/IO/IO.xs: fix blocking on sparc linux
35637              Message-ID: <20041022033033.GA12362@londo.c47.org>
35638              From: Brendan O'Dea <bod@debian.org>
35639              Date: Fri, 22 Oct 2004 13:30:33 +1000
35640      Branch: perl
35641            ! ext/IO/IO.xs
35642 ____________________________________________________________________________
35643 [ 23410] By: rgs                                   on 2004/10/21  15:51:32
35644         Log: Subject: docpatch for perltie.pod
35645              From: David Cantrell <david@cantrell.org.uk>
35646              Date: Thu, 21 Oct 2004 12:21:52 +0100
35647              Message-ID: <20041021112151.GA22862@bytemark.barnyard.co.uk>
35648      Branch: perl
35649            ! pod/perltie.pod
35650 ____________________________________________________________________________
35651 [ 23396] By: ams                                   on 2004/10/21  01:36:49
35652         Log: Subject: [PATCH] Math::BigInt v1.73 final
35653              From: Tels <perl_dummy@bloodgate.com>
35654              Date: Wed, 20 Oct 2004 21:06:40 +0200
35655              Message-Id: <200410202106.41840@bloodgate.com>
35656
35657              Subject: [PATCH] Math::BigRat v0.13 (pre-release)
35658              From: Tels <tels@bloodgate.com>
35659              Date: Wed, 20 Oct 2004 22:03:55 +0200
35660              Message-Id: <200410202203.56063@bloodgate.com>
35661      Branch: perl
35662            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/Math/BigRat.pm
35663            ! lib/Math/BigRat/t/big_ap.t lib/Math/BigRat/t/bigrat.t
35664            ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
35665            ! lib/Math/BigRat/t/bigratup.t
35666 ____________________________________________________________________________
35667 [ 23395] By: nicholas                              on 2004/10/20  22:39:36
35668         Log: Need to skip optree walking tests if perlio not built
35669      Branch: perl
35670            ! ext/B/t/f_map.t ext/B/t/f_sort.t
35671 ____________________________________________________________________________
35672 [ 23394] By: rgs                                   on 2004/10/20  07:42:34
35673         Log: Remove opmini.c when cleaning up.
35674      Branch: perl
35675            ! Makefile.SH
35676 ____________________________________________________________________________
35677 [ 23393] By: rgs                                   on 2004/10/20  07:36:45
35678         Log: Ensure that PVA.pl returns a true value.
35679      Branch: perl
35680            ! lib/unicore/mktables
35681 ____________________________________________________________________________
35682 [ 23392] By: ams                                   on 2004/10/20  06:19:03
35683         Log: Subject: [PATCH perl.c pod/perl.pod pod/perlfaq2.pod]
35684              Rephrase "Perl Home Page" References
35685              From: chromatic <chromatic@wgz.org>
35686              Date: Tue, 19 Oct 2004 22:52:19 -0700
35687              Message-Id: <1098251539.20976.53.camel@localhost>
35688      Branch: perl
35689            ! AUTHORS perl.c pod/perl.pod pod/perlfaq2.pod
35690 ____________________________________________________________________________
35691 [ 23384] By: rgs                                   on 2004/10/19  13:17:01
35692         Log: Upgrade to Encode 2.05
35693      Branch: perl
35694            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
35695            ! ext/Encode/encoding.pm
35696 ____________________________________________________________________________
35697 [ 23383] By: rgs                                   on 2004/10/19  11:38:37
35698         Log: More Data::Dumper docs nits, fix the previous one,
35699              suggested by Yves Orton.
35700      Branch: perl
35701            ! ext/Data/Dumper/Dumper.pm
35702 ____________________________________________________________________________
35703 [ 23382] By: rgs                                   on 2004/10/19  11:21:55
35704         Log: Subject: [PATCH] perlfaq2.pod (add a book)
35705              From: <richard.foley@ubs.com>
35706              Date: Tue, 19 Oct 2004 07:29:31 +0200
35707              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD903FB9E3A@NZURC900PEX1.ubsgs.ubsgroup.net>
35708      Branch: perl
35709            ! pod/perlfaq2.pod
35710 ____________________________________________________________________________
35711 [ 23381] By: mhx                                   on 2004/10/19  03:51:59
35712         Log: Re-apply the encoding.pm part of:
35713
35714              Subject: [PATCH] encoding and open pragmas
35715              From: Jarkko Hietaniemi <jhi@iki.fi>
35716              Date: Mon, 16 Aug 2004 22:27:00 +0300
35717              Message-ID: <41210A84.6060506@iki.fi>
35718      Branch: perl
35719            ! ext/Encode/encoding.pm
35720 ____________________________________________________________________________
35721 [ 23380] By: mhx                                   on 2004/10/18  21:00:26
35722         Log: Upgrade to Encode 2.04.
35723      Branch: perl
35724            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
35725            ! ext/Encode/JP/JP.pm ext/Encode/META.yml ext/Encode/Makefile.PL
35726            ! ext/Encode/bin/piconv ext/Encode/bin/ucmsort
35727            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
35728            ! ext/Encode/lib/Encode/Supported.pod
35729            ! ext/Encode/ucm/big5-hkscs.ucm
35730 ____________________________________________________________________________
35731 [ 23379] By: mhx                                   on 2004/10/18  15:44:05
35732         Log: Fix a typo.
35733      Branch: perl
35734            ! utils/c2ph.PL
35735 ____________________________________________________________________________
35736 [ 23378] By: rgs                                   on 2004/10/18  11:25:20
35737         Log: Add a missing warning categorisation in perldiag.
35738      Branch: perl
35739            ! pod/perldiag.pod
35740 ____________________________________________________________________________
35741 [ 23377] By: ams                                   on 2004/10/16  23:52:18
35742         Log: Subject: [PATCH] test_harness tweak for VMS
35743              From: "Craig A. Berry" <craigberry@mac.com>
35744              Date: Sat, 16 Oct 2004 12:15:02 -0500
35745              Message-Id: <41715716.5000108@mac.com>
35746      Branch: perl
35747            ! vms/descrip_mms.template vms/test.com
35748 ____________________________________________________________________________
35749 [ 23376] By: nicholas                              on 2004/10/16  18:16:12
35750         Log: Merge code from vdie and vcroak into S_vdie_croak_common
35751      Branch: perl
35752            ! util.c
35753 ____________________________________________________________________________
35754 [ 23375] By: nicholas                              on 2004/10/16  14:39:48
35755         Log: Merge the common code from Perl_vdie and Perl_vwarner into a
35756              S_vdie_common
35757      Branch: perl
35758            ! util.c
35759 ____________________________________________________________________________
35760 [ 23374] By: nicholas                              on 2004/10/16  12:57:39
35761         Log: The second half of Perl_vwarner is actually a straight cut&paste job
35762              from Perl_vwarn, so convert it into a (tail) call to Perl_vwarn.
35763              cut&paste is bad, m'kay.
35764      Branch: perl
35765            ! util.c
35766 ____________________________________________________________________________
35767 [ 23373] By: nicholas                              on 2004/10/15  17:11:08
35768         Log: Implement sv_svset _nosteal variants by passing a flag into
35769              sv_set_flags rather than messing with the SvTEMP() flag on either
35770              side of the call.
35771      Branch: perl
35772            ! sv.c sv.h
35773 ____________________________________________________________________________
35774 [ 23372] By: rgs                                   on 2004/10/15  14:09:54
35775         Log: Implement a new -dt command-line flag, to enable threads under the
35776              debugger (bug #31666).
35777
35778              Subject: RE: [PATCH] debugger handles threads [perl #31666]
35779              From: <richard.foley@ubs.com>
35780              Date: Wed, 13 Oct 2004 13:01:18 +0200
35781              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD903FB9E12@NZURC900PEX1.ubsgs.ubsgroup.net>
35782
35783              Subject: Re: [PATCH] debugger handles threads [perl #31666]
35784              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
35785              Date: Wed, 13 Oct 2004 02:49:58 -0700
35786              Message-ID: <20041013094957.GA17184@efn.org>
35787      Branch: perl
35788            ! lib/perl5db.pl perl.c pod/perlrun.pod
35789 ____________________________________________________________________________
35790 [ 23371] By: steveh                                on 2004/10/15  12:54:29
35791         Log: Make autodoc.pl write its output with UNIX style EOL's.
35792
35793              This saves the Win32 committer(s?) having to dos2unix the files
35794              before committing.  Maybe Perforce's "LineEnd: share" suffices
35795              anyway, but there's no harm in playing safe.
35796      Branch: perl
35797            ! autodoc.pl
35798 ____________________________________________________________________________
35799 [ 23370] By: nicholas                              on 2004/10/15  11:01:18
35800         Log: Include opmini.c in the dependency generation.
35801      Branch: perl
35802            ! Makefile.SH
35803 ____________________________________________________________________________
35804 [ 23369] By: rgs                                   on 2004/10/15  10:20:16
35805         Log: Doc nit to Data::Dumper, suggested by Peter Kay.
35806      Branch: perl
35807            ! ext/Data/Dumper/Dumper.pm
35808 ____________________________________________________________________________
35809 [ 23368] By: steveh                                on 2004/10/15  10:12:31
35810         Log: Document sv_vcatpvf, sv_vsetpvf, sv_vcatpvf_mg and sv_vsetpvf_mg.
35811
35812              These are already in the API supported by Devel::PPPort, and are
35813              often more useful than sv_vcatpvfn and sv_vsetpvfn which were
35814              already documented.
35815      Branch: perl
35816            ! embed.fnc pod/perlapi.pod sv.c
35817 ____________________________________________________________________________
35818 [ 23367] By: mhx                                   on 2004/10/14  18:00:04
35819         Log: Subject: [PATCH] Re: [NOT OK] 23353 OpenVMS 7.2 VAX
35820              From: "Craig A. Berry" <craigberry@mac.com>
35821              Date: Thu, 14 Oct 2004 10:09:41 -0500
35822              Message-ID: <416E96B5.5020100@mac.com>
35823      Branch: perl
35824            ! ext/Devel/PPPort/parts/inc/ppphtest
35825            ! ext/Devel/PPPort/t/ppphtest.t
35826 ____________________________________________________________________________
35827 [ 23366] By: rgs                                   on 2004/10/14  15:50:49
35828         Log: Subject: AW: [perl #31864] IO::Poll - undef fd not checked in mask()
35829              From: "Dintelmann, Peter" <Peter.Dintelmann@Dresdner-Bank.com>
35830              Date: Mon, 11 Oct 2004 09:54:15 +0200
35831              Message-ID: <8FD9B6A658383E468B55D364D1A9951601857331@ffz00zm6.ffz00e.mail.dresdner.net>
35832      Branch: perl
35833            ! ext/IO/lib/IO/Poll.pm
35834 ____________________________________________________________________________
35835 [ 23365] By: rgs                                   on 2004/10/14  14:58:21
35836         Log: Fix [perl #31971] local $^D gives noise
35837      Branch: perl
35838            ! embed.fnc embed.h mg.c perl.c proto.h
35839 ____________________________________________________________________________
35840 [ 23364] By: rgs                                   on 2004/10/14  14:25:29
35841         Log: A few fixes in the list of -D debugging flags
35842      Branch: perl
35843            ! perl.c pod/perlrun.pod
35844 ____________________________________________________________________________
35845 [ 23363] By: rgs                                   on 2004/10/14  14:01:50
35846         Log: Subject: [PATCH@23361] RE: [PATCH-for-23358] enable statically linked exte nsions for Win32
35847              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
35848              Date: Wed, 13 Oct 2004 09:45:31 +0400
35849              Message-ID: <7DD1BE2C50259746ABB8683672D2089E08133C@itotest-1.spb.lucent.com>
35850      Branch: perl
35851            ! win32/buildext.pl win32/makefile.mk
35852 ____________________________________________________________________________
35853 [ 23362] By: rgs                                   on 2004/10/12  16:49:53
35854         Log: Minor tweaks for the test.utf16 target, by Jarkko
35855      Branch: perl
35856            ! t/TEST
35857 ____________________________________________________________________________
35858 [ 23361] By: rgs                                   on 2004/10/12  16:07:54
35859         Log: Subject: [perl #31843] warnings::warn($obj,...) fails when $obj overloads ""
35860              From: kaminsky@math.huji.ac.il (via RT) <perlbug-followup@perl.org>
35861              Date: 5 Oct 2004 09:52:07 -0000
35862              Message-ID: <rt-3.0.11-31843-97358.2.89612012687236@perl.org>
35863              (with tweaks)
35864      Branch: perl
35865            ! lib/warnings.pm warnings.pl
35866 ____________________________________________________________________________
35867 [ 23360] By: rgs                                   on 2004/10/12  13:02:44
35868         Log: Subject: [PATCH-for-23358] enable statically linked extensions for Win32
35869              From: Vadim Konovalov <konovalo@mail.wplus.net>
35870              Date: Mon, 11 Oct 2004 22:57:00 +0400
35871              Message-ID: <80173417046.20041011225700@vkonovalov.ru>
35872      Branch: perl
35873            ! makedef.pl win32/Makefile win32/buildext.pl win32/dl_win32.xs
35874            ! win32/makefile.mk win32/perllib.c win32/sync_ext.pl
35875 ____________________________________________________________________________
35876 [ 23359] By: rgs                                   on 2004/10/12  12:54:27
35877         Log: Subject: Patch: BigInt v1.73 (pre-release)
35878              From: Tels <perl_dummy@bloodgate.com>
35879              Date: Sun, 10 Oct 2004 22:36:03 +0200
35880              Message-Id: <200410102236.03637@bloodgate.com>
35881      Branch: perl
35882            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
35883            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
35884            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
35885            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
35886            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbf.t
35887            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc
35888            ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/with_sub.t
35889 ____________________________________________________________________________
35890 [ 23358] By: rgs                                   on 2004/10/11  07:28:34
35891         Log: Subject: [PATCH] add the 'test_harness' target to vms "makefile"
35892              From: Abe Timmerman <abe@ztreet.demon.nl>
35893              Date: Sat, 9 Oct 2004 18:13:38 +0200
35894              Message-Id: <200410091813.38673.abe@ztreet.demon.nl>
35895      Branch: perl
35896            ! t/harness vms/descrip_mms.template vms/test.com
35897 ____________________________________________________________________________
35898 [ 23357] By: davem                                 on 2004/10/10  19:18:00
35899         Log: Turn regcomp into a list op
35900      Branch: perl
35901            ! embed.fnc ext/B/B/Deparse.pm lib/overload.t op.c perly.act
35902            ! perly.h perly.tab perly.y pp_ctl.c proto.h toke.c
35903 ____________________________________________________________________________
35904 [ 23356] By: nicholas                              on 2004/10/10  15:21:24
35905         Log: Hack to make -Dusethreads -Uuseithreads -Uuse5005threads pass all tests
35906      Branch: perl
35907            ! ext/B/t/OptreeCheck.pm
35908 ____________________________________________________________________________
35909 [ 23355] By: nicholas                              on 2004/10/10  15:03:25
35910         Log: Restore runtime loading of Encode and Encode-related modules, so that
35911              open.pm will work when the Encode extension isn't build.
35912      Branch: perl
35913            ! lib/open.pm
35914 ____________________________________________________________________________
35915 [ 23354] By: merijn                                on 2004/10/09  12:27:39
35916         Log: Make AIX 5 + gcc work in 64bitall
35917      Branch: perl
35918            ! hints/aix.sh
35919 ____________________________________________________________________________
35920 [ 23353] By: merijn                                on 2004/10/08  09:52:59
35921         Log: A new machine type, some reformatting, some reorganization
35922              and a bit of additional info on Sleepycat's db.
35923      Branch: perl
35924            ! README.hpux
35925 ____________________________________________________________________________
35926 [ 23352] By: rgs                                   on 2004/10/08  08:56:49
35927         Log: Briefly document the test.utf16 make target.
35928      Branch: perl
35929            ! pod/perlhack.pod
35930 ____________________________________________________________________________
35931 [ 23351] By: rgs                                   on 2004/10/08  08:52:39
35932         Log: Make the perl interpreter more tolerant of UTF-16-encoded script
35933              (patch by Jarkko Hietaniemi)
35934      Branch: perl
35935            ! Makefile.SH t/TEST toke.c utf8.c
35936 ____________________________________________________________________________
35937 [ 23350] By: rgs                                   on 2004/10/04  16:05:20
35938         Log: Subject: [perl #31697] [PATCH] B::Showlex::newlex enhancement and pod
35939              From: Jim Cromie (via RT) <perlbug-followup@perl.org>
35940              Date: 23 Sep 2004 21:45:42 -0000
35941              Message-ID: <rt-3.0.11-31697-96840.0.810265136907162@perl.org>
35942              (with doc nits)
35943      Branch: perl
35944            ! ext/B/B/Concise.pm ext/B/B/Showlex.pm ext/B/t/showlex.t
35945 ____________________________________________________________________________
35946 [ 23349] By: rgs                                   on 2004/10/04  15:46:28
35947         Log: Increment $overload::VERSION after change #23347
35948      Branch: perl
35949            ! ext/B/B/Concise.pm lib/overload.pm
35950 ____________________________________________________________________________
35951 [ 23348] By: rgs                                   on 2004/10/04  14:00:11
35952         Log: Subject: [PATCH-for-23341] dynaloader improvements and cleanup
35953              From: Vadim Konovalov <vadim@vkonovalov.ru>
35954              Date: Sun, 3 Oct 2004 22:10:06 +0400
35955              Message-ID: <138-1837306906.20041003221006@vkonovalov.ru>
35956      Branch: perl
35957            ! ext/DynaLoader/DynaLoader_pm.PL
35958 ____________________________________________________________________________
35959 [ 23347] By: rgs                                   on 2004/10/04  10:57:15
35960         Log: Subject: [PATCH perl-current] Re: [perl #31793] Data::Dumper: Useqq interacts badly with overloading
35961              From: Rick Delaney <rick@bort.ca>
35962              Date: Sat, 2 Oct 2004 01:04:49 -0400
35963              Message-ID: <20041002050448.GB5059@biff.bort.ca>
35964      Branch: perl
35965            ! lib/overload.pm lib/overload.t
35966 ____________________________________________________________________________
35967 [ 23346] By: rgs                                   on 2004/10/04  10:18:49
35968         Log: Subject: [PATCH] vms/t/filespec.t tweak
35969              From: "Craig A. Berry" <craigberry@mac.com>
35970              Date: Fri, 01 Oct 2004 13:18:03 -0500
35971              Message-ID: <415D9F5B.5040306@mac.com>
35972      Branch: perl
35973            ! vms/ext/filespec.t
35974 ____________________________________________________________________________
35975 [ 23345] By: rgs                                   on 2004/10/04  08:53:04
35976         Log: More caveats on the non-portability of stat(), suggested by
35977              Stas Bekman.
35978      Branch: perl
35979            ! pod/perlfunc.pod
35980 ____________________________________________________________________________
35981 [ 23344] By: nicholas                              on 2004/10/02  21:49:15
35982         Log: Perl_sv_recode_to_utf8 shouldn't be returning SvPVX(sv) without
35983              any check on whether it's valid.
35984      Branch: perl
35985            ! sv.c
35986 ____________________________________________________________________________
35987 [ 23343] By: merijn                                on 2004/10/02  11:08:32
35988         Log: Subject: [PATCH] make t/uni/class.t pass on VMS
35989              From: "Craig A. Berry" <craigberry@mac.com>
35990              Date: Fri, 01 Oct 2004 12:57:55 -0500
35991              Message-ID: <415D9AA3.1000908@mac.com>
35992      Branch: perl
35993            ! t/uni/class.t
35994 ____________________________________________________________________________
35995 [ 23342] By: davem                                 on 2004/09/30  20:51:31
35996         Log: open $1, "file" doesn't raise an exception
35997      Branch: perl
35998            ! pp.c t/io/open.t
35999 ____________________________________________________________________________
36000 [ 23341] By: rgs                                   on 2004/09/30  15:41:40
36001         Log: Subject: [patch] Sys::Syslog POD - $Sys::Syslog::host
36002              From: "Jay Hannah" <jhannah@omnihotels.com>
36003              Date: Wed, 15 Sep 2004 14:51:42 -0500
36004              Message-ID: <002001c49b5d$6d0d79c0$4722000a@omarests2>
36005      Branch: perl
36006            ! ext/Sys/Syslog/Syslog.pm
36007 ____________________________________________________________________________
36008 [ 23340] By: rgs                                   on 2004/09/30  15:12:29
36009         Log: A fix for [perl #31692] : as PerlIO::scalar accesses directly the
36010              PV of the scalar it reads from, avoid to read it when it's an
36011              undefined PV.
36012      Branch: perl
36013            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
36014 ____________________________________________________________________________
36015 [ 23339] By: davem                                 on 2004/09/28  18:05:52
36016         Log: the improved -DT output of #23325 could print an uninit stack value
36017      Branch: perl
36018            ! toke.c
36019 ____________________________________________________________________________
36020 [ 23338] By: nicholas                              on 2004/09/28  16:55:08
36021         Log: Spelling correction spotted by Greg McCarroll
36022      Branch: perl
36023            ! README.epoc
36024 ____________________________________________________________________________
36025 [ 23337] By: rgs                                   on 2004/09/28  15:28:58
36026         Log: Subject: Patch for perl.c fixing an obscure environment bug
36027              From: Merijn Broeren <merijnb@iloquent.com>
36028              Date: Thu, 23 Sep 2004 17:18:17 +0200
36029              Message-ID: <20040923151817.GA15782@brugman.iloquent.nl>
36030      Branch: perl
36031            ! perl.c
36032 ____________________________________________________________________________
36033 [ 23336] By: rgs                                   on 2004/09/28  08:08:24
36034         Log: Perl -DT segfaults when parsing a 'use' statement
36035      Branch: perl
36036            ! toke.c
36037 ____________________________________________________________________________
36038 [ 23334] By: rgs                                   on 2004/09/23  07:33:15
36039         Log: Typo fix.
36040              Subject: [PATCH] Re: Smoke [5.9.2] 23330 FAIL(X) hp-ux 11.11/64 (PA-2.0/64/2 cpu)
36041              From: Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
36042              Date: Wed, 22 Sep 2004 11:20:53 +0200
36043              Message-ID: <20040922112053.686562b6@valis.local>
36044      Branch: perl
36045            ! lib/open.pm
36046 ____________________________________________________________________________
36047 [ 23333] By: rgs                                   on 2004/09/23  07:30:16
36048         Log: Remove a couple of C<> to avoid confusing double quotes in text
36049              rendering. [perl #31678]
36050      Branch: perl
36051            ! pod/perlop.pod
36052 ____________________________________________________________________________
36053 [ 23332] By: rgs                                   on 2004/09/22  09:08:04
36054         Log: Document that $ENV{PATH} may not contain relative directories under -T
36055      Branch: perl
36056            ! pod/perldiag.pod pod/perlsec.pod
36057 ____________________________________________________________________________
36058 [ 23331] By: davem                                 on 2004/09/20  22:11:29
36059         Log: Subject:  Re: [perl #31586] utime does not reach expectations [PATCH]
36060              From:  LAUN Wolfgang <wolfgang.laun@alcatel.at>
36061              Date:  Fri, 17 Sep 2004 14:01:11 +0200
36062              Message-Id:  <DF27CDCBD2581D4B88431901094E4B4D02B0C88B@attmsx1.aut.alcatel.at>
36063
36064              Clarify the effect of utime when the file isn't owned by the user
36065      Branch: perl
36066            ! pod/perlfunc.pod
36067 ____________________________________________________________________________
36068 [ 23330] By: rgs                                   on 2004/09/20  17:20:38
36069         Log: Upgrade to MIME::Base64 3.05.
36070      Branch: perl
36071            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
36072            ! ext/MIME/Base64/t/warn.t
36073 ____________________________________________________________________________
36074 [ 23329] By: rgs                                   on 2004/09/20  17:13:20
36075         Log: Upgrade to Time::HiRes 1.65.
36076      Branch: perl
36077            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
36078            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
36079            ! ext/Time/HiRes/ppport.h ext/Time/HiRes/t/HiRes.t
36080 ____________________________________________________________________________
36081 [ 23327] By: rgs                                   on 2004/09/20  08:23:58
36082         Log: Subject: [perl #27576] [PATCH] Pod::Usage -exitvalue => "NOEXIT" requires -output be set (Doc bug)
36083              From: "Steve Peters via RT" <perlbug-followup@perl.org>
36084              Date: 26 Aug 2004 19:06:52 -0000
36085              Message-ID: <rt-3.0.11-27576-94411.2.28321880730803@perl.org>
36086      Branch: perl
36087            ! lib/Pod/Usage.pm
36088 ____________________________________________________________________________
36089 [ 23326] By: rgs                                   on 2004/09/20  08:10:47
36090         Log: Subject: [PATCH] encoding and open pragmas
36091              From: Jarkko Hietaniemi <jhi@iki.fi>
36092              Date: Mon, 16 Aug 2004 22:27:00 +0300
36093              Message-ID: <41210A84.6060506@iki.fi>
36094
36095              Subject: Re: [PATCH] encoding and open pragmas
36096              From: Jarkko Hietaniemi <jhi@iki.fi>
36097              Date: Tue, 17 Aug 2004 11:22:58 +0300 (EEST)
36098              Message-Id: <200408170822.i7H8MwUU016793@vipunen.hut.fi>
36099      Branch: perl
36100            ! ext/Encode/encoding.pm lib/open.pm lib/open.t t/io/layers.t
36101 ____________________________________________________________________________
36102 [ 23325] By: davem                                 on 2004/09/19  21:47:18
36103         Log: improve lexer debugging output (-DT)
36104              Decode yylex() return values, and show lexer state each time
36105              yylex() is called
36106      Branch: perl
36107            ! embed.fnc embed.h proto.h toke.c
36108 ____________________________________________________________________________
36109 [ 23323] By: rgs                                   on 2004/09/15  16:12:42
36110         Log: The XSUB.h patch from:
36111
36112              Subject: CPAN Upload: J/JP/JPEACOCK/version-0.42.tar.gz
36113              From: John Peacock <jpeacock@rowman.com>
36114              Date: Wed, 18 Aug 2004 08:26:35 -0400
36115              Message-ID: <41234AFB.1020009@rowman.com>
36116
36117              Now it will use version object logic for version comparison
36118              when loading XS modules.
36119      Branch: perl
36120            ! XSUB.h
36121 ____________________________________________________________________________
36122 [ 23322] By: rgs                                   on 2004/09/15  15:48:23
36123         Log: Upgrade to Time::HiRes 1.63.
36124              Note that it includes a ppport.h file. See if the one
36125              previously built in Devel::PPPort can be used instead.
36126      Branch: perl
36127            + ext/Time/HiRes/ppport.h
36128            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
36129            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
36130            ! ext/Time/HiRes/t/HiRes.t
36131 ____________________________________________________________________________
36132 [ 23321] By: davem                                 on 2004/09/14  21:57:10
36133         Log: Subject:  Re: [perl #31459] Bug in read()
36134              From:  Chris Heath <chris@heathens.co.nz>
36135              Date:  06 Sep 2004 00:03:12 -0400
36136              Message-Id:  <1094443392.12379.35.camel@linux.heathens.co.nz>
36137
36138              a read(F) into a UTF8-encoded buffer with an offset off the
36139              end of the buffer, miss-calculated buffer lengths
36140      Branch: perl
36141            ! pp_sys.c
36142 ____________________________________________________________________________
36143 [ 23320] By: davem                                 on 2004/09/12  22:09:51
36144         Log: Memory leak in nested shared data structures in 5.8.4
36145              A pop of an item from a shared array ref causes a leak due to
36146              AVf_REAL not having been set after an sv_upgrade(sv, SVt_PVAV).
36147              Make sv_upgrade() set always this flag.
36148      Branch: perl
36149            ! sv.c
36150 ____________________________________________________________________________
36151 [ 23319] By: nicholas                              on 2004/09/10  16:40:17
36152         Log: Integrate:
36153              [ 23318]
36154              Update the skips for the no perlio case
36155      Branch: perl
36156           !> ext/B/t/optree_check.t ext/B/t/optree_concise.t
36157           !> ext/B/t/showlex.t
36158 ____________________________________________________________________________
36159 [ 23300] By: nicholas                              on 2004/09/09  15:54:18
36160         Log: A single version of B that supports 5.8 and 5.10
36161      Branch: perl
36162            ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
36163            ! ext/B/ramblings/runtime.porting ext/B/t/lint.t
36164 ____________________________________________________________________________
36165 [ 23283] By: mhx                                   on 2004/09/08  20:33:55
36166         Log: Subject: [PATCH-5.8.5] lib/bigint.pm tiny typo fix
36167              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
36168              Date: Mon, 6 Sep 2004 11:09:51 +0400
36169              Message-ID: <7DD1BE2C50259746ABB8683672D2089E081132@itotest-1.spb.lucent.com>
36170      Branch: perl
36171            ! lib/bigint.pm
36172 ____________________________________________________________________________
36173 [ 23282] By: mhx                                   on 2004/09/08  20:19:18
36174         Log: Upgrade to Devel::PPPort 3.03.
36175      Branch: perl
36176            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
36177            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
36178            ! ext/Devel/PPPort/PPPort_pm.PL
36179            ! ext/Devel/PPPort/parts/inc/MY_CXT ext/Devel/PPPort/t/MY_CXT.t
36180 ____________________________________________________________________________
36181 [ 23281] By: davem                                 on 2004/09/08  19:42:15
36182         Log: Subject:  [perl #21553] Re: Solaris Perl (fwd)
36183              From:  Andy Dougherty <doughera@lafayette.edu>
36184              Date:  Wed, 8 Sep 2004 11:32:26 -0400 (EDT)
36185              Message-Id:  <Pine.SOL.4.58.0409081129180.17582@maxwell.phys.lafayette.edu>
36186              Clarify whether it's safe to replace the perl bundled with Solaris
36187      Branch: perl
36188            ! README.solaris
36189 ____________________________________________________________________________
36190 [ 23280] By: mhx                                   on 2004/09/08  19:18:06
36191         Log: Upgrade to Devel::PPPort 3.02.
36192      Branch: perl
36193            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
36194            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
36195            ! ext/Devel/PPPort/devel/scanprov ext/Devel/PPPort/mktests.PL
36196            ! ext/Devel/PPPort/parts/base/5004050
36197            ! ext/Devel/PPPort/parts/base/5005000
36198            ! ext/Devel/PPPort/parts/base/5006000
36199            ! ext/Devel/PPPort/parts/base/5008001
36200            ! ext/Devel/PPPort/parts/base/5009002
36201            ! ext/Devel/PPPort/parts/inc/MY_CXT
36202            ! ext/Devel/PPPort/parts/inc/misc ext/Devel/PPPort/t/MY_CXT.t
36203            ! ext/Devel/PPPort/t/SvPV.t ext/Devel/PPPort/t/call.t
36204            ! ext/Devel/PPPort/t/cop.t ext/Devel/PPPort/t/grok.t
36205            ! ext/Devel/PPPort/t/limits.t ext/Devel/PPPort/t/mPUSH.t
36206            ! ext/Devel/PPPort/t/magic.t ext/Devel/PPPort/t/misc.t
36207            ! ext/Devel/PPPort/t/newCONSTSUB.t ext/Devel/PPPort/t/newRV.t
36208            ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/sv_xpvf.t
36209            ! ext/Devel/PPPort/t/threads.t ext/Devel/PPPort/t/uv.t
36210 ____________________________________________________________________________
36211 [ 23279] By: mhx                                   on 2004/09/08  18:46:56
36212         Log: Add MY_CXT_CLONE to the core. (Taken from Time::HiRes.) See also:
36213              http://groups.google.com/groups?selm=r5l1vv00ca033k7a06d40fgei1ion91rnp%404ax.com
36214      Branch: perl
36215            ! perl.h
36216 ____________________________________________________________________________
36217 [ 23278] By: nicholas                              on 2004/09/08  16:53:34
36218         Log: backport B to work on 5.8.x, so that a single version of the source
36219              can be maintained, and ultimately dual-lifed on CPAN
36220              (the version conditional changes are actually surprisingly small)
36221      Branch: perl
36222            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
36223            ! ext/B/t/f_map.t ext/B/t/f_sort.t ext/B/t/optree_samples.t
36224            ! ext/B/t/stash.t
36225 ____________________________________________________________________________
36226 [ 23277] By: mhx                                   on 2004/09/08  16:49:59
36227         Log: Subject: SvO?OK_off()'s return value
36228              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
36229              Date: Sun, 1 Aug 2004 12:46:48 +0200
36230              Message-Id: <20040801124648.7f9b3cee@r2d2>
36231
36232              Move (void) casts into SvOOK_off macro.
36233      Branch: perl
36234            ! gv.c mg.c perl.c pp.c pp_ctl.c pp_hot.c scope.c sv.c sv.h
36235 ____________________________________________________________________________
36236 [ 23276] By: merijn                                on 2004/09/07  12:57:58
36237         Log: Subject: [PATCH] perlintro.pod
36238              From: Paul Johnson <paul@pjcj.net>
36239              Date: Tue, 7 Sep 2004 15:13:51 +0200
36240              Message-ID: <20040907131351.GD2513@pjcj.net>
36241      Branch: perl
36242            ! pod/perlintro.pod
36243 ____________________________________________________________________________
36244 [ 23275] By: steveh                                on 2004/09/06  10:16:12
36245         Log: Implement new environment variable to allow the use of non-IFS
36246              compatible LSP's on Windows to allow Perl to work in conjunction
36247              with a firewall such as McAfee Guardian.
36248
36249              Bug report and possible solutions by Ken Fox <kfox@ford.com>;
36250              further assistance by Artiom Morozov <artiom@phreaker.net>.
36251      Branch: perl
36252            ! pod/perlrun.pod win32/win32sck.c
36253 ____________________________________________________________________________
36254 [ 23274] By: merijn                                on 2004/09/06  08:49:24
36255         Log: Subject: [PATCH] -Dunlink_all_versions for VMS
36256              From: "Craig A. Berry" <craigberry@mac.com>
36257              Date: Sat, 04 Sep 2004 11:58:56 -0500
36258              Message-ID: <4139F450.7040708@mac.com>
36259      Branch: perl
36260            ! configure.com
36261 ____________________________________________________________________________
36262 [ 23271] By: davem                                 on 2004/09/05  21:36:57
36263         Log: only mortalize deleted array elements for AvREAL
36264              (update to change #23158)
36265      Branch: perl
36266            ! av.c
36267 ____________________________________________________________________________
36268 [ 23267] By: davem                                 on 2004/09/05  20:16:55
36269         Log: I somehow managed to omit the base.pm change from #23266
36270      Branch: perl
36271            ! lib/base.pm
36272 ____________________________________________________________________________
36273 [ 23266] By: davem                                 on 2004/09/05  20:04:35
36274         Log: Fields package bug
36275              An intermediate class with no fields messes up private fields
36276              in the base class.
36277      Branch: perl
36278            ! lib/base.pm lib/base/t/fields-base.t
36279 ____________________________________________________________________________
36280 [ 23258] By: rgs                                   on 2004/09/02  15:37:55
36281         Log: Upgrade to Encode 2.02
36282      Branch: perl
36283            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
36284            ! ext/Encode/META.yml ext/Encode/bin/enc2xs
36285            ! ext/Encode/bin/ucmsort ext/Encode/lib/Encode/Alias.pm
36286            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
36287            ! ext/Encode/t/big5-hkscs.enc ext/Encode/t/big5-hkscs.utf
36288            ! ext/Encode/ucm/big5-hkscs.ucm
36289 ____________________________________________________________________________
36290 [ 23257] By: rgs                                   on 2004/09/02  15:01:39
36291         Log: Upgrade to version 0.42.
36292              From:
36293              Subject: CPAN Upload: J/JP/JPEACOCK/version-0.42.tar.gz
36294              From: John Peacock <jpeacock@rowman.com>
36295              Date: Wed, 18 Aug 2004 08:26:35 -0400
36296              Message-ID: <41234AFB.1020009@rowman.com>
36297      Branch: perl
36298            ! lib/version.pm lib/version.t util.c
36299 ____________________________________________________________________________
36300 [ 23256] By: davem                                 on 2004/09/01  23:41:25
36301         Log: Subject:  [PATCH] fields.pm lost compile-time benefit
36302              From:  Rick Delaney <rick@bort.ca>
36303              Date:  Fri, 13 Aug 2004 19:54:12 -0400
36304              Message-Id:  <20040813235412.GB12980@biff.bort.ca>
36305
36306              restore the compile-time field checking for
36307              my Dog $spot; $spot->{'walkies'};
36308              that was lost when pseudo-hashes were removed
36309      Branch: perl
36310            ! lib/base/t/fields-base.t lib/base/t/fields.t op.c
36311            ! pod/perldiag.pod
36312 ____________________________________________________________________________
36313 [ 23255] By: davem                                 on 2004/09/01  23:37:07
36314         Log: whoops, fix 'formline undef' test broken by change #23251
36315      Branch: perl
36316            ! t/lib/warnings/9uninit
36317 ____________________________________________________________________________
36318 [ 23253] By: davem                                 on 2004/09/01  22:45:07
36319         Log: Subject:  PATCH: Taintedness and ternary conditional
36320              From:  Andy Lester <andy@petdance.com>
36321              Date:  Thu, 26 Aug 2004 23:44:47 -0500
36322              Message-Id:  <20040827044447.GA5268@petdance.com>
36323
36324              add tests and documentation to the effect that ($tainted ? $a : $b)
36325              doesn't necessarily return a tainted value. Also tidy the markup in
36326              perldoc.pod
36327      Branch: perl
36328            ! pod/perlsec.pod t/op/taint.t
36329 ____________________________________________________________________________
36330 [ 23252] By: davem                                 on 2004/09/01  22:20:05
36331         Log: delete spurious blank lines added by change 23251
36332      Branch: perl
36333            ! pp_ctl.c
36334 ____________________________________________________________________________
36335 [ 23251] By: davem                                 on 2004/09/01  22:17:47
36336         Log: Random made scripts crashing perl
36337              fix 'formline undef' coredump
36338      Branch: perl
36339            ! pp_ctl.c t/lib/warnings/9uninit
36340 ____________________________________________________________________________
36341 [ 23250] By: davem                                 on 2004/09/01  20:46:13
36342         Log: From: david nicol <whatever@davidnicol.com>
36343              Subject: [perl #31228] no no-op
36344              Message-Id: 1093659222.1436.70.camel@plaza.davidnicol.com>
36345              Date: 27 Aug 2004 21:13:42 -0500
36346
36347              Document that 0 and 1 can (sort of) be used as no-ops.
36348      Branch: perl
36349            ! pod/perlop.pod
36350 ____________________________________________________________________________
36351 [ 23249] By: davem                                 on 2004/09/01  18:54:25
36352         Log: Subject:  [ PATCH ] 2 added private flags for B::Concise
36353              From:  Jim Cromie <jcromie@divsol.com>
36354              Date:  Tue, 31 Aug 2004 23:19:54 -0600
36355              Message-Id:  <41355BFA.8010900@divsol.com>
36356
36357              The OPpENTERSUB_NOMOD and OPpCONST_SHORTCIRCUIT flags weren't
36358              displayed by B::Concise.
36359      Branch: perl
36360            ! ext/B/B/Concise.pm
36361 ____________________________________________________________________________
36362 [ 23248] By: rgs                                   on 2004/09/01  15:35:20
36363         Log: Upgrade to Cwd 2.21.
36364      Branch: perl
36365            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
36366 ____________________________________________________________________________
36367 [ 23247] By: rgs                                   on 2004/09/01  15:11:45
36368         Log: Update to File::Spec 0.90
36369      Branch: perl
36370            ! lib/File/Spec.pm lib/File/Spec/VMS.pm
36371 ____________________________________________________________________________
36372 [ 23246] By: mhx                                   on 2004/08/30  18:36:18
36373         Log: Skip Time::HiRes tests if configured without that module.
36374      Branch: perl
36375            ! ext/Time/HiRes/t/HiRes.t
36376 ____________________________________________________________________________
36377 [ 23245] By: mhx                                   on 2004/08/30  18:34:58
36378         Log: Fix skipping of a Dumpvalue test when configured without Devel::Peek.
36379      Branch: perl
36380            ! lib/Dumpvalue.t
36381 ____________________________________________________________________________
36382 [ 23244] By: mhx                                   on 2004/08/30  18:33:27
36383         Log: Skip a Data::Dumper test if configured without B module.
36384      Branch: perl
36385            ! ext/Data/Dumper/t/dumper.t
36386 ____________________________________________________________________________
36387 [ 23243] By: mhx                                   on 2004/08/29  13:22:48
36388         Log: Fix typo in B::Assembler.
36389      Branch: perl
36390            ! ext/B/B/Assembler.pm
36391 ____________________________________________________________________________
36392 [ 23242] By: mhx                                   on 2004/08/29  13:21:50
36393         Log: Skip ext/B/t/assembler.t when configured without B.
36394      Branch: perl
36395            ! ext/B/t/assembler.t
36396 ____________________________________________________________________________
36397 [ 23241] By: merijn                                on 2004/08/28  08:05:19
36398         Log: Subject: [PATCH] File::Spec::VMS update
36399              From: "Craig A. Berry" <craigberry@mac.com>
36400              Date: Fri, 27 Aug 2004 18:51:09 -0500
36401              Message-ID: <412FC8ED.1020300@mac.com>
36402      Branch: perl
36403            ! lib/File/Spec/VMS.pm lib/File/Spec/t/Spec.t
36404 ____________________________________________________________________________
36405 [ 23240] By: merijn                                on 2004/08/28  07:41:47
36406         Log: Pumpkinship updates
36407      Branch: perl
36408            ! pod/perlhack.pod
36409 ____________________________________________________________________________
36410 [ 23239] By: mhx                                   on 2004/08/26  21:57:39
36411         Log: Fix nasty line break in Storable test file.
36412      Branch: perl
36413            ! ext/Storable/t/just_plain_nasty.t
36414 ____________________________________________________________________________
36415 [ 23238] By: rgs                                   on 2004/08/26  13:02:14
36416         Log: Upgrade to MIME::Base64 3.03
36417      Branch: perl
36418            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
36419            ! ext/MIME/Base64/QuotedPrint.pm
36420 ____________________________________________________________________________
36421 [ 23237] By: rgs                                   on 2004/08/25  08:32:41
36422         Log: Upgrade to MIME::Base64 3.02.
36423      Branch: perl
36424            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
36425            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
36426            ! ext/MIME/Base64/t/quoted-print.t
36427 ____________________________________________________________________________
36428 [ 23236] By: rgs                                   on 2004/08/24  17:24:40
36429         Log: Grammatical nit by Hugo.
36430      Branch: perl
36431            ! pod/perlnewmod.pod
36432 ____________________________________________________________________________
36433 [ 23235] By: rgs                                   on 2004/08/23  12:32:33
36434         Log: Subject: [perl #31295] PATCH: Test comp/use.t fails on Tru64
36435              From: Nikola Milutinovic (via RT) <perlbug-followup@perl.org>
36436              Date: 23 Aug 2004 10:37:31 -0000
36437              Message-ID: <rt-3.0.11-31295-94232.1.74127465250315@perl.org>
36438      Branch: perl
36439            ! t/comp/use.t
36440 ____________________________________________________________________________
36441 [ 23234] By: mhx                                   on 2004/08/23  05:33:39
36442         Log: Upgrade to Devel::PPPort 3.01.
36443      Branch: perl
36444            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
36445            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
36446            ! ext/Devel/PPPort/module2.c ext/Devel/PPPort/parts/inc/ppphtest
36447            ! ext/Devel/PPPort/parts/inc/version
36448            ! ext/Devel/PPPort/t/ppphtest.t
36449 ____________________________________________________________________________
36450 [ 23233] By: mhx                                   on 2004/08/22  22:18:56
36451         Log: Fix some backwards-compatibility problems with Storable.
36452      Branch: perl
36453            ! ext/Storable/Storable.xs ext/Storable/t/weak.t
36454 ____________________________________________________________________________
36455 [ 23232] By: rgs                                   on 2004/08/22  19:14:57
36456         Log: Upgrade to Time::HiRes 1.61
36457      Branch: perl
36458            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
36459            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
36460            ! ext/Time/HiRes/hints/solaris.pl ext/Time/HiRes/t/HiRes.t
36461 ____________________________________________________________________________
36462 [ 23231] By: mhx                                   on 2004/08/22  15:36:36
36463         Log: Fix Storable's MANIFEST.
36464      Branch: perl
36465            ! ext/Storable/MANIFEST
36466 ____________________________________________________________________________
36467 [ 23230] By: davem                                 on 2004/08/20  21:20:48
36468         Log: a regex in STDOUT destructor coredumped because regex pad already
36469              freed
36470      Branch: perl
36471            ! perl.c t/op/ref.t
36472 ____________________________________________________________________________
36473 [ 23229] By: mhx                                   on 2004/08/20  13:18:08
36474         Log: Upgrade to Devel::PPPort 3.00_03.
36475      Branch: perl
36476            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
36477            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
36478            ! ext/Devel/PPPort/parts/inc/ppphtest
36479            ! ext/Devel/PPPort/t/ppphtest.t
36480 ____________________________________________________________________________
36481 [ 23228] By: mhx                                   on 2004/08/19  23:14:00
36482         Log: Tweak 'h2xs -h' output.
36483      Branch: perl
36484            ! utils/h2xs.PL
36485 ____________________________________________________________________________
36486 [ 23227] By: mhx                                   on 2004/08/19  17:05:48
36487         Log: Delete superfluous "with".
36488      Branch: perl
36489            ! README.win32
36490 ____________________________________________________________________________
36491 [ 23226] By: mhx                                   on 2004/08/19  11:22:15
36492         Log: Upgrade to Devel::PPPort 3.00_02.
36493      Branch: perl
36494            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
36495            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
36496            ! ext/Devel/PPPort/PPPort_pm.PL
36497 ____________________________________________________________________________
36498 [ 23225] By: rgs                                   on 2004/08/19  07:58:59
36499         Log: Mark a test that relies on tainting behavior as TODO on Windows.
36500      Branch: perl
36501            ! t/comp/opsubs.t
36502 ____________________________________________________________________________
36503 [ 23224] By: steveh                                on 2004/08/18  13:44:13
36504         Log: Add notes for building with MS VC++ Toolkit 2003
36505      Branch: perl
36506            ! README.win32
36507 ____________________________________________________________________________
36508 [ 23223] By: mhx                                   on 2004/08/17  21:33:41
36509         Log: Upgrade to Devel::PPPort 3.00_01.
36510      Branch: perl
36511            + ext/Devel/PPPort/parts/inc/sv_xpvf ext/Devel/PPPort/t/cop.t
36512            + ext/Devel/PPPort/t/sv_xpvf.t
36513            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/MANIFEST
36514            ! ext/Devel/PPPort/META.yml ext/Devel/PPPort/PPPort.pm
36515            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/PPPort_pm.PL
36516            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/parts/apicheck.pl
36517            ! ext/Devel/PPPort/parts/inc/misc
36518            ! ext/Devel/PPPort/parts/inc/ppphbin
36519            ! ext/Devel/PPPort/parts/inc/ppphtest
36520            ! ext/Devel/PPPort/parts/inc/uv
36521            ! ext/Devel/PPPort/parts/ppptools.pl
36522            ! ext/Devel/PPPort/parts/todo/5004000
36523            ! ext/Devel/PPPort/parts/todo/5004050
36524            ! ext/Devel/PPPort/parts/todo/5006000
36525            ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/uv.t
36526 ____________________________________________________________________________
36527 [ 23222] By: mhx                                   on 2004/08/17  10:14:46
36528         Log: Upgrade to Devel::PPPort 3.00.
36529      Branch: perl
36530            + (add 103 files)
36531            - ext/Devel/PPPort/t/test.t
36532            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/MANIFEST
36533            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
36534            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/README
36535            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/module2.c
36536            ! ext/Devel/PPPort/module3.c ext/Devel/PPPort/ppport_h.PL
36537            ! ext/Devel/PPPort/soak
36538 ____________________________________________________________________________
36539 [ 23221] By: rgs                                   on 2004/08/17  08:25:39
36540         Log: Subject: [PATCH] Document Carp's global variables + provide tests
36541              From: "Jos I. Boumans" <kane@dwim.org>
36542              Date: Mon, 16 Aug 2004 15:53:40 +0200
36543              Message-Id: <ADC6DEC6-EF8B-11D8-8425-000A95EF62E2@dwim.org>
36544              (tests a bit reworked)
36545      Branch: perl
36546            ! lib/Carp.pm lib/Carp.t
36547 ____________________________________________________________________________
36548 [ 23220] By: rgs                                   on 2004/08/17  07:29:11
36549         Log: Subject: Updates to modules-related pod
36550              From: Kirrily Skud Robert <skud@infotrope.net>
36551              Date: Mon, 16 Aug 2004 16:00:14 -0400
36552              Message-ID: <20040816200014.GC27764@infotrope.net>
36553      Branch: perl
36554            ! pod/perlnewmod.pod
36555 ____________________________________________________________________________
36556 [ 23219] By: rgs                                   on 2004/08/16  17:59:22
36557         Log: Subject: [PATCH] running mktables on VMS
36558              From: "Craig A. Berry" <craigberry@mac.com>
36559              Date: Tue, 10 Aug 2004 22:28:04 -0500
36560              Message-ID: <41199244.9020706@mac.com>
36561      Branch: perl
36562            ! vms/descrip_mms.template
36563 ____________________________________________________________________________
36564 [ 23218] By: rgs                                   on 2004/08/16  07:23:56
36565         Log: Subject: [PATCH] make cygwin ld2 executable
36566              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
36567              Date: Sun, 15 Aug 2004 17:14:59 -0700
36568              Message-ID: <20040816001252.GA2148@efn.org>
36569      Branch: perl
36570            ! cygwin/Makefile.SHs
36571 ____________________________________________________________________________
36572 [ 23217] By: davem                                 on 2004/08/14  22:32:16
36573         Log: make pp_goto() cope potential stack reallocation in EXTEND
36574              The code for goto &foo had local pointers to the stack that
36575              pointed to the wrong place after a realloc.
36576      Branch: perl
36577            ! pp_ctl.c t/op/goto.t
36578 ____________________________________________________________________________
36579 [ 23216] By: rgs                                   on 2004/08/13  13:18:37
36580         Log: Subject: [PATCH] pre Math::BigInt v1.72
36581              From: Tels <perl_dummy@bloodgate.com>
36582              Date: Fri, 13 Aug 2004 14:02:50 +0200
36583              Message-Id: <200408131402.52270@bloodgate.com>
36584      Branch: perl
36585            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
36586            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
36587            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
36588            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/with_sub.t
36589 ____________________________________________________________________________
36590 [ 23215] By: rgs                                   on 2004/08/13  12:09:35
36591         Log: Subject: Test for functions with operator names
36592              From: Andy Lester <andy@petdance.com>
36593              Date: Thu, 12 Aug 2004 11:31:03 -0500
36594              Message-ID: <20040812163103.GA26687@petdance.com>
36595      Branch: perl
36596            + t/comp/opsubs.t
36597            ! MANIFEST
36598 ____________________________________________________________________________
36599 [ 23214] By: rgs                                   on 2004/08/13  07:13:38
36600         Log: Subject: api doc fix for SvSetMagicSV_nosteal
36601              From: Stas Bekman <stas@stason.org>
36602              Date: Thu, 12 Aug 2004 18:10:36 -0700
36603              Message-ID: <411C150C.5020602@stason.org>
36604      Branch: perl
36605            ! pod/perlapi.pod sv.h
36606 ____________________________________________________________________________
36607 [ 23213] By: rgs                                   on 2004/08/10  13:17:40
36608         Log: Subject: Re: 2 patches: goto.t, B.pm/xs
36609              From: Jim Cromie <jcromie@divsol.com>
36610              Date: Tue, 10 Aug 2004 07:29:08 -0600
36611              Message-ID: <4118CDA4.3060700@divsol.com>
36612      Branch: perl
36613            ! t/op/goto.t
36614 ____________________________________________________________________________
36615 [ 23212] By: rgs                                   on 2004/08/10  07:21:19
36616         Log: Subject: 2 patches: goto.t, B.pm/xs
36617              From: Jim Cromie <jcromie@divsol.com>
36618              Date: Sun, 08 Aug 2004 18:42:47 -0600
36619              Message-ID: <4116C887.9080400@divsol.com>
36620      Branch: perl
36621            ! ext/B/B.pm ext/B/B.xs
36622 ____________________________________________________________________________
36623 [ 23211] By: rgs                                   on 2004/08/10  07:00:01
36624         Log: Subject: Re: POSIX::sigprocmask implemented incorrectly
36625              From: Alan Burlison <Alan.Burlison@sun.com>
36626              Date: Mon, 09 Aug 2004 19:00:12 +0100
36627              Message-ID: <4117BBAC.7080603@sun.com>
36628      Branch: perl
36629            ! ext/POSIX/POSIX.xs
36630 ____________________________________________________________________________
36631 [ 23210] By: davem                                 on 2004/08/09  19:58:35
36632         Log: Fix a typo and remove some debugging crud from change #23209
36633      Branch: perl
36634            ! ext/XS/APItest/t/call.t
36635 ____________________________________________________________________________
36636 [ 23209] By: davem                                 on 2004/08/09  19:48:57
36637         Log: eval_sv() failing a taint test could corrupt the stack
36638      Branch: perl
36639            ! ext/XS/APItest/t/call.t perl.c
36640 ____________________________________________________________________________
36641 [ 23208] By: davem                                 on 2004/08/09  18:28:33
36642         Log: made eq_array in t/test.pl handle undef values better
36643      Branch: perl
36644            ! t/test.pl
36645 ____________________________________________________________________________
36646 [ 23207] By: davem                                 on 2004/08/09  17:21:27
36647         Log: fix minor nit in file description, to keep Jarkko happy
36648      Branch: perl
36649            ! utf8.c
36650 ____________________________________________________________________________
36651 [ 23206] By: rgs                                   on 2004/08/09  15:33:54
36652         Log: Subject: Patch for t/op/sleep.t
36653              From: Andy Lester <andy@petdance.com>
36654              Date: Mon, 9 Aug 2004 00:11:51 -0500
36655              Message-ID: <20040809051151.GA13872@petdance.com>
36656      Branch: perl
36657            ! t/op/sleep.t
36658 ____________________________________________________________________________
36659 [ 23205] By: rgs                                   on 2004/08/09  12:10:25
36660         Log: Add a note in perltodo about a potential extension of readpipe()
36661      Branch: perl
36662            ! pod/perltodo.pod
36663 ____________________________________________________________________________
36664 [ 23204] By: rgs                                   on 2004/08/09  09:13:27
36665         Log: Subject: Re: POSIX::sigprocmask implemented incorrectly
36666              From: Alan Burlison <Alan.Burlison@sun.com>
36667              Date: Mon, 09 Aug 2004 10:30:25 +0100
36668              Message-ID: <41174431.6050803@sun.com>
36669      Branch: perl
36670            ! ext/POSIX/POSIX.xs
36671 ____________________________________________________________________________
36672 [ 23203] By: davem                                 on 2004/08/07  15:10:40
36673         Log: Add tests for XS call_*() API
36674      Branch: perl
36675            + ext/XS/APItest/t/call.t
36676            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
36677            ! ext/XS/APItest/MANIFEST pod/perlcall.pod
36678 ____________________________________________________________________________
36679 [ 23202] By: mhx                                   on 2004/08/07  15:10:39
36680         Log: Subject: [PATCH] DB_File 1.810
36681              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
36682              Date: Sat, 7 Aug 2004 15:22:09 +0100
36683              Message-Id: <20040807142059.CTQC10838.mta10-svc.ntlworld.com@MARQUESSPT21>
36684      Branch: perl
36685            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
36686            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-hash.t
36687 ____________________________________________________________________________
36688 [ 23200] By: steveh                                on 2004/08/06  12:55:31
36689         Log: Fix [perl #24269] socket() call uses non-IFS providers
36690              causing subsequent print/read to hang or misbehave
36691
36692              Patch supplied by Artiom Morozov <artiom@phreaker.net>
36693              in the bug report at http://rt.perl.org/rt3/index.html?q=24269
36694      Branch: perl
36695            ! README.win32 win32/Makefile win32/makefile.mk win32/win32.c
36696            ! win32/win32.h win32/win32sck.c
36697 ____________________________________________________________________________
36698 [ 23199] By: steveh                                on 2004/08/06  11:57:59
36699         Log: Another small clean-up following changes #23190 and #23198
36700      Branch: perl
36701            ! gv.c
36702 ____________________________________________________________________________
36703 [ 23198] By: davem                                 on 2004/08/06  10:06:46
36704         Log: remove leaks associated with version object change #23190
36705      Branch: perl
36706            ! gv.c util.c
36707 ____________________________________________________________________________
36708 [ 23197] By: rgs                                   on 2004/08/06  06:53:08
36709         Log: Subject: [PATCH sv.c]  signedness nit in #23190
36710              From: "Craig A. Berry" <craigberry@mac.com>
36711              Date: Thu, 05 Aug 2004 13:10:55 -0500
36712              Message-ID: <4112782F.7040302@mac.com>
36713      Branch: perl
36714            ! sv.c
36715 ____________________________________________________________________________
36716 [ 23196] By: mhx                                   on 2004/08/04  18:29:23
36717         Log: Document sv_catpvn_nomg, sv_setsv_nomg and sv_catsv_nomg.
36718      Branch: perl
36719            ! pod/perlapi.pod sv.h
36720 ____________________________________________________________________________
36721 [ 23195] By: nick                                  on 2004/08/04  18:16:47
36722         Log: Comment describing purpose.
36723      Branch: perl
36724            ! globals.c
36725 ____________________________________________________________________________
36726 [ 23194] By: rgs                                   on 2004/08/04  07:18:49
36727         Log: Subject: Re: POSIX::sigprocmask implemented incorrectly
36728              From: Alan Burlison <Alan.Burlison@sun.com>
36729              Date: Mon, 19 Jul 2004 12:07:02 +0100
36730              Message-ID: <40FBAB56.1030208@sun.com>
36731
36732              (last chunk only)
36733      Branch: perl
36734            ! ext/POSIX/POSIX.xs
36735 ____________________________________________________________________________
36736 [ 23193] By: rgs                                   on 2004/08/04  07:00:21
36737         Log: Remove compilation warnings about uninitialized variables.
36738      Branch: perl
36739            ! sv.c
36740 ____________________________________________________________________________
36741 [ 23192] By: rgs                                   on 2004/08/04  06:55:46
36742         Log: Remove the "Newline in left-justified string" warning.
36743      Branch: perl
36744            ! pod/perldiag.pod sv.c t/lib/warnings/sv
36745 ____________________________________________________________________________
36746 [ 23191] By: rgs                                   on 2004/08/04  06:30:58
36747         Log: Subject: [PATCH] extension to diagnostics.pm
36748              From: Fergal Daly <fergal@esatclear.ie>
36749              Date: Wed, 4 Aug 2004 00:33:09 +0100
36750              Message-ID: <20040803233309.GA239@dyn.fergaldaly.com>
36751      Branch: perl
36752            ! lib/diagnostics.pm
36753 ____________________________________________________________________________
36754 [ 23190] By: rgs                                   on 2004/08/04  06:19:27
36755         Log: Subject: [PATCH] Final version object core patch?
36756              From: John Peacock <jpeacock@rowman.com>
36757              Date: Tue, 03 Aug 2004 22:23:57 -0400
36758              Message-ID: <411048BD.3080700@rowman.com>
36759      Branch: perl
36760            ! gv.c perl.c pp_ctl.c sv.c t/comp/require.t t/op/ver.t util.c
36761 ____________________________________________________________________________
36762 [ 23189] By: merijn                                on 2004/08/03  23:51:13
36763         Log: gcc on AIX 4 doesn't like -G on the commandline too
36764      Branch: perl
36765            ! hints/aix_4.sh
36766 ____________________________________________________________________________
36767 [ 23188] By: merijn                                on 2004/08/03  23:48:13
36768         Log: gcc on AIX doesn't like -G on the commandline
36769      Branch: perl
36770            ! hints/aix.sh
36771 ____________________________________________________________________________
36772 [ 23187] By: davem                                 on 2004/08/03  19:20:18
36773         Log: more typo fixes for change 3176 (comments at top of .c files)
36774      Branch: perl
36775            ! mg.c miniperlmain.c perl.c run.c scope.c
36776 ____________________________________________________________________________
36777 [ 23186] By: rgs                                   on 2004/08/03  10:22:54
36778         Log: Subject: [perl #30914] ExtUtils::Embed should use libperl name from Config
36779              From: Marek Rouchal (via RT) <perlbug-followup@perl.org>
36780              Date: 2 Aug 2004 07:00:33 -0000
36781              Message-ID: <rt-3.0.11-30914-93038.14.5123598132685@perl.org>
36782      Branch: perl
36783            ! lib/ExtUtils/Embed.pm
36784 ____________________________________________________________________________
36785 [ 23185] By: rgs                                   on 2004/08/03  09:39:35
36786         Log: Subject: [PATCH] additional -V:foo tests
36787              From: Jim Cromie <jcromie@divsol.com>
36788              Date: Mon, 02 Aug 2004 09:15:23 -0600
36789              Message-ID: <410E5A8B.9030307@divsol.com>
36790      Branch: perl
36791            ! configpm lib/Config.t pod/perlrun.pod
36792 ____________________________________________________________________________
36793 [ 23184] By: rgs                                   on 2004/08/02  16:40:36
36794         Log: Enhance the caveat in the description of tell()
36795
36796              Subject: Re: [perl #30788] Error in documentation
36797              From: Nick Ing-Simmons <nick@ing-simmons.net>
36798              Date: Wed, 28 Jul 2004 15:12:54 +0100
36799              Message-Id: <20040728141254.3861.5@llama.ing-simmons.net>
36800      Branch: perl
36801            ! pod/perlfunc.pod
36802 ____________________________________________________________________________
36803 [ 23183] By: rgs                                   on 2004/08/02  09:16:13
36804         Log: Remove empty rpath from .so files
36805      Branch: perl
36806            ! lib/ExtUtils/MM_Unix.pm
36807 ____________________________________________________________________________
36808 [ 23182] By: rgs                                   on 2004/08/02  09:11:12
36809         Log: Subject: [PATCH] mention refaddr() in overload::StrVal docs
36810              From: Fergal Daly <fergal@esatclear.ie>
36811              Date: Fri, 30 Jul 2004 16:09:19 +0100
36812              Message-ID: <20040730150919.GB19022@dyn.fergaldaly.com>
36813      Branch: perl
36814            ! lib/overload.pm
36815 ____________________________________________________________________________
36816 [ 23181] By: steveh                                on 2004/08/02  08:05:05
36817         Log: Fix breakage caused by Change 23179
36818      Branch: perl
36819            ! t/run/fresh_perl.t
36820 ____________________________________________________________________________
36821 [ 23180] By: davem                                 on 2004/08/01  16:49:20
36822         Log: Add comment to top of reentr.c and fix typos in other files
36823      Branch: perl
36824            ! deb.c dump.c miniperlmain.c pad.c perly.y reentr.c reentr.h
36825            ! reentr.pl regcomp.c regexec.c scope.c utf8.c
36826 ____________________________________________________________________________
36827 [ 23179] By: mhx                                   on 2004/08/01  16:10:19
36828         Log: Skip test when building without Encode.
36829      Branch: perl
36830            ! t/run/fresh_perl.t
36831 ____________________________________________________________________________
36832 [ 23178] By: mhx                                   on 2004/08/01  10:19:46
36833         Log: Remove redundant SvOOK_off (called implicitly by SvOK_off)
36834              and merge identical cases.
36835      Branch: perl
36836            ! scope.c
36837 ____________________________________________________________________________
36838 [ 23177] By: davem                                 on 2004/07/31  16:27:09
36839         Log: shut up a warning in mg.c
36840      Branch: perl
36841            ! mg.c
36842 ____________________________________________________________________________
36843 [ 23176] By: davem                                 on 2004/07/31  16:21:50
36844         Log: Add comment to the top of most .c files explaining their purpose
36845      Branch: perl
36846            ! deb.c doio.c doop.c dump.c gv.c hv.c locale.c malloc.c mg.c
36847            ! miniperlmain.c numeric.c op.c pad.c perl.c perlio.c perly.act
36848            ! perly.h perly.tab perly.y pp.c pp_ctl.c pp_hot.c pp_pack.c
36849            ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c taint.c
36850            ! universal.c utf8.c util.c
36851 ____________________________________________________________________________
36852 [ 23175] By: mhx                                   on 2004/07/31  15:19:13
36853         Log: Fix copy & paste bugs in mX?PUSH macro tests.
36854      Branch: perl
36855            ! ext/XS/APItest/APItest.xs
36856 ____________________________________________________________________________
36857 [ 23174] By: merijn                                on 2004/07/31  08:32:31
36858         Log: First steps towards an explicit perl.exp-less AIX build
36859              Previous method can still be used by undeffing usenativedlopen
36860              If that is ever tested at all on AIX
36861      Branch: perl
36862            ! hints/aix.sh hints/aix_4.sh
36863 ____________________________________________________________________________
36864 [ 23173] By: mhx                                   on 2004/07/31  08:29:54
36865         Log: Fix and update Perl_grok_* docs.
36866      Branch: perl
36867            ! numeric.c pod/perlapi.pod
36868 ____________________________________________________________________________
36869 [ 23172] By: steveh                                on 2004/07/30  14:31:08
36870         Log: A few minor updates to README.win32 (aka perlwin32)
36871      Branch: perl
36872            ! README.win32
36873 ____________________________________________________________________________
36874 [ 23171] By: rgs                                   on 2004/07/30  14:24:08
36875         Log: Upgrade to Math::BigInt v1.71.
36876      Branch: perl
36877            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
36878            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
36879            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
36880            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/with_sub.t
36881 ____________________________________________________________________________
36882 [ 23170] By: steveh                                on 2004/07/30  13:27:41
36883         Log: Bug report #30132 was resolved before it was finished!
36884              Here's the last piece in the puzzle.
36885      Branch: perl
36886            ! ext/IO/lib/IO/File.pm
36887 ____________________________________________________________________________
36888 [ 23168] By: rgs                                   on 2004/07/28  12:13:36
36889         Log: Upgrade to File::Spec 0.88.
36890      Branch: perl
36891            ! lib/File/Spec.pm lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t
36892 ____________________________________________________________________________
36893 [ 23167] By: rgs                                   on 2004/07/28  09:20:12
36894         Log: Subject: Re: [perl #30783] Test::Builder does not handle overloaded "name" values
36895              From: Autrijus Tang <autrijus@gmail.com>
36896              Date: Thu, 22 Jul 2004 20:17:58 -0700
36897              Message-ID: <1912f0e204072220171790193a@mail.gmail.com>
36898      Branch: perl
36899            ! lib/Test/Builder.pm
36900 ____________________________________________________________________________
36901 [ 23166] By: rgs                                   on 2004/07/28  06:31:06
36902         Log: Subject: Re: more 5.9 sort tests (second draft)
36903              From: david nicol <whatever@davidnicol.com>
36904              Date: 21 Jul 2004 17:10:05 -0500
36905              Message-Id: <1090447805.995.24.camel@plaza.davidnicol.com>
36906      Branch: perl
36907            ! t/op/sort.t
36908 ____________________________________________________________________________
36909 [ 23165] By: rgs                                   on 2004/07/28  06:25:15
36910         Log: Subject: Re: AW: [perl #7558] [PATCH] README.solaris
36911              From: Andy Dougherty <doughera@lafayette.edu>
36912              Date: Tue, 27 Jul 2004 14:12:06 -0400 (EDT)
36913              Message-ID: <Pine.SOL.4.58.0407271335550.22839@maxwell.phys.lafayette.edu>
36914      Branch: perl
36915            ! README.solaris
36916 ____________________________________________________________________________
36917 [ 23164] By: davem                                 on 2004/07/26  22:08:32
36918         Log: Subject:  [perl #7558] [PATCH] README.solaris
36919              From:  Andy Dougherty <doughera@lafayette.edu>
36920              Date:  Mon, 26 Jul 2004 15:32:35 -0400 (EDT)
36921              Message-Id:  <Pine.SOL.4.58.0407261530350.19559@maxwell.phys.lafayette.edu>
36922
36923              Add more info on /dev/random under solaris
36924      Branch: perl
36925            ! README.solaris
36926 ____________________________________________________________________________
36927 [ 23163] By: mhx                                   on 2004/07/26  17:14:37
36928         Log: The byte-order modifiers won't go into 5.8.
36929      Branch: perl
36930            ! pod/perlfunc.pod pod/perlport.pod
36931 ____________________________________________________________________________
36932 [ 23162] By: steveh                                on 2004/07/26  10:41:56
36933         Log: Windows-related updates to Porting/repository.pod
36934      Branch: perl
36935            ! Porting/repository.pod
36936 ____________________________________________________________________________
36937 [ 23161] By: davem                                 on 2004/07/25  19:05:28
36938         Log: make -Dl log runops loop entry and exit, and jump level popping
36939      Branch: perl
36940            ! dump.c scope.h
36941 ____________________________________________________________________________
36942 [ 23160] By: davem                                 on 2004/07/24  10:00:27
36943         Log: document that -i messes soft as well hard hard links.
36944      Branch: perl
36945            ! pod/perlrun.pod
36946 ____________________________________________________________________________
36947 [ 23159] By: davem                                 on 2004/07/23  21:15:32
36948         Log: make a note in perlrun that -i doesn't preserve UNIX hard links.
36949      Branch: perl
36950            ! pod/perlrun.pod
36951 ____________________________________________________________________________
36952 [ 23158] By: davem                                 on 2004/07/23  11:06:02
36953         Log: memory leak in array delete
36954              av_delete() wasn't mortalizing the returned value
36955      Branch: perl
36956            ! av.c t/op/delete.t
36957 ____________________________________________________________________________
36958 [ 23157] By: davem                                 on 2004/07/23  10:35:16
36959         Log: remove binary compat from #23156 (remove PL_retstack)
36960      Branch: perl
36961            ! cop.h embed.fnc embed.h embedvar.h perlapi.h proto.h scope.c
36962            ! thrdvar.h
36963 ____________________________________________________________________________
36964 [ 23156] By: davem                                 on 2004/07/23  09:52:59
36965         Log: remove the return stack PL_retstack, and store return ops in the CX
36966              structure directly instead
36967      Branch: perl
36968            ! cc_runtime.h cop.h deb.c mg.c perl.c pp_ctl.c pp_hot.c
36969            ! pp_sys.c scope.c sv.c thrdvar.h
36970 ____________________________________________________________________________
36971 [ 23155] By: nicholas                              on 2004/07/22  18:50:31
36972         Log: Build the perldelta copying command for the main Unix makefile with
36973              buildtoc, so that it doesn't get forgotten on version increments.
36974      Branch: perl
36975            ! Makefile.SH pod/buildtoc
36976 ____________________________________________________________________________
36977 [ 23154] By: nicholas                              on 2004/07/22  18:19:58
36978         Log: Grab perl585delta.pod from maint and
36979
36980              Integrate:
36981              [ 23069]
36982              This is RC2. Maybe this one will last longer.
36983
36984              [ 23141]
36985              Break a leg
36986
36987              [perlhist.pod]
36988      Branch: perl
36989           +> pod/perl585delta.pod
36990            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
36991            ! vms/descrip_mms.template win32/pod.mak
36992           !> pod/perlhist.pod
36993 ____________________________________________________________________________
36994 [ 23152] By: rgs                                   on 2004/07/22  16:16:41
36995         Log: Upgrade to Cwd 2.20
36996      Branch: perl
36997            + ext/Cwd/t/win32.t
36998            ! MANIFEST ext/Cwd/Changes ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t
36999            ! lib/Cwd.pm
37000 ____________________________________________________________________________
37001 [ 23151] By: rgs                                   on 2004/07/22  15:50:34
37002         Log: Sort perldiag.
37003      Branch: perl
37004            ! pod/perldiag.pod
37005 ____________________________________________________________________________
37006 [ 23150] By: rgs                                   on 2004/07/22  13:15:12
37007         Log: Subject: Re: "Too late for -T" could be more descriptive
37008              From: Jim Cromie <jcromie@divsol.com>
37009              Date: Wed, 21 Jul 2004 11:21:50 -0600
37010              Message-ID: <40FEA62E.2010809@divsol.com>
37011              (with tweaks)
37012      Branch: perl
37013            ! perl.c perl.h pod/perldebug.pod pod/perldiag.pod
37014            ! pod/perlrun.pod
37015 ____________________________________________________________________________
37016 [ 23149] By: rgs                                   on 2004/07/22  12:09:40
37017         Log: Email change for Steffen Mueller.
37018      Branch: perl
37019            ! AUTHORS
37020 ____________________________________________________________________________
37021 [ 23148] By: rgs                                   on 2004/07/22  11:32:16
37022         Log: Grammar fix by Paul Johnson.
37023      Branch: perl
37024            ! pod/perldiag.pod
37025 ____________________________________________________________________________
37026 [ 23147] By: nicholas                              on 2004/07/22  10:51:48
37027         Log: Config::config_re and config_sh would report the byteorder as 'ffff'
37028      Branch: perl
37029            ! configpm lib/Config.t
37030 ____________________________________________________________________________
37031 [ 23146] By: rgs                                   on 2004/07/21  12:01:32
37032         Log: Subject: [PATCH] Mention common dynaloader errors in perldiag.pod
37033              From: "Jos I. Boumans" <kane@dwim.org>
37034              Date: Wed, 21 Jul 2004 13:47:35 +0200
37035              Message-Id: <C226C05A-DB0B-11D8-A551-000A95EF62E2@dwim.org>
37036              (with tweaks)
37037      Branch: perl
37038            ! pod/perldiag.pod
37039 ____________________________________________________________________________
37040 [ 23145] By: rgs                                   on 2004/07/21  08:47:14
37041         Log: Subject: [PATCH perl-current] Re: [perl #30688] Empty slice arg with ($;$) prototype
37042              From: Rick Delaney <rick@bort.ca>
37043              Date: Tue, 20 Jul 2004 16:53:54 -0400
37044              Message-ID: <20040720205353.GA970@biff.bort.ca>
37045      Branch: perl
37046            ! pp.c t/op/list.t
37047 ____________________________________________________________________________
37048 [ 23142] By: rgs                                   on 2004/07/19  15:49:12
37049         Log: Subject: [perl #30609] [PATCH] BigInt v1.71 - first try
37050              From: Tels <perl_dummy@bloodgate.com>
37051              Date: Sat, 17 Jul 2004 16:22:57 +0200
37052              Message-Id: <200407171622.58443@bloodgate.com>
37053      Branch: perl
37054            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
37055            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
37056            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
37057            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
37058            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbf.t
37059            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/with_sub.t
37060 ____________________________________________________________________________
37061 [ 23135] By: nicholas                              on 2004/07/19  08:33:13
37062         Log: Turn 2 strcpy()s into memcpy() because we know the length.
37063      Branch: perl
37064            ! toke.c
37065 ____________________________________________________________________________
37066 [ 23130] By: nicholas                              on 2004/07/16  13:41:22
37067         Log: Clarify that it's only Mac OS *Classic* that uses 1904 - OS X uses
37068              1970
37069      Branch: perl
37070            ! pod/perlfunc.pod
37071 ____________________________________________________________________________
37072 [ 23129] By: nicholas                              on 2004/07/16  13:21:33
37073         Log: Typo fix from Julian Gilbey, forwarded upstream from Debian by
37074              Brendan O'Dea
37075      Branch: perl
37076            ! pod/perluniintro.pod
37077 ____________________________________________________________________________
37078 [ 23128] By: nick                                  on 2004/07/16  12:16:05
37079         Log: Use VirtualAlloc() more flexibly when using it to mimic UNIX's sbrk().
37080              From: Steve Hay <steve.hay@uk.radan.com>
37081              CC: perl-win32-porters@listserv.ActiveState.com
37082              Message-ID: <40F6B295.8010804@uk.radan.com>
37083
37084              Assumes perl's malloc can now handle non-contiguous memory (believed
37085              to be true).
37086              Does not address threading issues.
37087
37088              "The attached patch (against blead) makes sbrk() initially try to
37089              extend the existing block of memory exactly as it currently does, but
37090              to not  fail immediately if it can't -- it now frees up that part of
37091              whatever it  had previously reserved+committed which hadn't actually
37092              been used yet,  resets all its static variables and basically starts
37093              anew."
37094      Branch: perl
37095            ! win32/win32.c
37096 ____________________________________________________________________________
37097 [ 23127] By: nicholas                              on 2004/07/16  11:14:45
37098         Log: glob('*.c') to find documentation is dangerous when run in unclean
37099              trees, so isntead use MANIFEST to only scan the legitimate source
37100              files.
37101      Branch: perl
37102            ! autodoc.pl
37103 ____________________________________________________________________________
37104 [ 23126] By: nicholas                              on 2004/07/16  11:04:37
37105         Log: Encourage compilers to tail call optimise in sv_savepv, sv_savepvn
37106              and sv_savesharedpv. Need to create non-void returning versions of
37107              Copy and Zero, as the existing macros deliberately cast to (void)
37108      Branch: perl
37109            ! handy.h malloc.c perl.c pod/perlapi.pod sv.c util.c
37110 ____________________________________________________________________________
37111 [ 23125] By: nicholas                              on 2004/07/16  10:59:08
37112         Log: Rebuild perlapi.pod
37113      Branch: perl
37114            ! pod/perlapi.pod
37115 ____________________________________________________________________________
37116 [ 23124] By: merijn                                on 2004/07/16  10:30:53
37117         Log: Be sure HP-UX' ANSI C compiler's PATH is found *before*
37118              the path to the bundled braindead C compiler. This might
37119              influence ccache's behaviour in finding the correct path
37120      Branch: perl
37121            ! Configure
37122 ____________________________________________________________________________
37123 [ 23122] By: nicholas                              on 2004/07/16  10:14:24
37124         Log: oslevel can fail on AIX, but the output generated would confuse
37125              Configure
37126      Branch: perl
37127            ! Configure
37128 ____________________________________________________________________________
37129 [ 23121] By: nicholas                              on 2004/07/16  08:53:28
37130         Log: Some calls to PerlMemShared_alloc() aren't checking the return value.
37131              Bug spotted by Nigel Sandever
37132      Branch: perl
37133            ! ext/threads/threads.xs util.c
37134 ____________________________________________________________________________
37135 [ 23120] By: nicholas                              on 2004/07/15  19:09:15
37136         Log: threads.xs doesn't check the return value of the thread creation
37137              call. D'oh! This gives SEGVs if the OS fails to create another thread.
37138              Cause of problem located by Nigel Sandever
37139      Branch: perl
37140            ! ext/threads/threads.pm ext/threads/threads.xs
37141 ____________________________________________________________________________
37142 [ 23118] By: nicholas                              on 2004/07/15  16:28:03
37143         Log: Assimilate Cwd 2.19
37144      Branch: perl
37145            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
37146 ____________________________________________________________________________
37147 [ 23117] By: merijn                                on 2004/07/15  14:16:07
37148         Log: Trailing semi-colon are not allowed on #ifdef's in ANSI
37149      Branch: perl
37150            ! ext/Storable/Storable.xs
37151 ____________________________________________________________________________
37152 [ 23116] By: nicholas                              on 2004/07/15  12:50:31
37153         Log: Abigail notes that a re-entrant regexp engine is a todo
37154      Branch: perl
37155            ! pod/perltodo.pod
37156 ____________________________________________________________________________
37157 [ 23115] By: nicholas                              on 2004/07/15  12:47:50
37158         Log: for (reverse @foo) now iterates in reverse in place.
37159      Branch: perl
37160            ! op.c pod/perltodo.pod pp_ctl.c
37161 ____________________________________________________________________________
37162 [ 23114] By: nicholas                              on 2004/07/15  10:05:23
37163         Log: Optimise for (reverse ...)
37164      Branch: perl
37165            ! op.c
37166 ____________________________________________________________________________
37167 [ 23113] By: nicholas                              on 2004/07/15  09:44:16
37168         Log: Now optimising for $a (reverse ...)
37169      Branch: perl
37170            ! op.c
37171 ____________________________________________________________________________
37172 [ 23112] By: nicholas                              on 2004/07/15  09:16:43
37173         Log: The optrees for C<for $_ (...)> and C<for (...)> differ, so even more
37174              tests.
37175      Branch: perl
37176            ! t/cmd/for.t
37177 ____________________________________________________________________________
37178 [ 23111] By: nicholas                              on 2004/07/15  09:02:36
37179         Log: This seems to be needed to get COW working on Win32
37180      Branch: perl
37181            ! win32/win32.c
37182 ____________________________________________________________________________
37183 [ 23109] By: nicholas                              on 2004/07/14  23:35:24
37184         Log: "That's the way to do it"
37185              In taking out a bug spotted by my regression tests in t/cmd/for.t
37186              I actually managed to disable the entire optimisation. Which means
37187              that I didn't find the other bug. This optimisation is live, and
37188              passes all tests.
37189      Branch: perl
37190            ! op.c pp_hot.c
37191 ____________________________________________________________________________
37192 [ 23108] By: nicholas                              on 2004/07/14  20:55:30
37193         Log: Optimise foreach my $i (reverse ...)
37194              foreach without a lexical iterator not yet optimised
37195      Branch: perl
37196            ! ext/B/B/Concise.pm op.c op.h pp_ctl.c pp_hot.c
37197 ____________________________________________________________________________
37198 [ 23107] By: nicholas                              on 2004/07/14  17:44:08
37199         Log: Subject:  [PATCH] split doc clarification
37200              From:  Yitzchak Scott-Thoennes <sthoenna@efn.org>
37201              Date:  Wed, 14 Jul 2004 10:19:36 -0700
37202              Message-Id:  <20040714171936.GA1092@efn.org>
37203      Branch: perl
37204            ! pod/perlfunc.pod
37205 ____________________________________________________________________________
37206 [ 23106] By: nicholas                              on 2004/07/14  15:36:57
37207         Log: Numeric comparison operators mustn't compare addresses of references
37208              that are overloaded.
37209      Branch: perl
37210            ! lib/overload.t pp.c pp_hot.c
37211 ____________________________________________________________________________
37212 [ 23105] By: nicholas                              on 2004/07/14  10:40:54
37213         Log: Lots of tests for for reverse ...
37214      Branch: perl
37215            ! t/cmd/for.t
37216 ____________________________________________________________________________
37217 [ 23104] By: nicholas                              on 2004/07/13  21:10:21
37218         Log: Some thoughts on foreach reverse
37219      Branch: perl
37220            ! pod/perltodo.pod
37221 ____________________________________________________________________________
37222 [ 23103] By: nicholas                              on 2004/07/13  19:10:20
37223         Log: s/sort/split/; - my mistake spotted by Dave.
37224      Branch: perl
37225            ! pod/perltodo.pod
37226 ____________________________________________________________________________
37227 [ 23102] By: nicholas                              on 2004/07/13  18:59:46
37228         Log: Optimise list context reverse sort to reverse as part of the sort op
37229      Branch: perl
37230            ! op.c pp_sort.c
37231 ____________________________________________________________________________
37232 [ 23101] By: nicholas                              on 2004/07/13  18:58:41
37233         Log: Work around evil compiler bug on OS X. (Sucks all memory)
37234      Branch: perl
37235            ! util.c
37236 ____________________________________________________________________________
37237 [ 23100] By: nicholas                              on 2004/07/13  15:05:09
37238         Log: check that reverse (sort (@a), @b) etc work.
37239              Join some lines that don't need wrapping
37240      Branch: perl
37241            ! t/op/sort.t
37242 ____________________________________________________________________________
37243 [ 23099] By: nicholas                              on 2004/07/13  14:46:06
37244         Log: Check that non-optimimisable sort comparisons work when reversed
37245              (Not optimised yet, but might be coming soon)
37246      Branch: perl
37247            ! t/op/sort.t
37248 ____________________________________________________________________________
37249 [ 23098] By: nicholas                              on 2004/07/13  14:34:03
37250         Log: Test reverse sort as the return from a function in list and scalar
37251              contexts.
37252      Branch: perl
37253            ! t/op/sort.t
37254 ____________________________________________________________________________
37255 [ 23097] By: nicholas                              on 2004/07/13  14:23:28
37256         Log: Also test reverse sort in scalar context
37257      Branch: perl
37258            ! t/op/sort.t
37259 ____________________________________________________________________________
37260 [ 23096] By: nicholas                              on 2004/07/13  14:06:36
37261         Log: A proper, working, stable optimisation for sort {$b cmp $a}
37262      Branch: perl
37263            ! ext/B/B/Concise.pm ext/B/t/f_sort.t op.c pp_sort.c
37264 ____________________________________________________________________________
37265 [ 23095] By: rgs                                   on 2004/07/13  13:29:54
37266         Log: Tweak to change #23089, as suggested by Tim Bunce
37267      Branch: perl
37268            ! lib/perl5db.pl
37269 ____________________________________________________________________________
37270 [ 23094] By: nicholas                              on 2004/07/13  11:28:49
37271         Log: Generalised "how many in list context" would be useful
37272      Branch: perl
37273            ! pod/perltodo.pod
37274 ____________________________________________________________________________
37275 [ 23093] By: nicholas                              on 2004/07/13  11:19:31
37276         Log: The current optimisation for sort {$b cmp $a} is bogus now that we
37277              guarantee a stable sort. Disable it, pending a correct optimisation.
37278      Branch: perl
37279            ! ext/B/t/f_sort.t op.c op.h t/op/sort.t
37280 ____________________________________________________________________________
37281 [ 23092] By: rgs                                   on 2004/07/13  09:30:11
37282         Log: Subject: Re: [perl #30568] splice generates undef? [PATCH]
37283              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
37284              Date: Mon, 12 Jul 2004 08:26:01 +0200
37285              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C7D2@attmsx1.aut.alcatel.at>
37286      Branch: perl
37287            ! pp.c t/op/splice.t
37288 ____________________________________________________________________________
37289 [ 23091] By: nicholas                              on 2004/07/13  09:14:22
37290         Log: Check each line of config_re output.
37291      Branch: perl
37292            ! lib/Config.t
37293 ____________________________________________________________________________
37294 [ 23090] By: nicholas                              on 2004/07/13  09:13:39
37295         Log: no_plan support in test.pl
37296      Branch: perl
37297            ! t/test.pl
37298 ____________________________________________________________________________
37299 [ 23089] By: rgs                                   on 2004/07/13  08:53:46
37300         Log: Subject: Re: debugger 'R'estart and open database connections
37301              From: Andrew Pimlott <andrew@pimlott.net>
37302              Date: Mon, 12 Jul 2004 21:06:01 -0400
37303              Message-ID: <20040713010601.GF8232@pimlott.net>
37304      Branch: perl
37305            ! lib/perl5db.pl
37306 ____________________________________________________________________________
37307 [ 23088] By: rgs                                   on 2004/07/13  08:27:11
37308         Log: Subject: [PATCH] was Re: UNIVERSAL::VERSION causing "Use of uninitialized value..." warning
37309              From: John Peacock <jpeacock@rowman.com>
37310              Date: Mon, 12 Jul 2004 23:16:51 -0400
37311              Message-ID: <40F35423.5080304@rowman.com>
37312      Branch: perl
37313            ! lib/version.pm lib/version.t util.c
37314 ____________________________________________________________________________
37315 [ 23085] By: nicholas                              on 2004/07/12  17:27:28
37316         Log: Bodge to make Tk work - like the UTF8 flag, the READONLY flag has too
37317              many meanings. const const vs mutable in this case.
37318      Branch: perl
37319            ! sv.c
37320 ____________________________________________________________________________
37321 [ 23084] By: nick                                  on 2004/07/12  14:26:12
37322         Log: NI-S: IMHO utf8_upgrade is just changing representation not the value
37323              so it has no business calling SvSETMAGIC.
37324      Branch: perl
37325            ! sv.c
37326 ____________________________________________________________________________
37327 [ 23083] By: nick                                  on 2004/07/12  12:17:56
37328         Log: Perl_is_utf8_string(pTHX_ U8 *s, STRLEN len)
37329              Can now handle the case
37330              is_utf8_string(NULL,0)
37331              again.
37332              Why do we have code dup for Perl_is_utf8_string_loc() ?
37333      Branch: perl
37334            ! utf8.c
37335 ____________________________________________________________________________
37336 [ 23082] By: nicholas                              on 2004/07/11  20:09:00
37337         Log: A decent benchmark would be useful. But it is vague.
37338      Branch: perl
37339            ! pod/perltodo.pod
37340 ____________________________________________________________________________
37341 [ 23081] By: nicholas                              on 2004/07/11  18:36:49
37342         Log: Finding a way to put "I'm MAINT" in perl -v is a TODO
37343      Branch: perl
37344            ! pod/perltodo.pod
37345 ____________________________________________________________________________
37346 [ 23079] By: nicholas                              on 2004/07/10  21:58:34
37347         Log: Store weak references.
37348      Branch: perl
37349            + ext/Storable/t/testlib.pl ext/Storable/t/weak.t
37350            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
37351            ! ext/Storable/README ext/Storable/Storable.pm
37352            ! ext/Storable/Storable.xs ext/Storable/t/malice.t
37353 ____________________________________________________________________________
37354 [ 23078] By: nicholas                              on 2004/07/10  21:11:56
37355         Log: Dual lifing and dists is a TODO
37356      Branch: perl
37357            ! pod/perltodo.pod
37358 ____________________________________________________________________________
37359 [ 23077] By: nicholas                              on 2004/07/10  18:51:35
37360         Log: Resurrect the TODO items about Unicode filenames and Unicode %ENV
37361              Rant a bit more about POD -> HTML
37362      Branch: perl
37363            ! pod/perltodo.pod
37364 ____________________________________________________________________________
37365 [ 23076] By: nicholas                              on 2004/07/10  16:00:44
37366         Log: Perl_mode_from_discipline must update len. (else SEGV)
37367              Diagnosis and patch from clkao
37368      Branch: perl
37369            ! doio.c
37370 ____________________________________________________________________________
37371 [ 23075] By: rgs                                   on 2004/07/10  13:03:56
37372         Log: Subject: Bug with NEXT when called from an eval block
37373              From: Dave Rolsky <autarch@urth.org>
37374              Date: Fri, 9 Jul 2004 17:06:07 -0500 (CDT)
37375              Message-ID: <Pine.LNX.4.58.0407091703010.4578@urth.org>
37376      Branch: perl
37377            ! lib/NEXT.pm lib/NEXT/t/next.t
37378 ____________________________________________________________________________
37379 [ 23074] By: nicholas                              on 2004/07/09  21:03:11
37380         Log: Subject: Re: Segfault using HTML::Entities
37381              From: Jarkko Hietaniemi <jhi@iki.fi>
37382              Message-ID: <40EDBE1A.6080205@iki.fi>
37383              Date: Fri, 09 Jul 2004 00:35:22 +0300
37384      Branch: perl
37385            ! pp_ctl.c regexec.c t/run/fresh_perl.t
37386 ____________________________________________________________________________
37387 [ 23073] By: nicholas                              on 2004/07/09  14:49:16
37388         Log: A more honest TODO
37389      Branch: perl
37390            ! pod/perltodo.pod
37391 ____________________________________________________________________________
37392 [ 23072] By: nicholas                              on 2004/07/09  11:34:17
37393         Log: dor and // fulfil a TODO
37394              Correct a deviation from the Nicholas Clark style guide.
37395      Branch: perl
37396            ! pod/perltodo.pod
37397 ____________________________________________________________________________
37398 [ 23071] By: rgs                                   on 2004/07/09  08:08:05
37399         Log: Subject: [PATCH] prime_env_iter and zero-length values on VMS
37400              From: "Craig A. Berry" <craigberry@mac.com>
37401              Date: Thu, 08 Jul 2004 23:19:05 -0500
37402              Message-ID: <40EE1CB9.8030407@mac.com>
37403      Branch: perl
37404            ! vms/vms.c
37405 ____________________________________________________________________________
37406 [ 23065] By: nicholas                              on 2004/07/08  13:09:44
37407         Log: Randal notes:
37408
37409              "perldoc perldelta" still says 5.8.3 to 5.8.4, even though there
37410              *is* a "perldoc perl583delta" properly.
37411
37412              This is because perl584delta still thinks it's the perldelta
37413      Branch: perl
37414            ! pod/perl584delta.pod
37415 ____________________________________________________________________________
37416 [ 23063] By: rgs                                   on 2004/07/07  17:48:29
37417         Log: Make Perl_sv_utf8_upgrade_flags tolerate PL_sv_undef
37418              as an argument.
37419      Branch: perl
37420            ! sv.c
37421 ____________________________________________________________________________
37422 [ 23062] By: nicholas                              on 2004/07/07  15:14:39
37423         Log: First stab at explaining that CLONE may get more parameters in future.
37424              More eloquent rewording desired. Patches welcome.
37425      Branch: perl
37426            ! pod/perlmod.pod
37427 ____________________________________________________________________________
37428 [ 23061] By: nicholas                              on 2004/07/07  13:30:27
37429         Log: hv_store was not passing hash onwards (spotted by Dave)
37430      Branch: perl
37431            ! hv.c
37432 ____________________________________________________________________________
37433 [ 23060] By: mhx                                   on 2004/07/06  21:43:05
37434         Log: Failing matches don't reset numbered variables.
37435              Change #22997 could cause Text::ParseWords to loop forever if the
37436              regex didn't not match. Explicitly return if the match fails.
37437      Branch: perl
37438            ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
37439 ____________________________________________________________________________
37440 [ 23059] By: nicholas                              on 2004/07/06  21:39:27
37441         Log: Integrate:
37442              [ 23057]
37443              This is RC1
37444      Branch: perl
37445           !> pod/perlhist.pod
37446 ____________________________________________________________________________
37447 [ 23058] By: nicholas                              on 2004/07/06  20:45:53
37448         Log: Stop ENV_IS_CASELESS hv.c picking up the wrong hash value from a
37449              shared string scalar.
37450      Branch: perl
37451            ! hv.c
37452 ____________________________________________________________________________
37453 [ 23052] By: nicholas                              on 2004/07/06  09:26:24
37454         Log: A tool to check the AUTHORS file
37455      Branch: perl
37456            + Porting/checkAUTHORS.pl
37457            ! MANIFEST
37458 ____________________________________________________________________________
37459 [ 23051] By: nicholas                              on 2004/07/06  09:25:16
37460         Log: Add some missing authors and remove 1 duplicate
37461      Branch: perl
37462            ! AUTHORS
37463 ____________________________________________________________________________
37464 [ 23048] By: nicholas                              on 2004/07/05  17:26:09
37465         Log: There was no need to bump $Text::ParseWords::VERSION to 3.24
37466      Branch: perl
37467            ! lib/Text/ParseWords.pm
37468 ____________________________________________________________________________
37469 [ 23047] By: rgs                                   on 2004/07/05  17:05:55
37470         Log: Update tests and $VERSION for change 23046
37471      Branch: perl
37472            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
37473 ____________________________________________________________________________
37474 [ 23046] By: rgs                                   on 2004/07/05  16:53:54
37475         Log: Subject: Re: [perl #30504] B::Deparse scoping problem with for loop
37476              From: Stephen McCamant <smcc@MIT.EDU>
37477              Date: Mon, 28 Jun 2004 18:26:24 -0700
37478              Message-ID: <16608.50496.787002.560481@apocalypse.OCF.Berkeley.EDU>
37479      Branch: perl
37480            ! ext/B/B/Deparse.pm
37481 ____________________________________________________________________________
37482 [ 23042] By: nicholas                              on 2004/07/05  14:54:15
37483         Log: Bump $B::Deparse::VERSION
37484      Branch: perl
37485            ! ext/B/B/Deparse.pm
37486 ____________________________________________________________________________
37487 [ 23040] By: nicholas                              on 2004/07/05  10:24:17
37488         Log: t/op/tie.t test 23 is failing when run with utf8 everywhere.
37489              Problem appears to be due to theft of temporaries
37490      Branch: perl
37491            ! mg.c
37492 ____________________________________________________________________________
37493 [ 23029] By: nicholas                              on 2004/07/04  16:39:07
37494         Log: Subject: [PATCH Cwd 2.18] _vms_abs_path on non-directories
37495              From: "Craig A. Berry" <craigberry@mac.com>
37496              Message-ID: <40E704AA.4090801@mac.com>
37497              Date: Sat, 03 Jul 2004 14:10:34 -0500
37498      Branch: perl
37499            ! ext/Cwd/t/cwd.t lib/Cwd.pm
37500 ____________________________________________________________________________
37501 [ 23028] By: nicholas                              on 2004/07/04  15:14:33
37502         Log: /usr/bin/locale steadfastly delivers 8 bit output independent of
37503              LC_ALL. So when perl's expecting utf8, things don't quite work right.
37504              This has become visible since fix 22842
37505      Branch: perl
37506            ! lib/locale.t
37507 ____________________________________________________________________________
37508 [ 23027] By: mhx                                   on 2004/07/02  14:44:37
37509         Log: More microperl tweaks.
37510      Branch: perl
37511            ! Makefile.micro README.micro uconfig.h uconfig.sh
37512 ____________________________________________________________________________
37513 [ 23026] By: rgs                                   on 2004/07/02  13:05:23
37514         Log: Maintainer change for Safe
37515      Branch: perl
37516            ! Porting/Maintainers.pl
37517 ____________________________________________________________________________
37518 [ 23025] By: rgs                                   on 2004/07/02  10:06:29
37519         Log: Bump version number of Safe for CPAN release
37520      Branch: perl
37521            ! ext/Opcode/Safe.pm
37522 ____________________________________________________________________________
37523 [ 23024] By: rgs                                   on 2004/07/02  07:50:42
37524         Log: Upgrade to I18N::LangTags 0.33
37525      Branch: perl
37526            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
37527            ! lib/I18N/LangTags/t/80_all_env.t
37528 ____________________________________________________________________________
37529 [ 23023] By: davem                                 on 2004/07/02  01:49:11
37530         Log: utf8 POPSTACK crash on split execution
37531              split() does a SWITCHSTACK to directly split to an array, but
37532              if it subsequently dies (eg the regex triggers a 'use utf8' which
37533              is then denied by Safe), then the switch doesn't get undone. Add
37534              a new save type to allow for this.
37535      Branch: perl
37536            ! pp.c scope.c scope.h
37537 ____________________________________________________________________________
37538 [ 23022] By: mhx                                   on 2004/07/01  21:08:44
37539         Log: The microperl config didn't know about usemallocwrap yet.
37540      Branch: perl
37541            ! uconfig.h uconfig.sh
37542 ____________________________________________________________________________
37543 [ 23021] By: mhx                                   on 2004/07/01  14:30:05
37544         Log: Check for definedness of sv before calling sv_derived_from()
37545              to prevent "Use of uninitialized value..." warning.
37546      Branch: perl
37547            ! universal.c
37548 ____________________________________________________________________________
37549 [ 23019] By: nicholas                              on 2004/07/01  10:14:03
37550         Log: Bump version numbers
37551      Branch: perl
37552            ! ext/File/Glob/Glob.pm ext/XS/APItest/APItest.pm
37553            ! ext/threads/threads.pm lib/Carp.pm lib/File/Copy.pm
37554            ! lib/Text/ParseWords.pm lib/Text/Wrap.pm lib/autouse.pm
37555            ! lib/charnames.pm lib/diagnostics.pm lib/utf8.pm
37556 ____________________________________________________________________________
37557 [ 23018] By: nicholas                              on 2004/06/30  21:37:12
37558         Log: Assert that we aren't leaking memory.
37559      Branch: perl
37560            ! sv.c
37561 ____________________________________________________________________________
37562 [ 23016] By: gbarr                                 on 2004/06/30  13:47:36
37563         Log: Sync to libnet-1.19
37564      Branch: perl
37565            ! lib/Net/Changes.libnet lib/Net/Cmd.pm lib/Net/FTP.pm
37566            ! lib/Net/POP3.pm lib/Net/SMTP.pm lib/Net/t/datasend.t
37567 ____________________________________________________________________________
37568 [ 23014] By: rgs                                   on 2004/06/30  12:12:24
37569         Log: Subject: [PATCH pod/perlop.pod] Documenting undefined behaviour of $i = $i ++.
37570              From: Abigail <abigail@abigail.nl>
37571              Date: Wed, 30 Jun 2004 12:00:21 +0200
37572              Message-ID: <20040630100021.GA23752@abigail.nl>
37573      Branch: perl
37574            ! pod/perlop.pod
37575 ____________________________________________________________________________
37576 [ 23011] By: nicholas                              on 2004/06/29  15:26:34
37577         Log: Note that sv_2mortal isn't just "increase reference count by 1, and
37578              mark that it needs a deferred recount"
37579      Branch: perl
37580            ! sv.c
37581 ____________________________________________________________________________
37582 [ 23010] By: rgs                                   on 2004/06/29  12:12:58
37583         Log: More caveats in B::Deparse's documentation
37584              (suggested by Yves Orton)
37585      Branch: perl
37586            ! ext/B/B/Deparse.pm
37587 ____________________________________________________________________________
37588 [ 23007] By: merijn                                on 2004/06/29  10:57:46
37589         Log: HP-UX 10.20 still *needs* -Ae for HP C-ANSI-C to be ANSI
37590              11.00 and on are ANSI by default for /opt/ansic/bin
37591              Error was introduced by #22975 in re-enabling 10.01
37592      Branch: perl
37593            ! hints/hpux.sh
37594 ____________________________________________________________________________
37595 [ 23006] By: davem                                 on 2004/06/28  22:50:01
37596         Log: use encoding and "eq" cause memory leak
37597              Perl_sv_eq() was creating a temp and not always freeing it
37598      Branch: perl
37599            ! sv.c
37600 ____________________________________________________________________________
37601 [ 23002] By: nicholas                              on 2004/06/27  20:57:50
37602         Log: Assimilate Locale-Codes-2.07
37603      Branch: perl
37604            ! lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
37605            ! lib/Locale/Codes/t/all.t lib/Locale/Codes/t/constants.t
37606            ! lib/Locale/Codes/t/country.t lib/Locale/Codes/t/currency.t
37607            ! lib/Locale/Codes/t/uk.t lib/Locale/Constants.pm
37608            ! lib/Locale/Constants.pod lib/Locale/Country.pm
37609            ! lib/Locale/Country.pod lib/Locale/Currency.pm
37610            ! lib/Locale/Currency.pod lib/Locale/Language.pm
37611            ! lib/Locale/Language.pod lib/Locale/Script.pm
37612            ! lib/Locale/Script.pod
37613 ____________________________________________________________________________
37614 [ 23001] By: nicholas                              on 2004/06/27  18:27:43
37615         Log: Stop 80_all_env.t failing when LC_ALL is set
37616      Branch: perl
37617            ! lib/I18N/LangTags/t/80_all_env.t
37618 ____________________________________________________________________________
37619 [ 22998] By: nicholas                              on 2004/06/25  22:19:51
37620         Log: Correct detection of absent modules. Based on
37621
37622              Subject: [PATCH] Config{extensions} uses filesystem names as extensions
37623              From: Andy Dougherty <doughera@lafayette.edu>
37624              Message-ID: <Pine.SOL.4.58.0406241505530.14039@maxwell.phys.lafayette.edu>
37625              Date: Thu, 24 Jun 2004 15:09:47 -0400 (EDT)
37626
37627              with improvements from Marcus Holland-Moritz
37628      Branch: perl
37629            ! ext/Devel/PPPort/t/test.t ext/PerlIO/t/scalar.t
37630            ! ext/PerlIO/t/via.t ext/threads/shared/t/disabled.t lib/DB.t
37631            ! lib/Dumpvalue.t lib/PerlIO/via/t/QuotedPrint.t
37632            ! lib/Tie/RefHash.t lib/autouse.t lib/dumpvar.t lib/h2xs.t
37633            ! lib/overload.t t/io/crlf.t
37634 ____________________________________________________________________________
37635 [ 22997] By: mhx                                   on 2004/06/25  20:27:05
37636         Log: Cleanup the main regex in Text::ParseWords and make the
37637              parse_line() routine faster. Add a Unicode test case.
37638      Branch: perl
37639            ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
37640 ____________________________________________________________________________
37641 [ 22996] By: merijn                                on 2004/06/25  15:27:21
37642         Log: Subject: [perl #30450] perl 5.8.4: enhancement to hints/solaris_2.sh
37643              From: Nicholas Gianniotis (via RT) <perlbug-followup@perl.org>
37644              Date: 25 Jun 2004 09:39:51 -0000
37645              Message-ID: <rt-3.0.9-30450-91340.10.3279898804255@perl.org>
37646              and
37647              From: Andy Dougherty <doughera@lafayette.edu>
37648              Date: Fri, 25 Jun 2004 11:30:11 -0400 (EDT)
37649              Message-ID: <Pine.SOL.4.58.0406251113420.15961@maxwell.phys.lafayette.edu>
37650      Branch: perl
37651            ! hints/solaris_2.sh
37652 ____________________________________________________________________________
37653 [ 22995] By: rgs                                   on 2004/06/25  15:07:51
37654         Log: Subject: [PATCH] regcomp.c, t/op/regmesg.t -- False range with \p and \P
37655              From: Jeff 'japhy' Pinyan <japhy@perlmonk.org>
37656              Date: Thu, 24 Jun 2004 16:42:54 -0400 (EDT)
37657              Message-ID: <Pine.LNX.4.44.0406241636340.8774-200000@perlmonk.org>
37658      Branch: perl
37659            ! regcomp.c t/op/regmesg.t
37660 ____________________________________________________________________________
37661 [ 22994] By: rgs                                   on 2004/06/25  08:36:33
37662         Log: More @INC test fixes
37663      Branch: perl
37664            ! t/op/threads.t t/run/switch_A.t t/uni/chomp.t t/uni/tr_7jis.t
37665            ! t/uni/tr_eucjp.t t/uni/tr_sjis.t t/uni/tr_utf8.t
37666 ____________________________________________________________________________
37667 [ 22993] By: rgs                                   on 2004/06/25  08:28:34
37668         Log: Fix the Cwd tests for the core.
37669      Branch: perl
37670            ! ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
37671 ____________________________________________________________________________
37672 [ 22992] By: mhx                                   on 2004/06/24  19:51:06
37673         Log: Fix for: [perl #30442] Text::ParseWords does not handle backslashed newline inside quoted text
37674              Use the suggested regex fix, plus some tests.
37675      Branch: perl
37676            ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
37677 ____________________________________________________________________________
37678 [ 22991] By: rgs                                   on 2004/06/24  16:47:24
37679         Log: Upgrade to Cwd 2.18
37680              (with local changes to cwd.t, to adapt it to the core)
37681      Branch: perl
37682            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
37683 ____________________________________________________________________________
37684 [ 22990] By: mhx                                   on 2004/06/24  16:22:05
37685         Log: Fix for: [perl #2738] perl segfautls on input
37686              The parser was incorrectly accepting <> as a subroutine prototype and
37687              newATTRSUB didn't validate the proto argument before accessing op_sv.
37688      Branch: perl
37689            ! op.c pod/perldiag.pod t/comp/parser.t toke.c
37690 ____________________________________________________________________________
37691 [ 22988] By: rgs                                   on 2004/06/24  12:58:35
37692         Log: Upgrade to Cwd 2.17_03
37693      Branch: perl
37694            ! ext/Cwd/Changes ext/Cwd/Cwd.xs lib/Cwd.pm
37695 ____________________________________________________________________________
37696 [ 22977] By: nicholas                              on 2004/06/23  08:38:47
37697         Log: Test that [] // 0 is []
37698      Branch: perl
37699            ! t/op/dor.t
37700 ____________________________________________________________________________
37701 [ 22976] By: rgs                                   on 2004/06/23  08:28:15
37702         Log: Add a regression test for bug #23765 (by Jarkko)
37703      Branch: perl
37704            ! t/op/substr.t
37705 ____________________________________________________________________________
37706 [ 22975] By: merijn                                on 2004/06/23  06:56:15
37707         Log: Backward compatibility issues for HP-UX 10.01 and older
37708              Yes, it is still actively used in production environment
37709              One more patch expected for toke.c optimization level
37710      Branch: perl
37711            ! hints/hpux.sh
37712 ____________________________________________________________________________
37713 [ 22972] By: mhx                                   on 2004/06/22  21:23:59
37714         Log: Proposed patch + test case.
37715
37716              Subject: [perl #30409] charnames.pm clobbers default variable
37717              From: Marcel "Grünauer" (via RT) <perlbug-followup@perl.org>
37718              Date: 22 Jun 2004 16:43:50 -0000
37719              Message-ID: <rt-3.0.9-30409-91174.12.8617678524438@perl.org>
37720      Branch: perl
37721            ! lib/charnames.pm lib/charnames.t
37722 ____________________________________________________________________________
37723 [ 22971] By: mhx                                   on 2004/06/22  21:00:10
37724         Log: Adjust array index in FileCache.pm.
37725
37726              Subject: [perl #30291] Use of uninitialized value (array index reference) in FileCache.pm module at line 140
37727              From: bbucklan@jpl-devvax.jpl.nasa.gov (via RT) <perlbug-followup@perl.org>
37728              Date: 15 Jun 2004 16:55:22 -0000
37729              Message-ID: <rt-3.0.9-30291-90552.18.5392299690759@perl.org>
37730      Branch: perl
37731            ! lib/FileCache.pm
37732 ____________________________________________________________________________
37733 [ 22970] By: mhx                                   on 2004/06/22  20:26:11
37734         Log: Subject: [PATCH] DB_File 1.809  was RE: [perl #30237] DB_File methods and substr don't mix
37735              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
37736              Date: Tue, 22 Jun 2004 21:29:12 +0100
37737              Message-Id: <20040622202910.WBSU21846.mta08-svc.ntlworld.com@MARQUESSPT21>
37738      Branch: perl
37739            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
37740            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
37741            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
37742            ! ext/DB_File/typemap
37743 ____________________________________________________________________________
37744 [ 22969] By: nicholas                              on 2004/06/22  13:25:11
37745         Log: Abolish the "Tied variable freed while still in use" error - I have
37746              a way to cleanly avoid the coredump.
37747      Branch: perl
37748            ! mg.c pod/perldiag.pod t/op/tie.t
37749 ____________________________________________________________________________
37750 [ 22968] By: nicholas                              on 2004/06/22  12:28:58
37751         Log: Subject: [PATCH] Storable signedness nit
37752              From: "Craig A. Berry" <craigberry@mac.com>
37753              Message-ID: <40D3AAC7.6030407@mac.com>
37754              Date: Fri, 18 Jun 2004 21:53:59 -0500
37755      Branch: perl
37756            ! ext/Storable/Storable.xs
37757 ____________________________________________________________________________
37758 [ 22967] By: nicholas                              on 2004/06/22  09:57:23
37759         Log: Skip tests if List::Util not built
37760      Branch: perl
37761            ! lib/DB.t lib/Dumpvalue.t lib/autouse.t lib/dumpvar.t
37762            ! lib/overload.t
37763 ____________________________________________________________________________
37764 [ 22966] By: nicholas                              on 2004/06/22  09:56:59
37765         Log: Skip test if Data::Dumper not built
37766      Branch: perl
37767            ! lib/Tie/RefHash.t
37768 ____________________________________________________________________________
37769 [ 22965] By: nicholas                              on 2004/06/22  09:56:34
37770         Log: Skip test if Devel::PPPort is not built.
37771              Probably should fix h2xs to work without it.
37772      Branch: perl
37773            ! lib/h2xs.t
37774 ____________________________________________________________________________
37775 [ 22964] By: rgs                                   on 2004/06/22  07:34:40
37776         Log: Upgrade to I18N::LangTags 0.32
37777      Branch: perl
37778            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
37779            ! lib/I18N/LangTags/Detect.pm lib/I18N/LangTags/t/80_all_env.t
37780 ____________________________________________________________________________
37781 [ 22963] By: davem                                 on 2004/06/20  12:00:56
37782         Log: make mktables always update modifed time to play better with make
37783      Branch: perl
37784            ! Makefile.SH lib/unicore/mktables
37785 ____________________________________________________________________________
37786 [ 22962] By: davem                                 on 2004/06/20  11:50:19
37787         Log: fix typo in gp_free
37788      Branch: perl
37789            ! gv.c
37790 ____________________________________________________________________________
37791 [ 22961] By: davem                                 on 2004/06/19  12:36:58
37792         Log: 'make test' without preceeding 'make' fails.
37793              Change #22872 added a target to run mktables, but this was
37794              skipped if 'make test' was run first, causing the build of
37795              Unicode::Normalize to fail.
37796      Branch: perl
37797            ! Makefile.SH
37798 ____________________________________________________________________________
37799 [ 22960] By: nicholas                              on 2004/06/18  20:18:02
37800         Log: When expecting an error, it's best to check the text you got, rather
37801              than blindly assuming that it's correct.
37802      Branch: perl
37803            ! t/op/write.t
37804 ____________________________________________________________________________
37805 [ 22959] By: nicholas                              on 2004/06/18  18:57:30
37806         Log: Case insensitive file systems are bad, m'kay
37807      Branch: perl
37808            ! ext/IO/t/IO.t
37809 ____________________________________________________________________________
37810 [ 22958] By: nicholas                              on 2004/06/18  13:45:51
37811         Log: This needs POSIX, so skip if no POSIX
37812      Branch: perl
37813            ! lib/Pod/t/basic.t
37814 ____________________________________________________________________________
37815 [ 22957] By: nicholas                              on 2004/06/18  13:44:27
37816         Log: Also needs skipping if PerlIO::via not built
37817      Branch: perl
37818            ! lib/PerlIO/via/t/QuotedPrint.t
37819 ____________________________________________________________________________
37820 [ 22956] By: nicholas                              on 2004/06/18  13:24:13
37821         Log: Skip tests when PerlIO::scalar and PerlIO::via aren't built
37822      Branch: perl
37823            ! ext/PerlIO/t/scalar.t ext/PerlIO/t/via.t
37824 ____________________________________________________________________________
37825 [ 22955] By: nicholas                              on 2004/06/18  13:19:16
37826         Log: Not ideal, but skip all of IO's tests if Socket is not built.
37827      Branch: perl
37828            ! ext/IO/t/IO.t
37829 ____________________________________________________________________________
37830 [ 22954] By: nicholas                              on 2004/06/18  13:11:31
37831         Log: Skip test if perl configured without threads::shared
37832      Branch: perl
37833            ! ext/threads/shared/t/disabled.t
37834 ____________________________________________________________________________
37835 [ 22953] By: nicholas                              on 2004/06/18  13:09:24
37836         Log: Skip test if Devel::PPPort not built
37837      Branch: perl
37838            ! ext/Devel/PPPort/t/test.t
37839 ____________________________________________________________________________
37840 [ 22952] By: nicholas                              on 2004/06/18  13:07:40
37841         Log: Skip re tests if re not built.
37842      Branch: perl
37843            ! ext/re/t/re.t
37844 ____________________________________________________________________________
37845 [ 22951] By: nicholas                              on 2004/06/18  11:38:24
37846         Log: If we don't build B, we should skip all its tests.
37847      Branch: perl
37848            ! ext/B/t/asmdata.t ext/B/t/b.t ext/B/t/bblock.t
37849            ! ext/B/t/bytecode.t ext/B/t/concise.t ext/B/t/debug.t
37850            ! ext/B/t/deparse.t ext/B/t/f_map.t ext/B/t/f_sort.t
37851            ! ext/B/t/lint.t ext/B/t/o.t ext/B/t/optree_check.t
37852            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
37853            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
37854            ! ext/B/t/optree_varinit.t ext/B/t/showlex.t ext/B/t/stash.t
37855            ! ext/B/t/terse.t ext/B/t/xref.t
37856 ____________________________________________________________________________
37857 [ 22950] By: nicholas                              on 2004/06/18  11:27:51
37858         Log: D'oh. Don't turn on warnings on the #! line without actually testing
37859              the full code in case it warns.
37860      Branch: perl
37861            ! lib/Unicode/UCD.t
37862 ____________________________________________________________________________
37863 [ 22949] By: nicholas                              on 2004/06/18  09:43:12
37864         Log: Unicode::UCD uses Storable, so we can't test if Storable isn't built.
37865      Branch: perl
37866            ! lib/Unicode/UCD.t
37867 ____________________________________________________________________________
37868 [ 22948] By: nicholas                              on 2004/06/18  09:23:20
37869         Log: Can't test the B modules if we didn't build 'em
37870      Branch: perl
37871            ! t/lib/1_compile.t
37872 ____________________________________________________________________________
37873 [ 22947] By: nicholas                              on 2004/06/18  08:59:01
37874         Log: Need to skip test 7 if perl built without the PerlIO::scalar extension
37875      Branch: perl
37876            ! t/io/crlf.t
37877 ____________________________________________________________________________
37878 [ 22946] By: rgs                                   on 2004/06/18  07:44:34
37879         Log: Upgrade to I18N::LangTags 0.31.
37880      Branch: perl
37881            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
37882            ! lib/I18N/LangTags/Detect.pm lib/I18N/LangTags/t/10_http.t
37883            ! lib/I18N/LangTags/t/80_all_env.t
37884 ____________________________________________________________________________
37885 [ 22945] By: nicholas                              on 2004/06/17  19:27:05
37886         Log: As 2/3rds (or 3/4s) of the SV head structure is rewritten, it doesn't
37887              seem that memzero() of everything is the most efficient idea.
37888      Branch: perl
37889            ! sv.c
37890 ____________________________________________________________________________
37891 [ 22944] By: nicholas                              on 2004/06/17  14:57:14
37892         Log: Change 22516 forgot to add make_overload.pl to generate test data
37893              (submitted from the pub via wireless, bluetooth and then GPRS out
37894              to the Internet)
37895      Branch: perl
37896            + ext/Storable/t/make_overload.pl
37897            ! MANIFEST
37898 ____________________________________________________________________________
37899 [ 22943] By: nicholas                              on 2004/06/17  12:03:48
37900         Log: Storable should cope if the string to thaw happens to be utf8 encoded
37901              And anything with bytes >=256 is corrupt
37902      Branch: perl
37903            ! ext/Storable/ChangeLog ext/Storable/README
37904            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
37905            ! ext/Storable/t/utf8.t
37906 ____________________________________________________________________________
37907 [ 22942] By: rgs                                   on 2004/06/17  09:57:14
37908         Log: Upgrade to Locale::Maketext 1.09
37909      Branch: perl
37910            + lib/Locale/Maketext/t/01_about_verbose.t
37911            + lib/Locale/Maketext/t/10_make.t lib/Locale/Maketext/t/20_get.t
37912            + lib/Locale/Maketext/t/40_super.t
37913            + lib/Locale/Maketext/t/50_super.t
37914            + lib/Locale/Maketext/t/60_super.t
37915            + lib/Locale/Maketext/t/90_utf8.t
37916            - lib/Locale/Maketext/t/00about.t lib/Locale/Maketext/t/01make.t
37917            - lib/Locale/Maketext/t/02get.t lib/Locale/Maketext/t/03http.t
37918            - lib/Locale/Maketext/t/04super.t
37919            - lib/Locale/Maketext/t/05super.t
37920            - lib/Locale/Maketext/t/06super.t lib/Locale/Maketext/t/90utf8.t
37921            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
37922            ! lib/Locale/Maketext/README
37923 ____________________________________________________________________________
37924 [ 22941] By: rgs                                   on 2004/06/17  09:43:48
37925         Log: Upgrade to I18N::LangTags 0.30.
37926      Branch: perl
37927            + lib/I18N/LangTags/Detect.pm
37928            + lib/I18N/LangTags/t/01_about_verbose.t
37929            + lib/I18N/LangTags/t/05_main.t lib/I18N/LangTags/t/07_listy.t
37930            + lib/I18N/LangTags/t/10_http.t lib/I18N/LangTags/t/50_super.t
37931            + lib/I18N/LangTags/t/55_supers_strict.t
37932            + lib/I18N/LangTags/t/80_all_env.t
37933            - lib/I18N/LangTags/t/01test.t lib/I18N/LangTags/t/02decency.t
37934            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
37935            ! lib/I18N/LangTags/List.pm
37936 ____________________________________________________________________________
37937 [ 22940] By: rgs                                   on 2004/06/17  08:54:41
37938         Log: More forgiving version comparison in perlivp.
37939      Branch: perl
37940            ! utils/perlivp.PL
37941 ____________________________________________________________________________
37942 [ 22939] By: nicholas                              on 2004/06/16  09:05:57
37943         Log: Improve the substitution to cc_r for threading so that compilers
37944              specified with a full path or as a parameter to ccache are changed
37945      Branch: perl
37946            ! hints/aix.sh
37947 ____________________________________________________________________________
37948 [ 22938] By: rgs                                   on 2004/06/15  14:35:00
37949         Log: Subject: [PATCH] File::Basename docs
37950              From: Boris Zentner <bzm@2bz.de>
37951              Date: Sat, 12 Jun 2004 16:29:42 +0200
37952              Message-Id: <200406121629.42595.bzm@2bz.de>
37953      Branch: perl
37954            ! lib/File/Basename.pm
37955 ____________________________________________________________________________
37956 [ 22937] By: nicholas                              on 2004/06/15  09:21:22
37957         Log: It seems that our assert() macro wasn't good enough.
37958              Changed to one that that is an expression, rather than a statement.
37959              Fix new macros definitions in sv.h to be clean enough C to keep the
37960              AIX compiler happy.
37961      Branch: perl
37962            ! perl.h sv.h
37963 ____________________________________________________________________________
37964 [ 22936] By: rgs                                   on 2004/06/15  08:22:32
37965         Log: Subject: [PATCH] perlop.pod: add an example to the .. and ... operators
37966              From: Shlomi Fish <shlomif@vipe.technion.ac.il>
37967              Date: Tue, 15 Jun 2004 10:15:15 +0300 (IDT)
37968              Message-ID: <Pine.LNX.4.56.0406151013140.14618@vipe.technion.ac.il>
37969      Branch: perl
37970            ! pod/perlop.pod
37971 ____________________________________________________________________________
37972 [ 22935] By: nicholas                              on 2004/06/15  07:17:17
37973         Log: Assert SvTYPE is at least PGMV whenever accessing SvSTASH
37974      Branch: perl
37975            ! ext/Storable/Storable.xs sv.h
37976 ____________________________________________________________________________
37977 [ 22934] By: nicholas                              on 2004/06/14  15:26:38
37978         Log: Assert that SV type has magic member when reading/writing.
37979              Will catch buggy code.
37980      Branch: perl
37981            ! sv.c sv.h
37982 ____________________________________________________________________________
37983 [ 22933] By: rgs                                   on 2004/06/13  17:54:47
37984         Log: More h2ph voodoo.
37985      Branch: perl
37986            ! utils/h2ph.PL
37987 ____________________________________________________________________________
37988 [ 22932] By: rgs                                   on 2004/06/13  15:35:00
37989         Log: Subject: [PATCH] t/TEST
37990              From: Abe Timmerman <abe@ztreet.demon.nl>
37991              Date: Sun, 13 Jun 2004 11:41:49 +0200
37992              Message-Id: <200406131141.50361.abe@ztreet.demon.nl>
37993      Branch: perl
37994            ! t/TEST
37995 ____________________________________________________________________________
37996 [ 22931] By: rgs                                   on 2004/06/11  16:54:00
37997         Log: Reapply change #20983, rolled back by change #22920,
37998              as noticed by Craig Berry.
37999      Branch: perl
38000            ! pod/pod2usage.PL pod/podselect.PL
38001 ____________________________________________________________________________
38002 [ 22930] By: rgs                                   on 2004/06/11  14:22:55
38003         Log: More h2ph tweaks: recognition of C types
38004      Branch: perl
38005            ! utils/h2ph.PL
38006 ____________________________________________________________________________
38007 [ 22929] By: rgs                                   on 2004/06/11  13:46:53
38008         Log: More h2ph tweaking for gcc __inline functions
38009      Branch: perl
38010            ! utils/h2ph.PL
38011 ____________________________________________________________________________
38012 [ 22928] By: mhx                                   on 2004/06/11  09:37:42
38013         Log: t/comp/utf.t failed when configuring with -Dnoextensions=Encode
38014      Branch: perl
38015            ! t/comp/utf.t
38016 ____________________________________________________________________________
38017 [ 22927] By: rgs                                   on 2004/06/11  08:28:19
38018         Log: Remove a warning against unsafe signals in perlipc.pod,
38019              now that we have "safe signals".
38020      Branch: perl
38021            ! pod/perlipc.pod
38022 ____________________________________________________________________________
38023 [ 22926] By: rgs                                   on 2004/06/10  19:03:51
38024         Log: Subject: Re: [perl #30197] perlbug AutoReply: Data::Dumper does not indent the deparsed code properly
38025              From: Mathieu Arnold <m@absolight.fr>
38026              Date: Thu, 10 Jun 2004 16:43:58 +0200
38027              Message-ID: <34D483170C7F84E0DFBE442B@andromede.in.reaumur.net>
38028              (with a test adjustment)
38029      Branch: perl
38030            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
38031 ____________________________________________________________________________
38032 [ 22925] By: rgs                                   on 2004/06/10  17:26:15
38033         Log: Make h2ph able to understand a limited set of inline functions.
38034              The glibc apparently now ships headers that use inline functions
38035              instead of plain old macros.
38036      Branch: perl
38037            ! utils/h2ph.PL
38038 ____________________________________________________________________________
38039 [ 22924] By: rgs                                   on 2004/06/10  07:55:41
38040         Log: Subject: Change 22872 breaks shared miniperl invocation
38041              From: Alexey Tourbin <at@altlinux.ru>
38042              Date: Fri, 4 Jun 2004 13:24:17 +0400
38043              Message-ID: <20040604092417.GA13447@solemn.turbinal.org>
38044      Branch: perl
38045            ! Makefile.SH
38046 ____________________________________________________________________________
38047 [ 22923] By: rgs                                   on 2004/06/09  19:47:47
38048         Log: Subject: Re: [perl #30045] Transliteration replacement not terminated message obscure
38049              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
38050              Date: Mon, 7 Jun 2004 00:28:55 -0700
38051              Message-ID: <20040607072854.GB1028@efn.org>
38052      Branch: perl
38053            ! pod/perldiag.pod
38054 ____________________________________________________________________________
38055 [ 22922] By: rgs                                   on 2004/06/09  18:40:45
38056         Log: Remove the "malloc wrappage" tests, due to their unportability
38057              (as suggested by Jarkko.)
38058      Branch: perl
38059            ! t/op/array.t t/op/repeat.t
38060 ____________________________________________________________________________
38061 [ 22921] By: rgs                                   on 2004/06/09  15:57:58
38062         Log: Subject: [PATCH] Re: [perl #24081] invalid regexp in perl -V
38063              From: Robin Barker <Robin.Barker@npl.co.uk>
38064              Date: Wed, 9 Jun 2004 12:02:01 +0100
38065              Message-ID: <533D273D4014D411AB1D00062938C4D9040468F1@hotel.npl.co.uk>
38066              with further adjustements for bleadperl
38067      Branch: perl
38068            ! configpm lib/Config.t
38069 ____________________________________________________________________________
38070 [ 22920] By: rgs                                   on 2004/06/09  13:13:29
38071         Log: Upgrade to Pod::Parser 1.28
38072              (except Pod::Find, which has local patches not yet on CPAN)
38073      Branch: perl
38074            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm lib/Pod/Parser.pm
38075            ! pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
38076            ! t/pod/find.t
38077 ____________________________________________________________________________
38078 [ 22919] By: mhx                                   on 2004/06/09  12:50:12
38079         Log: s/64bit/64-bit/g for consistency in the READMEs.
38080      Branch: perl
38081            ! README.aix README.hpux
38082 ____________________________________________________________________________
38083 [ 22918] By: rgs                                   on 2004/06/09  12:43:59
38084         Log: Subject: [patch] Windows/Win32 thread handle leak with threads join
38085              From: "Kevin Chase" <kevincha99@hotmail.com>
38086              Date: Sun, 06 Jun 2004 09:44:44 -0700
38087              Message-ID: <BAY2-F172Ih5h5xf4rJ0001a3a6@hotmail.com>
38088      Branch: perl
38089            ! ext/threads/threads.xs
38090 ____________________________________________________________________________
38091 [ 22917] By: merijn                                on 2004/06/09  11:46:23
38092         Log: Several updates, major, and minor corrections, model updates,
38093              explained the model numbering of HP-UX servers.
38094      Branch: perl
38095            ! README.hpux
38096 ____________________________________________________________________________
38097 [ 22916] By: rgs                                   on 2004/06/09  09:53:58
38098         Log: Upgrade to Pod::Perldoc 3.13
38099      Branch: perl
38100            + lib/Pod/Perldoc/t/01_about_verbose.t
38101            ! MANIFEST lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm
38102 ____________________________________________________________________________
38103 [ 22915] By: rgs                                   on 2004/06/09  09:08:46
38104         Log: Upgrade to Digest 1.08.
38105      Branch: perl
38106            ! lib/Digest.pm
38107 ____________________________________________________________________________
38108 [ 22914] By: rgs                                   on 2004/06/09  08:08:55
38109         Log: Upgrade to CGI.pm 3.05
38110      Branch: perl
38111            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Util.pm lib/CGI/t/html.t
38112 ____________________________________________________________________________
38113 [ 22913] By: davem                                 on 2004/06/08  22:20:40
38114         Log: double DESTROY in for loop
38115              pp_iter decremented the ref count of the previous iterant before
38116              unaliasing it. This could lead to DESTROY being called with the
38117              loop variable still aliased to the freed value. If the DESTROY
38118              also contained a for loop with the same iterator variable, the
38119              freed value would get resurrected then freed for a second time.
38120      Branch: perl
38121            ! pp_hot.c t/cmd/for.t
38122 ____________________________________________________________________________
38123 [ 22912] By: rgs                                   on 2004/06/08  18:51:03
38124         Log: Upgrade to Pod::LaTeX 0.57
38125      Branch: perl
38126            + lib/Pod/t/user.t
38127            ! MANIFEST lib/Pod/LaTeX.pm pod/pod2latex.PL
38128 ____________________________________________________________________________
38129 [ 22911] By: rgs                                   on 2004/06/08  18:42:29
38130         Log: Upgrade to Unicode::Normalize 0.30.
38131      Branch: perl
38132            ! ext/Unicode/Normalize/Changes
38133            ! ext/Unicode/Normalize/Normalize.pm
38134            ! ext/Unicode/Normalize/Normalize.xs
38135            ! ext/Unicode/Normalize/t/illegal.t
38136            ! ext/Unicode/Normalize/t/short.t
38137            ! ext/Unicode/Normalize/t/split.t
38138 ____________________________________________________________________________
38139 [ 22910] By: rgs                                   on 2004/06/08  18:40:38
38140         Log: Remove a spurious \n in a perltie example,
38141              noticed by Geoffrey Young.
38142      Branch: perl
38143            ! pod/perltie.pod
38144 ____________________________________________________________________________
38145 [ 22909] By: rgs                                   on 2004/06/08  18:34:23
38146         Log: Upgrade to Unicode::Collate 0.40
38147      Branch: perl
38148            ! lib/Unicode/Collate.pm lib/Unicode/Collate/t/hangul.t
38149 ____________________________________________________________________________
38150 [ 22908] By: rgs                                   on 2004/06/08  18:23:54
38151         Log: Upgrade to Time::Local 1.10.
38152      Branch: perl
38153            ! lib/Time/Local.pm lib/Time/Local.t
38154 ____________________________________________________________________________
38155 [ 22907] By: rgs                                   on 2004/06/08  18:02:59
38156         Log: Upgrade to Test::Harness 2.42
38157      Branch: perl
38158            ! lib/Test/Harness.pm lib/Test/Harness/Changes
38159            ! lib/Test/Harness/bin/prove lib/Test/Harness/t/prove-switches.t
38160 ____________________________________________________________________________
38161 [ 22906] By: nicholas                              on 2004/06/08  14:59:20
38162         Log: Patch 22835 Failed to upgrade all the new files in Encode 2.01
38163              As spotted by Jerry D. Hedden
38164      Branch: perl
38165            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
38166 ____________________________________________________________________________
38167 [ 22905] By: rgs                                   on 2004/06/08  13:53:40
38168         Log: Subject: Re: newSVpvn(NULL, 0); doesn't work as advertised
38169              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
38170              Date: Fri, 4 Jun 2004 16:29:44 +0200
38171              Message-Id: <20040604162944.4011f1c6@r2d2>
38172      Branch: perl
38173            ! pod/perlapi.pod sv.c
38174 ____________________________________________________________________________
38175 [ 22904] By: rgs                                   on 2004/06/08  13:44:27
38176         Log: Subject: Re: [PATCH] Re: Lack of error for large string on Solaris
38177              From: Jarkko Hietaniemi <jhi@iki.fi>
38178              Date: Mon, 07 Jun 2004 20:09:42 +0300
38179              Message-ID: <40C4A156.5030205@iki.fi>
38180      Branch: perl
38181            ! av.c pod/perldiag.pod pp.c pp_hot.c t/op/array.t t/op/repeat.t
38182 ____________________________________________________________________________
38183 [ 22903] By: rgs                                   on 2004/06/08  10:19:27
38184         Log: Subject: [perl #30073] Misleading docs of Text::Wrap
38185              From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
38186              Date: 6 Jun 2004 21:50:19 -0000
38187              Message-ID: <rt-3.0.9-30073-89834.19.0927626986204@perl.org>
38188      Branch: perl
38189            ! lib/Text/Wrap.pm
38190 ____________________________________________________________________________
38191 [ 22902] By: rgs                                   on 2004/06/06  07:49:27
38192         Log: Subject: Re: [PATCH] [perl #29841] utf8::decode doesn't work under -T
38193              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
38194              Date: Sun, 06 Jun 2004 00:37:21 +0900
38195              Message-Id: <20040606003344.57B2.BQW10602@nifty.com>
38196      Branch: perl
38197            ! lib/utf8.pm pod/perlapi.pod sv.c t/op/utftaint.t
38198 ____________________________________________________________________________
38199 [ 22901] By: rgs                                   on 2004/06/03  15:19:52
38200         Log: Subject: [PATCH] Have win32/makefile.mk default to gcc, and update docs
38201              From: Steve Hay <steve.hay@uk.radan.com>
38202              Date: Thu, 03 Jun 2004 15:46:17 +0100
38203              Message-ID: <40BF39B9.3060207@uk.radan.com>
38204      Branch: perl
38205            ! README.win32 win32/makefile.mk
38206 ____________________________________________________________________________
38207 [ 22900] By: rgs                                   on 2004/06/03  13:20:37
38208         Log: perlpodspec uses 'nonbreaking' and 'non-breaking'.
38209              Normalize on the hyphenated spelling.
38210      Branch: perl
38211            ! pod/perlpodspec.pod
38212 ____________________________________________________________________________
38213 [ 22899] By: rgs                                   on 2004/06/03  13:03:20
38214         Log: Workaround a dmake oddity.
38215              Subject: Re: Smoke [5.9.2] 22881 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
38216              From: Steve Hay <steve.hay@uk.radan.com>
38217              Date: Thu, 03 Jun 2004 12:16:13 +0100
38218              Message-ID: <40BF087D.8030005@uk.radan.com>
38219      Branch: perl
38220            ! win32/makefile.mk
38221 ____________________________________________________________________________
38222 [ 22898] By: rgs                                   on 2004/06/03  09:02:31
38223         Log: Carp was mostly unusable with Safe because it may require
38224              Carp::Heavy at run-time (while require() is forbidden.)
38225              Have Safe load Carp::Heavy.
38226      Branch: perl
38227            ! ext/Opcode/Safe.pm lib/Carp.pm
38228 ____________________________________________________________________________
38229 [ 22897] By: mhx                                   on 2004/06/02  18:03:40
38230         Log: Make change #22889 work for threaded builds, Part 2.
38231      Branch: perl
38232            ! XSUB.h
38233 ____________________________________________________________________________
38234 [ 22896] By: mhx                                   on 2004/06/02  17:18:44
38235         Log: Make change #22889 work for threaded builds.
38236      Branch: perl
38237            ! pad.c pp.c
38238 ____________________________________________________________________________
38239 [ 22895] By: mhx                                   on 2004/06/02  16:48:41
38240         Log: Fix apidoc entries for PUSHMARK and newXSproto.
38241      Branch: perl
38242            ! XSUB.h pod/perlapi.pod pp.h
38243 ____________________________________________________________________________
38244 [ 22894] By: mhx                                   on 2004/06/02  16:42:24
38245         Log: Document embed.fnc 'U' and 's' flags.
38246      Branch: perl
38247            ! embed.fnc
38248 ____________________________________________________________________________
38249 [ 22893] By: rgs                                   on 2004/06/02  08:21:30
38250         Log: Subject: [PATCH] on VMS, always exit with failure in my_failure_exit
38251              From: "Craig A. Berry" <craigberry@mac.com>
38252              Date: Tue, 01 Jun 2004 23:16:58 -0500
38253              Message-ID: <40BD54BA.9040708@mac.com>
38254      Branch: perl
38255            ! perl.c
38256 ____________________________________________________________________________
38257 [ 22892] By: rgs                                   on 2004/06/02  08:19:30
38258         Log: Subject: Re: [PATCH] [perl #29612] ndbm failure in make test
38259              From: Alexey Tourbin <at@altlinux.ru>
38260              Date: Sat, 22 May 2004 02:22:22 +0400
38261              Message-ID: <20040521222222.GJ2030@solemn.turbinal.org>
38262      Branch: perl
38263            ! ext/NDBM_File/hints/linux.pl
38264 ____________________________________________________________________________
38265 [ 22891] By: rgs                                   on 2004/06/02  06:47:58
38266         Log: Detypo.
38267      Branch: perl
38268            ! pod/perlintern.pod pp_ctl.c
38269 ____________________________________________________________________________
38270 [ 22890] By: rgs                                   on 2004/06/02  06:43:30
38271         Log: Subject: [PATCH] Re: [perl #29765] PERL-5.8.4 INSTALL
38272              From: Andrew Dougherty <doughera@lafayette.edu>
38273              Date: Tue, 1 Jun 2004 16:25:48 -0400 (EDT)
38274              Message-ID: <Pine.SOL.4.58.0406011619090.4066@maxwell.phys.lafayette.edu>
38275      Branch: perl
38276            ! INSTALL README
38277 ____________________________________________________________________________
38278 [ 22889] By: rgs                                   on 2004/06/02  06:07:53
38279         Log: Make the dUNDERBAR/UNDERBAR macros work as advertised.
38280              While we're at it, use the same trick to make reverse()
38281              work correctly with lexical $_.
38282      Branch: perl
38283            ! XSUB.h embed.fnc embed.h global.sym pad.c pp.c proto.h
38284            ! t/op/mydef.t
38285 ____________________________________________________________________________
38286 [ 22888] By: rgs                                   on 2004/06/01  15:26:59
38287         Log: Subject: [PATCH] Remove redundant %SIG assignments from FileCache
38288              From: Alan Burlison <Alan.Burlison@Sun.COM>
38289              Date: Fri, 28 May 2004 12:27:06 +0100
38290              Message-ID: <40B7220A.4040305@sun.com>
38291      Branch: perl
38292            ! lib/FileCache.pm
38293 ____________________________________________________________________________
38294 [ 22887] By: merijn                                on 2004/06/01  14:30:48
38295         Log: Subject: Re: Smoke [5.9.2] 22881 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
38296              From: Steve Hay <steve.hay@uk.radan.com>
38297              Date: Tue, 01 Jun 2004 15:30:37 +0100
38298              Message-ID: <40BC930D.90701@uk.radan.com>
38299      Branch: perl
38300            ! win32/Makefile win32/makefile.mk
38301 ____________________________________________________________________________
38302 [ 22886] By: rgs                                   on 2004/06/01  12:24:30
38303         Log: Subject: [Fwd: [PATCH] Pod::Find should ignore SCM files and dirs]
38304              From: Alan Burlison <Alan.Burlison@sun.com>
38305              Date: Fri, 28 May 2004 23:28:44 +0100
38306              Message-ID: <40B7BD1C.40309@sun.com>
38307      Branch: perl
38308            ! lib/Pod/Find.pm
38309 ____________________________________________________________________________
38310 [ 22885] By: rgs                                   on 2004/06/01  12:17:18
38311         Log: Subject: Re: [PATCH] UPDATE - Grammatical fixes and explanations in perlfunc.pod (sysopen)
38312              From: Paul Fenwick <pjf@perltraining.com.au>
38313              Date: Tue, 1 Jun 2004 11:31:34 +1000
38314              Message-ID: <20040601013134.GA11005@perltraining.com.au>
38315      Branch: perl
38316            ! pod/perlfunc.pod
38317 ____________________________________________________________________________
38318 [ 22884] By: merijn                                on 2004/06/01  10:51:33
38319         Log: Subject: [PATCH] configure.com and PERL_API_REVISION
38320              From: "Craig A. Berry" <craigberry@mac.com>
38321              Date: Mon, 31 May 2004 21:04:07 -0500
38322              Message-ID: <40BBE417.2090001@mac.com>
38323      Branch: perl
38324            ! configure.com
38325 ____________________________________________________________________________
38326 [ 22883] By: rgs                                   on 2004/06/01  09:25:32
38327         Log: Subject: [PATCH] Shell.pm: pod rewrite and new mini-feature $Shell::raw
38328              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
38329              Date: Tue, 1 Jun 2004 07:52:58 +0200
38330              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C744@attmsx1.aut.alcatel.at>
38331      Branch: perl
38332            ! lib/Shell.pm
38333 ____________________________________________________________________________
38334 [ 22882] By: rgs                                   on 2004/06/01  08:44:01
38335         Log: Subject: [PATCH] perlhack.pod - working with the Perl source
38336              From: Dave Rolsky <autarch@urth.org>
38337              Date: Mon, 31 May 2004 12:52:43 -0500 (CDT)
38338              Message-ID: <Pine.LNX.4.58.0405311250520.7714@urth.org>
38339      Branch: perl
38340            ! pod/perlhack.pod
38341 ____________________________________________________________________________
38342 [ 22881] By: nicholas                              on 2004/05/31  19:06:21
38343         Log: replace the run time code in lib/utf8_pva.pl with data generated
38344              at build by mktables, stored in lib/unicore/PVA.pl
38345      Branch: perl
38346            - lib/utf8_pva.pl
38347            ! MANIFEST Makefile.SH lib/unicore/mktables lib/utf8_heavy.pl
38348            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
38349 ____________________________________________________________________________
38350 [ 22880] By: nicholas                              on 2004/05/31  17:26:56
38351         Log: Don't need to require utf8_pva.pl at top of file
38352      Branch: perl
38353            ! lib/utf8_heavy.pl
38354 ____________________________________________________________________________
38355 [ 22879] By: nicholas                              on 2004/05/31  14:24:56
38356         Log: Run mktables as part of the build process.
38357              Don't ship any of the files that it generates in lib/unicore
38358      Branch: perl
38359            - (delete 419 files)
38360            ! MANIFEST Makefile.SH lib/unicore/mktables
38361            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
38362 ____________________________________________________________________________
38363 [ 22878] By: rgs                                   on 2004/05/31  14:20:53
38364         Log: Subject: [perl #29937] Entries missing from .packlist
38365              From: jdhedden@1979.usna.com (via RT) <perlbug-followup@perl.org>
38366              Date: 28 May 2004 19:23:48 -0000
38367              Message-ID: <rt-3.0.9-29937-88315.2.18472609678159@perl.org>
38368      Branch: perl
38369            ! installman installperl
38370 ____________________________________________________________________________
38371 [ 22877] By: rgs                                   on 2004/05/31  12:50:57
38372         Log: Subject: [PATCH] Re: [perl #29969] h2ph not correctly processing glibc sys/sysmacros.ph
38373              From: <wolfgang.laun@chello.at>
38374              Date: Sun, 30 May 2004 17:27:07 +0200
38375              Message-Id: <20040530152707.ZLWL22856.viefep16-int.chello.at@localhost>
38376      Branch: perl
38377            ! utils/h2ph.PL
38378 ____________________________________________________________________________
38379 [ 22876] By: rgs                                   on 2004/05/31  09:52:05
38380         Log: Subject: [PATCH] Fix anomalies in Carp functions
38381              From: Steve Hay <steve.hay@uk.radan.com>
38382              Date: Tue, 25 May 2004 16:05:02 +0100
38383              Message-ID: <40B3609E.5060502@uk.radan.com>
38384      Branch: perl
38385            ! lib/Carp.t lib/Carp/Heavy.pm lib/autouse.t
38386 ____________________________________________________________________________
38387 [ 22875] By: rgs                                   on 2004/05/31  09:25:37
38388         Log: Subject: [PATCH] Fix generation of perlapi.pod
38389              From: Steve Hay <steve.hay@uk.radan.com>
38390              Date: Fri, 28 May 2004 11:46:41 +0100
38391              Message-ID: <40B71891.6090806@uk.radan.com>
38392      Branch: perl
38393            ! autodoc.pl pod/perlapi.pod
38394 ____________________________________________________________________________
38395 [ 22874] By: davem                                 on 2004/05/30  22:31:03
38396         Log: Subject:  Re: my $x->{foo} doesn't work
38397              From:  Shinya Hayakawa <hayakawa@livedoor.jp>
38398              Date:  Tue, 25 May 2004 00:06:06 +0900
38399              Message-Id:  <200405250006.06387.hayakawa@livedoor.jp>
38400
38401              Allow autovivification of (my $x)->{foo}
38402      Branch: perl
38403            ! pp_hot.c t/op/my.t
38404 ____________________________________________________________________________
38405 [ 22873] By: nicholas                              on 2004/05/30  21:58:36
38406         Log: Convert to using File::Spec, so that we can build Unicode files
38407              on all platforms
38408      Branch: perl
38409            ! lib/unicore/mktables
38410 ____________________________________________________________________________
38411 [ 22872] By: nicholas                              on 2004/05/30  20:34:07
38412         Log: First step to generating Unicode files for the regexp engine at build
38413              time - targets in the Makefile
38414      Branch: perl
38415            ! Makefile.SH
38416 ____________________________________________________________________________
38417 [ 22870] By: davem                                 on 2004/05/30  14:30:45
38418         Log: Problem with autouse (causing Perl to crash)
38419              @_ sometimes wasn't getting created right
38420      Branch: perl
38421            ! pad.c pp_ctl.c t/op/goto.t
38422 ____________________________________________________________________________
38423 [ 22868] By: nicholas                              on 2004/05/30  13:57:05
38424         Log: Upgrade to Encode 2.01.
38425      Branch: perl
38426            ! ext/Encode/lib/Encode/CN/HZ.pm
38427            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
38428 ____________________________________________________________________________
38429 [ 22866] By: nicholas                              on 2004/05/30  13:11:41
38430         Log: Skip in minitest
38431      Branch: perl
38432            ! t/comp/utf.t
38433 ____________________________________________________________________________
38434 [ 22853] By: rgs                                   on 2004/05/28  06:29:28
38435         Log: Subject: [PATCH doc] Re: undef loses it magicness when assigned to a variable?
38436              From: Stas Bekman <stas@stason.org>
38437              Date: Thu, 27 May 2004 11:25:08 -0700
38438              Message-ID: <40B63284.5040203@stason.org>
38439      Branch: perl
38440            ! pod/perlapi.pod pod/perlguts.pod sv.h
38441 ____________________________________________________________________________
38442 [ 22852] By: merijn                                on 2004/05/28  05:31:25
38443         Log: Subject: TEST needs to ignore SCM files
38444              From: Alan Burlison <Alan.Burlison@sun.com>
38445              Date: Thu, 27 May 2004 23:32:28 +0100
38446              Message-ID: <40B66C7C.8030303@sun.com>
38447      Branch: perl
38448            ! t/TEST
38449 ____________________________________________________________________________
38450 [ 22850] By: rgs                                   on 2004/05/26  16:17:24
38451         Log: Subject: [PATCH] 'perl -v' fails if local_patches contains code snippets
38452              From: Alan Burlison <Alan.Burlison@sun.com>
38453              Date: Wed, 26 May 2004 16:24:03 +0100
38454              Message-ID: <40B4B693.9090905@sun.com>
38455              (using \0 as a separator for q//)
38456      Branch: perl
38457            ! perl.c
38458 ____________________________________________________________________________
38459 [ 22848] By: rgs                                   on 2004/05/26  08:15:29
38460         Log: Subject: [PATCH] correctly handle C<< >> and C<<< >>> in diagnostics
38461              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
38462              Date: Tue, 25 May 2004 02:29:37 -0700
38463              Message-ID: <20040525092937.GA2332@efn.org>
38464      Branch: perl
38465            ! lib/diagnostics.pm
38466 ____________________________________________________________________________
38467 [ 22843] By: rgs                                   on 2004/05/24  16:12:41
38468         Log: Tests for change #22842, by SADAHIRO Tomoyuki
38469              (adapted to the core)
38470      Branch: perl
38471            + t/op/utftaint.t
38472            ! MANIFEST
38473 ____________________________________________________________________________
38474 [ 22842] By: rgs                                   on 2004/05/24  15:55:23
38475         Log: Subject: Re: utf-8 and taint don't work together
38476              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
38477              Date: Sat, 22 May 2004 21:38:33 +0900
38478              Message-Id: <20040522212704.C068.BQW10602@nifty.com>
38479
38480              Date: Sun, 23 May 2004 09:56:15 +0900
38481              Message-Id: <20040523095609.E404.BQW10602@nifty.com>
38482      Branch: perl
38483            ! ext/Encode/lib/Encode/CN/HZ.pm
38484            ! ext/Encode/lib/Encode/Unicode/UTF7.pm sv.c
38485 ____________________________________________________________________________
38486 [ 22841] By: rgs                                   on 2004/05/24  11:43:32
38487         Log: Subject: [PATCH] win32_chsize is not exported on Win32
38488              From: Steve Hay <steve.hay@uk.radan.com>
38489              Date: Mon, 24 May 2004 12:52:48 +0100
38490              Message-ID: <40B1E210.4050202@uk.radan.com>
38491      Branch: perl
38492            ! makedef.pl
38493 ____________________________________________________________________________
38494 [ 22840] By: rgs                                   on 2004/05/24  11:23:31
38495         Log: Subject: [PATCH] Re: [perl #29765] PERL-5.8.4 INSTALL
38496              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
38497              Date: Fri, 21 May 2004 11:35:34 -0700
38498              Message-ID: <20040521183533.GA5108@efn.org>
38499              (plus whitespace removal)
38500      Branch: perl
38501            ! INSTALL
38502 ____________________________________________________________________________
38503 [ 22839] By: davem                                 on 2004/05/22  11:15:34
38504         Log: Optimization busted: '@a = "b", sort @a' drops "b"
38505              Fix the sort-in-place optimization of change #22349.
38506      Branch: perl
38507            ! op.c t/op/sort.t
38508 ____________________________________________________________________________
38509 [ 22838] By: gbarr                                 on 2004/05/22  07:41:21
38510         Log: Update to Scalar-List-Utils-1.14
38511      Branch: perl
38512            + ext/List/Util/Changes
38513            - ext/List/Util/ChangeLog
38514            ! MANIFEST ext/List/Util/README ext/List/Util/Util.xs
38515            ! ext/List/Util/lib/List/Util.pm
38516            ! ext/List/Util/lib/Scalar/Util.pm
38517 ____________________________________________________________________________
38518 [ 22837] By: rgs                                   on 2004/05/21  15:40:49
38519         Log: Subject: Proposed doc patch for getsockopt
38520              From: perl5-porters@ton.iguana.be (Ton Hospel)
38521              Date: Sun, 16 May 2004 13:35:20 +0000 (UTC)
38522              Message-Id: <c87qmo$u9b$1@post.home.lunix>
38523      Branch: perl
38524            ! pod/perlfunc.pod
38525 ____________________________________________________________________________
38526 [ 22836] By: rgs                                   on 2004/05/21  08:45:28
38527         Log: Subject: [PATCH] h2xs doesn't recognize indented enums
38528              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
38529              Date: Fri, 21 May 2004 10:51:58 +0200
38530              Message-id: <20040521085158.GA10660@ethan>
38531              (modified regexp)
38532      Branch: perl
38533            ! utils/h2xs.PL
38534 ____________________________________________________________________________
38535 [ 22835] By: rgs                                   on 2004/05/20  13:30:25
38536         Log: Upgrade to Encode 2.00.
38537      Branch: perl
38538            ! (edit 147 files)
38539 ____________________________________________________________________________
38540 [ 22833] By: rgs                                   on 2004/05/20  11:48:29
38541         Log: Test portability nit.
38542              Subject: [PATCH] Re: Smoke [5.9.2] 22821 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
38543              From: Steve Hay <steve.hay@uk.radan.com>
38544              Date: Tue, 18 May 2004 11:31:04 +0100
38545              Message-ID: <40A9E5E8.7030800@uk.radan.com>
38546      Branch: perl
38547            ! ext/B/t/optree_specials.t
38548 ____________________________________________________________________________
38549 [ 22831] By: davem                                 on 2004/05/19  21:02:04
38550         Log: improve hashing algorithm for ptr tables in perl_clone:
38551              the bottom few bits of a pointer are usually zero
38552      Branch: perl
38553            ! sv.c
38554 ____________________________________________________________________________
38555 [ 22830] By: davem                                 on 2004/05/19  20:17:55
38556         Log: Thread creation time is hypersensitive
38557
38558              Due to a logic error, the dup ptr table sometimes wans't being
38559              grown, leading to extremely slow cloning.
38560      Branch: perl
38561            ! sv.c
38562 ____________________________________________________________________________
38563 [ 22829] By: rgs                                   on 2004/05/18  13:05:48
38564         Log: perlrun.pod minor fixes :
38565              - the parameter to -x is optional
38566              - pod nit
38567      Branch: perl
38568            ! pod/perlrun.pod
38569 ____________________________________________________________________________
38570 [ 22828] By: rgs                                   on 2004/05/18  12:54:47
38571         Log: Subject: [perl #29623] Patch for h2xs.t in Perl 5.8.4
38572              From: mats@sm5sxl.net (via RT) <perlbug-followup@perl.org>
38573              Date: 16 May 2004 13:33:32 -0000
38574              Message-ID: <rt-3.0.9-29623-87522.10.1965589695082@perl.org>
38575      Branch: perl
38576            ! lib/h2xs.t
38577 ____________________________________________________________________________
38578 [ 22827] By: rgs                                   on 2004/05/18  12:16:42
38579         Log: Subject: [PATCH] Re: Smoke [5.9.2] 22818 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
38580              From: Steve Hay <steve.hay@uk.radan.com>
38581              Date: Fri, 14 May 2004 17:33:17 +0100
38582              Message-ID: <40A4F4CD.2000003@uk.radan.com>
38583      Branch: perl
38584            ! t/comp/utf.t
38585 ____________________________________________________________________________
38586 [ 22826] By: rgs                                   on 2004/05/18  08:15:27
38587         Log: Error message too wide.
38588      Branch: perl
38589            ! perl.c
38590 ____________________________________________________________________________
38591 [ 22825] By: rgs                                   on 2004/05/17  15:12:03
38592         Log: Remove a TODO test that is no longer to do.
38593      Branch: perl
38594            ! ext/B/t/f_sort.t
38595 ____________________________________________________________________________
38596 [ 22824] By: rgs                                   on 2004/05/17  15:08:40
38597         Log: Fix new B::Concise test output
38598              Subject: Re: Smoke [5.9.2] 22820 FAIL(F) openbsd 3.5 (i386/1 cpu)
38599              From: Jim Cromie <jcromie@divsol.com>
38600              Date: Mon, 17 May 2004 09:19:00 -0600
38601              Message-ID: <40A8D7E4.1020007@divsol.com>
38602      Branch: perl
38603            ! ext/B/t/f_sort.t t/TEST
38604 ____________________________________________________________________________
38605 [ 22823] By: rgs                                   on 2004/05/17  08:54:15
38606         Log: Subject: [PATCH] Re: [perl #29581] glob() misses a lot of matches
38607              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
38608              Date: Mon, 17 May 2004 07:38:19 +0200
38609              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C71E@attmsx1.aut.alcatel.at>
38610      Branch: perl
38611            ! ext/File/Glob/Glob.xs
38612 ____________________________________________________________________________
38613 [ 22822] By: rgs                                   on 2004/05/17  08:49:53
38614         Log: David Manura is the new maintainer of Text::Balanced.
38615      Branch: perl
38616            ! Porting/Maintainers.pl
38617 ____________________________________________________________________________
38618 [ 22821] By: davem                                 on 2004/05/16  15:31:42
38619         Log: make Text::Balanced skip "case /..../" correctly for Switch.pm
38620      Branch: perl
38621            ! lib/Text/Balanced.pm lib/Text/Balanced/t/extcbk.t
38622 ____________________________________________________________________________
38623 [ 22820] By: rgs                                   on 2004/05/14  16:30:07
38624         Log: Subject: Re: more B::Concise stuff (PATCH - updated)
38625              From: Jim Cromie <jcromie@divsol.com>
38626              Date: Mon, 10 May 2004 05:28:11 -0600
38627              Message-ID: <409F674B.2000506@divsol.com>
38628      Branch: perl
38629            + ext/B/t/f_map ext/B/t/f_map.t ext/B/t/f_sort ext/B/t/f_sort.t
38630            + ext/B/t/optree_specials.t
38631            ! MANIFEST ext/B/B/Concise.pm ext/B/B/Showlex.pm
38632            ! ext/B/B/Terse.pm ext/B/t/OptreeCheck.pm ext/B/t/concise.t
38633            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
38634            ! ext/B/t/optree_samples.t ext/B/t/optree_sort.t
38635            ! ext/B/t/optree_varinit.t ext/B/t/showlex.t
38636 ____________________________________________________________________________
38637 [ 22819] By: rgs                                   on 2004/05/14  09:38:43
38638         Log: Add new dUNDERBAR and UNDERBAR macros, to help XS writers to
38639              access the $_ variable, even when there is a lexical one in scope.
38640      Branch: perl
38641            ! XSUB.h pod/perlapi.pod
38642 ____________________________________________________________________________
38643 [ 22818] By: nicholas                              on 2004/05/13  12:15:17
38644         Log: Subject: BOM-marked and (BOMless) UTF-16 scripts not working
38645              From: Jarkko Hietaniemi <jhi@iki.fi>
38646              Message-ID: <40A26D75.8080406@iki.fi>
38647              Date: Wed, 12 May 2004 21:31:17 +0300
38648      Branch: perl
38649            + t/comp/utf.t
38650            ! MANIFEST pod/perldiag.pod pod/perlunicode.pod toke.c
38651 ____________________________________________________________________________
38652 [ 22817] By: rgs                                   on 2004/05/12  16:29:07
38653         Log: Subject: [perl #29527] Perl 5.8.4 build problems on LynxOS
38654              From: Olli Savia (via RT) <perlbug-followup@perl.org>
38655              Date: 12 May 2004 13:02:41 -0000
38656              Message-ID: <rt-3.0.9-29527-87290.17.3367022021997@perl.org>
38657      Branch: perl
38658            ! sv.c
38659 ____________________________________________________________________________
38660 [ 22816] By: rgs                                   on 2004/05/12  16:16:50
38661         Log: Make XSLoader update @DynaLoader::dl_shared_objects.
38662      Branch: perl
38663            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
38664 ____________________________________________________________________________
38665 [ 22815] By: merijn                                on 2004/05/12  10:43:42
38666         Log: Subject: [PATCH] Configure shouldn't unconditionally add in -pipe
38667              From: Andy Dougherty <doughera@lafayette.edu>
38668              Date: Tue, 11 May 2004 13:14:42 -0400 (EDT)
38669              Message-ID: <Pine.SOL.4.58.0405111313210.14279@maxwell.phys.lafayette.edu>
38670      Branch: perl
38671            ! Configure hints/darwin.sh hints/rhapsody.sh
38672 ____________________________________________________________________________
38673 [ 22812] By: mhx                                   on 2004/05/11  17:42:13
38674         Log: Add the byte-order modifiers '<' and '>' to the pack tutorial.
38675              This completes the series: #22734, #22745, #22754, #22780
38676      Branch: perl
38677            ! pod/perlpacktut.pod
38678 ____________________________________________________________________________
38679 [ 22811] By: mhx                                   on 2004/05/11  17:21:35
38680         Log: 'v' unpacks unsigned shorts.
38681      Branch: perl
38682            ! pod/perlpacktut.pod
38683 ____________________________________________________________________________
38684 [ 22810] By: rgs                                   on 2004/05/11  16:35:49
38685         Log: Subject: various -V: searches [PATCH]
38686              From: Jim Cromie <jcromie@divsol.com>
38687              Date: Tue, 11 May 2004 00:15:46 -0600
38688              Message-ID: <40A06F92.1070607@divsol.com>
38689      Branch: perl
38690            ! configpm lib/Config.t pod/perlrun.pod
38691 ____________________________________________________________________________
38692 [ 22809] By: rgs                                   on 2004/05/11  11:00:31
38693         Log: More pod names in the debugger for the runman command
38694      Branch: perl
38695            ! lib/perl5db.pl
38696 ____________________________________________________________________________
38697 [ 22808] By: rgs                                   on 2004/05/11  10:52:27
38698         Log: Subject: [PATCH] debugger (step backwards)
38699              From: Richard.Foley@t-online.de (Richard Foley)
38700              Date: Tue, 11 May 2004 11:04:11 +0200
38701              Message-Id: <200405111104.11484.richard.foley@rfi.net>
38702      Branch: perl
38703            ! lib/perl5db.pl
38704 ____________________________________________________________________________
38705 [ 22807] By: rgs                                   on 2004/05/11  09:16:56
38706         Log: Subject: void context !~ generates "Useless use of not at line..." warning
38707              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
38708              Date: Sun, 9 May 2004 00:59:19 -0700
38709              Message-ID: <20040509075919.GA3752@efn.org>
38710      Branch: perl
38711            ! op.c
38712 ____________________________________________________________________________
38713 [ 22806] By: ams                                   on 2004/05/10  22:12:31
38714         Log: Subject: Re: a little extra cmdline help. [PATCH]
38715              From: Jim Cromie <jcromie@divsol.com>
38716              Date: Mon, 10 May 2004 15:25:07 -0600
38717              Message-Id: <409FF333.4020104@divsol.com>
38718      Branch: perl
38719            ! perl.c
38720 ____________________________________________________________________________
38721 [ 22804] By: ams                                   on 2004/05/10  11:10:34
38722         Log: Remove stray '.
38723      Branch: perl
38724            ! lib/File/Copy.pm
38725 ____________________________________________________________________________
38726 [ 22803] By: ams                                   on 2004/05/10  10:14:40
38727         Log: Subject: [PATCH] File::Copy Pod
38728              From: slaven@rezic.de
38729              Date: Mon, 10 May 2004 09:57:37 +0000
38730              Message-Id: <1084183057.10822@devpc01.iconmobile.de>
38731      Branch: perl
38732            ! lib/File/Copy.pm
38733 ____________________________________________________________________________
38734 [ 22802] By: davem                                 on 2004/05/07  19:12:29
38735         Log: symbolic references like ${"foo$index"}*3 would incorrectly warn
38736              that $index was the uninitialized value, when in fact it was $foo1
38737      Branch: perl
38738            ! sv.c t/lib/warnings/9uninit
38739 ____________________________________________________________________________
38740 [ 22801] By: davem                                 on 2004/05/07  18:21:22
38741         Log: Subject:  Re: stdio still supported?
38742              From:  Jim Cromie <jcromie@divsol.com>
38743              Date:  Thu, 06 May 2004 16:37:56 -0600
38744              Message-Id:  <409ABE44.8060307@divsol.com>
38745
38746              Update B::Concise tests to skip stuff requiring the
38747              "open to a scalar" feature of Perlio is it isn't available.
38748              Also note this caveat in perlfunc.pod
38749      Branch: perl
38750            ! ext/B/B/Concise.pm ext/B/t/concise.t ext/B/t/optree_check.t
38751            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
38752            ! ext/B/t/optree_sort.t ext/B/t/optree_varinit.t
38753            ! pod/perlfunc.pod
38754 ____________________________________________________________________________
38755 [ 22800] By: mhx                                   on 2004/05/07  16:58:57
38756         Log: Windows issues with select() are already documented in perlport.
38757      Branch: perl
38758            ! pod/perlfunc.pod
38759 ____________________________________________________________________________
38760 [ 22799] By: ams                                   on 2004/05/07  13:38:16
38761         Log: Subject: [perl #29397] Change in pod2man arguments
38762              From: Thorsten Glaser (via RT) <perlbug-followup@perl.org>
38763              Date: 6 May 2004 22:08:10 -0000
38764              Message-Id: <rt-3.0.9-29397-86929.5.37563386041974@perl.org>
38765      Branch: perl
38766            ! pod/pod2man.PL
38767 ____________________________________________________________________________
38768 [ 22798] By: mhx                                   on 2004/05/07  11:42:37
38769         Log: Scalar::Util::refaddr falsely returns false
38770              Add mg_get() to refaddr() when SV is magical.
38771              Fix the non-xs version of looks_like_number().
38772      Branch: perl
38773            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
38774            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/refaddr.t
38775 ____________________________________________________________________________
38776 [ 22797] By: mhx                                   on 2004/05/07  10:57:23
38777         Log: Document that select() on Windows doesn't work on non-socket filehandles.
38778      Branch: perl
38779            ! pod/perlfunc.pod
38780 ____________________________________________________________________________
38781 [ 22796] By: mhx                                   on 2004/05/06  17:19:17
38782         Log: Double warning for int(undef) and abs(undef)
38783              Remove the duplicate warnings and update tests.
38784      Branch: perl
38785            ! pp.c t/lib/warnings/9uninit
38786 ____________________________________________________________________________
38787 [ 22793] By: rgs                                   on 2004/05/06  14:43:08
38788         Log: Add a small script to check whether a perl source tree
38789              (with or without generated files) is friendly with
38790              case-insensitive filesystems.
38791              Adapted from :
38792              Subject: Re: STerm.pl vs Sterm.pl
38793              From: James Mastros <james@mastros.biz>
38794              Date: Thu, 06 May 2004 14:45:53 +0200
38795              Message-ID: <20040506124556.2402.qmail@onion.perl.org>
38796      Branch: perl
38797            + Porting/checkcase.pl
38798            ! MANIFEST
38799 ____________________________________________________________________________
38800 [ 22789] By: rgs                                   on 2004/05/06  12:33:14
38801         Log: Subject: Problem with system() on Win9x and command.com (perl 5.8.x-5.9.x)
38802              From: bilbo@ua.fm
38803              Date: Wed, 28 Apr 2004 00:19:55 +0300
38804              Message-ID: <611491036.20040428001955@ua.fm>
38805      Branch: perl
38806            ! win32/win32.c
38807 ____________________________________________________________________________
38808 [ 22788] By: merijn                                on 2004/05/06  11:35:21
38809         Log: add -pipe to gcc's default flags
38810              it has shown a compile time speed increase of about 40% on
38811              Linux and HP-UX, and also works on cygwin-1.5.9. On failing
38812              OS/gcc combo's remove it in the hints
38813      Branch: perl
38814            ! Configure
38815 ____________________________________________________________________________
38816 [ 22783] By: mhx                                   on 2004/05/05  19:02:28
38817         Log: Add tests for mX?PUSH[inup] macros.
38818
38819              Subject: Re: [PATCH] Document limitations in PUSHi et al macros and add new mPUSHi et al macros
38820              From: Steve Hay <steve.hay@uk.radan.com>
38821              Date: Wed, 05 May 2004 15:34:45 +0100
38822              Message-ID: <4098FB85.1060602@uk.radan.com>
38823      Branch: perl
38824            + ext/XS/APItest/t/push.t
38825            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
38826            ! ext/XS/APItest/MANIFEST
38827 ____________________________________________________________________________
38828 [ 22782] By: rgs                                   on 2004/05/05  16:14:25
38829         Log: Subject: Problem with h2xs
38830              From: David Cannings <lists@edeca.net>
38831              Date: Mon, 3 May 2004 13:44:33 +0100
38832              Message-Id: <200405031344.33723.lists@edeca.net>
38833              (Second patch only)
38834      Branch: perl
38835            ! utils/h2xs.PL
38836 ____________________________________________________________________________
38837 [ 22781] By: davem                                 on 2004/05/04  19:20:36
38838         Log: Bizarre copy of ARRAY
38839              make sure a pad op's flags are updated after optimising away
38840              the assignment in my @a = () (see change 22520).
38841      Branch: perl
38842            ! op.c t/op/my.t
38843 ____________________________________________________________________________
38844 [ 22780] By: mhx                                   on 2004/05/04  14:46:05
38845         Log: Add byte-order group modifiers to (un)pack templates.
38846              Follow-up on: #22734, #22745, #22753, #22754.
38847
38848              Subject: Group modifiers in (un)pack templates
38849              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
38850              Date: Mon, 3 May 2004 20:14:41 +0200
38851              Message-Id: <20040503201441.1b058e0d@r2d2>
38852      Branch: perl
38853            ! perl.h pod/perldiag.pod pod/perlfunc.pod pp_pack.c t/op/pack.t
38854 ____________________________________________________________________________
38855 [ 22779] By: mhx                                   on 2004/05/04  14:30:39
38856         Log: Fix mX?PUSH[inup] macros. (Follow-up to #22756 and #22757)
38857
38858              Subject: Re: [PATCH] Document limitations in PUSHi et al macros and add new mPUSHi et al macros
38859              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
38860              Date: Mon, 3 May 2004 20:03:28 +0200
38861              Message-Id: <20040503200328.24efcda5@r2d2>
38862      Branch: perl
38863            ! pp.h
38864 ____________________________________________________________________________
38865 [ 22778] By: davem                                 on 2004/05/03  21:07:44
38866         Log: add test for change #22746 ([perl #29102] Crash on assign to lex fh)
38867      Branch: perl
38868            ! t/io/open.t
38869 ____________________________________________________________________________
38870 [ 22777] By: davem                                 on 2004/05/03  20:48:53
38871         Log: add test for change #22776 ("open m" crashes Perl)
38872      Branch: perl
38873            ! t/io/open.t
38874 ____________________________________________________________________________
38875 [ 22776] By: davem                                 on 2004/05/03  20:26:22
38876         Log: perl -e "open m" crashes Perl
38877      Branch: perl
38878            ! toke.c
38879 ____________________________________________________________________________
38880 [ 22775] By: davem                                 on 2004/05/03  18:52:39
38881         Log: scalar delete of empty slice returned garbage
38882      Branch: perl
38883            ! pp.c t/op/delete.t
38884 ____________________________________________________________________________
38885 [ 22774] By: davem                                 on 2004/05/03  17:44:44
38886         Log: split could leave an array without &PL_sv_undef
38887              in the unused elements
38888      Branch: perl
38889            ! pp.c t/op/split.t
38890 ____________________________________________________________________________
38891 [ 22773] By: nicholas                              on 2004/05/03  13:59:08
38892         Log: Subject: Re: "fuzzy" in mktables
38893              From: Jarkko Hietaniemi <jhi@iki.fi>
38894              Message-ID: <4093A82B.6040609@iki.fi>
38895              Date: Sat, 01 May 2004 16:37:47 +0300
38896      Branch: perl
38897            ! lib/unicore/mktables
38898 ____________________________________________________________________________
38899 [ 22772] By: davem                                 on 2004/05/03  13:33:21
38900         Log: remove spurious intentation in utf8_pva.pl
38901      Branch: perl
38902            ! lib/utf8_pva.pl
38903 ____________________________________________________________________________
38904 [ 22771] By: davem                                 on 2004/05/03  13:28:24
38905         Log: ensure that utf8 Perl code magically called from a regex localizes $.
38906      Branch: perl
38907            ! lib/utf8_pva.pl
38908 ____________________________________________________________________________
38909 [ 22770] By: nicholas                              on 2004/05/03  11:19:10
38910         Log: Integrate:
38911              [ 22694]
38912              For maint, I don't think that we can have sperl go sulky if invoked
38913              from a #! line. So keep .../sperl functional, and have the /dev/fd/...
38914              only set ID exectuable reside under a different name (suidperl)
38915
38916              [ 22700]
38917              The set uid perl is now called setuidperl. Not suidperl.
38918              Which I discover is hardlinked from sperl by ./installperl
38919              elsewhere. Helpfully confusing installperl script.
38920
38921              [ 22718]
38922              Revert 22700 (as part of changes suggested by Brendan O'Dea)
38923
38924              [ 22719]
38925              Revert 22694
38926
38927              [ 22720]
38928              Simpler suggstion to resolve the #!/usr/bin/suidperl vs. the set uid
38929              binary must have fd script conundrum, as suggested by Brendan O'Dea
38930              Plus restore the more helpful error message from 22694 and the gist
38931              of the perl584delta changes from 22700
38932      Branch: perl
38933           !> INSTALL installperl perl.c pod/perldiag.pod pod/perlsec.pod
38934 ____________________________________________________________________________
38935 [ 22769] By: nicholas                              on 2004/05/03  10:37:45
38936         Log: Subject: [perl #29073] Reference to incorrect method in documentation of
38937              From: "bob@starlabs.net (via RT)" <perlbug-followup@perl.org>
38938              Message-ID: <rt-3.0.8-29073-85903.18.1381766820328@perl.org>
38939              Date: 22 Apr 2004 10:49:22 -0000
38940      Branch: perl
38941            ! lib/Text/ParseWords.pm
38942 ____________________________________________________________________________
38943 [ 22768] By: nicholas                              on 2004/05/02  22:40:18
38944         Log: It seems daft to me that we have a synopis example that will fail if
38945              gcc happened to be invoked via the name cc, and completely ignores
38946              the far more reliable 'gccversion' variable
38947              So here's one using 'usethreads' that ought to work everywhere.
38948      Branch: perl
38949            ! configpm
38950 ____________________________________________________________________________
38951 [ 22765] By: nicholas                              on 2004/05/02  18:18:25
38952         Log: Make t/uni/class.t pass on case insensitive file systems
38953      Branch: perl
38954            ! t/uni/class.t
38955 ____________________________________________________________________________
38956 [ 22764] By: nicholas                              on 2004/05/02  17:57:12
38957         Log: Save some repeated strlen()s in Perl_swash_init
38958      Branch: perl
38959            ! utf8.c
38960 ____________________________________________________________________________
38961 [ 22763] By: nicholas                              on 2004/05/01  14:07:45
38962         Log: And that same fool forgot to add the not-really-needed "fuzzy" versions
38963              of some binary property files
38964      Branch: perl
38965            + lib/unicore/lib/gc_sc/Dash2.pl
38966            + lib/unicore/lib/gc_sc/Hyphen2.pl
38967            + lib/unicore/lib/gc_sc/Radical2.pl
38968 ____________________________________________________________________________
38969 [ 22762] By: nicholas                              on 2004/05/01  14:06:05
38970         Log: Some fool removed lib/unicore/ArabicShaping.txt    in change 22760
38971      Branch: perl
38972            ! MANIFEST
38973 ____________________________________________________________________________
38974 [ 22761] By: nicholas                              on 2004/05/01  14:02:59
38975         Log: Avoid mktables generating Sterm.pl and Sterm.pl in the same directory
38976              by making the %BaseName check global
38977      Branch: perl
38978            + lib/unicore/lib/gc_sc/Sterm2.pl
38979            - lib/unicore/lib/gc_sc/Sterm.pl
38980            ! MANIFEST lib/unicore/Canonical.pl
38981            ! lib/unicore/lib/gc_sc/Dash.pl lib/unicore/lib/gc_sc/Hyphen.pl
38982            ! lib/unicore/lib/gc_sc/Radical.pl lib/unicore/mktables
38983 ____________________________________________________________________________
38984 [ 22760] By: nicholas                              on 2004/05/01  13:17:09
38985         Log: Remove the no-longer autogenerated Unicode files
38986      Branch: perl
38987            - (delete 322 files)
38988            ! MANIFEST
38989 ____________________________________________________________________________
38990 [ 22759] By: nicholas                              on 2004/05/01  11:16:35
38991         Log: mktables requires post 5.005
38992      Branch: perl
38993            ! lib/unicore/mktables
38994 ____________________________________________________________________________
38995 [ 22758] By: davem                                 on 2004/04/30  11:48:55
38996         Log: disable problematical 'uninitialized value' warning tests
38997      Branch: perl
38998            ! t/lib/warnings/9uninit
38999 ____________________________________________________________________________
39000 [ 22757] By: rgs                                   on 2004/04/30  11:32:03
39001         Log: Follow-up to previous patch: the mX?PUSH[inup] macros
39002              should handle 'set' magic, just like the X?PUSH[inup]
39003              counterparts.
39004      Branch: perl
39005            ! pod/perlapi.pod pp.h
39006 ____________________________________________________________________________
39007 [ 22756] By: rgs                                   on 2004/04/30  10:15:00
39008         Log: Subject: [PATCH] Document limitations in PUSHi et al macros and add new mPUSHi et al macros
39009              From: Steve Hay <steve.hay@uk.radan.com>
39010              Date: Fri, 30 Apr 2004 10:07:21 +0100
39011              Message-ID: <40921749.3050600@uk.radan.com>
39012      Branch: perl
39013            ! pod/perlapi.pod pod/perlguts.pod pp.h
39014 ____________________________________________________________________________
39015 [ 22755] By: nicholas                              on 2004/04/29  18:30:18
39016         Log: Fix 29149 - another UTF8 cache bug hit by substr.
39017              Regression test from:
39018
39019              Subject: Re: [perl #29149] substr/UTF8 related problem with perl 5.8.3 on linux
39020              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
39021              Message-Id: <20040429103926.5BA6.BQW10602@nifty.com>
39022              Date: Thu, 29 Apr 2004 10:53:17 +0900
39023      Branch: perl
39024            ! sv.c t/op/substr.t
39025 ____________________________________________________________________________
39026 [ 22754] By: mhx                                   on 2004/04/29  18:29:28
39027         Log: More unpack cleanups.
39028      Branch: perl
39029            ! pp_pack.c
39030 ____________________________________________________________________________
39031 [ 22753] By: mhx                                   on 2004/04/29  17:50:40
39032         Log: CXUX_BROKEN_CONSTANT_CONVERT isn't used anymore.
39033              Remove all associated code.
39034      Branch: perl
39035            ! hints/cxux.sh pp_pack.c
39036 ____________________________________________________________________________
39037 [ 22752] By: mhx                                   on 2004/04/29  17:38:32
39038         Log: The openbsd 64-bit test should use $uquadtype rather
39039              than hardcoding unsigned long long.
39040      Branch: perl
39041            ! hints/openbsd.sh
39042 ____________________________________________________________________________
39043 [ 22751] By: ams                                   on 2004/04/29  08:24:31
39044         Log: Update to Test.pm 1.25 (from SBURKE).
39045      Branch: perl
39046            + lib/Test/t/05_about_verbose.t lib/Test/t/multiline.t
39047            ! MANIFEST lib/Test.pm
39048 ____________________________________________________________________________
39049 [ 22750] By: mhx                                   on 2004/04/28  20:53:29
39050         Log: When configuring for 64-bit support, check that the
39051              C library functions for casting floating point values
39052              to 64-bit integer values are not broken.
39053      Branch: perl
39054            ! hints/openbsd.sh
39055 ____________________________________________________________________________
39056 [ 22749] By: rgs                                   on 2004/04/28  18:28:07
39057         Log: Fix for [perl #28963]: find2perl was sometimes generating
39058              invalid code.
39059      Branch: perl
39060            ! x2p/find2perl.PL
39061 ____________________________________________________________________________
39062 [ 22748] By: rgs                                   on 2004/04/28  13:01:13
39063         Log: Subject: [PATCH] Add diagnostics section to base.pm
39064              From: "Jos I. Boumans" <kane@dwim.org>
39065              Date: Wed, 28 Apr 2004 13:04:47 +0200
39066              Message-Id: <DC9B4A9C-9903-11D8-BA95-000A956B0E06@dwim.org>
39067      Branch: perl
39068            ! lib/base.pm
39069 ____________________________________________________________________________
39070 [ 22747] By: merijn                                on 2004/04/28  12:42:50
39071         Log: Subject: [perl #29033] typo in description of sleep in documentation of POSIX module
39072              Date: 21 Apr 2004 11:07:22 -0000
39073              From: "bob@starlabs.net (via RT)" <perlbug-followup@perl.org>
39074              Message-ID: <rt-3.0.8-29033-85811.17.0452776199501@perl.org>
39075      Branch: perl
39076            ! ext/POSIX/POSIX.pod
39077 ____________________________________________________________________________
39078 [ 22746] By: davem                                 on 2004/04/27  22:21:35
39079         Log: fix a coredump caused by rv2gv not fully converting a PV to an RV
39080      Branch: perl
39081            ! pp.c
39082 ____________________________________________________________________________
39083 [ 22745] By: mhx                                   on 2004/04/27  20:38:00
39084         Log: Cleanup variables in S_(un)pack_rec().
39085              This also works around a gcc optimizer bug on dec_osf/alpha.
39086      Branch: perl
39087            ! pp_pack.c
39088 ____________________________________________________________________________
39089 [ 22744] By: rgs                                   on 2004/04/27  08:43:38
39090         Log: Subject: [PATCH utf8_heavy.pl, mktables, et. al.] candidate for TR18 compliance
39091              From: Jeff 'japhy' Pinyan <japhy@perlmonk.org>
39092              Date: Thu, 22 Apr 2004 14:31:30 -0400 (EDT)
39093              Message-ID: <Pine.LNX.4.44.0404221429040.10466-101000@perlmonk.org>
39094
39095              Date: Mon, 26 Apr 2004 12:37:21 -0400 (EDT)
39096              Message-ID: <Pine.LNX.4.44.0404261222320.7154-400000@perlmonk.org>
39097      Branch: perl
39098            + (add 406 files)
39099            ! MANIFEST lib/unicore/Canonical.pl
39100            ! lib/unicore/CombiningClass.pl lib/unicore/Decomposition.pl
39101            ! lib/unicore/Exact.pl lib/unicore/Name.pl
39102            ! lib/unicore/Properties lib/unicore/To/Digit.pl
39103            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
39104            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
39105            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perlunicode.pod
39106            ! t/op/pat.t t/uni/class.t
39107 ____________________________________________________________________________
39108 [ 22743] By: merijn                                on 2004/04/26  22:20:30
39109         Log: usemallocwrap works on AIX, but not with vac-5
39110              Date: Mon, 26 Apr 2004 15:35:23 +0200
39111              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39112              Subject: Re: Perl 5.8.4 "panic: memory wrap" in miniperl on AIX 5.1
39113              Message-Id: <20040426152951.A6C4.H.M.BRAND@hccnet.nl>
39114      Branch: perl
39115            ! hints/aix.sh hints/aix_4.sh
39116 ____________________________________________________________________________
39117 [ 22742] By: davem                                 on 2004/04/24  12:53:07
39118         Log: fix 64-bit casting error in change 22741 (uninit var warnings)
39119      Branch: perl
39120            ! sv.c
39121 ____________________________________________________________________________
39122 [ 22741] By: davem                                 on 2004/04/23  20:43:02
39123         Log: Include variable names in "Use of uninitialized value" warnings
39124      Branch: perl
39125            + t/lib/warnings/9uninit
39126            ! MANIFEST doio.c embed.fnc embed.h ext/DB_File/DB_File.pm
39127            ! ext/DB_File/t/db-recno.t lib/Math/BigInt.pm
39128            ! lib/Math/BigInt/t/mbimbf.inc lib/Tie/RefHash.t lib/charnames.t
39129            ! mg.c perl.h pod/perldiag.pod pod/perlintern.pod pp.c pp_hot.c
39130            ! proto.h sv.c t/lib/warnings/1global t/lib/warnings/2use
39131            ! t/lib/warnings/3both t/lib/warnings/4lint
39132            ! t/lib/warnings/7fatal t/lib/warnings/doio t/lib/warnings/mg
39133            ! t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
39134            ! t/lib/warnings/pp_pack t/lib/warnings/sv t/lib/warnings/util
39135            ! t/run/fresh_perl.t t/run/runenv.t
39136 ____________________________________________________________________________
39137 [ 22739] By: rgs                                   on 2004/04/23  13:32:31
39138         Log: Subject: [PATCH] unfork the debugger (patch for 5.9.x)
39139              From: Richard.Foley@t-online.de (Richard Foley)
39140              Date: Fri, 23 Apr 2004 06:33:34 +0200
39141              Message-Id: <200404230633.34402.richard.foley@rfi.net>
39142      Branch: perl
39143            ! lib/perl5db.pl
39144 ____________________________________________________________________________
39145 [ 22737] By: nicholas                              on 2004/04/23  10:31:20
39146         Log: Ooops. Forgot to update pod.lst, and all that ensues with that
39147      Branch: perl
39148            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
39149            ! vms/descrip_mms.template win32/pod.mak
39150 ____________________________________________________________________________
39151 [ 22736] By: nicholas                              on 2004/04/23  10:11:26
39152         Log: Integrate:
39153              [ 22165]
39154              Create perl584delta.pod
39155              (Not that I'm really proposing to start work on 5.8.4 today)
39156
39157              [ 22650]
39158              Updates from Stas Bekman, Brendan O'Dea and Hugo
39159
39160              [ 22655]
39161              Tweaks from Hugo and Liz
39162
39163              [ 22677]
39164              Improvements from Jarkko
39165
39166              [ 22684]
39167              Integrate:
39168              [ 22665]
39169              AIX-4 with xlc does not like malloc wrap
39170
39171              [ 22666]
39172              Test drives are fun. Implement ccversion for Itanium HP-UX 11.23
39173
39174              [ 22698]
39175              Clarify AIX and win32's malloc wrapping
39176
39177              [ 22700]
39178              The set uid perl is now called setuidperl. Not suidperl.
39179              Which I discover is hardlinked from sperl by ./installperl
39180              elsewhere. Helpfully confusing installperl script.
39181
39182              [ 22703]
39183              More perldelta updates
39184
39185              [ 22710]
39186              Subject:  spelling
39187              From:  Jarkko Hietaniemi <jhi@cc.hut.fi>
39188              Date:  Fri, 16 Apr 2004 21:18:18 +0300 (EEST)
39189              Message-Id:  <200404161818.i3GIIILh391648@kosh.hut.fi>
39190
39191              [ 22718]
39192              Revert 22700 (as part of changes suggested by Brendan O'Dea)
39193
39194              [ 22720]
39195              Simpler suggstion to resolve the #!/usr/bin/suidperl vs. the set uid
39196              binary must have fd script conundrum, as suggested by Brendan O'Dea
39197              Plus restore the more helpful error message from 22694 and the gist
39198              of the perl584delta changes from 22700
39199
39200              [ 22731]
39201              Oink, oink, flap, flap!
39202      Branch: perl
39203           +> pod/perl584delta.pod
39204            ! MANIFEST
39205           !> pod/perlhist.pod
39206 ____________________________________________________________________________
39207 [ 22735] By: merijn                                on 2004/04/23  10:11:23
39208         Log: Subject: [PATCH] Where to find nmake for windows
39209              From: Abe Timmerman <abe@ztreet.demon.nl>
39210              Date: Thu, 22 Apr 2004 23:57:40 +0200
39211              Message-Id: <200404222357.40508.abe@ztreet.demon.nl>
39212              Changed download URL references for nmake
39213      Branch: perl
39214            ! README.win32 pod/perlmodinstall.pod
39215 ____________________________________________________________________________
39216 [ 22734] By: mhx                                   on 2004/04/23  04:07:25
39217         Log: Subject: [PATCH for testing/review] byte-order modifiers for (un)pack templates
39218              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
39219              Date: Wed, 21 Apr 2004 21:09:20 +0200
39220              Message-Id: <20040421210920.3c467772@r2d2>
39221      Branch: perl
39222            ! embed.fnc embed.h perl.h pod/perldiag.pod pod/perlfunc.pod
39223            ! pod/perlport.pod pp_pack.c proto.h t/op/pack.t util.c
39224 ____________________________________________________________________________
39225 [ 22733] By: rgs                                   on 2004/04/22  12:08:35
39226         Log: Missing copyright in the README.
39227      Branch: perl
39228            ! README
39229 ____________________________________________________________________________
39230 [ 22727] By: nicholas                              on 2004/04/21  15:22:29
39231         Log: Subject: [perl #28456] Typo in perlipc man page, and suggestions for same
39232              From: Axel Boldt (via RT) <perlbug-followup@perl.org>
39233              Message-ID: <rt-3.0.8-28456-84424.10.5222745276547@perl.org>
39234              Date: 11 Apr 2004 13:08:17 -0000
39235      Branch: perl
39236            ! pod/perlipc.pod
39237 ____________________________________________________________________________
39238 [ 22725] By: nicholas                              on 2004/04/21  14:21:57
39239         Log: Punt the "reporting bugs" section to the top.
39240              Reorder the description of what to do, to start with the most common
39241              case.
39242              Clarify "how to report bugs effectively" (and why it benefits you)
39243      Branch: perl
39244            ! INSTALL
39245 ____________________________________________________________________________
39246 [ 22724] By: nicholas                              on 2004/04/21  12:51:43
39247         Log: This should be L<>
39248      Branch: perl
39249            ! INSTALL
39250 ____________________________________________________________________________
39251 [ 22723] By: nicholas                              on 2004/04/21  09:42:35
39252         Log: INSTALL didn't mention the 5.8.2 hash changes. Fixed
39253      Branch: perl
39254            ! INSTALL
39255 ____________________________________________________________________________
39256 [ 22722] By: nicholas                              on 2004/04/21  09:25:34
39257         Log: We should be telling people about ..exp, else they use the unexpanded
39258              forms and shaft anyone who installs a private perl within ~
39259      Branch: perl
39260            ! INSTALL
39261 ____________________________________________________________________________
39262 [ 22721] By: rgs                                   on 2004/04/21  08:36:38
39263         Log: Subject: [patch] log the interpreter id in warnings
39264              From: Stas Bekman <stas@stason.org>
39265              Date: Mon, 19 Apr 2004 18:10:01 -0700
39266              Message-ID: <40847869.1000906@stason.org>
39267      Branch: perl
39268            ! gv.c handy.h hv.c perl.c sv.c
39269 ____________________________________________________________________________
39270 [ 22717] By: rgs                                   on 2004/04/20  12:27:18
39271         Log: Subject: [PATCH] Sync Term::Cap with CPAN version
39272              From: Jonathan Stowe <jns@gellyfish.com>
39273              Date: Tue, 20 Apr 2004 12:37:28 +0100
39274              Message-Id: <1082461047.2736.96.camel@localhost>
39275      Branch: perl
39276            ! lib/Term/Cap.pm
39277 ____________________________________________________________________________
39278 [ 22716] By: rgs                                   on 2004/04/19  12:26:35
39279         Log: Fix for [perl #28919] : sometimes the function ck_ftst was trying
39280              to read an op that was just freed, which was obviously illegal.
39281      Branch: perl
39282            ! op.c
39283 ____________________________________________________________________________
39284 [ 22715] By: rgs                                   on 2004/04/19  09:34:01
39285         Log: Upgrade to FileCache 1.04.
39286      Branch: perl
39287            ! lib/FileCache.pm
39288 ____________________________________________________________________________
39289 [ 22714] By: rgs                                   on 2004/04/19  08:57:17
39290         Log: New file left out of the last commit.
39291      Branch: perl
39292            + t/uni/class.t
39293 ____________________________________________________________________________
39294 [ 22713] By: rgs                                   on 2004/04/19  08:56:28
39295         Log: Subject: Re: [PATCH] lib/utf8_heavy.pl -- cascading classes and '&' support
39296              From: "Jeff 'japhy' Pinyan" <japhy@perlmonk.org>
39297              Date: Wed, 14 Apr 2004 17:01:38 -0400 (EDT)
39298              Message-ID: <Pine.LNX.4.44.0404141659480.11423-301000@perlmonk.org>
39299      Branch: perl
39300            ! MANIFEST pod/perlunicode.pod
39301 ____________________________________________________________________________
39302 [ 22712] By: rgs                                   on 2004/04/19  08:30:20
39303         Log: Subject: Re: [perl #28532] optional match of an anchor gets ignored
39304              From: hv@crypt.org
39305              Date: Wed, 14 Apr 2004 19:30:46 +0100
39306              Message-Id: <200404141830.i3EIUko03728@zen.crypt.org>
39307      Branch: perl
39308            ! regcomp.c regexec.c t/op/pat.t
39309 ____________________________________________________________________________
39310 [ 22708] By: nicholas                              on 2004/04/17  13:25:41
39311         Log: Integrate:
39312              [ 22661]
39313              This is RC1
39314
39315              [ 22705]
39316              This is RC2
39317      Branch: perl
39318           !> pod/perlhist.pod
39319 ____________________________________________________________________________
39320 [ 22706] By: rgs                                   on 2004/04/16  15:53:37
39321         Log: On Linux-PPC, using gcc, downgrade to the -O1 optimisation
39322              level (with -O2 miniperl behaves really badly.)
39323      Branch: perl
39324            ! hints/linux.sh
39325 ____________________________________________________________________________
39326 [ 22697] By: merijn                                on 2004/04/15  11:56:32
39327         Log: d_getservbyname_r undef up to at least OpenBSD 3.5
39328              Thanks to Campo Weijerman and Gerard Gerritsen off-list
39329      Branch: perl
39330            ! hints/openbsd.sh
39331 ____________________________________________________________________________
39332 [ 22696] By: merijn                                on 2004/04/14  16:04:40
39333         Log: #24121: Configure under turkish locale fails
39334              toupper (i) != I  in turkish, but U+0130
39335              \N{LATIN CAPITAL LETTER I WITH DOT ABOVE}
39336              Patch supplied by Rafael
39337      Branch: perl
39338            ! Configure
39339 ____________________________________________________________________________
39340 [ 22693] By: rgs                                   on 2004/04/14  08:28:15
39341         Log: Subject: [PATCH] lib/utf8_heavy.pl -- cascading classes and '&' support
39342              From: Jeff 'japhy' Pinyan <japhy@perlmonk.org>
39343              Date: Mon, 12 Apr 2004 20:24:48 -0400 (EDT)
39344              Message-ID: <Pine.LNX.4.44.0404122011160.3038-200000@perlmonk.org>
39345      Branch: perl
39346            ! lib/utf8_heavy.pl
39347 ____________________________________________________________________________
39348 [ 22692] By: rgs                                   on 2004/04/14  07:26:04
39349         Log: Subject: [PATCH]'s to bring bleadperl up to version-0.39
39350              From: John Peacock <jpeacock@rowman.com>
39351              Date: Tue, 13 Apr 2004 20:51:31 -0400
39352              Message-ID: <407C8B13.9020104@rowman.com>
39353      Branch: perl
39354            ! lib/version.pm lib/version.t t/comp/use.t universal.c util.c
39355 ____________________________________________________________________________
39356 [ 22691] By: rgs                                   on 2004/04/14  07:08:52
39357         Log: Subject: re: [PATCH] for bug 28525: Buffer overflow issue in the Win32 distribution of 5.8.3
39358              From: Jan Dubois <jand@ActiveState.com>
39359              Date: Tue, 13 Apr 2004 19:49:32 -0700
39360              Message-ID: <vm7p70h7au8unrnq4jp85oich7n71ar5ab@4ax.com
39361      Branch: perl
39362            ! win32/win32.c
39363 ____________________________________________________________________________
39364 [ 22689] By: mhx                                   on 2004/04/12  06:53:24
39365         Log: Borland C doesn't like PERL_MALLOC_WRAP.
39366              Until I know why, the fix is to disable it.
39367      Branch: perl
39368            ! win32/config_H.bc
39369 ____________________________________________________________________________
39370 [ 22688] By: davem                                 on 2004/04/11  14:27:26
39371         Log: Stop PL_comppad pointing to a freed pad during global destruction
39372      Branch: perl
39373            ! sv.c
39374 ____________________________________________________________________________
39375 [ 22687] By: davem                                 on 2004/04/11  13:13:35
39376         Log: Make global cleanup fractionally faster by giving S_visit()
39377              flags/mask to compare SVs against.
39378      Branch: perl
39379            ! embed.fnc embed.h proto.h sv.c
39380 ____________________________________________________________________________
39381 [ 22686] By: gbarr                                 on 2004/04/10  08:08:42
39382         Log: Sync with libnet 1.18
39383      Branch: perl
39384            + lib/Net/Changes.libnet lib/Net/t/datasend.t
39385            - lib/Net/ChangeLog.libnet
39386            ! MANIFEST lib/Net/Cmd.pm lib/Net/FTP.pm lib/Net/NNTP.pm
39387            ! lib/Net/POP3.pm lib/Net/README.libnet lib/Net/SMTP.pm
39388            ! lib/Net/Time.pm lib/Net/t/hostname.t
39389 ____________________________________________________________________________
39390 [ 22685] By: mhx                                   on 2004/04/10  06:37:30
39391         Log: Remove two unused variables that gcc used to warn about.
39392      Branch: perl
39393            ! util.c
39394 ____________________________________________________________________________
39395 [ 22682] By: rgs                                   on 2004/04/09  11:44:34
39396         Log: Subject: Re: #28386: UNIVERSAL::VERSION segfaults if $VERSION not defined (w/ patch to fix universal.c)
39397              From: David Dyck <david.dyck@fluke.com>
39398              Date: Thu, 8 Apr 2004 19:02:26 -0700 (PDT)
39399              Message-ID: <Pine.LNX.4.51.0404081843290.29618@dd.tc.fluke.com>
39400      Branch: perl
39401            ! universal.c
39402 ____________________________________________________________________________
39403 [ 22681] By: rgs                                   on 2004/04/09  07:04:48
39404         Log: find2perl should not default to -print when -eval is specified.
39405              Noticed by David Dyck.
39406      Branch: perl
39407            ! x2p/find2perl.PL
39408 ____________________________________________________________________________
39409 [ 22680] By: rgs                                   on 2004/04/09  06:58:51
39410         Log: Upgrade to Time::HiRes 1.59.
39411      Branch: perl
39412            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
39413            ! ext/Time/HiRes/HiRes.xs
39414 ____________________________________________________________________________
39415 [ 22675] By: rgs                                   on 2004/04/08  13:00:59
39416         Log: Upgrade to Digest 1.06.
39417      Branch: perl
39418            ! lib/Digest.pm
39419 ____________________________________________________________________________
39420 [ 22674] By: rgs                                   on 2004/04/08  12:57:48
39421         Log: Upgrade to Digest 1.06.
39422      Branch: perl
39423            ! lib/Digest.pm
39424 ____________________________________________________________________________
39425 [ 22673] By: rgs                                   on 2004/04/08  09:59:22
39426         Log: Upgrade to Time::HiRes 1.57.
39427      Branch: perl
39428            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
39429            ! ext/Time/HiRes/HiRes.xs
39430 ____________________________________________________________________________
39431 [ 22672] By: nicholas                              on 2004/04/07  20:48:04
39432         Log: Make gmtime and localtime cross reference each other.
39433              Suggested by Dan Jacobson
39434      Branch: perl
39435            ! pod/perlfunc.pod
39436 ____________________________________________________________________________
39437 [ 22671] By: merijn                                on 2004/04/07  17:54:10
39438         Log: Integrated Time-Local-1.09 from Dave Rolsky
39439              Corrected a wrap error from the CPAN version to match #22670
39440              Tested on AIX to make sure the skip is still needed
39441      Branch: perl
39442            ! lib/Time/Local.pm lib/Time/Local.t
39443 ____________________________________________________________________________
39444 [ 22670] By: merijn                                on 2004/04/07  12:03:11
39445         Log: Disable the edge case tests for timegm and timelocal on
39446              AIX-4.3 since the OS is obsoleted, and fixes are not to
39447              be expected
39448      Branch: perl
39449            ! lib/Time/Local.t
39450 ____________________________________________________________________________
39451 [ 22669] By: rgs                                   on 2004/04/07  08:26:48
39452         Log: Fix command-line quoting under Windows for the new optree tests
39453              Subject: Re: Smoke [5.9.2] 22666 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
39454              From: Steve Hay <steve.hay@uk.radan.com>
39455              Date: Wed, 07 Apr 2004 09:46:01 +0100
39456              Message-ID: <4073BFC9.10707@uk.radan.com>
39457      Branch: perl
39458            ! ext/B/t/optree_samples.t
39459 ____________________________________________________________________________
39460 [ 22668] By: rgs                                   on 2004/04/07  08:00:07
39461         Log: Subject: [PATCH] Bleadperl to version 0.37
39462              From: John Peacock <jpeacock@rowman.com>
39463              Date: Tue, 06 Apr 2004 21:56:19 -0400
39464              Message-ID: <40735FC3.5010305@rowman.com>
39465      Branch: perl
39466            ! embed.fnc embed.h global.sym lib/version.pm lib/version.t
39467            ! pod/perlapi.pod proto.h t/comp/use.t t/op/universal.t
39468            ! universal.c util.c
39469 ____________________________________________________________________________
39470 [ 22667] By: rgs                                   on 2004/04/07  07:37:59
39471         Log: The optree builder was looping when constructing the ops
39472              for a map/grep block containing a while(1).
39473              (Bug reported by Pixel.)
39474      Branch: perl
39475            ! op.c t/op/grep.t
39476 ____________________________________________________________________________
39477 [ 22666] By: merijn                                on 2004/04/06  14:44:29
39478         Log: Test drives are fun. Implement ccversion for Itanium HP-UX 11.23
39479      Branch: perl
39480            ! hints/hpux.sh
39481 ____________________________________________________________________________
39482 [ 22665] By: merijn                                on 2004/04/06  13:34:14
39483         Log: AIX-4 with xlc does not like malloc wrap
39484      Branch: perl
39485            ! hints/aix_4.sh
39486 ____________________________________________________________________________
39487 [ 22664] By: rgs                                   on 2004/04/06  07:29:30
39488         Log: Subject: Re: tests for change #22539
39489              From: Jim Cromie <jcromie@divsol.com>
39490              Date: Tue, 30 Mar 2004 14:39:31 -0700
39491              Message-ID: <4069E913.5040906@divsol.com>
39492              (with some spelling tweaks)
39493      Branch: perl
39494            + ext/B/t/OptreeCheck.pm ext/B/t/optree_check.t
39495            + ext/B/t/optree_concise.t ext/B/t/optree_samples.t
39496            + ext/B/t/optree_sort.t ext/B/t/optree_varinit.t
39497            ! MANIFEST ext/B/B/Concise.pm ext/B/t/concise.t t/test.pl
39498 ____________________________________________________________________________
39499 [ 22663] By: mhx                                   on 2004/04/06  03:40:10
39500         Log: Make the ! suffix handle n/N/v/V as signed integers
39501              within pack templates.
39502      Branch: perl
39503            ! pod/perlfunc.pod pp_pack.c t/op/pack.t
39504 ____________________________________________________________________________
39505 [ 22662] By: mhx                                   on 2004/04/05  20:03:03
39506         Log: C<undef> doesn't look like a number. See also:
39507
39508              Subject: Re: [perl #27606] undef "looks like" a number
39509              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
39510              Date: Mon, 15 Mar 2004 22:16:26 +0100
39511              Message-Id: <20040315221626.48061c67@r2d2>
39512      Branch: perl
39513            ! ext/List/Util/lib/List/Util.pm
39514            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/lln.t
39515            ! pp_ctl.c sv.c
39516 ____________________________________________________________________________
39517 [ 22656] By: nicholas                              on 2004/04/05  15:55:18
39518         Log: Subject: Re: perldelta584
39519              From: Craig Berry <craigberry@mac.com>
39520              Message-ID: <12587569.1081180932766.JavaMail.craigberry@mac.com>
39521              Date: Mon, 05 Apr 2004 11:02:12 -0500
39522
39523              (makes malloc wrap the default on VMS)
39524      Branch: perl
39525            ! configure.com
39526 ____________________________________________________________________________
39527 [ 22654] By: rgs                                   on 2004/04/05  15:24:49
39528         Log: Subject: ref ($proto) || $proto patch
39529              From: Ovid <publiustemp-p5p@yahoo.com>
39530              Date: Sat, 03 Apr 2004 18:59:22 -0800
39531              Message-ID: <406F7A0A.50702@yahoo.com>
39532              (with minor reformatting)
39533      Branch: perl
39534            ! pod/perlobj.pod pod/perltoot.pod
39535 ____________________________________________________________________________
39536 [ 22652] By: rgs                                   on 2004/04/05  12:51:10
39537         Log: Subject: sv_pvutf8n_force and sv_pvbyten_force
39538              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
39539              Date: Wed, 24 Mar 2004 00:16:52 +0900
39540              Message-Id: <20040324001126.098F.BQW10602@nifty.com>
39541      Branch: perl
39542            ! sv.c
39543 ____________________________________________________________________________
39544 [ 22651] By: rgs                                   on 2004/04/05  11:50:10
39545         Log: wantarray docs should mention effect of eval { wantarray }
39546              as reported by Tim Bunce. Add a note to this effect in perlfunc,
39547              and regression tests for it.
39548      Branch: perl
39549            ! pod/perlfunc.pod t/op/wantarray.t
39550 ____________________________________________________________________________
39551 [ 22649] By: nicholas                              on 2004/04/05  08:57:18
39552         Log: More AUTHORS who deserve credit for patches
39553      Branch: perl
39554            ! AUTHORS
39555 ____________________________________________________________________________
39556 [ 22646] By: nicholas                              on 2004/04/04  16:32:54
39557         Log: Hand merge patch from maint back to blead.
39558      Branch: perl
39559            ! ext/threads/threads.pm
39560 ____________________________________________________________________________
39561 [ 22642] By: nicholas                              on 2004/04/04  13:07:50
39562         Log: Bump version numbers for modules that have changed since 5.8.3
39563      Branch: perl
39564            ! ext/B/B/Assembler.pm ext/B/B/Deparse.pm
39565            ! ext/DynaLoader/DynaLoader_pm.PL ext/IO/lib/IO/Handle.pm
39566            ! ext/IO/lib/IO/Pipe.pm ext/ODBM_File/ODBM_File.pm
39567            ! ext/threads/threads.pm lib/ExtUtils/Liblist/Kid.pm
39568            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Win95.pm
39569            ! lib/IPC/Open3.pm lib/Unicode/UCD.pm lib/base.pm lib/utf8.pm
39570 ____________________________________________________________________________
39571 [ 22641] By: rgs                                   on 2004/04/02  15:40:15
39572         Log: Fix bug #27940 : \cX escapes weren't working correctly in regular
39573              expression ranges.
39574      Branch: perl
39575            ! t/op/pat.t toke.c
39576 ____________________________________________________________________________
39577 [ 22637] By: davem                                 on 2004/04/02  10:02:06
39578         Log: Subject:  [PATCH] fix utils install problems on VMS
39579              From:  "Craig A. Berry" <craigberry@mac.com>
39580              Date:  Thu, 01 Apr 2004 20:19:53 -0600
39581              Message-Id:  <406CCDC9.7000500@mac.com>
39582
39583              We were not running utils/instmodsh.PL or utils/xsubpp.PL during
39584              the build, so installperl would not find the generated programs at
39585              install time.
39586              Also fixed several problems with the command definitions for the
39587              utilities
39588      Branch: perl
39589            ! configure.com vms/descrip_mms.template
39590 ____________________________________________________________________________
39591 [ 22636] By: davem                                 on 2004/04/01  22:00:40
39592         Log: Subject:  [PATCH] archname salad on VMS
39593              From:  "Craig A. Berry" <craigberry@mac.com>
39594              Date:  Thu, 01 Apr 2004 14:16:32 -0600
39595              Message-Id:  <406C78A0.2070009@mac.com>
39596
39597              sort out architecture-specific directory names for OpenVMS
39598              Itanium port
39599      Branch: perl
39600            ! configure.com vms/descrip_mms.template
39601 ____________________________________________________________________________
39602 [ 22635] By: davem                                 on 2004/04/01  20:27:14
39603         Log: Fix change #22376. Only mark a const as short-circuited
39604              if it's actually a const!
39605      Branch: perl
39606            ! op.c
39607 ____________________________________________________________________________
39608 [ 22630] By: nicholas                              on 2004/04/01  15:15:10
39609         Log: debug the instructions on upgrading Unicode
39610      Branch: perl
39611            ! lib/unicore/README.perl
39612 ____________________________________________________________________________
39613 [ 22625] By: mhx                                   on 2004/04/01  06:01:25
39614         Log: Fix and tests for [perl #28123] Perl optimizes // away incorrectly
39615      Branch: perl
39616            ! op.c t/op/dor.t
39617 ____________________________________________________________________________
39618 [ 22624] By: davem                                 on 2004/03/31  20:33:52
39619         Log: + (\$) prototype = bad free
39620              av_delete() didn't reify. I also updated its description
39621      Branch: perl
39622            ! av.c t/op/args.t
39623 ____________________________________________________________________________
39624 [ 22621] By: nicholas                              on 2004/03/31  15:05:40
39625         Log: Upgrade to Unicode 4.0.1
39626      Branch: perl
39627            + lib/unicore/lib/Katakan2.pl lib/unicore/lib/Sterm.pl
39628            + lib/unicore/lib/Variatio.pl
39629            ! MANIFEST lib/Unicode/UCD.t lib/unicore/ArabLink.pl
39630            ! lib/unicore/ArabLnkGrp.pl lib/unicore/ArabicShaping.txt
39631            ! lib/unicore/Bidirectional.pl lib/unicore/Blocks.pl
39632            ! lib/unicore/Blocks.txt lib/unicore/Canonical.pl
39633            ! lib/unicore/CaseFolding.txt lib/unicore/Category.pl
39634            ! lib/unicore/HangulSyllableType.txt lib/unicore/Index.txt
39635            ! lib/unicore/Jamo.txt lib/unicore/Lbrk.pl
39636            ! lib/unicore/LineBreak.txt lib/unicore/PropList.txt
39637            ! lib/unicore/PropValueAliases.txt lib/unicore/Properties
39638            ! lib/unicore/PropertyAliases.txt lib/unicore/ReadMe.txt
39639            ! lib/unicore/Scripts.pl lib/unicore/Scripts.txt
39640            ! lib/unicore/SpecialCasing.txt lib/unicore/To/Digit.pl
39641            ! lib/unicore/UnicodeData.txt lib/unicore/lib/Arabic.pl
39642            ! lib/unicore/lib/Armenian.pl lib/unicore/lib/Bengali.pl
39643            ! lib/unicore/lib/BidiBN.pl lib/unicore/lib/BidiCS.pl
39644            ! lib/unicore/lib/BidiEN.pl lib/unicore/lib/BidiES.pl
39645            ! lib/unicore/lib/BidiET.pl lib/unicore/lib/BidiL.pl
39646            ! lib/unicore/lib/BidiON.pl lib/unicore/lib/Bopomofo.pl
39647            ! lib/unicore/lib/Braille.pl lib/unicore/lib/Buhid.pl
39648            ! lib/unicore/lib/C.pl lib/unicore/lib/Canadian.pl
39649            ! lib/unicore/lib/Cf.pl lib/unicore/lib/Cherokee.pl
39650            ! lib/unicore/lib/Cntrl.pl lib/unicore/lib/Common.pl
39651            ! lib/unicore/lib/Cypriot.pl lib/unicore/lib/Cyrillic.pl
39652            ! lib/unicore/lib/Deseret.pl lib/unicore/lib/Devanaga.pl
39653            ! lib/unicore/lib/Ethiopic.pl lib/unicore/lib/Georgian.pl
39654            ! lib/unicore/lib/Gothic.pl lib/unicore/lib/Greek.pl
39655            ! lib/unicore/lib/Gujarati.pl lib/unicore/lib/Gurmukhi.pl
39656            ! lib/unicore/lib/Han.pl lib/unicore/lib/Hangul.pl
39657            ! lib/unicore/lib/Hanunoo.pl lib/unicore/lib/Hebrew.pl
39658            ! lib/unicore/lib/Hiragana.pl lib/unicore/lib/InCyril2.pl
39659            ! lib/unicore/lib/Inherite.pl lib/unicore/lib/Kannada.pl
39660            ! lib/unicore/lib/Katakana.pl lib/unicore/lib/Khmer.pl
39661            ! lib/unicore/lib/Lao.pl lib/unicore/lib/Latin.pl
39662            ! lib/unicore/lib/Limbu.pl lib/unicore/lib/LinearB.pl
39663            ! lib/unicore/lib/Malayala.pl lib/unicore/lib/Math.pl
39664            ! lib/unicore/lib/Mongolia.pl lib/unicore/lib/Myanmar.pl
39665            ! lib/unicore/lib/Ogham.pl lib/unicore/lib/OldItali.pl
39666            ! lib/unicore/lib/Oriya.pl lib/unicore/lib/Osmanya.pl
39667            ! lib/unicore/lib/OtherDef.pl lib/unicore/lib/OtherGra.pl
39668            ! lib/unicore/lib/OtherMat.pl lib/unicore/lib/Runic.pl
39669            ! lib/unicore/lib/Shavian.pl lib/unicore/lib/Sinhala.pl
39670            ! lib/unicore/lib/SoftDott.pl lib/unicore/lib/Syriac.pl
39671            ! lib/unicore/lib/Tagalog.pl lib/unicore/lib/Tagbanwa.pl
39672            ! lib/unicore/lib/TaiLe.pl lib/unicore/lib/Tamil.pl
39673            ! lib/unicore/lib/Telugu.pl lib/unicore/lib/Terminal.pl
39674            ! lib/unicore/lib/Thaana.pl lib/unicore/lib/Thai.pl
39675            ! lib/unicore/lib/Tibetan.pl lib/unicore/lib/Ugaritic.pl
39676            ! lib/unicore/lib/Yi.pl lib/unicore/lib/Z.pl
39677            ! lib/unicore/lib/Zs.pl lib/unicore/version t/op/pat.t
39678 ____________________________________________________________________________
39679 [ 22619] By: merijn                                on 2004/03/31  13:02:32
39680         Log: Regenerated Configure after backported #22571
39681              Some indent leftovers from earlier patches
39682              We don't like double negatives, not even in comment
39683      Branch: perl
39684            ! Configure
39685 ____________________________________________________________________________
39686 [ 22617] By: merijn                                on 2004/03/31  11:33:09
39687         Log: Subject: Re: [PATCH] MIME::Base64 PERL_NO_GET_CONTEXT
39688              From: Gisle Aas <gisle@ActiveState.com>
39689              Date: 30 Mar 2004 04:29:18 -0800
39690              Message-ID: <lrk712bjs1.fsf@caliper.activestate.com>
39691      Branch: perl
39692            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
39693            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
39694 ____________________________________________________________________________
39695 [ 22615] By: nicholas                              on 2004/03/31  08:24:29
39696         Log: Unknowingly for years we've had a test that has assumed the order
39697              of results from readdir. Fixed.
39698      Branch: perl
39699            ! lib/File/Find/t/find.t
39700 ____________________________________________________________________________
39701 [ 22614] By: nicholas                              on 2004/03/30  21:50:15
39702         Log: Subject: Zaurus SL-[78]60 native compile patch
39703              Message-Id: <46DCC0BF-8199-11D8-8D5B-000A95DBB50A@dan.co.jp>
39704              From: Dan Kogai <dankogai@dan.co.jp>
39705              Date: Tue, 30 Mar 2004 00:53:52 +0900
39706      Branch: perl
39707            ! ext/Errno/Errno_pm.PL
39708 ____________________________________________________________________________
39709 [ 22610] By: davem                                 on 2004/03/29  21:20:35
39710         Log: various win32 build fixes
39711
39712              Subject: Re: [PATCH] Re: MinGW/GCC vs MSVC++ on Win32
39713              From: Steve Hay <steve.hay@uk.radan.com>
39714              Date: Tue, 23 Mar 2004 10:42:12 +0000
39715              Message-ID: <40601484.7040905@uk.radan.com>
39716
39717              Subject: [PATCH] distclean on Win32 should delete perl.base
39718              From: Steve Hay <steve.hay@uk.radan.com>
39719              Date: Tue, 23 Mar 2004 11:35:56 +0000
39720              Message-ID: <4060211C.8020704@uk.radan.com>
39721
39722              Subject: Re: [PATCH] Create debug symbols files on Windows even for release
39723              From: Steve Hay <steve.hay@uk.radan.com>
39724              Date: Fri, 26 Mar 2004 10:46:07 +0000
39725              Message-ID: <406409EF.9020404@uk.radan.com>
39726      Branch: perl
39727            ! win32/Makefile win32/makefile.mk
39728 ____________________________________________________________________________
39729 [ 22609] By: davem                                 on 2004/03/29  20:46:36
39730         Log: Subject: [perl #27986] IPC::Open3 fails in mod_perl (tie bug)
39731              From: "Benjamin J. Tilly" (via RT) <perlbug-followup@perl.org>
39732              Date: 26 Mar 2004 21:02:19 -0000
39733              Message-ID: <rt-3.0.8-27986-82842.3.55447645581215@perl.org>
39734
39735              The forked child should make sure STDIN and STDOUT aren't tied
39736              before messing with them
39737      Branch: perl
39738            ! lib/IPC/Open3.pm
39739 ____________________________________________________________________________
39740 [ 22608] By: davem                                 on 2004/03/29  20:10:05
39741         Log: backout change 22606 (make gv_fullname() include a literal '^')
39742              it breaks select.
39743      Branch: perl
39744            ! gv.c t/op/gv.t
39745 ____________________________________________________________________________
39746 [ 22607] By: davem                                 on 2004/03/28  15:10:48
39747         Log: update -Dx to cope with lexical version of OP_AELEMFAST
39748      Branch: perl
39749            ! dump.c
39750 ____________________________________________________________________________
39751 [ 22606] By: davem                                 on 2004/03/28  15:08:23
39752         Log: make gv_fullname() etc include a literal '^' for *^FOO style names
39753      Branch: perl
39754            ! gv.c t/op/gv.t
39755 ____________________________________________________________________________
39756 [ 22605] By: davem                                 on 2004/03/28  13:11:30
39757         Log: pv_display() had code to display \n etc as escapes but it didn't
39758              actually work.
39759      Branch: perl
39760            ! dump.c
39761 ____________________________________________________________________________
39762 [ 22604] By: davem                                 on 2004/03/28  10:55:30
39763         Log: fix typo in change 22597
39764      Branch: perl
39765            ! op.h
39766 ____________________________________________________________________________
39767 [ 22601] By: davem                                 on 2004/03/27  10:22:52
39768         Log: Subject:  [PATCH] -Dusemallocwrap for VMS)
39769              From:  "Craig A. Berry" <craigberry@mac.com>
39770              Date:  Fri, 26 Mar 2004 22:46:50 -0600
39771              Message-Id:  <4065073A.30007@mac.com>
39772
39773              Mimic in configure.com what Configure does to enable or disable
39774              the new feature -Dusemallocwrap
39775      Branch: perl
39776            ! configure.com
39777 ____________________________________________________________________________
39778 [ 22600] By: davem                                 on 2004/03/27  02:04:03
39779         Log: Subject:  [PATCH] don't clean-up perly.* on VMS
39780              From:  "Craig A. Berry" <craigberry@mac.com>
39781              Date:  Fri, 26 Mar 2004 16:54:44 -0600
39782              Message-Id:  <4064B4B4.2030203@mac.com>
39783
39784              refrain from getting rid of perly.c and perly.h now that there are
39785              no longer VMS-specific overrides for these files
39786      Branch: perl
39787            ! vms/descrip_mms.template
39788 ____________________________________________________________________________
39789 [ 22599] By: davem                                 on 2004/03/27  01:54:09
39790         Log: string corruption with lvalue sub
39791              Depending on the context, the same substr OP may want to return
39792              a PVLV or an LV on subsequent invcations. If TARG is the wrong
39793              type, use a mortal instead.
39794      Branch: perl
39795            ! pp.c t/op/substr.t
39796 ____________________________________________________________________________
39797 [ 22597] By: davem                                 on 2004/03/26  18:56:50
39798         Log: Clarify op.h comments for which ops the OPpDEREF* private flags
39799              are actually used; update Concise.pm to match
39800      Branch: perl
39801            ! ext/B/B/Concise.pm op.h
39802 ____________________________________________________________________________
39803 [ 22596] By: davem                                 on 2004/03/26  18:53:09
39804         Log: fix for change #22594; if using test.pl, must tell perl where to
39805              find it!
39806      Branch: perl
39807            ! t/comp/hints.t
39808 ____________________________________________________________________________
39809 [ 22595] By: davem                                 on 2004/03/26  17:28:48
39810         Log: document the return value of an empty sub
39811      Branch: perl
39812            ! pod/perlsub.pod
39813 ____________________________________________________________________________
39814 [ 22594] By: davem                                 on 2004/03/26  13:05:50
39815         Log: - hints hash was being double freed on scope exit
39816      Branch: perl
39817            ! op.c scope.c scope.h t/comp/hints.t
39818 ____________________________________________________________________________
39819 [ 22593] By: ams                                   on 2004/03/26  08:59:15
39820         Log: Subject: Re: [perl #27906] stat documentation correction
39821              From: Andy Lester <andy@petdance.com>
39822              Date: Wed, 24 Mar 2004 21:48:30 -0600
39823              Message-Id: <20040325034830.GA5865@petdance.com>
39824              (Applied with a correction from Spider Boardman.)
39825      Branch: perl
39826            ! pod/perlfunc.pod t/op/stat.t
39827 ____________________________________________________________________________
39828 [ 22592] By: davem                                 on 2004/03/26  01:24:24
39829         Log: fix some comments in perly.y
39830      Branch: perl
39831            ! perly.y
39832 ____________________________________________________________________________
39833 [ 22591] By: davem                                 on 2004/03/26  01:16:55
39834         Log: Blessed reference to anonymous glob
39835              Stop *$$x=$x giving "Attempt to free unreferenced scalar" warning
39836      Branch: perl
39837            ! sv.c t/op/ref.t
39838 ____________________________________________________________________________
39839 [ 22586] By: davem                                 on 2004/03/24  22:16:30
39840         Log: Subject: [perl #27748] 'find2perl' bug: -exec causes chdir error
39841              From: "jdhedden@1979.usna.com (via RT)" <perlbug-followup@perl.org>
39842              Date: 18 Mar 2004 20:25:50 -0000
39843              Message-ID: <rt-3.0.8-27748-82270.2.99482909739062@perl.org>
39844
39845              Cwd code was planted in the output executable after the exit, so
39846              was never run.
39847      Branch: perl
39848            ! x2p/find2perl.PL
39849 ____________________________________________________________________________
39850 [ 22585] By: nicholas                              on 2004/03/24  21:42:25
39851         Log: Remaining smoked platforms where malloc wrap is known to work.
39852              Data for Irix and NetBSD would be useful - they probably will work too.
39853              Will Unicos work? Place bets now...
39854      Branch: perl
39855            ! hints/aix.sh hints/bsdos.sh hints/dec_osf.sh hints/freebsd.sh
39856            ! hints/hpux.sh hints/linux.sh hints/openbsd.sh
39857            ! hints/solaris_2.sh
39858 ____________________________________________________________________________
39859 [ 22584] By: davem                                 on 2004/03/24  21:14:08
39860         Log: Subject: [perl #27790] split docs: say the string is EXPR
39861              From: Dan Jacobson (via RT) <perlbug-followup@perl.org>
39862              Date: 20 Mar 2004 05:21:07 -0000
39863              Message-ID: <rt-3.0.8-27790-82358.14.5476352902536@perl.org>
39864
39865              Minor documentation nit in split
39866      Branch: perl
39867            ! pod/perlfunc.pod
39868 ____________________________________________________________________________
39869 [ 22582] By: nicholas                              on 2004/03/24  19:15:29
39870         Log: mintest will pass if I skip the correct number of tests. D'oh!
39871      Branch: perl
39872            ! t/op/magic.t
39873 ____________________________________________________________________________
39874 [ 22579] By: nicholas                              on 2004/03/24  14:59:16
39875         Log: Subject: Re: [PATCH] Fix PERL_MALLOC_WRAP change for Win32
39876              From: Steve Hay <steve.hay@uk.radan.com>
39877              Message-ID: <40618D1C.7000601@uk.radan.com>
39878              Date: Wed, 24 Mar 2004 13:29:00 +0000
39879      Branch: perl
39880            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
39881            ! win32/config_H.vc64
39882 ____________________________________________________________________________
39883 [ 22578] By: rgs                                   on 2004/03/24  13:54:31
39884         Log: Good catch from Dave Mitchell; plus a null pointer protection.
39885      Branch: perl
39886            ! scope.c
39887 ____________________________________________________________________________
39888 [ 22577] By: nicholas                              on 2004/03/24  11:51:46
39889         Log: Unlike perl, 0 in void context isn't special cased in C :-)
39890              (So it warns). Tweak the no-action malloc wrap checkers to avoid
39891              warnings.
39892      Branch: perl
39893            ! handy.h
39894 ____________________________________________________________________________
39895 [ 22576] By: nicholas                              on 2004/03/24  10:29:16
39896         Log: Export PL_memory_wrap based on PERL_MALLOC_WRAP rather than
39897              NO_MALLOC_WRAP following Configure changes. Identical patch to
39898              mine supplied by Steve Hay while I was working on this.
39899              IP shootout at dawn :-)
39900      Branch: perl
39901            ! makedef.pl
39902 ____________________________________________________________________________
39903 [ 22572] By: nicholas                              on 2004/03/24  09:14:21
39904         Log: Tidy up function prototypes in the light of suidpatch
39905      Branch: perl
39906            ! embed.fnc embed.h perl.c proto.h
39907 ____________________________________________________________________________
39908 [ 22571] By: nicholas                              on 2004/03/23  22:35:09
39909         Log: Make usemallocwrap a Configure-time question. Default is yes for
39910              usedevel, no otherwise, but I'm expecting hints files on known
39911              good platforms to override this. (and known bad)
39912              Demonstration hints file for darwin.
39913      Branch: perl
39914            ! Configure config_h.SH hints/darwin.sh perl.h
39915 ____________________________________________________________________________
39916 [ 22569] By: nicholas                              on 2004/03/23  17:47:44
39917         Log: hv_delete_common was freeing the key, then passing the freed pointer
39918              to S_hv_notallowed. D'oh!
39919      Branch: perl
39920            ! hv.c
39921 ____________________________________________________________________________
39922 [ 22566] By: nicholas                              on 2004/03/23  16:23:58
39923         Log: Unify 5.008 and 5.009's B::Concise 0.58
39924      Branch: perl
39925            ! ext/B/B/Concise.pm
39926 ____________________________________________________________________________
39927 [ 22565] By: nicholas                              on 2004/03/23  16:05:28
39928         Log: Unify 5.008 and 5.009's B::Concise 0.56
39929      Branch: perl
39930            ! ext/B/B/Concise.pm
39931 ____________________________________________________________________________
39932 [ 22564] By: rgs                                   on 2004/03/23  13:43:49
39933         Log: Fix bug [perl #27839] returning @+ out of scope loses its value :
39934
39935              Subject: Re: Wondering about returned regex special arrays on going out of scope
39936              From: hv@crypt.org
39937              Date: Fri, 05 Mar 2004 17:42:25 +0000
39938              Message-Id: <200403051742.i25HgPd11240@zen.crypt.org>
39939
39940              plus a test case.
39941      Branch: perl
39942            ! pp_hot.c t/op/magic.t
39943 ____________________________________________________________________________
39944 [ 22563] By: nicholas                              on 2004/03/23  13:38:11
39945         Log: Subject: [PATCH] 5.9.1 suidperl
39946              From: psz@maths.usyd.edu.au (Paul Szabo)
39947              Message-Id: <200403182117.i2ILHug513080@milan.maths.usyd.edu.au>
39948              Date: Fri, 19 Mar 2004 08:17:56 +1100 (EST)
39949
39950              (which variables renamed as requested, plus tweaks to work on platforms
39951              with no ST_NOEXEC)
39952      Branch: perl
39953            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h
39954 ____________________________________________________________________________
39955 [ 22560] By: rgs                                   on 2004/03/22  21:29:51
39956         Log: Update the -v copyright notice.
39957      Branch: perl
39958            ! perl.c
39959 ____________________________________________________________________________
39960 [ 22559] By: nicholas                              on 2004/03/22  21:05:09
39961         Log: Don't assume that the chmod will always work.
39962              (It won't for files on *BSD where chflags has set uchg, which is
39963              what the OS X perforce client does)
39964      Branch: perl
39965            ! t/op/filetest.t
39966 ____________________________________________________________________________
39967 [ 22557] By: rgs                                   on 2004/03/22  20:46:52
39968         Log: Clarifications on constants subroutines, based on:
39969
39970              Subject: [perl #27768] [patch] wrong examples in perlsub/"Constant Functions"
39971              From: "padre@elte.hu (via RT)" <perlbug-followup@perl.org>
39972              Date: 19 Mar 2004 14:56:09 -0000
39973              Message-ID: <rt-3.0.8-27768-82310.5.12766475665209@perl.org>
39974      Branch: perl
39975            ! pod/perlsub.pod
39976 ____________________________________________________________________________
39977 [ 22556] By: rgs                                   on 2004/03/22  20:30:41
39978         Log: Subject: [PATCH] Re: ../lib/ExtUtils/t/Embed.t failure on Win32/GCC
39979              From: Steve Hay <steve.hay@uk.radan.com>
39980              Date: Mon, 22 Mar 2004 14:44:46 +0000
39981              Message-ID: <405EFBDE.4090209@uk.radan.com>
39982      Branch: perl
39983            ! README.win32
39984 ____________________________________________________________________________
39985 [ 22553] By: rgs                                   on 2004/03/22  19:25:59
39986         Log: Subject: Re: [PATCH] warn on !=~
39987              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
39988              Date: Mon, 22 Mar 2004 10:32:05 -0800
39989              Message-ID: <20040322183106.GA1284@efn.org>
39990
39991              More warnings for this case.
39992      Branch: perl
39993            ! t/lib/warnings/toke toke.c
39994 ____________________________________________________________________________
39995 [ 22549] By: rgs                                   on 2004/03/21  17:22:42
39996         Log: Finally, this "Negative repeat count" warning wasn't such a great
39997              idea. Disable it. But add tests for this :
39998
39999              Subject: Re: [perl #27811] (@x) x -1 is a panic
40000              From: Andy Lester <andy@petdance.com>
40001              Date: Sun, 21 Mar 2004 09:27:04 -0600
40002              Message-ID: <20040321152704.GA9041@petdance.com>
40003      Branch: perl
40004            ! pp.c t/lib/warnings/pp t/op/repeat.t
40005 ____________________________________________________________________________
40006 [ 22548] By: rgs                                   on 2004/03/21  16:40:27
40007         Log: Subject: [PATCH sv.h] Nobody has used SvPVbyte_force?
40008              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
40009              Date: Sun, 21 Mar 2004 21:49:53 +0900
40010              Message-Id: <20040321213628.2461.BQW10602@nifty.com>
40011      Branch: perl
40012            ! sv.h
40013 ____________________________________________________________________________
40014 [ 22547] By: rgs                                   on 2004/03/21  13:36:27
40015         Log: I must be tired today.
40016      Branch: perl
40017            ! lib/utf8.t
40018 ____________________________________________________________________________
40019 [ 22546] By: rgs                                   on 2004/03/21  13:26:33
40020         Log: Silence a gcc warning.
40021      Branch: perl
40022            ! sv.c
40023 ____________________________________________________________________________
40024 [ 22545] By: rgs                                   on 2004/03/21  13:18:01
40025         Log: Subject: Re: [perl #27803] perl crashes when utf8::upgrade($offsetOK_scalar)
40026              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
40027              Date: Sun, 21 Mar 2004 15:19:22 +0900
40028              Message-Id: <20040321151828.DAC6.BQW10602@nifty.com>
40029      Branch: perl
40030            ! lib/utf8.t sv.c
40031 ____________________________________________________________________________
40032 [ 22544] By: rgs                                   on 2004/03/21  13:12:53
40033         Log: Subject: [PATCH] fix memory bug in vms.c:mp_do_tounixspec
40034              From: "Craig A. Berry" <craigberry@mac.com>
40035              Date: Sat, 20 Mar 2004 21:51:45 -0600
40036              Message-ID: <405D1151.3040308@mac.com>
40037      Branch: perl
40038            ! vms/vms.c
40039 ____________________________________________________________________________
40040 [ 22543] By: rgs                                   on 2004/03/21  13:06:20
40041         Log: Add a new warning "Negative repeat count"
40042              for the cases $x x -1.
40043      Branch: perl
40044            ! pod/perlop.pod pp.c t/lib/warnings/pp
40045 ____________________________________________________________________________
40046 [ 22542] By: rgs                                   on 2004/03/20  11:49:21
40047         Log: Subject: [PATCH] warn on !=~
40048              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
40049              Date: Thu, 18 Mar 2004 22:24:09 -0800
40050              Message-ID: <20040319062035.GA3768@efn.org>
40051
40052              with an improvement suggested by Ton Hospel.
40053      Branch: perl
40054            ! pod/perldiag.pod t/lib/warnings/toke toke.c
40055 ____________________________________________________________________________
40056 [ 22541] By: rgs                                   on 2004/03/20  10:19:59
40057         Log: Subject: makefile.95 tweak
40058              From: Greg Matheson <lang@ms.chinmin.edu.tw>
40059              Date: Fri, 19 Mar 2004 18:15:25 +0800
40060              Message-ID: <20040319181525.A6347@ms.chinmin.edu.tw>
40061      Branch: perl
40062            ! win32/makefile.mk
40063 ____________________________________________________________________________
40064 [ 22540] By: rgs                                   on 2004/03/20  10:15:36
40065         Log: \x80\xFF is not valid UTF-8.
40066      Branch: perl
40067            ! pod/perluniintro.pod
40068 ____________________________________________________________________________
40069 [ 22539] By: rgs                                   on 2004/03/19  23:09:13
40070         Log: Subject: [perl #24821] enhancement patch for B::Concise
40071              From: jim cromie <jcromie@divsol.com>
40072              Date: Wed, 17 Mar 2004 14:12:43 -0700
40073              Message-ID: <4058BF4B.1000004@divsol.com>
40074              (Only the Concise.pm part, with documentation nits)
40075      Branch: perl
40076            ! ext/B/B/Concise.pm
40077 ____________________________________________________________________________
40078 [ 22538] By: nicholas                              on 2004/03/19  12:15:23
40079         Log: Subject:  [PATCH] open.pm: allow upper-cased EUC
40080              From:  Autrijus Tang <autrijus@autrijus.org>
40081              Date:  Fri, 19 Mar 2004 18:27:10 +0800
40082              Message-Id:  <20040319102710.GA91216@aut.dyndns.org>
40083      Branch: perl
40084            ! lib/open.pm
40085 ____________________________________________________________________________
40086 [ 22537] By: nicholas                              on 2004/03/19  11:59:01
40087         Log: Subject: [PATCH] Move Win32.pm/Win32.xs from libwin32 module to core Perl
40088              From: Jan Dubois <jand@activestate.com>
40089              Message-ID: <lg2k509o51b8openotuetdts6go7pn4udo@4ax.com>
40090              Date: Thu, 18 Mar 2004 13:13:49 -0800
40091
40092              Subject: Re: [PATCH] Move Win32.pm/Win32.xs from libwin32 module to core Perl
40093              From: Steve Hay <steve.hay@uk.radan.com>
40094              Message-ID: <405ACC6D.1040804@uk.radan.com>
40095              Date: Fri, 19 Mar 2004 10:33:17 +0000
40096      Branch: perl
40097            + win32/ext/Win32/Makefile.PL win32/ext/Win32/Win32.pm
40098            + win32/ext/Win32/Win32.xs
40099            - lib/Win32.pod
40100            ! MANIFEST win32/Makefile win32/makefile.mk
40101 ____________________________________________________________________________
40102 [ 22536] By: nicholas                              on 2004/03/19  11:43:35
40103         Log: Change Storable.xs to conditionally include ppport.h for pre 5.8.0
40104              This allows the ppport.h to be deleted from ext/Storable, which will
40105              reduce the potential for confusion.
40106              Bump Storable's version to 2.12; update the ChangeLog
40107      Branch: perl
40108            - ext/Storable/ppport.h
40109            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
40110            ! ext/Storable/README ext/Storable/Storable.pm
40111            ! ext/Storable/Storable.xs
40112 ____________________________________________________________________________
40113 [ 22535] By: nicholas                              on 2004/03/19  11:03:18
40114         Log: Move Beau Cox's ppport.h fixes into PPPort.pm
40115      Branch: perl
40116            ! ext/Devel/PPPort/PPPort.pm
40117 ____________________________________________________________________________
40118 [ 22534] By: rgs                                   on 2004/03/19  10:13:14
40119         Log: Nit in perluniintro about the U0 and C0 templates,
40120              noticed by Steve Hay.
40121      Branch: perl
40122            ! pod/perluniintro.pod
40123 ____________________________________________________________________________
40124 [ 22533] By: ams                                   on 2004/03/19  02:57:40
40125         Log: Subject: [PATCH] Storable PERL_NO_GET_CONTEXT
40126              From: beau@beaucox.com
40127              Date: Thu, 18 Mar 2004 12:45:45 -1000
40128              Message-Id: <20040318_224545_009145.beau@beaucox.com>
40129      Branch: perl
40130            + ext/Storable/ppport.h
40131            ! MANIFEST ext/Storable/MANIFEST ext/Storable/Storable.xs
40132 ____________________________________________________________________________
40133 [ 22532] By: rgs                                   on 2004/03/18  20:33:02
40134         Log: Subject: [PATCH] range operator warnings / 64-bit fix
40135              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
40136              Date: Wed, 10 Mar 2004 21:45:48 +0100
40137              Message-Id: <20040310214548.4f5e3ab1@r2d2>
40138      Branch: perl
40139            ! pp_ctl.c pp_hot.c t/op/range.t
40140 ____________________________________________________________________________
40141 [ 22531] By: davem                                 on 2004/03/18  19:02:32
40142         Log: add code comment for change 22525
40143      Branch: perl
40144            ! pp.c
40145 ____________________________________________________________________________
40146 [ 22530] By: rgs                                   on 2004/03/18  18:21:32
40147         Log: Add a perl592delta.pod man page.
40148      Branch: perl
40149            + pod/perl592delta.pod
40150            ! MANIFEST Makefile.SH pod.lst pod/perl.pod pod/perltoc.pod
40151            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
40152            ! win32/pod.mak
40153 ____________________________________________________________________________
40154 [ 22528] By: nicholas                              on 2004/03/18  16:58:06
40155         Log: Corrections and explanations in comments
40156      Branch: perl
40157            ! ext/Storable/Storable.xs
40158 ____________________________________________________________________________
40159 [ 22527] By: nicholas                              on 2004/03/18  16:50:25
40160         Log: Subject:  pumpkin fodder
40161              From:  Jarkko Hietaniemi <jhi@cc.hut.fi>
40162              Date:  Fri, 12 Mar 2004 15:16:57 +0200 (EET)
40163              Message-Id:  <200403121316.i2CDGv1Y254951@kosh.hut.fi>
40164      Branch: perl
40165            ! lib/unicore/README.perl
40166 ____________________________________________________________________________
40167 [ 22526] By: rgs                                   on 2004/03/18  14:33:14
40168         Log: Detypo.
40169      Branch: perl
40170            ! makedef.pl
40171 ____________________________________________________________________________
40172 [ 22525] By: davem                                 on 2004/03/18  14:13:16
40173         Log: make ~$x give warning is $x isn't initialised.
40174              Also add test for uninitialised warning in & op.
40175      Branch: perl
40176            ! pp.c t/lib/warnings/sv
40177 ____________________________________________________________________________
40178 [ 22524] By: rgs                                   on 2004/03/18  13:20:07
40179         Log: Try to fix the AIX and Windows builds regarding the
40180              definedness of the PL_memory_wrap symbol.
40181      Branch: perl
40182            ! makedef.pl
40183 ____________________________________________________________________________
40184 [ 22523] By: rgs                                   on 2004/03/18  08:27:34
40185         Log: Bump bleadperl's version number to 5.9.2.
40186      Branch: perl
40187            ! NetWare/Makefile NetWare/config_H.wc Porting/config.sh
40188            ! Porting/config_H epoc/config.sh epoc/createpkg.pl patchlevel.h
40189            ! plan9/config.plan9 win32/Makefile win32/config_H.bc
40190            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
40191            ! win32/makefile.mk wince/Makefile.ce
40192 ____________________________________________________________________________
40193 [ 22521] By: rgs                                   on 2004/03/17  19:13:03
40194         Log: Subject: [PATCH] format/casting/warning RE: perl 5.9.1
40195              From: Robin Barker <Robin.Barker@npl.co.uk>
40196              Date: Wed, 17 Mar 2004 18:37:10 -0000
40197              Message-ID: <533D273D4014D411AB1D00062938C4D90404682E@hotel.npl.co.uk>
40198      Branch: perl
40199            ! dump.c ext/Socket/Socket.xs pad.c util.c
40200 ____________________________________________________________________________
40201 [ 22520] By: rgs                                   on 2004/03/17  18:20:54
40202         Log: Optimize away the assignment in the constructs C<my $s = undef>,
40203              C<my @a = ()>, C<my %h = ()>.
40204      Branch: perl
40205            ! op.c
40206 ____________________________________________________________________________
40207 [ 22517] By: nicholas                              on 2004/03/17  17:58:44
40208         Log: Subject: malloc wrappage
40209              From: Jarkko Hietaniemi <jhi@iki.fi>
40210              Message-Id: <37BF70DE-5C0E-11D8-B5A1-00039362CB92@iki.fi>
40211              Date: Tue, 10 Feb 2004 23:15:14 +0200
40212
40213              plus change croak to Perl_croak_nocontext to make ithread safe
40214              plus make it conditional on PERL_MALLOC_WRAP (default for blead is on)
40215      Branch: perl
40216            ! av.c handy.h perl.h pod/perldiag.pod pp.c
40217 ____________________________________________________________________________
40218 [ 22516] By: nicholas                              on 2004/03/17  16:10:57
40219         Log: Add auto-require of modules to restore overloading (and tests)
40220      Branch: perl
40221            + ext/Storable/t/HAS_OVERLOAD.pm
40222            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
40223            ! ext/Storable/Storable.xs ext/Storable/t/overload.t
40224 ____________________________________________________________________________
40225 [ 22515] By: nicholas                              on 2004/03/17  15:48:03
40226         Log: Add regression tests for the auto-require of STORABLE_thaw
40227      Branch: perl
40228            + ext/Storable/t/HAS_HOOK.pm
40229            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
40230            ! ext/Storable/t/blessed.t
40231 ____________________________________________________________________________
40232 [ 22514] By: nicholas                              on 2004/03/16  22:36:49
40233         Log: Move the PERLVAR(Ireentrant_buffer, REENTR*) outside the ITHREADS
40234              block. This allows the re-entrant API to be used with ithreads,
40235              which in turn permits -Dusethreads -Uuseithreads -Uuse5005threads
40236              (Which may seem inane, but makes perl threaded at the C level
40237              without enabling ithreads)
40238      Branch: perl
40239            ! intrpvar.h
40240 ____________________________________________________________________________
40241 [ 22513] By: rgs                                   on 2004/03/16  21:55:10
40242         Log: Add a lchown() call to the POSIX module. [perl #27547]
40243      Branch: perl
40244            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
40245 ____________________________________________________________________________
40246 [ 22512] By: rgs                                   on 2004/03/16  21:29:41
40247         Log: Subject: [PATCH] Re: Perl and Parrot disagree about sched_yield on Solaris
40248              From: Andrew Dougherty <doughera@lafayette.edu>
40249              Date: Tue, 16 Mar 2004 16:38:58 -0500 (EST)
40250              Message-ID: <Pine.SOL.4.58.0403161635590.27628@maxwell.phys.lafayette.edu>
40251      Branch: perl
40252            ! hints/solaris_2.sh
40253 ____________________________________________________________________________
40254 [ 22511] By: rgs                                   on 2004/03/16  21:27:02
40255         Log: Restore the "DEVEL" locally-applied-patches version tag in blead.
40256      Branch: perl
40257            ! patchlevel.h
40258 ____________________________________________________________________________
40259 [ 22510] By: rgs                                   on 2004/03/16  18:29:39
40260         Log: Update Changes. (again)
40261      Branch: perl
40262            ! Changes
40263 ____________________________________________________________________________
40264 [ 22509] By: rgs                                   on 2004/03/16  18:19:52
40265         Log: Update copyright notices
40266      Branch: perl
40267            ! cop.h cv.h doio.c doop.c dump.c embed.h embed.pl embedvar.h
40268            ! form.h global.sym gv.c handy.h hv.c mg.c op.c op.h opcode.h
40269            ! opcode.pl opnames.h pad.c patchlevel.h perl.c perl.h perlapi.h
40270            ! perlio.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c
40271            ! proto.h regexec.c scope.c scope.h sv.c sv.h thread.h
40272            ! universal.c utf8.c util.c
40273 ____________________________________________________________________________
40274 [ 22508] By: rgs                                   on 2004/03/16  16:31:03
40275         Log: Regenerate META.yml
40276      Branch: perl
40277            ! META.yml
40278 ____________________________________________________________________________
40279 [ 22507] By: rgs                                   on 2004/03/16  15:36:32
40280         Log: Update Changes.
40281      Branch: perl
40282            ! Changes
40283 ____________________________________________________________________________
40284 [ 22506] By: rgs                                   on 2004/03/16  15:32:42
40285         Log: This is 5.9.1.
40286      Branch: perl
40287            ! patchlevel.h
40288 ____________________________________________________________________________
40289 [ 22505] By: rgs                                   on 2004/03/16  15:28:55
40290         Log: We'll ship 5.9.1 today.
40291      Branch: perl
40292            ! pod/perlhist.pod
40293 ____________________________________________________________________________
40294 [ 22504] By: rgs                                   on 2004/03/16  15:25:22
40295         Log: More perldelta updates.
40296      Branch: perl
40297            ! pod/perl591delta.pod
40298 ____________________________________________________________________________
40299 [ 22503] By: rgs                                   on 2004/03/16  13:23:34
40300         Log: Since the signature.t test of CPAN relies on a non-core module,
40301              it's not relevant to the perl core distribution.
40302      Branch: perl
40303            - lib/CPAN/t/signature.t
40304            ! MANIFEST
40305 ____________________________________________________________________________
40306 [ 22502] By: rgs                                   on 2004/03/15  21:54:56
40307         Log: Fix the order of arguments in the usage message of
40308              POSIX::chown(). It's different from the POSIX order but
40309              it's the same than CORE::chown(). Damn.
40310      Branch: perl
40311            ! ext/POSIX/POSIX.pm
40312 ____________________________________________________________________________
40313 [ 22501] By: rgs                                   on 2004/03/15  17:09:26
40314         Log: Subject: Re: Smoke [5.9.1] 22491 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
40315              From: Steve Hay <steve.hay@uk.radan.com>
40316              Date: Mon, 15 Mar 2004 10:28:02 +0000
40317              Message-ID: <40558532.30002@uk.radan.com>
40318
40319              Plus, restore patch #22489
40320      Branch: perl
40321            ! win32/Makefile win32/makefile.mk
40322 ____________________________________________________________________________
40323 [ 22500] By: davem                                 on 2004/03/14  20:13:47
40324         Log: scope exit could expose freed local() value
40325      Branch: perl
40326            ! scope.c t/op/localref.t
40327 ____________________________________________________________________________
40328 [ 22499] By: davem                                 on 2004/03/14  17:01:34
40329         Log: strict 'subs' didn't warn on bareword array index
40330      Branch: perl
40331            ! op.c t/lib/strict/subs
40332 ____________________________________________________________________________
40333 [ 22498] By: rgs                                   on 2004/03/14  12:52:17
40334         Log: Four Storable patches towards Storable 2.11 :
40335
40336              Subject: Re: [perl #27616] Storable can't freeze restricted hashes in canonical order
40337              From: Nicholas Clark <nick@ccl4.org>
40338              Date: Sat, 13 Mar 2004 15:13:28 +0000
40339              Message-ID: <20040313151327.GS701@plum.flirble.org>
40340
40341              Date: Sat, 13 Mar 2004 20:23:45 +0000
40342              Message-ID: <20040313202345.GX701@plum.flirble.org>
40343
40344              Date: Sat, 13 Mar 2004 22:20:07 +0000
40345              Message-ID: <20040313222007.GZ701@plum.flirble.org>
40346
40347              Date: Sat, 13 Mar 2004 23:03:46 +0000
40348              Message-ID: <20040313230345.GB701@plum.flirble.org>
40349      Branch: perl
40350            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
40351            ! ext/Storable/Storable.xs ext/Storable/t/blessed.t
40352            ! ext/Storable/t/restrict.t
40353 ____________________________________________________________________________
40354 [ 22497] By: rgs                                   on 2004/03/13  21:27:57
40355         Log: Subject: [perl #27567] [patch] a typo and a mistake in perltoot.pod
40356              From: "padre@elte.hu (via RT)" <perlbug-followup@perl.org>
40357              Date: 10 Mar 2004 17:05:09 -0000
40358              Message-ID: <rt-3.0.8-27567-81174.13.282806825515@perl.org>
40359      Branch: perl
40360            ! pod/perltoot.pod
40361 ____________________________________________________________________________
40362 [ 22496] By: rgs                                   on 2004/03/13  21:16:59
40363         Log: More small perldelta updates.
40364      Branch: perl
40365            ! pod/perl591delta.pod
40366 ____________________________________________________________________________
40367 [ 22495] By: rgs                                   on 2004/03/13  20:05:20
40368         Log: Revert change #22489, that seems to cause build failures on Windows.
40369      Branch: perl
40370            ! win32/Makefile win32/makefile.mk
40371 ____________________________________________________________________________
40372 [ 22494] By: rgs                                   on 2004/03/13  19:55:43
40373         Log: Subject: Re: [PATCH] Stop splitpod truncating sprintf manpage
40374              From: Steve Hay <steve.hay@uk.radan.com>
40375              Date: Fri, 12 Mar 2004 08:38:41 +0000
40376              Message-ID: <40517711.9030204@uk.radan.com>
40377      Branch: perl
40378            ! pod/splitpod
40379 ____________________________________________________________________________
40380 [ 22493] By: rgs                                   on 2004/03/12  23:39:16
40381         Log: perl591delta nits. Regenerate the tables of contents.
40382      Branch: perl
40383            ! pod/perl591delta.pod pod/perlmodlib.pod pod/perltoc.pod
40384 ____________________________________________________________________________
40385 [ 22492] By: rgs                                   on 2004/03/12  21:35:49
40386         Log: Update perl591delta. Include a small to-do list in it.
40387      Branch: perl
40388            ! pod/perl591delta.pod
40389 ____________________________________________________________________________
40390 [ 22491] By: rgs                                   on 2004/03/12  20:08:31
40391         Log: Subject: [PATCH] Math::BigInt v1.70, bignum 0.15, Math::BigRat 0.12
40392              From: Tels <perl_dummy@bloodgate.com>
40393              Date: Fri, 12 Mar 2004 18:02:30 +0100
40394              Message-Id: <200403121802.31679@bloodgate.com>
40395      Branch: perl
40396            + lib/Math/BigInt/t/_e_math.t
40397            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt/t/bare_mbf.t
40398            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
40399            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/with_sub.t
40400            ! lib/bigint.pm lib/bignum.pm
40401 ____________________________________________________________________________
40402 [ 22490] By: rgs                                   on 2004/03/12  18:31:12
40403         Log: Fix a bug in the cloning of regexps
40404
40405              Subject: Re: [perl #27530] Regex qr// interpolation fails when chr(0) is used in a thread
40406              From: hv@crypt.org
40407              Date: Thu, 11 Mar 2004 16:21:50 +0000
40408              Message-Id: <200403111621.i2BGLoi20225@zen.crypt.org>
40409              (plus another similar fix)
40410      Branch: perl
40411            ! sv.c
40412 ____________________________________________________________________________
40413 [ 22489] By: rgs                                   on 2004/03/12  18:26:34
40414         Log: Subject: [PATCH] Fix minitest target in Win32 makefiles
40415              From: Steve Hay <steve.hay@uk.radan.com>
40416              Date: Fri, 12 Mar 2004 15:52:23 +0000
40417              Message-ID: <4051DCB7.107@uk.radan.com>
40418      Branch: perl
40419            ! win32/Makefile win32/makefile.mk
40420 ____________________________________________________________________________
40421 [ 22488] By: rgs                                   on 2004/03/11  22:57:29
40422         Log: Document the new behaviour of the substr lvalue :
40423              Subject: Re: [perl #24346] pulling in stuff from outside the substr lvalue window
40424              From: Dave Mitchell <davem@fdisolutions.com>
40425              Date: Mon, 1 Mar 2004 23:59:21 +0000
40426              Message-ID: <20040301235921.GC6469@fdisolutions.com>
40427      Branch: perl
40428            ! pod/perlfunc.pod
40429 ____________________________________________________________________________
40430 [ 22485] By: davem                                 on 2004/03/11  14:52:58
40431         Log: make op/write.t work better under stdio by running the subtests
40432              in the child process rather than the parent.
40433      Branch: perl
40434            ! t/op/write.t
40435 ____________________________________________________________________________
40436 [ 22484] By: merijn                                on 2004/03/11  10:08:17
40437         Log: Subject: Re: [PATCH] Re: Proposal to remove support for MachTen
40438              From: Dominic Dunlop <shouldbedomo@mac.com>
40439              Date: Thu, 11 Mar 2004 10:34:01 +0100
40440              Message-Id: <3B07B7FC-733F-11D8-AC24-000A27839BD6@mac.com>
40441      Branch: perl
40442            ! README.machten hints/machten.sh
40443 ____________________________________________________________________________
40444 [ 22483] By: nicholas                              on 2004/03/10  20:38:49
40445         Log: croaking for readonly SVs in Perl_sv_utf8_upgrade_flags was a mistake
40446              back this out until we have a tangible policy
40447      Branch: perl
40448            ! sv.c
40449 ____________________________________________________________________________
40450 [ 22482] By: rgs                                   on 2004/03/10  16:16:00
40451         Log: Upgrade to Cwd 2.17.
40452      Branch: perl
40453            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
40454 ____________________________________________________________________________
40455 [ 22481] By: rgs                                   on 2004/03/10  10:55:12
40456         Log: Subject: Re: [PATCH] More "distclean" tidy ups on Win32
40457              From: Steve Hay <steve.hay@uk.radan.com>
40458              Date: Wed, 10 Mar 2004 10:58:15 +0000
40459              Message-ID: <404EF4C7.9090107@uk.radan.com>
40460      Branch: perl
40461            ! win32/Makefile win32/makefile.mk
40462 ____________________________________________________________________________
40463 [ 22480] By: rgs                                   on 2004/03/10  09:25:36
40464         Log: Change 22476 left out a similar fix for ExtUtils::MM_Win32
40465              (noticed by Steve Hay.)
40466              Also, update MANIFEST.SKIP to be in line with the renaming
40467              "blibdirs" to "blibdirs.exists".
40468      Branch: perl
40469            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/MM_Win32.pm
40470 ____________________________________________________________________________
40471 [ 22479] By: rgs                                   on 2004/03/10  09:07:03
40472         Log: A patch by Richard Foley to reduce the amount of
40473              forkage between the 5.8 and 5.9 debuggers.
40474      Branch: perl
40475            ! lib/perl5db.pl
40476 ____________________________________________________________________________
40477 [ 22478] By: chip                                  on 2004/03/09  23:51:41
40478         Log: In line-buffered mode, flush on the *last* newline,
40479              not on every newline.
40480      Branch: perl
40481            ! perlio.c
40482 ____________________________________________________________________________
40483 [ 22477] By: rgs                                   on 2004/03/09  22:27:22
40484         Log: Subject: [PATCH] More "distclean" tidy ups on Win32
40485              From: Steve Hay <steve.hay@uk.radan.com>
40486              Date: Fri, 05 Mar 2004 09:56:36 +0000
40487              Message-ID: <40484ED4.1050001@uk.radan.com>
40488              (only the win32 makefiles part)
40489      Branch: perl
40490            ! win32/Makefile win32/makefile.mk
40491 ____________________________________________________________________________
40492 [ 22476] By: rgs                                   on 2004/03/09  21:45:49
40493         Log: Subject: [PATCH] bleadperl/MM/VMS (was Re: perl@22413)
40494              From: "Craig A. Berry" <craigberry@mac.com>
40495              Date: Mon, 08 Mar 2004 08:18:43 -0600
40496              Message-ID: <404C80C3.6090009@mac.com>
40497
40498              Avoid to build everything twice on VMS.
40499              This is done by renaming the blibdirs target to blibdirs.exists.
40500              No, I don't understand why.
40501      Branch: perl
40502            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_NW5.pm
40503            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
40504            ! lib/ExtUtils/t/INST_PREFIX.t
40505 ____________________________________________________________________________
40506 [ 22474] By: rgs                                   on 2004/03/09  20:29:02
40507         Log: Improve the "Prototype mismatch" error message when
40508              the redefined subroutine didn't have any prototype.
40509      Branch: perl
40510            ! op.c t/comp/redef.t
40511 ____________________________________________________________________________
40512 [ 22473] By: mhx                                   on 2004/03/09  19:09:20
40513         Log: Revert change #22472, but keep the new tests.
40514      Branch: perl
40515            ! pp_ctl.c t/op/range.t
40516 ____________________________________________________________________________
40517 [ 22472] By: mhx                                   on 2004/03/09  18:41:15
40518         Log: Subject: Re: undef and the range operator
40519              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
40520              Date: Mon, 8 Mar 2004 21:49:55 +0100
40521              Message-Id: <20040308214955.3d8be3a6@r2d2>
40522      Branch: perl
40523            ! pp_ctl.c t/op/range.t
40524 ____________________________________________________________________________
40525 [ 22471] By: nicholas                              on 2004/03/09  16:11:37
40526         Log: Make a temporary copy of the input buffer in pp_send, so that send
40527              and syswrite don't gratuitously upgrade their input to UTF8
40528      Branch: perl
40529            ! pp_sys.c t/op/sysio.t
40530 ____________________________________________________________________________
40531 [ 22470] By: rgs                                   on 2004/03/09  15:27:38
40532         Log: Upgrade to Cwd 2.16
40533      Branch: perl
40534            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
40535 ____________________________________________________________________________
40536 [ 22469] By: rgs                                   on 2004/03/09  14:56:10
40537         Log: Upgrade to CGI.pm 3.04.
40538      Branch: perl
40539            ! lib/CGI.pm lib/CGI/Cookie.pm
40540 ____________________________________________________________________________
40541 [ 22468] By: rgs                                   on 2004/03/08  15:35:59
40542         Log: perl591delta.pod update.
40543      Branch: perl
40544            ! pod/perl591delta.pod
40545 ____________________________________________________________________________
40546 [ 22467] By: rgs                                   on 2004/03/08  10:43:23
40547         Log: Another makefile portability fix for Win32 by Steve Hay.
40548      Branch: perl
40549            ! win32/Makefile win32/makefile.mk
40550 ____________________________________________________________________________
40551 [ 22466] By: rgs                                   on 2004/03/08  08:06:33
40552         Log: Subject: [PATCH] win32_fstat has a potential buffer overrun problem
40553              From: Jan Dubois <jand@ActiveState.com>
40554              Date: Sun, 07 Mar 2004 17:04:35 -0800
40555              Message-ID: <8lgn409p4k2kpde8d428d7a4r7fsgjc8b4@4ax.com>
40556      Branch: perl
40557            ! win32/win32.c
40558 ____________________________________________________________________________
40559 [ 22465] By: nicholas                              on 2004/03/07  23:31:49
40560         Log: Fix Dave's original shared hash key corruption bug
40561      Branch: perl
40562            ! sv.c
40563 ____________________________________________________________________________
40564 [ 22463] By: nicholas                              on 2004/03/07  21:34:01
40565         Log: Add a readonly check to Perl_sv_utf8_upgrade_flags, a regresion test
40566              in utf8.t, and fix 3 bugs it exposed in utfhash.t
40567      Branch: perl
40568            ! lib/utf8.t sv.c t/op/utfhash.t
40569 ____________________________________________________________________________
40570 [ 22462] By: rgs                                   on 2004/03/07  20:34:05
40571         Log: Subject: undef and the range operator
40572              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
40573              Date: Sun, 7 Mar 2004 21:11:20 +0100
40574              Message-Id: <20040307211120.10e46933@r2d2>
40575      Branch: perl
40576            ! pp_ctl.c t/op/range.t
40577 ____________________________________________________________________________
40578 [ 22459] By: rgs                                   on 2004/03/07  18:41:36
40579         Log: Subject: Re: [PATCH Cwd 2.15] test tweak for VMS
40580              From: "Ken Williams" <ken@mathforum.org>
40581              Date: Sun, 7 Mar 2004 09:37:19 -0600
40582              Message-Id: <51C75B2A-704D-11D8-BBD2-003065F6D85A@mathforum.org>
40583      Branch: perl
40584            ! ext/Cwd/t/cwd.t
40585 ____________________________________________________________________________
40586 [ 22456] By: rgs                                   on 2004/03/07  14:08:43
40587         Log: Subject: [PATCH t/op/closure.t] line-end tweak for VMS
40588              From: "Craig A. Berry" <craigberry@mac.com>
40589              Date: Sat, 06 Mar 2004 22:50:25 -0600
40590              Message-ID: <404AAA11.8050001@mac.com>
40591      Branch: perl
40592            ! t/op/closure.t
40593 ____________________________________________________________________________
40594 [ 22452] By: rgs                                   on 2004/03/06  21:24:45
40595         Log: Subject: [PATCH Cwd 2.15] test tweak for VMS
40596              From: "Craig A. Berry" <craigberry@mac.com>
40597              Date: Sat, 06 Mar 2004 13:51:55 -0600
40598              Message-ID: <404A2BDB.8030401@mac.com>
40599      Branch: perl
40600            ! ext/Cwd/t/cwd.t
40601 ____________________________________________________________________________
40602 [ 22451] By: rgs                                   on 2004/03/06  21:09:10
40603         Log: Allow syslog() to use numeric constants in addition to strings for
40604              facility names and priorities.
40605
40606              Subject: Patch for Sys::Syslog
40607              From: Jim Schneider <jschneid@netilla.com>
40608              Date: Fri, 5 Mar 2004 14:03:10 -0500
40609              Message-Id: <200403051403.10674.jschneid@netilla.com>
40610      Branch: perl
40611            ! ext/Sys/Syslog/Syslog.pm
40612 ____________________________________________________________________________
40613 [ 22446] By: nicholas                              on 2004/03/06  16:13:48
40614         Log: Make threads tests pass make minitest (by skipping)
40615      Branch: perl
40616            ! t/op/getpid.t t/op/threads.t
40617 ____________________________________________________________________________
40618 [ 22445] By: davem                                 on 2004/03/06  15:25:32
40619         Log: fix coredump in /(?{sub{}})/
40620      Branch: perl
40621            ! pad.c
40622 ____________________________________________________________________________
40623 [ 22444] By: rgs                                   on 2004/03/05  21:19:06
40624         Log: A small perluniintro clarification by Jarkko.
40625      Branch: perl
40626            ! pod/perluniintro.pod
40627 ____________________________________________________________________________
40628 [ 22443] By: rgs                                   on 2004/03/05  14:13:50
40629         Log: Subject: [PATCH] Re: Strange segfault
40630              From: mhx-perl@gmx.net (Marcus Holland-Moritz)
40631              Date: Fri, 5 Mar 2004 15:13:53 +0100
40632              Message-ID: <20040305151353.5f3e913c@r2d2>
40633      Branch: perl
40634            ! pp_ctl.c t/op/range.t
40635 ____________________________________________________________________________
40636 [ 22442] By: rgs                                   on 2004/03/05  09:31:22
40637         Log: Subject: [PATCH] Fix PERLEXE_ICO/PERLEXE_RES targets in makefile.mk on Win32
40638              From: steve.hay@uk.radan.com (Steve Hay)
40639              Date: Fri, 05 Mar 2004 09:42:32 +0000
40640              Message-ID: <40484B88.7070608@uk.radan.com>
40641      Branch: perl
40642            ! win32/makefile.mk
40643 ____________________________________________________________________________
40644 [ 22441] By: rgs                                   on 2004/03/05  08:53:08
40645         Log: Change 22436 broke the Windows build.
40646              Fix by Steve Hay.
40647      Branch: perl
40648            ! ext/POSIX/POSIX.xs
40649 ____________________________________________________________________________
40650 [ 22440] By: davem                                 on 2004/03/05  00:09:23
40651         Log: silence some compiler warnings
40652      Branch: perl
40653            ! pp_ctl.c sv.c
40654 ____________________________________________________________________________
40655 [ 22439] By: davem                                 on 2004/03/04  23:56:42
40656         Log: ensure utf8::encode() normalises its arg
40657      Branch: perl
40658            ! sv.c
40659 ____________________________________________________________________________
40660 [ 22438] By: davem                                 on 2004/03/04  23:32:38
40661         Log: Memory leak in continue loop
40662              make sure redo always frees temps
40663      Branch: perl
40664            ! pp_ctl.c t/op/loopctl.t
40665 ____________________________________________________________________________
40666 [ 22437] By: davem                                 on 2004/03/04  22:03:17
40667         Log: Add perldiag entry for change #22435 (deprecate my $x if 0)
40668      Branch: perl
40669            ! pod/perldiag.pod
40670 ____________________________________________________________________________
40671 [ 22436] By: rgs                                   on 2004/03/04  21:52:18
40672         Log: Subject: [PATCH] Re: [perl #25270] 5.8.3 - POSIX::ctermid() on Solaris
40673              From: Andrew Dougherty <doughera@lafayette.edu>
40674              Date: Thu, 4 Mar 2004 14:41:07 -0500 (EST)
40675              Message-ID: <Pine.SOL.4.58.0403041438350.5863@maxwell.phys.lafayette.edu>
40676      Branch: perl
40677            ! ext/POSIX/POSIX.xs
40678 ____________________________________________________________________________
40679 [ 22435] By: davem                                 on 2004/03/04  21:39:47
40680         Log: add deprecation warning for my $x if 0
40681      Branch: perl
40682            ! op.c t/lib/warnings/op
40683 ____________________________________________________________________________
40684 [ 22434] By: davem                                 on 2004/03/04  21:38:57
40685         Log: remove an 'if $a if 0' from AutoSplit.t
40686      Branch: perl
40687            ! lib/AutoSplit.t
40688 ____________________________________________________________________________
40689 [ 22433] By: davem                                 on 2004/03/04  20:33:44
40690         Log: retract 22328 and 22332: deprecation warning for my $x if foo
40691      Branch: perl
40692            ! embed.h op.c opcode.h opcode.pl pod/perldiag.pod pp.sym
40693            ! pp_proto.h t/lib/warnings/op
40694 ____________________________________________________________________________
40695 [ 22432] By: rgs                                   on 2004/03/04  12:18:11
40696         Log: Maintainers.pl update by MJD.
40697      Branch: perl
40698            ! Porting/Maintainers.pl
40699 ____________________________________________________________________________
40700 [ 22431] By: rgs                                   on 2004/03/04  10:35:59
40701         Log: Fix [perl #27357] Scalar Win32::GetOSVersion() broken in 5.8.3
40702              (by Steve Hay)
40703      Branch: perl
40704            + t/win32/getosversion.t
40705            ! MANIFEST win32/win32.c
40706 ____________________________________________________________________________
40707 [ 22430] By: rgs                                   on 2004/03/04  08:03:54
40708         Log: Clarify the difference between utf8::downgrade/upgrade
40709              and utf8::encode/decode (patch by Jarkko).
40710      Branch: perl
40711            ! lib/utf8.pm pod/perluniintro.pod
40712 ____________________________________________________________________________
40713 [ 22429] By: rgs                                   on 2004/03/03  23:01:56
40714         Log: A couple of notes in perl591delta
40715              (about Benchmark and the debugger.)
40716      Branch: perl
40717            ! pod/perl591delta.pod
40718 ____________________________________________________________________________
40719 [ 22428] By: rgs                                   on 2004/03/03  22:15:42
40720         Log: Subject: [PATCH] simplify sv.h
40721              From: Arthur Bergman <sky@nanisky.com>
40722              Date: Sun, 29 Feb 2004 22:04:53 +0000
40723              Message-Id: <4D3C272C-6B03-11D8-B799-000A95A2734C@nanisky.com>
40724      Branch: perl
40725            ! sv.h
40726 ____________________________________________________________________________
40727 [ 22427] By: rgs                                   on 2004/03/03  21:55:03
40728         Log: Speed up the unicode case mappings (for /i, lc, uc, etc).
40729              Subject: [PATCH] [perl #24826]
40730              From: Jarkko Hietaniemi <jhi@iki.fi>
40731              Date: Wed, 3 Mar 2004 09:37:21 +0200
40732              Message-Id: <9B5CBF96-6CE5-11D8-83B0-00039362CB92@iki.fi>
40733      Branch: perl
40734            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
40735            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
40736            ! lib/unicore/mktables t/uni/case.pl utf8.c
40737 ____________________________________________________________________________
40738 [ 22426] By: rgs                                   on 2004/03/03  21:04:48
40739         Log: Subject: [PATCH] debugger (5.8.x and 5.9.x)
40740              From: Richard.Foley@t-online.de (Richard Foley)
40741              Date: Wed, 3 Mar 2004 16:10:25 +0100
40742              Message-Id: <200403031610.25080.richard.foley@rfi.net>
40743      Branch: perl
40744            ! lib/perl5db.pl
40745 ____________________________________________________________________________
40746 [ 22425] By: davem                                 on 2004/03/03  00:02:51
40747         Log: stop t/op/write.t failures under stdio by always closing files
40748              before reading them back; also replace `cat file` with a function
40749              to read in the file
40750      Branch: perl
40751            ! t/op/write.t
40752 ____________________________________________________________________________
40753 [ 22424] By: nicholas                              on 2004/03/02  22:22:49
40754         Log: Change the skip logic on the unicode tests so that they don't rely on
40755              miniperl's "dynamic loading unavailable" message
40756      Branch: perl
40757            ! t/uni/chomp.t t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t
40758            ! t/uni/tr_utf8.t
40759 ____________________________________________________________________________
40760 [ 22423] By: nicholas                              on 2004/03/02  22:02:36
40761         Log: Work on eliminating systematic failures on make minitest:
40762              make minitest passes a -minitest flag to t/TEST
40763              t/TEST sees this and sets $ENV{PERL_CORE_MINITEST}
40764              Tests can choose to skip based on this.
40765              (Other tactic is to make loading of Errno by %! happen at run time.)
40766      Branch: perl
40767            ! Makefile.SH t/TEST t/io/binmode.t t/io/crlf.t t/io/layers.t
40768            ! t/io/open.t t/io/print.t t/io/read.t t/op/magic.t
40769 ____________________________________________________________________________
40770 [ 22422] By: davem                                 on 2004/03/02  21:33:22
40771         Log: Remove machine-dependent rounding dependency from write overflow
40772              tests
40773      Branch: perl
40774            ! t/op/write.t
40775 ____________________________________________________________________________
40776 [ 22421] By: rgs                                   on 2004/03/02  21:25:12
40777         Log: Subject: [PATCH] nmake distclean cleans too much from lib/Digest on Win32
40778              From: Steve Hay <steve.hay@uk.radan.com>
40779              Date: Fri, 27 Feb 2004 17:42:26 +0000
40780              Message-ID: <403F8182.5090607@uk.radan.com>
40781      Branch: perl
40782            ! win32/Makefile win32/makefile.mk
40783 ____________________________________________________________________________
40784 [ 22419] By: davem                                 on 2004/03/01  22:17:52
40785         Log: add tests for change 22414 (lvalue substr jollity)
40786              courtesy of Graham Barr.
40787      Branch: perl
40788            ! t/op/substr.t
40789 ____________________________________________________________________________
40790 [ 22418] By: davem                                 on 2004/03/01  22:00:11
40791         Log: integrate Time::HiRes 1.56 from CPAN
40792              (which is itself mostly derived from the bleedperl version)
40793      Branch: perl
40794            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
40795            ! ext/Time/HiRes/Makefile.PL
40796 ____________________________________________________________________________
40797 [ 22417] By: mhx                                   on 2004/02/29  21:46:19
40798         Log: Make panics a bit more verbose to ease debugging.
40799      Branch: perl
40800            ! thread.h
40801 ____________________________________________________________________________
40802 [ 22415] By: davem                                 on 2004/02/29  18:06:45
40803         Log: make test breaks permissions on /dev/tty
40804              perl -i could fchmod(stdin) by mistake
40805      Branch: perl
40806            ! doio.c
40807 ____________________________________________________________________________
40808 [ 22414] By: davem                                 on 2004/02/29  16:21:34
40809         Log: Subject: Re: [perl #24346] pulling in stuff from outside the substr lvalue
40810              From: Graham Barr <gbarr@pobox.com>
40811              Date: Wed, 29 Oct 2003 09:56:53 +0000
40812              Message-Id: <3993BF6C-09F6-11D8-B6DD-0003938857CC@pobox.com>
40813
40814              make a variable aliased to an lvalue substr value work as expected
40815      Branch: perl
40816            ! mg.c
40817 ____________________________________________________________________________
40818 [ 22411] By: nicholas                              on 2004/02/29  13:08:28
40819         Log: Bump Socket's version to a real floating point value
40820      Branch: perl
40821            ! ext/Socket/Socket.pm
40822 ____________________________________________________________________________
40823 [ 22410] By: ams                                   on 2004/02/29  04:29:24
40824         Log: Back out _01 version suffix.
40825      Branch: perl
40826            ! ext/Storable/Storable.pm
40827 ____________________________________________________________________________
40828 [ 22409] By: davem                                 on 2004/02/28  23:29:10
40829         Log: Bump version numbers of moules affected by change #22258
40830              (removing /tmp and other insecurities)
40831      Branch: perl
40832            ! ext/DB_File/DB_File.pm ext/Devel/PPPort/PPPort.pm
40833            ! ext/Socket/Socket.pm ext/Storable/Storable.pm
40834            ! ext/Time/HiRes/HiRes.pm lib/CGI/Cookie.pm
40835            ! lib/ExtUtils/MakeMaker.pm lib/Memoize.pm lib/Shell.pm
40836            ! lib/perl5db.pl
40837 ____________________________________________________________________________
40838 [ 22408] By: davem                                 on 2004/02/28  22:37:08
40839         Log: make the bison-based parser threadsafe and capable of deep
40840              recursion by eradicating Perl_yylex_r()
40841      Branch: perl
40842            ! embed.fnc embed.h embedvar.h intrpvar.h mg.c perl.h perlapi.h
40843            ! perly.c proto.h toke.c
40844 ____________________________________________________________________________
40845 [ 22407] By: nicholas                              on 2004/02/28  16:10:20
40846         Log: Use File::Temp for tempfiles if it is available.
40847              (Based on a patch from Solar Designer <solar@openwall.com> in
40848              Message-ID: <20040125222218.GA13499@openwall.com>, the bulk of which
40849              was applied as change 22258)
40850      Branch: perl
40851            ! utils/perlbug.PL
40852 ____________________________________________________________________________
40853 [ 22406] By: mhx                                   on 2004/02/28  15:04:41
40854         Log: Fix segfaults when running under -Dx.
40855      Branch: perl
40856            ! dump.c
40857 ____________________________________________________________________________
40858 [ 22403] By: nicholas                              on 2004/02/27  17:56:30
40859         Log: Assimilate Cwd 2.15 from CPAN
40860      Branch: perl
40861            ! ext/Cwd/Changes lib/Cwd.pm
40862 ____________________________________________________________________________
40863 [ 22401] By: nicholas                              on 2004/02/27  16:27:19
40864         Log: Create a new local $_ without triggering tie by using local *_ = \my $a
40865              (an idea from Ton Hospel, Message-Id: <c1igq3$n84$1@post.home.lunix>)
40866      Branch: perl
40867            ! lib/File/Find.pm lib/File/Find/t/find.t
40868 ____________________________________________________________________________
40869 [ 22400] By: merijn                                on 2004/02/27  15:25:27
40870         Log: When threads are active we need -lpthread, but previous `fix' of
40871              now linked libraries invalidated the regex for sed (AIX 5 has no
40872              seperate libc.a and libc_r.a the latter links to the first)
40873      Branch: perl
40874            ! hints/aix.sh
40875 ____________________________________________________________________________
40876 [ 22397] By: nicholas                              on 2004/02/27  13:13:43
40877         Log: Correct thinko in comment.
40878      Branch: perl
40879            ! op.c
40880 ____________________________________________________________________________
40881 [ 22393] By: nicholas                              on 2004/02/27  10:41:39
40882         Log: In hsplit, if a normal hash has placeholders then clear them before
40883              splitting. We can do this safely because Storable ensures hsplit is
40884              not called while it builds restricted hashes (actually any hashes)
40885              This change may not make things faster, but now we have the choice.
40886      Branch: perl
40887            ! ext/Storable/t/restrict.t hv.c
40888 ____________________________________________________________________________
40889 [ 22391] By: nicholas                              on 2004/02/27  10:27:38
40890         Log: My re-implementation of hv_clear_placeholders was buggy - not sure why
40891              the tests still passed. Fixed.
40892      Branch: perl
40893            ! hv.c
40894 ____________________________________________________________________________
40895 [ 22383] By: nicholas                              on 2004/02/26  14:59:40
40896         Log: Moving all the e-mail addresses over by 1 column makes them start on
40897              an 8 column tabstop, which makes editing this file easier.
40898              So then I replaced spaces with tabs and made it smaller too.
40899      Branch: perl
40900            ! AUTHORS
40901 ____________________________________________________________________________
40902 [ 22382] By: nicholas                              on 2004/02/26  14:49:13
40903         Log: Add Mark Fowler
40904      Branch: perl
40905            ! AUTHORS
40906 ____________________________________________________________________________
40907 [ 22381] By: nicholas                              on 2004/02/26  13:11:07
40908         Log: Integrate:
40909              [ 22339]
40910              Mention 5.005_04 RC2
40911
40912              [ 22360]
40913              Update for 5.005_04 release
40914      Branch: perl
40915           !> pod/perlhist.pod
40916 ____________________________________________________________________________
40917 [ 22380] By: rgs                                   on 2004/02/26  13:03:43
40918         Log: Subject: [PATCH] Improved perlapi documentation for croak
40919              From: Mark Fowler <mark@twoshortplanks.com>
40920              Date: Wed, 25 Feb 2004 22:47:21 +0000 (GMT)
40921              Message-ID: <Pine.LNX.4.55.0402252242510.32152@gan.twoshortplanks.com>
40922
40923              (and regenerate perlapi.pod.)
40924      Branch: perl
40925            ! pod/perlapi.pod util.c
40926 ____________________________________________________________________________
40927 [ 22379] By: merijn                                on 2004/02/26  08:44:53
40928         Log: From: Art Haas <ahaas@airmail.net>
40929              Subject: Replacing '-rdynamic' in Configure script
40930              Date: Fri, 20 Feb 2004 13:53:56 -0600
40931              Message-ID: <20040220195400.31177.qmail@onion.perl.org>
40932      Branch: perl
40933            ! Configure
40934 ____________________________________________________________________________
40935 [ 22377] By: davem                                 on 2004/02/25  21:07:44
40936         Log: remove my work address
40937      Branch: perl
40938            ! AUTHORS
40939 ____________________________________________________________________________
40940 [ 22376] By: davem                                 on 2004/02/25  17:10:56
40941         Log: stop "const in void context" warning for a const in an
40942              optimised-away boolean expresssion, eg 5 || print;
40943      Branch: perl
40944            ! op.c op.h t/lib/warnings/op
40945 ____________________________________________________________________________
40946 [ 22375] By: merijn                                on 2004/02/25  11:13:12
40947         Log: Skip the Net/Ping/450_service failures on HP-UX for the time being
40948      Branch: perl
40949            ! lib/Net/Ping/t/450_service.t
40950 ____________________________________________________________________________
40951 [ 22374] By: merijn                                on 2004/02/25  09:32:12
40952         Log: AIX hints stage 3: remove AIX 3 and AIX 4 after split off
40953              One open issue left: promoting to cc_r for threaded builds
40954              need a review to permit users using -Dcc=xlc_r for non
40955              threaded builds
40956      Branch: perl
40957            ! hints/aix.sh
40958 ____________________________________________________________________________
40959 [ 22373] By: davem                                 on 2004/02/24  23:25:52
40960         Log: fix memory leak in @_ = ...; goto &sub
40961      Branch: perl
40962            ! pp_ctl.c
40963 ____________________________________________________________________________
40964 [ 22372] By: rgs                                   on 2004/02/24  22:44:34
40965         Log: Enhance test cleanliness by a very small factor.
40966      Branch: perl
40967            ! t/comp/parser.t
40968 ____________________________________________________________________________
40969 [ 22371] By: rgs                                   on 2004/02/24  22:34:06
40970         Log: Fix a segfault during optree construction. (bug #27024)
40971      Branch: perl
40972            ! op.c t/comp/parser.t
40973 ____________________________________________________________________________
40974 [ 22370] By: rgs                                   on 2004/02/24  20:39:26
40975         Log: Update Changes and AUTHORS.
40976      Branch: perl
40977            ! AUTHORS Changes
40978 ____________________________________________________________________________
40979 [ 22369] By: rgs                                   on 2004/02/24  19:53:51
40980         Log: Subject: [PATCH] optimization for map in scalar context
40981              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
40982              Date: Tue, 24 Feb 2004 12:02:57 +0100
40983              Message-id: <20040224110257.GA5510@ethan>
40984      Branch: perl
40985            ! pp_ctl.c
40986 ____________________________________________________________________________
40987 [ 22368] By: rgs                                   on 2004/02/24  19:30:12
40988         Log: Subject: Bugfix for perlrequick and perlretut
40989              From: Mark Kvale <kvale@phy.ucsf.edu>
40990              Date: Tue, 24 Feb 2004 11:32:34 -0800
40991              Message-Id: <200402241132.34656.kvale@phy.ucsf.edu>
40992      Branch: perl
40993            ! pod/perlrequick.pod pod/perlretut.pod
40994 ____________________________________________________________________________
40995 [ 22367] By: rgs                                   on 2004/02/23  22:08:33
40996         Log: Instead of localising *_, use a dummy foreach loop to get
40997              a local value of $_
40998      Branch: perl
40999            ! lib/File/Find.pm
41000 ____________________________________________________________________________
41001 [ 22366] By: rgs                                   on 2004/02/23  21:40:02
41002         Log: Subject: Re: [perl #24338] Attribute::Handlers will trash UNIVERSAL
41003              From: alan <alan@pair.com>
41004              Date: Tue, 17 Feb 2004 14:23:08 -0500 (EST)
41005              Message-ID: <Pine.BSF.4.58.0402171418090.80983@smx.pair.com>
41006      Branch: perl
41007            ! lib/Attribute/Handlers.pm
41008 ____________________________________________________________________________
41009 [ 22365] By: rgs                                   on 2004/02/23  21:30:42
41010         Log: Update perl591delta.
41011      Branch: perl
41012            ! pod/perl591delta.pod
41013 ____________________________________________________________________________
41014 [ 22364] By: rgs                                   on 2004/02/23  20:56:38
41015         Log: Fix bug #26910: hints were not propagated into (?{...})
41016              blocks, except the utf8 pragma.
41017      Branch: perl
41018            ! pp_ctl.c t/lib/strict/refs t/lib/strict/subs t/lib/strict/vars
41019 ____________________________________________________________________________
41020 [ 22363] By: rgs                                   on 2004/02/23  19:15:53
41021         Log: Subject: Re: [perl #26905] "use bytes" doesn't apply byte semantics to concatenation
41022              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
41023              Date: Sun, 22 Feb 2004 16:09:33 +0900
41024              Message-Id: <20040222160505.98E5.BQW10602@nifty.com>
41025
41026              Subject: [PATCH] Encode::CN::HZ (was Re: [perl #26905] "use bytes" doesn't apply byte semantics to concatenation)
41027              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
41028              Date: Sun, 22 Feb 2004 18:41:43 +0900
41029              Message-Id: <20040222182357.6B39.BQW10602@nifty.com>
41030
41031              Plus, add a "_01" to the theoretical version number of Encode::CN::HZ.
41032      Branch: perl
41033            ! ext/Encode/lib/Encode/CN/HZ.pm pp_hot.c t/op/concat.t
41034 ____________________________________________________________________________
41035 [ 22362] By: rgs                                   on 2004/02/23  18:31:31
41036         Log: Subject: [PATCH] Benchmark for child processes
41037              From: Chia-liang Kao <clkao@clkao.org>
41038              Date: Mon, 23 Feb 2004 22:53:51 +0800
41039              Message-ID: <20040223145351.GH94376@portege.clkao.org>
41040      Branch: perl
41041            ! lib/Benchmark.pm
41042 ____________________________________________________________________________
41043 [ 22359] By: merijn                                on 2004/02/23  11:55:08
41044         Log: Subject: Re: Perl 5.8.1 on IRIX 5.3
41045              Date: Thu, 22 Jan 2004 18:35:26 +0100 (CET)
41046              From: Georg Schwarz <geos@epost.de>
41047              Message-Id: <E1Ajijm-0006ya-LE@mikro.physik.TU-Berlin.DE>
41048      Branch: perl
41049            ! hints/irix_5.sh
41050 ____________________________________________________________________________
41051 [ 22358] By: rgs                                   on 2004/02/22  21:49:47
41052         Log: Subject: initial patch for cygwin IPC via cygserver
41053              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
41054              Date: Thu, 19 Feb 2004 09:01:13 -0800
41055              Message-ID: <20040219170113.GA2792@efn.org>
41056      Branch: perl
41057            ! ext/IPC/SysV/hints/cygwin.pl hints/cygwin.sh
41058 ____________________________________________________________________________
41059 [ 22357] By: davem                                 on 2004/02/22  15:43:53
41060         Log: Extend OP_AELEMFAST optimisation to lexical arrays
41061      Branch: perl
41062            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm op.c op.h pp_hot.c
41063 ____________________________________________________________________________
41064 [ 22356] By: rgs                                   on 2004/02/21  16:51:52
41065         Log: We're not binary compatible with 5.8.
41066              Change PERL_API_VERSION to 5.9.1.
41067      Branch: perl
41068            ! patchlevel.h
41069 ____________________________________________________________________________
41070 [ 22355] By: rgs                                   on 2004/02/21  16:30:02
41071         Log: Document change #22353 in perldelta.
41072      Branch: perl
41073            ! pod/perl591delta.pod
41074 ____________________________________________________________________________
41075 [ 22354] By: rgs                                   on 2004/02/21  16:23:54
41076         Log: Increment the version number of B, due to the incompatible
41077              API change introduced by #22353 (no more op_seq method.)
41078      Branch: perl
41079            ! ext/B/B.pm
41080 ____________________________________________________________________________
41081 [ 22353] By: rgs                                   on 2004/02/21  16:18:32
41082         Log: Subject: Re: op_seq (was: Freeing code)
41083              From: Paul Johnson <paul@pjcj.net>
41084              Date: Sat, 21 Feb 2004 02:31:47 +0100
41085              Message-ID: <20040221013147.GB6953@pjcj.net>
41086
41087              Rework the OP structure to use less space.
41088              Remove op_seq (and simulate it in dump.c),
41089              replace it by op_opt and op_static,
41090              shrink op_type, remove PL_op_seqmax.
41091      Branch: perl
41092            ! bytecode.pl dump.c embed.h embedvar.h ext/B/B.xs
41093            ! ext/B/B/Asmdata.pm ext/B/B/C.pm ext/B/B/Concise.pm
41094            ! ext/B/B/Debug.pm ext/ByteLoader/byterun.c
41095            ! ext/ByteLoader/byterun.h intrpvar.h op.c op.h perlapi.h
41096            ! pod/perlintern.pod sv.c
41097 ____________________________________________________________________________
41098 [ 22352] By: rgs                                   on 2004/02/20  17:29:32
41099         Log: When you write C<my $_ ; for (...) {...}>, the lexical $_
41100              is not actually introduced by the for statement.
41101      Branch: perl
41102            ! op.c
41103 ____________________________________________________________________________
41104 [ 22351] By: davem                                 on 2004/02/20  15:38:10
41105         Log: remove a split test's dependence on -Dx output
41106              (needed after change #22343)
41107      Branch: perl
41108            ! t/op/split.t
41109 ____________________________________________________________________________
41110 [ 22350] By: davem                                 on 2004/02/20  15:34:27
41111         Log: add Deparse/Concise support for inplace sort (change 22349)
41112      Branch: perl
41113            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm
41114 ____________________________________________________________________________
41115 [ 22349] By: davem                                 on 2004/02/20  14:54:35
41116         Log: optimise the sorting inplace of plain arrays: @a = sort @a
41117      Branch: perl
41118            ! op.c op.h pp_sort.c t/op/sort.t
41119 ____________________________________________________________________________
41120 [ 22348] By: davem                                 on 2004/02/20  14:18:13
41121         Log: Document the SVf_PADSTALE flag
41122      Branch: perl
41123            ! pad.c
41124 ____________________________________________________________________________
41125 [ 22347] By: rgs                                   on 2004/02/20  10:46:51
41126         Log: Delete lib/IPC/SysV.t (duplicate of ext/IPC/SysV/t/ipcsysv.t)
41127      Branch: perl
41128            - lib/IPC/SysV.t
41129            ! MANIFEST
41130 ____________________________________________________________________________
41131 [ 22346] By: rgs                                   on 2004/02/20  10:23:51
41132         Log: Subject: [PATCH] genmk95.pl touchup for distclean on Win98
41133              From: Greg Matheson <lang@ms.chinmin.edu.tw>
41134              Date: Fri, 20 Feb 2004 15:34:59 +0800
41135              Message-ID: <20040220153459.A30249@ms.chinmin.edu.tw>
41136      Branch: perl
41137            ! win32/genmk95.pl
41138 ____________________________________________________________________________
41139 [ 22345] By: rgs                                   on 2004/02/20  08:21:47
41140         Log: Upgrade to Term::ANSIColor 1.08.
41141      Branch: perl
41142            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
41143            ! lib/Term/ANSIColor/README lib/Term/ANSIColor/test.pl
41144 ____________________________________________________________________________
41145 [ 22344] By: rgs                                   on 2004/02/19  21:17:10
41146         Log: Upgrade to prereleases of Math::BigInt 1.70 and
41147              Math::BigRat 0.12, by Tels.
41148      Branch: perl
41149            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
41150            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/CalcEmu.pm
41151            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
41152            ! lib/Math/BigInt/t/bare_mif.t lib/Math/BigInt/t/bigfltpm.inc
41153            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
41154            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
41155            ! lib/Math/BigInt/t/bigints.t lib/Math/BigInt/t/biglog.t
41156            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/config.t
41157            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
41158            ! lib/Math/BigInt/t/req_mbfw.t lib/Math/BigInt/t/sub_mbf.t
41159            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
41160            ! lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
41161            ! lib/Math/BigInt/t/use_mbfw.t lib/Math/BigInt/t/with_sub.t
41162            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltpm.inc
41163            ! lib/Math/BigRat/t/bigfltrt.t lib/Math/BigRat/t/bigrat.t
41164            ! lib/bigint.pm t/lib/Math/BigInt/BareCalc.pm
41165            ! t/lib/Math/BigInt/Scalar.pm t/lib/Math/BigRat/Test.pm
41166 ____________________________________________________________________________
41167 [ 22343] By: davem                                 on 2004/02/19  13:43:18
41168         Log: -Dx could coredump on threaded builds because consts are now
41169              stored in the pad
41170      Branch: perl
41171            ! dump.c
41172 ____________________________________________________________________________
41173 [ 22342] By: rgs                                   on 2004/02/18  21:38:13
41174         Log: Add a tool to report dual-lived core modules that don't
41175              have the same version than the corresponding module on CPAN.
41176      Branch: perl
41177            + Porting/corecpan.pl
41178            ! MANIFEST
41179 ____________________________________________________________________________
41180 [ 22341] By: rgs                                   on 2004/02/18  14:04:11
41181         Log: Document the removal of PERL_XS_APIVERSION and PERL_PM_APIVERSION.
41182      Branch: perl
41183            ! pod/perl591delta.pod
41184 ____________________________________________________________________________
41185 [ 22338] By: rgs                                   on 2004/02/18  13:32:17
41186         Log: Add base.pm and fields.pm to the maintainer list.
41187              Remove a duplicate file from this list.
41188      Branch: perl
41189            ! Porting/Maintainers.pl
41190 ____________________________________________________________________________
41191 [ 22337] By: davem                                 on 2004/02/18  13:22:13
41192         Log: fix write test: -small_number may be displayed as 00.00 or -0.00
41193      Branch: perl
41194            ! t/op/write.t
41195 ____________________________________________________________________________
41196 [ 22334] By: merijn                                on 2004/02/18  12:18:52
41197         Log: Removed pm_apiversion and xs_apiversion as requested by
41198              the pumpkin. Chainsaw was still in perfect working order.
41199      Branch: perl
41200            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
41201            ! NetWare/config_H.wc Porting/Glossary Porting/config.sh
41202            ! Porting/config_H config_h.SH configure.com epoc/config.sh
41203            ! plan9/config.plan9 plan9/config_h.sample
41204            ! plan9/config_sh.sample uconfig.h uconfig.sh win32/config.bc
41205            ! win32/config.gc win32/config.vc win32/config.vc64
41206            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
41207            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
41208 ____________________________________________________________________________
41209 [ 22332] By: davem                                 on 2004/02/18  11:14:43
41210         Log: Add tests for the C<my $x if foo> deprecation, and change the
41211              warning text
41212      Branch: perl
41213            ! op.c pod/perldiag.pod t/lib/warnings/op
41214 ____________________________________________________________________________
41215 [ 22330] By: mhx                                   on 2004/02/18  08:53:03
41216         Log: 1. Add section to perlxs.pod describing that the refcount of AVs/HVs
41217              returned from XSUBs through RETVAL isn't decremented as it is for
41218              SVs. This causes those XSUBs to leak memory and cannot be fixed
41219              without breaking existing CPAN modules that work around this bug.
41220
41221              2. Fix a memory leak of that kind in POSIX::localconv.
41222      Branch: perl
41223            ! ext/POSIX/POSIX.xs pod/perlxs.pod
41224 ____________________________________________________________________________
41225 [ 22329] By: rgs                                   on 2004/02/18  08:25:58
41226         Log: Encode has local changes. Up-version it.
41227      Branch: perl
41228            ! ext/Encode/Encode.pm
41229 ____________________________________________________________________________
41230 [ 22328] By: davem                                 on 2004/02/17  23:30:50
41231         Log: add deprecation warning for C<my $x if foo> and C<foo && (my $x)>
41232      Branch: perl
41233            ! op.c opcode.h opcode.pl pod/perldiag.pod pp.sym pp_proto.h
41234 ____________________________________________________________________________
41235 [ 22327] By: rgs                                   on 2004/02/17  23:22:45
41236         Log: It's better to localize *_ than $_, to avoid magic leakage
41237      Branch: perl
41238            ! lib/File/Find.pm
41239 ____________________________________________________________________________
41240 [ 22326] By: rgs                                   on 2004/02/17  23:18:25
41241         Log: One of the new tests of MIME::Base64 relies on a non-core module.
41242      Branch: perl
41243            - ext/MIME/Base64/t/bad-sv.t
41244            ! MANIFEST
41245 ____________________________________________________________________________
41246 [ 22325] By: rgs                                   on 2004/02/17  23:10:22
41247         Log: Upgrade to MIME::Base64 3.00.
41248              Fix t/warn.t so it works in the core.
41249              Reintegrate change #22309 in it. Bump $VERSION to 3.00_01.
41250      Branch: perl
41251            + ext/MIME/Base64/t/bad-sv.t ext/MIME/Base64/t/warn.t
41252            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
41253            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
41254            ! ext/MIME/Base64/t/base64.t
41255 ____________________________________________________________________________
41256 [ 22323] By: rgs                                   on 2004/02/17  22:20:25
41257         Log: Be more clear. Use simple words.
41258      Branch: perl
41259            ! pod/perl591delta.pod
41260 ____________________________________________________________________________
41261 [ 22322] By: davem                                 on 2004/02/17  21:52:08
41262         Log: remove C<my $x if foo> construct from core modules
41263      Branch: perl
41264            ! ext/B/B/Deparse.pm ext/IO/lib/IO/Handle.pm
41265            ! ext/IO/lib/IO/Pipe.pm lib/ExtUtils/Liblist/Kid.pm
41266            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Win95.pm
41267            ! lib/Net/NNTP.pm lib/Net/POP3.pm lib/Net/SMTP.pm
41268            ! lib/Pod/Parser.pm lib/Test/Harness.pm utils/h2xs.PL
41269 ____________________________________________________________________________
41270 [ 22321] By: rgs                                   on 2004/02/17  21:22:17
41271         Log: Dave Mitchell suggested this perldelta entry for the SVp_* reordering.
41272      Branch: perl
41273            ! pod/perl591delta.pod
41274 ____________________________________________________________________________
41275 [ 22320] By: rgs                                   on 2004/02/17  21:07:11
41276         Log: Bump $B::VERSION (because of change #22315).
41277      Branch: perl
41278            ! ext/B/B.pm
41279 ____________________________________________________________________________
41280 [ 22319] By: rgs                                   on 2004/02/17  21:03:09
41281         Log: Regenerate table of contents and other related files.
41282      Branch: perl
41283            ! MANIFEST pod/perl.pod pod/perltoc.pod
41284 ____________________________________________________________________________
41285 [ 22318] By: rgs                                   on 2004/02/17  20:06:04
41286         Log: Bump up perl's version number to 5.9.1.
41287              Add perl591delta in perl.pod.
41288              Update the sample config files in Porting/.
41289      Branch: perl
41290            ! NetWare/Makefile NetWare/config_H.wc Porting/config.sh
41291            ! Porting/config_H epoc/config.sh epoc/createpkg.pl patchlevel.h
41292            ! plan9/config.plan9 pod/perl.pod win32/Makefile
41293            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
41294            ! win32/config_H.vc64 win32/makefile.mk wince/Makefile.ce
41295 ____________________________________________________________________________
41296 [ 22317] By: davem                                 on 2004/02/17  19:28:58
41297         Log: 22316 had stupid precedence thinkos
41298      Branch: perl
41299            ! pp.c pp_hot.c
41300 ____________________________________________________________________________
41301 [ 22316] By: davem                                 on 2004/02/17  18:23:27
41302         Log: Slight update to #22315 ($lval=*FOO); optimise the hot tests,
41303              and fix some incorrect indentation
41304      Branch: perl
41305            ! pp.c pp_hot.c sv.c
41306 ____________________________________________________________________________
41307 [ 22315] By: davem                                 on 2004/02/17  18:01:52
41308         Log: Subject:  Re: [PATCH] GLOB to LVALUE assignment fix
41309              From:  Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
41310              Date:  Tue, 17 Feb 2004 17:32:16 +0100
41311              Message-Id:  <20040217163216.GA6805@ethan>
41312
41313              Make PVLV a superset of PVGV, so that $lvalue = *FOO works
41314      Branch: perl
41315            ! dump.c ext/B/B.pm ext/B/B.xs pp.c pp_hot.c sv.c sv.h t/op/gv.t
41316 ____________________________________________________________________________
41317 [ 22314] By: merijn                                on 2004/02/17  11:22:24
41318         Log: 1. Creating backward compatibility for Configure after patches
41319              #22227 and #22302 to still support 5.8.x and below
41320
41321              2. Small change for building on GNU hurd
41322              Date: Sun, 15 Feb 2004 23:27:17 +1100
41323              From: "Brendan O'Dea" <bod@debian.org>
41324              Message-ID: <20040215122717.GA26812@londo.c47.org>
41325      Branch: perl
41326            ! Configure Makefile.SH hints/gnu.sh
41327 ____________________________________________________________________________
41328 [ 22313] By: mhx                                   on 2004/02/16  20:27:40
41329         Log: Fix for Win32 build failure caused by the byacc to bison switch.
41330      Branch: perl
41331            ! perl.h
41332 ____________________________________________________________________________
41333 [ 22312] By: rgs                                   on 2004/02/16  13:16:43
41334         Log: Revert change 22308 (the patch was against maint, not blead)
41335      Branch: perl
41336            ! lib/ExtUtils/instmodsh
41337 ____________________________________________________________________________
41338 [ 22310] By: merijn                                on 2004/02/16  11:30:29
41339         Log: Fix typo in doc for Encode
41340              From: "Brendan O'Dea" <bod@debian.org>
41341              Date: Sun, 15 Feb 2004 23:27:17 +1100
41342              Message-ID: <20040215122717.GA26812@londo.c47.org>
41343      Branch: perl
41344            ! ext/Encode/Encode.pm
41345 ____________________________________________________________________________
41346 [ 22309] By: merijn                                on 2004/02/16  11:27:34
41347         Log: Missing semi-colon
41348              From: "Brendan O'Dea" <bod@debian.org>
41349              Date: Sun, 15 Feb 2004 23:27:17 +1100
41350              Message-ID: <20040215122717.GA26812@londo.c47.org>
41351      Branch: perl
41352            ! ext/MIME/Base64/Base64.xs
41353 ____________________________________________________________________________
41354 [ 22308] By: merijn                                on 2004/02/16  11:24:59
41355         Log: Add some basic POD to lib/ExtUtils/instmodsh so that
41356              it has a manpage.
41357              From: "Brendan O'Dea" <bod@debian.org>
41358              Date: Sun, 15 Feb 2004 23:27:17 +1100
41359              Message-ID: <20040215122717.GA26812@londo.c47.org>
41360      Branch: perl
41361            ! lib/ExtUtils/instmodsh
41362 ____________________________________________________________________________
41363 [ 22307] By: rgs                                   on 2004/02/15  11:02:49
41364         Log: Subject: [patch perlguts.pod] save_item doesn't handle magic
41365              From: Stas Bekman <stas@stason.org>
41366              Date: Fri, 13 Feb 2004 20:18:59 -0800
41367              Message-ID: <402DA1B3.2010608@stason.org>
41368      Branch: perl
41369            ! pod/perlguts.pod
41370 ____________________________________________________________________________
41371 [ 22306] By: davem                                 on 2004/02/15  00:24:26
41372         Log: Segmentation fault with
41373              sub x { shift; @a = @b; eval +{ use } }
41374      Branch: perl
41375            ! op.c perly.act perly.h perly.tab perly.y t/comp/parser.t
41376 ____________________________________________________________________________
41377 [ 22305] By: davem                                 on 2004/02/14  23:52:09
41378         Log: Enable v (verbose) switch on -Dp to display the top 8 elements
41379              on the parser stack at each reduce.  Also,
41380
41381              Subject: Re: switch from byacc to bison
41382              From: "Craig A. Berry" <craigberry@mac.com>
41383              Date: Sat, 14 Feb 2004 13:26:45 -0600
41384              Message-ID: <craigberry-8058A3.13264414022004@onion.develooper.com>
41385
41386              change #if DEBUGGING to #ifdef ... in perly.c
41387      Branch: perl
41388            ! perly.c pod/perlrun.pod
41389 ____________________________________________________________________________
41390 [ 22304] By: davem                                 on 2004/02/14  13:33:26
41391         Log: Subject:  Re: switch from byacc to bison
41392              From:  Abe Timmerman <abeltje@cpan.org>
41393              Date:  Sat, 14 Feb 2004 11:56:24 +0100
41394              Message-Id:  <200402141156.58185.abeltje@cpan.org>
41395
41396              Fix typos in pumpkin.pod
41397      Branch: perl
41398            ! Porting/pumpkin.pod
41399 ____________________________________________________________________________
41400 [ 22303] By: davem                                 on 2004/02/14  12:28:37
41401         Log: remove binary compatibility stuff from the yacc -> bison switch
41402              of change #22302
41403      Branch: perl
41404            ! embedvar.h intrpvar.h
41405 ____________________________________________________________________________
41406 [ 22302] By: davem                                 on 2004/02/14  02:06:53
41407         Log: Switch from byacc to bison and simplify the perly.* regeneration
41408              process
41409      Branch: perl
41410            + perly.act perly.tab regen_perly.pl
41411            - perly.fixer perly_c.diff perlyline.pl vms/perly_c.vms
41412            - vms/perly_h.vms vms/vms_yfix.pl
41413            ! MANIFEST Makefile.SH Porting/pumpkin.pod embedvar.h intrpvar.h
41414            ! op.c perl.h perlapi.h perly.c perly.h perly.y sv.c toke.c
41415            ! vms/descrip_mms.template
41416 ____________________________________________________________________________
41417 [ 22301] By: rgs                                   on 2004/02/13  21:11:25
41418         Log: Fix an fcntl example in perlopentut, spotted by MJD.
41419      Branch: perl
41420            ! pod/perlopentut.pod
41421 ____________________________________________________________________________
41422 [ 22300] By: davem                                 on 2004/02/12  23:18:20
41423         Log: The new -Dq option didn't actually work!
41424      Branch: perl
41425            ! perl.h
41426 ____________________________________________________________________________
41427 [ 22299] By: merijn                                on 2004/02/12  14:32:15
41428         Log: Subject: [comment patch] (ed: mg.c:mg_set() => mg.c:Perl_magic_set())
41429              From: Stas Bekman <stas@stason.org>
41430              Date: Wed, 11 Feb 2004 16:53:54 -0800
41431              Message-ID: <402ACEA2.4020907@stason.org>
41432      Branch: perl
41433            ! perl.c
41434 ____________________________________________________________________________
41435 [ 22298] By: rgs                                   on 2004/02/10  08:49:12
41436         Log: Subject: Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows
41437              From: Greg Matheson <lang@ms.chinmin.edu.tw>
41438              Date: Tue, 10 Feb 2004 12:36:33 +0800
41439              Message-ID: <20040210043633.GA33671687@momotaro>
41440      Branch: perl
41441            ! win32/makefile.mk
41442 ____________________________________________________________________________
41443 [ 22297] By: rgs                                   on 2004/02/10  08:05:16
41444         Log: Add 5.005_04-RC1 and Leon in perlhist.
41445      Branch: perl
41446            ! pod/perlhist.pod
41447 ____________________________________________________________________________
41448 [ 22295] By: rgs                                   on 2004/02/09  22:48:54
41449         Log: Add a note in Unicode::UCD about the _getcode() function
41450              being copy-n-pasted in charnames.pm. (spotted by Merijn)
41451      Branch: perl
41452            ! lib/Unicode/UCD.pm
41453 ____________________________________________________________________________
41454 [ 22294] By: rgs                                   on 2004/02/09  21:48:15
41455         Log: Implement stacked filetest operators (-f -w -x $file).
41456      Branch: perl
41457            ! doio.c dump.c ext/B/B/Concise.pm op.c op.h
41458            ! pod/perl591delta.pod pod/perlfunc.pod pp_sys.c t/op/filetest.t
41459 ____________________________________________________________________________
41460 [ 22292] By: rgs                                   on 2004/02/09  21:17:40
41461         Log: Subject: Re: [perl #26073] sprintf miscounts padding when format is utf8
41462              From: hv@crypt.org
41463              Date: Mon, 09 Feb 2004 03:21:21 +0000
41464              Message-Id: <200402090321.i193LL907950@zen.crypt.org>
41465      Branch: perl
41466            ! sv.c t/op/sprintf2.t
41467 ____________________________________________________________________________
41468 [ 22291] By: rgs                                   on 2004/02/09  21:09:14
41469         Log: Subject: reduce overhead of charnames.pm, make op/pat.t work under miniperl
41470              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
41471              Date: Mon, 9 Feb 2004 00:51:45 -0800
41472              Message-ID: <20040209085145.GA3204@efn.org>
41473              (plus an etymological notice)
41474      Branch: perl
41475            ! lib/charnames.pm
41476 ____________________________________________________________________________
41477 [ 22290] By: rgs                                   on 2004/02/08  21:34:27
41478         Log: Add the new private flag OPpGREP_LEX in B::Concise.
41479      Branch: perl
41480            ! ext/B/B/Concise.pm
41481 ____________________________________________________________________________
41482 [ 22289] By: rgs                                   on 2004/02/08  21:21:28
41483         Log: map and grep weren't working correctly with lexical $_ in
41484              scalar context, because pp_mapwhile and pp_grepwhile were using
41485              their target as a temporary slot to store the return value.
41486      Branch: perl
41487            ! pp_ctl.c pp_hot.c t/op/mydef.t
41488 ____________________________________________________________________________
41489 [ 22287] By: rgs                                   on 2004/02/08  12:01:35
41490         Log: Subject: Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows
41491              From: Greg Matheson <lang@ms.chinmin.edu.tw>
41492              Date: Mon, 2 Feb 2004 16:52:44 +0800
41493              Message-ID: <20040202165244.A17415@ms.chinmin.edu.tw>
41494      Branch: perl
41495            ! win32/makefile.mk
41496 ____________________________________________________________________________
41497 [ 22286] By: rgs                                   on 2004/02/08  11:48:09
41498         Log: Subject: [PATCH] Correct some prototypes in perlapi.pod
41499              From: Steve Hay <steve.hay@uk.radan.com>
41500              Date: Fri, 06 Feb 2004 12:44:05 +0000
41501              Message-ID: <40238C15.2090200@uk.radan.com>
41502      Branch: perl
41503            ! pod/perlapi.pod sv.h
41504 ____________________________________________________________________________
41505 [ 22285] By: rgs                                   on 2004/02/08  11:44:22
41506         Log: Subject: [PATCH] Fix absolute path handling in installhtml
41507              From: Steve Hay <steve.hay@uk.radan.com>
41508              Date: Fri, 06 Feb 2004 16:14:14 +0000
41509              Message-ID: <4023BD56.6090903@uk.radan.com>
41510      Branch: perl
41511            ! installhtml
41512 ____________________________________________________________________________
41513 [ 22284] By: rgs                                   on 2004/02/08  11:42:08
41514         Log: Subject: [PATCH perlunicode.pod] chomp() cares about Unicode
41515              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
41516              Date: Sat, 07 Feb 2004 00:08:36 +0900
41517              Message-Id: <20040206235116.0E36.BQW10602@nifty.com>
41518      Branch: perl
41519            ! pod/perlunicode.pod
41520 ____________________________________________________________________________
41521 [ 22282] By: nicholas                              on 2004/02/07  22:32:44
41522         Log: Comment to record why we can't clear placeholders in hsplit
41523      Branch: perl
41524            ! hv.c
41525 ____________________________________________________________________________
41526 [ 22281] By: nicholas                              on 2004/02/07  21:46:59
41527         Log: deleting keys in restricted hashes was leaking the entry. Yow!
41528      Branch: perl
41529            ! hv.c lib/Hash/Util.t
41530 ____________________________________________________________________________
41531 [ 22280] By: nicholas                              on 2004/02/07  21:20:16
41532         Log: Now hv_delete is able to ingore placeholders.
41533              (This is an XS visible change in the hash API. But not of documented
41534              behaviour)
41535      Branch: perl
41536            ! hv.c
41537 ____________________________________________________________________________
41538 [ 22279] By: nicholas                              on 2004/02/07  20:56:50
41539         Log: All whitespace is equal, but some whitespace is more equal than others
41540              (lib/DBM_Filter/Changes line had spaces. Spaces bad. Tabs better)
41541      Branch: perl
41542            ! MANIFEST
41543 ____________________________________________________________________________
41544 [ 22278] By: nicholas                              on 2004/02/07  19:50:10
41545         Log: hv_clear_placeholders now manipulates the linked lists directly, rather
41546              than using the iterator interface and calling hv_delete
41547              This will allow hv_delete to be simplified to remove most of the
41548              special casing related to placeholders.
41549      Branch: perl
41550            ! hv.c
41551 ____________________________________________________________________________
41552 [ 22273] By: merijn                                on 2004/02/06  11:47:14
41553         Log: Added hints_4.sh for specific AIX 4 support
41554              this is the next stage in the general cleanup process
41555              for the AIX hints. More to come
41556      Branch: perl
41557            + hints/aix_4.sh
41558            ! MANIFEST
41559 ____________________________________________________________________________
41560 [ 22272] By: rgs                                   on 2004/02/06  07:32:15
41561         Log: Fix a non-standard NAME pod section
41562              (by Smylers and Casey West)
41563      Branch: perl
41564            ! lib/Carp/Heavy.pm
41565 ____________________________________________________________________________
41566 [ 22268] By: rgs                                   on 2004/02/04  19:50:05
41567         Log: The "my $_" wasn't nice with foreach loops.
41568      Branch: perl
41569            ! op.c t/op/mydef.t
41570 ____________________________________________________________________________
41571 [ 22267] By: merijn                                on 2004/02/04  10:24:33
41572         Log: AIX 3 support removed from default hints after its separation
41573      Branch: perl
41574            ! hints/aix.sh
41575 ____________________________________________________________________________
41576 [ 22266] By: merijn                                on 2004/02/04  10:16:20
41577         Log: AIX 3 hints split off from default hints in preparation
41578              of a hint file cleanup. aix_4.sh will follow soon
41579      Branch: perl
41580            + hints/aix_3.sh
41581            ! MANIFEST
41582 ____________________________________________________________________________
41583 [ 22265] By: rgs                                   on 2004/02/03  21:54:23
41584         Log: More docs and tests for "my $_".
41585      Branch: perl
41586            ! pod/perlfunc.pod pod/perlsub.pod t/op/mydef.t
41587 ____________________________________________________________________________
41588 [ 22264] By: rgs                                   on 2004/02/03  20:33:02
41589         Log: Subject: [PATCH] was Re: [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.36.tar.gz]
41590              From: John Peacock <jpeacock@rowman.com>
41591              Date: Sun, 01 Feb 2004 21:10:07 -0500
41592              Message-ID: <401DB17F.5060808@rowman.com>
41593      Branch: perl
41594            ! embed.fnc embed.h lib/version.pm lib/version.t pod/perlapi.pod
41595            ! proto.h t/comp/use.t t/op/universal.t universal.c util.c
41596 ____________________________________________________________________________
41597 [ 22263] By: rgs                                   on 2004/02/03  19:41:11
41598         Log: Implement "my $_".
41599      Branch: perl
41600            + t/op/mydef.t
41601            ! MANIFEST gv.c op.c op.h opcode.h opcode.pl
41602            ! pod/perl591delta.pod pod/perlapi.pod pod/perlvar.pod pp.c
41603            ! pp_ctl.c pp_hot.c regexec.c toke.c
41604 ____________________________________________________________________________
41605 [ 22262] By: rgs                                   on 2004/02/03  16:38:25
41606         Log: Regenerate perlapi.pod.
41607      Branch: perl
41608            ! pod/perlapi.pod
41609 ____________________________________________________________________________
41610 [ 22261] By: merijn                                on 2004/02/03  12:57:37
41611         Log: If someone chooses xlc as default C compiler, threaded builds
41612              will fail, unless converted to cc_r
41613      Branch: perl
41614            ! hints/aix.sh
41615 ____________________________________________________________________________
41616 [ 22260] By: rgs                                   on 2004/02/01  20:47:35
41617         Log: Subject: patch for IRIX/gcc link issues
41618              From: Martin Pool <mbp@samba.org>
41619              Date: Wed, 28 Jan 2004 10:56:25 +1100
41620              Message-ID: <20040127235624.GA32612@hp.com>
41621      Branch: perl
41622            ! hints/irix_6.sh
41623 ____________________________________________________________________________
41624 [ 22259] By: davem                                 on 2004/02/01  17:42:44
41625         Log: update fix to Shell.pm in change #22254: make /dev/null portable
41626      Branch: perl
41627            ! lib/Shell.pm
41628 ____________________________________________________________________________
41629 [ 22258] By: davem                                 on 2004/02/01  17:40:02
41630         Log: Subject: Re: [perl #15063] /tmp issues
41631              From: Solar Designer <solar@openwall.com>
41632              Date: Mon, 26 Jan 2004 01:22:18 +0300
41633              Message-ID: <20040125222218.GA13499@openwall.com>
41634
41635              Remove insecure usage of /tmp from code and documentation
41636      Branch: perl
41637            ! ext/DB_File/DB_File.pm ext/DB_File/t/db-recno.t
41638            ! ext/Devel/PPPort/PPPort.pm ext/IO/t/io_unix.t
41639            ! ext/ODBM_File/ODBM_File.xs ext/POSIX/POSIX.pod
41640            ! ext/Socket/Socket.pm ext/Storable/Storable.pm
41641            ! ext/Time/HiRes/Makefile.PL lib/CGI/Cookie.pm
41642            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/instmodsh
41643            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
41644            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
41645            ! lib/Memoize/t/tie_storable.t lib/Shell.pm lib/dotsh.pl
41646            ! lib/perl5db.pl mpeix/nm mpeix/relink perly.fixer
41647            ! pod/perl571delta.pod pod/perl58delta.pod pod/perldbmfilter.pod
41648            ! pod/perldebug.pod pod/perlfaq5.pod pod/perlfaq8.pod
41649            ! pod/perlfunc.pod pod/perlipc.pod pod/perllexwarn.pod
41650            ! pod/perlobj.pod pod/perlop.pod pod/perlopentut.pod
41651            ! utils/c2ph.PL
41652 ____________________________________________________________________________
41653 [ 22257] By: davem                                 on 2004/02/01  15:46:24
41654         Log: threads documentation: fork on UNIX might not copy all threads.
41655      Branch: perl
41656            ! pod/perlthrtut.pod
41657 ____________________________________________________________________________
41658 [ 22256] By: davem                                 on 2004/02/01  15:34:59
41659         Log: add test for Change 22194:
41660              [perl #25147] "stmt if BAREWORD" bypasses strict 'subs' checks
41661      Branch: perl
41662            ! t/lib/strict/subs
41663 ____________________________________________________________________________
41664 [ 22254] By: davem                                 on 2004/02/01  13:11:00
41665         Log: Subject:  Patch for Shell.pm
41666              From:  Manuel Valente <mvalente@idealx.com>
41667              Date:  Tue, 27 Jan 2004 19:18:26 +0100
41668              Message-Id:  <4016AB72.1080503@idealx.com>
41669
41670              New option for Shell.pm to discard stderr instead of capturing it
41671      Branch: perl
41672            ! lib/Shell.pm
41673 ____________________________________________________________________________
41674 [ 22253] By: davem                                 on 2004/02/01  11:26:47
41675         Log: Make Time/HiRes/t/HiRes.t die more gracefully if its watchdog
41676              timeout triggers
41677      Branch: perl
41678            ! ext/Time/HiRes/t/HiRes.t
41679 ____________________________________________________________________________
41680 [ 22252] By: chip                                  on 2004/01/31  17:29:05
41681         Log: Don't show code closing STD{IN,OUT} before reopening, because
41682              doing so is unnecessary and occasionally harmful.
41683      Branch: perl
41684            ! pod/perlfork.pod pod/perlfunc.pod
41685 ____________________________________________________________________________
41686 [ 22248] By: rgs                                   on 2004/01/30  08:29:55
41687         Log: Another undocumented use of $_ : with reverse().
41688      Branch: perl
41689            ! pod/perlfunc.pod
41690 ____________________________________________________________________________
41691 [ 22247] By: merijn                                on 2004/01/30  08:18:28
41692         Log: Drop optimization for -O3 *and higher*
41693      Branch: perl
41694            ! ext/Storable/hints/linux.pl
41695 ____________________________________________________________________________
41696 [ 22246] By: rgs                                   on 2004/01/29  23:20:01
41697         Log: Regenerate perlapi.pod.
41698      Branch: perl
41699            ! pod/perlapi.pod
41700 ____________________________________________________________________________
41701 [ 22245] By: rgs                                   on 2004/01/29  21:08:28
41702         Log: Subject: Re: [perl #25269] panic: pp_match start/end pointers in m/^(?=.*(a)).*(bc)/
41703              From: hv@crypt.org
41704              Date: Thu, 29 Jan 2004 15:12:12 +0000
41705              Message-Id: <200401291512.i0TFCCr23736@zen.crypt.org>
41706      Branch: perl
41707            ! pp_hot.c t/op/pat.t
41708 ____________________________________________________________________________
41709 [ 22244] By: rgs                                   on 2004/01/28  22:00:09
41710         Log: I'm the new maintainer of Switch.
41711              Sync with the CPAN version of Switch 2.10.
41712      Branch: perl
41713            ! Porting/Maintainers.pl lib/Switch.pm lib/Switch/README
41714 ____________________________________________________________________________
41715 [ 22243] By: merijn                                on 2004/01/28  20:30:40
41716         Log: Message-ID: <40113F7B.6050701@davidfavor.com>
41717              Date: Fri, 23 Jan 2004 09:36:27 -0600
41718              From: David Favor <david@davidfavor.com>
41719              Part I: In hints/aix.sh change -qmaxmem=16384 to -qmaxmem=-1
41720              so no compilation stack limits are imposed.
41721      Branch: perl
41722            ! hints/aix.sh
41723 ____________________________________________________________________________
41724 [ 22242] By: rgs                                   on 2004/01/27  22:44:30
41725         Log: Update perl591delta.pod with what we've done so far.
41726      Branch: perl
41727            ! pod/perl591delta.pod
41728 ____________________________________________________________________________
41729 [ 22239] By: rgs                                   on 2004/01/27  21:54:31
41730         Log: Regenerate Changes.
41731              Only include changes from the perl branch.
41732      Branch: perl
41733            ! Changes
41734 ____________________________________________________________________________
41735 [ 22238] By: nicholas                              on 2004/01/27  21:51:27
41736         Log: Storable's hints file shouldn't blanket set optimize to -O2 on Linux
41737              Only *drop* optimize to -O2 if it's -O3 on gcc on Linux
41738      Branch: perl
41739            ! ext/Storable/hints/linux.pl
41740 ____________________________________________________________________________
41741 [ 22235] By: rgs                                   on 2004/01/27  21:19:03
41742         Log: More punctuation, good.
41743      Branch: perl
41744            ! pod/perlfunc.pod
41745 ____________________________________________________________________________
41746 [ 22228] By: rgs                                   on 2004/01/27  10:31:09
41747         Log: Subject: [PATCH] 5.8.3 -- fix signal comments in L<perlfunc/system>
41748              From: Brendan O'Dea <bod@debian.org>
41749              Date: Sun, 25 Jan 2004 11:23:48 +1100
41750              Message-ID: <20040125002348.GA31407@londo.c47.org>
41751      Branch: perl
41752            ! pod/perlfunc.pod
41753 ____________________________________________________________________________
41754 [ 22227] By: davem                                 on 2004/01/26  23:53:06
41755         Log: Subject:  [PATCH] myconfig.SH
41756              From:  "Daniel S. Lewart" <lewart@uiuc.edu>
41757              Date:  Sun, 25 Jan 2004 22:11:25 -0600
41758              Message-Id:  <20040125221125.A5390@staff1.cso.uiuc.edu>
41759
41760              make perl -V show the major release as 5 rather than 5.0
41761      Branch: perl
41762            ! myconfig.SH
41763 ____________________________________________________________________________
41764 [ 22224] By: merijn                                on 2004/01/26  22:10:13
41765         Log: Document change 22192
41766              We still need tests!
41767      Branch: perl
41768            ! lib/Exporter.pm
41769 ____________________________________________________________________________
41770 [ 22223] By: rgs                                   on 2004/01/26  21:58:14
41771         Log: Subject: [PATCH] fix vmsish.t #25
41772              From: "Craig A. Berry" <craigberry@mac.com>
41773              Date: Sat, 24 Jan 2004 18:45:35 -0600
41774              Message-ID: <401311AF.1060706@mac.com>
41775      Branch: perl
41776            ! lib/vmsish.t
41777 ____________________________________________________________________________
41778 [ 22221] By: nicholas                              on 2004/01/26  21:18:31
41779         Log: Merge dynamic perldelta from maint (22081)
41780              So now perldelta.pod is copied at build time from perl591delta.pod
41781              perl590delta.pod is as released to CPAN by Hugo
41782              Regen lots of makefiles, pods and the MANIFEST
41783      Branch: perl
41784            + pod/perl591delta.pod
41785           +> pod/perl590delta.pod
41786            - pod/perldelta.pod
41787            ! MANIFEST Makefile.SH pod.lst pod/perl.pod pod/perltoc.pod
41788            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
41789            ! win32/pod.mak
41790 ____________________________________________________________________________
41791 [ 22218] By: rgs                                   on 2004/01/25  23:35:45
41792         Log: Remove the caveat about detached threads crashing on Windows
41793              (fixed by #22201). Bump up the version of threads.pm.
41794      Branch: perl
41795            ! ext/threads/threads.pm
41796 ____________________________________________________________________________
41797 [ 22217] By: nicholas                              on 2004/01/25  22:17:47
41798         Log: Need to skip Storable's threads test on 5.8.2 with ithreads and
41799              -DDEBUGGING, because it tickles a bug. (The same bug that got DBI)
41800      Branch: perl
41801            ! ext/Storable/t/threads.t
41802 ____________________________________________________________________________
41803 [ 22216] By: davem                                 on 2004/01/25  12:06:04
41804         Log: update MANIFEST for 2 new Storable test files introduced by 22205
41805      Branch: perl
41806            ! MANIFEST
41807 ____________________________________________________________________________
41808 [ 22215] By: davem                                 on 2004/01/25  12:00:04
41809         Log: add test for change 22209 (Remove small memory leak in newATTRSUB)
41810      Branch: perl
41811            ! t/op/closure.t
41812 ____________________________________________________________________________
41813 [ 22209] By: davem                                 on 2004/01/25  02:04:23
41814         Log: Remove small memory leak in newATTRSUB that manifested as a
41815              leaking scalar after the interpeter was cloned
41816      Branch: perl
41817            ! op.c
41818 ____________________________________________________________________________
41819 [ 22208] By: davem                                 on 2004/01/24  16:13:17
41820         Log: Subject:  [perl #24942] fields::inherit doesn't bless derived
41821              package's \%FIELDS, results in phash deprecation errors.
41822              From:  "nothingmuch@woobling.org (via RT)" <perlbug-followup@perl.org>
41823              Date:  18 Jan 2004 15:15:46 -0000
41824              Message-Id:  <rt-3.0.8-24942-70144.16.7177902690315@perl.org>
41825      Branch: perl
41826            ! lib/base.pm lib/base/t/fields-base.t
41827 ____________________________________________________________________________
41828 [ 22207] By: davem                                 on 2004/01/24  15:36:28
41829         Log: Subject:  Re: Doc patches for File::Find
41830              From:  Mark Jason Dominus <mjd@plover.com>
41831              Date:  Thu, 22 Jan 2004 09:30:58 -0500
41832              Message-Id:  <20040122143058.29226.qmail@plover.com>
41833
41834              Better document the fact that neither find() nor finddepth() do a
41835              breath-first search.
41836      Branch: perl
41837            ! lib/File/Find.pm
41838 ____________________________________________________________________________
41839 [ 22206] By: ams                                   on 2004/01/24  11:06:51
41840         Log: Subject: [PATCH] Storable-2.08/t/code.t
41841              From: Slaven Rezic <slaven@rezic.de>
41842              Date: Sat, 8 Nov 2003 16:26:19 +0100 (CET)
41843              Message-Id: <200311081526.hA8FQJgb011684@vran.herceg.de>
41844      Branch: perl
41845            ! ext/Storable/t/code.t
41846 ____________________________________________________________________________
41847 [ 22205] By: ams                                   on 2004/01/24  11:03:36
41848         Log: Subject: [patch] make Storable thread-safe
41849              From: Stas Bekman <stas@stason.org>
41850              Date: Mon, 19 Jan 2004 00:20:02 -0800
41851              Message-Id: <400B9332.4070106@stason.org>
41852
41853              Subject: Re: Subroutine reference bug in Storable
41854              From: Slaven Rezic <slaven@rezic.de>
41855              Date: 14 Nov 2003 23:22:55 +0100
41856              Message-Id: <874qx6zj28.fsf@vran.herceg.de>
41857
41858              Subject: Re: [perl #25145] [PATCH] Storable segfaults with B::Deparse +
41859              overload + cyclic structures
41860              From: Sam Vilain <sam@vilain.net>
41861              Date: Tue, 20 Jan 2004 22:30:15 +1300
41862              Message-Id: <200401202230.15865.sam@vilain.net>
41863      Branch: perl
41864            + ext/Storable/t/just_plain_nasty.t ext/Storable/t/threads.t
41865            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
41866            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
41867            ! ext/Storable/t/code.t
41868 ____________________________________________________________________________
41869 [ 22204] By: ams                                   on 2004/01/24  08:59:11
41870         Log: Upgrade to Locale::Maketext 1.08.
41871      Branch: perl
41872            + lib/Locale/Maketext/t/06super.t
41873            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
41874            ! lib/Locale/Maketext/TPJ13.pod
41875 ____________________________________________________________________________
41876 [ 22203] By: davem                                 on 2004/01/23  23:06:49
41877         Log: make some t/op/write.t failures more verbose
41878      Branch: perl
41879            ! t/op/write.t
41880 ____________________________________________________________________________
41881 [ 22201] By: davem                                 on 2004/01/23  22:26:47
41882         Log: Subject:  Re: threads::shared::queue;
41883              From:  Jan Dubois <jand@ActiveState.com>
41884              Date:  Thu, 22 Jan 2004 19:18:46 -0800
41885              Message-Id:  <fi41105602ds7a9o4fko2oae7aokbg6als@4ax.com>
41886
41887              Avoid threads+win32 crash by freeing Perl interpreter slightly later
41888      Branch: perl
41889            ! ext/threads/threads.xs
41890 ____________________________________________________________________________
41891 [ 22200] By: nicholas                              on 2004/01/23  18:28:43
41892         Log: test that use encoding; doesn't cause references to be stringified
41893      Branch: perl
41894            ! t/uni/chomp.t
41895 ____________________________________________________________________________
41896 [ 22199] By: nicholas                              on 2004/01/23  18:03:41
41897         Log: Document chomp's travels in the wonderful world of use encoding;
41898      Branch: perl
41899            ! pod/perlfunc.pod
41900 ____________________________________________________________________________
41901 [ 22198] By: nicholas                              on 2004/01/23  17:41:01
41902         Log: Check the return values of chomp
41903              (more tricky than it may seem, as the return value is unicode)
41904      Branch: perl
41905            ! t/uni/chomp.t
41906 ____________________________________________________________________________
41907 [ 22197] By: nicholas                              on 2004/01/23  13:57:46
41908         Log: Test return values of all chomps
41909      Branch: perl
41910            ! t/op/chop.t
41911 ____________________________________________________________________________
41912 [ 22196] By: nicholas                              on 2004/01/23  13:24:41
41913         Log: Subject: Re: [perl #24888] chomp ignores utf8
41914              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
41915              Message-Id: <20040116040355.A849.BQW10602@nifty.com>
41916              Date: Fri, 16 Jan 2004 04:13:00 +0900
41917      Branch: perl
41918            + t/uni/chomp.t
41919            ! MANIFEST doop.c t/op/chop.t
41920 ____________________________________________________________________________
41921 [ 22195] By: davem                                 on 2004/01/22  20:48:03
41922         Log: Subject: Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows
41923              From: Steve Hay <steve.hay@uk.radan.com>
41924              Date: Thu, 22 Jan 2004 17:08:29 +0000
41925              Message-ID: <4010038D.4070104@uk.radan.com>
41926      Branch: perl
41927            + win32/makeico.pl win32/perlexe.rc
41928            ! MANIFEST README.win32 win32/Makefile win32/makefile.mk
41929 ____________________________________________________________________________
41930 [ 22194] By: davem                                 on 2004/01/22  00:24:51
41931         Log: C<use strict; print if foo> didn't give the
41932              "Bareword not allowed" error unless warnings were enabled
41933      Branch: perl
41934            ! op.c
41935 ____________________________________________________________________________
41936 [ 22193] By: nicholas                              on 2004/01/21  21:58:10
41937         Log: Convert the older parts of op/bop.t over to test.pl
41938      Branch: perl
41939            ! t/op/bop.t
41940 ____________________________________________________________________________
41941 [ 22192] By: merijn                                on 2004/01/21  21:10:10
41942         Log: ':flock' not recognized unless it's first
41943              Exporter::Heavy now will treat :, /, and ! special in
41944              all arguments, not only if the _first_ arg starts with it
41945              Date: Wed, 21 Jan 2004 08:32:47 -0500
41946              Message-ID: <20040121133248.3359.qmail@plover.com>
41947      Branch: perl
41948            ! lib/Exporter/Heavy.pm
41949 ____________________________________________________________________________
41950 [ 22191] By: davem                                 on 2004/01/21  20:45:48
41951         Log: Subject:  PATCH for perl-5.8.4
41952              From:  "Edward S. Peschko" <esp5@pge.com>
41953              Date:  Mon, 19 Jan 2004 17:21:18 -0800
41954              Message-Id:  <20040120012118.GA29151@mdssdev05.comp.pge.com>
41955
41956              Add @DynaLoader::dl_shared_objects feature
41957      Branch: perl
41958            ! ext/DynaLoader/DynaLoader_pm.PL
41959 ____________________________________________________________________________
41960 [ 22190] By: davem                                 on 2004/01/21  20:14:51
41961         Log: remove the platform dependencies of the write.t tests introduced
41962              by change #22161, by hard-coding the expected outputs rather
41963              than using sprintf('%f').
41964      Branch: perl
41965            ! t/op/write.t
41966 ____________________________________________________________________________
41967 [ 22189] By: davem                                 on 2004/01/20  22:41:14
41968         Log: Fix typo in patch #22188
41969      Branch: perl
41970            ! pod/perlfunc.pod
41971 ____________________________________________________________________________
41972 [ 22188] By: davem                                 on 2004/01/20  22:36:10
41973         Log: warn that C<$x : unique> operates on the typeglob, so affects @x
41974              and %x too.
41975      Branch: perl
41976            ! pod/perlfunc.pod
41977 ____________________________________________________________________________
41978 [ 22187] By: davem                                 on 2004/01/20  22:27:50
41979         Log: "sub foo :unique" segfaults
41980
41981              Turn these two into compile-time errors until such time as
41982              someone thinks of a useful meaning for them:
41983              my $x : unique
41984              sub foo : unique
41985      Branch: perl
41986            ! ext/threads/t/problems.t pod/perldiag.pod toke.c xsutils.c
41987 ____________________________________________________________________________
41988 [ 22186] By: rgs                                   on 2004/01/20  21:16:01
41989         Log: Add a new test file for situations where threads may interfere.
41990              Subject: Re: "restricted hashes" hit again !
41991              From: Stas Bekman <stas@stason.org>
41992              Date: Tue, 23 Dec 2003 15:32:26 -0800
41993              Message-ID: <3FE8D08A.4090806@stason.org>
41994      Branch: perl
41995            + t/op/threads.t
41996            ! MANIFEST
41997 ____________________________________________________________________________
41998 [ 22185] By: davem                                 on 2004/01/20  21:01:08
41999         Log: Document CVf_UNIQUE flag better
42000      Branch: perl
42001            ! cv.h
42002 ____________________________________________________________________________
42003 [ 22183] By: rgs                                   on 2004/01/20  20:26:18
42004         Log: Fix precedence errors and add some cleanup in the new
42005              DBM_Filter tests
42006      Branch: perl
42007            ! lib/DBM_Filter/t/01error.t lib/DBM_Filter/t/02core.t
42008 ____________________________________________________________________________
42009 [ 22182] By: davem                                 on 2004/01/20  00:16:42
42010         Log: second attempt to fix [perl #24914] freeing a CV reference that was
42011              currently being executed caused coredumps. The dounwind called by
42012              die unwinds all the contexts on the context stack before unwinding
42013              the save stack.  To stop premature freeing of the CV, hold
42014              references to it on both stacks.
42015      Branch: perl
42016            ! cop.h pp_ctl.c pp_hot.c pp_sort.c t/op/closure.t
42017 ____________________________________________________________________________
42018 [ 22181] By: davem                                 on 2004/01/19  23:41:37
42019         Log: change #22071 (taint bug in $^0) introduced a potential double
42020              free(), because PL_osname may get freed but not nulled if a taint
42021              test fails in between. Mea cupla and all that...
42022      Branch: perl
42023            ! mg.c
42024 ____________________________________________________________________________
42025 [ 22180] By: rgs                                   on 2004/01/19  22:32:27
42026         Log: Subject: Re: [perl #24926] chop/~ mangles UTF8 [PATCH]
42027              From: Gisle Aas <gisle@ActiveState.com>
42028              Date: 17 Jan 2004 01:29:02 -0800
42029              Message-ID: <lrn08m7wkh.fsf@caliper.activestate.com>
42030              (test rewritten to fit in blead)
42031      Branch: perl
42032            ! pp.c t/op/bop.t
42033 ____________________________________________________________________________
42034 [ 22179] By: merijn                                on 2004/01/19  21:36:48
42035         Log: Subject: [PATCH] dl_unload_file for HP-UX
42036              Date: Mon, 12 Jan 2004 07:49:44 -0800
42037              From: Neil Watkiss <neil.watkiss@sophos.com>
42038              Message-ID: <20040112154944.GA15412@ActiveState.com>
42039      Branch: perl
42040            ! ext/DynaLoader/dl_hpux.xs
42041 ____________________________________________________________________________
42042 [ 22177] By: merijn                                on 2004/01/19  16:11:22
42043         Log: Allow -Uinc_version_list to mean -Dinc_version_list=none
42044              See INSTALL for more details
42045      Branch: perl
42046            ! Configure
42047 ____________________________________________________________________________
42048 [ 22175] By: merijn                                on 2004/01/19  16:05:50
42049         Log: Describe how to limit the perl's default @INC during Configure
42050              to _not_ include older versions
42051      Branch: perl
42052            ! INSTALL
42053 ____________________________________________________________________________
42054 [ 22174] By: merijn                                on 2004/01/19  10:41:24
42055         Log: Subject: [PATCH bleadperl] rescue PerlIO_getname for VMS
42056              Date: Sun, 18 Jan 2004 12:51:23 -0600
42057              From: "Craig A. Berry" <craigberry@mac.com>
42058              Message-ID: <400AD5AB.3080708@mac.com>
42059      Branch: perl
42060            ! perlio.c
42061 ____________________________________________________________________________
42062 [ 22173] By: merijn                                on 2004/01/19  10:27:53
42063         Log: Subject: [PATCH bleadperl] detect nanosleep on VMS
42064              Date: Sun, 18 Jan 2004 17:03:30 -0600
42065              From: "Craig A. Berry" <craigberry@mac.com>
42066              Message-ID: <400B10C2.9060504@mac.com>
42067      Branch: perl
42068            ! configure.com
42069 ____________________________________________________________________________
42070 [ 22172] By: davem                                 on 2004/01/17  23:58:04
42071         Log: back out change #24914 "freeing a CV reference that was currently
42072              being executed caused coredumps".
42073              The new test case sometimes locks up linux's malloc, and with
42074              Perl's malloc the test code still coredumps :-(
42075      Branch: perl
42076            ! perl.c scope.c scope.h sv.c t/op/closure.t
42077 ____________________________________________________________________________
42078 [ 22171] By: rgs                                   on 2004/01/17  22:00:48
42079         Log: Subject: Refactor VOS patches for bleadperl and perl-5.8.x
42080              From: "Green, Paul" <Paul.Green@stratus.com>
42081              Date: Thu, 15 Jan 2004 16:00:15 -0500
42082              Message-ID: <A2A34F15EE916148BC4C4748223E67A4069FBB15@exna4.stratus.com>
42083      Branch: perl
42084            ! README.vos hv.c pp_pack.c vos/Changes
42085 ____________________________________________________________________________
42086 [ 22170] By: rgs                                   on 2004/01/17  21:25:08
42087         Log: Subject: Re: open/or inconsistency
42088              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
42089              Date: Sat, 17 Jan 2004 19:59:55 +0900
42090              Message-Id: <20040117195729.623A.BQW10602@nifty.com>
42091              (plus a test.)
42092              Don't produce the warning for constructs like
42093              open my $fh, $file or die;
42094      Branch: perl
42095            ! op.c t/lib/warnings/op
42096 ____________________________________________________________________________
42097 [ 22169] By: davem                                 on 2004/01/17  18:02:31
42098         Log: Subject:  Perl core dumps when running out of memory [PATCH]
42099              From:  Gisle Aas <gisle@ActiveState.com>
42100              Date:  17 Jan 2004 06:18:13 -0800
42101              Message-Id:  <lrsmiebqvu.fsf@caliper.activestate.com>
42102
42103              Display 'out of memeory' errors using low-level I/O to avoid
42104              recursive failure and so coredumps.
42105      Branch: perl
42106            ! util.c
42107 ____________________________________________________________________________
42108 [ 22168] By: davem                                 on 2004/01/17  17:38:21
42109         Log: From: "Paul Marquess" <Paul.Marquess@btinternet.com>
42110              Subject: [PATCH ] Enhanced DBM Filters
42111              Date: Sat, 17 Jan 2004 16:44:53 -0000
42112              Message-ID: <AIEAJICLCBDNAAOLLOKLAEPPPHAA.Paul.Marquess@btinternet.com>
42113
42114              add DBM_Filter
42115      Branch: perl
42116            + lib/DBM_Filter.pm lib/DBM_Filter/Changes
42117            + lib/DBM_Filter/compress.pm lib/DBM_Filter/encode.pm
42118            + lib/DBM_Filter/int32.pm lib/DBM_Filter/null.pm
42119            + lib/DBM_Filter/t/01error.t lib/DBM_Filter/t/02core.t
42120            + lib/DBM_Filter/t/compress.t lib/DBM_Filter/t/encode.t
42121            + lib/DBM_Filter/t/int32.t lib/DBM_Filter/t/null.t
42122            + lib/DBM_Filter/t/utf8.t lib/DBM_Filter/utf8.pm
42123            + lib/dbm_filter_util.pl
42124            ! MANIFEST
42125 ____________________________________________________________________________
42126 [ 22167] By: davem                                 on 2004/01/17  16:12:32
42127         Log: freeing a CV reference that was currently being
42128              executed caused coredumps
42129      Branch: perl
42130            ! perl.c scope.c scope.h sv.c t/op/closure.t
42131 ____________________________________________________________________________
42132 [ 22166] By: nicholas                              on 2004/01/17  15:07:31
42133         Log: Integrate final perl583delta
42134      Branch: perl
42135           !> pod/perl583delta.pod
42136 ____________________________________________________________________________
42137 [ 22163] By: davem                                 on 2004/01/16  19:24:14
42138         Log: Subject:  Re: [perl #24816] Magic vars seem unsure if they are purely numeric
42139              From:  Yitzchak Scott-Thoennes <sthoenna@efn.org>
42140              Date:  Thu, 15 Jan 2004 14:10:37 -0800
42141              Message-Id:  <20040115221037.GA2392@efn.org>
42142
42143              Add sv_2iv_flags() to allow magic to be optionally processed.
42144      Branch: perl
42145            ! doop.c embed.fnc embed.h global.sym pod/perlapi.pod pp.c
42146            ! proto.h sv.c sv.h t/op/bop.t
42147 ____________________________________________________________________________
42148 [ 22162] By: davem                                 on 2004/01/16  16:39:17
42149         Log: format bug with undefined _TOP
42150              name of format_TOP now derived from the name of the current
42151              filehandle rather then the name of the  format associetd with that
42152              handle
42153      Branch: perl
42154            ! pp_sys.c t/op/write.t
42155 ____________________________________________________________________________
42156 [ 22161] By: davem                                 on 2004/01/16  13:29:26
42157         Log: Subject: [PATCH] format/write (version 2)
42158              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
42159              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C4D3@attmsx1>
42160
42161              Fixes and additions to formats:
42162
42163              Improvement: NULL chars in picture line
42164              Bugfix: C<@*> shown in output if not alone on a line
42165              New feature: C<^*> for variable-width, one-line-at-a-time text
42166              Improvement: Diagnostic on C<@#> and C<~~>
42167              Bugfix: Segmentation fault on big numbers
42168              Improvement (maybe): Truncation of numbers produces misleading output
42169              Bugfix: "}" terminates format
42170              Bugfix: Error when copying non-UTF to UTF (EBCDIC only)
42171      Branch: perl
42172            ! embed.fnc embed.h form.h pod/perldiag.pod pod/perlform.pod
42173            ! pp_ctl.c proto.h t/op/write.t toke.c
42174 ____________________________________________________________________________
42175 [ 22160] By: davem                                 on 2004/01/15  23:49:02
42176         Log: buigid #24905 - the code planted to call glob() retained an
42177              extraneous targ index in a pushmark op, leasing to strangeness
42178              when the op was freed
42179      Branch: perl
42180            ! op.c
42181 ____________________________________________________________________________
42182 [ 22159] By: rgs                                   on 2004/01/15  22:19:25
42183         Log: Upgrade to Time::HiRes 1.55
42184      Branch: perl
42185            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
42186            ! ext/Time/HiRes/HiRes.xs
42187 ____________________________________________________________________________
42188 [ 22155] By: nicholas                              on 2004/01/15  00:03:04
42189         Log: Make chomp heed the utf8 flags on the target string and $/
42190              [Fixes #24888]
42191              More work still needed to make chomp heed the encoding pragma.
42192      Branch: perl
42193            ! doop.c t/op/chop.t
42194 ____________________________________________________________________________
42195 [ 22154] By: nicholas                              on 2004/01/14  21:14:14
42196         Log: Update pod.lst with perl583delta,pod, and rerun pod/buildtoc
42197              [Forgot to do this as part of the integration]
42198      Branch: perl
42199            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
42200            ! vms/descrip_mms.template win32/pod.mak
42201 ____________________________________________________________________________
42202 [ 22153] By: nicholas                              on 2004/01/14  19:28:54
42203         Log: Integrate:
42204              [ 22143]
42205              We're planning on making history today. Mind you, not that much -
42206              only 1 line.
42207
42208              perl583delta.pod
42209      Branch: perl
42210           +> pod/perl583delta.pod
42211            ! MANIFEST
42212           !> pod/perlhist.pod
42213 ____________________________________________________________________________
42214 [ 22150] By: nicholas                              on 2004/01/14  17:48:52
42215         Log: Bump version number as file has changed since 5.8.2
42216      Branch: perl
42217            ! lib/File/Find.pm
42218 ____________________________________________________________________________
42219 [ 22149] By: nicholas                              on 2004/01/14  17:45:54
42220         Log: Subject:  Doc patches for File::Find
42221              From:  Andy Lester <andy@petdance.com>
42222              Date:  Mon, 12 Jan 2004 00:10:50 -0600
42223              Message-Id:  <20040112061050.GB7308@petdance.com>
42224      Branch: perl
42225            ! lib/File/Find.pm
42226 ____________________________________________________________________________
42227 [ 22136] By: nicholas                              on 2004/01/14  13:01:27
42228         Log: Assimilate CGI 3.03
42229      Branch: perl
42230            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm
42231 ____________________________________________________________________________
42232 [ 22133] By: nicholas                              on 2004/01/13  22:53:42
42233         Log: Add VMS to the list of "don't fork" OSes
42234              [In the most simple way possible. Fix this properly post 5.8.3
42235              to use $Config{d_fork} or something more robust]
42236      Branch: perl
42237            ! ext/threads/shared/t/wait.t
42238 ____________________________________________________________________________
42239 [ 22129] By: rgs                                   on 2004/01/13  19:26:24
42240         Log: Subject: [PATCH] [ANNOUNCE] Math::BigInt v1.69
42241              From: Tels <perl_dummy@bloodgate.com>
42242              Date: Tue, 13 Jan 2004 19:28:48 +0100
42243              Message-Id: <200401131928.50247@bloodgate.com>
42244      Branch: perl
42245            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
42246            ! lib/Math/BigInt/CalcEmu.pm lib/Math/BigInt/t/bare_mbi.t
42247            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
42248            ! lib/Math/BigInt/t/sub_mbi.t
42249 ____________________________________________________________________________
42250 [ 22128] By: rgs                                   on 2004/01/13  09:06:11
42251         Log: MANIFEST adjustment.
42252      Branch: perl
42253            ! MANIFEST
42254 ____________________________________________________________________________
42255 [ 22126] By: ams                                   on 2004/01/13  07:16:33
42256         Log: Upgrade to Locale::Maketext 1.07.
42257      Branch: perl
42258            + lib/Locale/Maketext/t/04super.t
42259            + lib/Locale/Maketext/t/05super.t
42260            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
42261            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
42262 ____________________________________________________________________________
42263 [ 22125] By: rgs                                   on 2004/01/12  22:44:53
42264         Log: Document usage of $_ and pos() inside /(?{...})/.
42265              (see change #2367.)
42266      Branch: perl
42267            ! pod/perlre.pod
42268 ____________________________________________________________________________
42269 [ 22124] By: rgs                                   on 2004/01/12  22:10:51
42270         Log: Upgrade to MIME::Base64 2.23.
42271      Branch: perl
42272            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
42273            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
42274 ____________________________________________________________________________
42275 [ 22123] By: rgs                                   on 2004/01/12  21:24:28
42276         Log: Subject: [PATCH handy.h] RE: MIME-Base64-2.22 [PATCH]
42277              From: Robin Barker <Robin.Barker@npl.co.uk>
42278              Date: Thu, 8 Jan 2004 16:21:25 -0000
42279              Message-ID: <533D273D4014D411AB1D00062938C4D904046787@hotel.npl.co.uk>
42280      Branch: perl
42281            ! handy.h
42282 ____________________________________________________________________________
42283 [ 22122] By: nicholas                              on 2004/01/12  19:52:16
42284         Log: Subject: Re: 5.8.3-RC1, ext/threads/shared/t/wait still hanging
42285              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
42286              Message-ID: <Pine.LNX.4.58.0401121127210.15844@benevelle.wi.securepipe.com>
42287              Date: Mon, 12 Jan 2004 12:41:52 -0600 (CST)
42288      Branch: perl
42289            ! ext/threads/shared/t/wait.t
42290 ____________________________________________________________________________
42291 [ 22121] By: nicholas                              on 2004/01/12  17:27:25
42292         Log: use sv_setpvn rather than sv_setpv and save a strlen()
42293      Branch: perl
42294            ! doop.c
42295 ____________________________________________________________________________
42296 [ 22120] By: merijn                                on 2004/01/12  13:04:42
42297         Log: Subject: [PATCH] Make 'Configure -Dcf_by=...' work
42298              From: Gisle Aas <gisle@ActiveState.com>
42299              Date: 12 Jan 2004 02:35:27 -0800
42300              Message-ID: <lrvfnh315c.fsf@caliper.activestate.com>
42301      Branch: perl
42302            ! Configure
42303 ____________________________________________________________________________
42304 [ 22117] By: rgs                                   on 2004/01/12  10:10:43
42305         Log: Subject: Re: [perl #24846] [PATCH] Apparent utf8 bug in join() in 5.8.[012]
42306              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
42307              Date: Mon, 12 Jan 2004 11:19:37 +0900
42308              Message-Id: <20040112111007.EB69.BQW10602@nifty.com>
42309      Branch: perl
42310            ! doop.c t/op/join.t
42311 ____________________________________________________________________________
42312 [ 22115] By: nicholas                              on 2004/01/11  23:37:09
42313         Log: Subject: Re: 5.8.3-RC1, ext/threads/shared/t/wait still hanging
42314              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
42315              Message-ID: <Pine.LNX.4.58.0401111548010.6679@localhost.localdomain>
42316              Date: Sun, 11 Jan 2004 16:24:18 -0600 (CST)
42317      Branch: perl
42318            ! ext/threads/shared/t/wait.t
42319 ____________________________________________________________________________
42320 [ 22113] By: nicholas                              on 2004/01/11  23:14:48
42321         Log: Regenerate win32/Makefile and win32/makefile.mk after
42322
42323              Integrate:
42324              [ 22081]
42325              Move pod/perldelta.pod to pod/perl583delta.pod, and arrange for
42326              a copy to be made at build time.
42327
42328              [ 22111]
42329              Subject: Re: [PATCH win32/makefile.mk] (was Re: 5.8.3 RC1)
42330              From: Abe Timmerman <abe@ztreet.demon.nl>
42331              Message-Id: <200401111813.40829.abe@ztreet.demon.nl>
42332              Date: Sun, 11 Jan 2004 18:13:40 +0100
42333
42334              plus revert 22092 and 22080
42335      Branch: perl
42336            ! pod.lst win32/Makefile win32/makefile.mk
42337           !> pod/buildtoc
42338 ____________________________________________________________________________
42339 [ 22112] By: rgs                                   on 2004/01/11  22:38:08
42340         Log: Upgrade to Cwd 2.14.
42341      Branch: perl
42342            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
42343 ____________________________________________________________________________
42344 [ 22110] By: rgs                                   on 2004/01/11  16:34:43
42345         Log: Upgrade to Math::BigRat 0.11
42346
42347              Subject: [PATCH] [ANNOUCNE] Math::BigRat 0.11
42348              From: Tels <perl_dummy@bloodgate.com>
42349              Date: Wed, 7 Jan 2004 18:30:06 +0100
42350              Message-Id: <200401071830.07445@bloodgate.com>
42351      Branch: perl
42352            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
42353            ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
42354 ____________________________________________________________________________
42355 [ 22109] By: rgs                                   on 2004/01/10  23:39:38
42356         Log: Subject: [PATCH] Nicer formatting for function arguments in Carp messages
42357              From: Steve Hay <steve.hay@uk.radan.com>
42358              Date: Wed, 07 Jan 2004 13:22:30 +0000
42359              Message-ID: <3FFC0816.9090406@uk.radan.com>
42360
42361              (and increment version number in Carp)
42362      Branch: perl
42363            ! lib/Carp.pm lib/Carp/Heavy.pm
42364 ____________________________________________________________________________
42365 [ 22108] By: adi                                   on 2004/01/10  21:33:59
42366         Log: documentation nit
42367      Branch: perl
42368            ! pod/perlop.pod
42369 ____________________________________________________________________________
42370 [ 22107] By: adi                                   on 2004/01/10  20:19:09
42371         Log: nit to Bytecode - the av_extend opcode wasn't saved when
42372              the array had AvFILL == 0
42373      Branch: perl
42374            ! ext/B/B/Assembler.pm
42375 ____________________________________________________________________________
42376 [ 22106] By: adi                                   on 2004/01/10  20:16:03
42377         Log: still problems with backreferences + reverse cloning
42378              after #21936 - the weak reference may live on the pad.
42379      Branch: perl
42380            ! sv.c
42381 ____________________________________________________________________________
42382 [ 22104] By: nicholas                              on 2004/01/09  19:50:43
42383         Log: Bah. Makefile.PL still tests the sub-MANIFEST
42384      Branch: perl
42385            ! ext/Storable/MANIFEST
42386 ____________________________________________________________________________
42387 [ 22103] By: davem                                 on 2004/01/09  12:20:38
42388         Log: temporarily backout test of thread returning a closure. It crashes
42389              win32.
42390      Branch: perl
42391            ! ext/threads/t/problems.t
42392 ____________________________________________________________________________
42393 [ 22102] By: davem                                 on 2004/01/08  22:32:28
42394         Log: Subject: segv in pad.c with threads (was: DBD::Oracle and Perl 5.8.2 threads)
42395              Message-ID: <20040107121357.GD82921@dansat.data-plan.com>
42396
42397              Returning a closure from a thread (via join) could mess up because
42398              pointers to PL_sv_undef weren't rejigged to point at the joiner's
42399              version of PL_sv_undef. Also, the closure's CvGV got cloned too
42400              but never freed, since CvGV isn't refcounted.
42401      Branch: perl
42402            ! ext/threads/t/problems.t ext/threads/threads.xs sv.c
42403 ____________________________________________________________________________
42404 [ 22101] By: rgs                                   on 2004/01/08  21:00:56
42405         Log: perl582delta.pod was not in the MANIFEST.
42406      Branch: perl
42407            ! MANIFEST
42408 ____________________________________________________________________________
42409 [ 22100] By: nicholas                              on 2004/01/08  17:35:27
42410         Log: Integrate:
42411              [ 22093]
42412              Graham says that the search.cpan.org pod finder hashes on name
42413              The 4 files all thinking they are perldelta.pod confuses it.
42414      Branch: perl
42415           +> pod/perl582delta.pod
42416           !> pod/perl581delta.pod pod/perl58delta.pod
42417 ____________________________________________________________________________
42418 [ 22096] By: nicholas                              on 2004/01/08  13:15:38
42419         Log: Subject: [PATCH pod/perlhist.pod] Mention 5.8.3-RC1
42420              From: Abigail <abigail@abigail.nl>
42421              Message-ID: <20040107230027.GC393@abigail.nl>
42422              Date: Thu, 8 Jan 2004 00:00:27 +0100
42423      Branch: perl
42424            ! pod/perlhist.pod
42425 ____________________________________________________________________________
42426 [ 22091] By: nicholas                              on 2004/01/07  19:09:50
42427         Log: [Integrate]
42428              22088 22089 22090 (datestamp corrections - let's see if this really
42429              works)
42430      Branch: perl
42431           !> (integrate 35 files)
42432 ____________________________________________________________________________
42433 [ 22084] By: rgs                                   on 2004/01/07  09:25:16
42434         Log: Hardcoded numerical flag masks. Bad.
42435      Branch: perl
42436            ! doop.c
42437 ____________________________________________________________________________
42438 [ 22083] By: nicholas                              on 2004/01/06  18:57:29
42439         Log: Seems that sv_setsv_cow needs to be visible to core extensions,
42440              so that re will build properly on Win32. Thanks to Steve Hay for
42441              trying COW and finding the problems.
42442      Branch: perl
42443            ! embed.fnc embed.h
42444 ____________________________________________________________________________
42445 [ 22082] By: rgs                                   on 2004/01/06  18:11:22
42446         Log: Fix bug #24813 : the -0 wasn't recognized on the #! line
42447      Branch: perl
42448            + t/run/switch0.t
42449            ! MANIFEST perl.c
42450 ____________________________________________________________________________
42451 [ 22079] By: nicholas                              on 2004/01/06  12:38:52
42452         Log: Jarkko didn't move the cd ..\pod correctly. Given that it's been
42453              like this pre 5.8.1, I suspect that no-one has used it recently.
42454      Branch: perl
42455            ! win32/makefile.mk
42456 ____________________________________________________________________________
42457 [ 22076] By: rgs                                   on 2004/01/06  08:18:44
42458         Log: The TODO tag should be included also when a TODO test succeeds,
42459              so it's reported by the test harness
42460      Branch: perl
42461            ! t/op/write.t
42462 ____________________________________________________________________________
42463 [ 22075] By: rgs                                   on 2004/01/06  07:56:25
42464         Log: This TODO test seems to pass now.
42465      Branch: perl
42466            ! t/op/write.t
42467 ____________________________________________________________________________
42468 [ 22074] By: rgs                                   on 2004/01/05  23:29:55
42469         Log: Some of the bitwise manipulation PP functions weren't checking
42470              whether their arguments were magical before using them.
42471              (bug [#24816]).
42472      Branch: perl
42473            ! pp.c
42474 ____________________________________________________________________________
42475 [ 22071] By: davem                                 on 2004/01/05  22:17:04
42476         Log: [perl #24674]
42477              stop $^O getting tainted on read access, and disallow tainted
42478              assignment to it
42479      Branch: perl
42480            ! mg.c t/op/taint.t
42481 ____________________________________________________________________________
42482 [ 22068] By: rgs                                   on 2004/01/05  21:48:30
42483         Log: Some mandatory syntax warnings emitted by the lexer weren't
42484              disableable (bug [perl #24815]).
42485      Branch: perl
42486            ! pod/perldiag.pod t/lib/warnings/toke toke.c
42487 ____________________________________________________________________________
42488 [ 22067] By: nicholas                              on 2004/01/05  21:36:07
42489         Log: Change the flag logic in buildtoc
42490      Branch: perl
42491            ! pod.lst pod/buildtoc
42492 ____________________________________________________________________________
42493 [ 22064] By: nicholas                              on 2004/01/05  21:16:09
42494         Log: Fix bug with MANIFEST generation when we also regenerate perltoc.pod
42495      Branch: perl
42496            ! pod/buildtoc
42497 ____________________________________________________________________________
42498 [ 22058] By: rgs                                   on 2004/01/05  06:17:47
42499         Log: Subject: [PATCH] skip num.t #47 on VMS
42500              From: "Craig A. Berry" <craigberry@mac.com>
42501              Date: Sun, 04 Jan 2004 23:16:26 -0600
42502              Message-ID: <3FF8F32A.5000108@mac.com>
42503      Branch: perl
42504            ! t/base/num.t
42505 ____________________________________________________________________________
42506 [ 22057] By: rgs                                   on 2004/01/05  06:17:07
42507         Log: Subject: [PATCH configure.com] future-proof signal check
42508              From: "Craig A. Berry" <craigberry@mac.com>
42509              Date: Sun, 04 Jan 2004 22:53:40 -0600
42510              Message-ID: <3FF8EDD4.3080308@mac.com>
42511      Branch: perl
42512            ! configure.com
42513 ____________________________________________________________________________
42514 [ 22056] By: rgs                                   on 2004/01/04  20:45:31
42515         Log: Upgrade to Cwd 2.13
42516      Branch: perl
42517            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
42518 ____________________________________________________________________________
42519 [ 22055] By: davem                                 on 2004/01/04  19:34:36
42520         Log: Subject: Re: [perl #24774] eval + format - \n = pp_ctl.c assertion
42521              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
42522              Date: Fri, 2 Jan 2004 11:31:46 +0100
42523              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C4B3@attmsx1>
42524
42525              eval of of a truncated format should fail
42526      Branch: perl
42527            ! t/op/write.t toke.c
42528 ____________________________________________________________________________
42529 [ 22052] By: rgs                                   on 2004/01/03  19:53:53
42530         Log: Upgrade to PerlIO::via::QuotedPrint 0.06
42531      Branch: perl
42532            ! lib/PerlIO/via/QuotedPrint.pm
42533 ____________________________________________________________________________
42534 [ 22051] By: rgs                                   on 2004/01/03  19:51:02
42535         Log: Upgrade to Time::HiRes 1.54
42536      Branch: perl
42537            + ext/Time/HiRes/hints/solaris.pl
42538            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
42539            ! ext/Time/HiRes/HiRes.xs
42540 ____________________________________________________________________________
42541 [ 22050] By: nicholas                              on 2004/01/03  19:24:00
42542         Log: No matter how hard you proof read it, something always slips through.
42543      Branch: perl
42544            ! ext/Storable/ChangeLog
42545 ____________________________________________________________________________
42546 [ 22049] By: nicholas                              on 2004/01/03  19:22:08
42547         Log: Fix minor problems with the CPAN release
42548              1: Make Storable.xs to work on 5.8.2 and later (already in the core)
42549              2: Ship the linux hints file
42550              3: Ship Test::More for the benefit of Perls pre 5.6.2
42551              4: Correct Makefile.PL to install in core for 5.8.0 and later
42552      Branch: perl
42553            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
42554            ! ext/Storable/Makefile.PL ext/Storable/README
42555            ! ext/Storable/Storable.pm
42556 ____________________________________________________________________________
42557 [ 22047] By: rgs                                   on 2004/01/03  00:07:13
42558         Log: Tidy up change #18751, so that the second parameter to unpack()
42559              defaults to $_ at compile-time, instead of run-time (like all
42560              other primitives that default to $_).
42561      Branch: perl
42562            ! embed.h op.c opcode.h opcode.pl pp.sym pp_pack.c pp_proto.h
42563 ____________________________________________________________________________
42564 [ 22044] By: nicholas                              on 2004/01/02  16:17:24
42565         Log: Bump $threads::VERSION as the documentation has changed. Tweak the
42566              documentaiton, update Arthur's e-mail address
42567      Branch: perl
42568            ! ext/threads/threads.pm
42569 ____________________________________________________________________________
42570 [ 22043] By: rgs                                   on 2004/01/02  08:35:22
42571         Log: Use the optimization level -O2 by default on Linux/gcc.
42572              See :
42573              Subject: Benchmarking (was Re: GCC bug breaking Perl_sv_catpvfn()?)
42574              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
42575              Date: Thu, 1 Jan 2004 05:32:15 +0100
42576              Message-ID: <071601c3d020$4046d2a0$d500a8c0@R2D2>
42577      Branch: perl
42578            ! hints/linux.sh
42579 ____________________________________________________________________________
42580 [ 22041] By: nicholas                              on 2004/01/02  00:38:00
42581         Log: Update debugger version number and Changes file
42582      Branch: perl
42583            ! lib/perl5db.pl
42584 ____________________________________________________________________________
42585 [ 22037] By: davem                                 on 2004/01/01  23:22:10
42586         Log: addition to 22036 (document SUPER better): superclass may be plural
42587      Branch: perl
42588            ! pod/perlbot.pod pod/perlobj.pod
42589 ____________________________________________________________________________
42590 [ 22036] By: davem                                 on 2004/01/01  22:23:11
42591         Log: Document the quirks of SUPER, especially the fact that it it
42592              relative to the current package and not to the invoking object.
42593      Branch: perl
42594            ! pod/perlboot.pod pod/perlbot.pod pod/perlobj.pod
42595            ! pod/perltoot.pod
42596 ____________________________________________________________________________
42597 [ 22034] By: davem                                 on 2004/01/01  19:58:08
42598         Log: Fix bug #24383, where hashes with the :unique attribute weren't
42599              getting made readonly on interpreter clone. Also, remove the
42600              :unique attribute from the hashes in warnings.pm, since they may
42601              later be modified by warnings::register.  Finally, adds tests for
42602              the :unique attribute.
42603      Branch: perl
42604            ! ext/threads/t/problems.t lib/warnings.pm sv.c warnings.pl
42605 ____________________________________________________________________________
42606 [ 22033] By: nicholas                              on 2004/01/01  19:22:24
42607         Log: Subject: Perl 5.8.3 patches from the BS2000 port - part 2
42608              From: Dorner Thomas <tdorner@amadeus.net>
42609              Message-ID: <6727B1DACFCDD311A757009027CA8D69044B6740@Ex02.inhouse.start.de>
42610              Date: Fri, 19 Dec 2003 07:16:47 +0100
42611      Branch: perl
42612            ! t/io/utf8.t t/op/pat.t
42613 ____________________________________________________________________________
42614 [ 22032] By: rgs                                   on 2004/01/01  17:29:21
42615         Log: Subject: [PATCH 5.8.2 @21574] OS/2 update
42616              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
42617              Date: Thu, 18 Dec 2003 14:10:29 -0800
42618              Message-ID: <20031218221029.GA7898@math.berkeley.edu>
42619      Branch: perl
42620            ! README.os2 hints/os2.sh installperl lib/ExtUtils/MM_Unix.pm
42621            ! makedef.pl os2/Changes os2/OS2/REXX/DLL/Changes
42622            ! os2/OS2/REXX/DLL/DLL.pm os2/os2.c os2/os2ish.h os2/perl2cmd.pl
42623 ____________________________________________________________________________
42624 [ 22031] By: rgs                                   on 2004/01/01  16:30:13
42625         Log: Document that /[\W]/ doesn't work, unicode-wise (see bug #18281)
42626      Branch: perl
42627            ! pod/perlunicode.pod
42628 ____________________________________________________________________________
42629 [ 22030] By: rgs                                   on 2004/01/01  13:55:31
42630         Log: Document that detached threads aren't supported on Windows yet.
42631      Branch: perl
42632            ! ext/threads/threads.pm
42633 ____________________________________________________________________________
42634 [ 22029] By: rgs                                   on 2004/01/01  13:30:33
42635         Log: Upgrade to Getopt::Long 2.34_01
42636      Branch: perl
42637            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
42638 ____________________________________________________________________________
42639 [ 22026] By: nicholas                              on 2003/12/31  15:22:31
42640         Log: Tweak 00compile.t to avoid splatting a DIAG over core perl's
42641              beautiful clean run of OKs. You are all getting a clean run of OKs,
42642              aren't you?
42643      Branch: perl
42644            ! lib/Test/Harness/t/00compile.t
42645 ____________________________________________________________________________
42646 [ 22025] By: nicholas                              on 2003/12/31  15:11:51
42647         Log: Subject: [PATCH] "piconv -C 512" badly broken
42648              From: Autrijus Tang <autrijus@autrijus.org>
42649              Message-Id: <1072870210.769.5.camel@localhost>
42650              Date: Wed, 31 Dec 2003 19:30:10 +0800
42651      Branch: perl
42652            ! ext/Encode/bin/piconv
42653 ____________________________________________________________________________
42654 [ 22021] By: rgs                                   on 2003/12/31  08:28:43
42655         Log: Upgrade to Test::Harness 2.40.
42656      Branch: perl
42657            ! lib/Test/Harness.pm lib/Test/Harness/Changes
42658            ! lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
42659            ! lib/Test/Harness/bin/prove lib/Test/Harness/t/00compile.t
42660            ! lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
42661            ! lib/Test/Harness/t/prove-switches.t
42662            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
42663            ! lib/Test/Harness/t/test-harness.t
42664 ____________________________________________________________________________
42665 [ 22020] By: rgs                                   on 2003/12/31  07:59:19
42666         Log: C++ comments, bad.
42667      Branch: perl
42668            ! ext/Cwd/Cwd.xs
42669 ____________________________________________________________________________
42670 [ 22018] By: nicholas                              on 2003/12/30  23:29:59
42671         Log: Bump VERSION numbers
42672      Branch: perl
42673            ! ext/POSIX/POSIX.pm lib/Benchmark.pm lib/File/CheckTree.pm
42674            ! lib/Getopt/Std.pm lib/PerlIO.pm lib/Tie/Hash.pm
42675            ! lib/diagnostics.pm
42676 ____________________________________________________________________________
42677 [ 22016] By: rgs                                   on 2003/12/30  21:10:22
42678         Log: A patch for Test::Harness on VMS by Craig Berry
42679              (see RT CPAN bug #4745)
42680      Branch: perl
42681            ! lib/Test/Harness/Straps.pm
42682 ____________________________________________________________________________
42683 [ 22013] By: nicholas                              on 2003/12/30  18:18:28
42684         Log: Subject: more uni doc tweakage
42685              From: Jarkko Hietaniemi <jhi@iki.fi>
42686              Message-ID: <20031230133755.GA23118@vipunen.hut.fi>
42687              Date: Tue, 30 Dec 2003 15:37:55 +0200
42688
42689              Subject: one more pod fix
42690              From: Jarkko Hietaniemi <jhi@iki.fi>
42691              Message-ID: <20031230135641.GA24516@vipunen.hut.fi>
42692              Date: Tue, 30 Dec 2003 15:56:41 +0200
42693      Branch: perl
42694            ! lib/PerlIO.pm pod/perlunicode.pod
42695 ____________________________________________________________________________
42696 [ 22009] By: davem                                 on 2003/12/30  17:14:44
42697         Log: bug #24757 perlrun.pod's description of find -mtime was ambiguous
42698      Branch: perl
42699            ! pod/perlrun.pod
42700 ____________________________________________________________________________
42701 [ 22007] By: rgs                                   on 2003/12/30  16:04:47
42702         Log: Upgrade to Math::BigInt 1.68.
42703      Branch: perl
42704            + lib/Math/BigInt/t/bigroot.t
42705            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
42706            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/CalcEmu.pm
42707            ! lib/Math/BigInt/t/alias.inc lib/Math/BigInt/t/bare_mbi.t
42708            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
42709            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbi.t
42710 ____________________________________________________________________________
42711 [ 22005] By: davem                                 on 2003/12/30  15:07:50
42712         Log: Subject: Re: [perl #24774] eval + format - \n = pp_ctl.c assertion
42713              heuristics for calculating buffer size needed to compile a format
42714              didn't allow for \0
42715      Branch: perl
42716            ! pp_ctl.c t/op/write.t
42717 ____________________________________________________________________________
42718 [ 22003] By: rgs                                   on 2003/12/30  12:54:02
42719         Log: Add a regression test for bug #24762
42720      Branch: perl
42721            ! t/comp/parser.t
42722 ____________________________________________________________________________
42723 [ 22002] By: rgs                                   on 2003/12/30  12:49:09
42724         Log: Updates the notes about byacc in pumpkin.pod.
42725      Branch: perl
42726            ! Porting/pumpkin.pod
42727 ____________________________________________________________________________
42728 [ 22001] By: rgs                                   on 2003/12/30  09:58:08
42729         Log: Bump up UNIVERSAL's version to 1.02
42730              (due to fix #21418)
42731      Branch: perl
42732            ! lib/UNIVERSAL.pm
42733 ____________________________________________________________________________
42734 [ 21999] By: nicholas                              on 2003/12/29  23:53:31
42735         Log: Add Mike Pomraning
42736      Branch: perl
42737            ! AUTHORS
42738 ____________________________________________________________________________
42739 [ 21997] By: rgs                                   on 2003/12/29  20:11:12
42740         Log: Update the README and Changes files for Switch 2.10
42741      Branch: perl
42742            ! lib/Switch/Changes lib/Switch/README
42743 ____________________________________________________________________________
42744 [ 21996] By: rgs                                   on 2003/12/29  20:07:00
42745         Log: Upgrade to Switch 2.10, by integrating some changes by Damian
42746      Branch: perl
42747            ! lib/Switch.pm
42748 ____________________________________________________________________________
42749 [ 21993] By: rgs                                   on 2003/12/29  10:49:29
42750         Log: Windows hasn't getuid/setuid and friends.
42751              Therefore disable the code related to them in POSIX.xs.
42752
42753              Subject: [PATCH: ext/POSIX/POSIX.xs] Re: Smoke [5.8.2] 21979 FAIL(Xt) MSWin32 5.1 Service Pack 1 (x86/1 cpu)
42754              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
42755              Date: Mon, 29 Dec 2003 04:51:19 +0100
42756              Message-ID: <03d401c3cdbf$05730ee0$d500a8c0@R2D2>
42757      Branch: perl
42758            ! ext/POSIX/POSIX.xs
42759 ____________________________________________________________________________
42760 [ 21992] By: rgs                                   on 2003/12/29  10:31:07
42761         Log: Subject: [PATCH] win32_chsize buglet
42762              From: "Kevin Chase" <kevincha99@hotmail.com>
42763              Date: Sun, 28 Dec 2003 15:48:56 -0800
42764              Message-ID: <BAY2-F90usv0ccZRh8Z0005683d@hotmail.com>
42765      Branch: perl
42766            ! win32/win32.c
42767 ____________________________________________________________________________
42768 [ 21991] By: rgs                                   on 2003/12/29  08:10:51
42769         Log: Upgrade to Encode 1.99.
42770      Branch: perl
42771            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
42772            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
42773            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
42774            ! ext/Encode/t/mime-header.t ext/Encode/ucm/gsm0338.ucm
42775            ! ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macFarsi.ucm
42776            ! ext/Encode/ucm/macHebrew.ucm
42777 ____________________________________________________________________________
42778 [ 21990] By: rgs                                   on 2003/12/28  18:41:35
42779         Log: Fix a little syntax error, reported by Marcus Holland-Moritz
42780      Branch: perl
42781            ! win32/win32.c
42782 ____________________________________________________________________________
42783 [ 21989] By: nicholas                              on 2003/12/28  11:49:20
42784         Log: From: "Nigel Sandever" <njsandever@hotmail.com>
42785              Subject: [PATCH] 5.8.1 / bcc55 / win32 / Enable PerlIO and/ or USE_LARGE_FILES
42786              Message-ID: <Law9-F94BdsnvUFcxT500000ea5@hotmail.com>
42787              Date: Thu, 25 Sep 2003 21:49:07 +0000
42788      Branch: perl
42789            ! dosish.h win32/win32.c win32/win32sck.c
42790 ____________________________________________________________________________
42791 [ 21988] By: rgs                                   on 2003/12/27  23:46:40
42792         Log: Regenerate the perly.c patch for byacc output painless fixing
42793      Branch: perl
42794            ! perly_c.diff
42795 ____________________________________________________________________________
42796 [ 21986] By: rgs                                   on 2003/12/27  23:11:59
42797         Log: Fix bug [perl #24762] : C<*foo{CODE} ? 1 : 0> was a syntax error
42798      Branch: perl
42799            ! perly.c perly.y vms/perly_c.vms
42800 ____________________________________________________________________________
42801 [ 21985] By: nicholas                              on 2003/12/27  22:55:35
42802         Log: Subject: Cross compilation patches for arm.
42803              From: Redvers Davies <red@criticalintegration.com>
42804              Message-Id: <1072098653.4789.6.camel@ragefire>
42805              Date: Mon, 22 Dec 2003 08:11:34 -0500
42806      Branch: perl
42807            ! Cross/Makefile Cross/Makefile.SH.patch Cross/README
42808            ! Cross/config.sh-arm-linux Cross/installperl.patch
42809 ____________________________________________________________________________
42810 [ 21983] By: rgs                                   on 2003/12/27  21:29:04
42811         Log: Fix bug [perl #24735] : make sure that the range (..) operator
42812              treats an undefined argument as 0 for numerical ranges and as ""
42813              for magical string ranges.
42814      Branch: perl
42815            ! pp_ctl.c t/op/range.t
42816 ____________________________________________________________________________
42817 [ 21981] By: rgs                                   on 2003/12/27  20:14:09
42818         Log: Subject: PATCH:  *DB*_File
42819              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
42820              Date: Sat, 27 Dec 2003 20:02:30 -0000
42821              Message-ID: <AIEAJICLCBDNAAOLLOKLIEAOPGAA.Paul.Marquess@btinternet.com>
42822      Branch: perl
42823            ! XSUB.h ext/DB_File/Changes ext/DB_File/DB_File.pm
42824            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
42825            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
42826            ! ext/DB_File/typemap ext/GDBM_File/typemap
42827            ! ext/NDBM_File/typemap ext/ODBM_File/typemap
42828            ! ext/SDBM_File/typemap
42829 ____________________________________________________________________________
42830 [ 21978] By: nicholas                              on 2003/12/27  18:31:27
42831         Log: Straggler from Cwd
42832      Branch: perl
42833            + ext/Cwd/Changes
42834 ____________________________________________________________________________
42835 [ 21977] By: nicholas                              on 2003/12/27  18:29:44
42836         Log: Straggler from Unicode::Collate.
42837              We need to automate this.
42838              For some value of we. (tr/w/m/ I suspect)
42839      Branch: perl
42840            + lib/Unicode/Collate/t/rearrang.t
42841 ____________________________________________________________________________
42842 [ 21976] By: nicholas                              on 2003/12/27  18:28:37
42843         Log: Assimilate Unicode::Collate 0.33
42844      Branch: perl
42845            + lib/Unicode/Collate/t/altern.t lib/Unicode/Collate/t/view.t
42846            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
42847            ! lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
42848            ! lib/Unicode/Collate/t/contract.t
42849            ! lib/Unicode/Collate/t/illegal.t lib/Unicode/Collate/t/test.t
42850            ! lib/Unicode/Collate/t/version.t
42851 ____________________________________________________________________________
42852 [ 21975] By: nicholas                              on 2003/12/27  18:12:33
42853         Log: Assimilate PodParser-1.26
42854      Branch: perl
42855            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
42856            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/PlainText.pm
42857            ! lib/Pod/Select.pm lib/Pod/Usage.pm pod/pod2usage.PL
42858            ! pod/podselect.PL t/pod/pod2usage.xr t/pod/podselect.xr
42859 ____________________________________________________________________________
42860 [ 21974] By: nicholas                              on 2003/12/27  17:50:34
42861         Log: Assimilate File::Spec 0.87
42862      Branch: perl
42863            ! lib/File/Spec.pm lib/File/Spec/t/Spec.t
42864 ____________________________________________________________________________
42865 [ 21973] By: nicholas                              on 2003/12/27  17:24:27
42866         Log: Assimilate Digest 1.05
42867      Branch: perl
42868            ! lib/Digest.pm lib/Digest/t/digest.t
42869 ____________________________________________________________________________
42870 [ 21972] By: nicholas                              on 2003/12/27  17:20:23
42871         Log: Assimilate Cwd 2.12 from CPAN. Cwd wasn't in Maintainers, so change
42872              21646 was only applied to core (must punt this back and thereby unfork)
42873              Need to fix test boilerplate properly for PERL_CORE
42874      Branch: perl
42875            ! MANIFEST Porting/Maintainers.pl ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t
42876            ! ext/Cwd/t/taint.t lib/Cwd.pm
42877 ____________________________________________________________________________
42878 [ 21971] By: nicholas                              on 2003/12/27  16:55:54
42879         Log: Subject: [PATCH] Remove Win32 compiler warnings
42880              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
42881              Date: Sat, 27 Dec 2003 17:39:20 +0100
42882              Message-ID: <018901c3cc97$fa976660$d500a8c0@R2D2>
42883      Branch: perl
42884            ! ext/XS/APItest/APItest.xs ext/threads/shared/shared.xs sv.c
42885 ____________________________________________________________________________
42886 [ 21970] By: nicholas                              on 2003/12/27  16:39:01
42887         Log: Allow overriding of the p4 settings via environment variables
42888              Make regexp more robust to parse FreeBSD's patch output
42889      Branch: perl
42890            ! Porting/apply
42891 ____________________________________________________________________________
42892 [ 21968] By: rgs                                   on 2003/12/27  14:27:57
42893         Log: Subject: [PATCH] perl 5.8.0, FindBin::again
42894              From: Slaven Rezic <slaven@rezic.de>
42895              Date: 01 May 2003 21:28:10 +0200
42896              Message-ID: <873cjy31rp.fsf@vran.herceg.de>
42897      Branch: perl
42898            ! lib/FindBin.pm lib/FindBin.t
42899 ____________________________________________________________________________
42900 [ 21967] By: nicholas                              on 2003/12/27  13:26:29
42901         Log: Subject: [PATCH: sv.c] Turn Quad_t to Uquad_t in unsigned branch
42902              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
42903              Date: Sat, 27 Dec 2003 02:48:19 +0100
42904              Message-ID: <010001c3cc1b$813763a0$d500a8c0@R2D2>
42905      Branch: perl
42906            ! sv.c
42907 ____________________________________________________________________________
42908 [ 21964] By: nicholas                              on 2003/12/26  20:31:38
42909         Log: Change minimum perl version where the test is run from 5.9.0 to 5.8.3
42910              as I'm going to integrate the core patch
42911      Branch: perl
42912            ! ext/List/Util/t/weak.t
42913 ____________________________________________________________________________
42914 [ 21962] By: nicholas                              on 2003/12/26  19:22:16
42915         Log: Subject: [PATCH: sv.c] Re: GCC bug breaking Perl_sv_catpvfn()?
42916              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
42917              Date: Fri, 26 Dec 2003 02:47:09 +0100
42918              Message-ID: <03ca01c3cb52$2d509b40$5700a8c0@R2D2>
42919      Branch: perl
42920            ! sv.c
42921 ____________________________________________________________________________
42922 [ 21960] By: rgs                                   on 2003/12/26  10:18:24
42923         Log: Refactor the code that checks whether a range is numeric
42924              or string-magical.
42925      Branch: perl
42926            ! pp_ctl.c
42927 ____________________________________________________________________________
42928 [ 21959] By: rgs                                   on 2003/12/26  08:51:06
42929         Log: Restore ext/SDBM_File/sdbm/Makefile to its pre-21655 state.
42930              This fixes building SDBM_File on AIX.
42931      Branch: perl
42932            ! ext/SDBM_File/sdbm/Makefile.PL
42933 ____________________________________________________________________________
42934 [ 21958] By: rgs                                   on 2003/12/25  21:22:25
42935         Log: Fix bug [perl #24641] : when POSIX::set[ug]id() are called,
42936              update the perl variables PL_uid and PL_euid (resp. PL_gid
42937              and PL_egid) with the new values.
42938      Branch: perl
42939            ! ext/POSIX/POSIX.xs
42940 ____________________________________________________________________________
42941 [ 21957] By: rgs                                   on 2003/12/25  20:14:00
42942         Log: Subject: [PATCH 5.8.2 @21574] INSTALL_PREFIX from C
42943              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
42944              Date: Thu, 18 Dec 2003 12:30:06 -0800
42945              Message-ID: <20031218203006.GA7772@math.berkeley.edu>
42946      Branch: perl
42947            ! config_h.SH
42948 ____________________________________________________________________________
42949 [ 21956] By: rgs                                   on 2003/12/25  19:40:55
42950         Log: Subject: BigInt v1.68 - pre-release
42951              From: Tels <perl_dummy@bloodgate.com>
42952              Date: Tue, 23 Dec 2003 01:09:23 +0100
42953              Message-Id: <200312230106.27661@bloodgate.com>
42954      Branch: perl
42955            + lib/Math/BigInt/CalcEmu.pm lib/Math/BigInt/t/alias.inc
42956            + lib/Math/BigInt/t/mbf_ali.t lib/Math/BigInt/t/mbi_ali.t
42957            + lib/Math/BigInt/t/sub_ali.t
42958            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
42959            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
42960            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
42961            ! lib/Math/BigInt/t/upgrade.inc
42962 ____________________________________________________________________________
42963 [ 21955] By: rgs                                   on 2003/12/25  18:59:54
42964         Log: Subject: [perl #24506] [PATCH] cannot weaken refs to read only values
42965              From: Fergal Daly <fergal@esatclear.ie>
42966              Date: Tue, 2 Dec 2003 23:18:18 +0000
42967              Message-Id: <200312022318.18353.fergal@esatclear.ie>
42968
42969              (tweaked so the test is skipped on perls < 5.9.0)
42970      Branch: perl
42971            ! ext/List/Util/t/weak.t sv.c
42972 ____________________________________________________________________________
42973 [ 21953] By: nicholas                              on 2003/12/23  23:34:48
42974         Log: Subject:  [PATCH: perl@21949] document patch for VMS port on new file systems
42975              From:  PPrymmer@factset.com
42976              Date:  Tue, 23 Dec 2003 17:27:44 -0500
42977              Message-Id:  <OF32243F10.A592C9A9-ON85256E05.007B1741-85256E05.007B63CB@factset.com>
42978      Branch: perl
42979            ! README.vms
42980 ____________________________________________________________________________
42981 [ 21952] By: nicholas                              on 2003/12/23  23:19:19
42982         Log: Subject: [patch t/test.pl] comment fix
42983              From: Stas Bekman <stas@stason.org>
42984              Message-ID: <3FE8C65A.4060708@stason.org>
42985              Date: Tue, 23 Dec 2003 14:48:58 -0800
42986      Branch: perl
42987            ! t/test.pl
42988 ____________________________________________________________________________
42989 [ 21951] By: adi                                   on 2003/12/22  23:22:12
42990         Log: re-fix [perl #24508] without speed regression.
42991              keep an eye on this.
42992      Branch: perl
42993            ! op.c opcode.h opcode.pl
42994 ____________________________________________________________________________
42995 [ 21950] By: adi                                   on 2003/12/22  23:19:25
42996         Log: sanitize some macros - based on Chip Salzenberg suggestions and
42997              on the way GNU people use the gcc-ish 'blocks in parens'
42998      Branch: perl
42999            ! XSUB.h sv.h
43000 ____________________________________________________________________________
43001 [ 21948] By: nicholas                              on 2003/12/22  21:00:30
43002         Log: Subject: Re: Smoke [5.8.2] 21930 FAIL(t) MSWin32 5.1 Service Pack 1 (x86/1 cpu)
43003              Message-ID: <Pine.LNX.4.58.0312220116520.17374@localhost.localdomain>
43004              Date: Mon, 22 Dec 2003 01:52:08 -0600 (CST)
43005              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
43006      Branch: perl
43007            ! ext/threads/shared/shared.xs
43008 ____________________________________________________________________________
43009 [ 21946] By: nicholas                              on 2003/12/22  20:34:06
43010         Log: Subject:  doc nits
43011              From:  Jarkko Hietaniemi <jhi@iki.fi>
43012              Date:  Mon, 22 Dec 2003 21:57:34 +0200
43013              Message-Id:  <20031222195734.GA29441@vipunen.hut.fi>
43014      Branch: perl
43015            ! pod/perltodo.pod pod/perlunicode.pod
43016 ____________________________________________________________________________
43017 [ 21944] By: merijn                                on 2003/12/22  10:13:43
43018         Log: Subject: [PATCH] configure.com archname tweak
43019              From: "Craig A. Berry" <craigberry@mac.com>
43020              Date: Sun, 21 Dec 2003 23:07:13 -0600
43021              Message-ID: <3FE67C01.1000704@mac.com>
43022      Branch: perl
43023            ! configure.com
43024 ____________________________________________________________________________
43025 [ 21942] By: rgs                                   on 2003/12/21  21:29:47
43026         Log: Subject: [perl #24651] Taint bug with multiple backticks in ref consturctors
43027              From: Mike Guy <mjtg@cam.ac.uk>
43028              Date: Fri, 19 Dec 2003 17:17:11 +0000
43029              Message-Id: <E1AXOFT-0007DE-7q@draco.cus.cam.ac.uk>
43030      Branch: perl
43031            ! pod/perlsec.pod
43032 ____________________________________________________________________________
43033 [ 21940] By: rgs                                   on 2003/12/21  15:33:19
43034         Log: Fix a side-effect of bug #24674 in the perl debugger.
43035
43036              Subject: [perl #24674] 5.x odd taint bug
43037              From: Dominique Quatravaux (via RT) <perlbug-followup@perl.org>
43038              Date: 16 Dec 2003 15:03:24 -0000
43039              Message-ID: <rt-3.0.7_01-24674-68456.11.3124667849085@perl.org>
43040      Branch: perl
43041            ! lib/perl5db.pl
43042 ____________________________________________________________________________
43043 [ 21938] By: rgs                                   on 2003/12/20  22:56:24
43044         Log: Subject: Perl 5.8.3 patches from the BS2000 port
43045              From: Dorner Thomas <tdorner@amadeus.net>
43046              Date: Wed, 17 Dec 2003 15:41:17 +0100
43047              Message-ID: <6727B1DACFCDD311A757009027CA8D69044B673A@Ex02.inhouse.start.de>
43048      Branch: perl
43049            ! hints/posix-bc.sh t/base/num.t t/comp/parser.t
43050 ____________________________________________________________________________
43051 [ 21937] By: adi                                   on 2003/12/20  21:37:03
43052         Log: after back-references, restricted hashes.
43053              see http://nntp.perl.org/group/perl.perl5.porters/86497
43054              this is hopefully only a temporary solution.
43055      Branch: perl
43056            ! perl.c
43057 ____________________________________________________________________________
43058 [ 21936] By: adi                                   on 2003/12/20  21:32:37
43059         Log: fix [perl #24660], [perl #24663].
43060      Branch: perl
43061            ! mg.c sv.c
43062 ____________________________________________________________________________
43063 [ 21935] By: rgs                                   on 2003/12/20  21:21:50
43064         Log: Upgrade to Time::Local 1.07_94
43065      Branch: perl
43066            ! lib/Time/Local.pm lib/Time/Local.t
43067 ____________________________________________________________________________
43068 [ 21933] By: nicholas                              on 2003/12/20  20:07:44
43069         Log: Subject: [PATCH] OpenVMS I64 support
43070              From: "Craig A. Berry" <craigberry@mac.com>
43071              Message-ID: <3FE2441F.2070603@mac.com>
43072              Date: Thu, 18 Dec 2003 18:19:43 -0600
43073      Branch: perl
43074            ! configure.com vms/gen_shrfls.pl
43075 ____________________________________________________________________________
43076 [ 21932] By: nicholas                              on 2003/12/20  19:57:51
43077         Log: remove duplicate PERL_HASH (as spotted by Enache Adrian in
43078              <20031220124854.GA1265@ratsnest.hole> )
43079      Branch: perl
43080            ! hv.c
43081 ____________________________________________________________________________
43082 [ 21931] By: nicholas                              on 2003/12/20  18:58:06
43083         Log: Solaris gconvert() doesn't like ndigits == 0. Currently we have no
43084              Configure test for troublesome gconvert(), so for now simply avoid
43085              the optimisation that calls gconvert() in this case.
43086      Branch: perl
43087            ! sv.c
43088 ____________________________________________________________________________
43089 [ 21928] By: rgs                                   on 2003/12/19  08:36:11
43090         Log: Upgrade to CGI.pm 3.01
43091      Branch: perl
43092            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Fast.pm
43093            ! lib/CGI/Pretty.pm lib/CGI/Util.pm lib/CGI/t/carp.t
43094            ! lib/CGI/t/request.t
43095 ____________________________________________________________________________
43096 [ 21927] By: rgs                                   on 2003/12/19  08:10:41
43097         Log: Subject: [DOCPATCH] base.pm
43098              From: Elizabeth Mattijsen <liz@dijkmat.nl>
43099              Date: Thu, 18 Dec 2003 22:30:52 +0100
43100              Message-Id: <p05111b12bc07cc596977@[192.168.56.3]>
43101
43102              Plus, remove leftover mentions of pseudo-hashes
43103      Branch: perl
43104            ! lib/base.pm
43105 ____________________________________________________________________________
43106 [ 21924] By: nicholas                              on 2003/12/18  20:24:29
43107         Log: "Richard" - who he? (Add "Richard Clamp" to the list of pumpkings)
43108      Branch: perl
43109            ! pod/perlhist.pod
43110 ____________________________________________________________________________
43111 [ 21923] By: rgs                                   on 2003/12/18  14:58:42
43112         Log: Perl 1.0.16 has been released.
43113      Branch: perl
43114            ! pod/perlhist.pod
43115 ____________________________________________________________________________
43116 [ 21922] By: rgs                                   on 2003/12/17  21:36:36
43117         Log: Subject: [PATCH: embed.fnc] arguments for perl_clone()
43118              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
43119              Date: Wed, 17 Dec 2003 13:26:52 +0100
43120              Message-ID: <055701c3c499$11144f90$8cecfe91@R2D2>
43121      Branch: perl
43122            ! embed.fnc embed.h global.sym
43123 ____________________________________________________________________________
43124 [ 21921] By: rgs                                   on 2003/12/17  17:34:05
43125         Log: Subject: [PATCH] 2-arg cond_wait, cond_timedwait, tests
43126              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
43127              Date: Wed, 17 Dec 2003 00:05:58 -0600 (CST)
43128              Message-ID: <Pine.LNX.4.58.0312092202040.13494@benevelle.wi.securepipe.com>
43129      Branch: perl
43130            + ext/threads/shared/t/wait.t
43131            ! MANIFEST ext/threads/shared/shared.pm
43132            ! ext/threads/shared/shared.xs
43133 ____________________________________________________________________________
43134 [ 21918] By: rgs                                   on 2003/12/16  22:00:39
43135         Log: Sync with the latest MakeMaker snapshot.
43136              But set the $VERSION to 6.21_01.
43137      Branch: perl
43138            ! lib/ExtUtils/Changes lib/ExtUtils/MANIFEST.SKIP
43139            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_Any.pm
43140            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win95.pm
43141            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
43142            ! lib/ExtUtils/instmodsh
43143 ____________________________________________________________________________
43144 [ 21917] By: alanbur                               on 2003/12/15  09:13:49
43145         Log: Remove incorrect guards around inclusion of <signal.h>
43146              Causes problems with UNIX03/SUSv3
43147              Part 2 of change 21916 - oops!
43148
43149              See:
43150              Message-Id: <3FDD06A5.8010004@sun.com>
43151              Subject: Re: UNIX03 & C99 issue with 5.8.2
43152              From: Alan Burlison <Alan.Burlison@sun.com>
43153              Date: Mon, 15 Dec 2003 00:56:05 +0000
43154      Branch: perl
43155            ! doop.c mg.c mpeix/mpeixish.h plan9/plan9ish.h unixish.h util.c
43156 ____________________________________________________________________________
43157 [ 21916] By: alanbur                               on 2003/12/15  09:02:58
43158         Log: Remove incorrect guards around inclusion of <signal.h>
43159              Causes problems with UNIX03/SUSv3
43160      Branch: perl
43161            ! doio.c
43162 ____________________________________________________________________________
43163 [ 21915] By: rgs                                   on 2003/12/15  07:43:50
43164         Log: Add the macros dAX and dITEMS to PPPort.
43165      Branch: perl
43166            ! ext/Devel/PPPort/PPPort.pm
43167 ____________________________________________________________________________
43168 [ 21914] By: rgs                                   on 2003/12/14  22:53:43
43169         Log: Subject: [patch Porting/pumpkin.pod] trying to ensure that PPPort is up-to-date on each new release
43170              From: Stas Bekman <stas@stason.org>
43171              Date: Sun, 14 Dec 2003 15:12:40 -0800
43172              Message-ID: <3FDCEE68.3080509@stason.org>
43173      Branch: perl
43174            ! Porting/pumpkin.pod
43175 ____________________________________________________________________________
43176 [ 21912] By: rgs                                   on 2003/12/14  22:48:17
43177         Log: Subject: [DOCPATCH] perlfunc delete
43178              From: Elizabeth Mattijsen <liz@dijkmat.nl>
43179              Date: Sun, 14 Dec 2003 20:25:07 +0100
43180              Message-Id: <p05111b07bc0269065a99@[192.168.56.3]>
43181      Branch: perl
43182            ! pod/perlfunc.pod
43183 ____________________________________________________________________________
43184 [ 21910] By: nicholas                              on 2003/12/14  20:06:41
43185         Log: Forgot to remove a comment
43186      Branch: perl
43187            ! pp.c
43188 ____________________________________________________________________________
43189 [ 21907] By: nicholas                              on 2003/12/14  18:35:15
43190         Log: S_save_hek_flags should honour the "free" flag.
43191              Ought to mask the flag bits that shouldn't be stored.
43192      Branch: perl
43193            ! hv.c
43194 ____________________________________________________________________________
43195 [ 21906] By: nicholas                              on 2003/12/14  17:06:13
43196         Log: Some fool missed a letter n.
43197              (and then "optimised" code based on its absense. D'oh)
43198              Restore the correct behaviour - fetch with uppercase key, then if
43199              still not found store with mixed/lowercase key.
43200      Branch: perl
43201            ! hv.c
43202 ____________________________________________________________________________
43203 [ 21905] By: nicholas                              on 2003/12/14  16:34:01
43204         Log: Subject: Re: Change 21862
43205              From: Enache Adrian <enache@rdslink.ro>
43206              Date: Wed, 10 Dec 2003 06:05:58 +0200
43207              Message-ID: <20031210040558.GC1584@ratsnest.hole>
43208
43209              (1st hunk), plus the equivalent for hv_delete_common
43210      Branch: perl
43211            ! hv.c
43212 ____________________________________________________________________________
43213 [ 21904] By: nicholas                              on 2003/12/14  15:32:32
43214         Log: Clean up a bug I introduced into caseless ENV hv_delete
43215              (should be the proper fix for 21870 and 21872's band aid)
43216      Branch: perl
43217            ! hv.c
43218 ____________________________________________________________________________
43219 [ 21902] By: rgs                                   on 2003/12/13  21:56:45
43220         Log: Subject: Re: 5.6.2-RC1 on Cygwin
43221              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
43222              Date: Sat, 6 Dec 2003 22:32:59 -0800
43223              Message-ID: <20031207063259.GA3004@efn.org>
43224              (with tweaks to cleanup code)
43225      Branch: perl
43226            ! t/op/taint.t
43227 ____________________________________________________________________________
43228 [ 21898] By: nicholas                              on 2003/12/13  19:20:41
43229         Log: Add Perl_ceil
43230      Branch: perl
43231            ! perl.h pp.c
43232 ____________________________________________________________________________
43233 [ 21897] By: rgs                                   on 2003/12/13  18:41:51
43234         Log: Reformat a long line in perlembed.pod (bug #24623).
43235      Branch: perl
43236            ! pod/perlembed.pod
43237 ____________________________________________________________________________
43238 [ 21896] By: nicholas                              on 2003/12/13  18:40:59
43239         Log: The binary compatibility notes say that new global functions should
43240              go at the end. Not that I'm anything more than "trainee" when it
43241              comes to this bincompat stuff.
43242      Branch: perl
43243            ! embed.fnc proto.h
43244 ____________________________________________________________________________
43245 [ 21895] By: rgs                                   on 2003/12/13  18:33:38
43246         Log: alarm() is now implemented on Win32.
43247      Branch: perl
43248            ! pod/perlport.pod
43249 ____________________________________________________________________________
43250 [ 21893] By: nicholas                              on 2003/12/13  17:40:32
43251         Log: foreach qw() { # not valid syntax for 5.005. So fix it.
43252      Branch: perl
43253            ! pod/buildtoc
43254 ____________________________________________________________________________
43255 [ 21892] By: rgs                                   on 2003/12/13  17:02:12
43256         Log: Subject: Patch for: [perl #24650] File::CheckTree should list Larry Wall as author, not unknown
43257              From: David Dyck <david.dyck@fluke.com>
43258              Date: Sat, 13 Dec 2003 00:01:34 -0800 (PST)
43259              Message-ID: <Pine.LNX.4.51.0312122351450.8825@dd.tc.fluke.com>
43260      Branch: perl
43261            ! lib/File/CheckTree.pm
43262 ____________________________________________________________________________
43263 [ 21891] By: rgs                                   on 2003/12/13  16:33:46
43264         Log: Make the XSRETURN macro evaluate its argument only once.
43265      Branch: perl
43266            ! XSUB.h
43267 ____________________________________________________________________________
43268 [ 21886] By: rgs                                   on 2003/12/13  12:30:08
43269         Log: More POD fixes ; regenerate perltoc and perlmodlib.
43270      Branch: perl
43271            ! ext/DynaLoader/DynaLoader_pm.PL pod/perlmodlib.pod
43272            ! pod/perltoc.pod
43273 ____________________________________________________________________________
43274 [ 21885] By: rgs                                   on 2003/12/13  12:21:26
43275         Log: Fix some of the pods to produce more standard manpages,
43276              as reported by Eric S. Raymond.
43277      Branch: perl
43278            ! README.ce README.netware lib/Getopt/Std.pm lib/diagnostics.pm
43279 ____________________________________________________________________________
43280 [ 21884] By: rgs                                   on 2003/12/13  00:09:01
43281         Log: Subject: RE: [perl #24610] Pod::Html infinite recursion
43282              From: Anders Johnson <ajohnson@nvidia.com>
43283              Date: Fri, 12 Dec 2003 14:07:40 -0800
43284              Message-ID: <33171CC36240D94EAF1FE584B1D14E0A06EC6F51@mail-sc-11.nvidia.com>
43285              (with tweaks)
43286      Branch: perl
43287            ! lib/Pod/Html.pm
43288 ____________________________________________________________________________
43289 [ 21883] By: rgs                                   on 2003/12/12  23:54:25
43290         Log: Modify the common guard for the signal.h header, because
43291              C99 compilers don't like it.o
43292
43293              see :
43294              Subject: UNIX03 & C99 issue with 5.8.2
43295              From: Alan Burlison <Alan.Burlison@sun.com>
43296              Date: Fri, 12 Dec 2003 23:04:52 +0000
43297              Message-ID: <3FDA4994.6050209@sun.com>
43298      Branch: perl
43299            ! doio.c doop.c mg.c mpeix/mpeixish.h plan9/plan9ish.h unixish.h
43300            ! util.c
43301 ____________________________________________________________________________
43302 [ 21882] By: rgs                                   on 2003/12/12  22:43:11
43303         Log: Subject: [PATCH] Math::BigInt v1.67 released
43304              From: Tels <perl_dummy@bloodgate.com>
43305              Date: Fri, 12 Dec 2003 18:47:43 +0100
43306              Message-Id: <200312121847.49039@bloodgate.com>
43307      Branch: perl
43308            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
43309            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
43310            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
43311            ! lib/Math/BigInt/t/downgrade.t lib/Math/BigInt/t/fallback.t
43312            ! lib/Math/BigInt/t/sub_mbi.t
43313 ____________________________________________________________________________
43314 [ 21881] By: merijn                                on 2003/12/12  16:09:14
43315         Log: Subject: [PATCH] d_u32align for win32
43316              From: Gisle Aas <gisle@ActiveState.com>
43317              Date: 11 Dec 2003 01:33:39 -0800
43318              Message-ID: <lrzndzr958.fsf@caliper.activestate.com>
43319      Branch: perl
43320            ! win32/config.bc win32/config.gc win32/config.vc
43321 ____________________________________________________________________________
43322 [ 21879] By: rgs                                   on 2003/12/11  23:53:34
43323         Log: Subject: [PATCH] environ array fix for VMS
43324              From: "Craig A. Berry" <craigberry@mac.com>
43325              Date: Thu, 11 Dec 2003 14:35:29 -0600
43326              Message-ID: <3FD8D511.2030805@mac.com>
43327      Branch: perl
43328            ! vms/vms.c
43329 ____________________________________________________________________________
43330 [ 21878] By: nicholas                              on 2003/12/11  23:49:20
43331         Log: Subject: [PATCH] Perl 5.9.0 AUTHORS
43332              From: Mark Leighton Fisher <mark-fisher@mindspring.com>
43333              Message-ID: <3FD8E74F.7000202@mindspring.com>
43334              Date: Thu, 11 Dec 2003 16:53:19 -0500
43335      Branch: perl
43336            ! AUTHORS
43337 ____________________________________________________________________________
43338 [ 21877] By: rgs                                   on 2003/12/11  23:40:54
43339         Log: Add a mention of the error "DESTROY created new reference
43340              to dead object" in perldiag.
43341      Branch: perl
43342            ! pod/perldiag.pod
43343 ____________________________________________________________________________
43344 [ 21876] By: adi                                   on 2003/12/11  23:04:03
43345         Log: #21866 was wrong. another try to plumb that damn leak.
43346      Branch: perl
43347            ! mg.c sv.c
43348 ____________________________________________________________________________
43349 [ 21875] By: adi                                   on 2003/12/11  20:11:07
43350         Log: fix bug #24605.
43351              substr() wasn't working when used repeatedly on the same utf-8
43352              string.
43353      Branch: perl
43354            ! sv.c t/op/substr.t
43355 ____________________________________________________________________________
43356 [ 21874] By: rgs                                   on 2003/12/09  21:36:58
43357         Log: Suppress a C< $DB::single = 1 > from Switch.pm, as noticed
43358              by Jan Dubois.
43359      Branch: perl
43360            ! lib/Switch.pm
43361 ____________________________________________________________________________
43362 [ 21873] By: rgs                                   on 2003/12/09  21:33:22
43363         Log: Subject: [PATCH perlunicode.pod, encoding.pm] Implicit upgrading docs
43364              From: Autrijus Tang <autrijus@autrijus.org>
43365              Date: Tue, 9 Dec 2003 20:39:16 +0800
43366              Message-ID: <20031209123915.GA1454@not.autrijus.org>
43367      Branch: perl
43368            ! ext/Encode/encoding.pm pod/perlunicode.pod
43369 ____________________________________________________________________________
43370 [ 21872] By: adi                                   on 2003/12/09  03:26:16
43371         Log: temporary fix to avoid t/op/tie.t failures on Win32
43372      Branch: perl
43373            ! hv.c
43374 ____________________________________________________________________________
43375 [ 21871] By: rgs                                   on 2003/12/08  15:22:26
43376         Log: Upgrade to Digest-MD5 2.33.
43377      Branch: perl
43378            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
43379            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
43380            ! ext/Digest/MD5/t/files.t ext/Digest/MD5/typemap
43381 ____________________________________________________________________________
43382 [ 21870] By: rgs                                   on 2003/12/08  08:22:17
43383         Log: Integrate change #21862 from maint-5.8 :
43384
43385              Win32/MinGW tweaks
43386              A. ENV_IS_CASELESS has trys to free(keysave) when
43387              keysave isn't in scope yet.
43388              B. For default makefile.mk which build with perlhost.h
43389              stuff "live" need to link with g++ to find new/delete etc.
43390      Branch: perl
43391           !> hv.c win32/makefile.mk
43392 ____________________________________________________________________________
43393 [ 21869] By: rgs                                   on 2003/12/08  07:37:27
43394         Log: Subject: [PATCH] iterator reset moved to hv.c (was: [PATCH] SCALAR/FIRSTKEY for tied hashes in scalar context)
43395              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
43396              Date: Mon, 08 Dec 2003 08:17:46 +0100
43397              Message-id: <20031208071746.GA594@ethan>
43398      Branch: perl
43399            ! hv.c mg.c
43400 ____________________________________________________________________________
43401 [ 21868] By: adi                                   on 2003/12/08  03:38:39
43402         Log: yet another leak. bigger fish still swimming around.
43403              #!perl
43404              eval q{ $_ = "x"; s/x/"in subst"/e } while 1;
43405              __END__
43406      Branch: perl
43407            ! pp_ctl.c
43408 ____________________________________________________________________________
43409 [ 21867] By: adi                                   on 2003/12/08  03:34:37
43410         Log: yet another 2 leaks. example for the second:
43411              #! perl
43412              eval q{ open $p{q}, "foo" } while 1
43413              __END__
43414      Branch: perl
43415            ! op.c
43416 ____________________________________________________________________________
43417 [ 21866] By: adi                                   on 2003/12/08  03:30:16
43418         Log: plumb a leak with pos().
43419
43420              #! perl
43421              while (1) {
43422              my $a = "\x{1ff}"; $a =~ /\x{1ff}/g; pos($a);
43423              }
43424              __END__
43425      Branch: perl
43426            ! sv.c
43427 ____________________________________________________________________________
43428 [ 21865] By: rgs                                   on 2003/12/07  21:28:13
43429         Log: Subject: [PATCH] documenting SCALAR gotcha
43430              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
43431              Date: Sun, 07 Dec 2003 16:41:16 +0100
43432              Message-id: <20031207154116.GA825@ethan>
43433      Branch: perl
43434            ! pod/perltie.pod
43435 ____________________________________________________________________________
43436 [ 21864] By: rgs                                   on 2003/12/07  20:13:47
43437         Log: Subject: [PATCH] setenv tweak for VMS
43438              From: "Craig A. Berry" <craigberry@mac.com>
43439              Date: Sat, 06 Dec 2003 18:13:32 -0600
43440              Message-ID: <3FD270AC.3000106@mac.com>
43441      Branch: perl
43442            ! vms/vms.c
43443 ____________________________________________________________________________
43444 [ 21863] By: rgs                                   on 2003/12/06  21:33:22
43445         Log: Missing thingies.
43446      Branch: perl
43447            ! pp.c pp_hot.c
43448 ____________________________________________________________________________
43449 [ 21861] By: rgs                                   on 2003/12/06  20:58:12
43450         Log: Subject: [PATCH] Math::BigInt v1.67 (pre-release)
43451              From: Tels <perl_dummy@bloodgate.com>
43452              Date: Sat, 6 Dec 2003 20:19:44 +0100
43453              Message-Id: <200312062016.50484@bloodgate.com>
43454      Branch: perl
43455            + lib/Math/BigInt/t/const_mbf.t lib/Math/BigInt/t/fallback.t
43456            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
43457            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
43458            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
43459            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
43460            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
43461            ! lib/Math/BigInt/t/bigints.t lib/Math/BigInt/t/biglog.t
43462            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/sub_mbf.t
43463            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/with_sub.t
43464 ____________________________________________________________________________
43465 [ 21860] By: rgs                                   on 2003/12/06  20:33:09
43466         Log: Forgot to update the MANIFEST.
43467      Branch: perl
43468            ! MANIFEST
43469 ____________________________________________________________________________
43470 [ 21859] By: rgs                                   on 2003/12/06  20:19:16
43471         Log: Math::BigInt::Scalar is only for tests.
43472              Move it under t/lib.
43473      Branch: perl
43474           +> t/lib/Math/BigInt/Scalar.pm
43475            - lib/Math/BigInt/Scalar.pm
43476 ____________________________________________________________________________
43477 [ 21858] By: rgs                                   on 2003/12/06  20:01:24
43478         Log: Subject: [PATCH] casting bug in VMS part of Perl_start_glob
43479              From: "Craig A. Berry" <craigberry@mac.com>
43480              Date: Sat, 06 Dec 2003 12:44:40 -0600
43481              Message-ID: <3FD22398.1060506@mac.com>
43482      Branch: perl
43483            ! doio.c
43484 ____________________________________________________________________________
43485 [ 21857] By: rgs                                   on 2003/12/06  19:58:51
43486         Log: Remove the "Can't provide tied hash usage" error from perldiag.
43487              Mention the new tied hash SCALAR method in perldelta.
43488      Branch: perl
43489            ! pod/perldelta.pod pod/perldiag.pod
43490 ____________________________________________________________________________
43491 [ 21856] By: rgs                                   on 2003/12/06  19:51:49
43492         Log: Clarify the description of SCALAR in perltie
43493      Branch: perl
43494            ! pod/perltie.pod
43495 ____________________________________________________________________________
43496 [ 21855] By: rgs                                   on 2003/12/06  19:50:07
43497         Log: Subject: [PATCH] SCALAR/FIRSTKEY for tied hashes in scalar context
43498              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
43499              Date: Sat, 06 Dec 2003 11:50:59 +0100
43500              Message-id: <20031206105059.GA13989@ethan>
43501      Branch: perl
43502            ! embed.fnc embed.h global.sym hv.c lib/Tie/Hash.pm mg.c
43503            ! pod/perlapi.pod pod/perlfunc.pod pod/perltie.pod pp.c pp_hot.c
43504            ! proto.h t/op/tie.t
43505 ____________________________________________________________________________
43506 [ 21854] By: nicholas                              on 2003/12/06  16:30:35
43507         Log: Make sv_force_normal_flags cope with shared hash key scalars
43508              (remember the pointer from SvPVX, reset the flags before SvGROW,
43509              avoid crazy loops or read-from-free)
43510      Branch: perl
43511            ! sv.c
43512 ____________________________________________________________________________
43513 [ 21851] By: nicholas                              on 2003/12/05  20:49:10
43514         Log: Back out the Makefile.PL part of 21808 as requested by Gisle Aas
43515      Branch: perl
43516            ! ext/Digest/MD5/Makefile.PL
43517 ____________________________________________________________________________
43518 [ 21846] By: merijn                                on 2003/12/05  10:41:32
43519         Log: Subject: [PATCH] Configure gets d_u32align wrong
43520              From: Gisle Aas <gisle@ActiveState.com>
43521              Date: 05 Dec 2003 03:47:01 -0800
43522              Message-ID: <lr4qwfbi6i.fsf_-_@caliper.activestate.com>
43523      Branch: perl
43524            ! Configure
43525 ____________________________________________________________________________
43526 [ 21844] By: rgs                                   on 2003/12/05  07:31:18
43527         Log: Subject: [REPATCH lib/AutoLoader.t] Test can() with AutoLoader
43528              From: chromatic <chromatic@wgz.org>
43529              Date: Mon, 01 Dec 2003 09:20:21 -0800
43530              Message-Id: <1070299221.1275.19.camel@localhost>
43531      Branch: perl
43532            ! lib/AutoLoader.t
43533 ____________________________________________________________________________
43534 [ 21843] By: rgs                                   on 2003/12/05  07:13:08
43535         Log: Subject: [PATCH] another ext/SDBM_File/sdbm build fix
43536              From: "Craig A. Berry" <craigberry@mac.com>
43537              Date: Thu, 04 Dec 2003 16:00:03 -0600
43538              Message-ID: <3FCFAE63.1080106@mac.com>
43539      Branch: perl
43540            ! ext/SDBM_File/sdbm/Makefile.PL
43541 ____________________________________________________________________________
43542 [ 21842] By: rgs                                   on 2003/12/05  07:07:30
43543         Log: Subject: [PATCH] $^P, eval and caller
43544              From: Paul Johnson <paul@pjcj.net>
43545              Date: Fri, 5 Dec 2003 00:57:21 +0100
43546              Message-ID: <20031204235721.GJ26355@pjcj.net>
43547      Branch: perl
43548            ! mg.c
43549 ____________________________________________________________________________
43550 [ 21841] By: rgs                                   on 2003/12/04  12:00:28
43551         Log: Fix File::Copy with hard links on Windows.
43552
43553              Subject: [PATCH] Re: perl @ 21830
43554              From: Steve Hay <steve.hay@uk.radan.com>
43555              Date: Wed, 03 Dec 2003 10:53:02 +0000
43556              Message-ID: <3FCDC08E.7080800@uk.radan.com>
43557
43558              and
43559              Date: Thu, 04 Dec 2003 11:02:22 +0000
43560              Message-ID: <3FCF143E.1040905@uk.radan.com>
43561      Branch: perl
43562            ! lib/File/Copy.pm lib/File/Copy.t
43563 ____________________________________________________________________________
43564 [ 21840] By: rgs                                   on 2003/12/04  11:54:28
43565         Log: Subject: Re: a2p.pod not being installed in 5.8.2?
43566              From: Alan Burlison <Alan.Burlison@sun.com>
43567              Date: Thu, 04 Dec 2003 12:14:30 +0000
43568              Message-ID: <3FCF2526.3030905@sun.com>
43569      Branch: perl
43570            ! installperl
43571 ____________________________________________________________________________
43572 [ 21837] By: rgs                                   on 2003/12/03  08:27:33
43573         Log: Subject: Re: XS modules having problems with CLONE and ithreads unless PERL_NO_GET_CONTEXT is defined
43574              From: Stas Bekman <stas@stason.org>
43575              Date: Wed, 03 Dec 2003 01:41:42 -0800
43576              Message-ID: <3FCDAFD6.9050106@stason.org>
43577      Branch: perl
43578            ! sv.c
43579 ____________________________________________________________________________
43580 [ 21836] By: rgs                                   on 2003/12/02  23:31:06
43581         Log: The prove utility should also be installed on VMS and on Windows.
43582              Haven't we regression tests for installations yet ?
43583      Branch: perl
43584            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
43585 ____________________________________________________________________________
43586 [ 21835] By: rgs                                   on 2003/12/02  22:18:05
43587         Log: FAQ sync.
43588      Branch: perl
43589            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
43590            ! pod/perlfaq4.pod pod/perlfaq5.pod
43591 ____________________________________________________________________________
43592 [ 21834] By: rgs                                   on 2003/12/02  21:45:12
43593         Log: Subject: Re: [perl #24574] find2perl provides different results to find
43594              From: Slaven Rezic <slaven@rezic.de>
43595              Date: 30 Nov 2003 22:16:59 +0100
43596              Message-ID: <8765h1pnec.fsf@vran.herceg.de>
43597
43598              (plus a note about find2perl now defaulting to -print in perldelta)
43599      Branch: perl
43600            ! pod/perldelta.pod x2p/find2perl.PL
43601 ____________________________________________________________________________
43602 [ 21833] By: rgs                                   on 2003/12/02  21:34:57
43603         Log: Subject: [PATCH] setting $0 still broken
43604              From: Jan Dubois <jand@ActiveState.com>
43605              Date: Thu, 27 Nov 2003 21:09:51 -0800
43606              Message-ID: <f3mdsv8dcv4asle0kbhiijk0adu1l25sr3@4ax.com>
43607      Branch: perl
43608            ! mg.c
43609 ____________________________________________________________________________
43610 [ 21832] By: rgs                                   on 2003/12/02  21:05:58
43611         Log: Better docs for the special code blocks, based on :
43612              Subject: [DOCPATCH] BEGIN, CHECK, INIT, END explained more
43613              From: Elizabeth Mattijsen <liz@dijkmat.nl>
43614              Date: Sat, 29 Nov 2003 23:15:56 +0100
43615              Message-Id: <p05111b01bbeec2e8bf30@[192.168.56.3]>
43616      Branch: perl
43617            ! pod/perlmod.pod pod/perlsub.pod
43618 ____________________________________________________________________________
43619 [ 21828] By: rgs                                   on 2003/11/30  20:56:00
43620         Log: Fix the test boilerplate in lib/if.t, so it can be run
43621              from the t/ directory.
43622      Branch: perl
43623            ! lib/if.t
43624 ____________________________________________________________________________
43625 [ 21827] By: rgs                                   on 2003/11/30  20:34:39
43626         Log: Keep installing xsubpp in lib/ExtUtils,
43627              so MakeMaker can find it.
43628      Branch: perl
43629            ! installperl
43630 ____________________________________________________________________________
43631 [ 21826] By: rgs                                   on 2003/11/30  20:31:59
43632         Log: Upgrade to Test::Harness 2.38.
43633              Introduce the prove(1) utility.
43634              (The prove-switches test is disabled for now.)
43635      Branch: perl
43636            + lib/Test/Harness/bin/prove lib/Test/Harness/t/inc_taint.t
43637            + lib/Test/Harness/t/prove-switches.t t/lib/Dev/Null.pm
43638            + t/lib/sample-tests/inc_taint t/lib/sample-tests/taint_warn
43639            + utils/prove.PL
43640            ! MANIFEST installperl lib/Test/Harness.pm
43641            ! lib/Test/Harness/Assert.pm lib/Test/Harness/Changes
43642            ! lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
43643            ! lib/Test/Harness/t/00compile.t lib/Test/Harness/t/assert.t
43644            ! lib/Test/Harness/t/callback.t lib/Test/Harness/t/pod.t
43645            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
43646            ! lib/Test/Harness/t/test-harness.t utils.lst utils/Makefile
43647 ____________________________________________________________________________
43648 [ 21823] By: rgs                                   on 2003/11/30  18:22:54
43649         Log: Subject: Re: [perl #24554] Segfault in POSIX module
43650              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
43651              Date: Sat, 29 Nov 2003 23:32:38 +0900
43652              Message-Id: <20031129233010.8E2F.BQW10602@nifty.com>
43653
43654              (plus a test for the stringification of references
43655              passed to POSIX::isXXX())
43656      Branch: perl
43657            ! ext/POSIX/POSIX.xs ext/POSIX/t/is.t ext/POSIX/t/posix.t
43658 ____________________________________________________________________________
43659 [ 21814] By: nicholas                              on 2003/11/29  20:53:23
43660         Log: Integrate if.pm 0.0401
43661              Needed to edit the test file as t/TEST can't cope with extra output
43662              lines as produced by 0.0401's if.t
43663      Branch: perl
43664            ! lib/if.pm lib/if.t
43665 ____________________________________________________________________________
43666 [ 21813] By: nicholas                              on 2003/11/29  19:54:52
43667         Log: Remove whitespace from ends of lines (simply because it irritates me)
43668      Branch: perl
43669            ! utils/h2xs.PL
43670 ____________________________________________________________________________
43671 [ 21812] By: nicholas                              on 2003/11/29  17:55:32
43672         Log: Update Unicode::Normalize to 0.28
43673      Branch: perl
43674            + ext/Unicode/Normalize/t/illegal.t
43675            + ext/Unicode/Normalize/t/null.t ext/Unicode/Normalize/t/short.t
43676            ! MANIFEST ext/Unicode/Normalize/Changes
43677            ! ext/Unicode/Normalize/Normalize.pm
43678            ! ext/Unicode/Normalize/Normalize.xs
43679            ! ext/Unicode/Normalize/README
43680 ____________________________________________________________________________
43681 [ 21811] By: nicholas                              on 2003/11/29  17:30:18
43682         Log: D'oh! This has been moved to lib/Digest/t/digest.t but not deleted.
43683      Branch: perl
43684            - lib/Digest.t
43685 ____________________________________________________________________________
43686 [ 21810] By: nicholas                              on 2003/11/29  17:29:15
43687         Log: Update Unicode::Collate to 0.31 (Only the .pm version for now)
43688      Branch: perl
43689            + lib/Unicode/Collate/t/illegal.t
43690            + lib/Unicode/Collate/t/illegalp.t
43691            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
43692            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/version.t
43693 ____________________________________________________________________________
43694 [ 21809] By: nicholas                              on 2003/11/29  17:09:25
43695         Log: D'oh! Forgot to lib/Digest/base.pm
43696      Branch: perl
43697            + lib/Digest/base.pm
43698            ! MANIFEST
43699 ____________________________________________________________________________
43700 [ 21808] By: nicholas                              on 2003/11/29  17:04:39
43701         Log: Update to Digest::MD5 2.31
43702      Branch: perl
43703            + ext/Digest/MD5/t/bits.t
43704            ! MANIFEST ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
43705            ! ext/Digest/MD5/Makefile.PL ext/Digest/MD5/t/badfile.t
43706            ! ext/Digest/MD5/t/files.t
43707 ____________________________________________________________________________
43708 [ 21807] By: nicholas                              on 2003/11/29  16:45:19
43709         Log: Update Digest to 1.03
43710      Branch: perl
43711            + lib/Digest/t/base.t
43712           +> lib/Digest/t/digest.t
43713            ! MANIFEST Porting/Maintainers.pl lib/Digest.pm
43714 ____________________________________________________________________________
43715 [ 21806] By: nicholas                              on 2003/11/29  15:41:19
43716         Log: When Gconvert is a macro around sprintf with a .* format we need
43717              to cast to int (in case STRLEN isn't the same size as int)
43718              gcc issues a warning even when it is the same size
43719      Branch: perl
43720            ! sv.c
43721 ____________________________________________________________________________
43722 [ 21805] By: nicholas                              on 2003/11/29  14:44:56
43723         Log: Silence gcc 2.95 warning
43724              (Its trace flow isn't good enough to realise that there is no problem)
43725      Branch: perl
43726            ! pp_hot.c
43727 ____________________________________________________________________________
43728 [ 21804] By: nicholas                              on 2003/11/29  14:44:22
43729         Log: Gconvert actually takes type NV, while nv may be either double
43730              or long double (depending on some conditional code)
43731              Rafael and I think that this cast should work.
43732      Branch: perl
43733            ! sv.c
43734 ____________________________________________________________________________
43735 [ 21802] By: rgs                                   on 2003/11/29  11:38:58
43736         Log: POSIX::isXXX(undef) segfaulted. (bug #24554.)
43737      Branch: perl
43738            ! ext/POSIX/POSIX.xs ext/POSIX/t/posix.t
43739 ____________________________________________________________________________
43740 [ 21800] By: rgs                                   on 2003/11/28  22:38:40
43741         Log: Fix a regression introduced by change #21694 on sprintf()
43742              with long doubles, by disabling the specific optimisation
43743              path in this case ; remove a unnecessary cast ; add a new
43744              test file for miscellaneous sprintf() test that don't fit
43745              in the t/op/sprintf.t framework.
43746      Branch: perl
43747            + t/op/sprintf2.t
43748            ! MANIFEST sv.c
43749 ____________________________________________________________________________
43750 [ 21799] By: rgs                                   on 2003/11/28  21:41:29
43751         Log: Subject: [patch pod/perlsec.pod] (was Re: why PERL5LIB is ignored when -T is in effect)
43752              From: Stas Bekman <stas@stason.org>
43753              Date: Fri, 28 Nov 2003 14:42:25 -0800
43754              Message-ID: <3FC7CF51.7060804@stason.org>
43755      Branch: perl
43756            ! pod/perlsec.pod
43757 ____________________________________________________________________________
43758 [ 21798] By: rgs                                   on 2003/11/28  20:42:45
43759         Log: Implement C<use Exporter 'import'> :
43760
43761              Subject: Re: [PATCH] Exporter-related PODs
43762              From: Fergal Daly <fergal@esatclear.ie>
43763              Date: Mon, 10 Nov 2003 00:08:52 +0000
43764              Message-Id: <200311100008.52639.fergal@esatclear.ie>
43765
43766              (tweaked, so the imported import() doesn't spit out warnings)
43767      Branch: perl
43768            ! lib/Exporter.pm lib/Exporter.t
43769 ____________________________________________________________________________
43770 [ 21797] By: rgs                                   on 2003/11/28  20:11:47
43771         Log: Subject: Re: [perl #24245] File::Copy::copy damages hard linked files
43772              From: Slaven Rezic <slaven@rezic.de>
43773              Date: 19 Oct 2003 19:11:31 +0200
43774              Message-ID: <87smlprw3g.fsf@vran.herceg.de>
43775              (with further tweaks)
43776      Branch: perl
43777            ! lib/File/Copy.pm lib/File/Copy.t
43778 ____________________________________________________________________________
43779 [ 21795] By: rgs                                   on 2003/11/28  19:16:33
43780         Log: Subject: [PATCH] Fix perl 5.8 and 5.9 to build on latest VOS
43781              From: "Green, Paul" <Paul.Green@stratus.com>
43782              Date: Thu, 27 Nov 2003 21:51:26 -0500
43783              Message-ID: <A2A34F15EE916148BC4C4748223E67A4069FB815@exna4.stratus.com>
43784      Branch: perl
43785            ! hints/vos.sh
43786 ____________________________________________________________________________
43787 [ 21794] By: nicholas                              on 2003/11/28  19:14:58
43788         Log: Arguments to skip were the wrong way round, hence why all the *BSDs
43789              were failing
43790      Branch: perl
43791            ! t/op/readline.t
43792 ____________________________________________________________________________
43793 [ 21789] By: rgs                                   on 2003/11/27  22:18:29
43794         Log: Marcus Holland-Moritz is now the maintainer of Devel::PPPort.
43795              PerlIO and threads are not on CPAN.
43796      Branch: perl
43797            ! Porting/Maintainers.pl
43798 ____________________________________________________________________________
43799 [ 21788] By: nicholas                              on 2003/11/25  21:27:11
43800         Log: Add Torsten Foertsch to AUTHORS (patches plus tests are what we like)
43801      Branch: perl
43802            ! AUTHORS
43803 ____________________________________________________________________________
43804 [ 21787] By: rgs                                   on 2003/11/25  21:12:19
43805         Log: Subject: [PATCH] Re: bug or a feature?
43806              From: Torsten Foertsch <torsten.foertsch@gmx.net>
43807              Date: Sat, 22 Nov 2003 13:15:53 +0100
43808              Message-Id: <200311221315.58539.torsten.foertsch@gmx.net>
43809
43810              and
43811              Date: Sat, 22 Nov 2003 14:21:45 +0100
43812              Message-Id: <200311221421.48940.torsten.foertsch@gmx.net>
43813              (test moved to t/op/readline.t)
43814      Branch: perl
43815            ! pp_hot.c t/op/readline.t
43816 ____________________________________________________________________________
43817 [ 21783] By: merijn                                on 2003/11/24  21:24:46
43818         Log: Subject: remove hardcoded version number from cygwin/perlld.in
43819              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
43820              Date: Mon, 24 Nov 2003 08:11:36 -0800
43821              Message-ID: <20031124161136.GC2656@efn.org>
43822      Branch: perl
43823            ! cygwin/Makefile.SHs cygwin/perlld.in
43824 ____________________________________________________________________________
43825 [ 21782] By: nicholas                              on 2003/11/24  20:07:29
43826         Log: Should fix the infinite loop on a dynamic %ENV fetch
43827      Branch: perl
43828            ! hv.c
43829 ____________________________________________________________________________
43830 [ 21781] By: nicholas                              on 2003/11/24  19:47:57
43831         Log: Tweak the order of initialisation of oentry in hv_fetch_common -
43832              C source now cleaner, but optimised object file still the same size.
43833      Branch: perl
43834            ! hv.c
43835 ____________________________________________________________________________
43836 [ 21780] By: rgs                                   on 2003/11/23  21:59:06
43837         Log: Subject: Re: [perl #24439] 64 bit build failure on Solaris 9
43838              From: Andy Dougherty <doughera@lafayette.edu>
43839              Date: Thu, 20 Nov 2003 09:38:05 -0500 (EST)
43840              Message-ID: <Pine.SOL.4.53.0311200926550.25274@maxwell.phys.lafayette.edu>
43841
43842              and :
43843              Date: Fri, 21 Nov 2003 09:36:24 -0500 (EST)
43844              Message-ID: <Pine.SOL.4.53.0311210927460.1876@maxwell.phys.lafayette.edu>
43845      Branch: perl
43846            ! hints/solaris_2.sh
43847 ____________________________________________________________________________
43848 [ 21779] By: nicholas                              on 2003/11/22  23:37:24
43849         Log: D'oh. Mistake in the DYNAMIC_ENV_FETCH conditional code
43850              reported by Craig Berry
43851      Branch: perl
43852            ! hv.c
43853 ____________________________________________________________________________
43854 [ 21774] By: nicholas                              on 2003/11/22  21:21:22
43855         Log: restore_magic needs to undo COW
43856              (while magic was off, sv_setsv is likely to have seen this SV as a
43857              good source for COW)
43858              Should fix the smoke failures on lib/locale.t
43859      Branch: perl
43860            ! mg.c
43861 ____________________________________________________________________________
43862 [ 21773] By: nicholas                              on 2003/11/22  19:12:32
43863         Log: Don't COW if the destination has magic.
43864      Branch: perl
43865            ! sv.c
43866 ____________________________________________________________________________
43867 [ 21772] By: nicholas                              on 2003/11/22  17:05:32
43868         Log: Reorder functions in hv.c so that callers of hv_fetch_common are all
43869              close to it.
43870      Branch: perl
43871            ! hv.c
43872 ____________________________________________________________________________
43873 [ 21771] By: nicholas                              on 2003/11/22  16:43:09
43874         Log: "Space Is a Province of Brazil"
43875              Farewell, hv_store_common. Store is now part of Fetch.
43876              All tests pass. hv.c 15% smaller than when I started all this
43877      Branch: perl
43878            ! embed.fnc embed.h hv.c proto.h
43879 ____________________________________________________________________________
43880 [ 21770] By: nicholas                              on 2003/11/22  13:16:43
43881         Log: Farewell hv_exists_common - exists is now a call to fetch
43882              (with the exists magic handling moved into fetch)
43883      Branch: perl
43884            ! embed.fnc embed.h hv.c proto.h
43885 ____________________________________________________________________________
43886 [ 21769] By: nicholas                              on 2003/11/22  11:02:23
43887         Log: Shift negative klen/flags games from hv_store_common out to hv_store
43888      Branch: perl
43889            ! embed.fnc embed.h hv.c proto.h
43890 ____________________________________________________________________________
43891 [ 21768] By: nicholas                              on 2003/11/22  10:37:24
43892         Log: Shift negative klen/flags games from hv_exists_common out to hv_exists
43893      Branch: perl
43894            ! embed.fnc embed.h hv.c proto.h
43895 ____________________________________________________________________________
43896 [ 21767] By: nicholas                              on 2003/11/21  23:15:47
43897         Log: Check that the key is present before a delete, and absent afterwards
43898      Branch: perl
43899            ! ext/XS/APItest/t/hash.t
43900 ____________________________________________________________________________
43901 [ 21766] By: nicholas                              on 2003/11/21  23:12:33
43902         Log: Move the negative key -> utf8 flag conversion out to hv_delete
43903      Branch: perl
43904            ! embed.fnc embed.h hv.c proto.h
43905 ____________________________________________________________________________
43906 [ 21765] By: nicholas                              on 2003/11/21  22:41:23
43907         Log: Tweaks to S_hv_delete_common:
43908              make the magic call hv_fetch_common rather than ent-or-not
43909              grab the hash from a shared hash key scalar if possible
43910              use masked flags rather than flags for the comparison
43911      Branch: perl
43912            ! hv.c
43913 ____________________________________________________________________________
43914 [ 21764] By: nicholas                              on 2003/11/21  21:54:58
43915         Log: Integrate:
43916              [ 21762]
43917              Refactor hash API tests (prior to some additions)
43918
43919              [ 21763]
43920              Test all permuations of utf8 flags on hashes and keys
43921      Branch: perl
43922           !> ext/XS/APItest/t/hash.t
43923 ____________________________________________________________________________
43924 [ 21760] By: nicholas                              on 2003/11/20  22:34:00
43925         Log: Shift negative klen/flags games from hv_fetch_common out to hv_fetch
43926      Branch: perl
43927            ! embed.fnc hv.c proto.h
43928 ____________________________________________________________________________
43929 [ 21758] By: nicholas                              on 2003/11/20  20:14:17
43930         Log: Merge sv_store_flags and sv_store_ent into sv_store_common
43931      Branch: perl
43932            ! embed.fnc embed.h hv.c proto.h
43933 ____________________________________________________________________________
43934 [ 21756] By: rgs                                   on 2003/11/20  12:04:46
43935         Log: Subject: [PATCH] promote hv_clear_placeholders to perl API
43936              From: Alan Burlison <Alan.Burlison@sun.com>
43937              Date: Thu, 20 Nov 2003 10:34:30 +0000
43938              Message-ID: <3FBC98B6.6090909@sun.com>
43939      Branch: perl
43940            ! embed.fnc embed.h global.sym hv.c pod/perlapi.pod proto.h
43941            ! universal.c
43942 ____________________________________________________________________________
43943 [ 21755] By: rgs                                   on 2003/11/19  22:46:20
43944         Log: Regenerate perlapi and perltoc.
43945      Branch: perl
43946            ! pod/perlapi.pod pod/perltoc.pod
43947 ____________________________________________________________________________
43948 [ 21754] By: rgs                                   on 2003/11/19  22:39:51
43949         Log: Subject: [docpatch] PerlIO layers in perlrun.pod and PerlIO.pm
43950              From: Iain Truskett <spoon@cpan.org>
43951              Date: Thu, 20 Nov 2003 00:41:33 +1100
43952              Message-ID: <20031119134132.GG21314@gytha.anu.edu.au>
43953      Branch: perl
43954            ! lib/PerlIO.pm pod/perlrun.pod
43955 ____________________________________________________________________________
43956 [ 21753] By: nicholas                              on 2003/11/19  22:28:25
43957         Log: merge hv_fetch and hv_fetch_ent into hv_fetch_common
43958              remove S_hv_fetch_flags
43959              hv.c now 13% smaller than when I started. hv_store TODO
43960      Branch: perl
43961            ! embed.fnc embed.h hv.c proto.h
43962 ____________________________________________________________________________
43963 [ 21752] By: rgs                                   on 2003/11/19  21:06:01
43964         Log: Fix bug [perl #24508] Wrong assignment in nested assignment
43965              together with subroutine call
43966              Apparently concat still doesn't deal correctly with lexicals
43967              in all cases. Disable the whole TARGET_MY optimisation for it.
43968              (and remove the corresponding code from the peephole optimiser.)
43969      Branch: perl
43970            ! op.c opcode.h opcode.pl t/op/concat.t
43971 ____________________________________________________________________________
43972 [ 21751] By: rgs                                   on 2003/11/19  21:03:20
43973         Log: Update the runops stuff in perlguts
43974      Branch: perl
43975            ! pod/perlguts.pod
43976 ____________________________________________________________________________
43977 [ 21750] By: nicholas                              on 2003/11/19  20:37:27
43978         Log: integrate hv_delete and hv_delete_ent into hv_delete_common
43979      Branch: perl
43980            ! embed.fnc embed.h hv.c proto.h
43981 ____________________________________________________________________________
43982 [ 21748] By: rgs                                   on 2003/11/19  19:56:20
43983         Log: Subject: [PATCH] clear of empty locked hash SEGVs
43984              From: Alan Burlison <Alan.Burlison@sun.com>
43985              Date: Wed, 19 Nov 2003 14:39:03 +0000
43986              Message-ID: <3FBB8087.20206@sun.com>
43987      Branch: perl
43988            ! hv.c lib/Hash/Util.t
43989 ____________________________________________________________________________
43990 [ 21747] By: nicholas                              on 2003/11/19  19:51:41
43991         Log: merge hv_exists and hv_exists_ent into S_hv_exists_common
43992      Branch: perl
43993            ! embed.fnc embed.h hv.c proto.h
43994 ____________________________________________________________________________
43995 [ 21746] By: nicholas                              on 2003/11/19  18:46:07
43996         Log: Run regen.pl (for hv_assert)
43997      Branch: perl
43998            ! global.sym
43999 ____________________________________________________________________________
44000 [ 21744] By: nicholas                              on 2003/11/19  17:44:58
44001         Log: Integrate:
44002              [ 21642]
44003              space should be tab for lib/I18N/LangTags/t/02decency.t
44004      Branch: perl
44005           !> MANIFEST
44006 ____________________________________________________________________________
44007 [ 21743] By: rgs                                   on 2003/11/19  17:21:50
44008         Log: Restore errno after having read $^E (like for $!)
44009              to preserve errno from unfortunate side-effects.
44010      Branch: perl
44011            ! mg.c
44012 ____________________________________________________________________________
44013 [ 21742] By: nicholas                              on 2003/11/18  21:04:40
44014         Log: Whoops. We weren't actually testing hv_store_ent
44015              We are now. Plus test hv_store for an initially empty hash.
44016      Branch: perl
44017            ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/hash.t
44018 ____________________________________________________________________________
44019 [ 21741] By: rgs                                   on 2003/11/17  23:06:07
44020         Log: Complement of change #21740 for Windows.
44021              (I have the feeling that it's already subtly broken on VMS)
44022      Branch: perl
44023            ! win32/Makefile win32/makefile.mk
44024 ____________________________________________________________________________
44025 [ 21740] By: rgs                                   on 2003/11/17  19:02:21
44026         Log: Install instmodsh and xsubpp in bin/ along the other utilities.
44027      Branch: perl
44028            + utils/instmodsh.PL utils/xsubpp.PL
44029            ! MANIFEST installperl utils.lst utils/Makefile
44030 ____________________________________________________________________________
44031 [ 21739] By: rgs                                   on 2003/11/17  08:52:52
44032         Log: Subject: Re: [perl #24493] install.html not working
44033              From: Slaven Rezic <slaven@rezic.de>
44034              Date: 16 Nov 2003 20:52:29 +0100
44035              Message-ID: <87d6bsw0oy.fsf@vran.herceg.de>
44036      Branch: perl
44037            ! installhtml
44038 ____________________________________________________________________________
44039 [ 21737] By: nicholas                              on 2003/11/16  21:32:09
44040         Log: Ooops. left an XXX comment in, and worse still it's a // comment
44041      Branch: perl
44042            ! hv.c
44043 ____________________________________________________________________________
44044 [ 21735] By: nicholas                              on 2003/11/16  20:20:58
44045         Log: utf8 keys now work for tied hashes via hv_fetch, hv_store, hv_delete
44046              (pp functions use the _ent variants, and as the implementation is
44047              duplicated, these bugs aren't tested, and aren't noticed)
44048      Branch: perl
44049            ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/hash.t hv.c
44050 ____________________________________________________________________________
44051 [ 21734] By: nicholas                              on 2003/11/16  17:11:22
44052         Log: Accessing unicode keys in tie hashes via hv_exists was broken.
44053              (pp_exists uses hv_exists_ent, which isn't broken)
44054              I expect an equivalent bug in hv_delete
44055      Branch: perl
44056            + ext/XS/APItest/t/hash.t
44057            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
44058            ! ext/XS/APItest/MANIFEST hv.c
44059 ____________________________________________________________________________
44060 [ 21733] By: rgs                                   on 2003/11/16  16:50:04
44061         Log: Subject: [PATCH] Re:ext/threads/t/problem.t (was: Problems with mod_perl 1.12 (?) and ActivePerl 5.8.1)
44062              From: Elizabeth Mattijsen <liz@dijkmat.nl>
44063              Date: Sat, 15 Nov 2003 23:22:16 +0100
44064              Message-Id: <p05111b04bbdc49076950@[192.168.56.3]>
44065      Branch: perl
44066            ! ext/threads/t/problems.t
44067 ____________________________________________________________________________
44068 [ 21732] By: rgs                                   on 2003/11/16  16:09:34
44069         Log: Subject: [PATCH] configpm, our $summary : unique
44070              From: Elizabeth Mattijsen <liz@dijkmat.nl>
44071              Date: Sat, 15 Nov 2003 22:18:32 +0100
44072              Message-Id: <p05111b03bbdc478d10cb@[192.168.56.3]>
44073              (plus comments)
44074      Branch: perl
44075            ! configpm
44076 ____________________________________________________________________________
44077 [ 21729] By: nicholas                              on 2003/11/15  14:39:00
44078         Log: Subject: [PATCH] Re: Storable Error
44079              From: Nicholas Clark <nick@ccl4.org>
44080              Date: Sat, 9 Aug 2003 00:35:36 +0100
44081              Message-ID: <20030809003535.C20130@plum.flirble.org>
44082      Branch: perl
44083            ! embed.fnc hv.c perl.c perl.h pod/perlapi.pod pod/perlrun.pod
44084            ! proto.h
44085 ____________________________________________________________________________
44086 [ 21728] By: rgs                                   on 2003/11/15  11:43:43
44087         Log: Update perlhist with 5.6.2.
44088      Branch: perl
44089            ! pod/perlhist.pod
44090 ____________________________________________________________________________
44091 [ 21725] By: rgs                                   on 2003/11/14  22:35:20
44092         Log: Add more complete tests for the "variable masks earlier
44093              declaration" warning, including a TODO test
44094      Branch: perl
44095            ! t/lib/warnings/pad
44096 ____________________________________________________________________________
44097 [ 21723] By: rgs                                   on 2003/11/14  07:43:17
44098         Log: Include "SCCS" in the list of directory names that should
44099              be ignored by installperl.
44100      Branch: perl
44101            ! installperl
44102 ____________________________________________________________________________
44103 [ 21718] By: nicholas                              on 2003/11/13  20:46:36
44104         Log: Subject: Re: Empty subroutine as object method segfaults in 5.8.2 (sometimes)
44105              From: Enache Adrian <enache@rdslink.ro>
44106              Date: Tue, 11 Nov 2003 15:25:29 +0200
44107              Message-ID: <20031111132529.GB1271@ratsnest.hole>
44108      Branch: perl
44109            ! op.c
44110 ____________________________________________________________________________
44111 [ 21714] By: rgs                                   on 2003/11/13  18:55:37
44112         Log: Fix bug [perl #24380] : assigning to a hash in list
44113              or scalar context yielded a wrong value if the list
44114              contained duplicated keys for the hash. This is fixed
44115              by counting the number of duplicate keys and trimming
44116              the stack by the corresponding number of items.
44117      Branch: perl
44118            ! pp_hot.c t/op/hashassign.t
44119 ____________________________________________________________________________
44120 [ 21713] By: merijn                                on 2003/11/13  09:25:15
44121         Log: Simplified the reading
44122      Branch: perl
44123            ! hints/solaris_2.sh
44124 ____________________________________________________________________________
44125 [ 21712] By: merijn                                on 2003/11/13  09:22:21
44126         Log: Enable hints to create call-back units that can act when
44127              a specific variable is *not* set (like -Uuselargefiles)
44128      Branch: perl
44129            ! Configure hints/README.hints
44130 ____________________________________________________________________________
44131 [ 21710] By: nicholas                              on 2003/11/12  21:35:35
44132         Log: Subject: [PATCH] Last stab at sdbm/Makefile.PL
44133              From: Michael G Schwern <schwern@pobox.com>
44134              Date: Tue, 11 Nov 2003 21:02:30 -0800
44135              Message-ID: <20031112050230.GO6874@localhost.comcast.net>
44136      Branch: perl
44137            ! ext/SDBM_File/sdbm/Makefile.PL
44138 ____________________________________________________________________________
44139 [ 21708] By: rgs                                   on 2003/11/12  09:46:51
44140         Log: Subject: [PATCH 5.8.2 @21574] make install not installing fully
44141              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
44142              Date: Tue, 4 Nov 2003 20:07:25 -0800
44143              Message-ID: <20031105040725.GA2629@math.berkeley.edu>
44144      Branch: perl
44145            ! installperl
44146 ____________________________________________________________________________
44147 [ 21706] By: ams                                   on 2003/11/11  23:46:19
44148         Log: Subject: Re: [perl #24460] [DOC PATCH] the begincheck program
44149              From: Tom Phoenix <rootbeer@redcat.com>
44150              Date: Tue, 11 Nov 2003 15:50:35 -0800 (PST)
44151              Message-Id: <Pine.BSO.4.53.0311111547500.9242@blue.stonehenge.com>
44152      Branch: perl
44153            ! pod/perlmod.pod
44154 ____________________________________________________________________________
44155 [ 21702] By: rgs                                   on 2003/11/11  20:13:56
44156         Log: Upgrade to MakeMaker 6.21.
44157      Branch: perl
44158            ! lib/ExtUtils/Changes lib/ExtUtils/Install.pm
44159            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_Any.pm
44160            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
44161 ____________________________________________________________________________
44162 [ 21697] By: rgs                                   on 2003/11/10  20:55:25
44163         Log: Subject: [PATCH 5.8.2 @21574] make install: line noise
44164              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
44165              Date: Tue, 4 Nov 2003 20:10:16 -0800
44166              Message-ID: <20031105041016.GA2639@math.berkeley.edu>
44167
44168              and part of
44169              Subject: [PATCH 5.8.2 @21574] make install: PREFIX and DESTDIR
44170              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
44171              Date: Tue, 4 Nov 2003 20:18:37 -0800
44172              Message-ID: <20031105041836.GA2649@math.berkeley.edu>
44173
44174              (I've left out the PREFIX part for now)
44175      Branch: perl
44176            ! Makefile.SH installperl os2/Makefile.SHs
44177 ____________________________________________________________________________
44178 [ 21694] By: rgs                                   on 2003/11/09  17:20:35
44179         Log: Subject: [PATCH 5.8.2 @21574] sprintf() painfully slow
44180              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
44181              Date: Mon, 3 Nov 2003 20:27:39 -0800
44182              Message-ID: <20031104042739.GA1697@math.berkeley.edu>
44183
44184              Subject: Re: [PATCH 5.8.2 @21574] sprintf() painfully slow
44185              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
44186              Date: Mon, 3 Nov 2003 20:57:48 -0800
44187              Message-ID: <20031104045748.GA1826@math.berkeley.edu>
44188      Branch: perl
44189            ! sv.c
44190 ____________________________________________________________________________
44191 [ 21693] By: rgs                                   on 2003/11/09  11:37:29
44192         Log: Subject: [PATCH-5.8.2 for WinCE] must copy changes from win32/makeifle.mk to wince/makefile.ce
44193              From: Vadim Konovalov <konovalo@mail.wplus.net>
44194              Date: Sun, 9 Nov 2003 13:31:59 +0300
44195              Message-ID: <93187393948.20031109133159@mail.wplus.net>
44196      Branch: perl
44197            ! wince/Makefile.ce
44198 ____________________________________________________________________________
44199 [ 21691] By: rgs                                   on 2003/11/09  11:13:40
44200         Log: Update the list of pumpkings in perlhist.pod.
44201      Branch: perl
44202            ! pod/perlhist.pod
44203 ____________________________________________________________________________
44204 [ 21687] By: ams                                   on 2003/11/08  17:09:56
44205         Log: Subject: [PATCH 5.6.2-RC1 pod/perlhist.pod]  Updated.
44206              From: Abigail <abigail@abigail.nl>
44207              Date: Sat, 8 Nov 2003 18:51:30 +0100
44208              Message-Id: <20031108175130.GA22273@abigail.nl>
44209      Branch: perl
44210            ! pod/perlhist.pod
44211 ____________________________________________________________________________
44212 [ 21677] By: rgs                                   on 2003/11/07  07:49:17
44213         Log: Subject: [PATCH 5.8.2 @21574] OS/2 docu
44214              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
44215              Date: Thu, 6 Nov 2003 23:26:18 -0800
44216              Message-ID: <20031107072618.GA4370@math.berkeley.edu>
44217      Branch: perl
44218            ! os2/Changes
44219 ____________________________________________________________________________
44220 [ 21676] By: davem                                 on 2003/11/06  22:11:23
44221         Log: bugid #24407: numeric key for shared hash got stringified using
44222              wrong interpreter, and thus got malloced into the wrong thread
44223              memory pool
44224      Branch: perl
44225            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_simple.t
44226 ____________________________________________________________________________
44227 [ 21675] By: rgs                                   on 2003/11/06  10:27:22
44228         Log: Upgrade to MakeMaker 6.20.
44229      Branch: perl
44230            ! lib/ExtUtils/Changes lib/ExtUtils/Command.pm
44231            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MANIFEST.SKIP
44232            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_Any.pm
44233            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/Tutorial.pod
44234            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/postamble.t
44235 ____________________________________________________________________________
44236 [ 21674] By: ams                                   on 2003/11/06  09:32:26
44237         Log: Subject: [PATCH blead] Re: [perl #24248] taint propagation regression,
44238              tests fail to spot this
44239              From: Rick Delaney <rick@bort.ca>
44240              Date: Wed, 5 Nov 2003 23:02:41 -0500
44241              Message-Id: <20031105230241.D13585@biff.bort.ca>
44242      Branch: perl
44243            ! pp_ctl.c t/op/taint.t
44244 ____________________________________________________________________________
44245 [ 21673] By: rgs                                   on 2003/11/05  21:47:07
44246         Log: Subject: [PATCH] Be sure to use -fPIC not -fpic on Linux/SPARC
44247              From: Andy Dougherty <doughera@lafayette.edu>
44248              Date: Wed, 5 Nov 2003 17:19:03 -0500 (EST)
44249              Message-ID: <Pine.SOL.4.53.0311051715140.24878@maxwell.phys.lafayette.edu>
44250      Branch: perl
44251            ! hints/linux.sh
44252 ____________________________________________________________________________
44253 [ 21672] By: rgs                                   on 2003/11/05  20:42:47
44254         Log: Subject: [patch t/op/hash.t] extending the hash attack test
44255              From: Stas Bekman <stas@stason.org>
44256              Date: Tue, 04 Nov 2003 14:33:09 -0800
44257              Message-ID: <3FA82925.7020703@stason.org>
44258      Branch: perl
44259            ! t/op/hash.t
44260 ____________________________________________________________________________
44261 [ 21671] By: rgs                                   on 2003/11/05  20:38:09
44262         Log: Subject: Re: [perl #24398] Benchmark.pm cmpthese segfault
44263              From: Stas Bekman <stas@stason.org>
44264              Date: Wed, 05 Nov 2003 00:50:25 -0800
44265              Message-ID: <3FA8B9D1.2020806@stason.org>
44266      Branch: perl
44267            ! lib/Benchmark.pm
44268 ____________________________________________________________________________
44269 [ 21667] By: nicholas                              on 2003/11/05  19:13:56
44270         Log: From: Craig Berry <craigberry@mac.com>
44271              Subject: Opcode.xs/RC2 compile nit on VMS
44272              Date: Wed, 05 Nov 2003 12:16:34 -0600
44273              Message-ID: <2097592.1068056194261.JavaMail.craigberry@mac.com>
44274      Branch: perl
44275            ! ext/Opcode/Opcode.xs
44276 ____________________________________________________________________________
44277 [ 21664] By: ams                                   on 2003/11/05  18:34:28
44278         Log: Orphaned submission from #21546.
44279      Branch: perl
44280            ! perl.c
44281 ____________________________________________________________________________
44282 [ 21663] By: ams                                   on 2003/11/05  17:01:29
44283         Log: Subject: Re: Smoke [5.9.0] 21474 FAIL(F) darwin 6.8 (darwin/1 cpu)
44284              From: Slaven Rezic <slaven@rezic.de>
44285              Date: 20 Oct 2003 22:39:28 +0200
44286              Message-Id: <87oewbiqyn.fsf@vran.herceg.de>
44287      Branch: perl
44288            ! lib/filetest.t
44289 ____________________________________________________________________________
44290 [ 21662] By: ams                                   on 2003/11/05  16:51:08
44291         Log: Subject: Re: 'make minitest' fails for op/cproto and op/pat
44292              From: Michael G Schwern <schwern@pobox.com>
44293              Date: Wed, 5 Nov 2003 06:26:36 -0800
44294              Message-Id: <20031105142635.GA22761@localhost.comcast.net>
44295      Branch: perl
44296            ! t/op/cproto.t
44297 ____________________________________________________________________________
44298 [ 21661] By: ams                                   on 2003/11/05  16:50:05
44299         Log: Subject: [PATCH] Modernise INSTALL
44300              From: Gisle Aas <gisle@ActiveState.com>
44301              Date: 05 Nov 2003 05:16:25 -0800
44302              Message-Id: <lrd6c7ez12.fsf@caliper.activestate.com>
44303
44304              Subject: [PATCH pod/perlhist.pod]  Mention 5.8.2-RC2
44305              From: Abigail <abigail@abigail.nl>
44306              Date: Tue, 4 Nov 2003 10:40:57 +0100
44307              Message-Id: <20031104094057.GA22508@abigail.nl>
44308      Branch: perl
44309            ! INSTALL pod/perlhist.pod
44310 ____________________________________________________________________________
44311 [ 21660] By: ams                                   on 2003/11/05  16:46:12
44312         Log: Subject: [PATCH blead]  reentr.pl is not defining _srandom_struct
44313              From: Jan Dubois <jand@ActiveState.com>
44314              Date: Tue, 04 Nov 2003 16:52:14 -0800
44315              Message-Id: <45igqvsus3hr8bno3si087j5qnrqvn79bf@4ax.com>
44316      Branch: perl
44317            ! reentr.c reentr.h reentr.pl
44318 ____________________________________________________________________________
44319 [ 21657] By: rgs                                   on 2003/11/05  08:07:14
44320         Log: Subject: Re: [ANNOUNCE] ExtUtils::MakeMaker 6.19
44321              From: Michael G Schwern <schwern@pobox.com>
44322              Date: Tue, 4 Nov 2003 17:59:13 -0800
44323              Message-ID: <20031105015913.GL15406@localhost.comcast.net>
44324
44325              Replaces the temporary kludge (#21655).
44326      Branch: perl
44327            ! ext/SDBM_File/sdbm/Makefile.PL
44328 ____________________________________________________________________________
44329 [ 21656] By: rgs                                   on 2003/11/05  07:41:41
44330         Log: Subject: Re: [gherteg@csc.com: your CPAN page on EBCDIC]
44331              From: PPrymmer@factset.com
44332              Date: Tue, 4 Nov 2003 10:00:07 -0500
44333              Message-ID: <OF9A22A404.A32A5C26-ON85256DD4.00522E92-85256DD4.005268A4@factset.com>
44334      Branch: perl
44335            ! pod/perlebcdic.pod
44336 ____________________________________________________________________________
44337 [ 21655] By: rgs                                   on 2003/11/04  22:32:28
44338         Log: Temporary kludge to allow SDBM_File being built
44339              with MakeMaker 6.19.
44340      Branch: perl
44341            ! ext/SDBM_File/sdbm/Makefile.PL
44342 ____________________________________________________________________________
44343 [ 21652] By: rgs                                   on 2003/11/04  21:43:10
44344         Log: Upgrade to ExtUtils::MakeMaker 6.19
44345      Branch: perl
44346            + lib/ExtUtils/t/parse_version.t
44347            + t/lib/MakeMaker/Test/Setup/BFD.pm
44348            + t/lib/MakeMaker/Test/Setup/Problem.pm
44349            - lib/ExtUtils/t/00setup_dummy.t
44350            - lib/ExtUtils/t/zz_cleanup_dummy.t
44351            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
44352            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
44353            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
44354            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
44355            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_NW5.pm
44356            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
44357            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
44358            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/bytes.pm
44359            ! lib/ExtUtils/MakeMaker/vmsish.pm lib/ExtUtils/Manifest.pm
44360            ! lib/ExtUtils/README lib/ExtUtils/TODO lib/ExtUtils/instmodsh
44361            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/INST.t
44362            ! lib/ExtUtils/t/INST_PREFIX.t lib/ExtUtils/t/Install.t
44363            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
44364            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
44365            ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/postamble.t
44366            ! lib/ExtUtils/t/prefixify.t lib/ExtUtils/t/prereq_print.t
44367            ! lib/ExtUtils/t/problems.t lib/ExtUtils/t/writemakefile_args.t
44368            ! t/lib/MakeMaker/Test/Setup/Recurs.pm
44369 ____________________________________________________________________________
44370 [ 21651] By: rgs                                   on 2003/11/04  05:43:56
44371         Log: Subject: Re: [PATCH 5.8.2 @21574] OS/2 build
44372              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
44373              Date: Mon, 3 Nov 2003 20:20:44 -0800
44374              Message-ID: <20031104042044.GA1682@math.berkeley.edu>
44375      Branch: perl
44376            ! os2/Makefile.SHs
44377 ____________________________________________________________________________
44378 [ 21650] By: rgs                                   on 2003/11/03  21:55:42
44379         Log: Subject: [PATCH] Re: [perl #24384] 21418 (UNIVERSAL.pm patch) breaks autouse.pm
44380              From: Michael G Schwern <schwern@pobox.com>
44381              Date: Sat, 1 Nov 2003 22:57:45 -0800
44382              Message-ID: <20031102065745.GN3659@localhost.comcast.net>
44383              (goes with change #21418)
44384      Branch: perl
44385            ! lib/autouse.pm lib/autouse.t
44386 ____________________________________________________________________________
44387 [ 21647] By: rgs                                   on 2003/11/03  20:08:18
44388         Log: Subject: [PATCH] Re: PERL_VERSION, SUBVERSION, PATCHLEVEL
44389              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
44390              Date: Mon, 3 Nov 2003 20:53:33 +0100
44391              Message-ID: <023a01c3a244$2a1dd5a0$0c2f1fac@R2D2>
44392      Branch: perl
44393            ! ext/Devel/PPPort/PPPort.pm
44394 ____________________________________________________________________________
44395 [ 21646] By: rgs                                   on 2003/11/03  20:00:07
44396         Log: Subject: Cwd.xs: off-by-one buffer overflow in realpath()
44397              From: Casey West <casey@geeknest.com>
44398              Date: Mon, 3 Nov 2003 10:11:43 -0500
44399              Message-ID: <20031103151143.GB430@geeknest.com>
44400      Branch: perl
44401            ! ext/Cwd/Cwd.xs
44402 ____________________________________________________________________________
44403 [ 21645] By: rgs                                   on 2003/11/03  19:18:42
44404         Log: Subject: Re: [PATCH 5.8.1] make reentr.[ch] compatible with 5.8.0 again
44405              From: Jan Dubois <jand@ActiveState.com>
44406              Date: Sun, 02 Nov 2003 21:43:44 -0800
44407              Message-ID: <8dqbqvg16ln2r807l1l2c905lh7hte303v@4ax.com>
44408      Branch: perl
44409            ! reentr.h reentr.pl
44410 ____________________________________________________________________________
44411 [ 21644] By: rgs                                   on 2003/11/03  15:33:55
44412         Log: Document the fact that keys() and values() are optimized
44413              for void context (as suggested by Liz.)
44414      Branch: perl
44415            ! pod/perlfunc.pod
44416 ____________________________________________________________________________
44417 [ 21639] By: nicholas                              on 2003/11/03  07:04:36
44418         Log: Stas would prefer not to have MOD_PERL defines in perl.
44419      Branch: perl
44420            ! hv.c hv.h
44421 ____________________________________________________________________________
44422 [ 21638] By: nicholas                              on 2003/11/03  06:46:48
44423         Log: s/new_hash/rehash/g (Stas suggested a better name)
44424      Branch: perl
44425            ! embedvar.h hv.h intrpvar.h lib/Hash/Util.pm perl.c perlapi.h
44426            ! sv.c universal.c util.c
44427 ____________________________________________________________________________
44428 [ 21634] By: nicholas                              on 2003/11/02  22:32:21
44429         Log: Provide Internals::new_hash_seed to return PL_new_hash_seed, and
44430              make Hash::Util::hash_seed use this.
44431      Branch: perl
44432            ! lib/Hash/Util.pm universal.c
44433 ____________________________________________________________________________
44434 [ 21628] By: rgs                                   on 2003/11/02  21:05:59
44435         Log: Fix for [perl #24347] segfault with Safe
44436              The empty %INC created for safe compartements was freed
44437              too early.
44438      Branch: perl
44439            ! ext/Opcode/Opcode.xs
44440 ____________________________________________________________________________
44441 [ 21627] By: rgs                                   on 2003/11/02  20:40:47
44442         Log: Subject: [PATCH pod/perlguts.pod] update embed.pl description
44443              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
44444              Date: Sun, 2 Nov 2003 22:24:28 +0100
44445              Message-ID: <007b01c3a187$b34c6110$0c2f1fac@R2D2>
44446      Branch: perl
44447            ! pod/perlguts.pod
44448 ____________________________________________________________________________
44449 [ 21625] By: rgs                                   on 2003/11/02  20:24:21
44450         Log: Mention perl 5.8.2-RC1 in perlhist, as spotted by Abigail.
44451      Branch: perl
44452            ! pod/perlhist.pod
44453 ____________________________________________________________________________
44454 [ 21620] By: nicholas                              on 2003/11/02  18:22:16
44455         Log: Subject: [PATCH 5.8.2 @21574] OS/2 build
44456              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
44457              Date: Wed, 29 Oct 2003 14:00:18 -0800
44458              Message-ID: <20031029220017.GA26384@math.berkeley.edu>
44459      Branch: perl
44460            ! ext/DynaLoader/DynaLoader_pm.PL makedef.pl os2/Makefile.SHs
44461            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2_base.t os2/os2ish.h
44462            ! os2/perl2cmd.pl perlio.c
44463 ____________________________________________________________________________
44464 [ 21619] By: rgs                                   on 2003/11/02  18:07:30
44465         Log: Quoted-printable is evil.
44466      Branch: perl
44467            ! win32/win32.h
44468 ____________________________________________________________________________
44469 [ 21618] By: nicholas                              on 2003/11/02  18:01:21
44470         Log: Stas spotted a missed s//new_/ for the hash seed renaming games
44471      Branch: perl
44472            ! perl.c
44473 ____________________________________________________________________________
44474 [ 21617] By: rgs                                   on 2003/11/02  17:25:50
44475         Log: Portability nit for MinGW 3.
44476
44477              Subject: MinGW-3.1.0-1 _CRTIMP definition preempting win32.h's
44478              From: Greg Matheson <lang@ms.chinmin.edu.tw>
44479              Date: Thu, 30 Oct 2003 14:11:58 +0800
44480              Message-ID: <20031030141158.A11772@ms>
44481              (actual patch by Abe Timmerman)
44482      Branch: perl
44483            ! win32/win32.h
44484 ____________________________________________________________________________
44485 [ 21616] By: rgs                                   on 2003/11/02  12:37:54
44486         Log: Subject: DOCPATCH: does STORE need to return anything and if so what?
44487              From: david nicol <whatever@davidnicol.com>
44488              Date: 26 Oct 2003 22:34:04 -0600
44489              Message-Id: <1067229244.1071.51.camel@plaza.davidnicol.com>
44490      Branch: perl
44491            ! pod/perltie.pod
44492 ____________________________________________________________________________
44493 [ 21615] By: rgs                                   on 2003/11/01  20:01:54
44494         Log: Subject: [PATCH] DB_File 1.807
44495              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
44496              Date: Sat, 1 Nov 2003 13:50:12 -0000
44497              Message-ID: <AIEAJICLCBDNAAOLLOKLOENMPAAA.Paul.Marquess@btinternet.com>
44498      Branch: perl
44499            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
44500            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
44501            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
44502 ____________________________________________________________________________
44503 [ 21614] By: rgs                                   on 2003/11/01  19:40:28
44504         Log: Subject: Re: [PATCH bleadperl] (was Re: Is this brokenness in $< $( $> & $) ?)
44505              From: Rick Delaney <rick@bort.ca>
44506              Date: Mon, 27 Oct 2003 16:24:16 -0500
44507              Message-ID: <20031027162416.H2233@biff.bort.ca>
44508      Branch: perl
44509            ! pp_hot.c
44510 ____________________________________________________________________________
44511 [ 21611] By: nicholas                              on 2003/11/01  16:32:00
44512         Log: D'oh! t/op/hash.t wasn't in the MANIFEST. Rafael spotted this
44513      Branch: perl
44514            ! MANIFEST
44515 ____________________________________________________________________________
44516 [ 21607] By: nicholas                              on 2003/11/01  15:21:23
44517         Log: mod_perl2 will require access to the Plan C hashing function.
44518      Branch: perl
44519            ! hv.h
44520 ____________________________________________________________________________
44521 [ 21604] By: nicholas                              on 2003/11/01  14:21:38
44522         Log: Add Internals::HvREHASH to expose the rehashing flag
44523              t/op/hash.t tests that pathological data triggers rehashing
44524      Branch: perl
44525            + t/op/hash.t
44526            ! universal.c
44527 ____________________________________________________________________________
44528 [ 21599] By: davem                                 on 2003/11/01  00:09:22
44529         Log: whoops, typo
44530      Branch: perl
44531            ! ext/threads/shared/shared.xs
44532 ____________________________________________________________________________
44533 [ 21598] By: davem                                 on 2003/11/01  00:03:38
44534         Log: seg faults when deleting keys of shared hash refs
44535              Ensure that the shared_sv get magic of the element being deleted
44536              is called. Also, avoid posible memory leaks by wrapping all shared
44537              context sections with ENTER/SAVETMPS
44538      Branch: perl
44539            ! ext/threads/shared/shared.xs
44540 ____________________________________________________________________________
44541 [ 21596] By: rgs                                   on 2003/10/31  20:46:44
44542         Log: Subject: Re: [perl #24367] [PATCH] configure flag -Dextras="HTML::Parser" doesn't seem to do anything
44543              From: Andy Dougherty <doughera@lafayette.edu>
44544              Date: Fri, 31 Oct 2003 15:32:35 -0500 (EST)
44545              Message-ID: <Pine.SOL.4.53.0310311433440.8552@maxwell.phys.lafayette.edu>
44546              (plus POD link fixes)
44547      Branch: perl
44548            ! INSTALL
44549 ____________________________________________________________________________
44550 [ 21595] By: rgs                                   on 2003/10/31  20:35:23
44551         Log: Prevent the installation of makefiles that can be found
44552              under lib/.
44553      Branch: perl
44554            ! installperl
44555 ____________________________________________________________________________
44556 [ 21593] By: rgs                                   on 2003/10/31  20:19:01
44557         Log: Test nit ; goes with change 21591
44558      Branch: perl
44559            ! t/lib/warnings/regcomp
44560 ____________________________________________________________________________
44561 [ 21592] By: rgs                                   on 2003/10/31  20:03:58
44562         Log: Subject: [PATCH] Document PERL_DL_NONLAZY
44563              From: Gisle Aas <gisle@ActiveState.com>
44564              Date: 31 Oct 2003 03:13:03 -0800
44565              Message-ID: <lrn0bhbqyo.fsf@caliper.activestate.com>
44566      Branch: perl
44567            ! pod/perlrun.pod
44568 ____________________________________________________________________________
44569 [ 21591] By: rgs                                   on 2003/10/31  19:54:23
44570         Log: Subject: [PATCH] Off-by-one error in regcomp.c
44571              From: Slaven Rezic <slaven@rezic.de>
44572              Date: Fri, 31 Oct 2003 12:16:11 +0000
44573              Message-Id: <1067602571.12768@devpc01.iconmobile.de>
44574      Branch: perl
44575            ! regcomp.c t/op/regmesg.t
44576 ____________________________________________________________________________
44577 [ 21590] By: rgs                                   on 2003/10/31  19:36:32
44578         Log: Subject: [patch pod/perlfunc.pod] separate two unrelated notes in require
44579              From: Stas Bekman <stas@stason.org>
44580              Date: Wed, 29 Oct 2003 16:47:24 -0800
44581              Message-ID: <3FA05F9C.2080304@stason.org>
44582      Branch: perl
44583            ! pod/perlfunc.pod
44584 ____________________________________________________________________________
44585 [ 21589] By: rgs                                   on 2003/10/31  19:31:48
44586         Log: Subject: [5.8.x segfault + patch] chicken&egg segfault in -Dm -Mthreads
44587              From: Stas Bekman <stas@stason.org>
44588              Date: Wed, 29 Oct 2003 15:15:15 -0800
44589              Message-ID: <3FA04A03.5010603@stason.org>
44590              (enclosed in a #ifdef DEBUGGING)
44591      Branch: perl
44592            ! sv.c
44593 ____________________________________________________________________________
44594 [ 21588] By: rgs                                   on 2003/10/31  19:25:38
44595         Log: Subject: [PATCH] Devel::PPPort and scan_bin
44596              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
44597              Date: Wed, 29 Oct 2003 22:53:43 +0100
44598              Message-ID: <037201c39e67$1faa9940$0c2f1fac@R2D2>
44599      Branch: perl
44600            ! ext/Devel/PPPort/PPPort.pm
44601 ____________________________________________________________________________
44602 [ 21587] By: rgs                                   on 2003/10/31  19:19:00
44603         Log: Subject: [PATCH] change p4d2p to deal with new style diff2 output
44604              From: Jan Dubois <jand@ActiveState.com>
44605              Date: Thu, 30 Oct 2003 18:43:08 -0800
44606              Message-ID: <dpi3qvgf1uke7pj1gcpgmoh622lqcvl6uc@4ax.com>
44607      Branch: perl
44608            ! Porting/p4d2p
44609 ____________________________________________________________________________
44610 [ 21586] By: nicholas                              on 2003/10/31  18:54:26
44611         Log: Comment that this "optimisation" is actually a necessary fixup.
44612              When the split occurs (to make the opti{miser,onal}) this isn't
44613              (Richard Clamp reminded me that I forgot to do this)
44614      Branch: perl
44615            ! op.c
44616 ____________________________________________________________________________
44617 [ 21583] By: nicholas                              on 2003/10/30  22:37:26
44618         Log: Rewrite to correctly use test.pl
44619
44620              Date: Thu, 30 Oct 2003 15:51:03 -0800
44621              From: Michael G Schwern <schwern@pobox.com>
44622              Subject: Re: Fix for the orange lion bug - aka empty sub bug
44623              Message-ID: <20031030235103.GC27017@localhost.comcast.net>
44624      Branch: perl
44625            ! t/op/sub.t
44626 ____________________________________________________________________________
44627 [ 21582] By: nicholas                              on 2003/10/30  22:18:53
44628         Log: Date: Thu, 30 Oct 2003 22:01:35 +0000
44629              Subject: Fix for the orange lion bug - aka empty sub bug
44630              From: Arthur Bergman <sky@nanisky.com>
44631              Message-Id: <A10EEA90-0B24-11D8-93CD-000A95A2734C@nanisky.com>
44632      Branch: perl
44633            + t/op/sub.t
44634            ! MANIFEST op.c
44635 ____________________________________________________________________________
44636 [ 21580] By: nicholas                              on 2003/10/30  19:42:28
44637         Log: 14 is the chain length for attack. From
44638
44639              Message-ID: <20031030204117.16008.qmail@plover.com>
44640              Subject: Re: 5.8.2-RC1 and mp2
44641              Date: Thu, 30 Oct 2003 15:41:17 -0500
44642              From: Mark Jason Dominus <mjd@plover.com>
44643
44644              and
44645
44646              From: Scott A Crosby <scrosby@cs.rice.edu>
44647              Subject: Re: 5.8.2-RC1 and mp2
44648              Date: 30 Oct 2003 14:08:06 -0600
44649              Message-ID: <oydd6cea3q1.fsf@bert.cs.rice.edu>
44650      Branch: perl
44651            ! hv.c
44652 ____________________________________________________________________________
44653 [ 21575] By: rgs                                   on 2003/10/29  06:51:19
44654         Log: Move a fcntl() example in perlfunc at a more proper place,
44655              as suggested by :
44656              Subject: [perl #24334] ioctl/fcntl doc confusion
44657              From: "perl-5.8.0@ton.iguana.be (via RT)" <perlbug-followup@perl.org>
44658              Date: 28 Oct 2003 13:37:49 -0000
44659              Message-ID: <rt-24334-66603.12.4990768314782@rt.perl.org>
44660      Branch: perl
44661            ! pod/perlfunc.pod
44662 ____________________________________________________________________________
44663 [ 21567] By: rgs                                   on 2003/10/28  08:48:06
44664         Log: Upgrade to Time::HiRes 1.52.
44665      Branch: perl
44666            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
44667            ! ext/Time/HiRes/Makefile.PL ext/Time/HiRes/t/HiRes.t
44668 ____________________________________________________________________________
44669 [ 21566] By: rgs                                   on 2003/10/28  08:34:26
44670         Log: Subject: [PATCH lib/overload.t] TODO tests for bug #24313.
44671              From: Abigail <abigail@abigail.nl>
44672              Date: Mon, 27 Oct 2003 13:05:37 +0100
44673              Message-ID: <20031027120536.GA24608@abigail.nl>
44674
44675              Subject: [PATCH bleadperl] [perl #24313] (was Re: [PATCH lib/overload.t] TODO tests for bug #24313.)
44676              From: Rick Delaney <rick@bort.ca>
44677              Date: Mon, 27 Oct 2003 12:17:49 -0500
44678              Message-ID: <20031027121749.E2233@biff.bort.ca>
44679      Branch: perl
44680            ! lib/overload.t toke.c
44681 ____________________________________________________________________________
44682 [ 21565] By: rgs                                   on 2003/10/28  07:42:52
44683         Log: Subject: [PATCH t/comp/proto.t]  Test (5.9.x)
44684              From: Abigail <abigail@abigail.nl>
44685              Date: Mon, 27 Oct 2003 14:50:24 +0100
44686              Message-ID: <20031027135024.GA12666@abigail.nl>
44687      Branch: perl
44688            ! t/comp/proto.t
44689 ____________________________________________________________________________
44690 [ 21564] By: davem                                 on 2003/10/27  22:01:12
44691         Log: Fix more shared threads leaks: add SAVETMPS to the second branch
44692              of sharedsv_scalar_store().
44693      Branch: perl
44694            ! ext/threads/shared/shared.xs
44695 ____________________________________________________________________________
44696 [ 21563] By: rgs                                   on 2003/10/27  19:33:29
44697         Log: Add a new taint error, "%ENV is aliased to %s".
44698              This error is thrown when taint checks are enabled and
44699              when *ENV has been aliased, so that %ENV has no env-magic
44700              anymore. (see bug [perl #24291].)
44701      Branch: perl
44702            ! pod/perldiag.pod t/op/taint.t taint.c
44703 ____________________________________________________________________________
44704 [ 21560] By: nicholas                              on 2003/10/27  18:01:02
44705         Log: Record the escape^Wrelease of 5.9.0
44706      Branch: perl
44707            ! pod/perlhist.pod
44708 ____________________________________________________________________________
44709 [ 21554] By: nicholas                              on 2003/10/27  16:09:37
44710         Log: Subject: Re: DBD::Sybase and Sybase::CTlib build problems w/ 5.8.1, Solaris, gcc
44711              From: Alan Burlison <Alan.Burlison@sun.com>
44712              Date: Tue, 21 Oct 2003 15:00:58 +0100
44713              Message-ID: <3F953C1A.3060800@sun.com>
44714      Branch: perl
44715            ! hints/solaris_2.sh
44716 ____________________________________________________________________________
44717 [ 21550] By: nicholas                              on 2003/10/27  13:45:27
44718         Log: Sync with Unicode::Normalize 0.25
44719      Branch: perl
44720            + ext/Unicode/Normalize/t/fcdc.t ext/Unicode/Normalize/t/form.t
44721            + ext/Unicode/Normalize/t/proto.t
44722            + ext/Unicode/Normalize/t/split.t
44723            ! MANIFEST ext/Unicode/Normalize/Changes
44724            ! ext/Unicode/Normalize/Makefile.PL
44725            ! ext/Unicode/Normalize/Normalize.pm
44726            ! ext/Unicode/Normalize/Normalize.xs
44727            ! ext/Unicode/Normalize/README
44728 ____________________________________________________________________________
44729 [ 21549] By: nicholas                              on 2003/10/27  13:11:48
44730         Log: Sync with Unicode::Collate 0.30
44731      Branch: perl
44732            + lib/Unicode/Collate/t/hangtype.t
44733            + lib/Unicode/Collate/t/normal.t lib/Unicode/Collate/t/trailwt.t
44734            + lib/Unicode/Collate/t/variable.t
44735            + lib/Unicode/Collate/t/version.t
44736            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
44737            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/contract.t
44738            ! lib/Unicode/Collate/t/hangul.t lib/Unicode/Collate/t/index.t
44739            ! lib/Unicode/Collate/t/test.t
44740 ____________________________________________________________________________
44741 [ 21548] By: nicholas                              on 2003/10/27  12:39:39
44742         Log: Sync with Pod::Perldoc 3.12
44743      Branch: perl
44744            ! lib/Pod/Perldoc.pm
44745 ____________________________________________________________________________
44746 [ 21546] By: ams                                   on 2003/10/27  09:00:08
44747         Log: Will the real off by one please stand up?
44748      Branch: perl
44749            ! mg.c
44750 ____________________________________________________________________________
44751 [ 21545] By: hv                                    on 2003/10/27  02:52:16
44752         Log: fixup separators
44753      Branch: perl
44754            ! Changes
44755 ____________________________________________________________________________
44756 [ 21544] By: hv                                    on 2003/10/27  02:51:26
44757         Log: don't complain of podless .pm files that have a separate .pod file
44758      Branch: perl
44759            ! pod/buildtoc
44760 ____________________________________________________________________________
44761 [ 21543] By: hv                                    on 2003/10/27  02:50:04
44762         Log: regen pods and toc
44763      Branch: perl
44764            ! pod/perlmodlib.pod pod/perltoc.pod
44765 ____________________________________________________________________________
44766 [ 21542] By: rgs                                   on 2003/10/26  21:36:17
44767         Log: When %ENV has been turned into a non-magical hash after a
44768              glob assignment, TAINT_ENV() may dump core because it
44769              assumes $ENV{PATH} is magical. Fix this ; add a test to
44770              verify that the PATH is still checked for taintedness.
44771      Branch: perl
44772            ! t/op/taint.t taint.c
44773 ____________________________________________________________________________
44774 [ 21540] By: rgs                                   on 2003/10/26  14:59:53
44775         Log: Fix backward-compatibility issues in if.pm.
44776      Branch: perl
44777            ! lib/if.pm
44778 ____________________________________________________________________________
44779 [ 21539] By: hv                                    on 2003/10/26  12:22:54
44780         Log: Update Changes.
44781      Branch: perl
44782            ! Changes patchlevel.h
44783 ____________________________________________________________________________
44784 [ 21538] By: ams                                   on 2003/10/26  08:08:02
44785         Log: Fix off-by-one in $0 set magic. (From Autrijus.)
44786              The whole PL_origalen thing in perl.c looks very hokey.
44787      Branch: perl
44788            ! mg.c
44789 ____________________________________________________________________________
44790 [ 21536] By: nicholas                              on 2003/10/25  22:33:18
44791         Log: show the rehash flags in dumps
44792      Branch: perl
44793            ! dump.c
44794 ____________________________________________________________________________
44795 [ 21535] By: nicholas                              on 2003/10/25  22:32:40
44796         Log: Return 21533 (with modifications) having found the problem
44797      Branch: perl
44798            ! hv.c hv.h
44799 ____________________________________________________________________________
44800 [ 21534] By: nicholas                              on 2003/10/25  20:46:36
44801         Log: Back out 21533 because it broke Encode's build in really weird ways
44802      Branch: perl
44803            ! hv.c hv.h
44804 ____________________________________________________________________________
44805 [ 21533] By: nicholas                              on 2003/10/25  13:10:21
44806         Log: Plan C rough edge smoothing. Criteria for a hash split is now
44807              the earlier of "more keys than buckets" (the old test) or
44808              linked list too long. Rehash is triggered after a split if the
44809              longest linked list is too long.
44810      Branch: perl
44811            ! hv.c hv.h
44812 ____________________________________________________________________________
44813 [ 21532] By: rgs                                   on 2003/10/25  10:03:18
44814         Log: Subject: Re: [perl #948] $, untieable?
44815              From: Richard Clamp <richardc@unixbeard.net>
44816              Date: Tue, 21 Oct 2003 00:02:49 +0100
44817              Message-ID: <20031020230249.GA31123@mirth.demon.co.uk>
44818
44819              Plus a small fix to t/TEST to recognize the added TODO test
44820              as a TODO test.
44821      Branch: perl
44822            ! t/TEST t/op/tie.t
44823 ____________________________________________________________________________
44824 [ 21528] By: nicholas                              on 2003/10/23  19:21:00
44825         Log: When it says "add", then, like, you have to p4 add it. D'oh!
44826              (missed the new file in "Update I18N::LangTags from 0.28 to 0.29")
44827      Branch: perl
44828            + lib/I18N/LangTags/t/02decency.t
44829 ____________________________________________________________________________
44830 [ 21527] By: davem                                 on 2003/10/23  19:13:20
44831         Log: Fix two threads::shared leaks
44832              #24061 - AV in shared interpreter wasn't set to AvREAL
44833              #24255 - mortals were added to the shared interpreter's tmpstack
44834              and never freed.
44835      Branch: perl
44836            ! ext/threads/shared/shared.xs
44837 ____________________________________________________________________________
44838 [ 21526] By: nicholas                              on 2003/10/23  19:11:24
44839         Log: From: Jan Dubois <jand@ActiveState.com>
44840              Subject: [PATCH] Update Pod::Perldoc from 3.10 to 3.11
44841              Date: Wed, 22 Oct 2003 20:17:07 -0700
44842              Message-ID: <mjhepvgtnifdlgrvp20urtuu058e1jrav2@4ax.com>
44843
44844              From: Jan Dubois <jand@ActiveState.com>
44845              Subject: [PATCH] Update I18N::LangTags from 0.28 to 0.29
44846              Date: Wed, 22 Oct 2003 20:26:56 -0700
44847              Message-ID: <jgiepv0a8fp8ffq3lpc5ujl7j25hoo1rdt@4ax.com>
44848      Branch: perl
44849            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
44850            ! lib/I18N/LangTags/List.pm lib/I18N/LangTags/README
44851            ! lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm pod/perldoc.pod
44852            ! utils/perldoc.PL
44853 ____________________________________________________________________________
44854 [ 21523] By: ams                                   on 2003/10/23  12:53:03
44855         Log: Subject: [PATCH] utime documentation
44856              From: Gisle Aas <gisle@ActiveState.com>
44857              Date: 23 Oct 2003 05:33:43 -0700
44858              Message-Id: <lrekx4jfq0.fsf@caliper.activestate.com>
44859      Branch: perl
44860            ! pod/perlfunc.pod
44861 ____________________________________________________________________________
44862 [ 21522] By: ams                                   on 2003/10/23  08:07:18
44863         Log: Subject: [PATCH]  dup2() not going through PerlLIO abstraction layer
44864              From: Jan Dubois <jand@ActiveState.com>
44865              Date: Wed, 22 Oct 2003 20:33:54 -0700
44866              Message-Id: <vniepv0n5mcrbbutm0qgvori6n6vr6arsh@4ax.com>
44867      Branch: perl
44868            ! doio.c
44869 ____________________________________________________________________________
44870 [ 21520] By: nicholas                              on 2003/10/22  19:50:15
44871         Log: patch created by Casey West from:
44872
44873              Subject: CPAN module problems
44874              From: Edward Moy <emoy@apple.com>
44875              Date: Fri, 10 Oct 2003 17:42:06 -0700
44876              Message-Id: <BD2513C0-FB83-11D7-9065-000A956EFDEE@apple.com>
44877
44878              (change ld value in hints file)
44879      Branch: perl
44880            ! hints/darwin.sh
44881 ____________________________________________________________________________
44882 [ 21516] By: rgs                                   on 2003/10/22  15:06:13
44883         Log: Small email update in AUTHORS.
44884      Branch: perl
44885            ! AUTHORS
44886 ____________________________________________________________________________
44887 [ 21515] By: rgs                                   on 2003/10/22  06:39:29
44888         Log: Add a test.taintwarn makefile target,
44889              to run the whole test suite with the -t switch.
44890      Branch: perl
44891            ! Makefile.SH pod/perlhack.pod t/TEST
44892 ____________________________________________________________________________
44893 [ 21514] By: rgs                                   on 2003/10/21  21:21:56
44894         Log: Subject: [PATCH @20458] embedding perl
44895              From: Radu Greab <rgreab@fx.ro>
44896              Date: Tue, 05 Aug 2003 20:57:15 +0300 (EEST)
44897              Message-Id: <20030805.205715.113441323.radu@yx.primIT.ro>
44898      Branch: perl
44899            ! hv.c intrpvar.h perl.c pod/perlembed.pod pod/perlintern.pod
44900            ! sv.c
44901 ____________________________________________________________________________
44902 [ 21513] By: rgs                                   on 2003/10/21  20:45:12
44903         Log: Fix doc bug #23890, as suggested by Himanshu Garg :
44904              in perltoot, $him->fullname should be $him->fullname->as_string
44905              when passed to printf.
44906      Branch: perl
44907            ! pod/perltoot.pod
44908 ____________________________________________________________________________
44909 [ 21509] By: rgs                                   on 2003/10/21  05:42:50
44910         Log: Two OS/2 portability patches from Ilya.
44911
44912              Subject: [PATCH 5.8.1 @21211] sockets broken on OS/2
44913              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
44914              Date: Thu, 25 Sep 2003 12:09:11 -0700
44915              Message-ID: <20030925190911.GA27028@math.berkeley.edu>
44916
44917              Subject: Re: [PATCH 5.8.1 @21379] tmpfile() broken on OS/2
44918              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
44919              Date: Thu, 25 Sep 2003 19:50:45 -0700
44920              Message-ID: <20030926025045.GA27507@math.berkeley.edu>
44921      Branch: perl
44922            ! doio.c os2/os2ish.h perl.h perlio.c pp_sys.c
44923 ____________________________________________________________________________
44924 [ 21506] By: rgs                                   on 2003/10/20  19:28:27
44925         Log: Subject: [PATCH] add some missing defines to Devel::PPPort
44926              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
44927              Date: Mon, 20 Oct 2003 20:14:19 +0200
44928              Message-ID: <03a301c39735$fb7cb220$0c2f1fac@R2D2>
44929      Branch: perl
44930            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
44931 ____________________________________________________________________________
44932 [ 21505] By: rgs                                   on 2003/10/20  19:22:38
44933         Log: Subject: Re: [perl #24225] [5.8.1] segfault in binmode STDOUT, ':stdio'; print 1
44934              From: Slaven Rezic <slaven@rezic.de>
44935              Date: 19 Oct 2003 17:54:59 +0200
44936              Message-ID: <871xt9te7g.fsf@vran.herceg.de>
44937      Branch: perl
44938            ! perlio.c
44939 ____________________________________________________________________________
44940 [ 21503] By: rgs                                   on 2003/10/20  06:04:04
44941         Log: Skip the chflags tests in filetest.t on Darwin.
44942      Branch: perl
44943            ! lib/filetest.t
44944 ____________________________________________________________________________
44945 [ 21474] By: nicholas                              on 2003/10/17  18:44:28
44946         Log: Plan C rough edge smoothing - forgot to turn on the "has key flags"
44947              flag on the hash when rehashing. Can turn off the "rehasing" flag
44948              if the hash is cleared
44949      Branch: perl
44950            ! hv.c
44951 ____________________________________________________________________________
44952 [ 21473] By: rgs                                   on 2003/10/17  08:53:48
44953         Log: -u is deprecated.
44954              Subject: Re: why PERL5LIB is ignored when -T is in effect
44955              From: Slaven Rezic <slaven@rezic.de>
44956              Date: Fri, 17 Oct 2003 10:02:31 +0000
44957              Message-Id: <1066384951.4964@devpc01.iconmobile.de>
44958      Branch: perl
44959            ! perl.c
44960 ____________________________________________________________________________
44961 [ 21472] By: rgs                                   on 2003/10/17  07:29:10
44962         Log: The compilation of PerlIO::via may hang on AIX when
44963              compiling with vac at -O3 optimization level. Disable
44964              optimization for this module.
44965      Branch: perl
44966            + ext/PerlIO/via/hints/aix.pl
44967            ! MANIFEST
44968 ____________________________________________________________________________
44969 [ 21471] By: nicholas                              on 2003/10/16  21:10:27
44970         Log: Plan C for foiling the algorithmic complexity attack
44971              (based on Chip's plan A (binary compatibility with 5.8.0 and 5.8.1),
44972              Chip's plan B (do something new inside the hv functions)
44973              and introspective sort)
44974              Provides infrastructure for hashes to change their hash function
44975              if necessary, and code in hsplit to detect pathalogical data and
44976              instigate a random rehashing.
44977              Needs refinement. Let's see how much smoke it creates.
44978      Branch: perl
44979            ! embedvar.h hv.c hv.h intrpvar.h perl.c perlapi.h sv.c sv.h
44980            ! util.c
44981 ____________________________________________________________________________
44982 [ 21470] By: davem                                 on 2003/10/16  20:03:44
44983         Log: Ensure PL_comppad/curpad point to PL_main_cv's padlist when
44984              PL_main_root is freed; this may not have been be the case if a
44985              thread other than the main one is the last to be destroyed
44986      Branch: perl
44987            ! ext/threads/t/thread.t pad.h perl.c
44988 ____________________________________________________________________________
44989 [ 21469] By: nicholas                              on 2003/10/16  19:31:19
44990         Log: Duplicate 19423 (pathological hashes too easy) into share_hek_flags
44991              (as suggested by Jan Dubois)
44992      Branch: perl
44993            ! hv.c
44994 ____________________________________________________________________________
44995 [ 21468] By: ams                                   on 2003/10/16  19:00:14
44996         Log: Subject: Re: assert.h breaks perl.h
44997              From: Alexey Tourbin <at@altlinux.ru>
44998              Date: Thu, 16 Oct 2003 22:24:35 +0400
44999              Message-Id: <20031016182434.GH1724@julia.office.altlinux.ru>
45000      Branch: perl
45001            ! sv.h
45002 ____________________________________________________________________________
45003 [ 21467] By: ams                                   on 2003/10/16  18:57:57
45004         Log: Subject: [PATCH] Tie::Hash documentation
45005              From: Slaven Rezic <slaven@rezic.de>
45006              Date: Thu, 16 Oct 2003 17:57:35 +0000
45007              Message-Id: <1066327055.1428@devpc01.iconmobile.de>
45008      Branch: perl
45009            ! lib/Tie/Hash.pm
45010 ____________________________________________________________________________
45011 [ 21466] By: rgs                                   on 2003/10/16  08:52:50
45012         Log: Further tweak on change #21464.
45013      Branch: perl
45014            ! perl.c
45015 ____________________________________________________________________________
45016 [ 21464] By: ams                                   on 2003/10/16  08:42:50
45017         Log: Subject: perl -h tweak [PATCH]
45018              From: Gisle Aas <gisle@ActiveState.com>
45019              Date: 16 Oct 2003 02:49:39 -0700
45020              Message-Id: <lrn0c11pho.fsf@caliper.activestate.com>
45021      Branch: perl
45022            ! perl.c
45023 ____________________________________________________________________________
45024 [ 21456] By: rgs                                   on 2003/10/15  19:19:05
45025         Log: Perlfaq1 : take notice that 5.8.1 is now released.
45026      Branch: perl
45027            ! pod/perlfaq1.pod
45028 ____________________________________________________________________________
45029 [ 21454] By: rgs                                   on 2003/10/15  19:06:05
45030         Log: PerlFAQ sync. (only actual changes)
45031      Branch: perl
45032            ! pod/perlfaq4.pod
45033 ____________________________________________________________________________
45034 [ 21453] By: rgs                                   on 2003/10/15  19:02:35
45035         Log: Typos.
45036      Branch: perl
45037            ! hints/aix.sh
45038 ____________________________________________________________________________
45039 [ 21452] By: rgs                                   on 2003/10/15  11:12:31
45040         Log: Fix bug [perl #24212] : improper error recovery in the
45041              tokenizer after an unknown filetest operator.
45042      Branch: perl
45043            ! t/comp/parser.t toke.c
45044 ____________________________________________________________________________
45045 [ 21451] By: rgs                                   on 2003/10/15  09:19:02
45046         Log: Update MIME::Base64 and Digest::MD5 from the CPAN version.
45047      Branch: perl
45048            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
45049            ! ext/Digest/MD5/Makefile.PL ext/Digest/MD5/t/align.t
45050            ! ext/Digest/MD5/t/files.t ext/Digest/MD5/t/utf8.t
45051            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
45052            ! ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
45053            ! ext/MIME/Base64/QuotedPrint.pm ext/MIME/Base64/t/unicode.t
45054 ____________________________________________________________________________
45055 [ 21450] By: rgs                                   on 2003/10/15  06:47:11
45056         Log: Add support for Linux abstract unix domain sockets to Socket.pm.
45057              Based on a idea by Alex Hudson. (Basically those are unix domain
45058              sockets whose name has a '\0' as first character.)
45059      Branch: perl
45060            ! ext/Socket/Socket.xs ext/Socket/t/Socket.t
45061 ____________________________________________________________________________
45062 [ 21449] By: ams                                   on 2003/10/15  06:32:44
45063         Log: Subject: [PATCH] SIGN => 1 support for MakeMaker
45064              From: Autrijus Tang <autrijus@autrijus.org>
45065              Date: Tue, 14 Oct 2003 18:32:28 +0800
45066              Message-Id: <1066127547.65845.35.camel@localhost>
45067      Branch: perl
45068            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
45069            ! lib/ExtUtils/MakeMaker.pm
45070 ____________________________________________________________________________
45071 [ 21448] By: ams                                   on 2003/10/15  05:56:12
45072         Log: Rewrite #21447.
45073      Branch: perl
45074            ! pod/perliol.pod
45075 ____________________________________________________________________________
45076 [ 21447] By: ams                                   on 2003/10/15  05:36:48
45077         Log: Subject: [patch pod/perliol.pod]
45078              From: Stas Bekman <stas@stason.org>
45079              Date: Tue, 14 Oct 2003 18:05:29 -0700
45080              Message-Id: <3F8C9D59.3040403@stason.org>
45081      Branch: perl
45082            ! pod/perliol.pod
45083 ____________________________________________________________________________
45084 [ 21446] By: nicholas                              on 2003/10/14  18:45:39
45085         Log: Duplicate 19423 (pathological hashes too easy) into hv_store_ent
45086              (the routine used by perl level HV operations)
45087      Branch: perl
45088            ! hv.c
45089 ____________________________________________________________________________
45090 [ 21445] By: rgs                                   on 2003/10/13  21:03:05
45091         Log: Subject: [PATCH ext/Devel/PPPort/PPPort.pm] Changes #20819 and #20996 break compatibility with perl 5.6.0
45092              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
45093              Date: Tue, 30 Sep 2003 19:23:34 +0200
45094              Message-ID: <021e01c38777$93ea4e10$0c2f1fac@R2D2>
45095      Branch: perl
45096            ! ext/Devel/PPPort/PPPort.pm
45097 ____________________________________________________________________________
45098 [ 21442] By: ams                                   on 2003/10/13  08:41:17
45099         Log: Subject: [perl #24189] Incorrect comment in perldoc strict
45100              From: "Iain 'Spoon' Truskett (via RT)" <perlbug-followup@perl.org>
45101              Date: 12 Oct 2003 09:01:25 -0000
45102              Message-Id: <rt-24189-65954.9.50514379869631@rt.perl.org>
45103      Branch: perl
45104            ! lib/strict.pm
45105 ____________________________________________________________________________
45106 [ 21441] By: rgs                                   on 2003/10/13  08:02:21
45107         Log: Subject: [PATCH] Internals::hash_seed() returns wrong value
45108              From: Jan Dubois <jand@ActiveState.com>
45109              Date: Sun, 12 Oct 2003 22:09:39 -0700
45110              Message-ID: <07ckovck8mp5e8tthmtbbcrpi2tj6q9eak@4ax.com>
45111      Branch: perl
45112            ! universal.c
45113 ____________________________________________________________________________
45114 [ 21440] By: rgs                                   on 2003/10/12  19:58:05
45115         Log: Subject: [perl #24122] setreuid and friends borked on darwin/osx
45116              From: "pxm@nubz.org (via RT)" <perlbug-followup@perl.org>
45117              Date: 5 Oct 2003 20:55:56 -0000
45118              Message-ID: <rt-24122-65678.14.2411168523081@rt.perl.org>
45119      Branch: perl
45120            ! mg.c
45121 ____________________________________________________________________________
45122 [ 21439] By: rgs                                   on 2003/10/12  16:28:06
45123         Log: Subject: [PATCH] Tie::Hash documentation
45124              From: Slaven Rezic <slaven@rezic.de>
45125              Date: Sun, 12 Oct 2003 18:55:54 +0200 (CEST)
45126              Message-Id: <200310121655.h9CGtsrY003613@vran.herceg.de>
45127      Branch: perl
45128            ! lib/Tie/Hash.pm
45129 ____________________________________________________________________________
45130 [ 21438] By: rgs                                   on 2003/10/12  15:48:13
45131         Log: Subject: Re: [perl #24122] setreuid and friends borked on darwin/osx
45132              From: Slaven Rezic <slaven@rezic.de>
45133              Date: 07 Oct 2003 00:04:34 +0200
45134              Message-ID: <87ekxq6n0t.fsf@vran.herceg.de>
45135      Branch: perl
45136            ! hints/darwin.sh
45137 ____________________________________________________________________________
45138 [ 21437] By: rgs                                   on 2003/10/12  15:25:17
45139         Log: Minor nit in perlrun, spotted by Art Haas.
45140      Branch: perl
45141            ! pod/perlrun.pod
45142 ____________________________________________________________________________
45143 [ 21436] By: ams                                   on 2003/10/10  19:05:55
45144         Log: Subject: [PATCH] threads::async + some cleanup
45145              From: Elizabeth Mattijsen <liz@dijkmat.nl>
45146              Date: Fri, 10 Oct 2003 16:37:55 +0200
45147              Message-Id: <p05111b07bbac713a0aaf@[192.168.56.2]>
45148      Branch: perl
45149            ! ext/threads/threads.pm
45150 ____________________________________________________________________________
45151 [ 21435] By: ams                                   on 2003/10/10  19:02:34
45152         Log: Make everyone stop posting to p5p about 0e0.
45153      Branch: perl
45154            ! pod/perlsyn.pod
45155 ____________________________________________________________________________
45156 [ 21433] By: nicholas                              on 2003/10/09  20:57:26
45157         Log: Put all pre-processor #s on the first column (some compilers are picky)
45158              [perl #24167] `#' comment signs not at the very beginning of a line
45159      Branch: perl
45160            ! cop.h dosish.h ext/SDBM_File/sdbm/sdbm.h iperlsys.h op.c
45161            ! perl.h regcomp.c
45162 ____________________________________________________________________________
45163 [ 21432] By: rgs                                   on 2003/10/09  11:09:24
45164         Log: Suppress the test file t/op/nothr5005.t and integrate its tests into
45165              t/op/args.t, now that 5005threads have been removed. Port t/op/args.t
45166              to t/test.pl.
45167      Branch: perl
45168            - t/op/nothr5005.t
45169            ! MANIFEST t/op/args.t
45170 ____________________________________________________________________________
45171 [ 21431] By: rgs                                   on 2003/10/09  11:06:15
45172         Log: Document the behaviour of filetest operators regarding parentheses.
45173              This fixes bug #24127 (by documenting it as a feature.)
45174      Branch: perl
45175            ! pod/perlop.pod
45176 ____________________________________________________________________________
45177 [ 21430] By: ams                                   on 2003/10/09  07:55:34
45178         Log: Subject: [PATCH 5.8.1 CORE] Internal fixes to source-code coordinate
45179              calculations in regcomp.c
45180              From: Eric Promislow <ericp@ActiveState.com>
45181              Date: Wed, 8 Oct 2003 17:42:42 -0700
45182              Message-Id: <20031008174242.A17544@ActiveState.com>
45183      Branch: perl
45184            ! regcomp.c
45185 ____________________________________________________________________________
45186 [ 21429] By: ams                                   on 2003/10/09  07:43:56
45187         Log: Patch based on:
45188
45189              Subject: [perl #24157] -MModule=} is broken
45190              From: "Lukas Mai" (via RT) <perlbug-followup@perl.org>
45191              Date: 7 Oct 2003 21:47:43 -0000
45192              Message-Id: <rt-24157-65809.10.9980909617566@rt.perl.org>
45193
45194              (Includes a fix for a similar problem in -A, but not -d.)
45195      Branch: perl
45196            ! perl.c
45197 ____________________________________________________________________________
45198 [ 21428] By: ams                                   on 2003/10/09  02:32:07
45199         Log: Subject: [PATCH] Devel::PPPort is missing an aTHX when calling
45200              grok_numeric_radix()
45201              From: Jan Dubois <jand@ActiveState.com>
45202              Date: Wed, 08 Oct 2003 20:37:42 -0700
45203              Message-Id: <8kl9ov0932qo08o24uafuc9v77clrgnoe4@4ax.com>
45204      Branch: perl
45205            ! ext/Devel/PPPort/PPPort.pm
45206 ____________________________________________________________________________
45207 [ 21427] By: ams                                   on 2003/10/09  01:36:18
45208         Log: Subject: Re: require patch breaks locale
45209              From: Rick Delaney <rick@bort.ca>
45210              Date: Wed, 8 Oct 2003 22:41:55 -0400
45211              Message-Id: <20031008224155.A14638@biff.bort.ca>
45212      Branch: perl
45213            ! t/comp/require.t
45214 ____________________________________________________________________________
45215 [ 21426] By: ams                                   on 2003/10/09  01:26:57
45216         Log: Subject: Re: Simple @INC hook core dump [PATCH]
45217              From: Gisle Aas <gisle@ActiveState.com>
45218              Date: 08 Oct 2003 13:35:28 -0700
45219              Message-Id: <lrr81ncvsf.fsf@caliper.activestate.com>
45220      Branch: perl
45221            ! t/op/inccode.t
45222 ____________________________________________________________________________
45223 [ 21425] By: rgs                                   on 2003/10/08  11:34:17
45224         Log: Fix bug #24108: Goto +foo broken
45225              the fix having been suggested by xmath via Juerd.
45226      Branch: perl
45227            ! op.c t/op/goto.t
45228 ____________________________________________________________________________
45229 [ 21424] By: rgs                                   on 2003/10/08  11:16:58
45230         Log: Subject: Re: Simple @INC hook core dump [PATCH]
45231              From: Gisle Aas <gisle@ActiveState.com>
45232              Date: 08 Oct 2003 04:47:33 -0700
45233              Message-ID: <lrllrweysq.fsf_-_@caliper.activestate.com>
45234      Branch: perl
45235            ! pp_ctl.c
45236 ____________________________________________________________________________
45237 [ 21423] By: ams                                   on 2003/10/08  10:09:41
45238         Log: Subject: [PATCH pod/perlrun.pod] Layout & POD nit.
45239              From: Abigail <abigail@abigail.nl>
45240              Date: Wed, 8 Oct 2003 03:50:49 -0700
45241              Message-Id: <20031008105049.GA15770@ucan.foad.org>
45242      Branch: perl
45243            ! pod/perlrun.pod
45244 ____________________________________________________________________________
45245 [ 21422] By: ams                                   on 2003/10/08  06:13:07
45246         Log: "Are implicit undefs true?" asks Gisle.
45247      Branch: perl
45248            ! pod/perlsyn.pod
45249 ____________________________________________________________________________
45250 [ 21421] By: ams                                   on 2003/10/08  03:20:00
45251         Log: Subject: Re: [PATCH] perlop.pod Revamp - revision 4
45252              From: schwern@pobox.com
45253              Date: Tue, 7 Oct 2003 20:39:36 -0700
45254              Message-Id: <20031007203936.X4301@ttul.org>
45255
45256              (Originally from Shlomi Fish. Applied with tweaks.)
45257      Branch: perl
45258            ! pod/perlop.pod
45259 ____________________________________________________________________________
45260 [ 21420] By: ams                                   on 2003/10/07  19:51:35
45261         Log: Minor tweaks to pod/perlsyn.pod (as suggested by Yves Orton),
45262              sv.c (Tim Bunce), t/op/pow.t (John P. Linderman).
45263      Branch: perl
45264            ! pod/perlsyn.pod sv.c t/op/pow.t
45265 ____________________________________________________________________________
45266 [ 21419] By: ams                                   on 2003/10/07  04:03:34
45267         Log: Why should -3**$x be more precisely determined than 3**$x?
45268      Branch: perl
45269            ! t/op/pow.t
45270 ____________________________________________________________________________
45271 [ 21418] By: ams                                   on 2003/10/07  03:59:38
45272         Log: Subject: [PATCH] Fixing UNIVERSAL.pm's bit of unpleasantness
45273              From: schwern@pobox.com
45274              Date: Mon, 6 Oct 2003 13:14:36 -0700
45275              Message-Id: <20031006131436.G20960@ttul.org>
45276      Branch: perl
45277            ! lib/UNIVERSAL.pm t/op/universal.t
45278 ____________________________________________________________________________
45279 [ 21417] By: ams                                   on 2003/10/07  03:55:18
45280         Log: Update perlfunc/require to describe NXDOMAIN caching... er, you
45281              know what I mean.
45282      Branch: perl
45283            ! pod/perlfunc.pod
45284 ____________________________________________________________________________
45285 [ 21416] By: ams                                   on 2003/10/07  03:37:01
45286         Log: Subject: [patch sv.c] improve "...free unref scalar" warning
45287              From: Stas Bekman <stas@stason.org>
45288              Date: Mon, 06 Oct 2003 21:19:53 -0700
45289              Message-Id: <3F823EE9.4030103@stason.org>
45290      Branch: perl
45291            ! sv.c
45292 ____________________________________________________________________________
45293 [ 21415] By: ams                                   on 2003/10/06  17:30:31
45294         Log: Subject: [PATCH bleadperl] (was Re: require() does not behave aas documented)
45295              From: Rick Delaney <rick@bort.ca>
45296              Date: Tue, 23 Sep 2003 12:14:52 -0400
45297              Message-ID: <20030923121452.G18845@biff.bort.ca>
45298      Branch: perl
45299            ! pp_ctl.c t/comp/require.t
45300 ____________________________________________________________________________
45301 [ 21414] By: rgs                                   on 2003/10/06  15:23:01
45302         Log: Subject: Re: [PATCH lib/warnings.t]  Adding TODO functionality to lib/warnings.
45303              From: Abigail <abigail@abigail.nl>
45304              Date: Wed, 1 Oct 2003 14:19:43 +0200
45305              Message-ID: <20031001121943.GA29419@abigail.nl>
45306      Branch: perl
45307            ! lib/warnings.t
45308 ____________________________________________________________________________
45309 [ 21413] By: rgs                                   on 2003/10/06  15:05:32
45310         Log: Fixes in the modules maintainers list.
45311      Branch: perl
45312            ! Porting/Maintainers.pl
45313 ____________________________________________________________________________
45314 [ 21412] By: rgs                                   on 2003/10/06  15:02:42
45315         Log: Fix broken link in perltodo.pod.
45316      Branch: perl
45317            ! pod/perltodo.pod
45318 ____________________________________________________________________________
45319 [ 21411] By: rgs                                   on 2003/10/06  12:11:10
45320         Log: Typos in perldiag.
45321      Branch: perl
45322            ! pod/perldiag.pod
45323 ____________________________________________________________________________
45324 [ 21410] By: rgs                                   on 2003/10/06  11:55:52
45325         Log: Subject: Re: [doc-PATCH] for unpack_str() and question
45326              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
45327              Date: Mon, 6 Oct 2003 08:45:29 +0200
45328              Message-ID: <75A46BF1A9D8D311863A00508B6259A405F180C1@ATTMSX4>
45329      Branch: perl
45330            ! pod/perlapi.pod pp_pack.c
45331 ____________________________________________________________________________
45332 [ 21409] By: rgs                                   on 2003/10/06  11:49:55
45333         Log: Subject: [PATCH pod/perlfunc.pod]  ref can return false on references
45334              From: Abigail <abigail@abigail.nl>
45335              Date: Mon, 6 Oct 2003 05:55:21 -0700
45336              Message-ID: <20031006125521.GA26446@ucan.foad.org>
45337      Branch: perl
45338            ! pod/perlfunc.pod
45339 ____________________________________________________________________________
45340 [ 21408] By: rgs                                   on 2003/10/06  11:46:14
45341         Log: Add a new option --check to Porting/Maintainers,
45342              to check for files who are listed for several maintainers.
45343      Branch: perl
45344            ! Porting/Maintainers.pm
45345 ____________________________________________________________________________
45346 [ 21407] By: rgs                                   on 2003/10/06  11:44:33
45347         Log: Subject: [PATCH]Re: The META.yml file in bleadperl
45348              From: Fergal Daly <fergal@esatclear.ie>
45349              Date: Mon, 6 Oct 2003 00:25:29 +0100
45350              Message-Id: <200310060025.29122.fergal@esatclear.ie>
45351
45352              Plus regeneration of META.yml
45353      Branch: perl
45354            ! META.yml Porting/makemeta
45355 ____________________________________________________________________________
45356 [ 21406] By: ams                                   on 2003/10/06  04:22:11
45357         Log: Subject: Re: [perl #24076] "<> err EXPR" and warnings.
45358              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
45359              Date: Sun, 5 Oct 2003 21:27:54 +0200
45360              Message-Id: <20031005212754.5ef54472.rgarciasuarez@free.fr>
45361              (Applied with tweaks to op.c and a comment.)
45362      Branch: perl
45363            ! op.c t/lib/warnings/op
45364 ____________________________________________________________________________
45365 [ 21405] By: ams                                   on 2003/10/06  03:56:54
45366         Log: Subject: Re: [PATCH] perlsyn.pod Revision - Resend
45367              From: Shlomi Fish <shlomif@vipe.technion.ac.il>
45368              Date: Fri, 3 Oct 2003 12:34:46 +0200 (IST)
45369              Message-Id: <Pine.LNX.4.56.0310031233580.28640@vipe.technion.ac.il>
45370              (Applied with minor tweaks.)
45371      Branch: perl
45372            ! pod/perlsyn.pod
45373 ____________________________________________________________________________
45374 [ 21404] By: ams                                   on 2003/10/06  03:32:50
45375         Log: Subject: [perl #24120] Tie::Hash documentation has broken code
45376              From: "Benjamin J. Tilly" (via RT) <perlbug-followup@perl.org>
45377              Date: 5 Oct 2003 18:40:36 -0000
45378              Message-Id: <rt-24120-65664.15.9776865968429@rt.perl.org>
45379              (Applied without $VERSION update.)
45380      Branch: perl
45381            ! lib/Tie/Hash.pm
45382 ____________________________________________________________________________
45383 [ 21403] By: ams                                   on 2003/10/06  03:26:39
45384         Log: Subject: Re: [PATCH] [perl #24113] mistake in perlretut
45385              From: Robert Spier <rspier@pobox.com>
45386              Date: Sun, 05 Oct 2003 21:34:30 -0700
45387              Message-Id: <m3vfr39e7d.wl_rspier@pobox.com>
45388      Branch: perl
45389            ! pod/perlretut.pod
45390 ____________________________________________________________________________
45391 [ 21402] By: ams                                   on 2003/10/05  03:08:53
45392         Log: Subject: [PATCH] pp_sys.c: pp_waitpid and EINTR
45393              From: Steve Grazzini <grazz@pobox.com>
45394              Date: Sat, 4 Oct 2003 18:15:23 -0400
45395              Message-Id: <20031004221523.GA29324@grazzini.net>
45396      Branch: perl
45397            ! pp_sys.c
45398 ____________________________________________________________________________
45399 [ 21401] By: ams                                   on 2003/10/02  17:25:34
45400         Log: Subject: Re: 5.8.1 and srand
45401              From: Slaven Rezic <slaven@rezic.de>
45402              Date: Thu, 2 Oct 2003 15:51:11 +0000
45403              Message-Id: <1065109871.3115@devpc01.iconmobile.de>
45404      Branch: perl
45405            ! t/op/fork.t
45406 ____________________________________________________________________________
45407 [ 21400] By: hv                                    on 2003/10/02  09:34:36
45408         Log: minor cleanup for Changes
45409      Branch: perl
45410            ! Changes
45411 ____________________________________________________________________________
45412 [ 21399] By: hv                                    on 2003/10/02  09:18:27
45413         Log: Update changes
45414      Branch: perl
45415            ! Changes patchlevel.h
45416 ____________________________________________________________________________
45417 [ 21398] By: hv                                    on 2003/10/02  09:15:42
45418         Log: build perlapi.pod in deterministic order even when functions differ
45419              only in case; regen perlapi.pod
45420      Branch: perl
45421            ! autodoc.pl pod/perlapi.pod
45422 ____________________________________________________________________________
45423 [ 21397] By: ams                                   on 2003/10/02  07:48:51
45424         Log: Subject: Re: 5.8.1 and srand
45425              From: Brendan O'Dea <bod@debian.org>
45426              Date: Thu, 2 Oct 2003 10:30:36 +1000
45427              Message-Id: <20031002003036.GA9198@londo.c47.org>
45428      Branch: perl
45429            ! util.c
45430 ____________________________________________________________________________
45431 [ 21396] By: ams                                   on 2003/10/01  22:18:13
45432         Log: Update Changes.
45433      Branch: perl
45434            ! Changes patchlevel.h
45435 ____________________________________________________________________________
45436 [ 21394] By: ams                                   on 2003/10/01  20:28:20
45437         Log: Subject: misapplied patch 19452
45438              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
45439              Date: Tue, 30 Sep 2003 06:01:50 -0700
45440              Message-Id: <20030930130150.GA1436@efn.org>
45441      Branch: perl
45442            ! pp_hot.c
45443 ____________________________________________________________________________
45444 [ 21392] By: rgs                                   on 2003/09/30  20:22:02
45445         Log: Revamp the section on local() in perlsub.
45446              - avoid using the word "declare" in conjunction with local()
45447              - less archaelogical references
45448              - more about localization of lvalues
45449              - removes examples of localization of tied hashes that don't work
45450              - give titles to subsections
45451              - explain localization of magic values
45452              - explain localization of globs
45453              - fix link to perldelta
45454      Branch: perl
45455            ! pod/perlsub.pod
45456 ____________________________________________________________________________
45457 [ 21391] By: rgs                                   on 2003/09/30  12:47:13
45458         Log: Useless "local $_" in a perlfaq3 example
45459      Branch: perl
45460            ! pod/perlfaq3.pod
45461 ____________________________________________________________________________
45462 [ 21390] By: rgs                                   on 2003/09/30  11:29:17
45463         Log: Subject: Re: NCR MP-RAS perl problems [perl #23791]
45464              From: grommel@sears.com
45465              Date: Mon, 29 Sep 2003 14:45:16 -0500
45466              Message-ID: <OF9B00605E.3CC90F32-ON86256DB0.006B13F0-86256DB0.006C8E85@LocalDomain>
45467      Branch: perl
45468            ! hints/svr4.sh t/op/pack.t
45469 ____________________________________________________________________________
45470 [ 21389] By: rgs                                   on 2003/09/30  11:06:53
45471         Log: Add a TODO test for bug #23790, by Abigail
45472      Branch: perl
45473            ! t/op/sub_lval.t
45474 ____________________________________________________________________________
45475 [ 21388] By: rgs                                   on 2003/09/30  10:52:50
45476         Log: Subject: [PATCH] Re: [perl #24071] Typo in description of binmode
45477              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
45478              Date: Tue, 30 Sep 2003 04:53:02 -0700
45479              Message-ID: <20030930115302.GA3200@efn.org>
45480      Branch: perl
45481            ! pod/perlfunc.pod
45482 ____________________________________________________________________________
45483 [ 21387] By: rgs                                   on 2003/09/29  12:47:37
45484         Log: Subject: [PATCH] perl-5.8.1 hints/powerux.sh, ext/Sys/Syslog/t/syslog.t
45485              From: Tom Horsley <Tom.Horsley@ccur.com>
45486              Date: Mon, 29 Sep 2003 13:00:09 GMT
45487              Message-Id: <200309291300.NAA23856@amber2.ccur.com>
45488      Branch: perl
45489            ! ext/Sys/Syslog/t/syslog.t hints/powerux.sh
45490 ____________________________________________________________________________
45491 [ 21386] By: rgs                                   on 2003/09/29  11:14:27
45492         Log: Subject: [PATCH 5.8.1] Fix broken splitpod program
45493              From: Steve Hay <steve.hay@uk.radan.com>
45494              Date: Mon, 29 Sep 2003 11:50:23 +0100
45495              Message-ID: <3F780E6F.3020704@uk.radan.com>
45496      Branch: perl
45497            ! pod/splitpod
45498 ____________________________________________________________________________
45499 [ 21385] By: rgs                                   on 2003/09/29  11:09:32
45500         Log: Subject: [PATCH 5.8.1] pod/perlrun.pod: no space after -i allowed
45501              From: Brendan O'Dea <bod@debian.org>
45502              Date: Sun, 28 Sep 2003 23:23:34 +1000
45503              Message-ID: <20030928132334.GA29499@londo.c47.org>
45504      Branch: perl
45505            ! pod/perlrun.pod
45506 ____________________________________________________________________________
45507 [ 21384] By: rgs                                   on 2003/09/26  20:39:19
45508         Log: Nit to the maintainers list by SADAHIRO Tomoyuki
45509      Branch: perl
45510            ! Porting/Maintainers.pl
45511 ____________________________________________________________________________
45512 [ 21383] By: jhi                                   on 2003/09/26  04:41:17
45513         Log: Missing +x bits.
45514      Branch: perl
45515            ! Porting/makerel
45516 ____________________________________________________________________________
45517 [ 21382] By: rgs                                   on 2003/09/25  19:40:50
45518         Log: Update the perldelta for 5.9.0.
45519      Branch: perl
45520            ! pod/perldelta.pod
45521 ____________________________________________________________________________
45522 [ 21381] By: rgs                                   on 2003/09/25  19:02:12
45523         Log: Add the perl581delta manpage.
45524              Regenerate the table of contents.
45525      Branch: perl
45526            + pod/perl581delta.pod
45527            ! MANIFEST pod.lst pod/perl.pod pod/perlhist.pod pod/perltoc.pod
45528            ! vms/descrip_mms.template win32/pod.mak
45529 ____________________________________________________________________________
45530 [ 21380] By: rgs                                   on 2003/09/25  18:36:45
45531         Log: Update perlhist.pod
45532      Branch: perl
45533            ! pod/perlhist.pod
45534 ____________________________________________________________________________
45535 [ 21372] By: gbarr                                 on 2003/09/25  07:35:24
45536         Log: Sync with libnet 1.17
45537      Branch: perl
45538            ! lib/Net/ChangeLog.libnet lib/Net/Domain.pm lib/Net/FTP.pm
45539 ____________________________________________________________________________
45540 [ 21371] By: gbarr                                 on 2003/09/25  06:57:35
45541         Log: Update to Scalar-List-Utils 1.13
45542      Branch: perl
45543            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
45544            ! ext/List/Util/lib/List/Util.pm
45545            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/sum.t
45546 ____________________________________________________________________________
45547 [ 21370] By: jhi                                   on 2003/09/25  06:45:42
45548         Log: CPAN sites update.
45549      Branch: perl
45550            ! pod/perlmodlib.PL
45551 ____________________________________________________________________________
45552 [ 21369] By: jhi                                   on 2003/09/25  05:22:48
45553         Log: Subject: Re: 5.8.1 and gcc-3.2.3 (& Win98)
45554              From: Greg Matheson <lang@ms.chinmin.edu.tw>
45555              Date: Wed, 24 Sep 2003 22:51:09 +0800
45556              Message-ID: <20030924225109.A17126@ms>
45557
45558              (Win98 + MinGW, a missing Win95.pm hunk)
45559      Branch: perl
45560            ! lib/ExtUtils/MM_Win95.pm
45561 ____________________________________________________________________________
45562 [ 21365] By: jhi                                   on 2003/09/25  04:44:05
45563         Log: AUTHORS tweak.
45564      Branch: perl
45565            ! AUTHORS
45566 ____________________________________________________________________________
45567 [ 21361] By: jhi                                   on 2003/09/24  17:40:42
45568         Log: Even though undefing SPACE and FORMAT should be safe,
45569              at this point I'm choosing to be paranoid and using
45570              #ifdef __Lynx__.
45571      Branch: perl
45572            ! perl.h
45573 ____________________________________________________________________________
45574 [ 21360] By: jhi                                   on 2003/09/24  17:30:07
45575         Log: Subject: [perl #24032] Perl 5.8.1-RC5 build problems on LynxOS
45576              From: Olli Savia (via RT) <perlbug-followup@perl.org>
45577              Date: 24 Sep 2003 15:42:41 -0000
45578              Message-ID: <rt-24032-65280.10.6144413163834@rt.perl.org>
45579      Branch: perl
45580            ! mg.c perl.h perlio.c pp_sys.c
45581 ____________________________________________________________________________
45582 [ 21356] By: jhi                                   on 2003/09/24  08:27:52
45583         Log: Subject: [DOCPATCH] attributes.pm
45584              From: Elizabeth Mattijsen <liz@dijkmat.nl>
45585              Date: Wed, 24 Sep 2003 11:00:42 +0200
45586              Message-Id: <p05111b02bb970d5eec89@[192.168.56.4]>
45587
45588              (reformatted a bit)
45589      Branch: perl
45590            ! lib/attributes.pm
45591 ____________________________________________________________________________
45592 [ 21354] By: jhi                                   on 2003/09/24  07:25:48
45593         Log: A fix from Graham for
45594              [perl #24012] Weird conversion issue with List::Util::sum on Linux/AMD 850MHz
45595              (seemingly a NV casting issue)
45596      Branch: perl
45597            ! ext/List/Util/Util.xs
45598 ____________________________________________________________________________
45599 [ 21353] By: jhi                                   on 2003/09/24  05:05:39
45600         Log: Someone actually reads the Makefile.PL messages, it seems.
45601              (from Jonathan Leffler)
45602      Branch: perl
45603            ! ext/Time/HiRes/Makefile.PL
45604 ____________________________________________________________________________
45605 [ 21351] By: jhi                                   on 2003/09/24  04:54:33
45606         Log: perliol tweaks.
45607      Branch: perl
45608            ! pod/perliol.pod
45609 ____________________________________________________________________________
45610 [ 21349] By: rgs                                   on 2003/09/23  22:09:57
45611         Log: The FAQ answer about POD comments was incorrect. [perl #23893]
45612              (plus a few typos.)
45613      Branch: perl
45614            ! pod/perlfaq7.pod pod/perlpodspec.pod
45615 ____________________________________________________________________________
45616 [ 21348] By: rgs                                   on 2003/09/23  21:56:50
45617         Log: Subject: [PATCH] perlvar
45618              From: Juerd <juerd@convolution.nl>
45619              Date: Sun, 21 Sep 2003 21:40:54 +0200
45620              Message-ID: <20030921194054.GD14702@c3.convolution.nl>
45621      Branch: perl
45622            ! pod/perlvar.pod
45623 ____________________________________________________________________________
45624 [ 21344] By: jhi                                   on 2003/09/23  19:33:45
45625         Log: Subject: Re: NCR MP-RAS perl problems [perl #23791]
45626              From: grommel@sears.com
45627              Date: Tue, 23 Sep 2003 13:40:33 -0500
45628              Message-ID: <OF17BD5036.3CA48F9B-ON86256DAA.00483620-86256DAA.0066A1AA@LocalDomain>
45629      Branch: perl
45630            ! hints/svr4.sh t/op/stat.t
45631 ____________________________________________________________________________
45632 [ 21343] By: jhi                                   on 2003/09/23  19:26:06
45633         Log: Subject: [PATCH] Re: OK: 5.8.1 RC5 on SuSE 8.2 32bit AMD (gcc 3.3 prerelease)
45634              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
45635              Date: Tue, 23 Sep 2003 09:13:55 -0700
45636              Message-ID: <20030923161354.GA2432@efn.org>
45637      Branch: perl
45638            ! INSTALL
45639 ____________________________________________________________________________
45640 [ 21342] By: rgs                                   on 2003/09/23  19:12:58
45641         Log: Minor nit in a debug message of the tokenizer.
45642      Branch: perl
45643            ! toke.c
45644 ____________________________________________________________________________
45645 [ 21340] By: jhi                                   on 2003/09/23  12:33:53
45646         Log: Let's call it 2.34, already (from Johan).
45647      Branch: perl
45648            ! lib/Getopt/Long.pm
45649 ____________________________________________________________________________
45650 [ 21339] By: jhi                                   on 2003/09/23  12:31:08
45651         Log: Subject: Re: [PATCH] RC5 and Intel's ICC
45652              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
45653              Date: Tue, 23 Sep 2003 15:04:35 +0200
45654              Message-ID: <00d101c381d3$3d761fe0$0c2f1fac@R2D2>
45655
45656              (add -we147 to ccflags if cc = ICC so that prototype
45657              detection works right)
45658      Branch: perl
45659            ! hints/linux.sh
45660 ____________________________________________________________________________
45661 [ 21338] By: jhi                                   on 2003/09/23  12:02:28
45662         Log: Bump the Encode version to 1.9801 since we are no more identical
45663              to the CPAN version.
45664      Branch: perl
45665            ! ext/Encode/Encode.pm
45666 ____________________________________________________________________________
45667 [ 21332] By: jhi                                   on 2003/09/23  09:17:32
45668         Log: ucmlintage.
45669      Branch: perl
45670            ! ext/Encode/ucm/gsm0338.ucm
45671 ____________________________________________________________________________
45672 [ 21331] By: jhi                                   on 2003/09/23  09:11:23
45673         Log: GSM 03.38 mapping in Encoding::Byte is incorrect
45674
45675              Fix as much as possible - the specification is still
45676              a bit unclear.
45677      Branch: perl
45678            + ext/Encode/t/gsm0338.t
45679            ! MANIFEST ext/Encode/MANIFEST
45680            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/ucm/gsm0338.ucm
45681 ____________________________________________________________________________
45682 [ 21329] By: jhi                                   on 2003/09/23  06:10:28
45683         Log: Subject: [PATCH] Re: B::Deparse fails in pure_string()
45684              From: Stephen McCamant <smcc@MIT.EDU>
45685              Date: Mon, 22 Sep 2003 20:53:57 -0700
45686              Message-ID: <16239.50133.367465.947398@famine.OCF.Berkeley.EDU>
45687      Branch: perl
45688            ! ext/B/B/Deparse.pm
45689 ____________________________________________________________________________
45690 [ 21327] By: jhi                                   on 2003/09/23  04:51:15
45691         Log: Subject: [PATCH] RC5 and Intel's ICC
45692              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
45693              Date: Mon, 22 Sep 2003 22:52:40 +0200
45694              Message-ID: <00a101c3814b$76a8cc50$0c2f1fac@R2D2>
45695
45696              (the missing void return type)
45697      Branch: perl
45698            ! ext/threads/shared/shared.xs
45699 ____________________________________________________________________________
45700 [ 21326] By: jhi                                   on 2003/09/23  04:46:48
45701         Log: Subject: [PATCH] RC5 and Intel's ICC
45702              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
45703              Date: Mon, 22 Sep 2003 22:52:40 +0200
45704              Message-ID: <00a101c3814b$76a8cc50$0c2f1fac@R2D2>
45705
45706              (the attribute part)
45707      Branch: perl
45708            ! ext/Devel/PPPort/PPPort.pm perl.h
45709 ____________________________________________________________________________
45710 [ 21325] By: jhi                                   on 2003/09/23  04:43:29
45711         Log: Stray CRs noticed by Jan Dubois.
45712      Branch: perl
45713            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/t/MM_Win32.t
45714 ____________________________________________________________________________
45715 [ 21324] By: jhi                                   on 2003/09/23  04:40:19
45716         Log: The RCs have been missing CRs from certain files because
45717              not all shells can handle multiline arguments right.
45718      Branch: perl
45719            ! Porting/makerel
45720 ____________________________________________________________________________
45721 [ 21323] By: rgs                                   on 2003/09/22  20:31:19
45722         Log: When localising a magic value, propagate the readonly flag
45723              only if this scalar has \0 magic or has magic without a
45724              'set' method. (follows change #20479 for bug #23141.)
45725      Branch: perl
45726            ! scope.c t/op/local.t
45727 ____________________________________________________________________________
45728 [ 21319] By: jhi                                   on 2003/09/22  18:16:40
45729         Log: An error message need not be a novel.
45730      Branch: perl
45731            ! pod/perldiag.pod pp_hot.c
45732 ____________________________________________________________________________
45733 [ 21318] By: jhi                                   on 2003/09/22  17:45:23
45734         Log: Upgrade to Math::BigInt 1.66.
45735      Branch: perl
45736            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
45737            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
45738            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
45739            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/sub_mbi.t
45740            ! lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
45741 ____________________________________________________________________________
45742 [ 21311] By: jhi                                   on 2003/09/22  08:49:24
45743         Log: Some more perlio doc tweaks based on NI-S.
45744      Branch: perl
45745            ! pod/perliol.pod
45746 ____________________________________________________________________________
45747 [ 21305] By: jhi                                   on 2003/09/22  05:59:54
45748         Log: Upgrade to Time::HiRes 1.51.
45749      Branch: perl
45750            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
45751 ____________________________________________________________________________
45752 [ 21303] By: jhi                                   on 2003/09/22  04:37:21
45753         Log: Upgrade to Getopt::Long 2.33_03.
45754      Branch: perl
45755            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
45756 ____________________________________________________________________________
45757 [ 21302] By: jhi                                   on 2003/09/22  04:28:57
45758         Log: CPAN.pm 1.76_01 from Andreas.
45759      Branch: perl
45760            ! lib/CPAN.pm
45761 ____________________________________________________________________________
45762 [ 21299] By: jhi                                   on 2003/09/21  09:23:17
45763         Log: Regen toc.
45764      Branch: perl
45765            ! pod/perltoc.pod
45766 ____________________________________________________________________________
45767 [ 21298] By: jhi                                   on 2003/09/21  09:22:57
45768         Log: Handle also the curliffy files when tocing.
45769      Branch: perl
45770            ! pod/buildtoc
45771 ____________________________________________________________________________
45772 [ 21297] By: jhi                                   on 2003/09/21  08:50:22
45773         Log: Macrofy the compile/runtime test.
45774      Branch: perl
45775            ! cop.h gv.c perl.h pp_ctl.c regcomp.c sv.c utf8.c
45776 ____________________________________________________________________________
45777 [ 21296] By: jhi                                   on 2003/09/21  08:47:32
45778         Log: Tweak the section name to agree with the change #21295.
45779      Branch: perl
45780            ! lib/PerlIO.pm
45781 ____________________________________________________________________________
45782 [ 21295] By: jhi                                   on 2003/09/21  08:44:52
45783         Log: One obvious place to look for PerlIO implementations.
45784      Branch: perl
45785            ! pod/perliol.pod
45786 ____________________________________________________________________________
45787 [ 21294] By: jhi                                   on 2003/09/21  08:15:52
45788         Log: Subject: [PATCH #2] Re: [perl #23576] valgrind errors for /(?{})/ in t/op/pat.t
45789              From: Dave Mitchell <davem@fdgroup.com>
45790              Date: Fri, 19 Sep 2003 19:35:44 +0100
45791              Message-ID: <20030919183544.GA14563@fdgroup.com>
45792      Branch: perl
45793            ! pp_ctl.c
45794 ____________________________________________________________________________
45795 [ 21293] By: jhi                                   on 2003/09/21  08:13:58
45796         Log: More PerlIO documentation.
45797      Branch: perl
45798            ! lib/PerlIO.pm pod/perliol.pod
45799 ____________________________________________________________________________
45800 [ 21292] By: jhi                                   on 2003/09/20  18:44:07
45801         Log: Retract #21273, #21264, and #21263 as requested by Schwern.
45802              (The real bug was mp2 being too "friendly" with MM innards.)
45803      Branch: perl
45804            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
45805            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_Win32.t
45806 ____________________________________________________________________________
45807 [ 21291] By: jhi                                   on 2003/09/20  18:37:33
45808         Log: In FreeBSD allow one to try using Perl's malloc with threads.
45809      Branch: perl
45810            ! hints/freebsd.sh
45811 ____________________________________________________________________________
45812 [ 21290] By: rgs                                   on 2003/09/20  10:05:38
45813         Log: Missing perlfaq chunk.
45814      Branch: perl
45815            ! pod/perlfaq4.pod
45816 ____________________________________________________________________________
45817 [ 21289] By: rgs                                   on 2003/09/20  10:00:12
45818         Log: FAQ sync.
45819      Branch: perl
45820            ! pod/perlfaq4.pod
45821 ____________________________________________________________________________
45822 [ 21288] By: jhi                                   on 2003/09/19  14:49:20
45823         Log: Subject: typo fixo
45824              From: Vadim Konovalov <konovalo@mail.wplus.net>
45825              Date: Fri, 19 Sep 2003 06:32:08 +0400
45826              Message-ID: <4538131828.20030919063208@mail.wplus.net>
45827      Branch: perl
45828            ! pod/perlunicode.pod
45829 ____________________________________________________________________________
45830 [ 21286] By: jhi                                   on 2003/09/19  04:48:52
45831         Log: Subject: [PATCH 5.8.1 @21211] getsysinfo() broken on OS/2
45832              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
45833              Date: Thu, 18 Sep 2003 19:01:06 -0700
45834              Message-ID: <20030919020106.GA22511@math.berkeley.edu>
45835      Branch: perl
45836            ! os2/os2.c
45837 ____________________________________________________________________________
45838 [ 21285] By: jhi                                   on 2003/09/19  04:46:39
45839         Log: Tests for change #21284.
45840      Branch: perl
45841            ! lib/dumpvar.t
45842 ____________________________________________________________________________
45843 [ 21284] By: jhi                                   on 2003/09/19  04:46:12
45844         Log: Subject: [PATCH 5.8.1 @21211] dumpvar.pl broken
45845              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
45846              Date: Thu, 18 Sep 2003 18:58:59 -0700
45847              Message-ID: <20030919015858.GA22503@math.berkeley.edu>
45848      Branch: perl
45849            ! lib/dumpvar.pl
45850 ____________________________________________________________________________
45851 [ 21283] By: rgs                                   on 2003/09/18  21:29:23
45852         Log: Perlfaq nits from Iain Truskett.
45853              (from the perlfaq-workers list)
45854      Branch: perl
45855            ! pod/perlfaq2.pod pod/perlfaq4.pod pod/perlfaq8.pod
45856 ____________________________________________________________________________
45857 [ 21282] By: rgs                                   on 2003/09/18  21:10:26
45858         Log: Integrate a change from the perlfaq CVS.
45859              I consider the bleadperl version being more up-to-date as of now.
45860      Branch: perl
45861            ! pod/perlfaq3.pod
45862 ____________________________________________________________________________
45863 [ 21277] By: jhi                                   on 2003/09/18  19:23:22
45864         Log: Subject: [PATCH 5.8.1 @21211] -M -A -C broken
45865              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
45866              Date: Thu, 18 Sep 2003 11:02:02 -0700
45867              Message-ID: <20030918180202.GA21949@math.berkeley.edu>
45868
45869              (use stat.t instead of time.t)
45870      Branch: perl
45871            ! os2/os2ish.h pp_sys.c t/op/stat.t
45872 ____________________________________________________________________________
45873 [ 21276] By: jhi                                   on 2003/09/18  19:15:07
45874         Log: Subject: Re: [perl #19582] [PATCH bleedperl] bad overload copy constructor segfaults
45875              From: Rick Delaney <rick.delaney@rogers.com>
45876              Date: Wed, 1 Jan 2003 22:54:59 -0500
45877              Message-ID: <20030101225459.A2320@cs839290-a.mtth.phub.net.cable.rogers.com>
45878
45879              (Pity the first patch fell through the cracks back then.
45880              Not that forbidding non-object copy constructors is the right
45881              thing to do but the bug could use fixing.)
45882      Branch: perl
45883            ! lib/overload.t pp.h
45884 ____________________________________________________________________________
45885 [ 21274] By: jhi                                   on 2003/09/18  10:59:58
45886         Log: Subject: [PATCH] small fix for Devel::PPPort
45887              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
45888              Date: Thu, 18 Sep 2003 10:14:58 +0200
45889              Message-id: <20030918081458.GA2653@ethan>
45890      Branch: perl
45891            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
45892 ____________________________________________________________________________
45893 [ 21273] By: jhi                                   on 2003/09/18  10:57:41
45894         Log: ld has many guises.
45895      Branch: perl
45896            ! lib/ExtUtils/t/MM_Unix.t
45897 ____________________________________________________________________________
45898 [ 21271] By: jhi                                   on 2003/09/18  08:05:28
45899         Log: Missed OS/2 patch hunk.
45900      Branch: perl
45901            ! os2/os2.c
45902 ____________________________________________________________________________
45903 [ 21270] By: jhi                                   on 2003/09/18  05:00:23
45904         Log: Subject: Patch for VMS::Filespec
45905              From: Ken Williams <ken@mathforum.org>
45906              Date: Wed, 17 Sep 2003 20:11:46 -0500
45907              Message-Id: <12FBA07F-E975-11D7-BDD7-003065F6D85A@mathforum.org>
45908      Branch: perl
45909            ! vms/ext/Filespec.pm
45910 ____________________________________________________________________________
45911 [ 21268] By: jhi                                   on 2003/09/18  04:58:05
45912         Log: Subject: 5.8.1 warnings when long double == double
45913              From: Andy Dougherty <doughera@lafayette.edu>
45914              Date: Wed, 10 Sep 2003 12:03:53 -0400 (EDT)
45915              Message-ID: <Pine.SOL.4.53.0309101203010.10837@maxwell.phys.lafayette.edu>
45916              (the changed message)
45917      Branch: perl
45918            ! Configure
45919 ____________________________________________________________________________
45920 [ 21267] By: jhi                                   on 2003/09/18  04:54:16
45921         Log: Patch from Enache Adrian for the new tricks of gcc 3.4
45922              for "is this symbol defined" scanning of Configure.
45923      Branch: perl
45924            ! Configure
45925 ____________________________________________________________________________
45926 [ 21266] By: jhi                                   on 2003/09/18  04:29:55
45927         Log: Make it possible to override the mistrustnm hint in Solaris.
45928      Branch: perl
45929            ! hints/solaris_2.sh
45930 ____________________________________________________________________________
45931 [ 21264] By: jhi                                   on 2003/09/17  21:01:36
45932         Log: A potential fix for non-empty LD in Unix.
45933      Branch: perl
45934            ! lib/ExtUtils/t/MM_Unix.t
45935 ____________________________________________________________________________
45936 [ 21263] By: jhi                                   on 2003/09/17  14:09:50
45937         Log: Subject: RE: MM in maint@21251 breaks mp2
45938              From: "Orton, Yves" <yves.orton@de.mci.com>
45939              Message-ID: <71B318898201D311845C0008C75DAD1C089611FE@defra1ex2>
45940              Date: Wed, 17 Sep 2003 15:47:35 +0100
45941      Branch: perl
45942            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
45943            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_Win32.t
45944 ____________________________________________________________________________
45945 [ 21261] By: jhi                                   on 2003/09/17  09:33:39
45946         Log: The AIX C product potentially consists of several packages,
45947              the main package being (hopefully) the first one.
45948      Branch: perl
45949            ! hints/aix.sh
45950 ____________________________________________________________________________
45951 [ 21260] By: jhi                                   on 2003/09/17  07:52:03
45952         Log: Fix Solaris ccversion not having the cc version.
45953      Branch: perl
45954            ! hints/solaris_2.sh
45955 ____________________________________________________________________________
45956 [ 21259] By: jhi                                   on 2003/09/17  06:02:19
45957         Log: Subject: [PATCH 5.8.1 @21211] OS/2 APIs again
45958              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
45959              Date: Tue, 16 Sep 2003 23:49:42 -0700
45960              Message-ID: <20030917064941.GA20444@math.berkeley.edu>
45961      Branch: perl
45962            ! os2/os2ish.h
45963 ____________________________________________________________________________
45964 [ 21258] By: jhi                                   on 2003/09/17  06:00:48
45965         Log: Subject: [PATCH 5.8.1 @21211] os2_process.t
45966              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
45967              Date: Tue, 16 Sep 2003 23:21:48 -0700
45968              Message-ID: <20030917062147.GA20400@math.berkeley.edu>
45969      Branch: perl
45970            ! os2/OS2/Process/t/os2_process.t
45971 ____________________________________________________________________________
45972 [ 21257] By: jhi                                   on 2003/09/17  03:53:46
45973         Log: Subject: [PATCH 5.8.1 @21211] magic.t
45974              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
45975              Date: Tue, 16 Sep 2003 19:17:57 -0700
45976              Message-ID: <20030917021757.GA20261@math.berkeley.edu>
45977      Branch: perl
45978            ! t/op/magic.t
45979 ____________________________________________________________________________
45980 [ 21253] By: jhi                                   on 2003/09/16  19:48:08
45981         Log: Subject: [DOC PATCH] Re: [perl #23779] $? and negative exit codes
45982              From: Dave Mitchell <davem@fdgroup.com>
45983              Date: Tue, 16 Sep 2003 21:56:20 +0100
45984              Message-ID: <20030916205620.GB1246@fdgroup.com>
45985      Branch: perl
45986            ! pod/perlfunc.pod
45987 ____________________________________________________________________________
45988 [ 21249] By: jhi                                   on 2003/09/16  19:10:58
45989         Log: More suggested patches for NCR MP-RAS from Andy Dougherty.
45990      Branch: perl
45991            + ext/Time/HiRes/hints/svr4.pl
45992            ! MANIFEST ext/Sys/Syslog/t/syslog.t t/op/pack.t
45993 ____________________________________________________________________________
45994 [ 21247] By: jhi                                   on 2003/09/16  18:57:34
45995         Log: Subject: Re: [perl #23791] Many errors in build under NCR MP-RAS
45996              From: Andy Dougherty <doughera@lafayette.edu>
45997              Date: Tue, 16 Sep 2003 13:47:55 -0400 (EDT)
45998              Message-ID: <Pine.SOL.4.53.0309161345020.13081@maxwell.phys.lafayette.edu>
45999      Branch: perl
46000            ! ext/POSIX/hints/svr4.pl hints/svr4.sh
46001 ____________________________________________________________________________
46002 [ 21245] By: jhi                                   on 2003/09/16  18:47:52
46003         Log: Subject: Re: [PATCH 5.8.1 @19053] Getopt::Std
46004              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
46005              Date: Wed, 4 Jun 2003 00:45:23 -0700
46006              Message-ID: <20030604074523.GA7148@math.berkeley.edu>
46007      Branch: perl
46008            ! lib/Getopt/Std.pm
46009 ____________________________________________________________________________
46010 [ 21243] By: jhi                                   on 2003/09/16  12:18:03
46011         Log: Give a concrete example of the still existing Unicode slowness.
46012      Branch: perl
46013            ! pod/perlunicode.pod
46014 ____________________________________________________________________________
46015 [ 21241] By: jhi                                   on 2003/09/16  06:38:45
46016         Log: Make the VERSION of File::Spec be 0.86, otherwise File::Temp's
46017              use File::Spec 0.8 is unhappy.
46018      Branch: perl
46019            ! lib/File/Spec.pm
46020 ____________________________________________________________________________
46021 [ 21240] By: jhi                                   on 2003/09/16  06:34:35
46022         Log: The test is not needed, says Schwern.
46023      Branch: perl
46024            - lib/base/t/fields-560.t
46025            ! MANIFEST
46026 ____________________________________________________________________________
46027 [ 21239] By: jhi                                   on 2003/09/16  05:04:09
46028         Log: Upgrade to File::Spec 0.85_03.
46029      Branch: perl
46030            + lib/File/Spec/t/crossplatform.t
46031            ! MANIFEST lib/File/Spec.pm lib/File/Spec/Mac.pm
46032            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
46033            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
46034            ! lib/File/Spec/t/Spec.t
46035 ____________________________________________________________________________
46036 [ 21238] By: jhi                                   on 2003/09/16  04:57:08
46037         Log: Upgrade to MakeMaker 6.17.
46038      Branch: perl
46039            ! lib/ExtUtils/Changes lib/ExtUtils/Install.pm
46040            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
46041            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
46042            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
46043            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
46044            ! lib/ExtUtils/README lib/ExtUtils/t/MM_Win32.t
46045            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
46046            ! t/lib/MakeMaker/Test/Utils.pm
46047 ____________________________________________________________________________
46048 [ 21235] By: jhi                                   on 2003/09/16  04:35:34
46049         Log: Upgrade to base 2.03.
46050              (Rename the fields-5.6.0.t to have less d.o.t.s.)
46051      Branch: perl
46052            + lib/base/t/base.t lib/base/t/fields-560.t
46053            + lib/base/t/fields-base.t lib/base/t/fields.t
46054            - lib/fields-base.t lib/fields.t
46055            ! MANIFEST lib/base.pm lib/fields.pm
46056 ____________________________________________________________________________
46057 [ 21234] By: jhi                                   on 2003/09/15  19:17:03
46058         Log: Subject: Re: perl@21233 looks ok on VMS 7.3-1
46059              From: PPrymmer@factset.com
46060              Date: Mon, 15 Sep 2003 15:28:52 -0400
46061              Message-ID: <OF6F1E6CF4.9206F415-ON85256DA2.006A58F1-85256DA2.006B0330@factset.com>
46062      Branch: perl
46063            ! lib/Memoize/t/tie_sdbm.t
46064 ____________________________________________________________________________
46065 [ 21230] By: jhi                                   on 2003/09/14  17:46:52
46066         Log: Check the context of for/grep/map.
46067      Branch: perl
46068            ! t/op/grep.t
46069 ____________________________________________________________________________
46070 [ 21228] By: jhi                                   on 2003/09/14  13:40:23
46071         Log: For-non-perlio places we need STDOUT back.
46072      Branch: perl
46073            ! t/io/dup.t
46074 ____________________________________________________________________________
46075 [ 21227] By: jhi                                   on 2003/09/14  09:44:49
46076         Log: Also IRIX wants setlogsock('stream').
46077      Branch: perl
46078            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/syslog.t
46079 ____________________________________________________________________________
46080 [ 21224] By: jhi                                   on 2003/09/14  07:44:26
46081         Log: More portable reading.
46082      Branch: perl
46083            ! t/io/dup.t
46084 ____________________________________________________________________________
46085 [ 21222] By: jhi                                   on 2003/09/14  07:35:28
46086         Log: More dup testing.
46087      Branch: perl
46088            ! t/io/dup.t
46089 ____________________________________________________________________________
46090 [ 21220] By: jhi                                   on 2003/09/14  06:54:05
46091         Log: Use $Config{_exe}.
46092      Branch: perl
46093            ! t/run/switches.t
46094 ____________________________________________________________________________
46095 [ 21219] By: jhi                                   on 2003/09/14  06:46:26
46096         Log: Subject: Re: [PATCH 5.8.1 @20218] OS/2 API
46097              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
46098              Date: Sat, 13 Sep 2003 20:20:30 -0700
46099              Message-ID: <20030914032030.GA17822@math.berkeley.edu>
46100      Branch: perl
46101            ! os2/os2.c t/run/switches.t
46102 ____________________________________________________________________________
46103 [ 21218] By: jhi                                   on 2003/09/14  06:45:13
46104         Log: Subject: Re: [PATCH 5.8.1 @20218] OS/2 API
46105              From: Michael G Schwern <schwern@pobox.com>
46106              Date: Thu, 11 Sep 2003 15:07:10 -0700
46107              Message-ID: <20030911220710.GO18786@windhund.schwern.org>
46108
46109              (in OS/2 if a file has been chmod 0400'ed, it cannot be deleted)
46110      Branch: perl
46111            ! lib/ExtUtils/t/Manifest.t
46112 ____________________________________________________________________________
46113 [ 21217] By: jhi                                   on 2003/09/14  06:42:12
46114         Log: Subject: [PATCH] PerlIO_tmpfile clean-up for VMS
46115              From: "Craig A. Berry" <craigberry@mac.com>
46116              Date: Sun, 14 Sep 2003 00:23:56 -0500
46117              Message-ID: <3F63FB6C.5040502@mac.com>
46118      Branch: perl
46119            ! perlio.c
46120 ____________________________________________________________________________
46121 [ 21214] By: jhi                                   on 2003/09/13  18:33:41
46122         Log: parse_version doesn't always succeed.
46123      Branch: perl
46124            ! Porting/cmpVERSION.pl
46125 ____________________________________________________________________________
46126 [ 21213] By: jhi                                   on 2003/09/13  18:31:41
46127         Log: pod changes, so change $VERSION.
46128      Branch: perl
46129            ! lib/Fatal.pm
46130 ____________________________________________________________________________
46131 [ 21210] By: jhi                                   on 2003/09/13  15:24:38
46132         Log: Subject: Re: unicode regex problem
46133              From: hv@crypt.org
46134              Date: Sat, 13 Sep 2003 15:21:34 +0100
46135              Message-Id: <200309131421.h8DELYx25894@zen.crypt.org>
46136      Branch: perl
46137            ! regcomp.c t/op/pat.t
46138 ____________________________________________________________________________
46139 [ 21209] By: jhi                                   on 2003/09/13  15:22:38
46140         Log: More PerlIO warnings changes.
46141      Branch: perl
46142            ! ext/PerlIO/t/fail.t t/lib/warnings/perlio
46143 ____________________________________________________________________________
46144 [ 21208] By: jhi                                   on 2003/09/13  11:15:40
46145         Log: The "perlio: " prefix looks a little odd
46146              in the few warning/error messages, since
46147              no other 'subsystems' have prefixes.
46148      Branch: perl
46149            ! perlio.c pod/perldiag.pod t/io/open.t
46150 ____________________________________________________________________________
46151 [ 21207] By: jhi                                   on 2003/09/13  10:37:30
46152         Log: Layer names were recognized by their prefixes
46153              (e.g. open(F, ":u", "file") worked...)
46154      Branch: perl
46155            ! perlio.c t/io/open.t
46156 ____________________________________________________________________________
46157 [ 21206] By: jhi                                   on 2003/09/13  10:10:46
46158         Log: Apparently at some point doing 3-arg open with
46159              illegal mode like ">>>" had stopped croaking.
46160      Branch: perl
46161            ! doio.c t/io/open.t
46162 ____________________________________________________________________________
46163 [ 21205] By: jhi                                   on 2003/09/13  08:42:10
46164         Log: Minuscule code cleanup.
46165      Branch: perl
46166            ! doio.c
46167 ____________________________________________________________________________
46168 [ 21204] By: jhi                                   on 2003/09/13  06:47:23
46169         Log: Subject: [perl #23788] int of a fraction errors
46170              From: "Boyd, Brooks D" (via RT) <perlbug-followup@perl.org>
46171              Date: 11 Sep 2003 22:38:19 -0000
46172              Message-ID: <rt-23788-64511.8.7546744242259@rt.perl.org>
46173
46174              Add a separate faq entry for int().  (Yes, a bit redundant
46175              with the existing "why are my numbers broken" entry.)
46176      Branch: perl
46177            ! pod/perlfaq4.pod
46178 ____________________________________________________________________________
46179 [ 21203] By: jhi                                   on 2003/09/13  06:34:03
46180         Log: Subject: Unknown discipline ':utf8' w/ maint perl w/o perlio
46181              From: Stas Bekman <stas@stason.org>
46182              Date: Fri, 12 Sep 2003 13:44:11 -0700
46183              Message-ID: <3F62301B.3080604@stason.org>
46184
46185              s/discipline/IO layer/, instead of "unknown" say "unavailable",
46186              and have the fuller explanation in perldiag.
46187      Branch: perl
46188            ! doio.c pod/perldiag.pod
46189 ____________________________________________________________________________
46190 [ 21202] By: jhi                                   on 2003/09/13  06:07:27
46191         Log: Make the new glob tests pass (well, skip) even with miniperl.
46192      Branch: perl
46193            ! t/run/fresh_perl.t
46194 ____________________________________________________________________________
46195 [ 21201] By: rgs                                   on 2003/09/12  21:41:04
46196         Log: Stringify the $VERSION of DynaLoader so it's never dependent
46197              on localized float-to-string conversions.
46198      Branch: perl
46199            ! ext/DynaLoader/DynaLoader_pm.PL
46200 ____________________________________________________________________________
46201 [ 21198] By: jhi                                   on 2003/09/12  17:59:25
46202         Log: It's UTF-8, not UTF8.  (Note: not s/UTF-8/UTF8/,
46203              since that would break a lot of code.)  Also few
46204              stray UTF16s, UTF32s, and "encoded in Unicode".
46205      Branch: perl
46206            ! doop.c hv.h pod/perl570delta.pod pod/perl58delta.pod
46207            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
46208            ! pod/perlhack.pod pod/perlpodspec.pod pod/perltoc.pod
46209            ! pod/perltodo.pod pod/perlunicode.pod pod/perluniintro.pod
46210            ! pp_hot.c pp_sys.c sv.c sv.h utf8.c utf8.h utfebcdic.h
46211 ____________________________________________________________________________
46212 [ 21197] By: jhi                                   on 2003/09/12  17:24:17
46213         Log: The buildtoc now has options.
46214      Branch: perl
46215            ! pod/Makefile.SH
46216 ____________________________________________________________________________
46217 [ 21196] By: jhi                                   on 2003/09/12  14:33:16
46218         Log: Some more tweaks on open ...&=.
46219      Branch: perl
46220            ! pod/perlfunc.pod
46221 ____________________________________________________________________________
46222 [ 21194] By: jhi                                   on 2003/09/12  11:36:14
46223         Log: Slightly more documentation for open ...&=.
46224      Branch: perl
46225            ! pod/perlfunc.pod
46226 ____________________________________________________________________________
46227 [ 21193] By: jhi                                   on 2003/09/12  03:21:53
46228         Log: Document the new strict strict in strict.
46229      Branch: perl
46230            ! lib/strict.pm
46231 ____________________________________________________________________________
46232 [ 21191] By: jhi                                   on 2003/09/12  03:03:17
46233         Log: More comments for the FreeBSD threads hints.
46234      Branch: perl
46235            ! hints/freebsd.sh
46236 ____________________________________________________________________________
46237 [ 21188] By: jhi                                   on 2003/09/11  20:23:55
46238         Log: More refactoring of the FreeBSD threads hints.
46239              Basically, for fresh enough 5.x the -pthread is dropped,
46240              otherwise keep it, and no known FreeBSD release has
46241              a functional gethostbyaddr_r.
46242      Branch: perl
46243            ! hints/freebsd.sh
46244 ____________________________________________________________________________
46245 [ 21187] By: jhi                                   on 2003/09/11  20:12:00
46246         Log: Subject: [PATCH 5.8.1 @20218] OS/2 API
46247              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
46248              Date: Thu, 11 Sep 2003 09:15:04 -0700
46249              Message-ID: <20030911161504.GA16113@math.berkeley.edu>
46250      Branch: perl
46251            ! os2/OS2/Process/MANIFEST os2/OS2/Process/Process.pm
46252            ! os2/OS2/Process/Process.xs
46253 ____________________________________________________________________________
46254 [ 21186] By: jhi                                   on 2003/09/11  20:10:32
46255         Log: Subject: [PATCH maint@21148] Security: suidperl path disclosure revisited
46256              From: "Brendan O'Dea" <bod@debian.org>
46257              Date: Fri, 12 Sep 2003 00:12:51 +1000
46258              Message-ID: <20030911141251.GA26907@londo.c47.org>
46259      Branch: perl
46260            ! perl.c
46261 ____________________________________________________________________________
46262 [ 21181] By: jhi                                   on 2003/09/11  08:25:13
46263         Log: The change of not needing -pthread in FreeBSD 5.x
46264              is very recent (Sep 3) (from Anton Berezin).
46265      Branch: perl
46266            ! hints/freebsd.sh
46267 ____________________________________________________________________________
46268 [ 21179] By: jhi                                   on 2003/09/11  06:13:12
46269         Log: Upgrade to Pod::Perldoc 3.10.
46270              (Yes, the doughera address change is wrong, but hardly worth 3.11.)
46271      Branch: perl
46272            ! lib/Pod/Perldoc.pm
46273 ____________________________________________________________________________
46274 [ 21176] By: jhi                                   on 2003/09/11  05:22:27
46275         Log: Upgrade to base 2.02.
46276      Branch: perl
46277            + lib/fields-base.t
46278            ! MANIFEST lib/base.pm lib/fields.t
46279 ____________________________________________________________________________
46280 [ 21174] By: jhi                                   on 2003/09/11  04:45:56
46281         Log: Replace #21158 with a better patch from Hugo
46282              (for [perl #23769]).
46283      Branch: perl
46284            ! regcomp.c regexec.c t/op/pat.t
46285 ____________________________________________________________________________
46286 [ 21173] By: jhi                                   on 2003/09/11  03:08:04
46287         Log: Subject: [PATCH][TESTS] dumpvar.pl
46288              From: Joe McMahon <mcmahon@metalab.unc.edu>
46289              Date: Thu, 11 Sep 2003 00:10:29 -0400 (EDT)
46290              Message-ID: <Pine.LNX.4.44.0309102337150.2043-300000@tribal.metalab.unc.edu>
46291      Branch: perl
46292            ! lib/dumpvar.pl lib/dumpvar.t
46293 ____________________________________________________________________________
46294 [ 21172] By: jhi                                   on 2003/09/11  03:03:52
46295         Log: Enache still wants -pthread gone for FreeBSD 5.x
46296              since it doesn't work with the latest -current.
46297      Branch: perl
46298            ! hints/freebsd.sh
46299 ____________________________________________________________________________
46300 [ 21171] By: jhi                                   on 2003/09/11  02:58:29
46301         Log: Subject: [patch] more fullpath TAGS patches (emacs/cperl-mode.el + emacs/ptags)
46302              From: Stas Bekman <stas@stason.org>
46303              Date: Thu, 28 Aug 2003 16:10:48 -0700
46304              Message-ID: <3F4E8BF8.1090800@stason.org>
46305      Branch: perl
46306            ! emacs/cperl-mode.el emacs/ptags
46307 ____________________________________________________________________________
46308 [ 21170] By: jhi                                   on 2003/09/11  02:56:50
46309         Log: Retract #21149, sez Schwern.
46310      Branch: perl
46311            ! lib/Test/More.pm
46312 ____________________________________________________________________________
46313 [ 21169] By: jhi                                   on 2003/09/11  02:55:49
46314         Log: Retract #21168 based on advice from Anton Berezin (added).
46315      Branch: perl
46316            ! hints/freebsd.sh
46317 ____________________________________________________________________________
46318 [ 21168] By: rgs                                   on 2003/09/10  21:43:40
46319         Log: Subject: nit to hints/freebsd.sh
46320              From: Enache Adrian <enache@rdslink.ro>
46321              Date: Wed, 10 Sep 2003 19:50:59 +0300
46322              Message-ID: <20030910165059.GB1321@ratsnest.hole>
46323      Branch: perl
46324            ! hints/freebsd.sh
46325 ____________________________________________________________________________
46326 [ 21167] By: rgs                                   on 2003/09/10  21:18:59
46327         Log: Subject: Re: [perl #15395] lexical warnings and inheritance
46328              From: Anno Siegel <Siegel@zrz.TU-Berlin.DE>
46329              Date: Sun, 31 Aug 2003 22:08:19 GMT
46330              Message-Id: <200308312208.WAA25312@lublin.zrz.TU-Berlin.DE>
46331
46332              The test has been moved into warnings.pm's test suite. Note
46333              that this patch fixed as well the behaviour of warnings::enabled
46334              regarding lexical scoping and different files; hence the expected
46335              results in a few tests in /t/lib/warnings/9enabled has been
46336              reverted.
46337      Branch: perl
46338            ! lib/warnings.pm t/lib/warnings/9enabled warnings.pl
46339 ____________________________________________________________________________
46340 [ 21166] By: rgs                                   on 2003/09/10  19:36:30
46341         Log: Remove the warning in perlfaq about using map in void context :
46342              From: abigail@abigail.nl (Abigail)
46343              Subject: [PATCH perlfaq6] map in a void context.
46344              Date: Tue, 9 Sep 2003 10:31:58 +0200
46345              Message-ID: <20030909083158.GA24125@abigail.nl>
46346      Branch: perl
46347            ! pod/perlfaq6.pod
46348 ____________________________________________________________________________
46349 [ 21165] By: jhi                                   on 2003/09/10  16:48:52
46350         Log: Subject: [PATCH] AUTHORS
46351              From: enache@rdslink.ro (Enache Adrian)
46352              Date: Tue, 9 Sep 2003 19:34:05 +0300
46353              Message-ID: <20030909163405.GB1398@ratsnest.hole>
46354      Branch: perl
46355            ! AUTHORS
46356 ____________________________________________________________________________
46357 [ 21164] By: jhi                                   on 2003/09/10  15:38:51
46358         Log: Regen perlapi.
46359      Branch: perl
46360            ! pod/perlapi.pod
46361 ____________________________________________________________________________
46362 [ 21163] By: merijn                                on 2003/09/10  15:31:27
46363         Log: Subject: [perl #23778] hints/aix.sh
46364              Date: 10 Sep 2003 16:30:32 -0000
46365              From: "Gary L. Armstrong" (via RT) <perlbug-followup@perl.org>
46366              Message-ID: <rt-23778-64471.11.7773626323738@rt.perl.org>
46367      Branch: perl
46368            ! hints/aix.sh
46369 ____________________________________________________________________________
46370 [ 21162] By: jhi                                   on 2003/09/10  15:21:43
46371         Log: blead version of #21161.
46372      Branch: perl
46373            ! pod/perlvar.pod
46374 ____________________________________________________________________________
46375 [ 21160] By: jhi                                   on 2003/09/10  15:11:59
46376         Log: Subject: Re: Decreasing VMS tests in File::Spec::VMS?
46377              From: PPrymmer@factset.com
46378              Message-ID: <OF103BAFC0.72D92F9B-ON85256D98.00742293-85256D98.0077A3F5@factset.com>
46379              Date: Fri, 5 Sep 2003 17:46:48 -0400
46380      Branch: perl
46381            ! lib/File/Spec/t/Spec.t
46382 ____________________________________________________________________________
46383 [ 21159] By: jhi                                   on 2003/09/10  15:10:06
46384         Log: Subject: [PATCH 5.8.1] Unwanted "redefined" warnings in h2ph
46385              From: Kurt Starsinic <kstar@cpan.org>
46386              Date: Tue, 9 Sep 2003 23:16:00 -0400
46387              Message-ID: <20030910031600.GA30554@verizon.net>
46388
46389              Subject: Re: [PATCH 5.8.1] Unwanted "redefined" warnings in h2ph
46390              From: "Brendan O'Dea" <bod@debian.org>
46391              Date: Wed, 10 Sep 2003 22:03:15 +1000
46392              Message-ID: <20030910120315.GA1372@londo.c47.org>
46393      Branch: perl
46394            ! t/lib/h2ph.pht utils/h2ph.PL
46395 ____________________________________________________________________________
46396 [ 21158] By: jhi                                   on 2003/09/10  09:31:24
46397         Log: Unicode regex broken on simple example
46398              regrepeat() did not work right for UTF-8(ed Latin-1)
46399              in the EXACT case, which made the \x{a0}+ fail.
46400      Branch: perl
46401            ! regexec.c t/op/pat.t
46402 ____________________________________________________________________________
46403 [ 21157] By: jhi                                   on 2003/09/10  08:15:54
46404         Log: Linenumbers for utf8 warnings were wrong, test also rcatline.
46405      Branch: perl
46406            ! pp_hot.c t/io/utf8.t
46407 ____________________________________________________________________________
46408 [ 21156] By: jhi                                   on 2003/09/10  08:05:13
46409         Log: Detypo and explain better.
46410      Branch: perl
46411            ! pod/perldiag.pod
46412 ____________________________________________________________________________
46413 [ 21155] By: jhi                                   on 2003/09/10  08:02:55
46414         Log: If doing rcatline no point rescanning each time
46415              the beginning of the SV for utf8 validity.
46416      Branch: perl
46417            ! pp_hot.c
46418 ____________________________________________________________________________
46419 [ 21154] By: jhi                                   on 2003/09/10  07:16:52
46420         Log: No utf8 warnings without use warnings.
46421      Branch: perl
46422            ! t/io/utf8.t
46423 ____________________________________________________________________________
46424 [ 21153] By: jhi                                   on 2003/09/10  06:57:16
46425         Log: Reading a latin1 file with open(... "<:utf8") will freeze
46426              is no more valid, the script doesn't freeze, but I noticed
46427              that neither does the <FILE> complain about bad UTF-8 as it
46428              should and as it does with :encoding(utf8).
46429      Branch: perl
46430            ! pp_hot.c t/io/utf8.t
46431 ____________________________________________________________________________
46432 [ 21152] By: jhi                                   on 2003/09/10  06:54:02
46433         Log: A new UTF-8 API, Perl_is_utf8_string_loc(), a variant
46434              of Perl_utf8_is_string().
46435      Branch: perl
46436            ! embed.fnc embed.h global.sym proto.h utf8.c
46437 ____________________________________________________________________________
46438 [ 21151] By: jhi                                   on 2003/09/10  06:16:28
46439         Log: Document a PerlIO/Encode warning.
46440      Branch: perl
46441            ! pod/perldiag.pod
46442 ____________________________________________________________________________
46443 [ 21149] By: jhi                                   on 2003/09/09  17:22:42
46444         Log: Subject: Re: maint @ 21116
46445              From: Fergal Daly <fergal@esatclear.ie>
46446              Date: Tue, 9 Sep 2003 18:26:20 +0100
46447              Message-Id: <200309091826.20630.fergal@esatclear.ie>
46448
46449              (added warning)
46450      Branch: perl
46451            ! lib/Test/More.pm
46452 ____________________________________________________________________________
46453 [ 21146] By: jhi                                   on 2003/09/09  15:36:20
46454         Log: Adjust the test count.
46455      Branch: perl
46456            ! lib/Test/Simple/t/is_deeply.t
46457 ____________________________________________________________________________
46458 [ 21144] By: jhi                                   on 2003/09/09  15:03:58
46459         Log: AUTHORS update from Dave Mitchell.
46460      Branch: perl
46461            ! AUTHORS
46462 ____________________________________________________________________________
46463 [ 21143] By: jhi                                   on 2003/09/09  15:02:18
46464         Log: Retract #20548 and #20465.
46465      Branch: perl
46466            ! lib/Test/More.pm lib/Test/Simple/t/More.t
46467            ! lib/Test/Simple/t/is_deeply.t
46468 ____________________________________________________________________________
46469 [ 21141] By: jhi                                   on 2003/09/09  14:27:10
46470         Log: Subject: Re: maint @ 21116
46471              From: Enache Adrian <enache@rdslink.ro>
46472              Date: Tue, 9 Sep 2003 16:59:44 +0300
46473              Message-ID: <20030909135944.GA1666@ratsnest.hole>
46474      Branch: perl
46475            ! makedef.pl
46476 ____________________________________________________________________________
46477 [ 21140] By: jhi                                   on 2003/09/09  14:25:51
46478         Log: Retract #21132.
46479      Branch: perl
46480            ! makedef.pl perl.h
46481 ____________________________________________________________________________
46482 [ 21139] By: jhi                                   on 2003/09/09  11:55:33
46483         Log: Warn more about disclosing the hash seed, from Scott A. Crosby.
46484      Branch: perl
46485            ! lib/Hash/Util.pm pod/perlrun.pod
46486 ____________________________________________________________________________
46487 [ 21137] By: jhi                                   on 2003/09/09  09:50:13
46488         Log: Subject: =encoding in perlpod/perlpodspec
46489              From: sburke@cpan.org (Sean M. Burke)
46490              Date: Sun, 07 Sep 2003 03:08:28 -0800
46491              Message-ID: <5.2.1.1.1.20030907030717.00a6aaa0@mailstore.pobox.com>
46492      Branch: perl
46493            ! pod/perlpod.pod pod/perlpodspec.pod
46494 ____________________________________________________________________________
46495 [ 21136] By: jhi                                   on 2003/09/09  09:46:01
46496         Log: One more chance... Elizabeth's change #21107 plus
46497              Subject: Re: [PATCH] warnings.pl: each thread 10K smaller
46498              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
46499              Date: Tue, 9 Sep 2003 01:44:24 +0200
46500              Message-Id: <20030909014424.7ef5e0cd.rgarciasuarez@free.fr>
46501      Branch: perl
46502            ! lib/warnings.pm toke.c warnings.pl
46503 ____________________________________________________________________________
46504 [ 21135] By: jhi                                   on 2003/09/09  09:35:48
46505         Log: One more test count tweak.
46506      Branch: perl
46507            ! t/op/grep.t
46508 ____________________________________________________________________________
46509 [ 21132] By: jhi                                   on 2003/09/09  07:57:20
46510         Log: Subject: Re: maint @ 21116
46511              From: Steve Hay <steve.hay@uk.radan.com>
46512              Date: Tue, 09 Sep 2003 09:49:07 +0100
46513              Message-ID: <3F5D9403.3040004@uk.radan.com>
46514      Branch: perl
46515            ! makedef.pl perl.h
46516 ____________________________________________________________________________
46517 [ 21131] By: jhi                                   on 2003/09/09  07:54:52
46518         Log: Subject: Re: [PATCH] honoring void context for map(), return from sub end test
46519              From: david nicol <whatever@davidnicol.com>
46520              Date: 08 Sep 2003 23:39:32 -0500
46521              Message-Id: <1063082372.1375.126.camel@plaza.davidnicol.com>
46522
46523              (a testcase)
46524      Branch: perl
46525            ! t/op/grep.t
46526 ____________________________________________________________________________
46527 [ 21128] By: jhi                                   on 2003/09/09  07:08:15
46528         Log: Ooops, perlio into scalars was already history for this test...
46529      Branch: perl
46530            ! lib/dumpvar.t
46531 ____________________________________________________________________________
46532 [ 21127] By: jhi                                   on 2003/09/09  07:06:26
46533         Log: Cannot do perlio into scalars without perlio.
46534      Branch: perl
46535            ! lib/dumpvar.t
46536 ____________________________________________________________________________
46537 [ 21126] By: jhi                                   on 2003/09/09  07:04:53
46538         Log: I claim that the debugger is untestable until proven otherwise.
46539      Branch: perl
46540            - lib/perl5db/de0.t
46541            ! MANIFEST
46542 ____________________________________________________________________________
46543 [ 21124] By: jhi                                   on 2003/09/09  06:59:52
46544         Log: In trying to save space, the warnings.pl change (#21107)
46545              pulled in attributes.pm... and the change didn't seem to
46546              be that well tested with different configurations.
46547              Retract #21119, #21117, #21107.
46548      Branch: perl
46549            ! ext/B/t/stash.t lib/warnings.pm warnings.pl
46550 ____________________________________________________________________________
46551 [ 21122] By: jhi                                   on 2003/09/09  06:28:31
46552         Log: Really do #21121.
46553      Branch: perl
46554            ! MANIFEST
46555 ____________________________________________________________________________
46556 [ 21121] By: jhi                                   on 2003/09/09  05:56:52
46557         Log: There's no particular reason to have the dumpvar.t
46558              in lib/perl5db/.
46559      Branch: perl
46560            + lib/dumpvar.t
46561            - lib/perl5db/dumpvar.t
46562            ! MANIFEST
46563 ____________________________________________________________________________
46564 [ 21119] By: jhi                                   on 2003/09/09  05:46:02
46565         Log: strict stash seems to have gone, too.
46566      Branch: perl
46567            ! ext/B/t/stash.t
46568 ____________________________________________________________________________
46569 [ 21117] By: rgs                                   on 2003/09/08  22:26:36
46570         Log: Loading warnings.pm now loads attributes.pm that loads strict.pm.
46571              (due to #21107 apparently.) Adjust this test accordingly.
46572      Branch: perl
46573            ! ext/B/t/stash.t
46574 ____________________________________________________________________________
46575 [ 21113] By: jhi                                   on 2003/09/08  21:10:53
46576         Log: Subject: [PATCH] silence 1 compiler warning
46577              From: Nicholas Clark <nick@ccl4.org>
46578              Date: Mon, 8 Sep 2003 23:04:45 +0100
46579              Message-ID: <20030908230445.E30881@plum.flirble.org>
46580      Branch: perl
46581            ! universal.c
46582 ____________________________________________________________________________
46583 [ 21112] By: jhi                                   on 2003/09/08  21:09:34
46584         Log: Retract #21096, mostly: I had misexplained the situation
46585              to Scott A. Crosby.  Seeing the seed value while not good
46586              for the ultimate paranoia viewpoint is not that bad, as long
46587              as the users are fully aware of the dangers of disclosing
46588              the hash seed.     So hash_seed() is okay.
46589
46590              Being able to see the hash values (as in Java) would
46591              be another option, but dubious: it's not that per-key
46592              hash values themselves are bad to allow scripts to see,
46593              but rather that hash values are just as sensitive (from
46594              the DoSing viewpoint) as the hash seed itself (and there
46595              usually more hash values than the one hash seed....)
46596      Branch: perl
46597            ! lib/Hash/Util.pm lib/Hash/Util.t pod/perlrun.pod universal.c
46598 ____________________________________________________________________________
46599 [ 21110] By: jhi                                   on 2003/09/08  20:59:04
46600         Log: Urk.  unique, not shared.
46601      Branch: perl
46602            ! configpm
46603 ____________________________________________________________________________
46604 [ 21109] By: jhi                                   on 2003/09/08  20:57:25
46605         Log: Subject: [PATCH] configpm: about 1.5K less per thread
46606              From: Elizabeth Mattijsen <liz@dijkmat.nl>
46607              Date: Mon, 8 Sep 2003 23:58:34 +0200
46608              Message-Id: <p05111b21bb829c68b496@[192.168.56.4]>
46609      Branch: perl
46610            ! configpm
46611 ____________________________________________________________________________
46612 [ 21107] By: jhi                                   on 2003/09/08  20:45:38
46613         Log: Subject: [PATCH] warnings.pl: each thread 10K smaller
46614              From: Elizabeth Mattijsen <liz@dijkmat.nl>
46615              Date: Mon, 8 Sep 2003 22:22:38 +0200
46616              Message-Id: <p05111b16bb827ce551da@[192.168.56.4]>
46617      Branch: perl
46618            ! lib/warnings.pm warnings.pl
46619 ____________________________________________________________________________
46620 [ 21106] By: rgs                                   on 2003/09/08  20:45:03
46621         Log: A version of change #21073 that works.
46622      Branch: perl
46623            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
46624 ____________________________________________________________________________
46625 [ 21105] By: jhi                                   on 2003/09/08  20:44:22
46626         Log: Regen perlapi.
46627      Branch: perl
46628            ! pod/perlapi.pod
46629 ____________________________________________________________________________
46630 [ 21103] By: jhi                                   on 2003/09/08  20:18:56
46631         Log: Radu Greab is my hero (the recent cygwin getpw*->pw_comment
46632              being a bad pointer is apparently a known cygwin bug).     The
46633              cure is to initialize the field.
46634      Branch: perl
46635            ! pp_sys.c
46636 ____________________________________________________________________________
46637 [ 21100] By: jhi                                   on 2003/09/08  19:38:39
46638         Log: Bad export.
46639      Branch: perl
46640            ! lib/Hash/Util.t
46641 ____________________________________________________________________________
46642 [ 21098] By: jhi                                   on 2003/09/08  19:06:09
46643         Log: The IPC::Open3 is just too unreliable for this task.
46644      Branch: perl
46645            ! lib/perl5db/de0.t
46646 ____________________________________________________________________________
46647 [ 21097] By: jhi                                   on 2003/09/08  18:42:43
46648         Log: Try to make the de0.t test more robust.
46649              The test is so flakey (too many external things influencing
46650              the result) that I'm likely to leave it out from the maint.
46651      Branch: perl
46652            ! lib/perl5db/de0.t
46653 ____________________________________________________________________________
46654 [ 21096] By: jhi                                   on 2003/09/08  17:58:19
46655         Log: Scott A. Crosby believes in not disclosing
46656              any more information than necessary: therefore
46657              instead of hash_seed() we have now hashes_random().
46658      Branch: perl
46659            ! lib/Hash/Util.pm lib/Hash/Util.t pod/perlrun.pod universal.c
46660 ____________________________________________________________________________
46661 [ 21095] By: jhi                                   on 2003/09/08  17:36:50
46662         Log: Mac OS X "last resort" recipe.
46663      Branch: perl
46664            ! README.macosx
46665 ____________________________________________________________________________
46666 [ 21094] By: jhi                                   on 2003/09/08  16:50:55
46667         Log: Subject: [patch] AUTHORS
46668              From: Juerd <juerd@cpan.org>
46669              Date: Mon, 8 Sep 2003 08:42:13 +0200
46670              Message-ID: <20030908064213.GC23461@c3.convolution.nl>
46671      Branch: perl
46672            ! AUTHORS
46673 ____________________________________________________________________________
46674 [ 21093] By: jhi                                   on 2003/09/08  15:47:14
46675         Log: Slightly more intelligent paranoia.
46676      Branch: perl
46677            ! pod/perldiag.pod util.c
46678 ____________________________________________________________________________
46679 [ 21090] By: jhi                                   on 2003/09/08  14:07:03
46680         Log: Win32 is playing to hard to get but I do not have
46681              time to chase it, so restore #21072, more or less.
46682              I think testing the debugger in UNIX-like places
46683              is enough, no need to go into painful contortions
46684              trying to "portably" run interactive programs like
46685              the debugger.
46686      Branch: perl
46687            ! lib/perl5db/de0.t
46688 ____________________________________________________________________________
46689 [ 21088] By: jhi                                   on 2003/09/08  12:50:15
46690         Log: 5.8.1 was mistakenly redefining PL_sv_placeholder.
46691      Branch: perl
46692            ! ext/Storable/Storable.xs
46693 ____________________________________________________________________________
46694 [ 21087] By: jhi                                   on 2003/09/08  12:34:37
46695         Log: Add Hash::Util::hash_seed() which answers among
46696              other things the question whether our hashes are
46697              "randomised".  (They always were...)
46698      Branch: perl
46699            ! lib/Hash/Util.pm lib/Hash/Util.t pod/perlrun.pod universal.c
46700 ____________________________________________________________________________
46701 [ 21086] By: jhi                                   on 2003/09/08  12:22:03
46702         Log: XSRETURN_UV was missing.
46703      Branch: perl
46704            ! XSUB.h
46705 ____________________________________________________________________________
46706 [ 21085] By: jhi                                   on 2003/09/08  12:15:23
46707         Log: Superparanoia.
46708      Branch: perl
46709            ! util.c
46710 ____________________________________________________________________________
46711 [ 21084] By: ams                                   on 2003/09/08  11:44:25
46712         Log: Clean up pp_readdir() somewhat.
46713      Branch: perl
46714            ! pp_sys.c
46715 ____________________________________________________________________________
46716 [ 21082] By: jhi                                   on 2003/09/08  11:32:46
46717         Log: The #21073 broke ext/B/t/o.t, retracting the #21073.
46718      Branch: perl
46719            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
46720 ____________________________________________________________________________
46721 [ 21080] By: jhi                                   on 2003/09/08  09:52:40
46722         Log: In Win32 IPC::Open3 + IO::Select does not work that well
46723              so mostly undo the change #21072 and revert back to using
46724              a temp file.
46725      Branch: perl
46726            ! lib/perl5db/de0.t
46727 ____________________________________________________________________________
46728 [ 21078] By: jhi                                   on 2003/09/08  09:10:47
46729         Log: In Win32 the cmd.exe console output doesn't seem to
46730              be catchable using the in-memory I/O + select trick,
46731              so use tie-STDOUT trick instead.
46732      Branch: perl
46733            ! lib/perl5db/dumpvar.t
46734 ____________________________________________________________________________
46735 [ 21077] By: jhi                                   on 2003/09/08  09:03:13
46736         Log: Move Config test.
46737      Branch: perl
46738            ! lib/perl5db/de0.t
46739 ____________________________________________________________________________
46740 [ 21076] By: jhi                                   on 2003/09/08  08:50:27
46741         Log: Let's require fork for this test.
46742      Branch: perl
46743            ! lib/perl5db/de0.t
46744 ____________________________________________________________________________
46745 [ 21074] By: jhi                                   on 2003/09/08  08:09:27
46746         Log: Subject: [PATCH] call_(pv|etc.) for Devel::PPPort
46747              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
46748              Date: Mon, 08 Sep 2003 08:56:09 +0200
46749              Message-id: <20030908065609.GA1260@ethan>
46750      Branch: perl
46751            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
46752            ! ext/Devel/PPPort/t/test.t
46753 ____________________________________________________________________________
46754 [ 21073] By: jhi                                   on 2003/09/08  08:07:55
46755         Log: Subject: Re: one nit to fix [PATCH]
46756              From: Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com>
46757              Date: Mon, 8 Sep 2003 10:19:08 +0200
46758              Message-Id: <20030908101908.5571326d.rgarcia@hexaflux.com>
46759      Branch: perl
46760            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
46761 ____________________________________________________________________________
46762 [ 21072] By: jhi                                   on 2003/09/08  08:04:53
46763         Log: Subject: Re: [PATCH] Test skeleton for debugger commands
46764              From: Andreas J Koenig <andreas.koenig@anima.de>
46765              Date: Mon, 08 Sep 2003 10:48:27 +0200
46766              Message-ID: <87llszis2s.fsf@franz.ak.mind.de>
46767      Branch: perl
46768            ! lib/perl5db/de0.t
46769 ____________________________________________________________________________
46770 [ 21071] By: jhi                                   on 2003/09/08  06:46:00
46771         Log: de0.t: use Test::More, add some tests.
46772      Branch: perl
46773            ! lib/perl5db/de0.t
46774 ____________________________________________________________________________
46775 [ 21070] By: jhi                                   on 2003/09/08  06:31:39
46776         Log: More dumpvar testing.
46777      Branch: perl
46778            ! lib/perl5db/dumpvar.t
46779 ____________________________________________________________________________
46780 [ 21069] By: jhi                                   on 2003/09/08  05:34:03
46781         Log: An empty test.
46782      Branch: perl
46783            ! lib/perl5db/dumpvar.t
46784 ____________________________________________________________________________
46785 [ 21068] By: jhi                                   on 2003/09/08  05:21:21
46786         Log: dumpvar.t: use Test::More;
46787      Branch: perl
46788            ! lib/perl5db/dumpvar.t
46789 ____________________________________________________________________________
46790 [ 21067] By: jhi                                   on 2003/09/08  05:11:46
46791         Log: Cleanup PerlIO::scalar documentation a bit.
46792      Branch: perl
46793            ! ext/PerlIO/scalar/scalar.pm
46794 ____________________________________________________________________________
46795 [ 21066] By: jhi                                   on 2003/09/08  04:49:28
46796         Log: The in-memory files require PerlIO::scalar.
46797      Branch: perl
46798            ! lib/perl5db/dumpvar.t
46799 ____________________________________________________________________________
46800 [ 21065] By: rgs                                   on 2003/09/07  21:17:23
46801         Log: Subject: [PATCH] Test skeleton for debugger commands
46802              From: Andreas J Koenig <andreas.koenig@anima.de>
46803              Date: Sun, 07 Sep 2003 18:51:56 +0200
46804              Message-ID: <87fzj8k0cz.fsf@franz.ak.mind.de>
46805              With minor adjustments
46806      Branch: perl
46807            + lib/perl5db/de0.t lib/perl5db/dumpvar.t
46808            ! MANIFEST
46809 ____________________________________________________________________________
46810 [ 21064] By: rgs                                   on 2003/09/07  19:12:05
46811         Log: Upgrade to Unicode::Collate 0.28
46812      Branch: perl
46813            + lib/Unicode/Collate/t/contract.t
46814            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
46815            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
46816 ____________________________________________________________________________
46817 [ 21063] By: rgs                                   on 2003/09/07  18:25:23
46818         Log: Subject: [PATCH] Re: [perl #23656] Safe reval bleeds local variable values
46819              From: Dave Mitchell <davem@fdgroup.com>
46820              Date: Sun, 7 Sep 2003 19:14:44 +0100
46821              Message-ID: <20030907181444.GA7058@fdgroup.com>
46822      Branch: perl
46823            ! ext/Opcode/Safe.pm
46824 ____________________________________________________________________________
46825 [ 21062] By: rgs                                   on 2003/09/07  12:44:33
46826         Log: Subject: [PATCH] honoring void context for map()
46827              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
46828              Date: Thu, 04 Sep 2003 11:13:41 +0200
46829              Message-id: <20030904091341.GA30655@ethan>
46830      Branch: perl
46831            ! pp_ctl.c
46832 ____________________________________________________________________________
46833 [ 21061] By: jhi                                   on 2003/09/07  07:04:53
46834         Log: Retract #21010.
46835      Branch: perl
46836            ! lib/dumpvar.pl
46837 ____________________________________________________________________________
46838 [ 21060] By: rgs                                   on 2003/09/06  21:30:10
46839         Log: Minor doc style nits in XSLoader.
46840      Branch: perl
46841            ! ext/DynaLoader/XSLoader_pm.PL
46842 ____________________________________________________________________________
46843 [ 21058] By: jhi                                   on 2003/09/06  19:57:46
46844         Log: Vanity patch.
46845      Branch: perl
46846            ! AUTHORS
46847 ____________________________________________________________________________
46848 [ 21057] By: jhi                                   on 2003/09/06  19:56:53
46849         Log: Updated Sharp Zaurus cross-compilation from Redvers Davies.
46850      Branch: perl
46851            ! Cross/Makefile Cross/Makefile.SH.patch Cross/README Cross/TODO
46852            ! Cross/config.sh-arm-linux Cross/generate_config_sh
46853            ! Cross/installperl.patch
46854 ____________________________________________________________________________
46855 [ 21056] By: rgs                                   on 2003/09/06  19:03:41
46856         Log: Email nits in Fatal.pm [perl #23724].
46857      Branch: perl
46858            ! lib/Fatal.pm
46859 ____________________________________________________________________________
46860 [ 21052] By: jhi                                   on 2003/09/05  20:34:15
46861         Log: Musty corners of Syslog.pm.
46862      Branch: perl
46863            ! ext/Sys/Syslog/Syslog.pm
46864 ____________________________________________________________________________
46865 [ 21051] By: ams                                   on 2003/09/05  18:43:46
46866         Log: 1. Work around the bug fixed by #20587 (because it's in 5.8.0).
46867              2. Compensate for PL_sv_placeholder <= 5.8.1.
46868              3. Clean up non-backwards-compatible tests.
46869              4. Prepare for the 2.08 CPAN release.
46870      Branch: perl
46871            ! ext/Storable/ChangeLog ext/Storable/Storable.xs
46872            ! ext/Storable/t/freeze.t ext/Storable/t/malice.t
46873            ! ext/Storable/t/utf8hash.t
46874 ____________________________________________________________________________
46875 [ 21048] By: jhi                                   on 2003/09/05  13:53:23
46876         Log: One more known tie problem.
46877      Branch: perl
46878            ! pod/perltie.pod
46879 ____________________________________________________________________________
46880 [ 21047] By: jhi                                   on 2003/09/05  13:46:35
46881         Log: Subject: [PATCH] threads/shared.pm: saves 4K per thread
46882              Date: Fri, 5 Sep 2003 14:46:00 +0200
46883              Message-Id: <p05111b05bb7e177db044@[192.168.56.4]>
46884              From: Elizabeth Mattijsen <liz@dijkmat.nl>
46885      Branch: perl
46886            ! ext/threads/shared/shared.pm
46887 ____________________________________________________________________________
46888 [ 21046] By: jhi                                   on 2003/09/05  13:44:30
46889         Log: Subject: versions threads modules
46890              From: Elizabeth Mattijsen <liz@dijkmat.nl>
46891              Date: Fri, 5 Sep 2003 12:22:52 +0200
46892              Message-Id: <p05111b03bb7e1423e6ff@[192.168.56.4]>
46893      Branch: perl
46894            ! ext/threads/shared/shared.pm
46895 ____________________________________________________________________________
46896 [ 21045] By: jhi                                   on 2003/09/05  13:43:36
46897         Log: More suidperl path disclosure plugging:
46898              the #9813 didn't do enough.  See either of
46899              http://rt.perl.org/rt2/Ticket/Display.html?id=6511
46900              http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=203426
46901      Branch: perl
46902            ! perl.c pod/perldiag.pod
46903 ____________________________________________________________________________
46904 [ 21044] By: jhi                                   on 2003/09/05  13:09:54
46905         Log: FreeBSD hints updates from Anton Berezin.
46906      Branch: perl
46907            ! hints/freebsd.sh
46908 ____________________________________________________________________________
46909 [ 21043] By: merijn                                on 2003/09/05  11:18:20
46910         Log: Changed conflicting diff options
46911      Branch: perl
46912            ! patchlevel.h
46913 ____________________________________________________________________________
46914 [ 21042] By: jhi                                   on 2003/09/05  06:47:43
46915         Log: Acknowledge some known tie bugs.
46916      Branch: perl
46917            ! pod/perltie.pod
46918 ____________________________________________________________________________
46919 [ 21041] By: merijn                                on 2003/09/05  04:50:44
46920         Log: Subject: [PATCH] Remove dublicated entry in AUTHORS
46921              From: Ilya Martynov <ilya@martynov.org>
46922              Date: Fri, 05 Sep 2003 00:49:57 +0400
46923              Message-ID: <8765k8uvm2.fsf@abra.ru>
46924      Branch: perl
46925            ! AUTHORS
46926 ____________________________________________________________________________
46927 [ 21040] By: jhi                                   on 2003/09/05  04:36:48
46928         Log: code example error in "perlopentut"
46929      Branch: perl
46930            ! pod/perlopentut.pod
46931 ____________________________________________________________________________
46932 [ 21039] By: jhi                                   on 2003/09/05  04:13:17
46933         Log: Another seemingly fixed (un)tie bug,
46934              [perl ##22297] cannot untie scalar from within tied FETCH
46935      Branch: perl
46936            ! t/op/tie.t
46937 ____________________________________________________________________________
46938 [ 21036] By: jhi                                   on 2003/09/04  19:34:26
46939         Log: Subject: Re: [PATCH] Data::Dumper 2.121
46940              From: Ilya Martynov <ilya@martynov.org>
46941              Date: Fri, 05 Sep 2003 00:33:46 +0400
46942              Message-ID: <87ad9kuwd1.fsf@abra.ru>
46943      Branch: perl
46944            ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
46945            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
46946            ! ext/Data/Dumper/t/overload.t ext/Data/Dumper/t/pair.t
46947 ____________________________________________________________________________
46948 [ 21033] By: jhi                                   on 2003/09/04  18:52:29
46949         Log: I think once is enough.
46950      Branch: perl
46951            ! configure.gnu
46952 ____________________________________________________________________________
46953 [ 21032] By: jhi                                   on 2003/09/04  17:30:28
46954         Log: Subject: [PATCH] Re: [PATCH] Re: ByteLoader and MSWin32
46955              From: Enache Adrian <enache@rdslink.ro>
46956              Date: Thu, 4 Sep 2003 20:09:06 +0300
46957              Message-ID: <20030904170906.GA1235@ratsnest.hole>
46958      Branch: perl
46959            ! bytecode.pl ext/B/B/Bytecode.pm ext/ByteLoader/bytecode.h
46960            ! ext/ByteLoader/byterun.c
46961 ____________________________________________________________________________
46962 [ 21031] By: jhi                                   on 2003/09/04  17:27:58
46963         Log: Subject: [PATCH] perlreftut: change distribution conditions
46964              From: "Brendan O'Dea" <bod@debian.org>
46965              Date: Thu, 4 Sep 2003 02:28:49 +1000
46966              Message-ID: <20030903162849.GA9675@londo.c47.org>
46967      Branch: perl
46968            ! pod/perlreftut.pod
46969 ____________________________________________________________________________
46970 [ 21030] By: jhi                                   on 2003/09/04  17:26:48
46971         Log: Subject: Re: "vendor" patch pickup
46972              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
46973              Date: Thu, 4 Sep 2003 19:47:55 +0200
46974              Message-ID: <009b01c3730c$ac45e750$0c2f1fac@R2D2>
46975
46976              (Gentoo: take Marcus' version of the __THROW patch and
46977              even further #ifdef-protect it with __GLIBC__.)
46978      Branch: perl
46979            ! perl.h
46980 ____________________________________________________________________________
46981 [ 21029] By: jhi                                   on 2003/09/04  16:01:26
46982         Log: Tiny perlcc tweaks.
46983      Branch: perl
46984            ! utils/perlcc.PL
46985 ____________________________________________________________________________
46986 [ 21028] By: jhi                                   on 2003/09/04  15:10:48
46987         Log: A SuSE patchlet for perlcc -c to avoid
46988              "Modification of a read-only value attempted at ... C.pm"
46989      Branch: perl
46990            ! ext/B/B/C.pm
46991 ____________________________________________________________________________
46992 [ 21027] By: jhi                                   on 2003/09/04  08:54:40
46993         Log: AUTHORS updates.
46994      Branch: perl
46995            ! AUTHORS
46996 ____________________________________________________________________________
46997 [ 21025] By: jhi                                   on 2003/09/03  20:27:56
46998         Log: Upgrade to Math::BigInt pre-rel 1.66 as of
46999              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-09/msg00242.html
47000              (the tar.gz link doesn't have 'v1.66', it has '1.66')
47001              so that the smoke builds can start chewing it.
47002      Branch: perl
47003            ! lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
47004            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
47005            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
47006            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
47007            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/sub_mbf.t
47008            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/with_sub.t
47009 ____________________________________________________________________________
47010 [ 21022] By: jhi                                   on 2003/09/03  16:42:24
47011         Log: Subject: [PATCH Porting/valgrindpp.pl] fix: output from different pids
47012              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
47013              Date: Wed, 3 Sep 2003 19:20:20 +0200
47014              Message-ID: <005901c3723f$a7914f10$0c2f1fac@R2D2>
47015      Branch: perl
47016            ! Porting/valgrindpp.pl
47017 ____________________________________________________________________________
47018 [ 21019] By: jhi                                   on 2003/09/03  15:51:35
47019         Log: Also indicate the Unicode level here.
47020              (The last date is non-committal :-)
47021      Branch: perl
47022            ! pod/perlunicode.pod
47023 ____________________________________________________________________________
47024 [ 21018] By: jhi                                   on 2003/09/03  12:08:23
47025         Log: Avoid lvalue casts, from Enache.
47026      Branch: perl
47027            ! ext/ByteLoader/bytecode.h op.h
47028 ____________________________________________________________________________
47029 [ 21017] By: jhi                                   on 2003/09/03  08:23:39
47030         Log: Bump up the VERSION.
47031      Branch: perl
47032            ! lib/bytes.pm
47033 ____________________________________________________________________________
47034 [ 21016] By: jhi                                   on 2003/09/03  08:22:48
47035         Log: Add, document, and test bytes::substr, index, rindex, chr,
47036              document bytes::ord.
47037      Branch: perl
47038            ! lib/bytes.pm lib/bytes.t lib/bytes_heavy.pl
47039 ____________________________________________________________________________
47040 [ 21014] By: jhi                                   on 2003/09/03  06:16:24
47041         Log: Subject: [PATCH] Re: maint@20974 or before broke mp2 ithreads test
47042              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
47043              Date: Wed, 3 Sep 2003 08:57:25 +0200 (MEST)
47044              Message-ID: <29644.1062572245@www50.gmx.net>
47045
47046              The other half of #20930 should be still good.
47047      Branch: perl
47048            ! op.c
47049 ____________________________________________________________________________
47050 [ 21013] By: jhi                                   on 2003/09/03  06:15:09
47051         Log: use IO; is deprecated.
47052      Branch: perl
47053            ! ext/threads/t/join.t
47054 ____________________________________________________________________________
47055 [ 21012] By: jhi                                   on 2003/09/03  05:28:50
47056         Log: Upgrade to base 2.01 from CPAN.
47057      Branch: perl
47058            ! lib/base.pm lib/fields.pm
47059 ____________________________________________________________________________
47060 [ 21011] By: jhi                                   on 2003/09/03  05:08:29
47061         Log: Changing the test count is a good idea.
47062      Branch: perl
47063            ! ext/threads/t/join.t
47064 ____________________________________________________________________________
47065 [ 21010] By: jhi                                   on 2003/09/03  04:59:38
47066         Log: Subject: {PATCH 5.8.1] Re: [perl #23651] Debugger dump failed for blessed REF object
47067              From: Joe McMahon <mcmahon@ibiblio.org>
47068              Date: Tue, 2 Sep 2003 18:02:14 -0400
47069              Message-Id: <1C49133C-DD91-11D7-8450-000393BCA0FC@ibiblio.org>
47070      Branch: perl
47071            ! lib/dumpvar.pl
47072 ____________________________________________________________________________
47073 [ 21009] By: jhi                                   on 2003/09/03  04:48:40
47074         Log: Subject: Re: maint@20974 or before broke mp2 ithreads test
47075              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
47076              Date: Wed, 3 Sep 2003 06:07:54 +0200
47077              Message-ID: <044101c371d0$f39b3fc0$0c2f1fac@R2D2>
47078      Branch: perl
47079            ! ext/threads/t/join.t
47080 ____________________________________________________________________________
47081 [ 21008] By: jhi                                   on 2003/09/03  04:31:35
47082         Log: VMS does not have quite UNIX glob semantics.
47083      Branch: perl
47084            ! t/run/fresh_perl.t
47085 ____________________________________________________________________________
47086 [ 21007] By: rgs                                   on 2003/09/02  21:21:27
47087         Log: Subject: some method calls not autoloaded
47088              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
47089              Date: Tue, 2 Sep 2003 15:06:29 -0700
47090              Message-ID: <20030902220629.GA2952@efn.org>
47091      Branch: perl
47092            ! pod/perlfunc.pod pod/perlsub.pod
47093 ____________________________________________________________________________
47094 [ 21003] By: jhi                                   on 2003/09/02  19:01:07
47095         Log: An untie test from perlmonks-- worked in 5.6.1,
47096              broken in 5.8.0, seems to be working again in maint,
47097              better nail it down now.
47098      Branch: perl
47099            ! t/op/tie.t
47100 ____________________________________________________________________________
47101 [ 21000] By: jhi                                   on 2003/09/02  15:35:40
47102         Log: Retract #20930 because of
47103              Subject: maint@20974 or before broke mp2 ithreads test
47104              From: Stas Bekman <stas@stason.org>
47105              Date: Mon, 01 Sep 2003 23:31:11 -0700
47106              Message-ID: <3F54392F.7080009@stason.org>
47107      Branch: perl
47108            ! op.c
47109 ____________________________________________________________________________
47110 [ 20999] By: jhi                                   on 2003/09/02  15:34:14
47111         Log: Subject: [DOCPATCH] Re: [perl #23630] problem with "used only once" warning
47112              From: Fergal Daly <fergal@esatclear.ie>
47113              Date: Tue, 2 Sep 2003 17:36:52 +0100
47114              Message-Id: <200309021736.52725.fergal@esatclear.ie>
47115      Branch: perl
47116            ! pod/perldiag.pod
47117 ____________________________________________________________________________
47118 [ 20998] By: jhi                                   on 2003/09/02  15:02:47
47119         Log: Subject: [perl #23672] Math::BigInit POD
47120              From: "abigail@abigail.nl (via RT)" <perlbug-followup@perl.org>
47121              Date: 1 Sep 2003 08:47:39 -0000
47122              Message-ID: <rt-23672-64035.19.2973991993763@rt.perl.org>
47123      Branch: perl
47124            ! lib/Math/BigInt.pm
47125 ____________________________________________________________________________
47126 [ 20997] By: jhi                                   on 2003/09/02  14:58:21
47127         Log: Subject: [PATCH perlfaq6.pod] Explain \Q better
47128              From: Mark Jason Dominus <mjd@plover.com>
47129              Date: Mon, 01 Sep 2003 16:19:20 -0400
47130              Message-ID: <20030901201920.3929.qmail@plover.com>
47131      Branch: perl
47132            ! pod/perlfaq6.pod
47133 ____________________________________________________________________________
47134 [ 20996] By: jhi                                   on 2003/09/02  14:56:29
47135         Log: Subject: [PATCH] grok_(number|numeric_radix) added to Devel::PPPort
47136              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
47137              Date: Tue, 02 Sep 2003 11:27:19 +0200
47138              Message-id: <20030902092719.GA18075@ethan>
47139      Branch: perl
47140            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
47141            ! ext/Devel/PPPort/t/test.t
47142 ____________________________________________________________________________
47143 [ 20993] By: jhi                                   on 2003/09/02  14:40:54
47144         Log: Subject: [PATCH] Re: ByteLoader and MSWin32
47145              From: Enache Adrian <enache@rdslink.ro>
47146              Date: Tue, 2 Sep 2003 03:45:11 +0300
47147              Message-ID: <20030902004511.GA1442@ratsnest.hole>
47148      Branch: perl
47149            ! embed.fnc embed.h ext/ByteLoader/bytecode.h global.sym op.c
47150            ! op.h proto.h t/TEST
47151 ____________________________________________________________________________
47152 [ 20990] By: jhi                                   on 2003/09/02  04:29:45
47153         Log: Upgrade to Unicode::Collate 0.27.
47154      Branch: perl
47155            + lib/Unicode/Collate/t/hangul.t
47156            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
47157            ! lib/Unicode/Collate/README
47158 ____________________________________________________________________________
47159 [ 20989] By: jhi                                   on 2003/09/02  04:23:20
47160         Log: Subject: [PATCH Porting/valgrindpp.pl] more options for valgrindpp.pl
47161              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
47162              Date: Mon, 1 Sep 2003 22:28:58 +0200
47163              Message-ID: <007701c370c7$acb85430$0c2f1fac@R2D2>
47164      Branch: perl
47165            ! Porting/valgrindpp.pl
47166 ____________________________________________________________________________
47167 [ 20983] By: jhi                                   on 2003/09/01  14:14:49
47168         Log: From Craig Berry, following the example of the other podxxx.PL
47169              in relying on basename($0, '.PL') to Do The Right Thing with
47170              regard to the case of the extension, which could be either
47171              .pl or .PL on VMS depending on version-specific features.
47172      Branch: perl
47173            ! pod/pod2usage.PL pod/podselect.PL
47174 ____________________________________________________________________________
47175 [ 20982] By: jhi                                   on 2003/09/01  13:01:49
47176         Log: Configure -r in AIX bad.
47177      Branch: perl
47178            ! README.aix
47179 ____________________________________________________________________________
47180 [ 20981] By: jhi                                   on 2003/09/01  11:28:35
47181         Log: Subject: [DOC PATCH] perlfaq4.pod
47182              Date: Mon, 1 Sep 2003 12:38:50 +0200
47183              From: Elizabeth Mattijsen <liz@dijkmat.nl>
47184              Message-Id: <p05111b19bb78d1d7aa70@[192.168.56.4]>
47185      Branch: perl
47186            ! pod/perlfaq4.pod
47187 ____________________________________________________________________________
47188 [ 20980] By: jhi                                   on 2003/09/01  08:49:02
47189         Log: Subject: glob() bug
47190              From: Gurusamy Sarathy <gsar@ActiveState.com>
47191              Date: Mon, 01 Sep 2003 02:25:41 -0700
47192              Message-Id: <200309010925.h819Pf0X011457@smtp3.ActiveState.com>
47193      Branch: perl
47194            ! op.c t/run/fresh_perl.t
47195 ____________________________________________________________________________
47196 [ 20979] By: jhi                                   on 2003/09/01  06:32:01
47197         Log: Ultrix VAX is like VMS VAX in floating point.
47198      Branch: perl
47199            ! t/op/sprintf.t
47200 ____________________________________________________________________________
47201 [ 20978] By: jhi                                   on 2003/09/01  05:44:25
47202         Log: Subject: [PATCH@20959] some WinCE compilers require a little correction
47203              From: Vadim Konovalov <vkonovalov@peterstar.ru>
47204              Date: Mon, 1 Sep 2003 02:57:33 +0400
47205              Message-ID: <1091134912500.20030901025733@peterstar.ru>
47206      Branch: perl
47207            ! wince/Makefile.ce wince/wince.c
47208 ____________________________________________________________________________
47209 [ 20973] By: jhi                                   on 2003/08/31  15:34:43
47210         Log: Add test for -i.
47211      Branch: perl
47212            ! MANIFEST t/run/switches.t
47213 ____________________________________________________________________________
47214 [ 20972] By: jhi                                   on 2003/08/31  15:12:10
47215         Log: Add tests for -h and (unknown) -z.
47216      Branch: perl
47217            ! MANIFEST t/run/switches.t
47218 ____________________________________________________________________________
47219 [ 20971] By: jhi                                   on 2003/08/31  15:03:42
47220         Log: Add test for -v.
47221      Branch: perl
47222            ! MANIFEST t/run/switches.t
47223 ____________________________________________________________________________
47224 [ 20970] By: jhi                                   on 2003/08/31  14:55:54
47225         Log: List the switches tested in switches.t.
47226      Branch: perl
47227            ! t/run/switches.t
47228 ____________________________________________________________________________
47229 [ 20969] By: jhi                                   on 2003/08/31  14:51:19
47230         Log: Subject: [PATCH: perl@20898] have installperl install perl_setup.com and dbga2p.exe for VMS
47231              From: PPrymmer@factset.com
47232              Message-ID: <OF0394CB1E.C7646793-ON85256D93.004D75D4-85256D93.004E01F2@factset.com>
47233              Date: Sun, 31 Aug 2003 10:11:54 -0400
47234      Branch: perl
47235            ! installperl
47236 ____________________________________________________________________________
47237 [ 20968] By: jhi                                   on 2003/08/31  13:24:10
47238         Log: Subject: [PATCH sv.c] Re: [PATCH] add "$lexical not available" warning in C<for my $lex ()>
47239              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
47240              Date: Sun, 31 Aug 2003 15:21:17 +0200
47241              Message-ID: <038401c36fc2$d01b1440$9b00a8c0@R2D2>
47242      Branch: perl
47243            ! sv.c
47244 ____________________________________________________________________________
47245 [ 20965] By: jhi                                   on 2003/08/31  08:55:59
47246         Log: Ouch.  Upgrading to base 2.0 made the threads tests very unhappy
47247              both in blead and maint, lots of "Attempt to free non-existent
47248              shared string" and "Unbalanced string table refcount" errors.
47249              Retract #20960 (and #20963).
47250      Branch: perl
47251            - lib/base/t/base.t lib/base/t/fb18784.t lib/base/t/fb20922.t
47252            - lib/base/t/fields.t lib/base/t/fp560.t lib/base/t/fp580.t
47253            ! MANIFEST lib/base.pm lib/fields.pm
47254 ____________________________________________________________________________
47255 [ 20964] By: jhi                                   on 2003/08/31  08:17:43
47256         Log: Integrate from maint:
47257              [ 20963]
47258              Muffle the 'Pseudo-hashes are deprecated' warning for maint.
47259      Branch: perl
47260           !> lib/base/t/fp560.t
47261 ____________________________________________________________________________
47262 [ 20961] By: jhi                                   on 2003/08/31  08:09:21
47263         Log: De-cargo-cult.
47264      Branch: perl
47265            ! ext/DynaLoader/t/XSLoader.t ext/SDBM_File/t/sdbm.t
47266 ____________________________________________________________________________
47267 [ 20960] By: jhi                                   on 2003/08/31  08:07:43
47268         Log: Upgrade to base.pm 2.0.
47269
47270              (Rename the tests around a bit to be more 8.3-friendly.)
47271      Branch: perl
47272            + lib/base/t/base.t lib/base/t/fb18784.t lib/base/t/fb20922.t
47273            + lib/base/t/fields.t lib/base/t/fp560.t lib/base/t/fp580.t
47274            ! MANIFEST lib/base.pm lib/fields.pm
47275 ____________________________________________________________________________
47276 [ 20957] By: jhi                                   on 2003/08/30  18:47:02
47277         Log: Fewer naked char constants.
47278      Branch: perl
47279            ! doio.c perlio.c sv.h
47280 ____________________________________________________________________________
47281 [ 20956] By: jhi                                   on 2003/08/30  18:38:05
47282         Log: This is probably a wrong fix for
47283              [perl #23645] tell with perlio on appended files
47284              but maybe this gets NI-S agitated enough to present the correct fix :-)
47285      Branch: perl
47286            ! perlio.c t/io/tell.t
47287 ____________________________________________________________________________
47288 [ 20954] By: jhi                                   on 2003/08/30  17:14:19
47289         Log: A new try at
47290
47291              Subject: [PATCH] maint / blead tweaks in perlio.c for Cygwin
47292              From: "Gerrit P. Haase" <gp@familiehaase.de>
47293              Date: Thu, 28 Aug 2003 08:18:51 +0200
47294              Message-ID: <4157199551.20030828081851@familiehaase.de>
47295
47296              (this time Cygwin only)
47297      Branch: perl
47298            ! perlio.c
47299 ____________________________________________________________________________
47300 [ 20952] By: rgs                                   on 2003/08/30  15:20:48
47301         Log: Tweak XSLoader.t.
47302              XSLoader is supposed to work even for extensions that
47303              are statically linked. So only check that the extension we
47304              test for is actually available. (This test is not supposed
47305              to be run by miniperl.)
47306      Branch: perl
47307            ! ext/DynaLoader/t/XSLoader.t
47308 ____________________________________________________________________________
47309 [ 20950] By: jhi                                   on 2003/08/30  06:49:31
47310         Log: Something went wrong in change #20929;
47311              linux 2.4.18-bf2.4 didn't like it:
47312              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-08/msg01992.html
47313              and similar failure pattern also seen in Solaris 8.
47314      Branch: perl
47315            ! perlio.c
47316 ____________________________________________________________________________
47317 [ 20948] By: jhi                                   on 2003/08/30  06:08:57
47318         Log: Setup @INC.
47319      Branch: perl
47320            ! t/op/cproto.t
47321 ____________________________________________________________________________
47322 [ 20946] By: jhi                                   on 2003/08/30  06:00:09
47323         Log: Tabify and re-sort MANIFEST.
47324      Branch: perl
47325            ! MANIFEST
47326 ____________________________________________________________________________
47327 [ 20945] By: jhi                                   on 2003/08/30  05:57:04
47328         Log: Make XSLoader.t more robust (and sdbm.t more verbose)
47329      Branch: perl
47330            ! ext/DynaLoader/t/XSLoader.t ext/SDBM_File/t/sdbm.t
47331 ____________________________________________________________________________
47332 [ 20944] By: jhi                                   on 2003/08/30  05:50:41
47333         Log: Subject: [PATCH] XSLoader nits and tests
47334              From: Michael G Schwern <schwern@pobox.com>
47335              Date: Fri, 29 Aug 2003 22:55:07 -0700
47336              Message-ID: <20030830055507.GI25970@windhund.schwern.org>
47337      Branch: perl
47338            + ext/DynaLoader/t/XSLoader.t
47339            ! MANIFEST ext/DynaLoader/XSLoader_pm.PL
47340 ____________________________________________________________________________
47341 [ 20943] By: jhi                                   on 2003/08/30  05:44:02
47342         Log: Missed from #20942.
47343      Branch: perl
47344            ! lib/File/Spec/VMS.pm
47345 ____________________________________________________________________________
47346 [ 20942] By: jhi                                   on 2003/08/30  05:41:59
47347         Log: Subject: [PATCH: perl@20898] fix File::Spec->abs2rel() to return absolute $path more often for VMS
47348              From: PPrymmer@factset.com
47349              Date: Sat, 30 Aug 2003 00:57:28 -0400
47350              Message-ID: <OFD8AE5D6D.EA3FBE7D-ON85256D92.001A31FE-85256D92.001B3BE5@factset.com>
47351      Branch: perl
47352            ! lib/File/Spec.pm lib/File/Spec/t/Spec.t
47353 ____________________________________________________________________________
47354 [ 20941] By: jhi                                   on 2003/08/30  05:37:13
47355         Log: Subject: [patch sv.h api doc] SvTAINTED_on does its craft only under -T
47356              From: Stas Bekman <stas@stason.org>
47357              Date: Fri, 29 Aug 2003 17:11:41 -0700
47358              Message-ID: <3F4FEBBD.8000901@stason.org>
47359      Branch: perl
47360            ! pod/perlapi.pod sv.h
47361 ____________________________________________________________________________
47362 [ 20940] By: rgs                                   on 2003/08/29  21:17:59
47363         Log: Add a new test, to ensure that we don't unexpectedly change
47364              prototypes of builtins.
47365      Branch: perl
47366            + t/op/cproto.t
47367            ! MANIFEST
47368 ____________________________________________________________________________
47369 [ 20938] By: rgs                                   on 2003/08/29  20:22:21
47370         Log: Don't cast PL_multiline to bool : you may loose important bits.
47371      Branch: perl
47372            ! pp.c pp_hot.c
47373 ____________________________________________________________________________
47374 [ 20937] By: jhi                                   on 2003/08/29  17:22:11
47375         Log: Subject: [PATCH] Re: all 9007199254740992s are equal, but some are more equal than others
47376              From: Nicholas Clark <nick@ccl4.org>
47377              Date: Wed, 27 Aug 2003 22:59:55 +0100
47378              Message-ID: <20030827225955.E558@plum.flirble.org>
47379      Branch: perl
47380            ! pp.c
47381 ____________________________________________________________________________
47382 [ 20936] By: jhi                                   on 2003/08/29  17:17:16
47383         Log: Some perluniintro tweaks.
47384      Branch: perl
47385            ! pod/perluniintro.pod
47386 ____________________________________________________________________________
47387 [ 20935] By: jhi                                   on 2003/08/29  17:07:25
47388         Log: Tiny doc tweak from Shannon -jj Behrens.
47389      Branch: perl
47390            ! pod/perluniintro.pod
47391 ____________________________________________________________________________
47392 [ 20933] By: jhi                                   on 2003/08/29  13:25:18
47393         Log: Comparing an int to a U32 makes VC6 nervous.
47394      Branch: perl
47395            ! pp.c pp_hot.c
47396 ____________________________________________________________________________
47397 [ 20932] By: jhi                                   on 2003/08/29  13:06:06
47398         Log: Better skip() explicit number of tests, test counts getting
47399              out of sync less likely that way.
47400      Branch: perl
47401            ! t/op/pack.t
47402 ____________________________________________________________________________
47403 [ 20931] By: jhi                                   on 2003/08/29  12:59:32
47404         Log: Some Ultrix test dodgings.
47405      Branch: perl
47406            ! t/base/num.t t/op/arith.t t/op/pack.t
47407 ____________________________________________________________________________
47408 [ 20930] By: jhi                                   on 2003/08/29  12:57:07
47409         Log: Subject: [PATCH op.c] Perl_newCONSTSUB() related memory leaks
47410              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
47411              Date: Thu, 28 Aug 2003 21:47:22 +0200
47412              Message-ID: <006301c36d9d$335976a0$e400a8c0@R2D2>
47413      Branch: perl
47414            ! op.c
47415 ____________________________________________________________________________
47416 [ 20929] By: jhi                                   on 2003/08/29  12:55:12
47417         Log: Subject: [PATCH] maint / blead tweaks in perlio.c for Cygwin
47418              From: "Gerrit P. Haase" <gp@familiehaase.de>
47419              Date: Thu, 28 Aug 2003 08:18:51 +0200
47420              Message-ID: <4157199551.20030828081851@familiehaase.de>
47421
47422              (changed so that the 'b' is always appended)
47423      Branch: perl
47424            ! perlio.c
47425 ____________________________________________________________________________
47426 [ 20928] By: jhi                                   on 2003/08/29  07:04:17
47427         Log: Subject: RE: [PATCH] Pod::InputObjects performance de-pessimization
47428              From: marek.rouchal@infineon.com
47429              Date: Wed, 27 Aug 2003 17:25:28 +0200
47430              Message-ID: <9843A649BAD7FB4686F6FCBC840D600E08381508@mucse001.eu.infineon.com>
47431
47432              PodParser-1.25 prerelease.
47433      Branch: perl
47434            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
47435            ! lib/Pod/Parser.pm pod/pod2usage.PL pod/podchecker.PL
47436            ! pod/podselect.PL t/pod/find.t t/pod/poderrs.xr
47437 ____________________________________________________________________________
47438 [ 20927] By: jhi                                   on 2003/08/28  18:53:45
47439         Log: MPE/iX gcc 3.3.1 changes from Mark Klein and Mark Bixby.
47440      Branch: perl
47441            ! ext/DynaLoader/dl_mpeix.xs mpeix/mpeix.c
47442 ____________________________________________________________________________
47443 [ 20925] By: jhi                                   on 2003/08/28  16:15:47
47444         Log: Subject: [PATCH] valgrindpp.pl
47445              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
47446              Date: Thu, 28 Aug 2003 09:43:49 +0200
47447              Message-ID: <002701c36d38$1edb71c0$ae4eeed9@R2D2>
47448      Branch: perl
47449            ! Porting/valgrindpp.pl
47450 ____________________________________________________________________________
47451 [ 20924] By: jhi                                   on 2003/08/28  16:12:08
47452         Log: Subject: [PATCH] Quieten more warnings in Deparse.pm
47453              From: Paul Johnson <paul@pjcj.net>
47454              Date: Thu, 28 Aug 2003 00:13:59 +0200
47455              Message-ID: <20030827221359.GE28396@pjcj.net>
47456      Branch: perl
47457            ! ext/B/B/Deparse.pm
47458 ____________________________________________________________________________
47459 [ 20923] By: jhi                                   on 2003/08/28  01:45:51
47460         Log: Subject: Re: Another oddity in lib/ExtUtils/MakeMaker/Tutorial.pod
47461              From: Michael G Schwern <schwern@pobox.com>
47462              Date: Wed, 27 Aug 2003 15:05:20 -0700
47463              Message-ID: <20030827220520.GD7300@windhund.schwern.org>
47464      Branch: perl
47465            ! lib/ExtUtils/MakeMaker/Tutorial.pod
47466 ____________________________________________________________________________
47467 [ 20922] By: rgs                                   on 2003/08/27  19:52:27
47468         Log: Add caveats and tests for Symbol::delete_package().
47469      Branch: perl
47470            ! lib/Symbol.pm lib/Symbol.t
47471 ____________________________________________________________________________
47472 [ 20921] By: jhi                                   on 2003/08/27  17:12:56
47473         Log: Configure is doing fine in Ultrix, operator error.
47474      Branch: perl
47475            ! hints/ultrix_4.sh
47476 ____________________________________________________________________________
47477 [ 20920] By: jhi                                   on 2003/08/27  16:49:22
47478         Log: Add the valgrindpp.pl script from Marcus Holland-Moritz.
47479      Branch: perl
47480            + Porting/valgrindpp.pl
47481            ! MANIFEST
47482 ____________________________________________________________________________
47483 [ 20917] By: jhi                                   on 2003/08/27  13:09:33
47484         Log: Subject: disturbing, disruptive typo in Tutorial.pod [PATCH]
47485              From: "John P. Linderman" <jpl@research.att.com>
47486              Date: Wed, 27 Aug 2003 08:10:12 -0400 (EDT)
47487              Message-Id: <200308271210.IAA23907@raptor.research.att.com>
47488
47489              Subject: typo in pod/perlnewmod.pod [PATCH]
47490              From: "John P. Linderman" <jpl@research.att.com>
47491              Date: Wed, 27 Aug 2003 09:07:12 -0400 (EDT)
47492              Message-Id: <200308271307.JAA46955@raptor.research.att.com>
47493
47494              Subject: [PATCH] document the location of byacc
47495              From: Dave Mitchell <davem@fdgroup.com>
47496              Date: Wed, 27 Aug 2003 14:26:50 +0100
47497              Message-ID: <20030827132650.GA23144@fdgroup.com>
47498      Branch: perl
47499            ! Porting/pumpkin.pod lib/ExtUtils/MakeMaker/Tutorial.pod
47500            ! pod/perlnewmod.pod
47501 ____________________________________________________________________________
47502 [ 20916] By: jhi                                   on 2003/08/27  13:01:26
47503         Log: Ultrix tweaks: <string.h> must not be included twice
47504              (otherwise one gets prototype conflicts between the <string.h>
47505              and proto.h because Ultrix thinks e.g. Perl_ninstr has been
47506              define in <string.h>...); and Configure misprobes some features.
47507      Branch: perl
47508            ! ext/POSIX/POSIX.xs ext/SDBM_File/sdbm/sdbm.c
47509            ! ext/SDBM_File/sdbm/sdbm.h ext/Socket/Socket.xs
47510            ! hints/ultrix_4.sh
47511 ____________________________________________________________________________
47512 [ 20915] By: jhi                                   on 2003/08/27  05:37:34
47513         Log: Urk.  In Mac OS X byteorder is not one of the "known ones",
47514              but instead it is 0xFFFF.  So retract #20914.
47515      Branch: perl
47516            ! perl.h
47517 ____________________________________________________________________________
47518 [ 20914] By: jhi                                   on 2003/08/27  05:17:44
47519         Log: Sanity check for BYTEORDER.
47520      Branch: perl
47521            ! perl.h
47522 ____________________________________________________________________________
47523 [ 20913] By: rgs                                   on 2003/08/26  20:34:48
47524         Log: Integrate two DJGPP portability patches from the 5.6.2 branch :
47525
47526              [20859]
47527              Two portability patches for DJGPP from Richard Dawe
47528              <rich@phekda.freeserve.co.uk>.
47529              Message-Id: <E19qfNh-0000Zq-00@phekda.freeserve.co.uk>
47530
47531              [20911]
47532              Don't uppercase automatically all environment variables on DJGPP.
47533              (reported by Richard Dawe, this breaks portability of Unix
47534              scripts.) Don't change the behaviour on plain MS/DOS.
47535      Branch: perl
47536            ! perl.c
47537           !> djgpp/djgppsed.sh dosish.h
47538 ____________________________________________________________________________
47539 [ 20912] By: rgs                                   on 2003/08/26  20:15:40
47540         Log: perlapi.pod tweaks, based on :
47541              Subject: misdocumented return value for sv_setref*
47542              From: Joe Schaefer <joe+perl@sunstarsys.com>
47543              Date: 12 Aug 2003 13:21:42 -0400
47544              Message-ID: <m3adae94gp.fsf@sol.sunstarsys.com>
47545      Branch: perl
47546            ! pod/perlapi.pod sv.c
47547 ____________________________________________________________________________
47548 [ 20910] By: rgs                                   on 2003/08/26  19:37:29
47549         Log: Change the internal prototype of the pop() and shift() builtins
47550              to (;\@), to reflect that their array argument is optional.
47551      Branch: perl
47552            ! opcode.h opcode.pl
47553 ____________________________________________________________________________
47554 [ 20909] By: rgs                                   on 2003/08/26  19:13:39
47555         Log: Subject: [PATCH] improved 19064 (local $_[0] problems)
47556              From: Dave Mitchell <davem@fdgroup.com>
47557              Date: Sun, 24 Aug 2003 15:52:00 +0100
47558              Message-ID: <20030824145159.GA12210@fdgroup.com>
47559      Branch: perl
47560            ! pp_ctl.c pp_hot.c scope.c t/op/args.t
47561 ____________________________________________________________________________
47562 [ 20908] By: rgs                                   on 2003/08/26  18:40:50
47563         Log: Subject: [PATCH] minor File::Spec testing cleanup
47564              From: Ken Williams <ken@mathforum.org>
47565              Date: Thu, 21 Aug 2003 22:47:51 -0500
47566              Message-Id: <67C30B63-D453-11D7-8495-003065F6D85A@mathforum.org>
47567      Branch: perl
47568            ! lib/File/Spec/t/rel2abs2rel.t
47569 ____________________________________________________________________________
47570 [ 20907] By: jhi                                   on 2003/08/26  12:12:14
47571         Log: Maintainer catch from Rafael.
47572      Branch: perl
47573            ! Porting/Maintainers.pl
47574 ____________________________________________________________________________
47575 [ 20905] By: jhi                                   on 2003/08/26  09:36:22
47576         Log: Take a cutdown version of the change #20903 also to perlebcdic.
47577      Branch: perl
47578            ! pod/perlebcdic.pod
47579 ____________________________________________________________________________
47580 [ 20904] By: jhi                                   on 2003/08/26  09:29:49
47581         Log: No dynaloading at all in Ultrix.
47582      Branch: perl
47583            ! hints/ultrix_4.sh
47584 ____________________________________________________________________________
47585 [ 20903] By: jhi                                   on 2003/08/26  08:54:02
47586         Log: PerlIO on EBCDIC on BS2000 advice from Thomas Dorner.
47587              (This information looks interesting enough to be mentioned
47588              elsewhere, too.)
47589      Branch: perl
47590            ! README.bs2000
47591 ____________________________________________________________________________
47592 [ 20902] By: jhi                                   on 2003/08/26  08:36:36
47593         Log: CGI::Carp from CGI.pm 3.00 was missing.
47594      Branch: perl
47595            ! lib/CGI/Carp.pm
47596 ____________________________________________________________________________
47597 [ 20901] By: jhi                                   on 2003/08/26  05:18:15
47598         Log: Subject: Re: [PATCH] valgrind and /#/x
47599              From: Enache Adrian <enache@rdslink.ro>
47600              Date: Tue, 26 Aug 2003 08:11:07 +0300
47601              Message-ID: <20030826051107.GA1086@ratsnest.hole>
47602      Branch: perl
47603            ! regcomp.c t/op/re_tests t/run/fresh_perl.t toke.c
47604 ____________________________________________________________________________
47605 [ 20900] By: jhi                                   on 2003/08/26  04:53:09
47606         Log: More memory lane.
47607      Branch: perl
47608            ! hints/ultrix_4.sh
47609 ____________________________________________________________________________
47610 [ 20899] By: rgs                                   on 2003/08/25  21:05:57
47611         Log: fix syscall() prototype description in
47612              perlfunc.pod, as suggested by Lukas Mai.
47613      Branch: perl
47614            ! pod/perlfunc.pod
47615 ____________________________________________________________________________
47616 [ 20896] By: jhi                                   on 2003/08/25  19:52:48
47617         Log: Tiny doc tweak.
47618      Branch: perl
47619            ! README.solaris
47620 ____________________________________________________________________________
47621 [ 20895] By: jhi                                   on 2003/08/25  19:46:31
47622         Log: Even more SunOS 4 info.
47623      Branch: perl
47624            ! README.solaris
47625 ____________________________________________________________________________
47626 [ 20894] By: jhi                                   on 2003/08/25  19:37:00
47627         Log: Subject: [PATCH@20512] make backspace key work for WinCE users
47628              From: Vadim Konovalov <vkonovalov@peterstar.ru>
47629              Date: Tue, 26 Aug 2003 00:10:29 +0400
47630              Message-ID: <135606488000.20030826001029@peterstar.ru>
47631      Branch: perl
47632            ! wince/perlmain.c
47633 ____________________________________________________________________________
47634 [ 20893] By: jhi                                   on 2003/08/25  19:25:08
47635         Log: Subject: more valgrinding: select problem?
47636              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
47637              Date: Mon, 25 Aug 2003 22:02:17 +0200
47638              Message-ID: <008301c36b43$cfe26f10$0c2f1fac@R2D2>
47639
47640              In glibc, just use the __FD_SETSIZE since that's
47641              the size of the buffer (usually 1024 bits, much
47642              more than the selectminbits of 32).
47643      Branch: perl
47644            ! pp_sys.c
47645 ____________________________________________________________________________
47646 [ 20892] By: jhi                                   on 2003/08/25  19:11:32
47647         Log: More ptags tweakage from Stas; now add 'fullpath'
47648              option to get absolute paths.
47649      Branch: perl
47650            ! emacs/ptags
47651 ____________________________________________________________________________
47652 [ 20891] By: jhi                                   on 2003/08/25  18:35:03
47653         Log: The new tests of #20888 didn't really test what they claimed to.
47654      Branch: perl
47655            ! t/op/pat.t
47656 ____________________________________________________________________________
47657 [ 20890] By: jhi                                   on 2003/08/25  18:14:33
47658         Log: Subject: [5.8.1] maint @ 20845 OK on aix 4.2
47659              From: Jose.auguste-etienne@cgss-guyane.fr
47660              Date: Mon, 25 Aug 2003 14:35:45 -0300
47661              Message-ID: <OF1EF867E8.4A2A43A1-ON03256D8D.005DFE9A@Cgss-Guyane.fr>
47662
47663              AIX Configure advice.
47664      Branch: perl
47665            ! README.aix
47666 ____________________________________________________________________________
47667 [ 20889] By: jhi                                   on 2003/08/25  18:08:42
47668         Log: More SunOS 4.x info.
47669      Branch: perl
47670            ! README.solaris
47671 ____________________________________________________________________________
47672 [ 20888] By: jhi                                   on 2003/08/25  17:53:32
47673         Log: The #20887 didn't go over that well;
47674              and add a few more tests from UTS#18.
47675      Branch: perl
47676            ! t/op/pat.t
47677 ____________________________________________________________________________
47678 [ 20887] By: jhi                                   on 2003/08/25  16:40:51
47679         Log: pat.t -> charnames -> UCD -> Storable,
47680              not good for static builds and minitest.
47681      Branch: perl
47682            ! t/op/pat.t
47683 ____________________________________________________________________________
47684 [ 20886] By: jhi                                   on 2003/08/25  16:35:26
47685         Log: SunOS 4.1.4 is working, too.
47686      Branch: perl
47687            ! README.solaris hints/sunos_4_1.sh
47688 ____________________________________________________________________________
47689 [ 20884] By: jhi                                   on 2003/08/25  16:05:18
47690         Log: Regen perlmodlib, perltoc.
47691      Branch: perl
47692            ! pod/perlmodlib.pod pod/perltoc.pod
47693 ____________________________________________________________________________
47694 [ 20881] By: jhi                                   on 2003/08/25  15:45:51
47695         Log: UVSIZE is not yet defined when it would be needed
47696              by MULTIARCH.  So go back to LONGSIZE, and (belt-
47697              and-suspenders-and-rope style) later in UVSIZE
47698              possibly redefine BYTEORDER.
47699      Branch: perl
47700            ! Configure config_h.SH
47701 ____________________________________________________________________________
47702 [ 20880] By: jhi                                   on 2003/08/25  11:28:45
47703         Log: Subject: [PATCH] valgrind and /#/x
47704              From: Dave Mitchell <davem@fdgroup.com>
47705              Date: Mon, 25 Aug 2003 13:27:49 +0100
47706              Message-ID: <20030825122748.GA15560@fdgroup.com>
47707      Branch: perl
47708            ! regcomp.c
47709 ____________________________________________________________________________
47710 [ 20879] By: jhi                                   on 2003/08/25  11:16:29
47711         Log: Subject: Please update my address
47712              From: Ed Avis <ed@membled.com>
47713              Date: Mon, 25 Aug 2003 13:16:45 +0100 (BST)
47714              Message-ID: <Pine.LNX.4.20L2.0308251314530.29902-100000@budvar.future-i.net>
47715
47716              (Just the AUTHORS part, though, I don't think retroactively
47717              updating the Changes* is useful.)
47718      Branch: perl
47719            ! AUTHORS
47720 ____________________________________________________________________________
47721 [ 20878] By: jhi                                   on 2003/08/25  11:14:26
47722         Log: Document even more ways of affecting your "utf8ness".
47723      Branch: perl
47724            ! lib/utf8.pm
47725 ____________________________________________________________________________
47726 [ 20877] By: jhi                                   on 2003/08/25  11:11:40
47727         Log: Change the VERSION since there are now changes since Perl 5.8.0.
47728      Branch: perl
47729            ! ext/I18N/Langinfo/Langinfo.pm
47730 ____________________________________________________________________________
47731 [ 20876] By: jhi                                   on 2003/08/25  11:11:13
47732         Log: Keep the CGI::Util VERSION at 1.31 since there have been changes
47733              since Perl 5.8.0.
47734      Branch: perl
47735            ! lib/CGI/Util.pm
47736 ____________________________________________________________________________
47737 [ 20875] By: jhi                                   on 2003/08/25  11:09:49
47738         Log: Upgrade to CGI.pm 3.00.
47739      Branch: perl
47740            ! lib/CGI.pm lib/CGI/Util.pm
47741 ____________________________________________________________________________
47742 [ 20872] By: jhi                                   on 2003/08/25  09:03:44
47743         Log: Subject: [PATCH] valgrind update
47744              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
47745              Date: Mon, 25 Aug 2003 09:51:57 +0200 (MEST)
47746              Message-ID: <21671.1061797917@www38.gmx.net>
47747      Branch: perl
47748            ! t/TEST t/op/magic.t
47749 ____________________________________________________________________________
47750 [ 20871] By: jhi                                   on 2003/08/25  05:16:02
47751         Log: Subject: [PATCH] valgrind memcpy warnings (Re: [PATCH] Re: valgrind as a leak hound?)
47752              From: Nicholas Clark <nick@ccl4.org>
47753              Date: Sun, 24 Aug 2003 16:48:53 +0100
47754              Message-ID: <20030824164851.E558@plum.flirble.org>
47755      Branch: perl
47756            ! doop.c
47757 ____________________________________________________________________________
47758 [ 20870] By: jhi                                   on 2003/08/25  05:14:04
47759         Log: Subject: [patch emacs/ptags] allow xemacs to be used
47760              From: Stas Bekman <stas@stason.org>
47761              Date: Sun, 24 Aug 2003 22:05:00 -0700
47762              Message-ID: <3F4998FC.3090401@stason.org>
47763      Branch: perl
47764            ! emacs/ptags
47765 ____________________________________________________________________________
47766 [ 20868] By: jhi                                   on 2003/08/24  13:20:03
47767         Log: MPE/iX doc tweak from Mark Bixby.
47768      Branch: perl
47769            ! README.mpeix
47770 ____________________________________________________________________________
47771 [ 20867] By: jhi                                   on 2003/08/24  10:46:42
47772         Log: Various tweaks for getting Perl to compile on SunOS 4.x.
47773              Doesn't work well yet, something broken in DynaLoader/XSLoader?
47774      Branch: perl
47775            ! README.solaris ext/IO/poll.c hints/sunos_4_1.sh
47776 ____________________________________________________________________________
47777 [ 20866] By: jhi                                   on 2003/08/24  10:00:59
47778         Log: IRIX 5.3 is 99.90% okay.
47779      Branch: perl
47780            ! README.irix hints/irix_5.sh
47781 ____________________________________________________________________________
47782 [ 20865] By: jhi                                   on 2003/08/24  08:24:46
47783         Log: An imperfect last resort in case there is no strtoul() but
47784              there is strtol() (like e.g. SunOS 4) because of the Atoul()
47785              in Perl_get_hash_seed()).  The only true fix would be to
47786              implement Perl_my_strtoul() (and Perl_my_strtol(), I guess)
47787              in numeric.c.
47788      Branch: perl
47789            ! perl.h
47790 ____________________________________________________________________________
47791 [ 20864] By: jhi                                   on 2003/08/24  07:45:47
47792         Log: s/rationale/rational/g on bigrats.
47793      Branch: perl
47794            ! lib/Math/BigRat.pm lib/bigrat.pm
47795 ____________________________________________________________________________
47796 [ 20862] By: jhi                                   on 2003/08/24  06:41:17
47797         Log: Update the CPAN mirrors list.
47798      Branch: perl
47799            ! pod/perlmodlib.PL pod/perlmodlib.pod
47800 ____________________________________________________________________________
47801 [ 20861] By: jhi                                   on 2003/08/24  06:13:13
47802         Log: gcc -O3 and Storable in Linux do not like each other.
47803      Branch: perl
47804            ! ext/Storable/hints/linux.pl
47805 ____________________________________________________________________________
47806 [ 20860] By: jhi                                   on 2003/08/24  05:34:56
47807         Log: Bad quote day, noticed by Philip Newton.
47808      Branch: perl
47809            ! hints/dos_djgpp.sh
47810 ____________________________________________________________________________
47811 [ 20856] By: jhi                                   on 2003/08/23  09:15:15
47812         Log: Subject: Re: bytecode.t & OS X "Invalid bytecode for this architecture"
47813              From: Enache Adrian <enache@rdslink.ro>
47814              Date: Mon, 4 Aug 2003 16:20:19 +0300
47815              Message-ID: <20030804132019.GA6764@ratsnest.hole>
47816      Branch: perl
47817            ! Configure config_h.SH
47818 ____________________________________________________________________________
47819 [ 20855] By: jhi                                   on 2003/08/23  07:51:32
47820         Log: Add more comments so that one can see what is supposed to happen.
47821      Branch: perl
47822            ! t/op/lc.t
47823 ____________________________________________________________________________
47824 [ 20854] By: jhi                                   on 2003/08/23  07:41:11
47825         Log: More data points about the Storable optimization problem
47826              in Linux.  (It might be that also non-Debians are affected,
47827              waiting for more information.)
47828      Branch: perl
47829            ! ext/Storable/hints/linux.pl
47830 ____________________________________________________________________________
47831 [ 20853] By: jhi                                   on 2003/08/23  07:37:41
47832         Log: Move the note about known eval leaks earlier.
47833      Branch: perl
47834            ! pod/perlhack.pod
47835 ____________________________________________________________________________
47836 [ 20852] By: jhi                                   on 2003/08/23  07:15:58
47837         Log: Forgot to regen byterun.c.
47838      Branch: perl
47839            ! ext/ByteLoader/byterun.c
47840 ____________________________________________________________________________
47841 [ 20851] By: jhi                                   on 2003/08/23  07:13:29
47842         Log: Doc tweaks on perlhack.
47843      Branch: perl
47844            ! pod/perlhack.pod
47845 ____________________________________________________________________________
47846 [ 20850] By: jhi                                   on 2003/08/23  06:54:58
47847         Log: Subject: [PATCH] Re: valgrind as a leak hound?
47848              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
47849              Date: Fri, 22 Aug 2003 23:28:18 +0200
47850              Message-ID: <002201c368f4$4e5a5e40$0c2f1fac@R2D2>
47851
47852              Add the leak detection to valgrind testing.
47853      Branch: perl
47854            + t/perl.supp
47855            ! MANIFEST pod/perlhack.pod t/TEST
47856 ____________________________________________________________________________
47857 [ 20843] By: jhi                                   on 2003/08/22  15:05:39
47858         Log: Oops.  Why can't C comments nest?
47859      Branch: perl
47860            ! pp_sys.c
47861 ____________________________________________________________________________
47862 [ 20842] By: jhi                                   on 2003/08/22  14:57:09
47863         Log: Try to dodge getspnam() in AIX.
47864      Branch: perl
47865            ! pp_sys.c
47866 ____________________________________________________________________________
47867 [ 20840] By: jhi                                   on 2003/08/22  13:52:26
47868         Log: Subject: Re: mysterious bytecode.t failure
47869              From: Enache Adrian <enache@rdslink.ro>
47870              Date: Fri, 22 Aug 2003 11:49:34 +0300
47871              Message-ID: <20030822084934.GA1257@ratsnest.hole>
47872      Branch: perl
47873            ! t/base/lex.t
47874 ____________________________________________________________________________
47875 [ 20839] By: jhi                                   on 2003/08/22  13:51:44
47876         Log: Subject: [PATCH] for File::Temp::tempdir(CLEANUP => 1)
47877              From: Slaven Rezic <slaven@rezic.de>
47878              Date: Sun, 17 Aug 2003 12:52:47 +0200 (CEST)
47879              Message-Id: <200308171052.h7HAqlfo026317@vran.herceg.de>
47880      Branch: perl
47881            ! lib/File/Temp.pm lib/File/Temp/t/tempfile.t
47882 ____________________________________________________________________________
47883 [ 20837] By: jhi                                   on 2003/08/22  13:42:24
47884         Log: Just #.
47885      Branch: perl
47886            ! pod/buildtoc pod/perltoc.pod
47887 ____________________________________________________________________________
47888 [ 20835] By: jhi                                   on 2003/08/22  13:32:12
47889         Log: Regen toc.
47890      Branch: perl
47891            ! pod/perltoc.pod
47892 ____________________________________________________________________________
47893 [ 20834] By: jhi                                   on 2003/08/22  13:28:36
47894         Log: Also MANIFEST the vms/perlvms restoration.
47895      Branch: perl
47896            ! MANIFEST
47897 ____________________________________________________________________________
47898 [ 20833] By: jhi                                   on 2003/08/22  13:22:02
47899         Log: In the vms/descrip_mms.template    the perlvms.pod must
47900              be copied from vms/, err, [.vms], not [.pod].
47901      Branch: perl
47902            ! pod/buildtoc vms/descrip_mms.template
47903 ____________________________________________________________________________
47904 [ 20832] By: jhi                                   on 2003/08/22  13:15:35
47905         Log: Retract #20826 and #20831; things are done differently
47906              in VMS, it seems.  Maybe the vms/descrip_mms.template
47907              needs to be changed?
47908      Branch: perl
47909            + vms/perlvms.pod
47910            - pod/perlvms.pod
47911            ! MANIFEST Makefile.SH
47912 ____________________________________________________________________________
47913 [ 20831] By: jhi                                   on 2003/08/22  13:04:47
47914         Log: Rafael spotted that vms/perlvms.pod was still referred to.
47915      Branch: perl
47916            ! Makefile.SH
47917 ____________________________________________________________________________
47918 [ 20829] By: jhi                                   on 2003/08/22  12:22:04
47919         Log: The change #20809 opened up a code path that might leave s unset.
47920      Branch: perl
47921            ! mg.c
47922 ____________________________________________________________________________
47923 [ 20828] By: jhi                                   on 2003/08/22  12:17:49
47924         Log: Subject: [PATCH: lib/File/Path.t] Re: maint @ 20803
47925              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
47926              Date: Fri, 22 Aug 2003 14:57:09 +0200
47927              Message-ID: <00dd01c368ac$e69146d0$0c2f1fac@R2D2>
47928      Branch: perl
47929            ! lib/File/Path.t
47930 ____________________________________________________________________________
47931 [ 20827] By: jhi                                   on 2003/08/22  12:17:01
47932         Log: Test the correct longness; from Enache.
47933      Branch: perl
47934            ! ext/B/t/assembler.t
47935 ____________________________________________________________________________
47936 [ 20826] By: jhi                                   on 2003/08/22  12:15:28
47937         Log: perlvms moving day, from Craig Berry.
47938      Branch: perl
47939            + pod/perlvms.pod
47940            - vms/perlvms.pod
47941            ! MANIFEST
47942 ____________________________________________________________________________
47943 [ 20825] By: jhi                                   on 2003/08/22  12:14:14
47944         Log: Lower Storable.xs optimization to -O2 on certain
47945              known platforms.
47946      Branch: perl
47947            + ext/Storable/hints/linux.pl
47948            ! MANIFEST
47949 ____________________________________________________________________________
47950 [ 20824] By: jhi                                   on 2003/08/22  08:20:15
47951         Log: Subject: [PATCH] Re: [perl #23463] compiler version on sparc/netbsd
47952              From: Nicholas Clark <nick@ccl4.org>
47953              Date: Thu, 21 Aug 2003 22:26:18 +0100
47954              Message-ID: <20030821222618.T558@plum.flirble.org>
47955      Branch: perl
47956            ! t/op/pack.t
47957 ____________________________________________________________________________
47958 [ 20823] By: jhi                                   on 2003/08/22  08:16:47
47959         Log: Subject: Re: [perl #23463]: compiler version on sparc/netbsd
47960              From: alian@cpan.org (Alian)
47961              Date: Wed, 20 Aug 2003 20:39:17 +0200
47962              Message-ID: <3F43C055.6030709@jupiter.alianet>
47963      Branch: perl
47964            ! t/op/pack.t
47965 ____________________________________________________________________________
47966 [ 20822] By: jhi                                   on 2003/08/22  08:01:57
47967         Log: Try to make the use of utf8 as clear as possible.
47968      Branch: perl
47969            ! lib/utf8.pm
47970 ____________________________________________________________________________
47971 [ 20821] By: jhi                                   on 2003/08/22  07:51:21
47972         Log: Put the tests of the change #19064 back, but disable them.
47973      Branch: perl
47974            ! t/op/args.t
47975 ____________________________________________________________________________
47976 [ 20820] By: jhi                                   on 2003/08/22  06:47:50
47977         Log: Advertise the encoding pragma at the utf8 pragma.
47978      Branch: perl
47979            ! lib/utf8.pm
47980 ____________________________________________________________________________
47981 [ 20819] By: jhi                                   on 2003/08/22  06:31:29
47982         Log: Subject: [PATCH] grok_* symbols missing in Devel::PPPort (2nd attempt)
47983              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
47984              Date: Fri, 22 Aug 2003 09:01:09 +0200
47985              Message-id: <20030822070109.GA1029@ethan>
47986      Branch: perl
47987            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
47988            ! ext/Devel/PPPort/t/test.t
47989 ____________________________________________________________________________
47990 [ 20817] By: jhi                                   on 2003/08/22  05:18:53
47991         Log: Subject: [PATCH] perl-5.8.0, langinfo.h and YESSTR
47992              From: insecure <insecure@mail.od.ua>
47993              Date: Thu, 21 Aug 2003 21:37:56 +0300
47994              Message-Id: <200308212137.57016.insecure@mail.od.ua>
47995      Branch: perl
47996            ! ext/I18N/Langinfo/Langinfo.xs
47997 ____________________________________________________________________________
47998 [ 20816] By: jhi                                   on 2003/08/22  05:15:30
47999         Log: More bytecode patching from Enache.
48000      Branch: perl
48001            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
48002            ! ext/B/B/Disassembler.pm ext/ByteLoader/bytecode.h
48003 ____________________________________________________________________________
48004 [ 20815] By: jhi                                   on 2003/08/22  05:06:58
48005         Log: Subject: Re: pod cleanup
48006              From: Ken Williams <ken@mathforum.org>
48007              Date: Thu, 21 Aug 2003 21:24:57 -0500
48008              Message-Id: <D2C0AA31-D447-11D7-8495-003065F6D85A@mathforum.org>
48009      Branch: perl
48010            ! lib/File/Spec/Cygwin.pm lib/File/Spec/OS2.pm
48011 ____________________________________________________________________________
48012 [ 20814] By: jhi                                   on 2003/08/22  05:05:52
48013         Log: Do not edit perltoc since it is autogenerated.
48014      Branch: perl
48015            ! pod/buildtoc
48016 ____________________________________________________________________________
48017 [ 20813] By: jhi                                   on 2003/08/22  04:57:12
48018         Log: Subject: [PATCH] Re: pod cleanup
48019              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
48020              Date: Thu, 21 Aug 2003 17:09:17 -0400
48021              Message-ID: <20030821210917.GB164965@linguist.thayer.dartmouth.edu>
48022
48023              (the pod part)
48024      Branch: perl
48025            ! pod/perl5005delta.pod pod/perlfaq4.pod pod/perlhack.pod
48026            ! pod/perlipc.pod pod/perlpacktut.pod
48027 ____________________________________________________________________________
48028 [ 20811] By: jhi                                   on 2003/08/22  04:46:58
48029         Log: No need to E<gt>.
48030      Branch: perl
48031            ! pod/perluniintro.pod
48032 ____________________________________________________________________________
48033 [ 20810] By: jhi                                   on 2003/08/22  04:46:01
48034         Log: Add File::Temp's OO test.
48035      Branch: perl
48036            + lib/File/Temp/t/object.t
48037            ! MANIFEST
48038 ____________________________________________________________________________
48039 [ 20809] By: rgs                                   on 2003/08/21  19:07:22
48040         Log: The magic variables that alter STDOUT have a tendancy to segfault
48041              when accessed if STDOUT is undefined. Protect them.
48042      Branch: perl
48043            ! mg.c
48044 ____________________________________________________________________________
48045 [ 20808] By: jhi                                   on 2003/08/21  18:39:36
48046         Log: Mention the Unicode UTR #18 version referenced.
48047      Branch: perl
48048            ! pod/perlunicode.pod
48049 ____________________________________________________________________________
48050 [ 20807] By: jhi                                   on 2003/08/21  18:22:22
48051         Log: Must close so that unlink works portably.
48052      Branch: perl
48053            ! t/io/utf8.t
48054 ____________________________________________________________________________
48055 [ 20806] By: jhi                                   on 2003/08/21  18:15:07
48056         Log: Subject: [perluniintro.pod] pod markup fix
48057              From: Stas Bekman <stas@stason.org>
48058              Date: Thu, 21 Aug 2003 11:41:01 -0700
48059              Message-ID: <3F45123D.8020805@stason.org>
48060      Branch: perl
48061            ! pod/perluniintro.pod
48062 ____________________________________________________________________________
48063 [ 20805] By: jhi                                   on 2003/08/21  18:11:30
48064         Log: Subject: [PATCH] utf8 variable names scrambled in error messages
48065              From: Enache Adrian <enache@rdslink.ro>
48066              Date: Thu, 21 Aug 2003 21:17:26 +0300
48067              Message-ID: <20030821181726.GA1241@ratsnest.hole>
48068      Branch: perl
48069            ! gv.c t/op/die.t
48070 ____________________________________________________________________________
48071 [ 20804] By: jhi                                   on 2003/08/21  18:09:10
48072         Log: Fix the syswrite downgrade bug of
48073              [perl #23428] Somethings rotten in unicode semantics
48074      Branch: perl
48075            ! pp_sys.c t/io/utf8.t
48076 ____________________________________________________________________________
48077 [ 20801] By: jhi                                   on 2003/08/21  15:06:16
48078         Log: No more public cwd(), use private _cwd().
48079      Branch: perl
48080            ! lib/File/Spec/t/Spec.t
48081 ____________________________________________________________________________
48082 [ 20799] By: jhi                                   on 2003/08/21  14:20:04
48083         Log: Underline the fact that abs2rel() makes no sense
48084              if it spans multiple roots.
48085      Branch: perl
48086            ! lib/File/Spec.pm lib/File/Spec/Unix.pm
48087 ____________________________________________________________________________
48088 [ 20798] By: jhi                                   on 2003/08/21  14:12:29
48089         Log: Rename the internal cwd() to _cwd() (it's not curdir).
48090      Branch: perl
48091            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
48092            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
48093            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
48094            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
48095 ____________________________________________________________________________
48096 [ 20797] By: jhi                                   on 2003/08/21  14:05:18
48097         Log: Subject: Re: [PATCH: perl@20760] clean up quotation issue for use with MMS on VMS
48098              From: PPrymmer@factset.com
48099              Message-ID: <OF261B78F0.19FBE242-ON85256D88.00091B48-85256D88.000A179D@factset.com>
48100              Date: Tue, 19 Aug 2003 21:50:12 -0400
48101      Branch: perl
48102            ! lib/ExtUtils/MM_Unix.pm
48103 ____________________________________________________________________________
48104 [ 20795] By: jhi                                   on 2003/08/21  04:42:56
48105         Log: Retract #19064, broke mod_perl flushing (localisation of $|).
48106              http://public.activestate.com/cgi-bin/perlbrowse?patch=19064
48107              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-08/msg01466.html
48108      Branch: perl
48109            ! pp_ctl.c pp_hot.c scope.c t/op/args.t
48110 ____________________________________________________________________________
48111 [ 20794] By: jhi                                   on 2003/08/21  04:35:54
48112         Log: MPE/iX does not have nanosleep() (the test makes
48113              a wrong conclusion of the linking succeeding)
48114      Branch: perl
48115            ! ext/Time/HiRes/Makefile.PL
48116 ____________________________________________________________________________
48117 [ 20793] By: jhi                                   on 2003/08/21  04:35:05
48118         Log: Subject: Re: untieing your victim during the act
48119              From: Dave Mitchell <davem@fdgroup.com>
48120              Date: Wed, 20 Aug 2003 20:44:53 +0100
48121              Message-ID: <20030820194453.GD27719@fdgroup.com>
48122      Branch: perl
48123            ! mg.c
48124 ____________________________________________________________________________
48125 [ 20792] By: jhi                                   on 2003/08/21  04:30:54
48126         Log: Byteloader patching from Enache continues;
48127              PADOFFSET handling was wrong.
48128      Branch: perl
48129            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
48130            ! ext/B/t/assembler.t ext/ByteLoader/bytecode.h
48131            ! ext/ByteLoader/byterun.c
48132 ____________________________________________________________________________
48133 [ 20791] By: jhi                                   on 2003/08/20  13:55:35
48134         Log: Subject: [PATCH perl@20760] Remove redundant targets from Win32 Makefile
48135              From: Steve Hay <steve.hay@uk.radan.com>
48136              Date: Wed, 20 Aug 2003 10:54:46 +0100
48137              Message-ID: <3F434566.3030602@uk.radan.com>
48138      Branch: perl
48139            ! win32/Makefile win32/makefile.mk
48140 ____________________________________________________________________________
48141 [ 20790] By: jhi                                   on 2003/08/20  11:01:52
48142         Log: Upgrade to Encode 1.98.
48143      Branch: perl
48144            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
48145            ! ext/Encode/META.yml ext/Encode/bin/enc2xs
48146            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
48147            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/enc_eucjp.t
48148            ! ext/Encode/t/enc_utf8.t ext/Encode/t/mime-header.t
48149            ! ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macFarsi.ucm
48150            ! ext/Encode/ucm/macHebrew.ucm
48151 ____________________________________________________________________________
48152 [ 20789] By: jhi                                   on 2003/08/20  10:49:51
48153         Log: Patch from Enache for the crashing of bytecode.t in Tru64.
48154      Branch: perl
48155            ! ext/B/B/Bytecode.pm ext/ByteLoader/bytecode.h
48156 ____________________________________________________________________________
48157 [ 20786] By: rgs                                   on 2003/08/19  20:22:07
48158         Log: t/TEST fails to fail when it can't find tests.
48159      Branch: perl
48160            ! t/TEST
48161 ____________________________________________________________________________
48162 [ 20785] By: jhi                                   on 2003/08/19  19:34:18
48163         Log: Manifest.t.ation of Schwern.
48164      Branch: perl
48165            ! lib/ExtUtils/t/Manifest.t
48166 ____________________________________________________________________________
48167 [ 20783] By: jhi                                   on 2003/08/19  19:24:00
48168         Log: Nick's podulator was right, I just hadn't read the manual...
48169              the vms\perlvms.pod lines needed to be moved.
48170      Branch: perl
48171            ! win32/Makefile win32/makefile.mk
48172 ____________________________________________________________________________
48173 [ 20781] By: jhi                                   on 2003/08/19  16:59:49
48174         Log: Subject: Re: [perl #23304] Installing perl breaks redhat-config scripts[was: New (well  known) printer won't install in RH-9]
48175              From: Andy Dougherty <doughera@lafayette.edu>
48176              Date: Tue, 19 Aug 2003 10:45:24 -0400 (EDT)
48177              Message-ID: <Pine.SOL.4.53.0308191027250.6665@maxwell.phys.lafayette.edu>
48178      Branch: perl
48179            ! INSTALL
48180 ____________________________________________________________________________
48181 [ 20780] By: jhi                                   on 2003/08/19  16:54:48
48182         Log: Subject: [PATCH] Can't build thread on openbsd sparc64 => B.c:5078: virtual memory exhausted
48183              From: alian <alian@cpan.org>
48184              Date: Tue, 19 Aug 2003 18:18:03 +0200
48185              Message-ID: <20030819161650.65754.qmail@onion.perl.org>
48186      Branch: perl
48187            + ext/B/hints/openbsd.pl
48188            ! MANIFEST
48189 ____________________________________________________________________________
48190 [ 20779] By: jhi                                   on 2003/08/19  16:49:22
48191         Log: Subject: Re: [PATCH] Re: [PATCH] maintperl - File::Spec cwd() stuff
48192              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
48193              Date: Tue, 19 Aug 2003 08:28:14 -0700
48194              Message-ID: <20030819152814.GA15441@math.berkeley.edu>
48195      Branch: perl
48196            ! lib/File/Spec/OS2.pm
48197 ____________________________________________________________________________
48198 [ 20778] By: jhi                                   on 2003/08/19  15:09:30
48199         Log: Unnecessary whitespace diff.
48200      Branch: perl
48201            ! lib/ExtUtils/MakeMaker.pm
48202 ____________________________________________________________________________
48203 [ 20777] By: jhi                                   on 2003/08/19  15:05:18
48204         Log: One less failure.
48205      Branch: perl
48206            ! lib/ExtUtils/t/Manifest.t
48207 ____________________________________________________________________________
48208 [ 20776] By: jhi                                   on 2003/08/19  13:36:03
48209         Log: Replace #20772 with
48210
48211              Subject: Re: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t
48212              From: PPrymmer@factset.com
48213              Message-ID: <OFE22C35CE.D5CB1A7F-ON85256D87.004E3BCA-85256D87.004F9EF2@factset.com>
48214              Date: Tue, 19 Aug 2003 10:29:44 -0400
48215      Branch: perl
48216            ! lib/ExtUtils/t/Manifest.t
48217 ____________________________________________________________________________
48218 [ 20775] By: jhi                                   on 2003/08/19  13:29:13
48219         Log: (From Enache) Keep bytecode files (.plc) around in case
48220              of failures.  (Currently Tru64 is reliably barfing.)
48221      Branch: perl
48222            ! ext/B/t/bytecode.t
48223 ____________________________________________________________________________
48224 [ 20774] By: jhi                                   on 2003/08/19  13:20:59
48225         Log: 's buildtoc now.
48226      Branch: perl
48227            ! README.cygwin
48228 ____________________________________________________________________________
48229 [ 20773] By: jhi                                   on 2003/08/19  13:19:24
48230         Log: These are kind of important.
48231      Branch: perl
48232            ! MANIFEST
48233 ____________________________________________________________________________
48234 [ 20772] By: jhi                                   on 2003/08/19  13:13:26
48235         Log: Replace #20763 with
48236
48237              Subject: Re: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t
48238              From: Michael G Schwern <schwern@pobox.com>
48239              Date: Mon, 18 Aug 2003 17:07:30 -0700
48240              Message-ID: <20030819000729.GG14782@windhund.schwern.org>
48241      Branch: perl
48242            ! lib/ExtUtils/t/Manifest.t
48243 ____________________________________________________________________________
48244 [ 20771] By: jhi                                   on 2003/08/19  13:10:42
48245         Log: Subject: [PATCH] Re: [PATCH] maintperl - File::Spec cwd() stuff
48246              From: Michael G Schwern <schwern@pobox.com>
48247              Date: Mon, 18 Aug 2003 18:02:08 -0700
48248              Message-ID: <20030819010208.GI14782@windhund.schwern.org>
48249      Branch: perl
48250            ! lib/File/Spec/OS2.pm
48251 ____________________________________________________________________________
48252 [ 20770] By: jhi                                   on 2003/08/19  13:08:45
48253         Log: Subject: [PATCH] maintperl - File::Spec cwd() stuff
48254              From: Ken Williams <ken@mathforum.org>
48255              Date: Mon, 18 Aug 2003 17:07:43 -0500
48256              Message-Id: <645E5A7D-D1C8-11D7-84BF-003065F6D85A@mathforum.org>
48257      Branch: perl
48258            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
48259            ! lib/File/Spec/t/Spec.t
48260 ____________________________________________________________________________
48261 [ 20769] By: jhi                                   on 2003/08/19  12:25:07
48262         Log: Update the history records.
48263      Branch: perl
48264            ! pod/perlhist.pod
48265 ____________________________________________________________________________
48266 [ 20768] By: jhi                                   on 2003/08/19  12:15:58
48267         Log: Still trying to unify MANIFEST sorting.
48268      Branch: perl
48269            ! MANIFEST pod/buildtoc
48270 ____________________________________________________________________________
48271 [ 20767] By: jhi                                   on 2003/08/19  12:10:00
48272         Log: Try to unify the MANIFEST sorting.
48273      Branch: perl
48274            ! MANIFEST Makefile.SH pod/buildtoc
48275 ____________________________________________________________________________
48276 [ 20766] By: jhi                                   on 2003/08/19  12:04:22
48277         Log: Nicholas Clark's podulator.  The win32 makefile
48278              generation doesn't seem to be working yet.
48279      Branch: perl
48280            + pod.lst pod/buildtoc
48281            - pod/buildtoc.PL
48282            ! MANIFEST Makefile.SH pod/Makefile.SH pod/perl.pod
48283            ! pod/perltoc.pod vms/descrip_mms.template win32/pod.mak
48284 ____________________________________________________________________________
48285 [ 20765] By: jhi                                   on 2003/08/19  03:10:57
48286         Log: Pod tweaks for NEXT from Alan Ferrency.
48287      Branch: perl
48288            ! lib/NEXT.pm
48289 ____________________________________________________________________________
48290 [ 20764] By: jhi                                   on 2003/08/18  19:34:16
48291         Log: Typo tweaks from Gerrit P. Haase.  Fcntl, fcntl, fcntl.
48292      Branch: perl
48293            ! ext/Fcntl/Fcntl.pm pod/perlfunc.pod t/io/utf8.t
48294 ____________________________________________________________________________
48295 [ 20763] By: jhi                                   on 2003/08/18  19:01:33
48296         Log: Subject: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t
48297              From: PPrymmer@factset.com
48298              Date: Mon, 18 Aug 2003 15:57:12 -0400
48299              Message-ID: <OF314202D4.49371ADF-ON85256D86.006CEBE2-85256D86.006D9AA7@factset.com>
48300      Branch: perl
48301            ! lib/ExtUtils/t/Manifest.t
48302 ____________________________________________________________________________
48303 [ 20762] By: jhi                                   on 2003/08/18  18:57:22
48304         Log: Subject: [PATCH: perl@20760] clean up quotation issue for use with MMS on VMS
48305              From: PPrymmer@factset.com
48306              Date: Mon, 18 Aug 2003 14:28:22 -0400
48307              Message-ID: <OFAF7796C8.7F204EDE-ON85256D86.0063976D-85256D86.006578B0@factset.com>
48308      Branch: perl
48309            ! vms/descrip_mms.template
48310 ____________________________________________________________________________
48311 [ 20761] By: jhi                                   on 2003/08/18  18:53:05
48312         Log: Use the base class cwd() method.
48313      Branch: perl
48314            ! lib/File/Spec/VMS.pm
48315 ____________________________________________________________________________
48316 [ 20758] By: jhi                                   on 2003/08/18  09:37:22
48317         Log: Subject: [PATCH] Uppercase globals in Pod::Html
48318              From: Michael G Schwern <schwern@pobox.com>
48319              Date: Mon, 18 Aug 2003 03:29:09 -0700
48320              Message-ID: <20030818102909.GJ823@windhund.schwern.org>
48321      Branch: perl
48322            ! lib/Pod/Html.pm
48323 ____________________________________________________________________________
48324 [ 20756] By: jhi                                   on 2003/08/18  08:46:52
48325         Log: Subject: [PATCH] Pod::Html  unifying global variable declaration and initialization
48326              From: Michael G Schwern <schwern@pobox.com>
48327              Date: Mon, 18 Aug 2003 02:44:31 -0700
48328              Message-ID: <20030818094431.GG823@windhund.schwern.org>
48329      Branch: perl
48330            ! lib/Pod/Html.pm
48331 ____________________________________________________________________________
48332 [ 20755] By: jhi                                   on 2003/08/18  08:41:24
48333         Log: Warn about the slowness of memory debuggers.
48334      Branch: perl
48335            ! pod/perlhack.pod
48336 ____________________________________________________________________________
48337 [ 20754] By: jhi                                   on 2003/08/18  08:34:00
48338         Log: Upgrade to ExtUtils::MakeMaker 6.16.
48339      Branch: perl
48340            + lib/ExtUtils/t/prereq_print.t
48341            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Installed.pm
48342            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
48343            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
48344            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
48345            ! lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Manifest.t
48346 ____________________________________________________________________________
48347 [ 20753] By: jhi                                   on 2003/08/18  08:21:36
48348         Log: Subject: Re: [PATCH] Pod::Html test clean-up (was Re: maint @ 20617 (on VMS))
48349              From: Michael G Schwern <schwern@pobox.com>
48350              Date: Mon, 18 Aug 2003 01:34:34 -0700
48351              Message-ID: <20030818083433.GB823@windhund.schwern.org>
48352      Branch: perl
48353            ! lib/Pod/Html.pm lib/Pod/t/pod2html-lib.pl
48354 ____________________________________________________________________________
48355 [ 20752] By: jhi                                   on 2003/08/18  07:01:16
48356         Log: I could have sworn the base class method was there.
48357      Branch: perl
48358            ! lib/File/Spec/Unix.pm
48359 ____________________________________________________________________________
48360 [ 20751] By: jhi                                   on 2003/08/18  05:09:34
48361         Log: utf8::is_utf8() wasn't there in 5.8.0.
48362      Branch: perl
48363            ! lib/utf8.pm
48364 ____________________________________________________________________________
48365 [ 20750] By: jhi                                   on 2003/08/18  04:53:22
48366         Log: Subject: [PATCH] Pod::Html test clean-up (was Re: maint @ 20617 (on VMS))
48367              From: "Craig A. Berry" <craigberry@mac.com>
48368              Date: Sun, 17 Aug 2003 23:28:21 -0500
48369              Message-ID: <3F4055E5.2070407@mac.com>
48370      Branch: perl
48371            ! lib/Pod/Html.pm lib/Pod/t/pod2html-lib.pl
48372 ____________________________________________________________________________
48373 [ 20749] By: jhi                                   on 2003/08/17  19:27:03
48374         Log: Subject: [PATCH] Taint safe Cwd::_qnx_abs_path()
48375              From: Michael G Schwern <schwern@pobox.com>
48376              Date: Sat, 16 Aug 2003 14:58:25 -0700
48377              Message-ID: <20030816215824.GF5859@windhund.schwern.org>
48378
48379              (plus local *REALPATH)
48380      Branch: perl
48381            ! lib/Cwd.pm
48382 ____________________________________________________________________________
48383 [ 20747] By: jhi                                   on 2003/08/17  08:44:18
48384         Log: Subject: [PATCH] Re: [BUG] string loses its utf8 flag on die
48385              From: Enache Adrian <enache@rdslink.ro>
48386              Date: Sat, 16 Aug 2003 16:03:16 +0300
48387              Message-ID: <20030816130316.GA1654@ratsnest.hole>
48388
48389              Subject: Re: [PATCH] Re: [BUG] string loses its utf8 flag on die
48390              From: Enache Adrian <enache@rdslink.ro>
48391              Date: Sun, 17 Aug 2003 04:42:22 +0300
48392              Message-ID: <20030817014222.GA1287@ratsnest.hole>
48393      Branch: perl
48394            ! t/op/die.t util.c
48395 ____________________________________________________________________________
48396 [ 20745] By: jhi                                   on 2003/08/17  07:52:47
48397         Log: The lib/Cwd.pm diet part of
48398
48399              Subject: [PATCH] File::Spec on diet
48400              From: Tels <perl_dummy@bloodgate.com>
48401              Date: Mon, 7 Jul 2003 22:41:42 +0200
48402              Message-Id: <200307072235.03364@bloodgate.com>
48403      Branch: perl
48404            ! lib/Cwd.pm
48405 ____________________________________________________________________________
48406 [ 20744] By: jhi                                   on 2003/08/17  07:50:00
48407         Log: The "reduce memory footprint and increase speed by not
48408              unconditionally pulling in Cwd"    part of
48409
48410              Subject: [PATCH] File::Spec on diet
48411              From: Tels <perl_dummy@bloodgate.com>
48412              Date: Mon, 7 Jul 2003 22:41:42 +0200
48413              Message-Id: <200307072235.03364@bloodgate.com>
48414
48415              was still valid.
48416      Branch: perl
48417            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
48418            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
48419            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
48420            ! lib/File/Spec/Win32.pm
48421 ____________________________________________________________________________
48422 [ 20741] By: jhi                                   on 2003/08/17  06:53:07
48423         Log: File::Temp 0.14 from Tim Jenness, now with OO interface.
48424      Branch: perl
48425            ! lib/File/Temp.pm
48426 ____________________________________________________________________________
48427 [ 20739] By: jhi                                   on 2003/08/16  21:03:07
48428         Log: Subject: [PATCH: perl@20724] fixes for installperl and the vmsdebug build on VMS
48429              From: PPrymmer@factset.com
48430              Date: Sat, 16 Aug 2003 11:55:58 -0400
48431              Message-ID: <OFA82C9B0A.6463DD81-ON85256D84.0056DF1B-85256D84.005784F2@factset.com>
48432      Branch: perl
48433            ! installperl
48434 ____________________________________________________________________________
48435 [ 20738] By: jhi                                   on 2003/08/16  20:39:47
48436         Log: Update to Filter::Util::Call 1.6 from CPAN, but keep our
48437              $VERSION at 1.601 so that we are different in version
48438              than 5.8.0 since the module is different (one doc tweak).
48439      Branch: perl
48440            ! ext/Filter/Util/Call/Call.pm
48441 ____________________________________________________________________________
48442 [ 20737] By: jhi                                   on 2003/08/16  20:25:21
48443         Log: valgrind --help didn't return a happy exit status.
48444      Branch: perl
48445            ! Makefile.SH
48446 ____________________________________________________________________________
48447 [ 20736] By: rgs                                   on 2003/08/16  19:54:43
48448         Log: Avoid a "Subroutine Cwd::fastcwd redefined" warning when
48449              loading Cwd. Undefing &Cwd::fastcwd beforehand is inconvenient
48450              because loading the XS part of Cwd might fail.
48451      Branch: perl
48452            ! lib/Cwd.pm
48453 ____________________________________________________________________________
48454 [ 20735] By: rgs                                   on 2003/08/16  19:39:39
48455         Log: Subject: [patch lib/utf8.pm] doc tweaks
48456              From: Stas Bekman <stas@stason.org>
48457              Date: Sat, 16 Aug 2003 13:30:28 -0700
48458              Message-ID: <3F3E9464.3030202@stason.org>
48459      Branch: perl
48460            ! lib/utf8.pm
48461 ____________________________________________________________________________
48462 [ 20734] By: rgs                                   on 2003/08/16  19:32:05
48463         Log: Subject: [PATCH] Taint problems in Cwd::abs_path
48464              From: Michael G Schwern <schwern@pobox.com>
48465              Date: Fri, 15 Aug 2003 18:43:45 -0700
48466              Message-ID: <20030816014345.GE4023@windhund.schwern.org>
48467      Branch: perl
48468            ! ext/Cwd/t/taint.t lib/Cwd.pm
48469 ____________________________________________________________________________
48470 [ 20733] By: jhi                                   on 2003/08/16  17:03:15
48471         Log: No ODBM for Mac OS X, even if we have Fink GDBM libraries.
48472      Branch: perl
48473            ! hints/darwin.sh
48474 ____________________________________________________________________________
48475 [ 20732] By: jhi                                   on 2003/08/16  16:52:50
48476         Log: Add valgrind testing target.
48477      Branch: perl
48478            ! Makefile.SH pod/perlhack.pod t/TEST
48479 ____________________________________________________________________________
48480 [ 20731] By: jhi                                   on 2003/08/16  14:37:33
48481         Log: More networking negativity.
48482      Branch: perl
48483            ! pod/perlport.pod
48484 ____________________________________________________________________________
48485 [ 20730] By: rgs                                   on 2003/08/16  12:12:43
48486         Log: Remove a useless vstring reference in perlnumber.pod.
48487      Branch: perl
48488            ! pod/perlnumber.pod
48489 ____________________________________________________________________________
48490 [ 20729] By: jhi                                   on 2003/08/16  10:11:30
48491         Log: README.macosx updates about known problems.
48492      Branch: perl
48493            ! README.macosx
48494 ____________________________________________________________________________
48495 [ 20728] By: jhi                                   on 2003/08/16  08:32:04
48496         Log: Subject: [PATCH] Small test tweak for Memoize/t/error.t
48497              From: Andreas J Koenig <andreas.koenig@anima.de>
48498              Date: Fri, 15 Aug 2003 11:55:22 +0200
48499              Message-ID: <87smo39red.fsf@franz.ak.mind.de>
48500      Branch: perl
48501            ! lib/Memoize/t/errors.t
48502 ____________________________________________________________________________
48503 [ 20727] By: jhi                                   on 2003/08/16  07:25:08
48504         Log: Upgrade to File::Temp 0.13 from CPAN--
48505              but since we had a '0.13' already in 5.8.0, make this
48506              still a '0.131'.
48507      Branch: perl
48508            ! lib/File/Temp.pm lib/File/Temp/t/mktemp.t
48509            ! lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
48510            ! lib/File/Temp/t/tempfile.t
48511 ____________________________________________________________________________
48512 [ 20726] By: jhi                                   on 2003/08/15  20:29:10
48513         Log: Clarify the E flag.
48514      Branch: perl
48515            ! embed.fnc
48516 ____________________________________________________________________________
48517 [ 20725] By: jhi                                   on 2003/08/15  15:37:36
48518         Log: Integrate from maint:
48519              [ 20724]
48520              No peeking before the buffer.
48521              (This was probably the random failure showing up
48522              in Solaris with t/uni/tr_7jis.t)
48523      Branch: perl
48524           !> toke.c
48525 ____________________________________________________________________________
48526 [ 20721] By: jhi                                   on 2003/08/15  08:44:42
48527         Log: Subject: [PATCH] TEST script (Was: Not ok 20712ff)
48528              From: Andreas J Koenig <andreas.koenig@anima.de>
48529              Date: Fri, 15 Aug 2003 11:37:29 +0200
48530              Message-ID: <87wudf9s86.fsf_-_@franz.ak.mind.de>
48531      Branch: perl
48532            ! t/TEST
48533 ____________________________________________________________________________
48534 [ 20720] By: jhi                                   on 2003/08/15  08:40:07
48535         Log: Integrate from maint:
48536              [ 20719]
48537              no_plan is not a good plan until TEST is fixed.
48538      Branch: perl
48539           !> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t
48540 ____________________________________________________________________________
48541 [ 20717] By: jhi                                   on 2003/08/15  05:06:39
48542         Log: Up the F::S subpackage versions; up the JPL JNI.pm version
48543              (the JPL cvs seems to be out of order), the only real change
48544              (in JNI.xs) seems to have been CRLF->LF conversion.
48545      Branch: perl
48546            ! jpl/JNI/JNI.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Unix.pm
48547 ____________________________________________________________________________
48548 [ 20716] By: jhi                                   on 2003/08/15  04:58:34
48549         Log: Upgrade to Test::Harness 2.30.
48550      Branch: perl
48551            ! lib/Test/Harness.pm lib/Test/Harness/Changes
48552            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/pod.t
48553 ____________________________________________________________________________
48554 [ 20715] By: jhi                                   on 2003/08/15  04:41:37
48555         Log: Damian replied that he'll make a CPAN Switch 2.10
48556              out of 5.8.1 Switch 2.10.
48557      Branch: perl
48558            ! lib/Switch.pm
48559 ____________________________________________________________________________
48560 [ 20714] By: jhi                                   on 2003/08/14  18:35:07
48561         Log: Add PerlIO::via::QuotedPrint to Maintainers.
48562      Branch: perl
48563            ! Porting/Maintainers.pl
48564 ____________________________________________________________________________
48565 [ 20713] By: jhi                                   on 2003/08/14  18:33:06
48566         Log: Upgrade to PerlIO::via::Quoted 0.05.
48567      Branch: perl
48568            ! lib/PerlIO/via/QuotedPrint.pm lib/PerlIO/via/t/QuotedPrint.t
48569 ____________________________________________________________________________
48570 [ 20712] By: jhi                                   on 2003/08/14  18:29:19
48571         Log: Upgrade to NEXT 0.60.
48572      Branch: perl
48573            ! lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
48574            ! lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t
48575 ____________________________________________________________________________
48576 [ 20711] By: jhi                                   on 2003/08/14  17:31:55
48577         Log: perlcheat is a reference, not tutorial.
48578      Branch: perl
48579            ! pod/perl.pod
48580 ____________________________________________________________________________
48581 [ 20710] By: jhi                                   on 2003/08/14  16:48:34
48582         Log: Subject: PATCH RC4 IO::Dir
48583              From: Mark Jason Dominus <mjd@plover.com>
48584              Date: Thu, 14 Aug 2003 12:02:59 -0400
48585              Message-ID: <20030814160259.27586.qmail@plover.com>
48586      Branch: perl
48587            ! ext/IO/lib/IO/Dir.pm
48588 ____________________________________________________________________________
48589 [ 20708] By: jhi                                   on 2003/08/14  14:45:20
48590         Log: win32/fcrypt.c was forgotten.
48591      Branch: perl
48592            ! MANIFEST
48593 ____________________________________________________________________________
48594 [ 20706] By: jhi                                   on 2003/08/14  14:40:30
48595         Log: Not so great a version bump, let Paul release 0.17.
48596      Branch: perl
48597            ! ext/Filter/Util/Call/Call.pm
48598 ____________________________________________________________________________
48599 [ 20705] By: jhi                                   on 2003/08/14  14:38:40
48600         Log: One more XS change versus no VERSION change.
48601              (Remaining in JNI.pm/xs, don't know what to about that
48602              since JNI is kind of "stable".)
48603      Branch: perl
48604            ! ext/Filter/Util/Call/Call.pm
48605 ____________________________________________________________________________
48606 [ 20704] By: jhi                                   on 2003/08/14  14:36:45
48607         Log: XS contents changes versus VERSION non-changes.
48608      Branch: perl
48609            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
48610            ! ext/PerlIO/scalar/scalar.pm ext/SDBM_File/SDBM_File.pm
48611            ! ext/Socket/Socket.pm
48612 ____________________________________________________________________________
48613 [ 20702] By: jhi                                   on 2003/08/14  14:24:40
48614         Log: Subject: [PATCH perl@20684] Include fcrypt.c for crypt() on Windows
48615              From: Steve Hay <steve.hay@uk.radan.com>
48616              Date: Thu, 14 Aug 2003 15:39:16 +0100
48617              Message-ID: <3F3B9F14.4040609@uk.radan.com>
48618
48619              (Sarathy okayed the idea.)
48620      Branch: perl
48621            + win32/fcrypt.c
48622            - win32/des_fcrypt.patch
48623            ! MANIFEST README.win32 win32/Makefile win32/makefile.mk
48624 ____________________________________________________________________________
48625 [ 20701] By: jhi                                   on 2003/08/14  14:17:42
48626         Log: Subject: [DOC PATCH] warnings.pl
48627              From: Elizabeth Mattijsen <liz@dijkmat.nl>
48628              Date: Thu, 14 Aug 2003 13:12:55 +0200
48629              Message-id: <p05111b00bb611e8835e0@[192.168.56.3]>
48630
48631              (some rewording)
48632      Branch: perl
48633            ! lib/warnings.pm warnings.pl
48634 ____________________________________________________________________________
48635 [ 20700] By: gbarr                                 on 2003/08/14  14:12:45
48636         Log: Update to Scalar-List-Utils 1.12
48637      Branch: perl
48638            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
48639            ! ext/List/Util/lib/List/Util.pm
48640            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/reduce.t
48641 ____________________________________________________________________________
48642 [ 20699] By: jhi                                   on 2003/08/14  13:16:27
48643         Log: All the authors of these modules have now been contacted;
48644              but assuming no CPAN updates are upcoming, here are 'fake'
48645              version updates to make us different from 5.8.0.
48646              (List::Util+Scalar::Util will soon be updated;
48647              File::Spec CPAN release will be made based on 5.8.1.)
48648      Branch: perl
48649            ! ext/Data/Dumper/Dumper.pm lib/CGI/Fast.pm lib/CGI/Util.pm
48650            ! lib/File/Temp.pm lib/Locale/Country.pm lib/Locale/Currency.pm
48651            ! lib/Locale/Language.pm lib/Locale/Script.pm lib/Switch.pm
48652            ! lib/Test/Harness/Straps.pm lib/Text/Wrap.pm
48653 ____________________________________________________________________________
48654 [ 20697] By: jhi                                   on 2003/08/14  07:05:48
48655         Log: Make the blead versions of these be newer...
48656      Branch: perl
48657            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
48658 ____________________________________________________________________________
48659 [ 20696] By: jhi                                   on 2003/08/14  06:51:34
48660         Log: Tweak from Slaven to catch also changed .xs files
48661              (.pm -> .xs name equivalence is assumed)
48662      Branch: perl
48663            ! Porting/cmpVERSION.pl
48664 ____________________________________________________________________________
48665 [ 20695] By: jhi                                   on 2003/08/14  06:44:10
48666         Log: Diffs-sans-version-diffs between blead and maint.
48667      Branch: perl
48668            ! ext/B/B.pm ext/B/B/C.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm
48669            ! ext/Devel/PPPort/PPPort.pm lib/English.pm lib/overload.pm
48670            ! lib/warnings.pm warnings.pl
48671 ____________________________________________________________________________
48672 [ 20692] By: jhi                                   on 2003/08/14  05:23:58
48673         Log: One more VERSION bump.
48674      Branch: perl
48675            ! lib/SelfLoader.pm
48676 ____________________________________________________________________________
48677 [ 20691] By: jhi                                   on 2003/08/14  05:21:20
48678         Log: Add a known exception.
48679      Branch: perl
48680            ! Porting/cmpVERSION.pl
48681 ____________________________________________________________________________
48682 [ 20689] By: jhi                                   on 2003/08/14  04:54:18
48683         Log: The blead version has got the dor.
48684      Branch: perl
48685            ! ext/Opcode/Opcode.pm
48686 ____________________________________________________________________________
48687 [ 20688] By: jhi                                   on 2003/08/14  04:51:30
48688         Log: A swath of VERSION patches from Nicholas Clark.
48689      Branch: perl
48690            ! lib/AutoSplit.pm lib/CPAN/Nox.pm lib/Cwd.pm lib/English.pm
48691            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Path.pm
48692            ! lib/Hash/Util.pm lib/Net/hostent.pm lib/Net/servent.pm
48693            ! lib/Text/Abbrev.pm lib/Thread/Semaphore.pm lib/Tie/Array.pm
48694            ! lib/Tie/RefHash.pm lib/UNIVERSAL.pm lib/Unicode/UCD.pm
48695            ! lib/attributes.pm lib/base.pm lib/diagnostics.pm lib/fields.pm
48696            ! lib/filetest.pm lib/open.pm lib/overload.pm lib/utf8.pm
48697            ! lib/vmsish.pm os2/OS2/Process/Process.pm
48698            ! os2/OS2/REXX/DLL/DLL.pm t/TestInit.pm
48699            ! t/lib/MakeMaker/Test/Utils.pm t/lib/Math/BigInt/BareCalc.pm
48700            ! vms/ext/Filespec.pm warnings.pl
48701 ____________________________________________________________________________
48702 [ 20687] By: jhi                                   on 2003/08/13  18:53:15
48703         Log: Alpha version numbers noticed by Schwern.
48704              (These hacks are no more needed since the PAUSE indexer no
48705              more indexes the insides of Perl distributions, says Andreas.)
48706      Branch: perl
48707            ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
48708            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
48709            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
48710            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
48711            ! ext/IPC/SysV/SysV.pm
48712 ____________________________________________________________________________
48713 [ 20686] By: jhi                                   on 2003/08/13  18:42:50
48714         Log: Subject: Re: script wanted
48715              From: Nicholas Clark <nick@ccl4.org>
48716              Date: Wed, 13 Aug 2003 20:46:09 +0100
48717              Message-ID: <20030813204609.G20130@plum.flirble.org>
48718      Branch: perl
48719            ! ext/B/B.pm ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/Debug.pm
48720            ! ext/B/B/Lint.pm ext/Fcntl/Fcntl.pm ext/File/Glob/Glob.pm
48721            ! ext/IO/IO.pm ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
48722            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
48723            ! ext/IO/lib/IO/Socket/INET.pm ext/IPC/SysV/Msg.pm
48724            ! ext/IPC/SysV/Semaphore.pm ext/POSIX/POSIX.pm
48725            ! ext/Sys/Hostname/Hostname.pm ext/Sys/Syslog/Syslog.pm
48726            ! ext/re/re.pm ext/threads/shared/shared.pm
48727            ! ext/threads/threads.pm
48728 ____________________________________________________________________________
48729 [ 20685] By: jhi                                   on 2003/08/13  18:24:50
48730         Log: Subject: Re: script wanted
48731              From: Enache Adrian <enache@rdslink.ro>
48732              Date: Wed, 13 Aug 2003 22:31:18 +0300
48733              Message-ID: <20030813193118.GA1273@ratsnest.hole>
48734      Branch: perl
48735            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
48736            ! ext/B/B/Disassembler.pm
48737 ____________________________________________________________________________
48738 [ 20681] By: jhi                                   on 2003/08/13  17:13:12
48739         Log: Subject: [PATCH lib/lib_pm.PL utils/perlcc.PL utils/h2xs.PL] RE: script wanted
48740              From: Robin Barker <Robin.Barker@npl.co.uk>
48741              Date: Wed, 13 Aug 2003 18:05:38 +0100
48742              Message-ID: <533D273D4014D411AB1D00062938C4D904046637@hotel.npl.co.uk>
48743      Branch: perl
48744            ! lib/lib_pm.PL utils/h2xs.PL utils/perlcc.PL
48745 ____________________________________________________________________________
48746 [ 20680] By: jhi                                   on 2003/08/13  17:11:38
48747         Log: Subject: [PATCH] GNU Public General Public General GNU Public License License
48748              From: Michael G Schwern <schwern@pobox.com>
48749              Date: Wed, 13 Aug 2003 11:15:40 -0700
48750              Message-ID: <20030813181539.GA22658@windhund.schwern.org>
48751      Branch: perl
48752            ! pod/perlartistic.pod pod/perlgpl.pod
48753 ____________________________________________________________________________
48754 [ 20678] By: jhi                                   on 2003/08/13  13:46:18
48755         Log: Add cmpVERSION.pl from Slaven for comparing two
48756              Perl source trees for modules that have changed
48757              but have the same version numbers.
48758      Branch: perl
48759            + Porting/cmpVERSION.pl
48760            ! MANIFEST
48761 ____________________________________________________________________________
48762 [ 20676] By: jhi                                   on 2003/08/13  12:03:08
48763         Log: Make Johan's confusion go away, but there are no doubt more
48764              similar cases.
48765      Branch: perl
48766            ! lib/File/Find.pm
48767 ____________________________________________________________________________
48768 [ 20674] By: jhi                                   on 2003/08/13  11:57:47
48769         Log: Make (hopefully) the Windows CR CR LF bug go away
48770              by making the CRLF layer repel any other CRLF layers.
48771              In other words: binmode(FH, ":crlf") in e.g. Win32
48772              is effectively a no-op since there already is one
48773              CRLF layer in the stack by default.
48774      Branch: perl
48775            ! perlio.c pod/perlrun.pod t/io/crlf.t t/io/layers.t
48776 ____________________________________________________________________________
48777 [ 20673] By: jhi                                   on 2003/08/13  10:29:56
48778         Log: One tweak from Dave Mitchell.
48779      Branch: perl
48780            ! pod/perlport.pod
48781 ____________________________________________________________________________
48782 [ 20672] By: jhi                                   on 2003/08/13  10:27:54
48783         Log: One tweak for microperl in OS/2.
48784      Branch: perl
48785            ! perl.h
48786 ____________________________________________________________________________
48787 [ 20671] By: merijn                                on 2003/08/13  08:57:27
48788         Log: Subject: [PATCH] another VMS pod nit
48789              From: "Craig A. Berry" <craigberry@mac.com>
48790              Date: Wed, 13 Aug 2003 01:01:46 -0500
48791              Message-ID: <3F39D44A.4010207@mac.com>
48792      Branch: perl
48793            ! vms/descrip_mms.template
48794 ____________________________________________________________________________
48795 [ 20670] By: merijn                                on 2003/08/13  08:54:45
48796         Log: Subject: [PATCH Tie::File] turn the alarm off in the tests (was Re: maint @ 20617 (on VMS))
48797              From: "Craig A. Berry" <craigberry@mac.com>
48798              Date: Tue, 12 Aug 2003 21:12:00 -0500
48799              Message-ID: <3F399E70.4050607@mac.com>
48800      Branch: perl
48801            ! lib/Tie/File/t/24_cache_loop.t lib/Tie/File/t/29_downcopy.t
48802            ! lib/Tie/File/t/29a_upcopy.t
48803 ____________________________________________________________________________
48804 [ 20669] By: jhi                                   on 2003/08/13  06:06:39
48805         Log: More don't:s for nyetworking.
48806      Branch: perl
48807            ! pod/perlport.pod
48808 ____________________________________________________________________________
48809 [ 20668] By: rgs                                   on 2003/08/12  20:27:41
48810         Log: perlipc thinko by John P. Linderman.
48811      Branch: perl
48812            ! pod/perlipc.pod
48813 ____________________________________________________________________________
48814 [ 20666] By: jhi                                   on 2003/08/12  20:02:13
48815         Log: Subject: Re: maint @ 20617 [PATCH]
48816              From: =?iso-8859-1?q?Sreeji=20K=20Das?= <sreeji_k@yahoo.com>
48817              Date: Tue, 12 Aug 2003 13:19:00 +0100 (BST)
48818              Message-ID: <20030812121900.26127.qmail@web10501.mail.yahoo.com>
48819      Branch: perl
48820            ! lib/ExtUtils/Installed.pm
48821 ____________________________________________________________________________
48822 [ 20665] By: jhi                                   on 2003/08/12  19:59:54
48823         Log: README.cygwin updates from Gerrit P. Haase.
48824      Branch: perl
48825            ! README.cygwin
48826 ____________________________________________________________________________
48827 [ 20664] By: jhi                                   on 2003/08/12  19:57:53
48828         Log: Do some updates also on pod.mak -- which seems to
48829              be badly out of date.
48830      Branch: perl
48831            ! win32/pod.mak
48832 ____________________________________________________________________________
48833 [ 20663] By: jhi                                   on 2003/08/12  19:48:01
48834         Log: More missing pods for VMS.
48835      Branch: perl
48836            ! vms/descrip_mms.template
48837 ____________________________________________________________________________
48838 [ 20662] By: jhi                                   on 2003/08/12  19:43:46
48839         Log: Subject: [PATCH: perl@20617] add handling for new perlreref.pod file to VMS build.
48840              From: PPrymmer@factset.com
48841              Date: Tue, 12 Aug 2003 16:24:21 -0400
48842              Message-ID: <OF26F453CA.0F963A91-ON85256D80.006F991A-85256D80.007017F2@factset.com>
48843      Branch: perl
48844            ! vms/descrip_mms.template
48845 ____________________________________________________________________________
48846 [ 20661] By: jhi                                   on 2003/08/12  19:41:50
48847         Log: perlreref tweaks from SADAHIRO Tomoyuki and Ian Truskett.
48848      Branch: perl
48849            ! pod/perlreref.pod
48850 ____________________________________________________________________________
48851 [ 20660] By: jhi                                   on 2003/08/12  18:44:27
48852         Log: A better patch from Yitzchak Scott-Thoennes for [perl #23287].
48853      Branch: perl
48854            ! pp_sys.c
48855 ____________________________________________________________________________
48856 [ 20657] By: jhi                                   on 2003/08/12  13:55:56
48857         Log: Multiline one-liners are a bit too much to ask.
48858      Branch: perl
48859            ! t/op/closure.t
48860 ____________________________________________________________________________
48861 [ 20654] By: jhi                                   on 2003/08/12  13:23:00
48862         Log: Add perlcheat to the toc and perl.pod; regen toc.
48863      Branch: perl
48864            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
48865 ____________________________________________________________________________
48866 [ 20653] By: jhi                                   on 2003/08/12  13:15:17
48867         Log: Retract #20644 and #20643; on non-microperl non-fcntl
48868              systems Wrong Thing would be done.  (And as Sarathy
48869              points out, closing both ends of a pipe is rather
48870              identical to never opening it...)
48871      Branch: perl
48872            ! pp_sys.c util.c
48873 ____________________________________________________________________________
48874 [ 20652] By: ams                                   on 2003/08/12  13:06:40
48875         Log: Subject: perlcheat
48876              From: Juerd <juerd@cpan.org>
48877              Date: Mon, 11 Aug 2003 20:24:34 +0200
48878              Message-Id: <20030811182434.GI17748@c3.convolution.nl>
48879      Branch: perl
48880            + pod/perlcheat.pod
48881            ! MANIFEST
48882 ____________________________________________________________________________
48883 [ 20651] By: jhi                                   on 2003/08/12  12:52:09
48884         Log: Microperl expects C89 (like the rest of Perl).
48885      Branch: perl
48886            ! README.micro
48887 ____________________________________________________________________________
48888 [ 20650] By: jhi                                   on 2003/08/12  12:32:29
48889         Log: Subject: [PATCH 5.8.1 @20218] xsubpp: wrong code
48890              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
48891              Date: Sun, 3 Aug 2003 06:19:02 -0700
48892              Message-ID: <20030803131902.GA5146@math.berkeley.edu>
48893      Branch: perl
48894            ! lib/ExtUtils/xsubpp
48895 ____________________________________________________________________________
48896 [ 20648] By: jhi                                   on 2003/08/12  11:56:52
48897         Log: If we are void we cannot return a value.
48898      Branch: perl
48899            ! mg.c
48900 ____________________________________________________________________________
48901 [ 20647] By: jhi                                   on 2003/08/12  11:54:32
48902         Log: Oops.
48903      Branch: perl
48904            ! perl.c
48905 ____________________________________________________________________________
48906 [ 20646] By: jhi                                   on 2003/08/12  11:51:25
48907         Log: Apply much of Ilya's microperl patch, but instead of
48908              implementing the opendir()/readdir()/closedir() using
48909              external commands give up "ANSI-pureness" and define them
48910              in uconfig.sh, also define other stuff like rename() and putenv().
48911              Leave out the $| emulation in my_fork() since we are
48912              not supposed to have fork() under microperl.
48913      Branch: perl
48914            ! Makefile.micro README.micro doio.c mg.c perl.c perl.h
48915            ! perlvars.h pp_sys.c sv.c uconfig.h uconfig.sh util.c
48916 ____________________________________________________________________________
48917 [ 20645] By: jhi                                   on 2003/08/12  10:40:54
48918         Log: Localize PARENT (based on Ilya's microperl patch).
48919      Branch: perl
48920            ! lib/Cwd.pm
48921 ____________________________________________________________________________
48922 [ 20644] By: jhi                                   on 2003/08/12  10:37:55
48923         Log: More microperlish faking in case no fcntl F_SETFD for pipes.
48924      Branch: perl
48925            ! util.c
48926 ____________________________________________________________________________
48927 [ 20643] By: jhi                                   on 2003/08/12  10:13:53
48928         Log: A generally useful hunk from Ilya's microperl patch.
48929              (If no fcntl F_SETFD, fake it the best we can.)
48930      Branch: perl
48931            ! pp_sys.c
48932 ____________________________________________________________________________
48933 [ 20640] By: jhi                                   on 2003/08/12  09:59:16
48934         Log: returning would be good, too.
48935      Branch: perl
48936            ! ext/Safe/t/safeops.t
48937 ____________________________________________________________________________
48938 [ 20639] By: jhi                                   on 2003/08/12  09:57:07
48939         Log: No dor in maint.
48940      Branch: perl
48941            ! ext/Safe/t/safeops.t
48942 ____________________________________________________________________________
48943 [ 20634] By: jhi                                   on 2003/08/12  08:41:49
48944         Log: Subject: [PATCH 5.8.1 @19053] XSLoader revisted
48945              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
48946              Date: Mon, 21 Apr 2003 22:44:37 -0700
48947              Message-ID: <20030422054437.GA8297@math.berkeley.edu>
48948
48949              (the XSLoader doc hunk; the h2xs looks like a behavioural change)
48950      Branch: perl
48951            ! ext/DynaLoader/XSLoader_pm.PL
48952 ____________________________________________________________________________
48953 [ 20633] By: jhi                                   on 2003/08/12  08:31:01
48954         Log: Subject: [PATCH h2xs] produce Foo-Bar/lib/Foo/Bar.pm
48955              From: Michael G Schwern <schwern@pobox.com>
48956              Date: Sat, 9 Aug 2003 15:03:02 -0700
48957              Message-ID: <20030809220301.GE24919@windhund.schwern.org>
48958
48959              (plus one extra catfile() in h2xs.t)
48960      Branch: perl
48961            ! lib/h2xs.t utils/h2xs.PL
48962 ____________________________________________________________________________
48963 [ 20632] By: jhi                                   on 2003/08/12  08:11:08
48964         Log: The Debian people have expressed a wish for the boilerplate
48965              being specific about the Perl version; patch from Nicholas Clark.
48966      Branch: perl
48967            ! utils/h2xs.PL
48968 ____________________________________________________________________________
48969 [ 20631] By: jhi                                   on 2003/08/12  08:09:43
48970         Log: A new try from Dave Mitchell for [perl #23265].
48971      Branch: perl
48972            ! pad.c t/op/closure.t
48973 ____________________________________________________________________________
48974 [ 20630] By: jhi                                   on 2003/08/12  07:59:22
48975         Log: Fix for [perl #23287] segfault in untie.
48976              (Well, at least no more coredump.)
48977      Branch: perl
48978            ! pp_sys.c t/op/tie.t
48979 ____________________________________________________________________________
48980 [ 20629] By: jhi                                   on 2003/08/12  06:24:32
48981         Log: =head2 ALL CAPS
48982      Branch: perl
48983            ! pod/perlreref.pod
48984 ____________________________________________________________________________
48985 [ 20628] By: jhi                                   on 2003/08/12  06:22:25
48986         Log: Too enthusiastic head2-ing.
48987      Branch: perl
48988            ! pod/perlreref.pod
48989 ____________________________________________________________________________
48990 [ 20627] By: jhi                                   on 2003/08/12  05:17:14
48991         Log: Gotta Get'em Cases Right.
48992      Branch: perl
48993            ! pod/perlreref.pod
48994 ____________________________________________________________________________
48995 [ 20626] By: jhi                                   on 2003/08/12  05:04:02
48996         Log: head2-ify many of the head1s, will probably make this look
48997              better in HTML.
48998      Branch: perl
48999            ! pod/perlreref.pod
49000 ____________________________________________________________________________
49001 [ 20625] By: jhi                                   on 2003/08/12  04:55:32
49002         Log: Subject: Re: [PATCH] perlreref.pod tweaks
49003              From: Iain Truskett <spoon@cpan.org>
49004              Date: Tue, 12 Aug 2003 13:59:27 +1000
49005              Message-ID: <20030812035927.GJ7914@gytha.anu.edu.au>
49006
49007              plus explain "Titlecase".
49008      Branch: perl
49009            ! pod/perlreref.pod
49010 ____________________________________________________________________________
49011 [ 20623] By: rgs                                   on 2003/08/11  19:59:17
49012         Log: Add a new regression test for Safe : tests that all ops
49013              can be trapped by a Safe compartement (except for the ones
49014              that can't.)
49015      Branch: perl
49016            + ext/Safe/t/safeops.t
49017            ! MANIFEST
49018 ____________________________________________________________________________
49019 [ 20622] By: rgs                                   on 2003/08/11  18:33:06
49020         Log: B::Deparse wasn't handling correctly builtins that
49021              have two filehandles in their prototypes (pipe, socketpair,
49022              accept) when non-bareword prototypes were used.
49023      Branch: perl
49024            ! ext/B/B/Deparse.pm
49025 ____________________________________________________________________________
49026 [ 20620] By: jhi                                   on 2003/08/11  17:08:29
49027         Log: Subject: [PATCH] [@20616] perlreref.pod incorrectly describes \c
49028              From: merlyn@stonehenge.com (Randal L. Schwartz)
49029              Date: 11 Aug 2003 09:45:29 -0700
49030              Message-ID: <86isp4kus6.fsf@blue.stonehenge.com>
49031
49032              Subject: [PATCH] perlreref.pod tweaks
49033              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
49034              Date: Mon, 11 Aug 2003 13:19:51 -0400
49035              Message-ID: <20030811171951.GA332851@linguist.thayer.dartmouth.edu>
49036
49037              Plus a note about {,n} not being a quantifier.
49038      Branch: perl
49039            ! pod/perlreref.pod
49040 ____________________________________________________________________________
49041 [ 20619] By: jhi                                   on 2003/08/11  15:50:34
49042         Log: Integrate:
49043              [ 20618]
49044              $* is not yet fully gone in 5.8.1.
49045      Branch: perl
49046           !> pod/perlreref.pod
49047 ____________________________________________________________________________
49048 [ 20614] By: nick                                  on 2003/08/11  12:14:55
49049         Log: Allow via layer to affect the PERLIO_F_UTF8 flag.
49050      Branch: perl
49051            ! ext/PerlIO/via/via.pm ext/PerlIO/via/via.xs
49052 ____________________________________________________________________________
49053 [ 20612] By: jhi                                   on 2003/08/11  10:55:19
49054         Log: VC6 warning: result still unsigned.
49055      Branch: perl
49056            ! regexec.c
49057 ____________________________________________________________________________
49058 [ 20611] By: jhi                                   on 2003/08/11  08:33:13
49059         Log: Typo fix from Boris Zentner.
49060      Branch: perl
49061            ! pod/perlfaq5.pod
49062 ____________________________________________________________________________
49063 [ 20609] By: jhi                                   on 2003/08/11  04:28:29
49064         Log: Subject: [perl #23273] warnings in Unicode::UCD
49065              From: Lukas Mai (via RT) <perlbug-followup@perl.org>
49066              Date: 10 Aug 2003 22:37:41 -0000
49067              Message-ID: <rt-23273-62473.18.6967347513833@rt.perl.org>
49068      Branch: perl
49069            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
49070 ____________________________________________________________________________
49071 [ 20608] By: jhi                                   on 2003/08/11  04:24:34
49072         Log: Explain the 'Wide character in print' a bit more.
49073      Branch: perl
49074            ! pod/perldiag.pod
49075 ____________________________________________________________________________
49076 [ 20607] By: rgs                                   on 2003/08/10  20:44:23
49077         Log: Subject: Re: killing for vital signs [PATCH]
49078              From: "John P. Linderman" <jpl@research.att.com>
49079              Date: Sun, 10 Aug 2003 15:44:33 -0400 (EDT)
49080              Message-Id: <200308101944.PAA96547@raptor.research.att.com>
49081      Branch: perl
49082            ! pod/perlfunc.pod pod/perlipc.pod
49083 ____________________________________________________________________________
49084 [ 20605] By: jhi                                   on 2003/08/10  20:38:39
49085         Log: gcc -ansi -pedantic cleanup; and a seemingly forgotten
49086              sv_placeholder hunk.
49087      Branch: perl
49088            ! perl.h sv.h
49089 ____________________________________________________________________________
49090 [ 20604] By: jhi                                   on 2003/08/10  20:14:28
49091         Log: Clarify the format checking instructions.
49092      Branch: perl
49093            ! Porting/pumpkin.pod
49094 ____________________________________________________________________________
49095 [ 20602] By: jhi                                   on 2003/08/10  19:45:45
49096         Log: Retract #20597, too many resulting core dumps.
49097      Branch: perl
49098            ! pad.c t/op/closure.t
49099 ____________________________________________________________________________
49100 [ 20597] By: jhi                                   on 2003/08/10  17:55:03
49101         Log: Subject: Re: [perl #23265] Nested anonymous subs
49102              From: Dave Mitchell <davem@fdgroup.com>
49103              Date: Sun, 10 Aug 2003 01:35:30 +0100
49104              Message-ID: <20030810003530.GB6547@fdgroup.com>
49105      Branch: perl
49106            ! pad.c t/op/closure.t
49107 ____________________________________________________________________________
49108 [ 20596] By: jhi                                   on 2003/08/10  17:38:35
49109         Log: Try simple workaround for the POSIX autosplit.ix warning.
49110      Branch: perl
49111            ! ext/POSIX/POSIX.pm
49112 ____________________________________________________________________________
49113 [ 20595] By: jhi                                   on 2003/08/10  17:33:12
49114         Log: One more PL_csighandlerp.
49115      Branch: perl
49116            ! ext/POSIX/POSIX.xs
49117 ____________________________________________________________________________
49118 [ 20594] By: rgs                                   on 2003/08/10  13:30:11
49119         Log: Further tweaks on perlreref.pod (by Iain Truskett)
49120      Branch: perl
49121            ! pod/perlreref.pod
49122 ____________________________________________________________________________
49123 [ 20593] By: rgs                                   on 2003/08/10  12:32:47
49124         Log: Add the perlreref manpage, by Iain Truskett
49125              (regular expressions quick reference.)
49126              Regenerate the table of contents.
49127      Branch: perl
49128            + pod/perlreref.pod
49129            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
49130 ____________________________________________________________________________
49131 [ 20592] By: rgs                                   on 2003/08/09  21:13:27
49132         Log: Remove ByteLoader from the list of modules whose compilability should
49133              be tested : it's loaded (at runtime) by ext/B/t/bytecode.t (as Enache
49134              pointed out.)
49135      Branch: perl
49136            ! t/lib/1_compile.t
49137 ____________________________________________________________________________
49138 [ 20591] By: rgs                                   on 2003/08/09  21:08:59
49139         Log: Subject: [PATCH] add "$lexical not available" warning in C<for my $lex ()>
49140              From: Dave Mitchell <davem@fdgroup.com>
49141              Date: Sat, 9 Aug 2003 14:51:44 +0100
49142              Message-ID: <20030809135144.GC4997@fdgroup.com>
49143      Branch: perl
49144            ! embed.fnc embed.h global.sym op.c pp_ctl.c proto.h scope.c
49145            ! scope.h t/lib/warnings/pad
49146 ____________________________________________________________________________
49147 [ 20590] By: rgs                                   on 2003/08/09  21:02:21
49148         Log: Regenerate perlapi.pod.
49149      Branch: perl
49150            ! pod/perlapi.pod
49151 ____________________________________________________________________________
49152 [ 20589] By: rgs                                   on 2003/08/09  20:26:28
49153         Log: Subject: [PATCH t/lib/1_compile.t] Removing tested modules
49154              From: Michael G Schwern <schwern@pobox.com>
49155              Date: Sat, 9 Aug 2003 13:36:59 -0700
49156              Message-ID: <20030809203659.GB24919@windhund.schwern.org>
49157      Branch: perl
49158            ! t/lib/1_compile.t
49159 ____________________________________________________________________________
49160 [ 20588] By: jhi                                   on 2003/08/09  18:13:07
49161         Log: Update Jon Orwant's email address as he wants it,
49162              drop TPJ URL; upate also Doug MacEachern's address.
49163      Branch: perl
49164            ! pod/perlembed.pod pod/perlmodinstall.pod
49165 ____________________________________________________________________________
49166 [ 20587] By: ams                                   on 2003/08/09  18:09:34
49167         Log: hv_fetch_{ent,flags} failed to set HvHASKFLAGS on a hash where a
49168              normal key was replaced by its UTF-8 equivalent. This caused the
49169              "Storable problem" RT3 users reported under RH9.
49170      Branch: perl
49171            ! hv.c
49172 ____________________________________________________________________________
49173 [ 20586] By: jhi                                   on 2003/08/09  18:08:20
49174         Log: Subject: [PATCH perlmodinstall.pod] Installation on Win32
49175              From: Michael G Schwern <schwern@pobox.com>
49176              Date: Fri, 8 Aug 2003 18:35:51 -0700
49177              Message-ID: <20030809013550.GS1587@windhund.schwern.org>
49178      Branch: perl
49179            ! pod/perlmodinstall.pod
49180 ____________________________________________________________________________
49181 [ 20584] By: jhi                                   on 2003/08/09  18:05:22
49182         Log: Reintroduce the U_32-ification to pad.c,
49183              suggested by Dave Mitchell.
49184      Branch: perl
49185            ! pad.c
49186 ____________________________________________________________________________
49187 [ 20583] By: rgs                                   on 2003/08/09  12:43:50
49188         Log: Change #20578 to SelfLoader is probably also useful to AutoSplit.
49189      Branch: perl
49190            ! lib/AutoSplit.pm
49191 ____________________________________________________________________________
49192 [ 20579] By: jhi                                   on 2003/08/09  08:07:22
49193         Log: Some updates for the memory use debugging section:
49194              -DL is obsolete, mention Devel::Size, and Purify and valgrind.
49195      Branch: perl
49196            ! pod/perldebguts.pod
49197 ____________________________________________________________________________
49198 [ 20578] By: jhi                                   on 2003/08/09  07:34:16
49199         Log: Fix from Dave Mitchell to the recent from lib/Devel/SelfStubber.t:
49200              Variable "$nested" is not available at (re_eval 4) line 2, <DATA> line 8.
49201              which was on old bug unearthed by the change #20559.
49202              Basically, qr// + (??{$lexical}) combination is very, VERY broken.
49203              Workaround is not to use lexicals.
49204      Branch: perl
49205            ! lib/SelfLoader.pm
49206 ____________________________________________________________________________
49207 [ 20577] By: jhi                                   on 2003/08/09  07:28:41
49208         Log: The libcygipc doesn't really work with the Perl SysV IPC tests
49209              so no much point in adding it yet.
49210      Branch: perl
49211            ! hints/cygwin.sh
49212 ____________________________________________________________________________
49213 [ 20575] By: jhi                                   on 2003/08/09  07:24:43
49214         Log: Retract #20524 since it was due to broken INT32_MIN in
49215              Cygwin 1.5's stdint.h.
49216      Branch: perl
49217            ! pad.c
49218 ____________________________________________________________________________
49219 [ 20574] By: jhi                                   on 2003/08/09  07:11:32
49220         Log: Subject: [ PATCH] Re: strange destruction problem on VMS
49221              From: Dave Mitchell <davem@fdgroup.com>
49222              Date: Fri, 8 Aug 2003 22:28:48 +0100
49223              Message-ID: <20030808212848.GA2628@fdgroup.com>
49224      Branch: perl
49225            ! sv.c
49226 ____________________________________________________________________________
49227 [ 20573] By: jhi                                   on 2003/08/09  07:09:07
49228         Log: Subject: Re: [PATCH] perlfaq8.pod and MakeMaker's PREFIX=
49229              From: Michael G Schwern <schwern@pobox.com>
49230              Date: Fri, 8 Aug 2003 13:59:50 -0700
49231              Message-ID: <20030808205950.GJ1587@windhund.schwern.org>
49232      Branch: perl
49233            ! pod/perlfaq8.pod
49234 ____________________________________________________________________________
49235 [ 20572] By: jhi                                   on 2003/08/09  07:06:37
49236         Log: Subject: [PATCH] kill 'INT' doesn't work on Windows
49237              From: Jan Dubois <jand@ActiveState.com>
49238              Date: Fri, 08 Aug 2003 17:49:03 -0700
49239              Message-ID: <ite8jvgjgcfm8e9dhl6f4dtstrbmn1vmpk@4ax.com>
49240      Branch: perl
49241            ! win32/win32.c
49242 ____________________________________________________________________________
49243 [ 20571] By: jhi                                   on 2003/08/09  06:53:54
49244         Log: Subject: [PATCH] Re: [PATCH] Re: Storing &PL_sv_undef as a hash key with perl-5.8.x
49245              From: Nicholas Clark <nick@ccl4.org>
49246              Date: Fri, 8 Aug 2003 23:30:00 +0100
49247              Message-ID: <20030808233000.B20130@plum.flirble.org>
49248      Branch: perl
49249            ! ext/Storable/Storable.xs
49250 ____________________________________________________________________________
49251 [ 20570] By: jhi                                   on 2003/08/09  06:52:36
49252         Log: Two more tests for #20566/#20568.
49253      Branch: perl
49254            ! t/op/pat.t
49255 ____________________________________________________________________________
49256 [ 20568] By: jhi                                   on 2003/08/08  21:05:24
49257         Log: Subject: [PATCH] Re: UNICODE regexp bug
49258              From: Nick Ing-Simmons <nick@ing-simmons.net>
49259              Date: Fri, 08 Aug 2003 23:05:49 +0100
49260              Message-Id: <20030808220549.5109.4@llama.ni-s.u-net.com>
49261
49262              Better patch (than #20566) from NI-S, one more test
49263              (introduce another variable rather than reuse the tmp, though)
49264      Branch: perl
49265            ! regexec.c t/op/pat.t
49266 ____________________________________________________________________________
49267 [ 20566] By: jhi                                   on 2003/08/08  19:47:45
49268         Log: Subject: UNICODE regexp bug
49269              From: Nick Ing-Simmons <nick@ing-simmons.net>
49270              Date: Fri, 08 Aug 2003 20:36:56 +0100
49271              Message-Id: <20030808193656.5109.1@llama.ni-s.u-net.com>
49272      Branch: perl
49273            ! regexec.c t/op/pat.t
49274 ____________________________________________________________________________
49275 [ 20565] By: jhi                                   on 2003/08/08  18:59:40
49276         Log: Move the csighandler to be a data variable so that
49277              things like DLL trampolines can't mess up the code
49278              variables the Perl_csighandler (seen in Cygwin:
49279              Perl_csighandler in POSIX extension was different
49280              than in main executable).
49281      Branch: perl
49282            ! embedvar.h ext/POSIX/POSIX.xs mg.c perlapi.h perlvars.h
49283 ____________________________________________________________________________
49284 [ 20564] By: jhi                                   on 2003/08/08  13:12:19
49285         Log: Subject: [PATCH] Re: main@20537: WinXP build failed op/time.t test 2
49286              From: Steve Hay <steve.hay@uk.radan.com>
49287              Date: Fri, 08 Aug 2003 12:42:28 +0100
49288              Message-ID: <3F338CA4.3010503@uk.radan.com>
49289      Branch: perl
49290            ! t/op/time.t
49291 ____________________________________________________________________________
49292 [ 20563] By: jhi                                   on 2003/08/08  13:09:00
49293         Log: Subject: [PATCH] maintperl & bleadperl for Cygwin: include libgdbm_compat & libcygipc in searchlist
49294              From: "Gerrit P. Haase" <gp@familiehaase.de>
49295              Date: Fri, 8 Aug 2003 13:44:51 +0200
49296              Message-ID: <1621817486657.20030808134451@familiehaase.de>
49297      Branch: perl
49298            ! ext/NDBM_File/hints/cygwin.pl ext/ODBM_File/hints/cygwin.pl
49299            ! hints/cygwin.sh
49300 ____________________________________________________________________________
49301 [ 20560] By: jhi                                   on 2003/08/08  04:28:44
49302         Log: Retract PASTHRU* changes as recommended by Schwern.
49303      Branch: perl
49304            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
49305            ! lib/ExtUtils/t/MM_Win32.t
49306 ____________________________________________________________________________
49307 [ 20559] By: rgs                                   on 2003/08/07  19:59:18
49308         Log: Subject: Fwd: Re: [PATCH] flags set incorrectly on abandoned lexicals
49309              From: Dave Mitchell <davem@fdgroup.com>
49310              Date: Thu, 7 Aug 2003 15:53:35 +0100
49311              Message-ID: <20030807145335.GF26683@fdgroup.com>
49312      Branch: perl
49313            ! scope.c t/lib/warnings/pad
49314 ____________________________________________________________________________
49315 [ 20556] By: jhi                                   on 2003/08/07  18:14:41
49316         Log: The #20546 was too ambitious, broke the test.
49317      Branch: perl
49318            ! lib/Benchmark.pm lib/Benchmark.t
49319 ____________________________________________________________________________
49320 [ 20554] By: jhi                                   on 2003/08/07  17:00:03
49321         Log: Subject: Fw: [PATCH: perl@20512] DBG build tweaks for VMS.
49322              From: PPrymmer@factset.com
49323              Date: Thu, 7 Aug 2003 14:02:02 -0400
49324              Message-ID: <OFA59024FD.170B3227-ON85256D7B.00630753-85256D7B.00631048@factset.com>
49325      Branch: perl
49326            ! vms/descrip_mms.template
49327 ____________________________________________________________________________
49328 [ 20553] By: jhi                                   on 2003/08/07  16:45:25
49329         Log: Some AUTHORS updates.
49330      Branch: perl
49331            ! AUTHORS
49332 ____________________________________________________________________________
49333 [ 20552] By: jhi                                   on 2003/08/07  15:45:03
49334         Log: Hint away the semid_ds test in NetBSD/sparc.
49335      Branch: perl
49336            ! hints/netbsd.sh
49337 ____________________________________________________________________________
49338 [ 20550] By: jhi                                   on 2003/08/07  15:39:53
49339         Log: Allow hinting d_semctl_semun and d_semctl_semid_ds.
49340      Branch: perl
49341            ! Configure
49342 ____________________________________________________________________________
49343 [ 20548] By: jhi                                   on 2003/08/07  14:48:27
49344         Log: Subject: [PATCH] Test::More
49345              From: Fergal Daly <fergal@esatclear.ie>
49346              Date: Thu, 7 Aug 2003 15:52:11 +0100
49347              Message-Id: <200308071552.11873.fergal@esatclear.ie>
49348      Branch: perl
49349            ! lib/Test/More.pm
49350 ____________________________________________________________________________
49351 [ 20547] By: jhi                                   on 2003/08/07  14:45:22
49352         Log: Integrate from maint:
49353              [ 20543]
49354              Workround for SuSE8.2's -lndbm hack
49355      Branch: perl
49356           !> hints/linux.sh
49357 ____________________________________________________________________________
49358 [ 20546] By: jhi                                   on 2003/08/07  14:43:57
49359         Log: Subject: [PATCH 5.8.1] Benchmark problem
49360              From: Radu Greab <rgreab@fx.ro>
49361              Date: Thu, 07 Aug 2003 16:18:25 +0300 (EEST)
49362              Message-Id: <20030807.161825.106541372.radu@yx.primIT.ro>
49363
49364              Subject: Re: [PATCH 5.8.1] Benchmark problem
49365              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
49366              Date: Thu, 7 Aug 2003 15:48:38 +0200
49367              Message-Id: <20030807154838.5d240dbb.rgarciasuarez@free.fr>
49368      Branch: perl
49369            ! lib/Benchmark.pm lib/Benchmark.t
49370 ____________________________________________________________________________
49371 [ 20544] By: jhi                                   on 2003/08/07  14:25:25
49372         Log: Retract #20359: too wide a brush.
49373      Branch: perl
49374            ! hints/netbsd.sh
49375 ____________________________________________________________________________
49376 [ 20542] By: jhi                                   on 2003/08/07  06:24:23
49377         Log: If no alarm(), skip the subtests.
49378      Branch: perl
49379            ! ext/Time/HiRes/t/HiRes.t
49380 ____________________________________________________________________________
49381 [ 20541] By: jhi                                   on 2003/08/07  06:15:54
49382         Log: Subject: Re: maint @ 20537
49383              From: Philip Newton <Philip.Newton@gmx.net>
49384              Date: Thu, 07 Aug 2003 09:05:17 +0200
49385              Message-ID: <s0l3jvo4mju2uu4f6pkq18istk02hme6j9@4ax.com>
49386      Branch: perl
49387            ! ext/Socket/Socket.xs
49388 ____________________________________________________________________________
49389 [ 20540] By: jhi                                   on 2003/08/07  06:13:19
49390         Log: Subject: Re: maint @ 20537
49391              From: Philip Newton <Philip.Newton@gmx.net>
49392              Date: Thu, 07 Aug 2003 09:05:17 +0200
49393              Message-ID: <s0l3jvo4mju2uu4f6pkq18istk02hme6j9@4ax.com>
49394      Branch: perl
49395            ! hints/dos_djgpp.sh
49396 ____________________________________________________________________________
49397 [ 20539] By: jhi                                   on 2003/08/07  05:17:56
49398         Log: NetBSD for Sparc (at least 1.5.3 and 1.6.1) seem to have
49399              broken SysV semaphores.
49400      Branch: perl
49401            ! hints/netbsd.sh
49402 ____________________________________________________________________________
49403 [ 20538] By: jhi                                   on 2003/08/07  05:08:14
49404         Log: Subject: Re: [perl #23030] Error in negative lookahead with alternations
49405              From: hv@crypt.org
49406              Date: Thu, 07 Aug 2003 02:44:23 +0100
49407              Message-Id: <200308070144.h771iN906446@zen.crypt.org>
49408      Branch: perl
49409            ! regexec.c t/op/re_tests
49410 ____________________________________________________________________________
49411 [ 20535] By: jhi                                   on 2003/08/06  19:05:18
49412         Log: ESUCCESS = 0 is not true, but exists.
49413      Branch: perl
49414            ! ext/Errno/t/Errno.t
49415 ____________________________________________________________________________
49416 [ 20533] By: jhi                                   on 2003/08/06  18:39:49
49417         Log: Subject: [pathc] Sys:Syslog.pm::syslog() - Better error message
49418              From: jari.aalto@poboxes.com (Jari Aalto)
49419              Date: Wed, 06 Aug 2003 14:24:42 +0300
49420              Message-ID: <ekzzowp1.fsf@blue.sea.net>
49421      Branch: perl
49422            ! ext/Sys/Syslog/Syslog.pm
49423 ____________________________________________________________________________
49424 [ 20530] By: jhi                                   on 2003/08/06  18:24:56
49425         Log: Make code agree with documentation (from Wolfgang Friebel)
49426      Branch: perl
49427            ! lib/ExtUtils/MakeMaker.pm
49428 ____________________________________________________________________________
49429 [ 20529] By: jhi                                   on 2003/08/06  18:20:31
49430         Log: Various tweaks to help DJGPP builds.
49431      Branch: perl
49432            ! djgpp/djgppsed.sh hints/dos_djgpp.sh
49433 ____________________________________________________________________________
49434 [ 20527] By: jhi                                   on 2003/08/06  14:57:22
49435         Log: More PASTHRU patching from Steve Hay.
49436      Branch: perl
49437            ! lib/ExtUtils/MM_Unix.pm
49438 ____________________________________________________________________________
49439 [ 20526] By: jhi                                   on 2003/08/06  13:53:01
49440         Log: Cast away gcc 3.3 type conversion pickiness.
49441      Branch: perl
49442            ! ext/threads/threads.xs
49443 ____________________________________________________________________________
49444 [ 20524] By: jhi                                   on 2003/08/06  13:36:44
49445         Log: Subject: Re: perl with cygwin 1.5, need help
49446              From: "Gerrit P. Haase" <gp@familiehaase.de>
49447              Date: Tue, 5 Aug 2003 14:36:55 +0200
49448              Message-ID: <71561410910.20030805143655@familiehaase.de>
49449
49450              (needed manual fitting)
49451      Branch: perl
49452            ! pad.c
49453 ____________________________________________________________________________
49454 [ 20523] By: jhi                                   on 2003/08/06  13:30:42
49455         Log: Subject: maint @ 20512
49456              From: Robin Barker <Robin.Barker@npl.co.uk>
49457              Date: Wed, 6 Aug 2003 15:31:33 +0100
49458              Message-ID: <533D273D4014D411AB1D00062938C4D904046625@hotel.npl.co.uk>
49459      Branch: perl
49460            ! MANIFEST Porting/Maintainers.pl
49461 ____________________________________________________________________________
49462 [ 20520] By: jhi                                   on 2003/08/06  11:38:46
49463         Log: Subject: [PATCH] Re: [PATCH] Re: MakeMaker doesn't pasthru DEFINE command-line args to subdirs on Win32
49464              From: Steve Hay <steve.hay@uk.radan.com>
49465              Date: Wed, 06 Aug 2003 10:56:44 +0100
49466              Message-ID: <3F30D0DC.20700@uk.radan.com>
49467      Branch: perl
49468            ! lib/ExtUtils/MM_Unix.pm
49469 ____________________________________________________________________________
49470 [ 20514] By: jhi                                   on 2003/08/06  05:22:29
49471         Log: Subject: Re: [PATCH pod/perlfaq2.pod] update Friedl book listing for 2nd edition
49472              From: Tim Jenness <t.jenness@jach.hawaii.edu>
49473              Date: Tue, 5 Aug 2003 17:21:46 -1000 (HST)
49474              Message-ID: <Pine.LNX.4.44.0308051720280.8532-100000@lapaki>
49475      Branch: perl
49476            ! pod/perlfaq2.pod
49477 ____________________________________________________________________________
49478 [ 20513] By: jhi                                   on 2003/08/06  05:18:32
49479         Log: Subject: [PATCH] dprofpp.PL again -- #20488 thinko
49480              From: "Craig A. Berry" <craigberry@mac.com>
49481              Date: Wed, 06 Aug 2003 00:18:36 -0500
49482              Message-ID: <3F308FAC.4090409@mac.com>
49483
49484              (from vmsperl list)
49485      Branch: perl
49486            ! utils/dprofpp.PL
49487 ____________________________________________________________________________
49488 [ 20510] By: jhi                                   on 2003/08/05  19:01:08
49489         Log: Subject: [PATCH pod/perlfaq2.pod] BETTER update Friedl book listing for 2nd edition
49490              From: mjd@plover.com
49491              Date: 5 Aug 2003 19:23:46 -0000
49492              Message-ID: <20030805192346.25911.qmail@plover.com>
49493      Branch: perl
49494            ! pod/perlfaq2.pod
49495 ____________________________________________________________________________
49496 [ 20508] By: jhi                                   on 2003/08/05  18:36:38
49497         Log: Continue #20506.
49498      Branch: perl
49499            ! lib/ExtUtils/MM_Unix.pm
49500 ____________________________________________________________________________
49501 [ 20506] By: jhi                                   on 2003/08/05  17:58:01
49502         Log: Try to fix the INC in PASTHRU.
49503      Branch: perl
49504            ! lib/ExtUtils/MM_Unix.pm
49505 ____________________________________________________________________________
49506 [ 20503] By: jhi                                   on 2003/08/05  16:02:14
49507         Log: Subject: Re: [perl #23083] [5.8.0-Bug?] backtick returns empty value when $SIG{CHLD} defined.
49508              From: Chip Salzenberg <chip@pobox.com>
49509              Date: Tue, 5 Aug 2003 11:39:24 -0400
49510              Message-ID: <20030805153924.GO1751@perlsupport.com
49511      Branch: perl
49512            ! perlio.c
49513 ____________________________________________________________________________
49514 [ 20502] By: jhi                                   on 2003/08/05  15:32:39
49515         Log: Subject: [PATCH] Re: MakeMaker doesn't pasthru DEFINE command-line args to subdirs on Win32
49516              From: Steve Hay <steve.hay@uk.radan.com>
49517              Date: Tue, 05 Aug 2003 10:43:49 +0100
49518              Message-ID: <3F2F7C55.9020808@uk.radan.com>
49519
49520              (The MM_Unix.pm part was dealt with in #20501.)
49521      Branch: perl
49522            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/t/MM_Win32.t
49523 ____________________________________________________________________________
49524 [ 20501] By: jhi                                   on 2003/08/05  15:28:17
49525         Log: Reinstate #11125, hopefully making MakeMaker to pass
49526              DEFINE and INCLUDE to subdirs (NI-S says he'll work
49527              around any problems caused seen Tk if necessary).
49528              Also (document and) reorder the PASTHRU_INC and PASTHRU_DEFINE
49529              to be _after_ the directory-specific INC and DEFINE as suggested
49530              by NI-S (Tk probably being the only "user" of the said macros).
49531      Branch: perl
49532            ! lib/ExtUtils/MM_Unix.pm
49533 ____________________________________________________________________________
49534 [ 20500] By: jhi                                   on 2003/08/05  15:14:35
49535         Log: Subject: [PATCH-5.8.1-RC4] WinCE more implemented functions
49536              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
49537              Date: Tue, 5 Aug 2003 20:12:18 +0400
49538              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200E66@cio-test001.spb.lucent.com>
49539      Branch: perl
49540            - wince/include/netdb.h
49541            ! MANIFEST wince/Makefile.ce wince/win32.h wince/win32io.c
49542            ! wince/wince.c
49543 ____________________________________________________________________________
49544 [ 20499] By: jhi                                   on 2003/08/05  14:03:43
49545         Log: A suggested perlio doc addition from Stas.
49546      Branch: perl
49547            ! pod/perliol.pod
49548 ____________________________________________________________________________
49549 [ 20498] By: jhi                                   on 2003/08/05  13:32:59
49550         Log: Subject: [PATCH RC4] AUTHORS +  Maintainers.pl
49551              From: Robin Barker <Robin.Barker@npl.co.uk>
49552              Date: Tue, 5 Aug 2003 15:32:36 +0100
49553              Message-ID: <533D273D4014D411AB1D00062938C4D90404661C@hotel.npl.co.uk>
49554      Branch: perl
49555            ! AUTHORS Porting/Maintainers.pl
49556 ____________________________________________________________________________
49557 [ 20497] By: jhi                                   on 2003/08/05  12:23:04
49558         Log: This is necessary to get things building for the VMS debugger.
49559              (Craig Berry)
49560      Branch: perl
49561            ! vms/descrip_mms.template
49562 ____________________________________________________________________________
49563 [ 20495] By: jhi                                   on 2003/08/05  09:23:24
49564         Log: Subject: Re: [perl #23202] [RESOLVED] coredump on ext/POSIX/t/posix with NetBSD-1.6
49565              From: alian <alian@cpan.org>
49566              Date: Tue, 05 Aug 2003 12:21:42 +0200
49567              Message-ID: <3F2F8536.1090702@jupiter.alianet>
49568      Branch: perl
49569            ! ext/POSIX/t/posix.t
49570 ____________________________________________________________________________
49571 [ 20494] By: jhi                                   on 2003/08/05  09:03:57
49572         Log: Add some known cases to Maintainers.
49573      Branch: perl
49574            ! Porting/Maintainers.pl
49575 ____________________________________________________________________________
49576 [ 20492] By: jhi                                   on 2003/08/05  08:34:34
49577         Log: Subject: [PATCH] perlthrtut.pod
49578              From: Elizabeth Mattijsen <liz@dijkmat.nl>
49579              Date: Tue, 5 Aug 2003 11:26:04 +0200
49580              Message-Id: <p05111b0abb5525e65401@[80.127.186.62]>
49581      Branch: perl
49582            ! pod/perlthrtut.pod
49583 ____________________________________________________________________________
49584 [ 20491] By: jhi                                   on 2003/08/05  08:31:29
49585         Log: Add META.yml and Stas' makemeta (plus extensive reworking
49586              of the Maintainers utility)
49587      Branch: perl
49588            + META.yml Porting/Maintainers.pm Porting/makemeta
49589            ! MANIFEST Makefile.SH Porting/Maintainers
49590            ! Porting/Maintainers.pl
49591 ____________________________________________________________________________
49592 [ 20490] By: jhi                                   on 2003/08/05  06:28:06
49593         Log: ext/IPC/SysV/t/sem.t don't remove semaphore on NetBSD sparc
49594              Try to remove the created message queues and semaphores
49595              even in the case of failures.
49596      Branch: perl
49597            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
49598 ____________________________________________________________________________
49599 [ 20489] By: jhi                                   on 2003/08/05  06:21:47
49600         Log: Subject: PerlIO_{read,write} return value doc patch
49601              From: Gisle Aas <gisle@ActiveState.com>
49602              Date: 04 Aug 2003 13:25:28 -0700
49603              Message-ID: <lr4r0xuq4n.fsf@caliper.activestate.com>
49604      Branch: perl
49605            ! pod/perlapio.pod
49606 ____________________________________________________________________________
49607 [ 20488] By: jhi                                   on 2003/08/05  06:12:07
49608         Log: Subject: [PATCH utils/dprofpp.PL] (was Re: DProf tests with -p broken on VMS)
49609              From: "Craig A. Berry" <craigberry@mac.com>
49610              Date: Mon, 04 Aug 2003 19:29:51 -0500
49611              Message-ID: <3F2EFA7F.6070801@mac.com>
49612      Branch: perl
49613            ! utils/dprofpp.PL
49614 ____________________________________________________________________________
49615 [ 20486] By: jhi                                   on 2003/08/05  06:05:53
49616         Log: Subject: [PATCH] typos in encoding.pm
49617              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
49618              Date: Mon, 4 Aug 2003 20:09:35 +0200
49619              Message-ID: <005001c35ab3$9225c320$0c2f1fac@R2D2>
49620      Branch: perl
49621            ! ext/Encode/encoding.pm
49622 ____________________________________________________________________________
49623 [ 20485] By: jhi                                   on 2003/08/05  05:29:11
49624         Log: Bytecode patching from Enache.
49625      Branch: perl
49626            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
49627            ! ext/B/t/bytecode.t ext/ByteLoader/bytecode.h t/TEST
49628 ____________________________________________________________________________
49629 [ 20484] By: jhi                                   on 2003/08/05  05:26:32
49630         Log: Upgrade to Digest::MD5 2.27.
49631      Branch: perl
49632            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
49633            ! ext/Digest/MD5/t/files.t
49634 ____________________________________________________________________________
49635 [ 20483] By: jhi                                   on 2003/08/05  05:15:16
49636         Log: Subject: [Patch 5.8.1 Encode.pm] v-strings deprecated
49637              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
49638              Date: Tue, 05 Aug 2003 00:27:10 +0900
49639              Message-Id: <20030805002313.9880.BQW10602@nifty.com>
49640      Branch: perl
49641            ! ext/Encode/t/at-cn.t ext/Encode/t/at-tw.t
49642 ____________________________________________________________________________
49643 [ 20482] By: rgs                                   on 2003/08/04  22:06:46
49644         Log: Nit in INSTALL about the svr?.sh hint files.
49645      Branch: perl
49646            ! INSTALL
49647 ____________________________________________________________________________
49648 [ 20480] By: rgs                                   on 2003/08/04  21:30:25
49649         Log: Subject: [PATCH] Re: [perl #23210] parser error with 'print $HANDLE func(@args)'
49650              From: Steve Grazzini <grazz@pobox.com>
49651              Date: Mon, 4 Aug 2003 16:01:45 -0400
49652              Message-ID: <20030804200145.GB21699@grazzini.net>
49653
49654              Prevent the warning "Bareword found where operator expected" in
49655              the case "print $fh foo()" where foo() is an undefined function.
49656      Branch: perl
49657            ! toke.c
49658 ____________________________________________________________________________
49659 [ 20479] By: rgs                                   on 2003/08/04  20:26:17
49660         Log: Fix bug #23141 : localization of readonly magic scalars
49661              now produces an error "Modification of a read-only value
49662              attempted", instead of silently failing.
49663      Branch: perl
49664            ! scope.c t/op/local.t
49665 ____________________________________________________________________________
49666 [ 20478] By: rgs                                   on 2003/08/04  20:10:52
49667         Log: Revert change #19282 : it caused problems for some -Duseshrplib
49668              builds. On the other hand, make sure that your C compiler isn't
49669              a perl script !
49670      Branch: perl
49671            ! Makefile.SH
49672 ____________________________________________________________________________
49673 [ 20475] By: jhi                                   on 2003/08/04  09:35:55
49674         Log: Rename DEBUG() and DEB() to PERL_DEBUG() and PERL_DEB().
49675      Branch: perl
49676            ! perl.c perl.h
49677 ____________________________________________________________________________
49678 [ 20474] By: jhi                                   on 2003/08/04  08:41:55
49679         Log: Oops.
49680      Branch: perl
49681            ! hints/darwin.sh hints/rhapsody.sh
49682 ____________________________________________________________________________
49683 [ 20473] By: jhi                                   on 2003/08/04  07:58:36
49684         Log: Subject: [PATCH] Re: Can't usemymalloc on OS X
49685              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
49686              Date: Mon, 4 Aug 2003 10:35:12 +0200
49687              Message-Id: <20030804103512.61a9661c.rgarciasuarez@free.fr>
49688      Branch: perl
49689            ! hints/darwin.sh
49690 ____________________________________________________________________________
49691 [ 20470] By: jhi                                   on 2003/08/04  06:30:05
49692         Log: Test count adjustment from Rafael.
49693      Branch: perl
49694            ! lib/Test/Simple/t/is_deeply.t
49695 ____________________________________________________________________________
49696 [ 20469] By: jhi                                   on 2003/08/04  06:23:26
49697         Log: Subject: [PATCH] maint, Win32, GCC 3.2
49698              From: Mattia Barbon <mbarbon@dsi.unive.it>
49699              Date: Sat, 2 Aug 2003 10:31:07 +0200 (ora legale Europa occidentale)
49700              Message-ID: <Mahogany-0.64.2-624-20030802-103107.00@rbnet.it>
49701      Branch: perl
49702            ! ext/Errno/Errno_pm.PL
49703 ____________________________________________________________________________
49704 [ 20467] By: jhi                                   on 2003/08/04  05:10:57
49705         Log: Apparently the newly introduce -DDARWIN did conflict with
49706              some Apple definition, how ironic...
49707      Branch: perl
49708            ! hints/darwin.sh perl.h
49709 ____________________________________________________________________________
49710 [ 20466] By: jhi                                   on 2003/08/04  05:03:30
49711         Log: Subject: Debian patch that skips podless modules
49712              From: Alexey Tourbin <at@altlinux.ru>
49713              Date: Sun, 3 Aug 2003 21:33:00 +0400
49714              Message-ID: <20030803173300.GC2076@julia.office.altlinux.ru>
49715
49716              (plus Schwern's and Robert's nits)
49717      Branch: perl
49718            ! installman
49719 ____________________________________________________________________________
49720 [ 20465] By: jhi                                   on 2003/08/04  05:00:04
49721         Log: Subject: [PATCH] 4 bugs in Test::More
49722              From: Fergal Daly <fergal@esatclear.ie> (by way of Fergal Daly <fergal@esatclear.ie>)
49723              Date: Fri, 21 Mar 2003 10:57:31 +0000
49724              Message-Id: <200303211057.31879.fergal@esatclear.ie>
49725      Branch: perl
49726            ! lib/Test/More.pm lib/Test/Simple/t/More.t
49727            ! lib/Test/Simple/t/is_deeply.t
49728 ____________________________________________________________________________
49729 [ 20464] By: jhi                                   on 2003/08/04  04:44:08
49730         Log: Upgrade to ExtUtils::MakeMaker 6.15.
49731      Branch: perl
49732            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
49733            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
49734            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/MM_Unix.t
49735 ____________________________________________________________________________
49736 [ 20463] By: jhi                                   on 2003/08/04  04:37:25
49737         Log: Subject: Re: [PATCH] Re: [perl #23206] Benchmark::cmpthese usage message wrong
49738              From: Michael G Schwern <schwern@pobox.com>
49739              Date: Sun, 3 Aug 2003 16:12:35 -0700
49740              Message-ID: <20030803231235.GJ24350@windhund.schwern.org>
49741      Branch: perl
49742            ! lib/Benchmark.pm lib/Benchmark.t
49743 ____________________________________________________________________________
49744 [ 20462] By: rgs                                   on 2003/08/03  22:26:10
49745         Log: Subject: [PATCH] Re: [perl #23207] persistant sideffect involving bitwise xor and substr
49746              From: Enache Adrian <enache@rdslink.ro>
49747              Date: Sun, 3 Aug 2003 18:00:05 +0300
49748              Message-ID: <20030803150005.GA1319@ratsnest.hole>
49749      Branch: perl
49750            ! pp.c t/op/substr.t
49751 ____________________________________________________________________________
49752 [ 20461] By: rgs                                   on 2003/08/03  21:50:11
49753         Log: Subject: Re: [perl #23202] coredump on ext/POSIX/t/posix with NetBSD-1.6
49754              From: alian <alian@cpan.org>
49755              Date: Sat, 02 Aug 2003 16:19:25 +0200
49756              Message-ID: <3F2BC86D.2050400@jupiter.alianet>
49757
49758              Plus, un-mark a test as TODO for darwin >= 6.6 (by M. Schwern)
49759      Branch: perl
49760            ! ext/POSIX/t/posix.t
49761 ____________________________________________________________________________
49762 [ 20458] By: jhi                                   on 2003/08/03  19:01:08
49763         Log: Subject: [PATCH-for-5.8.1-RC4] wince distribution
49764              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
49765              Date: Mon, 4 Aug 2003 00:01:08 +0400
49766              Message-ID: <039c01c359fa$1e755d50$195ec3d9@vad>
49767      Branch: perl
49768            ! wince/makedist.pl
49769 ____________________________________________________________________________
49770 [ 20457] By: jhi                                   on 2003/08/03  18:59:10
49771         Log: Subject: [PATCH perlreftut.pod] Minor edits
49772              From: mjd@plover.com
49773              Date: 3 Aug 2003 17:46:08 -0000
49774              Message-ID: <20030803174608.15792.qmail@plover.com>
49775      Branch: perl
49776            ! pod/perlreftut.pod
49777 ____________________________________________________________________________
49778 [ 20456] By: jhi                                   on 2003/08/03  18:52:16
49779         Log: Subject: [PATCH Time::HiRes docs] Grammar, punctuation, formatting edits
49780              From: mjd@plover.com
49781              Date: 3 Aug 2003 19:37:49 -0000
49782              Message-ID: <20030803193749.3733.qmail@plover.com>
49783      Branch: perl
49784            ! ext/Time/HiRes/HiRes.pm
49785 ____________________________________________________________________________
49786 [ 20455] By: jhi                                   on 2003/08/03  18:47:13
49787         Log: Subject: [PATCH] Re: win32.c bug - handle leak
49788              From: Jan Dubois <jand@ActiveState.com>
49789              Date: Sat, 02 Aug 2003 10:25:05 -0700
49790              Message-ID: <9gsnivssuml394bttjb3mfsmdgfn9l6kh9@4ax.com>
49791      Branch: perl
49792            ! win32/win32.c
49793 ____________________________________________________________________________
49794 [ 20454] By: jhi                                   on 2003/08/03  18:45:53
49795         Log: Subject: [PATCH 5.8.1 @20218] OS/2 build
49796              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
49797              Date: Sat, 2 Aug 2003 09:38:50 -0700
49798              Message-ID: <20030802163850.GA4712@math.berkeley.edu>
49799      Branch: perl
49800            ! os2/os2ish.h
49801 ____________________________________________________________________________
49802 [ 20453] By: jhi                                   on 2003/08/03  18:44:29
49803         Log: Subject: [PATCH] Storable and uninitalized array values
49804              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
49805              Date: Sat, 2 Aug 2003 13:40:16 +0200
49806              Message-ID: <00ab01c358ea$d940a5b0$0c2f1fac@R2D2>
49807      Branch: perl
49808            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
49809 ____________________________________________________________________________
49810 [ 20452] By: jhi                                   on 2003/08/03  18:27:47
49811         Log: Upgrade to Unicode::Collate 0.26.
49812      Branch: perl
49813            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
49814            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/index.t
49815            ! lib/Unicode/Collate/t/test.t
49816 ____________________________________________________________________________
49817 [ 20451] By: jhi                                   on 2003/08/03  18:24:18
49818         Log: Subject: [PATCH Net::Ping] on VMS, set non-blocking with ioctl, not fcntl
49819              From: "Craig A. Berry" <craigberry@mac.com>
49820              Date: Sat, 02 Aug 2003 10:25:44 -0500
49821              Message-ID: <3F2BD7F8.8090003@mac.com>
49822      Branch: perl
49823            ! lib/Net/Ping.pm
49824 ____________________________________________________________________________
49825 [ 20450] By: rgs                                   on 2003/08/03  12:50:07
49826         Log: Subject: [PATCH 5.8.1 @20218] Shell.t
49827              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
49828              Date: Sun, 3 Aug 2003 06:21:41 -0700
49829              Message-ID: <20030803132141.GA5156@math.berkeley.edu>
49830      Branch: perl
49831            ! lib/Shell.t
49832 ____________________________________________________________________________
49833 [ 20447] By: jhi                                   on 2003/08/02  07:26:58
49834         Log: C++ (or C99) sneak attack ("inline" function keyword).
49835      Branch: perl
49836            ! ext/Devel/DProf/DProf.xs
49837 ____________________________________________________________________________
49838 [ 20445] By: jhi                                   on 2003/08/02  06:24:30
49839         Log: Subject: [PATCH] Re: [perl #23185] perl crash with File::Glob
49840              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
49841              Date: Fri, 1 Aug 2003 13:12:14 +0200
49842              Message-ID: <00dc01c3581d$c3412c30$0c2f1fac@R2D2>
49843      Branch: perl
49844            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
49845            ! ext/File/Glob/t/basic.t
49846 ____________________________________________________________________________
49847 [ 20444] By: jhi                                   on 2003/08/02  06:17:28
49848         Log: Only show the message if the locale settings look risky.
49849      Branch: perl
49850            ! ext/Time/HiRes/Makefile.PL
49851 ____________________________________________________________________________
49852 [ 20443] By: jhi                                   on 2003/08/02  06:01:27
49853         Log: Add a message about the LC_ALL=C workaround (for non-core builds);
49854              update Changes.
49855      Branch: perl
49856            ! ext/Time/HiRes/Changes ext/Time/HiRes/Makefile.PL
49857 ____________________________________________________________________________
49858 [ 20441] By: jhi                                   on 2003/08/02  05:37:37
49859         Log: Subject: [PATCH] Small nit to pad.c
49860              From: Enache Adrian <enache@rdslink.ro>
49861              Date: Sat, 2 Aug 2003 01:50:40 +0300
49862              Message-ID: <20030801225040.GB1281@ratsnest.hole>
49863      Branch: perl
49864            ! pad.c
49865 ____________________________________________________________________________
49866 [ 20440] By: jhi                                   on 2003/08/02  05:12:13
49867         Log: Subject: [PATCH @20348] Re: [PATCH @19834] DProf fixes
49868              From: Radu Greab <rgreab@fx.ro>
49869              Date: Sat, 02 Aug 2003 00:17:49 +0300 (EEST)
49870              Message-Id: <20030802.001749.101708736.radu@yx.primIT.ro>
49871      Branch: perl
49872            ! ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
49873            ! ext/Devel/DProf/DProf.xs t/lib/dprof/test8_t
49874            ! t/lib/dprof/test8_v
49875 ____________________________________________________________________________
49876 [ 20439] By: jhi                                   on 2003/08/02  05:06:43
49877         Log: Subject: [PATCH] ioctl for VMS
49878              From: "Craig A. Berry" <craigberry@mac.com>
49879              Date: Fri, 01 Aug 2003 23:34:31 -0500
49880              Message-ID: <3F2B3F57.4050609@mac.com>
49881      Branch: perl
49882            ! configure.com vms/vmsish.h
49883 ____________________________________________________________________________
49884 [ 20438] By: jhi                                   on 2003/08/02  05:05:40
49885         Log: Subject: [PATCH] argv case nit for VMS
49886              From: "Craig A. Berry" <craigberry@mac.com>
49887              Date: Fri, 01 Aug 2003 19:16:30 -0500
49888              Message-ID: <3F2B02DE.10207@mac.com>
49889      Branch: perl
49890            ! ext/Encode/bin/enc2xs pod/pod2usage.PL pod/podselect.PL
49891 ____________________________________________________________________________
49892 [ 20437] By: jhi                                   on 2003/08/01  22:00:30
49893         Log: Hugo's second thoughts: drop the relatively rare and
49894              slow optimization for now.
49895      Branch: perl
49896            ! regexec.c
49897 ____________________________________________________________________________
49898 [ 20435] By: jhi                                   on 2003/08/01  21:55:19
49899         Log: Missed this bit in the last update: couldn't answer ''
49900              or ' ' to get 'none'.
49901      Branch: perl
49902            ! Configure
49903 ____________________________________________________________________________
49904 [ 20432] By: jhi                                   on 2003/08/01  13:45:10
49905         Log: Encode pre-1.98 update from Dan Kogai, sent from
49906              the ashes of his smoldering motherboard.
49907      Branch: perl
49908            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/META.yml
49909            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/t/Aliases.t
49910            ! ext/Encode/t/perlio.t ext/Encode/ucm/macArabic.ucm
49911            ! ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macHebrew.ucm
49912 ____________________________________________________________________________
49913 [ 20431] By: jhi                                   on 2003/08/01  13:34:28
49914         Log: More runperl(switches => ...) finds (bleadperl only).
49915      Branch: perl
49916            ! t/op/readline.t
49917 ____________________________________________________________________________
49918 [ 20426] By: jhi                                   on 2003/08/01  12:45:19
49919         Log: Regen perltoc.
49920      Branch: perl
49921            ! pod/perltoc.pod
49922 ____________________________________________________________________________
49923 [ 20425] By: jhi                                   on 2003/08/01  12:44:16
49924         Log: pod likes whitespace.
49925      Branch: perl
49926            ! ext/ByteLoader/ByteLoader.pm
49927 ____________________________________________________________________________
49928 [ 20422] By: jhi                                   on 2003/08/01  11:37:53
49929         Log: Faulty check.
49930      Branch: perl
49931            ! t/test.pl
49932 ____________________________________________________________________________
49933 [ 20420] By: jhi                                   on 2003/08/01  11:06:54
49934         Log: Update INSTALL on the *dir.
49935      Branch: perl
49936            ! INSTALL
49937 ____________________________________________________________________________
49938 [ 20419] By: jhi                                   on 2003/08/01  11:04:55
49939         Log: Regen Glossary et al.
49940      Branch: perl
49941            ! Porting/Glossary Porting/config.sh Porting/config_H
49942 ____________________________________________________________________________
49943 [ 20418] By: jhi                                   on 2003/08/01  10:58:23
49944         Log: Now the test should be really testing what it's supposed to.
49945      Branch: perl
49946            ! ext/B/t/bytecode.t
49947 ____________________________________________________________________________
49948 [ 20417] By: jhi                                   on 2003/08/01  10:45:57
49949         Log: Fix the options.
49950      Branch: perl
49951            ! ext/B/t/bytecode.t
49952 ____________________________________________________________________________
49953 [ 20416] By: jhi                                   on 2003/08/01  10:44:19
49954         Log: Argument sanity checking.
49955      Branch: perl
49956            ! t/test.pl
49957 ____________________________________________________________________________
49958 [ 20413] By: jhi                                   on 2003/08/01  10:37:09
49959         Log: Regen Configure to use the *html*dir files.
49960              (installhtml uses none of that, though)
49961      Branch: perl
49962            ! Configure Policy_sh.SH config_h.SH
49963 ____________________________________________________________________________
49964 [ 20411] By: jhi                                   on 2003/08/01  10:10:05
49965         Log: More for the *dir changes.
49966      Branch: perl
49967            ! Policy_sh.SH config_h.SH hints/darwin.sh
49968 ____________________________________________________________________________
49969 [ 20410] By: jhi                                   on 2003/08/01  10:09:38
49970         Log: Regen Configure for the new *dir installation variables.
49971              If these don't work, ask Schwern.
49972      Branch: perl
49973            ! Configure
49974 ____________________________________________________________________________
49975 [ 20408] By: jhi                                   on 2003/08/01  05:27:48
49976         Log: Upgrade to MakeMaker 6.13.
49977      Branch: perl
49978            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
49979            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
49980            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
49981            ! lib/ExtUtils/t/basic.t
49982 ____________________________________________________________________________
49983 [ 20407] By: jhi                                   on 2003/08/01  05:21:36
49984         Log: JAPH patch :-) from Abigail.
49985      Branch: perl
49986            ! t/japh/abigail.t
49987 ____________________________________________________________________________
49988 [ 20406] By: jhi                                   on 2003/08/01  05:10:30
49989         Log: Regen perlapi.
49990      Branch: perl
49991            ! perlapi.c
49992 ____________________________________________________________________________
49993 [ 20405] By: jhi                                   on 2003/08/01  05:09:23
49994         Log: Subject: [PATCH] Re: utf8+regex bug in 5.8.1-RC2
49995              From: Dave Mitchell <davem@fdgroup.com>
49996              Date: Fri, 1 Aug 2003 01:16:31 +0100
49997              Message-ID: <20030801001631.GA11233@fdgroup.com>
49998      Branch: perl
49999            ! regcomp.c t/op/pat.t
50000 ____________________________________________________________________________
50001 [ 20404] By: ams                                   on 2003/08/01  03:28:17
50002         Log: Subject: [PATCH] LotR quote for perlapi.c
50003              From: Autrijus Tang <autrijus@autrijus.org>
50004              Date: Fri, 1 Aug 2003 10:00:29 +0800
50005              Message-Id: <20030801020029.GA28241@not.autrijus.org>
50006      Branch: perl
50007            ! embed.pl
50008 ____________________________________________________________________________
50009 [ 20396] By: rgs                                   on 2003/07/31  20:37:50
50010         Log: Document in INSTALL that -Uinstallusrbinperl is now the default.
50011      Branch: perl
50012            ! INSTALL
50013 ____________________________________________________________________________
50014 [ 20395] By: jhi                                   on 2003/07/31  20:32:30
50015         Log: Integrate README.macosx more.
50016      Branch: perl
50017            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
50018            ! win32/Makefile win32/makefile.mk
50019 ____________________________________________________________________________
50020 [ 20394] By: jhi                                   on 2003/07/31  20:31:49
50021         Log: README.macosx from Sherm Pendley.
50022      Branch: perl
50023            + README.macosx
50024            ! MANIFEST
50025 ____________________________________________________________________________
50026 [ 20393] By: jhi                                   on 2003/07/31  20:31:08
50027         Log: Unportable subtest needs rethink.
50028      Branch: perl
50029            ! ext/B/t/bytecode.t
50030 ____________________________________________________________________________
50031 [ 20392] By: jhi                                   on 2003/07/31  20:22:03
50032         Log: Enache again.
50033      Branch: perl
50034            ! ext/ByteLoader/bytecode.h
50035 ____________________________________________________________________________
50036 [ 20390] By: jhi                                   on 2003/07/31  20:20:28
50037         Log: Retract #20385.
50038      Branch: perl
50039            ! ext/ByteLoader/bytecode.h
50040 ____________________________________________________________________________
50041 [ 20389] By: jhi                                   on 2003/07/31  20:14:06
50042         Log: Yet another bytecode tweak from Enache.
50043      Branch: perl
50044            ! ext/B/B/Bytecode.pm
50045 ____________________________________________________________________________
50046 [ 20388] By: jhi                                   on 2003/07/31  20:11:21
50047         Log: Subject: [DOC PATCH] pod/perlguts.pod
50048              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
50049              Date: Thu, 31 Jul 2003 22:39:01 +0200
50050              Message-ID: <004a01c357a3$c71f9f50$0c2f1fac@R2D2>
50051      Branch: perl
50052            ! pod/perlguts.pod
50053 ____________________________________________________________________________
50054 [ 20387] By: jhi                                   on 2003/07/31  19:57:36
50055         Log: Subject: Re: [perl #23171] Regex too selfish
50056              From: hv@crypt.org
50057              Date: Thu, 31 Jul 2003 18:59:43 +0100
50058              Message-Id: <200307311759.h6VHxhn06664@zen.crypt.org>
50059
50060              (choose the second code patch)
50061      Branch: perl
50062            ! regexec.c t/op/re_tests
50063 ____________________________________________________________________________
50064 [ 20386] By: jhi                                   on 2003/07/31  19:48:17
50065         Log: Make consistent with installperl (and working in MPE/iX)
50066              (Mark Bixby)
50067      Branch: perl
50068            ! installman
50069 ____________________________________________________________________________
50070 [ 20385] By: jhi                                   on 2003/07/31  19:46:14
50071         Log: (retracted by #20390)
50072      Branch: perl
50073            ! ext/ByteLoader/bytecode.h
50074 ____________________________________________________________________________
50075 [ 20383] By: jhi                                   on 2003/07/31  19:37:22
50076         Log: Upgrade to real CPAN.pm 1.76.
50077      Branch: perl
50078            + lib/CPAN/META.yml lib/CPAN/PAUSE2003.pub lib/CPAN/SIGNATURE
50079            + lib/CPAN/t/signature.t
50080            ! MANIFEST lib/CPAN.pm
50081 ____________________________________________________________________________
50082 [ 20379] By: jhi                                   on 2003/07/31  12:32:31
50083         Log: One more tweak for Mac OS X hints.
50084      Branch: perl
50085            ! hints/darwin.sh
50086 ____________________________________________________________________________
50087 [ 20378] By: jhi                                   on 2003/07/31  11:39:31
50088         Log: The new PKI system is far too untested and rough yet
50089              (think machines with no network, machines behind firewalls,
50090              corporate and national encryption policies).  It cannot be
50091              considered useable at this stage.
50092
50093              Therefore, create a fake CPAN 1.76.
50094      Branch: perl
50095            ! lib/CPAN.pm
50096 ____________________________________________________________________________
50097 [ 20377] By: jhi                                   on 2003/07/31  11:28:58
50098         Log: This test is pretty useless as it stands.
50099      Branch: perl
50100            - lib/CPAN/t/signature.t
50101            ! MANIFEST
50102 ____________________________________________________________________________
50103 [ 20376] By: jhi                                   on 2003/07/31  10:30:08
50104         Log: Document the requirements for Module::Signature a bit.
50105      Branch: perl
50106            ! lib/CPAN.pm
50107 ____________________________________________________________________________
50108 [ 20375] By: jhi                                   on 2003/07/31  09:37:44
50109         Log: We are change #20316 ahead of 1.75.
50110      Branch: perl
50111            ! lib/CPAN.pm
50112 ____________________________________________________________________________
50113 [ 20373] By: jhi                                   on 2003/07/31  07:35:11
50114         Log: Integrate from maint:
50115              [ 20359]
50116              No more wince/README.compile here, either.
50117      Branch: perl
50118           !> Porting/makerel
50119 ____________________________________________________________________________
50120 [ 20371] By: jhi                                   on 2003/07/31  05:41:56
50121         Log: ext/SDBM_File/sdbm's auto directory ended up in ext/SDBM_File.
50122              (Schwern)
50123      Branch: perl
50124            ! lib/ExtUtils/MakeMaker.pm
50125 ____________________________________________________________________________
50126 [ 20370] By: jhi                                   on 2003/07/31  05:39:11
50127         Log: Schwern says this is most probably an old VMS MakeMaker
50128              bug workaround that can go now.
50129      Branch: perl
50130            ! ext/SDBM_File/sdbm/Makefile.PL
50131 ____________________________________________________________________________
50132 [ 20369] By: jhi                                   on 2003/07/31  05:32:15
50133         Log: Final touches to "Apple-like" installation directories.
50134      Branch: perl
50135            ! hints/darwin.sh
50136 ____________________________________________________________________________
50137 [ 20368] By: jhi                                   on 2003/07/31  05:28:17
50138         Log: Tests for change #20367 (and change use overload; to
50139              just require overload;)
50140      Branch: perl
50141            ! lib/Tie/RefHash.pm lib/Tie/RefHash.t
50142 ____________________________________________________________________________
50143 [ 20367] By: jhi                                   on 2003/07/31  05:12:47
50144         Log: Subject: [PATCH Tie::RefHash] added support for overloaded ""
50145              From: Xavier Noria <fxn@hashref.com>
50146              Date: Thu, 31 Jul 2003 00:29:13 +0200
50147              Message-Id: <200307310029.13567.fxn@hashref.com>
50148      Branch: perl
50149            ! lib/Tie/RefHash.pm
50150 ____________________________________________________________________________
50151 [ 20366] By: jhi                                   on 2003/07/31  05:06:11
50152         Log: Subject: [PATCH] test for B::Bytecode/ByteLoader
50153              From: Enache Adrian <enache@rdslink.ro>
50154              Date: Thu, 31 Jul 2003 03:49:40 +0300
50155              Message-ID: <20030731004940.GB1266@ratsnest.hole>
50156
50157              (but use test.pl:run_perl() instead of manual `$^X ...`)
50158      Branch: perl
50159            + ext/B/t/bytecode.t
50160            ! MANIFEST
50161 ____________________________________________________________________________
50162 [ 20364] By: rgs                                   on 2003/07/30  21:35:08
50163         Log: Silence spurious noise from MakeMaker :
50164              hint files shouldn't return undef and have set $!.
50165      Branch: perl
50166            ! ext/DynaLoader/hints/linux.pl
50167 ____________________________________________________________________________
50168 [ 20362] By: jhi                                   on 2003/07/30  20:24:49
50169         Log: Upgrade to NEXT 0.52.
50170      Branch: perl
50171            ! lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
50172            ! lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t
50173 ____________________________________________________________________________
50174 [ 20356] By: jhi                                   on 2003/07/30  18:16:55
50175         Log: Might as well.
50176      Branch: perl
50177            ! pod/perlhist.pod
50178 ____________________________________________________________________________
50179 [ 20355] By: jhi                                   on 2003/07/30  18:15:49
50180         Log: Silly gcc.
50181      Branch: perl
50182            ! perl.c
50183 ____________________________________________________________________________
50184 [ 20353] By: jhi                                   on 2003/07/30  17:09:59
50185         Log: This is getting comical.  (Practical tip: never ask
50186              for opinions from one than one person at one time.)
50187              Now back to -Dprefix='/usr' replacing the system Perl,
50188              but don't use the Apple internal DSTROOT.
50189      Branch: perl
50190            ! hints/darwin.sh
50191 ____________________________________________________________________________
50192 [ 20352] By: jhi                                   on 2003/07/30  17:00:25
50193         Log: Mac OS X hints dance continues.  Now drop any special
50194              installation directory mangling.  In other words, if
50195              you want to overwrite the system perl, you really need
50196              to find out how to do that.
50197      Branch: perl
50198            ! hints/darwin.sh
50199 ____________________________________________________________________________
50200 [ 20350] By: jhi                                   on 2003/07/30  14:23:03
50201         Log: Try again with the Mac OS X hints.  Now the three cases
50202              (no -Dprefix, /usr, and something else) all install
50203              into separate places.  No prefix installs to /usr/local.
50204              The /usr overwrites the Apple install (modulo the version).
50205      Branch: perl
50206            ! hints/darwin.sh
50207 ____________________________________________________________________________
50208 [ 20348] By: jhi                                   on 2003/07/30  13:28:30
50209         Log: Subject: [PATCH] NEXT and Diamond Inheritance
50210              From: Casey West <casey@geeknest.com>
50211              Date: Tue, 29 Jul 2003 17:37:15 -0400
50212              Message-ID: <20030729213715.GY76899@geeknest.com>
50213
50214              (Use Damian's NEXT-0.51 once Damian and PAUSE like each other)
50215      Branch: perl
50216            ! lib/NEXT.pm lib/NEXT/t/unseen.t
50217 ____________________________________________________________________________
50218 [ 20347] By: jhi                                   on 2003/07/30  13:19:03
50219         Log: Match also on full name and email (though the email is
50220              now less interesting than it used to be).
50221      Branch: perl
50222            ! Porting/Maintainers
50223 ____________________________________________________________________________
50224 [ 20346] By: jhi                                   on 2003/07/30  12:26:53
50225         Log: Maintainers script tweaks.
50226      Branch: perl
50227            ! Porting/Maintainers
50228 ____________________________________________________________________________
50229 [ 20345] By: jhi                                   on 2003/07/30  11:17:33
50230         Log: rmdir t/lib/IO.
50231      Branch: perl
50232            ! ext/IO/t/IO.t
50233 ____________________________________________________________________________
50234 [ 20344] By: jhi                                   on 2003/07/30  11:15:30
50235         Log: Adjust the list of rmdired lib directories.
50236      Branch: perl
50237            ! Makefile.SH
50238 ____________________________________________________________________________
50239 [ 20343] By: jhi                                   on 2003/07/30  10:06:24
50240         Log: Be paranoid about PL_origargv.
50241              Paranoia warranted by Win32 mod_perl.
50242      Branch: perl
50243            ! perl.c
50244 ____________________________________________________________________________
50245 [ 20342] By: jhi                                   on 2003/07/30  09:57:55
50246         Log: Subject: tiny [PATCH-for-perl-5.8.1-RC2] remove one mention of UNDER_CE from perlio.c
50247              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
50248              Date: Wed, 30 Jul 2003 14:56:32 +0400
50249              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200DD3@cio-test001.spb.lucent.com>
50250      Branch: perl
50251            ! perlio.c
50252 ____________________________________________________________________________
50253 [ 20341] By: jhi                                   on 2003/07/30  09:54:46
50254         Log: Upgrade to ExtUtils::MakeMaker 6.12.
50255      Branch: perl
50256            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
50257            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_Unix.pm
50258            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
50259            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
50260 ____________________________________________________________________________
50261 [ 20340] By: jhi                                   on 2003/07/30  09:47:32
50262         Log: That's M. Schwern to you, earthling.
50263      Branch: perl
50264            ! Porting/Maintainers.pl
50265 ____________________________________________________________________________
50266 [ 20339] By: jhi                                   on 2003/07/30  09:43:32
50267         Log: Arthur maintains Safe.
50268      Branch: perl
50269            ! Porting/Maintainers.pl
50270 ____________________________________________________________________________
50271 [ 20338] By: jhi                                   on 2003/07/30  09:40:28
50272         Log: Use the CPAN id where available.
50273      Branch: perl
50274            ! Porting/Maintainers.pl
50275 ____________________________________________________________________________
50276 [ 20337] By: jhi                                   on 2003/07/30  09:26:47
50277         Log: Rename Modules and Modules.pl as Maintainers and
50278              Maintainers.pl since the same framework can be used
50279              for more than just modules.
50280      Branch: perl
50281            + Porting/Maintainers Porting/Maintainers.pl
50282            - Porting/Modules Porting/Modules.pl
50283            ! MANIFEST
50284 ____________________________________________________________________________
50285 [ 20336] By: jhi                                   on 2003/07/30  09:11:06
50286         Log: Strip leading ./
50287      Branch: perl
50288            ! Porting/Modules
50289 ____________________________________________________________________________
50290 [ 20335] By: jhi                                   on 2003/07/30  09:01:47
50291         Log: More Modules.pl.
50292      Branch: perl
50293            ! Porting/Modules.pl
50294 ____________________________________________________________________________
50295 [ 20334] By: jhi                                   on 2003/07/30  08:51:57
50296         Log: Modules.pl: add B::Deparse.
50297      Branch: perl
50298            ! Porting/Modules.pl
50299 ____________________________________________________________________________
50300 [ 20333] By: jhi                                   on 2003/07/30  08:26:47
50301         Log: Mac OS X: tweak once again the installation directories.
50302      Branch: perl
50303            ! hints/darwin.sh
50304 ____________________________________________________________________________
50305 [ 20332] By: jhi                                   on 2003/07/30  07:55:04
50306         Log: Modules.pl tweaks.
50307      Branch: perl
50308            ! Porting/Modules.pl
50309 ____________________________________________________________________________
50310 [ 20331] By: jhi                                   on 2003/07/30  06:13:55
50311         Log: Subject: [PATCH] Extend Win32::GetOSVersion() to return additional information
50312              From: Jan Dubois <jand@ActiveState.com>
50313              Date: Tue, 29 Jul 2003 19:14:10 -0700
50314              Message-ID: <i06eivs0h9khken8rloevj68iqu6n45hnq@4ax.com>
50315      Branch: perl
50316            ! lib/Win32.pod win32/win32.c
50317 ____________________________________________________________________________
50318 [ 20330] By: rgs                                   on 2003/07/29  21:20:28
50319         Log: FAQ sync.
50320      Branch: perl
50321            ! pod/perlfaq4.pod pod/perlfaq7.pod
50322 ____________________________________________________________________________
50323 [ 20329] By: jhi                                   on 2003/07/29  20:54:38
50324         Log: Subject: tiny fix for WinCE (Re: maint @ 20277)
50325              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
50326              Date: Wed, 30 Jul 2003 02:02:41 +0400
50327              Message-ID: <016701c3561d$43735ca0$195ec3d9@vad>
50328      Branch: perl
50329            ! wince/wince.c
50330 ____________________________________________________________________________
50331 [ 20327] By: jhi                                   on 2003/07/29  20:09:15
50332         Log: MPE/iX fix from Mark Bixby: fcntl() on sockets on works.
50333      Branch: perl
50334            ! README.mpeix ext/IO/t/io_sock.t mpeix/mpeix.c mpeix/mpeixish.h
50335 ____________________________________________________________________________
50336 [ 20324] By: jhi                                   on 2003/07/29  19:55:50
50337         Log: Revert #20301, apparently the _SOCKADDR_LEN #define is
50338              important for IPv6 (Spider).  Since there is no way to
50339              otherwise detect 3.X, use the hints.
50340      Branch: perl
50341            ! hints/dec_osf.sh perl.h
50342 ____________________________________________________________________________
50343 [ 20316] By: jhi                                   on 2003/07/29  15:27:46
50344         Log: Don't nag about Module::Signature if there is no
50345              way for the user to use it (based on Autrijus' patch).
50346      Branch: perl
50347            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
50348 ____________________________________________________________________________
50349 [ 20315] By: jhi                                   on 2003/07/29  14:47:04
50350         Log: Oops.
50351      Branch: perl
50352            ! sv.c
50353 ____________________________________________________________________________
50354 [ 20314] By: jhi                                   on 2003/07/29  13:26:26
50355         Log: Slight rewording on the destdir.
50356      Branch: perl
50357            ! INSTALL
50358 ____________________________________________________________________________
50359 [ 20312] By: jhi                                   on 2003/07/29  13:20:21
50360         Log: Subject: [PATCH] pod/perlvar.pod: minor typo
50361              From: "Brendan O'Dea" <bod@debian.org>
50362              Date: Tue, 29 Jul 2003 23:49:18 +1000
50363              Message-ID: <20030729134918.GA4339@londo.c47.org>
50364      Branch: perl
50365            ! pod/perlvar.pod
50366 ____________________________________________________________________________
50367 [ 20310] By: jhi                                   on 2003/07/29  13:11:57
50368         Log: Subject: [PATCH: (repatch) 5.8.1 RC2] Encode test fixes for VMS (was Re: possible fix to File::Find problems)
50369              From: PPrymmer@factset.com
50370              Date: Tue, 22 Jul 2003 11:12:05 -0400
50371              Message-ID: <OFBD4A7559.D7CF9517-ON85256D6B.00534853-85256D6B.00538131@factset.com>
50372      Branch: perl
50373            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
50374            ! ext/Encode/t/perlio.t
50375 ____________________________________________________________________________
50376 [ 20309] By: jhi                                   on 2003/07/29  13:06:24
50377         Log: Subject: [perluniintro vs Encode::Alias] Is KOI8R is an alise for koi8-r?
50378              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
50379              Date: Sun, 13 Jul 2003 10:23:35 +0900
50380              Message-Id: <20030713102228.C76A.BQW10602@nifty.com>
50381      Branch: perl
50382            ! ext/Encode/lib/Encode/Alias.pm
50383 ____________________________________________________________________________
50384 [ 20308] By: jhi                                   on 2003/07/29  13:02:43
50385         Log: The --destdir option to installman should be made
50386              optional so that it doesn't complain when passed
50387              an empty value (from Rafael)
50388      Branch: perl
50389            ! installman
50390 ____________________________________________________________________________
50391 [ 20306] By: jhi                                   on 2003/07/29  12:05:24
50392         Log: Too many my $fh:s.
50393      Branch: perl
50394            ! lib/CPAN.pm
50395 ____________________________________________________________________________
50396 [ 20305] By: jhi                                   on 2003/07/29  11:55:11
50397         Log: Quieten MSVC6.
50398      Branch: perl
50399            ! pp.c
50400 ____________________________________________________________________________
50401 [ 20302] By: jhi                                   on 2003/07/29  11:31:17
50402         Log: Subject: DESTDIR in perl-5.8.1 package?
50403              From: Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
50404              Date: Fri, 11 Jul 2003 14:48:41 +0200
50405              Message-ID: <20030711124841.GA18327@immd4.informatik.uni-erlangen.de>
50406
50407              Subject: Re: DESTDIR in perl-5.8.1 package?
50408              From: Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
50409              Date: Mon, 14 Jul 2003 12:00:25 +0200
50410              Message-ID: <20030714100025.GA26612@immd4.informatik.uni-erlangen.de>
50411
50412              (blindly prepending and s///ing away the $destdir does not work
50413              at least in VMS, but the --destdir should help rpm builders
50414              and the like)
50415      Branch: perl
50416            ! INSTALL Makefile.SH installman installperl
50417 ____________________________________________________________________________
50418 [ 20301] By: jhi                                   on 2003/07/29  11:20:07
50419         Log: Subject: [perl #23134] Problems compiling 5.8.0 on alpha-dec_osf 3.2
50420              From: Chaskiel M Grundman (via RT) <perlbug-followup@perl.org>
50421              Date: 26 Jul 2003 21:44:06 -0000
50422              Message-ID: <rt-23134-61814.9.36507226414463@rt.perl.org>
50423
50424              Helps (the admittedly old) DEC OSF/1 3.x and harms not newer
50425              releases 4.x and 5.x.
50426      Branch: perl
50427            ! perl.h
50428 ____________________________________________________________________________
50429 [ 20300] By: jhi                                   on 2003/07/29  11:18:27
50430         Log: Cleanup the sv_gets() logic for platforms with small stacks.
50431              (I think hogging 8K of stack sounds like bad behaviour on any
50432              platform, big stack or not.)
50433      Branch: perl
50434            ! sv.c
50435 ____________________________________________________________________________
50436 [ 20299] By: merijn                                on 2003/07/29  10:57:37
50437         Log: README.hpux now mentions the http mirror for prebuilt gcc binaries
50438      Branch: perl
50439            ! README.hpux
50440 ____________________________________________________________________________
50441 [ 20298] By: jhi                                   on 2003/07/29  10:57:28
50442         Log: DEC OSF/1 3.x did (does) not do sizer -v.
50443      Branch: perl
50444            ! hints/dec_osf.sh
50445 ____________________________________________________________________________
50446 [ 20295] By: jhi                                   on 2003/07/29  10:36:25
50447         Log: Subject: [PATCH CPAN.pm] unlink pre-PGP-signed CHECKSUM
50448              From: Autrijus Tang <autrijus@autrijus.org>
50449              Date: Tue, 29 Jul 2003 09:58:35 +0800
50450              Message-ID: <20030729015834.GA7149@not.autrijus.org>
50451      Branch: perl
50452            ! lib/CPAN.pm
50453 ____________________________________________________________________________
50454 [ 20294] By: jhi                                   on 2003/07/29  10:30:05
50455         Log: There is no skip() since we are not using Test*.
50456      Branch: perl
50457            ! lib/CPAN/t/signature.t
50458 ____________________________________________________________________________
50459 [ 20293] By: jhi                                   on 2003/07/29  10:28:10
50460         Log: Upgrade to CPAN.pm 1.74.
50461      Branch: perl
50462            ! lib/CPAN.pm lib/CPAN/t/signature.t
50463 ____________________________________________________________________________
50464 [ 20292] By: jhi                                   on 2003/07/29  10:14:26
50465         Log: Most importantly, don't try HvNAME(gp->gp_hv)
50466              unless PL_stashcache exists, otherwise we get
50467              an invalid read (detected by valgrind, and crashes
50468              ext/threads/t/basic.t in Windows).
50469
50470              Also add a few if:s for the refcnt decrements,
50471              no need to call Perl_sv_free() if there's nothing to free.
50472      Branch: perl
50473            ! gv.c
50474 ____________________________________________________________________________
50475 [ 20291] By: jhi                                   on 2003/07/29  09:00:58
50476         Log: Tabify.
50477      Branch: perl
50478            ! MANIFEST
50479 ____________________________________________________________________________
50480 [ 20288] By: jhi                                   on 2003/07/29  08:29:50
50481         Log: Subject: [perl #22969] fix $hash{utf8bareword}
50482              From: Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com>
50483              Date: Tue, 29 Jul 2003 11:09:37 +0200
50484              Message-Id: <20030729110937.31c422d2.rgarcia@hexaflux.com>
50485      Branch: perl
50486            ! t/op/utfhash.t toke.c
50487 ____________________________________________________________________________
50488 [ 20287] By: jhi                                   on 2003/07/29  08:26:48
50489         Log: Subject: [PATCH pointer] B::Deparse 0.64
50490              From: Stephen McCamant <smcc@mit.edu>
50491              Date: Mon, 28 Jul 2003 16:57:19 -0400
50492              Message-ID: <16165.36399.39977.566109@syllepsis.MIT.EDU>
50493      Branch: perl
50494            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
50495 ____________________________________________________________________________
50496 [ 20286] By: jhi                                   on 2003/07/29  08:24:45
50497         Log: More perlio docs from Stas.
50498      Branch: perl
50499            ! pod/perliol.pod
50500 ____________________________________________________________________________
50501 [ 20285] By: jhi                                   on 2003/07/29  08:22:49
50502         Log: Reintroduce Porting/Modules.  No, it's not duplicating
50503              the information in Module::CoreList.
50504      Branch: perl
50505            + Porting/Modules Porting/Modules.pl
50506            ! AUTHORS MANIFEST
50507 ____________________________________________________________________________
50508 [ 20283] By: jhi                                   on 2003/07/29  05:00:12
50509         Log: The better prefixify() patch from Ed Moy.
50510      Branch: perl
50511            ! lib/ExtUtils/MM_Unix.pm
50512 ____________________________________________________________________________
50513 [ 20282] By: jhi                                   on 2003/07/29  04:57:57
50514         Log: PerlIO_popped doc addition from NI-S.
50515      Branch: perl
50516            ! pod/perliol.pod
50517 ____________________________________________________________________________
50518 [ 20281] By: jhi                                   on 2003/07/29  04:55:48
50519         Log: Subject: [PATCH] another File::Find tweak for VMS (improve on #20221)
50520              From: "Craig A. Berry" <craigberry@mac.com>
50521              Date: Tue, 29 Jul 2003 00:11:46 -0500
50522              Message-ID: <3F260212.9000104@mac.com>
50523      Branch: perl
50524            ! lib/File/Find.pm
50525 ____________________________________________________________________________
50526 [ 20278] By: jhi                                   on 2003/07/28  18:03:48
50527         Log: More bytecode tweaks.
50528      Branch: perl
50529            ! ext/B/B.xs ext/B/B/Bytecode.pm
50530 ____________________________________________________________________________
50531 [ 20275] By: jhi                                   on 2003/07/28  16:47:53
50532         Log: No more wince/README.compile.
50533      Branch: perl
50534            ! Porting/curliff.pl
50535 ____________________________________________________________________________
50536 [ 20272] By: jhi                                   on 2003/07/28  16:19:47
50537         Log: Slightly better failure output.
50538      Branch: perl
50539            ! ext/Devel/Peek/t/Peek.t
50540 ____________________________________________________________________________
50541 [ 20270] By: jhi                                   on 2003/07/28  15:12:28
50542         Log: These directories no more exist during cleanup.
50543      Branch: perl
50544            ! Makefile.SH
50545 ____________________________________________________________________________
50546 [ 20269] By: jhi                                   on 2003/07/28  15:07:22
50547         Log: No more ext/*/*.t, move them all to ext/*/t.
50548      Branch: perl
50549            + ext/Devel/DProf/t/DProf.t ext/Devel/Peek/t/Peek.t
50550            + ext/Errno/t/Errno.t ext/GDBM_File/t/gdbm.t
50551            + ext/I18N/Langinfo/t/Langinfo.t ext/IPC/SysV/t/ipcsysv.t
50552            + ext/NDBM_File/t/ndbm.t ext/ODBM_File/t/odbm.t
50553            + ext/Opcode/t/Opcode.t ext/Opcode/t/ops.t ext/PerlIO/t/PerlIO.t
50554            + ext/SDBM_File/t/sdbm.t ext/Safe/t/safe1.t ext/Safe/t/safe2.t
50555            + ext/Safe/t/safe3.t ext/Socket/t/Socket.t
50556            + ext/Socket/t/socketpair.t ext/Sys/Hostname/t/Hostname.t
50557            + ext/Sys/Syslog/t/syslog.t ext/Time/HiRes/t/HiRes.t
50558            + ext/XS/Typemap/t/Typemap.t ext/attrs/t/attrs.t ext/re/t/re.t
50559            - ext/Devel/DProf/DProf.t ext/Devel/Peek/Peek.t
50560            - ext/Errno/Errno.t ext/GDBM_File/gdbm.t
50561            - ext/I18N/Langinfo/Langinfo.t ext/IPC/SysV/ipcsysv.t
50562            - ext/NDBM_File/ndbm.t ext/ODBM_File/odbm.t ext/Opcode/Opcode.t
50563            - ext/Opcode/ops.t ext/PerlIO/PerlIO.t ext/SDBM_File/sdbm.t
50564            - ext/Safe/safe1.t ext/Safe/safe2.t ext/Safe/safe3.t
50565            - ext/Socket/Socket.t ext/Socket/socketpair.t
50566            - ext/Sys/Hostname/Hostname.t ext/Sys/Syslog/syslog.t
50567            - ext/Time/HiRes/HiRes.t ext/XS/Typemap/Typemap.t ext/attrs.t
50568            - ext/re/re.t
50569            ! MANIFEST ext/IPC/SysV/MANIFEST
50570 ____________________________________________________________________________
50571 [ 20268] By: jhi                                   on 2003/07/28  14:31:17
50572         Log: Move the ext/IO tests to a more standard location so that
50573              the *.t do not get copied to the build tree (lib/IO/).
50574      Branch: perl
50575            + ext/IO/t/IO.t ext/IO/t/io_const.t ext/IO/t/io_dir.t
50576            + ext/IO/t/io_dup.t ext/IO/t/io_linenum.t
50577            + ext/IO/t/io_multihomed.t ext/IO/t/io_pipe.t ext/IO/t/io_poll.t
50578            + ext/IO/t/io_sel.t ext/IO/t/io_sock.t ext/IO/t/io_taint.t
50579            + ext/IO/t/io_tell.t ext/IO/t/io_udp.t ext/IO/t/io_unix.t
50580            + ext/IO/t/io_utf8.t ext/IO/t/io_xs.t
50581            - ext/IO/lib/IO/t/IO.t ext/IO/lib/IO/t/io_const.t
50582            - ext/IO/lib/IO/t/io_dir.t ext/IO/lib/IO/t/io_dup.t
50583            - ext/IO/lib/IO/t/io_linenum.t ext/IO/lib/IO/t/io_multihomed.t
50584            - ext/IO/lib/IO/t/io_pipe.t ext/IO/lib/IO/t/io_poll.t
50585            - ext/IO/lib/IO/t/io_sel.t ext/IO/lib/IO/t/io_sock.t
50586            - ext/IO/lib/IO/t/io_taint.t ext/IO/lib/IO/t/io_tell.t
50587            - ext/IO/lib/IO/t/io_udp.t ext/IO/lib/IO/t/io_unix.t
50588            - ext/IO/lib/IO/t/io_utf8.t ext/IO/lib/IO/t/io_xs.t
50589            ! MANIFEST
50590 ____________________________________________________________________________
50591 [ 20267] By: jhi                                   on 2003/07/28  14:16:44
50592         Log: Retract #20260.
50593      Branch: perl
50594            ! perlio.c perliol.h
50595 ____________________________________________________________________________
50596 [ 20266] By: jhi                                   on 2003/07/28  13:38:59
50597         Log: Bump the $VERSION of core File::Spec as requested by Ken Williams.
50598      Branch: perl
50599            ! lib/File/Spec.pm
50600 ____________________________________________________________________________
50601 [ 20265] By: jhi                                   on 2003/07/28  13:23:44
50602         Log: Subject: [PATCH] #20177 broke skip logic in t/op/write.t
50603              From: "Craig A. Berry" <craigberry@mac.com>
50604              Date: Mon, 28 Jul 2003 08:04:32 -0500
50605              Message-ID: <3F251F60.6050607@mac.com>
50606      Branch: perl
50607            ! t/op/write.t
50608 ____________________________________________________________________________
50609 [ 20264] By: jhi                                   on 2003/07/28  13:21:58
50610         Log: Subject: [PATCH] t/op/write.t cleanup after itself.
50611              From: Michael G Schwern <schwern@pobox.com>
50612              Date: Mon, 28 Jul 2003 05:54:19 -0700
50613              Message-ID: <20030728125419.GJ21044@windhund.schwern.org>
50614      Branch: perl
50615            ! t/op/write.t
50616 ____________________________________________________________________________
50617 [ 20263] By: jhi                                   on 2003/07/28  12:13:24
50618         Log: Make Storable work with blead/maint by making PL_sv_placeholder
50619              a true global, bump $VERSION to 2.08.  Will take a look at the
50620              portability issue of placeholders soon.
50621      Branch: perl
50622            ! embedvar.h ext/Storable/Storable.pm ext/Storable/Storable.xs
50623            ! intrpvar.h perlapi.h perlvars.h sv.c
50624 ____________________________________________________________________________
50625 [ 20262] By: jhi                                   on 2003/07/28  11:35:31
50626         Log: Storable test nosewipe.
50627      Branch: perl
50628            ! ext/Storable/t/code.t ext/Storable/t/utf8hash.t
50629 ____________________________________________________________________________
50630 [ 20261] By: jhi                                   on 2003/07/28  11:02:23
50631         Log: Solaris cc didn't appreciate casting a long to a pointer
50632              with no cast, and lval casts are unportable, so introduce
50633              a rval cast.
50634      Branch: perl
50635            ! bytecode.pl ext/ByteLoader/byterun.c
50636 ____________________________________________________________________________
50637 [ 20260] By: jhi                                   on 2003/07/28  10:46:58
50638         Log: (Retracted by #20267)
50639      Branch: perl
50640            ! perlio.c perliol.h
50641 ____________________________________________________________________________
50642 [ 20257] By: jhi                                   on 2003/07/28  10:05:58
50643         Log: Subject: CPAN/t/signature.t noisy
50644              From: Michael G Schwern <schwern@pobox.com>
50645              Date: Mon, 28 Jul 2003 02:14:19 -0700
50646              Message-ID: <20030728091419.GG21044@windhund.schwern.org>
50647      Branch: perl
50648            ! lib/CPAN/t/signature.t
50649 ____________________________________________________________________________
50650 [ 20256] By: jhi                                   on 2003/07/28  10:00:11
50651         Log: Extra noise from File::Spec.
50652      Branch: perl
50653            ! lib/File/Spec/t/rel2abs2rel.t
50654 ____________________________________________________________________________
50655 [ 20255] By: jhi                                   on 2003/07/28  09:50:55
50656         Log: Prettyprint the constants list of defsubs_h.PL.
50657      Branch: perl
50658            ! ext/B/defsubs_h.PL
50659 ____________________________________________________________________________
50660 [ 20253] By: jhi                                   on 2003/07/28  04:56:48
50661         Log: Subject: [PATCH] B enhancements
50662              From: Stephen McCamant <smcc@mit.edu>
50663              Date: Sun, 27 Jul 2003 14:07:46 -0400
50664              Message-ID: <16164.5362.577992.841787@syllepsis.MIT.EDU>
50665      Branch: perl
50666            ! ext/B/B.pm ext/B/B.xs ext/B/defsubs_h.PL
50667 ____________________________________________________________________________
50668 [ 20252] By: jhi                                   on 2003/07/28  04:55:42
50669         Log: More clarification about the hash randomisation defines.
50670      Branch: perl
50671            ! perl.h
50672 ____________________________________________________________________________
50673 [ 20251] By: jhi                                   on 2003/07/28  04:51:46
50674         Log: Clarify the process a bit.
50675      Branch: perl
50676            ! INSTALL
50677 ____________________________________________________________________________
50678 [ 20250] By: jhi                                   on 2003/07/28  04:43:23
50679         Log: Add $VERSION to B::Bytecode.
50680      Branch: perl
50681            ! ext/B/B/Bytecode.pm
50682 ____________________________________________________________________________
50683 [ 20249] By: jhi                                   on 2003/07/28  04:39:14
50684         Log: Missing test file.  (Not very useful since Module::Signature
50685              is not in the core, but let's not make an exception.)
50686      Branch: perl
50687            ! MANIFEST
50688 ____________________________________________________________________________
50689 [ 20248] By: jhi                                   on 2003/07/28  04:35:27
50690         Log: Subject: Re: downrev modules in RC2
50691              From: Gisle Aas <gisle@ActiveState.com>
50692              Date: 27 Jul 2003 20:25:07 -0700
50693              Message-ID: <lrptjv1gfg.fsf@caliper.activestate.com>
50694
50695              (upgrade to Digest::MD5 2.26)
50696      Branch: perl
50697            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
50698            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
50699 ____________________________________________________________________________
50700 [ 20247] By: jhi                                   on 2003/07/28  04:31:32
50701         Log: Upgrade to CGI 2.97.
50702      Branch: perl
50703            ! lib/CGI.pm
50704 ____________________________________________________________________________
50705 [ 20246] By: jhi                                   on 2003/07/28  04:26:58
50706         Log: Revert 20233 + s/GvAVn/GvAV/) + rerun 'perl bytecode.pl'.
50707              (from Enache)
50708      Branch: perl
50709            ! bytecode.pl ext/ByteLoader/byterun.c
50710 ____________________________________________________________________________
50711 [ 20243] By: jhi                                   on 2003/07/27  20:31:31
50712         Log: Upgrade to CPAN 1.72.
50713      Branch: perl
50714            + lib/CPAN/t/signature.t
50715            ! MANIFEST lib/CPAN.pm
50716 ____________________________________________________________________________
50717 [ 20242] By: jhi                                   on 2003/07/27  20:21:40
50718         Log: We now return to your normally scheduled hash randomisation.
50719      Branch: perl
50720            ! INSTALL perl.h pod/perlfunc.pod pod/perlrun.pod
50721            ! pod/perlsec.pod
50722 ____________________________________________________________________________
50723 [ 20240] By: jhi                                   on 2003/07/27  19:45:22
50724         Log: fresh_perl_(is|like) were printing out the wrong file/line
50725              number on failure because _where() was hard coded to only
50726              look one level up the call stack.  In these cases it has to
50727              look two.
50728              (Schwern)
50729      Branch: perl
50730            ! t/test.pl
50731 ____________________________________________________________________________
50732 [ 20239] By: jhi                                   on 2003/07/27  19:43:34
50733         Log: cleanup tiehandle.t to use test.pl, is(), like(), etc...
50734              (Schwern)
50735      Branch: perl
50736            ! t/op/tiehandle.t
50737 ____________________________________________________________________________
50738 [ 20238] By: jhi                                   on 2003/07/27  19:20:45
50739         Log: Upgrade to Test::Harness 2.29.
50740      Branch: perl
50741            ! lib/Test/Harness.pm lib/Test/Harness/Straps.pm
50742            ! lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
50743            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
50744            ! lib/Test/Harness/t/test-harness.t
50745 ____________________________________________________________________________
50746 [ 20237] By: jhi                                   on 2003/07/27  18:37:45
50747         Log: Missing MakeMaker test.
50748      Branch: perl
50749            + lib/ExtUtils/t/postamble.t
50750            ! MANIFEST
50751 ____________________________________________________________________________
50752 [ 20236] By: jhi                                   on 2003/07/27  18:29:16
50753         Log: Add -l (one file per line) option to manicheck.
50754      Branch: perl
50755            ! Porting/manicheck
50756 ____________________________________________________________________________
50757 [ 20235] By: jhi                                   on 2003/07/27  18:08:55
50758         Log: Further Byteloader tweaks from Enache.
50759      Branch: perl
50760            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
50761            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm ext/B/defsubs_h.PL
50762            ! ext/B/t/assembler.t ext/ByteLoader/ByteLoader.pm
50763            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
50764            ! ext/ByteLoader/byterun.h t/TEST
50765 ____________________________________________________________________________
50766 [ 20234] By: jhi                                   on 2003/07/27  18:02:24
50767         Log: Reapply some perldoc changes not in 3.09.
50768      Branch: perl
50769            ! lib/Pod/Perldoc.pm
50770 ____________________________________________________________________________
50771 [ 20233] By: jhi                                   on 2003/07/27  17:51:01
50772         Log: Upgrade to Pod::Perldoc 3.09.
50773      Branch: perl
50774            ! lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm
50775 ____________________________________________________________________________
50776 [ 20232] By: jhi                                   on 2003/07/27  17:34:23
50777         Log: A bug reported in perl-unicode by Terry Jones, fixed
50778              by Andreas Koenig, and add a test.
50779      Branch: perl
50780            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
50781 ____________________________________________________________________________
50782 [ 20231] By: jhi                                   on 2003/07/27  17:21:11
50783         Log: Unicode::UCD doc nit from Andreas Koenig.
50784      Branch: perl
50785            ! lib/Unicode/UCD.pm
50786 ____________________________________________________________________________
50787 [ 20230] By: jhi                                   on 2003/07/27  17:13:55
50788         Log: Upgrade to I18N::LangTags 0.28.
50789      Branch: perl
50790            + lib/I18N/LangTags/t/01test.t
50791            - lib/I18N/LangTags/test.pl
50792            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/List.pm
50793 ____________________________________________________________________________
50794 [ 20229] By: jhi                                   on 2003/07/27  16:59:27
50795         Log: Skip the test until Enache fixes it.
50796      Branch: perl
50797            ! ext/B/t/assembler.t
50798 ____________________________________________________________________________
50799 [ 20225] By: jhi                                   on 2003/07/27  16:12:44
50800         Log: Upgrade to File::Spec 0.85.
50801      Branch: perl
50802            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
50803            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
50804            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
50805            ! lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t
50806            ! lib/File/Spec/t/rel2abs2rel.t
50807 ____________________________________________________________________________
50808 [ 20224] By: jhi                                   on 2003/07/27  15:48:20
50809         Log: Subject: Re: [PATCH] Re: Storing &PL_sv_undef as a hash key with perl-5.8.x
50810              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
50811              Date: Sun, 20 Jul 2003 22:36:02 +0200
50812              Message-ID: <006801c34efe$8aac1920$0c2f1fac@R2D2>
50813      Branch: perl
50814            ! dump.c embedvar.h ext/Storable/Storable.xs hv.c intrpvar.h
50815            ! perl.c perlapi.h sv.c universal.c
50816 ____________________________________________________________________________
50817 [ 20223] By: jhi                                   on 2003/07/27  15:43:30
50818         Log: Regen byterun once more: the incav is not yet right, but at
50819              least it compiles now (Tru64 cc choked on the lvalue cast).
50820      Branch: perl
50821            ! bytecode.pl ext/ByteLoader/byterun.c
50822 ____________________________________________________________________________
50823 [ 20222] By: jhi                                   on 2003/07/27  15:31:52
50824         Log: Regenerated because of #20220.
50825      Branch: perl
50826            ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
50827            ! ext/ByteLoader/byterun.h
50828 ____________________________________________________________________________
50829 [ 20221] By: jhi                                   on 2003/07/27  15:19:57
50830         Log: Subject: [PATCH] fix for File::Find logical name collision on VMS
50831              From: "Craig A. Berry" <craigberry@mac.com>
50832              Date: Mon, 21 Jul 2003 19:40:20 -0500
50833              Message-ID: <3F1C87F4.2070401@mac.com>
50834      Branch: perl
50835            ! lib/File/Find.pm
50836 ____________________________________________________________________________
50837 [ 20220] By: jhi                                   on 2003/07/27  15:13:10
50838         Log: Subject: Re: [perl #22984] perl-5.8.1-RC2: TEST -bytecompile won't work at all
50839              From: Enache Adrian <enache@rdslink.ro>
50840              Date: Fri, 18 Jul 2003 23:15:37 +0300
50841              Message-ID: <20030718201537.GA1574@ratsnest.hole>
50842      Branch: perl
50843            ! Makefile.SH bytecode.pl ext/B/B.xs ext/B/B/Assembler.pm
50844            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm ext/B/typemap
50845            ! ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
50846            ! ext/ByteLoader/bytecode.h installperl t/TEST utils/perlcc.PL
50847 ____________________________________________________________________________
50848 [ 20219] By: jhi                                   on 2003/07/27  15:08:23
50849         Log: Subject: [PATCH-for-RC2] WinCE port addition
50850              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
50851              Date: Fri, 25 Jul 2003 22:17:11 +0400
50852              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200D42@cio-test001.spb.lucent.com>
50853      Branch: perl
50854            - wince/README.compile
50855            ! MANIFEST README.ce wince/Makefile.ce wince/README.perlce
50856            ! wince/compile.bat wince/wince.c wince/wince.h
50857 ____________________________________________________________________________
50858 [ 20217] By: jhi                                   on 2003/07/25  06:39:08
50859         Log: Another missing hunk for MakeMaker from .org.
50860      Branch: perl
50861            ! lib/ExtUtils/MakeMaker.pm
50862 ____________________________________________________________________________
50863 [ 20213] By: jhi                                   on 2003/07/24  14:49:25
50864         Log: Grabbed from www.makemaker.org.
50865      Branch: perl
50866            + t/lib/MakeMaker/Test/Setup/Recurs.pm
50867            ! MANIFEST
50868 ____________________________________________________________________________
50869 [ 20211] By: jhi                                   on 2003/07/24  14:00:29
50870         Log: Subject: [perl #22946] Bug in Unicode surrogate pair conversion in Perl_utf16_to_utf8
50871              From: "Dinger, Tom" (via RT) <perlbug-followup@perl.org>
50872              Date: 14 Jul 2003 05:35:15 -0000
50873              Message-ID: <rt-22946-60715.1.00007189884266@rt.perl.org>
50874      Branch: perl
50875            ! utf8.c
50876 ____________________________________________________________________________
50877 [ 20209] By: jhi                                   on 2003/07/24  13:42:58
50878         Log: Subject: Re: [typo] sv.c pod/perlapi.pod
50879              From: Stas Bekman <stas@stason.org>
50880              Date: Thu, 24 Jul 2003 16:49:27 +0200
50881              Message-ID: <3F1FF1F7.30500@stason.org>
50882      Branch: perl
50883            ! pod/perlapi.pod sv.c
50884 ____________________________________________________________________________
50885 [ 20208] By: jhi                                   on 2003/07/24  13:41:37
50886         Log: Subject: [ANNOUNCE] ExtUtils::MakeMaker 6.11
50887              From: Michael G Schwern <schwern@pobox.com>
50888              Date: Thu, 24 Jul 2003 01:28:07 -0700
50889              Message-ID: <20030724082807.GA24285@windhund.schwern.org>
50890      Branch: perl
50891            ! lib/ExtUtils/MakeMaker.pm
50892 ____________________________________________________________________________
50893 [ 20207] By: jhi                                   on 2003/07/24  13:40:39
50894         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_08
50895              From: Michael G Schwern <schwern@pobox.com>
50896              Date: Mon, 21 Jul 2003 20:12:25 -0700
50897              Message-ID: <20030722031224.GD12711@windhund.schwern.org>
50898      Branch: perl
50899            + lib/ExtUtils/t/recurs.t
50900            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/META.yml
50901            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_MacOS.pm
50902            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
50903            ! lib/ExtUtils/MakeMaker/FAQ.pod lib/ExtUtils/PATCHING
50904            ! lib/ExtUtils/README lib/ExtUtils/t/Command.t
50905            ! lib/ExtUtils/t/INST.t lib/ExtUtils/t/INST_PREFIX.t
50906            ! lib/ExtUtils/t/basic.t
50907 ____________________________________________________________________________
50908 [ 20206] By: jhi                                   on 2003/07/24  13:23:27
50909         Log: (accidentally empty checkin)
50910      Branch: perl
50911            ! lib/perl5db.pl
50912 ____________________________________________________________________________
50913 [ 20203] By: jhi                                   on 2003/07/24  13:14:53
50914         Log: Subject: [possible PATCH?] Re: Where is PerlIO_isutf8()?
50915              From: Steve Hay <steve.hay@uk.radan.com>
50916              Date: Fri, 18 Jul 2003 10:03:21 +0100
50917              Message-ID: <3F17B7D9.80805@uk.radan.com>
50918      Branch: perl
50919            ! makedef.pl
50920 ____________________________________________________________________________
50921 [ 20202] By: jhi                                   on 2003/07/24  13:12:08
50922         Log: Subject: [patch] perldebug.pod clarification
50923              From: Stéphane Payrard <stef@payrard.net>
50924              Date: Mon, 21 Jul 2003 21:36:59 +0200
50925              Message-ID: <20030721193659.GC2722@stefp.dyndns.org>
50926      Branch: perl
50927            ! pod/perldebug.pod
50928 ____________________________________________________________________________
50929 [ 20201] By: jhi                                   on 2003/07/24  13:08:50
50930         Log: Subject: PATCH: More edge tests on t/op/pow.t
50931              From: Andy Lester <andy@petdance.com>
50932              Date: Wed, 23 Jul 2003 16:38:35 -0500
50933              Message-ID: <20030723213834.GA20468@petdance.com>
50934      Branch: perl
50935            ! t/op/pow.t
50936 ____________________________________________________________________________
50937 [ 20200] By: jhi                                   on 2003/07/24  13:06:36
50938         Log: Subject: [PATCH] Fix saving 'V' magic in scan_vstring()
50939              From: Stephen McCamant <smcc@mit.edu>
50940              Date: Tue, 22 Jul 2003 09:41:10 -0400
50941              Message-ID: <16157.16118.998307.110037@syllepsis.MIT.EDU>
50942      Branch: perl
50943            ! toke.c
50944 ____________________________________________________________________________
50945 [ 20199] By: jhi                                   on 2003/07/24  13:04:24
50946         Log: Subject: [PATCH] Re: Reference to tied elements results in lvalue.
50947              From: Dave Mitchell <davem@fdgroup.com>
50948              Date: Fri, 18 Jul 2003 18:49:43 +0100
50949              Message-ID: <20030718174943.GB6427@fdgroup.com>
50950      Branch: perl
50951            ! sv.c t/op/tie.t
50952 ____________________________________________________________________________
50953 [ 20198] By: jhi                                   on 2003/07/24  09:07:45
50954         Log: Subject: [PATCH] Re: Bug in B::Deparse/Concise with ithreads
50955              From: Stephen McCamant <smcc@mit.edu>
50956              Date: Sat, 19 Jul 2003 12:06:31 -0400
50957              Message-ID: <16153.27783.300094.464863@syllepsis.MIT.EDU>
50958      Branch: perl
50959            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm
50960 ____________________________________________________________________________
50961 [ 20197] By: jhi                                   on 2003/07/24  08:59:45
50962         Log: Subject: [PATCH] typo in VMS::Filespec
50963              From: Ken Williams <ken@mathforum.org>
50964              Date: Tue, 22 Jul 2003 15:18:21 -0500
50965              Message-Id: <A3E1AAA0-BC81-11D7-B0BB-003065F6D85A@mathforum.org>
50966      Branch: perl
50967            ! vms/ext/Filespec.pm
50968 ____________________________________________________________________________
50969 [ 20196] By: jhi                                   on 2003/07/24  08:54:54
50970         Log: EBCDIC fix from Thomas Dorner.
50971      Branch: perl
50972            ! Makefile.SH
50973 ____________________________________________________________________________
50974 [ 20195] By: jhi                                   on 2003/07/24  08:54:13
50975         Log: POSIX-BC patch from Thomas Dorner.
50976      Branch: perl
50977            ! hints/posix-bc.sh
50978 ____________________________________________________________________________
50979 [ 20194] By: jhi                                   on 2003/07/24  08:45:55
50980         Log: Subject: [perl #22971] [PATCH] Proper capitalization for IO.pm deprecation warning
50981              From: "ilya@juil.nonet (via RT)" <perlbug-followup@perl.org>
50982              Date: 14 Jul 2003 05:37:15 -0000
50983              Message-ID: <rt-22971-60818.3.78636614866039@rt.perl.org>
50984      Branch: perl
50985            ! ext/IO/IO.pm ext/IO/lib/IO/t/IO.t
50986 ____________________________________________________________________________
50987 [ 20193] By: jhi                                   on 2003/07/24  08:43:33
50988         Log: Subject: [perl #22965] Cannot set undef timeout in IO::Socket in perl 5.8.0
50989              From: Hrunting Johnson (via RT) <perlbug-followup@perl.org>
50990              Date: 14 Jul 2003 05:37:02 -0000
50991              Message-ID: <rt-22965-60791.13.0539297217452@rt.perl.org>
50992      Branch: perl
50993            ! ext/IO/lib/IO/Socket.pm
50994 ____________________________________________________________________________
50995 [ 20191] By: jhi                                   on 2003/07/24  08:38:35
50996         Log: Subject: [PATCH] Re: Fatal 5.8.1 error in our $FOO = x if $FOO
50997              From: Dave Mitchell <davem@fdgroup.com>
50998              Date: Thu, 17 Jul 2003 20:33:29 +0100
50999              Message-ID: <20030717193329.GA2699@fdgroup.com>
51000      Branch: perl
51001            ! pad.c t/lib/warnings/pad
51002 ____________________________________________________________________________
51003 [ 20190] By: jhi                                   on 2003/07/24  08:35:11
51004         Log: Subject: [perl #23080] [DOCPATCH] pod/perlfunc.pod missing C
51005              From: "Iain 'Spoon' Truskett (via RT)" <perlbug-followup@perl.org>
51006              Date: 22 Jul 2003 02:59:13 -0000
51007              Message-ID: <rt-23080-61622.7.95831816717467@rt.perl.org>
51008      Branch: perl
51009            ! pod/perlfunc.pod
51010 ____________________________________________________________________________
51011 [ 20189] By: jhi                                   on 2003/07/24  08:26:02
51012         Log: Subject: [PATCH RC2] Missing semicolon in PERL_FPU_INIT macro
51013              From: Stephen Clouse <stephenc@theiqgroup.com>
51014              Date: Tue, 22 Jul 2003 21:31:38 -0500
51015              Message-ID: <20030723023138.GA15653@owns.warpcore.org>
51016      Branch: perl
51017            ! perl.h
51018 ____________________________________________________________________________
51019 [ 20187] By: jhi                                   on 2003/07/24  07:53:33
51020         Log: Subject: [PATCH] configure.gnu --prefix
51021              From: slaven@rezic.de
51022              Date: Thu, 10 Jul 2003 09:33:27 +0000
51023              Message-Id: <1057829607.9622@devpc01.iconmobile.de>
51024      Branch: perl
51025            ! configure.gnu
51026 ____________________________________________________________________________
51027 [ 20186] By: jhi                                   on 2003/07/24  07:48:21
51028         Log: Subject: Re: problem with rc1 and rc2 on Mac OS X
51029              From: Edward Moy <emoy@apple.com>
51030              Date: Sun, 13 Jul 2003 14:12:57 -0700
51031              Message-Id: <C66FBFAC-B576-11D7-89B5-0030657B317C@apple.com>
51032      Branch: perl
51033            ! lib/ExtUtils/MM_Unix.pm
51034 ____________________________________________________________________________
51035 [ 20184] By: jhi                                   on 2003/07/24  07:02:31
51036         Log: Subject: [PATCH 5.8.1 @20153] malloc cleanup
51037              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
51038              Date: Tue, 15 Jul 2003 07:46:58 -0700
51039              Message-ID: <20030715144657.GA21313@math.berkeley.edu>
51040      Branch: perl
51041            ! makedef.pl malloc.c malloc_ctl.h
51042 ____________________________________________________________________________
51043 [ 20182] By: jhi                                   on 2003/07/23  13:28:52
51044         Log: This should make Stas happy.
51045      Branch: perl
51046            ! hv.h perl.c
51047 ____________________________________________________________________________
51048 [ 20180] By: jhi                                   on 2003/07/23  12:40:11
51049         Log: utils.lst parsing tweak for bin/perldoc installation from Rafael.
51050      Branch: perl
51051            ! installperl
51052 ____________________________________________________________________________
51053 [ 20179] By: rgs                                   on 2003/07/21  19:46:19
51054         Log: As the perldoc.pod is now in a separate file under pod/,
51055              the installman script was installing an empty perldoc.1 manpage.
51056      Branch: perl
51057            ! installperl utils.lst
51058 ____________________________________________________________________________
51059 [ 20178] By: rgs                                   on 2003/07/21  19:19:06
51060         Log: Subject: [DOCPATCH] %SIG and SA_RESTART
51061              From: Steve Grazzini <grazz@pobox.com>
51062              Date: Wed, 16 Jul 2003 08:56:21 -0400
51063              Message-ID: <20030716125620.GA7022@grazzini.net>
51064      Branch: perl
51065            ! pod/perlipc.pod pod/perlvar.pod
51066 ____________________________________________________________________________
51067 [ 20177] By: rgs                                   on 2003/07/21  19:14:35
51068         Log: Subject: [PATCH] Re: Perl formats do not work with tied values
51069              From: Dave Mitchell <davem@fdgroup.com>
51070              Date: Tue, 15 Jul 2003 20:46:07 +0100
51071              Message-ID: <20030715194607.GA24592@fdgroup.com>
51072
51073              plus the regression test :
51074              Subject: Re: [PATCH] Re: Perl formats do not work with tied values
51075              From: Nicholas Clark <nick@ccl4.org>
51076              Date: Tue, 15 Jul 2003 22:24:04 +0100
51077              Message-ID: <20030715222404.L20414@plum.flirble.org>
51078      Branch: perl
51079            ! pp_ctl.c t/op/write.t
51080 ____________________________________________________________________________
51081 [ 20176] By: rgs                                   on 2003/07/21  19:00:32
51082         Log: Subject: Re: [PATCH] h2xs and extra_libraries
51083              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
51084              Date: Tue, 15 Jul 2003 07:28:52 +0200
51085              Message-id: <20030715052852.GA494@ethan>
51086      Branch: perl
51087            ! utils/h2xs.PL
51088 ____________________________________________________________________________
51089 [ 20175] By: merijn                                on 2003/07/21  14:26:43
51090         Log: Subject: Re: [PATCH] test clean-up for VMS
51091              From: "Craig A. Berry" <craigberry@mac.com>
51092              Date: Sun, 20 Jul 2003 10:43:32 -0500
51093              Message-ID: <3F1AB8A4.2070207@mac.com>
51094      Branch: perl
51095            ! ext/PerlIO/t/encoding.t lib/File/Spec/t/rel2abs2rel.t
51096            ! lib/FileCache/t/01open.t lib/FileCache/t/02maxopen.t
51097            ! lib/FileCache/t/03append.t t/io/argv.t t/op/stat.t
51098            ! t/uni/write.t
51099 ____________________________________________________________________________
51100 [ 20174] By: hv                                    on 2003/07/21  10:26:07
51101         Log: Update Changes.
51102      Branch: perl
51103            ! Changes patchlevel.h
51104 ____________________________________________________________________________
51105 [ 20173] By: rgs                                   on 2003/07/20  21:48:21
51106         Log: Minor doc nits concerning the dosish ALTERNATE_SHEBANG
51107              (bug #22968)
51108      Branch: perl
51109            ! pod/perlfaq3.pod pod/perlrun.pod
51110 ____________________________________________________________________________
51111 [ 20172] By: rgs                                   on 2003/07/20  21:14:12
51112         Log: Subject: Re: [perl #22941] Can't build perl with -Duseshrplib if /usr/bin/gcc is a perl script
51113              From: Andy Dougherty <doughera@lafayette.edu>
51114              Date: Tue, 15 Jul 2003 10:52:58 -0400 (EDT)
51115              Message-ID: <Pine.SOL.4.53.0307151011550.7002@maxwell.phys.lafayette.edu>
51116
51117              plus a clarification to INSTALL :
51118              Subject: [PATCH] Re: [perl #22941] Can't build perl with -Duseshrplib if /usr/bin/gcc is a perl script
51119              From: Andy Dougherty <doughera@lafayette.edu>
51120              Date: Wed, 16 Jul 2003 11:01:24 -0400 (EDT)
51121              Message-ID: <Pine.SOL.4.53.0307161059400.10258@maxwell.phys.lafayette.edu>
51122      Branch: perl
51123            ! INSTALL Makefile.SH
51124 ____________________________________________________________________________
51125 [ 20171] By: rgs                                   on 2003/07/20  20:12:54
51126         Log: The warning "Possible precedence problem on bitwise operator"
51127              was incorrectly produced with the bitwise-assignment operators.
51128              Fix it. (bug #23065 concerning 5.8.1 RC2)
51129      Branch: perl
51130            ! op.c t/lib/warnings/op
51131 ____________________________________________________________________________
51132 [ 20170] By: rgs                                   on 2003/07/18  08:03:02
51133         Log: Rename get_seed() to get_hash_seed(), as suggested by
51134              Eric J Kidder, to solve a name conflict on HP_UX 11.00.
51135      Branch: perl
51136            ! embed.fnc embed.h perl.c proto.h util.c
51137 ____________________________________________________________________________
51138 [ 20169] By: rgs                                   on 2003/07/18  06:36:20
51139         Log: Subject: Re: [PATCH] Re: Oops - Can't calculate our powers
51140              From: Andreas J Koenig <andreas.koenig@anima.de>
51141              Date: Fri, 18 Jul 2003 09:36:47 +0200
51142              Message-ID: <87fzl4thf4.fsf@franz.ak.mind.de>
51143      Branch: perl
51144            ! t/op/pow.t
51145 ____________________________________________________________________________
51146 [ 20168] By: rgs                                   on 2003/07/18  06:21:15
51147         Log: Subject: [ PATCH] Re: isa(UNIVERSAL)?
51148              From: Dave Mitchell <davem@fdgroup.com>
51149              Date: Thu, 17 Jul 2003 21:51:12 +0100
51150              Message-ID: <20030717205112.GA2994@fdgroup.com>
51151      Branch: perl
51152            ! t/op/universal.t universal.c
51153 ____________________________________________________________________________
51154 [ 20167] By: rgs                                   on 2003/07/18  06:14:33
51155         Log: Subject: [PATCH] Re: Oops - Can't calculate our powers
51156              From: Stephen McCamant <smcc@mit.edu>
51157              Date: Fri, 18 Jul 2003 02:26:14 -0400
51158              Message-ID: <16151.37638.162561.84142@syllepsis.MIT.EDU>
51159      Branch: perl
51160            ! pp.c t/op/pow.t
51161 ____________________________________________________________________________
51162 [ 20166] By: rgs                                   on 2003/07/17  21:49:10
51163         Log: Subject: [PATCH] Increment cop_seqmax in utilize()
51164              From: Stephen McCamant <smcc@mit.edu>
51165              Date: Tue, 15 Jul 2003 09:57:26 -0400
51166              Message-ID: <16148.2118.348073.76671@syllepsis.MIT.EDU>
51167
51168              Subject: [PATCH] B::Concise 0.56: refcount and BEGIN improvements
51169              From: Stephen McCamant <smcc@mit.edu>
51170              Date: Tue, 15 Jul 2003 09:57:31 -0400
51171              Message-ID: <16148.2123.305325.480187@syllepsis.MIT.EDU>
51172      Branch: perl
51173            ! ext/B/B/Concise.pm ext/B/B/Terse.pm op.c
51174 ____________________________________________________________________________
51175 [ 20165] By: rgs                                   on 2003/07/17  21:24:46
51176         Log: Subject: [PATCH] Re: POSIX::div
51177              From: Michael G Schwern <schwern@pobox.com>
51178              Date: Mon, 14 Jul 2003 14:00:58 -0700
51179              Message-ID: <20030714210057.GK18517@windhund.schwern.org>
51180      Branch: perl
51181            ! ext/POSIX/POSIX.pm
51182 ____________________________________________________________________________
51183 [ 20164] By: rgs                                   on 2003/07/17  21:15:51
51184         Log: PERL5LIB is not colon-separated everywhere
51185      Branch: perl
51186            ! pod/perlrun.pod
51187 ____________________________________________________________________________
51188 [ 20163] By: rgs                                   on 2003/07/17  20:59:15
51189         Log: Subject: [PATCH] fix $^N-related coredump
51190              From: Anton Berezin <tobez@tobez.org>
51191              Date: Mon, 14 Jul 2003 13:50:35 +0200
51192              Message-ID: <20030714115035.GA10971@heechee.tobez.org>
51193      Branch: perl
51194            ! pp_hot.c sv.c
51195 ____________________________________________________________________________
51196 [ 20162] By: rgs                                   on 2003/07/17  20:39:31
51197         Log: Subject: PATCH: tweak 'split' docs for case of explicit 0 LIMIT
51198              From: Tony Bowden <tony@kasei.com>
51199              Date: Thu, 17 Jul 2003 16:49:35 +0100
51200              Message-ID: <20030717154935.GA20302@soto.kasei.com>
51201      Branch: perl
51202            ! pod/perlfunc.pod
51203 ____________________________________________________________________________
51204 [ 20161] By: rgs                                   on 2003/07/17  20:25:52
51205         Log: Minor nits in perlsyn.pod
51206      Branch: perl
51207            ! pod/perlsyn.pod
51208 ____________________________________________________________________________
51209 [ 20159] By: rgs                                   on 2003/07/13  20:02:34
51210         Log: Subject: [PATCH] incorrect error message from Attribute::Handlers
51211              From: Claes Jacobsson <claes@surfar.nu>
51212              Date: Sat, 12 Jul 2003 16:30:42 +0200
51213              Message-Id: <6A6A99C4-B475-11D7-AB05-000393C12F9E@surfar.nu>
51214      Branch: perl
51215            ! lib/Attribute/Handlers.pm
51216 ____________________________________________________________________________
51217 [ 20158] By: rgs                                   on 2003/07/13  19:52:58
51218         Log: Add a TODO test for perlbug #19049
51219              Subject: Re: [perl #19049] Incorrect $` after replacement (test for same)
51220              From: Alex Gough <alex-p5p@earth.li>
51221              Date: Fri, 11 Jul 2003 01:12:42 +0100
51222              Message-ID: <20030711001242.GD2484@the.earth.li>
51223      Branch: perl
51224            ! t/op/pat.t
51225 ____________________________________________________________________________
51226 [ 20157] By: rgs                                   on 2003/07/13  19:43:29
51227         Log: Minor updates of the charnames documentation.
51228      Branch: perl
51229            ! lib/charnames.pm
51230 ____________________________________________________________________________
51231 [ 20156] By: rgs                                   on 2003/07/11  19:37:34
51232         Log: Subject: Re: Sort sub and NaNs
51233              From: "John P. Linderman" <jpl@research.att.com>
51234              Date: Thu, 10 Jul 2003 10:45:06 -0400
51235              Message-Id: <200307101445.KAA79110@raptor.research.att.com>
51236
51237              Warn against a potential edge case with sort, <=> and NaNs.
51238      Branch: perl
51239            ! pod/perlfunc.pod
51240 ____________________________________________________________________________
51241 [ 20155] By: rgs                                   on 2003/07/11  19:11:17
51242         Log: Subject: [DOCPATCH] perlfunc/read
51243              From: Steve Grazzini <grazz@pobox.com>
51244              Date: Tue, 8 Jul 2003 10:23:03 -0400
51245              Message-ID: <20030708142303.GB23698@grazzini.net>
51246
51247              Clarify the OFFSET parameter to read().
51248      Branch: perl
51249            ! pod/perlfunc.pod
51250 ____________________________________________________________________________
51251 [ 20154] By: rgs                                   on 2003/07/11  18:54:09
51252         Log: Subject: [PATCH pod/perlsyn.pod pod/perltrap.pod] New introduction
51253              From: Michael G Schwern <schwern@pobox.com>
51254              Date: Tue, 13 May 2003 18:33:05 -0700
51255              Message-ID: <20030514013305.GB22001@windhund.schwern.org>
51256      Branch: perl
51257            ! pod/perlsyn.pod pod/perltrap.pod
51258 ____________________________________________________________________________
51259 [ 20145] By: jhi                                   on 2003/07/11  05:07:09
51260         Log: I think the API for mod_perl v2 should be simply that
51261              PL_modperl sets the PL_hash_seed (and PL_hash_seed_set)
51262              itself, hopefully from a good source of random bits.
51263      Branch: perl
51264            ! perl.c
51265 ____________________________________________________________________________
51266 [ 20143] By: jhi                                   on 2003/07/11  00:35:07
51267         Log: pTHX.
51268      Branch: perl
51269            ! util.c
51270 ____________________________________________________________________________
51271 [ 20139] By: jhi                                   on 2003/07/11  00:21:43
51272         Log: New order of seed.
51273      Branch: perl
51274            ! pod/perlrun.pod
51275 ____________________________________________________________________________
51276 [ 20138] By: jhi                                   on 2003/07/11  00:13:11
51277         Log: More retraction.
51278      Branch: perl
51279            ! INSTALL
51280 ____________________________________________________________________________
51281 [ 20137] By: jhi                                   on 2003/07/11  00:10:14
51282         Log: Retract the statements.
51283      Branch: perl
51284            ! pod/perlfunc.pod pod/perlsec.pod
51285 ____________________________________________________________________________
51286 [ 20135] By: jhi                                   on 2003/07/11  00:03:33
51287         Log: Chicken out: the hash randomisation is not on by default.
51288              We switch over to the explicit mode: in other words, if
51289              the $ENV{PERL_HASH_SEED} is on, we randomise.  Also, we
51290              randomise only if PL_hash_seed_set is FALSE (this means
51291              one can use PERL_HASH() before perl_run.)  Also, since
51292              now PERL_HASH_SEED is okay even under -T, all should be fine.
51293              (Ha!)
51294      Branch: perl
51295            ! embed.fnc embed.h embedvar.h intrpvar.h perl.c perl.h
51296            ! perlapi.h pod/perldiag.pod pod/perlrun.pod proto.h util.c
51297 ____________________________________________________________________________
51298 [ 20134] By: jhi                                   on 2003/07/10  23:23:38
51299         Log: Check PERL_HASH_SEED even when tainted.
51300      Branch: perl
51301            ! perl.c pod/perlrun.pod
51302 ____________________________________________________________________________
51303 [ 20131] By: jhi                                   on 2003/07/10  22:42:29
51304         Log: &Time::HiRes::d_nanosleep was broken.
51305      Branch: perl
51306            ! ext/Time/HiRes/Makefile.PL
51307 ____________________________________________________________________________
51308 [ 20130] By: jhi                                   on 2003/07/10  22:37:02
51309         Log: Subject: [PATCH} db-recno.t on Mac OS X
51310              From: slaven@rezic.de
51311              Date: Thu, 10 Jul 2003 12:41:05 +0000
51312              Message-Id: <1057840865.9622@devpc01.iconmobile.de>
51313      Branch: perl
51314            ! ext/DB_File/t/db-recno.t
51315 ____________________________________________________________________________
51316 [ 20129] By: jhi                                   on 2003/07/10  22:31:39
51317         Log: Subject: [comment patch]
51318              From: Stas Bekman <stas@stason.org>
51319              Date: Thu, 10 Jul 2003 14:19:22 -0700
51320              Message-ID: <3F0DD85A.1070902@stason.org>
51321      Branch: perl
51322            ! perl.c
51323 ____________________________________________________________________________
51324 [ 20127] By: jhi                                   on 2003/07/10  22:21:04
51325         Log: Be vague enough.
51326      Branch: perl
51327            ! pod/perldata.pod
51328 ____________________________________________________________________________
51329 [ 20125] By: rgs                                   on 2003/07/10  19:28:48
51330         Log: regen embed.pl for the bleadperl branch as well.
51331      Branch: perl
51332            ! embedvar.h
51333 ____________________________________________________________________________
51334 [ 20124] By: jhi                                   on 2003/07/10  18:33:56
51335         Log: Time travel noticed by Enache.
51336      Branch: perl
51337            ! pod/perlhist.pod
51338 ____________________________________________________________________________
51339 [ 20120] By: jhi                                   on 2003/07/10  17:38:28
51340         Log: I can see the future.  It is cloudy.
51341      Branch: perl
51342            ! pod/perlhist.pod
51343 ____________________________________________________________________________
51344 [ 20119] By: jhi                                   on 2003/07/10  17:37:25
51345         Log: Subject: [PATCH] configure.gnu --prefix
51346              From: slaven@rezic.de
51347              Date: Thu, 10 Jul 2003 09:33:27 +0000
51348              Message-Id: <1057829607.9622@devpc01.iconmobile.de>
51349      Branch: perl
51350            ! configure.gnu
51351 ____________________________________________________________________________
51352 [ 20118] By: jhi                                   on 2003/07/10  17:35:32
51353         Log: malloc alignment patch from Spider, needed for Tru64 + longdouble.
51354      Branch: perl
51355            ! malloc.c
51356 ____________________________________________________________________________
51357 [ 20117] By: jhi                                   on 2003/07/10  17:33:53
51358         Log: Subject: [PATCH] Restore SIGFPE on exec()
51359              From: Chip Salzenberg <chip@pobox.com>
51360              Date: Thu, 10 Jul 2003 13:13:20 -0400
51361              Message-ID: <20030710171319.GA21588@perlsupport.com>
51362      Branch: perl
51363            ! doio.c perl.c perl.h perlapi.h perlvars.h toke.c
51364 ____________________________________________________________________________
51365 [ 20116] By: jhi                                   on 2003/07/10  17:28:00
51366         Log: The *right* way to make the csighandler visible.
51367      Branch: perl
51368            ! embed.fnc embed.h global.sym
51369 ____________________________________________________________________________
51370 [ 20114] By: jhi                                   on 2003/07/10  15:06:41
51371         Log: Retract #20112.
51372      Branch: perl
51373            ! embed.fnc embedvar.h intrpvar.h perlapi.h
51374 ____________________________________________________________________________
51375 [ 20112] By: jhi                                   on 2003/07/10  14:17:59
51376         Log: Argh.  At least AIX builds choke because of this.
51377      Branch: perl
51378            ! embed.fnc embedvar.h intrpvar.h perlapi.h
51379 ____________________________________________________________________________
51380 [ 20106] By: jhi                                   on 2003/07/10  04:50:05
51381         Log: Upgrade to podlators 1.27.
51382      Branch: perl
51383            ! lib/Pod/Text/Termcap.pm
51384 ____________________________________________________________________________
51385 [ 20104] By: jhi                                   on 2003/07/10  04:40:02
51386         Log: Deprecate v-strings.
51387      Branch: perl
51388            ! pod/perldata.pod
51389 ____________________________________________________________________________
51390 [ 20103] By: jhi                                   on 2003/07/10  04:28:40
51391         Log: perlfaq sync.
51392      Branch: perl
51393            ! pod/perlfaq1.pod
51394 ____________________________________________________________________________
51395 [ 20100] By: jhi                                   on 2003/07/09  17:40:41
51396         Log: Detypo.
51397      Branch: perl
51398            ! hints/darwin.sh
51399 ____________________________________________________________________________
51400 [ 20098] By: jhi                                   on 2003/07/09  17:29:53
51401         Log: Fixes from Ron Kimball.
51402      Branch: perl
51403            ! pod/perldata.pod
51404 ____________________________________________________________________________
51405 [ 20097] By: jhi                                   on 2003/07/09  17:27:35
51406         Log: Fix for the 'print v65' plus safety tweaks from Rafael.
51407      Branch: perl
51408            ! toke.c
51409 ____________________________________________________________________________
51410 [ 20096] By: jhi                                   on 2003/07/09  17:06:29
51411         Log: More Darwin/MacOSX paths twiddling.
51412      Branch: perl
51413            ! hints/darwin.sh
51414 ____________________________________________________________________________
51415 [ 20093] By: jhi                                   on 2003/07/09  11:43:09
51416         Log: Play safe and use the system malloc in FreeBSD.
51417              Yes, performance suffers.  But that is better than
51418              random core dumps.
51419      Branch: perl
51420            ! hints/freebsd.sh
51421 ____________________________________________________________________________
51422 [ 20090] By: jhi                                   on 2003/07/09  08:12:32
51423         Log: Upgrade to Encode 1.97.
51424      Branch: perl
51425            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
51426            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
51427            ! ext/Encode/lib/Encode/Encoder.pm
51428            ! ext/Encode/lib/Encode/Guess.pm
51429            ! ext/Encode/lib/Encode/JP/JIS7.pm
51430 ____________________________________________________________________________
51431 [ 20089] By: jhi                                   on 2003/07/09  08:08:30
51432         Log: Rework the perldata vXX => ... entry a bit.
51433      Branch: perl
51434            ! pod/perldata.pod
51435 ____________________________________________________________________________
51436 [ 20088] By: jhi                                   on 2003/07/09  08:04:04
51437         Log: Document the vXX => change in perldata, too.
51438      Branch: perl
51439            ! pod/perldata.pod
51440 ____________________________________________________________________________
51441 [ 20085] By: jhi                                   on 2003/07/09  07:49:46
51442         Log: Test the vX => ... fix.
51443      Branch: perl
51444            ! t/op/ver.t
51445 ____________________________________________________________________________
51446 [ 20084] By: jhi                                   on 2003/07/09  06:58:39
51447         Log: Subject: Re: [REPATCH] was Re: [perl #16010] v-strings left of a => don't get quoted.
51448              From: John Peacock <jpeacock@rowman.com>
51449              Date: Wed, 09 Jul 2003 01:05:38 -0700
51450              Message-ID: <3F0BCCD2.1020009@rowman.com>
51451      Branch: perl
51452            ! embed.fnc pod/perlapi.pod toke.c util.c
51453 ____________________________________________________________________________
51454 [ 20083] By: jhi                                   on 2003/07/09  06:27:15
51455         Log: Darwin/Mac OS X: if -Dprefix=/foo, do nothing special
51456              for the install dirs.
51457      Branch: perl
51458            ! hints/darwin.sh
51459 ____________________________________________________________________________
51460 [ 20082] By: jhi                                   on 2003/07/09  05:57:16
51461         Log: Enable avoiding /System/Library in Mac OS X by
51462              doing Configure -Dprefix=/some/where -Uvendorlib.
51463      Branch: perl
51464            ! hints/darwin.sh
51465 ____________________________________________________________________________
51466 [ 20081] By: jhi                                   on 2003/07/09  05:53:56
51467         Log: Subject: [PATCH] Safe signals via POSIX::sigaction
51468              From: Chip Salzenberg <chip@pobox.com>
51469              Date: Wed, 9 Jul 2003 01:49:10 -0400
51470              Message-ID: <20030709054910.GH2021@perlsupport.com>
51471      Branch: perl
51472            ! embed.fnc embed.h ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
51473            ! ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t proto.h
51474 ____________________________________________________________________________
51475 [ 20079] By: rgs                                   on 2003/07/08  20:26:20
51476         Log: The CHECKOP macro was not invoked on some newly created ops
51477              (to match them against the current opmask.) As a consequence,
51478              Safe compartments were unable to trap some ops (pattern
51479              match, slices, conditionals.) This fixes the holes.
51480      Branch: perl
51481            ! op.c
51482 ____________________________________________________________________________
51483 [ 20078] By: jhi                                   on 2003/07/08  19:30:13
51484         Log: Revert #20077.
51485      Branch: perl
51486            ! lib/CPAN.pm
51487 ____________________________________________________________________________
51488 [ 20077] By: jhi                                   on 2003/07/08  18:40:51
51489         Log: Don't recommend to upgrade the base.pm in the core with
51490              the base.pm from Class::Fields.  They are not the same.
51491      Branch: perl
51492            ! lib/CPAN.pm
51493 ____________________________________________________________________________
51494 [ 20076] By: jhi                                   on 2003/07/08  17:39:49
51495         Log: Subject: Re: [PATCH] $^VARIABLES in 'perl -Dt' output
51496              From: Enache Adrian <enache@rdslink.ro>
51497              Date: Tue, 8 Jul 2003 20:47:58 +0300
51498              Message-ID: <20030708174758.GA1177@ratsnest.hole>
51499
51500              (ByteLoader tweak avoiding a leaked scalar)
51501      Branch: perl
51502            ! op.c
51503 ____________________________________________________________________________
51504 [ 20071] By: jhi                                   on 2003/07/08  09:18:19
51505         Log: In 5.8.x, fast stdio places still do use stdio.
51506      Branch: perl
51507            ! ext/Digest/MD5/t/badfile.t
51508 ____________________________________________________________________________
51509 [ 20069] By: jhi                                   on 2003/07/08  08:41:01
51510         Log: Subject: [PATCH] format 'botched' in malloc.c
51511              From: Enache Adrian <enache@rdslink.ro>
51512              Date: Mon, 7 Jul 2003 21:57:06 +0300
51513              Message-ID: <20030707185706.GB7017@ratsnest.hole>
51514      Branch: perl
51515            ! malloc.c
51516 ____________________________________________________________________________
51517 [ 20068] By: jhi                                   on 2003/07/08  08:36:27
51518         Log: Subject: [PATCH: maint @ 20046] warnings, line numbers & windows
51519              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
51520              Date: Tue, 8 Jul 2003 11:14:05 +0200 (MEST)
51521              Message-ID: <12022.1057655645@www59.gmx.net>
51522      Branch: perl
51523            ! ext/B/B.xs lib/Pod/Text/Termcap.pm mg.c op.c
51524 ____________________________________________________________________________
51525 [ 20066] By: jhi                                   on 2003/07/08  05:24:58
51526         Log: Retract #20065: I don't think this is the right way
51527              to patch this issue.
51528      Branch: perl
51529            ! Configure INSTALL Policy_sh.SH pod/perltoc.pod
51530 ____________________________________________________________________________
51531 [ 20065] By: jhi                                   on 2003/07/08  05:14:31
51532         Log: Configure tweak from Johnny Lam so that the
51533              INSTALLSITEMAN[13]DIR get correctly set.
51534      Branch: perl
51535            ! Configure INSTALL Policy_sh.SH pod/perltoc.pod
51536 ____________________________________________________________________________
51537 [ 20063] By: rgs                                   on 2003/07/07  18:58:47
51538         Log: Regexp bug in the docs, spotted by Enache's eagle eyes.
51539      Branch: perl
51540            ! pod/perlsyn.pod
51541 ____________________________________________________________________________
51542 [ 20062] By: jhi                                   on 2003/07/07  18:27:02
51543         Log: Mark Bixby ++.
51544      Branch: perl
51545            ! perl.c
51546 ____________________________________________________________________________
51547 [ 20061] By: jhi                                   on 2003/07/07  18:26:35
51548         Log: The nanosleep() probe was kaputt, fixed by Mark Bixby.
51549      Branch: perl
51550            ! ext/Time/HiRes/Makefile.PL
51551 ____________________________________________________________________________
51552 [ 20059] By: jhi                                   on 2003/07/07  15:06:35
51553         Log: Good catch from Gisle.
51554      Branch: perl
51555            ! pod/perlfunc.pod
51556 ____________________________________________________________________________
51557 [ 20058] By: jhi                                   on 2003/07/07  14:12:27
51558         Log: Refashioned #20055: we cannot trust stdio to fail here.
51559      Branch: perl
51560            ! ext/Digest/MD5/t/badfile.t
51561 ____________________________________________________________________________
51562 [ 20057] By: jhi                                   on 2003/07/07  14:08:16
51563         Log: Retract #20056, #20055, #20052, #20050, #20048: the changes
51564              are just breaking more than they are fixing.
51565      Branch: perl
51566            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
51567            ! ext/Digest/MD5/t/files.t perlio.c
51568 ____________________________________________________________________________
51569 [ 20056] By: jhi                                   on 2003/07/07  13:31:14
51570         Log: Returning zero from PerlIO_read() is okay;
51571              update MD5 sums.
51572      Branch: perl
51573            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
51574 ____________________________________________________________________________
51575 [ 20055] By: jhi                                   on 2003/07/07  13:23:58
51576         Log: If perlio is completely out of the picture, we can
51577              get tripped by different stdio implementations.
51578      Branch: perl
51579            ! ext/Digest/MD5/t/badfile.t
51580 ____________________________________________________________________________
51581 [ 20054] By: jhi                                   on 2003/07/07  12:58:06
51582         Log: AUTHORS tweak.
51583      Branch: perl
51584            ! AUTHORS
51585 ____________________________________________________________________________
51586 [ 20053] By: jhi                                   on 2003/07/07  12:04:26
51587         Log: Subject: Patch to README.solaris
51588              From: Alan Burlison <Alan.Burlison@sun.com>
51589              Date: Mon, 07 Jul 2003 14:15:57 +0100
51590              Message-ID: <3F09728D.1070408@sun.com>
51591      Branch: perl
51592            ! README.solaris
51593 ____________________________________________________________________________
51594 [ 20052] By: jhi                                   on 2003/07/07  10:28:35
51595         Log: Update MD5 checksums.
51596      Branch: perl
51597            ! ext/Digest/MD5/t/files.t
51598 ____________________________________________________________________________
51599 [ 20051] By: jhi                                   on 2003/07/07  09:56:48
51600         Log: Be more explicit than just 'characters'.
51601      Branch: perl
51602            ! pod/perlfunc.pod
51603 ____________________________________________________________________________
51604 [ 20050] By: jhi                                   on 2003/07/07  09:38:28
51605         Log: Try making PerlIO errors more consistent.
51606              (1) Check early whether the filehandle is capable of
51607              the requested action.
51608              (2) PerlIO_read() really can return -1, and so can
51609              PerlIOUnix_read().
51610              (3) Some stdio implementations are more forgiving
51611              than others, so check also for errors recorded
51612              by PerlIO in PerlStdio_errno().
51613      Branch: perl
51614            ! perlio.c
51615 ____________________________________________________________________________
51616 [ 20049] By: jhi                                   on 2003/07/07  09:08:19
51617         Log: Linewrapping.
51618      Branch: perl
51619            ! pod/perlapio.pod
51620 ____________________________________________________________________________
51621 [ 20048] By: jhi                                   on 2003/07/07  09:06:58
51622         Log: PerlIO_read() can return negative.
51623      Branch: perl
51624            ! ext/Digest/MD5/MD5.xs
51625 ____________________________________________________________________________
51626 [ 20043] By: jhi                                   on 2003/07/07  04:36:22
51627         Log: Use the existence, instead of the truth, to decide
51628              whether to scan for a symbol.
51629              (Also remove trailing spaces.)
51630      Branch: perl
51631            ! ext/Time/HiRes/Makefile.PL
51632 ____________________________________________________________________________
51633 [ 20042] By: jhi                                   on 2003/07/07  04:29:35
51634         Log: MPE/iX tweak from Mark Bixby.
51635      Branch: perl
51636            ! ext/Time/HiRes/Makefile.PL
51637 ____________________________________________________________________________
51638 [ 20041] By: rgs                                   on 2003/07/06  21:45:37
51639         Log: Upgrade BigInt and BigRat
51640              Subject: BigInt v1.65, Bigrat v0.10 - reloaded
51641              From: Tels <perl_dummy@bloodgate.com>
51642              Date: Sun, 6 Jul 2003 15:41:36 +0200
51643              Message-Id: <200307061158.23576@bloodgate.com>
51644      Branch: perl
51645            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
51646            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/biglog.t
51647            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigRat.pm
51648            ! lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.inc
51649            ! lib/Math/BigRat/t/bigratpm.t
51650 ____________________________________________________________________________
51651 [ 20040] By: rgs                                   on 2003/07/06  21:11:20
51652         Log: Subject: Re: [perl #5025] #line directive explination wrong
51653              From: Casey West <casey@geeknest.com>
51654              Date: Sun, 6 Jul 2003 18:24:46 -0400
51655              Message-ID: <20030706222446.GL7506@geeknest.com>
51656      Branch: perl
51657            ! pod/perlsyn.pod
51658 ____________________________________________________________________________
51659 [ 20039] By: jhi                                   on 2003/07/06  20:19:31
51660         Log: Update the CPAN mirrors list.
51661      Branch: perl
51662            ! pod/perlmodlib.PL pod/perlmodlib.pod
51663 ____________________________________________________________________________
51664 [ 20036] By: gsar                                  on 2003/07/06  17:11:59
51665         Log: yet another symbol missing in change#20018
51666      Branch: perl
51667            ! makedef.pl
51668 ____________________________________________________________________________
51669 [ 20035] By: gsar                                  on 2003/07/06  17:02:21
51670         Log: PerlIOBase_pushed seems to have gone missing in change#20018
51671      Branch: perl
51672            ! makedef.pl
51673 ____________________________________________________________________________
51674 [ 20034] By: jhi                                   on 2003/07/06  16:46:20
51675         Log: Subject: [PATCH @19834] DProf fixes
51676              From: Radu Greab <radu@netsoft.ro>
51677              Date: Sun, 6 Jul 2003 20:09:12 +0300
51678              Message-ID: <16136.22456.99575.573777@ix.netsoft.ro>
51679      Branch: perl
51680            + t/lib/dprof/test7_t t/lib/dprof/test7_v t/lib/dprof/test8_t
51681            + t/lib/dprof/test8_v
51682            ! MANIFEST ext/Devel/DProf/DProf.pm ext/Devel/DProf/DProf.t
51683            ! ext/Devel/DProf/DProf.xs perl.c pod/perldiag.pod
51684            ! pod/perltodo.pod pod/perlvar.pod pp_ctl.c
51685 ____________________________________________________________________________
51686 [ 20032] By: jhi                                   on 2003/07/06  16:21:33
51687         Log: Forgotten from change #20031.
51688      Branch: perl
51689            ! makedef.pl malloc_ctl.h
51690 ____________________________________________________________________________
51691 [ 20031] By: jhi                                   on 2003/07/06  16:16:08
51692         Log: Subject: [PATCH] improve WinCE port
51693              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
51694              Date: Sun, 6 Jul 2003 18:46:09 +0400
51695              Message-ID: <001401c343cd$8069cd40$ce5ec3d9@vad>
51696
51697              Subject: [PATCH] improve WinCE port -- addition
51698              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
51699              Date: Sun, 6 Jul 2003 19:50:47 +0400
51700              Message-ID: <000b01c343d6$7ff96920$5b5dc3d9@vad>
51701      Branch: perl
51702            + wince/perlhost.h wince/vdir.h wince/vmem.h
51703            ! MANIFEST wince/Makefile.ce wince/config.ce wince/perllib.c
51704            ! wince/win32.h wince/win32io.c wince/win32iop.h
51705            ! wince/win32thread.c wince/win32thread.h wince/wince.c
51706            ! wince/wince.h
51707 ____________________________________________________________________________
51708 [ 20030] By: jhi                                   on 2003/07/06  15:59:25
51709         Log: Subject: [PATCH] for pod/perlfaq2.pod against latest snapshot for Alpaca
51710              From: merlyn@stonehenge.com (Randal L. Schwartz)
51711              Date: 05 Jul 2003 16:29:14 -0700
51712              Message-ID: <867k6weenp.fsf@blue.stonehenge.com>
51713      Branch: perl
51714            ! pod/perlfaq2.pod
51715 ____________________________________________________________________________
51716 [ 20026] By: jhi                                   on 2003/07/06  08:14:48
51717         Log: FreeBSD: if someone *really* wants to use the system malloc.
51718      Branch: perl
51719            ! hints/freebsd.sh
51720 ____________________________________________________________________________
51721 [ 20025] By: jhi                                   on 2003/07/06  07:48:01
51722         Log: Make the 'slow ok' feature optional.
51723      Branch: perl
51724            ! lib/Test/Harness.pm
51725 ____________________________________________________________________________
51726 [ 20024] By: jhi                                   on 2003/07/06  07:44:57
51727         Log: The change #20022 didn't work for Command.t.
51728      Branch: perl
51729            ! lib/ExtUtils/t/Command.t
51730 ____________________________________________________________________________
51731 [ 20023] By: jhi                                   on 2003/07/06  07:29:22
51732         Log: Subject: Re: maint @ 19975 [PATCH lib/Test/Harness.pm]
51733              From: Michael G Schwern <schwern@pobox.com>
51734              Date: Sat, 5 Jul 2003 13:34:37 -0700
51735              Message-ID: <20030705203437.GB2598@windhund.schwern.org>
51736
51737              Print out the "ok" messages only once every second,
51738              this should make output much less and therefore testing
51739              much faster, especially on slower connections.
51740      Branch: perl
51741            ! lib/Test/Harness.pm
51742 ____________________________________________________________________________
51743 [ 20022] By: jhi                                   on 2003/07/06  07:26:52
51744         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_07
51745              From: Michael G Schwern <schwern@pobox.com>
51746              Date: Sat, 5 Jul 2003 16:59:49 -0700
51747              Message-ID: <20030705235949.GB3485@windhund.schwern.org>
51748      Branch: perl
51749            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
51750            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
51751            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker/FAQ.pod
51752            ! lib/ExtUtils/t/Command.t
51753 ____________________________________________________________________________
51754 [ 20021] By: jhi                                   on 2003/07/06  07:19:17
51755         Log: Reintroduce changes #19723 and #19723 that were not
51756              in Net::Ping 2.31; needed for Windows.
51757      Branch: perl
51758            ! lib/Net/Ping/t/250_ping_hires.t lib/Net/Ping/t/450_service.t
51759 ____________________________________________________________________________
51760 [ 20020] By: jhi                                   on 2003/07/05  19:12:21
51761         Log: Upgrade to Digest::MD5 2.25.
51762      Branch: perl
51763            + ext/Digest/MD5/t/clone.t
51764            ! MANIFEST ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
51765            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
51766            ! ext/Digest/MD5/t/files.t
51767 ____________________________________________________________________________
51768 [ 20019] By: jhi                                   on 2003/07/05  18:40:51
51769         Log: Make a read from a write-only fh to set errno
51770              (found by Gisle)
51771      Branch: perl
51772            ! perlio.c
51773 ____________________________________________________________________________
51774 [ 20018] By: jhi                                   on 2003/07/05  18:05:19
51775         Log: Add PerlIOBuf_close to makedef.pl as pointed out by
51776              Vadim Konovalov; add also PerlIOBuf_dup; sort and remove
51777              duplicates.
51778      Branch: perl
51779            ! makedef.pl
51780 ____________________________________________________________________________
51781 [ 20017] By: jhi                                   on 2003/07/05  17:47:47
51782         Log: Subject: [PATCH] fix for ext/threads/t/problems.t failures
51783              From: Dave Mitchell <davem@fdgroup.com>
51784              Date: Sat, 5 Jul 2003 19:12:51 +0100
51785              Message-ID: <20030705181251.GA14502@fdgroup.com>
51786      Branch: perl
51787            ! ext/threads/t/problems.t
51788 ____________________________________________________________________________
51789 [ 20016] By: jhi                                   on 2003/07/05  17:36:34
51790         Log: OpenBSD sometimes gets -0, probably due to fp fuzziness..
51791      Branch: perl
51792            ! lib/Benchmark.t
51793 ____________________________________________________________________________
51794 [ 20012] By: jhi                                   on 2003/07/05  13:46:05
51795         Log: Be explicit about the $0 pain in Linux 2.2.
51796      Branch: perl
51797            ! pod/perlvar.pod
51798 ____________________________________________________________________________
51799 [ 20010] By: rgs                                   on 2003/07/05  12:06:41
51800         Log: Comment out some debugging output in Math::BigInt, that
51801              causes confusion in t/TEST when running Math/BigInt/t/bare_mbi.t.
51802      Branch: perl
51803            ! lib/Math/BigInt.pm
51804 ____________________________________________________________________________
51805 [ 20009] By: jhi                                   on 2003/07/05  10:56:55
51806         Log: The logic for additional randomisation for 64-bit UV
51807              cases was wrong.
51808      Branch: perl
51809            ! perl.c
51810 ____________________________________________________________________________
51811 [ 20008] By: jhi                                   on 2003/07/05  09:10:46
51812         Log: IIRC gcc would complain about if (s = ...).
51813      Branch: perl
51814            ! perl.c
51815 ____________________________________________________________________________
51816 [ 20007] By: jhi                                   on 2003/07/05  09:09:44
51817         Log: Allow $ENV{PERL_HASH_SEED_DEBUG} to work even under taint;
51818              since CGI scripts are (should be) run under -T, being able
51819              to show the HASH_SEED in case of problems is good.
51820              The $ENV{PERL_HASH_SEED} is still ignored under taint.
51821      Branch: perl
51822            ! perl.c
51823 ____________________________________________________________________________
51824 [ 20006] By: jhi                                   on 2003/07/05  07:56:56
51825         Log: Subject: [PATCH] MM_VMS.pm -- fix xs installation
51826              From: "Craig A. Berry" <craigberry@mac.com>
51827              Date: Sat, 05 Jul 2003 00:38:28 -0500
51828              Message-ID: <3F066454.90003@mac.com>
51829      Branch: perl
51830            ! lib/ExtUtils/MM_VMS.pm
51831 ____________________________________________________________________________
51832 [ 20004] By: jhi                                   on 2003/07/05  07:47:02
51833         Log: Subject: [PATCH] dump.c -Wformat; Re: maint @ 19975, maint @ 19997
51834              From: Robin Barker <Robin.Barker@npl.co.uk>
51835              Date: Fri, 4 Jul 2003 19:15:01 +0100
51836              Message-ID: <533D273D4014D411AB1D00062938C4D9040465BD@hotel.npl.co.uk>
51837      Branch: perl
51838            ! dump.c
51839 ____________________________________________________________________________
51840 [ 20003] By: rgs                                   on 2003/07/05  07:45:16
51841         Log: Allow to create more than one Shell object :
51842              Subject: [patch] Shell.pm fix
51843              From: Stéphane Payrard <stef@payrard.net>
51844              Date: Sat, 5 Jul 2003 01:16:50 +0200
51845              Message-ID: <20030704231650.GA19701@stefp.dyndns.org>
51846      Branch: perl
51847            ! lib/Shell.pm
51848 ____________________________________________________________________________
51849 [ 20002] By: rgs                                   on 2003/07/04  21:49:05
51850         Log: Author list update (to be continued...)
51851      Branch: perl
51852            ! AUTHORS
51853 ____________________________________________________________________________
51854 [ 20001] By: rgs                                   on 2003/07/04  21:42:12
51855         Log: Add a new test target in the makefile, test_harness_notty.
51856              It's like test_harness, but sets HARNESS_NOTTY=1 to make
51857              Test::Harness' output less blinking.
51858      Branch: perl
51859            ! Makefile.SH
51860 ____________________________________________________________________________
51861 [ 20000] By: rgs                                   on 2003/07/04  20:58:05
51862         Log: Upgrade to Math::BigInt v1.65, Math::BigRat v0.10,
51863              and bignum v0.14.
51864      Branch: perl
51865            + lib/Math/BigInt/t/biglog.t lib/Math/BigInt/t/req_mbf0.t
51866            + lib/Math/BigInt/t/req_mbf1.t lib/Math/BigInt/t/req_mbfa.t
51867            + lib/Math/BigInt/t/req_mbfi.t lib/Math/BigInt/t/req_mbfn.t
51868            + lib/Math/BigInt/t/req_mbfw.t lib/Math/BigInt/t/trap.t
51869            + lib/Math/BigInt/t/use_mbfw.t lib/Math/BigRat/t/bigratup.t
51870            + lib/Math/BigRat/t/requirer.t lib/Math/BigRat/t/trap.t
51871            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
51872            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
51873            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bare_mif.t
51874            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
51875            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
51876            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/bigints.t
51877            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/inf_nan.t
51878            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/mbimbf.inc
51879            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/require.t
51880            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
51881            ! lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/upgrade.inc
51882            ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/with_sub.t
51883            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
51884            ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
51885            ! lib/bigint.pm lib/bignum.pm lib/bignum/t/bigint.t
51886            ! lib/bignum/t/bignum.t lib/bignum/t/bigrat.t
51887            ! lib/bignum/t/biinfnan.t lib/bignum/t/bninfnan.t
51888            ! lib/bignum/t/brinfnan.t lib/bigrat.pm
51889            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/BareCalc.pm
51890            ! t/lib/Math/BigInt/Subclass.pm
51891 ____________________________________________________________________________
51892 [ 19999] By: rgs                                   on 2003/07/04  19:39:01
51893         Log: Macro reorganization in the Makefile, so that $(LDLIBPTH) always
51894              appears just before the name of the command to be run. See
51895
51896              Subject: Re: PERL_SKIP_TTY_TEST fix
51897              From: Alexey Tourbin <at@altlinux.ru>
51898              Date: Fri, 4 Jul 2003 17:25:34 +0400
51899              Message-ID: <20030704132534.GC1531@julia.office.altlinux.ru>
51900      Branch: perl
51901            ! Makefile.SH
51902 ____________________________________________________________________________
51903 [ 19998] By: rgs                                   on 2003/07/04  19:31:33
51904         Log: Fix non-numeric $VERSION.
51905      Branch: perl
51906            ! lib/Math/BigInt.pm
51907 ____________________________________________________________________________
51908 [ 19995] By: jhi                                   on 2003/07/04  14:36:56
51909         Log: According to Tels our M::BI is _better_ than the 1.64 in CPAN.
51910      Branch: perl
51911            ! lib/Math/BigInt.pm
51912 ____________________________________________________________________________
51913 [ 19994] By: jhi                                   on 2003/07/04  14:36:17
51914         Log: More $0 sad tales.
51915      Branch: perl
51916            ! pod/perlvar.pod
51917 ____________________________________________________________________________
51918 [ 19993] By: jhi                                   on 2003/07/04  14:34:40
51919         Log: Oops.
51920      Branch: perl
51921            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
51922 ____________________________________________________________________________
51923 [ 19990] By: jhi                                   on 2003/07/04  13:50:29
51924         Log: Upgrade to PodParser 1.23; but do not update
51925              t/pod/find.t or t/pod/testp2pt.pl since the
51926              first one does not work at all under core,
51927              and the second change would drop MacOS Classic
51928              portability tweaks introduced by change #18669.
51929      Branch: perl
51930            ! lib/Pod/Find.pm lib/Pod/Usage.pm
51931 ____________________________________________________________________________
51932 [ 19989] By: jhi                                   on 2003/07/04  13:20:51
51933         Log: Upgrade to Text::Balanced 1.94.
51934      Branch: perl
51935            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
51936            ! lib/Text/Balanced/README lib/Text/Balanced/t/extcbk.t
51937            ! lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
51938 ____________________________________________________________________________
51939 [ 19988] By: jhi                                   on 2003/07/04  13:17:22
51940         Log: Upgrade to Net::Ping 2.31.
51941      Branch: perl
51942            ! lib/Net/Ping.pm lib/Net/Ping/Changes
51943            ! lib/Net/Ping/t/250_ping_hires.t
51944            ! lib/Net/Ping/t/300_ping_stream.t lib/Net/Ping/t/450_service.t
51945 ____________________________________________________________________________
51946 [ 19987] By: jhi                                   on 2003/07/04  13:09:04
51947         Log: Upgrade to Locale::Maketext 1.06.
51948      Branch: perl
51949            + lib/Locale/Maketext/Guts.pm lib/Locale/Maketext/GutsLoader.pm
51950            + lib/Locale/Maketext/t/90utf8.t
51951            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
51952 ____________________________________________________________________________
51953 [ 19986] By: jhi                                   on 2003/07/04  12:59:45
51954         Log: Upgrade to Digest::MD5 2.24, with few extra tweaks:
51955              (1) make the PATCHLEVEL logic as it is with List::Util
51956              (more portable to older Perls)
51957              (2) regen the MD5 checksums with ...
51958              (3) ... the Mac OS Classic checksums generated via MacRoman
51959              (just a guess)
51960              (4) Keep the core Makefile.PL.
51961      Branch: perl
51962            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
51963            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
51964 ____________________________________________________________________________
51965 [ 19985] By: jhi                                   on 2003/07/04  12:43:10
51966         Log: Upgrade to CPAN 1.71.
51967      Branch: perl
51968            ! lib/CPAN.pm
51969 ____________________________________________________________________________
51970 [ 19984] By: jhi                                   on 2003/07/04  12:39:20
51971         Log: Upgrade to CGI.pm 2.97.
51972      Branch: perl
51973            ! lib/CGI.pm lib/CGI/Carp.pm
51974 ____________________________________________________________________________
51975 [ 19982] By: jhi                                   on 2003/07/04  10:45:05
51976         Log: No energy now to figure out what is wrong with $0
51977              (or ps) in Tru64.  The test works fine when run from
51978              command line.
51979      Branch: perl
51980            ! ext/threads/t/join.t
51981 ____________________________________________________________________________
51982 [ 19981] By: jhi                                   on 2003/07/04  10:34:42
51983         Log: AUTHORS updates.
51984      Branch: perl
51985            ! AUTHORS
51986 ____________________________________________________________________________
51987 [ 19980] By: jhi                                   on 2003/07/04  08:40:51
51988         Log: line_t is U32, not I32.
51989      Branch: perl
51990            ! bytecode.pl
51991 ____________________________________________________________________________
51992 [ 19979] By: jhi                                   on 2003/07/04  08:33:32
51993         Log: Remove PL_earlytaint since the hash seed code
51994              can be delayed until perl_parse().
51995      Branch: perl
51996            ! dosish.h embedvar.h epoc/epocish.h mpeix/mpeixish.h
51997            ! os2/os2ish.h perl.c perl.h perlapi.h perlvars.h
51998            ! plan9/plan9ish.h unixish.h vms/vmsish.h
51999 ____________________________________________________________________________
52000 [ 19977] By: jhi                                   on 2003/07/04  04:56:41
52001         Log: $0 is pain.
52002      Branch: perl
52003            ! ext/threads/t/join.t
52004 ____________________________________________________________________________
52005 [ 19976] By: jhi                                   on 2003/07/04  04:48:37
52006         Log: Subject: [PATCH: perl@19956] switch vmspipe.com over to using local symbols instead of global
52007              From: PPrymmer@factset.com
52008              Date: Thu, 3 Jul 2003 23:59:51 -0400
52009              Message-ID: <OF4DF4AA68.1EF12116-ON85256D59.00120F5E-85256D59.0015F58D@factset.com>
52010      Branch: perl
52011            ! vms/vms.c vms/vmspipe.com
52012 ____________________________________________________________________________
52013 [ 19973] By: jhi                                   on 2003/07/03  21:34:03
52014         Log: Bump Time::HiRes version to 1.50.
52015      Branch: perl
52016            ! ext/Time/HiRes/HiRes.pm
52017 ____________________________________________________________________________
52018 [ 19972] By: jhi                                   on 2003/07/03  21:33:10
52019         Log: Subject: [PATCH] installperl -n
52020              From: Slaven Rezic <slaven@rezic.de>
52021              Date: Fri, 4 Jul 2003 00:41:36 +0200 (CEST)
52022              Message-Id: <200307032241.h63Mfaka041281@vran.herceg.de>
52023      Branch: perl
52024            ! installperl
52025 ____________________________________________________________________________
52026 [ 19971] By: jhi                                   on 2003/07/03  21:31:47
52027         Log: Subject: [PATCH] t/op/magic.t on FreeBSD
52028              From: Slaven Rezic <slaven@rezic.de>
52029              Date: Fri, 4 Jul 2003 00:35:51 +0200 (CEST)
52030              Message-Id: <200307032235.h63MZpKY036791@vran.herceg.de>
52031      Branch: perl
52032            ! t/op/magic.t
52033 ____________________________________________________________________________
52034 [ 19969] By: jhi                                   on 2003/07/03  21:27:11
52035         Log: Ask Schwern.
52036      Branch: perl
52037            - Porting/Modules
52038            ! AUTHORS MANIFEST
52039 ____________________________________________________________________________
52040 [ 19967] By: jhi                                   on 2003/07/03  19:02:40
52041         Log: Add autarch and Time::Local to Modules.
52042      Branch: perl
52043            ! Porting/Modules
52044 ____________________________________________________________________________
52045 [ 19966] By: jhi                                   on 2003/07/03  18:59:44
52046         Log: Subject: Re: [PATCH] Bring Time::Local to 1.07
52047              From: Dave Rolsky <autarch@urth.org>
52048              Date: Thu, 3 Jul 2003 14:35:56 -0500 (CDT)
52049              Message-ID: <Pine.LNX.4.56.0307031435270.29915@urth.org>
52050      Branch: perl
52051            ! lib/Time/Local.pm
52052 ____________________________________________________________________________
52053 [ 19965] By: jhi                                   on 2003/07/03  18:58:25
52054         Log: Subject: [PATCH] Win32: fix WM_TIMER handling
52055              From: Mattia Barbon <mbarbon@dsi.unive.it>
52056              Date: Thu, 3 Jul 2003 16:05:23 +0200 (ora legale Europa occidentale)
52057              Message-ID: <Mahogany-0.64.2-1016-20030703-160523.00@rbnet.it>
52058      Branch: perl
52059            ! win32/win32.c
52060 ____________________________________________________________________________
52061 [ 19964] By: jhi                                   on 2003/07/03  18:56:26
52062         Log: Subject: Re: randomly untainting?
52063              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
52064              Date: Thu, 3 Jul 2003 17:35:09 +0200
52065              Message-Id: <20030703173509.0c007f0f.rgarciasuarez@free.fr>
52066      Branch: perl
52067            ! t/TestInit.pm
52068 ____________________________________________________________________________
52069 [ 19963] By: jhi                                   on 2003/07/03  18:55:37
52070         Log: Revert #19957 as requested by Rafael.
52071      Branch: perl
52072            ! ext/List/Util/t/tainted.t
52073 ____________________________________________________________________________
52074 [ 19962] By: jhi                                   on 2003/07/03  18:54:09
52075         Log: Add at least meager beginnings of assertion checks for
52076              the UTF-8 length/pos cache.  It's not as full as I would
52077              like since the exact behaviour of the second half of the
52078              cache, used in substr(), eludes me right now.
52079      Branch: perl
52080            ! sv.c
52081 ____________________________________________________________________________
52082 [ 19961] By: jhi                                   on 2003/07/03  13:57:47
52083         Log: Extra light testing for the UTF-8 cache
52084              (that it isn't broken, not that it helps).
52085      Branch: perl
52086            ! t/op/length.t
52087 ____________________________________________________________________________
52088 [ 19957] By: jhi                                   on 2003/07/03  12:01:25
52089         Log: Subject: Re: randomly untainting?
52090              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
52091              Date: Thu, 3 Jul 2003 14:58:18 +0200
52092              Message-Id: <20030703145818.5bdd2873.rgarciasuarez@free.fr>
52093              (plus extra debug printing)
52094      Branch: perl
52095            ! ext/List/Util/t/tainted.t
52096 ____________________________________________________________________________
52097 [ 19954] By: jhi                                   on 2003/07/03  11:10:21
52098         Log: Subject: Re: maint @ 19923
52099              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
52100              Date: Thu, 3 Jul 2003 15:57:55 +0400
52101              Message-ID: <048e01c3415b$da0fe510$7c5ec3d9@vad>
52102      Branch: perl
52103            ! wince/Makefile.ce wince/wince.c
52104 ____________________________________________________________________________
52105 [ 19952] By: jhi                                   on 2003/07/03  10:56:45
52106         Log: Tiny tweak to perlartistic from Robin Barker.
52107      Branch: perl
52108            ! pod/perlartistic.pod
52109 ____________________________________________________________________________
52110 [ 19950] By: jhi                                   on 2003/07/03  07:46:45
52111         Log: Mention Modules in AUTHORS.
52112      Branch: perl
52113            ! AUTHORS
52114 ____________________________________________________________________________
52115 [ 19949] By: jhi                                   on 2003/07/03  06:58:01
52116         Log: No fancy binmode() if no perlio.
52117      Branch: perl
52118            ! ext/IO/lib/IO/t/io_sock.t
52119 ____________________________________________________________________________
52120 [ 19948] By: jhi                                   on 2003/07/03  06:55:12
52121         Log: Underline the fact that XSLoader is not DynaLoader
52122              ([perl #21974] dl_load_flags not honored by XSLoader)
52123      Branch: perl
52124            ! ext/DynaLoader/XSLoader_pm.PL
52125 ____________________________________________________________________________
52126 [ 19947] By: jhi                                   on 2003/07/03  06:35:29
52127         Log: Apply Schwern's suggested warning code from
52128              [perl #22209] Test::Harness::Straps vs. $Config{path_sep}
52129      Branch: perl
52130            ! lib/Test/Harness/Straps.pm
52131 ____________________________________________________________________________
52132 [ 19944] By: jhi                                   on 2003/07/03  06:30:11
52133         Log: Subject: [PATCH] "without parens" vs "without parentheses"
52134              From: Iain Truskett <spoon@cpan.org>
52135              Date: Thu, 3 Jul 2003 12:40:42 +1000
52136              Message-ID: <20030703024042.GI12380@ouroboros.anu.edu.au>
52137      Branch: perl
52138            ! t/lib/warnings/toke toke.c
52139 ____________________________________________________________________________
52140 [ 19943] By: jhi                                   on 2003/07/03  06:27:18
52141         Log: Subject: [PATCH] Re: ext/List/Util/t/weak.t panic
52142              From: Dave Mitchell <davem@fdgroup.com>
52143              Date: Thu, 3 Jul 2003 01:32:11 +0100
52144              Message-ID: <20030703003211.GB3747@fdgroup.com>
52145      Branch: perl
52146            ! mg.c sv.c
52147 ____________________________________________________________________________
52148 [ 19942] By: jhi                                   on 2003/07/03  06:25:30
52149         Log: Nicer options for Porting/Modules.
52150      Branch: perl
52151            ! MANIFEST Porting/Modules
52152 ____________________________________________________________________________
52153 [ 19941] By: rgs                                   on 2003/07/02  21:38:19
52154         Log: Minor test adjustments :
52155              - test name correction in op/concat.t by Yitzchak Scott-Thoennes
52156              - prototypes added to some public functions in t/test.pl,
52157              as suggested by Enache Adrian
52158      Branch: perl
52159            ! t/op/concat.t t/test.pl
52160 ____________________________________________________________________________
52161 [ 19940] By: rgs                                   on 2003/07/02  20:58:19
52162         Log: Skip a socketpair test on SCO OSR
52163      Branch: perl
52164            ! ext/Socket/socketpair.t
52165 ____________________________________________________________________________
52166 [ 19939] By: jhi                                   on 2003/07/02  20:10:47
52167         Log: Subject: [PATCH] various Deparse fixes
52168              From: Dave Mitchell <davem@fdgroup.com>
52169              Date: Wed, 2 Jul 2003 18:10:45 +0100
52170              Message-ID: <20030702171045.GF2137@fdgroup.com>
52171      Branch: perl
52172            ! ext/B/B/Concise.pm ext/B/B/Debug.pm ext/B/B/Deparse.pm
52173            ! ext/B/defsubs_h.PL t/TEST t/op/ord.t
52174 ____________________________________________________________________________
52175 [ 19935] By: jhi                                   on 2003/07/02  20:01:06
52176         Log: It would seem that in Linux 2.2 there is no way
52177              we can do the right thing to make ps(1) see $0
52178              our way.  Also amend the $0 documentation a bit.
52179      Branch: perl
52180            ! pod/perlvar.pod t/op/magic.t
52181 ____________________________________________________________________________
52182 [ 19934] By: jhi                                   on 2003/07/02  19:39:11
52183         Log: Subject: [PATCH] line numbers are given % 64k
52184              From: James Jurach <muaddib@erf.net>
52185              Date: Wed, 2 Jul 2003 13:31:05 -0500
52186              Message-ID: <20030702183105.GA4837@lebowski>
52187      Branch: perl
52188            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
52189            ! handy.h pp_ctl.c scope.h
52190 ____________________________________________________________________________
52191 [ 19933] By: jhi                                   on 2003/07/02  14:55:49
52192         Log: Subject: Re: maint @ 19923
52193              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
52194              Date: Wed, 2 Jul 2003 11:43:05 -0400
52195              Message-ID: <20030702154304.GD206089@linguist.thayer.dartmouth.edu>
52196      Branch: perl
52197            ! pod/perlfunc.pod
52198 ____________________________________________________________________________
52199 [ 19932] By: jhi                                   on 2003/07/02  14:29:42
52200         Log: Subject: Re: maint @ 19923
52201              From: Jim Cromie <jcromie@divsol.com>
52202              Date: Wed, 02 Jul 2003 05:35:06 -0600
52203              Message-ID: <3F02C36A.9030704@divsol.com>
52204      Branch: perl
52205            ! pod/perlfunc.pod
52206 ____________________________________________________________________________
52207 [ 19931] By: jhi                                   on 2003/07/02  11:34:49
52208         Log: Fix for [perl #22759 insufficient format string checking];
52209              using ewix makes no sense, assuming evix was intended,
52210              no old tests fail; add the test case.
52211      Branch: perl
52212            ! sv.c t/op/sprintf.t
52213 ____________________________________________________________________________
52214 [ 19929] By: jhi                                   on 2003/07/02  09:13:33
52215         Log: Better links.
52216      Branch: perl
52217            ! pod/perlipc.pod pod/perlrun.pod
52218 ____________________________________________________________________________
52219 [ 19928] By: jhi                                   on 2003/07/02  08:58:26
52220         Log: Darwin: -Dprefix=$HOME/Perl tried to install to /Library.
52221      Branch: perl
52222            ! hints/darwin.sh
52223 ____________________________________________________________________________
52224 [ 19927] By: jhi                                   on 2003/07/02  08:48:00
52225         Log: ...and getting the comma right, too.
52226      Branch: perl
52227            ! t/op/magic.t
52228 ____________________________________________________________________________
52229 [ 19926] By: jhi                                   on 2003/07/02  08:46:18
52230         Log: Getting the whitespace right.
52231      Branch: perl
52232            ! t/op/magic.t
52233 ____________________________________________________________________________
52234 [ 19925] By: jhi                                   on 2003/07/02  08:40:36
52235         Log: FreeBSD $0 dance.
52236      Branch: perl
52237            ! pod/perlvar.pod t/op/magic.t
52238 ____________________________________________________________________________
52239 [ 19924] By: jhi                                   on 2003/07/02  08:17:31
52240         Log: Fix from Enache Adrian for the magic.t failure in
52241              FreeBSD: setproctitle() cannot get rid of the " (perl)".
52242      Branch: perl
52243            ! t/op/magic.t
52244 ____________________________________________________________________________
52245 [ 19921] By: jhi                                   on 2003/07/02  05:26:33
52246         Log: VMS: with this, 100% make test in Compaq C V6.5-001
52247              on OpenVMS Alpha V7.3-1, from Craig Berry.
52248      Branch: perl
52249            ! configure.com ext/Devel/DProf/DProf.t t/op/magic.t
52250 ____________________________________________________________________________
52251 [ 19920] By: jhi                                   on 2003/07/02  05:21:23
52252         Log: Move the libgcc.a hack into a section for pre-1.6 NetBSD releases.
52253              The latest releases of NetBSD don't require the hack.  From
52254              Johnny Lam.
52255      Branch: perl
52256            ! hints/netbsd.sh
52257 ____________________________________________________________________________
52258 [ 19918] By: jhi                                   on 2003/07/01  20:02:33
52259         Log: Add a new utility, Porting/Modules.
52260      Branch: perl
52261            + Porting/Modules
52262            ! MANIFEST
52263 ____________________________________________________________________________
52264 [ 19917] By: jhi                                   on 2003/07/01  17:00:02
52265         Log: Subject: [PATCH] long C<=item>s in pod/perlunicode.pod
52266              From: Robin Barker <Robin.Barker@npl.co.uk>
52267              Date: Tue, 1 Jul 2003 18:21:34 +0100
52268              Message-ID: <533D273D4014D411AB1D00062938C4D9040465A9@hotel.npl.co.uk>
52269
52270              Subject:  [PATCH] long C<=item>s in lib/CGI.pm
52271              From: Robin Barker <Robin.Barker@npl.co.uk>
52272              Message-ID: <533D273D4014D411AB1D00062938C4D9040465AA@hotel.npl.co.uk>
52273              Date: Tue, 1 Jul 2003 18:25:17 +0100
52274
52275              Subject: [PATCH] long <=item>s  in lib/ExtUtils/MakeMaker/FAQ.pod
52276              From: Robin Barker <Robin.Barker@npl.co.uk>
52277              Date: Tue, 1 Jul 2003 18:29:09 +0100
52278              Message-ID: <533D273D4014D411AB1D00062938C4D9040465AB@hotel.npl.co.uk>
52279      Branch: perl
52280            ! lib/CGI.pm lib/ExtUtils/MakeMaker/FAQ.pod pod/perlunicode.pod
52281 ____________________________________________________________________________
52282 [ 19916] By: jhi                                   on 2003/07/01  16:51:31
52283         Log: Subject: [PATCH] B:: fixes + 'When were CVOPs gone ?'
52284              From: Enache Adrian <enache@rdslink.ro>
52285              Date: Tue, 1 Jul 2003 19:51:25 +0300
52286              Message-ID: <20030701165125.GA1521@ratsnest.hole>
52287      Branch: perl
52288            ! ext/B/B.pm ext/B/B.xs ext/B/B/Debug.pm ext/B/defsubs_h.PL
52289            ! ext/B/typemap t/op/magic.t
52290 ____________________________________________________________________________
52291 [ 19915] By: jhi                                   on 2003/07/01  16:22:09
52292         Log: Upgrade to Unicode::Normalize 0.23.
52293      Branch: perl
52294            ! ext/Unicode/Normalize/Changes
52295            ! ext/Unicode/Normalize/Normalize.pm
52296            ! ext/Unicode/Normalize/Normalize.xs
52297 ____________________________________________________________________________
52298 [ 19914] By: jhi                                   on 2003/07/01  13:08:44
52299         Log: A naked values() caused shuffling of lib/Config.pm,
52300              which in turn caused unnecessary rebuilds.
52301      Branch: perl
52302            ! configpm
52303 ____________________________________________________________________________
52304 [ 19913] By: jhi                                   on 2003/07/01  13:01:10
52305         Log: Even more :utf8 socket testing, now in both directions.
52306      Branch: perl
52307            ! ext/IO/lib/IO/t/io_sock.t
52308 ____________________________________________________________________________
52309 [ 19912] By: jhi                                   on 2003/07/01  12:44:32
52310         Log: One more test (does binmode()ing a socket succeed)
52311              and add -w.
52312      Branch: perl
52313            ! ext/IO/lib/IO/t/io_sock.t
52314 ____________________________________________________________________________
52315 [ 19911] By: jhi                                   on 2003/07/01  12:38:13
52316         Log: Tweak an existing IO test to test also the change #19910.
52317      Branch: perl
52318            ! ext/IO/lib/IO/t/io_sock.t
52319 ____________________________________________________________________________
52320 [ 19910] By: jhi                                   on 2003/07/01  11:18:27
52321         Log: Integrate from perlio:
52322              [ 19909]
52323              binmode() should affect IoOFP() as well as IoIFP() if it is
52324              distinct (e.g. sockets).
52325      Branch: perl
52326           !> pp_sys.c
52327 ____________________________________________________________________________
52328 [ 19906] By: jhi                                   on 2003/07/01  08:03:17
52329         Log: Do the "aligned contiguous" check only if the arguments
52330              look like aligned; re-introduce the "traditional contiguous"
52331              checks with OS/2 special quirks and all.
52332      Branch: perl
52333            ! perl.c
52334 ____________________________________________________________________________
52335 [ 19903] By: jhi                                   on 2003/07/01  06:22:12
52336         Log: Switch on PERL_IMPLICIT_SYS, not on Win32.
52337      Branch: perl
52338            ! perl.c
52339 ____________________________________________________________________________
52340 [ 19902] By: jhi                                   on 2003/07/01  06:20:48
52341         Log: Regen Glossary et al.
52342      Branch: perl
52343            ! Porting/Glossary Porting/config.sh Porting/config_H
52344 ____________________________________________________________________________
52345 [ 19900] By: jhi                                   on 2003/07/01  05:56:38
52346         Log: Regen Configure.
52347      Branch: perl
52348            ! Configure
52349 ____________________________________________________________________________
52350 [ 19899] By: jhi                                   on 2003/07/01  05:56:14
52351         Log: More nanosleep removal.
52352      Branch: perl
52353            ! Cross/config.sh-arm-linux NetWare/config_H.wc epoc/config.sh
52354            ! hints/vos.sh win32/config.gc win32/config.vc win32/config.vc64
52355            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
52356            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
52357 ____________________________________________________________________________
52358 [ 19898] By: jhi                                   on 2003/07/01  05:54:58
52359         Log: Rework Time::HiRes not to need HAS_NANOSLEEP from Configure.
52360      Branch: perl
52361            + ext/Time/HiRes/hints/dec_osf.pl
52362            ! MANIFEST ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
52363            ! ext/Time/HiRes/hints/sco.pl
52364 ____________________________________________________________________________
52365 [ 19897] By: jhi                                   on 2003/07/01  05:04:50
52366         Log: Subject: Re: Subject: Problems: 5.8.1, Solaris, Configure, sched_yield(), -lrt & -lposix4
52367              From: Alan Burlison <Alan.Burlison@sun.com>
52368              Date: Tue, 01 Jul 2003 00:03:24 +0100
52369              Message-ID: <3F00C1BC.3020103@sun.com>
52370      Branch: perl
52371            ! Configure Makefile.SH config_h.SH configure.com
52372            ! hints/solaris_2.sh perl.h uconfig.h uconfig.sh
52373 ____________________________________________________________________________
52374 [ 19896] By: jhi                                   on 2003/06/30  20:20:54
52375         Log: Integrate #19892, #19895 from perlio to compile and avoid
52376              crashing on Win32.
52377      Branch: perl
52378           !> perl.c
52379 ____________________________________________________________________________
52380 [ 19890] By: jhi                                   on 2003/06/30  08:41:51
52381         Log: int is not UV.
52382      Branch: perl
52383            ! perl.c
52384 ____________________________________________________________________________
52385 [ 19889] By: jhi                                   on 2003/06/30  08:36:38
52386         Log: The 'contiguous' test for argv[], envp[] was bogus
52387              since those need not be in memory end-to-end, e.g.
52388              in Tru64 they are aligned by eight.  Loosen the test
52389              so that 'contiguousness' is fulfilled if the elements
52390              are within PTRSIZE alignment.  This makes Tru64 to pass
52391              the join.t, too.
52392      Branch: perl
52393            ! ext/threads/t/join.t mg.c perl.c
52394 ____________________________________________________________________________
52395 [ 19888] By: jhi                                   on 2003/06/30  07:24:18
52396         Log: $0 doc tweakage.
52397      Branch: perl
52398            ! pod/perlvar.pod
52399 ____________________________________________________________________________
52400 [ 19887] By: jhi                                   on 2003/06/30  07:20:58
52401         Log: $0 test tweaks from Andreas.
52402      Branch: perl
52403            ! ext/threads/t/join.t t/op/magic.t
52404 ____________________________________________________________________________
52405 [ 19886] By: rgs                                   on 2003/06/29  19:18:43
52406         Log: Misc Pod Nits.
52407      Branch: perl
52408            ! ext/B/B.pm pod/perlrun.pod
52409 ____________________________________________________________________________
52410 [ 19885] By: jhi                                   on 2003/06/29  15:49:52
52411         Log: Fix a faulty alias.
52412      Branch: perl
52413            ! ext/Encode/lib/Encode/Alias.pm
52414 ____________________________________________________________________________
52415 [ 19884] By: jhi                                   on 2003/06/29  15:41:05
52416         Log: The joy of $0.  Undoing the #16399 makes Andreas'
52417              tests (see [perl #22811]) pass (yes, padding with space    instead
52418              of nul makes no sense, but that seems to work, maybe Linux does
52419              some deep magic in ps(1)?); moving the PL_origalen computation
52420              earlier makes also the threaded-first case fully pass.
52421
52422              But in general modifying the argv[] is very non-portable.
52423              (e.g. in Tru64 it seems to be limited to the size of the
52424              original argv[0] since the argv[] are not contiguous?)
52425
52426              Everybody should just have setproctitle().
52427      Branch: perl
52428            ! mg.c perl.c pod/perlvar.pod
52429 ____________________________________________________________________________
52430 [ 19883] By: jhi                                   on 2003/06/29  13:47:36
52431         Log: More on the macro debugging and expansion.
52432      Branch: perl
52433            ! pod/perlhack.pod
52434 ____________________________________________________________________________
52435 [ 19882] By: rgs                                   on 2003/06/29  13:17:09
52436         Log: Perl_doing_taint must be public, for programs that embed perl
52437      Branch: perl
52438            ! embed.fnc embed.h global.sym
52439 ____________________________________________________________________________
52440 [ 19881] By: jhi                                   on 2003/06/29  10:17:28
52441         Log: More coffee...
52442      Branch: perl
52443            ! lib/Test/Harness.pm
52444 ____________________________________________________________________________
52445 [ 19880] By: jhi                                   on 2003/06/29  09:48:50
52446         Log: argc, argv.
52447      Branch: perl
52448            ! perl.h
52449 ____________________________________________________________________________
52450 [ 19879] By: jhi                                   on 2003/06/29  09:34:47
52451         Log: Another spot where a zero $test{$max} can make things go boom.
52452      Branch: perl
52453            ! lib/Test/Harness.pm
52454 ____________________________________________________________________________
52455 [ 19878] By: jhi                                   on 2003/06/29  09:28:58
52456         Log: Move the PL_earlytaint initialization to the PERL_SYS_INIT()
52457              as per suggestion from Sarathy.
52458      Branch: perl
52459            ! dosish.h epoc/epocish.h miniperlmain.c mpeix/mpeixish.h
52460            ! os2/os2ish.h perl.h plan9/plan9ish.h unixish.h vms/vmsish.h
52461 ____________________________________________________________________________
52462 [ 19877] By: jhi                                   on 2003/06/28  18:28:01
52463         Log: The #19842 is no more needed thanks to #19876,
52464              and the #19842 was wrong anyway (it affected
52465              only the threaded case.)
52466      Branch: perl
52467            ! hints/dec_osf.sh
52468 ____________________________________________________________________________
52469 [ 19876] By: jhi                                   on 2003/06/28  18:24:46
52470         Log: Subject: Re: your malloc patches
52471              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
52472              Date: Fri, 27 Jun 2003 06:54:06 -0700
52473              Message-ID: <20030627135406.GA8914@math.berkeley.edu>
52474
52475              More malloc patches: now they seem to work even in Tru64.
52476      Branch: perl
52477            ! malloc.c
52478 ____________________________________________________________________________
52479 [ 19875] By: jhi                                   on 2003/06/28  18:09:30
52480         Log: Duh.
52481      Branch: perl
52482            ! perl.h
52483 ____________________________________________________________________________
52484 [ 19874] By: jhi                                   on 2003/06/28  17:30:52
52485         Log: Retract #19867; the bug was really much simpler:
52486              the < max must be <= max instead.
52487      Branch: perl
52488            ! hv.c
52489 ____________________________________________________________________________
52490 [ 19873] By: rgs                                   on 2003/06/28  16:02:53
52491         Log: Using $1 without testing success of the regexp, bad.
52492      Branch: perl
52493            ! pod/perlretut.pod
52494 ____________________________________________________________________________
52495 [ 19872] By: rgs                                   on 2003/06/28  16:01:08
52496         Log: Some clarification about the current semantics of CHECK and
52497              INIT blocks. See bug [perl #22826].
52498      Branch: perl
52499            ! pod/perlmod.pod
52500 ____________________________________________________________________________
52501 [ 19871] By: rgs                                   on 2003/06/28  15:47:22
52502         Log: Subject: [Encode] pre-1.97 patches
52503              From: Dan Kogai <dankogai@dan.co.jp>
52504              Date: Sat, 28 Jun 2003 01:20:59 +0900
52505              Message-Id: <56D5BFEE-A8BB-11D7-9092-000393AE4244@dan.co.jp>
52506      Branch: perl
52507            ! ext/Encode/Changes ext/Encode/Encode.pm
52508            ! ext/Encode/lib/Encode/Guess.pm
52509 ____________________________________________________________________________
52510 [ 19870] By: rgs                                   on 2003/06/28  15:39:57
52511         Log: Two debugging patches.
52512              The first allows to hold symbolic switches in $^D
52513              and more generally fixes assignment to $^D. The
52514              second one improves the information given by -Dl.
52515
52516              Subject: [PATCH] allow $^D = "flags"
52517              From: Dave Mitchell <davem@fdgroup.com>
52518              Date: Fri, 27 Jun 2003 22:26:24 +0100
52519              Message-ID: <20030627212624.GB12887@fdgroup.com>
52520
52521              Subject: [PATCH] make -Dl show more scope info
52522              From: Dave Mitchell <davem@fdgroup.com>
52523              Date: Fri, 27 Jun 2003 23:00:36 +0100
52524              Message-ID: <20030627220036.GC12887@fdgroup.com>
52525      Branch: perl
52526            ! cop.h embed.fnc embed.h mg.c perl.c perl.h pod/perlvar.pod
52527            ! proto.h scope.h
52528 ____________________________________________________________________________
52529 [ 19869] By: rgs                                   on 2003/06/28  14:39:40
52530         Log: Fix test count, by Abe Timmerman.
52531      Branch: perl
52532            ! t/comp/require.t
52533 ____________________________________________________________________________
52534 [ 19867] By: jhi                                   on 2003/06/27  10:08:20
52535         Log: The two-for-loops is no more a valid way to walk through
52536              a hash (this was the reason the Hash/Util.t intermittently
52537              failed, the two-loop didn't find all the SVs of the HV).
52538      Branch: perl
52539            ! hv.c
52540 ____________________________________________________________________________
52541 [ 19866] By: jhi                                   on 2003/06/27  08:54:16
52542         Log: Some warnings about the (im)proper uses of the hash randomisation.
52543      Branch: perl
52544            ! pod/perlsec.pod
52545 ____________________________________________________________________________
52546 [ 19865] By: jhi                                   on 2003/06/27  08:40:45
52547         Log: atoi() doesn't cut the mustard if the PERL_HASH_SEED
52548              is larger than INT_MAX (atoi() returns -1 in that case).
52549      Branch: perl
52550            ! perl.c
52551 ____________________________________________________________________________
52552 [ 19864] By: jhi                                   on 2003/06/27  08:18:47
52553         Log: Use the PL_earlytaint.  (PL_earlytaint is a global,
52554              not per-interp, since perl_construct() is not passed
52555              the argc, argv, and therefore it can't set the per-interp
52556              PL_tainting.)
52557      Branch: perl
52558            ! perl.c perl.h
52559 ____________________________________________________________________________
52560 [ 19863] By: jhi                                   on 2003/06/27  08:15:11
52561         Log: Introduce (global) variable PL_earlytaint which
52562              is set very early in main(), before perl_parse()
52563              has been called and PL_tainting (or PL_taint_warn)
52564              might have been set.
52565      Branch: perl
52566            ! embed.fnc embedvar.h miniperlmain.c perl.c perl.h perlapi.h
52567            ! perlvars.h proto.h
52568 ____________________________________________________________________________
52569 [ 19862] By: jhi                                   on 2003/06/27  07:39:58
52570         Log: Make doing_taint() always available (though not
52571              part of the public API).
52572      Branch: perl
52573            ! embed.fnc embed.h perl.c proto.h
52574 ____________________________________________________________________________
52575 [ 19861] By: jhi                                   on 2003/06/27  05:30:03
52576         Log: Do not obey PERL_HASH_SEED or PERL_HASH_SEED_DEBUG
52577              if tainting-- but is this a good thing or a bad thing?
52578              (At least it makes debugging lib/Hash/Util.t harder,
52579              since it has, for no apparent good reason, -T: one must
52580              make a copy of it without the -T.)
52581      Branch: perl
52582            ! perl.c
52583 ____________________________________________________________________________
52584 [ 19860] By: jhi                                   on 2003/06/27  05:02:14
52585         Log: Subject: Re: Change 19854: Bite the bullet and apply the hash randomisation patch.
52586              From: Tim Bunce <Tim.Bunce@pobox.com>
52587              Date: Thu, 26 Jun 2003 10:53:22 +0100
52588              Message-ID: <20030626095322.GE97463@dansat.data-plan.com>
52589      Branch: perl
52590            ! INSTALL
52591 ____________________________________________________________________________
52592 [ 19859] By: jhi                                   on 2003/06/27  04:59:23
52593         Log: Hash/Util.t and Encode/t/Aliases.t seem to be having
52594              random failures.  To make these easier to reproduce,
52595              add a variable, PERL_HASH_SEED_DEBUG, to display the
52596              hash seed.  E.g. in Debian/x86 Linux 3.0 PERL_HASH_SEED
52597              of 82972356 makes the first one to fail.
52598      Branch: perl
52599            ! perl.c pod/perlrun.pod
52600 ____________________________________________________________________________
52601 [ 19858] By: rgs                                   on 2003/06/26  20:21:53
52602         Log: perlhack update, by Steve Grazzini
52603              about macro support in gdb and gcc.
52604      Branch: perl
52605            ! pod/perlhack.pod
52606 ____________________________________________________________________________
52607 [ 19854] By: jhi                                   on 2003/06/26  05:32:02
52608         Log: Bite the bullet and apply the hash randomisation patch.
52609              [perl #22371] Algorimic Complexity Attack on Perl 5.6.1, 5.8.0
52610      Branch: perl
52611            ! INSTALL embedvar.h ext/Data/Dumper/Dumper.pm
52612            ! ext/Data/Dumper/t/dumper.t hv.h intrpvar.h perl.c perl.h
52613            ! perlapi.h pod/perlfunc.pod pod/perlrun.pod pod/perlsec.pod
52614            ! sv.c
52615 ____________________________________________________________________________
52616 [ 19853] By: rgs                                   on 2003/06/25  19:35:02
52617         Log: Subject: Re: P and V
52618              From: "Philip Newton" <pnewton@gmx.de>
52619              Date: Wed, 25 Jun 2003 17:50:22 +0200
52620              Message-ID: <3EF9E0DE.4786.16A6869@localhost>
52621      Branch: perl
52622            ! lib/Thread/Semaphore.pm
52623 ____________________________________________________________________________
52624 [ 19852] By: rgs                                   on 2003/06/25  19:27:42
52625         Log: Enhance some macro robustness.
52626      Branch: perl
52627            ! opcode.h opcode.pl
52628 ____________________________________________________________________________
52629 [ 19851] By: rgs                                   on 2003/06/25  19:25:47
52630         Log: Fix [perl #21742] :
52631              require() should always be called in scalar context,
52632              even when it's the last statement in an eval("").
52633      Branch: perl
52634            ! pp_ctl.c t/comp/require.t
52635 ____________________________________________________________________________
52636 [ 19849] By: jhi                                   on 2003/06/24  17:32:37
52637         Log: Subject: [PATCH] Re: [perl #22719] ISA cache problem with blessed stash objects
52638              From: Dave Mitchell <davem@fdgroup.com>
52639              Date: Tue, 24 Jun 2003 13:16:18 +0100
52640              Message-ID: <20030624121618.GC22675@fdgroup.com>
52641      Branch: perl
52642            ! sv.c t/op/ref.t
52643 ____________________________________________________________________________
52644 [ 19848] By: merijn                                on 2003/06/24  08:06:57
52645         Log: Subject: [PATCH] lib/Perldoc.pm patch for Cygwin Bleadperl
52646              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
52647              Date: Tue, 24 Jun 2003 11:00:34 +0200
52648              Message-ID: <186930306740.20030624110034@familiehaase.de>
52649      Branch: perl
52650            ! lib/Pod/Perldoc.pm
52651 ____________________________________________________________________________
52652 [ 19847] By: jhi                                   on 2003/06/24  04:52:42
52653         Log: Subject: [PATCH] version.pm up to date with CPAN
52654              From: John Peacock <jpeacock@rowman.com>
52655              Date: Mon, 23 Jun 2003 21:58:18 -0400
52656              Message-ID: <3EF7B03A.2060705@rowman.com>
52657      Branch: perl
52658            ! lib/version.pm lib/version.t universal.c
52659 ____________________________________________________________________________
52660 [ 19846] By: rgs                                   on 2003/06/23  20:52:26
52661         Log: Subject: [perlport.pod] code point of \cU
52662              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
52663              Date: Tue, 24 Jun 2003 01:00:16 +0900
52664              Message-Id: <20030624004743.1237.BQW10602@nifty.com>
52665      Branch: perl
52666            ! pod/perlport.pod
52667 ____________________________________________________________________________
52668 [ 19845] By: jhi                                   on 2003/06/23  04:55:39
52669         Log: Test tweaks for VMS from Craig Berry.
52670      Branch: perl
52671            ! lib/strict.t lib/warnings.t
52672 ____________________________________________________________________________
52673 [ 19843] By: jhi                                   on 2003/06/22  17:00:10
52674         Log: Move the (pseudo)seed functio for (pseudo)random numbers to util.c.
52675      Branch: perl
52676            ! embed.fnc embed.h pp.c proto.h util.c
52677 ____________________________________________________________________________
52678 [ 19842] By: jhi                                   on 2003/06/22  16:44:16
52679         Log: Until the Perl malloc problems in Tru64 are fixed.
52680      Branch: perl
52681            ! hints/dec_osf.sh
52682 ____________________________________________________________________________
52683 [ 19841] By: jhi                                   on 2003/06/22  16:35:33
52684         Log: Subject: [PATCH] Re: Is it a Bug? ($c .= "5") . "6"
52685              From: Enache Adrian <enache@rdslink.ro>
52686              Date: Sat, 21 Jun 2003 03:19:31 +0300
52687              Message-ID: <20030621001931.GB1255@ratsnest.hole>
52688      Branch: perl
52689            ! op.c t/op/concat.t
52690 ____________________________________________________________________________
52691 [ 19840] By: jhi                                   on 2003/06/22  16:33:25
52692         Log: Subject: [perl #22753] overload::StrVal() fails for regexp refs
52693              From: "fergal@esatclear.ie (via RT)" <perlbug-followup@perl.org>
52694              Date: 21 Jun 2003 19:02:30 -0000
52695              Message-ID: <rt-22753-59662.14.6066295633041@rt.perl.org>
52696      Branch: perl
52697            ! lib/overload.pm lib/overload.t
52698 ____________________________________________________________________________
52699 [ 19839] By: jhi                                   on 2003/06/22  16:31:05
52700         Log: Subject: FileCache 1.03 broken on VMS -- possible patch
52701              From: "Craig A. Berry" <craigberry@mac.com>
52702              Date: Sat, 21 Jun 2003 10:31:59 -0500
52703              Message-ID: <3EF47A6F.9060904@mac.com>
52704      Branch: perl
52705            ! lib/FileCache.pm lib/FileCache/t/01open.t
52706            ! lib/FileCache/t/03append.t lib/FileCache/t/05override.t
52707 ____________________________________________________________________________
52708 [ 19838] By: jhi                                   on 2003/06/22  16:16:01
52709         Log: Debian fix from Brendan O'Dea:
52710              Adjust output to screen width.
52711              (adjusted to probe for the stty command)
52712      Branch: perl
52713            ! utils/dprofpp.PL
52714 ____________________________________________________________________________
52715 [ 19837] By: jhi                                   on 2003/06/22  15:56:45
52716         Log: Debian fix from Brendan O'Dea:
52717              Use a temporary directory to avoid symlink attacks.
52718              Specify -gstabs explicitly (not the default format for gcc 3.2).
52719      Branch: perl
52720            ! utils/c2ph.PL
52721 ____________________________________________________________________________
52722 [ 19836] By: jhi                                   on 2003/06/22  15:55:13
52723         Log: Debian fix from Brendan O'Dea:
52724              Bug#156284: the stucture used by pp_accept is too small to hold an
52725              IPv6 address.
52726      Branch: perl
52727            ! pp_sys.c
52728 ____________________________________________________________________________
52729 [ 19835] By: jhi                                   on 2003/06/22  15:46:50
52730         Log: For characters beyond the BMP the $bits will be undef,
52731              which will cause utf8_heavy.pl noise (reported by Daniel Yacob,
52732              analysis and fix from SADAHIRO Tomoyuki)
52733      Branch: perl
52734            ! lib/utf8_heavy.pl
52735 ____________________________________________________________________________
52736 [ 19834] By: jhi                                   on 2003/06/20  08:42:58
52737         Log: Allow for things like -DFILL_CHECK_DEFAULT=0 (from Ilya).
52738      Branch: perl
52739            ! malloc.c
52740 ____________________________________________________________________________
52741 [ 19833] By: jhi                                   on 2003/06/20  08:16:02
52742         Log: Don't do sprintf().
52743      Branch: perl
52744            ! malloc.c
52745 ____________________________________________________________________________
52746 [ 19832] By: jhi                                   on 2003/06/20  07:43:48
52747         Log: Show the source code location of an "assertion botch".
52748      Branch: perl
52749            ! malloc.c
52750 ____________________________________________________________________________
52751 [ 19831] By: jhi                                   on 2003/06/20  07:31:11
52752         Log: More Perl malloc debugging magic from Ilya.  Seems to work in
52753              Linux, Solaris, AIX.  Had to do #ifdef OS2 for the <io.h> in
52754              malloc.c, found in AIX since there is no such header.
52755              In Tru64 miniperl fails an assert: "free()ed/realloc()ed-away
52756              memory was overwritten?"
52757              (In IRIX compiles but that doesn't prove much since in IRIX
52758              Perl's malloc is simply not used.)
52759      Branch: perl
52760            + malloc_ctl.h
52761            ! MANIFEST dosish.h epoc/epocish.h malloc.c os2/os2ish.h perl.c
52762            ! perl.h plan9/plan9ish.h sv.c unixish.h vms/vmsish.h
52763 ____________________________________________________________________________
52764 [ 19830] By: jhi                                   on 2003/06/20  06:02:21
52765         Log: Retract #19785 and #19756: JPL nowadays works without this
52766              (verified by a true JPL user).
52767      Branch: perl
52768            ! perl.c
52769 ____________________________________________________________________________
52770 [ 19827] By: jhi                                   on 2003/06/19  20:18:31
52771         Log: Apparently this is needed for VMS (Craig Berry).
52772      Branch: perl
52773            ! lib/Tie/File.pm
52774 ____________________________________________________________________________
52775 [ 19824] By: jhi                                   on 2003/06/19  15:11:48
52776         Log: Bump Time::HiRes to 1.49.
52777      Branch: perl
52778            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
52779            ! ext/Time/HiRes/HiRes.xs
52780 ____________________________________________________________________________
52781 [ 19822] By: jhi                                   on 2003/06/19  14:49:37
52782         Log: This change chunk doesn't work well with blead.
52783      Branch: perl
52784            ! lib/ExtUtils/t/Command.t
52785 ____________________________________________________________________________
52786 [ 19821] By: jhi                                   on 2003/06/19  14:27:52
52787         Log: A tweak from Alan Burlison for MM 6.10_07 that makes Solaris
52788              make happy.
52789      Branch: perl
52790            ! lib/ExtUtils/MM_Unix.pm
52791 ____________________________________________________________________________
52792 [ 19820] By: jhi                                   on 2003/06/19  14:25:53
52793         Log: Upgrade to MakeMaker 6.10_07 (from makemaker.org snapshot
52794              as of 2003-06-19 18:39 EET).
52795      Branch: perl
52796            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_OS2.pm
52797            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
52798            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/Command.t
52799            ! lib/ExtUtils/t/MM_OS2.t lib/ExtUtils/t/MM_Unix.t
52800 ____________________________________________________________________________
52801 [ 19819] By: jhi                                   on 2003/06/19  14:08:13
52802         Log: Subject: [PATCH] Re: [perl #17934] tied STDERR and internal warnings
52803              From: grazz@pobox.com (Steve Grazzini)
52804              Date: Wed, 18 Jun 2003 19:42:37 -0400
52805              Message-ID: <20030618234237.GA6267@grazzini.net>
52806      Branch: perl
52807            ! embed.fnc embed.h pod/perltie.pod pp_ctl.c proto.h
52808            ! t/op/runlevel.t t/op/tiehandle.t util.c
52809 ____________________________________________________________________________
52810 [ 19818] By: jhi                                   on 2003/06/19  13:57:55
52811         Log: Subject: [PATCH -current] email address correction
52812              Date: Thu, 19 Jun 2003 02:19:31 -0700
52813              Message-ID: <CGEAIAFGDFMPCFCBLLCOEENKCBAA.rs@crystalflame.net>
52814              From: rs@crystalflame.net (Richard Soderberg)
52815      Branch: perl
52816            ! ext/threads/threads.pm
52817 ____________________________________________________________________________
52818 [ 19816] By: jhi                                   on 2003/06/19  05:02:22
52819         Log: MPE/iX gets serious indigestion on w-packed infinities.
52820      Branch: perl
52821            ! t/op/pack.t
52822 ____________________________________________________________________________
52823 [ 19815] By: rgs                                   on 2003/06/18  20:47:47
52824         Log: A bunch of minor changes to perlguts.pod.
52825      Branch: perl
52826            ! pod/perlguts.pod
52827 ____________________________________________________________________________
52828 [ 19814] By: jhi                                   on 2003/06/18  19:19:38
52829         Log: Subject: Re: [perl #22727] split() with re_eval segfaults/panics
52830              From: Enache Adrian <enache@rdslink.ro>
52831              Date: Wed, 18 Jun 2003 23:00:43 +0300
52832              Message-ID: <20030618200043.GA1249@ratsnest.hole>
52833      Branch: perl
52834            ! pp.c regexec.c t/op/pat.t
52835 ____________________________________________________________________________
52836 [ 19813] By: jhi                                   on 2003/06/18  17:31:50
52837         Log: Upgrade to Tie::File 0.97.
52838      Branch: perl
52839            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
52840            ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/28_mtwrite.t
52841            ! lib/Tie/File/t/29_downcopy.t
52842 ____________________________________________________________________________
52843 [ 19812] By: gbarr                                 on 2003/06/18  16:41:31
52844         Log: Sync with libnet 1.16
52845      Branch: perl
52846            ! lib/Net/ChangeLog.libnet lib/Net/FTP.pm
52847 ____________________________________________________________________________
52848 [ 19811] By: jhi                                   on 2003/06/18  12:11:07
52849         Log: Subject: Encode] 1.96 Released
52850              From: Dan Kogai <dankogai@dan.co.jp>
52851              Date: Wed, 18 Jun 2003 19:09:11 +0900
52852              Message-Id: <E7FFAE2E-A174-11D7-ACE4-000393AE4244@dan.co.jp>
52853      Branch: perl
52854            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
52855            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.pm
52856            ! ext/Encode/Unicode/Unicode.xs ext/Encode/bin/piconv
52857            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Encoding.pm
52858            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/Unicode.t
52859            ! ext/Encode/t/guess.t
52860 ____________________________________________________________________________
52861 [ 19810] By: jhi                                   on 2003/06/18  09:20:43
52862         Log: Oops in change #19809.
52863      Branch: perl
52864            ! ext/POSIX/POSIX.xs
52865 ____________________________________________________________________________
52866 [ 19809] By: jhi                                   on 2003/06/18  09:08:47
52867         Log: If the first argument of sigaction() was a string, not a number
52868              (or a SIGXXX 'constant') one got first (if using -w) 'Argument "FOO"
52869              isn't numeric in subroutine entry ...' but after that one got
52870              (depending on the OS) either a coredump (because of trying to
52871              assign to *0 in mg_get) or a hang (because of the sigprocmask()
52872              blocking signals inside POSIX::sigaction, a nasty hang since
52873              one obviously cannot interrupt it...only SIGKILL works).
52874              In older Perls (tried with 5.6.1) one got 'No such signal: SIGZERO ...'
52875              because of the string becoming zero due to the XS typemap magic.
52876              Resolved by making the POSIX::sigaction to try harder to figure
52877              out a valid signal number (one still gets the warning, though),
52878              and returning undef if no sense can be made.
52879      Branch: perl
52880            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t
52881 ____________________________________________________________________________
52882 [ 19808] By: rgs                                   on 2003/06/17  21:10:06
52883         Log: Some docs for the assertions.
52884      Branch: perl
52885            ! lib/assertions.pm lib/assertions/activate.pm
52886            ! pod/perllexwarn.pod pod/perlrun.pod t/run/switch_A.t
52887 ____________________________________________________________________________
52888 [ 19806] By: jhi                                   on 2003/06/17  18:12:26
52889         Log: io_dir.t tweak from Craig Berry.
52890      Branch: perl
52891            ! ext/IO/lib/IO/t/io_dir.t
52892 ____________________________________________________________________________
52893 [ 19805] By: jhi                                   on 2003/06/17  16:47:06
52894         Log: Subject: /ext/DynaLoader/dl_dyld.xs
52895              From: "Peter O'Gorman" <peter@pogma.com>
52896              Date: Tue, 17 Jun 2003 23:45:47 +0900
52897              Message-Id: <619B6B53-A0D2-11D7-BAF7-003065F6C222@pogma.com>
52898
52899              No need to see dlclose() and dlsym() outside the dl_dyld.xs
52900              (Mac OS X, NeXT), and seeing them is harmful for libdlcompat
52901              of OpenDarwin.
52902      Branch: perl
52903            ! ext/DynaLoader/dl_dyld.xs
52904 ____________________________________________________________________________
52905 [ 19804] By: jhi                                   on 2003/06/17  13:12:21
52906         Log: Subject: DOCPATCH Re: $1 remains uncleared for failed matches
52907              From: david nicol <whatever@davidnicol.com>
52908              Date: 16 Jun 2003 20:35:24 -0500
52909              Message-Id: <1055813724.1580.19.camel@plaza.davidnicol.com>
52910
52911              Subject: Re: DOCPATCH Re: $1 remains uncleared for failed matches
52912              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
52913              Date: Tue, 17 Jun 2003 00:12:04 -0400
52914              Message-ID: <20030617041204.GA34960@linguist.thayer.dartmouth.edu>
52915      Branch: perl
52916            ! pod/perlre.pod pod/perltrap.pod
52917 ____________________________________________________________________________
52918 [ 19802] By: jhi                                   on 2003/06/17  04:51:33
52919         Log: UNICOS: try papering over the Configure symbol scan problems
52920              by disavowing any knowledge of dynaloading.
52921      Branch: perl
52922            ! hints/unicos.sh
52923 ____________________________________________________________________________
52924 [ 19801] By: rgs                                   on 2003/06/16  22:47:28
52925         Log: Revert change #19126, a poor attempt at fixing bug #21742.
52926              The test for #21742 is marked as TODO.
52927              Plus new regression tests from :
52928
52929              Subject: [perl #22708] void context in string eval is broken
52930              From: "Marcus Holland-Moritz" (via RT) <perlbug-followup@perl.org>
52931              Date: 15 Jun 2003 23:09:03 -0000
52932              Message-ID: <rt-22708-59432.14.6755501393177@rt.perl.org>
52933      Branch: perl
52934            ! pp_ctl.c t/comp/require.t t/op/eval.t
52935 ____________________________________________________________________________
52936 [ 19800] By: rgs                                   on 2003/06/16  21:14:26
52937         Log: Subject: [PATCH] unnecessary stringification in eval/die
52938              From: Steve Grazzini <grazz@pobox.com>
52939              Date: 15 Jun 2003 21:02:26 -0000
52940              Message-ID: <20030615210226.56430.qmail@onion.perl.org>
52941              (See also <slrnbek5u6.cfi.joey@dragon.kitenet.net>
52942              in c.l.p.misc and bug #17763)
52943      Branch: perl
52944            ! pod/perlfunc.pod pp_ctl.c
52945 ____________________________________________________________________________
52946 [ 19799] By: rgs                                   on 2003/06/16  20:15:28
52947         Log: Subject: [perl #22622] Bogus error codes from File::Copy::move
52948              From: "Amick, Eric" (via RT) <perlbug-followup@perl.org>
52949              Date: 9 Jun 2003 15:48:09 -0000
52950              Message-ID: <rt-22622-59134.12.3966151660257@rt.perl.org>
52951      Branch: perl
52952            ! lib/File/Copy.pm
52953 ____________________________________________________________________________
52954 [ 19798] By: jhi                                   on 2003/06/16  12:26:29
52955         Log: And even more glibc fcntl constants, this time mostly F_XXX.
52956              Be more conservative and use @EXPORT_OK instead of @EXPORT.
52957      Branch: perl
52958            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL
52959 ____________________________________________________________________________
52960 [ 19797] By: jhi                                   on 2003/06/16  08:05:11
52961         Log: Even more glibc O_ modes.
52962      Branch: perl
52963            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL
52964 ____________________________________________________________________________
52965 [ 19796] By: jhi                                   on 2003/06/16  07:59:26
52966         Log: Add O_NOATIME.
52967      Branch: perl
52968            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL
52969 ____________________________________________________________________________
52970 [ 19795] By: jhi                                   on 2003/06/16  06:51:19
52971         Log: Instead of fancy condvar footwork do a simple join,
52972              as suggested by Arthur.
52973      Branch: perl
52974            ! ext/threads/shared/t/hv_refs.t
52975 ____________________________________________________________________________
52976 [ 19794] By: rgs                                   on 2003/06/15  21:01:18
52977         Log: Rename again the warning about $* being no longer supported
52978              (and update perldiag this time!)
52979      Branch: perl
52980            ! gv.c pod/perldiag.pod t/lib/warnings/gv
52981 ____________________________________________________________________________
52982 [ 19793] By: rgs                                   on 2003/06/15  19:47:21
52983         Log: Remove all magic in untie()
52984
52985              Subject: Re: untie from within FETCH/STORE not working under 5.8.0 (fwd)
52986              From: Aaron J Mackey <ajm6q@virginia.edu>
52987              Date: Fri, 13 Jun 2003 08:22:05 -0400 (EDT)
52988              Message-ID: <Pine.OSF.4.33.0306130820570.29017-100000@alpha10.bioch.virginia.edu>
52989              (plus a test case)
52990      Branch: perl
52991            ! pp_sys.c t/op/tie.t
52992 ____________________________________________________________________________
52993 [ 19790] By: jhi                                   on 2003/06/15  17:22:08
52994         Log: Start using Perl malloc in FreeBSD since the system malloc
52995              is reaaally slooow for Perl.
52996
52997              Subject: FreeBSD 5.1 vs. -Uusemymalloc
52998              From: Dan Kogai <dankogai@dan.co.jp>
52999              Date: Mon, 16 Jun 2003 01:48:49 +0900
53000              Message-Id: <3CE9B94D-9F51-11D7-AF50-000393AE4244@dan.co.jp>
53001      Branch: perl
53002            ! hints/freebsd.sh
53003 ____________________________________________________________________________
53004 [ 19789] By: jhi                                   on 2003/06/15  17:08:02
53005         Log: Subject: [PATCH 5.8.1 @19774] OS2 patches
53006              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
53007              Date: Sat, 14 Jun 2003 17:49:57 -0700
53008              Message-ID: <20030615004956.GA28272@math.berkeley.edu>
53009      Branch: perl
53010            + os2/OS2/typemap os2/perlrexx.cmd
53011            - os2/OS2/PrfDB/typemap
53012            ! MANIFEST doio.c emacs/ptags ext/Time/HiRes/Makefile.PL handy.h
53013            ! hints/os2.sh lib/ExtUtils/t/MM_OS2.t makedef.pl
53014            ! os2/OS2/Process/Makefile.PL os2/OS2/Process/Process.pm
53015            ! os2/OS2/Process/Process.xs os2/OS2/REXX/DLL/DLL.pm
53016            ! os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/t/rx_emxrv.t
53017            ! os2/OS2/REXX/t/rx_objcall.t os2/dl_os2.c os2/os2.c
53018            ! os2/os2ish.h pp_sys.c utils/h2xs.PL
53019 ____________________________________________________________________________
53020 [ 19788] By: jhi                                   on 2003/06/15  15:05:40
53021         Log: Reindent a section of the file.
53022      Branch: perl
53023            ! universal.c
53024 ____________________________________________________________________________
53025 [ 19787] By: jhi                                   on 2003/06/15  15:01:26
53026         Log: Unused variable.
53027      Branch: perl
53028            ! universal.c
53029 ____________________________________________________________________________
53030 [ 19786] By: jhi                                   on 2003/06/15  07:41:23
53031         Log: Subject: Re: [PATCH: sv.c] strchr() running amok in sv_vcatpvfn()
53032              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
53033              Date: Sun, 15 Jun 2003 10:48:40 +0200
53034              Message-ID: <004a01c3331a$ec001320$3445eed9@R2D2>
53035      Branch: perl
53036            ! embed.fnc embed.h proto.h sv.c
53037 ____________________________________________________________________________
53038 [ 19785] By: jhi                                   on 2003/06/15  07:37:02
53039         Log: Most often unused variables.
53040      Branch: perl
53041            ! perl.c
53042 ____________________________________________________________________________
53043 [ 19784] By: rgs                                   on 2003/06/14  20:08:52
53044         Log: Rename the warning about $* being removed,
53045              as suggested by Dave Mitchell
53046      Branch: perl
53047            ! gv.c t/lib/warnings/gv
53048 ____________________________________________________________________________
53049 [ 19783] By: jhi                                   on 2003/06/14  16:30:23
53050         Log: The FileCache 1.03 tests from belg4mit.
53051      Branch: perl
53052            + lib/FileCache/t/01open.t lib/FileCache/t/02maxopen.t
53053            + lib/FileCache/t/03append.t lib/FileCache/t/04twoarg.t
53054            + lib/FileCache/t/05override.t
53055            - lib/FileCache.t
53056            ! MANIFEST
53057 ____________________________________________________________________________
53058 [ 19782] By: jhi                                   on 2003/06/14  13:45:01
53059         Log: Mention the Unicode::Regex::Set module.
53060      Branch: perl
53061            ! pod/perlunicode.pod
53062 ____________________________________________________________________________
53063 [ 19781] By: jhi                                   on 2003/06/14  13:39:45
53064         Log: Followup on #19779: make the helper function static,
53065              and rename it for paranoia reasons.
53066      Branch: perl
53067            ! embed.fnc embed.h proto.h sv.c
53068 ____________________________________________________________________________
53069 [ 19779] By: jhi                                   on 2003/06/14  13:13:34
53070         Log: Subject: [PATCH: sv.c] strchr() running amok in sv_vcatpvfn()
53071              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
53072              Date: Sat, 14 Jun 2003 12:51:31 +0200
53073              Message-ID: <041901c33262$eac8ae30$f248eed9@R2D2>
53074
53075              (choosing the safe alternative)
53076      Branch: perl
53077            ! sv.c
53078 ____________________________________________________________________________
53079 [ 19778] By: jhi                                   on 2003/06/14  09:28:01
53080         Log: Exercise the utf8:: "internal" functions.
53081      Branch: perl
53082            ! lib/utf8.pm lib/utf8.t
53083 ____________________________________________________________________________
53084 [ 19777] By: jhi                                   on 2003/06/14  09:05:07
53085         Log: Having to pull in the whole Encode just to get SvUTF8()
53086              is a bit too much: introduce utf8::is_utf8().
53087      Branch: perl
53088            ! lib/utf8.pm pod/perluniintro.pod universal.c
53089 ____________________________________________________________________________
53090 [ 19776] By: jhi                                   on 2003/06/14  08:56:11
53091         Log: Slight tweaks on the length() and chr() entries,
53092              passing-by rewrapping on the rmdir entry.
53093      Branch: perl
53094            ! pod/perlfunc.pod
53095 ____________________________________________________________________________
53096 [ 19775] By: jhi                                   on 2003/06/14  08:50:16
53097         Log: test.pl-ify and add a couple of tests.
53098      Branch: perl
53099            ! lib/bytes.t
53100 ____________________________________________________________________________
53101 [ 19773] By: jhi                                   on 2003/06/14  08:05:01
53102         Log: Slight reorg of the binmode() entry.
53103      Branch: perl
53104            ! pod/perlfunc.pod
53105 ____________________________________________________________________________
53106 [ 19772] By: jhi                                   on 2003/06/14  07:07:38
53107         Log: Illegal cpp.
53108      Branch: perl
53109            ! util.c
53110 ____________________________________________________________________________
53111 [ 19770] By: jhi                                   on 2003/06/14  04:36:18
53112         Log: Subject: Re: FileCache
53113              From: belg4mit <belg4mit@MIT.EDU>
53114              Date: Sat, 14 Jun 2003 01:35:05 -0400
53115              Message-ID: <3EEAB409.7B4C21EA@mit.edu>
53116
53117              FileCache 1.03.
53118      Branch: perl
53119            ! lib/FileCache.pm
53120 ____________________________________________________________________________
53121 [ 19769] By: rgs                                   on 2003/06/13  19:17:50
53122         Log: Remove the deprecated $* variable.
53123              Incidentally, this fixes bug #22354, about unwanted
53124              action-at-distance of the /m regexp modifier.
53125              Add a new warning to advertise this fact.
53126      Branch: perl
53127            ! gv.c lib/English.pm mg.c pod/perldelta.pod pod/perldiag.pod
53128            ! pod/perlre.pod pod/perlvar.pod pp.c pp_hot.c t/lib/warnings/gv
53129            ! t/op/pat.t t/op/study.t
53130 ____________________________________________________________________________
53131 [ 19768] By: jhi                                   on 2003/06/13  17:08:45
53132         Log: Encode simply needs more work on EBCDIC.
53133      Branch: perl
53134            ! ext/Encode/t/Unicode.t
53135 ____________________________________________________________________________
53136 [ 19767] By: jhi                                   on 2003/06/13  17:05:01
53137         Log: Redundancy removal from Brian De Pradine;
53138              both the forms, pthread_mutexattr_settype() and
53139              pthread_mutexattr_setkind_np(), exist on z/OS.
53140      Branch: perl
53141            ! thread.h
53142 ____________________________________________________________________________
53143 [ 19766] By: jhi                                   on 2003/06/13  17:02:57
53144         Log: Somehow MPE/iX managed to get
53145              "18/0Illegal division by zero at ../lib/Test/Harness.pm line 921."
53146      Branch: perl
53147            ! lib/Test/Harness.pm
53148 ____________________________________________________________________________
53149 [ 19765] By: jhi                                   on 2003/06/13  14:36:18
53150         Log: Subject: [PATCH] Re: [perl #18849] fork/system bug on FreeBSD
53151              From: alan <alan@pair.com>
53152              Date: Wed, 11 Jun 2003 14:07:00 -0400 (EDT)
53153              Message-ID: <Pine.BSF.4.30.0306111348450.32145-100000@smx.pair.com>
53154
53155              (the first alternative)
53156      Branch: perl
53157            ! util.c
53158 ____________________________________________________________________________
53159 [ 19764] By: jhi                                   on 2003/06/13  14:33:51
53160         Log: Apparently the __APPLE__ cpp symbol is not Officially Sanctioned
53161              way of detecting Darwin/Mac OS X; instead it is recommended to
53162              detect the OS at a higher level and pass the information manually
53163              down to the application, using e.g. a -Ddefinition.
53164      Branch: perl
53165            ! hints/darwin.sh perl.h x2p/util.c
53166 ____________________________________________________________________________
53167 [ 19763] By: jhi                                   on 2003/06/13  14:12:13
53168         Log: Define a cpp symbol, BSDish, if that looks appropriate.
53169      Branch: perl
53170            ! perl.h
53171 ____________________________________________________________________________
53172 [ 19760] By: jhi                                   on 2003/06/13  12:00:06
53173         Log: Even more tweakage on symbol scanning from Alan Burlison.
53174      Branch: perl
53175            ! Configure
53176 ____________________________________________________________________________
53177 [ 19758] By: gbarr                                 on 2003/06/13  07:01:11
53178         Log: Sync with libnet 1.15
53179      Branch: perl
53180            ! lib/Net/ChangeLog.libnet lib/Net/FTP.pm
53181 ____________________________________________________________________________
53182 [ 19756] By: jhi                                   on 2003/06/13  05:09:17
53183         Log: The changes #8803 and #8896 that fixed JPL for use with
53184              JDK 1.2/1.3 had somehow disappeared.
53185      Branch: perl
53186            ! perl.c perl.h
53187 ____________________________________________________________________________
53188 [ 19752] By: rgs                                   on 2003/06/12  20:49:25
53189         Log: Add a new warning, "Newline in left-justified string for printf/sprintf"
53190              to be issued if the string to be left-justified by s?printf contains
53191              a newline.
53192
53193              Subject: [PATCH] RE: [perl #22599] Strange behaviour when combining foreac h and printf
53194              From: Robin Barker <Robin.Barker@npl.co.uk>
53195              Date: Wed, 11 Jun 2003 18:10:14 +0100
53196              Message-ID: <533D273D4014D411AB1D00062938C4D904046571@hotel.npl.co.uk>
53197      Branch: perl
53198            ! pod/perldiag.pod sv.c t/lib/warnings/sv
53199 ____________________________________________________________________________
53200 [ 19751] By: rgs                                   on 2003/06/12  20:25:41
53201         Log: Patch for a warning emitted twice, from :
53202              Subject: [PATCH: perl@19733] "perldoc -f -X" + "extra warning from -T"
53203              From: Steve Grazzini <grazz@pobox.com>
53204              Date: Wed, 11 Jun 2003 00:46:47 -0400
53205              Message-ID: <20030611044647.GA16696@grazzini.net>
53206      Branch: perl
53207            ! pp_sys.c
53208 ____________________________________________________________________________
53209 [ 19750] By: sky                                   on 2003/06/12  15:03:55
53210         Log: In free we want to destroy, not init, thanks to Tim Bunce for
53211              detecting this. Should hopefully fix memory leak on Tru64
53212      Branch: perl
53213            ! ext/threads/shared/shared.xs
53214 ____________________________________________________________________________
53215 [ 19749] By: jhi                                   on 2003/06/12  13:27:44
53216         Log: More perlio ->Open paranoia.  Set errno to EINVAL if there's
53217              no ->Open, not if ->Open returns NULL.
53218      Branch: perl
53219            ! perlio.c
53220 ____________________________________________________________________________
53221 [ 19748] By: jhi                                   on 2003/06/12  11:32:44
53222         Log: Further perlio doc tweaks.
53223      Branch: perl
53224            ! lib/PerlIO.pm pod/perlrun.pod
53225 ____________________________________________________________________________
53226 [ 19747] By: jhi                                   on 2003/06/12  11:25:19
53227         Log: Slightly amended version of the proposed patch for
53228              "[perl #22390] export PERLIO=bytes segfaults";
53229              the amendment is to set errno.
53230              TODO: we really should not get here if the layer
53231              stack is corrupt or non-sensical (like "bytes").
53232      Branch: perl
53233            ! perlio.c
53234 ____________________________________________________________________________
53235 [ 19746] By: sky                                   on 2003/06/12  08:37:39
53236         Log: Be polite and destroy the mutexes and conditions we use!
53237      Branch: perl
53238            ! ext/threads/shared/shared.xs
53239 ____________________________________________________________________________
53240 [ 19744] By: rgs                                   on 2003/06/11  20:49:04
53241         Log: Subject: Re: [PATCH] Annoyingly unhelpful messages from lib/File/Temp/t/security.t
53242              From: Andy Dougherty <doughera@lafayette.edu>
53243              Date: Wed, 11 Jun 2003 12:57:58 -0400 (EDT)
53244              Message-ID: <Pine.SOL.4.53.0306111252540.19074@maxwell.phys.lafayette.edu>
53245      Branch: perl
53246            ! lib/File/Temp/t/security.t
53247 ____________________________________________________________________________
53248 [ 19742] By: jhi                                   on 2003/06/11  18:28:12
53249         Log: Subject: [PATCH] Configure -Dnoextensions would not accept a list
53250              From: Andy Dougherty <doughera@lafayette.edu>
53251              Date: Wed, 11 Jun 2003 13:35:26 -0400 (EDT)
53252              Message-ID: <Pine.SOL.4.53.0306111331550.2477@maxwell.phys.lafayette.edu>
53253      Branch: perl
53254            ! Configure
53255 ____________________________________________________________________________
53256 [ 19741] By: merijn                                on 2003/06/11  14:06:49
53257         Log: Subject: [PATCH: perl@19733] fix vmsish.t #25 by letting $0 find itself in the face of chdir() calls
53258              From: PPrymmer@factset.com
53259              Date: Wed, 11 Jun 2003 09:00:34 -0400
53260              Message-ID: <OF2535E971.A30D9C74-ON85256D42.00461FF9-85256D42.004776C4@factset.com>
53261      Branch: perl
53262            ! lib/vmsish.t
53263 ____________________________________________________________________________
53264 [ 19740] By: jhi                                   on 2003/06/11  13:29:59
53265         Log: Doc nit.
53266      Branch: perl
53267            ! INSTALL
53268 ____________________________________________________________________________
53269 [ 19739] By: jhi                                   on 2003/06/11  05:30:53
53270         Log: Integrate from maint:
53271              [ 19738]
53272              Subject: Re: [PATCH: maint @ 19733] CL compiler warnings on MSWin32
53273              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
53274              Date: Tue, 10 Jun 2003 22:10:47 +0200
53275              Message-ID: <011701c32f8c$62d85ee0$0c2f1fac@R2D2>
53276      Branch: perl
53277           !> ext/Encode/encengine.c ext/List/Util/Util.xs
53278           !> ext/POSIX/POSIX.xs ext/Storable/Storable.xs
53279           !> ext/Thread/Thread.xs ext/threads/threads.xs op.c perl.c pp.h
53280           !> sv.c
53281 ____________________________________________________________________________
53282 [ 19735] By: jhi                                   on 2003/06/10  05:27:33
53283         Log: Upgrade to Unicode::Normalize 0.22.
53284      Branch: perl
53285            ! ext/Unicode/Normalize/Changes
53286            ! ext/Unicode/Normalize/Makefile.PL
53287            ! ext/Unicode/Normalize/Normalize.pm
53288            ! ext/Unicode/Normalize/Normalize.xs
53289            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
53290            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
53291            ! ext/Unicode/Normalize/t/test.t
53292 ____________________________________________________________________________
53293 [ 19734] By: jhi                                   on 2003/06/10  05:14:18
53294         Log: Upgrade to Unicode::Collate 0.25.
53295      Branch: perl
53296            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
53297            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/index.t
53298            ! lib/Unicode/Collate/t/test.t
53299 ____________________________________________________________________________
53300 [ 19731] By: jhi                                   on 2003/06/09  20:48:14
53301         Log: On a real multicpu box the child thread could still be running
53302              when the parent thread was already testing.
53303      Branch: perl
53304            ! ext/threads/shared/t/hv_refs.t
53305 ____________________________________________________________________________
53306 [ 19730] By: rgs                                   on 2003/06/09  19:56:29
53307         Log: Subject: [PATCH] Annoyingly unhelpful messages from lib/File/Temp/t/security.t
53308              From: Andy Dougherty <doughera@lafayette.edu>
53309              Date: Mon, 9 Jun 2003 14:45:38 -0400 (EDT)
53310              Message-ID: <Pine.SOL.4.53.0306091323300.4467@maxwell.phys.lafayette.edu>
53311      Branch: perl
53312            ! INSTALL
53313 ____________________________________________________________________________
53314 [ 19729] By: rgs                                   on 2003/06/09  19:13:16
53315         Log: Subject: [PATCH] Re: nitpick with \(0..2)
53316              From: Steve Grazzini <grazz@pobox.com>
53317              Date: Fri, 6 Jun 2003 01:42:59 -0400
53318              Message-ID: <20030606054259.GA30249@grazzini.net>
53319      Branch: perl
53320            ! op.c pod/perlop.pod t/op/ref.t
53321 ____________________________________________________________________________
53322 [ 19726] By: jhi                                   on 2003/06/09  18:45:00
53323         Log: Possible fix for the problems in EBCDIC from Sadahiro Tomoyuki.
53324      Branch: perl
53325            ! ext/Unicode/Normalize/Normalize.pm
53326 ____________________________________________________________________________
53327 [ 19725] By: rgs                                   on 2003/06/09  18:33:50
53328         Log: In the debugger, flush stdout/stderr before the prompt is printed
53329              Subject: Re: [PATCH] Perlbug #15228
53330              From: Alex Vandiver <alexmv@MIT.EDU>
53331              Date: 04 Jun 2003 04:50:10 -0400
53332              Message-Id: <1054716610.21402.45.camel@supox>
53333      Branch: perl
53334            ! lib/perl5db.pl
53335 ____________________________________________________________________________
53336 [ 19724] By: gsar                                  on 2003/06/09  18:17:42
53337         Log: mark 450_service.t#18 as a todo test on windows
53338      Branch: perl
53339            ! lib/Net/Ping/t/450_service.t
53340 ____________________________________________________________________________
53341 [ 19723] By: gsar                                  on 2003/06/09  18:00:57
53342         Log: one of the Net::Ping time-dependent tests fails sporadically
53343              when the response from localhost is "too quick"
53344      Branch: perl
53345            ! lib/Net/Ping/t/250_ping_hires.t
53346 ____________________________________________________________________________
53347 [ 19721] By: jhi                                   on 2003/06/09  17:04:50
53348         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_06 (plus FAQ update)
53349              From: Michael G Schwern <schwern@pobox.com>
53350              Date: Sat, 7 Jun 2003 01:16:32 -0700
53351              Message-ID: <20030607081632.GA16228@windhund.schwern.org>
53352      Branch: perl
53353            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
53354            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MakeMaker/FAQ.pod
53355            ! lib/ExtUtils/t/Liblist.t
53356 ____________________________________________________________________________
53357 [ 19720] By: gsar                                  on 2003/06/09  15:59:52
53358         Log: fix for perlio.t failures on windows (from Dan Kogai)
53359      Branch: perl
53360            ! ext/Encode/t/perlio.t
53361 ____________________________________________________________________________
53362 [ 19719] By: jhi                                   on 2003/06/09  15:28:18
53363         Log: Subject: [PATCH: perl@19683] fix ups for perlivp on VMS plus more symbols for utils
53364              From: PPrymmer@factset.com
53365              Date: Mon, 9 Jun 2003 09:57:43 -0400
53366              Message-ID: <OFBA811434.A612F1C0-ON85256D40.004B5ECC-85256D40.004CB24D@factset.com>
53367      Branch: perl
53368            ! configure.com utils/perlivp.PL
53369 ____________________________________________________________________________
53370 [ 19717] By: gsar                                  on 2003/06/09  14:09:55
53371         Log: windows: fix memory leak in %ENV handling (shows up as a
53372              leak even in the simplest fork() loop, because perl_construct()
53373              now does the equivalent of %ENV assignments using mg_set())
53374      Branch: perl
53375            ! win32/perlhost.h
53376 ____________________________________________________________________________
53377 [ 19715] By: sky                                   on 2003/06/09  09:35:47
53378         Log: Support blessed shared references.
53379      Branch: perl
53380            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
53381            ! ext/threads/shared/t/hv_refs.t
53382 ____________________________________________________________________________
53383 [ 19714] By: jhi                                   on 2003/06/09  04:29:04
53384         Log: Subject: [PATCH] pack.t tweak for non-IEEE VMS systems
53385              From: "Craig A. Berry" <craigberry@mac.com>
53386              Date: Sun, 08 Jun 2003 16:49:43 -0500
53387              Message-ID: <3EE3AF77.7060302@mac.com>
53388      Branch: perl
53389            ! t/op/pack.t
53390 ____________________________________________________________________________
53391 [ 19712] By: jhi                                   on 2003/06/08  17:05:59
53392         Log: Subject: Re: forwarded you a test result
53393              From: Dan Kogai <dankogai@dan.co.jp>
53394              Date: Sun, 8 Jun 2003 11:04:43 +0900
53395              Message-Id: <92344ED4-9955-11D7-8DFA-000393AE4244@dan.co.jp>
53396      Branch: perl
53397            ! ext/Encode/t/Encode.t
53398 ____________________________________________________________________________
53399 [ 19710] By: jhi                                   on 2003/06/08  17:03:07
53400         Log: Regen Configure et al.
53401      Branch: perl
53402            ! Configure Porting/config.sh Porting/config_H
53403 ____________________________________________________________________________
53404 [ 19709] By: jhi                                   on 2003/06/08  16:45:50
53405         Log: More symbol scan logic from Alan Burlison.
53406      Branch: perl
53407            ! Configure Porting/Glossary hints/solaris_2.sh
53408 ____________________________________________________________________________
53409 [ 19708] By: sky                                   on 2003/06/07  13:28:50
53410         Log: Major (internal) change to make it much more easy to embed
53411              threaded perl because we don't use our own TLS for the current
53412              thread info, but instead use PL_modglobal. Should make the
53413              mod_perl2 team (Hi Stas!) happy. Should also be more robust.
53414      Branch: perl
53415            ! ext/threads/threads.xs
53416 ____________________________________________________________________________
53417 [ 19707] By: sky                                   on 2003/06/07  13:27:01
53418         Log: Last patch broke this slightly because INC was wrong.
53419      Branch: perl
53420            ! ext/threads/t/thread.t
53421 ____________________________________________________________________________
53422 [ 19706] By: sky                                   on 2003/06/07  13:07:53
53423         Log: Remove warnings from tests.
53424      Branch: perl
53425            ! ext/threads/t/basic.t ext/threads/t/end.t ext/threads/t/join.t
53426            ! ext/threads/t/list.t
53427 ____________________________________________________________________________
53428 [ 19705] By: sky                                   on 2003/06/07  12:42:28
53429         Log: Work in non core env.
53430      Branch: perl
53431            ! ext/threads/t/basic.t ext/threads/t/end.t ext/threads/t/join.t
53432            ! ext/threads/t/libc.t ext/threads/t/list.t
53433            ! ext/threads/t/problems.t ext/threads/t/stress_cv.t
53434            ! ext/threads/t/stress_re.t ext/threads/t/stress_string.t
53435            ! ext/threads/t/thread.t
53436 ____________________________________________________________________________
53437 [ 19703] By: jhi                                   on 2003/06/07  05:11:50
53438         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_04 -> 6.10_05
53439              From: Michael G Schwern <schwern@pobox.com>
53440              Date: Fri, 6 Jun 2003 18:41:45 -0700
53441              Message-ID: <20030607014145.GB12031@windhund.schwern.org>
53442      Branch: perl
53443            ! lib/ExtUtils/Changes lib/ExtUtils/Install.pm
53444            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/META.yml
53445            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
53446            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
53447            ! lib/ExtUtils/TODO lib/ExtUtils/t/00compile.t
53448            ! lib/ExtUtils/t/Install.t lib/ExtUtils/t/basic.t
53449            ! lib/ExtUtils/t/zz_cleanup_dummy.t
53450 ____________________________________________________________________________
53451 [ 19702] By: rgs                                   on 2003/06/06  23:00:00
53452         Log: Upgrade to Time::Local 1.06, by Dave Rolsky
53453      Branch: perl
53454            ! lib/Time/Local.pm lib/Time/Local.t
53455 ____________________________________________________________________________
53456 [ 19701] By: rgs                                   on 2003/06/06  22:50:37
53457         Log: Complement to change #19698 :
53458              add also this information (=> and curly braces doesn't
53459              quote compound identifiers) to the strict manpage.
53460              As an experiment in documentation, add a "HISTORY" section
53461              to the strict manpage.
53462      Branch: perl
53463            ! lib/strict.pm
53464 ____________________________________________________________________________
53465 [ 19700] By: rgs                                   on 2003/06/06  22:31:50
53466         Log: Minor grammatical nit.
53467      Branch: perl
53468            ! README.hpux
53469 ____________________________________________________________________________
53470 [ 19699] By: rgs                                   on 2003/06/06  22:29:38
53471         Log: Subject: [patch] L<perlguts/"API LISTING"> is now L<perlapi>
53472              From: Stas Bekman <stas@stason.org>
53473              Date: Thu, 05 Jun 2003 10:10:36 +1000
53474              Message-ID: <3EDE8A7C.2080302@stason.org>
53475
53476              Subject: [patch] perlguts authors dup
53477              From: Stas Bekman <stas@stason.org>
53478              Date: Thu, 05 Jun 2003 10:14:12 +1000
53479              Message-ID: <3EDE8B54.6090808@stason.org>
53480      Branch: perl
53481            ! pod/perl5005delta.pod pod/perlguts.pod pod/perlxs.pod
53482 ____________________________________________________________________________
53483 [ 19698] By: rgs                                   on 2003/06/06  22:23:56
53484         Log: Clarify that => doesn't quote compound identifiers.
53485      Branch: perl
53486            ! pod/perldata.pod
53487 ____________________________________________________________________________
53488 [ 19696] By: merijn                                on 2003/06/06  12:21:43
53489         Log: Perl *is* 100% 64bit compliant on HP-UX 11.00 and up (as long
53490              as the compiler supports it)
53491      Branch: perl
53492            ! README.hpux
53493 ____________________________________________________________________________
53494 [ 19695] By: jhi                                   on 2003/06/05  18:50:51
53495         Log: Subject: [PATCH] Re: SPUG:-s option doesn't always work!
53496              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
53497              Date: Wed, 04 Jun 2003 00:08:32 -0700
53498              Message-ID: <wrZ3+gzkg2iX092yn@efn.org>
53499      Branch: perl
53500            ! t/run/switches.t toke.c
53501 ____________________________________________________________________________
53502 [ 19694] By: jhi                                   on 2003/06/05  18:37:02
53503         Log: Subject: [PATCH] RE: maint @ 19683
53504              From: Robin Barker <Robin.Barker@npl.co.uk>
53505              Date: Thu, 5 Jun 2003 17:16:58 +0100
53506              Message-ID: <533D273D4014D411AB1D00062938C4D904046564@hotel.npl.co.uk>
53507
53508              (skipped the MIME::Base64 part, leaving that to Gisle)
53509      Branch: perl
53510            ! ext/POSIX/POSIX.xs gv.c op.c perl.c perl.h
53511 ____________________________________________________________________________
53512 [ 19693] By: jhi                                   on 2003/06/05  17:26:04
53513         Log: SKIP label was missing.
53514      Branch: perl
53515            ! t/io/utf8.t
53516 ____________________________________________________________________________
53517 [ 19692] By: jhi                                   on 2003/06/05  16:58:23
53518         Log: z/OS makedepend fix from Peter Prymmer;
53519              still needed as reported by Brian De Pradine.
53520      Branch: perl
53521            ! makedepend.SH
53522 ____________________________________________________________________________
53523 [ 19691] By: jhi                                   on 2003/06/05  16:56:01
53524         Log: Even more getspecific patches from Brian De Pradine;
53525              macrofy the construct.
53526      Branch: perl
53527            ! ext/threads/threads.xs
53528 ____________________________________________________________________________
53529 [ 19690] By: jhi                                   on 2003/06/05  16:19:40
53530         Log: z/OS threads tweak from Brian De Pradine.
53531      Branch: perl
53532            ! ext/threads/threads.xs
53533 ____________________________________________________________________________
53534 [ 19689] By: jhi                                   on 2003/06/05  05:43:31
53535         Log: Upgrade to Time::HiRes 1.48.
53536      Branch: perl
53537            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
53538 ____________________________________________________________________________
53539 [ 19688] By: rgs                                   on 2003/06/04  18:53:48
53540         Log: Prevent a potential null pointer dereference.
53541              Noticed by Ryan Koga <rkoga@caida.org> in
53542              Message-ID: <Pine.BSF.4.44.0306031659090.1489-100000@login.caida.org>
53543      Branch: perl
53544            ! perlio.c
53545 ____________________________________________________________________________
53546 [ 19687] By: jhi                                   on 2003/06/04  18:26:08
53547         Log: Subject: Re: [MacOS X] consider useshrplib='false' by default
53548              From: Andy Dougherty <doughera@lafayette.edu>
53549              Date: Wed, 4 Jun 2003 11:33:29 -0400 (EDT)
53550              Message-ID: <Pine.SOL.4.53.0306041128350.15343@maxwell.phys.lafayette.edu>
53551      Branch: perl
53552            ! hints/darwin.sh
53553 ____________________________________________________________________________
53554 [ 19686] By: jhi                                   on 2003/06/04  11:02:54
53555         Log: On closer reading the proposed UTS#18 update required
53556              even more changes.
53557      Branch: perl
53558            ! lib/unicore/lib/Blank.pl lib/unicore/lib/Graph.pl
53559            ! lib/unicore/lib/Print.pl lib/unicore/lib/Space.pl
53560            ! lib/unicore/lib/SpacePer.pl lib/unicore/lib/Word.pl
53561            ! lib/unicore/mktables
53562 ____________________________________________________________________________
53563 [ 19685] By: jhi                                   on 2003/06/04  10:14:09
53564         Log: Align the 'graph' property definition with the proposed
53565              Unicode UTS #18 update (v7).
53566      Branch: perl
53567            ! lib/unicore/lib/Graph.pl lib/unicore/mktables
53568 ____________________________________________________________________________
53569 [ 19681] By: jhi                                   on 2003/06/04  05:16:38
53570         Log: Subject: [MacOS X] consider useshrplib='false' by default
53571              From: Dan Kogai <dankogai@dan.co.jp>
53572              Date: Wed, 4 Jun 2003 01:29:42 +0900
53573              Message-Id: <94213618-95E0-11D7-8A27-000393AE4244@dan.co.jp>
53574      Branch: perl
53575            ! hints/darwin.sh
53576 ____________________________________________________________________________
53577 [ 19679] By: jhi                                   on 2003/06/03  15:51:36
53578         Log: Urk.  Joe's patches were for the maint branch,
53579              not for the blead (which has assertions and stuff).
53580              Retract #19677, #19676, #19674.
53581      Branch: perl
53582            ! lib/perl5db.pl
53583 ____________________________________________________________________________
53584 [ 19678] By: jhi                                   on 2003/06/03  15:05:19
53585         Log: According to Arthur this should help
53586              #22060 Perl 5.8.0 on FreeBSD 5.0 threads (threads->list) possible bug
53587      Branch: perl
53588            ! ext/threads/threads.xs
53589 ____________________________________________________________________________
53590 [ 19677] By: jhi                                   on 2003/06/03  14:07:06
53591         Log: Tiny tweaks from Joe McMahon.
53592      Branch: perl
53593            ! lib/perl5db.pl
53594 ____________________________________________________________________________
53595 [ 19676] By: jhi                                   on 2003/06/03  12:38:46
53596         Log: Tiny pod and speling tweaks.
53597      Branch: perl
53598            ! lib/perl5db.pl
53599 ____________________________________________________________________________
53600 [ 19674] By: jhi                                   on 2003/06/03  12:20:59
53601         Log: Subject: Extensive documentation patch redux
53602              From: Joe McMahon <mcmahon@ibiblio.org>
53603              Date: Mon, 2 Jun 2003 09:53:40 -0400
53604              Message-Id: <9DB6529E-9501-11D7-9377-000393BCA0FC@ibiblio.org>
53605
53606              Subject: RE: [PATCH] RE: Extensive documentation patch redux
53607              From: Robin Barker <Robin.Barker@npl.co.uk>
53608              Date: Tue, 3 Jun 2003 10:00:22 +0100
53609              Message-ID: <533D273D4014D411AB1D00062938C4D904046555@hotel.npl.co.uk>
53610      Branch: perl
53611            ! lib/perl5db.pl
53612 ____________________________________________________________________________
53613 [ 19673] By: jhi                                   on 2003/06/03  09:51:59
53614         Log: Salvage parts of #19667.
53615      Branch: perl
53616            ! perlio.c win32/win32.c win32/win32iop.h
53617 ____________________________________________________________________________
53618 [ 19672] By: jhi                                   on 2003/06/03  09:26:45
53619         Log: Salvage parts of #19418 (the ext/PerlIO/t/open.t
53620              still is there).
53621      Branch: perl
53622            ! MANIFEST pod/perlfunc.pod
53623 ____________________________________________________________________________
53624 [ 19671] By: merijn                                on 2003/06/03  08:27:07
53625         Log: Subject: Re: [PATCH] perl.h, README.cygwin: Cygwin O_TEXT <> O_BINARY issue
53626              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
53627              Date: Tue, 03 Jun 2003 01:55:06 -0700
53628              Message-ID: <qJG3+gzkgajL092yn@efn.org>
53629      Branch: perl
53630            ! README.cygwin
53631 ____________________________________________________________________________
53632 [ 19670] By: jhi                                   on 2003/06/03  08:04:39
53633         Log: Retract #19667, #19660, #19659, #19658, #19657, #19656,
53634              #19655, #19418; File::Temp no more used internally.
53635              Some parts of these will be salvaged later.
53636      Branch: perl
53637            ! MANIFEST embed.fnc embed.h op.c perlio.c pod/perlfunc.pod
53638            ! proto.h win32/win32.c win32/win32iop.h
53639 ____________________________________________________________________________
53640 [ 19669] By: gsar                                  on 2003/06/02  20:59:39
53641         Log: fix for 09_gen_rs.t#59 failure on windows
53642      Branch: perl
53643            ! lib/Tie/File/t/09_gen_rs.t
53644 ____________________________________________________________________________
53645 [ 19668] By: gsar                                  on 2003/06/02  20:40:19
53646         Log: resurrect change#19628 and make it work by generalizing
53647              a spot that had a hardcoded dependency on the cmd.exe
53648              arguments being "/x/c" or "/c"
53649      Branch: perl
53650            ! pod/perlrun.pod win32/win32.c
53651 ____________________________________________________________________________
53652 [ 19667] By: gsar                                  on 2003/06/02  18:44:34
53653         Log: don't use File::Temp to implement PerlIO_tmpfile() on windows;
53654              reuse the straightforward native implementation instead
53655
53656              this fixes the warning from io_xs.t
53657
53658              NOTE: File::Temp has a less-than-robust implementation on windows
53659              that relies on END blocks being run (this may not happen always)
53660      Branch: perl
53661            ! op.c win32/win32.c win32/win32iop.h
53662 ____________________________________________________________________________
53663 [ 19666] By: gsar                                  on 2003/06/02  18:29:46
53664         Log: change#19628 broke many win32/system.t tests, so back it out
53665      Branch: perl
53666            ! pod/perlrun.pod win32/win32.c
53667 ____________________________________________________________________________
53668 [ 19665] By: rgs                                   on 2003/06/02  18:22:06
53669         Log: A little bit more of weird-code-proofing in B::Deparse.
53670              Fixes a bug reported by Alexey Tourbin in
53671              Message-ID: <20030602085348.GA24023@solemn.turbinal.org>
53672      Branch: perl
53673            ! ext/B/B/Deparse.pm
53674 ____________________________________________________________________________
53675 [ 19664] By: jhi                                   on 2003/06/02  16:41:37
53676         Log: Upgrade to the CGI.pm 2.93.
53677
53678              (Lincoln keeps ripping out the BEGIN/PERL_CORE blocks.  Sigh.)
53679      Branch: perl
53680            + lib/CGI/t/util-58.t
53681            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
53682            ! lib/CGI/Fast.pm lib/CGI/Pretty.pm lib/CGI/Util.pm
53683            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
53684            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
53685            ! lib/CGI/t/html.t lib/CGI/t/push.t lib/CGI/t/request.t
53686            ! lib/CGI/t/switch.t lib/CGI/t/util.t
53687 ____________________________________________________________________________
53688 [ 19663] By: jhi                                   on 2003/06/02  16:16:51
53689         Log: Whitespace tweaks.
53690      Branch: perl
53691            ! hints/uwin.sh
53692 ____________________________________________________________________________
53693 [ 19662] By: jhi                                   on 2003/06/02  16:08:22
53694         Log: U/WIN: final (for now) touches from John P. Linderman;
53695              now we get 97% success rate, the remaining failures are
53696              quite obscure.
53697      Branch: perl
53698            ! hints/uwin.sh lib/locale.t
53699 ____________________________________________________________________________
53700 [ 19661] By: gbarr                                 on 2003/06/02  12:13:35
53701         Log: Sync with libnet 1.14
53702      Branch: perl
53703            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Domain.pm
53704            ! lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/NNTP.pm
53705            ! lib/Net/POP3.pm lib/Net/README.libnet lib/Net/SMTP.pm
53706            ! lib/Net/libnetFAQ.pod lib/Net/t/hostname.t
53707 ____________________________________________________________________________
53708 [ 19660] By: jhi                                   on 2003/06/02  09:28:30
53709         Log: Beautification.
53710      Branch: perl
53711            ! op.c
53712 ____________________________________________________________________________
53713 [ 19659] By: jhi                                   on 2003/06/02  09:07:38
53714         Log: Duplicate definition bad.
53715      Branch: perl
53716            ! op.c
53717 ____________________________________________________________________________
53718 [ 19658] By: jhi                                   on 2003/06/02  09:02:18
53719         Log: I thought I tried building threaded.  Never think.  Try.
53720      Branch: perl
53721            ! perlio.c
53722 ____________________________________________________________________________
53723 [ 19657] By: jhi                                   on 2003/06/02  08:54:04
53724         Log: Stick with the original (5.8.0) logic.
53725      Branch: perl
53726            ! op.c
53727 ____________________________________________________________________________
53728 [ 19656] By: jhi                                   on 2003/06/02  08:28:51
53729         Log: Since pulling in File::Temp for tempfiles would pull in
53730              also Fcntl, miniperl could not open up tempfiles.  This broke
53731              the use of miniperl in VMS, as noticed by Craig Berry.
53732              Try to cure this by moving the creation of tempfile into its
53733              own routine, my_tmpfp(), which gets compiled differently
53734              for miniperl and perl.
53735      Branch: perl
53736            ! embed.fnc embed.h op.c perlio.c proto.h
53737 ____________________________________________________________________________
53738 [ 19655] By: jhi                                   on 2003/06/02  06:54:05
53739         Log: A pointless test, noticed by Craig Berry.
53740      Branch: perl
53741            ! perlio.c
53742 ____________________________________________________________________________
53743 [ 19654] By: rgs                                   on 2003/06/01  07:37:50
53744         Log: Two Cygwin patches from Gerrit.
53745
53746              Subject: [PATCH] perl.h, README.cygwin: Cygwin O_TEXT <> O_BINARY issue
53747              From: "Gerrit P. Haase" <gp@familiehaase.de>
53748              Date: Sat, 31 May 2003 14:12:07 +0200
53749              Message-ID: <179860591535.20030531141207@familiehaase.de>
53750
53751              Subject: [PATCH] t/io/layers.t, Cygwin != DOSISH
53752              Date: Sat, 31 May 2003 13:57:49 +0200
53753              Message-ID: <11859733881.20030531135749@familiehaase.de>
53754      Branch: perl
53755            ! README.cygwin perl.h t/io/layers.t
53756 ____________________________________________________________________________
53757 [ 19652] By: rgs                                   on 2003/05/31  19:54:31
53758         Log: Fix a case of segfault in gv_check(), by making
53759              it ignore non-GV values in stashes.
53760      Branch: perl
53761            ! gv.c t/op/stash.t
53762 ____________________________________________________________________________
53763 [ 19651] By: rgs                                   on 2003/05/31  18:48:59
53764         Log: Don't install test.pl files.
53765      Branch: perl
53766            ! installperl
53767 ____________________________________________________________________________
53768 [ 19650] By: rgs                                   on 2003/05/31  18:47:50
53769         Log: Regenerate internals pods.
53770      Branch: perl
53771            ! pod/perlapi.pod pod/perlintern.pod
53772 ____________________________________________________________________________
53773 [ 19649] By: rgs                                   on 2003/05/31  18:33:07
53774         Log: Subject: [PATCH] jumbo closure patch broke formats
53775              From: Dave Mitchell <davem@fdgroup.com>
53776              Date: Sat, 31 May 2003 19:54:48 +0100
53777              Message-ID: <20030531185448.GA6055@fdgroup.com>
53778              Plus restore the original test script for bug #22372
53779      Branch: perl
53780            ! pad.c t/op/write.t
53781 ____________________________________________________________________________
53782 [ 19648] By: jhi                                   on 2003/05/31  17:37:36
53783         Log: Better patch from Inaba Hiroto for
53784              [perl #22375] 'split'/'index' problem for utf8
53785      Branch: perl
53786            ! sv.c
53787 ____________________________________________________________________________
53788 [ 19647] By: rgs                                   on 2003/05/31  11:46:52
53789         Log: Subject: Re: [perl #22372] [PATCH] sv_chop() broken
53790              From: Enache Adrian <enache@rdslink.ro>
53791              Date: Sat, 31 May 2003 14:18:11 +0300
53792              Message-ID: <20030531111811.GA1240@ratsnest.hole>
53793      Branch: perl
53794            ! t/op/write.t
53795 ____________________________________________________________________________
53796 [ 19646] By: jhi                                   on 2003/05/31  05:40:15
53797         Log: Interesting patch(1) glitch.
53798      Branch: perl
53799            ! lib/Tie/File.pm
53800 ____________________________________________________________________________
53801 [ 19645] By: jhi                                   on 2003/05/31  05:37:10
53802         Log: Subject: Re: [perl #22372] [PATCH] sv_chop() broken
53803              From: Enache Adrian <enache@rdslink.ro>
53804              Date: Fri, 30 May 2003 18:52:28 +0300
53805              Message-ID: <20030530155228.GA872@ratsnest.hole>
53806      Branch: perl
53807            ! sv.c t/op/write.t
53808 ____________________________________________________________________________
53809 [ 19644] By: jhi                                   on 2003/05/31  05:31:11
53810         Log: Subject: [PATCH] ext/Encode/t/perlio.t filename tweak
53811              From: "Craig A. Berry" <craigberry@mac.com>
53812              Date: Fri, 30 May 2003 13:08:01 -0500
53813              Message-ID: <3ED79E01.8050401@mac.com>
53814      Branch: perl
53815            ! ext/Encode/t/perlio.t
53816 ____________________________________________________________________________
53817 [ 19643] By: jhi                                   on 2003/05/31  05:28:56
53818         Log: Upgrade to Tie::File 0.96.
53819      Branch: perl
53820            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
53821            ! lib/Tie/File/t/09_gen_rs.t
53822 ____________________________________________________________________________
53823 [ 19642] By: jhi                                   on 2003/05/30  19:06:02
53824         Log: test.pl-isation.
53825      Branch: perl
53826            ! t/op/index.t
53827 ____________________________________________________________________________
53828 [ 19641] By: jhi                                   on 2003/05/30  15:59:57
53829         Log: A bit of networking notworking negativity.
53830              (Inspiration from Jos.)
53831      Branch: perl
53832            ! pod/perlport.pod
53833 ____________________________________________________________________________
53834 [ 19640] By: jhi                                   on 2003/05/30  05:47:15
53835         Log: Fix for "#22375 'split'/'index' problem for utf8".
53836      Branch: perl
53837            ! sv.c t/op/index.t
53838 ____________________________________________________________________________
53839 [ 19639] By: jhi                                   on 2003/05/29  19:07:35
53840         Log: Add the test case for the already fixed
53841              [perl #22351] perl bug with 'e' substitution modifier
53842      Branch: perl
53843            ! t/op/subst.t
53844 ____________________________________________________________________________
53845 [ 19638] By: jhi                                   on 2003/05/29  18:56:46
53846         Log: Comment tweakage.
53847      Branch: perl
53848            ! intrpvar.h
53849 ____________________________________________________________________________
53850 [ 19637] By: rgs                                   on 2003/05/29  18:47:40
53851         Log: Subject: [PATCH] jumbo closure fix
53852              From: Dave Mitchell <davem@fdgroup.com>
53853              Date: Wed, 26 Feb 2003 14:49:47 +0000
53854              Message-ID: <20030226144947.A14444@fdgroup.com>
53855      Branch: perl
53856            ! embed.fnc embed.h embedvar.h ext/Devel/Peek/Peek.t intrpvar.h
53857            ! op.c pad.c perlapi.h pod/perldiag.pod pod/perlintern.pod
53858            ! pod/perlref.pod proto.h regcomp.c t/lib/warnings/pad
53859            ! t/op/closure.t
53860 ____________________________________________________________________________
53861 [ 19635] By: jhi                                   on 2003/05/29  09:13:06
53862         Log: Subject: Credits patch
53863              From: Ed Avis <ed@membled.com>
53864              Date: Sun, 18 May 2003 18:08:55 +0100 (BST)
53865              Message-ID: <Pine.LNX.4.20L2.0305181807080.10859-100000@budvar.future-i.net>
53866      Branch: perl
53867            ! lib/Tie/RefHash.pm
53868 ____________________________________________________________________________
53869 [ 19634] By: jhi                                   on 2003/05/29  09:11:30
53870         Log: Subject: [patch] IO::File->open() with encoding
53871              From: Pradeep Hodigere <phodigere@yahoo.com>
53872              Date: Mon, 19 May 2003 16:05:47 -0700 (PDT)
53873              Message-ID: <20030519230547.39731.qmail@web12302.mail.yahoo.com>
53874      Branch: perl
53875            + ext/IO/lib/IO/t/io_utf8.t
53876            ! MANIFEST ext/IO/lib/IO/File.pm
53877 ____________________________________________________________________________
53878 [ 19633] By: jhi                                   on 2003/05/29  08:18:09
53879         Log: A *much* cut-down version of the patches in the thread
53880              Subject: [perl #22224] 2 patches to perldiag.pod; for POSIX and Win32 errors
53881              From: Jim Cromie (via RT) <perlbug-followup@perl.org>
53882              Date: 16 May 2003 19:04:28 -0000
53883              Message-Id: <rt-22224-57743.7.22990607358@bugs6.perl.org>
53884      Branch: perl
53885            ! pod/perldiag.pod
53886 ____________________________________________________________________________
53887 [ 19632] By: jhi                                   on 2003/05/29  08:12:46
53888         Log: Subject: [PATCH] $x = $empty_hash{$undef_val} doesn't give a warning
53889              From: Dave Mitchell <davem@fdgroup.com>
53890              Date: Tue, 27 May 2003 19:31:10 +0100
53891              Message-ID: <20030527183110.GA22715@fdgroup.com>
53892      Branch: perl
53893            ! hv.c
53894 ____________________________________________________________________________
53895 [ 19631] By: jhi                                   on 2003/05/29  08:11:42
53896         Log: Document that setvbuf() is not probably any more available.
53897              Many reports, most recently by mjd in
53898              [perl #22339] IO::Handle::setvbuf not defined properly
53899      Branch: perl
53900            ! ext/IO/lib/IO/Handle.pm
53901 ____________________________________________________________________________
53902 [ 19630] By: jhi                                   on 2003/05/29  07:59:51
53903         Log: Subject: typo in pod/perlfunc.pod
53904              From: Alexey Mahotkin <alexm@w-m.ru>
53905              Date: Wed, 28 May 2003 15:18:04 +0400
53906              Message-ID: <878ysrs4k3.fsf@dim.w-m.ru>
53907      Branch: perl
53908            ! pod/perlfunc.pod
53909 ____________________________________________________________________________
53910 [ 19629] By: merijn                                on 2003/05/28  12:24:42
53911         Log: Subject: [PATCH] Re: a2p is linked against too many libraries
53912              From: Andy Dougherty <doughera@lafayette.edu>
53913              Date: Wed, 28 May 2003 09:20:06 -0400 (EDT)
53914              Message-ID: <Pine.SOL.4.53.0305280913350.27138@maxwell.phys.lafayette.edu>
53915      Branch: perl
53916            ! x2p/Makefile.SH
53917 ____________________________________________________________________________
53918 [ 19628] By: jhi                                   on 2003/05/28  05:26:43
53919         Log: Subject: [PATCH] Use "cmd.exe /x/d/c" as the default PERL5SHELL on Windows NT/2K/XP
53920              From: Jan Dubois <jand@ActiveState.com>
53921              Date: Mon, 26 May 2003 23:33:53 -0700
53922              Message-ID: <dv06dv48900iqv5hqddmbc6vt0efvto8d6@4ax.com>
53923      Branch: perl
53924            ! pod/perlrun.pod win32/win32.c
53925 ____________________________________________________________________________
53926 [ 19627] By: jhi                                   on 2003/05/28  05:08:07
53927         Log: OpenZaurus cross-compilation patches from Redvers Davies.
53928      Branch: perl
53929            ! Cross/Makefile Cross/Makefile.SH.patch Cross/README
53930            ! Cross/config.sh-arm-linux Cross/generate_config_sh
53931            ! Cross/installperl.patch
53932 ____________________________________________________________________________
53933 [ 19626] By: jhi                                   on 2003/05/27  06:30:54
53934         Log: For now reword the sysread/syswrite description to
53935              stress the fact that by default everything is still bytes.
53936      Branch: perl
53937            ! pod/perlfunc.pod
53938 ____________________________________________________________________________
53939 [ 19625] By: jhi                                   on 2003/05/26  20:31:56
53940         Log: Subject: Re: [perl #22299] goto doesn't find label
53941              From: Dave Mitchell <davem@fdgroup.com>
53942              Date: Sat, 24 May 2003 12:25:17 +0100
53943              Message-ID: <20030524112517.GA11761@fdgroup.com>
53944
53945              Subject: [PATCH] Re: [perl #22299] goto doesn't find label
53946              From: Dave Mitchell <davem@fdgroup.com>
53947              Date: Mon, 26 May 2003 13:47:11 +0100
53948              Message-ID: <20030526124710.GA17670@fdgroup.com>
53949      Branch: perl
53950            ! pp_ctl.c t/op/goto.t
53951 ____________________________________________________________________________
53952 [ 19623] By: merijn                                on 2003/05/26  11:19:38
53953         Log: Subject: [PATCH] for cygwin/perlld.in
53954              From: "Gerrit P. Haase" <gp@familiehaase.de>
53955              Date: Sat, 24 May 2003 16:51:29 +0200
53956              Message-ID: <162265353578.20030524165129@familiehaase.de>
53957      Branch: perl
53958            ! cygwin/perlld.in
53959 ____________________________________________________________________________
53960 [ 19622] By: jhi                                   on 2003/05/25  18:57:18
53961         Log: Regen modlib and toc.
53962      Branch: perl
53963            ! pod/perlmodlib.pod pod/perltoc.pod
53964 ____________________________________________________________________________
53965 [ 19621] By: jhi                                   on 2003/05/25  18:51:00
53966         Log: Run external commands only with localized sanitized $ENV{PATH}.
53967      Branch: perl
53968            ! ext/Sys/Hostname/Hostname.pm
53969 ____________________________________________________________________________
53970 [ 19620] By: jhi                                   on 2003/05/25  18:39:04
53971         Log: Subject: Re: [PATCH: perlio.h] maint snap @ 19613
53972              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
53973              Date: Sun, 25 May 2003 21:17:42 +0200
53974              Message-ID: <003701c322f2$517fb5e0$0c2f1fac@R2D2>
53975      Branch: perl
53976            ! perlio.h
53977 ____________________________________________________________________________
53978 [ 19619] By: jhi                                   on 2003/05/25  18:36:17
53979         Log: Protect against race conditions: if the pid is not seen,
53980              neither will be the $0 change be seen (and vice versa).
53981      Branch: perl
53982            ! ext/threads/t/join.t
53983 ____________________________________________________________________________
53984 [ 19618] By: jhi                                   on 2003/05/24  19:54:39
53985         Log: Subject: [Encode] Minor bug in piconv induced by Getopt::Long
53986              From: Dan Kogai <dankogai@dan.co.jp>
53987              Date: 24 May 2003 19:50:48 -0000
53988              Message-ID: <20030524195048.16052.qmail@dan-gm.gm.dan.co.jp>
53989      Branch: perl
53990            ! ext/Encode/bin/piconv
53991 ____________________________________________________________________________
53992 [ 19610] By: jhi                                   on 2003/05/24  06:42:52
53993         Log: Subject: [PATCH #2] Re: [perl #22181] goto undefines my() variables
53994              From: Dave Mitchell <davem@fdgroup.com>
53995              Date: Thu, 22 May 2003 10:13:19 +0100
53996              Message-ID: <20030522091319.GA4568@fdgroup.com>
53997
53998              Subject: Re: [PATCH #2] Re: [perl #22181] goto undefines my() variables
53999              From: Dave Mitchell <davem@fdgroup.com>
54000              Date: Fri, 23 May 2003 17:09:44 +0100
54001              Message-ID: <20030523160944.GC9194@fdgroup.com>
54002      Branch: perl
54003            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/t/debug.t
54004            ! ext/B/t/deparse.t op.c op.h t/op/goto.t t/run/switchd.t
54005 ____________________________________________________________________________
54006 [ 19608] By: jhi                                   on 2003/05/24  06:30:40
54007         Log: Missing "to".
54008      Branch: perl
54009            ! NetWare/config_H.wc Porting/config_H config_h.SH
54010            ! plan9/config.plan9 plan9/config_h.sample uconfig.h
54011            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
54012            ! win32/config_H.vc64 wince/config_H.ce
54013 ____________________________________________________________________________
54014 [ 19607] By: jhi                                   on 2003/05/24  06:23:51
54015         Log: Introduce (undefined) pthread_attr_setscope to non-Configure lands.
54016      Branch: perl
54017            ! Cross/config.sh-arm-linux NetWare/config.wc
54018            ! NetWare/config_H.wc configure.com epoc/config.sh
54019            ! plan9/config.plan9 plan9/config_h.sample
54020            ! plan9/config_sh.sample uconfig.h uconfig.sh win32/config.bc
54021            ! win32/config.gc win32/config.vc win32/config.vc64
54022            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
54023            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
54024 ____________________________________________________________________________
54025 [ 19606] By: jhi                                   on 2003/05/24  06:05:17
54026         Log: Regen Glossary et al.
54027      Branch: perl
54028            ! Porting/Glossary Porting/config.sh Porting/config_H
54029 ____________________________________________________________________________
54030 [ 19604] By: jhi                                   on 2003/05/24  05:57:49
54031         Log: Add a real scan for pthread_attr_setscope().
54032      Branch: perl
54033            ! Configure config_h.SH ext/threads/threads.xs
54034 ____________________________________________________________________________
54035 [ 19603] By: jhi                                   on 2003/05/24  05:32:34
54036         Log: lib/ftp.pl requires the obsoleted (and removed) chat2.pl.
54037      Branch: perl
54038            - lib/ftp.pl
54039            ! MANIFEST
54040 ____________________________________________________________________________
54041 [ 19602] By: jhi                                   on 2003/05/23  17:02:28
54042         Log: Noticed by John P. Linderman.
54043      Branch: perl
54044            ! epoc/epocish.h mpeix/mpeixish.h perl.h unixish.h
54045 ____________________________________________________________________________
54046 [ 19601] By: jhi                                   on 2003/05/23  16:58:04
54047         Log: Subject: [PATCH] RE: state of deparse?
54048              From: Robin Barker <Robin.Barker@npl.co.uk>
54049              Date: Fri, 23 May 2003 17:42:37 +0100
54050              Message-ID: <533D273D4014D411AB1D00062938C4D90404653E@hotel.npl.co.uk>
54051      Branch: perl
54052            ! ext/B/B/Deparse.pm
54053 ____________________________________________________________________________
54054 [ 19600] By: jhi                                   on 2003/05/23  16:55:09
54055         Log: Subject: [PATCH] for Configure -Dnoextensions=Encode
54056              From: Robin Barker <Robin.Barker@npl.co.uk>
54057              Date: Fri, 23 May 2003 17:37:09 +0100
54058              Message-ID: <533D273D4014D411AB1D00062938C4D90404653D@hotel.npl.co.uk>
54059      Branch: perl
54060            ! ext/PerlIO/t/encoding.t ext/PerlIO/t/fallback.t
54061            ! ext/Storable/t/utf8hash.t lib/open.pm lib/open.t
54062 ____________________________________________________________________________
54063 [ 19599] By: jhi                                   on 2003/05/23  16:51:18
54064         Log: Subject: [PATCH] RE: [PATCH] RE: maint snapshot @ 19525
54065              From: Robin Barker <Robin.Barker@npl.co.uk>
54066              Date: Fri, 23 May 2003 17:32:22 +0100
54067              Message-ID: <533D273D4014D411AB1D00062938C4D90404653C@hotel.npl.co.uk>
54068      Branch: perl
54069            ! embed.pl perl.h perlio.c perlio.h proto.h
54070 ____________________________________________________________________________
54071 [ 19598] By: jhi                                   on 2003/05/23  16:05:36
54072         Log: Hasty editing, grumble.
54073      Branch: perl
54074            ! ext/POSIX/POSIX.xs
54075 ____________________________________________________________________________
54076 [ 19597] By: jhi                                   on 2003/05/23  16:02:30
54077         Log: Linewrapping MUAs, grumble.
54078      Branch: perl
54079            ! ext/POSIX/POSIX.xs
54080 ____________________________________________________________________________
54081 [ 19596] By: jhi                                   on 2003/05/23  16:00:51
54082         Log: U/WIN extension fix from John P. Linderman.
54083      Branch: perl
54084            ! ext/POSIX/POSIX.xs
54085 ____________________________________________________________________________
54086 [ 19595] By: jhi                                   on 2003/05/23  14:19:53
54087         Log: Subject: Re: Stateful PerlIO implemented [Was: [perl #22261] Was: Unrecognised BOM...]
54088              From: Dan Kogai <dankogai@dan.co.jp>
54089              Date: Sat, 24 May 2003 00:15:49 +0900
54090              Message-Id: <6F7B29DA-8D31-11D7-9F95-000393AE4244@dan.co.jp>
54091      Branch: perl
54092            ! ext/Encode/Changes ext/Encode/Unicode/Unicode.xs
54093            ! ext/Encode/t/perlio.t ext/PerlIO/encoding/encoding.pm
54094 ____________________________________________________________________________
54095 [ 19594] By: jhi                                   on 2003/05/23  13:06:25
54096         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_03 -> 6.10_04
54097              From: Michael G Schwern <schwern@pobox.com>
54098              Date: Fri, 23 May 2003 02:10:46 -0700
54099              Message-ID: <20030523091046.GB11662@windhund.schwern.org>
54100      Branch: perl
54101            + lib/ExtUtils/META.yml lib/ExtUtils/MakeMaker/bytes.pm
54102            + lib/ExtUtils/t/bytes.t lib/ExtUtils/t/vmsish.t
54103            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Install.pm
54104            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MM_Any.pm
54105            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_Unix.pm
54106            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
54107            ! lib/ExtUtils/MakeMaker/FAQ.pod
54108            ! lib/ExtUtils/MakeMaker/Tutorial.pod lib/ExtUtils/Manifest.pm
54109            ! lib/ExtUtils/TODO lib/ExtUtils/t/Install.t
54110            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
54111 ____________________________________________________________________________
54112 [ 19593] By: jhi                                   on 2003/05/23  12:56:23
54113         Log: Subject: Stateful PerlIO implemented [Was: [perl #22261] Was: Unrecognised BOM...]
54114              From: Dan Kogai <dankogai@dan.co.jp>
54115              Date: Fri, 23 May 2003 20:17:16 +0900
54116              Message-Id: <1C123D88-8D10-11D7-B277-000393AE4244@dan.co.jp>
54117      Branch: perl
54118            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
54119            ! ext/Encode/Unicode/Unicode.pm ext/Encode/Unicode/Unicode.xs
54120            ! ext/Encode/lib/Encode/Encoding.pm
54121            ! ext/PerlIO/encoding/encoding.xs
54122 ____________________________________________________________________________
54123 [ 19592] By: jhi                                   on 2003/05/23  12:52:05
54124         Log: Workaround for buggy gcc 2.95.3 in openbsd/sparc64.
54125      Branch: perl
54126            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
54127            ! ext/Time/HiRes/HiRes.xs
54128 ____________________________________________________________________________
54129 [ 19590] By: jhi                                   on 2003/05/22  11:51:46
54130         Log: Subject: Re: [cpan #2629] Wrong assumption in numeric comparison
54131              From: Dan Kogai <dankogai@dan.co.jp>
54132              Date: Thu, 22 May 2003 18:46:40 +0900
54133              Message-Id: <49E36875-8C3A-11D7-9C91-000393AE4244@dan.co.jp>
54134      Branch: perl
54135            ! ext/Encode/encoding.pm
54136 ____________________________________________________________________________
54137 [ 19589] By: rgs                                   on 2003/05/21  21:37:28
54138         Log: Subject: [PATCH] [perl #21887] h2xs becoming enum-aware
54139              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
54140              Date: Tue, 13 May 2003 10:36:32 +0200
54141              Message-id: <20030513083631.GA21782@ethan>
54142      Branch: perl
54143            ! utils/h2xs.PL
54144 ____________________________________________________________________________
54145 [ 19588] By: rgs                                   on 2003/05/21  21:03:04
54146         Log: New warning "Useless localization of %s", based on
54147              Subject: [PATCH] new warning "Useless localization of %s is deprecated"
54148              From: Dave Mitchell <davem@fdgroup.com>
54149              Date: Wed, 30 Apr 2003 21:17:38 +0100
54150              Message-ID: <20030430201738.GA22054@fdgroup.com>
54151
54152              The proposed patch added this warning in the 'deprecated' category ;
54153              I think this category is for things that exist and will be removed,
54154              rather than for things that don't exist and that will maybe be added.
54155      Branch: perl
54156            ! op.c pod/perldiag.pod t/lib/warnings/op
54157 ____________________________________________________________________________
54158 [ 19586] By: rgs                                   on 2003/05/21  19:56:38
54159         Log: Introduce a new preprocessor symbol, PERL_DISABLE_PMC, to
54160              disable the loading of .pmc files if defined.
54161              Rename the function S_doopen_pmc to S_doopen_pm.
54162      Branch: perl
54163            ! Porting/thirdclean embed.fnc embed.h pp_ctl.c proto.h
54164 ____________________________________________________________________________
54165 [ 19585] By: jhi                                   on 2003/05/21  19:28:23
54166         Log: More U/WIN tweaks from John P. Linderman.
54167      Branch: perl
54168            ! t/io/layers.t t/io/tell.t
54169 ____________________________________________________________________________
54170 [ 19584] By: rgs                                   on 2003/05/21  19:27:13
54171         Log: Subject: [PATCH] perldata.pod revamp rev. 3
54172              From: Shlomi Fish <shlomif@vipe.technion.ac.il>
54173              Date: Wed, 14 May 2003 17:46:05 +0300 (IDT)
54174              Message-ID: <Pine.LNX.4.33L2.0305141744520.24207-200000@vipe.technion.ac.il>
54175      Branch: perl
54176            ! pod/perldata.pod
54177 ____________________________________________________________________________
54178 [ 19583] By: jhi                                   on 2003/05/21  19:18:21
54179         Log: Subject: Re: [perl #22231] <$foo> is parsed as glob(' ' . $foo) if Switch.pm is used
54180              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
54181              Date: Mon, 19 May 2003 17:53:25 -0400
54182              Message-ID: <20030519215325.GE1629175@linguist.thayer.dartmouth.edu>
54183
54184              (the bug id corrected to be #22231, not #22238)
54185      Branch: perl
54186            ! lib/Switch.pm
54187 ____________________________________________________________________________
54188 [ 19582] By: jhi                                   on 2003/05/21  14:17:14
54189         Log: MAN3PODS => {} good.  (Was in 5.8.0, has been lost at some point.)
54190      Branch: perl
54191            ! ext/MIME/Base64/Makefile.PL
54192 ____________________________________________________________________________
54193 [ 19581] By: jhi                                   on 2003/05/21  14:15:26
54194         Log: U/WIN test tweak from John P. Linderman.
54195      Branch: perl
54196            ! t/op/chdir.t
54197 ____________________________________________________________________________
54198 [ 19580] By: jhi                                   on 2003/05/21  13:06:13
54199         Log: VMS test tweak from Craig Berry.
54200      Branch: perl
54201            ! lib/DirHandle.t
54202 ____________________________________________________________________________
54203 [ 19579] By: jhi                                   on 2003/05/21  13:03:34
54204         Log: U/WIN test nit for John P. Linderman.
54205      Branch: perl
54206            ! ext/Cwd/t/cwd.t
54207 ____________________________________________________________________________
54208 [ 19578] By: jhi                                   on 2003/05/21  13:01:42
54209         Log: Subject: [Encode] 1.95 released
54210              From: Dan Kogai <dankogai@dan.co.jp>
54211              Date: Wed, 21 May 2003 18:26:26 +0900
54212              Message-Id: <4B8D9AB5-8B6E-11D7-848A-000393AE4244@dan.co.jp>
54213      Branch: perl
54214            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
54215            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.pm
54216            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/Config.pm
54217            ! ext/Encode/lib/Encode/Unicode/UTF7.pm ext/Encode/t/Unicode.t
54218            ! ext/Encode/ucm/8859-1.ucm ext/Encode/ucm/8859-10.ucm
54219            ! ext/Encode/ucm/8859-11.ucm ext/Encode/ucm/8859-13.ucm
54220            ! ext/Encode/ucm/8859-14.ucm ext/Encode/ucm/8859-15.ucm
54221            ! ext/Encode/ucm/8859-16.ucm ext/Encode/ucm/8859-2.ucm
54222            ! ext/Encode/ucm/8859-3.ucm ext/Encode/ucm/8859-4.ucm
54223            ! ext/Encode/ucm/8859-5.ucm ext/Encode/ucm/8859-6.ucm
54224            ! ext/Encode/ucm/8859-7.ucm ext/Encode/ucm/8859-8.ucm
54225            ! ext/Encode/ucm/8859-9.ucm
54226 ____________________________________________________________________________
54227 [ 19575] By: rgs                                   on 2003/05/20  19:22:30
54228         Log: Enhance the failure reporting for the pod2html tests
54229      Branch: perl
54230            ! lib/Pod/t/htmlview.t lib/Pod/t/pod2html-lib.pl
54231 ____________________________________________________________________________
54232 [ 19574] By: rgs                                   on 2003/05/20  18:52:21
54233         Log: Upgrade to Getopt::Long 2.33
54234              (mostly a version number increment)
54235      Branch: perl
54236            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
54237            ! lib/Getopt/Long/README
54238 ____________________________________________________________________________
54239 [ 19573] By: rgs                                   on 2003/05/20  18:43:37
54240         Log: Upgrade to CPAN 1.70_54
54241              Subject: Re: CPAN.pm into blead
54242              From: Andreas J Koenig <andreas.koenig@anima.de>
54243              Date: Tue, 20 May 2003 11:31:16 +0200
54244              Message-ID: <87of1y6k2j.fsf@franz.ak.mind.de>
54245      Branch: perl
54246            - lib/CPAN/README
54247            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
54248 ____________________________________________________________________________
54249 [ 19571] By: jhi                                   on 2003/05/19  19:52:23
54250         Log: Further -Uuseperlio tweaking.
54251      Branch: perl
54252            ! ext/Encode/t/Unicode.t
54253 ____________________________________________________________________________
54254 [ 19570] By: rgs                                   on 2003/05/19  19:20:48
54255         Log: Subject: Re: Possible precedence problem on bitwise ^ operator
54256              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
54257              Date: Sun, 18 May 2003 19:21:01 -0700
54258              Message-ID: <N+Dy+gzkg+XX092yn@efn.org>
54259              (with tweaks to perldiag.pod)
54260      Branch: perl
54261            ! op.c pod/perldiag.pod
54262 ____________________________________________________________________________
54263 [ 19569] By: jhi                                   on 2003/05/19  19:02:23
54264         Log: More Ultrix double definition avoidance.
54265      Branch: perl
54266            ! ext/Socket/Socket.xs
54267 ____________________________________________________________________________
54268 [ 19566] By: jhi                                   on 2003/05/19  04:58:25
54269         Log: Integrate perlio:
54270              [ 19556]
54271              Fix ticket 18265
54272
54273              [ 19557]
54274              EINTR retry should exit on count >= 0 not !=0
54275      Branch: perl
54276           !> perlio.c
54277 ____________________________________________________________________________
54278 [ 19565] By: jhi                                   on 2003/05/19  04:56:16
54279         Log: Nekkid numbers.
54280      Branch: perl
54281            ! ext/threads/threads.xs
54282 ____________________________________________________________________________
54283 [ 19564] By: jhi                                   on 2003/05/19  04:52:49
54284         Log: Meaningless cosmetics.
54285      Branch: perl
54286            ! ext/threads/threads.xs
54287 ____________________________________________________________________________
54288 [ 19563] By: jhi                                   on 2003/05/19  04:47:53
54289         Log: Make Perl_ithread_self() a bit more helpful when
54290              finding the thread fails (suggested by Stas in
54291              perl-ithreads Mar 01)
54292      Branch: perl
54293            ! ext/threads/threads.xs
54294 ____________________________________________________________________________
54295 [ 19562] By: jhi                                   on 2003/05/19  04:40:11
54296         Log: Slightly wrong panic messages.
54297      Branch: perl
54298            ! ext/threads/threads.xs
54299 ____________________________________________________________________________
54300 [ 19561] By: jhi                                   on 2003/05/19  04:33:31
54301         Log: Ultrix: the #19435 helped the IO extension, so this should
54302              help the Socket extension (socket structs redefinitions).
54303      Branch: perl
54304            ! ext/Socket/Socket.xs
54305 ____________________________________________________________________________
54306 [ 19560] By: jhi                                   on 2003/05/19  04:30:01
54307         Log: Based on
54308
54309              Subject: [PATCH threads.xs] no system scope on VMS
54310              From: "Craig A. Berry" <craigberry@mac.com>
54311              Date: Sun, 18 May 2003 23:02:07 -0500
54312              Message-ID: <3EC8573F.6050005@mac.com>
54313
54314              but instead go for #ifdef PTHREAD_SCOPE_SYSTEM.
54315      Branch: perl
54316            ! ext/threads/threads.xs
54317 ____________________________________________________________________________
54318 [ 19559] By: jhi                                   on 2003/05/19  04:24:27
54319         Log: Make the test work without perlio, from Dan Kogai.
54320      Branch: perl
54321            ! ext/Encode/t/Unicode.t
54322 ____________________________________________________________________________
54323 [ 19558] By: rgs                                   on 2003/05/18  21:40:10
54324         Log: Subject: [PATCH] Re: [PATCH pod/perlsyn.pod pod/perltrap.pod] Unseding perlsyn
54325              From: Michael G Schwern <schwern@pobox.com>
54326              Date: Wed, 14 May 2003 15:36:23 -0700
54327              Message-ID: <20030514223623.GD23350@windhund.schwern.org>
54328      Branch: perl
54329            ! pod/perlsyn.pod pod/perltrap.pod
54330 ____________________________________________________________________________
54331 [ 19552] By: jhi                                   on 2003/05/18  07:57:23
54332         Log: Integrate from perlio:
54333              [ 19542]
54334              Fix ticket #22219
54335
54336              [ 19543]
54337              Spotted a bare close() where PerlLIO_close() seems correct.
54338      Branch: perl
54339           !> doio.c perlio.c
54340 ____________________________________________________________________________
54341 [ 19550] By: jhi                                   on 2003/05/18  06:23:50
54342         Log: UTF-7 tweak from Dan Kogai.
54343      Branch: perl
54344            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
54345 ____________________________________________________________________________
54346 [ 19549] By: jhi                                   on 2003/05/18  05:58:58
54347         Log: The 'quotes' really are important (caught by Enache Adrian).
54348      Branch: perl
54349            ! Makefile.SH
54350 ____________________________________________________________________________
54351 [ 19548] By: jhi                                   on 2003/05/17  16:39:19
54352         Log: Subject: [Encode] UTF-7 Support
54353              From: Dan Kogai <dankogai@dan.co.jp>
54354              Date: Sun, 18 May 2003 00:45:35 +0900
54355              Message-Id: <99C4504E-887E-11D7-840A-000393AE4244@dan.co.jp>
54356      Branch: perl
54357            + ext/Encode/lib/Encode/Unicode/UTF7.pm
54358            ! MANIFEST ext/Encode/Changes ext/Encode/MANIFEST
54359            ! ext/Encode/Unicode/Unicode.pm ext/Encode/lib/Encode/Alias.pm
54360            ! ext/Encode/lib/Encode/Config.pm
54361            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Unicode.t
54362 ____________________________________________________________________________
54363 [ 19547] By: jhi                                   on 2003/05/17  16:26:47
54364         Log: Old (4.2BSD, like Ultrix) Bourne shells do not understand
54365              non-left-aligned heredocs.
54366      Branch: perl
54367            ! Makefile.SH
54368 ____________________________________________________________________________
54369 [ 19545] By: jhi                                   on 2003/05/17  15:51:07
54370         Log: Subject: Re: Last Call For (Least) Favourite Issues For 5.8.1
54371              From: Alan Burlison <Alan.Burlison@sun.com>
54372              Date: Thu, 15 May 2003 22:17:55 +0100
54373              Message-ID: <3EC40403.9000804@sun.com>
54374
54375              (fixed symbol scanning for Solaris 10)
54376      Branch: perl
54377            ! Configure
54378 ____________________________________________________________________________
54379 [ 19541] By: rgs                                   on 2003/05/17  12:10:14
54380         Log: Upgrade to Getopt::Long 2.32_05
54381      Branch: perl
54382            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
54383            ! lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
54384            ! lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
54385            ! lib/Getopt/Long/t/gol-oo.t
54386 ____________________________________________________________________________
54387 [ 19540] By: rgs                                   on 2003/05/17  11:46:25
54388         Log: Clarify the explanation of the warning "Possible precedence problem
54389              on bitwise operator".
54390      Branch: perl
54391            ! pod/perldiag.pod
54392 ____________________________________________________________________________
54393 [ 19539] By: rgs                                   on 2003/05/17  11:36:08
54394         Log: Fix bug #22216 : B::Deparse can't handle "use Module Version"
54395              with fractional version numbers or v-strings.
54396      Branch: perl
54397            ! ext/B/B/Deparse.pm
54398 ____________________________________________________________________________
54399 [ 19537] By: gsar                                  on 2003/05/17  06:32:46
54400         Log: missing init in change#19533
54401      Branch: perl
54402            ! win32/win32sck.c
54403 ____________________________________________________________________________
54404 [ 19536] By: gsar                                  on 2003/05/17  06:07:07
54405         Log: apply Net::Ping patch that makes the fork()-based approach
54406              work better on windows (Marcus Holland-Moritz <mhx-perl@gmx.net>)
54407
54408              the code this affects is currently not enabled anywhere, but
54409              could be enabled if the non-blocking approach runs into problems
54410              on older windows versions
54411      Branch: perl
54412            ! lib/Net/Ping.pm
54413 ____________________________________________________________________________
54414 [ 19535] By: gsar                                  on 2003/05/17  05:54:39
54415         Log: improve the implementation of Net::Ping on windows by avoiding
54416              fork(), which is pretty heavy-weight for this kind of
54417              application; use non-blocking sockets instead
54418
54419              has been verified to work on Win2k but will need testing on
54420              other flavors of windows
54421
54422              there is a single known failure on windows in 450_service.t (test 18)
54423              due to what appears to be bugs in the ping_syn()/ack() code
54424      Branch: perl
54425            ! lib/Net/Ping.pm
54426 ____________________________________________________________________________
54427 [ 19534] By: gsar                                  on 2003/05/17  04:53:06
54428         Log: change#16723 broke the ioctl() return value on platforms
54429              that have ioctl() but no fcntl() (e.g. windows)
54430
54431              change#17577 then attempted to fix the bustage, but got
54432              it wrong
54433      Branch: perl
54434            ! pp_sys.c
54435 ____________________________________________________________________________
54436 [ 19533] By: gsar                                  on 2003/05/17  04:49:18
54437         Log: avoid select() on windows destroying errno (used to typically
54438              always sets it to EINVAL due to the way it maps the FD_SETs)
54439      Branch: perl
54440            ! win32/win32sck.c
54441 ____________________________________________________________________________
54442 [ 19532] By: jhi                                   on 2003/05/16  18:21:27
54443         Log: The suggested patch for [perl #22201] "patch: perl 5.8.0
54444              compile error on ia64/HP-UX (comparing incompatible pointers)"
54445              plus a possible cure for the warning mentioned in the case.
54446      Branch: perl
54447            ! ext/Storable/Storable.xs
54448 ____________________________________________________________________________
54449 [ 19531] By: jhi                                   on 2003/05/16  17:56:06
54450         Log: Apply the supplied patch for [perl #22195]
54451              "File::Find, sorted directory traversal order is inverted"
54452      Branch: perl
54453            ! lib/File/Find.pm
54454 ____________________________________________________________________________
54455 [ 19528] By: jhi                                   on 2003/05/16  15:56:33
54456         Log: Subject: [PATCH] RE: maint snapshot @ 19525
54457              From: Robin Barker <Robin.Barker@npl.co.uk>
54458              Date: Fri, 16 May 2003 17:16:57 +0100
54459              Message-ID: <533D273D4014D411AB1D00062938C4D90404651D@hotel.npl.co.uk>
54460
54461              (Part #2: the hv.c SVf)
54462      Branch: perl
54463            ! hv.c
54464 ____________________________________________________________________________
54465 [ 19527] By: jhi                                   on 2003/05/16  15:55:10
54466         Log: Subject: [PATCH] RE: maint snapshot @ 19525
54467              From: Robin Barker <Robin.Barker@npl.co.uk>
54468              Date: Fri, 16 May 2003 17:16:57 +0100
54469              Message-ID: <533D273D4014D411AB1D00062938C4D90404651D@hotel.npl.co.uk>
54470
54471              (Part #1: the __format__ and __printf__)
54472      Branch: perl
54473            ! Configure embed.pl perlio.c proto.h
54474 ____________________________________________________________________________
54475 [ 19523] By: jhi                                   on 2003/05/14  05:19:05
54476         Log: Subject: Re: [PATCH] Sync up MIME-Base64 to latest on CPAN
54477              From: Gisle Aas <gisle@ActiveState.com>
54478              Date: 13 May 2003 19:51:19 -0700
54479              Message-ID: <lrptmmw89k.fsf@caliper.activestate.com>
54480      Branch: perl
54481            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
54482            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
54483            ! ext/MIME/Base64/t/quoted-print.t
54484 ____________________________________________________________________________
54485 [ 19522] By: jhi                                   on 2003/05/14  05:11:49
54486         Log: More Panther moves.
54487      Branch: perl
54488            ! Makefile.SH hints/darwin.sh
54489 ____________________________________________________________________________
54490 [ 19521] By: jhi                                   on 2003/05/13  19:33:44
54491         Log: Curliff and liff with ease.
54492      Branch: perl
54493            + Porting/curliff.pl
54494            ! MANIFEST
54495 ____________________________________________________________________________
54496 [ 19520] By: jhi                                   on 2003/05/13  18:59:51
54497         Log: Use /usr/bin/perl (de facto in Porting/ scripts).
54498      Branch: perl
54499            ! Porting/sort_perldiag.pl
54500 ____________________________________________________________________________
54501 [ 19518] By: jhi                                   on 2003/05/13  18:53:48
54502         Log: Subject: [PATCH] [perl #8599] s/catenate/concatenate/
54503              From: Casey West <casey@geeknest.com>
54504              Date: Fri, 9 May 2003 04:00:44 -0400
54505              Message-ID: <20030509080044.GA49820@geeknest.com>
54506
54507              (except for the dup.t patch which diddled with system().)
54508      Branch: perl
54509            ! Configure NetWare/config_H.wc Porting/config_H README.Y2K
54510            ! config_h.SH lib/File/Spec.pm lib/File/Spec/Unix.pm
54511            ! plan9/config.plan9 plan9/config_h.sample uconfig.h
54512            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
54513            ! win32/config_H.vc64 wince/config_H.ce
54514 ____________________________________________________________________________
54515 [ 19517] By: jhi                                   on 2003/05/13  18:39:40
54516         Log: Subject: [PATCH] Sync up MIME-Base64 to latest on CPAN
54517              From: Gisle Aas <gisle@ActiveState.com>
54518              Date: 13 May 2003 09:59:50 -0700
54519              Message-ID: <lru1byzss9.fsf@caliper.activestate.com>
54520      Branch: perl
54521            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
54522            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
54523            ! ext/MIME/Base64/t/quoted-print.t
54524 ____________________________________________________________________________
54525 [ 19516] By: jhi                                   on 2003/05/13  18:37:11
54526         Log: Subject: [PATCH] More perldiag.pod sorting
54527              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
54528              Date: Tue, 13 May 2003 15:13:53 -0400
54529              Message-ID: <20030513191353.GB1556429@linguist.thayer.dartmouth.edu>
54530
54531              (plus add 'no locale;')
54532      Branch: perl
54533            + Porting/sort_perldiag.pl
54534            ! MANIFEST pod/perldiag.pod
54535 ____________________________________________________________________________
54536 [ 19514] By: jhi                                   on 2003/05/13  17:38:09
54537         Log: Detypo.
54538      Branch: perl
54539            ! lib/Unicode/UCD.pm
54540 ____________________________________________________________________________
54541 [ 19512] By: gsar                                  on 2003/05/13  13:28:42
54542         Log: make it easier to reproduce the bug
54543      Branch: perl
54544            ! lib/Tie/File.pm
54545 ____________________________________________________________________________
54546 [ 19511] By: gsar                                  on 2003/05/13  13:08:47
54547         Log: the \do {local *FH} trick in Tie::File was really only needed
54548              on 5.005 and earlier, since later versions can autovivify
54549              the handle
54550
54551              however, a search in the p5p archives reveals the trick doesn't
54552              fully work in the versions it is needed in, so use the more
54553              standard Symbol::gensym() way
54554      Branch: perl
54555            ! lib/Tie/File.pm lib/Tie/File/t/09_gen_rs.t
54556 ____________________________________________________________________________
54557 [ 19510] By: gsar                                  on 2003/05/13  12:36:01
54558         Log: $Config{usethreads} wasn't being set on windows
54559      Branch: perl
54560            ! win32/Makefile win32/makefile.mk
54561 ____________________________________________________________________________
54562 [ 19509] By: jhi                                   on 2003/05/13  12:24:19
54563         Log: Reinstate the #19498 but now skip the crashing
54564              tests (when threaded) as TODOs.
54565      Branch: perl
54566            ! lib/Tie/File.pm lib/Tie/File/t/09_gen_rs.t
54567 ____________________________________________________________________________
54568 [ 19508] By: jhi                                   on 2003/05/13  11:22:06
54569         Log: Revert #19498 since it broke threaded builds.
54570      Branch: perl
54571            ! lib/Tie/File.pm
54572 ____________________________________________________________________________
54573 [ 19507] By: jhi                                   on 2003/05/13  05:20:56
54574         Log: Better be explicit with dangling elses.
54575      Branch: perl
54576            ! pp.c
54577 ____________________________________________________________________________
54578 [ 19506] By: jhi                                   on 2003/05/13  04:46:18
54579         Log: Detypo Pantherisms.
54580      Branch: perl
54581            ! Makefile.SH hints/darwin.sh
54582 ____________________________________________________________________________
54583 [ 19505] By: rgs                                   on 2003/05/12  21:49:21
54584         Log: Subject: Re: Bug stomping fun. [PATCH: bug #1016]
54585              From: Alex Vandiver <alexmv@MIT.EDU>
54586              Date: 02 May 2003 06:45:05 -0400
54587              Message-Id: <1051872303.26203.104.camel@supox>
54588              (plus perldiag nit)
54589      Branch: perl
54590            ! dump.c gv.c hv.c pod/perldiag.pod pp.c pp_hot.c sv.c
54591            ! t/comp/package.t
54592 ____________________________________________________________________________
54593 [ 19504] By: rgs                                   on 2003/05/12  20:52:52
54594         Log: Small nit in perlsyn about the new // operator
54595      Branch: perl
54596            ! pod/perlsyn.pod
54597 ____________________________________________________________________________
54598 [ 19503] By: rgs                                   on 2003/05/12  19:43:07
54599         Log: Use a more sophisticated heuristics to produce the warning
54600              'Parentheses missing around "%s" list'. This fixes bug #22147.
54601              Also, the warning is now produced for C<local *a,*b;>.
54602      Branch: perl
54603            ! op.c t/lib/warnings/op
54604 ____________________________________________________________________________
54605 [ 19502] By: jhi                                   on 2003/05/12  19:34:10
54606         Log: Work also without perlio.
54607      Branch: perl
54608            ! t/io/dup.t
54609 ____________________________________________________________________________
54610 [ 19500] By: jhi                                   on 2003/05/12  05:25:14
54611         Log: Panther preparation.
54612      Branch: perl
54613            ! Makefile.SH hints/darwin.sh
54614 ____________________________________________________________________________
54615 [ 19499] By: jhi                                   on 2003/05/12  04:49:57
54616         Log: More moves to intrpvar.h.
54617      Branch: perl
54618            ! embedvar.h intrpvar.h perlapi.h perlvars.h sv.c
54619 ____________________________________________________________________________
54620 [ 19498] By: gsar                                  on 2003/05/12  01:40:46
54621         Log: fix for Tie::File test failures on windows: the problem was
54622              that Tie::File did not close any file handles it opens internally,
54623              leading to file handle leaks and t/tf* temporary file littering;
54624              we now close the handle iff Tie::File opened it
54625
54626              this fix unearths what appears to be a perl bug in localizing globs:
54627              09_gen_rs.t fails due to a prematurely closed filehandle, although
54628              it wasn't explicitly closed anywhere by the code (renaming the
54629              *FH at line 97 to *FH1 makes it work, but I haven't done this
54630              to allow the bug to be tracked down)
54631      Branch: perl
54632            ! lib/Tie/File.pm
54633 ____________________________________________________________________________
54634 [ 19497] By: jhi                                   on 2003/05/11  20:17:30
54635         Log: Move the thread *hook into interpreter.
54636      Branch: perl
54637            ! embedvar.h intrpvar.h perlapi.h perlvars.h sv.c
54638 ____________________________________________________________________________
54639 [ 19496] By: rgs                                   on 2003/05/11  20:06:03
54640         Log: Subject: [PATCH] [perl #7391] Perl crashes with certain write() formats.
54641              From: Dave Mitchell <davem@fdgroup.com>
54642              Date: Sat, 10 May 2003 01:45:23 +0100
54643              Message-ID: <20030510004523.GC20871@fdgroup.com>
54644      Branch: perl
54645            ! pp_ctl.c
54646 ____________________________________________________________________________
54647 [ 19495] By: rgs                                   on 2003/05/11  20:01:10
54648         Log: Open UNIX is not really "formerly Unixware", since the most
54649              recent releases are known as Unixware, not as Open UNIX.
54650      Branch: perl
54651            ! pod/perlport.pod
54652 ____________________________________________________________________________
54653 [ 19494] By: jhi                                   on 2003/05/11  19:52:38
54654         Log: Slight tweaks to the platform list.
54655      Branch: perl
54656            ! pod/perlport.pod
54657 ____________________________________________________________________________
54658 [ 19493] By: rgs                                   on 2003/05/11  19:13:00
54659         Log: Subject: Re: [PATCH] [perl #8636] [perl #8634] Both patches together for perlop
54660              From: Casey West <casey@geeknest.com>
54661              Date: Fri, 9 May 2003 10:30:13 -0400
54662              Message-ID: <20030509143013.GM49820@geeknest.com>
54663      Branch: perl
54664            ! pod/perlop.pod
54665 ____________________________________________________________________________
54666 [ 19492] By: rgs                                   on 2003/05/11  19:04:27
54667         Log: perlport.pod nit for doc bug #8253.
54668      Branch: perl
54669            ! pod/perlport.pod
54670 ____________________________________________________________________________
54671 [ 19491] By: jhi                                   on 2003/05/11  17:50:49
54672         Log: Use test.pl.
54673      Branch: perl
54674            ! t/io/fflush.t
54675 ____________________________________________________________________________
54676 [ 19490] By: jhi                                   on 2003/05/11  17:46:09
54677         Log: Try to handle a $^X with spaces in it.
54678      Branch: perl
54679            ! t/test.pl
54680 ____________________________________________________________________________
54681 [ 19489] By: jhi                                   on 2003/05/11  17:44:28
54682         Log: Separate the creation of the command to run by
54683              runperl() into its own function, _create_runperl().
54684      Branch: perl
54685            ! t/test.pl
54686 ____________________________________________________________________________
54687 [ 19488] By: jhi                                   on 2003/05/11  16:52:00
54688         Log: Fixup the method behaviour table.
54689      Branch: perl
54690            ! pod/perliol.pod
54691 ____________________________________________________________________________
54692 [ 19487] By: jhi                                   on 2003/05/11  16:43:26
54693         Log: Integrate from perlio:
54694              [ 19474]
54695              Tweaks to Jarkko's NULL deref checks in perlio.c
54696
54697              [ 19475]
54698              Fix for bugs 21717 and 22140.
54699              Win32's lseek claims to have succeeded in pipes etc. Which confuses :perlio
54700              and derived layers. So have :unix's "pushed" method stat() the fd and
54701              cache non S_ISREG nature. Have Unix_seek fail if fd is NOT S_ISREG to match
54702              UNIX behaviour.
54703
54704              [ 19479]
54705              Better but still unproven fix for lseek() on pipes.
54706
54707              [ 19483]
54708              Unused variable
54709
54710              [ 19485]
54711              Tests to prove Ticket 9468 is fixed.
54712
54713              [ 19486]
54714              add test for change#19475,19479 (bugs#21717,22140)
54715      Branch: perl
54716           !> ext/Encode/Encode.xs perlio.c perliol.h t/io/dup.t
54717           !> t/io/fflush.t
54718 ____________________________________________________________________________
54719 [ 19484] By: gsar                                  on 2003/05/11  15:37:14
54720         Log: fix Embed.t failure on windows: PERL_SYS_TERM() is implemented
54721              in terms of an exported function rather than as an inlined
54722              macro (latter wants PL_op_mutex which isn't exported as such)
54723
54724              Jarkko: please merge into maint-5.8
54725      Branch: perl
54726            ! dosish.h makedef.pl win32/win32.c win32/win32.h
54727 ____________________________________________________________________________
54728 [ 19482] By: jhi                                   on 2003/05/11  07:53:26
54729         Log: Test _getcode().
54730      Branch: perl
54731            ! lib/Unicode/UCD.t
54732 ____________________________________________________________________________
54733 [ 19481] By: jhi                                   on 2003/05/11  06:25:08
54734         Log: Clarify the doc (and the code) for Unicode code points.
54735      Branch: perl
54736            ! lib/Unicode/UCD.pm
54737 ____________________________________________________________________________
54738 [ 19480] By: jhi                                   on 2003/05/11  06:18:06
54739         Log: Another doc suggestion from terry@eatoni.com (terry jones):
54740              use codepoints that return undef.
54741      Branch: perl
54742            ! lib/Unicode/UCD.pm
54743 ____________________________________________________________________________
54744 [ 19478] By: jhi                                   on 2003/05/10  19:01:17
54745         Log: Add Encode's META.yml.
54746      Branch: perl
54747            + ext/Encode/META.yml
54748            ! MANIFEST
54749 ____________________________________________________________________________
54750 [ 19477] By: jhi                                   on 2003/05/10  18:59:29
54751         Log: Upgrade to Encode 1.94.
54752      Branch: perl
54753            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
54754            ! ext/Encode/MANIFEST ext/Encode/bin/piconv
54755            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/enc_module.t
54756            ! ext/Encode/t/mime-header.t
54757 ____________________________________________________________________________
54758 [ 19476] By: jhi                                   on 2003/05/10  18:56:08
54759         Log: Doc bug noticed by terry@eatoni.com (terry jones).
54760      Branch: perl
54761            ! lib/Unicode/UCD.pm
54762 ____________________________________________________________________________
54763 [ 19472] By: jhi                                   on 2003/05/10  10:55:49
54764         Log: Try to plug more potential PerlIO NULL method
54765              dereferences; try to document the matter.
54766      Branch: perl
54767            ! perlio.c pod/perliol.pod
54768 ____________________________________________________________________________
54769 [ 19471] By: jhi                                   on 2003/05/10  07:07:30
54770         Log: UseNicerNames instead of SHOUTING_LIKE_THIS.
54771      Branch: perl
54772            ! perlio.c
54773 ____________________________________________________________________________
54774 [ 19470] By: jhi                                   on 2003/05/10  06:51:24
54775         Log: In eof() the errno can get stomped by the peek-ahead.
54776      Branch: perl
54777            ! doio.c ext/Socket/socketpair.t
54778 ____________________________________________________________________________
54779 [ 19469] By: rgs                                   on 2003/05/09  21:33:15
54780         Log: A regression test for the remaining "Final $ should be..." error.
54781      Branch: perl
54782            ! t/comp/parser.t
54783 ____________________________________________________________________________
54784 [ 19468] By: rgs                                   on 2003/05/09  21:23:57
54785         Log: Remove the error messages "Final @ should be \@ or @name"
54786              and "Final % should be \% or %name", that appear to be
54787              only produced in addition to another syntax error, and therefore
54788              misleading, if I understand correctly that kind of black magic.
54789      Branch: perl
54790            ! pod/perldiag.pod toke.c
54791 ____________________________________________________________________________
54792 [ 19467] By: jhi                                   on 2003/05/09  20:11:18
54793         Log: Have to think this test more when I'm awake.
54794      Branch: perl
54795            ! ext/Socket/socketpair.t
54796 ____________________________________________________________________________
54797 [ 19466] By: rgs                                   on 2003/05/09  19:56:37
54798         Log: Document that perl tries to load .pmc files before .pm files.
54799              Subject: Re: [perl #8860] [not RESOLVED] .pmc extension not documented in require
54800              From: Casey West <casey@geeknest.com>
54801              Date: Fri, 9 May 2003 17:03:50 -0400
54802              Message-ID: <20030509210350.GW49820@geeknest.com>
54803      Branch: perl
54804            ! pod/perlfunc.pod
54805 ____________________________________________________________________________
54806 [ 19465] By: rgs                                   on 2003/05/09  19:47:49
54807         Log: Fix for doc bug #8602 : clarify eof() example comments
54808      Branch: perl
54809            ! pod/perlfunc.pod
54810 ____________________________________________________________________________
54811 [ 19464] By: rgs                                   on 2003/05/09  19:34:30
54812         Log: Subject: [PATCH] [perl #8702] Clean up perltrap mis-information
54813              From: Casey West <casey@geeknest.com>
54814              Date: Fri, 9 May 2003 11:09:39 -0400
54815              Message-ID: <20030509150939.GN49820@geeknest.com>
54816      Branch: perl
54817            ! pod/perltrap.pod
54818 ____________________________________________________________________________
54819 [ 19463] By: rgs                                   on 2003/05/09  19:33:25
54820         Log: Subject: Re: [DOC PATCH] [perl #1165] crypt accepts any character as salt
54821              From: Casey West <casey@geeknest.com>
54822              Date: Fri, 9 May 2003 15:25:59 -0400
54823              Message-ID: <20030509192559.GS49820@geeknest.com>
54824      Branch: perl
54825            ! pod/perlfunc.pod
54826 ____________________________________________________________________________
54827 [ 19462] By: jhi                                   on 2003/05/09  18:53:27
54828         Log: Try to comprehensively have a plan B if a PerlIO
54829              layer doesn't have a particular function.
54830              (1) If there's a corresponding PerlIOBase, call it.
54831              (2) If not having the function is 'harmless', be silently happy.
54832              (Currently only Flush is in this category.)
54833              (3) Otherwise set errno and return failure.
54834      Branch: perl
54835            ! perlio.c
54836 ____________________________________________________________________________
54837 [ 19461] By: rgs                                   on 2003/05/09  18:45:39
54838         Log: Subject: [PATCH] [perl #8703] unescaped @ is fine
54839              From: Casey West <casey@geeknest.com>
54840              Date: Fri, 9 May 2003 11:17:53 -0400
54841              Message-ID: <20030509151753.GO49820@geeknest.com>
54842      Branch: perl
54843            ! pod/perltrap.pod
54844 ____________________________________________________________________________
54845 [ 19460] By: jhi                                   on 2003/05/09  14:25:49
54846         Log: Add the PerlIOBase_noop_* to the public API as suggested by Stas.
54847      Branch: perl
54848            ! makedef.pl
54849 ____________________________________________________________________________
54850 [ 19459] By: jhi                                   on 2003/05/09  14:22:08
54851         Log: Result of change #19458.
54852      Branch: perl
54853            ! MANIFEST
54854 ____________________________________________________________________________
54855 [ 19458] By: jhi                                   on 2003/05/09  14:21:51
54856         Log: Subject: Weekend fun: MANIFEST sorting
54857              From: andreas.koenig@anima.de (Andreas J. Koenig)
54858              Date: Fri, 09 May 2003 15:12:05 +0200
54859              Message-ID: <m3y91g463e.fsf@franz.ak.mind.de>
54860
54861              (both sorts need LC_ALL=C)
54862              (add also manicheck target)
54863      Branch: perl
54864            ! Makefile.SH
54865 ____________________________________________________________________________
54866 [ 19457] By: jhi                                   on 2003/05/09  04:30:13
54867         Log: Better skip this test on OpenBSD and BSD/OS since it
54868              does not seem to work (Slaven Rezic).
54869      Branch: perl
54870            ! lib/filetest.t
54871 ____________________________________________________________________________
54872 [ 19456] By: jhi                                   on 2003/05/09  03:41:56
54873         Log: Subject: [PATCH] Re: [perl #16834] Anomolous behaviour of SUBSTR() used as LValue
54874              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
54875              Date: Wed, 07 May 2003 23:37:47 -0700
54876              Message-ID: <7sfu+gzkg+AY092yn@efn.org>
54877      Branch: perl
54878            ! pod/perlfunc.pod
54879 ____________________________________________________________________________
54880 [ 19455] By: jhi                                   on 2003/05/09  03:36:54
54881         Log: Missing files.
54882      Branch: perl
54883            ! MANIFEST
54884 ____________________________________________________________________________
54885 [ 19454] By: rgs                                   on 2003/05/08  18:49:25
54886         Log: Suppress a few compilation warnings in pp_hot.c.
54887      Branch: perl
54888            ! pp_hot.c
54889 ____________________________________________________________________________
54890 [ 19453] By: rgs                                   on 2003/05/08  18:42:16
54891         Log: Remove duplicate entries from perldiag
54892      Branch: perl
54893            ! pod/perldiag.pod
54894 ____________________________________________________________________________
54895 [ 19452] By: jhi                                   on 2003/05/08  18:12:46
54896         Log: Subject: Re: [perl #17718] %tiedhash in bool context doesn't check if hash is empty
54897              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
54898              Date: Wed, 07 May 2003 15:27:07 -0700
54899              Message-ID: <7gYu+gzkgaFU092yn@efn.org>
54900      Branch: perl
54901            ! pod/perldata.pod pod/perldiag.pod pod/perltie.pod pp.c
54902            ! pp_hot.c t/op/magic.t
54903 ____________________________________________________________________________
54904 [ 19451] By: jhi                                   on 2003/05/08  17:47:13
54905         Log: Tiny nit from mjd.
54906      Branch: perl
54907            ! lib/Tie/File.pm
54908 ____________________________________________________________________________
54909 [ 19450] By: jhi                                   on 2003/05/08  17:46:26
54910         Log: Upgrade to Tie::File 0.95.
54911      Branch: perl
54912            + lib/Tie/File/t/27_iwrite.t lib/Tie/File/t/28_mtwrite.t
54913            + lib/Tie/File/t/29_downcopy.t lib/Tie/File/t/29a_upcopy.t
54914            + lib/Tie/File/t/42_offset.t
54915            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
54916            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
54917            ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/16_handle.t
54918            ! lib/Tie/File/t/19_cache.t lib/Tie/File/t/21_win32.t
54919            ! lib/Tie/File/t/25_gen_nocache.t lib/Tie/File/t/26_twrite.t
54920            ! lib/Tie/File/t/30_defer.t
54921 ____________________________________________________________________________
54922 [ 19449] By: jhi                                   on 2003/05/08  17:35:10
54923         Log: Subject: [perl #22141] patch for Time::HiRes to get rid of -lrt on linux
54924              From: Marc Lehmann (via RT) <perlbug-followup@perl.org>
54925              Message-Id: <rt-22141-56710.3.69543054121962@bugs6.perl.org>
54926              Date: 8 May 2003 00:42:18 -0000
54927      Branch: perl
54928            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
54929            ! ext/Time/HiRes/Makefile.PL
54930 ____________________________________________________________________________
54931 [ 19448] By: jhi                                   on 2003/05/08  17:27:47
54932         Log: Subject: [PATCH] alphabetize perldiag.pod
54933              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
54934              Date: Thu, 8 May 2003 11:52:39 -0400
54935              Message-ID: <20030508155239.GC1495587@linguist.thayer.dartmouth.edu>
54936      Branch: perl
54937            ! pod/perldiag.pod
54938 ____________________________________________________________________________
54939 [ 19447] By: jhi                                   on 2003/05/08  17:19:06
54940         Log: Subject: [PATCH] [perl #22127] get(av|cv|hv|sv) added to Devel::PPPort
54941              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
54942              Date: Thu, 08 May 2003 08:42:20 +0200
54943              Message-id: <20030508064220.GA763@ethan>
54944      Branch: perl
54945            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
54946            ! ext/Devel/PPPort/t/test.t
54947 ____________________________________________________________________________
54948 [ 19445] By: jhi                                   on 2003/05/08  05:21:44
54949         Log: A variant of
54950
54951              Subject: Re: 0 is not perl (was Re: Report /export/home/nwc10/Gripping-Smoke/Smoke)
54952              From: enache@rdslink.ro (Enache Adrian)
54953              Date: Tue, 22 Apr 2003 02:54:05 +0300
54954              Message-ID: <20030421235405.GA1162@ratsnest.hole>
54955
54956              to quench the black smoke from the BSD builds.
54957      Branch: perl
54958            ! lib/ExtUtils/MM_Unix.pm
54959 ____________________________________________________________________________
54960 [ 19444] By: rgs                                   on 2003/05/07  20:25:45
54961         Log: Subject: Re: [DOC PATCH] & More File::Path issues
54962              From: Casey West <casey@geeknest.com>
54963              Date: Mon, 5 May 2003 13:25:47 -0400
54964              Message-ID: <20030505172547.GB20508@geeknest.com>
54965      Branch: perl
54966            ! lib/File/Path.pm
54967 ____________________________________________________________________________
54968 [ 19443] By: jhi                                   on 2003/05/07  20:03:58
54969         Log: Spelling correction from Nicholas Clark.
54970      Branch: perl
54971            ! ext/POSIX/POSIX.pod
54972 ____________________________________________________________________________
54973 [ 19440] By: jhi                                   on 2003/05/07  19:20:53
54974         Log: One more possible extensions permutation.
54975      Branch: perl
54976            ! Configure
54977 ____________________________________________________________________________
54978 [ 19437] By: jhi                                   on 2003/05/07  16:58:21
54979         Log: Allow platforms to manipulate their archname by creating
54980              a archname.cbu in their hints files.
54981      Branch: perl
54982            ! Configure
54983 ____________________________________________________________________________
54984 [ 19436] By: jhi                                   on 2003/05/07  16:53:26
54985         Log: More long double logic from Alan Burlison.
54986      Branch: perl
54987            ! Configure
54988 ____________________________________________________________________________
54989 [ 19435] By: jhi                                   on 2003/05/06  15:21:55
54990         Log: Worth a try for [perl #17146]
54991      Branch: perl
54992            ! ext/IO/poll.c
54993 ____________________________________________________________________________
54994 [ 19433] By: jhi                                   on 2003/05/06  05:12:23
54995         Log: Document which interfaces are NOT Unicode-aware.
54996      Branch: perl
54997            ! pod/perltodo.pod pod/perlunicode.pod
54998 ____________________________________________________________________________
54999 [ 19432] By: rgs                                   on 2003/05/05  20:31:22
55000         Log: Subject: [PATCH] [perl #8063] perlfilter doesn't mention potential DATA clobber
55001              From: Casey West <casey@geeknest.com>
55002              Date: Mon, 28 Apr 2003 11:07:36 -0400
55003              Message-ID: <20030428150736.GD62281@geeknest.com>
55004      Branch: perl
55005            ! pod/perlfilter.pod
55006 ____________________________________________________________________________
55007 [ 19431] By: rgs                                   on 2003/05/05  20:07:33
55008         Log: Subject: [patch] Re: [perl #21728] regexp SEGV
55009              From: Enache Adrian <enache@rdslink.ro>
55010              Date: Fri, 28 Mar 2003 23:53:09 +0200
55011              Message-ID: <20030328215309.GA6413@ratsnest.hole>
55012              (with minor tweaks)
55013      Branch: perl
55014            ! embed.fnc embed.h global.sym proto.h regexec.c scope.c scope.h
55015 ____________________________________________________________________________
55016 [ 19430] By: rgs                                   on 2003/05/05  20:01:36
55017         Log: Fix doc bug #22067, noticed by Mark Knutsen
55018      Branch: perl
55019            ! pod/perlfunc.pod
55020 ____________________________________________________________________________
55021 [ 19429] By: rgs                                   on 2003/05/05  18:59:59
55022         Log: Fix : the svr5 hints file doesn't propagate libswanted with
55023              threads enabled. Now threads are OK on OpenUNIX 8, except a
55024              mysterious failure in ext/POSIX/t/sigaction.t.
55025      Branch: perl
55026            ! hints/svr5.sh
55027 ____________________________________________________________________________
55028 [ 19428] By: jhi                                   on 2003/05/05  16:54:34
55029         Log: Snip away the perlunicode slowness demo since the new
55030              caching scheme should help things a bit.
55031      Branch: perl
55032            ! pod/perlunicode.pod
55033 ____________________________________________________________________________
55034 [ 19427] By: jhi                                   on 2003/05/05  16:14:09
55035         Log: Subject: Re: Minor change to strict.pm. Who? How?
55036              From: Adam Kennedy <adam@ali.as>
55037              Date: Wed, 30 Apr 2003 00:02:40 +1000
55038              Message-ID: <3EAE8600.2000806@ali.as>
55039
55040              Subject: [PATCH] Re: Minor change to strict.pm. Who? How?
55041              From: Michael G Schwern <schwern@pobox.com>
55042              Date: Tue, 29 Apr 2003 12:26:32 -0700
55043              Message-ID: <20030429192632.GA6129@windhund.schwern.org>
55044      Branch: perl
55045            ! lib/strict.pm
55046 ____________________________________________________________________________
55047 [ 19426] By: jhi                                   on 2003/05/05  15:48:57
55048         Log: Subject: [DOC PATCH] missing ')' in File::Path docs
55049              From: "Jos I.Boumans" <kane@dwim.org>
55050              Date: 30 Apr 2003 09:45:16 -0000
55051              Message-ID: <20030430114513165+0200@nntp.perl.org>
55052      Branch: perl
55053            ! lib/File/Path.pm
55054 ____________________________________________________________________________
55055 [ 19425] By: jhi                                   on 2003/05/05  15:47:19
55056         Log: Subject: [PATCH pod/perlmod.pod] Simpler $Revision$ based $VERSION. Plus, repentance!
55057              From: Michael G Schwern <schwern@pobox.com>
55058              Date: Sat, 3 May 2003 15:30:16 -0700
55059              Message-ID: <20030503223016.GE1234@windhund.schwern.org>
55060      Branch: perl
55061            ! pod/perlmod.pod
55062 ____________________________________________________________________________
55063 [ 19424] By: jhi                                   on 2003/05/05  15:44:39
55064         Log: Subject: [PATCH] [perl #3096] undefing hash with object values
55065              From: Dave Mitchell <davem@fdgroup.com>
55066              Date: Thu, 1 May 2003 21:06:57 +0100
55067              Message-ID: <20030501200657.GA25456@fdgroup.com>
55068      Branch: perl
55069            ! hv.c t/op/undef.t
55070 ____________________________________________________________________________
55071 [ 19423] By: jhi                                   on 2003/05/05  15:42:58
55072         Log: Subject: Re: hv.c patch - pathological hashes too easy
55073              From: "Tye McQueen" <tye@metronet.com>
55074              Date: Thu, 1 May 2003 13:34:50 -0500 (CDT)
55075              Message-Id: <200305011834.h41IYoE08503@metronet.com>
55076      Branch: perl
55077            ! hv.c
55078 ____________________________________________________________________________
55079 [ 19422] By: jhi                                   on 2003/05/05  15:40:02
55080         Log: Subject: [PATCH] [perl #18341] random nits in perlrequick.pod
55081              From: Casey West <casey@geeknest.com>
55082              Date: Tue, 29 Apr 2003 16:14:20 -0400
55083              Message-ID: <20030429201420.GT62281@geeknest.com>
55084      Branch: perl
55085            ! pod/perlrequick.pod
55086 ____________________________________________________________________________
55087 [ 19421] By: jhi                                   on 2003/05/05  15:38:23
55088         Log: Subject: [PATCH] ExtUtils::Install and the don't-really-do-it switch
55089              From: Slaven Rezic <slaven@rezic.de>
55090              Date: Thu, 24 Apr 2003 00:42:11 +0200 (CEST)
55091              Message-Id: <200304232242.h3NMgBqD028515@vran.herceg.de>
55092      Branch: perl
55093            ! lib/ExtUtils/Install.pm lib/ExtUtils/t/Install.t
55094 ____________________________________________________________________________
55095 [ 19420] By: jhi                                   on 2003/05/05  15:36:39
55096         Log: Subject: [PATCH 5.8.0 UTIL] h2xs generates false comments about ABSTRACT
55097              From: Steve Hay <steve.hay@uk.radan.com>
55098              Date: Wed, 30 Apr 2003 09:52:30 +0100
55099              Message-ID: <3EAF8ECE.8060403@uk.radan.com>
55100      Branch: perl
55101            ! utils/h2xs.PL
55102 ____________________________________________________________________________
55103 [ 19419] By: jhi                                   on 2003/05/05  08:20:34
55104         Log: Reintroduce the mention of the fact that the Artistic/GPL
55105              also are Perl's own licenses.
55106      Branch: perl
55107            ! pod/perlartistic.pod pod/perlgpl.pod
55108 ____________________________________________________________________________
55109 [ 19418] By: jhi                                   on 2003/05/05  07:23:57
55110         Log: Switch the new perlio way of opening anonymous temporary files
55111              open my $fh, '+>', undef
55112              to using File::Temp.  Test it, and test also the "accidental
55113              feature" of +< working the same way.
55114              This should address [perl #21937].
55115      Branch: perl
55116            + ext/PerlIO/t/open.t
55117            ! MANIFEST perlio.c pod/perlfunc.pod
55118 ____________________________________________________________________________
55119 [ 19417] By: jhi                                   on 2003/05/05  05:52:47
55120         Log: perlartistic and perlgpl reformatting from Sean Burke.
55121      Branch: perl
55122            ! pod/perlartistic.pod pod/perlgpl.pod
55123 ____________________________________________________________________________
55124 [ 19416] By: jhi                                   on 2003/05/05  05:33:43
55125         Log: pack/unpack fixes from Wolfgang Laun:
55126              - fix bug in UNICOS (where SIZE16 != sizeof(short))
55127              - introduce and use new internal pack/unpack API
55128              (packlist, unpackstring)
55129              that does away with the unused arguments in the old API
55130              (pack_cat, unpack_str).
55131      Branch: perl
55132            ! embed.fnc embed.h global.sym pod/perlapi.pod pp_pack.c proto.h
55133 ____________________________________________________________________________
55134 [ 19415] By: jhi                                   on 2003/05/05  04:58:39
55135         Log: Subject: [PATCH] Embed.t flushing problem
55136              From: "Craig A. Berry" <craigberry@mac.com>
55137              Date: Sun, 04 May 2003 16:25:38 -0500
55138              Message-ID: <3EB58552.2070207@mac.com>
55139      Branch: perl
55140            ! lib/ExtUtils/t/Embed.t
55141 ____________________________________________________________________________
55142 [ 19414] By: jhi                                   on 2003/05/05  04:52:37
55143         Log: Doc nit from mjd.
55144      Branch: perl
55145            ! ext/DB_File/DB_File.pm
55146 ____________________________________________________________________________
55147 [ 19413] By: ams                                   on 2003/05/05  04:03:10
55148         Log: None of that "our" stuff here, please.
55149      Branch: perl
55150            ! ext/Storable/t/tied.t
55151 ____________________________________________________________________________
55152 [ 19412] By: ams                                   on 2003/05/05  03:57:06
55153         Log: Oops. More Storable 2.07 preparations.
55154      Branch: perl
55155            ! ext/Storable/README ext/Storable/Storable.pm
55156 ____________________________________________________________________________
55157 [ 19411] By: ams                                   on 2003/05/05  03:53:44
55158         Log: Update changelog for 2.07 release.
55159      Branch: perl
55160            ! ext/Storable/ChangeLog
55161 ____________________________________________________________________________
55162 [ 19410] By: ams                                   on 2003/05/05  03:31:36
55163         Log: Update Changes.
55164      Branch: perl
55165            ! Changes
55166 ____________________________________________________________________________
55167 [ 19409] By: ams                                   on 2003/05/05  03:21:41
55168         Log: Subject: Re: Bug in Storable???
55169              From: Slaven Rezic <slaven@rezic.de>
55170              Date: 04 May 2003 18:00:40 +0200
55171              Message-Id: <87of2iwvkn.fsf@vran.herceg.de>
55172      Branch: perl
55173            ! ext/Storable/Storable.xs ext/Storable/t/integer.t
55174 ____________________________________________________________________________
55175 [ 19407] By: jhi                                   on 2003/05/04  19:39:01
55176         Log: This way reads a bit better with pod2man.
55177      Branch: perl
55178            ! pod/perlartistic.pod pod/perlgpl.pod
55179 ____________________________________________________________________________
55180 [ 19406] By: jhi                                   on 2003/05/04  12:01:00
55181         Log: Integrate from maint:
55182              [ 18568]
55183              Add the POSIX::sigaction() trick by Slaven Rezic
55184              for [perl #17341].
55185      Branch: perl
55186           !> pod/perlfunc.pod pod/perlipc.pod
55187 ____________________________________________________________________________
55188 [ 19401] By: jhi                                   on 2003/05/04  09:25:48
55189         Log: Add Artistic as perlartistic and GPL (the Copying) as perlgpl;
55190              regen perltoc, perlmodlib.  The GPL added as verbatim as possible,
55191              the perlartistic is a straightforward podification.
55192      Branch: perl
55193            + pod/perlartistic.pod pod/perlgpl.pod
55194            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlmodlib.PL
55195            ! pod/perlmodlib.pod pod/perlmodstyle.pod pod/perltoc.pod
55196 ____________________________________________________________________________
55197 [ 19398] By: jhi                                   on 2003/05/04  08:19:14
55198         Log: Doesn't make any difference for the test but is more logical.
55199      Branch: perl
55200            ! t/lib/Devel/switchd.pm
55201 ____________________________________________________________________________
55202 [ 19396] By: jhi                                   on 2003/05/03  15:42:54
55203         Log: Plagued by thinkos tonight.
55204      Branch: perl
55205            ! lib/filetest.t
55206 ____________________________________________________________________________
55207 [ 19395] By: jhi                                   on 2003/05/03  15:37:35
55208         Log: Must skip more.
55209      Branch: perl
55210            ! lib/filetest.t
55211 ____________________________________________________________________________
55212 [ 19394] By: jhi                                   on 2003/05/03  15:30:45
55213         Log: Subject: Re: Does filetest work at all?
55214              From: Slaven Rezic <slaven@rezic.de>
55215              Date: 03 May 2003 18:26:49 +0200
55216              Message-ID: <87ade4q9me.fsf@vran.herceg.de>
55217      Branch: perl
55218            ! lib/filetest.t pp_sys.c
55219 ____________________________________________________________________________
55220 [ 19393] By: jhi                                   on 2003/05/03  05:34:21
55221         Log: Extra tweakage from Rafael for #19392.
55222      Branch: perl
55223            ! ext/B/B/Concise.pm lib/filetest.pm
55224 ____________________________________________________________________________
55225 [ 19392] By: jhi                                   on 2003/05/03  05:33:04
55226         Log: Salvage 'use filetest "access"' from compiletime to runtime.
55227      Branch: perl
55228            ! dump.c op.c op.h pp_sys.c
55229 ____________________________________________________________________________
55230 [ 19391] By: jhi                                   on 2003/05/03  05:19:23
55231         Log: Upgrade to Unicode 4.0.0.  (Well, upgrade at least
55232              the Unicode character database to 4.0.0.)
55233      Branch: perl
55234            + lib/unicore/HangulSyllableType.txt
55235            + lib/unicore/NormalizationCorrections.txt
55236            + lib/unicore/StandardizedVariants.txt
55237            + lib/unicore/lib/Braille.pl lib/unicore/lib/Cypriot.pl
55238            + lib/unicore/lib/InAegean.pl lib/unicore/lib/InCyprio.pl
55239            + lib/unicore/lib/InKhmerS.pl lib/unicore/lib/InLimbu.pl
55240            + lib/unicore/lib/InLinea2.pl lib/unicore/lib/InLinear.pl
55241            + lib/unicore/lib/InMisce5.pl lib/unicore/lib/InOsmany.pl
55242            + lib/unicore/lib/InPhonet.pl lib/unicore/lib/InShavia.pl
55243            + lib/unicore/lib/InTaiLe.pl lib/unicore/lib/InTaiXua.pl
55244            + lib/unicore/lib/InUgarit.pl lib/unicore/lib/InVaria2.pl
55245            + lib/unicore/lib/InYijing.pl lib/unicore/lib/Limbu.pl
55246            + lib/unicore/lib/LinearB.pl lib/unicore/lib/Osmanya.pl
55247            + lib/unicore/lib/OtherIdS.pl lib/unicore/lib/Shavian.pl
55248            + lib/unicore/lib/TaiLe.pl lib/unicore/lib/Ugaritic.pl
55249            ! (edit 129 files)
55250 ____________________________________________________________________________
55251 [ 19390] By: jhi                                   on 2003/05/03  04:52:09
55252         Log: Tru64: PerlIO_tell() was returning about one _megabyte_ for
55253              the fp offset, which was quite a big larger than the input file,
55254              which meant that the SvGROW tried to grow the file to about
55255              2**64-2**20, which made safesysrealloc() to understandably
55256              croak (in argv.t).
55257      Branch: perl
55258            ! sv.c
55259 ____________________________________________________________________________
55260 [ 19387] By: jhi                                   on 2003/05/02  19:18:35
55261         Log: Regen Configure (no changes but that's fine).
55262      Branch: perl
55263            ! Configure
55264 ____________________________________________________________________________
55265 [ 19386] By: jhi                                   on 2003/05/02  19:06:39
55266         Log: Subject: [PATCH] Re: maintperl on OpenUNIX 8
55267              From: Andy Dougherty <doughera@lafayette.edu>
55268              Date: Mon, 28 Apr 2003 12:24:38 -0400 (EDT)
55269              Message-ID: <Pine.SOL.4.53.0304281208490.25038@maxwell.phys.lafayette.edu>
55270      Branch: perl
55271            ! Configure
55272 ____________________________________________________________________________
55273 [ 19385] By: jhi                                   on 2003/05/02  19:01:04
55274         Log: Subject: [PATCH] OpenUNIX 8 support
55275              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
55276              Date: Fri, 2 May 2003 12:12:08 +0200
55277              Message-Id: <20030502121208.3d235027.rgarciasuarez@free.fr>
55278      Branch: perl
55279            ! Configure ext/Socket/socketpair.t hints/svr5.sh pp_sys.c
55280 ____________________________________________________________________________
55281 [ 19384] By: jhi                                   on 2003/05/02  18:58:32
55282         Log: Subject: [PATCH win32/win32.c] silence compiler warnings
55283              From: Abe Timmerman <abe@ztreet.demon.nl>
55284              Date: Fri, 2 May 2003 00:51:42 +0200
55285              Message-Id: <200305020051.43166.abe@ztreet.demon.nl>
55286      Branch: perl
55287            ! win32/win32.c
55288 ____________________________________________________________________________
55289 [ 19383] By: jhi                                   on 2003/05/02  18:55:37
55290         Log: Subject: [PATCH win32/win32.h] Re: Smoke [5.9.0] 19367 FAIL(F) MSWin32 5.0 Service Pack 3 (x86/1 cpu)
55291              From: Abe Timmerman <abe@ztreet.demon.nl>
55292              Date: Thu, 1 May 2003 18:34:35 +0200
55293              Message-Id: <200305011834.35685.abe@ztreet.demon.nl>
55294      Branch: perl
55295            ! win32/win32.h
55296 ____________________________________________________________________________
55297 [ 19382] By: jhi                                   on 2003/05/02  18:50:25
55298         Log: Subject: [PATCH ext/POSIX/POSIX.pod] Deceptive POSIX exporting docs
55299              From: Michael G Schwern <schwern@pobox.com>
55300              Date: Wed, 30 Apr 2003 18:19:32 -0700
55301              Message-ID: <20030501011932.GM701@windhund.schwern.org>
55302      Branch: perl
55303            ! ext/POSIX/POSIX.pod
55304 ____________________________________________________________________________
55305 [ 19381] By: jhi                                   on 2003/05/02  15:12:47
55306         Log: Forgot to check in the -d: file.
55307      Branch: perl
55308            + t/lib/Devel/switchd.pm
55309            ! MANIFEST t/run/switchd.t
55310 ____________________________________________________________________________
55311 [ 19380] By: jhi                                   on 2003/05/02  15:02:04
55312         Log: Solaris: make -Duse64bitall'ed to have an archname of
55313              sun4-solaris-64, from Alan Burlison.  (The default is to not
55314              to suffix anything with -Duse64bitall if longs are 64 bit.
55315              This may lead into confusion and much sorrow if 32-bit binaries
55316              and 64-bit binaries are installed under the same directories.
55317              Why is "-64" or something like that the default?  Well, there
55318              are platforms where 64 bits really is the default default.
55319              There adding a "-64" would be kind of odd.  Better to let
55320              each 64-bit capable platform to choose their archnames.)
55321      Branch: perl
55322            ! hints/solaris_2.sh
55323 ____________________________________________________________________________
55324 [ 19378] By: jhi                                   on 2003/05/02  08:41:40
55325         Log: The [perl #21890] (Devel::Coverage breakage) has been fixed
55326              by change #18589 (it was broken by change #9754); add test case.
55327      Branch: perl
55328            + t/run/switchd.t
55329            ! MANIFEST
55330 ____________________________________________________________________________
55331 [ 19376] By: jhi                                   on 2003/05/02  05:31:52
55332         Log: great_circle_direction() was broken,
55333              reported by Alexander Becher.
55334      Branch: perl
55335            ! lib/Math/Trig.pm lib/Math/Trig.t
55336 ____________________________________________________________________________
55337 [ 19375] By: jhi                                   on 2003/05/01  18:18:06
55338         Log: OS X: could not -Doptimize=-g.
55339      Branch: perl
55340            ! hints/darwin.sh
55341 ____________________________________________________________________________
55342 [ 19374] By: jhi                                   on 2003/05/01  12:33:44
55343         Log: OS X test tweak.
55344      Branch: perl
55345            ! ext/Cwd/t/cwd.t
55346 ____________________________________________________________________________
55347 [ 19373] By: jhi                                   on 2003/05/01  11:09:42
55348         Log: Subject: [PATCH] RE: perl@19333
55349              From: Robin Barker <Robin.Barker@npl.co.uk>
55350              Date: Tue, 29 Apr 2003 17:30:23 +0100
55351              Message-ID: <533D273D4014D411AB1D00062938C4D9040464F7@hotel.npl.co.uk>
55352      Branch: perl
55353            ! embed.pl pp_hot.c pp_pack.c proto.h
55354 ____________________________________________________________________________
55355 [ 19372] By: jhi                                   on 2003/05/01  09:52:52
55356         Log: miniperl cannot handle layers.t.
55357      Branch: perl
55358            ! t/io/layers.t
55359 ____________________________________________________________________________
55360 [ 19371] By: jhi                                   on 2003/05/01  08:26:06
55361         Log: The solution in change #19363 was too unportable.
55362      Branch: perl
55363            ! t/io/openpid.t
55364 ____________________________________________________________________________
55365 [ 19369] By: jhi                                   on 2003/05/01  07:48:06
55366         Log: perlreftut updates from mjd.
55367      Branch: perl
55368            ! pod/perlreftut.pod
55369 ____________________________________________________________________________
55370 [ 19368] By: jhi                                   on 2003/05/01  07:45:06
55371         Log: z/OS: More threaded build tweaks from Brian De Pradine--
55372              apparently now it works!
55373      Branch: perl
55374            ! ext/threads/threads.xs handy.h hints/os390.sh thread.h
55375 ____________________________________________________________________________
55376 [ 19367] By: rgs                                   on 2003/04/29  20:31:07
55377         Log: Subject: [PATCH] buglet: sub a(;&) { } doesn't work
55378              From: Enache Adrian <enache@rdslink.ro>
55379              Date: Sat, 19 Apr 2003 01:41:07 +0300
55380              Message-ID: <20030418224107.GA2751@ratsnest.hole>
55381      Branch: perl
55382            ! t/comp/parser.t toke.c
55383 ____________________________________________________________________________
55384 [ 19366] By: jhi                                   on 2003/04/29  08:55:12
55385         Log: If it's S_, it should be STATIC.
55386      Branch: perl
55387            ! embed.fnc embed.h numeric.c proto.h
55388 ____________________________________________________________________________
55389 [ 19365] By: sky                                   on 2003/04/28  16:30:03
55390         Log: Subject: [PATCH] [perl #7592] Clarify what qw() does in scalar context
55391              From: Casey West <casey@geeknest.com>
55392              Date: mÂŒn apr 28, 2003  16:00:05 Europe/Stockholm
55393              Message-Id: <20030428140005.GC62281@geeknest.com>
55394      Branch: perl
55395            ! pod/perlop.pod
55396 ____________________________________________________________________________
55397 [ 19364] By: sky                                   on 2003/04/28  16:20:43
55398         Log: Subject: [PATCH] [patch #7514] Bug in perlop regex explination
55399              From: Casey West <casey@geeknest.com>
55400              Date: mÂŒn apr 28, 2003  19:22:06 Europe/Stockholm
55401              Message-Id: <20030428172206.GK62281@geeknest.com>
55402      Branch: perl
55403            ! pod/perlop.pod
55404 ____________________________________________________________________________
55405 [ 19363] By: sky                                   on 2003/04/28  15:32:35
55406         Log: Fix bug 2681, change the test not to use the shell and use 3+arg
55407              open.
55408      Branch: perl
55409            ! t/io/openpid.t
55410 ____________________________________________________________________________
55411 [ 19359] By: jhi                                   on 2003/04/28  08:43:23
55412         Log: Feel-good cleanup.
55413      Branch: perl
55414            ! intrpvar.h sv.c
55415 ____________________________________________________________________________
55416 [ 19358] By: jhi                                   on 2003/04/28  08:27:15
55417         Log: SysV msg queues can be something hanging (witnessed in IRIX),
55418              so let's use IPC_NOWAIT.
55419      Branch: perl
55420            ! ext/IPC/SysV/t/msg.t t/op/taint.t
55421 ____________________________________________________________________________
55422 [ 19357] By: jhi                                   on 2003/04/28  06:32:47
55423         Log: Detecting errors of reentrant APIs: getgrgid_r and the like
55424              when returning an int can either return the error in the return
55425              value or in the errno.  We need a new per-interp variable to store
55426              the return value instead of clobbering the errno with it.  The new
55427              variable, PL_reentrant_retint, is only used within the reentrancy
55428              framework, and immediately after it's set, so there should not be
55429              similar visibility issues as for the errno.  Spotted by Edward Moy.
55430      Branch: perl
55431            ! embedvar.h intrpvar.h perlapi.h reentr.c reentr.h reentr.pl
55432 ____________________________________________________________________________
55433 [ 19356] By: rgs                                   on 2003/04/27  20:09:01
55434         Log: Newer glibc's nice(2) return the new nice value, instead of 0 or -1.
55435              Check errno to see if the call to nice(2) succeeded.
55436              Subject: Re: [PATCH++] all about the recent standard conforming glibc's nic
55437              From: Enache Adrian <enache@rdslink.ro>
55438              Date: Wed, 23 Apr 2003 22:48:20 +0300
55439              Message-ID: <20030423194820.GA874@ratsnest.hole>
55440      Branch: perl
55441            ! ext/POSIX/POSIX.xs
55442 ____________________________________________________________________________
55443 [ 19355] By: jhi                                   on 2003/04/27  19:56:09
55444         Log: Document a faint compilation noise.
55445      Branch: perl
55446            ! README.aix
55447 ____________________________________________________________________________
55448 [ 19354] By: rgs                                   on 2003/04/27  19:35:11
55449         Log: $[ clarifications.
55450      Branch: perl
55451            ! pod/perlvar.pod
55452 ____________________________________________________________________________
55453 [ 19353] By: rgs                                   on 2003/04/27  18:51:37
55454         Log: utime() doc clarifications
55455              based on :
55456              Subject: Re: [PATCH] [perl #18589] Add NFS warning, clarify touch example
55457              From: Casey West <casey@geeknest.com>
55458              Date: Fri, 25 Apr 2003 08:00:54 -0400
55459              Message-ID: <20030425120054.GQ34510@geeknest.com>
55460      Branch: perl
55461            ! pod/perlfunc.pod
55462 ____________________________________________________________________________
55463 [ 19351] By: jhi                                   on 2003/04/27  08:13:34
55464         Log: Add a test case for [perl #15288] (already solved).
55465      Branch: perl
55466            ! t/op/pack.t
55467 ____________________________________________________________________________
55468 [ 19350] By: jhi                                   on 2003/04/27  07:38:17
55469         Log: Add Dave Mitchell's test case for fields.
55470      Branch: perl
55471            ! lib/fields.t
55472 ____________________________________________________________________________
55473 [ 19349] By: jhi                                   on 2003/04/27  06:50:09
55474         Log: Subject: [PATCH] VMS::Stdio test tweak
55475              From: "Craig A. Berry" <craigberry@mac.com>
55476              Date: Sat, 26 Apr 2003 15:53:07 -0500
55477              Message-ID: <3EAAF1B3.7020708@mac.com>
55478      Branch: perl
55479            ! vms/ext/Stdio/test.pl
55480 ____________________________________________________________________________
55481 [ 19348] By: jhi                                   on 2003/04/27  06:46:16
55482         Log: Subject: Re: [COMPLETE PATCH lib/UNIVERSAL.pm] RE: [perl #22018] UNIVERSAL documentatio n contradicts itself
55483              From: Casey West <casey@geeknest.com>
55484              Date: Thu, 24 Apr 2003 08:18:42 -0400
55485              Message-ID: <20030424121842.GW34510@geeknest.com>
55486      Branch: perl
55487            ! lib/UNIVERSAL.pm
55488 ____________________________________________________________________________
55489 [ 19346] By: jhi                                   on 2003/04/27  06:03:48
55490         Log: Document that restricted hashes are not atomic
55491              (from Dave Mitchell).
55492      Branch: perl
55493            ! lib/Hash/Util.pm
55494 ____________________________________________________________________________
55495 [ 19345] By: jhi                                   on 2003/04/27  05:59:39
55496         Log: Subject: [PATCH] Re: the revenge of the bride of the son of the night of the living pseudohashes
55497              From: Dave Mitchell <davem@fdgroup.com>
55498              Date: Sat, 26 Apr 2003 18:45:28 +0100
55499              Message-ID: <20030426174528.GA9588@fdgroup.com>
55500      Branch: perl
55501            ! hv.c lib/Hash/Util.t pod/perldiag.pod
55502 ____________________________________________________________________________
55503 [ 19344] By: rgs                                   on 2003/04/26  22:48:32
55504         Log: Some doc patches by Casey West :
55505
55506              Subject: Re: [PATCH] Re: [perl #21260] adding error handling info to perlfunc/readline
55507              From: Casey West <casey@geeknest.com>
55508              Date: Fri, 25 Apr 2003 10:46:39 -0400
55509              Message-ID: <20030425144639.GY34510@geeknest.com>
55510
55511              Subject: Re: [perl #21785] [PATCH] clarify readdir in for conditional
55512              From: Casey West <casey@geeknest.com>
55513              Date: Fri, 25 Apr 2003 07:52:13 -0400
55514              Message-ID: <20030425115213.GP34510@geeknest.com>
55515
55516              Subject: Re: [perl #7213] [PATCH] Updating example in perldata
55517              From: Casey West <casey@geeknest.com>
55518              Date: Thu, 24 Apr 2003 21:27:22 -0400
55519              Message-ID: <20030425012722.GN34510@geeknest.com>
55520      Branch: perl
55521            ! pod/perldata.pod pod/perlfunc.pod pod/perlsyn.pod
55522 ____________________________________________________________________________
55523 [ 19343] By: rgs                                   on 2003/04/26  22:30:07
55524         Log: Document that splice() doesn't extend arrays
55525              Subject: Re: slice autoextending ? still another revised doc patch; COW
55526              From: david nicol <whatever@davidnicol.com>
55527              Date: 22 Apr 2003 22:05:02 -0500
55528              Message-Id: <1051067101.1086.113.camel@plaza.davidnicol.com>
55529      Branch: perl
55530            ! pod/perlfunc.pod
55531 ____________________________________________________________________________
55532 [ 19342] By: sky                                   on 2003/04/26  21:43:32
55533         Log: Fix bug #15161 by increasing the refcount on the RE and making
55534              sure to restore it correctly. Deals with both s//e and s///g.
55535      Branch: perl
55536            ! pp_ctl.c pp_hot.c
55537 ____________________________________________________________________________
55538 [ 19341] By: jhi                                   on 2003/04/26  04:36:03
55539         Log: Integrate:
55540              [ 19340]
55541              Caught by Mark Lutz in UNICOS: A declaration cannot appear
55542              after an executable statement in a block.
55543      Branch: perl
55544           !> pp_pack.c
55545 ____________________________________________________________________________
55546 [ 19337] By: jhi                                   on 2003/04/25  20:19:36
55547         Log: Now the -Dnoextensions and -Dnoextensions have the
55548              chance of actually doing something.
55549      Branch: perl
55550            ! Configure
55551 ____________________________________________________________________________
55552 [ 19334] By: jhi                                   on 2003/04/25  19:48:31
55553         Log: Subject: [PATCH] Configure's extension sanity check is too strict
55554              From: Andy Dougherty <doughera@lafayette.edu>
55555              Date: Fri, 25 Apr 2003 16:23:45 -0400 (EDT)
55556              Message-ID: <Pine.SOL.4.53.0304251621250.24848@maxwell.phys.lafayette.edu>
55557      Branch: perl
55558            ! Configure
55559 ____________________________________________________________________________
55560 [ 19330] By: jhi                                   on 2003/04/25  14:11:33
55561         Log: Subject: [PATCH Encode 1.93] another spin on the enc_module.t merry-go-round
55562              From: "Craig A. Berry" <craigberry@mac.com>
55563              Date: Thu, 24 Apr 2003 20:09:48 -0500
55564              Message-ID: <3EA88ADC.3000300@mac.com>
55565      Branch: perl
55566            ! ext/Encode/t/enc_module.t
55567 ____________________________________________________________________________
55568 [ 19329] By: jhi                                   on 2003/04/25  07:06:49
55569         Log: Upgrade to Time::HiRes 1.46.
55570      Branch: perl
55571            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
55572            ! ext/Time/HiRes/Makefile.PL
55573 ____________________________________________________________________________
55574 [ 19328] By: jhi                                   on 2003/04/25  06:57:10
55575         Log: Subject: typo in Time::HiRes docs
55576              From: mjd@plover.com
55577              Date: 19 Apr 2003 15:13:44 -0000
55578              Message-ID: <20030419151344.28237.qmail@plover.com>
55579      Branch: perl
55580            ! ext/Time/HiRes/HiRes.pm
55581 ____________________________________________________________________________
55582 [ 19327] By: jhi                                   on 2003/04/25  04:45:05
55583         Log: Clarify(?) the perlio default layers table.
55584      Branch: perl
55585            ! lib/PerlIO.pm t/io/layers.t
55586 ____________________________________________________________________________
55587 [ 19326] By: jhi                                   on 2003/04/25  04:22:49
55588         Log: Upgrade to Test::Harness 2.28.
55589      Branch: perl
55590            ! lib/Test/Harness.pm lib/Test/Harness/Changes
55591            ! lib/Test/Harness/t/pod.t
55592 ____________________________________________________________________________
55593 [ 19325] By: jhi                                   on 2003/04/24  19:06:29
55594         Log: Upgrade to Encode 1.93.
55595      Branch: perl
55596            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Makefile.PL
55597            ! ext/Encode/lib/Encode/CJKConstants.pm
55598            ! ext/Encode/lib/Encode/CN/HZ.pm
55599            ! ext/Encode/lib/Encode/Encoding.pm
55600            ! ext/Encode/lib/Encode/Guess.pm
55601            ! ext/Encode/lib/Encode/KR/2022_KR.pm
55602            ! ext/Encode/lib/Encode/PerlIO.pod ext/Encode/t/CJKT.t
55603            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_module.t
55604            ! ext/Encode/t/guess.t ext/Encode/ucm/euc-cn.ucm
55605            ! ext/Encode/ucm/euc-jp.ucm ext/Encode/ucm/euc-kr.ucm
55606 ____________________________________________________________________________
55607 [ 19323] By: jhi                                   on 2003/04/24  16:57:13
55608         Log: VMS patch for faststdio from Craig Berry.
55609      Branch: perl
55610            ! configure.com
55611 ____________________________________________________________________________
55612 [ 19320] By: rgs                                   on 2003/04/23  20:20:58
55613         Log: Subject: Re: [PATCH] [perl #18055] Clarify for bug resolution.
55614              From: Casey West <casey@geeknest.com>
55615              Date: Wed, 23 Apr 2003 14:03:20 -0400
55616              Message-ID: <20030423180320.GZ15574@geeknest.com>
55617      Branch: perl
55618            ! pod/perlmodlib.PL pod/perlmodlib.pod
55619 ____________________________________________________________________________
55620 [ 19319] By: rgs                                   on 2003/04/23  19:54:31
55621         Log: Subject: [perl #22011] [PATCH] pod/perlmod.pod (v5.8.0)
55622              From: Chris Pepper (via RT) <perlbug-followup@perl.org>
55623              Date: 22 Apr 2003 04:31:17 -0000
55624              Message-Id: <rt-22011-55473.11.0523590303906@bugs6.perl.org>
55625              (with minor further corrections)
55626      Branch: perl
55627            ! pod/perlmod.pod
55628 ____________________________________________________________________________
55629 [ 19316] By: rgs                                   on 2003/04/23  19:11:01
55630         Log: A new fatal error :
55631              Subject: [PATCH] Perl_croak("Use of freed value in iteration")
55632              From: Dave Mitchell <davem@fdgroup.com>
55633              Date: Mon, 21 Apr 2003 13:19:50 +0100
55634              Message-ID: <20030421121950.GB18189@fdgroup.com>
55635              Message-ID: <20030421125433.GC18189@fdgroup.com>
55636      Branch: perl
55637            ! pod/perldiag.pod pp_hot.c t/cmd/for.t
55638 ____________________________________________________________________________
55639 [ 19314] By: jhi                                   on 2003/04/23  18:53:46
55640         Log: Introduce 'fast stdio' symbols to non-Configure lands.
55641      Branch: perl
55642            ! NetWare/config.wc NetWare/config_H.wc configure.com
55643            ! epoc/config.sh plan9/config.plan9 plan9/config_h.sample
55644            ! plan9/config_sh.sample uconfig.h uconfig.sh win32/config.bc
55645            ! win32/config.gc win32/config.vc win32/config.vc64
55646            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
55647            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
55648 ____________________________________________________________________________
55649 [ 19312] By: jhi                                   on 2003/04/23  18:21:47
55650         Log: Regen Configure, Glossary, et alia.
55651      Branch: perl
55652            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
55653            ! config_h.SH
55654 ____________________________________________________________________________
55655 [ 19310] By: jhi                                   on 2003/04/23  08:34:33
55656         Log: Handle the combination of dosish and non-faststdio.
55657      Branch: perl
55658            ! t/io/layers.t
55659 ____________________________________________________________________________
55660 [ 19308] By: rgs                                   on 2003/04/22  20:53:20
55661         Log: Subject: 5.8.0: two problems
55662              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
55663              Date: Tue, 22 Apr 2003 11:43:17 -0700
55664              Message-ID: <20030422184316.GA8602@math.berkeley.edu>
55665      Branch: perl
55666            ! XSUB.h
55667 ____________________________________________________________________________
55668 [ 19307] By: ams                                   on 2003/04/22  16:39:51
55669         Log: Subject: [PATCH] Doc pointers in perlbot.
55670              From: Casey West <casey@geeknest.com>
55671              Date: Tue, 22 Apr 2003 11:19:09 -0400
55672              Message-Id: <20030422151909.GC11119@geeknest.com>
55673              (Applied by hand.)
55674      Branch: perl
55675            ! pod/perlbot.pod
55676 ____________________________________________________________________________
55677 [ 19306] By: jhi                                   on 2003/04/22  13:09:21
55678         Log: z/OS: changes for building threaded from "Brian De Pradine"
55679              <PRADINE@uk.ibm.com>.
55680      Branch: perl
55681            ! Makefile.SH hints/os390.sh thread.h util.c
55682 ____________________________________________________________________________
55683 [ 19305] By: jhi                                   on 2003/04/22  11:42:35
55684         Log: Enache's turn.
55685      Branch: perl
55686            ! ext/Encode/t/enc_module.t
55687 ____________________________________________________________________________
55688 [ 19304] By: jhi                                   on 2003/04/22  10:48:47
55689         Log: Re-merge Encode 1.92.
55690      Branch: perl
55691            ! ext/Encode/Makefile.PL ext/Encode/t/enc_module.t
55692 ____________________________________________________________________________
55693 [ 19302] By: jhi                                   on 2003/04/22  05:26:21
55694         Log: Argh, cut-and-pasto.
55695      Branch: perl
55696            ! perlio.c
55697 ____________________________________________________________________________
55698 [ 19301] By: sky                                   on 2003/04/21  21:33:14
55699         Log: Fix bug 17964 by properly refcounting the gv top.
55700              Seems like the entries in rsfp are way different than
55701              normal PVIO objects.
55702      Branch: perl
55703            ! sv.c
55704 ____________________________________________________________________________
55705 [ 19300] By: rgs                                   on 2003/04/21  19:42:04
55706         Log: Fix another segfault case (warn called from UNIVERSAL::DESTROY).
55707
55708              Subject: Re: [perl #21347] segfault in UNIVERSAL::AUTOLOAD
55709              From: Enache Adrian <enache@rdslink.ro>
55710              Date: Sun, 20 Apr 2003 02:45:48 +0300
55711              Message-ID: <20030419234548.GA849@ratsnest.hole>
55712              and
55713              Date: Wed, 2 Apr 2003 07:52:28 +0300
55714              Message-ID: <20030402045227.GA1023@ratsnest.hole>
55715      Branch: perl
55716            ! pp_sys.c t/op/ref.t util.c
55717 ____________________________________________________________________________
55718 [ 19299] By: sky                                   on 2003/04/21  17:05:31
55719         Log: Croak on non ref to shared methods instead of segfault.
55720              This can really only happen for &share("string").
55721      Branch: perl
55722            ! ext/threads/shared/shared.xs
55723 ____________________________________________________________________________
55724 [ 19297] By: jhi                                   on 2003/04/21  16:24:36
55725         Log: Add OpenZaurus cross-compilation patches.
55726      Branch: perl
55727            + Cross/Makefile Cross/Makefile.SH.patch Cross/TODO Cross/config
55728            + Cross/config.sh-arm-linux Cross/generate_config_sh
55729            + Cross/installperl.patch Cross/warp
55730            ! Cross/README INSTALL MANIFEST
55731 ____________________________________________________________________________
55732 [ 19289] By: sky                                   on 2003/04/21  13:24:40
55733         Log: Fixes bug #17043, resets PL_srand_called before the cloning.
55734              Allows people to override the resetting by using srand() in CLONE.
55735      Branch: perl
55736            ! ext/threads/t/thread.t ext/threads/threads.xs
55737 ____________________________________________________________________________
55738 [ 19286] By: jhi                                   on 2003/04/21  06:50:42
55739         Log: Introduce two new Configure symbols:
55740              [1] d_faststdio  = d_stdstdio && d_stdio_ptr_lval &&
55741              (d_stdio_cnt_lval || d_stdio_ptr_lval_sets_cnt)
55742              [2] usefaststdio = do we use fast stdio if we have it?
55743              For 5.[68], we do.  For anything else, we don't.
55744              (At least, unless otherwise instructed by -Dusefaststdio.)
55745              This means that for bleadperl we no more use stdio, but instead
55746              default to perlio: the effect of PERLIO=perlio, in other words.
55747              (PERLIO=stdio will still switch to using stdio.)
55748              This change may endanger extensions using FILE*-- but if we are
55749              to migrate fully to perlio, better start swallowing the poison now.
55750              For maintperl, the usefaststdio still defaults to yes.
55751      Branch: perl
55752            ! Configure config_h.SH perlio.c t/io/layers.t
55753 ____________________________________________________________________________
55754 [ 19285] By: jhi                                   on 2003/04/21  05:43:55
55755         Log: Upgrade to Locale::Maketext 1.05.
55756      Branch: perl
55757            ! lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
55758 ____________________________________________________________________________
55759 [ 19284] By: jhi                                   on 2003/04/21  05:40:34
55760         Log: Upgrade to Test 1.24.
55761      Branch: perl
55762            ! lib/Test.pm
55763 ____________________________________________________________________________
55764 [ 19283] By: rgs                                   on 2003/04/20  22:01:28
55765         Log: Subject: [PATCH] goto &sub doesn't empty @_
55766              From: Dave Mitchell <davem@fdgroup.com>
55767              Date: Sun, 20 Apr 2003 21:46:51 +0100
55768              Message-ID: <20030420204651.GE15591@fdgroup.com>
55769      Branch: perl
55770            ! pp_ctl.c
55771 ____________________________________________________________________________
55772 [ 19282] By: rgs                                   on 2003/04/20  21:22:29
55773         Log: Remove, in the main Makefile, the $(LDLIBPTH) variable from
55774              the commands that invoke $(CC).
55775              Subject: Re: Smoke failure
55776              From: Enache Adrian <enache@rdslink.ro>
55777              Date: Fri, 18 Apr 2003 19:06:07 +0300
55778              Message-ID: <20030418160606.GA797@ratsnest.hole>
55779      Branch: perl
55780            ! Makefile.SH
55781 ____________________________________________________________________________
55782 [ 19281] By: rgs                                   on 2003/04/20  19:53:53
55783         Log: Subject: Re: [perl #22000] AutoReply: [PATCH] Naughty sv_gets/RsRECORD bug
55784              From: Enache Adrian <enache@rdslink.ro>
55785              Date: Sat, 19 Apr 2003 20:12:18 +0300
55786              Message-ID: <20030419171218.GA974@ratsnest.hole>
55787      Branch: perl
55788            ! sv.c
55789 ____________________________________________________________________________
55790 [ 19280] By: rgs                                   on 2003/04/20  18:55:40
55791         Log: Document PERL_DEBUGGING_MSTATS in INSTALL and in the Win32 Makefile.
55792              Subject: [DOC PATCH 5.8.0] Re: Problem with Devel::Peek on Perl 5.8.0
55793              From: Steve Hay <steve.hay@uk.radan.com>
55794              Date: Wed, 16 Apr 2003 11:12:22 +0100
55795              Message-ID: <3E9D2C86.8040104@uk.radan.com>
55796      Branch: perl
55797            ! INSTALL win32/Makefile
55798 ____________________________________________________________________________
55799 [ 19278] By: jhi                                   on 2003/04/20  07:42:17
55800         Log: Give more information of what to do when -Dusexxx fail.
55801      Branch: perl
55802            ! Configure
55803 ____________________________________________________________________________
55804 [ 19277] By: rgs                                   on 2003/04/19  19:40:22
55805         Log: Fix bug #21347 (segfault in UNIVERSAL::AUTOLOAD with qr//)
55806              by adding a dummy destructor method Regexp::DESTROY.
55807              This prevents infinite recursion, since Regexp::DESTROY
55808              is no more autoloaded.
55809
55810              Subject: Re: [perl #21347] segfault in UNIVERSAL::AUTOLOAD
55811              From: Enache Adrian <enache@rdslink.ro>
55812              Date: Wed, 2 Apr 2003 05:02:42 +0300
55813              Message-ID: <20030402020242.GA2966@ratsnest.hole>
55814      Branch: perl
55815            ! ext/B/t/stash.t t/op/ref.t universal.c
55816 ____________________________________________________________________________
55817 [ 19276] By: rgs                                   on 2003/04/19  19:32:25
55818         Log: Subject: Re: [PATCH] [perl #21875] Hash ref transformed as a list
55819              From: Dave Mitchell <davem@fdgroup.com>
55820              Date: Sat, 19 Apr 2003 20:06:51 +0100
55821              Message-ID: <20030419190651.GD13333@fdgroup.com>
55822      Branch: perl
55823            ! t/comp/parser.t toke.c
55824 ____________________________________________________________________________
55825 [ 19275] By: jhi                                   on 2003/04/19  18:52:24
55826         Log: Restore the two variables retired by the change #19268
55827              (for binary backward compatibility)
55828      Branch: perl
55829            ! embedvar.h perlapi.h thrdvar.h
55830 ____________________________________________________________________________
55831 [ 19273] By: jhi                                   on 2003/04/19  17:36:33
55832         Log: Fail if the specified -Duse64xxx cannot be fulfilled.
55833              (And undo a doublesize probe glitch from change #19272.)
55834      Branch: perl
55835            ! Configure
55836 ____________________________________________________________________________
55837 [ 19272] By: jhi                                   on 2003/04/19  16:38:12
55838         Log: If long doubles fail, we really cannot sensibly
55839              drop back to doubles anymore, therefore abort.
55840              Pointed out by Slaven Rezic. (I tried to fix this
55841              via metaconfig but ended up with a vicious cyclic
55842              dependency.)
55843      Branch: perl
55844            ! Configure
55845 ____________________________________________________________________________
55846 [ 19270] By: jhi                                   on 2003/04/19  12:09:21
55847         Log: Upgrade to Net::Ping 2.30.
55848      Branch: perl
55849            ! lib/Net/Ping.pm lib/Net/Ping/Changes
55850            ! lib/Net/Ping/t/450_service.t
55851 ____________________________________________________________________________
55852 [ 19269] By: jhi                                   on 2003/04/19  07:10:57
55853         Log: Bump the test count.
55854      Branch: perl
55855            ! ext/Storable/t/tied.t
55856 ____________________________________________________________________________
55857 [ 19268] By: jhi                                   on 2003/04/19  07:06:13
55858         Log: Subject: [PATCH] allow recursive FETCHes
55859              From: Dave Mitchell <davem@fdgroup.com>
55860              Date: Mon, 7 Apr 2003 10:00:41 +0100
55861              Message-ID: <20030407100041.A1617@fdgroup.com>
55862      Branch: perl
55863            ! av.c dump.c embed.fnc embed.h embedvar.h
55864            ! ext/Storable/t/st-dump.pl hv.c perl.c perlapi.h proto.h sv.c
55865            ! sv.h t/op/tie.t thrdvar.h
55866 ____________________________________________________________________________
55867 [ 19267] By: jhi                                   on 2003/04/19  06:54:34
55868         Log: Subject: [PATCH] readline.t tweak for VMS
55869              From: "Craig A. Berry" <craigberry@mac.com>
55870              Date: Thu, 17 Apr 2003 17:18:19 -0500
55871              Message-ID: <3E9F282B.6090603@mac.com>
55872      Branch: perl
55873            ! t/op/readline.t
55874 ____________________________________________________________________________
55875 [ 19266] By: jhi                                   on 2003/04/19  06:46:48
55876         Log: Subject: [PATCH] Re: any takers for this Storable bug?
55877              From: Enache Adrian <enache@rdslink.ro>
55878              Date: Wed, 16 Apr 2003 21:11:11 +0300
55879              Message-ID: <20030416181111.GA6687@ratsnest.hole>
55880
55881              ams had already fixed the bug by #19227, but take the
55882              test case.
55883      Branch: perl
55884            ! ext/Storable/t/tied.t
55885 ____________________________________________________________________________
55886 [ 19265] By: sky                                   on 2003/04/19  00:40:42
55887         Log: Don't use the stack to allocate a SV that we hand out to another
55888              function, only badness can ensure.
55889              Message-Id: <20030418180131.GD10086@fdgroup.com>
55890              Thanks go to Dave Mitchell for help in tracking down the bug!
55891      Branch: perl
55892            ! sv.c
55893 ____________________________________________________________________________
55894 [ 19264] By: jhi                                   on 2003/04/18  19:28:04
55895         Log: UTF8 regexp patch from Inaba Hiroto.
55896      Branch: perl
55897            ! regcomp.c t/op/pat.t
55898 ____________________________________________________________________________
55899 [ 19263] By: jhi                                   on 2003/04/18  19:16:43
55900         Log: Unused variables.
55901      Branch: perl
55902            ! perlio.c universal.c
55903 ____________________________________________________________________________
55904 [ 19262] By: sky                                   on 2003/04/17  20:02:33
55905         Log: Another needle in the voodoo doll.
55906              Now I think it should work with the shared
55907              strings.
55908      Branch: perl
55909            ! sv.c
55910 ____________________________________________________________________________
55911 [ 19254] By: sky                                   on 2003/04/17  17:31:52
55912         Log: Extreme Voodoo programming, by not pinching the SV if it is a
55913              PADTMP it happily keeps it's value later on!
55914      Branch: perl
55915            ! sv.c
55916 ____________________________________________________________________________
55917 [ 19253] By: jhi                                   on 2003/04/17  17:09:16
55918         Log: Implement -Dnoextensions=... and -Donlyextensions=...
55919      Branch: perl
55920            ! Configure INSTALL
55921 ____________________________________________________________________________
55922 [ 19252] By: ams                                   on 2003/04/17  16:19:31
55923         Log: Speculative fix: don't set GvNAMELEN to 1 if GvNAME is "".
55924              Anything that's broken by this change should be fixed.
55925      Branch: perl
55926            ! gv.c
55927 ____________________________________________________________________________
55928 [ 19251] By: jhi                                   on 2003/04/17  15:39:56
55929         Log: Introduce the new *l APIs, undefined, to non-Configure lands.
55930      Branch: perl
55931            ! NetWare/config.wc NetWare/config_H.wc configure.com
55932            ! djgpp/configure.bat epoc/config.sh plan9/config.plan9
55933            ! plan9/config_h.sample plan9/config_sh.sample win32/config.bc
55934            ! win32/config.gc win32/config.vc win32/config.vc64
55935            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
55936            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
55937 ____________________________________________________________________________
55938 [ 19250] By: jhi                                   on 2003/04/17  15:07:08
55939         Log: Regen Glossary et alia.
55940      Branch: perl
55941            ! Porting/Glossary Porting/config.sh Porting/config_H
55942 ____________________________________________________________________________
55943 [ 19248] By: jhi                                   on 2003/04/17  14:53:41
55944         Log: Small tidying up of the selectminbits code, but most
55945              importantly allocate the buffer from the heap using
55946              malloc, not from the stack: using stack causes unaligned
55947              access in LP64 Solaris since stack data is not guaranteed
55948              to be 64-bit aligned, while a fd_set is (it has 1024 longs).
55949              (via Alan Burlison)
55950      Branch: perl
55951            ! Configure
55952 ____________________________________________________________________________
55953 [ 19247] By: ams                                   on 2003/04/17  12:24:57
55954         Log: Subject: Re: [perl #21950] 5.8.x -- :scalar and magic strings
55955              From: Enache Adrian <enache@rdslink.ro>
55956              Date: Thu, 17 Apr 2003 14:35:36 +0300
55957              Message-Id: <20030417113536.GA898@ratsnest.hole>
55958      Branch: perl
55959            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
55960 ____________________________________________________________________________
55961 [ 19245] By: jhi                                   on 2003/04/17  09:20:27
55962         Log: Document that the open pragma does not affect
55963              the three-headed hydra, ummm, open.
55964      Branch: perl
55965            ! lib/open.pm
55966 ____________________________________________________________________________
55967 [ 19244] By: jhi                                   on 2003/04/17  06:45:26
55968         Log: More maneuvering closer to proposed POSIX classes
55969              mapping to Unicode: (1) The definitions of "graph" and
55970              "print" are still in flux: move closer back to how Perl
55971              5.8.0 defined it (though drop Co, that did not make sense)
55972              (2) Add U+0085 (NEL) to "space".
55973      Branch: perl
55974            ! lib/unicore/lib/Graph.pl lib/unicore/lib/Print.pl
55975            ! lib/unicore/lib/Space.pl lib/unicore/mktables
55976 ____________________________________________________________________________
55977 [ 19243] By: jhi                                   on 2003/04/17  05:29:24
55978         Log: Detect the 'fast stdio' case.
55979      Branch: perl
55980            ! lib/PerlIO.pm t/io/layers.t
55981 ____________________________________________________________________________
55982 [ 19242] By: jhi                                   on 2003/04/16  20:14:01
55983         Log: Fix up Larry's copyright statements to my best knowledge.
55984              (Lots of Perl 5 source code archaeology was involved.)
55985              Larry didn't make strangled noises when I showed him
55986              the patch, either :-)
55987      Branch: perl
55988            ! EXTERN.h INTERN.h Porting/pumpkin.pod README XSUB.h av.c av.h
55989            ! cc_runtime.h cop.h cv.h deb.c doio.c doop.c dosish.h dump.c
55990            ! embed.h embed.pl embedvar.h fakesdio.h fakethr.h form.h
55991            ! global.sym globals.c gv.c gv.h handy.h hv.c hv.h keywords.h
55992            ! keywords.pl locale.c mg.c mg.h miniperlmain.c nostdio.h
55993            ! numeric.c op.c op.h opcode.h opcode.pl opnames.h pad.c pad.h
55994            ! patchlevel.h perl.c perl.h perlapi.c perlapi.h perlio.h
55995            ! perlsdio.h perlsfio.h perlvars.h pp.c pp.h pp_ctl.c pp_hot.c
55996            ! pp_pack.c pp_sort.c pp_sys.c proto.h reentr.c reentr.h
55997            ! reentr.pl regcomp.c regcomp.h regexec.c regexp.h run.c scope.c
55998            ! scope.h sv.c sv.h taint.c thrdvar.h thread.h toke.c
55999            ! universal.c unixish.h utf8.c utf8.h utfebcdic.h util.c util.h
56000            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
56001            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
56002            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c xsutils.c
56003 ____________________________________________________________________________
56004 [ 19241] By: jhi                                   on 2003/04/16  17:24:24
56005         Log: Handle PERLIO= and document a bit.
56006      Branch: perl
56007            ! lib/PerlIO.pm pod/perlrun.pod t/io/layers.t
56008 ____________________________________________________________________________
56009 [ 19240] By: sky                                   on 2003/04/16  16:27:43
56010         Log: Fix double join problem for those places where free
56011              actually means free (solaris for example :)
56012              Fixes bug #16681
56013      Branch: perl
56014            ! ext/threads/t/join.t ext/threads/threads.xs
56015 ____________________________________________________________________________
56016 [ 19239] By: jhi                                   on 2003/04/16  14:57:47
56017         Log: Try to get the layers.t working also for dosish platforms.
56018      Branch: perl
56019            ! lib/PerlIO.pm t/io/layers.t
56020 ____________________________________________________________________________
56021 [ 19238] By: jhi                                   on 2003/04/16  13:27:24
56022         Log: A -C parsed from the #! line can still have line endings in it.
56023      Branch: perl
56024            ! util.c
56025 ____________________________________________________________________________
56026 [ 19237] By: jhi                                   on 2003/04/16  13:23:37
56027         Log: What does an empty PERLIO= mean, anyway?
56028      Branch: perl
56029            ! t/io/layers.t
56030 ____________________________________________________________________________
56031 [ 19236] By: jhi                                   on 2003/04/16  13:09:42
56032         Log: Document the effect of thread creation context.
56033      Branch: perl
56034            ! ext/threads/threads.pm
56035 ____________________________________________________________________________
56036 [ 19235] By: jhi                                   on 2003/04/16  12:13:07
56037         Log: Use the right prototype and a glob is fine (from Rafael).
56038      Branch: perl
56039            ! lib/PerlIO.pm universal.c
56040 ____________________________________________________________________________
56041 [ 19234] By: jhi                                   on 2003/04/16  10:20:46
56042         Log: PerlIO::get_layers() usage tip.
56043      Branch: perl
56044            ! lib/PerlIO.pm
56045 ____________________________________________________________________________
56046 [ 19233] By: jhi                                   on 2003/04/16  10:07:48
56047         Log: Syntax terror.
56048      Branch: perl
56049            ! lib/unicore/mktables
56050 ____________________________________________________________________________
56051 [ 19232] By: jhi                                   on 2003/04/16  09:45:51
56052         Log: Redundant test.
56053      Branch: perl
56054            ! lib/unicore/mktables
56055 ____________________________________________________________________________
56056 [ 19231] By: jhi                                   on 2003/04/16  09:21:25
56057         Log: Synchronize the specifications of the POSIX character
56058              classes alnum, graph, and print closer to the planned
56059              Unicode proposal.
56060      Branch: perl
56061            ! lib/unicore/lib/Alnum.pl lib/unicore/lib/Graph.pl
56062            ! lib/unicore/lib/Print.pl lib/unicore/mktables utf8.c
56063 ____________________________________________________________________________
56064 [ 19230] By: jhi                                   on 2003/04/16  08:57:01
56065         Log: Patch from Merijn.
56066      Branch: perl
56067            ! perl.h
56068 ____________________________________________________________________________
56069 [ 19228] By: jhi                                   on 2003/04/16  08:27:26
56070         Log: Thinko in modfl detection.
56071      Branch: perl
56072            ! Configure
56073 ____________________________________________________________________________
56074 [ 19227] By: ams                                   on 2003/04/16  02:32:11
56075         Log: Storable now handles self-tied scalars with NULL mg_obj.
56076      Branch: perl
56077            ! ext/Storable/Storable.xs
56078 ____________________________________________________________________________
56079 [ 19226] By: jhi                                   on 2003/04/15  18:00:21
56080         Log: Upgrade to Pod::LaTeX 0.55.
56081      Branch: perl
56082            + lib/Pod/t/pod2latex.t
56083            - lib/Pod/t/latex.t
56084            ! MANIFEST lib/Pod/LaTeX.pm pod/pod2latex.PL
56085 ____________________________________________________________________________
56086 [ 19224] By: jhi                                   on 2003/04/15  17:01:27
56087         Log: The 'disable-longdouble-if-no-modfl-sqrtl' part didn't stick.
56088      Branch: perl
56089            ! Configure
56090 ____________________________________________________________________________
56091 [ 19223] By: jhi                                   on 2003/04/15  16:36:32
56092         Log: Handle PERLIO=stdio, PERLIO=perlio, PERLIO=mmap, and no PERLIO.
56093      Branch: perl
56094            ! t/io/layers.t
56095 ____________________________________________________________________________
56096 [ 19221] By: jhi                                   on 2003/04/15  16:27:49
56097         Log: False alarm: no cyclic dependency.
56098      Branch: perl
56099            ! Configure config_h.SH
56100 ____________________________________________________________________________
56101 [ 19219] By: jhi                                   on 2003/04/15  16:08:11
56102         Log: Backport of _most_ of the changes in #19218: not one big
56103              cyclic dependency, though, it must be broken up somehow.
56104      Branch: perl
56105            ! Configure config_h.SH
56106 ____________________________________________________________________________
56107 [ 19218] By: jhi                                   on 2003/04/15  14:09:31
56108         Log: Big patch from Alan Burlison to make Solaris long doubles work.
56109              (Also spreads more <stdlib.h> joy.)
56110              Needs backporting to metaconfig units and introducing the new
56111              symbols to non-Configure lands.
56112      Branch: perl
56113            ! Configure config_h.SH hints/solaris_2.sh numeric.c perl.h pp.c
56114 ____________________________________________________________________________
56115 [ 19217] By: jhi                                   on 2003/04/15  14:01:03
56116         Log: Don't skip the whole test for PERLIO=perlio.
56117      Branch: perl
56118            ! t/io/layers.t
56119 ____________________________________________________________________________
56120 [ 19215] By: jhi                                   on 2003/04/15  05:54:17
56121         Log: Add a test for [perl #17753].
56122      Branch: perl
56123            ! t/op/undef.t
56124 ____________________________________________________________________________
56125 [ 19214] By: jhi                                   on 2003/04/15  05:40:52
56126         Log: "proto.h": 'id' is a reserved word in Objective-C.
56127      Branch: perl
56128            ! embed.fnc op.c proto.h
56129 ____________________________________________________________________________
56130 [ 19213] By: sky                                   on 2003/04/14  21:42:10
56131         Log: Ook, run tests on correct build-dir next time.
56132              We must check if the hv is a stash, otherwise we try to delete
56133              something that is a HvNAME of null.....  tests pass better now
56134      Branch: perl
56135            ! gv.c
56136 ____________________________________________________________________________
56137 [ 19212] By: sky                                   on 2003/04/14  21:15:00
56138         Log: Fixes to bugs introduced by PL_stashcache
56139              A) Follow suggestion by Benjamin Goldberg to use hv_delete
56140              instead of hv_delete_ent to avoid creating a temporary SV
56141              B) Don't increment the refcount, sneak it into an IV instead
56142              C) When a GP is a deleted that contains a stash, remove the
56143              corresponding entry since hv might be in use in other places.
56144              D) Note that no test cases test the deletion of packages to catch
56145              this bug.
56146      Branch: perl
56147            ! gv.c hv.c pp_hot.c
56148 ____________________________________________________________________________
56149 [ 19211] By: rgs                                   on 2003/04/14  21:11:11
56150         Log: Mention that "make test_harness" lets messages sent through
56151              standard error out. Complements change #19206.
56152      Branch: perl
56153            ! pod/perlhack.pod
56154 ____________________________________________________________________________
56155 [ 19210] By: rgs                                   on 2003/04/14  20:48:02
56156         Log: Subject: Re: Parse::RecDescent triggers infinete loop in perl5.9.0 and 5.8.1  [perl #17757]
56157              From: Inaba Hiroto <inaba@st.rim.or.jp>
56158              Date: Fri, 21 Mar 2003 17:35:21 +0900
56159              Message-ID: <3E7ACEC8.E0D57221@st.rim.or.jp>
56160              Date: Sat, 22 Mar 2003 11:28:05 +0900
56161              Message-ID: <3E7BCA34.6824269F@st.rim.or.jp>
56162      Branch: perl
56163            ! regexec.c t/op/pat.t
56164 ____________________________________________________________________________
56165 [ 19209] By: jhi                                   on 2003/04/14  20:36:55
56166         Log: PERLIO=perlio requires extra steps.
56167      Branch: perl
56168            ! lib/PerlIO.pm t/io/layers.t
56169 ____________________________________________________________________________
56170 [ 19208] By: jhi                                   on 2003/04/14  20:02:04
56171         Log: Skip as early as possible if no perlio since the
56172              use open would be compile-time.
56173      Branch: perl
56174            ! t/io/layers.t
56175 ____________________________________________________________________________
56176 [ 19207] By: rgs                                   on 2003/04/14  19:34:42
56177         Log: Document and test autovivified dirhandles.
56178              Subject: [perl #21952] [patch] t/op/readdir.t and perlfunc.pod
56179              From: Nathan Torkington (via RT) <perlbug-followup@perl.org>
56180              Date: 12 Apr 2003 12:40:45 -0000
56181              Message-Id: <rt-21952-55079.8.08945458828887@bugs6.perl.org>
56182      Branch: perl
56183            ! pod/perlfunc.pod t/op/readdir.t
56184 ____________________________________________________________________________
56185 [ 19206] By: rgs                                   on 2003/04/14  19:13:26
56186         Log: More docs about running tests and the test suite.
56187              Update perlhack.pod in various places.
56188              Add 'test_harness' as a .PHONY dependency in the Makefile.
56189      Branch: perl
56190            ! Makefile.SH pod/perlhack.pod t/README
56191 ____________________________________________________________________________
56192 [ 19205] By: jhi                                   on 2003/04/14  18:58:01
56193         Log: Build get_layers() also under -Uuseperlio.
56194      Branch: perl
56195            ! universal.c
56196 ____________________________________________________________________________
56197 [ 19204] By: jhi                                   on 2003/04/14  18:48:04
56198         Log: Bump up the version and admonish against aspiring (ab)use.
56199      Branch: perl
56200            ! lib/PerlIO.pm
56201 ____________________________________________________________________________
56202 [ 19203] By: jhi                                   on 2003/04/14  17:35:51
56203         Log: Introduce PerlIO::get_layers() to allow people to peek
56204              at the PerlIO layer stack.
56205      Branch: perl
56206            + t/io/layers.t
56207            ! MANIFEST lib/PerlIO.pm perlio.c perlio.h t/io/open.t
56208            ! universal.c
56209 ____________________________________________________________________________
56210 [ 19202] By: merijn                                on 2003/04/14  05:42:18
56211         Log: Subject: [PATCH] vms/vms.c waitpid tweak
56212              From: "Craig A. Berry" <craigberry@mac.com>
56213              Date: Mon, 14 Apr 2003 00:43:00 -0500
56214              Message-ID: <3E9A4A64.6030205@mac.com>
56215      Branch: perl
56216            ! vms/vms.c
56217 ____________________________________________________________________________
56218 [ 19201] By: sky                                   on 2003/04/13  19:26:46
56219         Log: Fix bug #16253, use all the CPU that we can :-)
56220      Branch: perl
56221            ! ext/threads/threads.xs
56222 ____________________________________________________________________________
56223 [ 19200] By: sky                                   on 2003/04/13  18:38:58
56224         Log: Fix bug #15893 by creating shared scalars with a refcount of 1
56225              instead of 2 and make push and pop increase the refcount.
56226      Branch: perl
56227            ! ext/threads/shared/shared.xs
56228 ____________________________________________________________________________
56229 [ 19199] By: jhi                                   on 2003/04/13  11:45:42
56230         Log: Because we chdir to 'Big-Dummy' the lib/utf8.pm may be at
56231              ../../lib for the lc() at line 66 (UTF-8 data possible
56232              if using UTF-8 locales).
56233      Branch: perl
56234            ! lib/ExtUtils/t/Install.t
56235 ____________________________________________________________________________
56236 [ 19198] By: jhi                                   on 2003/04/13  09:43:09
56237         Log: The lib/ipc_sysv.t test has a new name.
56238      Branch: perl
56239            ! INSTALL
56240 ____________________________________________________________________________
56241 [ 19197] By: jhi                                   on 2003/04/13  09:32:05
56242         Log: Continue hunting for the cause of the Tru64 failed threaded smokes
56243              most probably introduced by the change #19157.  The tweak suggested
56244              by Stephen McCamant trades a possible dangling pointer (CopFILE()
56245              is tricky like that with threads) to a memory leak.  (This means
56246              that this tweak shouldn't be left in as-is, but if this helps,
56247              we at least know that the failure was caused by the #19157.)
56248      Branch: perl
56249            ! op.c
56250 ____________________________________________________________________________
56251 [ 19196] By: jhi                                   on 2003/04/13  09:20:02
56252         Log: Upgrade to Net::Ping 2.29.
56253      Branch: perl
56254            + lib/Net/Ping/t/510_ping_udp.t
56255            - lib/Net/Ping/README
56256            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/Changes
56257 ____________________________________________________________________________
56258 [ 19195] By: jhi                                   on 2003/04/13  09:02:05
56259         Log: Upgrade to Test::Harness 2.27_04.
56260      Branch: perl
56261            + lib/Test/Harness/t/pod.t t/lib/sample-tests/switches
56262            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Straps.pm
56263            ! lib/Test/Harness/t/test-harness.t
56264 ____________________________________________________________________________
56265 [ 19194] By: rgs                                   on 2003/04/12  21:21:04
56266         Log: Darwin/Rhapsody hints files updates by Wilfredo Sánchez
56267      Branch: perl
56268            ! hints/darwin.sh hints/rhapsody.sh
56269 ____________________________________________________________________________
56270 [ 19192] By: jhi                                   on 2003/04/12  18:23:40
56271         Log: The debugging aid #19182 didn't.
56272      Branch: perl
56273            ! ext/B/t/deparse.t
56274 ____________________________________________________________________________
56275 [ 19191] By: jhi                                   on 2003/04/12  16:51:12
56276         Log: Benchmark nit from Nicholas Clark (in OpenBSD the result could
56277              be a negative zero, -0).
56278      Branch: perl
56279            ! lib/Benchmark.t
56280 ____________________________________________________________________________
56281 [ 19190] By: rgs                                   on 2003/04/12  13:41:25
56282         Log: Subject: [PATCH] MakeMaker 6.10_02 -> 6.10_03
56283              From: Michael G Schwern <schwern@pobox.com>
56284              Date: Fri, 11 Apr 2003 00:32:02 -0700
56285              Message-ID: <20030411073202.GC5916@windhund.schwern.org>
56286      Branch: perl
56287            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_MacOS.pm
56288            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
56289            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/TODO
56290            ! lib/ExtUtils/t/00compile.t lib/ExtUtils/t/00setup_dummy.t
56291            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/basic.t
56292            ! lib/ExtUtils/t/zz_cleanup_dummy.t
56293 ____________________________________________________________________________
56294 [ 19189] By: rgs                                   on 2003/04/10  20:40:14
56295         Log: Peter Scott suggests that the docs for base.pm should
56296              state explicitely that base.pm doesn't call import()
56297              on base classes. Plus a few typos.
56298      Branch: perl
56299            ! lib/base.pm
56300 ____________________________________________________________________________
56301 [ 19188] By: rgs                                   on 2003/04/10  19:45:08
56302         Log: PerlFAQ sync.
56303      Branch: perl
56304            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
56305            ! pod/perlfaq7.pod pod/perlfaq9.pod
56306 ____________________________________________________________________________
56307 [ 19187] By: rgs                                   on 2003/04/10  19:25:18
56308         Log: Fix bug #21914, 3-arg open + local $fh + strict coredump.
56309              There used to be a nullstash (%{"<none>::"}) to hold illegal
56310              variables under strict 'vars'. It has been removed by change #17942.
56311              This can lead to segfaults during the parsing, because some illegal
56312              variables might have been discarded before the compilation of the
56313              current statement had completed.
56314              Bug analysis and test case by Enache Adrian.
56315      Branch: perl
56316            ! gv.c t/lib/strict/vars
56317 ____________________________________________________________________________
56318 [ 19186] By: jhi                                   on 2003/04/10  19:13:40
56319         Log: Be more descriptive.
56320      Branch: perl
56321            ! MANIFEST
56322 ____________________________________________________________________________
56323 [ 19185] By: jhi                                   on 2003/04/10  19:06:02
56324         Log: Noted by Nat: -0 didn't work that well with Unicode.
56325      Branch: perl
56326            ! perl.c pod/perlrun.pod
56327 ____________________________________________________________________________
56328 [ 19184] By: jhi                                   on 2003/04/10  17:26:43
56329         Log: Add an option for the grok_xxx() to silently ignore bad digits.
56330      Branch: perl
56331            ! numeric.c perl.h
56332 ____________________________________________________________________________
56333 [ 19183] By: jhi                                   on 2003/04/10  10:56:25
56334         Log: The test doesn't work that well when -Uusedl.
56335              Some of the tests could be salvaged even then I guess.
56336      Branch: perl
56337            ! lib/ExtUtils/t/Constant.t
56338 ____________________________________________________________________________
56339 [ 19182] By: jhi                                   on 2003/04/10  09:40:24
56340         Log: A temporary debugging aid for Tru64 threaded builds.
56341      Branch: perl
56342            ! ext/B/t/deparse.t
56343 ____________________________________________________________________________
56344 [ 19181] By: jhi                                   on 2003/04/10  08:02:10
56345         Log: Unless Inuits are involved...
56346      Branch: perl
56347            ! pod/perlrun.pod
56348 ____________________________________________________________________________
56349 [ 19180] By: jhi                                   on 2003/04/10  07:02:44
56350         Log: With AFS the cwds have little chance of agreeing.
56351      Branch: perl
56352            ! ext/Cwd/t/cwd.t
56353 ____________________________________________________________________________
56354 [ 19179] By: jhi                                   on 2003/04/10  06:46:50
56355         Log: I assume the idea was to use the *cwd variables for testing.
56356      Branch: perl
56357            ! ext/Cwd/t/cwd.t
56358 ____________________________________________________________________________
56359 [ 19177] By: jhi                                   on 2003/04/10  04:34:48
56360         Log: perlport information about portably embedding string data.
56361      Branch: perl
56362            ! pod/perlport.pod
56363 ____________________________________________________________________________
56364 [ 19176] By: jhi                                   on 2003/04/10  04:18:45
56365         Log: Also locale names can contain illegal UTF-8.
56366      Branch: perl
56367            ! lib/locale.t
56368 ____________________________________________________________________________
56369 [ 19175] By: jhi                                   on 2003/04/10  04:03:48
56370         Log: In case someone is using UTF-8 locales.
56371      Branch: perl
56372            ! lib/ExtUtils/MM_MacOS.pm
56373 ____________________________________________________________________________
56374 [ 19174] By: merijn                                on 2003/04/09  14:33:12
56375         Log: Even more promotion for -lc128 (long doubles on AIX)
56376              More obvious detection of C compiler
56377              cc_type should not promote to config.sh
56378
56379              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
56380              Date: Wed, 09 Apr 2003 14:31:48 +0200
56381              Message-Id: <20030409143007.B4A4.H.M.BRAND@hccnet.nl>
56382      Branch: perl
56383            ! hints/aix.sh
56384 ____________________________________________________________________________
56385 [ 19173] By: jhi                                   on 2003/04/09  12:39:35
56386         Log: open(my $fh, ">&", STDOUT) should not warn under strict.
56387      Branch: perl
56388            ! op.c t/io/open.t
56389 ____________________________________________________________________________
56390 [ 19172] By: jhi                                   on 2003/04/09  10:40:31
56391         Log: Try to be more descriptive than just __ANONIO__ which is what
56392              you get when you autovivify filehandles into array/hash elements.
56393      Branch: perl
56394            ! doio.c op.c t/io/open.t
56395 ____________________________________________________________________________
56396 [ 19171] By: rgs                                   on 2003/04/08  20:44:20
56397         Log: Implement support for --help and --version in Getopt::Std
56398              Subject: Re: [PATCH 5.8.1 @19053] Getopt::Std
56399              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
56400              Date: Mon, 7 Apr 2003 17:07:15 -0700
56401              Message-ID: <20030408000714.GA953@math.berkeley.edu>
56402      Branch: perl
56403            ! lib/Getopt/Std.pm
56404 ____________________________________________________________________________
56405 [ 19170] By: rgs                                   on 2003/04/08  19:47:05
56406         Log: Subject: [PATCH] Re: Error: Unknown error
56407              From: Enache Adrian <enache@rdslink.ro>
56408              Date: Tue, 8 Apr 2003 07:12:13 +0300
56409              Message-ID: <20030408041213.GA13553@ratsnest.hole>
56410      Branch: perl
56411            ! lib/fields.t lib/strict.t op.c t/lib/strict/subs
56412 ____________________________________________________________________________
56413 [ 19169] By: rgs                                   on 2003/04/08  19:19:34
56414         Log: Subject: [PATCH] (vaguely connected with) [perl #21875] Hash ref transformed as a list
56415              From: Dave Mitchell <davem@fdgroup.com>
56416              Date: Mon, 7 Apr 2003 21:43:17 +0100
56417              Message-ID: <20030407204317.GA8796@fdgroup.com>
56418
56419              The new XTERMORDORDOR lexer expectation must also be named
56420              in debugging perls, to be used in the output of -DT.
56421      Branch: perl
56422            ! perl.h toke.c
56423 ____________________________________________________________________________
56424 [ 19168] By: rgs                                   on 2003/04/08  19:05:22
56425         Log: Document that perl recognizes 2>&1 on the command-line on VMS.
56426      Branch: perl
56427            ! vms/perlvms.pod
56428 ____________________________________________________________________________
56429 [ 19167] By: rgs                                   on 2003/04/08  18:47:18
56430         Log: Typos fixes by Stas Bekman.
56431      Branch: perl
56432            ! cv.h lib/attributes.pm sv.h
56433 ____________________________________________________________________________
56434 [ 19166] By: rgs                                   on 2003/04/08  18:43:22
56435         Log: Subject: [PATCH pod/perlpod.pod] was RE: How cross-platform is `foo 2>&1`  these days?
56436              From: Robin Barker <Robin.Barker@npl.co.uk>
56437              Date: Tue, 8 Apr 2003 14:23:04 +0100
56438              Message-ID: <533D273D4014D411AB1D00062938C4D904046395@hotel.npl.co.uk>
56439      Branch: perl
56440            ! pod/perlpod.pod
56441 ____________________________________________________________________________
56442 [ 19164] By: jhi                                   on 2003/04/08  04:42:05
56443         Log: Few more words about safe/unsafe signals.
56444      Branch: perl
56445            ! pod/perlipc.pod pod/perlrun.pod pod/perlvar.pod
56446 ____________________________________________________________________________
56447 [ 19163] By: jhi                                   on 2003/04/07  19:25:39
56448         Log: The SvGROW() might move the PV.
56449      Branch: perl
56450            ! pp.c
56451 ____________________________________________________________________________
56452 [ 19162] By: jhi                                   on 2003/04/07  18:23:29
56453         Log: Subject: Re: [PATCH] ExtUtils::MakeMaker 6.10_02
56454              From: Michael G Schwern <schwern@pobox.com>
56455              Date: Mon, 7 Apr 2003 02:09:17 -0700
56456              Message-ID: <20030407090917.GA9221@windhund.schwern.org>
56457      Branch: perl
56458            + lib/ExtUtils/t/MM_Any.t
56459            ! MANIFEST lib/ExtUtils/Command.pm lib/ExtUtils/Command/MM.pm
56460            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
56461            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Liblist/Kid.pm
56462            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_BeOS.pm
56463            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_DOS.pm
56464            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_NW5.pm
56465            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_UWIN.pm
56466            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
56467            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
56468            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
56469            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/PATCHING
56470            ! lib/ExtUtils/README lib/ExtUtils/TODO
56471            ! lib/ExtUtils/t/00compile.t lib/ExtUtils/t/MM_Cygwin.t
56472            ! lib/ExtUtils/t/basic.t t/lib/MakeMaker/Test/Utils.pm
56473 ____________________________________________________________________________
56474 [ 19160] By: jhi                                   on 2003/04/07  04:17:38
56475         Log: Time::HiRes: Do not create files in blib directories under core
56476              (from Rafael)
56477      Branch: perl
56478            ! ext/Time/HiRes/Makefile.PL
56479 ____________________________________________________________________________
56480 [ 19159] By: jhi                                   on 2003/04/07  03:53:01
56481         Log: Future binary compat wishful thinking:
56482              maint will use the stashcache, but not the dbassertion.
56483      Branch: perl
56484            ! intrpvar.h
56485 ____________________________________________________________________________
56486 [ 19158] By: jhi                                   on 2003/04/07  03:41:17
56487         Log: More WinCE tweaking for Vadim Konovalov.
56488      Branch: perl
56489            ! wince/Makefile.ce wince/compile-all.bat wince/compile.bat
56490            ! wince/makedist.pl
56491 ____________________________________________________________________________
56492 [ 19157] By: rgs                                   on 2003/04/06  20:53:29
56493         Log: Subject: CvFILE for constant subs
56494              From: Stephen McCamant <smcc@mit.edu>
56495              Date: Sun, 6 Apr 2003 16:39:13 -0400
56496              Message-ID: <16016.36977.667436.279778@syllepsis.MIT.EDU>
56497      Branch: perl
56498            ! op.c
56499 ____________________________________________________________________________
56500 [ 19156] By: rgs                                   on 2003/04/06  20:44:09
56501         Log: Subject: [PATCH] B::Deparse: sv_no != 0
56502              From: Stephen McCamant <smcc@mit.edu>
56503              Date: Sun, 6 Apr 2003 17:00:48 -0400
56504              Message-ID: <16016.38272.921140.343901@syllepsis.MIT.EDU>
56505      Branch: perl
56506            ! ext/B/B/Deparse.pm
56507 ____________________________________________________________________________
56508 [ 19154] By: jhi                                   on 2003/04/06  19:46:35
56509         Log: An unconditional carp is not nice.
56510      Branch: perl
56511            ! ext/Sys/Syslog/Syslog.pm
56512 ____________________________________________________________________________
56513 [ 19153] By: rgs                                   on 2003/04/06  18:37:58
56514         Log: Subject: [DOC PATCH] README.solaris and -Dcc=gcc
56515              From: Robert Spier <rspier@pobox.com>
56516              Date: Sat, 05 Apr 2003 21:12:20 -0800
56517              Message-ID: <m37ka88b0r.wl_rspier@pobox.com>
56518      Branch: perl
56519            ! README.solaris
56520 ____________________________________________________________________________
56521 [ 19152] By: rgs                                   on 2003/04/06  18:24:38
56522         Log: Remove unportable ">|" shell syntax
56523              Subject: Re: Change 19150: LD_PRELOAD hack, still badly flawed / a solution
56524              From: Enache Adrian <enache@rdslink.ro>
56525              Date: Sun, 6 Apr 2003 21:13:27 +0300
56526              Message-ID: <20030406181326.GA873@ratsnest.hole>
56527      Branch: perl
56528            ! Makefile.SH
56529 ____________________________________________________________________________
56530 [ 19151] By: jhi                                   on 2003/04/06  18:14:44
56531         Log: Subject: PATCH (was: Re: [perl #18180] problem with sys:syslog on solaris 8 with perl 5.8.0)
56532              From: Joost van Baal <J.E.vanBaal@uvt.nl>
56533              Date: Mon, 25 Nov 2002 17:35:37 +0100
56534              Message-ID: <20021125163537.GC4745@banach.uvt.nl>
56535
56536              (The .pm patch modified a bit, and removed the false
56537              claim that _PATH_INFO would be coming from syslog.ph)
56538      Branch: perl
56539            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
56540            ! ext/Sys/Syslog/syslog.t
56541 ____________________________________________________________________________
56542 [ 19150] By: rgs                                   on 2003/04/05  21:10:00
56543         Log: Subject: LD_PRELOAD hack, still badly flawed / a solution
56544              From: Enache Adrian <enache@rdslink.ro>
56545              Date: Thu, 3 Apr 2003 15:50:48 +0300
56546              Message-ID: <20030403125048.GA6107@ratsnest.hole>
56547
56548              On linux, when building a shared library, generate
56549              a small shell wrapper, "preload", that preloads libperl.so
56550              only if it exists. Useful when the 'make' process stops
56551              before the link phase.
56552      Branch: perl
56553            ! Makefile.SH
56554 ____________________________________________________________________________
56555 [ 19149] By: jhi                                   on 2003/04/05  20:44:25
56556         Log: Upgrade to Locale::Maketext 1.04.
56557      Branch: perl
56558            + lib/Locale/Maketext/t/00about.t lib/Locale/Maketext/t/01make.t
56559            + lib/Locale/Maketext/t/02get.t lib/Locale/Maketext/t/03http.t
56560            - lib/Locale/Maketext/test.pl
56561            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
56562            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
56563 ____________________________________________________________________________
56564 [ 19148] By: jhi                                   on 2003/04/05  20:38:30
56565         Log: perluniintro.pod: nice_string() doesn't escape
56566              literal escape chars -- use Sadahiro-san's fix(es).
56567      Branch: perl
56568            ! pod/perluniintro.pod
56569 ____________________________________________________________________________
56570 [ 19147] By: rgs                                   on 2003/04/05  19:12:30
56571         Log: Subject: [PATCH 5.8.1 @19053] Embedding
56572              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
56573              Date: Mon, 31 Mar 2003 12:39:24 -0800
56574              Message-ID: <20030331203924.GA3602@math.berkeley.edu>
56575
56576              Advertise the pair of macros PERL_SYS_INIT3 / PERL_SYS_TERM
56577              to be used in a C program's main function.
56578      Branch: perl
56579            ! lib/ExtUtils/t/Embed.t pod/perlembed.pod
56580 ____________________________________________________________________________
56581 [ 19146] By: jhi                                   on 2003/04/05  19:08:37
56582         Log: Heredocs and use encoding didn't work for SJIS;
56583              patch from Inaba Hiroto.
56584      Branch: perl
56585            ! toke.c
56586 ____________________________________________________________________________
56587 [ 19145] By: rgs                                   on 2003/04/05  11:45:36
56588         Log: The manpages don't have to be built by MakeMaker for the
56589              core modules in ext/. Disable this in Devel::PPPort (not
56590              up-to-date on CPAN), Unicode::Normalize (the CPAN version
56591              uses a different Makefile.PL anyway) and XS::APItest
56592              (not CPANized.)
56593      Branch: perl
56594            ! ext/Devel/PPPort/Makefile.PL ext/Unicode/Normalize/Makefile.PL
56595            ! ext/XS/APItest/Makefile.PL
56596 ____________________________________________________________________________
56597 [ 19144] By: rgs                                   on 2003/04/05  11:28:22
56598         Log: Upgrade to Unicode::Normalize 0.21 and Unicode::Collate 0.24,
56599              by SADAHIRO Tomoyuki.
56600      Branch: perl
56601            ! ext/Unicode/Normalize/Changes
56602            ! ext/Unicode/Normalize/Normalize.pm
56603            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
56604            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
56605            ! ext/Unicode/Normalize/t/test.t lib/Unicode/Collate.pm
56606            ! lib/Unicode/Collate/Changes lib/Unicode/Collate/README
56607            ! lib/Unicode/Collate/t/index.t lib/Unicode/Collate/t/test.t
56608 ____________________________________________________________________________
56609 [ 19143] By: merijn                                on 2003/04/03  08:55:33
56610         Log: Subject: [PATCH] VMS %ENV fix (follow-up to 18852)
56611              From: "Craig A. Berry" <craigberry@mac.com>
56612              Date: Wed, 02 Apr 2003 18:09:03 -0600
56613              Message-Id: <5.2.0.9.0.20030402173822.01ba1df0@dcichiexc1>
56614      Branch: perl
56615            ! vms/vms.c vms/vmsish.h
56616 ____________________________________________________________________________
56617 [ 19142] By: merijn                                on 2003/04/03  08:50:55
56618         Log: Subject: Re: [PATCH 5.8.0 DOC] Fix missing functions when splitting perlfunc
56619              From: andreas.koenig@anima.de (Andreas J. Koenig)
56620              Date: Thu, 03 Apr 2003 08:28:52 +0200
56621              Message-ID: <m3u1dgnlgb.fsf@franz.ak.mind.de>
56622      Branch: perl
56623            ! lib/Pod/t/Functions.t
56624 ____________________________________________________________________________
56625 [ 19141] By: jhi                                   on 2003/04/03  05:00:36
56626         Log: Don't recurse from threads to threads/shared (since
56627              threads/shared is built separately, temp solution from
56628              Schwern while MM is being fixed.)
56629      Branch: perl
56630            ! ext/threads/Makefile.PL
56631 ____________________________________________________________________________
56632 [ 19140] By: rgs                                   on 2003/04/02  20:41:46
56633         Log: Subject: [PATCH 5.8.0 DOC] Fix missing functions when splitting perlfunc
56634              From: Steve Hay <steve.hay@uk.radan.com>
56635              Date: Thu, 20 Mar 2003 11:55:01 +0000
56636              Message-ID: <3E79AC15.80307@uk.radan.com>
56637      Branch: perl
56638            ! installhtml lib/Pod/Functions.pm pod/perlfunc.pod pod/splitpod
56639 ____________________________________________________________________________
56640 [ 19139] By: jhi                                   on 2003/04/02  19:44:07
56641         Log: Make perldiag agree with #19138.
56642      Branch: perl
56643            ! pod/perldiag.pod
56644 ____________________________________________________________________________
56645 [ 19138] By: jhi                                   on 2003/04/02  19:37:59
56646         Log: Make at least the thread count make sense.
56647      Branch: perl
56648            ! ext/threads/threads.xs
56649 ____________________________________________________________________________
56650 [ 19137] By: rgs                                   on 2003/04/02  19:24:47
56651         Log: Adjust test for the recent change (#19136) to Pod::Html
56652      Branch: perl
56653            ! lib/Pod/t/htmlview.t
56654 ____________________________________________________________________________
56655 [ 19136] By: rgs                                   on 2003/04/02  18:46:31
56656         Log: Fixes for "installhtml --splithead", based on :
56657              Subject: Re: [PATCH 5.8.0 UTIL] Fix installhtml for splitting and PM/POD conflicts
56658              From: Steve Hay <steve.hay@uk.radan.com>
56659              Date: Wed, 02 Apr 2003 11:33:41 +0100
56660              Message-ID: <3E8ABC85.5060807@uk.radan.com>
56661
56662              This also includes a small patch to Pod::Html : when generating
56663              anchor names, play on the safe side and turn every non-alphanumeric
56664              character into an '_'. Moreover, Pod::Html::anchorify() is now
56665              optionally exported.
56666      Branch: perl
56667            ! installhtml lib/Pod/Html.pm
56668 ____________________________________________________________________________
56669 [ 19135] By: rgs                                   on 2003/04/02  18:42:50
56670         Log: Subject: Re: [perl #21765] $s = ""; $n = @a = split(/,/, $s); results in undef $n
56671              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
56672              Date: Tue, 01 Apr 2003 16:32:46 -0800
56673              Message-ID: <u+ii+gzkgqkV092yn@efn.org>
56674      Branch: perl
56675            ! pp.c t/op/split.t
56676 ____________________________________________________________________________
56677 [ 19134] By: sky                                   on 2003/04/02  18:01:40
56678         Log: Fix some small nits, thanks to Rafael.
56679      Branch: perl
56680            ! pp_hot.c
56681 ____________________________________________________________________________
56682 [ 19133] By: sky                                   on 2003/04/02  13:41:14
56683         Log: Add packname->stash cache before the check if a packname is a
56684              filehandle or a package, it works because only packnames
56685              that have been resolved to stashes are added to the cache,
56686              and when a newIO is created we clean the cache.
56687              Results in roughly 1.8 speed increase for class->method()
56688              calls.
56689      Branch: perl
56690            ! embedvar.h gv.c hv.c intrpvar.h perl.c perlapi.h pp_hot.c sv.c
56691 ____________________________________________________________________________
56692 [ 19132] By: merijn                                on 2003/04/02  11:28:02
56693         Log: #19122 should have been tested on non-glibc system (like AIX)
56694      Branch: perl
56695            ! pp.c
56696 ____________________________________________________________________________
56697 [ 19131] By: jhi                                   on 2003/04/02  05:25:19
56698         Log: Spread IlyaZ's PERL_CORE detection trick.
56699      Branch: perl
56700            ! ext/Encode/Makefile.PL
56701 ____________________________________________________________________________
56702 [ 19130] By: jhi                                   on 2003/04/02  04:42:40
56703         Log: Cannot portably compare files if one of them is still open
56704              (from Craig Berry).
56705      Branch: perl
56706            ! ext/Encode/t/enc_module.t
56707 ____________________________________________________________________________
56708 [ 19129] By: jhi                                   on 2003/04/02  04:30:45
56709         Log: MM_VMS tweak from Craig Berry:
56710              http://nntp.x.perl.org/group/perl.makemaker/1002
56711      Branch: perl
56712            ! lib/ExtUtils/MM_VMS.pm
56713 ____________________________________________________________________________
56714 [ 19128] By: rgs                                   on 2003/04/01  21:30:12
56715         Log: Subject: [PATCH 5.8.0 UTIL] Fix installhtml for splitting and PM/POD conflicts
56716              From: Steve Hay <steve.hay@uk.radan.com>
56717              Date: Thu, 20 Mar 2003 12:34:15 +0000
56718              Message-ID: <3E79B547.6030201@uk.radan.com>
56719              (with a few minor tweaks)
56720      Branch: perl
56721            ! installhtml
56722 ____________________________________________________________________________
56723 [ 19127] By: rgs                                   on 2003/04/01  19:01:20
56724         Log: Subject: Re: [perl #21744] Deparse bug: "\::" deparsed as "::"
56725              From: Enache Adrian <enache@rdslink.ro>
56726              Date: Sat, 29 Mar 2003 19:45:41 +0200
56727              Message-ID: <20030329174541.GA8138@ratsnest.hole>
56728      Branch: perl
56729            ! ext/B/B/Deparse.pm
56730 ____________________________________________________________________________
56731 [ 19126] By: rgs                                   on 2003/04/01  18:39:43
56732         Log: Fix bug #21742. require should be always invoked in
56733              scalar context. This wasn't the case when called from
56734              an eval(""), because the void context doesn't propagate
56735              through the leaveeval op. Instead of making scalarvoid()
56736              handle OP_LEAVEEVAL -- this breaks AutoLoader -- implement
56737              a workaround in doeval().
56738      Branch: perl
56739            ! pp_ctl.c t/comp/require.t
56740 ____________________________________________________________________________
56741 [ 19124] By: jhi                                   on 2003/04/01  16:52:28
56742         Log: Subject: [patch] fix HiRes.t failures on Stratus VOS
56743              From: "Green, Paul" <Paul.Green@stratus.com>
56744              Date: Tue, 1 Apr 2003 12:37:38 -0500
56745              Message-ID: <A2A34F15EE916148BC4C4748223E67A403D99C9D@exna4.stratus.com>
56746      Branch: perl
56747            ! hints/vos.sh
56748 ____________________________________________________________________________
56749 [ 19122] By: jhi                                   on 2003/04/01  16:36:52
56750         Log: Integrate:
56751              [ 19119]
56752              Address "5.8.1@19053: crypt_r() takes 128K per thread".
56753      Branch: perl
56754           !> pp.c reentr.c reentr.h reentr.pl
56755 ____________________________________________________________________________
56756 [ 19121] By: jhi                                   on 2003/04/01  16:36:02
56757         Log: Integrate:
56758              [ 19109]
56759              Subject: [PATCH 5.8.1 @19053] Time::HiRes
56760              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
56761              Date: Mon, 31 Mar 2003 12:53:01 -0800
56762              Message-ID: <20030331205301.GA3687@math.berkeley.edu>
56763
56764              [ 19111]
56765              A cleaner way to detect PERL_CORE, from IlyaZ.
56766      Branch: perl
56767           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/Makefile.PL
56768 ____________________________________________________________________________
56769 [ 19120] By: jhi                                   on 2003/04/01  16:32:03
56770         Log: Integrate:
56771              [ 19106]
56772              Subject: [PATCH 5.8.1 @19053] OS/2-related patches
56773              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
56774              Date: Mon, 31 Mar 2003 12:43:37 -0800
56775              Message-ID: <20030331204337.GA3634@math.berkeley.edu>
56776
56777              and regen Configure.
56778      Branch: perl
56779            ! Configure config_h.SH embedvar.h
56780           !> Makefile.SH embed.fnc embed.h embed.pl ext/threads/threads.xs
56781           !> intrpvar.h makedef.pl os2/Makefile.SHs os2/OS2/ExtAttr/Changes
56782           !> os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/PrfDB/Changes
56783           !> os2/OS2/PrfDB/PrfDB.pm os2/OS2/REXX/DLL/DLL.pm
56784           !> os2/OS2/REXX/REXX.pm os2/dl_os2.c os2/os2.c os2/os2ish.h
56785           !> os2/os2thread.h perlapi.h perlio.c perlvars.h reentr.c
56786           !> reentr.h reentr.pl sv.c
56787 ____________________________________________________________________________
56788 [ 19118] By: jhi                                   on 2003/04/01  16:17:04
56789         Log: Document the _exit() issue with threads in Linux [perl #17057].
56790      Branch: perl
56791            ! ext/POSIX/POSIX.pod
56792 ____________________________________________________________________________
56793 [ 19117] By: jhi                                   on 2003/04/01  16:07:59
56794         Log: Subject: Re: 5.8.1@19053 bug: make minitest fails with threads
56795              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
56796              Date: Tue, 1 Apr 2003 11:02:35 +0200
56797              Message-Id: <20030401110235.3f20ffb2.rgarciasuarez@free.fr>
56798      Branch: perl
56799            ! t/op/getpid.t
56800 ____________________________________________________________________________
56801 [ 19116] By: jhi                                   on 2003/04/01  16:06:12
56802         Log: Subject: [PATCH ext/SDBM_File/sdbm/Makefile.PL] MM hackery and whitespace changes
56803              From: Michael G Schwern <schwern@pobox.com>
56804              Date: Mon, 31 Mar 2003 15:16:57 -0800
56805              Message-ID: <20030331231657.GJ17529@windhund.schwern.org>
56806      Branch: perl
56807            ! ext/SDBM_File/sdbm/Makefile.PL
56808 ____________________________________________________________________________
56809 [ 19115] By: jhi                                   on 2003/04/01  15:58:45
56810         Log: Subject: [PATCH] overdue perlhack.pod corrections for RT
56811              From: Richard.Foley@ubsw.com
56812              Date: Mon, 31 Mar 2003 16:27:14 +0200
56813              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD9857B39@NZURC900PEX1.ubsgs.ubsgroup.net>
56814      Branch: perl
56815            ! pod/perlhack.pod
56816 ____________________________________________________________________________
56817 [ 19114] By: jhi                                   on 2003/04/01  15:56:27
56818         Log: Subject: [PATCH] Text::Abbrev warnings safe
56819              From: Peter Scott <Peter@PSDT.com>
56820              Date: Fri, 28 Mar 2003 16:34:47 -0800
56821              Message-id: <5.2.0.9.2.20030328161002.00b45f08@shell2.webquarry.com>
56822      Branch: perl
56823            ! lib/Text/Abbrev.pm lib/Text/Abbrev.t
56824 ____________________________________________________________________________
56825 [ 19113] By: merijn                                on 2003/04/01  14:12:33
56826         Log: Implemented AIX longdouble support in hints/aix.sh, which now
56827              actually work.  Thanks to John L. Allen for the hint.
56828
56829              Subject: Re: AIX longdoubles
56830              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
56831              Date: Tue, 01 Apr 2003 17:18:57 +0200
56832              Message-Id: <20030401171819.D8E6.H.M.BRAND@hccnet.nl>
56833      Branch: perl
56834            ! hints/aix.sh
56835 ____________________________________________________________________________
56836 [ 19104] By: jhi                                   on 2003/03/31  10:51:36
56837         Log: Tabify; strictly speaking unnecessary but anyway...
56838      Branch: perl
56839            ! MANIFEST
56840 ____________________________________________________________________________
56841 [ 19102] By: jhi                                   on 2003/03/31  10:36:48
56842         Log: Upgrade to Test::Harness 2.27_02.
56843      Branch: perl
56844            + t/lib/sample-tests/no_output t/lib/sample-tests/segfault
56845            + t/lib/sample-tests/too_many
56846            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
56847            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
56848            ! lib/Test/Harness/t/strap.t lib/Test/Harness/t/test-harness.t
56849 ____________________________________________________________________________
56850 [ 19101] By: jhi                                   on 2003/03/31  10:07:35
56851         Log: Upgrade to podlators 1.26.
56852      Branch: perl
56853            ! lib/Pod/Man.pm
56854 ____________________________________________________________________________
56855 [ 19100] By: jhi                                   on 2003/03/31  10:03:50
56856         Log: Upgrade to Encode 1.92.
56857      Branch: perl
56858            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
56859            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Guess.pm
56860            ! ext/Encode/t/CJKT.t ext/Encode/t/enc_module.t
56861            ! ext/Encode/ucm/big5-eten.ucm ext/Encode/ucm/big5-hkscs.ucm
56862            ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm
56863            ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm
56864 ____________________________________________________________________________
56865 [ 19099] By: jhi                                   on 2003/03/31  09:54:52
56866         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.03 -> 6.06_05ish
56867              From: Michael G Schwern <schwern@pobox.com>
56868              Date: Mon, 31 Mar 2003 02:42:58 -0800
56869              Message-ID: <20030331104257.GB15327@windhund.schwern.org>
56870      Branch: perl
56871            + lib/ExtUtils/MakeMaker/FAQ.pod
56872            + lib/ExtUtils/MakeMaker/Tutorial.pod
56873            + lib/ExtUtils/MakeMaker/vmsish.pm lib/ExtUtils/NOTES
56874            + lib/ExtUtils/PATCHING lib/ExtUtils/README lib/ExtUtils/TODO
56875            + lib/ExtUtils/t/00compile.t lib/ExtUtils/t/Install.t
56876            + lib/ExtUtils/t/Liblist.t lib/ExtUtils/t/oneliner.t
56877            + lib/ExtUtils/t/prompt.t lib/ExtUtils/t/split_command.t
56878            + t/lib/TieIn.pm
56879            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
56880            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
56881            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Liblist/Kid.pm
56882            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/MM_Any.pm
56883            ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm
56884            ! lib/ExtUtils/MM_DOS.pm lib/ExtUtils/MM_MacOS.pm
56885            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
56886            ! lib/ExtUtils/MM_UWIN.pm lib/ExtUtils/MM_Unix.pm
56887            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
56888            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MakeMaker.pm
56889            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/t/00setup_dummy.t
56890            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/INST.t
56891            ! lib/ExtUtils/t/INST_PREFIX.t lib/ExtUtils/t/MM_BeOS.t
56892            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_NW5.t
56893            ! lib/ExtUtils/t/MM_OS2.t lib/ExtUtils/t/MM_Unix.t
56894            ! lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/MM_Win32.t
56895            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
56896            ! lib/ExtUtils/t/hints.t lib/ExtUtils/t/prefixify.t
56897 ____________________________________________________________________________
56898 [ 19098] By: jhi                                   on 2003/03/31  09:36:11
56899         Log: Subject: [PATCH dump.c] stray n_a
56900              From: Michael G Schwern <schwern@pobox.com>
56901              Date: Mon, 31 Mar 2003 00:55:49 -0800
56902              Message-ID: <20030331085549.GB1300@windhund.schwern.org>
56903      Branch: perl
56904            ! dump.c
56905 ____________________________________________________________________________
56906 [ 19097] By: jhi                                   on 2003/03/31  05:00:07
56907         Log: Some low-hanging fruit for EBCDIC portability
56908              (or for marking as EBCDIC todos)
56909      Branch: perl
56910            ! ext/List/Util/t/isvstring.t lib/utf8.t t/run/switchC.t
56911            ! t/uni/write.t
56912 ____________________________________________________________________________
56913 [ 19094] By: jhi                                   on 2003/03/30  15:54:35
56914         Log: Upgrade to Time::HiRes 1.44.
56915      Branch: perl
56916            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
56917 ____________________________________________________________________________
56918 [ 19092] By: jhi                                   on 2003/03/30  15:09:02
56919         Log: IRIX 5.3 update.
56920      Branch: perl
56921            ! README.irix
56922 ____________________________________________________________________________
56923 [ 19091] By: jhi                                   on 2003/03/30  10:26:32
56924         Log: Not all compilers like #ifdefs within cpp macros
56925              (follow-up on #19086)
56926      Branch: perl
56927            ! pp_sys.c
56928 ____________________________________________________________________________
56929 [ 19090] By: jhi                                   on 2003/03/30  09:50:33
56930         Log: Ending strings is customary (typo from #19084).
56931      Branch: perl
56932            ! ext/Socket/Socket.t
56933 ____________________________________________________________________________
56934 [ 19089] By: jhi                                   on 2003/03/30  09:24:08
56935         Log: Re-sort MANIFEST (LC_ALL=C sort -fo MANIFEST MANIFEST)
56936      Branch: perl
56937            ! MANIFEST
56938 ____________________________________________________________________________
56939 [ 19088] By: jhi                                   on 2003/03/30  09:09:42
56940         Log: Another victim of IRIX 5.3's inability to resolve 'localhost'
56941              as the test expects.
56942      Branch: perl
56943            ! lib/Net/hostent.t
56944 ____________________________________________________________________________
56945 [ 19087] By: jhi                                   on 2003/03/30  09:08:07
56946         Log: In IRIX 5.3 turn off some of the warnings that cannot
56947              really be helped (e.g. warnings coming from system headers,
56948              or linker warnings during Configure).
56949      Branch: perl
56950            ! hints/irix_5.sh
56951 ____________________________________________________________________________
56952 [ 19086] By: jhi                                   on 2003/03/30  08:59:24
56953         Log: In IRIX 5.3 the cc is awfully confused about the prototype
56954              of select().
56955      Branch: perl
56956            ! hints/irix_5.sh pp_sys.c
56957 ____________________________________________________________________________
56958 [ 19085] By: jhi                                   on 2003/03/30  08:43:53
56959         Log: In IRIX 5.3 being too POSIXly hides the struct timespec.
56960      Branch: perl
56961            + ext/Time/HiRes/hints/irix.pl
56962            ! MANIFEST
56963 ____________________________________________________________________________
56964 [ 19084] By: jhi                                   on 2003/03/30  08:31:53
56965         Log: gethostbyname('localhost') is not that portable.
56966              inet_aton('localhost') in IRIX 5.3 returned an undef,
56967              which in turn made pack_sockaddr_in to barf on zero
56968              length in_addr.
56969      Branch: perl
56970            ! ext/Socket/Socket.t pod/perlfunc.pod pod/perlport.pod
56971 ____________________________________________________________________________
56972 [ 19083] By: jhi                                   on 2003/03/30  07:49:46
56973         Log: Subject: [PATCH] COW formats (was Re: Smoke [5.9.0] 19044 FAIL(F) linux 2.4.18-3 (i686/1 cpu))
56974              From: Nicholas Clark <nick@unfortu.net>
56975              Date: Sun, 30 Mar 2003 00:35:48 +0000
56976              Message-ID: <20030330003547.GO274@Bagpuss.unfortu.net>
56977      Branch: perl
56978            ! sv.c
56979 ____________________________________________________________________________
56980 [ 19082] By: jhi                                   on 2003/03/29  21:18:32
56981         Log: IRIX 5.3 can have PF_LINK defined to be AF_LINK but
56982              not defined AF_LINK.
56983      Branch: perl
56984            ! ext/Socket/Socket.xs
56985 ____________________________________________________________________________
56986 [ 19081] By: jhi                                   on 2003/03/29  20:41:56
56987         Log: Subject: [unPATCH] Re: Smoke [5.8.1] 19076 FAIL(F) openbsd 3.2 (i386/1 cpu)
56988              From: Nicholas Clark <nick@unfortu.net>
56989              Date: Sat, 29 Mar 2003 18:58:09 +0000
56990              Message-ID: <20030329185807.GL274@Bagpuss.unfortu.net>
56991      Branch: perl
56992            ! dump.c
56993 ____________________________________________________________________________
56994 [ 19080] By: rgs                                   on 2003/03/29  20:39:34
56995         Log: Minor rephrasing in perlopentut,
56996              noticed by Bob Wilkinson (RT [perl #21725])
56997      Branch: perl
56998            ! pod/perlopentut.pod
56999 ____________________________________________________________________________
57000 [ 19079] By: rgs                                   on 2003/03/29  20:21:11
57001         Log: Subject: [DOCPATCH] Re: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
57002              From: Nicholas Clark <nick@unfortu.net>
57003              Date: Thu, 27 Mar 2003 22:37:35 +0000
57004              Message-ID: <20030327223735.GD277@Bagpuss.unfortu.net>
57005      Branch: perl
57006            ! pod/perlapi.pod sv.h
57007 ____________________________________________________________________________
57008 [ 19078] By: jhi                                   on 2003/03/29  07:23:00
57009         Log: It seems that in Tru64 V5 gcc cannot be used to
57010              compile a threaded Perl because <pthread.h> explicitly
57011              checks for supported compilers (gcc not being one of them).
57012              This is not so bad since the system C compiler is always there.
57013      Branch: perl
57014            ! README.tru64 hints/dec_osf.sh
57015 ____________________________________________________________________________
57016 [ 19077] By: jhi                                   on 2003/03/28  06:03:16
57017         Log: Feeding illegal QP (like \x80) to this
57018              ./perl -Ilib -wne 'use PerlIO::via::QuotedPrint;BEGIN{binmode(STDIN, ":via(QuotedPrint)")};print'
57019              caused a coredump in av_length() <- nextargv() because
57020              the av was NULL.  I don't know that returning Nullfp is
57021              the best thing to do, but it dodges the segfault and
57022              introduces no test failures.
57023      Branch: perl
57024            ! doio.c
57025 ____________________________________________________________________________
57026 [ 19074] By: jhi                                   on 2003/03/27  18:17:20
57027         Log: Missing final \n.
57028      Branch: perl
57029            ! lib/Attribute/Handlers/Changes
57030 ____________________________________________________________________________
57031 [ 19072] By: rgs                                   on 2003/03/26  22:30:09
57032         Log: Subject: [perl #21672] IO::New and undefined filename behaviour
57033              From: "mike@exegenix.com (via RT)" <perlbug-followup@perl.org>
57034              Date: 24 Mar 2003 16:29:08 -0000
57035              Message-Id: <rt-21672-54038.2.07650993465862@bugs6.perl.org>
57036              plus a regression test
57037      Branch: perl
57038            ! ext/IO/lib/IO/File.pm lib/FileHandle.t
57039 ____________________________________________________________________________
57040 [ 19071] By: rgs                                   on 2003/03/26  22:08:16
57041         Log: Better version of change #19069
57042              Subject: [PATCH] Re: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
57043              From: Nicholas Clark <nick@unfortu.net>
57044              Date: Wed, 26 Mar 2003 23:01:46 +0000
57045              Message-ID: <20030326230145.GC279@Bagpuss.unfortu.net>
57046      Branch: perl
57047            ! pp_hot.c sv.c t/op/readline.t
57048 ____________________________________________________________________________
57049 [ 19070] By: rgs                                   on 2003/03/26  21:31:55
57050         Log: Subject: [patch] for Stratus VOS
57051              From: "Green, Paul" <Paul.Green@stratus.com>
57052              Date: Wed, 26 Mar 2003 17:24:38 -0500
57053              Message-ID: <A2A34F15EE916148BC4C4748223E67A403D99C74@exna4.stratus.com>
57054              (plus a small tweak to the test script)
57055      Branch: perl
57056            ! README.vos t/op/pack.t
57057 ____________________________________________________________________________
57058 [ 19069] By: rgs                                   on 2003/03/26  21:14:33
57059         Log: Subject: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
57060              From: Nicholas Clark <nick@unfortu.net>
57061              Date: Tue, 25 Mar 2003 22:59:17 +0000
57062              Message-ID: <20030325225917.GE284@Bagpuss.unfortu.net>
57063      Branch: perl
57064            ! sv.c t/op/readline.t
57065 ____________________________________________________________________________
57066 [ 19068] By: rgs                                   on 2003/03/26  20:53:18
57067         Log: Win32 counterpart of change #19065
57068      Branch: perl
57069            ! win32/Makefile win32/makefile.mk
57070 ____________________________________________________________________________
57071 [ 19067] By: rgs                                   on 2003/03/26  20:34:32
57072         Log: VMS counterpart of change #19065
57073      Branch: perl
57074            ! vms/descrip_mms.template
57075 ____________________________________________________________________________
57076 [ 19066] By: jhi                                   on 2003/03/26  20:05:40
57077         Log: Upgrade to Term::ANSIColor 1.07.
57078      Branch: perl
57079            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
57080            ! lib/Term/ANSIColor/README
57081 ____________________________________________________________________________
57082 [ 19065] By: rgs                                   on 2003/03/26  19:55:20
57083         Log: Add a file utils/cpan.PL to generate the "cpan" utility,
57084              also separately maintained on CPAN, and now moved as
57085              lib/CPAN/bin/cpan. Tweak installperl to avoid installing
57086              this last file.
57087      Branch: perl
57088            + utils/cpan.PL
57089           +> lib/CPAN/bin/cpan
57090            - utils/cpan
57091            ! MANIFEST installperl utils/Makefile
57092 ____________________________________________________________________________
57093 [ 19064] By: jhi                                   on 2003/03/26  19:48:32
57094         Log: Subject: [PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails.
57095              From: Dave Mitchell <davem@fdgroup.com>
57096              Date: Thu, 20 Mar 2003 01:26:19 +0000
57097              Message-ID: <20030320012619.C19869@fdgroup.com>
57098
57099              Subject: Re: [PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails.
57100              From: Dave Mitchell <davem@fdgroup.com>
57101              Date: Mon, 24 Mar 2003 16:06:51 +0000
57102              Message-ID: <20030324160651.D1798@fdgroup.com>
57103      Branch: perl
57104            ! pp_ctl.c pp_hot.c scope.c t/op/args.t
57105 ____________________________________________________________________________
57106 [ 19063] By: jhi                                   on 2003/03/26  19:33:09
57107         Log: Subject: [perl #21648] Doc typo in Net::servent
57108              From: Andy Lester (via RT) <perlbug-followup@perl.org>
57109              Date: 22 Mar 2003 05:02:31 -0000
57110              Message-Id: <rt-21648-53986.0.682889311382979@bugs6.perl.org>
57111      Branch: perl
57112            ! lib/Net/servent.pm
57113 ____________________________________________________________________________
57114 [ 19062] By: jhi                                   on 2003/03/26  19:29:39
57115         Log: Subject: [PATCH README.qnx] for QNX 6.2
57116              From: Norton Allen <allen@huarp.harvard.edu>
57117              Date: Tue, 25 Mar 2003 12:09:42 -0500 (est)
57118              Message-Id: <200303251709.MAA11391@bottesini.harvard.edu>
57119      Branch: perl
57120            ! README.qnx
57121 ____________________________________________________________________________
57122 [ 19060] By: merijn                                on 2003/03/26  13:13:23
57123         Log: Subject: [PATCH] lib/vmsish.t GMT bug fix
57124              From: "Craig A. Berry" <craigberry@mac.com>
57125              Date: Tue, 25 Mar 2003 22:52:58 -0600
57126              Message-ID: <3E81322A.3040508@mac.com>
57127      Branch: perl
57128            ! lib/vmsish.t
57129 ____________________________________________________________________________
57130 [ 19059] By: rgs                                   on 2003/03/24  21:43:03
57131         Log: Change 19056 wasn't good enough.
57132              ldlibpth should be changed later, to avoid spaces to be quoted.
57133      Branch: perl
57134            ! Makefile.SH
57135 ____________________________________________________________________________
57136 [ 19058] By: rgs                                   on 2003/03/24  21:37:59
57137         Log: Subject: [PATCH pod/perlhist.pod] Adding the latest version of Perl
57138              From: Michael G Schwern <schwern@pobox.com>
57139              Date: Mon, 24 Mar 2003 00:50:39 -0800
57140              Message-ID: <20030324085039.GA19981@windhund.schwern.org>
57141      Branch: perl
57142            ! pod/perlhist.pod
57143 ____________________________________________________________________________
57144 [ 19057] By: rgs                                   on 2003/03/24  21:33:43
57145         Log: Typo, spotted by Doru Petrescu
57146              Message-ID: <Pine.LNX.4.31.0303241134170.13160-100000@linux.kappa.ro>
57147      Branch: perl
57148            ! ext/Data/Dumper/Dumper.pm
57149 ____________________________________________________________________________
57150 [ 19056] By: rgs                                   on 2003/03/24  21:05:48
57151         Log: Subject: Re: Smoke [5.9.0] 19055 FAIL(m) linux 2.4.18-3 (i686/1 cpu)
57152              From: Enache Adrian <enache@rdslink.ro>
57153              Date: Mon, 24 Mar 2003 23:56:25 +0200
57154              Message-ID: <20030324215625.GB853@ratsnest.hole>
57155      Branch: perl
57156            ! Makefile.SH
57157 ____________________________________________________________________________
57158 [ 19055] By: merijn                                on 2003/03/24  07:05:39
57159         Log: Subject: no more 'make install && make test' with shared libperl.so on Linux
57160              From: Enache Adrian <enache@rdslink.ro>
57161              Date: Sat, 22 Mar 2003 22:49:49 +0200
57162              Message-ID: <20030322204949.GB794@ratsnest.hole>
57163
57164              This is a slightly more defensive patch than Chip's patch that
57165              fell through the cracks, but does the same
57166              Subject: Shared libperl.so and build issues
57167              From: Chip Turner <cturner@redhat.com>
57168              Date: Tue 31 Dec 2002 17:21
57169      Branch: perl
57170            ! Makefile.SH
57171 ____________________________________________________________________________
57172 [ 19054] By: merijn                                on 2003/03/24  06:54:23
57173         Log: Subject: [PATCH bleadperl] vms.c thread clean-up
57174              From: "Craig A. Berry" <craigberry@mac.com>
57175              Date: Sun, 23 Mar 2003 15:32:58 -0600
57176              Message-ID: <3E7E280A.5000304@mac.com>
57177      Branch: perl
57178            ! vms/vms.c
57179 ____________________________________________________________________________
57180 [ 19052] By: jhi                                   on 2003/03/24  04:28:13
57181         Log: For change #19051: a new .bat to CRLF.
57182      Branch: perl
57183            ! Porting/makerel
57184 ____________________________________________________________________________
57185 [ 19051] By: jhi                                   on 2003/03/24  04:27:55
57186         Log: WinCE update from Vadim Konovalov.
57187      Branch: perl
57188            + wince/compile-all.bat wince/makedist.pl
57189            - wince/include/sys/stat.h wince/xbuildall.ksh
57190            - wince/xdistclean.ksh wince/xmakediffs.ksh
57191            ! MANIFEST README.ce dosish.h wince/Makefile.ce
57192            ! wince/compile.bat wince/config.ce
57193 ____________________________________________________________________________
57194 [ 19050] By: jhi                                   on 2003/03/24  04:25:15
57195         Log: Oops (change #19013 missed changing the Perl version number).
57196      Branch: perl
57197            ! cygwin/perlld.in
57198 ____________________________________________________________________________
57199 [ 19047] By: jhi                                   on 2003/03/23  17:54:33
57200         Log: Integrate from maint-5.8:
57201              [ 19045]
57202              If no IVSIZE == 8, no need for modulo_1.
57203      Branch: perl
57204           !> pp.c
57205 ____________________________________________________________________________
57206 [ 19044] By: rgs                                   on 2003/03/21  21:09:15
57207         Log: Subject: [PATCH] p4genpatch
57208              From: andreas.koenig@anima.de (Andreas J. Koenig)
57209              Date: Sat, 15 Mar 2003 12:04:18 +0100
57210              Message-ID: <m3hea4gabx.fsf@k242.linux.bogus>
57211      Branch: perl
57212            ! Porting/p4genpatch
57213 ____________________________________________________________________________
57214 [ 19043] By: rgs                                   on 2003/03/21  20:43:55
57215         Log: Subject: [PATCH] perlsub.pod and perlsyn.pod: better organise scoping info for modifiers
57216              From: Martien Verbruggen <mgjv@tradingpost.com.au>
57217              Date: Sat, 15 Mar 2003 12:31:47 +1100
57218              Message-Id: <slrnb750k3.j8t.mgjv@martien.heliotrope.home>
57219      Branch: perl
57220            ! pod/perlsub.pod pod/perlsyn.pod
57221 ____________________________________________________________________________
57222 [ 19042] By: merijn                                on 2003/03/21  07:45:54
57223         Log: Subject: [PATCH] readdir_r for VMS (was Re: [PATCH] configure.com: sig_num, etc.)
57224              From: "Craig A. Berry" <craigberry@mac.com>
57225              Date: Thu, 20 Mar 2003 23:03:36 -0600
57226              Message-ID: <3E7A9D28.1040706@mac.com>
57227      Branch: perl
57228            ! configure.com vms/vms.c vms/vmsish.h
57229 ____________________________________________________________________________
57230 [ 19039] By: rgs                                   on 2003/03/20  22:40:38
57231         Log: Subject: Re: [patch] [perl #21628] rcatline issue
57232              From: Enache Adrian <enache@rdslink.ro>
57233              Date: Thu, 20 Mar 2003 22:39:06 +0200
57234              Message-ID: <20030320203906.GA31199@ratsnest.hole>
57235      Branch: perl
57236            ! MANIFEST pp_hot.c t/op/readline.t
57237 ____________________________________________________________________________
57238 [ 19038] By: rgs                                   on 2003/03/20  22:07:50
57239         Log: Subject: Re: Bytecode? Back into service.
57240              From: Enache Adrian <enache@rdslink.ro>
57241              Date: Thu, 20 Mar 2003 07:38:39 +0200
57242              Message-ID: <20030320053839.GA4044@ratsnest.hole>
57243      Branch: perl
57244            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
57245            ! ext/ByteLoader/byterun.h op.c
57246 ____________________________________________________________________________
57247 [ 19037] By: rgs                                   on 2003/03/20  20:16:43
57248         Log: Subject: [DOC-PATCH] for README.cygwin, bleadperl version
57249              From: "Gerrit P. Haase" <gp@familiehaase.de>
57250              Date: Thu, 20 Mar 2003 21:23:28 +0100
57251              Message-ID: <941032389637.20030320212328@familiehaase.de>
57252      Branch: perl
57253            ! README.cygwin
57254 ____________________________________________________________________________
57255 [ 19036] By: jhi                                   on 2003/03/20  05:23:15
57256         Log: Integrate:
57257              [ 19033]
57258              file test operators weren't doing the right thing if the SV
57259              passed to them wasn't NUL-terminated
57260
57261              [ 19034]
57262              ensure SVs returned by Win32::Get{Short,Full}PathName() are
57263              NUL-terminated
57264      Branch: perl
57265           !> doio.c win32/win32.c
57266 ____________________________________________________________________________
57267 [ 19028] By: jhi                                   on 2003/03/19  09:46:27
57268         Log: Better wording as requested by Rafael, and
57269              the module is BerkeleyDB, not BerkeleyFile.
57270      Branch: perl
57271            ! README.tru64
57272 ____________________________________________________________________________
57273 [ 19026] By: jhi                                   on 2003/03/19  09:11:43
57274         Log: Update the DB_File instructions in Tru64.
57275      Branch: perl
57276            ! README.tru64
57277 ____________________________________________________________________________
57278 [ 19025] By: rgs                                   on 2003/03/18  21:59:33
57279         Log: Subject: [PATCH] [perl #9990] avoid goto &tmpsub coredump
57280              From: Dave Mitchell <davem@fdgroup.com>
57281              Date: Tue, 18 Mar 2003 21:55:05 +0000
57282              Message-ID: <20030318215505.A16787@fdgroup.com>
57283      Branch: perl
57284            ! pp_ctl.c t/op/goto.t
57285 ____________________________________________________________________________
57286 [ 19024] By: rgs                                   on 2003/03/18  21:24:27
57287         Log: Subject: [PATCH] VMS pod install tweaks
57288              From: "Craig A. Berry" <craigberry@mac.com>
57289              Date: Sat, 15 Mar 2003 16:06:07 -0600
57290              Message-ID: <3E73A3CF.3060502@mac.com>
57291      Branch: perl
57292            ! vms/descrip_mms.template
57293 ____________________________________________________________________________
57294 [ 19023] By: rgs                                   on 2003/03/18  21:22:03
57295         Log: Subject: [PATCH] poll() help for VMS
57296              From: "Craig A. Berry" <craigberry@mac.com>
57297              Date: Tue, 18 Mar 2003 01:10:10 -0600
57298              Message-ID: <3E76C652.30205@mac.com>
57299      Branch: perl
57300            ! configure.com ext/IO/poll.h
57301 ____________________________________________________________________________
57302 [ 19021] By: jhi                                   on 2003/03/18  06:56:26
57303         Log: The description of SIG_SIZE was off.
57304      Branch: perl
57305            ! Configure NetWare/config_H.wc Porting/Glossary
57306            ! Porting/config.sh Porting/config_H config_h.SH
57307            ! plan9/config.plan9 plan9/config_h.sample win32/config_H.bc
57308            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
57309            ! wince/config_H.ce
57310 ____________________________________________________________________________
57311 [ 19020] By: merijn                                on 2003/03/18  05:45:50
57312         Log: Minor updates of Wolfgang's pack patch
57313
57314              Subject: Re: pack changes and related fixes
57315              From: Philip Newton <Philip.Newton@gmx.net>
57316              Date: Tue, 18 Mar 2003 06:19:30 +0100
57317              Message-ID: <tb9d7vo1ocb14o73lnhabbmh5bsjoe5m46@4ax.com>
57318      Branch: perl
57319            ! embed.fnc pod/perldiag.pod
57320 ____________________________________________________________________________
57321 [ 19019] By: gsar                                  on 2003/03/18  05:06:07
57322         Log: regenerate win32/config_H.*
57323      Branch: perl
57324            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
57325            ! win32/config_H.vc64
57326 ____________________________________________________________________________
57327 [ 19018] By: gsar                                  on 2003/03/18  03:02:38
57328         Log: there is no trailing NULL in sig_name or sig_num, so don't
57329              talk about it
57330      Branch: perl
57331            ! Porting/Glossary
57332 ____________________________________________________________________________
57333 [ 19017] By: gsar                                  on 2003/03/18  03:01:02
57334         Log: according to the new Porting/Glossary, sig_num doesn't have an
57335              extra '0' at the end
57336      Branch: perl
57337            ! win32/config.bc win32/config.gc win32/config.vc
57338            ! win32/config.vc64
57339 ____________________________________________________________________________
57340 [ 19016] By: hv                                    on 2003/03/18  00:52:09
57341         Log: add tests for existing behaviour of undef postinc/dec
57342      Branch: perl
57343            ! t/op/inc.t
57344 ____________________________________________________________________________
57345 [ 19015] By: hv                                    on 2003/03/18  00:46:18
57346         Log: add comment at undef postinc special case
57347      Branch: perl
57348            ! pp.c
57349 ____________________________________________________________________________
57350 [ 19014] By: hv                                    on 2003/03/18  00:27:19
57351         Log: clarify behaviour of $a++
57352      Branch: perl
57353            ! pod/perlop.pod
57354 ____________________________________________________________________________
57355 [ 19013] By: jhi                                   on 2003/03/17  19:52:06
57356         Log: Integrate:
57357              [ 19012]
57358              We don't have the new Perl at this stage.
57359      Branch: perl
57360           !> cygwin/perlld.in
57361 ____________________________________________________________________________
57362 [ 19010] By: jhi                                   on 2003/03/17  17:16:44
57363         Log: Subject: pack changes and related fixes
57364              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
57365              Date: Mon, 17 Mar 2003 13:55:37 +0100
57366              Message-ID: <75A46BF1A9D8D311863A00508B6259A405F17EB8@ATTMSX4>
57367      Branch: perl
57368            ! embed.fnc embed.h lib/diagnostics.pm perl.h pod/perldiag.pod
57369            ! pod/perlfunc.pod pod/perlpacktut.pod pp_pack.c proto.h
57370            ! t/lib/warnings/pp_pack t/op/pack.t
57371 ____________________________________________________________________________
57372 [ 19007] By: jhi                                   on 2003/03/17  04:45:40
57373         Log: Integrate:
57374              [ 19006]
57375              Subject: Re: [Patch] Maintperl versioning for Cygwin
57376              From: Slaven Rezic <slaven@rezic.de>
57377              Date: 17 Mar 2003 00:42:43 +0100
57378              Message-ID: <87ptoqev4c.fsf@vran.herceg.de>
57379      Branch: perl
57380           !> cygwin/perlld.in
57381 ____________________________________________________________________________
57382 [ 19005] By: hv                                    on 2003/03/17  02:06:20
57383         Log: Subject: Patch for Data::Dumper 2.12 to Allow Custom Hash Key/Value Separator
57384              From: chocolateboy <chocolateboy@chocolatey.com>
57385              Date: Sat, 22 Feb 2003 12:17:28 +0000
57386              Message-ID: <3E576A58.8010901@chocolatey.com>
57387      Branch: perl
57388            + ext/Data/Dumper/t/pair.t
57389            ! MANIFEST ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
57390 ____________________________________________________________________________
57391 [ 19004] By: hv                                    on 2003/03/17  01:38:23
57392         Log: Subject: [patch] utils/h2xs.PL (get rid of \t and '')
57393              From: Stas Bekman <stas@stason.org>
57394              Date: Fri, 14 Feb 2003 11:59:53 +1100
57395              Message-ID: <3E4C3F89.6050005@stason.org>
57396      Branch: perl
57397            ! utils/h2xs.PL
57398 ____________________________________________________________________________
57399 [ 19003] By: hv                                    on 2003/03/17  01:23:02
57400         Log: Subject: [perl #20724] Patch for dprofpp
57401              From: Nicholas "Oxhøj" (via RT) <perlbug-followup@perl.org>
57402              Date: 5 Feb 2003 08:41:17 -0000
57403              Message-Id: <rt-20724-50329.7.50247680562964@bugs6.perl.org>
57404      Branch: perl
57405            ! utils/dprofpp.PL
57406 ____________________________________________________________________________
57407 [ 19002] By: hv                                    on 2003/03/16  23:36:57
57408         Log: Subject: [perl #19898] [PATCH] forking to Perl children with IPC::Open3
57409              From: Adam Spiers (via RT) <perlbug-followup@perl.org>
57410              Date: 10 Jan 2003 10:59:44 -0000
57411              Message-Id: <rt-19898-47213.12.0892150698178@bugs6.perl.org>
57412      Branch: perl
57413            ! lib/IPC/Open3.pm
57414 ____________________________________________________________________________
57415 [ 19001] By: jhi                                   on 2003/03/16  21:50:24
57416         Log: getservbyname_r() kaputt in OpenBSD (might get fixed
57417              for 3.3, but only might)
57418      Branch: perl
57419            ! hints/openbsd.sh
57420 ____________________________________________________________________________
57421 [ 18999] By: jhi                                   on 2003/03/16  21:33:49
57422         Log: Stay within known facts: what platforms the skippage helps,
57423              and in which it is not needed.
57424      Branch: perl
57425            ! ext/POSIX/t/posix.t
57426 ____________________________________________________________________________
57427 [ 18998] By: jhi                                   on 2003/03/16  18:15:42
57428         Log: This seems to fix (well, dodge) the problems in FreeBSD for
57429              Enache Adrian; in _theory_ this patch could be good for NetBSD,
57430              too, but Alian gets a core dump already at subtest #9 (anyone
57431              with a real NetBSD, Alian's is a VMware one, which has in the
57432              past caused similar odd crashes).  OpenBSD threaded build result
57433              still unknown.
57434      Branch: perl
57435            ! ext/POSIX/t/posix.t
57436 ____________________________________________________________________________
57437 [ 18997] By: jhi                                   on 2003/03/16  18:07:30
57438         Log: IRIX ls -l marks sockets with 'S'.
57439      Branch: perl
57440            ! t/op/stat.t
57441 ____________________________________________________________________________
57442 [ 18996] By: jhi                                   on 2003/03/16  17:41:42
57443         Log: Turn on UTF-8 flag only if the $str is valid utf8
57444              (pointed out by Dan Kogai).
57445      Branch: perl
57446            ! lib/Term/ReadLine.pm
57447 ____________________________________________________________________________
57448 [ 18995] By: jhi                                   on 2003/03/16  16:40:06
57449         Log: Signedness nits.
57450      Branch: perl
57451            ! regcomp.c
57452 ____________________________________________________________________________
57453 [ 18994] By: jhi                                   on 2003/03/16  15:41:44
57454         Log: Fix for [perl #21479] Term::ReadLine(::Stub) doesn't set UTF-8 flag.
57455              Should work both for PERL_UNICODE/-C and use encoding 'foo';
57456      Branch: perl
57457            ! lib/Term/ReadLine.pm
57458 ____________________________________________________________________________
57459 [ 18991] By: jhi                                   on 2003/03/16  15:14:31
57460         Log: Pod fix from Philip Newton.
57461      Branch: perl
57462            ! pod/perlfunc.pod
57463 ____________________________________________________________________________
57464 [ 18990] By: jhi                                   on 2003/03/16  15:12:00
57465         Log: Further potential pitfalls for the utf8 len/pos cache
57466              found by Inaba Hiroto.  No test cases, yet.
57467      Branch: perl
57468            ! regcomp.c
57469 ____________________________________________________________________________
57470 [ 18989] By: jhi                                   on 2003/03/16  08:02:31
57471         Log: Make the :bytes conditional on PerlIO.
57472      Branch: perl
57473            ! ext/Encode/t/CJKT.t
57474 ____________________________________________________________________________
57475 [ 18988] By: jhi                                   on 2003/03/15  18:27:36
57476         Log: Needs PerlIO for :bytes.
57477      Branch: perl
57478            ! ext/Encode/t/CJKT.t
57479 ____________________________________________________________________________
57480 [ 18986] By: rgs                                   on 2003/03/14  20:28:20
57481         Log: Subject: Re: [fix] [perl #21575] Bug with print( followed by a newline
57482              From: Enache Adrian <enache@rdslink.ro>
57483              Date: Fri, 14 Mar 2003 23:02:42 +0200
57484              Message-ID: <20030314210242.GA1159@ratsnest.hole>
57485              (with an added test)
57486      Branch: perl
57487            ! t/comp/parser.t toke.c
57488 ____________________________________________________________________________
57489 [ 18985] By: rgs                                   on 2003/03/14  19:45:18
57490         Log: Time::HiRes is a core module
57491      Branch: perl
57492            ! pod/perlfunc.pod
57493 ____________________________________________________________________________
57494 [ 18984] By: rgs                                   on 2003/03/14  19:38:57
57495         Log: Subject: [patch ext/B/typemap] STRLEN T_UV
57496              From: Stas Bekman <stas@stason.org>
57497              Date: Fri, 14 Mar 2003 17:45:09 +1100
57498              Message-ID: <3E717A75.2060300@stason.org>
57499      Branch: perl
57500            ! ext/B/typemap
57501 ____________________________________________________________________________
57502 [ 18982] By: jhi                                   on 2003/03/14  15:16:18
57503         Log: Better pass in the $self for a method.
57504      Branch: perl
57505            ! lib/File/Spec/Unix.pm
57506 ____________________________________________________________________________
57507 [ 18980] By: jhi                                   on 2003/03/14  13:42:32
57508         Log: Cleanup the File::Spec tmpdir() implementations:
57509              now all the platforms specific modules call _tmpdir()
57510              (inherited from Unix.pm) with the list of platform
57511              specific list of temporary directories, and _tmpdir()
57512              then does the appropriate suitability checking.
57513      Branch: perl
57514            ! lib/File/Spec.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
57515            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
57516            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
57517            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
57518 ____________________________________________________________________________
57519 [ 18979] By: jhi                                   on 2003/03/14  12:48:09
57520         Log: whichsig() really does return -1 for unknown signals.
57521      Branch: perl
57522            ! mg.c
57523 ____________________________________________________________________________
57524 [ 18977] By: jhi                                   on 2003/03/14  10:42:33
57525         Log: Rework the @Config{/sig.*/} tests.
57526      Branch: perl
57527            ! lib/Config.t
57528 ____________________________________________________________________________
57529 [ 18976] By: jhi                                   on 2003/03/14  10:31:50
57530         Log: Subject: [PATCH] configure.com: sig_num, etc.
57531              From: "Craig A. Berry" <craigberry@mac.com>
57532              Date: Thu, 13 Mar 2003 21:38:19 -0600
57533              Message-ID: <3E714EAB.6030001@mac.com>
57534      Branch: perl
57535            ! configure.com
57536 ____________________________________________________________________________
57537 [ 18975] By: jhi                                   on 2003/03/14  10:30:53
57538         Log: Make whichsig() to work also if some system defines
57539              zero signals (now -1 is the "not found").  Note that
57540              in couple of mg.c spots only whichsig() > 0 branches
57541              are taken because signal handlers et al don't make
57542              much sense for the zero signal.
57543      Branch: perl
57544            ! doio.c mg.c
57545 ____________________________________________________________________________
57546 [ 18973] By: jhi                                   on 2003/03/14  10:27:46
57547         Log: Since Configure does the signal name/number probe with awk
57548              based on the cpp results (not by really running code), testing
57549              for the signum value is not really helpful if we have runtime
57550              function calls (some signal numbers are dynamic, for example)
57551              (or other extra stuff where the signum value is expected).
57552              (Runtimeness also means that Configure cannot get these right,
57553              anyway.) Better filter in just the constant non-negative numbers.
57554      Branch: perl
57555            ! Configure
57556 ____________________________________________________________________________
57557 [ 18971] By: jhi                                   on 2003/03/14  09:30:18
57558         Log: Signal issues.
57559              (1) Filter out negative signals.
57560              (2) Correct sig_num* and sig_name* descriptions.
57561      Branch: perl
57562            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
57563            ! config_h.SH
57564 ____________________________________________________________________________
57565 [ 18970] By: jhi                                   on 2003/03/14  06:21:48
57566         Log: Hopefully this works also in Win32.
57567      Branch: perl
57568            ! ext/Encode/t/CJKT.t
57569 ____________________________________________________________________________
57570 [ 18969] By: jhi                                   on 2003/03/14  05:43:34
57571         Log: Subject: [PATCH] Perldoc.pm tweak for VMS
57572              From: "Craig A. Berry" <craigberry@mac.com>
57573              Date: Thu, 13 Mar 2003 13:44:55 -0600
57574              Message-ID: <3E70DFB7.8070405@mac.com>
57575      Branch: perl
57576            ! lib/Pod/Perldoc.pm
57577 ____________________________________________________________________________
57578 [ 18968] By: gsar                                  on 2003/03/14  04:41:25
57579         Log: fix for switchC.t test#6 failure on windows
57580      Branch: perl
57581            ! perl.c
57582 ____________________________________________________________________________
57583 [ 18967] By: gsar                                  on 2003/03/14  04:29:10
57584         Log: Config.t wasn't getting the sig_num and sig_size relationship
57585              right, and therefore failed test#35 on windows
57586
57587              note that config_h.SH documents that $sig_size does NOT include
57588              the final NULL in $sig_num!
57589      Branch: perl
57590            ! lib/Config.t
57591 ____________________________________________________________________________
57592 [ 18966] By: gsar                                  on 2003/03/14  04:20:51
57593         Log: another fix for failing test on windows ("use encoding" puts
57594              STDIN in :raw mode, so chomp() wasn't stripping the CR)
57595      Branch: perl
57596            ! ext/Encode/t/enc_module.t
57597 ____________________________________________________________________________
57598 [ 18965] By: gsar                                  on 2003/03/14  04:06:31
57599         Log: fix CJKT.t failures on windows due to incorrect binmode()
57600      Branch: perl
57601            ! ext/Encode/t/CJKT.t
57602 ____________________________________________________________________________
57603 [ 18964] By: rgs                                   on 2003/03/13  21:47:52
57604         Log: Skip the last test of Config.t on HP-UX.
57605              (This test should be skipped for every system that
57606              actually defines a negative signal number. Maybe that
57607              test should be removed, to be future-proof.)
57608      Branch: perl
57609            ! lib/Config.t
57610 ____________________________________________________________________________
57611 [ 18963] By: rgs                                   on 2003/03/13  20:57:32
57612         Log: Subject: [perl #20755] [PATCH] 5.8.0 h2ph barfs on checksum.h on RH6.2/7.2
57613              From: Kurt Starsinic <kstar@cpan.org>
57614              Date: Mon, 10 Mar 2003 00:54:49 -0500
57615              Message-ID: <m3d6kyvazx.wl_rspier@pobox.com>
57616      Branch: perl
57617            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
57618 ____________________________________________________________________________
57619 [ 18962] By: rgs                                   on 2003/03/13  20:46:53
57620         Log: Subject: [PATCH] checking for magic in hv.c and ext/POSIX/POSIX.xs
57621              From: "Craig A. Berry" <craigberry@mac.com>
57622              Date: Tue, 11 Mar 2003 21:29:31 -0600
57623              Message-ID: <3E6EA99B.9060902@mac.com>
57624              Patch by Scott Lepage (scott.lepage@hp.com)
57625      Branch: perl
57626            ! hv.c
57627 ____________________________________________________________________________
57628 [ 18959] By: jhi                                   on 2003/03/13  20:05:50
57629         Log: Some more stdlib.h inclusions and change the gccversion
57630              test to use return (could have used that for all, sigh).
57631      Branch: perl
57632            ! Configure
57633 ____________________________________________________________________________
57634 [ 18958] By: rgs                                   on 2003/03/12  20:46:58
57635         Log: Trims slashes from the argument to rmdir(), likewise
57636              to what happens with rmdir(). Factorize the code in a
57637              local macro, TRIMSLASHES.
57638      Branch: perl
57639            ! pp_sys.c
57640 ____________________________________________________________________________
57641 [ 18957] By: jhi                                   on 2003/03/12  14:23:02
57642         Log: VOS nit from Paul Green.
57643      Branch: perl
57644            ! vos/configure_full_perl.sh
57645 ____________________________________________________________________________
57646 [ 18956] By: jhi                                   on 2003/03/12  13:58:26
57647         Log: File::Spec: Do not fall back to '', use curdir instead.
57648              Note: Mac used to use cwd(), now curdir, slight change
57649              (relative vs. absolute).
57650      Branch: perl
57651            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Mac.pm
57652            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
57653            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
57654 ____________________________________________________________________________
57655 [ 18955] By: jhi                                   on 2003/03/12  13:49:15
57656         Log: File::Temp tests were failing in Cygwin if $ENV{TMPDIR}
57657              was unset (the tests attempted to create files at the /)
57658      Branch: perl
57659            ! lib/File/Spec/Cygwin.pm
57660 ____________________________________________________________________________
57661 [ 18954] By: jhi                                   on 2003/03/12  10:59:03
57662         Log: Another finding by IRIX cc: non-void function
57663              sv_cat_decode() should return a value.
57664      Branch: perl
57665            ! sv.c
57666 ____________________________________________________________________________
57667 [ 18952] By: jhi                                   on 2003/03/12  10:53:02
57668         Log: Integrate:
57669              [ 18949]
57670              pudge> never integrate anything from macos/
57671      Branch: perl
57672            - macos/MacPerlTests.cmd macos/Makefile.mk macos/configpm
57673            - macos/macperl.sym
57674           !> MANIFEST
57675 ____________________________________________________________________________
57676 [ 18951] By: jhi                                   on 2003/03/12  10:52:17
57677         Log: Integrate:
57678              [ 18946]
57679              Integrate from maint-5.8/macperl:
57680              [ 18937]
57681              Various MacOS portability fixes for tests
57682
57683              [ 18938]
57684              File::Spec::Unix method should be called on $self
57685
57686              [ 18939]
57687              lib.pm:_get_dirs() should use $_[0], not $_
57688
57689              [ 18940]
57690              Update MacOS for new configpm
57691
57692              [ 18941]
57693              Update MacOS build
57694              Update Makefile for new source files,
57695              update test script, add additional symbol for APItest
57696      Branch: perl
57697           +> macos/MacPerlTests.cmd macos/Makefile.mk macos/configpm
57698           +> macos/macperl.sym
57699           !> ext/Digest/MD5/t/files.t ext/Filter/t/call.t
57700           !> ext/POSIX/t/taint.t lib/File/Spec/Unix.pm
57701           !> lib/Unicode/Collate/t/index.t lib/Unicode/Collate/t/test.t
57702           !> lib/charnames.t lib/lib_pm.PL t/io/crlf.t t/op/method.t
57703           !> t/op/mkdir.t t/op/recurse.t t/op/sprintf.t t/op/stat.t
57704           !> t/op/taint.t t/pod/testp2pt.pl t/run/switchI.t
57705 ____________________________________________________________________________
57706 [ 18950] By: jhi                                   on 2003/03/12  10:49:27
57707         Log: Cygwin doesn't like initing the $0 mutex in perl_construct()
57708              (Too early? If inited there the pthread_mutex_init() returns
57709              an integer much too large be an errno), but initing the mutex
57710              later, in perl_alloc(), seems to be okay with Cygwin, and also
57711              with Linux.
57712      Branch: perl
57713            ! perl.c
57714 ____________________________________________________________________________
57715 [ 18944] By: jhi                                   on 2003/03/12  06:00:48
57716         Log: Ouch.  Missed one more, the void flags check (and exit() is void).
57717      Branch: perl
57718            ! Configure
57719 ____________________________________________________________________________
57720 [ 18943] By: jhi                                   on 2003/03/12  05:51:21
57721         Log: Tell how to possibly dodge 'Out of memory' errors.
57722      Branch: perl
57723            ! pod/perldiag.pod
57724 ____________________________________________________________________________
57725 [ 18935] By: jhi                                   on 2003/03/11  22:00:54
57726         Log: WinCE tweaks from Vadim Konovalov.
57727      Branch: perl
57728            ! perl.c perlio.c wince/Makefile.ce
57729 ____________________________________________________________________________
57730 [ 18932] By: jhi                                   on 2003/03/11  20:22:07
57731         Log: Missed one.
57732      Branch: perl
57733            ! Configure
57734 ____________________________________________________________________________
57735 [ 18929] By: jhi                                   on 2003/03/11  20:15:51
57736         Log: Single vs doublequoted context is important...
57737      Branch: perl
57738            ! Configure
57739 ____________________________________________________________________________
57740 [ 18927] By: jhi                                   on 2003/03/11  20:04:33
57741         Log: """glob.*""" patch for VMS, from Peter Prymmer.
57742      Branch: perl
57743            ! vms/perlvms.pod vms/vms.c
57744 ____________________________________________________________________________
57745 [ 18926] By: rgs                                   on 2003/03/11  19:44:54
57746         Log: Questionable construct.
57747      Branch: perl
57748            ! pod/perltooc.pod
57749 ____________________________________________________________________________
57750 [ 18925] By: jhi                                   on 2003/03/11  19:15:15
57751         Log: Better setmode() prototype for cygwin.
57752      Branch: perl
57753            ! perl.h
57754 ____________________________________________________________________________
57755 [ 18923] By: jhi                                   on 2003/03/11  19:11:39
57756         Log: Solaris cc wants prototype for exit(), so <stdlib.h> needed.
57757      Branch: perl
57758            ! Configure
57759 ____________________________________________________________________________
57760 [ 18921] By: jhi                                   on 2003/03/11  18:15:45
57761         Log: The 0, in the assert_not_ROK() makes IRIX cc to worry
57762              (cc-1171 cc: WARNING ... The indicated expression has no effect.)
57763              So make the macro to include the , and the non-gcc case empty.
57764      Branch: perl
57765            ! sv.h
57766 ____________________________________________________________________________
57767 [ 18919] By: jhi                                   on 2003/03/11  17:43:10
57768         Log: Uid_t and Gid_t can easily be shorts and one cannot
57769              pull shorts off the va_args, int is the shortest (ahem).
57770      Branch: perl
57771            ! reentr.c reentr.pl
57772 ____________________________________________________________________________
57773 [ 18918] By: jhi                                   on 2003/03/11  17:32:23
57774         Log: Subject: [PATCH] io_sock.t
57775              From: Norton Allen <allen@huarp.harvard.edu>
57776              Date: Tue, 11 Mar 2003 13:37:36 -0500 (est)
57777              Message-Id: <200303111837.NAA30438@bottesini.harvard.edu>
57778      Branch: perl
57779            ! README.qnx ext/IO/lib/IO/t/io_sock.t
57780 ____________________________________________________________________________
57781 [ 18917] By: jhi                                   on 2003/03/11  17:30:43
57782         Log: Get rid of one Cygwin warning by introducing a prototype
57783              for the init_os_extras().  Since there is no header file
57784              in Perl specific to cygwin, use perl.h.
57785      Branch: perl
57786            ! perl.h
57787 ____________________________________________________________________________
57788 [ 18916] By: jhi                                   on 2003/03/11  11:40:38
57789         Log: Upgrade to Time-HiRes 1.43.
57790      Branch: perl
57791            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
57792            ! ext/Time/HiRes/Makefile.PL
57793 ____________________________________________________________________________
57794 [ 18915] By: jhi                                   on 2003/03/11  09:19:54
57795         Log: Be more lax about the out of memory error message.
57796      Branch: perl
57797            ! t/op/recurse.t
57798 ____________________________________________________________________________
57799 [ 18914] By: jhi                                   on 2003/03/11  09:18:25
57800         Log: Try to handle hitting the heap/data limit in small systems.
57801              (One can simulate this with e.g. 32MB or 64MB datasize,
57802              use your shell's ulimit/limit/limits command.)
57803      Branch: perl
57804            ! t/op/recurse.t
57805 ____________________________________________________________________________
57806 [ 18912] By: hv                                    on 2003/03/11  07:36:00
57807         Log: typo for utf8locale in #18907
57808      Branch: perl
57809            ! sv.c
57810 ____________________________________________________________________________
57811 [ 18910] By: jhi                                   on 2003/03/11  06:55:29
57812         Log: Subject: [PATCH] clear PL_exitlist in perl_destruct
57813              From: "Craig A. Berry" <craigberry@mac.com>
57814              Date: Tue, 11 Mar 2003 00:34:39 -0600
57815              Message-ID: <3E6D837F.7000506@mac.com>
57816      Branch: perl
57817            ! perl.c
57818 ____________________________________________________________________________
57819 [ 18909] By: jhi                                   on 2003/03/11  06:29:35
57820         Log: Upgrade to cperl-mode 5.0, from IlyaZ.
57821      Branch: perl
57822            ! emacs/cperl-mode.el
57823 ____________________________________________________________________________
57824 [ 18908] By: jhi                                   on 2003/03/11  06:09:05
57825         Log: Missed some, cryptically.
57826      Branch: perl
57827            ! pod/perlfunc.pod
57828 ____________________________________________________________________________
57829 [ 18907] By: jhi                                   on 2003/03/11  06:01:28
57830         Log: Add missing intrpvar clonings to perl_clone.
57831              Also move the IDBassertion to the end since there's
57832              no particular reason to break bincompat for that.
57833      Branch: perl
57834            ! intrpvar.h sv.c
57835 ____________________________________________________________________________
57836 [ 18906] By: jhi                                   on 2003/03/11  05:43:30
57837         Log: Add reminders to intrpvar.h about perl_clone(), as suggested by Stas.
57838      Branch: perl
57839            ! intrpvar.h
57840 ____________________________________________________________________________
57841 [ 18905] By: jhi                                   on 2003/03/11  05:38:10
57842         Log: Subject: [patch] PL_taint_warn falls between chairs in perl_clone()
57843              From: Stas Bekman <stas@stason.org>
57844              Date: Tue, 11 Mar 2003 17:09:02 +1100
57845              Message-ID: <3E6D7D7E.5000704@stason.org>
57846      Branch: perl
57847            ! sv.c
57848 ____________________________________________________________________________
57849 [ 18904] By: jhi                                   on 2003/03/11  05:33:10
57850         Log: Subject: [PATCH] typos and other minor things
57851              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
57852              Date: Mon, 10 Mar 2003 21:00:55 -0700
57853              Message-Id: <200303110400.h2B40tEQ018838@xerxes.courtesan.com>
57854      Branch: perl
57855            ! emacs/cperl-mode.el ext/B/B/Concise.pm ext/DB_File/DB_File.pm
57856            ! ext/DB_File/DB_File.xs ext/Devel/PPPort/PPPort.pm
57857            ! ext/IO/lib/IO/Socket.pm ext/PerlIO/encoding/encoding.xs
57858            ! ext/PerlIO/via/via.pm ext/Storable/Storable.xs lib/Net/FTP.pm
57859            ! lib/Net/NNTP.pm lib/Net/Ping.pm lib/Pod/Perldoc.pm
57860            ! lib/Tie/File/t/05_size.t lib/charnames.pm lib/ftp.pl
57861            ! lib/utf8.t pad.c pod/perlfunc.pod pod/perlintern.pod
57862            ! pod/perlthrtut.pod pod/pod2latex.PL regcomp.c t/op/sprintf.t
57863            ! utils/libnetcfg.PL vms/vms.c win32/vmem.h
57864 ____________________________________________________________________________
57865 [ 18903] By: jhi                                   on 2003/03/11  05:29:12
57866         Log: A rejected hunk of #18902 reapplied.
57867      Branch: perl
57868            ! t/io/utf8.t
57869 ____________________________________________________________________________
57870 [ 18902] By: jhi                                   on 2003/03/11  05:19:15
57871         Log: Patch from Craig Berry to resolve test failures in VMS.
57872              Will poke the Net::Ping author.
57873      Branch: perl
57874            ! ext/threads/shared/t/cond.t lib/Net/Ping/t/190_alarm.t
57875            ! t/io/utf8.t t/op/magic.t
57876 ____________________________________________________________________________
57877 [ 18900] By: rgs                                   on 2003/03/10  22:12:37
57878         Log: Integrate (by hand) change #18386 from maint-5.8
57879      Branch: perl
57880            ! t/op/split.t
57881 ____________________________________________________________________________
57882 [ 18899] By: jhi                                   on 2003/03/10  21:44:12
57883         Log: VMS has an extra \n at the end, and I assume Windows has \r\n.
57884      Branch: perl
57885            ! t/run/switchC.t
57886 ____________________________________________________________________________
57887 [ 18891] By: rgs                                   on 2003/03/10  20:22:39
57888         Log: A new test, to check that signal numbers are actually positive,
57889              and that there is a consistent number of signals available.
57890      Branch: perl
57891            ! lib/Config.t
57892 ____________________________________________________________________________
57893 [ 18889] By: rgs                                   on 2003/03/10  19:55:06
57894         Log: Subject: Re: odd (or not so odd?) segmentation fault in 5.8.0
57895              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
57896              Date: Fri, 07 Mar 2003 13:12:49 -0800
57897              Message-ID: <RtQa+gzkg2kF092yn@efn.org>
57898      Branch: perl
57899            ! mg.c pod/perldiag.pod t/op/tie.t
57900 ____________________________________________________________________________
57901 [ 18888] By: rgs                                   on 2003/03/10  19:37:40
57902         Log: Subject: Re: [perl #21505] 5.8.0 lib/Config test failure due to compiler flag
57903              From: Nicholas Clark <nick@unfortu.net>
57904              Date: Sun, 9 Mar 2003 21:24:46 +0000
57905              Message-ID: <20030309212445.GE277@Bagpuss.unfortu.net>
57906      Branch: perl
57907            ! lib/Config.t
57908 ____________________________________________________________________________
57909 [ 18880] By: jhi                                   on 2003/03/10  16:17:50
57910         Log: Integrate from maint:
57911              [ 18428]
57912              Somehow I managed to get makefile.olds that didn't get cleaned away.
57913      Branch: perl
57914           !> Makefile.SH x2p/Makefile.SH
57915 ____________________________________________________________________________
57916 [ 18876] By: jhi                                   on 2003/03/10  06:35:20
57917         Log: Comment fix.
57918      Branch: perl
57919            ! t/io/utf8.t
57920 ____________________________________________________________________________
57921 [ 18875] By: jhi                                   on 2003/03/10  05:31:00
57922         Log: Remove the foo-old files.
57923      Branch: perl
57924            ! opcode.pl
57925 ____________________________________________________________________________
57926 [ 18874] By: jhi                                   on 2003/03/10  05:23:32
57927         Log: Subject: Re: Shared libperl.so and build issues
57928              From: Chip Turner <cturner@redhat.com>
57929              Date: 05 Jan 2003 10:35:40 -0500
57930              Message-ID: <vzky95z8v8z.fsf@minbar.devel.redhat.com>
57931      Branch: perl
57932            ! INSTALL
57933 ____________________________________________________________________________
57934 [ 18873] By: jhi                                   on 2003/03/10  05:18:02
57935         Log: Bunch of doc patches from Stas; plus regen.
57936
57937              Subject: [doc patch] perl.c's pod api entry
57938              From: Stas Bekman <stas@stason.org>
57939              Date: Mon, 10 Mar 2003 12:35:52 +1100
57940              Message-ID: <3E6BEBF8.80402@stason.org>
57941
57942              Subject: Re: [patch] perlguts.pod
57943              From: Stas Bekman <stas@stason.org>
57944              Date: Mon, 10 Mar 2003 12:38:57 +1100
57945              Message-ID: <3E6BECB1.7050009@stason.org>
57946
57947              Subject: Re: [PATCH ext/DynaLoader/DynaLoader_pm.PL] doc fix: s/dl_loadflags/dl_load_flags/
57948              From: Stas Bekman <stas@stason.org>
57949              Date: Mon, 10 Mar 2003 12:41:46 +1100
57950              Message-ID: <3E6BED5A.801@stason.org>
57951
57952              Subject: Re: [patch] perlapi.pod fix
57953              From: Stas Bekman <stas@stason.org>
57954              Date: Mon, 10 Mar 2003 12:43:33 +1100
57955              Message-ID: <3E6BEDC5.6010405@stason.org>
57956
57957              Subject: Re: [docs patch] replace gets() with fgets() in example
57958              From: Stas Bekman <stas@stason.org>
57959              Date: Mon, 10 Mar 2003 12:45:41 +1100
57960              Message-ID: <3E6BEE45.9030901@stason.org>
57961
57962              Subject: [doc patch] perlrun.pod
57963              From: Stas Bekman <stas@stason.org>
57964              Date: Mon, 10 Mar 2003 14:49:59 +1100
57965              Message-ID: <3E6C0B67.4050606@stason.org>
57966      Branch: perl
57967            ! ext/DynaLoader/DynaLoader_pm.PL handy.h perl.c pod/perlapi.pod
57968            ! pod/perlembed.pod pod/perlguts.pod pod/perlrun.pod
57969 ____________________________________________________________________________
57970 [ 18871] By: jhi                                   on 2003/03/09  20:15:13
57971         Log: Must not hide the protos, though.
57972      Branch: perl
57973            ! embed.pl proto.h
57974 ____________________________________________________________________________
57975 [ 18870] By: jhi                                   on 2003/03/09  20:12:11
57976         Log: I hate embed*.  Tell me what you know.
57977      Branch: perl
57978            ! embed.fnc embed.h
57979 ____________________________________________________________________________
57980 [ 18869] By: jhi                                   on 2003/03/09  19:32:19
57981         Log: Upgrade to Encode 1.91.
57982      Branch: perl
57983            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
57984            ! ext/Encode/encoding.pm ext/Encode/t/enc_module.t
57985 ____________________________________________________________________________
57986 [ 18868] By: jhi                                   on 2003/03/09  19:04:22
57987         Log: Export the symbols from #18863; do not prototype (but export)
57988              Nicholas Clark's experimental COW functions.
57989              Sidenote: the embed.fnc/embed.fnc/makedef.pl thing is becoming
57990              a mess of Herculean proportions.  Someone should redesign and
57991              clean up the stables.
57992      Branch: perl
57993            ! embed.fnc embed.pl global.sym proto.h
57994 ____________________________________________________________________________
57995 [ 18867] By: jhi                                   on 2003/03/09  17:12:55
57996         Log: Upgrade to Encode 1.90 (plus the one extra use lib in enc_module.t)
57997      Branch: perl
57998            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
57999            ! ext/Encode/MANIFEST ext/Encode/encoding.pm
58000            ! ext/Encode/t/Mod_EUCJP.pm ext/Encode/t/enc_data.t
58001            ! ext/Encode/t/enc_module.t
58002 ____________________________________________________________________________
58003 [ 18865] By: jhi                                   on 2003/03/09  13:50:57
58004         Log: From Inaba Hiroto: DATA wasn't properly utf8ed
58005              under 'use encoding'.
58006      Branch: perl
58007            + ext/Encode/t/enc_data.t
58008            ! MANIFEST ext/Encode/MANIFEST toke.c
58009 ____________________________________________________________________________
58010 [ 18864] By: jhi                                   on 2003/03/09  13:21:09
58011         Log: Tru64: additional instructions for building a newer Berkeley DB.
58012      Branch: perl
58013            ! README.tru64 hints/dec_osf.sh
58014 ____________________________________________________________________________
58015 [ 18863] By: jhi                                   on 2003/03/09  12:07:28
58016         Log: At Sarathy's request restore the bin5005compat Perl_foo_sv()
58017              function stubs, should be helpful for really simple extensions.
58018              Undoes large parts of changes #16289 and #16290.
58019      Branch: perl
58020            ! sv.c
58021 ____________________________________________________________________________
58022 [ 18862] By: rgs                                   on 2003/03/09  11:48:37
58023         Log: ... and add a test case for bug #20798
58024      Branch: perl
58025            ! t/op/eval.t
58026 ____________________________________________________________________________
58027 [ 18861] By: jhi                                   on 2003/03/09  11:46:17
58028         Log: Subject: Re: [perl #21498] printf behaviour changes 5.6.1(and earlier) -> 5.8
58029              From: Enache Adrian <enache@rdslink.ro>
58030              Date: Fri, 7 Mar 2003 23:28:37 +0200
58031              Message-ID: <20030307212837.GB765@ratsnest.hole>
58032
58033              (and few more test cases from the thread)
58034      Branch: perl
58035            ! sv.c t/op/sprintf.t
58036 ____________________________________________________________________________
58037 [ 18860] By: rgs                                   on 2003/03/09  11:33:09
58038         Log: Subject: Re: [perl #20798] foo(eval {}) crashes Perl 5.8
58039              From: Enache Adrian <enache@rdslink.ro>
58040              Date: Fri, 7 Mar 2003 00:12:03 +0200
58041              Message-ID: <20030306221203.GB13330@ratsnest.hole>
58042      Branch: perl
58043            ! op.c
58044 ____________________________________________________________________________
58045 [ 18859] By: rgs                                   on 2003/03/09  11:30:22
58046         Log: Adjust test count.
58047      Branch: perl
58048            ! t/op/pat.t
58049 ____________________________________________________________________________
58050 [ 18858] By: jhi                                   on 2003/03/09  10:54:10
58051         Log: From Inaba Hiroto: re_intuit_start set a value to
58052              PL_bostr before calling find_byclass when regexp has
58053              ROPT_UTF8 flag on. But right value for PL_bostr is set
58054              before re_intuit_start is called.  PL_regdata is always
58055              assigned by cache_re(), so the whole if(prog->reganch & ROPT_UTF8){}
58056              can be deleted.
58057      Branch: perl
58058            ! regexec.c t/op/pat.t
58059 ____________________________________________________________________________
58060 [ 18857] By: jhi                                   on 2003/03/09  10:46:23
58061         Log: From Inaba Hiroto: the UTF-8 length cache wasn't
58062              updated when fbm_compile() appended a "\n".
58063      Branch: perl
58064            ! t/op/pat.t util.c
58065 ____________________________________________________________________________
58066 [ 18856] By: rgs                                   on 2003/03/08  20:16:36
58067         Log: Add a B::COP::io() method, to return the cop_io field of COPs.
58068              Print it in B::Debug. Can be used later in B::Deparse to deparse
58069              the open pragma.
58070      Branch: perl
58071            ! ext/B/B.pm ext/B/B.xs ext/B/B/Debug.pm
58072 ____________________________________________________________________________
58073 [ 18855] By: rgs                                   on 2003/03/08  19:51:40
58074         Log: Subject: [PATCH perldebug.pod] to explain new [<>{] behaviour - attached
58075              From: Richard.Foley@ubsw.com
58076              Date: Fri, 21 Feb 2003 13:51:51 +0100
58077              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD98579F1@NZURC900PEX1.ubsgs.ubsgroup.net>
58078      Branch: perl
58079            ! pod/perldebug.pod
58080 ____________________________________________________________________________
58081 [ 18854] By: jhi                                   on 2003/03/08  19:41:25
58082         Log: Enache Adrian reads comments.
58083      Branch: perl
58084            ! perl.h
58085 ____________________________________________________________________________
58086 [ 18853] By: rgs                                   on 2003/03/08  19:40:13
58087         Log: Subject: [PATCH] Re: [perl #20551] Documentation error for IO::Select
58088              From: Richard Soderberg <perl@crystalflame.net>
58089              Date: Sat, 15 Feb 2003 01:27:17 -0500
58090              Message-Id: <87D7A731-40AE-11D7-9B07-000393801F84@crystalflame.net>
58091      Branch: perl
58092            ! ext/IO/lib/IO/Select.pm
58093 ____________________________________________________________________________
58094 [ 18852] By: jhi                                   on 2003/03/08  19:05:04
58095         Log: Subject: [PATCH] long %ENV values for VMS
58096              From: "Craig A. Berry" <craigberry@mac.com>
58097              Date: Fri, 07 Mar 2003 13:49:50 -0600
58098              Message-ID: <3E68F7DE.8070603@mac.com>
58099      Branch: perl
58100            ! vms/vms.c
58101 ____________________________________________________________________________
58102 [ 18851] By: jhi                                   on 2003/03/08  06:49:35
58103         Log: regen_headers tiny tidying:
58104              - regen.pl renamed as regen_lib.pl
58105              - regen_headers.pl renamed as regen.pl
58106              - added make target 'regen' (kept target 'regen_headers'
58107              for porters' brains' backward compatibility)
58108              - regen.pl fancified a bit to display the names
58109              of the files that got changed by running the scripts
58110      Branch: perl
58111            + regen_lib.pl
58112            - regen_headers.pl
58113            ! MANIFEST Makefile.SH autodoc.pl bytecode.pl embed.pl
58114            ! keywords.pl opcode.pl regcomp.pl regen.pl
58115 ____________________________________________________________________________
58116 [ 18848] By: jhi                                   on 2003/03/07  08:40:52
58117         Log: Give pointers to runtime Unicode changes.
58118      Branch: perl
58119            ! pod/perlrun.pod pod/perlvar.pod
58120 ____________________________________________________________________________
58121 [ 18847] By: jhi                                   on 2003/03/07  08:02:50
58122         Log: Extra character noticed by Tels.
58123      Branch: perl
58124            ! MANIFEST
58125 ____________________________________________________________________________
58126 [ 18846] By: jhi                                   on 2003/03/07  05:28:11
58127         Log: Subject: [PATCH] FreeBSD 5.0 gethostbyaddr_r hints update
58128              From: Kay Roepke <kay@dolphin-services.de>
58129              Date: Thu, 06 Mar 2003 23:00:10 +0100
58130              Message-ID: <3E67C4EA.A55FFE5C@dolphin-services.de>
58131
58132              (plus change the d_gethostbyaddr_r_proto default to "0",
58133              that is what an undefined r_proto looks like)
58134      Branch: perl
58135            ! hints/freebsd.sh
58136 ____________________________________________________________________________
58137 [ 18845] By: jhi                                   on 2003/03/07  05:21:43
58138         Log: Define the Perl_pp_i_modulo_1() only iff we have glibc.
58139              (Stronger variant of "pp.c: Perl_pp_i_modulo_1 needs help
58140              in non-glibc case", from Craig Berry)
58141      Branch: perl
58142            ! pp.c
58143 ____________________________________________________________________________
58144 [ 18844] By: jhi                                   on 2003/03/07  05:05:57
58145         Log: Good observation from Philip Newton.
58146      Branch: perl
58147            ! pod/perlrun.pod
58148 ____________________________________________________________________________
58149 [ 18843] By: rgs                                   on 2003/03/06  21:59:02
58150         Log: Make the -A switch work without an assertion name.
58151              by Salvador Fandiño.
58152      Branch: perl
58153            ! perl.c t/run/switch_A.t
58154 ____________________________________________________________________________
58155 [ 18842] By: rgs                                   on 2003/03/06  21:27:15
58156         Log: Subject: Re: [PATCH] let perlmodstyle mention Module::Build and Test::More
58157              From: "Jos I. Boumans" <kane@dwim.org>
58158              Date: Fri, 21 Feb 2003 20:33:53 +0100
58159              Message-ID: <3E567F21.6020006@dwim.org>
58160              (with some minor tweaks)
58161      Branch: perl
58162            ! pod/perlmodstyle.pod
58163 ____________________________________________________________________________
58164 [ 18841] By: rgs                                   on 2003/03/06  20:56:32
58165         Log: Subject: Re: [perl #20682] [fix] @- array not visible in s///
58166              From: Enache Adrian <enache@rdslink.ro>
58167              Date: Sun, 2 Mar 2003 06:05:22 +0200
58168              Message-ID: <20030302040522.GB4905@ratsnest.hole>
58169      Branch: perl
58170            ! t/op/subst.t
58171 ____________________________________________________________________________
58172 [ 18840] By: rgs                                   on 2003/03/06  20:45:08
58173         Log: Subject: cleaning up tests of the 'eval { decl. } <=> runtime decl.' assumption
58174              From: Enache Adrian <enache@rdslink.ro>
58175              Date: Wed, 5 Mar 2003 12:06:20 +0200
58176              Message-ID: <20030305100620.GA909@ratsnest.hole>
58177      Branch: perl
58178            ! ext/POSIX/t/sigaction.t ext/POSIX/t/waitpid.t t/op/method.t
58179            ! t/op/sub_lval.t t/op/ver.t t/run/fresh_perl.t
58180 ____________________________________________________________________________
58181 [ 18839] By: jhi                                   on 2003/03/06  17:21:36
58182         Log: Subject: [PATCH perl@18838] mg.c needs Perl_csighandler prototype
58183              From: "Craig A. Berry" <craigberry@mac.com>
58184              Date: Thu, 06 Mar 2003 10:42:05 -0600
58185              Message-ID: <3E677A5D.10805@mac.com>
58186      Branch: perl
58187            ! mg.c
58188 ____________________________________________________________________________
58189 [ 18838] By: jhi                                   on 2003/03/06  10:11:22
58190         Log: Thinko fix.
58191      Branch: perl
58192            ! Porting/findrfuncs
58193 ____________________________________________________________________________
58194 [ 18837] By: jhi                                   on 2003/03/06  09:33:33
58195         Log: PERL_UNICODE explanation saga continues.
58196      Branch: perl
58197            ! pod/perlrun.pod
58198 ____________________________________________________________________________
58199 [ 18836] By: jhi                                   on 2003/03/06  07:55:03
58200         Log: Handle also extra directories et alia.
58201      Branch: perl
58202            ! Porting/manicheck
58203 ____________________________________________________________________________
58204 [ 18835] By: jhi                                   on 2003/03/06  07:48:05
58205         Log: Add mani(fest) check(ing) utility.
58206      Branch: perl
58207            + Porting/manicheck
58208            ! MANIFEST
58209 ____________________________________________________________________________
58210 [ 18833] By: jhi                                   on 2003/03/06  05:36:13
58211         Log: Subject: [patch config_h.SH] redefining __attribute__
58212              From: Stas Bekman <stas@stason.org>
58213              Date: Thu, 06 Mar 2003 12:03:39 +1100
58214              Message-ID: <3E669E6B.1060606@stason.org>
58215      Branch: perl
58216            ! Configure NetWare/config_H.wc Porting/config.sh
58217            ! Porting/config_H config_h.SH plan9/config.plan9
58218            ! plan9/config_h.sample win32/config_H.bc win32/config_H.gc
58219            ! win32/config_H.vc win32/config_H.vc64 wince/config_H.ce
58220 ____________________________________________________________________________
58221 [ 18831] By: jhi                                   on 2003/03/05  19:56:41
58222         Log: Couple more _r possibilities (found in a RH 8.0 box), and
58223              the random() macros were all wrong.  (I don't know why
58224              metaconfig did so much reordering of config_h.SH.)
58225      Branch: perl
58226            ! Configure config_h.SH reentr.h reentr.pl
58227 ____________________________________________________________________________
58228 [ 18830] By: rgs                                   on 2003/03/04  23:25:01
58229         Log: Change #18829 makes this test workaround obsolete.
58230      Branch: perl
58231            ! ext/B/t/deparse.t
58232 ____________________________________________________________________________
58233 [ 18829] By: rgs                                   on 2003/03/04  22:23:41
58234         Log: Patch by Salvador Fandiño to read the warning mask
58235              returned by caller() and ${^WARNING_BITS} from
58236              $warnings::Bits{all} and not from the hardcoded core
58237              constant. (This mask could have been extended by
58238              warnings::register.) Plus tests.
58239      Branch: perl
58240            ! mg.c pp_ctl.c t/op/caller.t
58241 ____________________________________________________________________________
58242 [ 18828] By: rgs                                   on 2003/03/04  20:49:59
58243         Log: Subject: [PATCH] assertions
58244              From: Salvador Fandiño <sfandino@yahoo.com>
58245              Date: Fri, 21 Feb 2003 17:26:16 +0000
58246              Message-ID: <3E566138.4090709@yahoo.com>
58247              and the complement : (with added comments)
58248              Subject: [PATCH] bug in ext/B/t/deparse.t
58249              Message-ID: <3E563E16.7060303@yahoo.com>
58250              plus perldiag.pod patch for the new warning
58251              (previous change was, once again, empty)
58252      Branch: perl
58253            ! ext/B/t/deparse.t lib/assertions.pm lib/assertions/activate.pm
58254            ! lib/perl5db.pl lib/warnings.pm op.c perl.h perlapi.c
58255            ! pod/perldiag.pod warnings.h warnings.pl
58256 ____________________________________________________________________________
58257 [ 18827] By: rgs                                   on 2003/03/04  20:48:09
58258         Log: Subject: [PATCH] assertions
58259              From: Salvador Fandiño <sfandino@yahoo.com>
58260              Date: Fri, 21 Feb 2003 17:26:16 +0000
58261              Message-ID: <3E566138.4090709@yahoo.com>
58262              and the complement : (with added comments)
58263              Subject: [PATCH] bug in ext/B/t/deparse.t
58264              Message-ID: <3E563E16.7060303@yahoo.com>
58265              plus perldiag.pod patch for the new warning
58266      Branch: perl
58267            ! ext/B/t/deparse.t lib/assertions.pm lib/assertions/activate.pm
58268            ! lib/perl5db.pl lib/warnings.pm op.c perl.h perlapi.c
58269            ! pod/perldiag.pod warnings.h warnings.pl
58270 ____________________________________________________________________________
58271 [ 18826] By: jhi                                   on 2003/03/04  20:22:25
58272         Log: Try to make PPPort.pm 5.005-friendlier (see [perl #21339]).
58273              The variant is from how List::Util Util.xs does it.
58274      Branch: perl
58275            ! ext/Devel/PPPort/PPPort.pm
58276 ____________________________________________________________________________
58277 [ 18825] By: rgs                                   on 2003/03/04  19:56:28
58278         Log: Doc typos.
58279      Branch: perl
58280            ! lib/File/Find.pm
58281 ____________________________________________________________________________
58282 [ 18823] By: jhi                                   on 2003/03/04  05:33:50
58283         Log: Try to give rcatline() a good jog on Unicode.
58284      Branch: perl
58285            ! t/io/utf8.t
58286 ____________________________________________________________________________
58287 [ 18822] By: jhi                                   on 2003/03/04  05:14:13
58288         Log: Subject: Re: [perl #21395] rcatline doesn't grok utf8
58289              From: Enache Adrian <enache@rdslink.ro>
58290              Date: Sun, 2 Mar 2003 05:43:54 +0200
58291              Message-ID: <20030302034354.GA4905@ratsnest.hole>
58292      Branch: perl
58293            ! sv.c t/io/utf8.t
58294 ____________________________________________________________________________
58295 [ 18821] By: jhi                                   on 2003/03/04  04:58:36
58296         Log: Can't test this without PerlIO.
58297      Branch: perl
58298            ! t/uni/write.t
58299 ____________________________________________________________________________
58300 [ 18820] By: sky                                   on 2003/03/04  01:01:07
58301         Log: Fixes bug #15654 bizarre constant mangling in 5.8.0
58302              What happened was that a constant was freed, the pad released but
58303              the pad slot still held the SV, when pad slot was reallocated
58304              to be a target for a stringify, it did a sv_setpv on the target
58305              and the original SV was wiped out. When this SV was later on
58306              to new places using the constant, they got the wrong value.
58307              By replacing pad_free with pad_swipe for these cases, we
58308              won't have such a problem. (pad_swipe also removes the
58309              pointer to the original SV).
58310      Branch: perl
58311            ! op.c
58312 ____________________________________________________________________________
58313 [ 18819] By: jhi                                   on 2003/03/03  19:15:07
58314         Log: Further clarification on PERL_UNICODE's semantics.
58315      Branch: perl
58316            ! pod/perlrun.pod
58317 ____________________________________________________________________________
58318 [ 18818] By: gbarr                                 on 2003/03/03  10:07:44
58319         Log: Sync with libnet-1.13
58320      Branch: perl
58321            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/FTP.pm
58322            ! lib/Net/POP3.pm lib/Net/SMTP.pm
58323 ____________________________________________________________________________
58324 [ 18817] By: jhi                                   on 2003/03/03  06:45:59
58325         Log: Upgrade to Unicode::Normalize 0.20.
58326      Branch: perl
58327            ! ext/Unicode/Normalize/Changes
58328            ! ext/Unicode/Normalize/Normalize.pm
58329            ! ext/Unicode/Normalize/Normalize.xs
58330            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
58331            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
58332            ! ext/Unicode/Normalize/t/test.t
58333 ____________________________________________________________________________
58334 [ 18816] By: jhi                                   on 2003/03/03  06:17:28
58335         Log: Upgrade to Encode 1.89.  The enc_module.t required
58336              a little tweak, sending that to Dan.
58337      Branch: perl
58338            + ext/Encode/t/Mod_EUCJP.pm ext/Encode/t/enc_module.enc
58339            + ext/Encode/t/enc_module.t
58340            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
58341            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
58342            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
58343            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
58344            ! ext/Encode/ucm/viscii.ucm
58345 ____________________________________________________________________________
58346 [ 18813] By: jhi                                   on 2003/03/03  05:33:21
58347         Log: Use a macro for abs() to avoid the possible truncation to an int;
58348              also make an explicit (double)cast for the arguments to fabs().
58349      Branch: perl
58350            ! perl.h pp.c sv.c util.c
58351 ____________________________________________________________________________
58352 [ 18812] By: hv                                    on 2003/03/02  22:36:05
58353         Log: Subject: Re: [PATCH] Make adding notes to patchlevel.h easier
58354              From: andreas.koenig@anima.de (Andreas J. Koenig)
58355              Date: Wed, 19 Feb 2003 11:05:28 +0100
58356              Message-ID: <m3d6lozitz.fsf@k242.linux.bogus>
58357      Branch: perl
58358            ! patchlevel.h
58359 ____________________________________________________________________________
58360 [ 18811] By: hv                                    on 2003/03/02  22:30:50
58361         Log: Subject: [perl #21289] [Fwd: IPC::Msg bug report]
58362              From: Edmund Bacon (via RT) <perlbug-followup@perl.org>
58363              Date: 18 Feb 2003 21:05:15 -0000
58364              Message-Id: <rt-21289-52384.13.2700974026643@bugs6.perl.org>
58365      Branch: perl
58366            ! ext/IPC/SysV/Msg.pm
58367 ____________________________________________________________________________
58368 [ 18810] By: hv                                    on 2003/03/02  21:59:10
58369         Log: Subject: [PATCH] Re: [perl #18872] File::Basename example misleading
58370              From: Richard Soderberg <perl@crystalflame.net>
58371              Date: Sat, 15 Feb 2003 01:27:21 -0500
58372              Message-Id: <89FAC8B9-40AE-11D7-9B07-000393801F84@crystalflame.net>
58373      Branch: perl
58374            ! lib/File/Basename.pm
58375 ____________________________________________________________________________
58376 [ 18809] By: hv                                    on 2003/03/02  21:54:53
58377         Log: Subject: [perl #21031] $File::Find::name ne $_ w/no_chdir
58378              From: "Anders Johnson" (via RT) <perlbug-followup@perl.org>
58379              Date: 15 Feb 2003 00:21:41 -0000
58380              Message-Id: <rt-21031-51306.12.8541374577158@bugs6.perl.org>
58381      Branch: perl
58382            ! lib/File/Find.pm
58383 ____________________________________________________________________________
58384 [ 18807] By: hv                                    on 2003/03/02  21:22:56
58385         Log: Reverse copyright update (#18801) for files not changed in 2003.
58386      Branch: perl
58387            ! EXTERN.h INTERN.h README av.h cc_runtime.h deb.c doop.c
58388            ! dosish.h fakethr.h form.h globals.c gv.h handy.h hv.h
58389            ! keywords.h keywords.pl mg.h miniperlmain.c numeric.c pad.h
58390            ! perlapi.c perlsdio.h perlsfio.h perlvars.h perly.y pp.h
58391            ! regcomp.h run.c scope.h taint.c thread.h unixish.h utf8.h
58392            ! utfebcdic.h util.h x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c
58393            ! x2p/a2p.h x2p/a2p.y x2p/hash.c x2p/hash.h x2p/proto.h
58394            ! x2p/str.c x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
58395 ____________________________________________________________________________
58396 [ 18805] By: hv                                    on 2003/03/02  16:29:28
58397         Log: Subject: Re: [perl #21411] [fix] Postponed RE with split()
58398              From: Enache Adrian <enache@rdslink.ro>
58399              Date: Sun, 2 Mar 2003 10:11:27 +0200
58400              Message-ID: <20030302081127.GA10782@ratsnest.hole>
58401      Branch: perl
58402            ! pp.c t/op/pat.t
58403 ____________________________________________________________________________
58404 [ 18803] By: hv                                    on 2003/03/02  16:12:34
58405         Log: Subject: RE: [perl #20613] Perl_magic_setsig/clearsig problems (patch   included)
58406              From: "Anders Johnson" <ajohnson@wischip.com>
58407              Date: Mon, 10 Feb 2003 14:09:46 -0800
58408              Message-ID: <000e01c2d151$2228ca90$9800a8c0@wis.com>
58409      Branch: perl
58410            ! mg.c t/op/magic.t
58411 ____________________________________________________________________________
58412 [ 18802] By: jhi                                   on 2003/03/02  15:39:06
58413         Log: Narrow down the -C test skippage.
58414      Branch: perl
58415            ! t/run/switchC.t
58416 ____________________________________________________________________________
58417 [ 18801] By: hv                                    on 2003/03/02  15:24:22
58418         Log: Update all copyrights to 2003, from Jarkko
58419      Branch: perl
58420            ! EXTERN.h INTERN.h README XSUB.h av.c av.h cc_runtime.h cop.h
58421            ! cv.h deb.c doio.c doop.c dosish.h dump.c embed.h embed.pl
58422            ! embedvar.h fakesdio.h fakethr.h form.h global.sym globals.c
58423            ! gv.c gv.h handy.h hv.c hv.h keywords.h keywords.pl locale.c
58424            ! mg.c mg.h miniperlmain.c nostdio.h numeric.c op.c op.h
58425            ! opcode.h opcode.pl opnames.h pad.c pad.h patchlevel.h perl.c
58426            ! perl.h perlapi.c perlapi.h perlio.h perlsdio.h perlsfio.h
58427            ! perlvars.h perly.y pp.c pp.h pp_ctl.c pp_hot.c pp_pack.c
58428            ! pp_sort.c pp_sys.c proto.h reentr.c reentr.h reentr.pl
58429            ! regcomp.c regcomp.h regexec.c regexp.h run.c scope.c scope.h
58430            ! sv.c sv.h taint.c thrdvar.h thread.h toke.c universal.c
58431            ! unixish.h utf8.c utf8.h utfebcdic.h util.c util.h x2p/EXTERN.h
58432            ! x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/hash.c
58433            ! x2p/hash.h x2p/proto.h x2p/str.c x2p/str.h x2p/util.c
58434            ! x2p/util.h x2p/walk.c xsutils.c
58435 ____________________________________________________________________________
58436 [ 18800] By: hv                                    on 2003/03/02  15:16:38
58437         Log: Subject: [PATCH] for perl5db.pl against missing args destroying pre-post command setups
58438              From: Richard.Foley@ubsw.com
58439              Date: Wed, 19 Feb 2003 13:24:38 +0100
58440              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD98579DB@NZURC900PEX1.ubsgs.ubsgroup.net>
58441      Branch: perl
58442            ! lib/perl5db.pl
58443 ____________________________________________________________________________
58444 [ 18799] By: jhi                                   on 2003/03/02  13:34:13
58445         Log: The -CI cannot be easily tested under UTF-8 locale with
58446              the t/test.pl (the 'stdin' data gets doubly UTF-8-ied).
58447              Also other small tweaks in the -C neighbourhood.
58448      Branch: perl
58449            ! perl.c perl.h t/run/switchC.t util.c
58450 ____________________________________________________________________________
58451 [ 18798] By: jhi                                   on 2003/03/02  09:12:06
58452         Log: Go with "right = -right" for greater portability, some platforms
58453              might require llabs() to get abs() of long longs.
58454      Branch: perl
58455            ! pp.c
58456 ____________________________________________________________________________
58457 [ 18797] By: jhi                                   on 2003/03/02  08:07:32
58458         Log: Patch for [perl #9402], known also as "glibc _moddi3 bug
58459              with negative quads", or also as RedHat bug #65612.
58460      Branch: perl
58461            ! pp.c
58462 ____________________________________________________________________________
58463 [ 18796] By: jhi                                   on 2003/03/02  07:34:54
58464         Log: Forgotten from change #18795.
58465      Branch: perl
58466            ! global.sym
58467 ____________________________________________________________________________
58468 [ 18795] By: jhi                                   on 2003/03/02  07:27:44
58469         Log: Subject: Re: [PATCH embed.fnc] Re: [PATCH] Get MSWin32 back compiling
58470              From: Abe Timmerman <abe@ztreet.demon.nl>
58471              Date: Sun, 2 Mar 2003 02:03:16 +0100
58472              Message-Id: <200303020203.16708.abe@ztreet.demon.nl>
58473      Branch: perl
58474            ! embed.fnc embed.h makedef.pl
58475 ____________________________________________________________________________
58476 [ 18794] By: jhi                                   on 2003/03/02  07:21:36
58477         Log: Further Unicode formats patching from Inaba Hiroto.
58478      Branch: perl
58479            + t/uni/write.t
58480            ! MANIFEST pp_ctl.c
58481 ____________________________________________________________________________
58482 [ 18793] By: jhi                                   on 2003/03/01  08:18:35
58483         Log: Integrate change #18788 from maint.
58484      Branch: perl
58485           !> perl.h
58486 ____________________________________________________________________________
58487 [ 18792] By: jhi                                   on 2003/03/01  08:14:43
58488         Log: Subject: [PATCH] Get MSWin32 back compiling
58489              From: Abe Timmerman <abe@ztreet.demon.nl>
58490              Date: Sat, 1 Mar 2003 04:31:19 +0100
58491              Message-Id: <200303010431.20205.abe@ztreet.demon.nl>
58492      Branch: perl
58493            ! embed.fnc embed.h global.sym makedef.pl
58494 ____________________________________________________________________________
58495 [ 18785] By: jhi                                   on 2003/02/26  20:38:55
58496         Log: Subject: Re: [PATCH] Re: format, PerlIO and utf8
58497              From: Inaba Hiroto <inaba@st.rim.or.jp>
58498              Date: Mon, 10 Feb 2003 00:04:51 +0900
58499              Message-ID: <3E466E12.E5349D84@st.rim.or.jp>
58500      Branch: perl
58501            ! pp_ctl.c toke.c
58502 ____________________________________________________________________________
58503 [ 18784] By: jhi                                   on 2003/02/26  19:45:53
58504         Log: An already fixed bug from perl-unicode.
58505      Branch: perl
58506            ! t/op/pat.t
58507 ____________________________________________________________________________
58508 [ 18782] By: hv                                    on 2003/02/26  01:36:49
58509         Log: Subject: Re: [perl #20683] [fix] Better Patch
58510              From: Enache Adrian <enache@rdslink.ro>
58511              Date: Sun, 23 Feb 2003 20:16:39 +0200
58512              Message-ID: <20030223181639.GA18713@ratsnest.hole>
58513      Branch: perl
58514            ! embed.fnc embed.h ext/Devel/Peek/Peek.t mg.c perl.h proto.h
58515            ! regexec.c sv.c t/op/pat.t
58516 ____________________________________________________________________________
58517 [ 18781] By: hv                                    on 2003/02/26  01:11:14
58518         Log: regen headers
58519      Branch: perl
58520            ! perlapi.h pod/perlapi.pod
58521 ____________________________________________________________________________
58522 [ 18780] By: hv                                    on 2003/02/26  00:25:32
58523         Log: Two typos found by Philip Newton <pnewton@gmx.de>
58524      Branch: perl
58525            ! configpm ext/DB_File/DB_File.pm
58526 ____________________________________________________________________________
58527 [ 18779] By: jhi                                   on 2003/02/25  18:20:01
58528         Log: Add tests for the -C switch.  Depending on the
58529              CLIs some $^O dance may be needed.
58530      Branch: perl
58531            + t/run/switchC.t
58532            ! MANIFEST
58533 ____________________________________________________________________________
58534 [ 18778] By: hv                                    on 2003/02/25  15:24:17
58535         Log: Add missing file from change #18774.
58536      Branch: perl
58537            + t/op/localref.t
58538 ____________________________________________________________________________
58539 [ 18777] By: hv                                    on 2003/02/25  14:07:59
58540         Log: More variables for change #18776.
58541      Branch: perl
58542            ! op.c
58543 ____________________________________________________________________________
58544 [ 18776] By: hv                                    on 2003/02/25  14:04:03
58545         Log: Subject: [perl #20682] [fix] @- array not visible in s///
58546              From: Enache Adrian <enache@rdslink.ro>
58547              Date: Fri, 21 Feb 2003 17:50:14 +0200
58548              Message-ID: <20030221155014.GB793@ratsnest.hole>
58549      Branch: perl
58550            ! op.c t/op/subst.t
58551 ____________________________________________________________________________
58552 [ 18775] By: hv                                    on 2003/02/25  13:53:11
58553         Log: Subject: [perl #20684] [fix] s/// with (??{..}) inside returns wrong count
58554              From: Enache Adrian <enache@rdslink.ro>
58555              Date: Fri, 21 Feb 2003 17:49:41 +0200
58556              Message-ID: <20030221154941.GA793@ratsnest.hole>
58557      Branch: perl
58558            ! pp_ctl.c t/op/subst.t
58559 ____________________________________________________________________________
58560 [ 18774] By: hv                                    on 2003/02/25  13:21:19
58561         Log: Subject: Re: [perl #21321] local ${"FOO"} does not work
58562              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
58563              Date: Sun, 23 Feb 2003 00:03:27 +0100
58564              Message-Id: <20030223000327.6f0c11fa.rgarciasuarez@free.fr>
58565      Branch: perl
58566            ! MANIFEST op.c perl.h pp.c pp_hot.c t/op/local.t
58567 ____________________________________________________________________________
58568 [ 18773] By: hv                                    on 2003/02/25  12:45:01
58569         Log: Subject: [Encode] 1.88 Released
58570              From: Dan Kogai <dankogai@dan.co.jp>
58571              Date: Thu, 20 Feb 2003 23:49:55 +0900
58572              Message-Id: <935F75D0-44E2-11D7-B310-000393AE4244@dan.co.jp>
58573      Branch: perl
58574            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
58575            ! ext/Encode/Encode.xs ext/Encode/Unicode/Unicode.xs
58576            ! ext/Encode/lib/Encode/CJKConstants.pm
58577            ! ext/Encode/lib/Encode/Encoder.pm ext/Encode/t/enc_eucjp.t
58578            ! ext/Encode/t/enc_utf8.t ext/Encode/ucm/viscii.ucm
58579 ____________________________________________________________________________
58580 [ 18772] By: merijn                                on 2003/02/25  12:12:14
58581         Log: Subject: [perl@18752] warnings from CGI tests under cygwin
58582              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
58583              Date: Wed, 19 Feb 2003 13:37:39 -0800
58584              Message-ID: <jk/U+gzkg2DE092yn@efn.org>
58585      Branch: perl
58586            ! lib/CGI.pm
58587 ____________________________________________________________________________
58588 [ 18771] By: jhi                                   on 2003/02/25  07:46:53
58589         Log: Cleanup #18770 as suggested by Rafael.
58590      Branch: perl
58591            ! mg.c perl.h
58592 ____________________________________________________________________________
58593 [ 18770] By: jhi                                   on 2003/02/25  06:01:09
58594         Log: A new try at #18765 (for [perl #20920]).
58595      Branch: perl
58596            ! mg.c
58597 ____________________________________________________________________________
58598 [ 18769] By: jhi                                   on 2003/02/25  05:33:10
58599         Log: Retract change #18765: makes HiRes.t hang after subtest #11.
58600      Branch: perl
58601            ! mg.c
58602 ____________________________________________________________________________
58603 [ 18768] By: chip                                  on 2003/02/24  21:42:57
58604         Log: Include p4d2p in Porting again, because p4genpatch doesn't work
58605              until a change has been submitted.
58606      Branch: perl
58607            + Porting/p4d2p
58608            ! MANIFEST
58609 ____________________________________________________________________________
58610 [ 18767] By: chip                                  on 2003/02/24  21:35:56
58611         Log: In Porting scripts, use standard perl path of "/usr/bin/perl".
58612      Branch: perl
58613            ! Porting/check83.pl Porting/findvars Porting/fixCORE
58614            ! Porting/fixvars Porting/genlog Porting/makerel Porting/patchls
58615 ____________________________________________________________________________
58616 [ 18766] By: jhi                                   on 2003/02/24  20:04:36
58617         Log: PERL_SIGNALS=unsafe enables the old unsafe/immediate signals.
58618      Branch: perl
58619            ! embedvar.h intrpvar.h mg.c perl.c perl.h pod/perldiag.pod
58620            ! pod/perlipc.pod pod/perlrun.pod pp_sys.c util.c
58621 ____________________________________________________________________________
58622 [ 18765] By: jhi                                   on 2003/02/24  19:56:23
58623         Log: Subject: Re: [perl #20920] Segmentation fault ("Safe Signal" queue problem?)
58624              From: Slaven Rezic <slaven@rezic.de>
58625              Date: 14 Feb 2003 09:11:15 +0100
58626              Message-ID: <878ywji8nw.fsf@vran.herceg.de>
58627
58628              (with slight tweaks)
58629      Branch: perl
58630            ! mg.c
58631 ____________________________________________________________________________
58632 [ 18764] By: jhi                                   on 2003/02/24  18:44:41
58633         Log: Patching magic from Inaba-san's keyboard: fix for [perl #8769]:
58634              "scalar upgraded to UTF-8 as a side effect of quote-interpolation
58635              when 'use encoding' is engaged"-- wasn't actually encoding's fault.
58636      Branch: perl
58637            ! pp_ctl.c pp_hot.c sv.c sv.h t/op/concat.t
58638 ____________________________________________________________________________
58639 [ 18763] By: chip                                  on 2003/02/24  14:54:36
58640         Log: Use PL_{argv,stdin,stdout}gv to avoid unnecessary gv_fetch calls.
58641      Branch: perl
58642            ! op.c win32/perlhost.h
58643 ____________________________________________________________________________
58644 [ 18762] By: hv                                    on 2003/02/24  00:18:42
58645         Log: Remove no-longer-true line from perlop
58646      Branch: perl
58647            ! pod/perlop.pod
58648 ____________________________________________________________________________
58649 [ 18761] By: jhi                                   on 2003/02/23  12:07:53
58650         Log: Chip noticed that the intended optionality of the 'IV' was
58651              forgotten in the change #18758.
58652      Branch: perl
58653            ! ext/Devel/Peek/Peek.t
58654 ____________________________________________________________________________
58655 [ 18760] By: jhi                                   on 2003/02/22  19:17:04
58656         Log: API doc tweaks.
58657      Branch: perl
58658            ! utf8.c
58659 ____________________________________________________________________________
58660 [ 18759] By: sky                                   on 2003/02/21  09:08:30
58661         Log: Change regex to be a bit more friendly against various
58662              outputs from ps -f, regex suggest by rgs
58663      Branch: perl
58664            ! ext/threads/t/join.t
58665 ____________________________________________________________________________
58666 [ 18758] By: jhi                                   on 2003/02/20  17:28:44
58667         Log: Subject: [PATCH: perl@18639] add some IV stuff to ext/Devel/Peek/Peek.t test 21
58668              From: PPrymmer@factset.com
58669              Date: Thu, 20 Feb 2003 13:28:09 -0500
58670              Message-ID: <OF2DC297F4.A63F24F9-ON85256CD3.006513E4@factset.com>
58671      Branch: perl
58672            ! ext/Devel/Peek/Peek.t
58673 ____________________________________________________________________________
58674 [ 18757] By: jhi                                   on 2003/02/20  17:27:17
58675         Log: Subject: [PATCH: perl@186389] add probe for yet another dangerous logical name: COMP
58676              From: PPrymmer@factset.com
58677              Date: Wed, 19 Feb 2003 15:04:40 -0500
58678              Message-ID: <OFC0A627AD.02B9D968-ON85256CD2.006DDC21@factset.com>
58679      Branch: perl
58680            ! README.vms configure.com
58681 ____________________________________________________________________________
58682 [ 18756] By: jhi                                   on 2003/02/20  06:16:05
58683         Log: Doc tweakage on -C.
58684      Branch: perl
58685            ! pod/perlrun.pod
58686 ____________________________________________________________________________
58687 [ 18755] By: rgs                                   on 2003/02/19  21:31:43
58688         Log: Subject: [PATCH] 5.8.0: typo in pod/perlcompile.pod
58689              From: Brendan O'Dea <bod@debian.org>
58690              Date: Sun, 16 Feb 2003 21:09:23 +1100
58691              Message-ID: <20030216100923.GA29761@londo.c47.org>
58692      Branch: perl
58693            ! pod/perlcompile.pod
58694 ____________________________________________________________________________
58695 [ 18754] By: rgs                                   on 2003/02/19  21:14:37
58696         Log: Document clearly that "_" is always in package "main".
58697      Branch: perl
58698            ! pod/perlvar.pod
58699 ____________________________________________________________________________
58700 [ 18753] By: rgs                                   on 2003/02/19  20:55:09
58701         Log: Subject: Re: [perl #20716] scope error with brackets
58702              From: Enache Adrian <enache@rdslink.ro>
58703              Date: Thu, 13 Feb 2003 04:52:21 +0200
58704              Message-ID: <20030213025221.GA1215@ratsnest.hole>
58705              (better version of change #18687)
58706      Branch: perl
58707            ! t/comp/parser.t toke.c
58708 ____________________________________________________________________________
58709 [ 18752] By: jhi                                   on 2003/02/19  05:10:26
58710         Log: 'A' is not 65 everywhere.
58711      Branch: perl
58712            ! t/op/pack.t
58713 ____________________________________________________________________________
58714 [ 18751] By: chip                                  on 2003/02/19  03:54:45
58715         Log: Support one-parameter unpack(), which unpacks $_.
58716      Branch: perl
58717            ! opcode.h opcode.pl pod/perlfunc.pod pp_pack.c t/op/pack.t
58718 ____________________________________________________________________________
58719 [ 18750] By: hv                                    on 2003/02/19  00:53:03
58720         Log: more complex assertions activation:
58721              Subject: Re: Did the assertion patch/feature submission get overlooked?
58722              From: =?ISO-8859-1?Q?Salvador_Fandi=F1o?= <sfandino@yahoo.com>
58723              Date: Tue, 18 Feb 2003 19:24:13 +0000
58724              Message-ID: <3E52885D.5060903@yahoo.com>
58725      Branch: perl
58726            ! lib/assertions.pm lib/assertions/activate.pm
58727            ! t/comp/assertions.t
58728 ____________________________________________________________________________
58729 [ 18749] By: hv                                    on 2003/02/19  00:19:21
58730         Log: Subject: [PATCH] Make adding notes to patchlevel.h easier
58731              From: andreas.koenig@anima.de (Andreas J. Koenig)
58732              Date: Tue, 18 Feb 2003 11:48:40 +0100
58733              Message-ID: <m3n0kt27av.fsf@k242.linux.bogus>
58734      Branch: perl
58735            ! patchlevel.h
58736 ____________________________________________________________________________
58737 [ 18748] By: hv                                    on 2003/02/19  00:00:41
58738         Log: Subject: [PATCH IO/Socket/INET.pm] Blocking option ignored
58739              From: Dave Mitchell <davem@fdgroup.com>
58740              Date: Tue, 18 Feb 2003 21:45:45 +0000
58741              Message-ID: <20030218214545.C18547@fdgroup.com>
58742
58743              and tests for the same:
58744              From: Dave Mitchell <davem@fdgroup.com>
58745              Date: Wed, 19 Feb 2003 00:42:01 +0000
58746              Message-ID: <20030219004201.F18547@fdgroup.com>
58747      Branch: perl
58748            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
58749 ____________________________________________________________________________
58750 [ 18747] By: hv                                    on 2003/02/18  23:47:06
58751         Log: Shouldn't have added as t/run/switchA.t in #18739 - it'll cause
58752              problems on case-insensitive file systems. Rename it back to
58753              t/run/switch_A.t
58754      Branch: perl
58755           +> t/run/switch_A.t
58756            - t/run/switchA.t
58757            ! MANIFEST
58758 ____________________________________________________________________________
58759 [ 18746] By: sky                                   on 2003/02/18  21:31:37
58760         Log: Subject: Re: -Os for Darwin why?
58761              From: schwern@pobox.com
58762              Date: tis feb 18, 2003  20:37:39 Europe/Stockholm
58763              Message-Id: <20030218113739.D25848@ttul.org>
58764      Branch: perl
58765            ! hints/darwin.sh
58766 ____________________________________________________________________________
58767 [ 18741] By: jhi                                   on 2003/02/18  14:01:34
58768         Log: Format nit.
58769      Branch: perl
58770            ! util.c
58771 ____________________________________________________________________________
58772 [ 18740] By: sky                                   on 2003/02/18  06:33:57
58773         Log: Re: -Os for Darwin why?
58774              From: schwern@pobox.com
58775              Date: tis feb 18, 2003  04:14:03 Europe/Stockholm
58776              Message-Id: <20030217191403.A17553@ttul.org>
58777      Branch: perl
58778            ! hints/darwin.sh
58779 ____________________________________________________________________________
58780 [ 18739] By: hv                                    on 2003/02/18  01:04:01
58781         Log: Subject: Re: Did the assertion patch/feature submission get overlooked?
58782              From: =?ISO-8859-1?Q?Salvador_Fandi=F1o?= <sfandino@yahoo.com>
58783              Date: Mon, 17 Feb 2003 23:38:05 +0000
58784              Message-ID: <3E51725D.5060303@yahoo.com>
58785      Branch: perl
58786            + t/comp/assertions.t t/run/switchA.t
58787            ! MANIFEST
58788 ____________________________________________________________________________
58789 [ 18738] By: hv                                    on 2003/02/18  00:51:24
58790         Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH] Copy on write for $& and $1...
58791              From: Nicholas Clark <nick@ccl4.org>
58792              Date: Mon, 17 Feb 2003 21:07:03 +0000
58793              Message-ID: <20030217210330.A8611@plum.flirble.org>
58794      Branch: perl
58795            ! sv.c
58796 ____________________________________________________________________________
58797 [ 18737] By: hv                                    on 2003/02/18  00:47:00
58798         Log: Subject: [PATCH] Re: [perl #21261] B::Terse not outputting correct constants or variable names
58799              From: Stephen McCamant <smcc@mit.edu>
58800              Date: Mon, 17 Feb 2003 19:34:36 -0500
58801              Date: Mon, 17 Feb 2003 19:34:36 -0500
58802              Message-ID: <15953.32668.277063.470885@syllepsis.MIT.EDU>
58803      Branch: perl
58804            ! ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/Concise.pm
58805            ! ext/B/B/Terse.pm ext/B/t/terse.t
58806 ____________________________________________________________________________
58807 [ 18736] By: hv                                    on 2003/02/17  09:33:47
58808         Log: Subject: [PATCH] Re: [PATCH] Copy on write for $& and $1...
58809              From: Nicholas Clark <nick@unfortu.net>
58810              Date: Sun, 16 Feb 2003 23:09:50 +0000
58811              Message-ID: <20030216230950.GB276@Bagpuss.unfortu.net>
58812      Branch: perl
58813            ! sv.c
58814 ____________________________________________________________________________
58815 [ 18735] By: hv                                    on 2003/02/17  09:13:02
58816         Log: Use the escape E<ntilde> in source files rather than the actual char.
58817      Branch: perl
58818            ! lib/assertions.pm lib/assertions/activate.pm
58819 ____________________________________________________________________________
58820 [ 18734] By: hv                                    on 2003/02/17  09:06:44
58821         Log: Suppress empty #ifdef blocks in embed.pl
58822      Branch: perl
58823            ! embed.h embed.pl
58824 ____________________________________________________________________________
58825 [ 18733] By: hv                                    on 2003/02/17  08:51:53
58826         Log: fix typo in sv.c and regenerate perlapi.pod
58827      Branch: perl
58828            ! pod/perlapi.pod sv.c
58829 ____________________________________________________________________________
58830 [ 18732] By: jhi                                   on 2003/02/17  06:40:09
58831         Log: Philip Newton has eagle eyes :-)
58832      Branch: perl
58833            ! pod/perlrun.pod
58834 ____________________________________________________________________________
58835 [ 18731] By: jhi                                   on 2003/02/17  05:31:18
58836         Log: Doc tweaks (and one code tweak) based on Philip Newton's comments.
58837      Branch: perl
58838            ! locale.c pod/perlrun.pod pod/perlunicode.pod
58839            ! pod/perluniintro.pod pod/perlvar.pod util.c
58840 ____________________________________________________________________________
58841 [ 18730] By: jhi                                   on 2003/02/17  04:44:53
58842         Log: Make also the -CAL conditional on locale.
58843      Branch: perl
58844            ! perl.c pod/perlrun.pod
58845 ____________________________________________________________________________
58846 [ 18729] By: jhi                                   on 2003/02/16  18:33:05
58847         Log: NO_SHORT_NAMES is better than HIDE_SHORT_NAMES.
58848      Branch: perl
58849            ! embed.h embed.pl pod/perlembed.pod
58850 ____________________________________________________________________________
58851 [ 18728] By: jhi                                   on 2003/02/16  18:20:04
58852         Log: According to Sarathy it's better have the Ministry
58853              of Information to remove all memory of NO_EMBED.
58854              What NO_EMBED?
58855      Branch: perl
58856            ! embed.h embed.pl
58857 ____________________________________________________________________________
58858 [ 18727] By: hv                                    on 2003/02/16  13:55:10
58859         Log: add support for assertions. Updated form of:
58860              Subject: Re: Did the assertion patch/feature submission get overlooked?
58861              From: Salvador =?ISO-8859-1?Q?Fandi=F1o?= <sfandino@yahoo.com>
58862              Date: Sat, 30 Nov 2002 17:24:09 +0000
58863              Message-ID: <3DE8F439.50402@yahoo.com>
58864      Branch: perl
58865            + lib/assertions.pm lib/assertions/activate.pm
58866            ! MANIFEST cv.h dump.c embed.pl embedvar.h ext/B/B/Deparse.pm
58867            ! ext/B/defsubs_h.PL intrpvar.h lib/perl5db.pl op.c perl.c
58868            ! perl.h perlapi.h pp_hot.c sv.c toke.c xsutils.c
58869 ____________________________________________________________________________
58870 [ 18726] By: hv                                    on 2003/02/16  13:10:32
58871         Log: COW regexps:
58872              Subject: [PATCH] Copy on write for $& and $1...
58873              From: Nicholas Clark <nick@unfortu.net>
58874              Date: Sun, 9 Feb 2003 23:00:09 +0000
58875              Message-ID: <20030209230008.GF299@Bagpuss.unfortu.net>
58876      Branch: perl
58877            ! embed.fnc embed.h global.sym pod/perlapi.pod pp_ctl.c pp_hot.c
58878            ! proto.h regcomp.c regexec.c regexp.h sv.c sv.h thrdvar.h
58879 ____________________________________________________________________________
58880 [ 18725] By: hv                                    on 2003/02/16  13:08:52
58881         Log: inline SvREFCNT_dec:
58882              Subject: [PATCH] Copy on write for $& and $1...
58883              From: Nicholas Clark <nick@unfortu.net>
58884              Date: Sun, 9 Feb 2003 23:00:09 +0000
58885              Message-ID: <20030209230008.GF299@Bagpuss.unfortu.net>
58886      Branch: perl
58887            ! embed.fnc embed.h proto.h sv.c sv.h
58888 ____________________________________________________________________________
58889 [ 18723] By: hv                                    on 2003/02/16  11:12:58
58890         Log: Subject: Re: [perl #20798] foo(eval {}) crashes Perl 5.8
58891              From: Enache Adrian <enache@rdslink.ro>
58892              Date: Sun, 16 Feb 2003 00:05:10 +0200
58893              Message-ID: <20030215220510.GB893@ratsnest.hole>
58894      Branch: perl
58895            ! op.c
58896 ____________________________________________________________________________
58897 [ 18722] By: hv                                    on 2003/02/16  11:08:06
58898         Log: outdent else-if chain in scope()
58899      Branch: perl
58900            ! op.c
58901 ____________________________________________________________________________
58902 [ 18721] By: hv                                    on 2003/02/16  11:00:47
58903         Log: Subject: [PATCH] arcane tainting bug in vms.c
58904              From: "Craig A. Berry" <craigberry@mac.com>
58905              Date: Sat, 15 Feb 2003 12:29:03 -0600
58906              Message-ID: <3E4E86EF.8090609@mac.com>
58907      Branch: perl
58908            ! vms/vms.c
58909 ____________________________________________________________________________
58910 [ 18720] By: hv                                    on 2003/02/16  10:54:58
58911         Log: restrict PERL_PRESERVE_IVUV to things that should really give an
58912              integer, but extend to runtime. Based on:
58913              Subject: Re: [perl #20827] Unexpected scientific notation.
58914              From: hv@crypt.org
58915              Date: Wed, 12 Feb 2003 03:12:43 +0000
58916              Message-Id: <200302120312.h1C3ChS02613@crypt.compulink.co.uk>
58917      Branch: perl
58918            ! op.c pp.c
58919 ____________________________________________________________________________
58920 [ 18718] By: jhi                                   on 2003/02/16  09:47:02
58921         Log: As suggested by Sarathy, add -DPERL_HIDE_SHORT_NAMES option
58922              which will disable the short forms of the Perl_ API, good for
58923              embedding stuff.  (Kind of like the old NO_EMBED, but better.)
58924      Branch: perl
58925            ! embed.h embed.pl pod/perlembed.pod
58926 ____________________________________________________________________________
58927 [ 18717] By: jhi                                   on 2003/02/16  09:44:57
58928         Log: Clarify the -C syntax a bit.
58929      Branch: perl
58930            ! pod/perlrun.pod
58931 ____________________________________________________________________________
58932 [ 18716] By: jhi                                   on 2003/02/16  08:29:54
58933         Log: Forgotten from #18715.
58934      Branch: perl
58935            ! embed.h proto.h
58936 ____________________________________________________________________________
58937 [ 18715] By: jhi                                   on 2003/02/15  21:19:37
58938         Log: The new(er) way of controlling Unicode I/O (and other) features;
58939              -C (or PERL_UNICODE).  See perlrun/-C for more details.
58940      Branch: perl
58941            ! embed.fnc embedvar.h gv.c intrpvar.h locale.c mg.c perl.c
58942            ! perl.h perlapi.h pod/perldiag.pod pod/perlrun.pod
58943            ! pod/perlunicode.pod pod/perluniintro.pod pod/perlvar.pod
58944            ! util.c
58945 ____________________________________________________________________________
58946 [ 18714] By: jhi                                   on 2003/02/15  12:31:25
58947         Log: Also Storable really wants the PATCHLEVEL, not PERL_VERSION.
58948      Branch: perl
58949            ! ext/Storable/Storable.xs
58950 ____________________________________________________________________________
58951 [ 18712] By: jhi                                   on 2003/02/15  08:39:38
58952         Log: Bring the CPAN Digest::MD5 (2.23) and the core Digest::MD5
58953              even closer to each other.  The dec_osf.pl is irrelevant
58954              for the current core but adding it makes for one less exception
58955              when integrating.
58956      Branch: perl
58957            + ext/Digest/MD5/hints/dec_osf.pl
58958            ! MANIFEST ext/Digest/MD5/MD5.pm ext/Digest/MD5/Makefile.PL
58959            ! ext/Digest/MD5/t/files.t
58960 ____________________________________________________________________________
58961 [ 18711] By: jhi                                   on 2003/02/15  08:32:04
58962         Log: Update MD5 Changes; update checksums.
58963      Branch: perl
58964            ! ext/Digest/MD5/Changes ext/Digest/MD5/t/files.t
58965 ____________________________________________________________________________
58966 [ 18710] By: jhi                                   on 2003/02/15  08:19:20
58967         Log: Update the MD5 checksums.
58968      Branch: perl
58969            ! ext/Digest/MD5/t/files.t
58970 ____________________________________________________________________________
58971 [ 18709] By: jhi                                   on 2003/02/15  08:16:26
58972         Log: Make the patchlevel.h inclusion attempt pre-5.6.0-safe(r)
58973              (problem noticed by Graham with List::Util).
58974      Branch: perl
58975            ! ext/Data/Dumper/Dumper.xs ext/Digest/MD5/MD5.xs
58976            ! ext/MIME/Base64/Base64.xs ext/Storable/Storable.xs
58977 ____________________________________________________________________________
58978 [ 18708] By: jhi                                   on 2003/02/15  07:31:17
58979         Log: Subject: Re: [perl #20912] UTF8 related glitch + fix
58980              From: Enache Adrian <enache@rdslink.ro>
58981              Date: Sat, 15 Feb 2003 00:37:40 +0200
58982              Message-ID: <20030214223740.GA13575@ratsnest.hole>
58983      Branch: perl
58984            ! pp.c t/op/split.t
58985 ____________________________________________________________________________
58986 [ 18707] By: hv                                    on 2003/02/15  06:38:15
58987         Log: Subject: [doc patch] ext/threads/shared/shared.pm
58988              From: Stas Bekman <stas@stason.org>
58989              Date: Fri, 14 Feb 2003 11:12:39 +1100
58990              Message-ID: <3E4C3477.7030306@stason.org>
58991      Branch: perl
58992            ! ext/threads/shared/shared.pm
58993 ____________________________________________________________________________
58994 [ 18706] By: hv                                    on 2003/02/15  06:32:35
58995         Log: Subject: Re: perlvar phrasing clarification for $^S
58996              From: "Iain 'Spoon' Truskett" <perl@dellah.anu.edu.au>
58997              Date: Fri, 14 Feb 2003 10:12:00 +1100
58998              Message-ID: <20030213231200.GE16300@ouroboros.anu.edu.au>
58999      Branch: perl
59000            ! pod/perlvar.pod
59001 ____________________________________________________________________________
59002 [ 18705] By: hv                                    on 2003/02/15  06:27:07
59003         Log: Subject: Re: [perl #20933] \substr reuses lvalues (sometimes)
59004              From: Dave Mitchell <davem@fdgroup.com>
59005              Date: Fri, 14 Feb 2003 22:48:27 +0000
59006              Message-ID: <20030214224827.B6783@fdgroup.com>
59007
59008              with tests:
59009              From: Slaven Rezic <slaven@rezic.de>
59010              Date: 14 Feb 2003 20:23:20 +0100
59011              Message-ID: <87bs1e4qfr.fsf@vran.herceg.de>
59012      Branch: perl
59013            ! pp.c t/op/substr.t t/op/vec.t
59014 ____________________________________________________________________________
59015 [ 18704] By: hv                                    on 2003/02/15  06:17:06
59016         Log: Subject: Re: overriding builtins quirk
59017              From: Jerrad Pierce <belg4mit@MIT.EDU>
59018              Date: Fri, 14 Feb 2003 09:28:13 -0500
59019              Message-Id: <200302141428.JAA25752@cathedral-seven.mit.edu>
59020      Branch: perl
59021            ! pod/perlsub.pod
59022 ____________________________________________________________________________
59023 [ 18703] By: rgs                                   on 2003/02/14  22:23:56
59024         Log: Subject: Re: trying to fix #20154, #20357
59025              From: Enache Adrian <enache@rdslink.ro>
59026              Date: Sat, 8 Feb 2003 21:05:14 +0200
59027              Message-ID: <20030208190514.GA866@ratsnest.hole>
59028              (fixes #19061 as well)
59029      Branch: perl
59030            ! pp_ctl.c t/op/goto.t
59031 ____________________________________________________________________________
59032 [ 18702] By: gbarr                                 on 2003/02/14  19:26:23
59033         Log: Update to Scalar-List-Utils 1.11
59034      Branch: perl
59035            + ext/List/Util/t/proto.t
59036            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
59037            ! ext/List/Util/lib/List/Util.pm
59038            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/isvstring.t
59039 ____________________________________________________________________________
59040 [ 18699] By: jhi                                   on 2003/02/13  09:43:33
59041         Log: gcc 3.2.1 does not have -Wall faith that tmp
59042              will not be used uninitialized.
59043      Branch: perl
59044            ! toke.c
59045 ____________________________________________________________________________
59046 [ 18698] By: hv                                    on 2003/02/12  03:01:32
59047         Log: Subject: perlbug (was: Re: [perl #20606] [no subject])
59048              From: Slaven Rezic <slaven@rezic.de>
59049              Date: 30 Jan 2003 19:03:41 +0100
59050              Message-ID: <87fzra7bwi.fsf@vran.herceg.de>
59051      Branch: perl
59052            ! utils/perlbug.PL
59053 ____________________________________________________________________________
59054 [ 18697] By: hv                                    on 2003/02/12  02:20:39
59055         Log: Subject: [PATCH 5.9.0] to silence compiler warning
59056              From: Robin Barker <Robin.Barker@npl.co.uk>
59057              Date: Tue, 28 Jan 2003 13:27:17 -0000
59058              Message-ID: <533D273D4014D411AB1D00062938C4D9040462CC@hotel.npl.co.uk>
59059      Branch: perl
59060            ! ext/PerlIO/scalar/scalar.xs ext/Storable/Storable.xs
59061            ! universal.c util.c
59062 ____________________________________________________________________________
59063 [ 18696] By: rgs                                   on 2003/02/11  20:13:21
59064         Log: Subject: [perl #20654] %*v02x considered invalid in printf
59065              From: Robin Barker (via RT) <perlbug-followup@perl.org>
59066              Date: 10 Feb 2003 16:43:23 -0000
59067              Message-Id: <rt-20654-50711.19.9711009821137@bugs6.perl.org>
59068      Branch: perl
59069            ! sv.c t/op/sprintf.t
59070 ____________________________________________________________________________
59071 [ 18695] By: rgs                                   on 2003/02/11  20:00:23
59072         Log: Subject: mini-[patch] perlrun "^$W" typo
59073              From: Iain Truskett <spoon@dellah.org>
59074              Date: Tue, 11 Feb 2003 08:38:52 +1100
59075              Message-ID: <20030210213851.GC31721@ouroboros.anu.edu.au>
59076      Branch: perl
59077            ! pod/perlrun.pod
59078 ____________________________________________________________________________
59079 [ 18694] By: rgs                                   on 2003/02/11  19:44:00
59080         Log: Subject: [PATCH] More B::Concise fixes
59081              From: Stephen McCamant <smcc@mit.edu>
59082              Date: Sun, 9 Feb 2003 17:28:38 -0500
59083              Message-ID: <15942.54806.381678.173391@syllepsis.MIT.EDU>
59084      Branch: perl
59085            ! ext/B/B/Concise.pm
59086 ____________________________________________________________________________
59087 [ 18693] By: merijn                                on 2003/02/11  08:14:29
59088         Log: More code cleanup.
59089
59090              Subject: Re: New SV Flag
59091              Date: Fri, 07 Feb 2003 09:57:43 +0100
59092              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
59093              Message-Id: <20030207095258.6E05.H.M.BRAND@hccnet.nl>
59094      Branch: perl
59095            ! sv.c sv.h
59096 ____________________________________________________________________________
59097 [ 18692] By: jhi                                   on 2003/02/11  07:53:26
59098         Log: Dueling patches.
59099      Branch: perl
59100            - lib/CPAN/ChangeLog
59101            ! MANIFEST
59102 ____________________________________________________________________________
59103 [ 18691] By: hv                                    on 2003/02/11  00:27:56
59104         Log: Subject: PATCH: sv_rvweaken() deficiency (against 5.8.0)
59105              From: Mark Mielke <mark@mark.mielke.cc>
59106              Date: Mon, 20 Jan 2003 19:56:13 -0500
59107              Message-ID: <20030121005613.GA31739@mark.mielke.cc>
59108      Branch: perl
59109            ! sv.c
59110 ____________________________________________________________________________
59111 [ 18690] By: hv                                    on 2003/02/10  22:08:05
59112         Log: fix comment in change #18689
59113      Branch: perl
59114            ! sv.c
59115 ____________________________________________________________________________
59116 [ 18689] By: hv                                    on 2003/02/10  21:59:34
59117         Log: Fix for [perl #20339]: "%lf" rejected as invalid by recent sprintf.
59118              Now allows but ignores the 'l' modifier on floating point formats
59119              and adds a couple of tests.
59120      Branch: perl
59121            ! sv.c t/op/sprintf.t
59122 ____________________________________________________________________________
59123 [ 18688] By: sky                                   on 2003/02/10  19:54:13
59124         Log: Subject: Re: [perl #20777] [PATCH] goto &subroutine leaks memory
59125              From: Enache Adrian <enache@rdslink.ro>
59126              Date: sun feb 9, 2003  21:10:25 Europe/Stockholm
59127              Message-Id: <20030209201025.GA1247@ratsnest.hole>
59128      Branch: perl
59129            ! pp_ctl.c
59130 ____________________________________________________________________________
59131 [ 18687] By: sky                                   on 2003/02/10  18:13:29
59132         Log: Subject: Re: [perl #20716] [FIX] scope error with brackets
59133              From: Enache Adrian <enache@rdslink.ro>
59134              Date: mon feb 10, 2003  18:48:58 Europe/Stockholm
59135              Message-id: <20030210174858.GA872@ratsnest.hole>
59136      Branch: perl
59137            ! t/comp/parser.t toke.c
59138 ____________________________________________________________________________
59139 [ 18686] By: sky                                   on 2003/02/10  18:11:35
59140         Log: Compile under threads and MacOSX. For some reason newSVpvf
59141              was not exapnded.
59142      Branch: perl
59143            ! universal.c
59144 ____________________________________________________________________________
59145 [ 18685] By: ams                                   on 2003/02/10  03:44:07
59146         Log: No, we don't really want the utility scripts.
59147      Branch: perl
59148            - ext/MIME/Base64/decode-base64 ext/MIME/Base64/decode-qp
59149            - ext/MIME/Base64/encode-base64 ext/MIME/Base64/encode-qp
59150            ! MANIFEST ext/MIME/Base64/Makefile.PL
59151 ____________________________________________________________________________
59152 [ 18684] By: hv                                    on 2003/02/10  01:43:12
59153         Log: fix for C< use if qw/ 1 open :utf8 / > based on:
59154              Subject: [perl #20536] use if 1, open => ':utf8' fails
59155              From: Autrijus Tang (via RT) <perlbug-followup@perl.org>
59156              Date: 24 Jan 2003 22:39:06 -0000
59157              Message-Id: <rt-20536-49670.13.2464320257255@bugs6.perl.org>
59158      Branch: perl
59159            ! lib/if.pm lib/if.t
59160 ____________________________________________________________________________
59161 [ 18683] By: hv                                    on 2003/02/10  01:15:52
59162         Log: Subject: RE: perldebug.pod suggestion
59163              From: "Jay Hannah" <jhannah@omnihotels.com>
59164              Date: Fri, 24 Jan 2003 11:28:44 -0600
59165              Message-ID: <00b001c2c3ce$0c4716e0$4709a8c0@omarests2>
59166      Branch: perl
59167            ! pod/perldebug.pod
59168 ____________________________________________________________________________
59169 [ 18682] By: hv                                    on 2003/02/10  00:26:50
59170         Log: Subject: [PATCH] version objects final(?) patch
59171              From: John Peacock <jpeacock@rowman.com>
59172              Date: Sun, 05 Jan 2003 21:28:41 -0500
59173              Message-ID: <3E18E9D9.2040908@rowman.com>
59174      Branch: perl
59175            ! lib/version.pm lib/version.t universal.c util.c
59176 ____________________________________________________________________________
59177 [ 18680] By: chip                                  on 2003/02/09  17:39:33
59178         Log: Add CPAN ChangeLog to MANIFEST.
59179      Branch: perl
59180            ! MANIFEST
59181 ____________________________________________________________________________
59182 [ 18678] By: jhi                                   on 2003/02/09  14:37:38
59183         Log: CPAN ChangeLog not needed, says Andreas.
59184      Branch: perl
59185            ! MANIFEST
59186 ____________________________________________________________________________
59187 [ 18677] By: jhi                                   on 2003/02/09  08:42:19
59188         Log: Subject: [perl #20785] glitches with $PerlIO::encoding::fallback
59189              From: "autrijus@ossf.iis.sinica.edu.tw (via RT)" <perlbug-followup@perl.org>
59190              Date: 8 Feb 2003 11:54:11 -0000
59191              Message-Id: <rt-20785-50586.6.45611613038412@bugs6.perl.org>
59192      Branch: perl
59193            ! ext/PerlIO/encoding/encoding.pm
59194 ____________________________________________________________________________
59195 [ 18676] By: jhi                                   on 2003/02/09  08:35:25
59196         Log: Subject: Re: utime undef, undef, "/tmp/test" and warnings
59197              From: Stas Bekman <stas@stason.org>
59198              Date: Sat, 08 Feb 2003 11:12:28 +1100
59199              Message-ID: <3E444B6C.5060407@stason.org>
59200      Branch: perl
59201            ! doio.c
59202 ____________________________________________________________________________
59203 [ 18675] By: jhi                                   on 2003/02/08  19:49:40
59204         Log: Possible cruft removal.
59205      Branch: perl
59206            ! x2p/Makefile.SH
59207 ____________________________________________________________________________
59208 [ 18674] By: jhi                                   on 2003/02/08  18:22:42
59209         Log: Signedness nits.
59210      Branch: perl
59211            ! toke.c
59212 ____________________________________________________________________________
59213 [ 18672] By: jhi                                   on 2003/02/08  08:45:35
59214         Log: Upgrade to CPAN 1.64, from Andreas Koenig.
59215      Branch: perl
59216            + lib/CPAN/ChangeLog lib/CPAN/README utils/cpan
59217            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/t/Nox.t
59218            ! lib/CPAN/t/loadme.t lib/CPAN/t/mirroredby.t lib/CPAN/t/vcmp.t
59219            ! utils.lst
59220 ____________________________________________________________________________
59221 [ 18671] By: jhi                                   on 2003/02/08  08:35:06
59222         Log: Upgrade to Net::Ping 2.28, from Rob Brown.
59223      Branch: perl
59224            + lib/Net/Ping/t/190_alarm.t lib/Net/Ping/t/500_ping_icmp.t
59225            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/Changes
59226            ! lib/Net/Ping/README lib/Net/Ping/t/300_ping_stream.t
59227            ! lib/Net/Ping/t/400_ping_syn.t lib/Net/Ping/t/410_syn_host.t
59228 ____________________________________________________________________________
59229 [ 18670] By: jhi                                   on 2003/02/08  07:23:02
59230         Log: Subject: [PATCH] perluniintro nit
59231              From: Autrijus Tang <autrijus@autrijus.org>
59232              Date: Fri, 7 Feb 2003 00:02:49 +0800
59233              Message-ID: <20030206160249.GA12984@not.autrijus.org>
59234      Branch: perl
59235            ! pod/perluniintro.pod
59236 ____________________________________________________________________________
59237 [ 18669] By: jhi                                   on 2003/02/06  20:06:09
59238         Log: Subject: [PATCH: perl@186389] path tweak fix up for t/pod/find.t on VMS
59239              From: PPrymmer@factset.com
59240              Date: Wed, 5 Feb 2003 12:00:05 -0500
59241              Message-ID: <OFF5FDC924.68DBF580-ON85256CC4.005CC78E@factset.com>
59242      Branch: perl
59243            ! t/pod/find.t
59244 ____________________________________________________________________________
59245 [ 18668] By: jhi                                   on 2003/02/06  20:00:52
59246         Log: sv_cat_recode() proto was missing, noticed by Craig Berry.
59247      Branch: perl
59248            ! proto.h
59249 ____________________________________________________________________________
59250 [ 18666] By: sky                                   on 2003/02/06  09:39:24
59251         Log: Patch from Richard Soderberg, cleanup the code a bit and comment
59252              why we are not using SvOOK_on.
59253      Branch: perl
59254            ! sv.c
59255 ____________________________________________________________________________
59256 [ 18664] By: jhi                                   on 2003/02/06  09:26:53
59257         Log: Things forgotten from Encode 1.87.
59258      Branch: perl
59259            ! ext/Encode/Unicode/Unicode.xs ext/Encode/t/CJKT.t
59260 ____________________________________________________________________________
59261 [ 18663] By: jhi                                   on 2003/02/06  04:03:31
59262         Log: Upgrade to Encode 1.87.
59263      Branch: perl
59264            ! ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm ext/Encode/Changes
59265            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/KR/KR.pm
59266            ! ext/Encode/Unicode/Unicode.pm ext/Encode/Unicode/Unicode.xs
59267            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
59268            ! ext/Encode/lib/Encode/CJKConstants.pm
59269            ! ext/Encode/lib/Encode/Encoder.pm
59270            ! ext/Encode/lib/Encode/Encoding.pm
59271            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/CJKT.t
59272            ! ext/Encode/t/enc_eucjp.t
59273 ____________________________________________________________________________
59274 [ 18662] By: jhi                                   on 2003/02/05  19:40:38
59275         Log: Add the test of [perl #8760] (fixed by change #18656).
59276      Branch: perl
59277            ! t/run/fresh_perl.t
59278 ____________________________________________________________________________
59279 [ 18661] By: jhi                                   on 2003/02/05  19:28:37
59280         Log: has become fixed too (by changes #18653
59281              and #18658, methinks), adding the test(s).
59282      Branch: perl
59283            ! t/op/pat.t
59284 ____________________________________________________________________________
59285 [ 18660] By: jhi                                   on 2003/02/05  17:15:35
59286         Log: Subject: [Patch] parsing under encoding (Re: [Encode] HEADS-UP; $Encode::VERSION++ to enhance filter option)([perl #16823])
59287              From: Inaba HIroto <inaba@st.rim.or.jp>
59288              Date: Sat, 01 Feb 2003 21:58:20 +0900
59289              Message-ID: <3E3BC46B.6C687CFD@st.rim.or.jp>
59290      Branch: perl
59291            ! embed.fnc embed.h ext/Encode/Encode.pm ext/Encode/Encode.xs
59292            ! ext/Encode/Encode/encode.h ext/Encode/encengine.c
59293            ! ext/Encode/lib/Encode/Encoding.pm
59294            ! ext/Encode/lib/Encode/JP/JIS7.pm global.sym lib/utf8.t
59295            ! pod/perlapi.pod sv.c t/uni/tr_7jis.t toke.c
59296 ____________________________________________________________________________
59297 [ 18659] By: jhi                                   on 2003/02/05  11:51:30
59298         Log: Subject: [PATCH: perl@186389] fix for PerlIO/Via compilation on VMS
59299              From: PPrymmer@factset.com
59300              Date: Tue, 4 Feb 2003 12:03:17 -0500
59301              Message-ID: <OFCBC6AE62.FF2B83D4-ON85256CC3.005D7A9F@factset.com>
59302      Branch: perl
59303            ! ext/PerlIO/via/via.xs
59304 ____________________________________________________________________________
59305 [ 18658] By: jhi                                   on 2003/02/05  05:45:11
59306         Log: s/S_cache_re/cache_re/ for building with threads.
59307      Branch: perl
59308            ! regexec.c
59309 ____________________________________________________________________________
59310 [ 18657] By: rgs                                   on 2003/02/04  20:06:19
59311         Log: Subject: [PATCH] B::Concise updates (incl. avoiding use of op_seq)
59312              From: Stephen McCamant <smcc@mit.edu>
59313              Date: Mon, 3 Feb 2003 21:01:07 -0500
59314              Message-ID: <15935.7907.976943.74729@syllepsis.MIT.EDU>
59315      Branch: perl
59316            ! ext/B/B/Concise.pm ext/B/t/concise.t
59317 ____________________________________________________________________________
59318 [ 18656] By: rgs                                   on 2003/02/04  20:02:56
59319         Log: Better version of change #18648, by Enache Adrian
59320              Message-ID: <20030204101533.GA11817@ratsnest.hole>
59321      Branch: perl
59322            ! op.c
59323 ____________________________________________________________________________
59324 [ 18655] By: jhi                                   on 2003/02/04  15:56:36
59325         Log: Add the new test to MANIFEST.
59326      Branch: perl
59327            ! MANIFEST
59328 ____________________________________________________________________________
59329 [ 18654] By: gbarr                                 on 2003/02/04  14:42:51
59330         Log: Sync with 1.10
59331      Branch: perl
59332            + ext/List/Util/t/lln.t
59333            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
59334            ! ext/List/Util/lib/List/Util.pm
59335            ! ext/List/Util/lib/Scalar/Util.pm
59336 ____________________________________________________________________________
59337 [ 18653] By: jhi                                   on 2003/02/04  11:04:25
59338         Log: Fix "[perl #20667] unicode regex vs non-unicode regex".
59339              The PL_regdata was not set up (S_cache_re()) before it
59340              was needed (S_reginclass()).  The test put in fresh_perl.t
59341              because we need a pristine state to start.
59342      Branch: perl
59343            ! regexec.c t/run/fresh_perl.t
59344 ____________________________________________________________________________
59345 [ 18652] By: jhi                                   on 2003/02/04  06:35:51
59346         Log: Comment tweak.
59347      Branch: perl
59348            ! t/op/pat.t
59349 ____________________________________________________________________________
59350 [ 18651] By: jhi                                   on 2003/02/04  06:28:53
59351         Log: Signedness issue.
59352      Branch: perl
59353            ! ext/MIME/Base64/Base64.xs
59354 ____________________________________________________________________________
59355 [ 18650] By: rgs                                   on 2003/02/03  22:02:44
59356         Log: Force the C locale in makedepend, to prevent gcc from
59357              producing locale-dependent messages.
59358      Branch: perl
59359            ! makedepend.SH
59360 ____________________________________________________________________________
59361 [ 18649] By: rgs                                   on 2003/02/03  22:00:21
59362         Log: Document the environment variable PERL_UTF8_LOCALE in perlrun.
59363      Branch: perl
59364            ! pod/perlrun.pod
59365 ____________________________________________________________________________
59366 [ 18648] By: rgs                                   on 2003/02/03  19:32:57
59367         Log: Fix bug #8760 : cop_line isn't properly restored
59368              when a module is loaded at runtime behind the scenes.
59369      Branch: perl
59370            ! op.c t/lib/warnings/perlio
59371 ____________________________________________________________________________
59372 [ 18647] By: merijn                                on 2003/02/03  16:14:00
59373         Log: Subject: Re: [perl #20606] [PATCH} openbsd hints
59374              From: Abe Timmerman <abe@ztreet.demon.nl>
59375              Date: Sun, 2 Feb 2003 18:27:57 +0100
59376              Message-Id: <200302021827.57240.abe@ztreet.demon.nl>
59377      Branch: perl
59378            ! hints/openbsd.sh
59379 ____________________________________________________________________________
59380 [ 18644] By: jhi                                   on 2003/02/03  12:41:51
59381         Log: Duh, test -e ENOPORTABLE, I should've remembered that.
59382              (Made Solaris go boom.)
59383      Branch: perl
59384            ! Configure
59385 ____________________________________________________________________________
59386 [ 18643] By: jhi                                   on 2003/02/03  10:36:15
59387         Log: Detypo.
59388      Branch: perl
59389            ! cop.h
59390 ____________________________________________________________________________
59391 [ 18642] By: ams                                   on 2003/02/03  08:26:36
59392         Log: Integrate MIME::Base64 2.16 from CPAN. (Do we really want the
59393              utility scripts?)
59394      Branch: perl
59395            + ext/MIME/Base64/decode-base64 ext/MIME/Base64/decode-qp
59396            + ext/MIME/Base64/encode-base64 ext/MIME/Base64/encode-qp
59397            ! MANIFEST ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
59398            ! ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
59399            ! ext/MIME/Base64/QuotedPrint.pm ext/MIME/Base64/t/base64.t
59400            ! ext/MIME/Base64/t/quoted-print.t
59401 ____________________________________________________________________________
59402 [ 18641] By: sky                                   on 2003/02/02  23:46:24
59403         Log: In any case, never copy this but use the same SV since
59404              if we copy we loose the hash we so badly need.
59405              For op_const we might still need to copy however.
59406      Branch: perl
59407            ! op.c
59408 ____________________________________________________________________________
59409 [ 18640] By: sky                                   on 2003/02/02  23:38:40
59410         Log: Move SvPVIV out of ->op_sv of METHOD_NAMED into the pad, fixes
59411              threading issue. Should perhaps be a PVOP to save memory, but then
59412              we have nowhere to store the hash of the function!
59413      Branch: perl
59414            ! dump.c op.c pp_hot.c
59415 ____________________________________________________________________________
59416 [ 18637] By: jhi                                   on 2003/02/02  20:07:57
59417         Log: Plan 9: Some time has passed.
59418      Branch: perl
59419            ! plan9/buildinfo
59420 ____________________________________________________________________________
59421 [ 18636] By: jhi                                   on 2003/02/02  20:02:11
59422         Log: Subject: Re: typo in checkin 18616
59423              From: Nick Ing-Simmons <nick@ing-simmons.net>
59424              Date: Sun, 02 Feb 2003 17:23:08 +0000
59425              Message-Id: <20030202172308.9244.1@bactrian.ni-s.u-net.com>
59426      Branch: perl
59427            ! XSUB.h
59428 ____________________________________________________________________________
59429 [ 18635] By: jhi                                   on 2003/02/02  19:46:35
59430         Log: Plan 9: Add also config.sh sample for 5.8.0 from Russ Cox.
59431      Branch: perl
59432            + plan9/config_sh.sample
59433            ! MANIFEST
59434 ____________________________________________________________________________
59435 [ 18634] By: ams                                   on 2003/02/02  18:07:01
59436         Log: Subject: [PATCH] pod/perlfunc.pod
59437              From: abigail@abigail.nl
59438              Date: Sun, 2 Feb 2003 16:59:48 +0100
59439              Message-Id: <20030202155948.7971.qmail@abigail.nl>
59440      Branch: perl
59441            ! pod/perlfunc.pod
59442 ____________________________________________________________________________
59443 [ 18633] By: jhi                                   on 2003/02/02  16:48:26
59444         Log: Subject: [perl #18232] [PATCH] store PL_reg_match_utf8 in reganch
59445              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
59446              Date: Wed, 22 Jan 2003 22:35:56 +0100
59447              Message-Id: <20030122223556.57d597a3.rgarciasuarez@free.fr>
59448      Branch: perl
59449            ! mg.c pp.c pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t
59450 ____________________________________________________________________________
59451 [ 18632] By: jhi                                   on 2003/02/02  15:31:36
59452         Log: Also [perl #3547] has been fixed; add its test case.
59453      Branch: perl
59454            ! t/op/pat.t
59455 ____________________________________________________________________________
59456 [ 18631] By: jhi                                   on 2003/02/02  15:26:10
59457         Log: The [perl #7471] seems to have been fixed; add its test.
59458      Branch: perl
59459            ! t/op/pat.t
59460 ____________________________________________________________________________
59461 [ 18630] By: jhi                                   on 2003/02/02  15:21:23
59462         Log: seems to have been fixed; add its test.
59463      Branch: perl
59464            ! t/op/pat.t
59465 ____________________________________________________________________________
59466 [ 18629] By: jhi                                   on 2003/02/02  15:09:39
59467         Log: Plan 9: Supply also Russ Cox' original config.h for 5.8.0.
59468      Branch: perl
59469            + plan9/config_h.sample
59470            ! MANIFEST
59471 ____________________________________________________________________________
59472 [ 18628] By: jhi                                   on 2003/02/02  14:46:26
59473         Log: Plan 9: Update config.plan9 based on Russ Cox' work.
59474      Branch: perl
59475            ! plan9/config.plan9
59476 ____________________________________________________________________________
59477 [ 18627] By: jhi                                   on 2003/02/02  14:24:00
59478         Log: Plan 9: Update the list of object files.
59479      Branch: perl
59480            ! plan9/mkfile
59481 ____________________________________________________________________________
59482 [ 18626] By: jhi                                   on 2003/02/02  14:03:16
59483         Log: Plan 9: No Configure.
59484      Branch: perl
59485            ! Configure
59486 ____________________________________________________________________________
59487 [ 18624] By: jhi                                   on 2003/02/02  13:29:02
59488         Log: Plan 9: doesn't really do Configure (undo #18585/#18586)
59489      Branch: perl
59490            ! Configure
59491 ____________________________________________________________________________
59492 [ 18622] By: jhi                                   on 2003/02/02  12:49:13
59493         Log: minitest wasn't working.  (The $^X /miniperl/ test in
59494              io/crlf.t didn't work in Tru64, $^X was "./perl", used
59495              the same 'eval q/use .../' trick everywhere.)
59496      Branch: perl
59497            ! t/io/crlf.t t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t
59498            ! t/uni/tr_utf8.t
59499 ____________________________________________________________________________
59500 [ 18621] By: jhi                                   on 2003/02/02  12:23:28
59501         Log: Fix and test for [perl #15549 Empty \Q\E not permitted]
59502              (test.pl-ise quotemeta.t, too)
59503      Branch: perl
59504            ! t/op/quotemeta.t toke.c
59505 ____________________________________________________________________________
59506 [ 18618] By: sky                                   on 2003/02/01  21:04:36
59507         Log: Fix bug #15837, temporary from storable call hadn't gotten
59508              freed yet and was cloned but without a real (AvREAL)
59509              reference to it. @_ doesn't refcount!
59510      Branch: perl
59511            ! ext/threads/threads.xs
59512 ____________________________________________________________________________
59513 [ 18616] By: jhi                                   on 2003/02/01  19:43:09
59514         Log: Integrate from perlio:
59515
59516              [ 18591]
59517              PERL_IMPLICIT_SYS does NOT vector PerlIO_xxx but PerlSIO_xxx, so
59518              correct XSUB.h
59519
59520              [ 18611]
59521              Michael Schroeder's fix for re-try if stdio ops after
59522              interrupts. (Calls to PERL_ASYNC_CHECK added by NI-S).
59523
59524              [ 18612]
59525              PerlIO friendly version of speed up of $/ = undef case.
59526
59527              [ 18613]
59528              fflush() before invalidating stdio's fileno.
59529      Branch: perl
59530           !> XSUB.h perlio.c sv.c
59531 ____________________________________________________________________________
59532 [ 18615] By: sky                                   on 2003/02/01  12:01:01
59533         Log: Don't free thread before using it, breaks platforms that
59534              trust that I really want to free what I free, (like HPUX
59535              and AIX).
59536      Branch: perl
59537            ! ext/threads/threads.xs
59538 ____________________________________________________________________________
59539 [ 18614] By: ams                                   on 2003/02/01  12:00:29
59540         Log: Subject: Re: bleadperl: PerlIOStdio_invalidate_fileno breaks fclose semantics
59541              From: Nick Ing-Simmons <nick@ing-simmons.net>
59542              Date: Sat, 01 Feb 2003 13:03:52 +0000
59543              Message-Id: <20030201130352.1872.12@bactrian.ni-s.u-net.com>
59544      Branch: perl
59545            ! perlio.c
59546 ____________________________________________________________________________
59547 [ 18609] By: jhi                                   on 2003/01/31  08:58:40
59548         Log: Go even further (back) than change #18608 and revert
59549              to the 5.8.0 code, since otherwise split.t #40 fails.
59550              The four new tests of pat.t should keep us more honest.
59551      Branch: perl
59552            ! regexec.c
59553 ____________________________________________________________________________
59554 [ 18608] By: jhi                                   on 2003/01/31  08:24:53
59555         Log: Subject: [FIX] Re: UTF-8 failures (surprise!)
59556              From: Enache Adrian <enache@rdslink.ro>
59557              Date: Fri, 31 Jan 2003 09:20:59 +0200
59558              Message-ID: <20030131072059.GB6045@ratsnest.hole>
59559      Branch: perl
59560            ! regexec.c t/op/pat.t
59561 ____________________________________________________________________________
59562 [ 18607] By: ams                                   on 2003/01/31  02:29:56
59563         Log: Fix typo in version check ($[ to $]).
59564      Branch: perl
59565            ! ext/Storable/t/restrict.t
59566 ____________________________________________________________________________
59567 [ 18606] By: rgs                                   on 2003/01/30  22:02:47
59568         Log: Subject: [PATCH] Upper<->Lower case mistake in perlunicode.pod ?
59569              From: Jose.auguste-etienne@cgss-guyane.fr
59570              Date: Thu, 30 Jan 2003 12:40:53 -0300
59571              Message-ID: <OF8E7C1B73.22FEA7CE-ON03256CBE.00528AB8@Cgss-Guyane.fr>
59572      Branch: perl
59573            ! pod/perlunicode.pod
59574 ____________________________________________________________________________
59575 [ 18605] By: rgs                                   on 2003/01/30  20:58:52
59576         Log: code example in the FAQ that isn't strict-friendly.
59577              Subject: [perl #20616] Tie::IxHash doc error.
59578              From: Beckett Richard-qswi266 (via RT) <perlbug-followup@perl.org>
59579              Date: 30 Jan 2003 11:43:17 -0000
59580              Message-Id: <rt-20616-49904.16.891027432675@bugs6.perl.org>
59581      Branch: perl
59582            ! pod/perlfaq4.pod
59583 ____________________________________________________________________________
59584 [ 18604] By: rgs                                   on 2003/01/30  20:52:05
59585         Log: FAQ sync.
59586      Branch: perl
59587            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
59588            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq7.pod
59589            ! pod/perlfaq8.pod
59590 ____________________________________________________________________________
59591 [ 18603] By: jhi                                   on 2003/01/30  08:05:22
59592         Log: Subject: [FIX] Re: UTF-8 failures (surprise!)
59593              From: Enache Adrian <enache@rdslink.ro>
59594              Date: Thu, 30 Jan 2003 10:48:09 +0200
59595              Message-ID: <20030130084809.GA16902@ratsnest.hole>
59596
59597              Fix for half of the failures, with an expanded test.
59598      Branch: perl
59599            ! lib/utf8.t sv.c
59600 ____________________________________________________________________________
59601 [ 18602] By: merijn                                on 2003/01/30  06:31:50
59602         Log: Updates to the openbsd hints
59603
59604              Subject: [perl #20606] [no subject]
59605              Date: 29 Jan 2003 18:38:37 -0000
59606              From: "Todd C. Miller" (via RT) <perlbug-followup@perl.org>
59607              Message-Id: <rt-20606-49879.4.78874436094841@bugs6.perl.org>
59608      Branch: perl
59609            ! hints/openbsd.sh
59610 ____________________________________________________________________________
59611 [ 18601] By: jhi                                   on 2003/01/29  05:58:36
59612         Log: More of the #18600.
59613      Branch: perl
59614            ! pad.c
59615 ____________________________________________________________________________
59616 [ 18600] By: jhi                                   on 2003/01/29  05:37:12
59617         Log: Retract the %_/SVf change (part of #18456) for PROTOTYPE (CV)
59618              dumping (but now use SvPV_nolen).  (This change made an empty
59619              prototype to show up as "_" under -Uuseperlio.)
59620      Branch: perl
59621            ! dump.c
59622 ____________________________________________________________________________
59623 [ 18599] By: rgs                                   on 2003/01/28  21:07:08
59624         Log: Fix a very small memory leak in op_free, by reserving the
59625              case op_seq == (U16)-1 for the compiler backend
59626
59627              Subject: Re: Freeing code
59628              From: "Paul Johnson" <paul@pjcj.net>
59629              Date: Tue, 28 Jan 2003 14:13:09 +0100 (CET)
59630              Message-ID: <18918.193.134.254.145.1043759589.squirrel@wesley.pjcj.net>
59631      Branch: perl
59632            ! op.c
59633 ____________________________________________________________________________
59634 [ 18598] By: rgs                                   on 2003/01/28  20:43:02
59635         Log: Integrate from maint-5.8:
59636              Change 18450 :
59637              Tiny output tweak.
59638              Change 18429 :
59639              AIX gcc (2.9) threaded build tweak (without the _THREAD_SAFE
59640              things like drand48_data are undefined).
59641              Change 18388 :
59642              List the PERL_MAGIC_utf8 ('w') flag.
59643      Branch: perl
59644           !> hints/aix.sh pod/perlguts.pod t/op/pat.t
59645 ____________________________________________________________________________
59646 [ 18597] By: rgs                                   on 2003/01/27  21:52:00
59647         Log: Subject: Re: [perl #20274] perlbug requires dynamic loading
59648              From: Slaven Rezic <slaven@rezic.de>
59649              Date: 14 Jan 2003 20:58:54 +0100
59650              Message-ID: <87n0m3v6yp.fsf@vran.herceg.de>
59651      Branch: perl
59652            ! ext/Sys/Hostname/Hostname.pm
59653 ____________________________________________________________________________
59654 [ 18596] By: rgs                                   on 2003/01/27  20:38:21
59655         Log: Introduce the PUSHSUB_DB macro, equivalent to PUSHSUB, but
59656              without the lval context tweak. Used in OP_DBSTATE.
59657              Subject: Re: [PATCH] Re: change #9754: 5 x slowdown for perl -d
59658              From: Dave Mitchell <davem@fdgroup.com>
59659              Date: Sun, 26 Jan 2003 17:42:42 +0000
59660              Message-ID: <20030126174242.H16182@fdgroup.com>
59661      Branch: perl
59662            ! cop.h pp_ctl.c
59663 ____________________________________________________________________________
59664 [ 18595] By: rgs                                   on 2003/01/27  20:32:01
59665         Log: Subject: [PATCH] make Copy On Write work once again
59666              From: Nicholas Clark <nick@unfortu.net>
59667              Date: Sat, 25 Jan 2003 00:25:50 +0000
59668              Message-ID: <20030125002550.GG278@Bagpuss.unfortu.net>
59669      Branch: perl
59670            ! sv.h
59671 ____________________________________________________________________________
59672 [ 18594] By: jhi                                   on 2003/01/27  20:01:44
59673         Log: Update the pod list for Plan 9.
59674      Branch: perl
59675            ! plan9/mkfile
59676 ____________________________________________________________________________
59677 [ 18593] By: sky                                   on 2003/01/26  22:37:21
59678         Log: When we copy things out of a hash and increment the
59679              refcount of the shared scalar, we really must protect
59680              that refcount increase with a lock, or else it might not
59681              happen. Fixes segfault when objects would prematurely
59682              be killed.
59683      Branch: perl
59684            ! ext/threads/shared/shared.xs
59685 ____________________________________________________________________________
59686 [ 18592] By: jhi                                   on 2003/01/26  21:54:36
59687         Log: Missing (STRLEN)casts.
59688      Branch: perl
59689            ! sv.c
59690 ____________________________________________________________________________
59691 [ 18589] By: rgs                                   on 2003/01/26  13:06:49
59692         Log: OPf_SPECIAL on OP_DBSTATE now indicates a breakpoint.
59693
59694              Subject: Re: [PATCH] Re: change #9754: 5 x slowdown for perl -d
59695              From: Dave Mitchell <davem@fdgroup.com>
59696              Date: Fri, 24 Jan 2003 18:44:19 +0000
59697              Message-ID: <20030124184419.F11179@fdgroup.com>
59698      Branch: perl
59699            ! mg.c op.h pp_ctl.c
59700 ____________________________________________________________________________
59701 [ 18588] By: jhi                                   on 2003/01/26  12:18:10
59702         Log: Lest people get worried about not having PerlIO.
59703      Branch: perl
59704            ! pod/perluniintro.pod
59705 ____________________________________________________________________________
59706 [ 18586] By: jhi                                   on 2003/01/26  09:19:01
59707         Log: Plan 9 doesn't do nm, from Russ Cox.
59708      Branch: perl
59709            ! Configure
59710 ____________________________________________________________________________
59711 [ 18584] By: jhi                                   on 2003/01/26  09:11:23
59712         Log: Plan 9 doesn't really have the symlink API, from Russ Cox.
59713      Branch: perl
59714            ! plan9/plan9ish.h
59715 ____________________________________________________________________________
59716 [ 18583] By: jhi                                   on 2003/01/26  09:08:36
59717         Log: Plan 9 compiler can't return quads from the ?: (condop).
59718              (There may be more spots like this, so a Configure test
59719              maybe in order, but this works for now.)  From Russ Cox.
59720      Branch: perl
59721            ! ext/PerlIO/via/via.xs plan9/plan9ish.h
59722 ____________________________________________________________________________
59723 [ 18581] By: ams                                   on 2003/01/26  05:29:40
59724         Log: Subject: Re: truncate using a globref
59725              From: Slaven Rezic <slaven@rezic.de>
59726              Date: Thu, 23 Jan 2003 15:48:52 +0100 (CET)
59727              Message-Id: <200301231448.h0NEmqnu022591@vran.herceg.de>
59728      Branch: perl
59729            ! pp_sys.c t/io/fs.t
59730 ____________________________________________________________________________
59731 [ 18580] By: ams                                   on 2003/01/26  04:57:47
59732         Log: Subject: patch to speed up Perl's slurp mode
59733              From: Enache Adrian <enache@rdslink.ro>
59734              Date: Fri, 24 Jan 2003 06:23:54 +0200
59735              Message-Id: <20030124042354.GA30362@ratsnest.hole>
59736      Branch: perl
59737            ! sv.c
59738 ____________________________________________________________________________
59739 [ 18579] By: ams                                   on 2003/01/26  02:50:44
59740         Log: Subject: Re: [perl #20408] SV's SvPVX get freed even when its SvLEN is zero
59741              From: Enache Adrian <enache@rdslink.ro>
59742              Date: Sun, 26 Jan 2003 04:55:48 +0200
59743              Message-Id: <20030126025548.GB812@ratsnest.hole>
59744      Branch: perl
59745            ! pp_ctl.c
59746 ____________________________________________________________________________
59747 [ 18578] By: ams                                   on 2003/01/26  02:40:20
59748         Log: Subject: [PATCH Storable 2.06] const declaration fixup
59749              From: "Craig A. Berry" <craigberry@mac.com>
59750              Date: Thu, 23 Jan 2003 16:24:46 -0600
59751              Message-Id: <3E306BAE.4030807@mac.com>
59752      Branch: perl
59753            ! ext/Storable/Storable.xs
59754 ____________________________________________________________________________
59755 [ 18577] By: rgs                                   on 2003/01/23  20:46:00
59756         Log: Subject: [PATCH] move pad.c warnings to different test file
59757              From: Dave Mitchell <davem@fdgroup.com>
59758              Date: Thu, 23 Jan 2003 20:56:47 +0000
59759              Message-ID: <20030123205647.C8696@fdgroup.com>
59760      Branch: perl
59761            + t/lib/warnings/pad
59762            ! MANIFEST t/lib/warnings/op
59763 ____________________________________________________________________________
59764 [ 18573] By: nick                                  on 2003/01/23  07:26:43
59765         Log: Fix Solaris 32-bit invalidate case.
59766      Branch: perl
59767            ! perlio.c
59768 ____________________________________________________________________________
59769 [ 18572] By: rgs                                   on 2003/01/22  21:40:21
59770         Log: Integrate change 18448 from maint-5.8 :
59771
59772              Subject: Partial Data::Dumper patch
59773              From: Richard Clamp <richardc@unixbeard.net>
59774              Date: Sat, 4 Jan 2003 00:52:47 +0000
59775              Message-ID: <20030104005247.GA27685@mirth.demon.co.uk>
59776
59777              Subject: Re: Partial Data::Dumper patch
59778              From: Slaven Rezic <slaven@rezic.de>
59779              Date: 04 Jan 2003 02:48:08 +0100
59780              Message-ID: <87u1gp4rdz.fsf@vran.herceg.de>
59781      Branch: perl
59782           !> ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
59783 ____________________________________________________________________________
59784 [ 18571] By: rgs                                   on 2003/01/22  21:22:31
59785         Log: Subject: [PATCH] Re: difference between my and our before introduction
59786              From: Dave Mitchell <davem@fdgroup.com>
59787              Date: Thu, 16 Jan 2003 17:12:37 +0000
59788              Message-ID: <20030116171237.C420@fdgroup.com>
59789              (with a small test tweak)
59790      Branch: perl
59791            ! pad.c t/comp/our.t toke.c
59792 ____________________________________________________________________________
59793 [ 18569] By: rgs                                   on 2003/01/22  21:00:59
59794         Log: Fix [perl #19860] by adding a POSIX::fsync() stub.
59795      Branch: perl
59796            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
59797 ____________________________________________________________________________
59798 [ 18561] By: jhi                                   on 2003/01/22  17:43:45
59799         Log: Integrate from perlio:
59800              [ 18560]
59801              Fixes for open.pm which attempts to load layers:
59802              1. C equivalent of local $SIG{__WARN__} = sub {}
59803              while loading layers to supress warnings lib/open.t does
59804              not want.
59805              2. The loading scheme does not recurse now so look for
59806              new symptom of bad layer which is that a good module
59807              fails to load (as we cannot open any files).
59808
59809              NOTE: In my opinion open.pm should probably die on bad layer
59810              spec rather than just (maybe) warning and then allowing opens
59811              to fail.
59812      Branch: perl
59813           !> lib/open.t perlio.c
59814 ____________________________________________________________________________
59815 [ 18559] By: jhi                                   on 2003/01/22  13:19:31
59816         Log: Upgrade to Encode 1.86.
59817      Branch: perl
59818            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
59819            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
59820            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
59821 ____________________________________________________________________________
59822 [ 18558] By: jhi                                   on 2003/01/22  13:05:27
59823         Log: Subject: Re: slight tweak to -DR flag - display whether on tmps stack
59824              From: Dave Mitchell <davem@fdgroup.com>
59825              Date: Sun, 19 Jan 2003 17:22:05 +0000
59826              Message-ID: <20030119172204.D24444@fdgroup.com>
59827      Branch: perl
59828            ! dump.c
59829 ____________________________________________________________________________
59830 [ 18557] By: jhi                                   on 2003/01/22  13:01:15
59831         Log: Subject: [PATCH] Re: [perl #9394] Re: [ID 20020525.002] coredump/ bad free warning   in blead with SIGWARN
59832              From: Nicholas Clark <nick@unfortu.net>
59833              Date: Tue, 21 Jan 2003 22:27:21 +0000
59834              Message-ID: <20030121222720.GG293@Bagpuss.unfortu.net>
59835      Branch: perl
59836            ! sv.c t/op/ref.t
59837 ____________________________________________________________________________
59838 [ 18556] By: jhi                                   on 2003/01/22  12:59:02
59839         Log: Subject: [PATCH perlio.h] (was RE: [PATCH] %_ (was Re: [PATCH] operation on `PL_na' may be undefined))
59840              From: Robin Barker <Robin.Barker@npl.co.uk>
59841              Date: Mon, 20 Jan 2003 15:26:21 -0000
59842              Message-ID: <533D273D4014D411AB1D00062938C4D904046299@hotel.npl.co.uk>
59843      Branch: perl
59844            ! perlio.h
59845 ____________________________________________________________________________
59846 [ 18555] By: jhi                                   on 2003/01/22  12:57:20
59847         Log: Integrate from perlio:
59848              [ 18539]
59849              Try the invalidate_fileno() idea for non-leaky stdio sockets.
59850
59851              [ 18540]
59852              stdio does NOT set errno==EBADF on invalidated fileno
59853
59854              [ 18547]
59855              Tweak APItest for new semantics of printf.
59856              Now printf() is always real printf() and not #define'd to
59857              PerlIO_stdoutf() so PerlIO_flush() when STDOUT is redirected
59858              back to original file does not affect stdout unless we are
59859              using :stdio as implementation. So things printf()ed XS side
59860              are not written to file (and turn up at end of test).
59861              So add an XS function which does fflush(stdout), modify .pm
59862              file to export it and .t file to call it.
59863
59864              [ 18548]
59865              Add defined(__osf__) case to invalidate_fileno (for Tru64).
59866
59867              [ 18549]
59868              Report layer name (without arg) on fail, and attempt to
59869              autoload layer name. (Fix for [perl #20460]).
59870
59871              [ 18550]
59872              #if defined(__irix__) (for stdio invalidate) from Jarkko.
59873      Branch: perl
59874           !> ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
59875           !> ext/XS/APItest/t/printf.t lib/open.pm perlio.c
59876 ____________________________________________________________________________
59877 [ 18554] By: jhi                                   on 2003/01/22  12:47:03
59878         Log: Subject: [PATCH av.c] Re: [perl #15439] unreferenced scalar due to double DESTROY
59879              From: Dave Mitchell <davem@fdgroup.com>
59880              Date: Sun, 19 Jan 2003 16:43:54 +0000
59881              Message-ID: <20030119164353.B24444@fdgroup.com>
59882      Branch: perl
59883            ! av.c t/op/array.t
59884 ____________________________________________________________________________
59885 [ 18553] By: jhi                                   on 2003/01/22  12:43:31
59886         Log: Subject: Term::Complete problem + fix (Was: Re: muttprofile + perl 5.8)
59887              From: Martti Rahkila <martti.rahkila@hut.fi>
59888              Date: Sat, 18 Jan 2003 00:25:39 +0200
59889              Message-ID: <20030118002539.A30585@wurlitzer.hut.fi>
59890
59891              (chose the 'even safer' version)
59892      Branch: perl
59893            ! lib/Term/Complete.pm
59894 ____________________________________________________________________________
59895 [ 18552] By: jhi                                   on 2003/01/22  12:34:06
59896         Log: Subject: [PATCH] assert PV isn't RV
59897              From: Nicholas Clark <nick@unfortu.net>
59898              Date: Fri, 17 Jan 2003 19:40:45 +0000
59899              Message-ID: <20030117194044.GB297@Bagpuss.unfortu.net>
59900      Branch: perl
59901            ! sv.h
59902 ____________________________________________________________________________
59903 [ 18551] By: jhi                                   on 2003/01/22  12:28:11
59904         Log: Integrate from maint-5.8:
59905              [ 18375]
59906              Better version of change #18370; use the new 'E' flag
59907              so that cxinc is exposed (as cpp) only to List::Util
59908              (well, any extension) (well, anyone who does -DPERL_EXT),
59909              no need to export it globally.
59910      Branch: perl
59911           !> embed.fnc embed.h ext/List/Util/Makefile.PL global.sym
59912 ____________________________________________________________________________
59913 [ 18545] By: ams                                   on 2003/01/22  06:06:26
59914         Log: Subject: [PATCH perl-current] AUTHORS correction
59915              From: Richard Soderberg <rs@crystalflame.net>
59916              Date: Wed, 22 Jan 2003 02:08:13 -0500
59917              Message-Id: <45B4D3AE-2DD8-11D7-8CF9-000393801F84@crystalflame.net>
59918      Branch: perl
59919            ! AUTHORS
59920 ____________________________________________________________________________
59921 [ 18544] By: jhi                                   on 2003/01/22  03:45:01
59922         Log: Continuation of #18542.
59923      Branch: perl
59924            ! sv.c
59925 ____________________________________________________________________________
59926 [ 18543] By: jhi                                   on 2003/01/22  03:21:23
59927         Log: Update the MD5 checksums.
59928      Branch: perl
59929            ! ext/Digest/MD5/t/files.t
59930 ____________________________________________________________________________
59931 [ 18542] By: hv                                    on 2003/01/22  01:37:52
59932         Log: #18530 misses a couple of pTHX definitions
59933      Branch: perl
59934            ! sv.c
59935 ____________________________________________________________________________
59936 [ 18541] By: jhi                                   on 2003/01/21  22:08:51
59937         Log: Try to make including patchlevel.h a bit more
59938              robust (use <> instead of "") and in case of
59939              failure (PERL_VERSION didn't get defined) try
59940              to fail (by trying to #include an "obviously"
59941              named file that should not exist) (didn't use
59942              #error since IIRC older cpps do not have it)
59943              (Tries to address [perl #20276].)
59944      Branch: perl
59945            ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm
59946            ! ext/Digest/MD5/MD5.xs ext/List/Util/Util.xs
59947            ! ext/Storable/Storable.xs
59948 ____________________________________________________________________________
59949 [ 18538] By: merijn                                on 2003/01/21  16:54:00
59950         Log: Subject: [PATCH] Re: FreeBSD 5 hints patch
59951              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
59952              Date: Mon, 30 Dec 2002 18:01:16 -0800
59953              Message-ID: <spPE+gzkg+6F092yn@efn.org>
59954      Branch: perl
59955            ! Configure
59956 ____________________________________________________________________________
59957 [ 18536] By: jhi                                   on 2003/01/21  14:18:40
59958         Log: Allow explicit -C enable/disable by -C:1/-C:0
59959              (suggested by Peter Haworth).
59960      Branch: perl
59961            ! perl.c pod/perlrun.pod
59962 ____________________________________________________________________________
59963 [ 18534] By: hv                                    on 2003/01/21  02:22:53
59964         Log: Subject: PATCH: perldoc in MAINT branch (probably unstable too)
59965              From: Chip Turner <cturner@redhat.com>
59966              Date: 02 Jan 2003 11:35:57 -0500
59967              Message-ID: <vzksmwb8q6q.fsf@minbar.devel.redhat.com>
59968      Branch: perl
59969            ! lib/Pod/Perldoc.pm
59970 ____________________________________________________________________________
59971 [ 18533] By: hv                                    on 2003/01/21  02:15:29
59972         Log: Subject: Re: [perl #17757] s///g fails when using English & study in 5.8.0
59973              From: hv@crypt.org
59974              Date: Thu, 02 Jan 2003 14:33:49 +0000
59975              Message-Id: <200301021433.h02EXno03562@crypt.compulink.co.uk>
59976      Branch: perl
59977            ! regexec.c t/op/subst.t
59978 ____________________________________________________________________________
59979 [ 18532] By: hv                                    on 2003/01/21  01:56:31
59980         Log: Subject: Re: [perl #19236] perlsyn: implicit localisation in while()
59981              From: Martien Verbruggen <mgjv@tradingpost.com.au>
59982              Date: Tue, 31 Dec 2002 16:42:28 +1100
59983              Message-Id: <slrnb12bi4.4tt.mgjv@martien.heliotrope.home>
59984      Branch: perl
59985            ! pod/perlsyn.pod
59986 ____________________________________________________________________________
59987 [ 18531] By: hv                                    on 2003/01/21  01:52:49
59988         Log: integrate #18366-18370 from maint-5.8:
59989              Implement the CPP namespace protection from [perl #8610];
59990              unless a function has an 'A' flag, it's defined only if
59991              PERL_CORE.  (Why do we have so many many functions with an
59992              'A' flag, is another matter.)  (The number of #ifdef PERL_COREs
59993              could be cut down further by having a state variable and
59994              inserting #ifdefs and #endifs when the state flips.)
59995
59996              Caught by change #18366; thanks to the re extension we have some
59997              functions that are file static but yet part of "the public API"...
59998              Maybe a new class of exportability (a new embed.fnc flag) is
59999              required for this case.
60000
60001              Continue on change #18367; implement the said flag, 'E'.
60002              (Some nm output studying was needed to get the right set
60003              of re symbols defined.)
60004
60005              In AIX (strict symbol exports) the cxinc is needed for List::Util.
60006      Branch: perl
60007            ! embed.fnc embed.h embed.pl ext/re/Makefile.PL global.sym
60008 ____________________________________________________________________________
60009 [ 18530] By: hv                                    on 2003/01/21  01:37:03
60010         Log: integrate (by hand) #18353 and #18359 from maint-5.8:
60011              Introduce a cache for UTF-8 data: length and byte<->char offset
60012              mapping are stored in a new type of magic.  Speeds up length(),
60013              substr(), index(), rindex(), pos(), and some parts of s///.
60014
60015              The speedup varies a lot (on the usual suspects: what is the
60016              access pattern of the data, compiler, CPU), but should be at
60017              least one order of magnitude, and getting to the same magnitude
60018              as byte string speeds, and in some cases  (length on unchanged data)
60019              even reaching the byte string speed.  On the other hand, in some
60020              cases (index) the byte speed is still faster by a factor of five
60021              or so, but the bottleneck there does not seem to be any more
60022              the byte<->char offset mapping (instead, the fbm_instr() speed).
60023
60024              There is one cache slot for the length, and only two for the
60025              byte<->char offset mapping (the first one for the start->offset,
60026              and the second for the offset->offset+length, when talking
60027              in substr() terms).
60028
60029              Code this hairy is bound to have hairy trolls hiding under it.
60030              [...]
60031              A small tweak on top of #18353: don't display mg_len bytes of
60032              mg_ptr for PERL_MAGIC_utf8 because that's not what's there.
60033      Branch: perl
60034            ! dump.c embed.fnc embed.h mg.c perl.h pod/perlapi.pod proto.h
60035            ! sv.c util.c
60036 ____________________________________________________________________________
60037 [ 18529] By: hv                                    on 2003/01/21  00:44:20
60038         Log: integrate #18349 from maint-5.8:
60039              At least partially address [perl #10000] by speeding
60040              up both the ASCII case (by about 2-3%) and the UTF-8 case
60041              (by about 45%).  The major trick is to avoid hitting the
60042              costly S_reginclass().  (Even before this patch the speedup
60043              since 5.8.0 was about 40-50%.)  After this the UTF-8 case is
60044              still about 30-60% slower than the ASCII case.  (Note that
60045              I'm unable to reproduce the 10-fold speed difference of the
60046              original bug report; I can see a factor of 2 or 3, but no more.)
60047      Branch: perl
60048           !> regexec.c
60049 ____________________________________________________________________________
60050 [ 18528] By: hv                                    on 2003/01/21  00:24:11
60051         Log: Subject: [PATCH pp_ctl.c] silence warning
60052              From: Dave Mitchell <davem@fdgroup.com>
60053              Date: Sun, 29 Dec 2002 15:09:31 +0000
60054              Message-ID: <20021229150931.C2325@fdgroup.com>
60055      Branch: perl
60056            ! pp_ctl.c
60057 ____________________________________________________________________________
60058 [ 18527] By: hv                                    on 2003/01/21  00:04:14
60059         Log: Subject: perl version reporting
60060              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
60061              Date: Wed, 18 Dec 2002 08:30:32 +0100
60062              Message-Id: <20021218081957.ABD8.H.M.BRAND@hccnet.nl>
60063      Branch: perl
60064            ! perl.c
60065 ____________________________________________________________________________
60066 [ 18526] By: hv                                    on 2003/01/20  23:21:22
60067         Log: Subject: Re: When Storable and Devel::DProf mix, core dump [perl #19385]
60068              From: Blair Zajac <blair@orcaware.com>
60069              Date: Wed, 08 Jan 2003 12:28:35 -0800
60070              Message-ID: <3E1C89F3.2B4759C@orcaware.com>
60071      Branch: perl
60072            ! ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
60073            ! ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
60074 ____________________________________________________________________________
60075 [ 18524] By: jhi                                   on 2003/01/20  17:51:10
60076         Log: Integrate from perlio:
60077              [ 18520]
60078              Move #define printf out of perl.h into appropriate
60079              PerlIO files.
60080      Branch: perl
60081           !> fakesdio.h nostdio.h perl.h
60082 ____________________________________________________________________________
60083 [ 18523] By: jhi                                   on 2003/01/20  17:48:51
60084         Log: Upgrade to Digest 1.02.
60085      Branch: perl
60086            ! lib/Digest.pm lib/Digest.t
60087 ____________________________________________________________________________
60088 [ 18522] By: jhi                                   on 2003/01/20  17:43:15
60089         Log: Subject: [perl #20408] SV's SvPVX get freed even when its SvLEN is zero
60090              From: "enache@rdslink.ro (via RT)" <perlbug-followup@perl.org>
60091              Date: 20 Jan 2003 01:54:07 -0000
60092              Message-Id: <rt-20408-49009.18.2567818321236@bugs6.perl.org>
60093      Branch: perl
60094            ! pp_hot.c
60095 ____________________________________________________________________________
60096 [ 18521] By: jhi                                   on 2003/01/20  17:37:35
60097         Log: Retract #18154 (integrate of perlio #18507), not enough
60098              threadsafety.
60099      Branch: perl
60100            ! perlio.c
60101 ____________________________________________________________________________
60102 [ 18519] By: jhi                                   on 2003/01/20  12:25:43
60103         Log: Encode MANIFEST update.
60104      Branch: perl
60105            ! ext/Encode/MANIFEST
60106 ____________________________________________________________________________
60107 [ 18517] By: nick                                  on 2003/01/20  08:34:10
60108         Log: Integrate #18405 from maint-5.8 which fixes whitespac
60109              issues in open(FH,"&...")
60110      Branch: perl
60111           !> doio.c
60112 ____________________________________________________________________________
60113 [ 18516] By: jhi                                   on 2003/01/19  13:48:10
60114         Log: microperl update.
60115      Branch: perl
60116            ! Makefile.micro uconfig.h uconfig.sh
60117 ____________________________________________________________________________
60118 [ 18514] By: jhi                                   on 2003/01/18  18:36:00
60119         Log: Integrate from perlio:
60120              [ 18507]
60121              Thread-protection for dup/fclose/dup2 scheme of stdio leak
60122              avoidance.
60123      Branch: perl
60124           !> perlio.c t/io/tell.t
60125 ____________________________________________________________________________
60126 [ 18513] By: jhi                                   on 2003/01/18  18:07:01
60127         Log: Slight pod reformatting based on [perl #20284].
60128      Branch: perl
60129            ! README.mint ext/Data/Dumper/Dumper.pm
60130 ____________________________________________________________________________
60131 [ 18512] By: jhi                                   on 2003/01/17  21:00:15
60132         Log: EPOC perl address updates.
60133      Branch: perl
60134            ! README.epoc
60135 ____________________________________________________________________________
60136 [ 18511] By: jhi                                   on 2003/01/17  20:23:42
60137         Log: Upgrade to Digest 1.01.
60138      Branch: perl
60139            ! lib/Digest.pm
60140 ____________________________________________________________________________
60141 [ 18510] By: jhi                                   on 2003/01/17  19:53:37
60142         Log: Typo fixes from jmc@prioris.mini.pw.edu.pl (from openbsd.bugs)
60143      Branch: perl
60144            ! utils/libnetcfg.PL
60145 ____________________________________________________________________________
60146 [ 18509] By: jhi                                   on 2003/01/17  19:45:11
60147         Log: Upgrade to Digest::MD5 2.22.
60148      Branch: perl
60149            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
60150            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/README
60151            ! ext/Digest/MD5/t/files.t
60152 ____________________________________________________________________________
60153 [ 18508] By: merijn                                on 2003/01/17  14:12:53
60154         Log: Subject: Re: 18457 on cygwin/20030113
60155              From: Nick Ing-Simmons <nick.ing-simmons@elixent.com>
60156              Date: Fri, 17 Jan 2003 15:10:34 +0000
60157              Message-Id: <20030117151034.2651.3@bactrian.elixent.com>
60158      Branch: perl
60159            ! t/io/tell.t
60160 ____________________________________________________________________________
60161 [ 18504] By: jhi                                   on 2003/01/17  13:21:51
60162         Log: Integrate from perlio:
60163              [ 18476]
60164              Remove workaround for :stdio layer bug now fixed
60165              (Fixes #18975)
60166      Branch: perl
60167           !> pp_sys.c
60168 ____________________________________________________________________________
60169 [ 18502] By: jhi                                   on 2003/01/16  22:53:23
60170         Log: Integrate from maint-5.6:
60171              [ 18477]
60172              search utility doesn't skip exe/lib/pdb files properly on windows
60173      Branch: perl
60174           !> win32/bin/search.pl
60175 ____________________________________________________________________________
60176 [ 18501] By: rgs                                   on 2003/01/16  21:28:42
60177         Log: Subject: Re: [perl #19977] unlocalized $_ in File::Find clobbers upstream $_
60178              From: "Jos I. Boumans" <kane@dwim.org>
60179              Date: Thu, 16 Jan 2003 14:04:48 +0100
60180              Message-ID: <3E26ADF0.6010605@dwim.org>
60181              (with test tweaks)
60182      Branch: perl
60183            ! lib/File/Find.pm lib/File/Find/t/find.t
60184 ____________________________________________________________________________
60185 [ 18500] By: rgs                                   on 2003/01/16  21:17:14
60186         Log: Integrate #18447 from maint-5.8 :
60187              test.pl-ise t/op/fh.t.
60188      Branch: perl
60189           !> t/op/fh.t
60190 ____________________________________________________________________________
60191 [ 18499] By: rgs                                   on 2003/01/16  20:58:59
60192         Log: Integrate changes to Attribute::Handlers from maint-5.8
60193              (18404 and 18427).
60194              Subject: [PATCH] Re: Attribute::Handlers phase variance
60195              From: Richard Clamp <richardc@unixbeard.net>
60196              Date: Mon, 9 Dec 2002 11:10:24 +0000
60197              Message-ID: <20021209111024.GA14365@mirth.demon.co.uk>
60198      Branch: perl
60199           !> lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
60200 ____________________________________________________________________________
60201 [ 18498] By: rgs                                   on 2003/01/16  20:48:10
60202         Log: Integrate changes #18422 and #18423 from maint-5.8.
60203              18422 :
60204              Third Degree found a read of uninit memory (after setting
60205              grent_size with sysconf(), pwent_size was read).  Also make
60206              the ERANGE/INVARG more consistent.
60207              18423 :
60208              spent_size was still off.  (As far as I can tell
60209              _SC_GETPW_R_SIZE_MAX is supposed to be used also
60210              for spents, not just pwents.)
60211      Branch: perl
60212           !> reentr.c reentr.h reentr.pl
60213 ____________________________________________________________________________
60214 [ 18497] By: rgs                                   on 2003/01/16  20:40:58
60215         Log: Subject: [PATCH] Re: [perl #19393] Bug in Time::localtime?
60216              From: Dave Mitchell <davem@fdgroup.com>
60217              Date: Wed, 1 Jan 2003 21:43:24 +0000
60218              Message-ID: <20030101214324.F12907@fdgroup.com>
60219              (integrated from change #18397 in maint-5.8)
60220      Branch: perl
60221           !> lib/Time/Local.pm lib/Time/Local.t
60222 ____________________________________________________________________________
60223 [ 18496] By: jhi                                   on 2003/01/16  20:36:23
60224         Log: Fix 'use encoding' I/O for code points 0x80..0xFF;
60225              code changes from Inaba Hiroto; test tweaks by jhi.
60226      Branch: perl
60227            + ext/Encode/t/enc_eucjp.t
60228            ! MANIFEST doio.c ext/Encode/encoding.pm ext/Encode/t/enc_utf8.t
60229            ! pp.c sv.c sv.h t/uni/tr_utf8.t
60230 ____________________________________________________________________________
60231 [ 18495] By: jhi                                   on 2003/01/16  20:19:36
60232         Log: It seems the binmode() is needed with UTF-8 locales enabled.
60233      Branch: perl
60234            ! ext/Encode/t/CJKT.t
60235 ____________________________________________________________________________
60236 [ 18494] By: jhi                                   on 2003/01/16  20:11:35
60237         Log: Upgrade to CGI.pm 2.89.
60238      Branch: perl
60239            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
60240            ! lib/CGI/t/carp.t lib/CGI/t/html.t lib/CGI/t/pretty.t
60241 ____________________________________________________________________________
60242 [ 18493] By: jhi                                   on 2003/01/16  20:03:01
60243         Log: Subject: Update for ext/MIME/Base64/
60244              From: Gisle Aas <gisle@ActiveState.com>
60245              Date: 30 Dec 2002 07:34:34 -0800
60246              Message-ID: <lrhecvzfjp.fsf@caliper.activestate.com>
60247      Branch: perl
60248            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
60249            ! ext/MIME/Base64/QuotedPrint.pm
60250            ! ext/MIME/Base64/t/quoted-print.t ext/MIME/Base64/t/unicode.t
60251 ____________________________________________________________________________
60252 [ 18492] By: jhi                                   on 2003/01/16  19:56:07
60253         Log: Subject: Update for ext/Digest/MD5/
60254              From: Gisle Aas <gisle@ActiveState.com>
60255              Date: 30 Dec 2002 07:38:16 -0800
60256              Message-ID: <lrd6njzfdj.fsf@caliper.activestate.com>
60257      Branch: perl
60258            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
60259            ! ext/Digest/MD5/Makefile.PL ext/Digest/MD5/t/align.t
60260            ! ext/Digest/MD5/t/files.t
60261 ____________________________________________________________________________
60262 [ 18491] By: jhi                                   on 2003/01/16  19:24:10
60263         Log: if (0) the PL_widesyscalls code for now: Sarathy
60264              should take another look to see whether it is really
60265              safe to remove the code, too.
60266      Branch: perl
60267            ! win32/win32.h wince/win32.h
60268 ____________________________________________________________________________
60269 [ 18490] By: jhi                                   on 2003/01/16  01:58:39
60270         Log: Make the locale-induced UTF-8-ification of STD fhs
60271              and the default file open layer explicit (either -C
60272              or PERL_UTF8_LOCALE), instead of implicit (and unasked-for).
60273      Branch: perl
60274            ! embedvar.h gv.c intrpvar.h locale.c mg.c perl.c perlapi.h
60275            ! pod/perlrun.pod pod/perlunicode.pod pod/perluniintro.pod
60276            ! pod/perlvar.pod
60277 ____________________________________________________________________________
60278 [ 18489] By: rgs                                   on 2003/01/15  20:55:00
60279         Log: Subject: [PATCH 5.8.0] perlrun.pod: fix -i examples
60280              From: Brendan O'Dea <bod@debian.org>
60281              Date: Sun, 12 Jan 2003 06:18:32 +1100
60282              Message-ID: <20030111191832.GA19441@londo.c47.org>
60283      Branch: perl
60284            ! pod/perlrun.pod
60285 ____________________________________________________________________________
60286 [ 18488] By: rgs                                   on 2003/01/15  20:51:48
60287         Log: Subject: [PATCH 5.8.0] diagnostics.pm: useful apropos description for splain
60288              From: Brendan O'Dea <bod@debian.org>
60289              Date: Sun, 12 Jan 2003 06:17:30 +1100
60290              Message-ID: <20030111191730.GA19420@londo.c47.org>
60291      Branch: perl
60292            ! lib/diagnostics.pm
60293 ____________________________________________________________________________
60294 [ 18487] By: rgs                                   on 2003/01/15  20:45:14
60295         Log: Add a test case for bug [perl #19545]
60296      Branch: perl
60297            ! t/op/do.t
60298 ____________________________________________________________________________
60299 [ 18486] By: rgs                                   on 2003/01/15  20:34:52
60300         Log: isa() and can() didn't work on magic variables
60301              see Message-Id: <20030114220737.2190ba7c.rgarciasuarez@free.fr>
60302              plus a test case by B. Goldberg
60303      Branch: perl
60304            ! t/op/universal.t universal.c
60305 ____________________________________________________________________________
60306 [ 18485] By: rgs                                   on 2003/01/15  20:10:57
60307         Log: Subject: [PATCH] Re: [perl #19566] Perl 5.8.0 segfault
60308              From: Stephen McCamant <smcc@mit.edu>
60309              Date: Thu, 2 Jan 2003 18:08:23 -0500
60310              Message-ID: <15892.50791.692636.982873@syllepsis.MIT.EDU>
60311              Plus a test by Jarkko
60312              Integrated from changes 18444 and 18446 from maint-5.8
60313      Branch: perl
60314           +> t/op/readline.t
60315           !> MANIFEST pp_hot.c
60316 ____________________________________________________________________________
60317 [ 18484] By: jhi                                   on 2003/01/15  14:09:57
60318         Log: Upgrade to Time::HiRes 1.42.
60319      Branch: perl
60320            + ext/Time/HiRes/fallback/const-c.inc
60321            + ext/Time/HiRes/fallback/const-xs.inc
60322            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
60323            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
60324 ____________________________________________________________________________
60325 [ 18483] By: jhi                                   on 2003/01/15  00:23:20
60326         Log: Detypo.
60327      Branch: perl
60328            ! ext/Encode/Unicode/Unicode.xs
60329 ____________________________________________________________________________
60330 [ 18482] By: rgs                                   on 2003/01/14  21:41:04
60331         Log: Integrate change #18365 from maint-5.8 :
60332              Doc tweak on the S_ macros.
60333      Branch: perl
60334           !> pod/perlfunc.pod
60335 ____________________________________________________________________________
60336 [ 18481] By: jhi                                   on 2003/01/14  12:40:24
60337         Log: Apparently some stdios have bugs (no! don't tell it is so!)
60338              or there is a corner of stdio that is substandardised.
60339      Branch: perl
60340            ! t/io/tell.t
60341 ____________________________________________________________________________
60342 [ 18480] By: jhi                                   on 2003/01/14  01:25:14
60343         Log: Encode 1.84 broke the subtest #7, further study required.
60344      Branch: perl
60345            ! t/uni/tr_utf8.t
60346 ____________________________________________________________________________
60347 [ 18479] By: jhi                                   on 2003/01/13  23:13:02
60348         Log: Add a test for encoding 'utf8'.
60349      Branch: perl
60350            + ext/Encode/t/enc_utf8.t
60351            ! MANIFEST ext/Encode/MANIFEST
60352 ____________________________________________________________________________
60353 [ 18478] By: jhi                                   on 2003/01/13  23:10:55
60354         Log: Upgrade to Encode 1.84.
60355      Branch: perl
60356            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
60357            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
60358 ____________________________________________________________________________
60359 [ 18475] By: jhi                                   on 2003/01/13  02:42:47
60360         Log: Integrate from perlio:
60361              [ 18471]
60362              Fix #18711 and add test for it (and indeed tell on write
60363              handles at all !
60364
60365              (#18711 Serious bug of tell() in perl)
60366      Branch: perl
60367           !> perlio.c t/io/tell.t
60368 ____________________________________________________________________________
60369 [ 18474] By: jhi                                   on 2003/01/13  02:41:04
60370         Log: Integrate from perlio:
60371              [ 18470]
60372              Fix #16306 and #16880
60373
60374              (#16306 Big Badda leak in Sockets)
60375              (#16880 Memory leak with IO::Socket in Perl v5.8.0)
60376      Branch: perl
60377           !> perlio.c
60378 ____________________________________________________________________________
60379 [ 18473] By: jhi                                   on 2003/01/13  02:38:33
60380         Log: Integrate perlio #18040 and #18043 (no real changes;
60381              some whitespace changes but ignored them so that Dan's
60382              version of Encode wins)
60383      Branch: perl
60384           !> ext/Encode/Encode.xs
60385 ____________________________________________________________________________
60386 [ 18472] By: jhi                                   on 2003/01/13  01:31:01
60387         Log: Integrate perlio to mainline:
60388              [ 18240]
60389              Avoid eqtime() wiping the file (as suggested by
60390              "Luis G. Uribe C." <GUribe@SoftHome.net>
60391      Branch: perl
60392           !> lib/ExtUtils/Command.pm
60393 ____________________________________________________________________________
60394 [ 18468] By: rgs                                   on 2003/01/09  21:07:44
60395         Log: Subject: [PATCH] VMS perly build tweak
60396              From: "Craig A. Berry" <craigberry@mac.com>
60397              Date: Thu, 9 Jan 2003 14:44:40 -0600
60398              Message-Id: <a05200f03ba4389ff49eb@[172.16.52.1]>
60399      Branch: perl
60400            ! vms/descrip_mms.template
60401 ____________________________________________________________________________
60402 [ 18467] By: rgs                                   on 2003/01/09  21:03:07
60403         Log: Document that ${^TAINT} is read-only.
60404      Branch: perl
60405            ! pod/perlvar.pod
60406 ____________________________________________________________________________
60407 [ 18465] By: rgs                                   on 2003/01/08  22:02:26
60408         Log: Fix the doc for splitpath() in the File::Spec modules :
60409              this function doesn't return undef in any case.
60410      Branch: perl
60411            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
60412            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
60413 ____________________________________________________________________________
60414 [ 18464] By: rgs                                   on 2003/01/08  21:40:37
60415         Log: Subject: [PATCH] label code in pp_ctl.c
60416              From: Nicholas Clark <nick@unfortu.net>
60417              Date: Thu, 26 Dec 2002 21:19:36 +0000
60418              Message-ID: <20021226211935.GE284@Bagpuss.unfortu.net>
60419              (Integrated from change #18400 from maint-5.8)
60420      Branch: perl
60421           !> pp_ctl.c
60422 ____________________________________________________________________________
60423 [ 18463] By: rgs                                   on 2003/01/08  21:27:49
60424         Log: Subject: [DOCPATCH] hv_store and hv_store_ent
60425              From: Nicholas Clark <nick@unfortu.net>
60426              Date: Wed, 1 Jan 2003 18:17:59 +0000
60427              Message-ID: <20030101181757.GB296@Bagpuss.unfortu.net>
60428              (Integrated from change #18399 from maint-5.8)
60429      Branch: perl
60430           !> hv.c
60431 ____________________________________________________________________________
60432 [ 18462] By: rgs                                   on 2003/01/08  21:24:09
60433         Log: Integrate change #18391 from maint-5.8:
60434              Document the installprefix trick for compiling PASE Perl in AIX.
60435      Branch: perl
60436           !> README.os400
60437 ____________________________________________________________________________
60438 [ 18461] By: rgs                                   on 2003/01/08  21:16:54
60439         Log: Integrate change #18362 from maint-5.8:
60440              Fix [perl #18666] (taking the more conservative approach).
60441      Branch: perl
60442           !> lib/File/Spec/Unix.pm
60443 ____________________________________________________________________________
60444 [ 18460] By: rgs                                   on 2003/01/08  21:14:20
60445         Log: Integrate change #18361 from maint-5.8:
60446              Document that the socketpair tests are unhappy in old SCO,
60447              as per [perl #18537].
60448      Branch: perl
60449           !> pod/perl58delta.pod
60450 ____________________________________________________________________________
60451 [ 18459] By: rgs                                   on 2003/01/08  20:48:19
60452         Log: PerlFAQ sync.
60453      Branch: perl
60454            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
60455            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
60456            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
60457            ! pod/perlfaq9.pod
60458 ____________________________________________________________________________
60459 [ 18456] By: hv                                    on 2003/01/07  09:20:22
60460         Log: Subject: [PATCH] %_ (was Re: [PATCH] operation on `PL_na' may be undefined)
60461              From: Nicholas Clark <nick@unfortu.net>
60462              Date: Thu, 26 Dec 2002 21:16:27 +0000
60463              Message-ID: <20021226211626.GD284@Bagpuss.unfortu.net>
60464      Branch: perl
60465            ! doio.c dump.c ext/Data/Dumper/Dumper.xs gv.c op.c pad.c perl.c
60466            ! pp_ctl.c pp_hot.c pp_sort.c pp_sys.c sv.c toke.c universal.c
60467            ! utf8.c
60468 ____________________________________________________________________________
60469 [ 18455] By: hv                                    on 2003/01/07  08:54:38
60470         Log: Subject: [PATCH] integrate more with report_evil_fh
60471              From: Nicholas Clark <nick@unfortu.net>
60472              Date: Thu, 26 Dec 2002 20:56:21 +0000
60473              Message-ID: <20021226205620.GA16584@Bagpuss.unfortu.net>
60474      Branch: perl
60475            ! pp_sys.c
60476 ____________________________________________________________________________
60477 [ 18454] By: hv                                    on 2003/01/07  08:45:54
60478         Log: Integrate podlators-1.25
60479      Branch: perl
60480            ! lib/Pod/Man.pm lib/Pod/t/man.t
60481 ____________________________________________________________________________
60482 [ 18453] By: rgs                                   on 2003/01/06  20:31:43
60483         Log: Change the value of ${^TAINT} : 0 without taint checks,
60484              1 with -T, and -1 with -t or -TU.
60485      Branch: perl
60486            ! mg.c pod/perlvar.pod t/op/taint.t t/run/runenv.t
60487            ! t/run/switcht.t
60488 ____________________________________________________________________________
60489 [ 18451] By: merijn                                on 2003/01/06  06:43:11
60490         Log: Subject: [PATCH perl@18746] VMS test adjustments
60491              Date: Sat, 04 Jan 2003 11:26:00 -0600
60492              From: "Craig A. Berry" <craigberry@mac.com>
60493              Message-ID: <3E171928.1040100@mac.com>
60494      Branch: perl
60495            ! ext/Devel/Peek/Peek.t ext/Filter/t/call.t lib/charnames.t
60496            ! t/run/switchI.t
60497 ____________________________________________________________________________
60498 [ 18441] By: rgs                                   on 2003/01/04  20:06:45
60499         Log: Subject: [DOCPATCH] File::Copy's synopsis
60500              From: Nicholas Clark <nick@unfortu.net>
60501              Date: Wed, 1 Jan 2003 21:09:30 +0000
60502              Message-ID: <20030101210930.GE296@Bagpuss.unfortu.net>
60503      Branch: perl
60504            ! lib/File/Copy.pm
60505 ____________________________________________________________________________
60506 [ 18440] By: rgs                                   on 2003/01/04  16:31:31
60507         Log: Integrate change #18420 from maint-5.8:
60508              Mea culpa: the join() was the string join, not the
60509              ithreads join().
60510      Branch: perl
60511           !> ext/threads/t/join.t
60512 ____________________________________________________________________________
60513 [ 18439] By: rgs                                   on 2003/01/04  15:34:54
60514         Log: Subject: [PATCH] [perl #15184] ExtUtils/t/Embed.t fails with -Duseshrplib -Dlibperl=...
60515              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
60516              Date: Fri, 13 Dec 2002 00:54:43 +0100
60517              Message-Id: <20021213005443.3077a229.rgarciasuarez@free.fr>
60518              Same as change 18403 for maint-5.8 branch
60519      Branch: perl
60520            ! lib/ExtUtils/t/Embed.t
60521 ____________________________________________________________________________
60522 [ 18438] By: rgs                                   on 2003/01/04  15:24:22
60523         Log: Subject: Re: [PATCH] Tiny nits in perlre.pod
60524              From: andreas.koenig@anima.de (Andreas J. Koenig)
60525              Date: Fri, 03 Jan 2003 00:57:15 +0100
60526              Message-ID: <m33cob14x0.fsf@k242.linux.bogus>
60527      Branch: perl
60528            ! pod/perlre.pod
60529 ____________________________________________________________________________
60530 [ 18435] By: jhi                                   on 2003/01/04  14:36:08
60531         Log: The problems.t is back.
60532      Branch: perl
60533            ! MANIFEST
60534 ____________________________________________________________________________
60535 [ 18434] By: sky                                   on 2003/01/04  07:43:50
60536         Log: Forgot to add problems.t with change #18419
60537      Branch: perl
60538            + ext/threads/t/problems.t
60539 ____________________________________________________________________________
60540 [ 18432] By: jhi                                   on 2003/01/04  04:48:30
60541         Log: One more (or, rather, less) //.
60542      Branch: perl
60543            ! ext/threads/threads.xs
60544 ____________________________________________________________________________
60545 [ 18431] By: jhi                                   on 2003/01/04  04:39:01
60546         Log: Integrate from maintperl:
60547              [ 18430]
60548              // is still not portable C commentary.
60549      Branch: perl
60550           !> ext/threads/threads.xs
60551 ____________________________________________________________________________
60552 [ 18425] By: jhi                                   on 2003/01/04  03:37:04
60553         Log: Until Arthur really adds the problems.t.
60554      Branch: perl
60555            ! MANIFEST
60556 ____________________________________________________________________________
60557 [ 18421] By: sky                                   on 2003/01/04  01:27:55
60558         Log: Fix long standing memory leak with pop and shift!
60559      Branch: perl
60560            ! ext/threads/shared/shared.xs
60561 ____________________________________________________________________________
60562 [ 18419] By: sky                                   on 2003/01/03  23:45:34
60563         Log: Fixes bug #15273, the return of the object caused
60564              the stash of the object to be cloned, cloning the entire syntax
60565              tree and all lexicals in there creating danglning copies to the
60566              object. (Pararell but unlinked STASH tree).
60567              This adds a new flag, when set it will use STASHES from the
60568              thread we are joining into avoiding the problem.
60569      Branch: perl
60570            ! MANIFEST ext/threads/threads.xs sv.c sv.h
60571 ____________________________________________________________________________
60572 [ 18417] By: sky                                   on 2003/01/03  18:16:46
60573         Log: Fake what context we are running in for CLONE and DESTROY so
60574              threads->tid() returns the correct value.
60575              This is reported as bug #10046
60576      Branch: perl
60577            ! ext/threads/t/basic.t ext/threads/threads.xs
60578 ____________________________________________________________________________
60579 [ 18413] By: sky                                   on 2003/01/03  15:15:14
60580         Log: Change pp_lock to take a reference instead of a
60581              scalar since it wouldn't fork for the HELEM/AELEM
60582              case. This was reported in bug #10045
60583      Branch: perl
60584            ! ext/threads/shared/t/hv_refs.t opcode.h opcode.pl opnames.h
60585 ____________________________________________________________________________
60586 [ 18412] By: hv                                    on 2003/01/03  11:14:51
60587         Log: Integrate from maint-5.8 #18348:
60588              Make Math::Trig a little bit more better behaved module citizen.
60589      Branch: perl
60590           !> lib/Math/Trig.pm
60591 ____________________________________________________________________________
60592 [ 18411] By: hv                                    on 2003/01/03  11:11:09
60593         Log: Subject: Re: [perl #19061] 'goto' confuses 'redo'
60594              From: Stephen McCamant <smcc@mit.edu>
60595              Date: Sun, 22 Dec 2002 22:09:51 -0500
60596              Message-ID: <15878.32383.94274.950128@syllepsis.MIT.EDU>
60597      Branch: perl
60598            ! pp_ctl.c
60599 ____________________________________________________________________________
60600 [ 18410] By: hv                                    on 2003/01/03  11:06:40
60601         Log: Subject: new flag SvPADSTALE
60602              From: Dave Mitchell <davem@fdgroup.com>
60603              Date: Thu, 19 Dec 2002 19:00:21 +0000
60604              Message-ID: <20021219190021.D9530@fdgroup.com>
60605      Branch: perl
60606            ! dump.c scope.c sv.h
60607 ____________________________________________________________________________
60608 [ 18409] By: hv                                    on 2003/01/03  11:05:09
60609         Log: Subject: remove flag SvPADBUSY
60610              From: Dave Mitchell <davem@fdgroup.com>
60611              Date: Thu, 19 Dec 2002 18:55:43 +0000
60612              Message-ID: <20021219185543.C9530@fdgroup.com>
60613      Branch: perl
60614            ! dump.c ext/Devel/Peek/Peek.t pad.c scope.c sv.h
60615 ____________________________________________________________________________
60616 [ 18408] By: hv                                    on 2003/01/03  10:56:54
60617         Log: Subject: win32_msgwait() problem
60618              From: Gurusamy Sarathy <gsar@ActiveState.com>
60619              Date: Fri, 13 Dec 2002 17:31:59 -0800
60620              Message-Id: <200212140132.gBE1Vxp02090@smtp3.ActiveState.com>
60621      Branch: perl
60622            ! win32/win32.c
60623 ____________________________________________________________________________
60624 [ 18407] By: hv                                    on 2003/01/03  10:30:05
60625         Log: Subject: Re: [perl #18257] Attempt to free unreferenced scalar (in 5 lines)
60626              From: hv@crypt.org
60627              Date: Thu, 02 Jan 2003 17:16:04 +0000
60628              Message-Id: <200301021716.h02HG5809404@crypt.compulink.co.uk>
60629      Branch: perl
60630            ! sv.c
60631 ____________________________________________________________________________
60632 [ 18406] By: sky                                   on 2003/01/03  08:23:16
60633         Log: Under darwin 6.0+ (MacOSX 10.2) we have threadsafe
60634              libc_r functions.
60635      Branch: perl
60636            ! hints/darwin.sh
60637 ____________________________________________________________________________
60638 [ 18393] By: merijn                                on 2003/01/02  19:41:29
60639         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)
60640              Date: Thu, 2 Jan 2003 19:02:21 +0100
60641              Message-ID: <200301021902.22444.abe@ztreet.demon.nl>
60642              From: abe@ztreet.demon.nl (Abe Timmerman)
60643      Branch: perl
60644            ! win32/makefile.mk
60645 ____________________________________________________________________________
60646 [ 18390] By: merijn                                on 2003/01/02  07:32:00
60647         Log: Use a more likely location for the perl binary
60648      Branch: perl
60649            ! Porting/genlog
60650 ____________________________________________________________________________
60651 [ 18378] By: gsar                                  on 2002/12/31  04:07:56
60652         Log: integrate change#18377 from maint-5.6 branch
60653
60654              change#17566 needs to be more defensive about win32_dup2()
60655              itself calling SetStdHandle() (at least MSVCRT does this)
60656      Branch: perl
60657           !> win32/win32.c
60658 ____________________________________________________________________________
60659 [ 18376] By: hv                                    on 2002/12/31  02:02:17
60660         Log: Update Changes
60661      Branch: perl
60662            ! Changes patchlevel.h
60663 ____________________________________________________________________________
60664 [ 18374] By: hv                                    on 2002/12/30  03:32:22
60665         Log: Remove duplicate entry
60666      Branch: perl
60667            ! MANIFEST
60668 ____________________________________________________________________________
60669 [ 18373] By: hv                                    on 2002/12/30  03:19:17
60670         Log: Subject: [perl #19343] perlfunc.pod patch for stat() and lstat()
60671              From: Dave Paris (via RT) <perlbug-followup@perl.org>
60672              Date: 22 Dec 2002 05:15:14 -0000
60673              Message-Id: <rt-19343-46041.7.82970696202895@bugs6.perl.org>
60674      Branch: perl
60675            ! pod/perlfunc.pod
60676 ____________________________________________________________________________
60677 [ 18372] By: hv                                    on 2002/12/30  03:13:42
60678         Log: Subject: [PATCH lib/AutoSplit.pm] Holding filehandle open
60679              From: Michael G Schwern <schwern@pobox.com>
60680              Date: Sat, 21 Dec 2002 19:29:41 -0800
60681              Message-ID: <20021222032941.GD24887@blackrider.schwern.org>
60682      Branch: perl
60683            ! lib/AutoSplit.pm
60684 ____________________________________________________________________________
60685 [ 18371] By: hv                                    on 2002/12/30  03:08:12
60686         Log: Subject: [PATCH] Re: [perl #19330] Uneffective increment of $\
60687              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
60688              Date: Fri, 27 Dec 2002 16:14:24 +0100
60689              Message-Id: <20021227161424.17234e3c.rgarciasuarez@free.fr>
60690      Branch: perl
60691            ! mg.c t/op/magic.t
60692 ____________________________________________________________________________
60693 [ 18358] By: gsar                                  on 2002/12/28  03:30:49
60694         Log: save_re_context() was not saving many regexec.c state
60695              variables, resulting in various reentrancy problems when
60696              the swatches were autoloaded by perl in the midst of a
60697              match
60698      Branch: perl
60699            ! regcomp.c
60700 ____________________________________________________________________________
60701 [ 18357] By: gsar                                  on 2002/12/28  02:16:51
60702         Log: silence another signed/unsigned mismatch warning
60703      Branch: perl
60704            ! op.c
60705 ____________________________________________________________________________
60706 [ 18356] By: gsar                                  on 2002/12/28  02:08:23
60707         Log: fix signed/unsigned mismatch warning from change#18266
60708      Branch: perl
60709            ! regcomp.c
60710 ____________________________________________________________________________
60711 [ 18355] By: gsar                                  on 2002/12/28  02:05:14
60712         Log: these variables are not in use anywhere since 5.8.0
60713      Branch: perl
60714            ! embedvar.h perlapi.h sv.c thrdvar.h
60715 ____________________________________________________________________________
60716 [ 18354] By: ams                                   on 2002/12/26  03:54:09
60717         Log: Subject: [PATCH] docpatch for cv.h
60718              From: Nicholas Clark <nick@unfortu.net>
60719              Date: Wed, 25 Dec 2002 21:01:04 +0000
60720              Message-Id: <20021225210102.GA284@Bagpuss.unfortu.net>
60721      Branch: perl
60722            ! cv.h
60723 ____________________________________________________________________________
60724 [ 18351] By: hv                                    on 2002/12/25  02:29:17
60725         Log: #18345 was still broken; should be fixed now.
60726      Branch: perl
60727            ! sv.c
60728 ____________________________________________________________________________
60729 [ 18350] By: merijn                                on 2002/12/24  05:26:40
60730         Log: Removal of duplicate comment block
60731
60732              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
60733              Subject: Re: [perl #19306] Sys::Syslog issues.
60734              Date: Mon, 23 Dec 2002 15:25:51 -0800
60735              Message-ID: </t5B+gzkg6DR092yn@efn.org>
60736      Branch: perl
60737            ! ext/Sys/Syslog/Syslog.pm
60738 ____________________________________________________________________________
60739 [ 18346] By: hv                                    on 2002/12/23  06:14:22
60740         Log: integrate maint-5.8 #18301
60741      Branch: perl
60742           !> lib/perl5db.pl
60743 ____________________________________________________________________________
60744 [ 18345] By: hv                                    on 2002/12/23  06:01:17
60745         Log: more on #18344.
60746      Branch: perl
60747            ! sv.c
60748 ____________________________________________________________________________
60749 [ 18344] By: hv                                    on 2002/12/23  05:56:43
60750         Log: more on #18312: sv.c:ss_dup()
60751      Branch: perl
60752            ! sv.c
60753 ____________________________________________________________________________
60754 [ 18343] By: hv                                    on 2002/12/23  05:47:17
60755         Log: Subject: [perl #19153] Term::Complete (the argument of stty)
60756              From: OKAIE Yutaka (via RT) <perlbug-followup@perl.org>
60757              Date: 15 Dec 2002 13:45:23 -0000
60758              Message-Id: <rt-19153-45441.1.2145712923207@bugs6.perl.org>
60759      Branch: perl
60760            ! lib/Term/Complete.pm
60761 ____________________________________________________________________________
60762 [ 18342] By: hv                                    on 2002/12/23  05:27:25
60763         Log: Subject: [perl #18544] Patch included to fix problem.
60764              From: Richard Kandarian <richard.kandarian@lanl.gov>
60765              Date: Thu, 21 Nov 2002 08:00:20 -0700
60766              (from RT)
60767      Branch: perl
60768            ! regexec.c
60769 ____________________________________________________________________________
60770 [ 18341] By: hv                                    on 2002/12/23  05:08:49
60771         Log: Subject: [PATCH] operation on `PL_na' may be undefined
60772              From: Nicholas Clark <nick@unfortu.net>
60773              Date: Tue, 10 Dec 2002 19:59:18 +0000
60774              Message-ID: <20021210195917.GJ288@Bagpuss.unfortu.net>
60775      Branch: perl
60776            ! universal.c
60777 ____________________________________________________________________________
60778 [ 18340] By: hv                                    on 2002/12/23  05:04:29
60779         Log: Subject: [PATCH] 2% speedup (pp_entersub needs to go on a diet)
60780              From: Nicholas Clark <nick@unfortu.net>
60781              Date: Tue, 10 Dec 2002 18:55:28 +0000
60782              Message-ID: <20021210185527.GG288@Bagpuss.unfortu.net>
60783      Branch: perl
60784            ! pp_hot.c
60785 ____________________________________________________________________________
60786 [ 18339] By: hv                                    on 2002/12/23  04:39:48
60787         Log: Integrate Time::HiRes v1.39 (for VMS build tweak)
60788      Branch: perl
60789            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
60790            ! ext/Time/HiRes/Makefile.PL
60791 ____________________________________________________________________________
60792 [ 18338] By: hv                                    on 2002/12/23  03:43:09
60793         Log: Subject: [PATCH] read permissions for h2ph-generated files
60794              From: Slaven Rezic <slaven.rezic@berlin.de>
60795              Date: Fri, 22 Nov 2002 14:49:14 +0100 (CET)
60796              Message-Id: <200211221349.gAMDnEAK014033@vran.herceg.de>
60797      Branch: perl
60798            ! utils/h2ph.PL
60799 ____________________________________________________________________________
60800 [ 18337] By: hv                                    on 2002/12/23  03:38:59
60801         Log: handy hint: getting a perforce change as a usable patch
60802      Branch: perl
60803            ! Porting/repository.pod
60804 ____________________________________________________________________________
60805 [ 18336] By: hv                                    on 2002/12/23  03:36:26
60806         Log: Reverse #18285, for reasons given in:
60807              Subject: Re: Precedence of ? :
60808              From: hv@crypt.org
60809              Date: Fri, 20 Dec 2002 00:35:27 +0000
60810              Message-Id: <200212200035.gBK0ZRm29309@crypt.compulink.co.uk>
60811      Branch: perl
60812            ! perly.c perly.y perly_c.diff pod/perldelta.pod t/op/cond.t
60813            ! vms/perly_c.vms
60814 ____________________________________________________________________________
60815 [ 18335] By: gsar                                  on 2002/12/18  23:12:14
60816         Log: my_fflush_all() wasn't doing the right thing under useperlio
60817              on many platforms
60818      Branch: perl
60819            ! util.c
60820 ____________________________________________________________________________
60821 [ 18334] By: merijn                                on 2002/12/18  06:48:11
60822         Log: AIX compiler version updates
60823      Branch: perl
60824            ! README.aix
60825 ____________________________________________________________________________
60826 [ 18332] By: gsar                                  on 2002/12/18  03:20:27
60827         Log: $Config{prefixexp} was set incorrectly on windows
60828      Branch: perl
60829            ! win32/config.bc win32/config.gc win32/config.vc
60830            ! win32/config.vc64
60831 ____________________________________________________________________________
60832 [ 18330] By: gsar                                  on 2002/12/18  02:32:20
60833         Log: remove CRs from a couple of files (these show up as CRCRLF
60834              on windows)
60835      Branch: perl
60836            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
60837 ____________________________________________________________________________
60838 [ 18328] By: gsar                                  on 2002/12/18  02:27:10
60839         Log: fix for GPF in C<print Win32::GetFullPathName('\\\\host\share')>
60840      Branch: perl
60841            ! win32/win32.c
60842 ____________________________________________________________________________
60843 [ 18327] By: gsar                                  on 2002/12/18  02:08:12
60844         Log: windows: support for large files
60845
60846              note that this change will break binary compatibility with the
60847              default 5.8.0 build options; nevertheless I think it is worth
60848              having in 5.8.1 (people who want the compatibility can disable
60849              the option in the makefile)
60850      Branch: perl
60851            ! ext/Devel/DProf/DProf.xs ext/POSIX/POSIX.xs
60852            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/via/via.xs iperlsys.h
60853            ! pp_sys.c win32/Makefile win32/config.bc win32/config.gc
60854            ! win32/config.vc win32/config.vc64 win32/config_H.bc
60855            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
60856            ! win32/config_sh.PL win32/makefile.mk win32/perlhost.h
60857            ! win32/win32.c win32/win32iop.h
60858 ____________________________________________________________________________
60859 [ 18326] By: gsar                                  on 2002/12/18  00:57:46
60860         Log: Win32.pod update
60861      Branch: perl
60862            ! lib/Win32.pod
60863 ____________________________________________________________________________
60864 [ 18325] By: gsar                                  on 2002/12/18  00:42:45
60865         Log: PerlIO_{stdoutf,vprintf} don't exist, should be PerlSIO_*
60866      Branch: perl
60867            ! XSUB.h
60868 ____________________________________________________________________________
60869 [ 18324] By: gsar                                  on 2002/12/18  00:34:08
60870         Log: windows: avoid prompting under some shells during $(MAKE) distclean
60871      Branch: perl
60872            ! win32/Makefile win32/makefile.mk
60873 ____________________________________________________________________________
60874 [ 18323] By: gsar                                  on 2002/12/18  00:17:29
60875         Log: PerlSIO_stderr et al are not functions
60876      Branch: perl
60877            ! XSUB.h
60878 ____________________________________________________________________________
60879 [ 18321] By: gsar                                  on 2002/12/17  22:56:25
60880         Log: integrate change#18320 from maint-5.6 branch
60881
60882              C<require '\foo\bar.pm'> fails on windows if not running
60883              from the root directory; for a test case, see:
60884
60885              http://bugs.activestate.com/show_bug.cgi?id=19317
60886
60887              this was due to not recognizing \foo\bar.pm as an absolute
60888              path name
60889      Branch: perl
60890           !> util.h
60891 ____________________________________________________________________________
60892 [ 18319] By: hv                                    on 2002/12/17  10:08:24
60893         Log: Whoops, these are the changes supposed to be in #18318.
60894      Branch: perl
60895            ! pad.c t/op/eval.t
60896 ____________________________________________________________________________
60897 [ 18318] By: hv                                    on 2002/12/17  03:12:18
60898         Log: Subject: Re: [PATCH] Re: [perl #19022] POSIX failures in bleadperl
60899              From: Nicholas Clark <nick@unfortu.net>
60900              Date: Sat, 14 Dec 2002 23:13:37 +0000
60901              Message-ID: <20021214231337.GF306@Bagpuss.unfortu.net>
60902      Branch: perl
60903            ! pad.c t/op/eval.t
60904 ____________________________________________________________________________
60905 [ 18317] By: hv                                    on 2002/12/17  02:58:12
60906         Log: Integrate Net::Ping v2.26. (lib/Net/Ping/t/450_service.t should work now)
60907      Branch: perl
60908            + lib/Net/Ping/t/410_syn_host.t
60909            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/t/400_ping_syn.t
60910            ! lib/Net/Ping/t/450_service.t
60911 ____________________________________________________________________________
60912 [ 18316] By: hv                                    on 2002/12/17  02:17:16
60913         Log: Subject: [PATCH 5.8.1 @oldish-18156] build
60914              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
60915              Date: Fri, 13 Dec 2002 13:54:05 -0800
60916              Message-ID: <20021213215404.GA2597@math.berkeley.edu>
60917      Branch: perl
60918            ! os2/os2.c t/run/runenv.t
60919 ____________________________________________________________________________
60920 [ 18315] By: hv                                    on 2002/12/17  02:03:58
60921         Log: Subject: [PATCH 5.8.1 @oldish-18156] deprecated warnings
60922              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
60923              Date: Fri, 13 Dec 2002 13:47:08 -0800
60924              Message-ID: <20021213214707.GA2588@math.berkeley.edu>
60925      Branch: perl
60926            ! lib/constant.t lib/fields.t
60927 ____________________________________________________________________________
60928 [ 18314] By: hv                                    on 2002/12/17  01:58:32
60929         Log: Subject: [PATCH 5.8.1 @oldish-18156] Morphing to PM on OS/2
60930              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
60931              Date: Fri, 13 Dec 2002 14:00:48 -0800
60932              Message-ID: <20021213220048.GA2606@math.berkeley.edu>
60933      Branch: perl
60934            ! os2/OS2/Process/t/os2_process.t os2/os2.c
60935 ____________________________________________________________________________
60936 [ 18313] By: hv                                    on 2002/12/17  01:54:19
60937         Log: Subject: [PATCH 5.8.1 @oldish-18156] OS/2 REXX interface assuming Object REXX
60938              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
60939              Date: Fri, 13 Dec 2002 14:08:00 -0800
60940              Message-ID: <20021213220800.GA2625@math.berkeley.edu>
60941      Branch: perl
60942            ! os2/OS2/REXX/REXX.xs
60943 ____________________________________________________________________________
60944 [ 18312] By: hv                                    on 2002/12/17  01:43:28
60945         Log: Subject: [Fwd: Patch for perl utf8-related bug]
60946              From: Richard Hitt <rbh00@utsglobal.com>
60947              Date: Fri, 06 Dec 2002 16:47:42 -0800
60948              [perl #18932]
60949      Branch: perl
60950            ! embed.fnc embed.h global.sym perl.h proto.h regcomp.c scope.c
60951            ! scope.h
60952 ____________________________________________________________________________
60953 [ 18311] By: hv                                    on 2002/12/17  00:52:05
60954         Log: Subject: [PATCH] Re: [jhi@iki.fi: enums are not nums]
60955              From: Dave Mitchell <davem@fdgroup.com>
60956              Date: Sat, 14 Dec 2002 19:16:49 +0000
60957              Message-ID: <20021214191649.B3992@fdgroup.com>
60958      Branch: perl
60959            ! embed.fnc pad.c pad.h pod/perlintern.pod proto.h
60960 ____________________________________________________________________________
60961 [ 18310] By: hv                                    on 2002/12/17  00:51:46
60962         Log: regen-headers to get new API docs from #18306
60963      Branch: perl
60964            ! pod/perlapi.pod
60965 ____________________________________________________________________________
60966 [ 18308] By: rgs                                   on 2002/12/16  22:06:23
60967         Log: Subject: [PATCH] Re: [perl #19017] lexical "my" variables not visible in debugger "x" command
60968              From: peter@PSDT.com (Peter Scott)
60969              Date: 12 Dec 2002 18:13:17 -0000
60970              Message-ID: <20021212181317.50538.qmail@onion.perl.org>
60971              (fix bug [perl #19058])
60972      Branch: perl
60973            ! lib/perl5db.pl
60974 ____________________________________________________________________________
60975 [ 18307] By: rgs                                   on 2002/12/16  22:01:14
60976         Log: Subject: [PATCH] Re: [perl #19017] lexical "my" variables not visible in debugger "x" command
60977              From: Dave Mitchell <davem@fdgroup.com>
60978              Date: Thu, 12 Dec 2002 23:42:35 +0000
60979              Message-ID: <20021212234235.A29245@fdgroup.com>
60980              and
60981              Date: Sat, 14 Dec 2002 19:16:38 +0000
60982              Message-ID: <20021214191638.A3992@fdgroup.com>
60983      Branch: perl
60984            ! embed.fnc embed.h pod/perlfunc.pod pod/perlintern.pod pp_ctl.c
60985            ! proto.h t/op/eval.t
60986 ____________________________________________________________________________
60987 [ 18306] By: sky                                   on 2002/12/16  21:41:40
60988         Log: More documentation of obscure flags is good, even if the
60989              documentation might be not so good. Atleast it's not false!
60990              Documents the flags one can give to perl_clone
60991      Branch: perl
60992            ! sv.c
60993 ____________________________________________________________________________
60994 [ 18305] By: merijn                                on 2002/12/16  10:53:19
60995         Log: Enough changes to Configure and metaunits warrant an update.
60996              Several small changes and three additions
60997      Branch: perl
60998            ! Porting/Glossary
60999 ____________________________________________________________________________
61000 [ 18304] By: merijn                                on 2002/12/16  10:44:57
61001         Log: Redone #18011 from metaunits
61002      Branch: perl
61003            ! Configure
61004 ____________________________________________________________________________
61005 [ 18302] By: rgs                                   on 2002/12/14  22:34:25
61006         Log: Subject: Proper fix for CvOUTSIDE weak refcounting
61007              From: Dave Mitchell <davem@fdgroup.com>
61008              Date: Tue, 10 Dec 2002 01:26:44 +0000
61009              Message-ID: <20021210012644.A7843@fdgroup.com>
61010      Branch: perl
61011            ! cv.h dump.c embed.fnc ext/B/B/Deparse.pm ext/B/defsubs_h.PL
61012            ! ext/Devel/Peek/Peek.t op.c pad.c pod/perlapi.pod
61013            ! pod/perlintern.pod pp_ctl.c sv.c t/op/closure.t
61014 ____________________________________________________________________________
61015 [ 18300] By: rgs                                   on 2002/12/12  20:40:22
61016         Log: Subject: [patch] typo in perlop
61017              From: andreas.koenig@anima.de (Andreas J. Koenig)
61018              Date: Wed, 11 Dec 2002 21:31:14 +0100
61019              Message-ID: <m3k7igjo19.fsf@k242.linux.bogus>
61020      Branch: perl
61021            ! pod/perlop.pod
61022 ____________________________________________________________________________
61023 [ 18299] By: rgs                                   on 2002/12/12  20:35:29
61024         Log: Integrate from maint-5.8 : changes 18290-1, 18293-5, 18297
61025      Branch: perl
61026           !> ext/POSIX/POSIX.pod ext/POSIX/t/is.t ext/POSIX/t/posix.t
61027           !> pod/perlre.pod pod/perlretut.pod regexec.c t/op/pat.t
61028           !> t/op/subst.t
61029 ____________________________________________________________________________
61030 [ 18298] By: rgs                                   on 2002/12/12  20:00:36
61031         Log: Whitespace and indentation fix in the output of B::Debug.
61032      Branch: perl
61033            ! ext/B/B/Debug.pm
61034 ____________________________________________________________________________
61035 [ 18292] By: gbarr                                 on 2002/12/12  09:23:04
61036         Log: Update to Scalar-List-Utils 1.09
61037      Branch: perl
61038            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
61039            ! ext/List/Util/lib/List/Util.pm
61040 ____________________________________________________________________________
61041 [ 18287] By: gsar                                  on 2002/12/11  18:53:07
61042         Log: this has been incorrect for a while now, and has changed
61043              again recently
61044      Branch: perl
61045            ! Porting/repository.pod
61046 ____________________________________________________________________________
61047 [ 18285] By: hv                                    on 2002/12/11  10:35:01
61048         Log: Subject: [PATCH] Re: Precedence of ? :
61049              From: Stephen McCamant <smcc@mit.edu>
61050              Date: Tue, 10 Dec 2002 00:57:07 -0500 (EST)
61051              Message-Id: <20021210055707.974F073CCC@syllepsis>
61052      Branch: perl
61053            ! perly.c perly.y perly_c.diff pod/perldelta.pod t/op/cond.t
61054            ! vms/perly_c.vms
61055 ____________________________________________________________________________
61056 [ 18284] By: hv                                    on 2002/12/11  10:21:12
61057         Log: One more email address for #18282
61058      Branch: perl
61059            ! lib/Pod/Perldoc.pm
61060 ____________________________________________________________________________
61061 [ 18283] By: hv                                    on 2002/12/11  10:18:07
61062         Log: More email addresses for #18282
61063      Branch: perl
61064            ! hints/aix.sh hints/apollo.sh hints/epix.sh hints/freebsd.sh
61065            ! hints/irix_6.sh hints/isc.sh hints/isc_2.sh hints/machten.sh
61066            ! hints/machten_2.sh hints/openbsd.sh hints/os2.sh
61067            ! hints/os390.sh hints/sunos_4_1.sh hints/titanos.sh
61068            ! hints/ultrix_4.sh hints/umips.sh hints/utekv.sh
61069 ____________________________________________________________________________
61070 [ 18282] By: hv                                    on 2002/12/11  10:16:05
61071         Log: Subject: Remove stale e-mail addresses
61072              From: Andy Dougherty <doughera@lafayette.edu>
61073              Date: Wed, 20 Nov 2002 09:40:33 -0500 (EST)
61074              Message-ID: <Pine.SOL.4.10.10211200938110.19608-100000@maxwell.phys.lafayette.edu>
61075      Branch: perl
61076            ! Porting/pumpkin.pod configure.gnu
61077            ! ext/ODBM_File/hints/dec_osf.pl ext/ODBM_File/hints/hpux.pl
61078            ! ext/ODBM_File/hints/ultrix.pl ext/SDBM_File/sdbm/README.too
61079            ! lib/File/Spec.pm perly.fixer pod/checkpods.PL
61080 ____________________________________________________________________________
61081 [ 18281] By: hv                                    on 2002/12/11  09:59:31
61082         Log: Integrate from maint-5.8 #18156, #18218.
61083      Branch: perl
61084           !> lib/Unicode/UCD.t lib/unicore/Category.pl
61085           !> lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
61086           !> lib/unicore/lib/C.pl lib/unicore/lib/Cf.pl
61087           !> lib/unicore/lib/Cntrl.pl lib/unicore/lib/Graph.pl
61088           !> lib/unicore/lib/P.pl lib/unicore/lib/Pd.pl
61089           !> lib/unicore/lib/Print.pl lib/unicore/lib/Punct.pl t/op/pack.t
61090 ____________________________________________________________________________
61091 [ 18280] By: rgs                                   on 2002/12/10  21:30:10
61092         Log: Integrate from the maint-5.8/ branch :
61093              changes 18219, 18236, 18242-3, 18247-8,
61094              18253-5, 18257, 18273-6
61095      Branch: perl
61096           +> t/op/lc_user.t
61097           !> MANIFEST hints/irix_6.sh lib/File/Copy.pm lib/utf8_heavy.pl
61098           !> pod/perldiag.pod pod/perlguts.pod pod/perlsec.pod
61099           !> pod/perlunicode.pod pp.c t/op/lc.t t/op/pat.t t/op/split.t
61100           !> t/uni/tr_utf8.t
61101 ____________________________________________________________________________
61102 [ 18279] By: merijn                                on 2002/12/10  14:10:03
61103         Log: Subject: Re: ANSIColor 1.06 released
61104              Version bump only after typo fix to sync with CPAN
61105      Branch: perl
61106            ! lib/Term/ANSIColor.pm
61107 ____________________________________________________________________________
61108 [ 18277] By: merijn                                on 2002/12/10  08:46:05
61109         Log: Subject: [PATCH perl@18251] VMS build update
61110              Message-ID: <3DF56BE2.9000300@mac.com>
61111              Date: Mon, 09 Dec 2002 22:21:54 -0600
61112              From: "Craig A. Berry" <craigberry@mac.com>
61113      Branch: perl
61114            ! configure.com ext/Time/HiRes/Makefile.PL
61115            ! vms/descrip_mms.template
61116 ____________________________________________________________________________
61117 [ 18272] By: merijn                                on 2002/12/09  15:31:28
61118         Log: RT#15950
61119
61120              Subject: [PATCH] Typo in Term::ANSIColor
61121              Date: Fri, 2 Aug 2002 14:13:19 -0700 (PDT)
61122              From: "Mr. Nobody" <mrnobo1024  at  yahoo.com>
61123      Branch: perl
61124            ! lib/Term/ANSIColor.pm
61125 ____________________________________________________________________________
61126 [ 18270] By: hv                                    on 2002/12/09  00:25:26
61127         Log: Subject: [perl #18256] xsubpp can make nested comments in C code
61128              From: Nicholas Clark (via RT) <perlbug@perl.org>
61129              Date: 7 Nov 2002 14:58:14 -0000
61130              Message-Id: <rt-18256-41218.19.7625495305233@bugs6.perl.org>
61131      Branch: perl
61132            ! lib/ExtUtils/xsubpp
61133 ____________________________________________________________________________
61134 [ 18269] By: hv                                    on 2002/12/09  00:19:33
61135         Log: Subject: Re: Bug in Filter::Simple
61136              From: Slaven Rezic <slaven.rezic@berlin.de>
61137              Date: 07 Nov 2002 10:01:41 +0100
61138              Message-ID: <87of91u51m.fsf@vran.herceg.de>
61139      Branch: perl
61140            ! ext/Filter/Util/Call/Call.xs ext/Filter/t/call.t
61141 ____________________________________________________________________________
61142 [ 18268] By: hv                                    on 2002/12/09  00:14:58
61143         Log: fix #18266 sprintf format mismatch
61144      Branch: perl
61145            ! regcomp.c
61146 ____________________________________________________________________________
61147 [ 18267] By: hv                                    on 2002/12/09  00:10:09
61148         Log: Subject: Re: [perl #18238] timezone and gmt offset as output by POSIX::strftime()  are sometimes wrong
61149              From: Slaven Rezic <slaven.rezic@berlin.de>
61150              Date: 09 Nov 2002 23:21:16 +0100
61151              Message-ID: <874raqz8o3.fsf@vran.herceg.de>
61152      Branch: perl
61153            ! config_h.SH ext/POSIX/t/posix.t util.c
61154 ____________________________________________________________________________
61155 [ 18266] By: hv                                    on 2002/12/09  00:02:57
61156         Log: Subject: Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex
61157              From: Abhijit Menon-Sen <ams@wiw.org>
61158              Date: Wed, 6 Nov 2002 19:38:11 +0530
61159              Message-ID: <20021106193811.E20858@lustre.dyn.wiw.org>
61160      Branch: perl
61161            ! regcomp.c t/op/lc.t
61162 ____________________________________________________________________________
61163 [ 18265] By: rgs                                   on 2002/12/08  22:10:45
61164         Log: Subject: Re: [perl #18927] barewords with no errors
61165              From: Abe Timmerman <abe@ztreet.demon.nl>
61166              Date: Sun, 8 Dec 2002 17:12:56 +0100
61167              Message-Id: <200212081712.56102.abe@ztreet.demon.nl>
61168      Branch: perl
61169            ! t/lib/strict/subs
61170 ____________________________________________________________________________
61171 [ 18264] By: rgs                                   on 2002/12/08  22:04:39
61172         Log: Subject: Re: [perl #18165] "0" fails as right-hand argument to ..
61173              From: Slaven Rezic <slaven.rezic@berlin.de>
61174              Date: 30 Nov 2002 00:07:05 +0100
61175              Message-ID: <8765ugnffq.fsf@vran.herceg.de>
61176      Branch: perl
61177            ! pp_ctl.c t/cmd/for.t
61178 ____________________________________________________________________________
61179 [ 18263] By: rgs                                   on 2002/12/08  21:56:13
61180         Log: Subject: Re: [perl #18888] $Exporter::Verbose=1 does not work for testing, $Heavy::Verbose is not setting the value to $Exporter::Verbose
61181              From: Slaven Rezic <slaven.rezic@berlin.de>
61182              Date: 08 Dec 2002 01:31:45 +0100
61183              Message-ID: <874r9pmjv2.fsf@vran.herceg.de>
61184      Branch: perl
61185            ! lib/Exporter/Heavy.pm
61186 ____________________________________________________________________________
61187 [ 18262] By: rgs                                   on 2002/12/08  20:31:42
61188         Log: getservbyport() should accept an empty string as its
61189              proto argument (as does getservbyname()).
61190
61191              Subject: Re: Is this a bug or am I being stupid?
61192              From: Slaven Rezic <slaven.rezic@berlin.de>
61193              Date: 08 Dec 2002 01:54:37 +0100
61194              Message-ID: <87znrhl48i.fsf@vran.herceg.de>
61195      Branch: perl
61196            ! pp_sys.c
61197 ____________________________________________________________________________
61198 [ 18261] By: rgs                                   on 2002/12/08  20:17:37
61199         Log: Change the set of characters that are considered to be
61200              safe in $ENV{TERM} for taint checkings.
61201      Branch: perl
61202            ! taint.c
61203 ____________________________________________________________________________
61204 [ 18260] By: rgs                                   on 2002/12/08  20:14:57
61205         Log: Document that $ENV{TERM} may produce taint failures.
61206              Subject: Re: [perl #18717] spurious failures in regression test
61207              From: Slaven Rezic <slaven.rezic@berlin.de>
61208              Date: 29 Nov 2002 22:11:46 +0100
61209              Message-ID: <87hee0nkrx.fsf@vran.herceg.de>
61210      Branch: perl
61211            ! pod/perldiag.pod
61212 ____________________________________________________________________________
61213 [ 18259] By: rgs                                   on 2002/12/08  19:34:34
61214         Log: Subject: [PATCH] Re: [perl #18651] Hash::Util's lock_key() breaks hash
61215              From: Nicholas Clark <nick@unfortu.net>
61216              Date: Mon, 2 Dec 2002 21:48:29 +0000
61217              Message-ID: <20021202214828.GA284@Bagpuss.unfortu.net>
61218      Branch: perl
61219            ! hv.c lib/Hash/Util.t
61220 ____________________________________________________________________________
61221 [ 18251] By: rgs                                   on 2002/12/06  21:27:55
61222         Log: Fix two cases of buffer overflow in the lexer.
61223      Branch: perl
61224            ! t/comp/parser.t toke.c
61225 ____________________________________________________________________________
61226 [ 18250] By: rgs                                   on 2002/12/06  20:44:26
61227         Log: Fix bug #18874, essentially by reverting change #11890.
61228              Add a regression test for it.
61229      Branch: perl
61230            ! lib/English.pm lib/English.t
61231 ____________________________________________________________________________
61232 [ 18249] By: rgs                                   on 2002/12/06  20:42:01
61233         Log: Suppress a compilation warning reported by Jarkko
61234              (variable initialization skipped by goto).
61235      Branch: perl
61236            ! toke.c
61237 ____________________________________________________________________________
61238 [ 18239] By: jhi                                   on 2002/12/03  12:49:01
61239         Log: Fix up #18229.
61240      Branch: perl
61241            ! embedvar.h ext/threads/t/join.t perl.c perlapi.h perlvars.h
61242            ! pod/perlintern.pod
61243 ____________________________________________________________________________
61244 [ 18233] By: rgs                                   on 2002/12/02  20:03:09
61245         Log: Fix bug #18573 : in a double-quoted string, a \c not followed
61246              by any character may corrupt memory due to reading past the
61247              end of the input buffer. Add a new error message corresponding
61248              to this case.
61249      Branch: perl
61250            ! pod/perldiag.pod t/comp/parser.t toke.c
61251 ____________________________________________________________________________
61252 [ 18232] By: rgs                                   on 2002/12/02  19:59:07
61253         Log: Skip test #17 of lib/open.t when useperlio is not defined.
61254      Branch: perl
61255            ! lib/open.t
61256 ____________________________________________________________________________
61257 [ 18231] By: merijn                                on 2002/12/02  16:00:12
61258         Log: Subject: Re: [perl #15129] building a dynamically linked Perl 5.6.1 on HPUX 11.0
61259              Date: Mon, 2 Dec 2002 12:04:40 -0500 (EST)
61260              From: Andy Dougherty <doughera@lafayette.edu>
61261              Message-ID: <Pine.SOL.4.10.10212021200050.24023-100000@maxwell.phys.lafayette.edu>
61262      Branch: perl
61263            ! README.hpux
61264 ____________________________________________________________________________
61265 [ 18230] By: merijn                                on 2002/12/02  15:45:31
61266         Log: $0 modifying part II (HP-UX only)
61267
61268              Date: Sat, 30 Nov 2002 20:16:51 +0200
61269              From: Jarkko Hietaniemi <jhi@iki.fi>
61270              Subject: [PATCH] $0 modifying
61271              Message-ID: <20021130181651.GA5876@kosh.hut.fi>
61272      Branch: perl
61273            ! mg.c
61274 ____________________________________________________________________________
61275 [ 18229] By: merijn                                on 2002/12/02  15:43:16
61276         Log: $0 mofifying part I
61277
61278              Date: Sat, 30 Nov 2002 20:16:51 +0200
61279              From: Jarkko Hietaniemi <jhi@iki.fi>
61280              Subject: [PATCH] $0 modifying
61281              Message-ID: <20021130181651.GA5876@kosh.hut.fi>
61282      Branch: perl
61283            ! ext/threads/t/join.t makedef.pl mg.c perl.c pod/perlvar.pod
61284            ! sv.c t/op/magic.t thread.h
61285 ____________________________________________________________________________
61286 [ 18228] By: hv                                    on 2002/12/02  13:37:59
61287         Log: integrate Pod-Perldoc-3.07. This replaces the original inline perldoc
61288              with a module-driven version, and separates out its docs.
61289      Branch: perl
61290            + lib/Pod/Perldoc.pm lib/Pod/Perldoc/BaseTo.pm
61291            + lib/Pod/Perldoc/GetOptsOO.pm lib/Pod/Perldoc/ToChecker.pm
61292            + lib/Pod/Perldoc/ToMan.pm lib/Pod/Perldoc/ToNroff.pm
61293            + lib/Pod/Perldoc/ToPod.pm lib/Pod/Perldoc/ToRtf.pm
61294            + lib/Pod/Perldoc/ToText.pm lib/Pod/Perldoc/ToTk.pm
61295            + lib/Pod/Perldoc/ToXml.pm lib/Pod/Perldoc/t/checkerbasic.t
61296            + lib/Pod/Perldoc/t/perldocbasic.t lib/Pod/Perldoc/t/textbasic.t
61297            + pod/perldoc.pod
61298            ! MANIFEST utils/perldoc.PL
61299 ____________________________________________________________________________
61300 [ 18226] By: hv                                    on 2002/12/02  12:44:35
61301         Log: missed the new file from #18224
61302      Branch: perl
61303            + lib/Pod/PlainText.pm
61304            ! MANIFEST
61305 ____________________________________________________________________________
61306 [ 18225] By: hv                                    on 2002/12/02  03:09:42
61307         Log: integrate util.c fragment from #18200 to undef SA_RESTART on MacOS
61308      Branch: perl
61309            ! util.c
61310 ____________________________________________________________________________
61311 [ 18224] By: hv                                    on 2002/12/02  02:59:02
61312         Log: Integrate PodParser-1.20, with matching tweaks to lib/Pod/t/latex.t
61313              and lib/Pod/t/utils.t to cater for simpler output text.
61314      Branch: perl
61315            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm lib/Pod/Usage.pm
61316            ! lib/Pod/t/latex.t lib/Pod/t/utils.t pod/podselect.PL
61317            ! t/pod/emptycmd.t t/pod/for.t t/pod/headings.t t/pod/include.t
61318            ! t/pod/included.t t/pod/lref.t t/pod/lref.xr
61319            ! t/pod/multiline_items.t t/pod/multiline_items.xr
61320            ! t/pod/nested_items.t t/pod/nested_seqs.t t/pod/oneline_cmds.t
61321            ! t/pod/pod2usage.t t/pod/pod2usage.xr t/pod/poderrs.t
61322            ! t/pod/poderrs.xr t/pod/podselect.t t/pod/podselect.xr
61323            ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
61324 ____________________________________________________________________________
61325 [ 18223] By: hv                                    on 2002/12/02  02:46:17
61326         Log: Subject: [PATCH] SvFAKE lexicals in scope for all of the sub
61327              From: Dave Mitchell <davem@fdgroup.com>
61328              Date: Mon, 25 Nov 2002 21:25:33 +0000
61329              Message-ID: <20021125212533.B29157@fdgroup.com>
61330      Branch: perl
61331            ! ext/Devel/Peek/Peek.t pad.c t/op/closure.t
61332 ____________________________________________________________________________
61333 [ 18222] By: hv                                    on 2002/12/02  02:23:28
61334         Log: #18221 broke t/op/eval.t
61335      Branch: perl
61336            ! t/op/eval.t
61337 ____________________________________________________________________________
61338 [ 18221] By: hv                                    on 2002/12/02  02:18:19
61339         Log: integrate 5.8-maint: changes #18174 18187 18189-92 18202 18209 18214-5
61340      Branch: perl
61341           +> ext/POSIX/t/is.t
61342           !> INSTALL MANIFEST README.os2 ext/Fcntl/t/syslfs.t
61343           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/Makefile.PL
61344           !> lib/Unicode/UCD.pm lib/Unicode/UCD.t pod/perldiag.pod
61345           !> t/op/eval.t t/op/grep.t t/op/lfs.t t/op/subst.t
61346 ____________________________________________________________________________
61347 [ 18220] By: hv                                    on 2002/12/02  00:58:54
61348         Log: Subject: [PATCH 2nd attempt] allow evals to see the full lexical scope
61349              From: Dave Mitchell <davem@fdgroup.com>
61350              Date: Sun, 24 Nov 2002 22:19:06 +0000
61351              Message-ID: <20021124221906.A25386@fdgroup.com>
61352      Branch: perl
61353            ! cop.h cv.h dump.c embed.fnc embed.h ext/B/B.pm ext/B/B.xs
61354            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Debug.pm
61355            ! ext/Devel/Peek/Peek.t op.c pad.c pod/perlintern.pod pp_ctl.c
61356            ! pp_hot.c proto.h sv.c sv.h t/op/eval.t toke.c
61357 ____________________________________________________________________________
61358 [ 18217] By: rgs                                   on 2002/11/29  12:11:28
61359         Log: Document the hint constants and where they're used.
61360      Branch: perl
61361            ! ext/re/re.pm lib/File/Basename.pm lib/charnames.pm
61362            ! lib/filetest.pm lib/open.pm lib/overload.pm lib/vmsish.pm
61363            ! perl.h
61364 ____________________________________________________________________________
61365 [ 18216] By: merijn                                on 2002/11/29  10:00:54
61366         Log: 64bit Peek failure on HP-UX 11.00
61367
61368              Subject: Re: Smoke 18188
61369              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
61370              From: Slaven Rezic <slaven.rezic@berlin.de>
61371              Date: 28 Nov 2002 19:25:25 +0100
61372              Message-ID: <877kexsga2.fsf@vran.herceg.de>
61373      Branch: perl
61374            ! ext/Devel/Peek/Peek.t
61375 ____________________________________________________________________________
61376 [ 18203] By: jhi                                   on 2002/11/28  14:54:34
61377         Log: Slight beauty tweak.
61378      Branch: perl
61379            ! intrpvar.h
61380 ____________________________________________________________________________
61381 [ 18188] By: hv                                    on 2002/11/27  01:32:52
61382         Log: Subject: Re: [perl #18203] Recursive call in PerlIO_find_layer
61383              From: Slaven Rezic <slaven.rezic@berlin.de>
61384              Date: 03 Nov 2002 10:59:43 +0100
61385              Message-ID: <877kfvnfcg.fsf@vran.herceg.de>
61386      Branch: perl
61387            ! embedvar.h intrpvar.h lib/open.t perlapi.h perlio.c
61388 ____________________________________________________________________________
61389 [ 18186] By: hv                                    on 2002/11/27  00:57:18
61390         Log: Subject: DESTROY called in scalar context ?
61391              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
61392              Date: Tue, 29 Oct 2002 22:04:23 +0100
61393              Message-Id: <20021029220423.6f8e6600.rgarciasuarez@free.fr>
61394      Branch: perl
61395            ! sv.c
61396 ____________________________________________________________________________
61397 [ 18185] By: rgs                                   on 2002/11/26  21:06:48
61398         Log: PerlFAQ sync.
61399      Branch: perl
61400            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
61401            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
61402            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
61403            ! pod/perlfaq9.pod
61404 ____________________________________________________________________________
61405 [ 18184] By: rgs                                   on 2002/11/26  20:42:25
61406         Log: Subject: [PATCH] 2 Pod errors in perlop.pod
61407              From: andreas.koenig@anima.de (Andreas J. Koenig)
61408              Date: Mon, 25 Nov 2002 10:21:08 +0100
61409              Message-ID: <m31y5admyj.fsf@k242.linux.bogus>
61410
61411              Plus a few similar POD fixes
61412      Branch: perl
61413            ! pod/perl570delta.pod pod/perl572delta.pod pod/perlop.pod
61414            ! pod/perltie.pod
61415 ____________________________________________________________________________
61416 [ 18183] By: rgs                                   on 2002/11/26  19:53:26
61417         Log: Subject: Re: [perl #18626] bug in perlipc man page
61418              From: Slaven Rezic <slaven.rezic@berlin.de>
61419              Date: 23 Nov 2002 21:23:20 +0100
61420              Message-ID: <87bs4gdohz.fsf@vran.herceg.de>
61421      Branch: perl
61422            ! pod/perlipc.pod
61423 ____________________________________________________________________________
61424 [ 18182] By: merijn                                on 2002/11/26  08:44:39
61425         Log: Subject: #17171: ld flag for shrplib on OpenBSD
61426              Date: Wed, 11 Sep 2002 13:44:12 -0600 (MDT)
61427              From: "Todd C. Miller" <Todd.Miller  at  courtesan.com>
61428      Branch: perl
61429            ! Configure
61430 ____________________________________________________________________________
61431 [ 18180] By: hv                                    on 2002/11/25  03:10:03
61432         Log: integrate #18144 updates to pod/perlport.pod
61433      Branch: perl
61434            ! pod/perlport.pod
61435 ____________________________________________________________________________
61436 [ 18179] By: hv                                    on 2002/11/25  03:06:44
61437         Log: Subject: [PATCH] UTF8 regexp {n} bug
61438              From: Inaba Hiroto <inaba@st.rim.or.jp>
61439              Date: Sat, 16 Nov 2002 19:23:00 +0900
61440              Message-ID: <3DD61C83.62FF9887@st.rim.or.jp>
61441      Branch: perl
61442            ! regcomp.c t/op/pat.t
61443 ____________________________________________________________________________
61444 [ 18178] By: hv                                    on 2002/11/25  02:43:40
61445         Log: Subject: Re: Storable bug #1698
61446              From: Slaven Rezic <slaven.rezic@berlin.de>
61447              Date: 18 Nov 2002 10:41:36 +0100
61448              Message-ID: <87ptt343lb.fsf@vran.herceg.de>
61449      Branch: perl
61450            ! ext/Storable/Storable.xs ext/Storable/t/blessed.t
61451            ! ext/Storable/t/forgive.t
61452 ____________________________________________________________________________
61453 [ 18177] By: hv                                    on 2002/11/25  02:37:07
61454         Log: add support for STASH and MAGIC information for REFs to sv_dump().
61455              Subject: [PATCH]
61456              From: Slaven Rezic <slaven.rezic@berlin.de>
61457              Date: Mon, 18 Nov 2002 11:09:51 +0100 (CET)
61458              Message-Id: <200211181009.gAIA9pFG034877@vran.herceg.de>
61459      Branch: perl
61460            ! dump.c ext/Devel/Peek/Peek.t
61461 ____________________________________________________________________________
61462 [ 18176] By: hv                                    on 2002/11/25  02:31:10
61463         Log: Subject: Re: [perl #18479] Error when no strict refs in effect
61464              From: Slaven Rezic <slaven.rezic@berlin.de>
61465              Date: 18 Nov 2002 22:50:04 +0100
61466              Message-ID: <87smxya6pf.fsf@vran.herceg.de>
61467      Branch: perl
61468            ! pp_ctl.c
61469 ____________________________________________________________________________
61470 [ 18175] By: hv                                    on 2002/11/25  02:20:48
61471         Log: Subject: [Encode] 1.83 + bleedperl patch released
61472              From: Dan Kogai <dankogai@dan.co.jp>
61473              Date: Tue, 19 Nov 2002 03:18:44 +0900
61474              Message-Id: <2C132F6D-FB22-11D6-87FC-0003939A104C@dan.co.jp>
61475      Branch: perl
61476            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
61477            ! ext/Encode/Encode.xs ext/Encode/MANIFEST ext/Encode/bin/enc2xs
61478            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/rt.pl
61479            ! t/uni/tr_7jis.t t/uni/tr_sjis.t t/uni/tr_utf8.t
61480 ____________________________________________________________________________
61481 [ 18172] By: rgs                                   on 2002/11/22  21:44:09
61482         Log: Subject: [PATCH] Historic version labels
61483              From: andreas.koenig@anima.de (Andreas J. Koenig)
61484              Date: Fri, 22 Nov 2002 14:39:41 +0100
61485              Message-ID: <m3lm3loh9e.fsf@k242.linux.bogus>
61486      Branch: perl
61487            ! Changes5.005 Changes5.6
61488 ____________________________________________________________________________
61489 [ 18171] By: rgs                                   on 2002/11/22  21:15:54
61490         Log: A new test for $^S, based on a patch by Iain 'Spoon' Truskett.
61491              Fix the existing tests that didn't checked the difference
61492              between 0 and undef.
61493      Branch: perl
61494            ! t/op/magic.t
61495 ____________________________________________________________________________
61496 [ 18170] By: rgs                                   on 2002/11/22  20:49:12
61497         Log: Move some tests from t/run/fresh_perl.t
61498              to the new t/comp/parser.t. The goal being to
61499              get rid of fresh_perl.t at some point.
61500      Branch: perl
61501            ! t/comp/parser.t t/run/fresh_perl.t
61502 ____________________________________________________________________________
61503 [ 18169] By: rgs                                   on 2002/11/21  20:49:36
61504         Log: Add a test for bug #17920, and a new test file for it.
61505      Branch: perl
61506            + t/comp/parser.t
61507            ! MANIFEST
61508 ____________________________________________________________________________
61509 [ 18168] By: merijn                                on 2002/11/21  13:59:12
61510         Log: Subject: [PATCH] hires sleeping wants libs
61511              Date: Wed, 20 Nov 2002 17:18:31 +0200
61512              From: Jarkko Hietaniemi <jhi@iki.fi>
61513              Message-ID: <20021120151830.GC127060@lyta.hut.fi>
61514      Branch: perl
61515            ! Configure hints/irix_6.sh
61516 ____________________________________________________________________________
61517 [ 18166] By: rgs                                   on 2002/11/19  23:02:31
61518         Log: Fix perl bug #17920 : a case of parser coredump.
61519              The fix is to disable Perl_block_start and Perl_block_end
61520              when the yacc parser has encountered errors. This prevents
61521              corruption of the internal stack, at the expense of correctness,
61522              but this doesn't matter as the code is unparseable anyway.
61523      Branch: perl
61524            ! op.c
61525 ____________________________________________________________________________
61526 [ 18165] By: rgs                                   on 2002/11/19  22:45:36
61527         Log: Subject: Re: [PATCH] UTF-8 enabling via locale (was: Re: Redhat 8 issue?)
61528              From: Jarkko Hietaniemi <jhi@iki.fi>
61529              Date: Sun, 3 Nov 2002 17:50:08 +0200
61530              Message-ID: <20021103155008.GA382682@lyta.hut.fi>
61531      Branch: perl
61532            ! lib/open.pm locale.c pod/perl58delta.pod
61533 ____________________________________________________________________________
61534 [ 18164] By: rgs                                   on 2002/11/19  22:32:52
61535         Log: t/io/crlf.t failed with miniperl.
61536      Branch: perl
61537            ! t/io/crlf.t
61538 ____________________________________________________________________________
61539 [ 18163] By: rgs                                   on 2002/11/19  22:11:24
61540         Log: Subject: Re: [PATCH] AutoLoader gives wrong message
61541              From: Peter Scott <Peter@PSDT.com>
61542              Date: Thu, 07 Nov 2002 19:04:27 -0800
61543              Message-id: <4.3.2.7.2.20021107185902.00b93ec0@shell2.webquarry.com>
61544
61545              With a tweak to the END cleanup block to fully remove the
61546              temporary test directory
61547      Branch: perl
61548            ! lib/AutoLoader.t
61549 ____________________________________________________________________________
61550 [ 18162] By: rgs                                   on 2002/11/19  21:29:25
61551         Log: Subject: [PATCH ext/threads/threads.xs] trivial typo
61552              From: Dave Mitchell <davem@fdgroup.com>
61553              Date: Thu, 14 Nov 2002 22:55:39 +0000
61554              Message-ID: <20021114225539.A18614@fdgroup.com>
61555      Branch: perl
61556            ! ext/threads/threads.xs
61557 ____________________________________________________________________________
61558 [ 18161] By: rgs                                   on 2002/11/19  21:26:21
61559         Log: Subject: [PATCH Win32] Document wperl.exe
61560              From: "Brent Dax" <brentdax@cpan.org>
61561              Date: Fri, 15 Nov 2002 23:02:01 -0800
61562              Message-ID: <034e01c28d3e$0fed1680$6501a8c0@deepblue>
61563      Branch: perl
61564            ! README.win32
61565 ____________________________________________________________________________
61566 [ 18160] By: hv                                    on 2002/11/19  12:07:25
61567         Log: Subject: [PATCH] regen_headers outside Makefile (was Re: [PATCH] embed.pl doc)
61568              From: Nicholas Clark <nick@unfortu.net>
61569              Date: Tue, 29 Oct 2002 23:00:05 +0000
61570              Message-ID: <20021029230003.GF287@Bagpuss.unfortu.net>
61571      Branch: perl
61572            + regen.pl regen_headers.pl
61573            ! MANIFEST Makefile.SH autodoc.pl bytecode.pl embed.pl
61574            ! keywords.pl opcode.pl regcomp.pl
61575 ____________________________________________________________________________
61576 [ 18159] By: hv                                    on 2002/11/19  11:48:30
61577         Log: Subject: Re: [perl #18113] UNIVERSAL::AUTOLOAD doesn't work if the stash doesn't exist yet
61578              From: Gurusamy Sarathy <gsar@ActiveState.com>
61579              Date: Wed, 30 Oct 2002 20:58:15 -0800
61580              Message-Id: <200210310458.g9V4wFK00513@smtp3.ActiveState.com>
61581              Date: Wed, 30 Oct 2002 21:56:22 -0800
61582              Message-Id: <200210310556.g9V5uMK05748@smtp3.ActiveState.com>
61583              Date: Wed, 30 Oct 2002 22:55:30 -0800
61584              Message-Id: <200210310655.g9V6tUK10959@smtp3.ActiveState.com>
61585      Branch: perl
61586            ! gv.c pp_hot.c t/op/method.t
61587 ____________________________________________________________________________
61588 [ 18158] By: hv                                    on 2002/11/19  11:35:16
61589         Log: Remove duplicate my() declaration giving warnings from change #18105.
61590      Branch: perl
61591            ! lib/Class/Struct.t
61592 ____________________________________________________________________________
61593 [ 18154] By: rgs                                   on 2002/11/16  22:08:44
61594         Log: Correction to change #18152, by Dave Mitchell.
61595      Branch: perl
61596            ! pod/perlhack.pod
61597 ____________________________________________________________________________
61598 [ 18152] By: rgs                                   on 2002/11/16  21:23:15
61599         Log: Subject: Re: [PATCH] optional code for debugging leaking scalars
61600              From: Dave Mitchell <davem@fdgroup.com>
61601              Date: Sat, 16 Nov 2002 22:18:23 +0000
61602              Message-ID: <20021116221823.A23614@fdgroup.com>
61603              Documentation for change #18150.
61604      Branch: perl
61605            ! pod/perlhack.pod
61606 ____________________________________________________________________________
61607 [ 18151] By: rgs                                   on 2002/11/16  20:45:26
61608         Log: Document PRIVSHIFT.
61609              Subject: [PATCH] two small doc patches
61610              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
61611              Date: Thu, 14 Nov 2002 15:07:35 -0800
61612              Message-ID: <3yC19gzkguTO092yn@efn.org>
61613      Branch: perl
61614            ! sv.h
61615 ____________________________________________________________________________
61616 [ 18150] By: rgs                                   on 2002/11/16  20:25:57
61617         Log: Subject: [PATCH] optional code for debugging leaking scalars
61618              From: Dave Mitchell <davem@fdgroup.com>
61619              Date: Thu, 14 Nov 2002 23:03:00 +0000
61620              Message-ID: <20021114230300.B18614@fdgroup.com>
61621      Branch: perl
61622            ! perl.c sv.c
61623 ____________________________________________________________________________
61624 [ 18149] By: rgs                                   on 2002/11/16  20:10:50
61625         Log: New B::Lint option, bare-subs, that checks for implicitely
61626              quoted barewords that are also subroutines, from
61627              Ian Phillipps <ip@tarragon-et.co.uk>.
61628              Message-ID: <20021107122909.A11199@bob.tarragon-et.co.uk>
61629              With a few tweaks to the implementation and tests.
61630              (previous change was empty)
61631      Branch: perl
61632            ! ext/B/B/Lint.pm ext/B/t/lint.t
61633 ____________________________________________________________________________
61634 [ 18148] By: rgs                                   on 2002/11/16  20:05:34
61635         Log: New B::Lint option, bare-subs, that checks for implicitely
61636              quoted barewords that are also subroutines, from
61637              Ian Phillipps <ip@tarragon-et.co.uk>.
61638              Message-ID: <20021107122909.A11199@bob.tarragon-et.co.uk>
61639              With a few tweaks to the implementation and tests.
61640      Branch: perl
61641            ! ext/B/B/Lint.pm ext/B/t/lint.t
61642 ____________________________________________________________________________
61643 [ 18147] By: rgs                                   on 2002/11/16  19:52:54
61644         Log: Subject: [PATCH] Typo in perl58delta
61645              From: andreas.koenig@anima.de (Andreas J. Koenig)
61646              Date: Sat, 16 Nov 2002 16:29:14 +0100
61647              Message-ID: <m3u1ihjzxx.fsf@k242.linux.bogus>
61648      Branch: perl
61649            ! pod/perl58delta.pod
61650 ____________________________________________________________________________
61651 [ 18142] By: rgs                                   on 2002/11/12  22:09:39
61652         Log: Subject: [PATCH] Re: threads and Win2000 (Smoke 18064 FAIL(F) MSWin32 5.0 W2000Pro)
61653              From: Dave Mitchell <davem@fdgroup.com>
61654              Date: Thu, 7 Nov 2002 16:38:02 +0000
61655              Message-ID: <20021107163802.C25337@fdgroup.com>
61656      Branch: perl
61657            ! pad.h
61658 ____________________________________________________________________________
61659 [ 18141] By: merijn                                on 2002/11/12  16:15:30
61660         Log: repair 18139 (missing awk command)
61661      Branch: perl
61662            ! Configure
61663 ____________________________________________________________________________
61664 [ 18139] By: merijn                                on 2002/11/12  14:20:36
61665         Log: Date: Tue, 12 Nov 2002 16:49:22 +0200
61666              From: Jarkko Hietaniemi <jhi@iki.fi>
61667              Subject: [PATCH] Tru64 osvers
61668              Message-ID: <20021112144922.GI511825@lyta.hut.fi>
61669      Branch: perl
61670            ! Configure
61671 ____________________________________________________________________________
61672 [ 18137] By: rgs                                   on 2002/11/10  21:57:04
61673         Log: Subject: [PATCH] warning fix in SYNOPSIS example of Term::ReadLine pod
61674              From: Slaven Rezic <slaven.rezic@berlin.de>
61675              Date: Sat, 9 Nov 2002 22:31:31 +0100 (CET)
61676              Message-Id: <200211092131.gA9LVVAV007663@vran.herceg.de>
61677      Branch: perl
61678            ! lib/Term/ReadLine.pm
61679 ____________________________________________________________________________
61680 [ 18136] By: rgs                                   on 2002/11/10  21:38:44
61681         Log: Subject: t/run/runenv.t bug
61682              From: Salvador "Fandiño" <sfandino@yahoo.com>
61683              Date: Fri, 8 Nov 2002 08:07:13 -0800 (PST)
61684              Message-ID: <20021108160713.78109.qmail@web13409.mail.yahoo.com>
61685      Branch: perl
61686            ! t/run/runenv.t
61687 ____________________________________________________________________________
61688 [ 18135] By: rgs                                   on 2002/11/10  21:30:36
61689         Log: Subject: [PATCH] perlopentut and PerlIO documentation
61690              From: Slaven Rezic <slaven.rezic@berlin.de>
61691              Date: 08 Nov 2002 22:22:19 +0100
61692              Message-ID: <8765v7kb90.fsf@vran.herceg.de>
61693      Branch: perl
61694            ! lib/PerlIO.pm pod/perlopentut.pod
61695 ____________________________________________________________________________
61696 [ 18125] By: hv                                    on 2002/11/07  14:01:57
61697         Log: Subject: Re: The Inaba patch for tr/// vs. use encoding
61698              From: Dan Kogai <dankogai@dan.co.jp>
61699              Date: Fri, 25 Oct 2002 13:04:00 +0900
61700              Message-Id: <CAC896FE-E7CE-11D6-9228-0003939A104C@dan.co.jp>
61701      Branch: perl
61702            + t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t
61703            + t/uni/tr_utf8.t
61704            ! MANIFEST
61705 ____________________________________________________________________________
61706 [ 18124] By: hv                                    on 2002/11/07  13:51:39
61707         Log: Subject: [PATCH] File::Temp documentation fix
61708              From: Slaven Rezic <slaven.rezic@berlin.de>
61709              Date: Thu, 24 Oct 2002 19:04:20 +0200 (CEST)
61710              Message-Id: <200210241704.g9OH4KlR030883@vran.herceg.de>
61711      Branch: perl
61712            ! lib/File/Temp.pm
61713 ____________________________________________________________________________
61714 [ 18123] By: hv                                    on 2002/11/07  13:46:59
61715         Log: Subject: PATCH x2p/find2perl.PL
61716              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
61717              Date: Thu, 24 Oct 2002 10:05:19 +0200
61718              Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCF41@hamsem01.de.gedas.vwg>
61719      Branch: perl
61720            ! x2p/find2perl.PL
61721 ____________________________________________________________________________
61722 [ 18122] By: hv                                    on 2002/11/07  13:40:25
61723         Log: Subject: [perl #18065] LFS related bug in perl-5.8.0 testsuite
61724              From: "david@dhaller.de (via RT)" <perlbug@perl.org>
61725              Date: 23 Oct 2002 18:42:51 -0000
61726              Message-Id: <rt-18065-40384.14.044473925414@bugs6.perl.org>
61727      Branch: perl
61728            ! ext/Fcntl/t/syslfs.t t/op/lfs.t
61729 ____________________________________________________________________________
61730 [ 18121] By: hv                                    on 2002/11/07  13:21:15
61731         Log: Subject: Re: [perl #18038] DESTROY change in 5.8.0?
61732              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
61733              Date: Sun, 03 Nov 2002 15:48:18 -0800
61734              Message-ID: <CXbx9gzkgS8W092yn@efn.org>
61735      Branch: perl
61736            ! sv.c t/op/tie.t
61737 ____________________________________________________________________________
61738 [ 18120] By: hv                                    on 2002/11/07  13:14:21
61739         Log: Subject: Re: Is this true that Perl 5.8 uses :crlf as default DISCIPLINE on so ckets?
61740              From: Gurusamy Sarathy <gsar@ActiveState.com>
61741              Date: Sat, 19 Oct 2002 12:11:43 -0700
61742              Message-Id: <200210191911.g9JJBhK02618@smtp3.ActiveState.com>
61743      Branch: perl
61744            ! doio.c ext/DB_File/t/db-recno.t perl.h pp_sys.c win32/win32.h
61745 ____________________________________________________________________________
61746 [ 18119] By: hv                                    on 2002/11/07  12:13:28
61747         Log: Subject: [perl #18154] Problem found in calculating offsets in regex
61748              From: Mark Pease (via RT) <perlbug@perl.org>
61749              Date: 29 Oct 2002 20:23:54 -0000
61750              Message-Id: <rt-18154-40762.0.46361502706489@bugs6.perl.org>
61751      Branch: perl
61752            ! regcomp.c
61753 ____________________________________________________________________________
61754 [ 18118] By: hv                                    on 2002/11/07  11:33:38
61755         Log: Subject: Re: [perl #17605] strange behaviour (difference between perl 5.6 and perl 5.8.0) in the regexp
61756              From: hv@crypt.org
61757              Date: Sun, 03 Nov 2002 16:41:24 +0000
61758              Message-Id: <200211031641.gA3GfOm08609@crypt.compulink.co.uk>
61759      Branch: perl
61760            ! ext/B/B/Concise.pm op.c pp_hot.c t/op/closure.t
61761            ! t/op/sub_lval.t
61762 ____________________________________________________________________________
61763 [ 18117] By: rgs                                   on 2002/11/06  22:15:36
61764         Log: "make distclean" should remove the generated file lib/Config.pod.
61765      Branch: perl
61766            ! Makefile.SH
61767 ____________________________________________________________________________
61768 [ 18116] By: rgs                                   on 2002/11/06  22:11:06
61769         Log: The new test introduced in #18114 failed with threads
61770      Branch: perl
61771            ! ext/B/t/concise.t
61772 ____________________________________________________________________________
61773 [ 18115] By: rgs                                   on 2002/11/06  20:43:14
61774         Log: Subject: Re: [perl #18048] read \*FH, ... returns undef but doesn' t set $! if \*FH not open
61775              From: Slaven Rezic <slaven.rezic@berlin.de>
61776              Date: 24 Oct 2002 00:44:35 +0200
61777              Message-ID: <87vg3sixm4.fsf@vran.herceg.de>
61778      Branch: perl
61779            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/io/binmode.t
61780            ! t/io/print.t t/io/read.t t/lib/warnings/pp_sys
61781 ____________________________________________________________________________
61782 [ 18114] By: rgs                                   on 2002/11/06  20:08:53
61783         Log: Subject: Re: [PATCH] [perl #18175] B::Concise,-exec doesn't handle // operator well
61784              From: Stephen McCamant <smcc@mit.edu>
61785              Date: Thu, 31 Oct 2002 01:35:29 -0500
61786              Message-ID: <15808.53041.181907.308803@syllepsis.MIT.EDU>
61787
61788              plus a test case in ext/B/t/concise.t
61789              plus a (less intrusive, but less future-proof) fix for a
61790              similar problem in B::walkoptree_exec().
61791      Branch: perl
61792            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/t/concise.t
61793 ____________________________________________________________________________
61794 [ 18113] By: rgs                                   on 2002/11/05  20:11:55
61795         Log: make regen_headers.
61796              Backport change #18078 to warnings.pl.
61797      Branch: perl
61798            ! global.sym perlapi.c perlapi.h proto.h warnings.pl
61799 ____________________________________________________________________________
61800 [ 18109] By: ams                                   on 2002/11/05  13:03:34
61801         Log: Subject: Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex
61802              From: hv@crypt.org
61803              Date: Tue, 05 Nov 2002 13:30:00 +0000
61804              Message-Id: <200211051330.gA5DU0p00718@crypt.compulink.co.uk>
61805
61806              This is half of the fix for #18107. The swash_init() problems
61807              described in <20021105143646.M18101@lustre.dyn.wiw.org> remain,
61808              but can now be seen only with UTF-8 test cases.
61809      Branch: perl
61810            ! pp.c
61811 ____________________________________________________________________________
61812 [ 18108] By: merijn                                on 2002/11/05  07:52:08
61813         Log: Put back the DO NOT EDIT headers in proto.h and global.sym
61814
61815              Subject: Re: [perl #18066] Bug in -I when path has double colons?
61816              From: Slaven Rezic <slaven.rezic@berlin.de>
61817              Date: 03 Nov 2002 10:25:10 +0100
61818              Message-ID: <87adkrngy1.fsf@vran.herceg.de>
61819      Branch: perl
61820            ! embed.pl
61821 ____________________________________________________________________________
61822 [ 18107] By: ams                                   on 2002/11/05  03:43:46
61823         Log: 1. Update pp_ucfirst to enter the UTF-8 branch only if the first
61824              character is UTF-8. (Copied from pp_lcfirst.)
61825              2. sv_dump() should display FLAGS=...,UTF8 for both POK and pPOK.
61826      Branch: perl
61827            ! dump.c pp.c
61828 ____________________________________________________________________________
61829 [ 18106] By: hv                                    on 2002/11/05  01:43:27
61830         Log: new test based on:
61831              Subject: [TEST] for [PATCH] bug in utf8.c(?)
61832              From: Marty Pauley <marty+p5p@kasei.com>
61833              Date: Fri, 18 Oct 2002 21:02:38 +0100
61834              Message-ID: <20021018200238.GY3764@soto.kasei.com>
61835      Branch: perl
61836            ! lib/utf8.t
61837 ____________________________________________________________________________
61838 [ 18105] By: hv                                    on 2002/11/05  00:59:30
61839         Log: Subject: Re: Class::Struct, simple patch, tests
61840              From: Marty Pauley <marty+p5p@kasei.com>
61841              Date: Fri, 18 Oct 2002 22:26:38 +0100
61842              Message-ID: <20021018212638.GB3764@soto.kasei.com>
61843      Branch: perl
61844            ! lib/Class/Struct.pm lib/Class/Struct.t
61845 ____________________________________________________________________________
61846 [ 18102] By: rgs                                   on 2002/11/04  21:43:53
61847         Log: Subject: Re: [perl #18066] Bug in -I when path has double colons?
61848              From: Slaven Rezic <slaven.rezic@berlin.de>
61849              Date: 30 Oct 2002 11:18:47 +0100
61850              Message-ID: <87of9c2prs.fsf@vran.herceg.de>
61851
61852              With the corresponding change to embed.fnc
61853      Branch: perl
61854            + t/run/switchI.t
61855            ! MANIFEST embed.fnc embed.h embedvar.h global.sym perl.c
61856            ! proto.h t/run/runenv.t
61857 ____________________________________________________________________________
61858 [ 18094] By: merijn                                on 2002/11/04  16:08:22
61859         Log: Changed the warning detection pattern because of:
61860
61861              Subject: ccache gcc3.2 doesn't work
61862              From: Nicholas Clark <nick@ccl4.org>
61863              Date: Tue, 29 Oct 2002 15:01:39
61864              Message-ID: <20021029150139.J82080@plum.flirble.org>
61865      Branch: perl
61866            ! Configure
61867 ____________________________________________________________________________
61868 [ 18093] By: jhi                                   on 2002/11/04  16:06:39
61869         Log: s/Perlf/Perl/ (thanks rgs)
61870      Branch: perl
61871            ! pod/perldiag.pod
61872 ____________________________________________________________________________
61873 [ 18091] By: jhi                                   on 2002/11/04  15:50:07
61874         Log: How pre-5.9.0 Perl can be fooled by a defined-or.
61875      Branch: perl
61876            ! pod/perldiag.pod
61877 ____________________________________________________________________________
61878 [ 18090] By: hv                                    on 2002/11/04  15:49:29
61879         Log: extend #13786 to cover the other four identical chunks of code
61880              to avoid looping under overload.
61881      Branch: perl
61882            ! sv.c
61883 ____________________________________________________________________________
61884 [ 18088] By: merijn                                on 2002/11/04  15:37:06
61885         Log: Charnames take 4
61886              Mon, 04 Nov 2002; H.Merijn Brand <h.m.brand@hccnet.nl>
61887      Branch: perl
61888            ! lib/charnames.pm lib/charnames.t
61889 ____________________________________________________________________________
61890 [ 18086] By: hv                                    on 2002/11/04  15:16:34
61891         Log: integrate from perlio: changes #17709, #17795, #17796, #18032
61892      Branch: perl
61893           !> Porting/apply ext/PerlIO/t/encoding.t ext/PerlIO/t/via.t
61894           !> ext/PerlIO/via/via.xs perlio.c t/io/crlf.t
61895 ____________________________________________________________________________
61896 [ 18085] By: hv                                    on 2002/11/04  12:17:12
61897         Log: Subject: Re: [perl #17064] illegal legal unicode character
61898              From: hv@crypt.org
61899              Date: Mon, 04 Nov 2002 13:23:49 +0000
61900              Message-Id: <200211041323.gA4DNn313132@crypt.compulink.co.uk>
61901      Branch: perl
61902            ! regexec.c t/op/split.t
61903 ____________________________________________________________________________
61904 [ 18084] By: merijn                                on 2002/11/04  11:04:45
61905         Log: Tru64, gcc -O3, datasize
61906              Sun, 3 Nov 2002; Jarkko Hietaniemi <jhi@iki.fi>
61907      Branch: perl
61908            ! README.tru64 hints/dec_osf.sh
61909 ____________________________________________________________________________
61910 [ 18083] By: merijn                                on 2002/11/04  10:58:52
61911         Log: Typo configpm
61912              Mon, 4 Nov 2002; Rafael Garcia-Suarez <rgarciasuarez@free.fr>
61913      Branch: perl
61914            ! configpm
61915 ____________________________________________________________________________
61916 [ 18078] By: hv                                    on 2002/11/03  13:20:50
61917         Log: avoid reliance on croak() prototype
61918      Branch: perl
61919            ! lib/warnings.pm
61920 ____________________________________________________________________________
61921 [ 18077] By: hv                                    on 2002/11/03  13:18:17
61922         Log: Subject: [PATCH lib/Config.*] Document and test Config::config_re().
61923              (with tweaks)
61924              From: Michael G Schwern <schwern@pobox.com>
61925              Date: Wed, 4 Sep 2002 12:06:08 -0700
61926              Message-ID: <20020904190607.GG8367@ool-18b93024.dyn.optonline.net>
61927      Branch: perl
61928            ! configpm lib/Config.t
61929 ____________________________________________________________________________
61930 [ 18076] By: gbarr                                 on 2002/11/03  10:11:18
61931         Log: Update to Scalar-List-Utils 1.08
61932      Branch: perl
61933            + ext/List/Util/t/isvstring.t ext/List/Util/t/refaddr.t
61934            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/README
61935            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
61936            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/first.t
61937            ! ext/List/Util/t/reduce.t
61938 ____________________________________________________________________________
61939 [ 18075] By: rgs                                   on 2002/10/31  20:58:12
61940         Log: Adjust the number of tests in t/op/range.t
61941      Branch: perl
61942            ! t/op/range.t
61943 ____________________________________________________________________________
61944 [ 18074] By: ams                                   on 2002/10/30  22:30:32
61945         Log: Subject: Re: [perl #18114] [no subject] BUG: "-4\n".."0\n" is not DWIM
61946              but "-4\n".."-0\n" is!
61947              From: Slaven Rezic <slaven.rezic@berlin.de>
61948              Date: 30 Oct 2002 16:22:36 +0100
61949              Message-Id: <87n0ow0x4z.fsf@vran.herceg.de>
61950
61951              Subject: RE: [perl #18114] [no subject] [TEST PATCH]BUG: "-4\n".."0\n"
61952              is not DWIM but "-4\n".."-0\n" is!
61953              From: "Orton, Yves" <yves.orton@mciworldcom.de>
61954              Date: Wed, 30 Oct 2002 11:59:31 -0000
61955              Message-Id: <71B318898201D311845C0008C75DAD1C07B78BF7@defra1ex2>
61956
61957              (Applied over previous fix.)
61958      Branch: perl
61959            ! pp_ctl.c t/op/range.t
61960 ____________________________________________________________________________
61961 [ 18073] By: ams                                   on 2002/10/30  19:47:12
61962         Log: Subject: [perl #18165] "0" fails as right-hand argument to ..
61963              From: Mark-Jason Dominus (via RT) <perlbug@perl.org>
61964              Date: 30 Oct 2002 17:27:53 -0000
61965              Message-Id: <rt-18165-40816.6.86096008382222@bugs6.perl.org>
61966
61967              (Fixed by making an exception for .."0" in pp_flop.)
61968      Branch: perl
61969            ! pp_ctl.c t/op/range.t
61970 ____________________________________________________________________________
61971 [ 18072] By: rgs                                   on 2002/10/29  20:37:31
61972         Log: Partial fix of bug [perl #17589] : prevent the parser to
61973              segfault when encountering the erroneous construct "sub;".
61974      Branch: perl
61975            ! pod/perldiag.pod t/op/anonsub.t toke.c
61976 ____________________________________________________________________________
61977 [ 18071] By: rgs                                   on 2002/10/28  21:57:25
61978         Log: Subject: RE: [PATCH] Warning on pararameterless 'use IO' and doc update
61979              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
61980              Date: Mon, 28 Oct 2002 12:53:52 -0000
61981              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOEFLAA.Paul.Marquess@btinternet.com>
61982      Branch: perl
61983            ! ext/IO/IO.pm ext/IO/lib/IO/t/IO.t
61984 ____________________________________________________________________________
61985 [ 18070] By: rgs                                   on 2002/10/28  20:46:33
61986         Log: Subject: [PATCH] Re: Not OK: perl v5.9.0 +DEVEL17881 on i386-freebsd 4.6-release (UNINSTALLED)
61987              From: Nicholas Clark <nick@unfortu.net>
61988              Date: Sun, 27 Oct 2002 18:39:03 +0000
61989              Message-ID: <20021027183902.GJ292@Bagpuss.unfortu.net>
61990      Branch: perl
61991            ! util.c
61992 ____________________________________________________________________________
61993 [ 18069] By: rgs                                   on 2002/10/28  20:44:12
61994         Log: Subject: [PATCH] Re: [PATCH] Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallacious
61995              From: Nicholas Clark <nick@unfortu.net>
61996              Date: Sun, 27 Oct 2002 22:31:08 +0000
61997              Message-ID: <20021027223108.GK292@Bagpuss.unfortu.net>
61998      Branch: perl
61999            ! t/op/pack.t
62000 ____________________________________________________________________________
62001 [ 18068] By: merijn                                on 2002/10/27  17:57:15
62002         Log: Repair broken previous patch. I don't like it, but not repairing it
62003              breaks each and every build. Will teach me to test on the same
62004              machine where I patched it. Sorry.
62005      Branch: perl
62006            ! embed.pl
62007 ____________________________________________________________________________
62008 [ 18067] By: merijn                                on 2002/10/27  06:02:21
62009         Log: embed.pl doc. (embed.pl reorganization for doc headers)
62010              Wed, 23 Oct 2002; Jarkko Hietaniemi <jhi@iki.fi>
62011              With some additional modifications
62012      Branch: perl
62013            ! embed.pl
62014 ____________________________________________________________________________
62015 [ 18064] By: merijn                                on 2002/10/25  11:47:07
62016         Log: The 5005thread todo list; 2 down 25 to go
62017      Branch: perl
62018            ! README.irix README.tru64
62019 ____________________________________________________________________________
62020 [ 18063] By: hv                                    on 2002/10/25  00:28:48
62021         Log: change #18038 gives too many problems on t/450_service.t; disable
62022              it for now
62023      Branch: perl
62024            ! lib/Net/Ping/t/450_service.t
62025 ____________________________________________________________________________
62026 [ 18062] By: hv                                    on 2002/10/25  00:21:17
62027         Log: Subject: [PATCH] DB_File 1.806
62028              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
62029              Date: Tue, 22 Oct 2002 11:16:21 +0100
62030              Message-ID: <AIEAJICLCBDNAAOLLOKLCEDMFLAA.Paul.Marquess@btinternet.com>
62031      Branch: perl
62032            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
62033            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
62034            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
62035 ____________________________________________________________________________
62036 [ 18061] By: hv                                    on 2002/10/25  00:13:07
62037         Log: Subject: [PATCH lib/IO.t] Add tests for IO.pm
62038              From: chromatic <chromatic@wgz.org>
62039              Date: Mon, 21 Oct 2002 20:27:43 -0700
62040              Message-ID: <20021022033253.57952.qmail@onion.perl.org>
62041      Branch: perl
62042            + ext/IO/lib/IO/t/IO.t
62043            ! MANIFEST lib/Net/Ping/t/450_service.t
62044 ____________________________________________________________________________
62045 [ 18060] By: hv                                    on 2002/10/24  23:54:50
62046         Log: 2 lines of change #18039 had several problems
62047      Branch: perl
62048            ! ext/IO/IO.pm
62049 ____________________________________________________________________________
62050 [ 18059] By: hv                                    on 2002/10/24  23:46:29
62051         Log: Subject: [perl #18036] perldoc refuses to run on BeOS
62052              From: "mauzo@csv.warwick.ac.uk (via RT)" <perlbug@perl.org>
62053              Date: 21 Oct 2002 10:18:50 -0000
62054              Message-Id: <rt-18036-40246.15.4017814246886@bugs6.perl.org>
62055      Branch: perl
62056            ! utils/perldoc.PL
62057 ____________________________________________________________________________
62058 [ 18058] By: hv                                    on 2002/10/24  23:36:48
62059         Log: Subject: The Inaba patch for tr/// vs. use encoding
62060              From: Dan Kogai <dankogai@dan.co.jp>
62061              Date: Mon, 21 Oct 2002 17:36:02 +0900
62062              Message-Id: <218B4434-E4D0-11D6-A668-0003939A104C@dan.co.jp>
62063      Branch: perl
62064            ! mg.c regcomp.c sv.c toke.c
62065 ____________________________________________________________________________
62066 [ 18057] By: hv                                    on 2002/10/24  23:16:15
62067         Log: Subject: [Encode] 1.80 released
62068              From: Dan Kogai <dankogai@dan.co.jp>
62069              Date: Tue, 22 Oct 2002 05:47:16 +0900
62070              Message-Id: <48F1B85D-E536-11D6-A87D-0003939A104C@dan.co.jp>
62071      Branch: perl
62072            + ext/Encode/bin/ucmsort ext/Encode/t/rt.pl
62073            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
62074            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
62075            ! ext/Encode/lib/Encode/MIME/Header.pm
62076            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/CJKT.t
62077            ! ext/Encode/t/jperl.t ext/Encode/t/mime-header.t
62078            ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm
62079            ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm
62080 ____________________________________________________________________________
62081 [ 18056] By: hv                                    on 2002/10/24  22:48:06
62082         Log: Subject: [PATCH] B/C.pm: make $0 to argv[0] again
62083              From: Autrijus Tang <autrijus@autrijus.org>
62084              Date: Sat, 19 Oct 2002 17:51:57 +0800
62085              Message-ID: <20021019095157.GA430@not.autrijus.org>
62086      Branch: perl
62087            ! ext/B/B/C.pm
62088 ____________________________________________________________________________
62089 [ 18055] By: hv                                    on 2002/10/24  22:34:10
62090         Log: Reverse change #8066 and sense of test, to satisfy [perl #17763]
62091      Branch: perl
62092            ! pp_sys.c t/run/fresh_perl.t
62093 ____________________________________________________________________________
62094 [ 18054] By: hv                                    on 2002/10/24  22:17:40
62095         Log: change #18030 needs the removal of ext/Thread/thr5005.t
62096      Branch: perl
62097            - ext/Thread/thr5005.t
62098 ____________________________________________________________________________
62099 [ 18053] By: merijn                                on 2002/10/24  08:20:09
62100         Log: charnames pragma extended with :alias for customized
62101              unicode naming aliases
62102              Mon, 21 Oct 2002; "H.Merijn Brand" <h.m.brand@hccnet.nl>
62103      Branch: perl
62104            ! lib/charnames.pm lib/charnames.t
62105 ____________________________________________________________________________
62106 [ 18052] By: rgs                                   on 2002/10/23  19:16:50
62107         Log: Further tweaks to perlmodlib.pod.
62108              Add a note about perllocal.pod, which wasn't documented.
62109      Branch: perl
62110            ! pod/perlmodlib.PL pod/perlmodlib.pod
62111 ____________________________________________________________________________
62112 [ 18051] By: rgs                                   on 2002/10/23  18:56:08
62113         Log: Further tweaks to perluniintro.pod
62114      Branch: perl
62115            ! pod/perluniintro.pod
62116 ____________________________________________________________________________
62117 [ 18050] By: rgs                                   on 2002/10/22  19:11:12
62118         Log: perlmodlib.pod nit suggested by David Dyck (bug #18055)
62119              Regenerate perlmodlib.pod
62120      Branch: perl
62121            ! pod/perlmodlib.PL pod/perlmodlib.pod
62122 ____________________________________________________________________________
62123 [ 18049] By: rgs                                   on 2002/10/22  18:48:00
62124         Log: Subject: [PATCH] perluniintro
62125              From: Jarkko Hietaniemi <jhi@iki.fi>
62126              Date: Sun, 20 Oct 2002 15:48:09 +0300
62127              Message-ID: <20021020124809.GE444369@lyta.hut.fi>
62128      Branch: perl
62129            ! pod/perluniintro.pod
62130 ____________________________________________________________________________
62131 [ 18048] By: hv                                    on 2002/10/22  17:04:26
62132         Log: Subject: [PATCH] PL_curpad == AvARRAY(PL_comppad) always
62133              From: Dave Mitchell <davem@fdgroup.com>
62134              Date: Fri, 18 Oct 2002 13:36:40 +0100
62135              Message-ID: <20021018133640.A19172@fdgroup.com>
62136      Branch: perl
62137            ! cop.h embed.fnc ext/List/Util/Util.xs global.sym op.c pad.c
62138            ! pad.h perl.c perlapi.h pod/perlintern.pod pp_ctl.c proto.h
62139            ! regcomp.c regexec.c scope.c scope.h sv.c t/op/closure.t
62140 ____________________________________________________________________________
62141 [ 18047] By: hv                                    on 2002/10/22  16:20:18
62142         Log: Subject: [PATCH] AutoLoader gives wrong message
62143              From: Peter Scott <peter@psdt.com>
62144              Date: Thu, 17 Oct 2002 19:54:56 -0700
62145              Message-id: <4.3.2.7.2.20021017192450.00b3dce0@shell2.webquarry.com>
62146      Branch: perl
62147            ! lib/AutoLoader.pm
62148 ____________________________________________________________________________
62149 [ 18046] By: hv                                    on 2002/10/22  15:52:40
62150         Log: Subject: Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86)
62151              From: Alain Barbet <alian@alianwebserver.com>
62152              Date: Fri, 18 Oct 2002 15:29:29 +0200
62153              Message-ID: <3DB00CB9.70708@alianwebserver.com>
62154      Branch: perl
62155            ! README.win32 win32/makefile.mk win32/win32.c
62156 ____________________________________________________________________________
62157 [ 18045] By: hv                                    on 2002/10/22  15:47:21
62158         Log: improve 'atomicity' wording
62159      Branch: perl
62160            ! lib/filetest.pm
62161 ____________________________________________________________________________
62162 [ 18044] By: hv                                    on 2002/10/22  15:43:55
62163         Log: Subject: [PATCH] Shell.pm object methods broken
62164              From: Dan Brook <dbrook@easyspace.com>
62165              Date: Thu, 17 Oct 2002 16:05:04 +0100
62166              Message-Id: <20021017160504.63926a1b.dbrook@easyspace.com>
62167      Branch: perl
62168            ! lib/Shell.pm lib/Shell.t
62169 ____________________________________________________________________________
62170 [ 18042] By: hv                                    on 2002/10/21  09:20:54
62171         Log: Subject: Re: [perl #16184] Unexpected warning when using C<< open FH => >>
62172              From: hv@crypt.org
62173              Date: Mon, 21 Oct 2002 11:27:40 +0100
62174              Message-Id: <200210211027.g9LARef05722@crypt.compulink.co.uk>
62175      Branch: perl
62176            ! t/lib/warnings/toke toke.c
62177 ____________________________________________________________________________
62178 [ 18041] By: hv                                    on 2002/10/21  01:14:48
62179         Log: Subject: Re: [perl #18019] regex overoptimization
62180              From: hv@crypt.org
62181              Date: Mon, 21 Oct 2002 03:21:54 +0100
62182              Message-Id: <200210210221.g9L2LsU32598@crypt.compulink.co.uk>
62183      Branch: perl
62184            ! regcomp.c t/op/re_tests
62185 ____________________________________________________________________________
62186 [ 18039] By: hv                                    on 2002/10/20  14:33:16
62187         Log: Subject: Re: [PATCH] Warning on pararameterless 'use IO' and doc update
62188              From: =?iso-8859-1?Q?St=E9phane?= Payrard <s.payrard@wanadoo.fr>
62189              Date: Tue, 15 Oct 2002 02:17:03 +0200
62190              Message-ID: <20021015001703.GG7914@stefp.dyndns.org>
62191      Branch: perl
62192            ! ext/IO/IO.pm
62193 ____________________________________________________________________________
62194 [ 18038] By: hv                                    on 2002/10/20  14:23:06
62195         Log: Update to Net::Ping v2.23
62196      Branch: perl
62197            + lib/Net/Ping/t/150_syn_inst.t lib/Net/Ping/t/400_ping_syn.t
62198            + lib/Net/Ping/t/450_service.t
62199            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/t/110_icmp_inst.t
62200            ! lib/Net/Ping/t/200_ping_tcp.t
62201 ____________________________________________________________________________
62202 [ 18037] By: hv                                    on 2002/10/20  13:57:06
62203         Log: Subject: [PATCH] t/op/pack.t: Tru64 5.1A gcc 3.2.1 no inf
62204              From: Jarkko Hietaniemi <jhi@iki.fi>
62205              Date: Mon, 14 Oct 2002 14:49:54 +0300
62206              Message-ID: <20021014114954.GB80937@lyta.hut.fi>
62207      Branch: perl
62208            ! t/op/pack.t
62209 ____________________________________________________________________________
62210 [ 18036] By: hv                                    on 2002/10/20  13:43:56
62211         Log: Subject: Re: [perl #17892] Perl's mkdir() doesn't remove trailing slashes
62212              From: Slaven Rezic <slaven.rezic@berlin.de>
62213              Date: 14 Oct 2002 09:37:18 +0200
62214              Message-ID: <8765w5wjwx.fsf@vran.herceg.de>
62215      Branch: perl
62216            ! pp_sys.c t/op/mkdir.t
62217 ____________________________________________________________________________
62218 [ 18035] By: hv                                    on 2002/10/20  13:39:09
62219         Log: Subject: Re: [perl #17951] Strange UTF error
62220              From: Jarkko Hietaniemi <jhi@iki.fi>
62221              Date: Wed, 16 Oct 2002 18:50:51 +0300
62222              Message-ID: <20021016155051.GB268437@lyta.hut.fi>
62223      Branch: perl
62224            ! lib/utf8_heavy.pl t/run/fresh_perl.t
62225 ____________________________________________________________________________
62226 [ 18034] By: hv                                    on 2002/10/20  13:23:16
62227         Log: Update to Time::HiRes v1.38
62228      Branch: perl
62229            + ext/Time/HiRes/typemap
62230            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
62231            ! ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs
62232            ! ext/Time/HiRes/Makefile.PL
62233 ____________________________________________________________________________
62234 [ 18033] By: hv                                    on 2002/10/20  13:12:25
62235         Log: Upgrade to Test.pm v1.23
62236      Branch: perl
62237            ! lib/Test.pm
62238 ____________________________________________________________________________
62239 [ 18030] By: merijn                                on 2002/10/19  14:10:21
62240         Log: Happy chainsaw stories; The removal of the 5005 threads
62241              Still imcomplete. Configure will follow
62242      Branch: perl
62243            ! MANIFEST NetWare/Makefile NetWare/config.wc
62244            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
62245            ! Porting/Glossary Porting/config.sh Porting/config_H
62246            ! config_h.SH cop.h cv.h deb.c dosish.h dump.c embed.fnc embed.h
62247            ! embed.pl embedvar.h epoc/config.sh ext/B/B.xs ext/B/B/C.pm
62248            ! ext/B/ramblings/runtime.porting ext/B/t/lint.t
62249            ! ext/DynaLoader/dl_aix.xs ext/Thread/README.threads
62250            ! ext/Thread/Thread.xs ext/Thread/thr5005.t gv.c hints/darwin.sh
62251            ! installperl intrpvar.h makedef.pl mg.c miniperlmain.c
62252            ! myconfig.SH op.c os2/os2.c os2/os2ish.h pad.c perl.c perl.h
62253            ! perlvars.h pod/perltoc.pod pp.c pp.h pp_ctl.c pp_hot.c
62254            ! pp_sort.c proto.h scope.c sv.c sv.h thrdvar.h thread.h toke.c
62255            ! uconfig.h uconfig.sh util.c vms/vms.c win32/Makefile
62256            ! win32/config.bc win32/config.gc win32/config.vc
62257            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
62258            ! win32/config_H.vc win32/config_H.vc64 win32/config_sh.PL
62259            ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
62260            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
62261            ! wince/Makefile.ce wince/config.ce wince/config_H.ce
62262            ! wince/config_sh.PL wince/win32.h wince/win32thread.c
62263            ! wince/win32thread.h wince/wincesck.c
62264 ____________________________________________________________________________
62265 [ 18029] By: merijn                                on 2002/10/18  07:28:21
62266         Log: minor tweaks in Porting/pumpkin.pod
62267              Fri, 18 Oct 2002; Philip Newton <Philip.Newton@gmx.net>
62268      Branch: perl
62269            ! Porting/pumpkin.pod
62270 ____________________________________________________________________________
62271 [ 18028] By: rgs                                   on 2002/10/17  20:33:32
62272         Log: Subject: [PATCH t/run/switches.t] Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86)
62273              From: Abe Timmerman <abe@ztreet.demon.nl>
62274              Date: Thu, 17 Oct 2002 23:38:34 +0200
62275              Message-Id: <200210172338.34728.abe@ztreet.demon.nl>
62276      Branch: perl
62277            ! t/run/switches.t
62278 ____________________________________________________________________________
62279 [ 18027] By: hv                                    on 2002/10/17  14:39:27
62280         Log: Subject: Re: versions too accurate
62281              From: John Peacock <jpeacock@rowman.com>
62282              Date: Mon, 14 Oct 2002 22:36:48 -0400
62283              Message-ID: <3DAB7F40.1050200@rowman.com>
62284      Branch: perl
62285            ! lib/version.pm util.c
62286 ____________________________________________________________________________
62287 [ 18026] By: hv                                    on 2002/10/17  14:29:41
62288         Log: Subject: Re: [PATCH] Version object combined patch
62289              From: John Peacock <jpeacock@rowman.com>
62290              Date: Thu, 10 Oct 2002 21:23:01 -0400
62291              Message-ID: <3DA627F5.5050907@rowman.com>
62292      Branch: perl
62293            ! lib/version.pm lib/version.t pod/perldiag.pod util.c
62294 ____________________________________________________________________________
62295 [ 18025] By: hv                                    on 2002/10/17  13:37:04
62296         Log: definition of MAXPATHLEN
62297              Subject: [PATCH] standard lawyerism
62298              From: Jarkko Hietaniemi <jhi@iki.fi>
62299              Date: Fri, 11 Oct 2002 02:48:26 +0300
62300              Message-ID: <20021010234825.GM292305@lyta.hut.fi>
62301      Branch: perl
62302            ! perl.h
62303 ____________________________________________________________________________
62304 [ 18024] By: hv                                    on 2002/10/17  13:34:01
62305         Log: Subject: Re: [perl #17061] no strict 'garbage'
62306              From: Slaven Rezic <slaven.rezic@berlin.de>
62307              Date: 10 Oct 2002 16:23:22 +0200
62308              Message-ID: <87ptui5q5h.fsf@vran.herceg.de>
62309      Branch: perl
62310            ! ext/Storable/Storable.pm
62311 ____________________________________________________________________________
62312 [ 18023] By: hv                                    on 2002/10/17  12:56:28
62313         Log: Subject: Re: [perl #17830] open FH, "<&", $fd
62314              From: Steve Grazzini <grazz@nyc.rr.com>
62315              Date: 11 Oct 2002 22:28:58 -0000
62316              Message-ID: <20021011222858.452.qmail@onion.perl.org>
62317      Branch: perl
62318            ! doio.c t/io/open.t
62319 ____________________________________________________________________________
62320 [ 18022] By: hv                                    on 2002/10/17  12:24:42
62321         Log: Subject: Re: [perl #17809] Different warning behaviour between normal and tied hashes
62322              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
62323              Date: Tue, 15 Oct 2002 17:01:43 -0700
62324              Message-ID: <nxKr9gzkgmBO092yn@efn.org>
62325      Branch: perl
62326            ! t/op/assignwarn.t
62327 ____________________________________________________________________________
62328 [ 18021] By: hv                                    on 2002/10/17  11:28:38
62329         Log: Subject: [PATCH] minor tweaks in Porting/pumpkin.pod
62330              From: Slaven Rezic <slaven.rezic@berlin.de>
62331              Date: Thu, 3 Oct 2002 21:54:22 +0200 (CEST)
62332              Message-Id: <200210031954.g93JsMiZ034457@vran.herceg.de>
62333      Branch: perl
62334            ! Porting/pumpkin.pod
62335 ____________________________________________________________________________
62336 [ 18020] By: rgs                                   on 2002/10/16  18:43:21
62337         Log: prototype() didn't warn when used in void context.
62338      Branch: perl
62339            ! op.c t/lib/warnings/op
62340 ____________________________________________________________________________
62341 [ 18019] By: ams                                   on 2002/10/15  20:54:53
62342         Log: Subject: Japanese translation of Storable
62343              From: "KAWAI,Takanori" <GCD00051@nifty.ne.jp>
62344              Date: Tue, 15 Oct 2002 06:31:01 +0900
62345              Message-Id: <003801c273c9$05888910$1401a8c0@hipposam>
62346      Branch: perl
62347            ! ext/Storable/README
62348 ____________________________________________________________________________
62349 [ 18018] By: rgs                                   on 2002/10/15  19:08:20
62350         Log: Subject: Re: [PATCH] cv.h: Comment update
62351              From: Paul Johnson <paul@pjcj.net>
62352              Date: Mon, 14 Oct 2002 20:00:50 +0200
62353              Message-ID: <20021014180050.GC7333@pjcj.net>
62354      Branch: perl
62355            ! cv.h
62356 ____________________________________________________________________________
62357 [ 18017] By: rgs                                   on 2002/10/14  20:37:06
62358         Log: Subject: [PATCH] perlipc.pod
62359              From: Slaven Rezic <slaven.rezic@berlin.de>
62360              Date: Sun, 13 Oct 2002 14:26:26 +0200 (CEST)
62361              Message-Id: <200210131226.g9DCQQLN014591@vran.herceg.de>
62362      Branch: perl
62363            ! pod/perlipc.pod
62364 ____________________________________________________________________________
62365 [ 18016] By: rgs                                   on 2002/10/14  20:30:03
62366         Log: Subject: [PATCH] minor typos in perlhist.pod and perlunicode.pod
62367              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
62368              Date: Sun, 13 Oct 2002 09:02:36 +0900
62369              Message-Id: <20021013090227.FFCD.BQW10602@nifty.com>
62370      Branch: perl
62371            ! pod/perlunicode.pod
62372 ____________________________________________________________________________
62373 [ 18015] By: rgs                                   on 2002/10/12  20:22:37
62374         Log: The -0 command-line switch wasn't setting $/ at compile-time.
62375              Move the initialization of $/ just after switch parsing
62376              (it was done after yyparse().)
62377      Branch: perl
62378            ! perl.c t/run/switches.t
62379 ____________________________________________________________________________
62380 [ 18014] By: rgs                                   on 2002/10/12  20:18:55
62381         Log: Subject: Re: [PATCH] perl573delta delinting
62382              From: Philip Newton <Philip.Newton@gmx.net>
62383              Date: Sat, 12 Oct 2002 21:25:49 +0200
62384              Message-ID: <iotgqucnbttvvc43o0j7kv55p5dstui4oc@4ax.com>
62385      Branch: perl
62386            ! pod/perl573delta.pod
62387 ____________________________________________________________________________
62388 [ 18013] By: hv                                    on 2002/10/12  15:41:50
62389         Log: Subject: [PATCH] for -Dm
62390              From: Slaven Rezic <slaven.rezic@berlin.de>
62391              Date: Wed, 9 Oct 2002 00:49:33 +0200 (CEST)
62392              Message-Id: <200210082249.g98MnXqM076566@vran.herceg.de>
62393      Branch: perl
62394            ! malloc.c
62395 ____________________________________________________________________________
62396 [ 18012] By: hv                                    on 2002/10/12  15:39:49
62397         Log: #18005 was not enough
62398              Subject: [PATCH win32/makefile.mk] (Was Re: Building bleadperl (minperl) fails completely under VC7)
62399              From: Abe Timmerman <abeltje@cpan.org>
62400              Date: Sat, 12 Oct 2002 17:56:39 +0200
62401              Message-Id: <200210121756.39803.abeltje@cpan.org>
62402      Branch: perl
62403            ! win32/makefile.mk
62404 ____________________________________________________________________________
62405 [ 18011] By: hv                                    on 2002/10/12  15:36:43
62406         Log: Subject: [perl #17805] BUG: Grammar bug during Configure
62407              From: Richard Hitt (via RT) <perlbug@perl.org>
62408              Date: 8 Oct 2002 21:04:30 -0000
62409              Message-Id: <rt-17805-39395.9.0319493317925@bugs6.perl.org>
62410      Branch: perl
62411            ! Configure
62412 ____________________________________________________________________________
62413 [ 18010] By: hv                                    on 2002/10/12  15:31:06
62414         Log: Subject: [PATCH] Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallacious
62415              From: Nicholas Clark <nick@unfortu.net>
62416              Date: Tue, 8 Oct 2002 21:52:53 +0100
62417              Message-ID: <20021008205253.GA283@Bagpuss.unfortu.net>
62418      Branch: perl
62419            ! pod/perldiag.pod pp_pack.c t/op/pack.t
62420 ____________________________________________________________________________
62421 [ 18009] By: hv                                    on 2002/10/12  15:12:18
62422         Log: Subject: [PATCH perldoc] For screaming hell's sake
62423              From: Simon Cozens <simon@netthink.co.uk>
62424              Date: Tue, 8 Oct 2002 11:13:07 +0100
62425              Message-ID: <20021008101307.GA8175@netthink.co.uk>
62426      Branch: perl
62427            ! utils/perldoc.PL
62428 ____________________________________________________________________________
62429 [ 18008] By: hv                                    on 2002/10/12  14:38:19
62430         Log: Subject: [PATCH] Storable 2.06 (was Re: Bug in ext/Storable/t/integer.t)
62431              From: Nicholas Clark <nick@unfortu.net>
62432              Date: Mon, 7 Oct 2002 23:35:34 +0100
62433              Message-ID: <20021007223534.GD286@Bagpuss.unfortu.net>
62434      Branch: perl
62435            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
62436            ! ext/Storable/README ext/Storable/Storable.pm
62437            ! ext/Storable/Storable.xs ext/Storable/t/downgrade.t
62438            ! ext/Storable/t/forgive.t ext/Storable/t/integer.t
62439            ! ext/Storable/t/malice.t ext/Storable/t/restrict.t
62440 ____________________________________________________________________________
62441 [ 18007] By: hv                                    on 2002/10/12  14:22:36
62442         Log: Subject: [perl #17773] errors in c2ph(1) man page
62443              From: Eric Melville (via RT) <perlbug@perl.org>
62444              Date: 7 Oct 2002 02:58:34 -0000
62445              Message-Id: <rt-17773-39313.12.4820309875481@bugs6.perl.org>
62446      Branch: perl
62447            ! utils/c2ph.PL
62448 ____________________________________________________________________________
62449 [ 18006] By: hv                                    on 2002/10/12  14:19:55
62450         Log: Subject: [PATCH pad.c] Re: closure failures
62451              From: Dave Mitchell <davem@fdgroup.com>
62452              Date: Mon, 7 Oct 2002 02:42:13 +0100
62453              Message-ID: <20021007024213.B29760@fdgroup.com>
62454      Branch: perl
62455            ! pad.c
62456 ____________________________________________________________________________
62457 [ 18005] By: hv                                    on 2002/10/12  14:17:07
62458         Log: Subject: Re: Building bleadperl (minperl) fails completely under VC7
62459              From: Abe Timmerman <abeltje@cpan.org>
62460              Date: Tue, 8 Oct 2002 14:16:56 +0200
62461              Message-Id: <200210081416.56942.abeltje@cpan.org>
62462      Branch: perl
62463            ! win32/Makefile
62464 ____________________________________________________________________________
62465 [ 18004] By: hv                                    on 2002/10/12  14:06:59
62466         Log: updated hints for Darwin from Wilfredo Sanchez <wsanchez@mit.edu>
62467      Branch: perl
62468            ! hints/darwin.sh
62469 ____________________________________________________________________________
62470 [ 18003] By: hv                                    on 2002/10/12  13:48:34
62471         Log: Second attempt to fix Devel::Peek test of $ENV{PATH}, after #17956
62472              and #18001.
62473      Branch: perl
62474            ! ext/Devel/Peek/Peek.t
62475 ____________________________________________________________________________
62476 [ 18002] By: hv                                    on 2002/10/11  23:22:56
62477         Log: Subject: [Encode] 1.77 Released
62478              From: Dan Kogai <dankogai@dan.co.jp>
62479              Date: Sun, 6 Oct 2002 12:52:52 +0900
62480              Message-Id: <16D4C6C9-D8DF-11D6-A5EA-0003939A104C@dan.co.jp>
62481      Branch: perl
62482            ! ext/Encode/Changes ext/Encode/Encode.pm
62483            ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm
62484            ! ext/Encode/lib/Encode/Alias.pm
62485            ! ext/Encode/lib/Encode/Encoding.pm ext/Encode/t/jperl.t
62486            ! ext/Encode/ucm/big5-eten.ucm
62487 ____________________________________________________________________________
62488 [ 18001] By: hv                                    on 2002/10/11  22:52:43
62489         Log: Subject: Re: Smoke 17977 FAIL(F) MSWin32 5.0 W2000Pro (MSWin32-x86)
62490              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
62491              Date: Thu, 10 Oct 2002 14:28:55 -0700
62492              Message-ID: <XEfp9gzkgquV092yn@efn.org>
62493      Branch: perl
62494            ! ext/Devel/Peek/Peek.t
62495 ____________________________________________________________________________
62496 [ 18000] By: hv                                    on 2002/10/11  22:30:36
62497         Log: Subject: [PATCH] perl573delta delinting
62498              From: Jarkko Hietaniemi <jhi@iki.fi>
62499              Date: Fri, 4 Oct 2002 16:19:31 +0300
62500              Message-ID: <20021004131931.GE278184@lyta.hut.fi>
62501      Branch: perl
62502            ! pod/perl573delta.pod
62503 ____________________________________________________________________________
62504 [ 17999] By: hv                                    on 2002/10/11  22:28:36
62505         Log: Subject: [PATCH] No warn, just ERANGE (Was: Re: [PATCH] reentrant buffers)
62506              From: Jarkko Hietaniemi <jhi@iki.fi>
62507              Date: Fri, 4 Oct 2002 16:11:57 +0300
62508              Message-ID: <20021004131157.GD278184@lyta.hut.fi>
62509      Branch: perl
62510            ! pod/perldiag.pod reentr.c reentr.pl
62511 ____________________________________________________________________________
62512 [ 17998] By: rgs                                   on 2002/10/11  19:53:05
62513         Log: Fix bug #17771 : segfault with the 'for' statement modifier
62514              used inside a map or a grep.
62515      Branch: perl
62516            ! pp_ctl.c t/op/grep.t
62517 ____________________________________________________________________________
62518 [ 17997] By: hv                                    on 2002/10/11  12:10:39
62519         Log: Subject: [perl #17751] File::Spec::Win32::canonpath patch try#3
62520              From: Information Service <info@lingo.kiev.ua>
62521              Date: Wed, 09 Oct 2002 07:17:00 +0400
62522              Message-ID: <3DA39FAC.85471200@lingo.kiev.ua>
62523      Branch: perl
62524            ! lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t
62525 ____________________________________________________________________________
62526 [ 17996] By: hv                                    on 2002/10/11  11:55:53
62527         Log: Subject: [PROPOSED PATCH lib/AutoLoader.t lib/AutoLoader.pm] Test and Improve unimport()
62528              From: chromatic <chromatic@wgz.org>
62529              Date: Thu, 03 Oct 2002 22:56:54 -0700
62530              Message-ID: <20021004060120.33329.qmail@onion.perl.org>
62531      Branch: perl
62532            ! lib/AutoLoader.pm lib/AutoLoader.t
62533 ____________________________________________________________________________
62534 [ 17995] By: ams                                   on 2002/10/11  05:24:20
62535         Log: Subject: [perl #17819] Typo in perltooc?
62536              From: Bob Wilkinson (via RT) <perlbug@perl.org>
62537              Date: 9 Oct 2002 09:50:40 -0000
62538              Message-Id: <rt-17819-39445.14.7484532089852@bugs6.perl.org>
62539
62540              Subject: [perl #17821] Typo in perltooc
62541              From: Bob Wilkinson (via RT) <perlbug@perl.org>
62542              Date: 9 Oct 2002 10:12:51 -0000
62543              Message-Id: <rt-17821-39458.9.41452851965508@bugs6.perl.org>
62544      Branch: perl
62545            ! pod/perltooc.pod
62546 ____________________________________________________________________________
62547 [ 17994] By: rgs                                   on 2002/10/10  20:19:27
62548         Log: Fix bug #17776 : memory corruption in qr/##/x
62549      Branch: perl
62550            ! sv.c t/op/pat.t
62551 ____________________________________________________________________________
62552 [ 17993] By: rgs                                   on 2002/10/10  19:52:00
62553         Log: croak() is better written Perl_croak() in C code.
62554      Branch: perl
62555            ! util.c
62556 ____________________________________________________________________________
62557 [ 17992] By: hv                                    on 2002/10/10  11:29:12
62558         Log: Subject: Re: Hash::Util::lock_keys inhibits bless
62559              From: andreas.koenig@anima.de (Andreas J. Koenig)
62560              Date: Fri, 04 Oct 2002 06:38:57 +0200
62561              Message-ID: <m3bs6astr2.fsf@k242.linux.bogus>
62562      Branch: perl
62563            ! lib/Hash/Util.pm
62564 ____________________________________________________________________________
62565 [ 17991] By: hv                                    on 2002/10/10  11:20:41
62566         Log: new files lib/version.pm and lib/version.t for change #17990.
62567      Branch: perl
62568            + lib/version.pm lib/version.t
62569 ____________________________________________________________________________
62570 [ 17990] By: hv                                    on 2002/10/10  11:19:57
62571         Log: Subject: [PATCH] Version object combined patch
62572              From: John Peacock <jpeacock@rowman.com>
62573              Date: Fri, 04 Oct 2002 23:15:10 -0400
62574              Message-ID: <3D9E593E.1060605@rowman.com>
62575      Branch: perl
62576            ! MANIFEST embed.fnc embed.h global.sym pod/perlapi.pod
62577            ! pod/perlintern.pod proto.h t/comp/use.t universal.c util.c
62578 ____________________________________________________________________________
62579 [ 17989] By: hv                                    on 2002/10/10  10:48:42
62580         Log: Subject: PATCH: lib/ExtUtils/typemap
62581              From: Brian Ingerson <ingy@ttul.org>
62582              Date: Sat, 28 Sep 2002 13:03:24 -0700
62583              Message-ID: <20020928130324.A16900@ttul.org>
62584      Branch: perl
62585            ! lib/ExtUtils/typemap
62586 ____________________________________________________________________________
62587 [ 17988] By: hv                                    on 2002/10/10  10:45:19
62588         Log: Subject: [PATCH] Make Exporter cope with changing EXPORT_OK (was Re: Recent changes to Exporter::Heavy break Math::Pari)
62589              From: Nicholas Clark <nick@unfortu.net>
62590              Date: Sat, 28 Sep 2002 18:52:00 +0100
62591              Message-ID: <20020928175159.GC403@Bagpuss.unfortu.net>
62592      Branch: perl
62593            ! lib/Exporter.t lib/Exporter/Heavy.pm
62594 ____________________________________________________________________________
62595 [ 17987] By: hv                                    on 2002/10/10  10:27:40
62596         Log: Subject: Re: [perl #17075] sprintf: '%.[num](g|G)' documentation incorrect
62597              From: "Allen Smith" <easmith@beatrice.rutgers.edu>
62598              Date: Mon, 9 Sep 2002 17:36:55 -0400
62599              Message-Id: <10209091736.ZM1631710@puck2.rutgers.edu>
62600      Branch: perl
62601            ! pod/perlfunc.pod
62602 ____________________________________________________________________________
62603 [ 17986] By: hv                                    on 2002/10/10  09:51:24
62604         Log: Remove use of caller() in strict.pm, and tighten Safe compartment
62605              for Storable tests to match.
62606      Branch: perl
62607            ! ext/Storable/t/code.t lib/strict.pm lib/strict.t
62608 ____________________________________________________________________________
62609 [ 17985] By: hv                                    on 2002/10/10  09:27:00
62610         Log: Subject: Re: README.cygwin draft update
62611              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
62612              Date: Mon, 07 Oct 2002 17:15:09 -0700
62613              Message-ID: <NOio9gzkg6oR092yn@efn.org>
62614      Branch: perl
62615            ! README.cygwin pod/perl58delta.pod
62616 ____________________________________________________________________________
62617 [ 17984] By: rgs                                   on 2002/10/09  19:17:08
62618         Log: Fix bug #17823 : non-modifying tr/// stringifies references
62619      Branch: perl
62620            ! doop.c t/op/tr.t
62621 ____________________________________________________________________________
62622 [ 17983] By: merijn                                on 2002/10/09  12:22:26
62623         Log: Tru64 and gcc and threads
62624              Sat, 5 Oct 2002; Jarkko Hietaniemi <jhi@iki.fi>
62625      Branch: perl
62626            ! thread.h
62627 ____________________________________________________________________________
62628 [ 17982] By: merijn                                on 2002/10/09  10:34:40
62629         Log: Correct mailing list archive URL
62630              Wed, 9 Oct 2002; Slaven Rezic <slaven.rezic@berlin.de>
62631      Branch: perl
62632            ! Porting/pumpkin.pod
62633 ____________________________________________________________________________
62634 [ 17981] By: merijn                                on 2002/10/09  04:49:06
62635         Log: Try #3 for Porting/pumpkin.pod APPLLIB_EXP quoting
62636              Tue, 8 Oct 2002; Andy Dougherty <doughera@lafayette.edu>
62637      Branch: perl
62638            ! Porting/pumpkin.pod
62639 ____________________________________________________________________________
62640 [ 17980] By: sky                                   on 2002/10/06  15:40:56
62641         Log: Upgrade Safe.pm to 2.09 after CPAN backport.
62642              Fix testcases to run properly outside perl core build enviroment.
62643      Branch: perl
62644            ! ext/Opcode/Safe.pm ext/Safe/safe1.t ext/Safe/safe2.t
62645            ! ext/Safe/safe3.t
62646 ____________________________________________________________________________
62647 [ 17979] By: sky                                   on 2002/10/06  07:03:19
62648         Log: Subject: [PATCH] fix typo in Tie::Array
62649              From: "Jos I. Boumans" <kane@cpan.org>
62650              Date: sat okt 5, 2002  20:39:17 Europe/Stockholm
62651              Message-Id: <20021005183920.14746.qmail@onion.perl.org>
62652      Branch: perl
62653            ! lib/Tie/Array.pm
62654 ____________________________________________________________________________
62655 [ 17978] By: sky                                   on 2002/10/05  04:44:10
62656         Log: Upgrade to Attribute::Handlers 0.78
62657      Branch: perl
62658            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
62659            ! lib/Attribute/Handlers/README
62660 ____________________________________________________________________________
62661 [ 17977] By: rgs                                   on 2002/10/04  20:01:54
62662         Log: Complement to change #17976 :
62663              there was a similar bug on rdo().
62664              Increment $Safe::VERSION.
62665      Branch: perl
62666            ! ext/Opcode/Safe.pm ext/Safe/safe3.t
62667 ____________________________________________________________________________
62668 [ 17976] By: rgs                                   on 2002/10/04  19:44:48
62669         Log: Fix bug #17744, suggested by Andreas Jurenda,
62670              tweaked by rgs (security hole in Safe).
62671      Branch: perl
62672            + ext/Safe/safe3.t
62673            ! MANIFEST ext/Opcode/Safe.pm
62674 ____________________________________________________________________________
62675 [ 17975] By: merijn                                on 2002/10/04  13:30:17
62676         Log: Non ANSI feature detection in enum
62677      Branch: perl
62678            ! pad.h
62679 ____________________________________________________________________________
62680 [ 17974] By: rgs                                   on 2002/10/03  21:00:50
62681         Log: Fix a precedence problem.
62682      Branch: perl
62683            ! ext/Storable/t/integer.t
62684 ____________________________________________________________________________
62685 [ 17973] By: rgs                                   on 2002/10/03  20:34:13
62686         Log: Change the warning message "%s trapped by operation mask"
62687              to include '' around the op name. Document it in perldiag.
62688      Branch: perl
62689            ! ext/Opcode/Opcode.t ext/Opcode/Safe.pm ext/Safe/safe2.t op.c
62690            ! pod/perldiag.pod
62691 ____________________________________________________________________________
62692 [ 17972] By: rgs                                   on 2002/10/03  20:26:54
62693         Log: Add a new warning, "Possible precedence problem on bitwise
62694              %c operator", triggerred when a bitwise op has a numeric
62695              comparison op as child.
62696      Branch: perl
62697            ! op.c pod/perldiag.pod t/lib/warnings/op
62698 ____________________________________________________________________________
62699 [ 17971] By: ams                                   on 2002/10/03  11:03:41
62700         Log: Subject: Re: Not OK 17969
62701              From: Slaven Rezic <slaven.rezic@berlin.de>
62702              Date: 03 Oct 2002 13:12:58 +0200
62703              Message-Id: <87lm5fn5c5.fsf@vran.herceg.de>
62704      Branch: perl
62705            ! ext/Storable/Storable.pm ext/Storable/t/code.t
62706            ! ext/Storable/t/downgrade.t ext/Storable/t/forgive.t
62707            ! ext/Storable/t/malice.t
62708 ____________________________________________________________________________
62709 [ 17970] By: ams                                   on 2002/10/03  02:21:15
62710         Log: Add a line about 2.05.
62711      Branch: perl
62712            ! ext/Storable/ChangeLog
62713 ____________________________________________________________________________
62714 [ 17969] By: ams                                   on 2002/10/03  02:12:27
62715         Log: Subject: [PATCH] Storable and code serialization: documentation
62716              From: Slaven Rezic <slaven.rezic@berlin.de>
62717              Date: Wed, 2 Oct 2002 10:21:37 +0200 (CEST)
62718              Message-Id: <200210020821.g928Lb2i003767@vran.herceg.de>
62719      Branch: perl
62720            ! ext/Storable/MANIFEST ext/Storable/Storable.pm
62721            ! ext/Storable/t/code.t
62722 ____________________________________________________________________________
62723 [ 17968] By: ams                                   on 2002/10/03  01:40:51
62724         Log: Subject: [PATCH] Re: speed of my
62725              From: Stephen McCamant <smcc@mit.edu>
62726              Date: Wed, 2 Oct 2002 21:48:59 -0400
62727              Message-Id: <15771.41483.524281.299958@syllepsis.MIT.EDU>
62728      Branch: perl
62729            ! pp.c
62730 ____________________________________________________________________________
62731 [ 17967] By: hv                                    on 2002/10/02  15:04:57
62732         Log: Subject: [PATCH] reentrant buffers
62733              From: Jarkko Hietaniemi <jhi@iki.fi>
62734              Date: Fri, 27 Sep 2002 01:08:56 +0300
62735              Message-ID: <20020926220856.GA339120@lyta.hut.fi>
62736      Branch: perl
62737            ! INSTALL pod/perldiag.pod pod/perlthrtut.pod reentr.c reentr.pl
62738 ____________________________________________________________________________
62739 [ 17966] By: hv                                    on 2002/10/02  14:46:52
62740         Log: Subject: [PATCH] retropatch
62741              From: Jarkko Hietaniemi <jhi@iki.fi>
62742              Date: Fri, 27 Sep 2002 03:51:34 +0300
62743              Message-ID: <20020927005134.GB339120@lyta.hut.fi>
62744      Branch: perl
62745            + pod/perl573delta.pod
62746            ! MANIFEST pod/buildtoc.PL pod/perl.pod
62747 ____________________________________________________________________________
62748 [ 17965] By: hv                                    on 2002/10/02  14:42:21
62749         Log: op/tr.t test is affected by #17962
62750      Branch: perl
62751            ! t/op/tr.t
62752 ____________________________________________________________________________
62753 [ 17964] By: hv                                    on 2002/10/02  14:38:59
62754         Log: Subject: Re: [PATCH] Re: builtin die parsed differently to CORE::GLOBAL::die
62755              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
62756              Date: Tue, 1 Oct 2002 23:34:35 +0200
62757              Message-Id: <20021001233435.318514f3.rgarciasuarez@free.fr>
62758      Branch: perl
62759            ! t/op/override.t toke.c
62760 ____________________________________________________________________________
62761 [ 17963] By: hv                                    on 2002/10/02  14:15:22
62762         Log: Subject: Re: [perl #17376] Bug Report - our(%)
62763              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
62764              Date: Tue, 01 Oct 2002 09:54:30 -0700
62765              Message-ID: <GNdm9gzkgWOS092yn@efn.org>
62766      Branch: perl
62767            ! op.c pp_hot.c t/comp/our.t
62768 ____________________________________________________________________________
62769 [ 17962] By: ams                                   on 2002/10/02  14:10:07
62770         Log: Subject: [PATCH] no [] in tr///
62771              From: Jarkko Hietaniemi <jhi@iki.fi>
62772              Date: Wed, 2 Oct 2002 17:09:11 +0300
62773              Message-Id: <20021002140911.GH278184@lyta.hut.fi>
62774      Branch: perl
62775            ! pod/perldiag.pod toke.c
62776 ____________________________________________________________________________
62777 [ 17961] By: hv                                    on 2002/10/02  14:09:11
62778         Log: Subject: Re: Hash::Util::lock_keys inhibits bless
62779              From: andreas.koenig@anima.de (Andreas J. Koenig)
62780              Date: Mon, 30 Sep 2002 17:24:06 +0200
62781              Message-ID: <m3zntzwlex.fsf@k242.linux.bogus>
62782      Branch: perl
62783            ! lib/Hash/Util.pm
62784 ____________________________________________________________________________
62785 [ 17959] By: hv                                    on 2002/10/02  14:06:29
62786         Log: Subject: [DOCPATCH] Unicode porting advice
62787              From: andreas.koenig@anima.de (Andreas J. Koenig)
62788              Date: Fri, 27 Sep 2002 15:30:16 +0200
62789              Message-ID: <m3znu3zhjr.fsf@k242.linux.bogus>
62790      Branch: perl
62791            ! pod/perlunicode.pod
62792 ____________________________________________________________________________
62793 [ 17958] By: hv                                    on 2002/10/02  13:57:06
62794         Log: missing quote from #17957
62795      Branch: perl
62796            ! Porting/pumpkin.pod
62797 ____________________________________________________________________________
62798 [ 17957] By: hv                                    on 2002/10/02  13:55:56
62799         Log: document how to set APPLLIB_EXP
62800              Subject: Re: [perl #15957] error installing perl 5.8.0
62801              From: Andy Dougherty <doughera@lafayette.edu>
62802              Date: Fri, 27 Sep 2002 09:13:29 -0400 (EDT)
62803              Message-ID: <Pine.SOL.4.10.10209270902210.6800-100000@maxwell.phys.lafayette.edu>
62804      Branch: perl
62805            ! Porting/pumpkin.pod
62806 ____________________________________________________________________________
62807 [ 17956] By: hv                                    on 2002/10/02  13:51:12
62808         Log: Devel::Peek tests from:
62809              Subject: [PATCH] MGf_TAINTEDDIR and MGf_MINMATCH reuse unknown to dump.c
62810              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
62811              Date: Thu, 26 Sep 2002 22:16:39 -0700
62812              Message-ID: <3m+k9gzkgqnP092yn@efn.org>
62813      Branch: perl
62814            ! ext/Devel/Peek/Peek.t
62815 ____________________________________________________________________________
62816 [ 17955] By: hv                                    on 2002/10/02  13:43:26
62817         Log: add precedence warning for bitwise docs
62818              Subject: [PATCH] Bug in ARM's floating point emulation - Need someone, really...
62819              From: Mike Guy <mjtg@cam.ac.uk>
62820              Date: Thu, 26 Sep 2002 13:20:45 +0100
62821              Message-Id: <E17uXdN-0003ko-00@libra.cus.cam.ac.uk>
62822      Branch: perl
62823            ! pod/perlop.pod
62824 ____________________________________________________________________________
62825 [ 17954] By: hv                                    on 2002/10/02  13:18:01
62826         Log: Subject: [PATCH] Re: perlio bug?
62827              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
62828              Date: Wed, 25 Sep 2002 21:58:12 +0200
62829              Message-Id: <20020925215812.3b7adb0d.rgarciasuarez@free.fr>
62830      Branch: perl
62831            ! doio.c pod/perldiag.pod t/lib/warnings/doio
62832 ____________________________________________________________________________
62833 [ 17953] By: hv                                    on 2002/10/02  12:55:29
62834         Log: Subject: [PATCH pad.c,h] move all pad-related code to its own src file
62835              From: Dave Mitchell <davem@fdgroup.com>
62836              Date: Wed, 25 Sep 2002 23:40:23 +0100
62837              Message-ID: <20020925234023.A20044@fdgroup.com>
62838      Branch: perl
62839            + pad.c pad.h
62840            ! MANIFEST Makefile.SH Makefile.micro cop.h cv.h dump.c
62841            ! embed.fnc embed.h embedvar.h ext/B/B.xs ext/Devel/Peek/Peek.t
62842            ! op.c op.h perl.c perl.h perlapi.h pod/perlapi.pod
62843            ! pod/perlintern.pod pp.c pp_ctl.c pp_hot.c pp_sort.c pp_sys.c
62844            ! proto.h scope.c sv.c toke.c
62845 ____________________________________________________________________________
62846 [ 17952] By: hv                                    on 2002/10/02  11:23:38
62847         Log: better handling of whitespace in autodoc declarations; fragment from:
62848              Subject: [PATCH pad.c,h] move all pad-related code to its own src file
62849              From: Dave Mitchell <davem@fdgroup.com>
62850              Date: Wed, 25 Sep 2002 23:40:23 +0100
62851              Message-ID: <20020925234023.A20044@fdgroup.com>
62852      Branch: perl
62853            ! autodoc.pl
62854 ____________________________________________________________________________
62855 [ 17951] By: merijn                                on 2002/10/02  09:15:18
62856         Log: MakeMaker's INSTALLSITEMANXDIR Configure's counterpart
62857              Thu, 25 Jul 2002, Andy Dougherty
62858      Branch: perl
62859            ! Configure Policy_sh.SH
62860 ____________________________________________________________________________
62861 [ 17950] By: ams                                   on 2002/10/02  03:43:41
62862         Log: Add silly bandaid to stop segfaults on subsequent accesses to
62863              the Nullgv returned by gv_fetchpv() in S_scan_inputsymbol()
62864              (<$fred>).
62865      Branch: perl
62866            ! op.c
62867 ____________________________________________________________________________
62868 [ 17949] By: hv                                    on 2002/10/01  08:49:02
62869         Log: patch based on:
62870              Subject: Re: [perl #17376] Bug Report - our(%)
62871              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
62872              Date: Mon, 30 Sep 2002 15:22:18 -0700
62873              Message-ID: <a6Mm9gzkgK0P092yn@efn.org>
62874      Branch: perl
62875            ! op.c
62876 ____________________________________________________________________________
62877 [ 17948] By: hv                                    on 2002/10/01  08:26:44
62878         Log: Subject: [REPATCH lib/AutoLoader.pm] Remove Dependency on Exporter (take 2 or 3)
62879              From: chromatic <chromatic@wgz.org>
62880              Date: Fri, 13 Sep 2002 14:26:08 -0700
62881              Message-Id: <200209131426.08116.chromatic@wgz.org>
62882      Branch: perl
62883            ! lib/AutoLoader.pm
62884 ____________________________________________________________________________
62885 [ 17947] By: hv                                    on 2002/10/01  08:10:21
62886         Log: Subject: Re: sv_2pv_flags and ROK and UTF8 flags
62887              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
62888              Date: Wed, 11 Sep 2002 22:22:45 -0700
62889              Message-ID: <lSCg9gzkgymX092yn@efn.org>
62890      Branch: perl
62891            ! dump.c mg.h regexec.c sv.c t/op/pat.t
62892 ____________________________________________________________________________
62893 [ 17946] By: merijn                                on 2002/09/30  15:19:36
62894         Log: nanosleep on VMS not present
62895      Branch: perl
62896            ! configure.com
62897 ____________________________________________________________________________
62898 [ 17945] By: merijn                                on 2002/09/30  09:51:40
62899         Log: -Dgccansipedantic only for gcc 3+
62900              Mon, 30 Sep 2002, Jarkko Hietaniemi <jhi@iki.fi>
62901      Branch: perl
62902            ! Porting/pumpkin.pod cflags.SH
62903 ____________________________________________________________________________
62904 [ 17944] By: merijn                                on 2002/09/30  08:29:33
62905         Log: nanosleep probes as per Jarkko's request
62906      Branch: perl
62907            ! Configure NetWare/config_H.wc Porting/config.sh
62908            ! Porting/config_H config_h.SH epoc/config.sh perl.h
62909            ! win32/config.bc win32/config.gc win32/config.vc
62910            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
62911            ! win32/config_H.vc win32/config_H.vc64 wince/config.ce
62912            ! wince/config_H.ce
62913 ____________________________________________________________________________
62914 [ 17942] By: ams                                   on 2002/09/29  22:26:37
62915         Log: Remove package; (Heh heh.)
62916      Branch: perl
62917            ! gv.c intrpvar.h op.c perl.c perly.c perly.h perly.y
62918            ! perly_c.diff sv.c t/lib/warnings/op t/op/anonsub.t
62919            ! vms/perly_c.vms vms/perly_h.vms
62920 ____________________________________________________________________________
62921 [ 17941] By: hv                                    on 2002/09/29  12:11:06
62922         Log: Subject: [perl #16796] Configure script buglet
62923              From: "Amick, Eric" (via RT) <perlbug@perl.org>
62924              Date: 27 Aug 2002 20:09:29 -0000
62925              Message-Id: <rt-16796-35837.19.7072355819815@bugs6.perl.org>
62926      Branch: perl
62927            ! Configure
62928 ____________________________________________________________________________
62929 [ 17940] By: hv                                    on 2002/09/29  11:59:28
62930         Log: Subject: Re: [perl #17587] Attribute::Handlers and Config in 5.9.0
62931              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
62932              Date: Fri, 27 Sep 2002 13:52:18 +0200
62933              Message-Id: <20020927135218.3a20dd68.rgarciasuarez@free.fr>
62934      Branch: perl
62935            ! lib/Attribute/Handlers.pm
62936 ____________________________________________________________________________
62937 [ 17939] By: hv                                    on 2002/09/29  11:55:17
62938         Log: Subject: [perl #17222] [PATCH] h2ph and Fortran, other wacky headers on IRIX
62939              From: Allen Smith (via RT) <perlbug@perl.org>
62940              Date: 13 Sep 2002 03:01:30 -0000
62941              Message-Id: <rt-17222-37356.6.04859798196188@bugs6.perl.org>
62942      Branch: perl
62943            ! t/lib/h2ph.pht utils/h2ph.PL
62944 ____________________________________________________________________________
62945 [ 17938] By: rgs                                   on 2002/09/28  20:42:59
62946         Log: Email address change for Stéphane Payrard
62947      Branch: perl
62948            ! AUTHORS
62949 ____________________________________________________________________________
62950 [ 17937] By: hv                                    on 2002/09/27  10:05:42
62951         Log: Subject: Re: [REVISED PATCH] Magic v-strings
62952              From: John Peacock <jpeacock@rowman.com>
62953              Date: Thu, 19 Sep 2002 22:30:58 -0400
62954              Message-ID: <3D8A8862.3000602@rowman.com>
62955      Branch: perl
62956            ! sv.c util.c
62957 ____________________________________________________________________________
62958 [ 17936] By: hv                                    on 2002/09/27  10:00:42
62959         Log: Subject: [PATCH] configure.com -- don't exclude threads::shared
62960              From: "Craig A. Berry" <craigberry@mac.com>
62961              Date: Wed, 25 Sep 2002 17:14:33 -0500
62962              Message-ID: <3D923549.6050809@mac.com>
62963      Branch: perl
62964            ! configure.com
62965 ____________________________________________________________________________
62966 [ 17935] By: hv                                    on 2002/09/27  09:48:19
62967         Log: Subject: [PATCH 5.8.0 DOC] perlopentut.pod, #3: The last of the content changes.
62968              From: Andy Lester <andy@petdance.com>
62969              Date: Fri, 20 Sep 2002 12:23:41 -0500
62970              Message-ID: <20020920172341.GA15672@petdance.com>
62971      Branch: perl
62972            ! pod/perlopentut.pod
62973 ____________________________________________________________________________
62974 [ 17934] By: hv                                    on 2002/09/26  18:50:02
62975         Log: missing '.' in test from #17932
62976      Branch: perl
62977            ! t/lib/strict/subs
62978 ____________________________________________________________________________
62979 [ 17933] By: hv                                    on 2002/09/26  17:01:11
62980         Log: Subject: [PATCH] perl #17453
62981              From: Jarkko Hietaniemi <jhi@iki.fi>
62982              Date: Fri, 20 Sep 2002 17:22:45 +0300
62983              Message-ID: <20020920142245.GG280265@lyta.hut.fi>
62984      Branch: perl
62985            ! lib/utf8_heavy.pl t/op/pat.t
62986 ____________________________________________________________________________
62987 [ 17932] By: hv                                    on 2002/09/26  16:47:32
62988         Log: #17931 checked for wrong constant
62989      Branch: perl
62990            ! op.c
62991 ____________________________________________________________________________
62992 [ 17931] By: hv                                    on 2002/09/26  16:29:26
62993         Log: Subject: [PATCH] [perl #10021] Fixing bareword usage under strict.pm
62994              From: Kay_Röpke <kay@dolphin-services.de>
62995              Date: Fri, 20 Sep 2002 16:09:08 +0200
62996              Message-Id: <8775B355-CCA2-11D6-AADE-000393414688@dolphin-services.de>
62997      Branch: perl
62998            ! op.c t/lib/strict/subs
62999 ____________________________________________________________________________
63000 [ 17930] By: hv                                    on 2002/09/26  15:56:07
63001         Log: Subject: [perl #17445] Class::Struct patch: version number, examples
63002              From: Ken Neighbors (via RT) <perlbug@perl.org>
63003              Date: 19 Sep 2002 18:48:22 -0000
63004              Message-Id: <rt-17445-38150.7.26118647008619@bugs6.perl.org>
63005      Branch: perl
63006            ! lib/Class/Struct.pm
63007 ____________________________________________________________________________
63008 [ 17928] By: hv                                    on 2002/09/26  09:54:05
63009         Log: Subject: [PATCH] bug in utf8.c(?)
63010              From: Marty Pauley <marty+p5p@kasei.com>
63011              Date: Fri, 20 Sep 2002 10:55:33 +0100
63012              Subject: [PATCH] bug in utf8.c(?)
63013      Branch: perl
63014            ! utf8.c
63015 ____________________________________________________________________________
63016 [ 17927] By: hv                                    on 2002/09/26  09:37:19
63017         Log: Subject: [PATCH] Re: [perl #17439] broken Locale::Language in a UTF environment
63018              From: Marty Pauley <marty+p5p@kasei.com>
63019              Date: Fri, 20 Sep 2002 09:52:16 +0100
63020              Message-Id: 20020920085216.GC10512@soto.kasei.com
63021      Branch: perl
63022            ! lib/Locale/Codes/t/languages.t lib/Locale/Language.pm
63023 ____________________________________________________________________________
63024 [ 17926] By: hv                                    on 2002/09/26  09:28:06
63025         Log: Subject: [PATCH] defuse installusrbinperl
63026              From: Jarkko Hietaniemi <jhi@iki.fi>
63027              Date: Thu, 19 Sep 2002 18:01:03 +0300
63028              Message-ID: <20020919150103.GI208696@lyta.hut.fi>
63029      Branch: perl
63030            ! Configure
63031 ____________________________________________________________________________
63032 [ 17925] By: hv                                    on 2002/09/26  09:15:55
63033         Log: Subject: [PATCH v2] enable -ansi -pedantic
63034              From: Jarkko Hietaniemi <jhi@iki.fi>
63035              Date: Wed, 18 Sep 2002 01:19:25 +0300
63036              Message-ID: <20020917221925.GF85044@lyta.hut.fi>
63037      Branch: perl
63038            ! Configure Porting/pumpkin.pod cflags.SH doio.c mg.c perl.c
63039            ! perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c sv.h toke.c util.c
63040 ____________________________________________________________________________
63041 [ 17924] By: hv                                    on 2002/09/26  08:44:16
63042         Log: Subject: [PATCH] ANSI-clean? (was Re: [PATCH] COW for ithreads)
63043              From: Nicholas Clark <nick@unfortu.net>
63044              Date: Sat, 14 Sep 2002 18:49:10 +0100
63045              Message-ID: <20020914174909.GG285@Bagpuss.unfortu.net>
63046      Branch: perl
63047            ! sv.c
63048 ____________________________________________________________________________
63049 [ 17923] By: hv                                    on 2002/09/26  08:33:54
63050         Log: Subject: [PATCH] Re: Advice on coredump
63051              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
63052              Date: Wed, 18 Sep 2002 22:14:57 +0200
63053              Message-Id: <20020918221457.16cb1b43.rgarciasuarez@free.fr>
63054      Branch: perl
63055            ! op.c t/op/closure.t
63056 ____________________________________________________________________________
63057 [ 17922] By: hv                                    on 2002/09/26  08:25:28
63058         Log: Subject: Re: [PATCH] spurious t/auto directory appears
63059              From: Michael G Schwern <schwern@pobox.com>
63060              Date: Fri, 13 Sep 2002 23:56:05 -0400
63061              Message-ID: <20020914035605.GF18928@ool-18b93024.dyn.optonline.net>
63062      Branch: perl
63063            ! lib/ExtUtils/t/Installed.t
63064 ____________________________________________________________________________
63065 [ 17921] By: hv                                    on 2002/09/26  08:21:59
63066         Log: add TODO tests for slow our() declaration
63067              Subject: Re: [perl #17376] Bug Report - our(%)
63068              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
63069              Date: Thu, 19 Sep 2002 22:34:01 -0700
63070              Message-ID: <JNri9gzkgSBB092yn@efn.org>
63071      Branch: perl
63072            + t/comp/our.t
63073            ! MANIFEST
63074 ____________________________________________________________________________
63075 [ 17920] By: hv                                    on 2002/09/26  08:16:43
63076         Log: LEAKTEST is dead, RIP
63077              Subject: Re: [perl #17197] SIGSEGV in perl 5.8.0 multithread build with -DLEAKTEST
63078              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
63079              Date: Mon, 23 Sep 2002 18:33:12 +0200
63080              Message-Id: <20020923182824.C7B6.H.M.BRAND@hccnet.nl>
63081      Branch: perl
63082            ! av.c embed.fnc embed.h ext/GDBM_File/GDBM_File.xs global.sym
63083            ! handy.h perl.c perl.h pod/perlrun.pod proto.h sv.c util.c
63084 ____________________________________________________________________________
63085 [ 17919] By: hv                                    on 2002/09/26  07:59:42
63086         Log: Subject: [PATCH] AIX hints missinga  >&4
63087              From: Jarkko Hietaniemi <jhi@iki.fi>
63088              Date: Fri, 13 Sep 2002 16:48:42 +0300
63089              Message-ID: <20020913134842.GD8929@lyta.hut.fi>
63090      Branch: perl
63091            ! hints/aix.sh
63092 ____________________________________________________________________________
63093 [ 17918] By: hv                                    on 2002/09/26  07:51:10
63094         Log: Subject: [PATCH] perldoc -f stat (perlfunc.pod)
63095              From: "Brendan O'Dea" <bod@debian.org>
63096              Date: Mon, 23 Sep 2002 22:45:40 +1000
63097              Message-ID: <20020923124540.GB28031@londo.odea.dropbear.id.au>
63098      Branch: perl
63099            ! pod/perlfunc.pod
63100 ____________________________________________________________________________
63101 [ 17917] By: hv                                    on 2002/09/26  07:46:43
63102         Log: Subject: Re: [perl #17141] Text::Wrap "this should not happen" message
63103              From: Slaven Rezic <slaven.rezic@berlin.de>
63104              Date: 11 Sep 2002 19:37:09 +0200
63105              Message-ID: <871y80a0my.fsf@vran.herceg.de>
63106      Branch: perl
63107            ! lib/Text/TabsWrap/t/wrap.t lib/Text/Wrap.pm
63108 ____________________________________________________________________________
63109 [ 17916] By: hv                                    on 2002/09/26  07:31:42
63110         Log: Subject: [PATCH 5.8.0] perlembed.pod: make some examples work with multiplicity
63111              From: "Brendan O'Dea" <bod@debian.org>
63112              Date: Tue, 10 Sep 2002 09:19:05 +1000
63113              Message-ID: <20020909231905.GA31868@londo.odea.dropbear.id.au>
63114      Branch: perl
63115            ! pod/perlembed.pod
63116 ____________________________________________________________________________
63117 [ 17915] By: rgs                                   on 2002/09/24  20:19:22
63118         Log: Patch #17914 was empty ; this should have been applied instead.
63119      Branch: perl
63120            ! hints/aix.sh
63121 ____________________________________________________________________________
63122 [ 17914] By: rgs                                   on 2002/09/21  19:58:57
63123         Log: Subject: [PATCH] PASE saga continues
63124              From: Jarkko Hietaniemi <jhi@iki.fi>
63125              Date: Thu, 19 Sep 2002 23:30:20 +0300
63126              Message-ID: <20020919203020.GB274453@lyta.hut.fi>
63127      Branch: perl
63128            ! hints/aix.sh
63129 ____________________________________________________________________________
63130 [ 17913] By: rgs                                   on 2002/09/21  19:46:56
63131         Log: Subject: [PATCH perl@17882] file spec tweaks for VMS
63132              From: "Craig A. Berry" <craigberry@mac.com>
63133              Date: Wed, 18 Sep 2002 16:57:02 -0500
63134              Message-ID: <3D88F6AE.3020708@mac.com>
63135      Branch: perl
63136            ! lib/File/Spec/VMS.pm vms/ext/filespec.t
63137 ____________________________________________________________________________
63138 [ 17912] By: ams                                   on 2002/09/19  17:21:24
63139         Log: Subject: [PATCH] AIX test shouldn't trip OS/400 PASE
63140              From: Jarkko Hietaniemi <jhi@iki.fi>
63141              Date: Thu, 19 Sep 2002 18:59:48 +0300
63142              Message-Id: <20020919155948.GU208696@lyta.hut.fi>
63143
63144              Subject: [PATCH] more PASE tweakage
63145              From: Jarkko Hietaniemi <jhi@iki.fi>
63146              Date: Thu, 19 Sep 2002 18:01:44 +0300
63147              Message-Id: <20020919150144.GJ208696@lyta.hut.fi>
63148      Branch: perl
63149            ! README.os400 hints/aix.sh
63150 ____________________________________________________________________________
63151 [ 17911] By: ams                                   on 2002/09/17  19:29:53
63152         Log: Typo fix.
63153      Branch: perl
63154            ! ext/POSIX/POSIX.pod
63155 ____________________________________________________________________________
63156 [ 17910] By: ams                                   on 2002/09/17  18:09:32
63157         Log: Fix #17375 (rcatline didn't work on a formerly-defined undef) by
63158              checking for SvOK in do_readline().
63159      Branch: perl
63160            ! pp_hot.c t/op/gv.t
63161 ____________________________________________________________________________
63162 [ 17909] By: rgs                                   on 2002/09/16  21:49:27
63163         Log: Pod formatting nit, found by Merijn and Jos Boumans.
63164      Branch: perl
63165            ! pod/perlunicode.pod
63166 ____________________________________________________________________________
63167 [ 17908] By: rgs                                   on 2002/09/16  21:34:55
63168         Log: Subject: [perl #17340] When used/requied Locale::*** modules unexpectedly modify $_
63169              From: (Ilya Martynov) (via RT) <perlbug@perl.org>
63170              Date: 15 Sep 2002 19:06:56 -0000
63171              Message-Id: <rt-17340-37749.5.67862754668525@bugs6.perl.org>
63172      Branch: perl
63173            ! lib/Locale/Country.pm lib/Locale/Currency.pm
63174            ! lib/Locale/Language.pm lib/Locale/Script.pm
63175 ____________________________________________________________________________
63176 [ 17907] By: rgs                                   on 2002/09/16  20:33:51
63177         Log: Subject: Re: [perl #17174] perl 5.8.0 fails tests on NetBSD/Alpha
63178              From: Jarkko Hietaniemi <jhi@iki.fi>
63179              Date: Sun, 15 Sep 2002 18:02:17 +0300
63180              Message-ID: <20020915150217.GB21300@lyta.hut.fi>
63181      Branch: perl
63182            ! hints/netbsd.sh
63183 ____________________________________________________________________________
63184 [ 17906] By: rgs                                   on 2002/09/15  11:30:38
63185         Log: Fix pod/perlmodlib.PL (it wasn't generating a complete list
63186              of modules.) Regenerate pod/perlmodlib.pod. Add a warning :
63187              not all modules listed in perlmodlib are necessarily installed.
63188              Plus some corrections by Vincent Lefevre.
63189      Branch: perl
63190            ! lib/Term/ReadLine.pm pod/perlmodlib.PL pod/perlmodlib.pod
63191 ____________________________________________________________________________
63192 [ 17904] By: merijn                                on 2002/09/13  14:02:18
63193         Log: Tabs erroneusly expanded to spaces, causing AIX to fail
63194              in building DProf
63195      Branch: perl
63196            ! Configure
63197 ____________________________________________________________________________
63198 [ 17902] By: merijn                                on 2002/09/13  07:47:29
63199         Log: configure.com needs d_modflproto
63200              Thu 12 Sep 2002 23:19, "Craig A. Berry"
63201      Branch: perl
63202            ! configure.com
63203 ____________________________________________________________________________
63204 [ 17901] By: rgs                                   on 2002/09/12  20:19:55
63205         Log: Subject: [PATCH] more PASE wisdom
63206              From: Jarkko Hietaniemi <jhi@iki.fi>
63207              Date: Fri, 13 Sep 2002 00:17:39 +0300
63208              Message-ID: <20020912211739.GB6980@lyta.hut.fi>
63209      Branch: perl
63210            ! README.os400
63211 ____________________________________________________________________________
63212 [ 17900] By: rgs                                   on 2002/09/12  19:33:06
63213         Log: Fix a syntax incompatibility introduced by the // operator.
63214              (Note that C<print $fh //> is still a syntax error, it
63215              wasn't with perl 5.8.0.)
63216      Branch: perl
63217            ! t/op/dor.t toke.c
63218 ____________________________________________________________________________
63219 [ 17898] By: rgs                                   on 2002/09/11  20:58:46
63220         Log: Fix bug #17006 : remove spurious do{} in the deparsing
63221              of s/.../.../e.
63222      Branch: perl
63223            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
63224 ____________________________________________________________________________
63225 [ 17897] By: rgs                                   on 2002/09/11  20:56:21
63226         Log: Subject: [perl #17119] typo in utils/dprofpp.PL
63227              From: "Todd C. Miller" (via RT) <perlbug@perl.org>
63228              Date: 10 Sep 2002 18:49:56 -0000
63229              Message-ID: <rt-17119-37126.4.55444095171472@bugs6.perl.org>
63230      Branch: perl
63231            ! utils/dprofpp.PL
63232 ____________________________________________________________________________
63233 [ 17896] By: merijn                                on 2002/09/11  08:31:45
63234         Log: re-synced Configure to backported metaunits
63235      Branch: perl
63236            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
63237            ! config_h.SH
63238 ____________________________________________________________________________
63239 [ 17892] By: merijn                                on 2002/09/10  15:43:53
63240         Log: Callback behaviour in hints
63241              Mon, 9 Sep 2002, Allen Smith
63242      Branch: perl
63243            ! hints/README.hints
63244 ____________________________________________________________________________
63245 [ 17888] By: merijn                                on 2002/09/10  09:20:52
63246         Log: New low-price HP servers
63247      Branch: perl
63248            ! README.hpux
63249 ____________________________________________________________________________
63250 [ 17887] By: rgs                                   on 2002/09/09  21:00:08
63251         Log: Subject: Re: [PATCH] Quieten warnings in Deparse.pm
63252              From: Paul Johnson <paul@pjcj.net>
63253              Date: Mon, 9 Sep 2002 23:37:33 +0200
63254              Message-ID: <20020909213733.GD879@pjcj.net>
63255      Branch: perl
63256            ! ext/B/B/Deparse.pm
63257 ____________________________________________________________________________
63258 [ 17886] By: rgs                                   on 2002/09/09  20:38:01
63259         Log: Subject: [PATCH] Re: [PATCH] Attempt at speeding up Config.pm.  Didn't work.
63260              From: Nicholas Clark <nick@unfortu.net>
63261              Date: Sun, 8 Sep 2002 23:05:54 +0100
63262              Message-ID: <20020908220553.GO286@Bagpuss.unfortu.net>
63263      Branch: perl
63264            ! configpm
63265 ____________________________________________________________________________
63266 [ 17885] By: rgs                                   on 2002/09/09  20:35:34
63267         Log: Subject: [PATCH] strict.pm pod at __END__
63268              From: Nicholas Clark <nick@unfortu.net>
63269              Date: Sun, 8 Sep 2002 22:36:09 +0100
63270              Message-ID: <20020908213608.GM286@Bagpuss.unfortu.net>
63271      Branch: perl
63272            ! lib/strict.pm
63273 ____________________________________________________________________________
63274 [ 17884] By: rgs                                   on 2002/09/09  19:33:11
63275         Log: Subject: [PATCH] File/Find/t/find.t tests 1 and 2 (was Re: [perl #17061] no strict 'garbage')
63276              From: Nicholas Clark <nick@unfortu.net>
63277              Date: Sun, 8 Sep 2002 19:45:52 +0100
63278              Message-ID: <20020908184551.GH286@Bagpuss.unfortu.net>
63279      Branch: perl
63280            ! lib/File/Find/t/find.t
63281 ____________________________________________________________________________
63282 [ 17883] By: rgs                                   on 2002/09/09  19:10:08
63283         Log: Subject: [PATCH] Quieten warnings in Deparse.pm
63284              From: Paul Johnson <paul@pjcj.net>
63285              Date: Sun, 8 Sep 2002 23:50:11 +0200
63286              Message-ID: <20020908215011.GA879@pjcj.net>
63287      Branch: perl
63288            ! ext/B/B/Deparse.pm
63289 ____________________________________________________________________________
63290 [ 17882] By: hv                                    on 2002/09/09  10:33:58
63291         Log: Update Changes
63292      Branch: perl
63293            ! Changes patchlevel.h
63294 ____________________________________________________________________________
63295 [ 17881] By: hv                                    on 2002/09/09  09:54:55
63296         Log: Subject: Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.t
63297              From: "Allen Smith" <easmith@beatrice.rutgers.edu>
63298              Date: Mon, 9 Sep 2002 01:48:08 -0400
63299              Message-Id: <10209090148.ZM1555835@puck2.rutgers.edu>
63300      Branch: perl
63301            ! perl.h sv.c
63302 ____________________________________________________________________________
63303 [ 17880] By: hv                                    on 2002/09/09  09:33:55
63304         Log: integrate Math::BigInt-1.63
63305              Subject: Re: [perl #16997] Math::BigFloat hang on bsqrt [ANNOUNCE v1.63
63306              From: Tels <perl_dummy@bloodgate.com>
63307              Date: Mon, 09 Sep 2002 00:23:01 +0200 (CEST)
63308              Message-Id: <200209082022.g88KMGY20194@crypt.org>
63309      Branch: perl
63310            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
63311            ! lib/Math/BigInt/t/bare_mif.t lib/Math/BigInt/t/constant.t
63312            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
63313            ! lib/Math/BigInt/t/sub_mif.t
63314 ____________________________________________________________________________
63315 [ 17879] By: hv                                    on 2002/09/09  09:23:53
63316         Log: Subject: [PATCH] Configure locincpth vs Jaguar gcc 3
63317              From: Jarkko Hietaniemi <jhi@iki.fi>
63318              Date: Mon, 9 Sep 2002 00:07:46 +0300
63319              Message-ID: <20020908210746.GB4136@lyta.hut.fi>
63320      Branch: perl
63321            ! Configure
63322 ____________________________________________________________________________
63323 [ 17878] By: hv                                    on 2002/09/09  09:11:57
63324         Log: small grammar fix in Benchmark docs
63325      Branch: perl
63326            ! lib/Benchmark.pm
63327 ____________________________________________________________________________
63328 [ 17877] By: hv                                    on 2002/09/09  09:09:30
63329         Log: Subject: [PATCH] configpm
63330              From: Abe Timmerman <abe@ztreet.demon.nl>
63331              Date: Sun, 8 Sep 2002 17:21:19 +0200
63332              Message-Id: <200209081721.19233.abe@ztreet.demon.nl>
63333      Branch: perl
63334            ! configpm
63335 ____________________________________________________________________________
63336 [ 17876] By: hv                                    on 2002/09/09  08:48:35
63337         Log: Subject: Re: Smoke 17849 MSWin32 (w2k/GCC)
63338              From: Abe Timmerman <abe@ztreet.demon.nl>
63339              Date: Mon, 9 Sep 2002 01:32:19 +0200
63340              Message-Id: <200209090132.19891.abe@ztreet.demon.nl>
63341      Branch: perl
63342            ! makedef.pl
63343 ____________________________________________________________________________
63344 [ 17875] By: rgs                                   on 2002/09/08  18:55:01
63345         Log: Subject: [PATCH] cleanup temp files (was Re: Smoke 17805 irix 6.5 6.5.16m IP32 r5000 /usr/share/src/cpan-current-benedick)
63346              From: Nicholas Clark <nick@unfortu.net>
63347              Date: Sun, 8 Sep 2002 15:46:44 +0100
63348              Message-ID: <20020908144643.GC286@Bagpuss.unfortu.net>
63349
63350              Plus two other similar tweaks
63351      Branch: perl
63352            ! ext/SDBM_File/sdbm.t
63353 ____________________________________________________________________________
63354 [ 17874] By: hv                                    on 2002/09/08  17:10:38
63355         Log: Subject: Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.t
63356              From: "Allen Smith" <easmith@beatrice.rutgers.edu>
63357              Date: Sat, 7 Sep 2002 05:25:45 -0400
63358              Message-Id: <10209070525.ZM1584639@puck2.rutgers.edu>
63359      Branch: perl
63360            ! hints/irix_6.sh numeric.c perl.h sv.c t/base/num.t
63361            ! t/op/sprintf.t
63362 ____________________________________________________________________________
63363 [ 17873] By: hv                                    on 2002/09/08  16:48:54
63364         Log: Subject: [PATCH] COW for ithreads (was Re: what copies scalars in ithreads?)
63365              From: Nicholas Clark <nick@unfortu.net>
63366              Date: Sat, 7 Sep 2002 00:20:53 +0100
63367              Message-ID: <20020906232052.GB901@Bagpuss.unfortu.net>
63368      Branch: perl
63369            ! op.c sv.c
63370 ____________________________________________________________________________
63371 [ 17872] By: hv                                    on 2002/09/08  16:35:46
63372         Log: temporarily skip failing Storable tests caused by #17869
63373      Branch: perl
63374            ! ext/Storable/t/code.t
63375 ____________________________________________________________________________
63376 [ 17871] By: hv                                    on 2002/09/08  16:23:49
63377         Log: Subject: [PATCH] tiddly tidy up for util.c
63378              From: Nicholas Clark <nick@unfortu.net>
63379              Date: Fri, 6 Sep 2002 23:00:14 +0100
63380              Message-ID: <20020906220013.GD428@Bagpuss.unfortu.net>
63381      Branch: perl
63382            ! util.c
63383 ____________________________________________________________________________
63384 [ 17870] By: hv                                    on 2002/09/08  16:21:23
63385         Log: regularise whitespace and formatting in util.c
63386      Branch: perl
63387            ! util.c
63388 ____________________________________________________________________________
63389 [ 17869] By: hv                                    on 2002/09/08  15:46:08
63390         Log: Subject: [perl #17061] no strict 'garbage'
63391              From: Elizabeth Mattijsen (via RT) <perlbug@perl.org>
63392              Date: 6 Sep 2002 19:31:02 -0000
63393              Message-Id: <rt-17061-36808.6.19994322284541@bugs6.perl.org>
63394              Date: Sat, 07 Sep 2002 13:40:22 +0200
63395              Message-Id: <4.2.0.58.20020907133846.02476d40@mickey.dijkmat.nl>
63396      Branch: perl
63397            ! lib/strict.pm lib/strict.t
63398 ____________________________________________________________________________
63399 [ 17868] By: hv                                    on 2002/09/08  15:24:08
63400         Log: small fix to perl58delta for MIME::QuotedPrint, from Jarkko
63401      Branch: perl
63402            ! pod/perl58delta.pod
63403 ____________________________________________________________________________
63404 [ 17867] By: hv                                    on 2002/09/08  15:10:46
63405         Log: Subject: [PATCH] allow using hires time() in Benchmark
63406              From: Jarkko Hietaniemi <jhi@iki.fi>
63407              Date: Fri, 6 Sep 2002 00:38:11 +0300
63408              Message-ID: <20020905213811.GA23771@lyta.hut.fi>
63409      Branch: perl
63410            ! lib/Benchmark.pm
63411 ____________________________________________________________________________
63412 [ 17866] By: hv                                    on 2002/09/08  15:06:05
63413         Log: Subject: [PATCH] OS/400 PASE symbol scan tweak
63414              From: Jarkko Hietaniemi <jhi@kosh.hut.fi>
63415              Date: Thu, 5 Sep 2002 21:46:20 +0300 (EET DST)
63416              Message-Id: <200209051846.g85IkKOk013697@kosh.hut.fi>
63417      Branch: perl
63418            ! Configure
63419 ____________________________________________________________________________
63420 [ 17865] By: hv                                    on 2002/09/08  15:03:23
63421         Log: Subject: Unicode::Collate 0.23 Released
63422              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
63423              Date: Thu, 05 Sep 2002 23:28:32 +0900
63424              Message-Id: <20020905232316.8151.BQW10602@nifty.com>
63425      Branch: perl
63426            + lib/Unicode/Collate/t/index.t
63427            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
63428            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
63429 ____________________________________________________________________________
63430 [ 17864] By: hv                                    on 2002/09/08  14:55:31
63431         Log: Subject: sv_2pv_flags and ROK and UTF8 flags
63432              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
63433              Date: Wed, 04 Sep 2002 21:09:01 -0700
63434              Message-ID: <djtd9gzkgyLd092yn@efn.org>
63435              Date: Fri, 06 Sep 2002 09:23:03 -0700
63436              Message-ID: <nZNe9gzkgKdH092yn@efn.org>
63437      Branch: perl
63438            ! lib/overload.t sv.c sv.h t/op/pat.t
63439 ____________________________________________________________________________
63440 [ 17863] By: hv                                    on 2002/09/08  14:11:54
63441         Log: setting PERL_CORE as in #17861 violates assumptions made by taint tests
63442      Branch: perl
63443            ! t/op/taint.t
63444 ____________________________________________________________________________
63445 [ 17862] By: hv                                    on 2002/09/08  14:01:07
63446         Log: Subject: [PATCH t/TestInit.pm] Set env PERL_CORE
63447              From: Michael G Schwern <schwern@pobox.com>
63448              Date: Wed, 4 Sep 2002 11:38:01 -0700
63449              Message-ID: <20020904183801.GF8367@ool-18b93024.dyn.optonline.net>
63450      Branch: perl
63451            ! t/TestInit.pm
63452 ____________________________________________________________________________
63453 [ 17861] By: hv                                    on 2002/09/08  13:58:10
63454         Log: Subject: Re: [PATCH t/test.pl] Let is/isnt() handle undef without warnings
63455              From: Michael G Schwern <schwern@pobox.com>
63456              Date: Fri, 6 Sep 2002 14:03:16 -0700
63457              Message-ID: <20020906210315.GC808@ool-18b93024.dyn.optonline.net>
63458      Branch: perl
63459            ! t/test.pl
63460 ____________________________________________________________________________
63461 [ 17860] By: hv                                    on 2002/09/08  13:48:49
63462         Log: #17859 misuses s/// return values
63463      Branch: perl
63464            ! configpm
63465 ____________________________________________________________________________
63466 [ 17859] By: hv                                    on 2002/09/08  13:17:46
63467         Log: Subject: Re: [PATCH] Attempt at speeding up Config.pm.  Didn't work.
63468              From: Nicholas Clark <nick@unfortu.net>
63469              Date: Mon, 2 Sep 2002 23:22:32 +0100
63470              Message-ID: <20020902222231.GG284@Bagpuss.unfortu.net>
63471      Branch: perl
63472            ! configpm
63473 ____________________________________________________________________________
63474 [ 17850] By: ams                                   on 2002/09/06  03:31:32
63475         Log: Subject: [PATCH] (mostly (Unicode)) pod nits
63476              From: Jarkko Hietaniemi <jhi@iki.fi>
63477              Date: Fri, 6 Sep 2002 06:01:57 +0300
63478              Message-Id: <20020906030157.GA28252@lyta.hut.fi>
63479      Branch: perl
63480            ! pod/perl.pod pod/perlunicode.pod pod/perluniintro.pod
63481 ____________________________________________________________________________
63482 [ 17849] By: gsar                                  on 2002/09/05  06:28:36
63483         Log: document setting the email address
63484      Branch: perl
63485            ! Porting/repository.pod
63486 ____________________________________________________________________________
63487 [ 17848] By: hv                                    on 2002/09/04  23:12:15
63488         Log: AUTHORS: preferred address for Allen Smith
63489      Branch: perl
63490            ! AUTHORS
63491 ____________________________________________________________________________
63492 [ 17847] By: hv                                    on 2002/09/04  23:10:37
63493         Log: copy on write: fixes and debugging
63494              Subject: what copies scalars in ithreads?
63495              From: Nicholas Clark <nick@unfortu.net>
63496              Date: Wed, 4 Sep 2002 21:52:47 +0100
63497              Message-ID: <20020904205247.GA280@Bagpuss.unfortu.net>
63498      Branch: perl
63499            ! sv.c
63500 ____________________________________________________________________________
63501 [ 17846] By: hv                                    on 2002/09/04  23:02:43
63502         Log: Subject: Re: [PATCH] A variety of README nitpicks.
63503              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
63504              Date: Wed, 04 Sep 2002 09:10:05 +0200
63505              Message-Id: <20020904090853.F13D.H.M.BRAND@hccnet.nl>
63506      Branch: perl
63507            ! README.hpux
63508 ____________________________________________________________________________
63509 [ 17845] By: hv                                    on 2002/09/04  15:06:33
63510         Log: Avoid 'unportable' warnings for lib/Math/BigInt/t/constant.t
63511      Branch: perl
63512            ! lib/Math/BigInt/t/constant.t
63513 ____________________________________________________________________________
63514 [ 17844] By: hv                                    on 2002/09/04  14:32:19
63515         Log: #17836 (DB_File-1.805) misses a couple of dTHX declarations
63516      Branch: perl
63517            ! ext/DB_File/DB_File.xs
63518 ____________________________________________________________________________
63519 [ 17843] By: hv                                    on 2002/09/04  14:09:13
63520         Log: #17842 was only half the story
63521              Subject: [PATCH deb.c] Re: HiRes failure is success?
63522              From: Dave Mitchell <davem@fdgroup.com>
63523              Date: Wed, 4 Sep 2002 16:11:15 +0100
63524              Message-ID: <20020904161115.E27603@fdgroup.com>
63525      Branch: perl
63526            ! deb.c
63527 ____________________________________________________________________________
63528 [ 17842] By: hv                                    on 2002/09/04  14:04:40
63529         Log: printf argument mismatch in Perl_deb_stack_all() from change #17718
63530      Branch: perl
63531            ! deb.c
63532 ____________________________________________________________________________
63533 [ 17841] By: hv                                    on 2002/09/04  13:57:27
63534         Log: Subject: [PATCH] op/getpid.t failure
63535              From: Michael G Schwern <schwern@pobox.com>
63536              Date: Tue, 3 Sep 2002 17:48:24 -0700
63537              Message-ID: <20020904004824.GG2701@ool-18b93024.dyn.optonline.net>
63538      Branch: perl
63539            ! t/op/getpid.t
63540 ____________________________________________________________________________
63541 [ 17840] By: hv                                    on 2002/09/04  13:55:20
63542         Log: Subject: [PATCH] File::Basename doesn't lazy load Carp right.
63543              and Subject: [PATCH] More modules that don't lazy load Carp right.
63544              From: Michael G Schwern <schwern@pobox.com>
63545              Date: Tue, 3 Sep 2002 17:21:57 -0700
63546              Message-ID: <20020904002157.GD2701@ool-18b93024.dyn.optonline.net>
63547              and Message-ID: <20020904003857.GE2701@ool-18b93024.dyn.optonline.net>
63548      Branch: perl
63549            ! ext/Encode/Unicode/Unicode.pm
63550            ! ext/Encode/lib/Encode/Encoding.pm ext/Sys/Hostname/Hostname.pm
63551            ! lib/File/Basename.pm
63552 ____________________________________________________________________________
63553 [ 17839] By: hv                                    on 2002/09/04  13:47:12
63554         Log: Subject: Re: [PATCH 5.8.0] add accessors for POSIX::SigAction
63555              From: "Brendan O'Dea" <bod@debian.org>
63556              Date: Wed, 4 Sep 2002 02:36:10 +1000
63557              Message-ID: <20020903163610.GA14595@londo.odea.dropbear.id.au>
63558      Branch: perl
63559            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
63560 ____________________________________________________________________________
63561 [ 17838] By: hv                                    on 2002/09/04  13:41:27
63562         Log: Subject: [PATCHes] Still no working Berkeley DB in OS X 10.2
63563              From: =?ISO-8859-1?Q?Kay_R=F6pke?= <kay@dolphin-services.de>
63564              Date: Tue, 3 Sep 2002 13:46:18 +0200
63565              Message-Id: <C287A20E-BF32-11D6-A454-000393414688@dolphin-services.de>
63566      Branch: perl
63567            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-recno.t
63568 ____________________________________________________________________________
63569 [ 17837] By: hv                                    on 2002/09/04  13:38:27
63570         Log: Subject: [PATCH lib/Config.t] test grandfathered Config variables
63571              From: Michael G Schwern <schwern@pobox.com>
63572              Date: Mon, 2 Sep 2002 22:29:07 -0700
63573              Message-ID: <20020903052907.GR8061@ool-18b93024.dyn.optonline.net>
63574      Branch: perl
63575            ! lib/Config.t
63576 ____________________________________________________________________________
63577 [ 17836] By: hv                                    on 2002/09/04  13:35:36
63578         Log: Subject: [PATCH] DB_File 1.805
63579              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
63580              Date: Mon, 2 Sep 2002 23:56:40 +0100
63581              Message-ID: <AIEAJICLCBDNAAOLLOKLAEMCFFAA.Paul.Marquess@btinternet.com>
63582      Branch: perl
63583            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
63584            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
63585            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
63586            ! ext/DB_File/t/db-recno.t ext/DB_File/typemap
63587 ____________________________________________________________________________
63588 [ 17835] By: hv                                    on 2002/09/04  13:23:17
63589         Log: fix coredump after 64k-deep recursion
63590              Subject: Re: debugging coredump with -DD
63591              From: hv@crypt.org
63592              Date: Tue, 03 Sep 2002 14:34:20 +0100
63593              Message-Id: <200209031334.g83DYLN09709@crypt.compulink.co.uk>
63594      Branch: perl
63595            ! cop.h t/op/recurse.t
63596 ____________________________________________________________________________
63597 [ 17834] By: hv                                    on 2002/09/04  13:08:36
63598         Log: perldoc: allow arguments for pager
63599              Subject: perldoc patch for better $Config{pager} support, mandir patch, fhs patch
63600              From: Chip Turner <cturner@redhat.com>
63601              Date: 02 Sep 2002 01:17:23 -0400
63602              Message-ID: <vzku1l9x95o.fsf@minbar.devel.redhat.com>
63603      Branch: perl
63604            ! utils/perldoc.PL
63605 ____________________________________________________________________________
63606 [ 17833] By: hv                                    on 2002/09/04  12:55:54
63607         Log: Subject: [PATCH] use sysconf(_SC_CLK_TCK) for times()
63608              From: Jarkko Hietaniemi <jhi@iki.fi>
63609              Date: Sun, 1 Sep 2002 19:23:55 +0300
63610              Message-ID: <20020901162355.GH12536@lyta.hut.fi>
63611      Branch: perl
63612            ! embedvar.h intrpvar.h perl.c perlapi.h pp_sys.c
63613 ____________________________________________________________________________
63614 [ 17832] By: hv                                    on 2002/09/04  12:39:42
63615         Log: Subject: Re: [PATCH] Correct/completes Overloading in XS mods
63616              From: John Peacock <jpeacock@rowman.com>
63617              Date: Sun, 01 Sep 2002 15:00:12 -0400
63618              Message-ID: <3D7263BC.9020608@rowman.com>
63619      Branch: perl
63620            ! lib/ExtUtils/xsubpp pod/perlxs.pod
63621 ____________________________________________________________________________
63622 [ 17831] By: hv                                    on 2002/09/04  11:47:10
63623         Log: #17827 misses some win32 tweaks
63624      Branch: perl
63625            ! win32/Makefile win32/makefile.mk
63626 ____________________________________________________________________________
63627 [ 17830] By: hv                                    on 2002/09/04  11:41:22
63628         Log: update email address for Paul Marquess
63629      Branch: perl
63630            ! AUTHORS
63631 ____________________________________________________________________________
63632 [ 17829] By: hv                                    on 2002/09/04  11:38:39
63633         Log: Subject: Correction for AUTHORS.html
63634              From: Sean Davis <dive@ender.com>
63635              Date: Fri, 30 Aug 2002 03:51:16 -0700
63636              Message-ID: <20020830035116.A18739@endersgame.net>
63637      Branch: perl
63638            ! AUTHORS
63639 ____________________________________________________________________________
63640 [ 17828] By: hv                                    on 2002/09/04  11:31:42
63641         Log: Subject: [PATCH] File::Spec->catfile not canonicalizing consistently
63642              From: Michael G Schwern <schwern@pobox.com>
63643              Date: Fri, 30 Aug 2002 03:40:45 -0700
63644              Message-ID: <20020830104044.GF859@ool-18b93024.dyn.optonline.net>
63645      Branch: perl
63646            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
63647            ! lib/File/Spec/t/Spec.t
63648 ____________________________________________________________________________
63649 [ 17827] By: hv                                    on 2002/09/04  11:21:57
63650         Log: Subject: [PATCH] OS/400 PASE port
63651              From: Jarkko Hietaniemi <jhi@iki.fi>
63652              Date: Thu, 29 Aug 2002 22:22:51 +0300
63653              Message-ID: <20020829192251.GA27102@lyta.hut.fi>
63654      Branch: perl
63655            + README.os400 hints/os400.sh
63656            ! Configure MANIFEST hints/aix.sh lib/Cwd.pm pod/buildtoc.PL
63657            ! pod/perl.pod pod/perlebcdic.pod pod/perlport.pod
63658 ____________________________________________________________________________
63659 [ 17826] By: hv                                    on 2002/09/04  11:10:54
63660         Log: Subject: [PATCH 5.8.0] allow Sys::Syslog test to fail gracefully
63661              From: "Brendan O'Dea" <bod@debian.org>
63662              Date: Thu, 29 Aug 2002 22:42:39 +1000
63663              Message-ID: <20020829124239.GA31934@londo.odea.dropbear.id.au>
63664      Branch: perl
63665            ! ext/Sys/Syslog/syslog.t
63666 ____________________________________________________________________________
63667 [ 17825] By: hv                                    on 2002/09/04  10:53:59
63668         Log: Subject: Re: Possible bug in IPC/Semaphore.pm [PATCH]
63669              From: "John P. Linderman" <jpl@research.att.com>
63670              Date: Wed, 28 Aug 2002 08:04:29 -0400 (EDT)
63671              Message-Id: <200208271900.PAA98096@raptor.research.att.com>
63672      Branch: perl
63673            ! ext/IPC/SysV/Semaphore.pm
63674 ____________________________________________________________________________
63675 [ 17824] By: rgs                                   on 2002/09/03  20:02:36
63676         Log: Subject: [perl #16971] [PATCH] Fix a couple of URLs that changed recently.
63677              From: Richard Soderberg (via RT) <perlbug@perl.org>
63678              Date: 3 Sep 2002 18:48:54 -0000
63679              Message-ID: <rt-16971-36426.15.5276119194873@bugs6.perl.org>
63680
63681              Subject: [PATCH] A variety of README nitpicks.
63682              From: Richard Soderberg <rs@crystalflame.net>
63683              Date: Tue, 3 Sep 2002 11:54:39 -0700 (PDT)
63684              Message-ID: <Pine.LNX.4.33.0209031148280.32671-200000@oregonnet.com>
63685      Branch: perl
63686            ! README.amiga README.dgux README.dos README.epoc README.hpux
63687            ! README.mint README.netware README.vmesa
63688 ____________________________________________________________________________
63689 [ 17823] By: rgs                                   on 2002/09/03  19:47:05
63690         Log: Fix bug #16828.
63691              Add a few tests to ext/B/t/b.t, make it use Test::More.
63692      Branch: perl
63693            ! ext/B/B.xs ext/B/t/b.t
63694 ____________________________________________________________________________
63695 [ 17822] By: rgs                                   on 2002/09/02  19:29:52
63696         Log: Some simple tests for the POSIX::isXXX() functions.
63697      Branch: perl
63698            ! ext/POSIX/t/posix.t
63699 ____________________________________________________________________________
63700 [ 17821] By: rgs                                   on 2002/08/30  19:56:53
63701         Log: Advertise Linux::Pid.
63702      Branch: perl
63703            ! pod/perlfunc.pod pod/perlvar.pod
63704 ____________________________________________________________________________
63705 [ 17819] By: hv                                    on 2002/08/30  13:42:02
63706         Log: Subject: [PATCH] Tweaks to Bleadperl Version Object Support
63707              From: John Peacock <jpeacock@rowman.com>
63708              Date: Wed, 28 Aug 2002 22:13:48 -0400
63709              Message-ID: <3D6D835C.50809@rowman.com>
63710      Branch: perl
63711            ! universal.c util.c
63712 ____________________________________________________________________________
63713 [ 17818] By: hv                                    on 2002/08/30  13:16:05
63714         Log: add test related to change #17799:
63715              Subject: Re: if.pm bug.
63716              From: "Steffen Mueller" <kjx9zthh3001@sneakemail.com>
63717              Date: Thu, 29 Aug 2002 19:39:58 +0200
63718              Message-ID: <20020829173358.34731.qmail@onion.perl.org>
63719      Branch: perl
63720            ! lib/if.t
63721 ____________________________________________________________________________
63722 [ 17817] By: hv                                    on 2002/08/30  13:12:20
63723         Log: Subject: [PATCH] AUTHORS
63724              From: "Brendan O'Dea" <bod@debian.org>
63725              Date: Thu, 29 Aug 2002 22:49:34 +1000
63726              Message-ID: <20020829124934.GA1984@londo.odea.dropbear.id.au>
63727      Branch: perl
63728            ! AUTHORS
63729 ____________________________________________________________________________
63730 [ 17816] By: hv                                    on 2002/08/30  13:10:45
63731         Log: Subject: [PATCH 5.8.0] Term::Cap allow # comments in infcocmp output
63732              From: "Brendan O'Dea" <bod@debian.org>
63733              Date: Thu, 29 Aug 2002 22:46:47 +1000
63734              Message-ID: <20020829124647.GA1498@londo.odea.dropbear.id.au>
63735      Branch: perl
63736            ! lib/Term/Cap.pm
63737 ____________________________________________________________________________
63738 [ 17815] By: hv                                    on 2002/08/30  13:02:41
63739         Log: formatting cleanup and:
63740              Subject: Re: perl-5.8.0 on HP porting center
63741              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
63742              Date: Thu, 29 Aug 2002 12:23:31 +0200
63743              Message-Id: <20020829122221.0CA3.H.M.BRAND@hccnet.nl>
63744      Branch: perl
63745            ! installperl
63746 ____________________________________________________________________________
63747 [ 17814] By: hv                                    on 2002/08/30  12:23:33
63748         Log: Subject: [PATCH] perlmod.pod nit
63749              From: Autrijus Tang <autrijus@autrijus.org>
63750              Date: Thu, 29 Aug 2002 03:49:34 +0800
63751              Message-ID: <20020828194934.GA12244@not.autrijus.org>
63752      Branch: perl
63753            ! pod/perlmod.pod
63754 ____________________________________________________________________________
63755 [ 17813] By: hv                                    on 2002/08/30  12:19:15
63756         Log: Subject: [PATCH] Re: glob names and Regexp type introspection
63757              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
63758              Date: Thu, 29 Aug 2002 17:31:31 -0700
63759              Message-ID: <jzrb9gzkgO7W092yn@efn.org>
63760      Branch: perl
63761            ! sv.c t/op/pat.t
63762 ____________________________________________________________________________
63763 [ 17812] By: hv                                    on 2002/08/30  12:06:20
63764         Log: Subject: [PATCH] typos in Hash::Util documentation
63765              From: Slaven Rezic <slaven.rezic@berlin.de>
63766              Date: Wed, 28 Aug 2002 17:08:50 +0200 (CEST)
63767              Message-Id: <200208281508.g7SF8o9Z015197@vran.herceg.de>
63768      Branch: perl
63769            ! lib/Hash/Util.pm
63770 ____________________________________________________________________________
63771 [ 17811] By: hv                                    on 2002/08/30  12:02:59
63772         Log: Subject: Re: Recent changes on the HP porting center
63773              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
63774              Date: Wed, 28 Aug 2002 17:39:27 +0200
63775              Message-Id: <20020828173024.3E95.H.M.BRAND@hccnet.nl>
63776      Branch: perl
63777            ! README.hpux
63778 ____________________________________________________________________________
63779 [ 17810] By: hv                                    on 2002/08/30  11:58:18
63780         Log: Subject: [PATCH] Fixes to threads::shared when disabled
63781              From: Michael G Schwern <schwern@pobox.com>
63782              Date: Wed, 28 Aug 2002 06:04:18 -0700
63783              Message-ID: <20020828130418.GG773@ool-18b93024.dyn.optonline.net>
63784      Branch: perl
63785            + ext/threads/shared/t/disabled.t
63786            ! MANIFEST ext/threads/shared/shared.pm
63787            ! ext/threads/shared/t/hv_refs.t
63788 ____________________________________________________________________________
63789 [ 17808] By: ams                                   on 2002/08/30  02:59:31
63790         Log: Subject: [PATCH] Tru64 vs Berkeley DB
63791              From: Jarkko Hietaniemi <jhi@iki.fi>
63792              Date: Fri, 30 Aug 2002 06:56:38 +0300
63793              Message-Id: <20020830035638.GB874@lyta.hut.fi>
63794      Branch: perl
63795            ! README.tru64 hints/dec_osf.sh
63796 ____________________________________________________________________________
63797 [ 17807] By: ams                                   on 2002/08/30  02:32:30
63798         Log: Subject: [PATCH] IRIX + INSTALL
63799              From: Jarkko Hietaniemi <jhi@iki.fi>
63800              Date: Fri, 30 Aug 2002 06:31:48 +0300
63801              Message-Id: <20020830033148.GA874@lyta.hut.fi>
63802      Branch: perl
63803            ! INSTALL hints/irix_6.sh
63804 ____________________________________________________________________________
63805 [ 17806] By: hv                                    on 2002/08/29  22:56:45
63806         Log: #17449 failed to apply the actual patch. This is it.
63807      Branch: perl
63808            ! lib/Exporter.pm lib/Exporter/Heavy.pm
63809 ____________________________________________________________________________
63810 [ 17805] By: hv                                    on 2002/08/29  13:49:04
63811         Log: Fix based on:
63812              Subject: [perl #16799] Perl 5.8.0 breaks POSIX::isprint() (and other POSIX::xxx)
63813              From: "esm@pobox.com (via RT)" <perlbug@perl.org>
63814              Date: 27 Aug 2002 22:10:16 -0000
63815              Message-Id: <rt-16799-35846.14.4842888832041@bugs6.perl.org>
63816      Branch: perl
63817            ! ext/POSIX/POSIX.xs
63818 ____________________________________________________________________________
63819 [ 17804] By: hv                                    on 2002/08/29  13:29:43
63820         Log: Subject: [PATCH] B::check_av() ; B::Deparse for CHECK blocks
63821              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
63822              Date: Tue, 27 Aug 2002 23:36:53 +0200
63823              Message-Id: <20020827233653.535bc211.rgarciasuarez@free.fr>
63824      Branch: perl
63825            ! embedvar.h ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm intrpvar.h
63826            ! perl.c perlapi.h sv.c
63827 ____________________________________________________________________________
63828 [ 17803] By: ams                                   on 2002/08/29  13:09:47
63829         Log: Subject: [PATCH] AIX compiler setup sanity checking
63830              From: Jarkko Hietaniemi <jhi@iki.fi>
63831              Date: Thu, 29 Aug 2002 16:43:51 +0300
63832              Message-Id: <20020829134351.GG5219@lyta.hut.fi>
63833      Branch: perl
63834            ! hints/aix.sh
63835 ____________________________________________________________________________
63836 [ 17802] By: hv                                    on 2002/08/29  12:32:51
63837         Log: Subject: [perl #16769] Documention bug
63838              From: "dformosa@dformosa.zeta.org.au (via RT)" <perlbug@perl.org>
63839              Date: 26 Aug 2002 10:01:04 -0000
63840              Message-Id: <rt-16769-35720.17.1057454913803@bugs6.perl.org>
63841      Branch: perl
63842            ! pod/perl58delta.pod
63843 ____________________________________________________________________________
63844 [ 17801] By: hv                                    on 2002/08/29  12:19:30
63845         Log: Subject: [PATCH] ExtUtils::Constant 0.14
63846              From: Nicholas Clark <nick@unfortu.net>
63847              Date: Sun, 25 Aug 2002 18:06:00 +0100
63848              Message-ID: <20020825170600.GE322@Bagpuss.unfortu.net>
63849      Branch: perl
63850            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
63851 ____________________________________________________________________________
63852 [ 17800] By: hv                                    on 2002/08/29  12:08:59
63853         Log: Subject: Patch: Put local($^I, @ARGV) = ... trick back into perlfaq5
63854              From: Mark-Jason Dominus <mjd@plover.com>
63855              Date: Sun, 25 Aug 2002 12:09:53 -0400
63856              Message-ID: <20020825160953.15987.qmail@plover.com>
63857      Branch: perl
63858            ! pod/perlfaq5.pod
63859 ____________________________________________________________________________
63860 [ 17799] By: hv                                    on 2002/08/29  11:48:39
63861         Log: Subject: Re: if.pm bug.
63862              From: "Steffen Mueller" <kjx9zthh3001@sneakemail.com>
63863              Date: Sun, 25 Aug 2002 00:27:59 +0200
63864              Message-ID: <20020824222210.16387.qmail@onion.perl.org>
63865      Branch: perl
63866            ! lib/if.pm
63867 ____________________________________________________________________________
63868 [ 17798] By: hv                                    on 2002/08/29  11:44:00
63869         Log: Subject: [PATCH] posixify getppid on linux-multithread
63870              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
63871              Date: Tue, 6 Aug 2002 21:56:46 +0200
63872              Message-Id: <20020806215646.3f6852bb.rgarciasuarez@free.fr>
63873      Branch: perl
63874            + t/op/getpid.t
63875            ! MANIFEST embedvar.h hints/linux.sh perl.c perlapi.h perlvars.h
63876            ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c util.c
63877 ____________________________________________________________________________
63878 [ 17797] By: hv                                    on 2002/08/29  10:55:41
63879         Log: Subject: Re: [perl #16677] B::SV::FLAGS dumps core
63880              From: Mark-Jason Dominus <mjd@plover.com>
63881              Date: Sun, 25 Aug 2002 22:31:54 -0400
63882              Message-ID: <20020826023154.22986.qmail@plover.com>
63883      Branch: perl
63884            ! ext/B/B.pm
63885 ____________________________________________________________________________
63886 [ 17791] By: hv                                    on 2002/08/27  11:28:32
63887         Log: Missing MANIFEST files for #17783.
63888      Branch: perl
63889            ! MANIFEST
63890 ____________________________________________________________________________
63891 [ 17790] By: hv                                    on 2002/08/27  11:22:36
63892         Log: #17783 introduced an outdated test module, causing failure in
63893              lib/ExtUtils/t/problems.t. This grabs a more recent copy from
63894              ExtUtils::MakeMaker.
63895      Branch: perl
63896            ! t/lib/TieOut.pm
63897 ____________________________________________________________________________
63898 [ 17789] By: ams                                   on 2002/08/27  04:04:48
63899         Log: Subject: Patch perlvar.pod
63900              From: mjd@plover.com
63901              Date: 27 Aug 2002 03:03:01 -0000
63902              Message-Id: <20020827030301.32481.qmail@plover.com>
63903      Branch: perl
63904            ! pod/perlvar.pod
63905 ____________________________________________________________________________
63906 [ 17788] By: hv                                    on 2002/08/26  23:59:47
63907         Log: Update Changes
63908      Branch: perl
63909            ! Changes patchlevel.h
63910 ____________________________________________________________________________
63911 [ 17787] By: hv                                    on 2002/08/26  19:22:27
63912         Log: fix for:
63913              Subject: [perl #16773] "abc" =~ /(ab)()(c)??/ broken
63914              From: (Randal L. Schwartz) (via RT) <perlbug@perl.org>
63915              Date: 26 Aug 2002 15:01:36 -0000
63916              Message-Id: <rt-16773-35748.5.13188490159294@bugs6.perl.org>
63917      Branch: perl
63918            ! regexec.c t/op/re_tests
63919 ____________________________________________________________________________
63920 [ 17786] By: hv                                    on 2002/08/26  15:34:25
63921         Log: Subject: CPAN Upload: S/SB/SBURKE/Test-1.21.tar.gz
63922              From: "Sean M. Burke" <sburke@cpan.org>
63923              Date: Mon, 26 Aug 2002 04:38:19 -0600
63924              Message-Id: <5.1.0.14.1.20020826043702.022ca320@mail.spinn.net>
63925      Branch: perl
63926            ! lib/Test.pm lib/Test/t/fail.t lib/Test/t/mix.t
63927            ! lib/Test/t/todo.t
63928 ____________________________________________________________________________
63929 [ 17785] By: hv                                    on 2002/08/26  15:18:41
63930         Log: fix non-ANSI C++-style comment
63931              Subject: [ PATCH ]  Smoke 17780 /pro/3gl/CPAN/perl-current
63932              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
63933              Date: Mon, 26 Aug 2002 09:15:18 +0200
63934              Message-Id: <20020826090145.6975.H.M.BRAND@hccnet.nl>
63935      Branch: perl
63936            ! ext/Storable/Storable.xs
63937 ____________________________________________________________________________
63938 [ 17784] By: hv                                    on 2002/08/26  15:15:19
63939         Log: #17780 relies on unixy paths to locate own directory for bignum tests.
63940      Branch: perl
63941            ! lib/bignum/t/biinfnan.t lib/bignum/t/bninfnan.t
63942            ! lib/bignum/t/brinfnan.t
63943 ____________________________________________________________________________
63944 [ 17783] By: hv                                    on 2002/08/26  15:07:21
63945         Log: Subject: [ANNOUNCE] Test::Simple 0.47
63946              From: Michael G Schwern <schwern@pobox.com>
63947              Date: Mon, 26 Aug 2002 04:13:03 -0700
63948              Message-ID: <20020826111303.GJ758@ool-18b93024.dyn.optonline.net>
63949      Branch: perl
63950            + lib/Test/Simple/t/details.t lib/Test/Simple/t/fork.t
63951            + lib/Test/Simple/t/has_plan.t lib/Test/Simple/t/has_plan2.t
63952            + lib/Test/Simple/t/ok_obj.t
63953            + t/lib/Test/Simple/sample_tests/pre_plan_death.plx
63954            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple.pm
63955            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
63956            ! lib/Test/Simple/t/plan.t lib/Test/Simple/t/threads.t
63957            ! lib/Test/Tutorial.pod t/lib/TieOut.pm
63958 ____________________________________________________________________________
63959 [ 17782] By: hv                                    on 2002/08/26  15:00:55
63960         Log: new test for change #17773
63961              Subject: lib/Pod/t/htmlview.t and lib/Pod/t/htmlview.pod patch (to account for the Pod::Html patch)
63962              From: DH <crazyinsomniac@yahoo.com>
63963              Date: Mon, 26 Aug 2002 01:36:27 -0700 (PDT)
63964              Message-ID: <20020826083627.46199.qmail@web40207.mail.yahoo.com>
63965      Branch: perl
63966            ! lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
63967 ____________________________________________________________________________
63968 [ 17781] By: hv                                    on 2002/08/26  14:48:35
63969         Log: #17775 changed reentr.c instead of reentr.pl, which generates it
63970      Branch: perl
63971            ! reentr.pl
63972 ____________________________________________________________________________
63973 [ 17780] By: hv                                    on 2002/08/25  19:03:50
63974         Log: fix bignum test failures
63975      Branch: perl
63976            ! lib/bignum/t/biinfnan.t lib/bignum/t/bninfnan.t
63977            ! lib/bignum/t/brinfnan.t
63978 ____________________________________________________________________________
63979 [ 17779] By: hv                                    on 2002/08/25  18:56:29
63980         Log: upgrade bignum to v0.13: fix test failures and update docs
63981      Branch: perl
63982            ! lib/bignum.pm lib/bignum/t/bignum.t lib/bignum/t/bninfnan.t
63983 ____________________________________________________________________________
63984 [ 17778] By: hv                                    on 2002/08/25  18:43:06
63985         Log: Subject: Encode 1.76 Released
63986              From: Dan Kogai <dankogai@dan.co.jp>
63987              Date: su elo 25, 2002  11:27:07 US/Eastern
63988              Message-Id: <1DE68466-B83F-11D6-8805-0003939A104C@dan.co.jp>
63989      Branch: perl
63990            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/bin/piconv
63991            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
63992            ! ext/Encode/lib/Encode/MIME/Header.pm
63993            ! ext/Encode/t/big5-eten.utf ext/Encode/ucm/big5-eten.ucm
63994 ____________________________________________________________________________
63995 [ 17777] By: rgs                                   on 2002/08/25  18:42:46
63996         Log: Fix parsing problems with the // operator.
63997              Make // able to follow various unary operators used without
63998              arguments or parens (shift, pop, getc, pos, readline,
63999              readlink, undef, umask, and the filetest operators), as
64000              well as the <FH> operator.
64001      Branch: perl
64002            ! perl.h t/op/dor.t toke.c
64003 ____________________________________________________________________________
64004 [ 17776] By: hv                                    on 2002/08/25  15:56:37
64005         Log: Subject: [PATCH] ExtUtils::Constant 0.13
64006              From: Nicholas Clark <nick@unfortu.net>
64007              Date: Fri, 23 Aug 2002 19:21:12 +0100
64008              Message-ID: <20020823182111.GA281@Bagpuss.unfortu.net>
64009      Branch: perl
64010            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
64011 ____________________________________________________________________________
64012 [ 17775] By: hv                                    on 2002/08/25  15:46:28
64013         Log: Subject: [perl #16729] crypt() doesn't work in multithreaded perl
64014              From: "mls@suse.de (via RT)" <perlbug@perl.org>
64015              Date: 23 Aug 2002 15:24:39 -0000
64016              Message-Id: <rt-16729-35555.9.25145891475907@bugs6.perl.org>
64017      Branch: perl
64018            ! reentr.c
64019 ____________________________________________________________________________
64020 [ 17774] By: hv                                    on 2002/08/25  15:29:42
64021         Log: Subject: [PATCH lib/Benchmark.(pm|t)]  Make cmpthese work as documented.
64022              From: Abigail <abigail@foad.org>
64023              Date: Thu, 22 Aug 2002 04:10:39 -0700
64024              Message-ID: <20020822041039.A2089@ucan.foad.org>
64025      Branch: perl
64026            ! lib/Benchmark.pm lib/Benchmark.t
64027 ____________________________________________________________________________
64028 [ 17773] By: hv                                    on 2002/08/25  15:17:16
64029         Log: Subject: Re: a bugfix for Pod::Html (in diff -u format)
64030              From: DH <crazyinsomniac@yahoo.com>
64031              Date: Thu, 22 Aug 2002 02:32:50 -0700 (PDT)
64032              Message-ID: <20020822093250.30523.qmail@web40205.mail.yahoo.com>
64033      Branch: perl
64034            ! lib/Pod/Html.pm
64035 ____________________________________________________________________________
64036 [ 17772] By: hv                                    on 2002/08/25  14:49:37
64037         Log: Subject: Re: p5p patches
64038              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
64039              Date: Fri, 23 Aug 2002 15:27:48 +0200
64040              Message-Id: <20020823152535.D3EA.H.M.BRAND@hccnet.nl>
64041      Branch: perl
64042            ! Porting/patching.pod
64043 ____________________________________________________________________________
64044 [ 17771] By: hv                                    on 2002/08/25  14:45:46
64045         Log: Subject: Newdated info for HP-UX
64046              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
64047              Date: Wed, 21 Aug 2002 20:20:17 +0200
64048              Message-Id: <20020821201737.697B.H.M.BRAND@hccnet.nl>
64049      Branch: perl
64050            ! README.hpux
64051 ____________________________________________________________________________
64052 [ 17770] By: hv                                    on 2002/08/25  14:26:36
64053         Log: Subject: [PATCH] let perlfaq1.pod mention 5.8 as the current stable release
64054              From: "Jos I. Boumans" <kane@cpan.org>
64055              Date: Wed, 21 Aug 2002 14:55:51 +0200
64056              Message-ID: <20020821124817.34761.qmail@onion.perl.org>
64057      Branch: perl
64058            ! pod/perlfaq1.pod
64059 ____________________________________________________________________________
64060 [ 17769] By: hv                                    on 2002/08/25  14:16:50
64061         Log: Subject: bit more for WinCE
64062              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
64063              Date: Wed, 21 Aug 2002 01:31:52 +0400
64064              Message-ID: <000f01c24891$045c4990$2b5ec3d9@vad>
64065      Branch: perl
64066            ! wince/Makefile.ce wince/compile.bat wince/win32io.c
64067            ! wince/wince.c
64068 ____________________________________________________________________________
64069 [ 17768] By: hv                                    on 2002/08/25  14:02:47
64070         Log: Subject: [PATCH] fix lib.pm's import() to accept readonly parameters
64071              From: Anton Berezin <tobez@tobez.org>
64072              Date: Tue, 20 Aug 2002 23:44:25 +0200
64073              Message-ID: <20020820214425.GG16178@heechee.tobez.org>
64074      Branch: perl
64075            ! lib/lib.t lib/lib_pm.PL
64076 ____________________________________________________________________________
64077 [ 17767] By: hv                                    on 2002/08/25  13:52:08
64078         Log: Subject: [perl #16281] patch to enable perldoc -n for MSWin32 (perl-5.8.0)
64079              From: "Randy W. Sims" (via RT) <perlbug@perl.org>
64080              Date: 18 Aug 2002 13:27:12 -0000
64081              Message-Id: <rt-16281-34264.3.49471192322156@bugs6.perl.org>
64082      Branch: perl
64083            ! utils/perldoc.PL
64084 ____________________________________________________________________________
64085 [ 17766] By: rgs                                   on 2002/08/24  20:33:05
64086         Log: Subject: [perl #16737] [PATCH] Perl5.8.0 two simple typos in perlxstut
64087              From: Peter BARABAS (via RT) <perlbug@perl.org>
64088              Date: 24 Aug 2002 08:16:19 -0000
64089              Message-ID: <rt-16737-35573.3.51579548306248@bugs6.perl.org>
64090      Branch: perl
64091            ! pod/perlxstut.pod
64092 ____________________________________________________________________________
64093 [ 17765] By: rgs                                   on 2002/08/24  19:03:52
64094         Log: Subject: [PATCH] remove 2 unit warnings from lib/Net/t/hostname.t
64095              From: Nicholas Clark <nick@unfortu.net>
64096              Date: Sat, 24 Aug 2002 17:01:08 +0100
64097              Message-ID: <20020824160107.GI280@Bagpuss.unfortu.net>
64098              (plus a typo fix)
64099      Branch: perl
64100            ! lib/Net/t/hostname.t
64101 ____________________________________________________________________________
64102 [ 17764] By: rgs                                   on 2002/08/24  12:29:27
64103         Log: a2p wasn't installed with -Dversiononly
64104      Branch: perl
64105            ! installperl
64106 ____________________________________________________________________________
64107 [ 17763] By: hv                                    on 2002/08/23  12:23:31
64108         Log: #17747 caused bad free()s with PERL_DESTRUCT by calling newXS()
64109              with a NULL subaddr. Fix that, and stop it happening again.
64110      Branch: perl
64111            ! op.c universal.c
64112 ____________________________________________________________________________
64113 [ 17762] By: hv                                    on 2002/08/23  11:02:35
64114         Log: fixup threaded build for vstring changes
64115      Branch: perl
64116            ! universal.c util.c
64117 ____________________________________________________________________________
64118 [ 17761] By: ams                                   on 2002/08/23  02:54:09
64119         Log: Incorporate fix from JHI at:
64120              http://rt.perl.org/rt2/Ticket/Display.html?id=16708
64121      Branch: perl
64122            ! ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
64123 ____________________________________________________________________________
64124 [ 17760] By: ams                                   on 2002/08/23  01:30:46
64125         Log: Subject: [PATCH] PPPort IVSIZE and SvPV_nolen
64126              From: Jarkko Hietaniemi <jhi@iki.fi>
64127              Date: Fri, 23 Aug 2002 05:29:09 +0300
64128              Message-Id: <20020823022909.GC9135@lyta.hut.fi>
64129      Branch: perl
64130            ! ext/Devel/PPPort/PPPort.pm
64131 ____________________________________________________________________________
64132 [ 17759] By: ams                                   on 2002/08/23  01:27:23
64133         Log: Subject: [PATCH] x2p/str.c signedness nits
64134              From: Jarkko Hietaniemi <jhi@iki.fi>
64135              Date: Fri, 23 Aug 2002 02:43:30 +0300
64136              Message-Id: <20020822234330.GC31624@lyta.hut.fi>
64137      Branch: perl
64138            ! x2p/str.c
64139 ____________________________________________________________________________
64140 [ 17758] By: hv                                    on 2002/08/22  22:29:45
64141         Log: bignum-0.12 updates from:
64142              Subject: [ANNOUCNE] Big Math::Big* update
64143              From: Tels <perl_dummy@bloodgate.com>
64144              Date: Tue, 13 Aug 2002 22:02:09 +0200 (CEST)
64145              Message-Id: <200208132121.g7DLLRV21408@crypt.org>
64146      Branch: perl
64147            + lib/bignum/t/biinfnan.t lib/bignum/t/bn_lite.t
64148            + lib/bignum/t/bninfnan.t lib/bignum/t/br_lite.t
64149            + lib/bignum/t/brinfnan.t lib/bignum/t/infnan.inc
64150            ! MANIFEST lib/bigint.pm lib/bignum.pm lib/bignum/t/bignum.t
64151            ! lib/bigrat.pm
64152 ____________________________________________________________________________
64153 [ 17757] By: hv                                    on 2002/08/22  22:19:42
64154         Log: new file for #17756
64155      Branch: perl
64156            ! MANIFEST
64157 ____________________________________________________________________________
64158 [ 17756] By: hv                                    on 2002/08/22  22:16:41
64159         Log: Subject: ANNOUCNE: Math::BigRat v0.09
64160              From: Tels <perl_dummy@bloodgate.com>
64161              Date: Wed, 14 Aug 2002 20:12:03 +0200 (CEST)
64162              Message-Id: <200208141812.g7EICrV23771@crypt.org>
64163      Branch: perl
64164            + lib/Math/BigRat/t/big_ap.t
64165            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
64166            ! lib/Math/BigRat/t/bigratpm.inc
64167 ____________________________________________________________________________
64168 [ 17755] By: hv                                    on 2002/08/22  19:44:03
64169         Log: new files from #17754
64170      Branch: perl
64171            + lib/Math/BigInt/Scalar.pm lib/Math/BigInt/t/bigints.t
64172 ____________________________________________________________________________
64173 [ 17754] By: hv                                    on 2002/08/22  19:42:58
64174         Log: Subject: ANNOUNCE: Math-BigInt v1.62
64175              From: Tels <perl_dummy@bloodgate.com>
64176              Date: Wed, 21 Aug 2002 19:12:59 +0200 (CEST)
64177              Message-Id: <200208211513.g7LFDUs02512@crypt.org>
64178      Branch: perl
64179            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
64180            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
64181            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bare_mif.t
64182            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
64183            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
64184            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/calling.t
64185            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/mbimbf.inc
64186            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
64187            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
64188            ! lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
64189            ! lib/Math/BigInt/t/with_sub.t t/lib/Math/BigFloat/Subclass.pm
64190 ____________________________________________________________________________
64191 [ 17753] By: hv                                    on 2002/08/22  12:05:57
64192         Log: Subject: podlators 1.24 released
64193              From: Russ Allbery <rra@stanford.edu>
64194              Date: Sat, 03 Aug 2002 20:56:42 -0700
64195              Message-ID: <ylbs8jff9h.fsf@windlord.stanford.edu>
64196      Branch: perl
64197            + lib/Pod/t/text-options.t
64198            ! MANIFEST lib/Pod/Text.pm lib/Pod/Text/Overstrike.pm
64199            ! lib/Pod/t/basic.t pod/pod2text.PL
64200 ____________________________________________________________________________
64201 [ 17752] By: hv                                    on 2002/08/22  11:13:17
64202         Log: Subject: [Announce] Unicode::Collate 0.20 -> UCA version 9
64203              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
64204              Date: Fri, 26 Jul 2002 02:59:12 +0900
64205              Message-Id: <20020726025828.B5E9.BQW10602@nifty.com>
64206      Branch: perl
64207            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
64208            ! lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
64209            ! lib/Unicode/Collate/t/test.t
64210 ____________________________________________________________________________
64211 [ 17751] By: hv                                    on 2002/08/22  11:08:35
64212         Log: fix test failure from #17747
64213      Branch: perl
64214            ! ext/B/t/stash.t
64215 ____________________________________________________________________________
64216 [ 17750] By: hv                                    on 2002/08/22  10:46:19
64217         Log: Subject: [PATCH] Fix DBM filters
64218              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
64219              Date: Wed, 21 Aug 2002 11:40:49 +0100
64220              Message-ID: <AIEAJICLCBDNAAOLLOKLAEHCFEAA.Paul.Marquess@btinternet.com>
64221      Branch: perl
64222            ! XSUB.h ext/DB_File/DB_File.xs ext/DB_File/typemap
64223            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/gdbm.t
64224            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.xs
64225            ! ext/NDBM_File/ndbm.t ext/NDBM_File/typemap
64226            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
64227            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
64228            ! ext/SDBM_File/sdbm.t ext/SDBM_File/typemap
64229 ____________________________________________________________________________
64230 [ 17749] By: hv                                    on 2002/08/22  01:04:32
64231         Log: avoid use of %caller::EXPORT
64232              Subject: [PATCH] Re: question about Exporter::import
64233              From: Nicholas Clark <nick@unfortu.net>
64234              Date: Wed, 14 Aug 2002 21:33:12 +0100
64235              Message-id: <20020814203311.GD278@Bagpuss.unfortu.net>
64236      Branch: perl
64237            ! lib/Exporter.pm lib/Exporter/Heavy.pm
64238 ____________________________________________________________________________
64239 [ 17748] By: hv                                    on 2002/08/22  00:54:03
64240         Log: todo test for linux $0 modification
64241              Subject: Re: [perl #16206] $0 in 5.8
64242              From: Slaven Rezic <slaven.rezic@berlin.de>
64243              Date: 17 Aug 2002 21:32:37 +0200
64244              Message-id: <87elcx2sdm.fsf@vran.herceg.de>
64245      Branch: perl
64246            ! t/op/magic.t
64247 ____________________________________________________________________________
64248 [ 17747] By: hv                                    on 2002/08/22  00:11:34
64249         Log: Subject: Re: [PATCH] Version object patch #1
64250              From: John Peacock <jpeacock@rowman.com>
64251              Date: Tue, 20 Aug 2002 22:51:46 -0400 (Wed 03:51 BST)
64252              Message-id: <3D630042.6020407@rowman.com>
64253
64254              Subject: Re: [REVISED PATCH] Magic v-strings
64255              From: John Peacock <jpeacock@rowman.com>
64256              Date: Wed, 21 Aug 2002 15:08:34 -0400 (20:08 BST)
64257              Message-id: <3D63E532.7020305@rowman.com>
64258      Branch: perl
64259            ! sv.c t/op/ver.t universal.c util.c
64260 ____________________________________________________________________________
64261 [ 17746] By: hv                                    on 2002/08/20  16:48:05
64262         Log: Subject: [PATCH] Version object patch #1
64263              From: John Peacock <jpeacock@rowman.com>
64264              Date: Thu, 15 Aug 2002 10:06:21 -0400 (15:06 BST)
64265              Message-id: <3D5BB55D.6090603@rowman.com>
64266              and Message-id: <3D627D1A.4050607@rowman.com>
64267              and t/lib/warnings/universal tweak to skip
64268      Branch: perl
64269            ! embed.fnc embed.h global.sym pod/perlapi.pod proto.h sv.h
64270            ! t/lib/warnings/universal toke.c util.c
64271 ____________________________________________________________________________
64272 [ 17745] By: hv                                    on 2002/08/20  16:27:01
64273         Log: perldelta for #17727
64274      Branch: perl
64275            ! pod/perldelta.pod
64276 ____________________________________________________________________________
64277 [ 17744] By: hv                                    on 2002/08/20  15:34:36
64278         Log: Subject: typo in perfunc.pod
64279              From: "John P. Linderman" <jpl@research.att.com>
64280              Date: Mon, 19 Aug 2002 08:45:31 -0400 (EDT) (13:45 BST)
64281              Message-id: <200208191245.IAA20072@raptor.research.att.com>
64282      Branch: perl
64283            ! pod/perlfunc.pod
64284 ____________________________________________________________________________
64285 [ 17743] By: hv                                    on 2002/08/20  15:31:40
64286         Log: Subject: Re: [PATCH] fix typos in perlpacktut
64287              From: "Mr. Nobody" <mrnobo1024@yahoo.com>
64288              Date: Fri, 16 Aug 2002 20:40:58 -0700 (PDT) (Sat 04:40 BST)
64289              Message-id: <20020817034058.45633.qmail@web20802.mail.yahoo.com>
64290      Branch: perl
64291            ! pod/perlpacktut.pod
64292 ____________________________________________________________________________
64293 [ 17742] By: hv                                    on 2002/08/20  14:51:16
64294         Log: Subject: [REVISED PATCH] Magic v-strings
64295              From: John Peacock <jpeacock@rowman.com>
64296              Date: Sat, 10 Aug 2002 15:56:22 -0400 (20:56 BST)
64297              Message-id: <3D556FE6.6000404@rowman.com>
64298              plus a bit of cleanup
64299      Branch: perl
64300            ! dump.c perl.h pod/perlguts.pod sv.c sv.h util.c
64301 ____________________________________________________________________________
64302 [ 17741] By: hv                                    on 2002/08/20  14:20:16
64303         Log: Subject: Re: [PATCH] Storable and CODE references
64304              From: Slaven Rezic <slaven.rezic@berlin.de>
64305              Date: 17 Aug 2002 21:58:03 +0200
64306              Message-id: <87bs812r78.fsf@vran.herceg.de>
64307      Branch: perl
64308            + ext/Storable/t/code.t
64309            ! MANIFEST ext/Storable/Storable.xs ext/Storable/t/forgive.t
64310            ! ext/Storable/t/malice.t
64311 ____________________________________________________________________________
64312 [ 17740] By: hv                                    on 2002/08/20  14:07:56
64313         Log: Clean up copy-on-write macros and debug facilities (new flag 'C').
64314              Handle CoW in hashes:
64315              Subject: Re: why would tr/// be performing hash copies?
64316              From: Nicholas Clark <nick@unfortu.net>
64317              Date: Sun, 18 Aug 2002 23:17:01 +0100
64318              Message-id: <20020818221700.GD294@Bagpuss.unfortu.net>
64319      Branch: perl
64320            ! hv.c perl.c perl.h pod/perlrun.pod sv.c sv.h
64321 ____________________________________________________________________________
64322 [ 17739] By: hv                                    on 2002/08/20  13:52:18
64323         Log: Subject: Re: [perl #15326] Not OK: perl v5.8.0 on i686-linux-64int-ld 2.4.5
64324              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
64325              Date: Tue, 23 Jul 2002 09:21:10 +0200
64326              Message-id: <20020723092051.184C.H.M.BRAND@hccnet.nl>
64327      Branch: perl
64328            ! Configure
64329 ____________________________________________________________________________
64330 [ 17737] By: ams                                   on 2002/08/19  07:48:39
64331         Log: Effect a speedy recovery from POD affected by (ahem, Australian)
64332              negligence.
64333      Branch: perl
64334            ! pod/perlrun.pod
64335 ____________________________________________________________________________
64336 [ 17736] By: hv                                    on 2002/08/18  18:27:28
64337         Log: Subject: [PATCH] Re: 5.8.0 sprintf (?) problem with floats?
64338              From: Dave Mitchell <davem@fdgroup.com>
64339              Date: Fri, 16 Aug 2002 23:31:07 +0100
64340              Message-id: <20020816233107.E9388@fdgroup.com>
64341      Branch: perl
64342            ! numeric.c t/base/num.t
64343 ____________________________________________________________________________
64344 [ 17735] By: hv                                    on 2002/08/18  02:22:21
64345         Log: Subject: Re: [perl #16198] pod tpyo in hostent.pm
64346              From: Mark-Jason Dominus <mjd@plover.com>
64347              Date: Tue, 13 Aug 2002 21:19:08 -0400 (Wed 02:19 BST)
64348              Message-id: <20020814011909.22744.qmail@plover.com>
64349      Branch: perl
64350            ! lib/Net/hostent.pm
64351 ____________________________________________________________________________
64352 [ 17734] By: hv                                    on 2002/08/18  02:20:05
64353         Log: Subject: [PATCH] Re: Pod::Functions tpyo
64354              From: Abe Timmerman <abe@ztreet.demon.nl>
64355              Date: Tue, 13 Aug 2002 23:47:00 +0200
64356              Message-id: <200208132347.00782.abe@ztreet.demon.nl>
64357      Branch: perl
64358            ! lib/Pod/Functions.pm
64359 ____________________________________________________________________________
64360 [ 17733] By: hv                                    on 2002/08/18  02:17:18
64361         Log: Subject: Server rename revisited
64362              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
64363              Date: Tue, 13 Aug 2002 19:19:03 +0200
64364              Message-id: <20020813191821.DC98.H.M.BRAND@hccnet.nl>
64365      Branch: perl
64366            ! README.hpux
64367 ____________________________________________________________________________
64368 [ 17732] By: hv                                    on 2002/08/18  02:11:49
64369         Log: Subject: [PATCH] Remove old VOS build methods
64370              From: Paul_GreenVOS@vos.stratus.com
64371              Date: Tue, 13 Aug 02 10:25 edt (15:25 BST)
64372              Message-id: <200208131426.KAA01012@mailhub1.stratus.com>
64373      Branch: perl
64374            - vos/Makefile vos/build.cm vos/compile_perl.cm
64375            - vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
64376            - vos/config.ga.h vos/config.pl vos/configure_perl.cm
64377            - vos/install_perl.cm vos/perl.bind vos/test_vos_dummies.c
64378            - vos/vos_dummies.c
64379            ! MANIFEST README.vos pod/perlport.pod vos/Changes
64380 ____________________________________________________________________________
64381 [ 17731] By: hv                                    on 2002/08/18  01:57:12
64382         Log: Subject: [PATCH] Configure missing d_modflproto=''
64383              From: "Gerrit P. Haase" <gp@familiehaase.de>
64384              Date: Tue, 13 Aug 2002 15:11:05 +0200
64385              Message-id: <11417599086.20020813151105@familiehaase.de>
64386      Branch: perl
64387            ! Configure
64388 ____________________________________________________________________________
64389 [ 17730] By: hv                                    on 2002/08/18  01:41:33
64390         Log: missing chunk from #17725 causes lib/constant.t test failures
64391      Branch: perl
64392            ! lib/constant.t
64393 ____________________________________________________________________________
64394 [ 17729] By: hv                                    on 2002/08/17  02:33:15
64395         Log: Subject: [PATCH] Safe.pm documentation
64396              From: Slaven Rezic <slaven.rezic@berlin.de>
64397              Date: Sat, 10 Aug 2002 19:30:38 +0200 (CEST)
64398              Message-id: <200208101730.g7AHUc9p001668@vran.herceg.de>
64399      Branch: perl
64400            ! ext/Opcode/Safe.pm pod/perlre.pod
64401 ____________________________________________________________________________
64402 [ 17728] By: hv                                    on 2002/08/17  02:07:24
64403         Log: Subject: Copy On Write
64404              From: Nicholas Clark <nick@ccl4.org>
64405              Date: Thu, 15 Aug 2002 00:10:35 +0100
64406              Message-id: <20020815001035.A69079@plum.flirble.org>
64407              specify "-Accflags='-DPERL_COPY_ON_WRITE'" to use
64408      Branch: perl
64409            ! doop.c dump.c embed.fnc embed.h mg.c pod/perlapi.pod pp.c
64410            ! pp_hot.c proto.h sv.c sv.h
64411 ____________________________________________________________________________
64412 [ 17727] By: hv                                    on 2002/08/17  01:20:05
64413         Log: Subject: [PATCH 5.7.3] Negative subscripts optionally passed to tied array methods
64414              From: Mark-Jason Dominus <mjd@plover.com>
64415              Date: Sun, 14 Apr 2002 23:38:55 -0400 (Mon 04:38 BST)
64416              Message-id: <20020415033855.6343.qmail@plover.com>
64417      Branch: perl
64418            ! av.c av.h pod/perltie.pod t/op/tiearray.t
64419 ____________________________________________________________________________
64420 [ 17726] By: hv                                    on 2002/08/17  01:17:09
64421         Log: pp.c warns that sv may be used uninitialised in pp_delete()
64422      Branch: perl
64423            ! pp.c
64424 ____________________________________________________________________________
64425 [ 17725] By: hv                                    on 2002/08/17  00:51:19
64426         Log: Subject: [PATCH] Remove pseudo-hashes (complete)
64427              From: Michael G Schwern <schwern@pobox.com>
64428              Date: Tue, 6 Aug 2002 13:05:10 -0700 (21:05 BST)
64429              Message-id: <20020806200510.GC31473@ool-18b93024.dyn.optonline.net>
64430      Branch: perl
64431            ! av.c doop.c dump.c embed.fnc embed.h ext/B/B/Concise.pm
64432            ! global.sym lib/fields.pm lib/fields.t lib/overload.pm mg.c
64433            ! op.c op.h pod/perldiag.pod pod/perlfunc.pod pod/perlref.pod
64434            ! pp.c pp_hot.c proto.h t/op/avhv.t t/op/hashwarn.t
64435 ____________________________________________________________________________
64436 [ 17724] By: hv                                    on 2002/08/17  00:27:33
64437         Log: ext/B/defsubs.h also depends on the program that builds it
64438      Branch: perl
64439            ! ext/B/Makefile.PL
64440 ____________________________________________________________________________
64441 [ 17723] By: hv                                    on 2002/08/17  00:10:24
64442         Log: Subject: Re: deb.c compile time error (patchlevel 17721)
64443              From: Dave Mitchell <davem@fdgroup.com>
64444              Date: Tue, 13 Aug 2002 14:42:15 +0100
64445              Message-ID: <20020813144215.G11939@fdgroup.com>
64446      Branch: perl
64447            ! embed.fnc embed.h global.sym proto.h
64448 ____________________________________________________________________________
64449 [ 17722] By: ams                                   on 2002/08/16  05:20:22
64450         Log: Subject: Minor perlrun.pod patch
64451              From: Iain Truskett <spoon@cpan.org>
64452              Date: Fri, 16 Aug 2002 16:20:27 +1000
64453              Message-Id: <20020816162027.D17196@eh.org>
64454      Branch: perl
64455            ! pod/perlrun.pod
64456 ____________________________________________________________________________
64457 [ 17721] By: hv                                    on 2002/08/12  12:17:19
64458         Log: #17717 needed tests fixing up
64459      Branch: perl
64460            ! t/op/chop.t
64461 ____________________________________________________________________________
64462 [ 17720] By: hv                                    on 2002/08/12  12:10:07
64463         Log: Subject: Re: [PATCH] Re: taint news
64464              From: Rick Delaney <rick.delaney@rogers.com>
64465              Date: 04 Aug 2002 00:28:58 EDT
64466              Message-ID: <m3heibs0vp.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
64467              missed patch fragment from Change #17676
64468      Branch: perl
64469            ! pod/perlsec.pod
64470 ____________________________________________________________________________
64471 [ 17719] By: hv                                    on 2002/08/12  12:03:53
64472         Log: Subject: [perl #15987] Tests fail when sources are under CVS control
64473              From: Warren Jones (via RT) <perlbug@perl.org>
64474              Date: 5 Aug 2002 19:08:50 -0000 (Mon 20:08 BST)
64475              Message-id: <rt-15987-32864.15.6255441902154@bugs6.perl.org>
64476      Branch: perl
64477            ! lib/strict.t lib/warnings.t
64478 ____________________________________________________________________________
64479 [ 17718] By: hv                                    on 2002/08/12  11:57:17
64480         Log: Subject: [PATCH] add verbose stack display option, -Dvs
64481              From: Dave Mitchell <davem@fdgroup.com>
64482              Date: Mon, 5 Aug 2002 00:55:33 +0100
64483              Message-id: <20020805005533.B26111@fdgroup.com>
64484      Branch: perl
64485            ! deb.c dump.c embed.fnc embed.h perl.c perl.h pod/perlapi.pod
64486            ! pod/perlrun.pod proto.h
64487 ____________________________________________________________________________
64488 [ 17717] By: hv                                    on 2002/08/12  11:44:06
64489         Log: Subject: Re: [PATCH@8545] [ID 20000808.005] OP_REFGEN as an lvalue
64490              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
64491              Date: Sat, 27 Jan 2001 19:31:29 -0800 (PST)
64492              Message-ID: <14963.32943.102669.67625@soda.csua.berkeley.edu>
64493      Branch: perl
64494            ! op.c t/op/chop.t t/op/ref.t
64495 ____________________________________________________________________________
64496 [ 17716] By: hv                                    on 2002/08/12  11:29:53
64497         Log: Subject: Re: [ID 20020713.001] chomp($data=<tied_fh>) strangeness.
64498              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
64499              Date: Sat, 13 Jul 2002 17:44:02 +0100
64500              Message-id: <200207131644.g6DGi2214456@crypt.compulink.co.uk>
64501      Branch: perl
64502            ! pp_hot.c t/op/tiehandle.t
64503 ____________________________________________________________________________
64504 [ 17715] By: hv                                    on 2002/08/12  11:28:26
64505         Log: Subject: [PATCH] better modfl detection
64506              From: Nicholas Clark <nick@unfortu.net>
64507              Date: Sun, 11 Aug 2002 20:05:49 +0100
64508              Message-id: <20020811190548.GK300@Bagpuss.unfortu.net>
64509      Branch: perl
64510            ! Configure config_h.SH perl.h
64511 ____________________________________________________________________________
64512 [ 17714] By: hv                                    on 2002/08/12  11:26:23
64513         Log: Subject: [PATCH] perltodo.pod
64514              From: Richard.Foley@t-online.de
64515              Date: Sun, 11 Aug 2002 18:26:10 +0200
64516              Message-id: <17dwY1-0spbdoC@fwd06.sul.t-online.com>
64517              perlbug credits
64518      Branch: perl
64519            ! pod/perltodo.pod
64520 ____________________________________________________________________________
64521 [ 17713] By: hv                                    on 2002/08/12  11:24:44
64522         Log: Subject: [PATCH] gv_fullname3 as call to gv_fullname4
64523              From: Nicholas Clark <nick@unfortu.net>
64524              Date: Sun, 11 Aug 2002 16:59:16 +0100
64525              Message-id: <20020811155914.GE300@Bagpuss.unfortu.net>
64526      Branch: perl
64527            ! gv.c
64528 ____________________________________________________________________________
64529 [ 17712] By: hv                                    on 2002/08/12  11:23:06
64530         Log: Subject: Re: Smoke 17703 /pro/3gl/CPAN/perl-current
64531              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
64532              Date: Mon, 12 Aug 2002 10:25:20 +0200
64533              Message-id: <20020812102347.AFB6.H.M.BRAND@hccnet.nl>
64534              gcc bug test needs -lm
64535      Branch: perl
64536            ! hints/hpux.sh
64537 ____________________________________________________________________________
64538 [ 17711] By: hv                                    on 2002/08/12  11:20:49
64539         Log: Subject: [PATCH s2p] Small typo correction
64540              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
64541              Date: Wed, 7 Aug 2002 11:50:51 +0200
64542              Message-id: <C9A98F2128EDD411B0920008C7B337A13DCE2B@hamsem01.de.gedas.vwg>
64543      Branch: perl
64544            ! x2p/s2p.PL
64545 ____________________________________________________________________________
64546 [ 17710] By: hv                                    on 2002/08/12  11:17:21
64547         Log: Subject: [PATCH] pod/perlfaq4.pod
64548              From: Abigail <abigail@foad.org>
64549              Date: Tue, 30 Jul 2002 09:52:02 -0700 (17:52 BST)
64550              Message-id: <20020730095202.A6462@ucan.foad.org>
64551              Add references to Regexp::Common.
64552      Branch: perl
64553            ! pod/perlfaq4.pod
64554 ____________________________________________________________________________
64555 [ 17707] By: rgs                                   on 2002/08/09  21:23:20
64556         Log: Subject: New HP-UX itanium servers
64557              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
64558              Date: Wed, 07 Aug 2002 13:25:57 +0200
64559              Message-ID: <20020807132518.FCBF.H.M.BRAND@hccnet.nl>
64560      Branch: perl
64561            ! README.hpux
64562 ____________________________________________________________________________
64563 [ 17706] By: rgs                                   on 2002/08/09  21:00:41
64564         Log: Subject: Re: missing lower range in {} regex
64565              From: "John P. Linderman" <jpl@research.att.com>
64566              Date: Fri, 09 Aug 2002 12:48:55 -0400
64567              Message-ID: <200208091648.MAA77577@raptor.research.att.com>
64568      Branch: perl
64569            ! pod/perlre.pod
64570 ____________________________________________________________________________
64571 [ 17705] By: rgs                                   on 2002/08/08  20:57:59
64572         Log: More tests for the attribute syntax, from the
64573              attributes manpage.
64574      Branch: perl
64575            ! t/op/attrs.t
64576 ____________________________________________________________________________
64577 [ 17704] By: rgs                                   on 2002/08/08  19:47:44
64578         Log: Fix bug #16080 : an attribute list should end at '}'
64579      Branch: perl
64580            ! t/op/attrs.t toke.c
64581 ____________________________________________________________________________
64582 [ 17703] By: hv                                    on 2002/08/08  15:30:12
64583         Log: Update Changes
64584      Branch: perl
64585            ! Changes patchlevel.h
64586 ____________________________________________________________________________
64587 [ 17702] By: hv                                    on 2002/08/08  15:08:57
64588         Log: Subject: Re: README.aix
64589              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
64590              Date: Tue, 30 Jul 2002 13:30:29 +0200
64591              Message-id: <20020730130812.48B9.H.M.BRAND@hccnet.nl>
64592      Branch: perl
64593            ! README.aix
64594 ____________________________________________________________________________
64595 [ 17701] By: hv                                    on 2002/08/08  15:06:01
64596         Log: Subject: [PATCH] Re: pp_sys.c compile failed..
64597              From: Andy Dougherty <doughera@lafayette.edu>
64598              Date: Tue, 6 Aug 2002 10:42:07 -0400 (EDT) (15:42 BST)
64599              Message-id: <Pine.SOL.4.10.10208061024250.5315-100000@maxwell.phys.lafayette.edu>
64600      Branch: perl
64601            ! hints/aix.sh
64602 ____________________________________________________________________________
64603 [ 17700] By: hv                                    on 2002/08/08  15:02:57
64604         Log: Subject: [DOC PATCH] perlipc.pod
64605              From: Arjen Laarhoven <arjen@nl.demon.net>
64606              Date: Tue, 6 Aug 2002 14:16:01 +0200
64607              Message-id: <20020806121601.GK40785@aragorn.noc.nl.demon.net>
64608      Branch: perl
64609            ! pod/perlipc.pod
64610 ____________________________________________________________________________
64611 [ 17699] By: hv                                    on 2002/08/08  14:56:56
64612         Log: Subject: [PATCH] Re: [perl #15898] coredump with variable our
64613              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
64614              Date: Fri, 2 Aug 2002 23:44:21 +0200
64615              Message-id: <20020802234421.11c62fe6.rgarciasuarez@free.fr>
64616      Branch: perl
64617            ! op.c t/op/attrs.t
64618 ____________________________________________________________________________
64619 [ 17698] By: hv                                    on 2002/08/08  14:52:45
64620         Log: Subject: [perl #16000] Configure -Dstatic_ext=foo builds foo as both static and dynamic
64621              From: Yitzchak Scott-Thoennes (via RT) <perlbug@perl.org>
64622              Date: 6 Aug 2002 04:28:15 -0000 (Tue 05:28 BST)
64623              Message-id: <rt-16000-32913.8.41582281961522@bugs6.perl.org>
64624      Branch: perl
64625            ! Configure
64626 ____________________________________________________________________________
64627 [ 17697] By: hv                                    on 2002/08/08  14:49:00
64628         Log: Subject: Doc patch for Class::Struct under 5.8.0
64629              From: Damian Conway <damian@conway.org>
64630              Date: Tue, 30 Jul 2002 23:03:14 +1000
64631              Message-id: <3D471FCF.1C7C6E6B@conway.org>
64632      Branch: perl
64633            ! lib/Class/Struct.pm
64634 ____________________________________________________________________________
64635 [ 17696] By: hv                                    on 2002/08/08  14:44:21
64636         Log: Subject: Re: [perl #15523] Memory Leak in split with trailing empty elements
64637              From: Slaven Rezic <slaven.rezic@berlin.de>
64638              Date: 31 Jul 2002 09:50:06 +0200
64639              Message-id: <87ado85ob5.fsf@vran.herceg.de>
64640      Branch: perl
64641            ! pp.c
64642 ____________________________________________________________________________
64643 [ 17695] By: hv                                    on 2002/08/08  14:40:41
64644         Log: Subject: [PATCH] Re: [perl #15479] perl 5.8.0 segfault
64645              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
64646              Date: Fri, 2 Aug 2002 00:13:10 +0200
64647              Message-id: <20020802001310.7e1dc694.rgarciasuarez@free.fr>
64648      Branch: perl
64649            + t/op/stash.t
64650            ! MANIFEST perl.h
64651 ____________________________________________________________________________
64652 [ 17694] By: hv                                    on 2002/08/08  14:31:55
64653         Log: Subject: Re: [RE-PATCH] Not OK: perl v5.8.0 on PA-RISC2.0 11.00
64654              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
64655              Date: Wed, 31 Jul 2002 16:04:02 +0200
64656              Message-id: <20020731155005.4915.H.M.BRAND@hccnet.nl>
64657      Branch: perl
64658            ! hints/hpux.sh
64659 ____________________________________________________________________________
64660 [ 17693] By: hv                                    on 2002/08/08  14:25:16
64661         Log: Subject: [PATCH: lib/ExtUtils/MM_Unix.pm] Be less strict about what's POD.
64662              From: Abigail <abigail@foad.org>
64663              Date: Thu, 25 Jul 2002 08:52:52 -0700 (16:52 BST)
64664              Message-id: <20020725085252.A2703@ucan.foad.org>
64665      Branch: perl
64666            ! lib/ExtUtils/MM_Unix.pm
64667 ____________________________________________________________________________
64668 [ 17692] By: hv                                    on 2002/08/08  14:20:05
64669         Log: Subject: [PATCH] README.jp and README.cn
64670              From: Autrijus Tang <autrijus@autrijus.org>
64671              Date: Thu, 25 Jul 2002 07:05:11 +0800
64672              Message-id: <20020724230511.GA1327@not.autrijus.org>
64673      Branch: perl
64674            ! README.cn README.jp
64675 ____________________________________________________________________________
64676 [ 17691] By: hv                                    on 2002/08/08  14:01:50
64677         Log: Subject: [perl #15398] Usage::pod2usage looks for perldoc in $Config{bin} and not in $Config{scriptdir}
64678              From: Henrik Tougaard (via RT) <perlbug@perl.org>
64679              Date: 23 Jul 2002 13:45:49 -0000 (Tue 14:45 BST)
64680              Message-id: <rt-15398-31095.6.30466042998663@perl>
64681      Branch: perl
64682            ! lib/Pod/Usage.pm
64683 ____________________________________________________________________________
64684 [ 17690] By: rgs                                   on 2002/08/07  19:56:42
64685         Log: Doc fix : the symbol for COPs wasn't documented.
64686      Branch: perl
64687            ! opcode.pl
64688 ____________________________________________________________________________
64689 [ 17689] By: rgs                                   on 2002/08/06  20:45:30
64690         Log: Subject: Re: no warnings 'io';
64691              From: Nicholas Clark <nick@unfortu.net>
64692              Date: Sat, 27 Jul 2002 21:49:55 +0100
64693              Message-ID: <20020727204954.GB5117@Bagpuss.unfortu.net>
64694
64695              Plus a little bit of regression tests.
64696      Branch: perl
64697            ! t/lib/warnings/pp_hot util.c
64698 ____________________________________________________________________________
64699 [ 17688] By: rgs                                   on 2002/08/06  20:04:19
64700         Log: Subject: [PATCH] XS build fix for VMS
64701              From: "Craig A. Berry" <craigberry@mac.com>
64702              Date: Sun, 4 Aug 2002 12:13:06 -0500
64703              Message-ID: <a05111b07b97256e1c335@[172.16.52.1]>
64704      Branch: perl
64705            ! vms/descrip_mms.template
64706 ____________________________________________________________________________
64707 [ 17687] By: rgs                                   on 2002/08/06  19:50:12
64708         Log: PerlIO::scalar wasn't able to read from non-string
64709              scalar ; now stringifies its argument.
64710      Branch: perl
64711            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
64712 ____________________________________________________________________________
64713 [ 17686] By: rgs                                   on 2002/08/06  19:10:51
64714         Log: More regression tests for $^H and %^H.
64715              Add a TODO test for eval "" preserving %^H.
64716      Branch: perl
64717            ! t/comp/hints.t
64718 ____________________________________________________________________________
64719 [ 17685] By: hv                                    on 2002/08/05  22:42:09
64720         Log: Subject: Re: mention of "use sort" botched in perlfunc? + PATCH
64721              From: "John P. Linderman" <jpl@research.att.com>
64722              Date: Sun, 21 Jul 2002 12:13:32 -0400 (17:13 BST)
64723              Message-id: <200207211613.MAA69505@raptor.research.att.com>
64724      Branch: perl
64725            ! lib/sort.pm lib/sort.t
64726 ____________________________________________________________________________
64727 [ 17684] By: hv                                    on 2002/08/05  22:35:22
64728         Log: Integrate from perlio: change #17653 fixes bug RT15283
64729      Branch: perl
64730           !> ext/PerlIO/via/via.xs
64731 ____________________________________________________________________________
64732 [ 17683] By: hv                                    on 2002/08/05  22:26:45
64733         Log: Integrate from maint-5.6/macperl via macperl
64734              Changes 17660, 17661, 17662, 17663, 17664
64735      Branch: perl
64736           !> perl.c
64737 ____________________________________________________________________________
64738 [ 17682] By: hv                                    on 2002/08/05  15:04:54
64739         Log: Subject: Defined-or patch (cleaned up)
64740              From: "Brent Dax" <brentdax@cpan.org>
64741              Date: Fri, 26 Jul 2002 05:41:52 -0700 (13:41 BST)
64742              Message-id: <000001c234a1$d1ca72c0$6501a8c0@deepblue>
64743      Branch: perl
64744            + t/op/dor.t
64745            ! MANIFEST embed.h ext/B/B/Deparse.pm ext/Opcode/Opcode.pm
64746            ! keywords.h keywords.pl op.c opcode.h opcode.pl opnames.h
64747            ! perly.c perly.h perly.y perly_c.diff pod/perlop.pod pp.sym
64748            ! pp_ctl.c pp_hot.c pp_proto.h toke.c vms/perly_c.vms
64749            ! vms/perly_h.vms
64750 ____________________________________________________________________________
64751 [ 17681] By: hv                                    on 2002/08/05  14:41:23
64752         Log: typo
64753      Branch: perl
64754            ! keywords.h keywords.pl
64755 ____________________________________________________________________________
64756 [ 17680] By: hv                                    on 2002/08/05  14:33:39
64757         Log: warn that keywords.h is generated
64758      Branch: perl
64759            ! keywords.h keywords.pl
64760 ____________________________________________________________________________
64761 [ 17679] By: hv                                    on 2002/08/04  23:40:22
64762         Log: again: #17678 caused test failures in pod2html,
64763              in which $1 could leak from previous regexp
64764      Branch: perl
64765            ! mg.c
64766 ____________________________________________________________________________
64767 [ 17678] By: hv                                    on 2002/08/04  15:34:19
64768         Log: Subject: Re: [ID 20020704.001] my $foo = $1 won't taint $foo (with use re 'taint')
64769              From: hv@crypt.org
64770              Date: Sun, 04 Aug 2002 17:40:30 +0100
64771              Message-id: <200208041640.g74GeUU25061@crypt.compulink.co.uk>
64772      Branch: perl
64773            ! mg.c t/op/taint.t
64774 ____________________________________________________________________________
64775 [ 17677] By: hv                                    on 2002/08/04  15:25:25
64776         Log: Main branch no longer needs op/taint.t version check.
64777      Branch: perl
64778            ! t/op/taint.t
64779 ____________________________________________________________________________
64780 [ 17676] By: hv                                    on 2002/08/04  15:14:09
64781         Log: Subject: Re: [PATCH] Re: taint news
64782              From: Rick Delaney <rick.delaney@rogers.com>
64783              Date: 04 Aug 2002 00:28:58 EDT
64784              Message-ID: <m3heibs0vp.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
64785              Ref: 20020208.005
64786      Branch: perl
64787            ! pp_sys.c
64788 ____________________________________________________________________________
64789 [ 17675] By: hv                                    on 2002/08/04  01:48:36
64790         Log: Fix email address for Kragen Sitaker <kragen@pobox.com>.
64791      Branch: perl
64792            ! AUTHORS
64793 ____________________________________________________________________________
64794 [ 17674] By: hv                                    on 2002/08/04  01:30:11
64795         Log: Subject: [PATCH] AUTHORS
64796              From: Colin Watson <colinw@zeus.com>
64797              Date: Thu, 25 Jul 2002 15:54:37 +0100
64798              Message-id: <20020725145437.GC4921@zeus.com>
64799      Branch: perl
64800            ! AUTHORS
64801 ____________________________________________________________________________
64802 [ 17673] By: hv                                    on 2002/08/04  01:27:36
64803         Log: Subject: [PATCH] AUTHORS
64804              From: Walt Mankowski <waltman@pobox.com>
64805              Date: Sat, 20 Jul 2002 22:56:12 -0400 (Sun 03:56 BST)
64806              Message-id: <20020721025612.GB15958@pobox.com>
64807      Branch: perl
64808            ! AUTHORS
64809 ____________________________________________________________________________
64810 [ 17672] By: hv                                    on 2002/08/04  01:25:14
64811         Log: Subject: Re: mention of "use sort" botched in perlfunc?
64812              From: Michael G Schwern <schwern@pobox.com>
64813              Date: Sat, 20 Jul 2002 13:49:58 -0400 (18:49 BST)
64814              Message-id: <20020720174958.GL362@ool-18b93024.dyn.optonline.net>
64815      Branch: perl
64816            ! pod/perlfunc.pod
64817 ____________________________________________________________________________
64818 [ 17671] By: hv                                    on 2002/08/04  01:11:32
64819         Log: Change version from 5.8.0 to 5.9.0.
64820      Branch: perl
64821            ! Configure NetWare/Makefile NetWare/config_H.wc
64822            ! Porting/config.sh Porting/config_H README.win32 config_h.SH
64823            ! cygwin/perlld.in epoc/config.sh epoc/createpkg.pl
64824            ! hints/dgux.sh installperl lib/ExtUtils/MM_NW5.pm makedef.pl
64825            ! patchlevel.h win32/Makefile win32/makefile.mk
64826            ! wince/Makefile.ce
64827 ____________________________________________________________________________
64828 [ 17656] By: ams                                   on 2002/07/28  06:12:33
64829         Log: Subject: [PATCH] Typo in regcomp.c
64830              From: Chris Ball <chris@cpan.org>
64831              Date: 26 Jul 2002 17:49:35 +0100
64832              Message-Id: <868z3yzb6o.fsf@void.printf.net>
64833              (With additional tweak to s_reginclasslen.)
64834      Branch: perl
64835            ! regcomp.c
64836 ____________________________________________________________________________
64837 [ 17655] By: jhi                                   on 2002/07/25  20:37:16
64838         Log: Upgrade to Unicode::Collate 0.20.
64839      Branch: perl
64840            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
64841            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
64842 ____________________________________________________________________________
64843 [ 17654] By: jhi                                   on 2002/07/23  16:33:52
64844         Log: Commas, schcommas.
64845      Branch: perl
64846            ! patchlevel.h
64847 ____________________________________________________________________________
64848 [ 17644] By: jhi                                   on 2002/07/19  18:55:18
64849         Log: Copy perldelta as perl58delta, purge the perldelta.
64850      Branch: perl
64851            + pod/perl58delta.pod
64852            ! MANIFEST pod/perldelta.pod
64853 ____________________________________________________________________________
64854 [ 17642] By: jhi                                   on 2002/07/19  16:37:39
64855         Log: Update Changes; mainly to get the DEVELNNNNN stamp back in business.
64856      Branch: perl
64857            ! Changes patchlevel.h
64858 ____________________________________________________________________________
64859 [ 17641] By: jhi                                   on 2002/07/19  16:31:08
64860         Log: Integrate perlio (no changes, but that's fine).
64861      Branch: perl
64862           !> embed.fnc perl.h
64863 ____________________________________________________________________________
64864 [ 17639] By: jhi                                   on 2002/07/19  00:47:18
64865         Log: It's all yours, Hugo.
64866      Branch: perl
64867            + Changes5.8
64868            ! Changes MANIFEST